@charset "UTF-8";

#content img {
  vertical-align: bottom;
}
#content .pc_mt5 {
  margin-top: 5px;
}
#content .pc_mt10 {
  margin-top: 10px;
}
#content .pc_mt20 {
  margin-top: 20px;
}
#content .pc_mt40 {
  margin-top: 40px;
}
#content .pc_mt45 {
  margin-top: 45px;
}
#content .pc_mt65 {
  margin-top: 65px;
}
#content .pc_mt75 {
  margin-top: 75px;
}
#content .pc_mt100 {
  margin-top: 100px;
}

#content .page_ttl {
  background-color: #00a3b9;
}
#content .content_head {
  padding-bottom: 15px;
  padding-top: 35px;
  font-weight: 300;
}
#content .content_head .com_name {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  color: #1d1717;
}
#content > .lead_box {
  padding-bottom: 5px;
}
#content > .lead_box .lead {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  color: #231815;
  padding: 17px 0;
  background-color: #E0E3EB;
}
#content > .lead_box .lead_txt {
  max-width: 745px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}
#content > .lead_box .lead_txt .txt {
  font-size: 16px;
  line-height: 2;
}
#content > .lead_box .lead_txt .txt.ind {
  text-indent: 1em;
}
#content > .lead_box .lead_txt .txt:nth-child(1) {
  letter-spacing: -0.01em;
}
#content > .lead_box .lead_txt .txt:nth-child(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 6.5px solid #D9DCE4;
}
#content > .lead_box .lead_txt .note{
  font-size: 13px;
  line-height: 1.7;
}
#content .txt_box {
  max-width: 745px;
  margin-right: auto;
  margin-left: auto;
}
#content .txt_box .ttl_box {
  padding-bottom: 40px;
}
#content .txt_box .ttl_box .ttls {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #00a3b9;
  text-align: left;
  padding-bottom: 5px;
}
#content .txt_box .ttl_box .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #00a3b9;
  text-align: left;
}
#content .txt_box .txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #231815;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.01em;
}
#content .txt_box .txt.text_indent {
  text-indent: 1em;
}
#content .txt_box .txt>.nowrap{
  white-space: nowrap;
}
#content .txt_box .note {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
#content .txt_box .img {
  clear: both;
  text-align: center;
}
#content .txt_box .img.fr {
  float: right;
  margin: 16px 0 16px 20px;
}
#content .txt_box .img.fr + .img.fr{
  margin-top: 0;
}
#content .txt_box.bg_grey {
  background-color: #f2f2f3;
}
#content .txt_box.bg_grey .txt_box {
  padding: 30px;
}
#content .txt_box.bg_grey .txt_box .txt {
  text-indent: 0;
  font-weight: 500;
}
#content .txt_box.bg_grey .txt_box .note {
  font-size: 16px;
  line-height: 2em;
  font-weight: 300;
  padding-top: 5px;
}
#content .txt_box.bg_grey .flex_box {
  padding: 0 30px 30px;
  display: flex;
  align-items: center;
}
#content .txt_box.bg_grey .flex_box .txt {
  font-size: 13px;
  line-height: 2em;
  text-indent: 0;
  padding-left: 24px;
}


#content .img_box {max-width: 955px;margin-right: auto;margin-left: auto;}
#content .img_box .img p{font-size: 12px;line-height: 1.8;text-align: right;margin: 5px 0 0;}

#content .img_box02 {margin-right: auto;margin-left: auto;}
#content .img_box02 .img{margin: auto;}
#content .img_box02 .txt_box {max-width: 620px;text-align: left;margin: -70px auto 40px;padding: 10px 20px;background-color: #FFF;border: 10px solid #ececec;position: relative;}
#content .img_box02 .txt_box .ttl { font-size: 13px;}
#content .img_box02 .txt_box .row {display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#content .img_box02 .txt_box .row dl {font-size: 14px;}
#content .img_box02 .txt_box .row dl dd {text-indent: -1em;padding-left: 1em;}

