@charset "utf-8";
/* CSS Document */
.sec01 .text01 {
  margin-bottom: 40px;
}
.sec01 .c_table01 {
  width: 92%;
  margin: 0 auto;
}
.sec01 .c_table01 thead th,
.sec01 .c_table01 thead td {
  text-align: center;
  padding: 10px;
  width: 20%;
}
.sec01 .c_table01 thead td img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.sec01 .c_table01 tbody th, 
.sec01 .c_table01 tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 40px 10px;
  width: 20%;
}
.sec01 .c_table01 td.left {
  text-align: left;
}
.sec02 .text01 {
  margin-bottom: 60px;
}
.sec02 .flow01 {
  width: 92%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.sec02 .flow01 dl {
  position: relative;
  width: 27.8%;
}
.sec02 .flow01 dl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent #2053a4;
  top: 82px;
  right: -36px;
} 
.sec02 .flow01 dl:last-child:after {
  display: none;
}
.sec02 .flow01 dl dt img {
  width: 100%;
}
.sec02 .flow01 dl dd {
  margin-top: 30px;
}
.sec02 .c_table03 {
  width: 62%;
  margin: 0 auto;
}
.sec02 .c_table03 thead th {
  font-weight: bold;
  text-align: left;
  padding: 20px 35px;
}
.sec02 .c_table03 tbody th {
  text-align: left;
  padding: 20px 20px 20px 35px;
}
.sec02 .c_table03 tbody td {
  text-align: right;
  padding: 20px 20px 20px 35px;
  font-size: 18px;
  font-weight: bold;
}
.sec02 .text02 {
  width: 62%;
  margin: 10px auto 0;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
}

