@charset "utf-8";
/* CSS Document */
html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.wrapper {
	margin: 0;
	padding: 0;
}
header {
}
#Inquiry {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
 h2,h3 {
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
	font-weight: 700;
}
 h2 {
    font-size: 45px !important;
	line-height: .6;
    font-weight: 600!important;
    margin: 40px auto !important;
}
 h2 span,#Inquiry h2 span {
	font-size: 35% !important;
	}
.wrapper_inner {
	background: #f1eae5;
	padding-top: 33px;
}
.content {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.content p {
	text-align: center;
}
.faq dl {
	background: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.faq dl:hover {
	background: #f1f1f0;
}
.faq dl.on_box:hover {
	background: #fff;
}
.faq dt {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 0 40px;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
    min-height: 35px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.faq dt::before {
	content:'';
	background: url("/public_html/wp-content/uploads/2018/11/15_ico_q.png") no-repeat center center;
	background-size: contain;
	width:35px;
    height: 100%;
	position: absolute;
	left:0;
    justify-content: center;
    align-items: center;
}
.faq dt::after {
	content:'';
	background: url("/public_html/wp-content/uploads/2018/11/19_ico_02.png") no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	width:16px;
	height:12px;
	position: absolute;
	right:0;
    bottom: 35%;
    justify-content: center;
    align-items: center;
}
.faq dt.on::after {
	transform: rotate(270deg);
}
.faq dt span {
    font-size: 65%;
}
.faq dd {
	position: relative;
	display: none;
    border-top: 1px solid #000;
	padding:3% 0 0;
	line-height: 1.6;
    font-size: 18px;
}
.faq dd a {
	color: #000000;
	text-decoration: underline;
}
.faq dd ol {
    list-style: none;
    padding: 20px 0 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
}
.faq dd li {
	list-style: none;
}
.faq dd span.faq_span_block{
    display: block;
    text-indent: -0.8em;
    padding-left: 1em;    
    font-size: 100%;
}
.faq dd span.faq_span_block:nth-child(2n){
	margin-bottom: 0.5em;
}
.faq dd p.faq_p_block{
	margin: 1em;
}
ol.inq_ol_3cal li img {
    width: 70%;
    margin: auto;
    display: block;
}
.faq dd ol.inq_ol_2cal li:nth-child(2) {
    margin-left: 130px;
}
.faq dd p.inq_ol_title {
    margin-top: -3%;
    text-align: left;
    padding: 0.8%;
    background-color: #f1f1f0 !important;
    font-size: 120%;
    font-weight: 700 !important;
}
.faq dd p span {
    font-size: 60%;
    vertical-align: text-top;
}
.faq dd p {
    text-align: left;
    margin: 2% 0 0;
}
.faq dd ol.inq_ol_3cal li span {
    font-size: 80%;
    padding: 5% 0;
    display: block;
}
.faq dd ol.inq_ol_3cal li {
    width: 32%;
    padding: 2% 4% 0;
    border: 1px solid #f1f1f0;
    border-radius: 15px;
    margin-right: 2%;
    box-shadow: 0 2px 0 0 #f1f1f0;
    position: relative;
}

.faq dd ol.inq_ol_3cal li::after {
    content: '';
    background: url(/public_html/wp-content/uploads/2018/11/16_arrow_pc.png) no-repeat center center;
    background-size: contain;
    transform: rotate(270deg);
    width: 100%;
    height: 20px;
    position: absolute;
    right: -173px;
    top: 40%;
    justify-content: center;
    align-items: center;
}
.faq dd ol.inq_ol_3cal li:last-child:after {
    content: '';
    background: none;
}
.faq dd ol.inq_ol_3cal li:last-child {
    margin-right: 0;
}
.faq p.inq_disc {
    font-size: 80%;
    margin: 0 !important;
}
.faq p.inq_disc {
    font-size: 80%;
    margin: 0 !important;
    padding-left: 1em;
}
.faq p.inq_disc span {
    margin-left: -1em;
}
#Inquiry h2~ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin: 0 auto 50px;
}
#Inquiry h2~ul li {
	text-align: center;
	border:1px solid #999;
	background: #f1f1f0;
	width:30% ;
	align-self: center;
	padding: 3% 1%;
	font-size: 30px;
	line-height: 1;
}
#Inquiry h2~ul li:last-child {
	position: relative;
    text-indent: 60px;
    padding: 5% 1%;
}
h2~ul li::before {
    width: 70px;
    display: inline-block;
    height: 40px;
	background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
#Inquiry h2~ul li:first-child::before {
	content:'';
	background: url("/public_html/wp-content/uploads/2018/11/15_ico_01.png") no-repeat left center;
	
}
#Inquiry h2~ul li:nth-child(2)::before {
	content:'';
    background: url(/public_html/wp-content/uploads/2018/11/15_ico_02.png) no-repeat right center;
}
#Inquiry h2~ul li:last-child::before {
    content: '';
    background: url(/public_html/wp-content/uploads/2018/11/15_ico_03.png) no-repeat left center;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 35px;
    background-size: contain;
}
#Inquiry h2~ul li span {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 50%;
}

