@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /*clearfix*/
  /* no ie mac \*/
  /* Hides from IE-mac \*/
  /*body*/
  /*header*/
  /* box-sns */
  /* main-img */
  /* title-box */
  /*contents*/
  /*main-contents*/
  /*midashi*/
  /* ブログ用見出し */
  /*link-btn*/
  /*box01*/
  /*box-contents02*/
  /*　closeというクラスがついたら形状変化　*/
  /* animation_box */
  /* layout-free */
  /* contact-guide */
  /*banner-online*/
  /*banner-footer*/
  /*pagetop_btn*/
  /*subcontents*/
  /*subcontents-list*/
  /**
 * for SmartPhone
 */
}

.cmshtml * {
  line-height: 1;
}

.cmshtml {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

.cmshtml img {
  border: 0;
  vertical-align: top;
}

.cmshtml .clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.cmshtml * html .clearfix {
  display: inline-block;
}

.cmshtml * html .clearfix {
  height: 1%;
}

.cmshtml .clearfix {
  display: block;
}

.cmshtml .clearfix {
  overflow: hidden;
}

.cmshtml * html .clearfix {
  height: 1%;
  overflow-x: hidden;
}

.cmshtml * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  word-wrap: break-word;
}

.cmsbody {
  /*サイトによって変更*/
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.cmshtml img {
  border: 0;
  vertical-align: top;
  object-fit: cover;
}

.cmshtml li {
  list-style-type: none;
}

.cmshtml a {
  text-decoration: none;
  transition: .5s;
}

.cmshtml a:hover {
  opacity: 0.75;
  transition: .5s;
}

.cmshtml .contents-box {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}

@media all and (-ms-high-contrast: none) {
  .cmshtml .contents-box {
    font-family: "メイリオ", Meiryo, sans-serif !important;
    /* IE10以上 */
  }
}

.cmshtml .contents-box p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast: none) {
  .cmshtml .contents-box p {
    font-family: "メイリオ", Meiryo, sans-serif !important;
    /* IE10以上 */
  }
}

.cmshtml .contents-box a {
  color: #000;
}

.cmshtml .contents-box p a {
  color: #000;
}

.cmshtml #header {
  width: 100%;
}

.cmshtml #header h1 {
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.cmshtml .header {
  width: 1280px;
  max-width: 1280px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .header-left {
  width: 540px;
  max-width: 540px;
}

.cmshtml .header-right {
  width: 740px;
  max-width: 740px;
}

.cmshtml .header-right .lay01 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cmshtml .box-sns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-left: 185px;
}

.cmshtml .box-sns::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/common/sns-title.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 270px;
  height: 40px;
}

.cmshtml .box-sns .box {
  width: 40px;
  max-width: 40px;
  position: relative;
}

.cmshtml .box-sns .box:not(:last-child) {
  margin-right: 7px;
}

.cmshtml .box-sns .box img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cmshtml .sns-spmenu {
  padding: 30px 10px 0px;
  padding-right: 20px;
  width: 280px;
  max-width: 280px;
}

.cmshtml .header-right .lay02 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .header-right .box01 {
  width: 240px;
  max-width: 240px;
}

