@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD_Custom
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  color: #222;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 1500px);
}

figure {
  margin: 0;
}

/* =================================================================
		#common
================================================================= */

.flex {
  display: flex;
  justify-content: space-between;
}

/* for desktop */
@media print,
screen and (min-width: 737px) {

  .pc {
    display: inline;
  }

  .sp {
    display: none !important;
  }
}

/* for mobile */
@media screen and (max-width: 736px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: inline;
  }

}

.marker {
  background: linear-gradient(transparent 70%, #f5f587 70%);
}

#breadcrumb {
  margin-bottom: 40px;
}

.home-content p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: .8em;
}

.c-pageTitle {
  margin-bottom: 1.5em;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .flex {
    display: block;
  }

  .home-content p {
    font-size: 16px;
  }

}


/* =================================================================
		#画像見出し
================================================================= */

.head-l {
  background-color: #f5f4ed;
  padding: 30px 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.home-content .head-l-txt {
  font-size: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  color: #273b89;
  text-shadow: 0 0 10px #f5f4ed, 0 0 10px #f5f4ed;
}

.head-l-txt .smaller {
  font-size: .7em;
}

.head-l-pct {
  width: 62%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  margin: 0;
}

.head-l-pct::before {
  content: "";
  display: block;
  background: rgb(245, 244, 237);
  background: linear-gradient(87deg, rgba(245, 244, 237, 1) 26%, rgba(245, 244, 237, 0) 100%);
  width: 34%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.head-l-pct img {
  width: 100%;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .head-l {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .home-content .head-l-txt {
    font-size: 20px;
  }

  .head-l-pct {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transform: none;
    opacity: .2;
  }

  .head-l-pct::before {
    content: none;
  }

  .head-l-pct img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


/* =================================================================
		#header
================================================================= */

.l-header {
  z-index: 1;
}

.-series .l-header__inner {
  align-items: center;
}

.-series .l-header__logo {
  margin-right: 20px;
  padding: 30px 0;
}

.-sidebar-on .l-mainContent {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 40px 0;
  background-color: #fff;
}

.head-summary {
  color: #634b12;
  font-size: 14px;
  line-height: 1.6;
}

#gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-gnav > .menu-item > a {
  font-weight: bold;
}

.c-gnav > .menu-item > a:hover {
  color: #db5902;
}

.c-gnav > .menu-item > a:after {
  content: none;
}

.btn-search {
  background-color: #e9e8df;
  border: none;
  border-radius: 5px;
  padding: 0;
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.p-spMenu__inner {
  transition: transform .2s, -webkit-transform .2s;
  z-index: 9999;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .l-header {
    z-index: 4;
  }

  .-series .l-header__logo {
    margin-right: 8px;
    padding: 0;
  }

  .-sidebar-on .l-mainContent {
    padding: 30px 20px 0;
  }

  .l-header__inner {
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .head-summary {
    width: 40%;
    font-size: 10px;
    line-height: 1.4;
    order: 2;
  }

  .head-summary br {
    display: none;
  }

  #gnav {
    display: none;
  }

}

/* =================================================================
		#navigation for mobile
================================================================= */

.c-widget__title.-spmenu {
  padding: 0;
  background: transparent;
  color: #273b89;
  margin: 20px 0;
}

.c-spnav .menu-item {
  padding: 4px 0;
}

.c-listMenu a {
  font-size: 17px;
  font-weight: bold;
}


/* =================================================================
		#footer
================================================================= */

.l-footer {
  background-color: transparent;
}

.l-footer__foot,
.l-footer__widgetArea {
  padding: 40px 20px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .l-footer {
    margin-bottom: 30px;
  }

}


/* =================================================================
		#fixed nav for mobile
================================================================= */

.fixedbtn {
  display: none;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .fixedbtn {
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    z-index: 99;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    transition: bottom .3s;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .scrolled .fixedbtn {
    bottom: 0;
  }

  .fixedbtn a {
    width: 50%;
    height: 50px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-left: 20px;
  }

  .fixedbtn a img {
    filter: invert(100%) sepia(1%) saturate(473%) hue-rotate(294deg) brightness(115%) contrast(100%);
  }

  .fixedbtn .ico-line,
  .fixedbtn .ico-tel{
    filter: invert(100%) sepia(1%) saturate(473%) hue-rotate(294deg) brightness(115%) contrast(100%);
  }
  .fixedbtn .ico-mail{
    filter: invert(100%) sepia(1%) saturate(473%) hue-rotate(251deg) brightness(300%) contrast(115%);
  }

  .fixedbtn-line {
    background-color: #06c755;
  }

  .fixedbtn-tel {
    background-color: #6275c0;
  }
    
    .fixedbtn-mail {
    background-color: #6a5627;
        line-height: 1.2;
  }

  .p-fixBtnWrap {
    padding-bottom: 46px;
  }

  /*
  .tablet .fixedbtn {
    transform: scale(1.4) translateX(-38%);
    transform-origin: 50% 100%;
  }
*/

}


/* =================================================================
		#hero
================================================================= */

.hero {
  width: 100%;
  height: 520px;
  background: #f5f2dd url(images/hero_bg.jpg) center center / auto 100% no-repeat;
  padding: 0 20px;
}

.hero-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* for tablet */
@media screen and (max-width: 1200px) {

  .hero-inner {
    max-width: 1060px;
  }

}

.hero-cont {
  margin-top: 40px;
}

.hero-lead {
  font-size: 35px;
  line-height: normal;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.hero-lead span {
  font-size: 22px;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #fff;
  background-color: #3e5096;
  padding: .2em .4em;
  border-radius: 6px;
  margin-right: 12px;
  vertical-align: middle;
}

.hero-catch {
  font-size: 36px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .12em;
  color: #634b12;
  /*margin-bottom: 46px;*/
    margin-bottom: 24px;
}

.hero-catch strong {
  font-weight: normal;
}

.hero-catch .condition {
  font-size: 42px;
  color: #3b2d0b;
  background-color: #fff;
  padding: .05em .3em;
  margin-right: .25em;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08);
}

.hero-catch .halfprice {
  font-size: 56px;
  color: #db5902;
  text-shadow: 0 0 9px rgba(255, 255, 255, 1);
  margin-left: .1em;
}

.hero-feature {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.hero-feature li {
  text-align: center;
  background: rgb(166, 144, 91);
  background: linear-gradient(135deg, rgba(166, 144, 91, 1) 0%, rgba(136, 113, 59, 1) 100%);
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 6.2em;
  margin-right: 30px;
  padding-top: 4px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .08);
  border-radius: 50%;
}

.hero-woman {
  position: absolute;
  right: 6%;
  top: 57%;
  transform: translateY(-50%);
  width: 31.5%;
  margin: 0;
  z-index: 2;
}

.hero-woman img {
  width: 100%;
}

.hero-ricense {
  width: 258px;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 3;
}

/* for tablet */
@media screen and (max-width: 1200px) {

  .hero-ricense {
    right: 0;
  }

}

.hero-ricense img {
  width: 100%;
}

.hero-ricense p {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 32px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .hero {
    height: auto;
    background: #f5f2dd url(images/hero_bg_sp.jpg) center center / cover no-repeat;
    padding: 30px 12px 10px;
    overflow: hidden;
  }

  .hero-inner {
    display: block;
  }

  .hero-cont {
    margin-top: 0;
  }

  .hero-lead {
    font-size: 34px;
    text-align: center;
    /*margin-bottom: .6em;*/
      margin-bottom: .2em;
  }

  .hero-lead span {
    display: inline-block;
    font-size: 19px;
    margin: 0 8px 4px;
  }

  .hero-catch {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }

  .hero-catch .condition {
    /*font-size: 26px;*/
      font-size: 24px;
  }

  .hero-catch .halfprice {
    font-size: 30px;
  }

  .hero-feature {
    justify-content: center;
    margin-top: -94px;
    position: relative;
    z-index: 2;
  }

  .hero-feature li {
    font-size: 15px;
    width: 5.8em;
    margin: 0 8px 12px;
  }

  .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -8px;
  }

  .hero-woman {
    position: static;
    transform: none;
    width: 55%;
    margin: 0 auto 0 0;
    z-index: 1;
  }

  .hero-ricense {
    width: 230px;
    position: absolute;
    right: -20px;
    bottom: auto;
    top: 37%;
    transform: translateY(-50%);
  }

  .hero-ricense p {
    font-size: 15px;
    bottom: 30px;
  }

}

/*
.content-wrap {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 400px);
}
*/

/* =================================================================
		#about us
================================================================= */

.aboutus {
  padding: 48px 20px 40px;
  background: rgb(43, 120, 187);
  background: linear-gradient(113deg, rgba(43, 120, 187, 1) 8%, rgba(31, 57, 164, 1) 95%);
}

.aboutus-inner {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.aboutus-ttl {
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

.aboutus-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.aboutus-first-need {
  width: 478px;
}

.aboutus-first-arrow {
  width: 55px;
  margin: 0 12px;
}

.aboutus-benefit {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
}

.aboutus-benefit .aboutus-discount {
  color: #ffff39;
  font-size: 40px;
  text-shadow: 2px 2px 0 #0b1238, -2px -2px 0 #0b1238,
    -2px 2px 0 #0b1238, 2px -2px 0 #0b1238,
    0px 2px 0 #0b1238, 0-2px 0 #0b1238,
    -2px 0 0 #0b1238, 2px 0 0 #0b1238;
}

.aboutus-discount .large {
  font-size: 1.4em
}

.aboutus-discount .middle {
  font-size: 1.12em;
}

.aboutus-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 32px;
}

.aboutus-box-ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

.aboutus-box-ttl strong {
  color: #db5902;
}

.aboutus-box-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus-box-comparison .pct {
  width: 408px;
}

.aboutus-box-comparison .txt {
  font-size: 20px;
  line-height: 1.9;
  padding-left: 46px;
}

.aboutus-box-comparison .txt strong {
  font-size: 1.3em;
  color: #db5902;
}

.aboutus-lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.aboutus-lead .aboutus-discount {
  color: #e84d00;
  font-size: 26px;
  line-height: 0;
}

.aboutus-system {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus-system-otehr {
  width: 37%;
}

.aboutus-system-otehr .blc {
  background-color: #f1e0b6;
  border-radius: 6px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.aboutus-system-otehr .blc dt {
  margin-right: .5em;
}

.aboutus-system-otehr .blc dd .num {
  font-size: 1.3em;
}

.aboutus-system-arrow {
  width: 74px;
  margin: 0 18px;
}

.aboutus-system-hangaku {
  /*  background-color: #f9f2c1;*/
  background-color: #db510c;
  color: #fff;
  border-radius: 6px;
  padding: 14px 32px;
  text-align: center;
  line-height: normal;
}

.aboutus-system-hangaku .lead {
  /*  color: #662a00;*/
  color: #fff;
  font-size: 22px;
}

.aboutus-system-abount {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus-system-abount .num {
  font-size: 1.4em;
}

.aboutus-system-abount .regular {
  font-size: 18px;
}

.aboutus-system-abount .arrow {
  font-size: 25px;
  margin: 0 .25em;
}

.aboutus-system-abount .sale {
  font-size: 20px;
  color: #f7ff27;
  /*  color: #e84d00;*/
}

.aboutus-system-abount .sale .num {
  font-size: 1.7em;
}

.aboutus-buy {
  text-align: center;
  color: #e84d00;
  font-size: 24px;
  margin-top: 1em;
}

/*20230418 a.kamada*/
.abouts_lead{
    
}
.abouts_lead_box01{
    background:#e5f3fa;
}

.lead_box_inner{
    max-width:800px;
    margin:0 auto;
}

.lead_box_inner img{
    max-width:100%;
    height:auto;
}

.abouts_lead_box02{
    background: #e1f5dc;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .aboutus {
    padding: 32px 16px 24px;
  }

  .aboutus-ttl {
    font-size: 20px;
  }

  .aboutus-first {
    display: block;
    margin-bottom: 24px;
  }

  .aboutus-first-need {
    width: 100%;
  }

  .aboutus-first-arrow {
    display: block;
    width: 50px;
    height: 77px;
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .aboutus-benefit {
    font-size: 20px;
  }

  .aboutus-benefit .aboutus-discount {
    font-size: 32px;
  }

  .aboutus-box {
    padding: 24px;
    margin-bottom: 24px;
  }

  .aboutus-box-ttl {
    font-size: 20px;
  }

  .aboutus-box-comparison {
    display: block;
  }

  .aboutus-box-comparison .pct {
    width: 88%;
    margin: 0 auto 16px;
  }

  .aboutus-box-comparison .txt {
    font-size: 18px;
    padding-left: 0;
    line-height: 1.6;
    text-align: center;
  }

  .aboutus-lead {
    font-size: 17px;
    display: block;
  }

  .aboutus-lead .aboutus-discount {
    font-size: 20px;
    line-height: normal;
  }

  .aboutus-system {
    display: block;
  }

  .aboutus-system-otehr {
    width: 72%;
    margin: 0 auto 12px;
  }

  .aboutus-system-otehr .blc {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .aboutus-system-otehr .blc:last-child {
    margin-bottom: 0;
  }

  .aboutus-system-otehr .blc dt {
    margin-right: .5em;
  }

  .aboutus-system-arrow {
    display: block;
    width: 50px;
    height: 59px;
    margin: 0 auto 10px;
    transform: rotate(90deg)
  }

  .aboutus-system-hangaku {
    padding: 14px;
  }

  .aboutus-system-hangaku .lead {
    font-size: 18px;
  }

  .aboutus-system-abount .num {
    font-size: 1.4em;
  }

  .aboutus-system-abount .regular {
    font-size: 16px;
  }

  .aboutus-system-abount .arrow {
    font-size: 21px;
  }

  .aboutus-system-abount .sale {
    font-size: 18px;
  }

  .aboutus-buy {
    font-size: 20px;
  }

}

/* =================================================================
		#layout
================================================================= */

.contactbox-wrap {
  padding: 45px 20px;
  /*  margin-bottom: 56px;*/
  font-size: 24px;
  background-color: #e3dead;
}

.-sidebar-on .l-mainContent .contactbox-wrap {
  margin: 80px -40px 0;
}

.contactbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.contactbox-blc {
  width: 44%;
  max-width: 430px;
  margin: 0 25px 30px;
}

.contactbox-blc:last-child {
  margin-bottom: 0;
}

.contactbox-lead {
  font-size: 18px;
  line-height: 1.5;
  color: #634b12;
  font-weight: bold;
  text-align: center;
  margin-bottom: .8em;
}

.contactbox-lead p {
  display: inline-block;
  position: relative;
}

.contactbox-lead .free {
  font-size: 16px;
  color: #fff;
  line-height: normal;
  background-color: #5c4c41;
  padding: .15em .6em;
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  right: 106%;
  top: 50%;
  transform: translateY(-50%);
}

.contactbox-lead .free:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(92, 76, 65, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-top: -4px;
  border-left-color: #5C4C41;
  left: 100%;
  top: 50%;
}

.contactbox-blc a {
  background-color: #fff;
  line-height: normal;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 12px 0 rgba(31, 26, 3, 0.1);
  margin-bottom: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contactbox-blc a:hover {
  transform: translateY(-8px);
  box-shadow: 0 7px 18px 0 rgba(31, 26, 3, 0.06);
}

.contactbox-blc .hour {
  text-align: center;
  font-size: 15px;
}

.contactbox-line {
  font-size: 22px;
  color: #00b249;
}

.contactbox-tel {
  font-size: 34px;
  color: #3662d3;
}

.contactbox-mail {
  font-size: 22px;
  color: #6a5627;
}

.ico-line,
.ico-tel,
.ico-mail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ico-line {
  width: 40px;
  left: 15px;
  filter: invert(54%) sepia(80%) saturate(1784%) hue-rotate(103deg) brightness(97%) contrast(95%);
}

.ico-tel {
  width: 34px;
  left: 20px;
  filter: invert(46%) sepia(15%) saturate(1529%) hue-rotate(191deg) brightness(98%) contrast(92%);
}

.ico-mail {
  width: 34px;
  left: 20px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .contactbox-wrap {
    padding: 32px 20px;
    margin-bottom: 0;
  }

  .-sidebar-on .l-mainContent .contactbox-wrap {
    margin: 40px -20px 0;
  }

  .contactbox {
    display: block;
  }

  .contactbox-blc {
    width: 90%;
    margin: 0 auto 24px;
  }

  .contactbox-blc:last-child {
    margin-bottom: 0;
  }

  .contactbox-lead {
    font-size: 15px;
    margin-bottom: .8em;
  }

  .contactbox-lead .free {
    font-size: 13px;
  }

  .contactbox-blc a {
    height: 56px;
    padding-left: 16px;
  }

  .contactbox-blc .hour {
    font-size: 14px;
  }

  .contactbox-line {
    font-size: 18px;
  }

  .contactbox-tel {
    font-size: 20px;
  }

  .contactbox-mail {
    font-size: 18px;
  }

  .ico-line {
    width: 28px;
    left: 12px;
  }

  .ico-tel {
    width: 25px;
    left: 15px;
  }

  .ico-mail {
    width: 27px;
    left: 14px;
  }

}


/* =================================================================
		#side
================================================================= */

.-sidebar-on #sidebar {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  display: none;
}

#sidebar .p-postList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#sidebar .-type-card .p-postList__item {
  width: 48%;
}

#sidebar .-type-card .p-postList__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sidebar .-type-card .p-postList__thumb {
  width: 35%;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
}

#sidebar .-type-card .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sidebar .-type-big .p-postList__body,
#sidebar .-type-card .p-postList__body {
  width: 61%;
  padding: 0;
}

#sidebar .c-postThumb__figure {
  height: 100%;
}

#sidebar .-type-card .p-postList__title,
.-related .p-postList__title,
.-type-thumb .p-postList__title,
.w-footer:not(.-col1) .p-postList__title {
  font-size: 16px;
}

#sidebar .c-widget__title.-side {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

#sidebar .c-widget__title.-side:before,
#sidebar .c-widget__title.-side:after {
  content: none;
}


/* =================================================================
		#home content
================================================================= */

.sec {
  max-width: 800px;
  margin: 0 auto 60px;
}

.sec-txt {
  font-size: 17px;
  line-height: 1.9;
}

.home-content h2,
.home-content h3,
.home-content h4 {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #222;
  border: none;
}

.home-content h2::before,
.home-content h3::before {
  content: none;
}

.home-content h3:not([class]) {
  font-size: 22px;
  line-height: 1.5;
  background-color: #f5f2dd;
  padding: .45em .8em;
  margin: 2em 0 1em;
}

.home-content h4:not([class]) {
  font-size: 20px;
  line-height: 1.5;
  color: #273b89;
  margin: 1.2em 0 .7em;
}

.home-content ul:not([class]) li {
  margin: .5em 0;
}

.home-content .home-trouble-ttl {
  text-align: center;
  color: #273b89;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.home-trouble-ttl .smaller {
  font-size: .8em;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .sec {
    margin-bottom: 46px;
  }

  .sec-txt {
    font-size: 16px;
  }

  .home-content h3:not([class]) {
    font-size: 18px;
  }

  .home-content h4:not([class]) {
    font-size: 17px;
  }

  .home-content .home-trouble-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

}


.home-trouble-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
}

.home-trouble-pct {
  width: 33%;
  text-align: center;
  order: 1;
}

.home-trouble-pct img {
  width: 85%;
}

.post_content .home-trouble-list {
  width: 62%;
  list-style: none;
  padding: 0;
  order: 2;
}

.home-trouble-list li {
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 22px;
  font-weight: bold;
  position: relative;
  background-color: #f1ebb3;
  padding: .9em .5em;
  border-radius: 10px;
}

.home-trouble-list li:last-child {
  margin-bottom: 0;
}

.home-trouble-list li:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -6px;
  border-right-color: #f1ebb3;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .home-trouble-cont {
    display: block;
    margin-top: 0;
  }

  .home-trouble-pct {
    width: 100%;
  }

  .home-trouble-pct img {
    width: 40%;
  }

  .post_content .home-trouble-list {
    width: 80%;
    margin: 0 auto 20px;
  }

  .home-trouble-list li {
    font-size: 17px;
    margin: 0 0 22px;
  }

  .home-trouble-list li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #f1ebb3 transparent transparent transparent;
    position: absolute;
    right: auto;
    left: 50%;
    top: 100%;
    margin-top: 0;
    margin-left: -7px;
  }

}

