@charset "UTF-8";

#contact_form {
	background-color:#FFF;
	width:100%;
}

.contactinner {
	background-color:#dcedf2;
	width:80vh;
	margin:0 auto;
	padding:5vh 5vh 0;
	
}
.contactinner .ttl {
	text-align:center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
	color:#1a7e9d;
	font-size:3em;
}
.contactinner .ttl2 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
    text-align: center;
    color: #1a7e9d;
    font-size: 0.7em;
    letter-spacing: 0.2em;
}

.form {
	width:100%;
}
.form_inner {
	width:100%;
	margin:1rem 0;
}
.mark_req,.mark_any {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #1a7e9d;
	font-size: 1rem;
	width: 70vh;
	margin: 0 auto 0.8rem;
}
.mark_req:before,.mark_any:before {
	color:#FFF;
	padding: 0.1rem 1.0rem;
	margin-right: 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.2rem;
	font-weight: 300;
	border-radius: 0.3rem;
}
.mark_req:before {
	content:"必須";
	background-color: #f58181;
}
.mark_any:before {
	content:"任意";
	background-color: #7b9ff0;
}

input[type="text"],input[type="email"],textarea {
	box-sizing: content-box;
	width: calc(100% - (20px * 2)) !important;
	padding: 1rem !important;
	background: #f6f8fa;
	color: #000000 !important;
}

input::placeholder,
textarea::placeholder {
    color: #d3d3d3; /* 好きな色に変更 */
    opacity: 1; /* Firefox用 */
	font-weight:600;
}

select {
	box-sizing: content-box;
	width: calc(100% - (20px * 2)) !important;
	padding: 1rem !important;
	background: #f6f8fa;
	color: #000000 !important;
}

.pp {
	width:100%;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.pp .txt {
    color: #1a7e9d;
    font-size: 1.2rem;
    text-align: center;
    margin: 3rem auto 1rem;
}

.pp .check {
    color: #1a7e9d;
    font-size: 1.2rem;
    text-align: center;
    margin: 3rem auto 1rem;
	text-align:center;
}

.pp .check input[type="checkbox"] {
  -ms-transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  transform: scale(2.0, 2.0);
}

.submit {
	text-align:center;
	margin-top: 3rem;
	padding-bottom: 3rem;
}
input[type="submit"] {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
	box-sizing: content-box;
	width: 40vh;
	padding: 1rem !important;
	background: #ed7160 !important;
	color: #ffffff !important;
	font-size: 1.5em;
	border-radius: 2rem !important;
	padding: 1.2rem !important;
}
.pageback a, .pageback a:visited,.pageback a:hover {
	text-decoration:none !important;
	color:white !important;
}

.pageback {
	width:80vh;
	margin:0 auto;
}
.pageback_in {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
	box-sizing: content-box;
	width: 50vh;
	margin: 2rem auto 0;
	background: #1d3b50 !important;
	color: #ffffff !important;
	font-size: 1.5em;
	border-radius: 2rem !important;
	padding: 0.7rem 4rem !important;
	text-align: center;
}

.qa-6 {
    max-width: 100vh;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-style: normal;
    box-sizing: content-box;
    width: 60vh;
    background: #FFF !important;
    color: #000 !important;
    font-size: 1.1em;
    text-align: center;
    border-radius: 2rem !important;
    padding: 0.8rem 3rem !important;
    margin: 0 auto 2rem;
    -webkit-box-shadow: 0px 0px 10px -5px #000000;
    box-shadow: 0px 0px 10px -5px #000000;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #2daede;
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-size:11px;
	text-align:justify;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "";
}

.font-big {
	font-weight:600;
}

.spn_br {
	display:none;
}

@media (max-width: 480px) {
.spn_br {
	display:inherit;
}
.contactinner {
	width: 100%;
	padding:3vh 3vh 0;
}
.contactinner .ttl {
	margin:0 auto 2rem;

}	
.contactinner .ttl2 {
	text-align: left;
	font-size: 1em;
	letter-spacing: 0;
	margin:0 auto 3rem;
}
.qa-6 summary {
	width: 30vh;
	font-size:1rem;
}
input[type="submit"] {
	width: 30vh;
	font-size:1.2em;
}
.pageback {
	width: 45vh;
}
.pageback_in {
	width: 30vh;
	font-size: 1rem;
}
}