@charset "utf-8";
html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #333333;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap {
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.mainBox {
  overflow: hidden;
}
.mainBox *, .mainBox ::before, .mainBox ::after {
  box-sizing: border-box;
}
.spOnly {
  display: none;
}
.fancybox-container{
  z-index: 100001;
}
@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}


/* main
-----------------------------------------------*/
#main{
  background: #E8E5E5;
  position: relative;
}
#main::before{
  background: #F4F4F4;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
}
#main .inner{
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
#main .footstepBox{
  width: 100%;
  padding-top:15px;
}
#main .col{
  max-width: 920px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .col .imgArea{
  max-width: 462px;
  width: 49.15%;
}
#main .col .imgArea .img{
  position: relative;
  right: -20px;
}
#main .col .imgArea .img .circle{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  content: "";
  bottom: 45px;
  right: 0;
  min-width: 110px;
  min-height: 110px;
  background: rgba(0,53,87,0.7);
  border-radius: 50%;
  border: 2px solid #fff;
}
#main .col .imgArea .img p{
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 0;
}
#main .col .imgArea .img p span{
  font-size: 23px;
  line-height: 1.5;
}
#main .col .imgArea .img p span > span{
  font-size: 18px;
}
#main .col .imgArea .img p .size{
  font-size: 16px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}
#main .col .imgArea .note{
  font-size: 11px;
  color: #888888;
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: -5px;
}
#main .col .txt{
  padding: 0 0 0 30px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#main .col .txt h2{
  font-size: 56px;
}
#main .col .txt h2 span{
  font-size: 32px;
  display: block;
}
#main .col .txt h3{
  max-width: 271px;
  margin: 15px auto 15px;
  font-size: 22px;
  padding: 4px 0;
  border-top: solid #000 2px;
  border-bottom: solid #000 2px;
}
#main .col .txt p{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
#main .col .txt ul{
  display: flex;
  margin: 17px auto 0;
  max-width: 360px;
  width: 100%;
  justify-content: center;
}
#main .col .txt li{
  padding: 16px 0;
  width: 33.333%;
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
}
#main .col .txt li span{
  display: block;
  margin-top: 8px;
}
#main .col .txt li sup{
  font-size: 10px;
}
#main .box {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px;
  position: relative;
  max-width: 920px;
  margin: 20px auto 0;
}
#main .box h2 {
  position: absolute;
  display: block;
  content: "";
  background: #003557;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 6px 20px;
  max-width: 193px;
  width: 100%;
  text-align: center;
  top: -15px;
  left: 30px;
}
#main .box .col,
#main .box .col .price,
#main .box .col .btn ul {
  display: flex;
  align-items: center;
}
#main .box .col{
  margin-top: 0;
}
#main .box .col .price p{
  font-size: 12px;
  max-width: 277px;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 18px;
  line-height: 1.5;
}
#main .box .col .price h3{
  font-size: 44px;
  font-family: 'Oswald', sans-serif;
}
#main .box .col .price h3 span{
  font-size: 17px;
  font-family: Inter;
}
#main .box .col .btn li a{
  background: #00AFDE;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  min-width: 140px;
  width: 100%;
  display: block;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
#main .box .col .btn li{
  margin-left: 14px;
}
#main .box .col .btn li + li{
  margin-left: 22px;
}
@media screen and (max-width: 1023px) {
  #main .box{
    margin-top: 40px;
    padding: 20px;
  }
  #main .box h2 {
    left: 50%;
    transform: translateX(-50%);
  }
  #main .box .col{
    flex-direction: column;
    gap: 10px;
  }
  #main .box .price{
    width: 100%;
    flex-direction: column;
  }
  #main .box .col .price p{
    margin-left:0;
    margin-top: 10px;
  }
  #main .box .col .btn ul{
    gap:15px;
  }
  #main .box .col .btn li,
  #main .box .col .btn li + li {
    margin-left: 0;
  }
  #main .box .col .price h3{
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #main .footstepBox{
    padding-top: 0;
  }
  #main .inner{
    padding: 10px 20px 0;
  }
  #main .col {
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
  #main .col .txt{
    width: 100%;
    padding: 0;
  }
  #main .col .imgArea{
    max-width: 380px;
    width: 100%;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  #main .col .imgArea .img{
    right: 0;
  }
  #main .col .txt h2 span {
    font-size: 24px;
  }
  #main .col .txt h2 {
    font-size: 50px;
  }
}


