@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#333333;
	letter-spacing:0.1em;
	line-height: 1.5em;
}
@media screen and (max-width:768px){
	body {
		font-size:16px;
	}
}
img {
	vertical-align:bottom;
	max-width: 100%;
}
.imgbr{
	border-radius:3px;
}
a{
	color: #222;
}
a:hover{
	text-decoration: underline;
}
a img {
	border:none;
	max-width: 100%;
}
.bg01 {
	background-color: #FFF4F8;
}
.bg02 {
	background-color: #EBF0FD;
}
.bg-wh {
	background-color: #ffffff;
}
.fcolor{
	color: #423c84;
}
.step{
	background-color: #423c84;
	color: #fff;
	width: max-content;
	margin: 1em auto;
	padding: 0 0.5em;
	border-radius: 5px;
	font-size: 0.8em;
}
.subpage {
	background-color: #fff;
	border-radius: 30px;
	padding: 3em;
	width: 100%;
}
@media screen and (max-width:768px){
	.subpage {
		padding: 1em;
		overflow: hidden;
		display: inline-block;
		clear: both;
	}
}

#header{
	height: 100px;
}

#header h1{
	margin-top: 32px;
}

#header .headerText{
	color: #423C84;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 35px;
}

#mv {
	background-image: url('./common/img/bg_main.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#fmv {
	background-image: url('./common/img/sc-footer-bg-pc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mv-sp {
	position: relative;
}
.mvbtn {
	position: absolute;
	left: 0;
	bottom: 110px;
}

footer {
	padding-top: 3em;
	padding-bottom: 2em;
	background-color: #EBF0FD;
}

h3 {
	font-family: serif;
	font-weight: bold;
	color: #423C84;
	text-align: center;
	font-size: 1.8em;
	margin: 0 auto;
	margin-bottom: 1em;
}
.subpage h3{
	text-align: left;
}

h4 {
	font-weight: bold;
	color: #ED7FAF;
	font-size: 35px;
	line-height: 1.3;
}
h5 {
	font-weight: normal;
	color: #423C84;
	font-size: 1.3em;
	text-align: center;
}


h4.tel-head {
	background-color: #423C84;
	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	margin-top:1em;
	cursor: pointer;
	position: relative;
}
.tel-head::after {
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	content: '';
	display: inline-block;
	height: 13px;
	margin-bottom: 1px;
	transform: rotate(135deg);
	width: 13px;
	text-align: right;
	right: 16px;
	position: absolute;
	top: 12px;
}
.tel-head.on::after {
	transform: rotate(-45deg);
	top: 17px;
}

.top-btn {
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: max-content;
	margin: 0 auto;
	padding: 1em;
	padding-right: 2em;
	padding-left: 2em;
	border: 1px solid #222;
	border-radius: 5px;
}

.voiceArea {
	background-image: url('./common/img/voice_back.png');
}

.caseBox {
	border-bottom: 1px dashed #423C84;
	margin-top: 2em;
	padding-bottom: 2em;
}

.caseTitle {
	color: #423C84;
	font-size: 1.4em;
	position: relative;
	margin-top: 16px;
	left: 5%;
	width:25%;
}

.caseTitle::before {
	background-image: url('common/img/talk_1.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 43px;
	height: 34px;
	content: "";
	position: absolute;
	top: -7px;
	margin-left: -52px;
}
.caseDetail{
	width: 70%;
}
.c2 .caseTitle::before {
	background-image: url('common/img/talk_2.png');
}
.c3 .caseTitle::before {
	background-image: url('common/img/talk_3.png');
}
.c4 .caseTitle::before {
	background-image: url('common/img/talk_4.png');
}


.telbtn {
	background-color: #2cb67d;
	color: #fff;
	padding: 0.5em;
	border-radius: 6px;
	text-decoration: none;
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	font-size: 1.3em;
}
.telbtn::before {
	background-image: url('common/img/icon_tel.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 21px;
	content: "";
	position: absolute;
	top: 24px;
	height: 21px;
	left: 71px;
}
.telbtn.mb {
	background-color: #8bd3dd;
}

h4.faq-head {
	background-color: #EBF0FD;
	padding: 1em;
	color: #fff;
	font-weight: normal;
	margin-top: 1em;
	cursor: pointer;
	position: relative;
	text-align: left;
	color: #423C84;
	font-size: 1.3em;
	border-radius: 15px;
}

.faq-head::after {
	content: '＋';
	display: inline-block;
	right: 16px;
	position: absolute;
	top: 25px;
	font-size: 1.3em;
	font-weight: normal;
}
.faq-head.on::after {
	content: '－';
}
.faq-q {
	color: #fff;
	display: inline-block;
	background-color: #423C84;
	border-radius: 50px;
	width: 34px;
	text-align: center;
}
.faq-list {
	padding: 1em;
	padding-left: 54px;
}

.faq-list::before {
	content: 'A';
	position: absolute;
	left: 13px;
	font-size: 1.3em;
	font-weight: bold;
	color: #423C84;
}

.text-center-pc{
	text-align: center;
}

.infoTable{
	width:100%;
}

.infoTable td{
	width:50%;
	border-color:#ED7FAF;
	font-size:1.2em;
}

.infoTable .infobg{
	color:#423C84;
	background-color:#ffe8ee;
}

.infoTable .infotext{
	display: inline-flex;
	text-align: left;
}

.btnone{
	border-top:none;
}

.bbnone{
	border-bottom:none;
}

.infotel a {
	display: block;
	background-color: #ED7FAF;
	width: 400px;
	margin: 0 auto;
	padding: 1em;
	color: #fff;
	text-align: left;
	position: relative;
}
.infotel span{
	font-size: 2em;
	line-height: 1.1em;
}
.infotel-text {
	right: 5%;
	top: 40%;
	position: absolute;
}

@media screen and (max-width:768px){
	h4.faq-head {
		font-size: 1em;
	}
	.faq-head::after {
		top: 13px;
	}
	.sp-w100 {
		width:100% !important;
	}

	h3 {
		font-size:1.4em;
	}

	h4 {
		font-size:1.2em;
	}

	h4.tel-head {
		text-align: left;
	}

	.telbtn::before {
		left: 38px;
	}
	.mvbtn {
		left: 19px;
		bottom: 10px;
		width: 90%;
	}
	.caseTitle {
		text-align: center;
		left: unset;
		width:100%;
	}
	.caseDetail{
		width: 100%;
		margin-top:1em;
	}
	.text-center-pc{
		text-align: left;
	}

	#header {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding-top: 8px;
	}

	.hwrap {
		width: 85%;
	}

	#header h1 {
		margin-top: 0px;
	}

	#header .headerText {
		font-size: 12px;
		float: right;
		margin-top: 0px;
	}

	.infoTable td{
		font-size:1em;
	}

	.infotel a {
		width: 300px;
	}
}