.issuebox {
  background-color: #f7f6ef;
  border-radius: 0 0 12px 12px;
}

.issuebox-ttl {
  background-color: #796841;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 24px 12px 24px 40px;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.issuebox-ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #796841 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
}

.home-content .issuebox-ttl-num {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(232, 233, 234, 1) 100%);
  font-size: 18px;
  width: 5.8em;
  height: 5.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.home-content .issuebox-ttl-num p {
  font-size: 18px;
  line-height: 1.2;
  color: #273b89;
  margin-bottom: 0;
}

.issuebox-ttl-num p em {
  font-size: 36px;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.home-content .issuebox-ttl-txt {
  color: #fff;
  font-size: 26px;
}

.home-content .issuebox-lead {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0;
}

.issuebox-lead strong {
  color: #db5902;
}

.issuebox-cont {
  padding: 20px 40px 40px 40px;
}

.issuebox-txt {
  font-size: 17px;
  line-height: 1.9;
}

.issuebox-cont.flex .issuebox-txt {
  width: 54%;
}

.issuebox-cont .issuebox-pct {
  width: 40%;
  margin: 0;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .issuebox-ttl {
    margin-bottom: 20px;
    padding: 16px 8px 16px 65px;
  }

  .issuebox-ttl:before {
    border-width: 12px 7px 0 7px;
    margin-left: -7px;
  }

  .home-content .issuebox-ttl-num {
    left: -12px;
    font-size: 14px;
    width: 4.5em;
    height: 4.5em;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
  }

  .home-content .issuebox-ttl-num p {
    font-size: 12px;
  }

  .issuebox-ttl-num p em {
    font-size: 24px;
  }

  .home-content .issuebox-ttl-txt {
    font-size: 18px;
    text-align: left;
  }

  .home-content .issuebox-lead {
    font-size: 20px;
    padding: 0 16px;
  }

  .issuebox-cont {
    padding: 12px 16px 16px 16px;
  }

  .issuebox-txt {
    font-size: 16px;
  }

  .issuebox-cont.flex .issuebox-txt {
    width: 100%;
    margin-bottom: 24px;
  }

  .issuebox-cont .issuebox-pct {
    width: 100%;
  }

}


.home-area-cont {
  background: url(images/japanmap.png) center top / 80% auto no-repeat;
}

.home-area-sec {
  margin-bottom: 30px;
}

.home-content .home-area-head {
  font-size: 18px;
  text-align: center;
  margin-bottom: .7em;
}

.home-area-head span {
  display: inline-block;
  position: relative;
}

.home-area-head span::before,
.home-area-head span::after {
  position: absolute;
  top: 50%;
  width: 1.05em;
  border-top: 1px solid #000;
  content: "";
}

.home-area-head span::before {
  left: -1.5em;
}

.home-area-head span::after {
  right: -1.5em;
}

.home-content .home-area-lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.home-content .home-area-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.home-area-list li {
  width: 18%;
  font-size: 17px;
  line-height: normal;
  border-radius: 6px;
  text-align: center;
  color: #b0aea6;
  background-color: #ecebe7;
  overflow: hidden;
  margin-right: 2.5%;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* for desktop */
@media print,
screen and (min-width: 737px) {

  .home-area-list li:nth-child(5n) {
    margin-right: 0;
  }

}

.home-area-list li a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #5f76d0;
  padding: .25em;
  transition: background-color .3s;
}

.home-area-list li a:hover {
  background-color: #4b62ba;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .home-area-cont {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .home-area-sec {
    margin-bottom: 20px;
  }

  .home-content .home-area-head {
    font-size: 16px;
    margin-bottom: 0.4em;
  }

  .home-content .home-area-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .home-area-list li {
    width: 22.5%;
    font-size: 16px;
    margin-right: 3.33333%;
    margin-bottom: 12px;
  }

  .home-area-list li:nth-child(4n) {
    margin-right: 0;
  }

}