.cmshtml .header-right .box01 .header-guide {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cmshtml .header-right .box01 .header-guide .box {
  margin-left: 10px;
  width: 110px;
  max-width: 110px;
  border-style: solid;
  border-color: #00A99D;
  border-width: 3px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0px;
}

.cmshtml .header-right .box01 .header-guide .box:last-child {
  border-color: #29ABE2;
}

.cmshtml .header-right .box01 .header-guide h3 {
  font-size: 15px;
  color: #1A1A1A;
  line-height: 1.2;
  font-weight: bold;
}

.cmshtml .header-right .box02 {
  width: 480px;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .header-right .box02 .contents-left {
  width: 360px;
  max-width: 360px;
}

.cmshtml .header-right .box02 .contents-right {
  width: 114px;
  max-width: 114px;
}

.cmshtml .header-right .box02 h4 {
  font-size: 40px;
  color: #F4516C;
  line-height: 1.2;
  background-image: url("../../img/common/tel-footer.png");
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-left: 32px;
}

.cmshtml .header-right .box02 .wc_textbox, .cmshtml .header-right .box02 p {
  font-size: 13.6px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
}

.cmshtml .main-img {
  width: 100%;
  max-width: 100%;
  height: 474px;
  position: relative;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-color: #FBB03B;
  border-bottom-width: 10px;
  background-image: url("../../img/common/main-img-back.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.cmshtml .main-img .box-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.cmshtml .main-img .contents-left {
  width: 45%;
  max-width: 45%;
  background-image: url("../../img/common/title-img01.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 95px;
  margin-top: 60px;
}

.cmshtml .main-img .contents-right {
  width: 50%;
  max-width: 50%;
  position: relative;
  padding-left: 210px;
}

.cmshtml .main-img .contents-right::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/common/title-img03.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 294px;
  height: 100%;
}

.cmshtml .main-img .contents-right .box-img {
  width: 432px;
  max-width: 432px;
  height: 432px;
  border-radius: 50%;
  border-style: solid;
  border-color: #FFF;
  border-width: 10px;
  overflow: hidden;
}

.cmshtml .main-img .contents-right img {
  width: 100%;
  height: auto;
}

.cmshtml .title-box {
  border-radius: 0px 15px 15px 0px;
  border-style: solid;
  border-left-style: none;
  border-color: #FFF;
  border-width: 4px;
  background-color: #F15A24;
  text-align: right;
  padding-right: 70px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.cmshtml .title-box h2 {
  font-size: 39px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: url("../../img/common/title-img02.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 200px;
  display: inline-block;
  height: 195px;
  padding-top: 70px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

.cmshtml .contents {
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.cmshtml .maincontents-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-contents {
  width: 100%;
  max-width: 100%;
}

.cmshtml .rdplanetitle, .cmshtml .link-btn a {
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.cmshtml .rdplanetitle h2 {
  width: 100%;
  /*  max-width: 1060px;*/
  margin: 0px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 40px;
  letter-spacing: 0.15em;
  color: #F4516C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.cmshtml .rdplanetitle h2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/common/midashi01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100px;
  margin-bottom: -15px;
}

.cmshtml .rdplanetitle h3 {
  width: 100%;
  /*  max-width: 1020px;*/
  margin: 0px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 28px;
  padding: 8px 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #F15A24;
  background-image: url("../../img/top/back02.jpg");
  background-position: center top;
  background-repeat: repeat;
}

.cmshtml .rdplanetitle h4 {
  width: 100%;
  /*  max-width: 1060px;*/
  margin: 0px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  border-bottom-style: solid;
  border-bottom-color: #8CC63F;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  text-align: center;
  color: #39B54A;
}

.cmshtml .rdplanetitle h5 {
  width: 100%;
  /*  max-width: 1000px;*/
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  border-bottom-style: solid;
  border-bottom-color: #8CC63F;
  border-bottom-width: 2px;
  padding: 0px 15px 10px;
  color: #39B54A;
  text-align: left;
  position: relative;
}

.cmshtml .rdplanetitle h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 4px;
  height: 85%;
  background-color: #39B54A;
}

.cmshtml .rdplanetitle h6 {
  width: 100%;
  /*  max-width: 1000px;*/
  margin: 0px auto;
  margin-bottom: 30px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #FFF;
  line-height: 1.4;
  font-weight: 600;
  padding: 7px 10px;
  padding-left: 35px;
  background: #8bc63e;
  position: relative;
}

.cmshtml .rdplanetitle h6::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #FFF;
}

.cmshtml .contents .rdarticleTitle h3 {
  margin: 0px auto;
  margin-bottom: 40px;
  position: relative;
  border-bottom-style: dotted;
  border-bottom-color: #b3b3b3;
  border-bottom-width: 3px;
  padding: 0px 5px 12px;
  padding-left: 45px;
}

.cmshtml .contents-blog .rdList .rdarticleTitle h3 {
  margin-bottom: 20px;
}

.cmshtml .rdarticleTitle h3, .cmshtml .rdarticleTitle h3 a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  color: #F15A24;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0em;
}

.cmshtml .rdarticleTitle h3::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/page/icon-blog.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 35px;
  height: 40px;
}

.cmshtml .link-btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 10px 15px;
}

.cmshtml .contents .link01 a, .cmshtml .contents .link02 a, .cmshtml .contents .link03 a, .cmshtml .contents .link04 a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 12px 60px;
  text-align: center;
  transition: .5s;
  z-index: 1;
  border-radius: 8px;
  position: relative;
  background-color: #F7931E;
  border-style: solid;
  border-color: #F7931E;
  border-width: 2px;
}

.cmshtml .contents .link03 a, .cmshtml .contents .link04 a {
  color: #F7931E;
  background-color: #FFF;
}

.cmshtml .contents .link01 a, .cmshtml .contents .link03 a {
  display: inline-block;
}

.cmshtml .contents .link02 a, .cmshtml .contents .link04 a {
  width: 100%;
  display: block;
}

.cmshtml .contents .link01 a:hover, .cmshtml .contents .link02 a:hover, .cmshtml .contents .link03 a:hover, .cmshtml .contents .link04 a:hover {
  opacity: 1;
}

.cmshtml .contents .link01 a:hover, .cmshtml .contents .link02 a:hover {
  background-color: #FFF;
  color: #F7931E;
}

.cmshtml .contents .link03 a:hover, .cmshtml .contents .link04 a:hover {
  background-color: #F7931E;
  color: #FFF;
}

.cmshtml .contents .link01 a::after, .cmshtml .contents .link02 a::after, .cmshtml .contents .link03 a::after, .cmshtml .contents .link04 a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 20px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents .link03 a::after, .cmshtml .contents .link04 a::after {
  background-image: url("../../img/common/link-arrow02.svg");
}

.cmshtml .contents .link01 a:hover::after, .cmshtml .contents .link02 a:hover::after, .cmshtml .contents .link03 a:hover::after, .cmshtml .contents .link04 a:hover::after {
  right: 15px;
}

.cmshtml .contents .link01 a:hover::after, .cmshtml .contents .link02 a:hover::after {
  background-image: url("../../img/common/link-arrow02.svg");
}

.cmshtml .contents .link03 a:hover::after, .cmshtml .contents .link04 a:hover::after {
  background-image: url("../../img/common/link-arrow01.svg");
}

.cmshtml .contents p, .cmshtml .contents .wc_textbox {
  font-size: 16px;
  line-height: 1.8;
}

.cmshtml .contents .box-contents02 {
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
}

.cmshtml .contents .box-contents02 .box:not(:last-child) {
  margin-bottom: 50px;
}

.cmshtml .faq-box {
  position: relative;
  padding: 25px 30px;
  padding-left: 80px;
  display: none;
  /*はじめは非表示*/
  background: rgba(253, 238, 211, 0.5);
  border-radius: 10px;
  margin-top: 25px;
}

.cmshtml .faq-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  background-image: url("../../img/page/answer.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 48px;
  height: 48px;
}

.cmshtml .faq {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all .5s ease;
}

.cmshtml .faq h6 {
  font-size: 28px;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 90px;
  border-bottom-style: dotted;
  border-bottom-color: #b3b3b3;
  border-bottom-width: 3px;
  padding-bottom: 18px;
}

.cmshtml .faq h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/page/question.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 72px;
  height: 72px;
  margin-top: -12px;
}

.cmshtml .faq-box p, .cmshtml .faq-box div {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .faq::before,
.cmshtml .faq::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: all .5s ease;
}

.cmshtml .faq::before {
  top: 45%;
  right: 20px;
  transform: rotate(0deg);
}

.cmshtml .faq::after {
  top: 45%;
  right: 20px;
  transform: rotate(90deg);
}

.cmshtml .faq.close::before {
  transform: rotate(45deg);
}

.cmshtml .faq.close::after {
  transform: rotate(135deg);
}

.cmshtml .animation_box {
  transition: 1s ease;
  opacity: 0;
  transition-delay: .5s;
  transform: translateY(0px);
}

.cmshtml .animation_box2 {
  transition-delay: 1s;
}

.cmshtml .animation_box3 {
  transition-delay: 1.5s;
}

.cmshtml .animation_box4 {
  transition-delay: 2s;
}

.cmshtml .animation_box.effect {
  opacity: 1;
  transform: translateY(0px);
}

.cmshtml .layout-free {
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back02.jpg");
  background-position: center top;
  background-repeat: repeat;
  padding: 60px 0px 40px;
}

.cmshtml .layout-free .box01 {
  position: relative;
  margin-bottom: 30px;
}

.cmshtml .layout-free .box01::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/img02.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 354px;
}

