@charset "UTF-8";


.mt5 {
  margin-top: 5px !important;
}

.fs30 {
  font-size: 30% !important;
}

.fs40 {
  font-size: 40% !important;
}

.fs50 {
  font-size: 50% !important;
}

.fs60 {
  font-size: 60% !important;
}

.fs70 {
  font-size: 70% !important;
}

.fs80 {
  font-size: 80% !important;
}

.fs90 {
  font-size: 90% !important;
}

.fs110 {
  font-size: 110% !important;
}

.fs120 {
  font-size: 120% !important;
}

.fs130 {
  font-size: 130% !important;
}

.fs140 {
  font-size: 140% !important;
}

.fs150 {
  font-size: 150% !important;
}

.fs160 {
  font-size: 160% !important;
}

.fs170 {
  font-size: 170% !important;
}

.fs180 {
  font-size: 180% !important;
}

.fs200 {
  font-size: 200% !important;
}

.fcr {
  color: #e2041b;
}

.fcp {
  color: #e95295;
}

.fcb {
  color: #19448e;
}

.fcy {
  color: #c89932;
}

.fcg {
  color: #007b43;
}

.fcv {
  color: #7f1184;
}

.fwb {
  font-weight: bold !important;
}

.fac {
  text-align: center !important;
}

.ffm {
  font-family: 'Shippori Mincho', serif !important;
}

.ffg {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}


.id_main {

  @media screen and (max-width: 992px) {
    margin-top: 0;
  }
}

.tCenter h2 {
  -webkit-font-smoothing: antialiased;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-size-adjust: none;
  background: none;
  overflow-scrolling: touch;
}

@media (max-width: 768px) {
  body {
    font-size: 3.046875vw;
  }
}

.contents_m3 ul {
  display: grid;
}

.contents_m3a ul {
  display: grid;
}

.contents_m2 ul {
  display: grid;
}

.gai_info_i {
  border: solid 1px #999;
  padding: 20px;
  margin: 20px 0;
}

.gai_toi {
  background-color: #999;
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
}