.reason-points {
  margin: 0 auto 16px;
  padding: 0 0 10px 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason-points:before {
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  background-color: #f3f0d7;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reason-points * {
  position: relative;
  z-index: 1;
}

.reason-points-cont {
  width: 66%;
}

.home-content .reason-points-ttl {
  font-size: 30px;
  margin-bottom: .6em;
}

.reason-points-ttl strong {
  color: #db5902;
  font-size: 1.3em;
}

.post_content .reason-points-list {
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  padding-left: 0;
}

.reason-points-list li {
  margin: 0 0 .9em;
}

.reason-points-list li span {
  padding-bottom: .2em;
  border-bottom: 4px solid #fff;
}

.reason-points-list li:last-child {
  margin-bottom: 0;
}

.reason-points-list li strong {
  color: #db5902;
}

.reason-points-pct {
  width: 34%;
}

.reason-points-pct img {
  width: 100%;
  position: relative;
  right: -16px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .reason-points {
    margin-bottom: 24px;
    padding: 24px 0 0;
    display: block;
    background-color: #f3f0d7;
    border-radius: 12px;
    overflow: hidden;
  }

  .reason-points:before {
    content: none;
  }

  .reason-points-cont {
    width: 80%;
    margin: 0 auto;
  }

  .home-content .reason-points-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: .6em;
  }

  .post_content .reason-points-list {
    font-size: 17px;
  }

  .reason-points-list li {
    ,
    margin-bottom: .7em;
  }

  .reason-points-list li span {
    padding-bottom: .2em;
    line-height: 2;
    border-bottom: 4px solid #fff;
  }

  .reason-points-pct {
    width: 48%;
    margin: -30px auto 0;
  }

  .reason-points-pct img {
    width: 100%;
    right: 0;
    bottom: -34px;
  }

}

