@charset "utf-8";
.feature_accordion--wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
}

/*
.feature_accordion--wrap.feature_accordion--wrap_01{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 980px;
}
*/
.feature_accordion--wrap.feature_accordion--wrap_01{
  /*margin-top: -175px;*/
  width: 980px;
}

.feature_accordion--wrap.feature_accordion--wrap_01 p{
  margin-bottom: 0;
}

.feature_accordion--contents {
  
}

.feature_accordion--wrap-01 .feature_accordion--contents{
  background: #fff;
  padding-top: 45px;
}

.feature_accordion--btn,
.more_func-detail-close {
  display: inline-block;
  font-size: 240%;
  width: auto;
  text-align: center;
  border: .1rem solid #666;
  border-radius: .25em;
  padding: 6px .75em;
  margin: 20px auto;
  text-decoration: none;
  background: #666 none no-repeat;
  color: #fff;
}

.more_func-detail-close {
  margin: 50px auto 0;
}

.feature_accordion--btn >span,
.more_func-detail-close > span {
  display: inline-block;
/*  transition: transform .25s linear 0s;
  transform: rotate(0); */
}

/* .feature_accordion--btn:hover > span {
  will-change: transform;
} */

.feature_accordion--btn.open >span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.feature_accordion--wrap-01{

}

@media screen and (max-width: 768px) {
  /*
  .feature_accordion--wrap.feature_accordion--wrap-01{
    position: absolute;
    bottom: 0;
  }
  */

  .feature_accordion--wrap.feature_accordion--wrap_01{
    width: 100%;
    position: relative;
    z-index: 10;
    /*margin-bottom: 80px;*/
  }

  .feature_accordion--wrap.feature_accordion--wrap-01 a{
    margin: 0;
  }

  .feature_accordion--wrap-01 .txt_c{
    border-bottom: 20px solid #e3ded8;
  }
}

@media only screen and (min-width: 769px) {
  .custum_func_ttl {
    background-color: #2170B5;
    color: #ffffff;
    font-size:240%;
    font-weight: bold;
    text-align: center;
    width:100%;
    padding: 10px 0 10px;
    margin-top:20px;
  }
  .custum_func_area {
    /*background-color: #FFF164;*/
    padding-top:10px;
    margin-bottom:80px;
  }
  .func_icon.custom_func {
    padding-bottom:50px;
  }
  .func_btn {
    text-align: center;
  }
}

.custum_func_area{
  /*padding-top: 10px;*/
}

.func_btn {
  counter-reset: func_btn_num;
}

.func_btn,
.func_icon {
  width: 100%;
  max-width: 840px;
  margin: auto;
}

.func_btn,
.func_btn *,
.func_icon,
.func_icon * {
  box-sizing: border-box;
}

.func_icon.custom_func {
    max-width: 728px;
}
.custom_func li:last-child{
	margin-right: 0;
}

ul.func_btn,
ul.func_icon {
  /*font-size: 0;*/
  padding-left: 0;
/*  width: fit-content;*/
}

.func_detail {
  box-sizing: border-box;
  border: 2px solid #a0a0a0;
  margin: 50px auto 0;
  padding: 50px 20px;
  background-color: #fff;
}

.func_btn > li {
  counter-increment: func_btn_num;
}

.func_btn > li,
.func_icon > li {
  display: inline-block;
  line-height: 0;
}

.func_btn > li > *[data-id^="func"],
.func_icon > li > *[data-id^="more"] {
  display: block;
  text-decoration: none;
}

.func_btn > li > *[data-id^="func"]:hover,
.func_btn > li > *[data-id^="func"]:active,
.func_btn > li > *[data-id^="func"]:focus,
.func_icon > li > *[data-id^="more"]:hover,
.func_icon > li > *[data-id^="more"]:active,
.func_icon > li > *[data-id^="more"]:focus {
  outline: none;
}

.func_btn > li > *[data-id^="func"] > div.pc,
.func_icon > li > *[data-id^="more"] > div.pc {
  position: relative;
}

.func_btn > li > *[data-id^="func"] > div.pc::after,
.func_icon > li > *[data-id^="more"] > div.pc::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 140px;
  height: 130px;
  background: rgba(0, 0, 0, 0) no-repeat;
  -webkit-transition: background .3s linear 0s;
  transition: background .3s linear 0s;
}

.func_btn > li > *[data-id^="func"].wide > div.pc::after,
.func_icon > li > *[data-id^="more"].wide > div.pc::after {
  width: 352px;
  height: 72px;

}

.func_btn > li:hover > *[data-id^="func"] > div.pc,
.func_icon > li:hover > *[data-id^="func"] > div.pc {
  will-change: background;
}

.func_btn > li > *[data-id^="func"]:hover > div.pc::after,
.func_btn > li > *[data-id^="func"]:active > div.pc::after,
.func_btn > li > *[data-id^="func"]:focus > div.pc::after,
.func_icon > li > *[data-id^="more"]:hover > div.pc::after,
.func_icon > li > *[data-id^="more"]:active > div.pc::after,
.func_icon > li > *[data-id^="more"]:focus > div.pc::after {
  background: rgba(255, 255, 255, .6) no-repeat;
}

.func_btn > li > *[data-id^="func"] > div.sp,
.func_icon > li > *[data-id^="more"] > div.sp {
  
}

.custum_w100 {width: 100%;}

.func_box_img2 {
  width: 85% !important;
  margin-left: 8% !important;
  padding-top: 10px !important;
}
.func_uline {
  border-bottom: 1px solid #a0a0a0;
}
.mar_l_imgcap {margin-left:45px !important; font-size:110% !important;}