.cmshtml .layout-free .box01 .box {
  width: 905px;
  max-width: 905px;
  border-radius: 25px;
  background-color: #FFF;
  padding: 30px 0px;
}

.cmshtml .layout-free .box01 .box-title {
  margin-bottom: 30px;
  position: relative;
}

.cmshtml .layout-free .box01 h3 {
  font-size: 49px;
  color: #F4516C;
  line-height: 1.2;
  font-family: vdl-v7marugothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  display: inline-block;
  padding: 0px 20px 8px;
}

.cmshtml .layout-free .box01 .box-title .wc_textbox, .cmshtml .layout-free .box01 .box-title p {
  font-size: 33px;
  color: #F7931E;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 5px;
}

.cmshtml .layout-free .box01 .box-list {
  display: inline-block;
  position: relative;
}

.cmshtml .layout-free .box01 .box-list-inner {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  background-image: url("../../img/top/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.cmshtml .layout-free .box01 .box-list-inner .wc_textbox, .cmshtml .layout-free .box01 .box-list-inner p {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
}

.cmshtml .layout-free h5 {
  margin-bottom: 20px;
  text-align: center;
}

.cmshtml .layout-free h5 img {
  height: 33px;
  width: auto;
  display: inline-block;
}

.cmshtml .lay-table {
  overflow-x: scroll;
}

.cmshtml table {
  border-collapse: collapse;
}

.cmshtml .cg-wrap {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contact-guide {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-image: url("../../img/common/img-footer.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 130px;
}

.cmshtml .contact-guide .box-in {
  width: 580px;
  max-width: 580px;
  border-radius: 12px;
  border-style: solid;
  border-color: #F2F2F2;
  border-width: 8px;
  padding: 15px 0px;
  margin-bottom: 25px;
}

.cmshtml .contact-guide h3 {
  font-size: 36px;
  color: #FFF;
  line-height: 1.2;
  padding: 15px 0px;
  background-color: #FBB03B;
  margin-bottom: 25px;
}

.cmshtml .contact-guide h4 {
  font-size: 60px;
  color: #F4516C;
  line-height: 1.2;
  background-image: url("../../img/common/tel-footer.png");
  background-position: left 15px;
  background-repeat: no-repeat;
  padding-left: 40px;
  display: inline-block;
}

.cmshtml .contact-guide h5 {
  font-size: 19px;
  color: #000;
  line-height: 1.2;
}

.cmshtml .contact-guide h6 img {
  height: 47px;
  width: auto;
}

.cmshtml .contact-guide .wc_textbox {
  margin-bottom: 20px;
}

.cmshtml .contact-guide .wc_textbox, .cmshtml .contact-guide p {
  font-size: 19px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cmshtml .banner-blog {
  position: fixed;
  top: 38%;
  right: 5px;
  z-index: 100;
  text-align: right;
  width: 120px;
  max-width: 120px;
}

.cmshtml .banner-blog img {
  width: 100%;
  height: auto;
}

.cmshtml .banner-footer {
  display: none;
  height: 0px;
  overflow: hidden;
}

.cmshtml .pagetop_btn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

.cmshtml .pagetop_btn a {
  display: block;
  background: #1d91ac;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 10px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 5px;
}

.cmshtml .pagetop_btn a:hover {
  display: block;
  background-color: #8bc53f;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 10px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 5px;
}

.cmshtml #subcontents {
  width: 100%;
  max-width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #203134;
  border-bottom-width: 25px;
}

.cmshtml .subcontents-box {
  width: 1160px;
  max-width: 1160px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .subcontents-left {
  width: 730px;
  max-width: 730px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .subcontents-right {
  width: 400px;
  max-width: 400px;
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 10px 0px;
  text-align: center;
}

.cmshtml .subcontents-box .subcontents-left .box01 {
  width: 421px;
  max-width: 421px;
}

.cmshtml .subcontents-box h3 img {
  width: 100%;
  height: auto;
}

.cmshtml .subcontents-box .subcontents-left .box02 {
  padding-top: 15px;
  width: 290px;
  max-width: 290px;
}

.cmshtml .subcontents-box h4 {
  line-height: 1.4;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .cmshtml .subcontents-box h4 {
    font-size: 14px;
  }
}

.cmshtml .subcontents-box h5 {
  font-size: 46px;
  color: #F4516C;
  background-image: url("../../img/common/tel-footer.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 23px auto;
  padding-left: 32px;
  display: inline-block;
}

.cmshtml .subcontents-box h6 {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  padding-top: 5px;
}

.cmshtml #subcontents-list {
  width: 100%;
  max-width: 100%;
  background-color: #F7931E;
  padding: 15px 0px;
  text-align: center;
}

.cmshtml #subcontents-list .box-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cmshtml #subcontents-list .box:not(:last-child) {
  border-right-style: solid;
  border-color: #FFF;
  border-width: 1px;
}

.cmshtml #subcontents-list h6 a {
  font-size: 14px;
  line-height: 1.2;
  color: #FFF;
  display: inline-block;
  padding: 0px 15px;
}

.cmshtml #subcontents-list h6 a:hover {
  text-decoration: underline;
  opacity: 1;
}

.cmshtml .footer {
  clear: both;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 15px 0px;
}

.cmshtml .footer .wc_textbox, .cmshtml .footer p {
  font-size: 12px;
  color: #203134;
}

@media screen and (min-width: 767px) {
  .cmshtml {
    /*nav*/
    /**
     * MENU VIEW
     */
  }
  .cmsbody {
    min-width: 1280px;
  }
  .cmshtml .hn {
    display: none;
  }
  .cmshtml .header .box-in {
    position: relative;
  }
  .cmshtml #nav {
    padding-bottom: 20px;
  }
  .cmshtml .dropmenu {
    *zoom: 1;
    z-index: 1000000;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cmshtml .dropmenu:before, .cmshtml .dropmenu:after {
    content: "";
    display: table;
  }
  .cmshtml .dropmenu:after {
    clear: both;
  }
  .cmshtml .dropmenu .box, .cmshtml .dropmenu .box-in2 {
    line-height: 1.2;
  }
  .cmshtml .dropmenu .box {
    position: relative;
    width: 153px;
    max-width: 153px;
    text-align: center;
  }
  .cmshtml .dropmenu .box:not(:last-child) {
    margin-right: 10px;
  }
  .cmshtml .dropmenu .box-box-in a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
  }
  .cmshtml .dropmenu .box-in {
    list-style: none;
    position: absolute;
    z-index: 1000000000;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .cmshtml .dropmenu .box:hover .box-in {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .cmshtml .dropmenu .box-in2 {
    width: 100%;
    max-width: 100%;
    background: #8CC63F;
  }
  .cmshtml .dropmenu .box-in4 a {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    display: block;
    font-weight: 400;
    padding: 10px 5px;
    border-top-style: solid;
    border-color: #FFF;
    border-width: 1px;
  }
  .cmshtml .dropmenu .box-in a {
    opacity: 0.75;
  }
  .cmshtml .dropmenu .box-in a:hover {
    opacity: 1;
  }
  .cmshtml #fade-in2 .box-in {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
  }
  .cmshtml #fade-in2 .box:hover .box-in {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

#editView .cmshtml .wc_inline-block, #editView .cmshtml .header .wc_inline-block, #editView .cmshtml .main-contents .wc_inline-block, #editView .cmshtml #footer .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .wc_static, #editView .cmshtml .header .wc_static, #editView .cmshtml #footer .wc_static, #editView .cmshtml .main-contents .wc_static {
	position: static;
}

#editView .cmshtml .wc_none {
	display: none;
}

#editView .cmshtml .wc_block, #editView .cmshtml .main-contents .wc_block {
	display: block;
}

