@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
.fz22 {
  font-size: 2.2rem; }

.bg_white {
  background-color: #fff; }

.lh140 {
  line-height: 1.40; }

@media screen and (max-width: 540px) {
  .bg01:before {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px; } }

@media screen and (max-width: 540px) {
  .view-pc {
    display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 540px) {
    .view-sp {
      display: block; } }

/* bg10
---------------------------------------------------------------------------*/
.bg10 {
  position: relative; }
  .bg10::after {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 500px;
    border-bottom-right-radius: 500px;
    z-index: 0;
    left: calc(50% - 1000px);
    top: 0;
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 540px) {
      .bg10::after {
        border-top-left-radius: 30vw;
        border-bottom-right-radius: 30vw;
        left: 0;
        width: 100%; } }

/* con
---------------------------------------------------------------------------*/
.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 540px) {
    .con {
      display: block;
      margin-bottom: 1em; } }
  .con dt, .con dd {
    padding: 30px 0;
    line-height: 1.4; }
    @media screen and (max-width: 540px) {
      .con dt, .con dd {
        width: 100% !important;
        padding: 15px 0; } }
  .con dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%; }
    .con dt > div {
      width: 100%; }
  .con dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%; }
    @media screen and (min-width: 541px) {
      .con dd a {
        pointer-events: none; } }

/* conform
---------------------------------------------------------------------------*/
.conform dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1em 0; }
  @media screen and (max-width: 540px) {
    .conform dl {
      display: block; } }
  .conform dl::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url(../images/common/line01_pink.png) no-repeat center center;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0; }
  .conform dl dt {
    width: 30%; }
    @media screen and (max-width: 540px) {
      .conform dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0.8em; } }
    .conform dl dt p {
      line-height: 1.8;
      font-size: 2.0rem; }
  .conform dl dd {
    width: 70%;
    padding-right: 1em; }
    @media screen and (max-width: 540px) {
      .conform dl dd {
        width: 100%;
        padding-right: 0; } }
.conform input[type="text"], .conform input[type="email"], .conform textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 1.8rem;
  padding: 1em 1.2em;
  letter-spacing: .075em;
  font-family: "Zen Maru Gothic", sans-serif;
  box-sizing: border-box; }
  .conform input[type="text"]::placeholder, .conform input[type="email"]::placeholder, .conform textarea::placeholder {
    color: #B3B3B3; }
.conform .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 540px) {
    .conform .radiobox .wpcf7-form-control.wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .conform .radiobox .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        width: 50%;
        margin: 0; } }
  .conform .radiobox .wpcf7-list-item.first {
    margin-left: 0; }
.conform .req {
  background-color: #BE6D83;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 .4em; }
  @media screen and (max-width: 540px) {
    .conform .req {
      margin-left: 0.5em; } }
.conform .nin {
  background-color: #B3B3B3;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 .4em; }
  @media screen and (max-width: 540px) {
    .conform .nin {
      margin-left: 0.5em; } }
.conform-btn p {
  text-align: center; }
.conform-btn input[type="submit"] {
  width: 264px;
  height: 56px;
  background-color: #BE6D83;
  color: #ffffff;
  border-radius: 28px;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: .075em;
  font-size: 1.8rem; }
.conform-btn input[type="button"] {
  width: 264px;
  height: 56px;
  background-color: #999999;
  color: #ffffff;
  border-radius: 28px;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: .075em;
  font-size: 1.8rem;
  margin-right: 2em; }
  @media screen and (max-width: 540px) {
    .conform-btn input[type="button"] {
      margin-right: 0;
      margin-bottom: 0.5em; } }
@media screen and (max-width: 540px) {
  .conform-desc {
    text-align: left; } }

.wpcf7-spinner {
  display: none;
}


.nav_faq{
	padding: 32px 112px 40px;
}
.nav_faq a{
	padding: 40px;
	border-radius: 28px;
	background: #999 url("../images/common/angle01_down_white.png") no-repeat right 32px center;
	background-size: 20px;
	color: #FFF;
}
.faq_list dt{
	padding: 20px 80px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.faq_list dt:hover{
	background-color: rgba(255,255,255,0.8);
}
.faq_list dd{
	padding: 16px 80px;
	display: none;
}
.faq_list dt:before,
.faq_list dd:before{
	font-size: 3.6rem;
	font-family: "Gilda Display", serif;
	position: absolute;
	top: 17px;
	left: 30px;
	line-height: 1;
}
.faq_list dt:before{
	color: #deb6c1;
	content: "Q";
}
.faq_list dd:before{
	color: #be6d83;
	content: "A";	
}
.faq_list dd + dt{
	margin-top: 24px;
}
.faq_list dt:after{
	content: "+";
	font-size: 2.4rem;
	position: absolute;
	right: 24px;
	top: 16px;
}
.faq_list dt.open:after{
	content: "−";
}
@media screen and (max-width: 540px) {
	.nav_faq{
		padding: 20px;
	}
	.nav_faq a{
		padding: 20px;
		flex-direction: column;
		gap: 16px;
		background-position: right 16px center;
		background-size: 16px;
		align-items: flex-start !important;
	}
	.faq_list dt,
	.faq_list dd{
		padding: 16px 48px;
	}
	.faq_list dt::before,
	.faq_list dd::before {
		font-size: 3rem;
		left: 16px;
	}
	.faq_list dt:after {
		right: 12px;
		top: 12px;
	}
	.faq_list dt{
		padding-right: 32px;
	}
	.faq_list dd{
		padding-right: 16px;
	}
	
}