#content .img_box03 {max-width: 745px;margin-right: auto;margin-left: auto;}
#content .img_box03 .ttl {font-size: 20px;font-weight: 700;padding: 10px;border: 2px solid #B4C0C4;}
#content .img_box03 .arrow{font-size: 15px;line-height: 1.5;margin: auto;padding: 10px 0 0;background-color: #c7d8e2;position:relative;}
#content .img_box03 .arrow::before,
#content .img_box03 .arrow::after {content: "";display: block;width: 50%;height: 45px;position: absolute;top: 100%;}
#content .img_box03 .arrow::before {background: linear-gradient(to top right, transparent 50% , #c7d8e2 50%);left: 0;}
#content .img_box03 .arrow::after {background: linear-gradient(to top left, transparent 50% , #c7d8e2 50%);right: 0;}
#content .img_box03 .arrow span{display:block;font-weight:700;}
#content .img_box03 .arrow01{max-width: 325px;margin-bottom: -20px;}
#content .img_box03 .arrow01::before,
#content .img_box03 .arrow01::after {height: 30px;}
#content .img_box03 .arrow01 span{font-size:120%;padding: 8px 0;}
#content .img_box03 .arrow02{max-width: 415px;margin-top: 20px;}
#content .img_box03 .arrow03{max-width: 415px;margin-top: 30px;}
#content .img_box03 .row {display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#content .img_box03 .row .box{display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
#content .img_box03 .row .box dl{height: 100%;margin: 0 0 auto;box-sizing: border-box;background-color: #ececec;border: 2px solid #a3afb3;}
#content .img_box03 .row .box dl dt{font-size: 13px;font-weight: 700;margin: 0 0 8px;}
#content .img_box03 .row .box:nth-child(1) dl dt{text-align:left;}
#content .img_box03 .row .box:nth-child(2) dl dt{text-align:right;}
#content .img_box03 .row .box dl dd{font-size: 14px;line-height: 1.3;}
#content .img_box03 .row .box dl dd ul{display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin: 5px 0 0 10px;}
#content .img_box03 .row .box dl dd ul li{width: 33%;list-style: none;}
#content .img_box03 .row .box p{font-size: 17px;line-height: 1.3;text-align: left;margin: 8px 0 0;}
#content .img_box03 .row .box:nth-child(1){max-width: 315px;}
#content .img_box03 .row .box:nth-child(1) dl{padding:25px 55px 10px 30px;}
#content .img_box03 .row .box:nth-child(2){max-width: 322px;}
#content .img_box03 .row .box:nth-child(2) dl{padding:25px 25px 10px 40px;}
#content .img_box03 .glass{max-width: 595px;margin: 55px auto 0;}
#content .img_box03 .glass .glass_ttl{font-size: 18px;font-weight: 700;margin: 0 0 10px;}
#content .img_box03 .glass img{vertical-align: top;}
#content .img_box03 .glass dl{display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 7px 10px 7px 5px;background-color: #d3d3d4;}
#content .img_box03 .glass dl dt{width: 3em;font-size: 12px;font-weight: 700;line-height: 1.2;text-align: left;margin-right: -10px;}
#content .img_box03 .glass dl dd{flex: 1;font-size: 16px;}
#content .img_box03 .glass dl + p{font-size: 15px;line-height: 1.5;text-align: left;padding: 15px 0 0;}
#content .img_box03 .result{font-size: 15px;line-height: 1.5;margin: 55px auto 0;}
#content .img_box03 .result span{display: block;font-size: 120%;font-weight: 700;margin: 10px 0 0;}