#editView .cmshtml .header-right .box01 .header-guide .box {
margin-left: 0px;
}



#editView .cmshtml .box-sns {
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
}

#editView .cmshtml .box-sns::before {
	display: none;
}

#editView .cmshtml .sns-spmenu {
	padding: 0px;
}


#editView .cmshtml .main-img {
	overflow: visible;
}

#editView .cmshtml .main-img .box-inner {
	width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .main-img .contents-left{
	width: 570px;
	max-width: 570px;
}

#editView .cmshtml .main-img .contents-right {
	width: 640px;
	max-width: 640px;
}

#editView .cmshtml .main-img .contents-right::before {
	display: none;
}

#editView .cmshtml .main-img .contents-right .box-img {
	border-radius: 0%;
	overflow: visible;
}

#editView .cmshtml .main-contents {
	width: 1280px;
	max-width: 1280px;
}


#editView .cmshtml .rdplanetitle h2::before {
	display: none;
}

#editView .cmshtml .faq::before,
#editView .cmshtml .faq::after{
    display: none;
}


#editView .cmshtml .animation_box {
  opacity: 1;
}


#editView .cmshtml .link-btn .box {
margin: 0px 8px;
margin-bottom: 10px;
}

#editView .cmshtml .layout-free .box01::before {
	display: none;
}

