/*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: 5px;
    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 et-01*/
@media screen and (max-width:768px){
  .et-01 {
    margin-top: 35px;
  }
  .et-01 .col3_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-01 .col3_sb .col figure {
    display: flex;
    width: 100%;
  }
  .et-01 .col3_sb .col:nth-child(1) {
    width: 100%;
  }
  .et-01 .col3_sb .col:nth-child(1) figure {
    justify-content: flex-end;
  }
  .et-01 .col3_sb .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .et-01 .col3_sb .col:nth-child(2) h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .et-01 .col3_sb .col:nth-child(2) p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 15px;
  }
  .et-01 .col3_sb .col:nth-child(2) .dl-pdf-btn {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0.02rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 30px;
    margin-top: 30px;
  }
  .et-01 .col3_sb .col:nth-child(2) .dl-pdf-btn::after{
    content: "";
    position: absolute;
    right: 3px;
    width: 24px;
    height: 100%;
    background: url(../../images/sub/entry-881/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
  .et-01 .col3_sb .col:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  .et-01 .col3_sb .col:nth-child(3) figure{
    margin-top: 8px;
  }
}
@media screen and (min-width:769px){
  .et-01 {
    margin-top: 35px;
  }
  .et-01 .col3_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-01 .col3_sb .col figure {
    display: flex;
    width: 100%;
  }
  .et-01 .col3_sb .col:nth-child(1) {
    max-width: 259px;
    width: 25.9%;
  }
  .et-01 .col3_sb .col:nth-child(1) figure {
    justify-content: flex-end;
  }
  .et-01 .col3_sb .col:nth-child(1) figure img {
    max-width: 214.5px;
  }
  .et-01 .col3_sb .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 340px;
    width: 34%;
  }
  .et-01 .col3_sb .col:nth-child(2) h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .et-01 .col3_sb .col:nth-child(2) p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 15px;
  }
  .et-01 .col3_sb .col:nth-child(2) .dl-pdf-btn {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0.02rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 30px;
  }
  .et-01 .col3_sb .col:nth-child(2) .dl-pdf-btn::after{
    content: "";
    position: absolute;
    right: 3px;
    width: 24px;
    height: 100%;
    background: url(../../images/sub/entry-881/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
  .et-01 .col3_sb .col:nth-child(3) {
    max-width: 310px;
    width: 31%;
  }
  .et-01 .col3_sb .col:nth-child(3) figure{
    margin-top: 8px;
  }
}
/*section et-02*/
@media screen and (max-width:768px){
  .et-02 {
    margin-top: 90px;
  }
  .et-02 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-02 .col2-sb .col {
    width: 100%; 
  }
  .et-02 .col2-sb .col:nth-child(2) {
    margin-top: 30px;
  }
  .et-02 .col2-sb .col h3 {
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px solid #d7d9db;
    margin-top: 30px;
  }
  .et-02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    letter-spacing: 0.02rem;
  }
  .et-02 .col2-sb .col .tbl-title {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    border-bottom: 1px solid #d7d9db;
    margin-top: 25px;
  }
  .et-02 .col2-sb .col table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .et-02 .col2-sb .col table tr th,
  .et-02 .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;
    
  }
  .et-02 .col2-sb .col table tr > th:nth-child(1){
    max-width: 100px;
    width: 22.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr > th:nth-child(2){
    max-width: 172px;
    width: 38.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr > th:nth-child(3){
    max-width: 178px;
    width: 39.56%;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .et-02 .col2-sb .col .col-wrap {
    margin-top: 70px;
  }
  .et-02 .col2-sb .col:nth-child(2) figure {
    display: table;
    margin-top: 25px;
  }
}
@media screen and (min-width:769px){
  .et-02 {
    margin-top: 90px;
  }
  .et-02 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-02 .col2-sb .col {
    max-width:450px;
    width: 45%; 
  }
  .et-02 .col2-sb .col h3 {
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px solid #d7d9db;
    margin-top: 30px;
  }
  .et-02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    letter-spacing: 0.02rem;
  }
  .et-02 .col2-sb .col .tbl-title {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    border-bottom: 1px solid #d7d9db;
    margin-top: 25px;
  }
  .et-02 .col2-sb .col table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .et-02 .col2-sb .col table tr th,
  .et-02 .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;
    
  }
  .et-02 .col2-sb .col table tr > th:nth-child(1){
    max-width: 100px;
    width: 22.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr > th:nth-child(2){
    max-width: 172px;
    width: 38.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr > th:nth-child(3){
    max-width: 178px;
    width: 39.56%;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(1){
    max-width: 119px;
    width: 26.45%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(2){
    max-width: 154px;
    width: 34.23%;
    border-right: 1px solid #d5d5d5;
  }
  .et-02 .col2-sb .col table tr:nth-child(2) > td:nth-child(3){
    max-width: 175px;
    width: 38.89%;
  }
  .et-02 .col2-sb .col .col-wrap {
    margin-top: 70px;
  }
  .et-02 .col2-sb .col:nth-child(2) figure {
    display: table;
    margin-top: 25px;
  }
}
/*section et-03*/
@media screen and (max-width:768px){
  .et-03 {
    margin-top: 75px;
  }
  .et-03 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-03 .col2-sb .col {
    width: 100%; 
  }
  .et-03 .col2-sb .col:nth-child(2) {
    margin-top: 30px;
  }
  .et-03 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et-03 .col2-sb .col ul {
    margin-top: 18px;
  }
  .et-03 .col2-sb .col figure {
    display: table;
    margin-top: 10px;
    width: 100%;
  }
  .et-03 .col2-sb .col figure img {
    display: block;
    width: 100%;
  }
  .et-03 .col2-sb .col h3 {
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #d7d9db;
    margin-top: 30px;
  }
  .et-03 .col2-sb .col:nth-child(2) p:nth-child(3) {
    margin-top: 15px;
  }
  .et-03 .col2-sb .col:nth-child(2) p:nth-child(5) {
    margin-top: 15px;
  }
  .et-03 .col2-sb .col .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
  }
  .et-03 .col2-sb .col .col-wrap .ine-col{
    width: 46.67%;
  }
  .et-03 .col2-sb .col .col-wrap .ine-col figure {
    display: table;
    width: 100%;
  }
  .et-03 .col2-sb .col .col-wrap .ine-col figure img {
    width: 100%;
  }
  .et-03 .col2-sb .col .col-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0 0 0;
    padding: 0;
  }

}
@media screen and (min-width:769px){
  .et-03 {
    margin-top: 75px;
  }
  .et-03 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et-03 .col2-sb .col {
    max-width:450px;
    width: 45%; 
  }
  .et-03 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et-03 .col2-sb .col ul {
    margin-top: 18px;
  }
  .et-03 .col2-sb .col figure {
    display: table;
    margin-top: 10px;
  }
  .et-03 .col2-sb .col h3 {
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #d7d9db;
    margin-top: 30px;
  }
  .et-03 .col2-sb .col:nth-child(2) p:nth-child(3) {
    margin-top: 15px;
  }
  .et-03 .col2-sb .col:nth-child(2) p:nth-child(5) {
    margin-top: 15px;
  }
  .et-03 .col2-sb .col .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
  }
  .et-03 .col2-sb .col .col-wrap .ine-col{
    max-width: 210px;
    width: 46.67%;
  }
  .et-03 .col2-sb .col .col-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0 0 0;
    padding: 0;
  }

}
/*section et-04*/
@media screen and (max-width:768px) {
  .et-04 {
    margin-top: 60px;
    margin-bottom: 103px;
  }
  .et-04 .col2-sb {
    margin-top: 10px;
  }
  .et-04 .col2-sb table {
    max-width: 600px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    
  }
  .et-04 .col2-sb table tr th,
  .et-04 .col2-sb table tr td {
    border-bottom:1px solid #4c4c4c;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .et-04 .col2-sb table tr th {
    max-width: 178px;
    width: 29.67%;
  }
  .et-04 .col2-sb table tr td {
    max-width: 415px;
    width: 69.17%;
  }
}
@media screen and (min-width:769px) {
  .et-04 {
    margin-top: 60px;
    margin-bottom: 103px;
  }
  .et-04 .col2-sb {
    margin-top: 10px;
  }
  .et-04 .col2-sb table {
    max-width: 600px;
    width: 60%;
    border-collapse: separate;
    border-spacing: 5px;
    
  }
  .et-04 .col2-sb table tr th,
  .et-04 .col2-sb table tr td {
    border-bottom:1px solid #4c4c4c;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .et-04 .col2-sb table tr th {
    max-width: 178px;
    width: 29.67%;
  }
  .et-04 .col2-sb table tr td {
    max-width: 415px;
    width: 69.17%;
  }
}