/* section
-----------------------------------------------*/
section .inner {
  max-width: 1220px;
  padding: 100px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
section .inner p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  section .inner {
    padding: 40px 20px 60px;
  }
  section .inner p {
    font-size: 14px;
    line-height: 2;
  }
}


/* point
-----------------------------------------------*/
#point{
  background: #F4F4F4;
}
#point .inner{
  padding: 55px 40px 80px;
}
#point .col4{
  display: flex;
  flex-wrap: wrap;
  column-gap:60px;
  row-gap: 40px;
}
#point .col4 .col{
  background: #F4F4F4;
  padding: 0;
  margin-top: 0;
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#point .col4 .col .ttl{
  display: flex;
  padding: 0 0 0 30px;
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
}
#point .col4 .col .ttl .img{
  padding-left: 30px;
  min-width: 210px;
}
#point .col4 .col .box{
  background: #fff;
  padding: 40px 50px;
}
#point .col4 .col .box ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
#point .col4 .col .box li{
  width: 50%;
}
#point .col4 .col .box li:nth-child(even){
  padding-left: 24px;
}
#point .col4 .col .box li:nth-child(odd){
  padding-right: 24px;
}
#point .col4 .point02 .box li{
  text-align: center;
}
#point .col4 .point02 .box li .img img{
  max-width: 128px;
}
#point .col4 .col .box li .img{
  position: relative;
}
#point .col4 .col .box li .img span{
  position: absolute;
  display: block;
  content: "";
  width: 72px;
  height: 72px;
  bottom: -10px;
  right: -10px;
}
#point .col4 .col .box li .txt h3{
  font-size: 16px;
  margin-top: 12px;
}
#point .col4 .col .box li .txt p{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 2px;
}
#point .col{
  background: #fff;
  margin-top: 50px;
  padding: 40px;
  display: flex;
}
#point .col .ttl p{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #E8E5E5;
  padding: 0 22px;  
  line-height: 32px;
  border-radius: 20px;
  display: inline-block;
  color: #333;
}
#point .col .ttl .note{
  font-size: 12px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: none;
  padding: 0;  
  line-height: 1.5;
  margin-top: 0;
  border-radius: 0;
}
#point .col .ttl {
  padding-right: 40px;
}
#point .col .ttl .txt {
  padding-bottom: 15px;
}
#point .col .ttl h2{
  font-size: 30px;
  margin-top: 17px;
  line-height: 1.5;
}
#point .col .ttl h2 + p{
  font-size: 14px;
  background: none;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 17px;
}
#point .col .box > .img {
  margin-top: 20px;
}
/* #point .point3 .ttl{
  width: 38.58%;
}
#point .point3 .img{
  width: 61.42%;
} */
@media screen and (max-width: 1023px) {
  #point .col4 {
    flex-direction: column;
  }
  #point .col4 .col {
    max-width: 100%;
  }
  /* #point .point3 {
    flex-direction: column;
    gap: 40px 0;
  } */
  /* #point .point3 .ttl{
    width: 100%;
  } */
  /* #point .point3 .ttl h2 br {
    display: none;
  } */
  #point .point3 .img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #point .inner{
    padding: 60px 20px;
  }
  #point .col4 {
    gap: 30px;
  }
  #point .col4 .col .ttl {
    padding: 0;
  }
  #point .col .ttl h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  #point .col4 .col .ttl .img {
    width: 100px;
    padding-left: 10px;
    min-width: 110px;
  }
  #point .col4 .col .box {
    background: #fff;
    padding: 30px;
  }
  #point .col4 .col .box li:nth-child(even){
    padding-left: 15px;
  }
  #point .col4 .col .box li:nth-child(odd){
    padding-right: 15px;
  }
  /* #point .point3 {
    padding: 30px;
    gap: 30px;
  }
  #point .point3 .ttl {
    padding-right: 0;
  } */
}


/* bnrBtn
-----------------------------------------------*/
.bnrBtn {
  padding: 0 20px;
}
.bnrBtn a {
  max-width: 750px;
  width: 100%;
  margin: 120px auto 0;
  display: block;
}
.bnrBtn a .btn {
  background: #00afdd;
  color: #fff;
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 105px;
  padding-top: 35px;
  text-align: center;
  box-sizing: content-box;
}
.bnrBtn a .btn:hover {
  opacity: .8;
}
.bnrBtn .btn span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.bnrBtn .btn span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
.bnrBtn .btn img {
  position: absolute;
  top: -20px;
  right: 30px;
}
@media screen and (max-width: 750px) {
  .bnrBtn a {
    margin: 40px auto 0;
  }
  .bnrBtn a .btn {
    width: auto;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
    font-size: 10px;
  }
  .bnrBtn .btn span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bnrBtn .btn img {
    right: 2%;
    top: -10%;
    width: 90px;
  }
}