#editView .cmshtml .banner-footer {
    display: block;
	height: auto;
	overflow: visible;
}

#editView .cmshtml #subcontents-list .box:not(:last-child) {
	border-right-style : none;
}

#editView .cmshtml #subcontents-list .box {
	width: 130px;
	max-width: 130px;
}


#editView .cmshtml .dropmenu .box-in, #editView .cmshtml .header .box-in {
	position: static;
}

#editView .cmshtml #fade-in2 .box-in {
  opacity: 1;
  top: 100%;
  visibility: visible;
width: 153px;
	max-width: 153px;
}

#editView .cmshtml .dropmenu .box {
width: 153px;
	max-width: 153px;
}

#editView .cmshtml .sp-view {
    display: inline-block;
}



}

@media screen and (max-width: 767px) {
  .cmshtml {
    /*header*/
    /*header*/
    /* スマホメニュー */
    /**
     * HEADER
     */
    /**
     * GLOBAL NAVI
     */
    /**
         * MENU VIEW
         */
    /* box-sns */
    /* main-img */
    /* title-box */
    /*contents*/
    /*main-contents*/
    /*midashi*/
    /* ブログ用見出し */
    /*link-btn*/
    /*box-contents02*/
    /* layout-free */
    /* スマホ表示の際に画像を横2列で並べるクラス */
    /* contact-guide */
    /*banner-blog*/
    /*banner-footer*/
    /*subcontents-list*/
  }
  .cmshtml a[href*="tel:"] {
    pointer-events: none;
    font-weight: normal !important;
    color: #000 !important;
  }
  .cmshtml {
    scroll-padding-top: 80px;
  }
  .cmshtml .contents-left {
    float: none;
    display: block;
  }
  .cmshtml .contents-right {
    float: none;
    display: block;
  }
  .cmshtml .header h1 {
    display: none;
  }
  .cmshtml .header {
    width: 100%;
    padding-top: 0px;
  }
  .cmshtml .header-left {
    width: 90%;
    padding: 4px 5px;
  }
  .cmshtml .header-left img {
    height: 45px;
    width: auto;
  }
  .cmshtml .header-left .contents-right {
    display: none;
  }
  .cmshtml .header-right {
    display: none;
  }
  .cmshtml .contents-box {
    font-size: 14px;
  }
  .cmshtml .contents-box p {
    font-size: 14px;
  }
  .cmshtml .c-spheader {
    display: flex;
  }
  .cmshtml #header {
    width: 100%;
  }
  .cmshtml .header ul {
    display: none;
  }
  .cmshtml #nav {
    display: none;
  }
  .cmshtml ._global-navi {
    margin-bottom: 0;
  }
  .cmshtml ._global-navi p.menu,