.waku-line{
	border:1px solid #888;
	padding:1em;
	padding-top:1.7em;
	padding-bottom:1.7em;
	margin-top:1em;
}
.bankbox {
	border-bottom: 1px dashed #444;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.bankbox:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
select{
	font-size: 1.3em;
	padding: 0.5em;
}
input[type="text"],input[type="password"], textarea {
	border: 1px solid #222;
	font-size: 1.33em;
	padding: 10px;
	width: 100%;
}
input[type="submit"] {
	width: 50%;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: inherit;
	/* box-shadow: 4px 4px 13px #888; */
}
.sub-btn {
	width: 100%;
	padding: 1em;
	border: 2px solid #222;
	border-radius: 30px;
	font-size: inherit;
	/* box-shadow: 4px 4px 13px #888; */
	background-color: #fff;
	cursor: pointer;
	position: relative;
	font-weight:bold;
}
.sub-btn::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: inline-block;
	height: 8px;
	margin-bottom: 1px;
	transform: rotate(45deg);
	width: 8px;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 22px;
}


#navi {
}
#navi li {
	float: left;
}

#navi li a {
	display: block;
	padding-top: 38px;
	text-decoration: none;
	color: #222;
	margin-left: 35px;
}

#navi-sp,
#navi-sp-btn,
.menuWrapper {
	display: none;
}