/* layout
-----------------------------------------------*/
.layout {
  margin: 0 auto;
}
.layout .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px;
}
.layout .ttlBox {
  text-align: center;
  margin-bottom: 50px;
}
.layout .ttlBox h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #2E3445;
}
.layout .ttlBox h2 br {
  display: none;
}
.layout .ttlBox h3 {
  font-size: 18px;
}
.layout .ttlBox h3 br {
  display: none;
}
.layout ul.col4 {
  overflow: hidden;
}
.layout .col4 li {
  float: left;
  width: 235px;
  margin-right: 20px;
}
.layout .col4 li.link4 {
  margin-right: 0px;
}
.layout .col4 li strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.layout .col4 li p {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 5px;
}
.layout .col4 li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.layout .col4 li .photo {
  border: 2px solid #EEEDEB;
  margin-bottom: 8px;
}
.layout .col4 li .photo img {
  width: 100%;
  height: auto;
}
.layout .col4 li i {
  font-size: 18px;
  margin-right: 5px;
}
#relationBox ul.col4 li.link4 {
  margin-right: 0;
}
#relationBox ul li a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .layout {
    min-width: 320px;
  }
  .layout .inner {
    padding: 60px 40px;
    width: auto;
  }
  .layout .ttlBox {
    margin-bottom: 25px;
  }
  .layout .ttlBox h2 {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .layout .ttlBox h2 br {
    display: block;
  }
  .layout .ttlBox span {
    font-size: 12px;
    margin-top: 8px;
  }
  .layout ul.col4 {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    max-width: 484px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout .col4 li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
  }
  .layout .col4 li:nth-child(2n) {
    margin-left: 3%;
  }
  .layout .col4 li strong {
    font-size: 12px;
    padding-left: 18px;
  }
  .layout .col4 li .photo img {
    width: 100%;
    height: auto;
  }
  .layout .col4 li p {
    font-size: 11px;
  }
  .layout .col4 li i {
    font-size: 14px;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .layout .inner {
    padding: 60px 20px;
  }
  #relationBox .inner {
    padding-bottom: 0;
  }
}