#content .img_box04 {max-width: 750px;margin-right: auto;margin-left: auto;}
#content .img_box04 .ttl{font-size: 18px;font-weight: 700;letter-spacing: 0.01em;text-align: left;margin: 0 0 15px;}
#content .img_box04 .row{display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#content .img_box04 .row .box:nth-child(1){width: 34%;margin-right: 10px;}
#content .img_box04 .row .box:nth-child(2){width: 66%;}
#content .img_box04 .row .box .box_ttl{width: calc(100% - 20px);font-size: 18px;font-weight: 700;text-align: left;padding: 5px 15px;background-color: #c7c7c8;position: relative;}
#content .img_box04 .row .box .box_ttl::before,
#content .img_box04 .row .box .box_ttl::after {content: "";display: block;width: 20px;height: 50%;position: absolute;right: -20px;}
#content .img_box04 .row .box .box_ttl::before {background: linear-gradient(to bottom left, transparent 50% , #c7c7c8 50%);top: 0;}
#content .img_box04 .row .box .box_ttl::after {background: linear-gradient(to top left, transparent 50% , #c7c7c8 50%);bottom: 0;}
#content .img_box04 .row .box .img_list{display: flex;margin: 15px 0 0;}
#content .img_box04 .row .box .img_list img{vertical-align: top;}
#content .img_box04 .row .box .img_list ul{flex: 1;max-width: 225px;}
#content .img_box04 .row .box .img_list ul + ul{margin-left: 37px;}
#content .img_box04 .row .box .img_list ul li{list-style: none;}
#content .img_box04 .row .box .img_list ul li + li{margin-top: 10px;}
#content .img_box04 .row .box .img_list ul li.txt{text-align: left;margin-right: -5px;}
#content .img_box04 .row .box .img_list ul li.txt dl{font-size: 12px;line-height: 1.5;}
#content .img_box04 .row .box .img_list ul li.txt dl dd{text-indent: -1em;padding-left: 1em;}

#content .img_box05 {max-width: 600px;margin-right: auto;margin-left: auto;padding-bottom: 50px;}
#content .img_box05 .ttl {font-size: 16px;font-weight: 700;margin: 0 0 15px;}
#content .img_box05 .img img{vertical-align: top;}
#content .img_box05 dl{display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top: 32px;}
#content .img_box05 dl dt{display: block;width: 100%;font-size: 12px;margin: 0 0 3px;padding: 0 0 5px;border-bottom: 1px solid #241614;}
#content .img_box05 dl dd{width: 33%;}
#content .img_box05 dl dd p{font-size: 14px;}
#content .img_box05 dl dd p.name{font-size: 16px;}
#content .img_box05 dl dd p.name span{font-weight: 700;}

#content .content_foot {
  margin: 13px 0 65px;
}
#content .content_foot .ttl {
  font-size: 18px;
  line-height: 1;
  margin:  0 0 15px;
  padding: 10px;
  background-color: #E0E3EB;
}
#content .content_foot {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#content .content_foot .info_box + .info_box {
  margin-top: 20px;
}
#content .content_foot .info_box span {
  font-size: 14px;
  font-weight: 700;
}
#content .content_foot .info_box a {
  color: #241614;
}

#content .link_btn {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 40px;
}
#content .link_btn a {
  color: #00A0E9;
  display: block;
  width: 285px;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid #00A0E9;
  border-radius: 6px;
}
.page_top {
  margin-bottom: 40px;
}
.page_top span {
  cursor: pointer;
}
.page_top img {
  cursor: pointer;
}