@media screen and (max-width:768px){/*スマホ*/
	body {
		letter-spacing:0em;
	}

	#navi {
		display: none;
	}

	.menuWrapper {
		display: block;
		position: relative;
		z-index: 0;
		border: 1px solid #ccc;
		width: 33px;
		height: 33px;
		margin-bottom: 5px;
	}

	#navi-sp-btn {
	  overflow: hidden;
	  display: block;
	  position: relative;
	  z-index: 0;
	  width: 33px;
	  height: 33px;
	  cursor: pointer;
	}

	#navi-sp-btn span,
	#navi-sp-btn::before,
	#navi-sp-btn::after {
	  display: block;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left:0;
	  right: 0;
	  width: 25px;
	  height: 1px;
	  margin: auto;
	  background: #444;
	}
	#navi-sp-btn span {
	  overflow: hidden;
	  z-index: 1;
	  color: #000;
	}
	#navi-sp-btn::before {
	  z-index: 2;
	  transform: translate(0, -7px);
	  content: "";
	}
	#navi-sp-btn::after {
	  z-index: 2;
	  transform: translate(0, 7px);
	  content: "";
	}

	#navi-sp-btn span {
	  opacity: 1;
	  transition: opacity 150ms 50ms;
	}
	#navi-sp-btn::before,
	#navi-sp-btn::after {
	  transition: transform 200ms;
	}

	#navi-sp-btn.active span {
	  opacity: 0;
	  transition: opacity 150ms;
	}
	#navi-sp-btn.active::before {
	  transform: rotate(45deg);
	}
	#navi-sp-btn.active::after {
	  transform: rotate(-45deg);
	}

	#navi-sp li a {
		color: #222;
		display: block;
		padding: 0.7em;
		text-align: center;
		border-bottom: 1px dotted #207ca0;
		text-decoration: none;
	}
	#navi-sp li:last-child a {
		border: 0;
	}

	.sideArea{
		margin-top:2em;
	}

	.sideArea,
	.contentsArea{
		width:100%;
	}
}
.text-pink{
	color:#ED7FAF;
}
.bg-pink{
	background-color:#fd3e86;
}

#main{
}


.top-code {
	background-color: #fd3e86;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}
.contentsArea h4 {
	background-color: #fd3e86;
	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	margin-top:1em;
	cursor: pointer;
}

.cam-area {
	background: rgba(222,222,222,0.9);
	color: #21aaad;
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	display: none;
	text-align: center;
	padding:0.4em;
}

@media screen and (max-width:768px){
	#main{
	}
	.contentsArea h3 {
		padding: 0.7em;
	}
	.top-code {
		padding-bottom: 3px;
	}

	.cam-area.on{
		display:block;
		transition: .5s;
	}
}
.sideArea h3 {
	padding: 1em;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
footer img{
}



/* 年齢認証ポップアップ */
.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    position:fixed;
    z-index:1;
  justify-content: center;
  align-items: center;
}
.btn_area{
    width: 500px;
    height: 300px;
    /* margin-top: -75px; */
    /* margin-left: -150px; */
    background-color: #fff;
    padding: 1.8em;
    border-radius: 10px;
    z-index: 2;
}
.pop-btn {
    display: block;
    margin: 0 auto;
    width: 150px;
    background-color: #423C84;
    border: 0;
    border-radius: 5px;
    padding: 1em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1em;
    cursor: pointer;
}
.pop-btn.ng {
    background-color: #f5deb3;
}
.pop-btn:hover {
	opacity:0.8;
	color:#fff;
	transition: .5s;
}
.pop-copy {
	font-size: 11px;
	line-height: 1.5em;
}
/* /年齢認証ポップアップ */