.gai_map {
  background-color: #999;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contents_m3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .contents_m3 ul {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .contents_m3 li {
    font-size: 16px;
  }

  .contents_m3 li img {
    width: 100%;
  }

  .contents_m3a {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .contents_m3a ul {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .contents_m3a li img {
    width: 100%;
  }

  .contents_m2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .contents_m2 ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .contents_m2 li {
    font-size: 16px;
  }

  .contents_m2 li img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contents_m3 {
    width: 95%;
    margin: 0 auto;
  }

  .contents_m3 ul {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .contents_m3 li img {
    width: 100%;
  }

  .contents_m3a {
    width: 95%;
    margin: 0 auto;
  }

  .contents_m3a ul {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .contents_m3a li img {
    width: 100%;
  }

  .contents_m2 {
    width: 95%;
    margin: 0 auto;
  }

  .contents_m2 ul {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .contents_m2 li img {
    width: 100%;
  }
}




h2.main_title {
  margin-bottom: 20px;
}

ul.business_menu {
  width: 960px;
  overflow: hidden;
  margin-bottom: 20px;
}


ul.business_menu li {
  width: 320px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  font-size: 15px;
  float: left;
  box-sizing: border-box;
}

ul.business_menu li:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}

ul.business_menu li a {
  display: block;
  padding: 25px 0;

}

ul.business_menu li a::before {
  background: url(../../../common/img/pc/link_icon_type01.png) 0 0 no-repeat;
  -webkit-background-size: 5px 8px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  padding-left: 5px;
  position: relative;
  top: -1px;
}



section {
  width: 880px;
  margin: 0 auto;
}






section.page_title_area {
  padding-bottom: 80px;
}


section.page_title_area h3 {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  line-height: 0.8em;
  padding: 75px 0 35px;
}

section.page_title_area h3 span {
  font-size: 13px;
}

section.page_title_area p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
}



section h4 {
  font-size: 17px;
  position: relative;
  padding: 0 0 6px 10px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  margin-bottom: 20px;
}

section h4::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 3px;
  height: 18px;
  background-color: #000000;
}


section.jirei_area {
  margin-bottom: 70px;
}

.jirei_bnr_area {
  width: 100%;
  overflow: hidden;
}

.jirei_bnr_area .jirei_bnr {
  float: left;
}

.jirei_bnr_area .jirei_bnr02 {
  float: right;
}

.jirei_bnr_area p {
  margin-top: 10px;
  font-size: 14px;
  background: url(../../../common/img/pc/link_icon_type01.png) 0 3px no-repeat;
  padding-left: 15px;

}




section.item_area {
  margin-bottom: 70px;
}

.item_img_area {
  width: 100%;
  overflow: hidden;
}

.item_img_area .item_box {
  width: 280px;
  margin: 0 20px 20px 0;
  float: left;
}

.item_img_area .item_box:nth-child(3n) {
  margin-right: 0;
}


.item_img_area .item_box p {
  margin-top: 10px;
  font-size: 14px;
}


section.use_area {
  margin-bottom: 0;
}

.use_dl_area {
  width: 100%;
  overflow: hidden;
}

.use_dl_area dl {
  width: 280px;
  margin: 0 0 30px;
  float: left;
}


.use_dl_area dl.first {
  width: 290px;
}

.use_dl_area dl.second {
  width: 345px;
}

.use_dl_area dl.third {
  width: 245px;
}


.use_dl_area dl dt {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8em;
}

.use_dl_area dl dd {
  font-size: 13px;
  line-height: 1.8em;
  white-space: nowrap;
}




@media screen and (max-width:768px) {


  h2.main_title {
    margin-bottom: 15px;
  }



  ul.business_menu {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    overflow: hidden;
    margin-bottom: 15px;
    display: table;
  }


  ul.business_menu li {
    width: 33.3%;
    background: url(../../../common/img/sp/link_icon_type01.png) 9px center no-repeat;
    background-size: 5.5px 9px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    float: none;
    display: table-cell;
    vertical-align: middle;


  }

  ul.business_menu li:nth-child(1) {
    border-left: 1px solid #e8e8e8;
  }


  ul.business_menu li a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 12px 15% 12px 18%;
    width: 100%;

  }

  ul.business_menu li:last-child a {
    text-align: center;
  }

  ul.business_menu li a span {
    display: inline-block;
    text-align: left;
  }

  ul.business_menu li a::before {
    background: none;
    -webkit-background-size: 0;
    content: "";
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
  }



  section {
    width: 100%;
    margin: 0 auto;
  }




  section.page_title_area {
    padding-bottom: 45px;
  }


  section.page_title_area h3 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    line-height: 0.8em;
    padding: 45px 0 20px;
  }

  section.page_title_area h3 span {
    font-size: 10px;
  }

  section.page_title_area p {
    font-size: 12px;
    text-align: center;
    line-height: 1.8em;
    padding: 0 4%;
  }



  section h4 {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    position: relative;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
    margin-bottom: 15px;
  }

  section h4::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 2px;
    height: 14px;
    background-color: #000000;
  }



  section.jirei_area {
    box-sizing: border-box;
    padding: 0 4%;
    margin-bottom: 50px;
  }

  .jirei_bnr_area {
    width: 100%;
    overflow: hidden;
  }

  .jirei_bnr_area .jirei_bnr {
    float: none;
    margin-bottom: 20px;
  }

  .jirei_bnr_area .jirei_bnr02 {
    float: none;
  }

  .jirei_bnr_area p {
    margin-top: 5px;
    font-size: 12px;
    background: url(../../../common/img/sp/link_icon_type01.png) 0 1px no-repeat;
    background-size: 5.5px 9px;
    padding-left: 10px;

  }




  section.item_area {
    box-sizing: border-box;
    padding: 0 4%;
    margin-bottom: 40px;
  }

  .item_img_area {
    width: 100%;
    overflow: hidden;
  }

  .item_img_area .item_box {
    width: 48%;
    margin: 0 4% 20px 0;
    float: left;
  }

  .item_img_area .item_box:nth-child(3n) {
    margin-right: 4%;
  }

  .item_img_area .item_box:nth-child(2n) {
    margin-right: 0;
  }


  .item_img_area .item_box p {
    margin-top: 5px;
    font-size: 12px;
  }


  section.use_area {
    box-sizing: border-box;
    padding: 0 4%;
    margin-bottom: 30px;
  }

  .use_dl_area {
    width: 100%;
    overflow: hidden;
  }

  .use_dl_area dl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }


  .use_dl_area dl.first {
    width: 100%;
  }

  .use_dl_area dl.second {
    width: 100%;
  }

  .use_dl_area dl.third {
    width: 100%;
  }


  .use_dl_area dl dt {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.8em;
  }

  .use_dl_area dl dd {
    font-size: 12px;
    line-height: 1.8em;
    white-space: normal;
  }

}