@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
3.2 Page
--------------------------------------------------------------*/
/* page-quick
--------------------------------------------------------------*/
.page-quick__list.contact li:nth-child(1) {
	background: url(../img/contact-contact_s.jpg) no-repeat center/cover;
}
.page-quick__list.contact li:nth-child(2) {
	background: url(../img/contact-faq_s.jpg) no-repeat center/cover;
}
.page-quick__list.contact li:nth-child(3) {
	background: url(../img/about-documents_s.jpg) no-repeat center/cover;
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.page-quick__list.contact li {
		width: 31.333%;
	}
}
/* 3.4 Contact
--------------------------------------------------------------*/
.contact-desc {
	margin-bottom: 3rem;
}
.contact-desc__attention {
	color: #d92f2f;
}
/* フォーム：
------------------------------ */
.contact-form__title {
	font-size: 1.2rem;
	font-weight: bold;
}
.contact-form__title strong {
	display: block;
    color: #020D3E;
	margin-bottom: 2rem;
    padding-top: 1.2rem;
    line-height: 1.2;
}
.contact-form__desc{
	margin-bottom: 2rem;
}
.contact-form__link {
	color: #2F50D9 !important;
    text-decoration: underline !important;
}
.contact-table th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.contact-form__title strong {
		font-size: 2rem;
	}
	.contact-table,
	.contact-table tr,
	.contact-table th,
	.contact-table td {
		display: block;
	}
	.contact-table th {
		margin-bottom: 0.4rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.contact-form__title strong {
		font-size: 3rem;
	}
	.contact-table {
		width: 100%;
	}
	.contact-table th {
		width: 26%;
		padding-bottom: 2rem;
	}
}
/* input */
.nes {
	color: #2F50D9;
	padding: 0 0.5rem;
}
.contact-radio span {
	margin-right: 1rem;
}
.contact-radio input {
    position: absolute;
    display: block;
    background: #F0F4F7;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    top: 0.3rem;
    left: 0;
}
.contact-radio .wpcf7-list-item {
	margin: 0 1rem 0 0;
}
.contact-radio .wpcf7-list-item.first {
	margin-left: 0;
}
.contact-radio .wpcf7-list-item-label {
	padding-left: 1.7rem;
}
.contact-radio span {
    display: block;
    margin-left: 0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: 400;
    margin-bottom: 0;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
}
.contact-radio label span {
    padding-left: 1.7rem;
}
.contact-text input {
	padding: 0.5rem 1rem;
	background: #F0F4F7;
	border-radius: 0.75rem;
}
.contact-select select {
    -webkit-appearance: none;
    appearance: none;
	padding: 0.5rem 1rem;
	background: #F0F4F7;
	border-radius: 0.75rem;
}
.contact-select:after {
	content: "";
    position: absolute;
    right: 1.5rem;
    border-top: 0.3rem solid #000;
    border-right: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
}
.contact-file input {
	color: #000000;
}
.contact-file__label {
	display: none;
}
.contact-textarea textarea {
	padding: 0.5rem 1rem;
	background: #F0F4F7;
	border-radius: 0.75rem;
}
.contact-privacy {
	text-align: center;
	margin-bottom: 3rem;
    margin-top: 2rem;
}
.contact-privacy a {
	text-decoration: underline;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.contact-radio {
		display: flex !important;
    	flex-wrap: wrap;
	}
	.contact-radio .mwform-checkbox-field {
		width: 50%;
		margin-right: 0;
	}
	.contact-text input {
		width: 90%;
	}
    .contact-select select {
        width: 99.2%;
    }
	.contact-radio .wpcf7-list-item {
		display: block;
	}
	.contact-textarea textarea {
		width: 90%;
	}
	.contact-select:after {
		top: calc(50% - 0.15rem);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.contact-radio {
		display: flex;
	}
	.contact-text input {
		width: 98%;
	}
    .contact-select select {
        width: 99.6%;
    }
	.contact-textarea textarea {
		width: 98%;
	}
	.contact-select:after {
		top: calc(50% - 0.65rem);
	}
}

/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/* submit */
.contact-submit__button {
    display: block;
    background-color: #2F50D9;
    text-align: center;
    max-width: 26rem;
    margin: 0 auto;
    border-radius: 50rem;
    font-size: 1.2rem;
	width: 100%;
}
.contact-submit__button input {
	padding: 1.1rem 1rem 1rem;
	color: #FFF !important;
	max-width: 26rem;
    width: 80%;
}
.contact-submit__button:after {
	content: "";
    position: absolute;
    display: block;
    background: url(../img/icon-arrow-right-s1__light.svg) no-repeat center/contain;
    width: 1rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
	right: 2rem;
}
.contact-submit__button .wpcf7-spinner {
	position: absolute;
}
.contact-submit__return input {
    padding: 1.1rem 1rem 1rem;
    color: #020d3e !important;
    border: 1px solid #020d3e;
    text-align: center;
    max-width: 26rem;
    margin: 0 auto;
    display: block;
    border-radius: 50rem;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 1rem;
}
.contact-submit__reverse {
	display: block;
    border: 1px solid #020D3E;
    text-align: center;
    max-width: 26rem;
    margin: 0 auto;
    border-radius: 50rem;
    font-size: 1.2rem;
	width: 100%;
	margin-top: 2rem;
}
.contact-submit__reverse input {
	padding: 1.1rem 1rem 1rem;
	color: #020D3E !important;
	max-width: 26rem;
    width: 100%;
}
.contact-submit__reverse:after {
	content: "";
    position: absolute;
    display: block;
    background: url(../img/icon-arrow-left-s1__dark.svg) no-repeat center/contain;
    width: 1rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
	right: 2rem;
}
/* thanks */
.contact-thanks h2 {
	margin-bottom: 1rem;
}
.contact-thanks p {
	margin-bottom: 2rem;
}
.contact-thanks .button {

}
