/*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 et9-01*/
@media screen and (max-width:768px){
  .et9-01 {
    margin-top: 35px;
  }
  .et9-01 .col3_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
  }
  .et9-01 .col3_sb .col:nth-child(1) {
    width: 100%;
  }
  .et9-01 .col3_sb .col:nth-child(1) figure {
    display: table;
    width: 100%;
  }
  .et9-01 .col3_sb .col:nth-child(1) figure img {
    display: block;
    width: 100%;
  }
  .et9-01 .col3_sb .col:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
  .et9-01 .col3_sb .col:nth-child(2) h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .et9-01 .col3_sb .col:nth-child(2) p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 15px;
  }
  .et9-01 .col3_sb .col:nth-child(3) {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .et9-01 .col3_sb .col:nth-child(3) iframe {
    max-width: 310px;
    width: 100%;
  }
}
@media screen and (min-width:769px){
  .et9-01 {
    margin-top: 35px;
  }
  .et9-01 .col3_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
  }
  .et9-01 .col3_sb .col:nth-child(1) {
    max-width: 250px;
    width: 25%;
  }
  .et9-01 .col3_sb .col:nth-child(1) figure {
    display: table;
    width: 100%;
  }
  .et9-01 .col3_sb .col:nth-child(1) figure img {
    display: block;
    width: 100%;
  }
  .et9-01 .col3_sb .col:nth-child(2) {
    max-width: 349px;
    width: 34.9%;
  }
  .et9-01 .col3_sb .col:nth-child(2) h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-top: -8px;
  }
  .et9-01 .col3_sb .col:nth-child(2) p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 15px;
  }
  .et9-01 .col3_sb .col:nth-child(3) {
    max-width: 309px;
    width: 30.9%;
  }
}
/*section et9-02*/
@media screen and (max-width:768px) {
  .et9-02 {
    margin-top: 71px;
  }
  .et9-02 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et9-02 .col2-sb .col{
    width: 100%;
  }
  .et9-02 .col2-sb .col:nth-child(2){
    margin-top: 30px;
  }
  .et9-02 .col2-sb .col figure {
    display: table;
    width: 100%;
    margin-top: 22px;
  }
  .et9-02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et9-02 .col2-sb .col:nth-child(1) .col-wrap {
    margin-top: 85px;
  }
}
@media screen and (min-width:769px) {
  .et9-02 {
    margin-top: 71px;
  }
  .et9-02 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .et9-02 .col2-sb .col{
    max-width: 450px;
    width: 45%;
  }
  .et9-02 .col2-sb .col figure {
    display: table;
    width: 100%;
    margin-top: 22px;
  }
  .et9-02 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et9-02 .col2-sb .col:nth-child(1) .col-wrap {
    margin-top: 85px;
  }
}
/*section et9-03*/
@media screen and (max-width:768px){
  .et9-03 {
    margin-top: 78px;
    margin-bottom: 160px;
  }
  .et9-03 p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et9-03 .tbl-wrap {
    margin-top: 27px;
  }
  .et9-03 .tbl-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .et9-03 .tbl-wrap table tr th,
  .et9-03 .tbl-wrap table tr td {
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
  }
  .et9-03 .tbl-wrap table tr td { 
    vertical-align: middle;
    line-height: 22px;
  }
  .et9-03 .tbl-wrap table tr th:nth-child(1){
    width: 178px;
    width: 17.8%;
  }
  .et9-03 .tbl-wrap table tr th:not(:nth-child(1)){
    max-width: 266px;
    width: 26.6%;
  }
  .et9-03 .tbl-wrap table tr td figure {
    display: table;
    width: 100%;
    padding-bottom: 8px;
  }
  .et9-03 .tbl-wrap table tr td figure img {
    display: block;
    max-height: 96px;
    width: auto;
    margin: 0 auto;
  }
  .et9-03 p.has-link {
    margin-top: 40px;
  }
  .et9-03 p.has-link a {
    width: auto;
    color: #0c3388;
  }
  .et9-03 a.cad-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #93bbd7;
    padding: 15px;
    max-width: 290px;
    width: 100%;
    margin-top: 30px;
  }
  .et9-03 a.cad-link span:nth-child(1){
    font-size: 25px;
    line-height: 31px;
    color:#ffffff;
    width: 100%;
    letter-spacing: 0.02rem;
  }
  .et9-03 a.cad-link span:nth-child(2){
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    width: 100%;
    letter-spacing: 0.02rem;
    width: auto;
  }
  .et9-03 a.cad-link span:nth-child(3){
    font-size: 14px;
    line-height: 20px;
    color:#000000;
    width: 100%;
    letter-spacing: 0.02rem;
    width: auto;
  }
}
@media screen and (min-width:769px){
  .et9-03 {
    margin-top: 78px;
    margin-bottom: 160px;
  }
  .et9-03 p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 25px;
    letter-spacing: 0.02rem;
  }
  .et9-03 .tbl-wrap {
    margin-top: 27px;
  }
  .et9-03 .tbl-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .et9-03 .tbl-wrap table tr th,
  .et9-03 .tbl-wrap table tr td {
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
  }
  .et9-03 .tbl-wrap table tr td { 
    vertical-align: middle;
    line-height: 22px;
  }
  .et9-03 .tbl-wrap table tr th:nth-child(1){
    width: 178px;
    width: 17.8%;
  }
  .et9-03 .tbl-wrap table tr th:not(:nth-child(1)){
    max-width: 266px;
    width: 26.6%;
  }
  .et9-03 .tbl-wrap table tr td figure {
    display: table;
    width: 100%;
    padding-bottom: 8px;
  }
  .et9-03 .tbl-wrap table tr td figure img {
    display: block;
    max-height: 96px;
    width: auto;
    margin: 0 auto;
  }
  .et9-03 p.has-link {
    margin-top: 40px;
  }
  .et9-03 p.has-link a {
    width: auto;
    color: #0c3388;
  }
  .et9-03 a.cad-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #93bbd7;
    padding: 15px;
    max-width: 290px;
    width: 90%;
    margin-top: 30px;
  }
  .et9-03 a.cad-link span:nth-child(1){
    font-size: 25px;
    line-height: 31px;
    color:#ffffff;
    width: 100%;
    letter-spacing: 0.02rem;
  }
  .et9-03 a.cad-link span:nth-child(2){
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    width: 100%;
    letter-spacing: 0.02rem;
    width: auto;
  }
  .et9-03 a.cad-link span:nth-child(3){
    font-size: 14px;
    line-height: 20px;
    color:#000000;
    width: 100%;
    letter-spacing: 0.02rem;
    width: auto;
  }
}