/* drawingBox */
#drawingBox .ttl h2 {
  text-align: center;
  font-size: 36px;
}
#drawingBox .img{
  margin: 50px auto 74px;
}
#drawingBox .img p {
  margin-top: 16px;
  /* text-align: right; */
}
#drawingBox h3 {
  font-size: 16px;
  margin-top: 40px;
}
#drawingBox ul {
  margin-top: 5px;
}
#drawingBox li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
#drawingBox .scroll-table {
  overflow: auto;
  white-space: nowrap;
}
#drawingBox .scroll-table + .scroll-table {
  margin-top: 60px;
}
#drawingBox table {
  width: 100%;
  margin-bottom: 40px;
}
#drawingBox table tr:first-child th {
  background-color: #6A6A6A;
  color: #fff;
}
#drawingBox .event01 {
  width: 115px;
}
#drawingBox .event02 {
  width: 422px;
}
#drawingBox .event03 {
  width: 211px;
}
#drawingBox table th {
  background-color: #e3e9f1;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 5px;
  font-size: 13px;
}
#drawingBox table th:first-child {
  width: 20%;
}
#drawingBox table td:first-child {
  border-left: none;
}
#drawingBox table td {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  padding: 10px 5px;
  font-size: 14px;
}
#drawingBox table tr:nth-child(even) td {
  background: #F8F8F8;
}
#drawingBox table td span, #drawingBox table th span {
  display: block;
  font-size: 10px;
}
#drawingBox table td .sp {
  display: none;
}
#drawingBox table td img {
  vertical-align: top;
  margin-right: 8px;
}
#drawingBox .notes {
  padding-bottom: 20px;
}
#drawingBox .notes ul {
  margin-bottom: 20px;
}
#drawingBox .notes ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
#drawingBox ul.btn {
  overflow: hidden;
  width: 760px;
  margin: 0 auto 40px auto;
}
#drawingBox ul.btn li {
  float: left;
  width: 360px;
  margin: 0 10px;
}
#drawingBox ul.btn li a {
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #005C94;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 17px 0 15px 0;
}
#drawingBox ul.btn li a:hover {
  text-decoration: none;
  background-color: #337DA9;
}
#drawingBox ul.btn li a span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
#drawingBox .info {
  width: 654px;
  margin: 0 auto;
  border: 3px solid #333;
  padding: 20px 40px;
}
#drawingBox .info h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#drawingBox .info ul {
  overflow: hidden;
}
#drawingBox .info ul li {
  float: left
}
#drawingBox .info ul li.tel {
  width: 354px;
}
#drawingBox .info ul li.tel .tel-link {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1em;
}
#drawingBox .info ul li.tel span {
  font-size: 14px;
}
#drawingBox .info ul li.catalog a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 39px;
  font-size: 20px;
  background-image: url(../images/guide_catalog_btn.jpg);
  background-repeat: no-repeat;
  padding-top: 23px;
}
#drawingBox .info ul li.catalog a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#drawingBox .col2{
  background: #E8E5E5;
  padding: 30px;
  display: flex;
}
#drawingBox .col2 .col {
  width: 46.06%;
  padding-right: 32px;
  border-right: 2px solid #6A6A6A;
}
#drawingBox .col2 .col + .col {
  padding-right: 0;
  padding-left: 32px;
  display: flex;
  width: 53.94%;
  border-right: none;
}
#drawingBox .col2 .col h2{
  font-size: 22px;
  position: relative;
  padding-left: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#drawingBox .col2 .col h2::before{
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url("../images/icon_04.svg") no-repeat center / 100%;
}
#drawingBox .col2 .col p{
  font-size: 13px;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-top: 10px;
}
#drawingBox .col2 .col p span{
  color: #B0412B;
}
#drawingBox .col2 .col + .col h2{
  padding: 0;
}
#drawingBox .col2 .col + .col h2::before{
  display: none;
}
#drawingBox .col2 .col + .col h2 span{
  font-size: 16px;
  color: #003557;
  background: #fff;
  border: solid #003557 2px;
  line-height: 32px;
  padding: 0 14px;
  display: inline-block;
  margin-right: 12px;
}
#drawingBox .col2 .col ul{
  display: flex;
  margin-top: 8px;
}
#drawingBox .col2 .col li{
  font-size: 18px;
  line-height: 34px;
  background: #66B785;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  max-width: 130px;
}
#drawingBox .col2 .col li + li{
  margin-left: 8px;
}
#drawingBox .col2 .col + .col .img{
  width: 42.33%;
  max-width: 180px;
  margin: 0 auto;
}
#drawingBox .col2 .col + .col .txt{
  padding-right: 24px;
}
#drawingBox .col2 .col + .col p{
  margin-top: 10px;
  font-size: 14px;
}
#drawingBox .btnArea{
  display: flex;
  margin-top: 68px;
}
#drawingBox .btnArea .bnrBtn{
  max-width: 610px;
  width: 100%;
  padding: 0;
  margin-right: 37px;
}
#drawingBox .btnArea .bnrBtn a{
  margin: 0 auto;
}
#drawingBox .btnArea .bnr{
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #drawingBox .col2{
    flex-direction: column;
  }
  #drawingBox .col2 .col {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 2px solid #6A6A6A;
  }
  #drawingBox .col2 .col + .col {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
    justify-content: space-between;
  }
  #drawingBox .col2 .col + .col .txt {
    flex: 1;
  }
  #drawingBox .col2 .col + .col .img{
    width: auto;
  }
  #drawingBox .btnArea{
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
  #drawingBox .btnArea .bnrBtn{
    margin: 0 auto;
  }
  #drawingBox .btnArea .bnr{
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #drawingBox .img{
    margin: 40px auto;
  }
  #drawingBox .ttl h2 {
    font-size: 24px;
  }
  #drawingBox h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #drawingBox .scroll-table + .scroll-table {
    margin-top: 20px;
  }
  #drawingBox .col2 .col h2{
    font-size: 18px;
    padding-left: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #drawingBox .col2 .col h2::before{
    top: -2px;
    width: 30px;
    height: 30px;
  }
  #drawingBox .col2 .col + .col {
    flex-direction: column;
    gap: 20px;
  }
  #drawingBox .col2 .col + .col .txt {
    padding: 0;
  }
  #drawingBox .btnArea {
    margin-top: 40px;
    gap: 30px;
  }
}