#Inquiry h3 {
    color: #37a0c9;
    border-left: 3px solid #37a0c9;
    border-right: 3px solid #37a0c9;
    max-width: 300px;
    width: fit-content;
    padding: 0 15px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 600 !important;
    padding-top: 0.3em;
}
#Inquiry h3.line-divider {
    max-width: 420px;
}
#Inquiry p {
	width: 95%;
	margin: 3% auto;

}
#Inquiry ul {
	padding: 0;
}
#Inquiry ul li {
	list-style: none;
}
#Inquiry span, .fs70per {
	font-size: 70%;
}
#Inquiry form {
	padding-bottom: 3rem;
	text-align: left;
}
#Inquiry form dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#Inquiry form dt {
	background: #000;
	color: #fff;
	width: 15%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#Inquiry form dd {
	margin: 0;
	padding: 1rem .5rem;
	background: #fff;
	color: #000;
	width: 85%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	box-sizing: border-box;
}
#Inquiry form dd:first-of-type {
	padding: 0;
}
#Inquiry form dd ul {
	margin: 0;
	padding: 0;
}
#Inquiry form dd select {
	height: 2rem;
	margin: 0 .5rem .5rem 0;
	position: relative;
}
#Inquiry form dd ul:first-child li {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
#Inquiry form dd ul:first-child li span {
	margin-left: .5rem;
}
#Inquiry form dd ul:first-child select {
	width: 5rem;
}
#Inquiry form dd ul li label, form dd ul li select {
}
#Inquiry form dd ul li label {
	border-right: 1px solid #ccc;
	width: 40%;
}
#Inquiry form dd ul li p {
}
#Inquiry form dt span {
	color: #ff0000;
	font-size: 80%;
}
#Inquiry input[type="text"], #Inquiry input[type="email"] {
	width: 98%;
	height: 2rem;
	margin: 0 .5rem .5rem 0;
}
#Inquiry textarea {
	width: 98%;
}
/*ラジオボタン*/
.radio {
	display: block;
	padding-right: 20px;
	line-height: 45px;
	cursor: pointer;
	text-align: left;
}
.radio:hover .inner {
}
.radio input {
	height: 1px;
	width: 1px;
	opacity: 0;
}
.radio input:checked + .outer .inner {
	opacity: 1;
}
.radio input:checked + .outer {
	border: 2px solid #000;
}
.radio input:focus + .outer .inner {
	opacity: 1;
	background-color: #000;
}
.radio .outer {
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin: 10px 10px 5px;
	border: 2px solid #000;
	border-radius: 50%;
	background-color: #fff;
}
.radio .inner {
    height: 10px !important;
    width: 10px !important;
    display: block;
    margin: 3px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
}
/*チェックボックス*/
.label-checkbox {
	position: relative;
	padding: 1rem 0;
	margin: 0 .5rem;
	line-height: 135%;
	cursor: pointer;
	line-height: 1.6;
}
.checkbox {
	position: relative;
	top: -2px;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.checkbox:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid #000;
}
.checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #000;
	border-top-style: none;
	border-right-style: none;
}
.checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: #fff;
	cursor: pointer;
}
/*個人情報*/
#Inquiry #purpose {
	background: #fff;
	text-align: center;
	margin: 0 -200% 3%;
	padding: 3% 200%;
	overflow-y: hidden;
}
#Inquiry #purpose .purpose_inner {
	width: 95%;
	height: 200px;
	margin: 3% auto 5%;
	padding: 2%;
	overflow-y: scroll;
	border: 1px solid #333;
	text-align: left;
    -webkit-overflow-scrolling: touch;
}
#Inquiry #purpose h3 {
	border:none;
	color:#000;
	width: 100%;
}
#Inquiry #purpose .radio {
	display: inline-block;
}

#Inquiry #purpose .purpose_inner ul {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
#Inquiry #purpose .purpose_inner ul li {
	list-style: disc;
}
.info {
	text-indent: -1em;
	padding-left: 1em;
}
.info li {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.info li:first-child {
	color: #c5424b;
}
.submit {
	text-align: center;
}
/*2018/12/07編集*/
.submitbtn {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #c5424b;
	color: #fff;
	margin: 0 auto 5%;
	font-size: 32px;
	border-bottom: solid 4px #212121;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 1em;
}
/*/2018/12/07編集*/
.submitbtn:hover {
    cursor: pointer;
    opacity: 0.8;
}
.submitbtn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.submitbtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*2018/12/07編集*/
@media all and (-ms-high-contrast: none) {
.submitbtn {
	padding: 17px 50px 10px;
}
}
/*/2018/12/07編集*/

@media screen and (min-width: 768px) {
.pc {
	display: inherit;
}
.sp {
	display: none;
}
form dt {
	text-align: center;
}
form dt span {
	display: contents;
	margin-left: .5rem;
}
form dd ul li br {
	display: none;
}
#Inquiry form dt {
    padding: 1% 0;
    vertical-align: bottom;
}
/*2018/12/07編集*/
.submitbtn {
	padding: 15px 100px;
}
/*/2018/12/07編集*/

}