.reason-sec {
  margin-bottom: 40px;
}

.reason-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.reason-ttl-num {
  color: #273b89;
  background: url(images/headmark.png) center center / 100% auto no-repeat;
  width: 7em;
  height: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.reason-ttl-num p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}

.reason-ttl-num em {
  font-size: 40px;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.home-content .reason-ttl-txt {
  font-size: 28px;
  line-height: 1.5;
}

.reason-ttl-txt strong {
  color: #db5902;
}

.reason-question {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason-question .pct {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  line-height: 0;
}

.reason-question p {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  background-color: #e3f8ba;
  border-radius: 10px;
  margin-left: 26px;
  padding: .9em 1.8em;
  position: relative;
}

.reason-question p:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -6px;
  border-right-color: #e3f8ba;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .reason-sec {
    margin-bottom: 30px;
  }

  .reason-ttl {
    margin-bottom: 12px;
  }

  .reason-ttl-num {
    width: 6em;
    height: 6em
  }

  .reason-ttl-num p {
    font-size: 15px;
  }

  .reason-ttl-num em {
    font-size: 32px;
  }

  .home-content .reason-ttl-txt {
    font-size: 20px;
  }

  .reason-question {
    margin-bottom: 24px;
  }

  .reason-question .pct {
    width: 62px;
  }

  .reason-question p {
    width: calc(100% - 84px);
    font-size: 16px;
    margin-left: 22px;
    padding: .8em 1.2em;
  }

  .reason-question p:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-top: -6px;
    border-right-color: #e3f8ba;
  }

}

