/* solution Top
   ========================================================================== */

.page-category-solution{
  background:#fff;
}
.solution-top-list > ul > li{
  border-top:solid 1px var(--main-grey-light);
  padding:30px 0 35px 0;
}
.solution-top-list > ul > li:last-of-type{
  padding-bottom:0;
}
.solution-top-list > ul > li > .m-circle-arrow-link{
  font-size:2rem;
  margin-bottom: 20px;
}
.solution-top-list > ul > li > .m-circle-arrow-link::before{
  transform:translateY(6px);
}
.solution-top-list > ul div{
  display: flex;
  align-items: flex-start;
}
.solution-top-list > ul figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-right: 30px;
}
.solution-top-list > ul ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.solution-top-list > ul ul li{
  width: 50%;
  padding: 3px 0;
}

.solution-top-list > ul ul ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.solution-top-list > ul div.colmn2List ul ul li{
  width: 100%;
  padding: 3px 0 3px 20px;
}

.solution-top-list > ul div.colmn2List ul ul li .m-arrow-link::before{
    background-image: var(--arrow-grey);
}

div.colmn2List{
	width: 50%;
}

.solution-top-list > ul div.colmn2List ul li{
  width: 100%;
  padding: 3px 0;
}

/* ----------sp------------- */
@media screen and (max-width: 767px){
  .solution-top-list > ul figure{
    width: 25%;
    margin-right: 10px;
  }
  .solution-top-list > ul ul li{
    width: 100%;
  }
}

.m-search-form{
  padding-top:20px;
}
.m-search-form .m-search-form-list{
  padding-bottom:20px;
}
.m-search-form .m-search-form-list a{
  text-decoration:none;
}
.mod-search_checkbox-list > li input {
  display: none;
  margin: 0;
}
.mod-search_checkbox-list > li input + label {
  display: table-cell;
  position: relative;
  cursor: pointer;
}
.m-search-form .mod-search_checkbox-list > li input + label{
  padding-left:25px;
}
.m-search-form .mod-search_checkbox-list > li input + label:before{
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius:2px;
  box-sizing:border-box;
  border:solid 1px var(--main-grey-light);
  background:#fff;
  content: "";
}
.m-search-form .mod-search_checkbox-list > li input:checked + label:before{
  background-color:var(--main-red);
  background-image:var(--check-mark);
  background-position:center center;
  background-repeat:no-repeat;
  border-color:var(--main-red);
  background-size: 10px auto;
}
.m-search-form .search-list {
  margin-top: 0;
  padding: 25px 20px;
  border: none;
  background-color: #fff;
  margin-top:15px;
}
.m-search-form .search-list .mod-search_checkbox-list{
  display:flex;
  width:100%;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:15px 0;
  justify-content:space-between;
}
.m-search-form .search-list .mod-search_checkbox-list > li {
  margin:0;
  width:calc(25% - (60px / 3));
}
.m-search-form .m-search-form-button button.js-search-submit {
  width:100%;
  max-width:300px;
}
.m-search-form .m-search-form-button .opt-button-disabled > button.js-search-submit {
  background-color: #ccc;
  cursor: default;
  pointer-events:none;
}
.m-black-search-button{
  display:flex;
  max-width:420px;
  margin:0 auto;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:6px;
  background:var(--main-black);
  color:#fff;
  gap:0 16px;
  padding:13px 20px;
  box-sizing:border-box;
  font-size:1.4rem;
  color:#fff;
  font-weight:bold;
  border:none;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}