@media only screen and (min-width: 641px) {
  .sp_on {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_off {
    display: none;
  }
  #content .smt_mt05 {
    margin-top: 5px;
  }
  #content .smt_mt10 {
    margin-top: 10px;
  }
  #content .smt_mt20 {
    margin-top: 20px;
  }
  #content .smt_mt30 {
    margin-top: 30px;
  }
  #content .smt_mt35 {
    margin-top: 35px;
  }
  #content .smt_mt40 {
    margin-top: 40px;
  }
  #content .smt_mt45 {
    margin-top: 45px;
  }
  #content .smt_mrml10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  #content .content_head {
    padding-bottom: 17px;
    padding-top: 17px;
  }
  #content .content_head .com_name {
    font-size: 22px;
    line-height: 25px;
  }
  #content > .lead_box {
    padding-bottom: 0;
  }
  #content > .lead_box .lead {
    font-size: 22px;
    line-height: 33px;
    font-feature-settings: 'palt';
    padding: 7px 0;
    letter-spacing: 0.04em;
  }
  #content > .lead_box .lead_txt {
    margin: 0 40px;
    padding-top: 20px;
  }
  #content > .lead_box .lead_txt .txt{
    font-size: 14px;
    line-height: 1.8;
  }
  #content > .lead_box .lead_txt .txt:nth-child(2) {
    border-top: 5px solid #D9DCE4;
  }
  #content > .lead_box .lead_txt .note{
    font-size: 11px;
    line-height: 1.5;
  }
  #content .txt_box .ttl_box {
    padding-bottom: 25px;
  }
  #content .txt_box .ttl_box .ttls {
    font-size: 13px;
    margin: 0 0 8px;
    padding: 3px 40px;
    background-color: #E0E3EB;
  }
  #content .txt_box .ttl_box .ttl {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    padding: 16px 40px 0;
    border-top: 7px solid #edf0f2;
  }
  #content .txt_box .txt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 40px;
  }
  #content .txt_box .txt:last-child{
    padding-bottom: 20px;
  }
  #content .txt_box .txt>.nowrap{
    white-space: wrap;
  }
  #content .txt_box .txt .smt_only_img {
    width: auto;
    height: 285px;
    margin: 25px auto;
  }
  #content .txt_box .note {
    font-size: 11px;
    line-height: 1.5;
    margin-right:40px;
    margin-left:40px;
  }
  #content .txt_box .img.fr {
    float: none;
    margin: 25px 0 16px;
  }
  #content .txt_box .img.fr + .img.fr{
    margin-top: 16px;
    margin-bottom: 50px;
  }
  #content .txt_box.bg_grey .txt_box{
    padding: 30px 0;
  }
  #content .txt_box.bg_grey .txt_box .txt{
    font-size: 16px;
    line-height: 28px;
  }
  #content .txt_box.bg_grey .txt_box .note{
    font-size: 16px;
    line-height: 26px;
    padding-top: 18px;
  }
  #content .txt_box.bg_grey .flex_box{
    padding: 0 0 30px;
    flex-direction: column;
  }
  #content .txt_box.bg_grey .flex_box .txt{
    font-size: 11px;
    line-height: 18px;
    padding: 23px 0 0;
  }
  #content .txt_box.bg_grey .flex_box .img img{
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  #content .img_box .img img {height: auto; width: 100%;}
  #content .img_box .img p{display: none;}

  #content .img_box02 .img.img01{max-width: 365px;}
  #content .img_box02 .img.img02{max-width: 345px;}
  #content .img_box02 .img img {height: auto; width: 100%;}
  #content .img_box02 .txt_box {max-width: 292px;margin: -45px auto 25px;padding: 10px 8px;border: 5px solid #ececec;}
  #content .img_box02 .txt_box .ttl { font-size: 12px;font-weight: 700;}
  #content .img_box02 .txt_box .row {display: block;}
  #content .img_box02 .txt_box .row dl {font-size: 12px;margin-top: 5px;}
  #content .img_box02 .txt_box .row dl dt {font-weight: 700;}

  #content .img_box03 .ttl {font-size: 13px;padding: 5px;border: 1px solid #B4C0C4;}
  #content .img_box03 .block01{background-color: #ececec;padding: 0 0 10px;}
  #content .img_box03 .block02{background-color: #ececec;margin: 10px 0 0;}
  #content .img_box03 .arrow{font-size: 14px;}
  #content .img_box03 .arrow::before,
  #content .img_box03 .arrow::after {height: 30px;}
  #content .img_box03 .arrow01{max-width: 285px;margin-bottom: 30px}
  #content .img_box03 .arrow01 span{padding: 0;}
  #content .img_box03 .arrow02{max-width: 285px;margin-top: 0;}
  #content .img_box03 .arrow03{max-width: 285px;margin-top: 15px;}

  #content .img_box03 .row{max-width: 345px;margin: auto;}
  #content .img_box03 .row .box dl{background-color: initial;border: none;}
  #content .img_box03 .row .box dl dt{font-size: 12px;margin: 0 0 5px;}
  #content .img_box03 .row .box dl dd{font-size: 11px;}
  #content .img_box03 .row .box dl dd img{height: auto; width: 100%;}
  #content .img_box03 .row .box p{font-size: 13px;text-align: center;padding:5px 0;box-sizing: border-box;background-color: #FFF;}
  #content .img_box03 .row .box:nth-child(1){max-width: 48%;}
  #content .img_box03 .row .box:nth-child(1) dl{padding:0;}
  #content .img_box03 .row .box:nth-child(2){max-width: 48%;}
  #content .img_box03 .row .box:nth-child(2) dl{padding:0;}
  #content .img_box03 .glass{margin:40px auto 0;}
  #content .img_box03 .glass .glass_ttl{font-size: 14px;margin: 0 0 5px;}
  #content .img_box03 .glass img {height: auto; width: 100%;max-width: 345px;}
  #content .img_box03 .glass dl{max-width: 345px;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: auto;padding: 5px 5px 5px 15px;}
  #content .img_box03 .glass dl dt{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;width: 100%;font-weight: normal;text-align: center;margin:2px 0 0;}
  #content .img_box03 .glass dl dd{font-size: 13px;}
  #content .img_box03 .glass dl + p{width: 100%;font-size: 13px; text-align: center;background-color: #FFF;}
  #content .img_box03 .result{font-size: 13px;margin:40px auto 0;}
  #content .img_box03 .result span{font-size: 107%;margin:5px 0 0;}

  #content .img_box04 .ttl{font-size: 16px; margin: 0 40px 10px;}
  #content .img_box04 .row{display: block;}
  #content .img_box04 .row .box:nth-child(1){width: auto;margin-right: 0;}
  #content .img_box04 .row .box:nth-child(2){width: auto;}
  #content .img_box04 .row .box + .box{margin-top: 40px;}
  #content .img_box04 .row .box .box_ttl{width: 100%;text-align: left;padding: 2px 60px;background-color: #dcdbda;}
  #content .img_box04 .row .box .box_ttl::before,
  #content .img_box04 .row .box .box_ttl::after {width: 20px;height: 20px;top: 100%;right: auto;bottom: auto;}
  #content .img_box04 .row .box .box_ttl::before {background: linear-gradient(to top right, transparent 50% , #dcdbda 50%);left: 60px;}
  #content .img_box04 .row .box .box_ttl::after {background: linear-gradient(to top left, transparent 50% , #dcdbda 50%);left: 80px;}
  #content .img_box04 .row .box .img_list{display: block;margin: 10px 0 0;}
  #content .img_box04 .row .box .img_list ul{max-width: 245px;margin: auto;}
  #content .img_box04 .row .box .img_list ul + ul{margin-top: 30px;margin-left: auto;}
  #content .img_box04 .row .box .img_list ul li img{height: auto;width: 100%;}
  #content .img_box04 .row .box .img_list ul li.txt{margin-right: 0;}

  #content .img_box05 {max-width: 345px;padding-bottom: 40px;}
  #content .img_box05 .ttl {font-size: 14px;line-height: 1.78;margin: 0 0 15px;}
  #content .img_box05 .img img{height: auto;width: 100%;}
  #content .img_box05 dl{max-width: 290px;display: block;text-align: left;margin: 20px auto;}
  #content .img_box05 dl dt{font-size: 10px;margin: 0 0 8px;}
  #content .img_box05 dl dd{width: auto;line-height:1.1;}
  #content .img_box05 dl dd + dd{margin-top: 10px;}
  #content .img_box05 dl dd p{display:inline;font-size: 12px;}
  #content .img_box05 dl dd p.name{font-size: 12px;margin-left: 1em;}
  
  #content .content_foot {
    margin: 0 0 40px;
  }
  #content .content_foot .ttl {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 8px 0;
    background-color: #ECECED;
  }

  #content .link_btn {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #content .link_btn a {
    padding: 8px 12px;
    max-width: 255px;
  }
  .page_top {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 374px) {
  #content > .lead_box .lead{
    font-size: 20px;
  }
  #content > .lead_box .lead_txt{
    margin: 0 20px;
  }
  #content .txt_box .ttl_box .ttls {
    padding: 0 20px;
  }
  #content .txt_box .ttl_box .ttl {
    margin: 0;
    padding: 16px 20px 0;
  }
  #content .txt_box .txt {
    margin: 0 20px;
  }
  #content .txt_box .note {
    margin-right:20px;
    margin-left:20px;
  }

  #content .img_box03 .row .box dl dt{font-size:11px;}

  #content .img_box04 .ttl{margin: 0 20px 10px;}
  #content .img_box04 .row .box .box_ttl{padding:2px 40px;}
  #content .img_box04 .row .box .box_ttl::before {left: 40px;}
  #content .img_box04 .row .box .box_ttl::after {left: 60px;}

  #content .momiglass .lead_box .lead {
    margin: 25px 20px 40px;
  }
  #content .momiglass > .txt{
    margin: 25px 20px 0;
  }
}