.cmshtml ._global-navi p.close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .cmshtml ._global-navi p.close {
    display: none;
  }
  .cmshtml ._global-navi p.menu img,
.cmshtml ._global-navi p.close img {
    height: 38px;
    width: auto;
  }
  .cmshtml ._global-navi ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    /*background: rgba( 255, 255, 255, .95 );*/
    border-top: 1px solid #B3B3B3;
    z-index: 100000;
  }
  .cmshtml ._global-navi li {
    position: relative;
    display: block;
    float: none;
    background: rgba(255, 255, 255, 0.95);
  }
  .cmshtml ._global-navi li:before {
    content: none;
  }
  .cmshtml ._global-navi li a {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #B3B3B3;
    display: block;
    clear: both;
    padding-top: 0;
    padding-right: 5%;
    padding-bottom: 0;
    padding-left: 5%;
    float: none;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cmshtml ._global-navi li a.s-menu {
    padding-left: 20px;
    width: 100%;
    color: #f37329;
    font-weight: bold;
  }
  .cmshtml ._global-navi li a.s-menu:before {
    content: "・";
  }
  .cmshtml ._global-navi div a {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    padding-right: 0%;
    padding-left: 8%;
    float: none;
    color: #8c6239;
  }
  .cmshtml ._global-navi li.sub {
    background: rgba(200, 200, 200, 0.8);
  }
  .cmshtml ._global-navi li.close {
    text-align: center;
    padding: 15px 0 0;
  }
  .cmshtml ._global-navi li.close a {
    display: inline-block;
    line-height: 1;
    border: none;
    background: none;
    padding: 0;
  }
  .cmshtml ._global-navi li.close a img {
    height: 77px;
    width: auto;
  }
  .cmshtml ._global-navi.menu_view ul,
.cmshtml ._global-navi.menu_view p.close {
    display: block;
  }
  .cmshtml ._global-navi.menu_view p.open {
    display: none;
  }
  .cmshtml .box-sns {
    justify-content: center;
    padding-left: 0px;
    padding-top: 50px;
    gap: 10px;
  }
  .cmshtml .box-sns::before {
    width: 100%;
    height: 40px;
    background-color: #ff9000;
    border-radius: 5px;
    background-position: center top;
  }
  .cmshtml .box-sns .box:not(:last-child) {
    margin-right: 0px;
  }
  .cmshtml .main-img {
    width: 100%;
    height: auto;
    border-bottom-width: 7px;
    background-size: auto 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
  }
  .cmshtml .main-img .contents-left {
    width: 60%;
    max-width: 60%;
    background-size: auto 30px;
    padding-top: 35px;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 20px;
  }
  .cmshtml .main-img .contents-right {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
  }
  .cmshtml .main-img .contents-right::before {
    left: 35%;
    top: 10px;
    background-position: left top;
    width: 20vw;
  }
  .cmshtml .main-img .contents-right .box-img {
    width: 53vw;
    max-width: 53vw;
    height: 53vw;
    border-width: 5px;
  }
  .cmshtml .title-box {
    border-width: 3px;
    padding-right: 10px;
  }
  .cmshtml .title-box h2 {
    font-size: 19px;
    letter-spacing: 0em;
    background-repeat: no-repeat;
    background-size: 65px auto;
    padding-left: 65px;
    height: 70px;
    padding-top: 25px;
  }
  .cmshtml .contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cmshtml .rdplanetitle h2 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .cmshtml .rdplanetitle h2::before {
    height: 45px;
    margin-bottom: 0px;
  }
  .cmshtml .rdplanetitle h3 {
    margin-bottom: 20px;
    font-size: 17px;
    padding: 8px 15px;
  }
  .cmshtml .rdplanetitle h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .cmshtml .rdplanetitle h5 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .cmshtml .rdplanetitle h6 {
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 25px;
  }
  .cmshtml .rdplanetitle h6::before {
    top: 16px;
    left: 12px;
    width: 7px;
    height: 7px;
  }
  .cmshtml .contents .rdarticleTitle h3 {
    margin-bottom: 25px;
    padding: 0px 5px 10px;
    padding-left: 35px;
  }
  .cmshtml .rdarticleTitle h3, .cmshtml .rdarticleTitle h3 a {
    font-size: 18px;
  }
  .cmshtml .rdarticleTitle h3::after {
    height: 30px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .cmshtml .contents .link01 a, .cmshtml .contents .link02 a, .cmshtml .contents .link03 a, .cmshtml .contents .link04 a {
    padding: 10px 60px;
    font-size: 16px;
  }
  .cmshtml .contents p, .cmshtml .contents .wc_textbox {
    font-size: 14px;
  }
  .cmshtml .contents .box-contents02 {
    padding-top: 10px;
  }
  .cmshtml .contents .box-contents02 .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .cmshtml .faq-box {
    padding: 20px 25px;
    padding-left: 60px;
    margin-top: 20px;
  }
  .cmshtml .faq-box::before {
    left: 15px;
    top: 15px;
    height: 30px;
  }
  .cmshtml .faq h6 {
    font-size: 18px;
    padding-left: 55px;
    padding-right: 35px;
  }
  .cmshtml .faq h6::before {
    height: 40px;
    margin-top: -8px;
  }
  .cmshtml .faq::before {
    right: 15px;
  }
  .cmshtml .faq::after {
    right: 15px;
  }
  .cmshtml .layout-free {
    background-size: 200% auto;
    padding: 30px 0px 30px;
  }
  .cmshtml .layout-free .box01 {
    margin-bottom: 20px;
  }
  .cmshtml .layout-free .box01::before {
    background-size: 100% auto;
    height: 100%;
  }
  .cmshtml .layout-free .box01 .box {
    width: 90%;
    padding: 20px 20px;
  }
  .cmshtml .layout-free .box01 .box-title {
    margin-bottom: 20px;
  }
  .cmshtml .layout-free .box01 h3 {
    font-size: 24px;
    padding: 0px 15px 8px;
    background: linear-gradient(transparent 70%, #FCEE21 70%);
  }
  .cmshtml .layout-free .box01 .box-title .wc_textbox, .cmshtml .layout-free .box01 .box-title p {
    font-size: 17px;
  }
  .cmshtml .layout-free .box01 .box-list-inner {
    background-position: left 5px;
    background-size: 18px auto;
    padding-left: 25px;
  }
  .cmshtml .layout-free .box01 .box-list-inner .wc_textbox, .cmshtml .layout-free .box01 .box-list-inner p {
    font-size: 16px;
  }
  .cmshtml .layout-free h5 img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .cmshtml .flex50 {
    flex: 0 1 50% !important;
  }
  .cmshtml .tables table tr {
    display: flex;
  }
  .cmshtml .lay-table > div {
    width: 1000px;
    max-width: 1000px;
  }
  .cmshtml .contact-guide {
    width: 100%;
    background-size: auto 80px;
    padding-bottom: 70px;
  }
  .cmshtml .contact-guide .box-in {
    width: 92%;
    border-width: 5px;
    padding: 12px 0px;
    margin-bottom: 20px;
  }
  .cmshtml .contact-guide h3 {
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .cmshtml .contact-guide h4 {
    font-size: 30px;
    background-position: left 8px;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .cmshtml .contact-guide h5 {
    font-size: 14px;
  }
  .cmshtml .contact-guide .wc_textbox {
    margin-bottom: 10px;
  }
  .cmshtml .contact-guide .wc_textbox, .cmshtml .contact-guide p {
    font-size: 16px;
    letter-spacing: 0em;
  }
  .cmshtml .contact-guide h6 img {
    width: 260px;
    height: auto;
  }
  .cmshtml .banner-blog {
    display: none;
  }
  .cmshtml .banner-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    background-color: #F7931E;
    text-align: center;
    height: auto;
    /*	display: block;*/
  }
  .cmshtml .banner-footer .row {
    width: 300px;
    max-width: 300px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .cmshtml .banner-footer .row .box {
    border-left-style: solid;
    border-left-color: #FFF;
    border-left-width: 1px;
    width: 75px;
    max-width: 75px;
  }
  .cmshtml .banner-footer .row .box:first-child {
    border-left-style: none;
  }
  .cmshtml .banner-footer .header-nav-toggle {
    width: 100%;
    height: 50px;
    display: block;
    background-image: url("../../img/common/footer-nav_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999999px;
    background-size: 100% auto;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .cmshtml .banner-footer .box img {
    width: 100%;
    height: auto;
  }
  .cmshtml .pagetop_btn {
    bottom: 60px;
    right: 5px;
  }
  .cmshtml #subcontents {
    width: 100%;
    border-bottom-width: 10px;
    border-top-style: solid;
    border-top-color: #F7931E;
    border-top-width: 10px;
  }
  .cmshtml .subcontents-box {
    width: 92%;
    padding: 20px 0px;
    text-align: center;
    justify-content: center;
  }
  .cmshtml .subcontents-left {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .cmshtml .subcontents-right {
    width: 100%;
    max-width: 100%;
  }
  .cmshtml .subcontents-box h3 {
    width: 100%;
  }
  .cmshtml .subcontents-box h3 img {
    width: 280px;
    height: auto;
  }
  .cmshtml .subcontents-box .wc_textbox {
    padding-top: 10px;
    width: 100%;
  }
  .cmshtml .subcontents-box h5 {
    font-size: 30px;
    background-position: left 6px;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .cmshtml #subcontents-list {
    display: none;
  }
  .cmshtml .footer {
    width: 100%;
    padding-top: 12px;
    font-size: 12px;
    margin-bottom: 55px;
  }
  .cmshtml .footer .wc_textbox, .cmshtml .footer p {
    line-height: 1.2;
    font-size: 12px;
  }
}