.m-black-search-button::before{
  content:'';
  width:32px;
  height:32px;
  background-image:var(--search-white-icon);
  background-position:center center;
  background-repeat:no-repeat;
  flex:0 0 auto;
}
.m-black-search-button.m-compact{
  padding:8px 15px;
}
.m-black-search-button.m-compact::before{
  width:18px;
  height:18px;
  background-size:contain;
} 
.m-black-search-button span{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px 0;
}
.m-black-search-button strong,
.m-black-search-button small{
  color:#fff;
  font-weight:bold;
}
.m-black-search-button strong{
  font-size:1.8rem;
}
.m-black-search-button small{
  font-size:1.4rem;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
  opacity: 0;
  animation: slideU 0.7s ease forwards;
  animation-delay: .3s;
}
@keyframes slideU {
  0%{ transform: translateY(100px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
  }
.search-target-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-target-list li{
  width: 48%;
}
.search-target-list li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  border: #333 1px solid;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.search-target-list li a img{
  flex-shrink: 1;
  margin-right: 20px;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  .m-search-form .search-list .mod-search_checkbox-list > li{
    width: 100%;
  }
  .search-target-list li{
    width: 100%;
  }
  .search-target-list li a{
    font-size: 1.4rem;
  }
  .search-target-list li a img{
    width: 30px;
  }
}
/* solution child
   ========================================================================== */
.sol-page-ttl{
  position:relative;
  display: flex;
  justify-content: space-between;
}
.fix-page-ttl{
  background-color: #fff;
}
.fix-page-ttl.is-fixed{
  position: fixed;
  top: 46px;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 3px 10px -10px #777777;
	z-index: 5;
}
a.head-contact{
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  min-width: 80px;
  background-color: var(--main-red);
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
}
a.head-contact .m-arrow-link{
  font-size: 1.4rem;
}
a.head-contact .m-arrow-link::before{
  top: 2px;
   background-image: var(--arrow-white);
}
a.head-contact:hover{
  opacity: 0.6;
  transition: .2s;
}
a.head-contact:hover .m-arrow-link{
  text-decoration: none;
}
p.page-lead{
  font-size: 2.4rem;
  color: #262777;
  font-weight: bold;
  margin: 20px 0;
}
.sol-merit .ttl{
  color: #fff;
  font-size: 1.6rem;
  background-color: #ffae00;
  padding: 10px;
  margin-top: 20px;
}
.sol-merit .txt{
  background-color: #fdf9bd;
  padding: 10px;
}
.table-scroll{
  overflow-x: auto;
}
.table-scroll table{
  min-width: 600px;
}
.sol-table{
  width: 100%;
  border-collapse: collapse;
}
.sol-table>tbody>tr>th,.sol-table>tbody>tr>td {
  vertical-align: middle;
  border: #333 solid 1px;
  padding: 5px 10px;
}
.sol-table>tbody>tr>th{
  color: #015454;
  background-color: #d8e8d0;
}
.sol-table>tbody>tr>th:first-child,.sol-table>tbody>tr>td:first-child{
  width: 25%;
}
.sol-table dt,.sol-table dd{
  display: inline-block;
}
.sol-table dt{
  width: 30%;
}
.sol-table dd{
  width: 70%;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  p.page-lead{
    font-size: 1.8rem;
    color: #262777;
    font-weight: bold;
    margin: 20px 0;
  }
  .sol-table dt,
  .sol-table dd{
    width: 100%;
  }
}
.itm05 .phase-table{
  width: 100%;
  border-collapse: collapse;
}
.itm05 .phase-table th,.itm05 .phase-table td {
  width: 20%;
  font-weight: normal;
  text-align: center;
  border: #333 solid 1px;
  padding: 5px 10px;
}
.itm05 .phase-table tr:nth-child(4) td{
  text-align: left;
}
.itm05 .phase-table tr:nth-child(1) th:nth-child(1){
  background-color: #BBBBBB;
}
.itm05 .phase-table tr:nth-child(1) th:nth-child(2){
  background-color: #9CDCFF;
}
.itm05 .phase-table tr:nth-child(1) th:nth-child(3){
  background-color: #B9CBE9;
}
.itm05 .phase-table tr:nth-child(1) th:nth-child(4){
  background-color: #D8A8DB;
}
.itm05 .phase-table tr:nth-child(1) th:nth-child(5){
  background-color: #F5C2C0;
}
.itm05 .phase-table tr th:nth-child(1){
  background-color: #e6e6e7;
}
.itm05 .phase-table tr td:nth-child(2){
  background-color: #d3edfb;
}
.itm05 .phase-table tr td:nth-child(3){
  background-color: #D3DEF1;
}
.itm05 .phase-table tr td:nth-child(4){
  background-color: #e7d5e8;
}
.itm05 .phase-table tr td:nth-child(5){
  background-color: #fadbda;
}
.sec08 .service-ol li{
  margin-bottom: 10px;
}
.sec08 .service-ol li::before{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: url(../img/solution/sec/sec08_02.png) no-repeat;
  background-size: contain;
  padding-right: 10px;
}
.sec08 .service-ol li:nth-child(4):before{
  background: url(../img/solution/sec/sec08_03.png) no-repeat;
}
.sec08 .service-ol li:nth-child(5):before{
  background: url(../img/solution/sec/sec08_04.png) no-repeat;
}
.sec08 .service-ol li:nth-child(6):before{
  background: url(../img/solution/sec/sec08_05.png) no-repeat;
}
.clo06 .m-col3 li{
  display: flex;
  align-items: center;
}
.clo06 .m-col3 li img{
  margin-right: 10px;
}
@media screen and (max-width: 767px){
  .clo06 .m-col3 li{
    flex-direction: column;
    text-align: center;
  }
  .clo06 .m-col3 li img{
    margin-right: 0;
  }
}

.dig01 .service-table{
  width: 100%;
  border-collapse: collapse;
}
.dig01 .service-table th,.dig01 .service-table td {
  width: 30%;
  border: #333 solid 1px;
  padding: 10px;
}
.dig01 .service-table tr>*:first-child {
  width: 10%;
}
.dig01 .service-table tr:first-child td:last-child{
  padding: 0;
}
.dig01 .service-table th{
  color: #fff;
  vertical-align: middle;
  background-color: #5976ba;
}
.dig01 .service-table h3{
  color: #5976ba;
  text-align: center;
}
.net01 .service-lineup dt{
  font-weight: bold;
  margin-top: 15px;
}
.net01 .service-lineup dt::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(../img/solution/net/net01_02.png) no-repeat;
  background-size: contain;
  padding-right: 5px;
}
.net01 .attention{
  display: inline-block;
  color: #fff;
  background-color: #c00000;
  padding: 5px;
  margin-bottom: 5px;
}