@media screen and (max-width: 767px) {
.content {
    width: 100%;
}
 h2 {
 font-size: calc(1.75rem + ((1vw - 3.2px) * 2.6846)) !important;
    margin: 5% !important;
}
.faq dl:hover {
	background: #fff;
}
.faq dd ol {
    padding: 20px 0 0;
    margin: 0;
}
.faq dd p.inq_ol_title {
    font-size: 100%;
    width: 100%;
}
.faq dd ol.inq_ol_2cal li:nth-child(2) {
    margin: 5% 0 0;
}
.faq dd ol.inq_ol_3cal li {
    width: 100%;
    padding: 2% 5%;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 22px;
}
.faq dd ol.inq_ol_3cal li::after {
    transform: rotate(0deg);
    width: 100%;
    height: 20px;
    right: 0;
    top: unset;
    bottom: -22px;
}


.faq dd ol.inq_ol_3cal li:last-child {
    margin-bottom: 2%;
}
#Inquiry h3 {
 font-size: calc(1rem + ((1vw - 3.2px) * 1.7897));
}
#Inquiry h2~ul li {
	text-indent: -1em;
    padding: .5em 0.5em .5em 1.2em;
	margin: 1% 5%;
	width: 100%;
}
	#Inquiry h2~ul li:last-child {
		padding: 9% 1%;
	}
#Inquiry h2~ul li:last-child::before {
    left: 6%;
    top: 20%;
}
#Inquiry p {
    font-size: 70%;
    text-align: left;
}
.pc {
	display: none;
}
.sp {
	display: inherit;
}
	.content p {
		width: 95%;
		margin: auto;
	}
	.faq dl {
		margin: 5%;
    padding: 5%;
	}
	.faq dt {
	font-size: calc(1.25rem + ((1vw - 3.2px) * 2.2321));
		padding-right: 25px;;
	}
	.faq dd {
		margin: 0;
	}
#Inquiry form dl {
	border: none;
}
#Inquiry form dt, form dd {
	width: 100%;
	border: none;
}
#Inquiry form dt {
	justify-content: left;
	padding: 2% 5%;
}
#Inquiry form dt br {
	display: none;
}
#Inquiry form dd {
	width: 95%;
	margin: 0 auto;
	border: none;
}
#Inquiry form dd ul:first-child li label {
	width: 100%;
	border: none;
	padding: 1rem 0 0;
}
#Inquiry form dd ul:first-child li {
	border: none;
}
#Inquiry form dd ul:first-child select {
	position: absolute;
	height: 2.5rem;
	left: 2.5rem;
	padding: 2%;
}
#Inquiry form dd ul:first-child li span {
	margin: 0;
}
#Inquiry form dd ul li p {
	margin: 0;
	padding-left: 8rem;
	position: relative;
}
.checkbox:before {
	top: 1rem;/*background: #fff;*/
}
.checkbox:after {
	background: #f1eae5;
	width: 1.4rem;
	height: 1.3rem;
	left: -2px;
	top: -5px;
}
.radio {
	padding-right: 10px;
}
.radio .outer {
	margin: 10px 0;
}
select {
	margin-left: 2.5rem;
}
.selectbox {
	position: relative;
	margin: 0
}
.selectbox select {
	width: 7.5rem;
	height: 2.5rem;
    background: #fff;
	}
#Inquiry #purpose {
	width: 100%;
	padding: 5% 0;
	margin: 0;
}
#Inquiry #purpose .purpose_inner {
	width: 85%;
}
.info {
	padding: 0 3% 0 5%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.selectbox::after {
	position: absolute;
	top: 35%;
	left: 6rem;
	margin-top: -8px;
	content: "▼";
	color: #333;
}
.faq dd p.faq_p_block{
	margin: 1em auto;;
}
.info {
    width: unset;
    margin: auto 5% 1rem;
    font-size: 70%;
    line-height: 1.2rem;
}
#Inquiry #purpose h3.line-divider{
	margin-top: 0;
}
.faq dt {
    margin-bottom: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
}
form dt span {
    margin-left: 2%;
}
/*2018/12/07編集*/
.submitbtn {
	padding: 5px 50px;
}
/*/2018/12/07編集*/
}