.price-tbl {
  font-size: 17px;
  line-height: normal;
  margin: 30px 0;
  border: none;
  table-layout: fixed;
}

.td_to_th_ tbody tr > :first-child:before,
tbody th:before {
  content: none !important;
}

.price-tbl th,
.price-tbl td {
  text-align: center;
  padding: .95em .3em;
  border: none;
}

.price-tbl td:last-child,
.price-tbl th:last-child {
  border-right: none;
}

.price-tbl tr:last-child > td {
  border-bottom: 1px solid #d6d6d6;
}

.price-tbl th {
  border-bottom: 1px solid #5b6cb8;
}

.price-tbl td {
  border-bottom: 1px solid #d6d6d6;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .price-tbl {
    font-size: 15px;
    letter-spacing: 0;
    margin: 20px 0;
    table-layout: auto;
  }

  .price-tbl th,
  .price-tbl td {
    vertical-align: middle;
  }

  .price-tbl th {
    padding: .45em .15em;
    line-height: 1.2;
  }

  .price-tbl td {
    padding: .95em .15em;
    line-height: 1.3;
  }

}

.payment-pct {
  max-width: 450px;
  margin: 0 auto;
}

.payment-pct img {
  width: 100%;
}


.home-content .flow-head {
  font-size: 20px;
  font-weight: bold;
  color: #273b89;
  margin: 1em 0 .2em;
}

