@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.h2_img {
  margin-top: 20px;
}
.img650 img {
  max-width: 650px;
  margin: auto;
}
.img666 img {
  max-width: 666px;
  margin: auto;
}
.f_10pt {
  font-size: 10pt;
}
.f_r {
  text-align: right;
}
.cent_list {
  display: block;
}
.cent_list img {
  max-width: 700px;
  margin: auto;
}
.t_b_16 {
  margin: 1.6em 0;
}
.t_b_6016 {
  margin: 6em 0 1.6em 0;
}
.trouble_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trouble_block .trouble_box {
  width: 48%;
}
.trouble_block .trouble_box figure {
  margin: 0;
}
.txt_r_red {
  text-align: right;
  color: #ff0000;
}
.checkboxD {
  border: solid 1px #e9dfcd;
  background: #fdfbf7;
  padding: 0.5em;
}
.checkboxD ul {
  background: #fffefd;
  position: relative;
  margin: 0;
  padding: 1em;
}
.checkboxD ul:after {
  content: '';
  background: url(../img/top/img_01-02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 156px;
  height: 211px;
  
}
@media screen and (max-width: 970px) {
  
.checkboxD , .top-inner{
  margin-top: 30px;
}
  .checkboxD ul:after {
  display: none;
  }
}
.cent {
  line-height: 1.8;
  font-family: Meiryo, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 970px) {
  .cent{
    font-size: 1.125rem;
    font-size: max(6px, min(4.384vw, 18px));
    line-height: 1.8;
  }
}
.cent h3 {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1.36;
  color: #fff;
  background: #ff9800;
  font-weight: 500;
  padding: 0.4em 16px;
  padding: 0.4em min(3.288vw, 16px);
  position: relative;
  border-radius: 0.16em;
  clear: both;
  overflow: hidden;
}
.cent h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  margin-top: 0.16em;
  opacity: 0.32;
}
.cent h2.catch,
.cent h3.catch {
  background: transparent;
  border: none;
  padding: 0;
}
.cent h2 {
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1.28;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.8em 16px;
  padding: 0.8em min(3.288vw, 16px);
  border: solid rgba(0, 0, 0, 0.08);
  border-width: 2px 0;
  position: relative;
  clear: both;
  margin-top: 1.6em;
}
.cent a {
  text-decoration: underline;
}
.cent ul li,
.cent ol li {
  position: relative;
  padding-left: 1.76em;
  text-align: left;
}
.cent ul > li::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  font-size: 112%;
  vertical-align: -18%;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 168%;
  color: #ff9800;
  content: "check_box";
}
.imageboxA {
  background: #faf7f3;
  padding: 5em 2em 0.5em;
  margin-top: -6em;
}
.imageboxAAA {
  background: #faf7f3;
  padding: 5px 2em 0.5em;
}
p strong {
  color: red;
}
.top-inner {
  background: #fcf9ec;
  padding: 1em 2em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.img_center {
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 32px;
}
.alignleft,
.alignright {
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.img_left {
  text-align: left;
}
.top-inner2 {
  display: flex;
}
.top-inner2 .anshin2 {
  text-align: center;
  margin: 0 1%;
}
.wp-caption-dd,
.wp-caption-text,
.wp .gallery-caption-dd,
.wp .gallery-caption-text {
  line-height: 1.4;
  margin: 0.4em 0 0;
  font-size: 16px;
  text-align: left;
  opacity: 0.8;
}
.flow {
  border: 1px solid #ccc;
  background: #fcf9ec;
  overflow: hidden;
  padding: 2em 2em 0.5em;
}
.flowtopic {
  text-align: left;
}
@media (max-width: 970px) {
  .top-inner {
      padding: 1em 1em;
  }
}
@media (max-width: 480px) {
  .img_max_195{
    img{
      max-width: 195px;
      margin: auto;
      display: block;
    }
  }
  .alignleft, .alignright {
      max-width: 100%;
      float: none;
      margin-right: auto;
      margin-left: auto;
      margin-top: max(1px, min(8.767vw, 32px));
      width: revert-layer;
      display: block;
      img{
        width: revert-layer;
        display: block;
      }
  }
}
@media (max-width: 970px) {
  .top-inner {
      padding: 1em 1em;
      img{
        width: revert-layer;
        display: block;
        margin: auto;
      }
  }    
  .top-inner2 {
    display: block;
    img{
      width: revert-layer;
      margin: auto;
      display: block;
    }
  }
  .aligncenter , .flowimg{
    width: revert-layer;
    margin: auto;
    display: block;
    img{
      width: revert-layer;
      margin: auto;
      display: block;
    }
  }
  .close-contact-btn .close-contact-btn__tel .material-icons-round{
    font-size: 112%;
  }
  .material-icons, .material-icons-round{
    font-size: 112%;
  }
}
.step_flex_box_img{
  display: flex;
  column-gap: 30px;
  align-items: center;
  img{
    max-width: 195px;
  }
}
.step_flex_box{
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
  .step_flex_box_txt{
    text-align: left;
  }
  img{
    object-fit: contain !important;
  }
}

@media (max-width: 970px) {
  
  .step_flex_box{
    display: block;
    margin-top: 20px;
  }
  
.step_flex_box_img{
  display: block;
  .step_flex_box_img_sp_m{
    margin-top: 20px;
  }
}

}
#main , .main{
  overflow: hidden;
  width: 100%;
}
.top_top , .cent{
  width: 100%;
}
#m_main .inner{
  padding-left: 0;
  padding-right: 0;
}
.tableArea{
    overflow:auto;/*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
    position: relative;
    width: 100%;
    overflow-x: scroll;
}
.tableArea_img{
  border-collapse:collapse;/*隣接するセルのボーダーを共有する*/
  width: 600px;
}
.scroll-hint-text{ margin-top:0; }
#custom2-footer-btn{
    width: 100% !important;
}
.step_flex_box_txt p{
  margin-top: 0 !important;
}
.step_flex_box .w220220{
  width: 220px;
}
.step_flex_box .step_flex_box_txt{
  width: calc(100% - 220px);
}
@media (max-width: 970px) {
  .step_flex_box .w220220{
    width: 100%;
    text-align: center;
    img{
      max-width: 220px;
      margin: auto;
    }
  }
  .step_flex_box .step_flex_box_txt{
    width: 100%;
  }
}