.link-arrow::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: inline-block;
	height: 8px;
	margin-bottom: 1px;
	transform: rotate(45deg);
	width: 8px;
	text-align: right;
	right: 7px;
	position: absolute;
	bottom: 7px;
}
.top-btn-holiday {
	background: #db7fc3;
}
.top-btn.link-arrow::after {
	right: 7px;
	bottom: 7px;
}
.top-btn-online{
	background: #8b73c7;
	border-radius:50px;
}
.top-btn-online.link-arrow::after {
	right: 18px;
	top: 20px;
}
.link-btn-tellist{
	background: #fff;
	border-radius:50px;
	border:2px solid #222;
	color:#222;
}
.link-btn-tellist.link-arrow::after {
	right: 18px;
	top: 20px;
	border-color:#222;
}


.contentsArea h3.midashi-black {
	text-align: center;
	border: 0;
	border-radius: 0;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

.contentsArea h3.midashi-normal {
	text-align: left;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-weight: bold;
	background-color: transparent;
}

.bg-pink {
	background-color: #fd3e86 !important;
}



/* テーブル */

.hTable table{
	width: 100%;
}
.hTable table, th, td {
  border-collapse: collapse;
  border: 1px solid #888;
  line-height: 1.3;
	text-align:center;
	font-size:14px;
}

.hTable th{
	color: #fff;
	background-color: #fd3e86;
	font-weight:bold;
}
.hTable tr:nth-child(even){
	background-color: #f5f5f5;
}
.hTable th, td {
	padding-top:10px;
	padding-bottom:10px;
}

.hTable .t_title{
	width:20%;
	font-weight:bold;
	background-color:#c6e0b4;
}

.hTable .t_midashi{
	width:13%;
}

/* /テーブル */

.shiharai-image{
	width:50%
}
.shiharai-linkbox {
	display: block;
	border: 1px solid #fd3e86;
	padding: 1.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	text-decoration:none;
	color:inherit;
}
.shiharai-linkbox.lb1 {
	background-image: url('/common/img/shiharai/shiharai_1.jpg');
}
.shiharai-linkbox.lb2 {
	background-image: url('/common/img/shiharai/shiharai_2.jpg');
}
.shiharai-linkbox.lb3 {
	background-image: url('/common/img/shiharai/shiharai_3.jpg');
}
.shiharai-catch{
	font-size:2rem;
}
.shiharai-catch-m{
	font-size:1.5rem;
}
.shiharai-midashi{
	color: #fd3e86;
	font-size:2rem;
}
.shiharai-midashi::after {
	border-top: 4px solid #fd3e86;
	border-right: 4px solid #fd3e86;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: 2px;
	transform: rotate(45deg);
}
.shiharai-text{
	margin-top:1em;
}

@media screen and (max-width:768px){
	.shiharai-image{
		width:70%
	}
	.shiharai-catch{
		font-size:1.5rem;
	}
	.shiharai-catch-m{
		font-size:1.1rem;
	}
	.shiharai-midashi{
		font-size:1.5rem;
	}
	.shiharai-midashi::after {
		width: 10px;
		height: 10px;
	}
	.shiharai-text{
		font-size:1rem;
		text-shadow: 1px 1px 1px white;
	}

}

.seisanForm label {
	min-width: 20%;
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em;
	border-radius: 5px;
	margin-bottom: 0.2em;
	/* text-align: center; */
}

.listArea li {
	list-style: none;
	width: 32%;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	border-radius: 5px;
	margin-bottom: 0.5em;
	min-height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.listArea li a{
	text-decoration:none;
	color:inherit;
	display: block;
}

.centerDetail{
	padding: 1.5em;
	border: 1px solid #fd3e86;
}

#telArea9.tel-list a {
	width: 48%;
	line-height: 72px;
}
#telArea9.tel-list a.paradice {
	line-height: 1.3em;
	padding-top: 3%;
}

.tel-detail span {
	background-color: #bedfc2;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	border-radius: 5px;
	display:inline-block;
	font-size:1.2em;
}
.tel-detail span:last-child {
	margin-right: 0;
}