.flow-head .num {
  font-size: 1.3em;
  margin-right: .2em;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .home-content .flow-head {
    font-size: 18px;
  }

}

.service-index {
  font-size: 18px;
  line-height: 1.9;
  padding: 30px;
  border: 1px solid #5b6cb8;
}

.service-index a {
  text-decoration: underline;
}

.link-list {
  font-size: 17px;
  margin-top: 1em;
}

.link-list li {
  margin: .7em 0;
}

.link-list li dt {
  font-weight: 500;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .service-index {
    font-size: 16px;
    padding: 20px;
  }

  .link-list {
    font-size: 16px;
  }

}


.profile-tbl {
  table-layout: fixed;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.profile-tbl th,
.profile-tbl td {
  padding: 1.7em 0 .9em;
  border: none;
}

.profile-tbl th {
  font-weight: 500;
  width: 25%;
  border-bottom: 1px solid #5b6cb8;
    text-align: center;
}

.profile-tbl td {
  width: 75%;
  border-bottom: 1px solid #d6d6d6;
}

.profile-tbl a {
  text-decoration: underline;
}

.post_content td:last-child,
.post_content th:last-child {
  border-right: none;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .profile-tbl {
    font-size: 16px;
    display: block;
  }

  .profile-tbl th,
  .profile-tbl td {
    display: block;
    width: 100%;
  }

  .profile-tbl th {
    padding: 1.4em 0 .3em;
    border-bottom: none;
      text-align: left;
  }

  .profile-tbl td {
    padding: 0 0 .6em;
  }

}


/* =================================================================
		#slide mail form
================================================================= */

.input-s {
  width: 10em;
}

.input-m {
  width: 20em;
}

.input-l {
  width: 100%;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: 500;
}

.form-submit {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.btn-return input {
  background: none;
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  outline: none
}

.btn-return input:hover {
  text-decoration: underline
}

.btn-submit {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  min-width: 340px;
  background-color: #e3500a;
  box-shadow: 0 3px 0 #a53c0a;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1.333;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75em 2em;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s;
  outline: none;
}

.btn-submit:hover {
  background-color: #f06c2d;
}

/*
.contact-confilm {
  display: none;
  margin-bottom: 1em;
}

.mw_wp_form_confirm .contact-confilm {
  display: block;
}

.mw_wp_form_confirm .contact-note,
.mw_wp_form_confirm #btn-zip {
  display: none;
}
*/

.error-input input {
  border-color: #ad3131;
  background-color: #fff1f1;
  font-size: 100%;
  color: #222;
}

.error-message {
  color: #fff;
  background-color: #c32c2c;
  position: absolute;
  right: 30px;
  top: -12px;
  line-height: 1;
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 6px;
}

.error-message:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(175, 26, 26, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #c32c2c;
  top: 100%;
  left: 50%;
}

.form-complete {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  font-size: 16px;
}

.form-complete .lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em
}

.form-complete .exp {
  margin-bottom: 2em
}

.btn-m a {
  text-align: center;
  display: block;
  color: #222;
  line-height: normal;
  padding: .5em;
  max-width: 250px;
  margin: 0 auto;
  border: 1px solid #5f5f5f;
  border-radius: 9999px;
}

@media screen and (max-width: 736px) {

  .form-submit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .btn-submit {
    display: block;
    font-size: 15px;
    min-width: auto;
    width: 80%;
    padding: 1em 2em;
    margin: 0 auto;
  }

  .btn-return {
    width: 80%;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
    order: 2
  }

  .btn-return input {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 15px;
    padding: 1em 2em;
    border-radius: 30px
  }

  .error {
    font-size: 14px;
  }

  .input-m {
    width: 100%
  }

  .input-l {
    width: 100%
  }

  .form-complete {
    padding-top: 40px;
    font-size: 15px
  }

  .form-complete .exp {
    text-align: left;
  }

  .error-message {
    right: -24px;
    top: -32px;
    font-size: 12px;
  }

}


/* #slide stage */

.slideform-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(241, 241, 233) 18%);
  padding-bottom: 64px;
}