@media only screen and (min-width: 769px) {
  .sp { display: none !important; }
}
@media screen and (max-width:768px) {
  .custum_func_ttl {
    font-size:240%;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin:40px auto 10px;
  }
  .func_box_img2 {
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 10px !important;
  }
  .func_box_img3 {width: 100% !important;}
  .mar_l_imgcap {margin-left:0 !important; font-size:110% !important;}

  .func_btn > li,
  .func_icon > li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .custom_func li:last-child {
    margin-right: 0;
	}
  .func_btn > li > *[data-id^="func"],
  .func_icon > li > *[data-id^="more"] {
    color: #707070;
    background: #f0f0f0 no-repeat;
  }
  .func_btn > li > *[data-id^="func"] div.sp,
  .func_icon > li > *[data-id^="more"] div.sp {
    padding: 1rem;
  }
  .func_btn > li > *[data-id^="func"] div.sp p,
  .func_icon > li > *[data-id^="more"] div.sp p {
    position: relative;
    width: 100%;
    margin: 0;
    padding-right: 1.5em;
    font-size: 2.3rem;
    color: #323232;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .func_btn > li > *[data-id^="func"] div.sp p img,
  .func_icon > li > *[data-id^="more"] div.sp p img {
    margin-right: .5rem;
    vertical-align: bottom;
  }
  .func_btn > li > *[data-id^="func"] div.sp p::after,
  .func_icon > li > *[data-id^="more"] div.sp p::after {
    position: absolute;
    content: "\0025BC"; /* 16進数、&を\、#とxを0に、;トリ */
    display: block;
    top: 0;
    left: calc(100% - 1.25em);
  }
  .func_btn > li .detail,
  .func_icon > li .detail {
    padding-top: 3rem;
  }
  .func_btn > li > *[data-id^="func"].open div.sp p::after,
  .func_icon > li > *[data-id^="more"].open div.sp p::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* header用 */
  #header div.headertop{ padding:2px 7px 5px 7px; background-image:none;}
  #header div#corporatesymbol{ margin:0;}
  #header div#corporatesymbol a{ padding:0;}

  /* カスタムメイド2カラムブレイクポイント調整 */
  @media screen and (min-width:499px) and (max-width:499px) {
    .flex-box.custom-box {display: block;}
    .custom-box-inner {width: 260px !important; margin: 0 auto 50px !important;}
    .custom-box-inner .custom-box-text.height-line2,
    .custom-box-inner .custom-box-text.height-line3 {
      min-height: auto;
    }
  }
}

#more_func,
.func_icon--more {
  
}

#more_func [class*="col_"] *,
.func_icon--more [class*="col_"] * {
  margin-bottom: 0;
  padding-bottom: 0;
}
#more_func [class*="col_"] .ttl_lv3,
.func_icon--more [class*="col_"] .ttl_lv3 {
  margin-bottom: 15px;
  padding-bottom: 8px;
}

#feature-6>.clearfix, #feature-6>.container {
  width:100%;
  margin-bottom:30px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
#feature-6>.virtual-p {
  max-width:1200px;
}
#feature-6>.virtual-p:before {
  padding-top:78%;
}
#feature-6 h3, #feature-6 h4, #feature-6 h5, #feature-6 h6 {
  margin:0;
  width:auto;
  font-weight:600;
letter-spacing:.1rem;
}
#feature-6 img.respon-img {
/*  max-width:90%;
  max-height:640px;
  max-height:64rem;
  width:auto;
  height:auto;*/
}
#feature-6 .container {
  margin-bottom:0;
}
#feature-6 .flex-box {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
/*#feature-6 .flex-box>div:first-child {
  padding-top:100px;
  padding-bottom:20px;
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}*/
#feature-6 .flex-box>div:last-child {
  width:100%;
}
#feature-6 .btn-1 {
  /*margin:0;*/
  -webkit-animation:none;
  animation:none;
}
/* ブレイクポイントチェック用 */
#bp-chk {
  display: none;
  font-family: 'pc';
}
@media screen and (max-width: 768px) {
  #bp-chk {
    font-family: 'sp';
  }
}
/* 固定ナビ分の高さ配慮用 */
#site-nav-position {
  display: none;
}
#site-nav.nav-fixed + #site-nav-position {
  display: block;
}
/* 固定ナビ 見出し削除 */
#site-nav #site-nav-menu li:first-child { border-left:none;}



.colorFFF {
  color: #ffffff;
}

.center {
  text-align: center !important;
}

.custom-table th {
  font-size: 16px;
  font-weight: bold;
}
.custom-table .custom-table-title th {
  font-size: 20px;
  font-weight: bold;
}
.custom-table td {
  font-size: 18px;
  font-weight: bold;
}
.custom-table .custom-table-title td {
  font-size: 20px;
  font-weight: bold;
}
.custom-table .custom-table-title td span {
  display: inline-block;
  text-align: left;
}
.custom-box-inner .custom-box-text.height-line5{
	min-height: 125px;
}
@media print,
  screen and (max-width:768px) {
    .custom-box-text-area p {
      font-weight: bold;
    }
    .custom-box-text-area p:first-child {
      font-size: 16px;
    }
    .custom-box .custom-box-inner .custom-box-text-area:first-of-type p {
      font-size: 20px;
      font-weight: bold;
    }
}
.super {
  vertical-align: super;
}

@media print,
screen and (min-width:769px) {

  .mt100 {
    margin-top: 100px;
  }

}

#more12 .col_box_12 .mar_t150 {
  margin-top: 150px;
}