/* cta
-----------------------------------------------*/
#cta {
  background: #e3e9f1;
}
#cta .col2 {
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#cta .col {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 460px;
  width: 100%;
  padding: 50px 40px 35px;
  box-sizing: border-box;
}
#cta .col:first-child {
  margin-right: 40px;
}
#cta .col h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#cta .col .btn a {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
  background: #00afdd;
  border-radius: 4px;
  margin-bottom: 20px;
}
#cta .col a {
  transition: opacity .2s;
}
#cta .col a:hover {
  opacity: .7;
}
#cta .col .btn .img {
  padding-right: 30px;
}
#cta .col .btn img {
  width: 45px;
  height: 45px;
}
#cta .col .btn a p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
#cta .col .btn a p > span {
  display: block;
  font-size: 20px;
}
#reuse {
  position: relative;
  color: #fff;
  padding: 0 40px;
  background: #000;
}
#reuse::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bgi_reuse.jpg") no-repeat center / cover;
}
#reuse .img {
  position: relative;
  z-index: 2;
  max-width: 185px;
  width: 100%;
  margin: 0 auto 40px;
}
#reuse .txt {
  position: relative;
  z-index: 2;
}
#reuse .txt h3 {
  font-size: 28px;
  line-height: 1.5;
}
#reuse .txt .link {
  text-align: center;
  margin-top: 50px;
}
#reuse .txt .link a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
  transition: opacity .2s;
}
#reuse .txt .link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #cta .col2 {
    flex-wrap: wrap;
  }
  #cta .col {
    padding: 20px 20px 30px;
  }
  #cta .col:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #cta .col h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #cta .col .btn a {
    padding: 20px 15px;
  }
  #cta .col .btn .img {
    padding-right: 15px;
  }
  #cta .col .btn img {
    width: 30px;
    height: 30px;
  }
  #cta .col .btn a p {
    font-size: 24px;
  }
  #cta .col .btn a p > span {
    font-size: 16px;
  }
  #reuse {
    padding: 0 20px;
  }
  #reuse .img {
    max-width: 185px;
    margin: 0 auto 20px;
  }
  #reuse .txt h3 {
    font-size: 20px;
  }
  #reuse .txt .link {
    margin-top: 30px;
  }
  #reuse .txt .link a {
    font-size: 16px;
  }
  #reuse .txt .link a::after {
    width: 10px;
    height: 10px;
  }
}


/* guideBox */
#guideBox {
  background: #f8f7f3;
}
#guideBox h3 {
  font-size: 40px;
  line-height: 1.2em;
}
#guideBox ul.productLink {
  overflow: hidden;
  margin-bottom: 40px;
}
#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
}
#guideBox ul.productLink li.link4 {
  margin-right: 0px;
}
#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}
#guideBox ul.productLink li .img {
  width: 128px;
  margin: 0 auto 15px auto;
}
#guideBox ul.productLink li .img img {
  width: 100%;
  height: auto;
}
#guideBox ul.productLink li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
}
#guideBox ul.productLink li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#guideBox ul.productLink li h4 {
  font-size: 18px;
}
#guideBox ul.productLink li h4 i {
  margin-right: 5px;
  font-size: 22px;
}
#guideBox ul.productLink li p {
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
}
#guideBox .productNote {
  border: 2px solid #EDECEA;
  background-color: #fff;
  padding: 28px 28px 8px 28px;
}
#guideBox .productNote h4 {
  color: #1B558C;
  font-size: 18px;
  margin-bottom: 5px;
}
#guideBox .productNote ul {
  margin-bottom: 20px;
}
#guideBox .productNote ul li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  #guideBox ul.productLink {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:750px) {
  #guideBox h3 {
    font-size: 20px;
  }
  #guideBox ul.productLink {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #guideBox ul.productLink li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #guideBox ul.productLink li:nth-child(2n) {
    margin-left: 3%;
  }
  #guideBox ul.productLink li .img {
    text-align: center;
    width: auto;
  }
  #guideBox ul.productLink li .img img {
    max-width: 128px;
  }
  #guideBox ul.productLink li h4 {
    font-size: 15px;
  }
  #guideBox ul.productLink li h4 i {
    font-size: 18px;
  }
  #guideBox ul.productLink li p {
    font-size: 12px;
  }
  #guideBox .productNote {
    padding: 18px 18px 4px;
  }
  #guideBox .productNote h4 {
    font-size: 15px;
  }
  #guideBox .productNote ul li {
    font-size: 12px;
  }
}
 