.sec02 .product-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;

}
.sec02 .product-wrap .box{
  width: 35%;
  margin: 0 2%;
  

}
.sec02 .product-wrap .box img{
  border: #e3e3e3 solid 1px;
  max-width: 100%;

}
.sec02 .product-wrap .box .title{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.product-wrap .box .title::before {
  content: ">";
  margin-right: 5px;
}
.sec03 dl {
  width: 92%;
  margin: 0 auto 40px;
}
.sec03 dl dt {
  border-bottom: 1px solid #537d9b;
  padding: 0 30px 10px;
}
.sec03 dl dd {
  padding: 20px 30px 0;
}
.sec03 .c_table03 {
  width: 72%;
  margin: 0 auto 20px;
}
.sec03 .c_table03 thead th {
  font-weight: bold;
  padding: 20px 0;
}
.sec03 .c_table03 tbody th {
  text-align: left;
  padding: 20px 20px 20px 35px;
}
.sec03 .c_table03 tbody td {
  text-align: right;
  padding: 20px 20px 20px 35px;
  font-size: 18px;
  font-weight: bold;
}
.sec03 .text01 {
  width: 72%;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}
.sec04 .text01 {
  margin-bottom: 50px;
}
.sec04 .img01 {
  text-align: center;
  margin-bottom: 30px;
}
.sec04 .text02 {
  width: 92%;
  margin: 0 auto 50px;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
}
.sec04 .text03 {
  width: 92%;
  margin: 0 auto 50px;
}
.sec04 .img02 {
  text-align: center;
  margin-bottom: 30px;
}
.sec04 .text04 {
  width: 92%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 12px;
  text-align: right;
}

.sec05 .text01 {
  margin-bottom: 40px;
}
.sec05 .flow01 {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.sec05 .flow01 dl {
  position: relative;
  width: 27.8%;
  margin-right: 5.5%;
  margin-bottom: 60px;
}
.sec05 .flow01 dl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent #2053a4;
  top: 82px;
  right: -36px;
} 
.sec05 .flow01 dl:nth-child(7):after,
.sec05 .flow01 dl:last-child:after {
  display: none;
}
.sec05 .flow01 dl dt img {
  width: 100%;
}
.sec05 .flow01 dl dd {
  margin-top: 30px;
}
.sec05 .c_list01 {
  width: 85%;
  margin: 0 auto 40px;
}
.sec05 .text02 dl {
  width: 92%;
  margin: 0 auto 40px;
}
.sec05 .text02 dl dt {
  border-bottom: 1px solid #537d9b;
  padding: 0 30px 10px;
}
.sec05 .text02 dl dd {
  padding: 20px 0 0 0;
}
.sec05 .c_table03 tbody th {
  text-align: left;
  padding: 20px 20px 20px 35px;
  font-weight: bold;
}
.sec05 .c_table03 tbody td {
  text-align: right;
  padding: 20px 20px 20px 35px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec01 .text01 {
    margin-bottom: 40px;
  }
  .sec01 .c_table01 {
    width: 94%;
  }
  .sec01 .c_table01 table {
    font-size: 10px;
  }
  .sec01 .c_table01 th,
  .sec01 .c_table01 td {
    padding: 10px 0;
  }
  
  .sec02 .text01 {
    margin-bottom: 40px;
  }
  .sec02 .flow01 {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
  .sec02 .flow01 dl {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  .sec02 .flow01 dl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #2053a4 transparent transparent transparent;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  } 
  .sec02 .flow01 dl:last-child:after {
    display: none;
  }
  .sec02 .flow01 dl dt img {
    width: 100%;
  }
  .sec02 .flow01 dl dd {
    margin-top: 20px;
    font-size: 12px;
  }
  .sec02 .c_table03 {
    width: 96%;
    margin: 0 auto;
  }
  .sec02 .c_table03 thead th {
    text-align: center;
    padding: 10px;
  }
  .sec02 .c_table03 tbody th {
    padding: 10px;
  }
  .sec02 .c_table03 tbody td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
  }
  .sec02 .text02 {
    width: 94%;
    margin: 5px auto 0;
    font-size: 10px;
  }
  
  .sec02 .product-wrap{
    width: 94%;
    margin: 20px auto 0;
    display: block;;
  
  }
  .sec02 .product-wrap .box{
    width: 60%;
    margin: 0 auto;
  }
  .sec02 .product-wrap .box + .box{
    margin-top: 15px;
  }

  .sec03 dl {
    width: 94%;
    font-size: 14px;
  }
  .sec03 dl dt {
    padding: 0 10px 10px;
  }
  .sec03 dl dd {
    padding: 20px 10px 0;
  }
  .sec03 .c_table03 {
    width: 92%;
    margin: 0 auto 5px;
  }
  .sec03 .c_table03 table {
    font-size: 11px;
  }
  .sec03 .c_table03 thead th {
    font-weight: bold;
    padding: 10px 0;
  }
  .sec03 .c_table03 tbody th {
    padding: 10px 5px;
  }
  .sec03 .c_table03 tbody td {
    padding: 10px 5px;
    font-size: 14px;
  }
  .sec03 .text01 {
    width: 94%;
    margin: 0 auto;
    font-size: 10px;
  }


  .sec04 .text01 {
    margin-bottom: 30px;
  }
  .sec04 .img01 {
    width: 94%;
    margin: 0 auto 15px;
  }
  .sec04 .img01 img {
    width: 100%;
  }
  .sec04 .text02 {
    width: 94%;
    margin: 0 auto 30px;
    font-size: 10px;
  }
  .sec04 .text03 {
    width: 94%;
    margin: 0 auto 30px;
  }
  .sec04 .img02 {
    width: 94%;
    margin: 0 auto 15px;
  }
  .sec04 .img02 img {
    width: 100%;
  }
  .sec04 .text04 {
    width: 94%;
    font-size: 10px;
  }
  

  .sec05 .text01 {
    margin-bottom: 40px;
  }
  .sec05 .flow01 {
    width: 73%;
    margin: 0 auto;
    display: block;
  }
  .sec05 .flow01 dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .sec05 .flow01 dl:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #2053a4 transparent transparent transparent;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  } 
  .sec05 .flow01 dl:nth-child(7):after,
  .sec05 .flow01 dl:last-child:after {
    display: none;
  }
  .sec05 .flow01 dl dt img {
    width: 100%;
  }
  .sec05 .flow01 dl dd {
    margin-top: 20px;
  }
  .sec05 .c_list01 {
    width: 94%;
    margin: 0 auto 40px;
  }
  .sec05 .text02 dl {
    width: 94%;
    margin: 0 auto 40px;
  }
  .sec05 .text02 dl dt {
    padding: 0 10px 10px;
    font-size: 14px;
  }
  .sec05 .text02 dl dd {
    padding: 20px 0 0 0;
  }
  .sec05 .c_table03 tbody th {
    text-align: left;
    padding: 10px;
    font-weight: bold;
  }
  .sec05 .c_table03 tbody td {
    text-align: right;
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
  }
}