/*main conainer*/
/*ヘッダーからコンテンツマージン*/
.main {
  padding-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .main {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 80px;
  }
}

@media screen and (min-width:0px){
  .section .outer-container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section .container a {
    color: #000;
  }
}

/*breadcumb*/
@media only screen and (min-width:0px){  
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding-top: 8px;
  }
  .breadcrumbs li {
    position: relative;
  }
  .breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
  }
  .breadcrumbs li:not(:first-of-type)::after {
    content: ">";
    position: absolute;
    top:1px;
    left: 2px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
  }
  .breadcrumbs li > a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #000;
  }
}
/*page title*/
@media screen and (min-width:0px){
  .page-title {
    margin-top: 50px;
  }
  .page-title h1 {
    font-size: 32px;
    list-style: 50px;
    font-weight: 700;
    letter-spacing: 7px;
    border-bottom: 2px solid #b2b2b2;
  }
}
/*common tags*/
@media screen and (min-width:0){
  .s1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .s2 {
    font-size: 14px;
    line-height: 22px;
    background-color: #4C4C4C;
    text-indent: 5px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0 2px 0;
  }
  .s3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 0;
  }
  .s4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  .str1{
    letter-spacing: -1px;
  }
  figure img {
    display: block;
    width: 100%;
  }
  ul.no-type li {
    font-size: 14px;
    line-height: 23px;
  }
  ul.no-type li:not(:nth-child(1)){
    margin-top: 5px;
  }
}
/*section kt_sec01*/
@media screen and (max-width:768px){
  .kt_sec01 {
    margin-top: 34px;
  }
  .kt_sec01 .col2_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
  }
  .kt_sec01 .col2_sb figure {
    width: 100%;
    display: table;
  }
  .kt_sec01 .col2_sb .desc-warp {
    width: 100%;
    margin-top: 30px;
  }
  .kt_sec01 .col2_sb .desc-warp h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0 10px 0;
  }
  .kt_sec01 .col2_sb .desc-warp p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media screen and (min-width:769px){
  .kt_sec01 {
    margin-top: 34px;
  }
  .kt_sec01 .col2_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }
  .kt_sec01 .col2_sb figure {
    max-width: 310px;
    width: 31%;
    display: table;
  }
  .kt_sec01 .col2_sb .desc-warp {
    max-width: 618px;
    width: 61.8%;
  }
  .kt_sec01 .col2_sb .desc-warp h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0 10px 0;
  }
  .kt_sec01 .col2_sb .desc-warp p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
  }
}
/*section kt-sec02*/
@media screen and (max-width:768px){
  .kt-sec02 {
    margin-top: 70px;
  }
  .kt-sec02 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kt-sec02 .col2-sb .col {
    width: 100%;
  }
  .kt-sec02 .col2-sb .col:nth-child(2) {
    margin-top: 30px;
  }
  .kt-sec02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kt-sec02 .col2-sb .col figure {
    margin-top: 25px;
    display: table;
    width: 100%;
  }
  .kt-sec02 .col2-sb .col .col-warp1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: baseline;
  }
  .kt-sec02 .col2-sb .col .col-warp1 figure {
    max-width: 205px;
    width: 45.56%;
    display: table;
  }
  .kt-sec02 .col2-sb .col .col-warp1 p {
    font-size: 14px;
    line-height: 23px;
    padding-left: 23px;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 p {
    max-width: 205px;
    width: 45.56%;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 figure {
    max-width: 205px;
    width: 45.56%;
    display: table;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .tbl-title {
    font-size: 17px;
    line-height: 23px;
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d7d9db;
  }
  .kt-sec02 .col2-sb .col table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 29px;
  }
  .kt-sec02 .col2-sb .col table tr th,
  .kt-sec02 .col2-sb .col table tr td {
    font-size: 14px;
    line-height: 23px;
    padding: 3px 0 3px;
    vertical-align: middle;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .kt-sec02 .col2-sb .col ul {
    margin-top: 27px;
  }
  .kt-sec02 .col2-sb .col .sub-col {
    margin-top: 70px;
  }
  .kt-sec02 .col2-sb .col .sub-col figure{
    margin-top: 15px;
    display: table;
  }
}
@media screen and (min-width:769px){
  .kt-sec02 {
    margin-top: 60px;
  }
  .kt-sec02 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kt-sec02 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .kt-sec02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kt-sec02 .col2-sb .col figure {
    margin-top: 25px;
    display: table;
    width: 100%;
  }
  .kt-sec02 .col2-sb .col .col-warp1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: baseline;
  }
  .kt-sec02 .col2-sb .col .col-warp1 figure {
    max-width: 205px;
    width: 45.56%;
    display: table;
  }
  .kt-sec02 .col2-sb .col .col-warp1 p {
    font-size: 14px;
    line-height: 23px;
    padding-left: 23px;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 p {
    max-width: 205px;
    width: 45.56%;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .col-wrap2 figure {
    max-width: 205px;
    width: 45.56%;
    display: table;
    margin: 0;
  }
  .kt-sec02 .col2-sb .col .tbl-title {
    font-size: 17px;
    line-height: 23px;
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d7d9db;
  }
  .kt-sec02 .col2-sb .col table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .kt-sec02 .col2-sb .col table tr th,
  .kt-sec02 .col2-sb .col table tr td {
    font-size: 14px;
    line-height: 23px;
    padding: 3px 0 3px;
    vertical-align: middle;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr > th:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .kt-sec02 .col2-sb .col table tr:nth-child(2) > td:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .kt-sec02 .col2-sb .col ul {
    margin-top: 27px;
  }
  .kt-sec02 .col2-sb .col .sub-col {
    margin-top: 55px;
  }
  .kt-sec02 .col2-sb .col .sub-col figure{
    margin-top: 10px;
    display: table;
  }
}
/*section kt-sec03*/
@media screen and (max-width:768px) {
  .kt-sec03 {
    margin-top: 57px;
  }
  .kt-sec03 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kt-sec03 .col2-sb .col {
    width: 100%;
  }
  .kt-sec03 .col2-sb .col:nth-child(2){
    margin-top: 30px;
  }
  .kt-sec03 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kt-sec03 .col2-sb .col figure {
    margin-top: 25px;
    display: table;
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .kt-sec03 {
    margin-top: 50px;
  }
  .kt-sec03 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kt-sec03 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .kt-sec03 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kt-sec03 .col2-sb .col figure {
    margin-top: 25px;
    display: table;
    width: 100%;
  }
}
/*section kt-sec04*/
@media screen and (max-width:768px){
  .kt-sec04 {
    margin-top: 76px;
    margin-bottom: 85px;
  }
  .kt-sec04 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: start;
  }
  .kt-sec04 .col2-sb table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .kt-sec04 .col2-sb table tr th,
  .kt-sec04 .col2-sb table tr td {
    border-bottom:1px solid #4c4c4c;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .kt-sec04 .col2-sb table tr th {
    max-width: 178px;
    width: 29.67%;
  }
  .kt-sec04 .col2-sb table tr td {
    max-width: 415px;
    width: 69.17%;
  }
  .kt-sec04 .col2-sb figure {
    width: 100%;
    display: flex;
    margin-top: 30px;
  }
  .kt-sec04 .col2-sb figure img {
    width: 100%;
  }
}
@media screen and (min-width:769px){
  .kt-sec04 {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .kt-sec04 .col2-sb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
    align-items: start;
  }
  .kt-sec04 .col2-sb table {
    max-width: 600px;
    width: 60%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .kt-sec04 .col2-sb table tr th,
  .kt-sec04 .col2-sb table tr td {
    border-bottom:1px solid #4c4c4c;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .kt-sec04 .col2-sb table tr th {
    max-width: 178px;
    width: 29.67%;
  }
  .kt-sec04 .col2-sb table tr td {
    max-width: 415px;
    width: 69.17%;
  }
  .kt-sec04 .col2-sb figure {
    max-width: 315px;
    width: 31.5%;
    display: flex;
  }
  .kt-sec04 .col2-sb figure img {
    max-width: 274px;
    width: 86.99%;
  }
}