.slideform-stage {
  width: 960px;
  background-color: #fff;
  border-radius: 14px;
  padding-top: 32px;
  min-height: 520px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .03);
  z-index: 1;
  position: relative;
  z-index: 1;
}

.slideform-wrap {
  width: 8000px;
}

.slideform-cont {
  width: 960px;
  min-height: 520px;
  float: left;
  position: relative;
  transition: margin-left .5s;
}

.slideform-ttl-l {
  width: 960px;
  text-align: center;
  font-size: 26px;
  margin: 0 auto;
  padding-bottom: 16px;
  color: #273b89;
  position: relative;
}

.slideform-ttl-l::before {
  content: "";
  display: block;
  background: url(images/contact_woman.png) left top / 100% auto no-repeat;
  width: 166px;
  aspect-ratio: 1 / 1.2;
  position: absolute;
  right: 15px;
  bottom: -58px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .slideform-ttl-l {
    width: 100%;
    font-size: 17px;
    margin-top: -18px;
  }

  .slideform-ttl-l::before {
    width: 85px;
    right: 0;
    bottom: -20px;
  }

}

.slideform-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideform-ttl:before {
  content: "Q";
  display: inline-block;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #db5902;
  margin-right: .25em;
  position: relative;
  top: -0.1em;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .slideform-ttl {
    width: 90%;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 16px;
    position: relative;
  }

  .slideform-ttl:before {
    content: none;
  }

  .slideform-ttl span {
    display: inline-block;
    position: relative;
  }

  .slideform-ttl span::before {
    content: "Q";
    display: inline-block;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #db5902;
    position: absolute;
    left: -1.2em;
    top: 42%;
    transform: translateY(-50%);
  }

}

.choice-wrap {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.choice-wrap-b {
  width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.preflist {
  width: 100%;
}

.col-3 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.choice-wrap .mwform-radio-field {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.choice-wrap-b .mwform-radio-field {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.col-3 .mwform-radio-field {
  width: calc(33.333% - 20px);
  margin: 0 20px 20px 0;
}

.col-3 .mwform-radio-field:nth-child(3n) {
  margin-right: 0;
}

.slideform-cont input[type=radio] {
  display: none;
  appearance: none
}

.slideform-cont input[type=radio] + span {
  content: "";
  background: #fffed6;
  border: 3px solid #e3500a;
  border-radius: 10px;
  box-shadow: 0 3px 0 #a53c0a;
  color: #262626;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  padding: 1em 0;
  position: relative;
  text-align: center;
  top: 0;
  transition: 0.3s;
  width: 100%;
  transition: background .2s;
}

/* for desktop */
@media print,
screen and (min-width: 737px) {

  .slideform-cont input[type=radio] + span:hover {
    background: #fff;
  }

}

.slideform-cont input[type=radio]:checked + span {
  background: #e3500a;
  color: #fff;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .slideform-stage {
    width: 92vw;
    min-height: auto;
    padding: 56px 0 24px;
  }

  .slideform-cont {
    width: 92vw;
    margin: 0;
    min-height: auto;
  }

  .choice-wrap,
  .choice-wrap-b {
    width: 85%;
  }

  .choice-wrap .mwform-radio-field,
  .choice-wrap-b .mwform-radio-field {
    width: 100%;
    margin: 0 0 12px;
  }

  .slideform-01 .choice-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .slideform-01 .mwform-radio-field,
  .col-3 .mwform-radio-field {
    width: calc(50% - 6px);
    margin: 0 12px 12px 0;
  }

  .col-3 .mwform-radio-field:nth-child(3n) {
    margin-right: 12px;
  }

  .slideform-01 .mwform-radio-field:nth-child(2n),
  .col-3 .mwform-radio-field:nth-child(2n) {
    margin-right: 0;
  }

  .slideform-cont input[type=radio] + span {
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
    padding: .7em .5em;
  }

}

.slide-back {
  background: #f4f4f4;
  border-radius: 9999px;
  color: #363636;
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.slideform-count {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}

.slideform-count .num {
  font-size: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #db5902;
}

.slideform-count.finish {
  color: #db5902;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .slide-back {
    font-size: 12px;
    padding: 8px;
    margin: 16px auto 0 7.5%;
    position: static;
    width: 8em;
    border-radius: 8px;
  }

  .slideform-count {
    font-size: 13px;
    bottom: auto;
    right: 12px;
    top: -50px;
  }

  .slideform-count.finish {
    top: -30px;
  }

}

.preflist {
  display: none;
}

.slideform-02,
.slideform-03,
.slideform-04,
.slideform-05-a,
.slideform-05-b,
.slideform-06 {
  display: none;
}

.slideform-tbl {
  width: 80%;
  margin: 0 auto;
}

.slideform-tbl th,
.slideform-tbl td {
  border-bottom: 1px solid #ccc;
  position: relative;
  vertical-align: top;
}

.slideform-tbl th {
  width: 35%;
  text-align: left;
  position: relative;
  padding: 28px 0 22px;
}

.slideform-tbl td {
  width: 65%;
  padding: 22px 0;
  position: relative;
}

.slideform-tbl .contactbox-line {
  background-color: #fff;
  border: 2px solid #00b249;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  padding: .5em 30px .5em 55px;
  font-size: 17px;
  font-weight: bold;
  color: #00b249;
  transition: background-color .2s;
}

.slideform-tbl .contactbox-line:hover {
  background-color: #e7fff1;
}

.slideform-tbl .contactbox-line .ico-line {
  width: 30px;
}

.slideform-tbl input {
  width: 450px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0.35em 0.5em;
}

.slideform-tbl .mustmark {
  background-color: transparent;
  border: 1px solid #c00;
  color: #c00;
  font-weight: 500;
  border-radius: 3px;
  float: none;
  position: absolute;
  top: 30px;
  right: 24px;
  font-size: 11px;
  padding: 0.25em 0.5em;
}

.slideform-submit {
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/*
.formError {
  font-size: 13px !important;
  width: 20em !important;
  transform: translateX(-90px);
}

.formError .formErrorContent {
  font-size: 13px !important;
  line-height: 1.6;
  border: none !important;
  box-shadow: none !important;
  padding: 8px 10px !important;
}

.formError .formErrorArrow div {
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

.formError .formErrorArrow .line1 {
  display: none !important;
}
*/

/* for mobile */
@media screen and (max-width: 736px) {

  .slideform-tbl {
    display: block;
    width: 85%;
  }

  .slideform-tbl th,
  .slideform-tbl td {
    display: block;
    width: 100%;
    font-size: 15px;
  }

  .slideform-tbl th {
    border-bottom: none;
    padding: 1em 0 .4em;
  }

  .slideform-tbl td {
    padding: 0 0 1em;
  }

  .slideform-tbl .contactbox-line {
    padding-left: 44px;
    font-size: 15px;
  }

  .slideform-tbl .contactbox-line .ico-line {
    width: 24px;
  }

  .slideform-tbl input {
    width: 100%;
    font-size: 16px;
    padding: 0.35em 0.5em;
  }

  .slideform-tbl .require {
    top: 17px;
    right: 0;
    font-size: 10px;
    padding: .1em .5em;
  }

  .slideform-subit {
    margin: 32px 0;
  }

  .slideform-tbl .mustmark {
    position: static;
    margin-left: .8em;
    padding: .5em .6em;
  }


}

/* 確認画面 */

/*
.slideform-bg .mw_wp_form_preview .choice-wrap:before {
  content: attr(data-label);
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

.slideform-bg .mw_wp_form_preview .slideform-wrap {
  width: auto;
}

.slideform-bg .mw_wp_form_preview .slideform-cont {
  min-height: auto;
  display: block;
  float: none;
}

.slideform-bg .mw_wp_form_preview .preflist {
  display: block;
}

.slideform-bg .mw_wp_form_preview .slideform-ttl,
.slideform-bg .mw_wp_form_preview .slide-back,
.slideform-bg .mw_wp_form_preview .slideform-count,
.slideform-bg .mw_wp_form_preview .mustmark,
.slideform-bg .mw_wp_form_preview .slideform-tbl-line {
  display: none;
}

.slideform-bg .mw_wp_form_preview .slideform-ttl,
.slideform-bg .mw_wp_form_preview .slideform-count {
  display: none;
}

.slideform-bg .mw_wp_form_preview .slideform-submit {
  width: 80%;
  margin: 40px auto 64px;
}
*/





/* =================================================================
		#mail form
================================================================= */

.contact-form {
  padding-bottom: 50px;
}

.contact-tbl {
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
}

.contact-tbl th,
.contact-tbl td {
  border: none;
  position: relative;
  vertical-align: top;
}

.contact-tbl td:last-child,
.contact-tbl th:last-child {
  border-right: none;
}

.contact-tbl tr:last-child > td {
  border-bottom: 1px solid #ccc;
}

.contact-tbl th,
.contact-tbl td {
  padding: 32px 0;
  text-align: left;
}

.contact-tbl th {
  width: 30%;
  border-bottom: 1px solid #ccc;
    
}

.contact-tbl td {
  width: 70%;
  border-bottom: 1px solid #d6d6d6;
}

.contact-tbl td label{
    display: block;
}

.contact-tbl input,
.contact-tbl select,
.contact-tbl textarea {
  border: 1px solid #afafaf;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px;
  font-weight: 500;
}

.contact-tbl textarea {
  width: 100%;
}

.contact-tbl .require {
  background-color: transparent;
  border: 1px solid #c00;
  color: #c00;
  font-weight: 500;
  border-radius: 3px;
  float: none;
  position: absolute;
  top: 32px;
  right: 24px;
  font-size: 11px;
  padding: 0.25em 0.5em 0.45em;
}

.form-tbl-inner {
  font-size: 16px;
}

.form-tbl-inner th,
.form-tbl-inner td {
  padding: 0 0 20px;
  border-bottom: none;
  vertical-align: top;
  text-align: left;
}

.form-tbl-inner th {
  width: 20%;
  vertical-align: middle;
}

.form-tbl-inner td {
  width: 80%;
}

.form-tbl-inner tr:last-child > th,
.form-tbl-inner tr:last-child > td {
  padding-bottom: 0;
}

.contact-tbl .form-tbl-inner tr:last-child > td {
  border-bottom: none;
}

#btn-zip {
  font-size: 15px;
  font-weight: 500;
  background-color: #efefef;
  border: 1px solid #bfbfbf !important;
  border-radius: 3px;
  line-height: normal;
  margin-left: 8px;
  padding: .2em .6em;
}
@media screen and (max-width: 736px) {
    .contact-tbl th label{
        display: block;
    }
    .contact-tbl .require{
        display: inline-block;
    position: static;
    }
    .contact-form .form-submit {
        display: block;
    }
    .contact-form .form-submit .btn-submit{
        width:100%;
        margin:1em auto;
    }
    .contact-form .form-submit .btn-return{
        width:auto;
    }
    .contact-form .form-submit .btn-send {
    width: 70%;
    margin: 0 auto;
}
}