@charset "UTF-8";
/* CSS Document */
.error-info, .errors {
color: #CC0000;
}
/*PC*/
@media print, screen and (min-width: 768px) {
#contact {
position: relative;
width: 1000px;
margin: 0 auto 160px;
}

#contact .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}

#contact .section_wrap .block{
margin-bottom: 60px;
}

#contact .section_wrap .block:last-child{
margin-bottom: 0;
}

#contact .section_wrap .contact_txt {
margin: 0 0 30px;
font-weight: 500;
}

#contact .section_wrap .s_txt{
font-size: .8rem;
font-style: normal;
}

#contact .com_table {
width:100%;
margin:0 auto 20px;
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
font-size: .9rem;
}


#contact .com_table th {
width: 20%;
padding: 15px;
text-align: left;
font-weight: 700;
line-height: normal;
position: relative;
display: table-cell;
border-top: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
background: #F1F1F1;
}

#contact .com_table th span {
float: right;
font-size: 0.8em;
background: #CC0000;
padding: 2px 10px;
color: #FFF;
line-height: normal;
display: block;
width: 50px;
text-align: center;
}

#contact .com_table td {
padding: 15px;
position: relative;
display: table-cell;
vertical-align: middle;
border-top: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
}


button[type="submit"], input[type="submit"] {
background: #121212;
border: #121212 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
submit[type="submit"]:hover, input[type="submit"]:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}
.submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}
input[type="text"], textarea, select {
padding: 8px;
border: 1px solid #dddddd;
}
.w240 {
width: 240px;
}
.w350 {
width: 350px;
}
.w540 {
width: 540px;
}
.w100p {
width: 100%;
box-sizing: border-box;
}
.h_kome {
background: #CC0000;
color: #fff;
display: inline-block;
font-size: 0.7em;
padding: 1px 10px;
}
.contact_link_btn01 a {
margin-top: 30px;
margin-bottom: 30px;
background: #333 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 1rem;
padding: 10px 50px;
text-align: center;
text-decoration: none;
}
.contact_link_btn01 a:hover {
opacity: 0.8;
}
::placeholder {
color: #999;
}
.btn_back {
background: #FFF;
border: #333333 1px solid;
color: #333;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
.btn_back:hover {
background: #333;
border: #333333 1px solid;
color: #FFF;
}
.error_txt {
color: #FF0000;
}
.contact-privacy__title {
margin-bottom: 20px;
font-size: 1.2em;
line-height: 1.6;
color: rgba(0, 0, 0, 1);
font-weight: 500;
}
.contact-privacy__wrap {
width: 100%;
height: 300px;
padding: 30px;
border: 1px solid rgba(0, 0, 0, .1);
overflow-y: scroll;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
margin: 30px auto 60px;
}
.contact-privacy__list dt {
margin-top: 60px;
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
color: rgba(0, 0, 0, 1);
}
.contact-privacy__list dd {
font-size: 1em;
line-height: 1.8;
}
.contact-privacy__list dd:last-child {
margin-bottom: 60px;
}
.contact-privacy__check {
max-width: 600px;
margin: 60px auto;
padding: 30px 40px;
line-height: 1.6 !important;
background-color: rgba(0, 0, 0, .05);
text-align: center;
box-sizing: border-box;
}
.com_table td img {
width: 150px;
}
.btn_top a {
width: 300px;
margin: 60px auto 0;
background: #121212;
border: #121212 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
.btn_top a:hover {
background: #fff;
border: #121212 1px solid;
color: #121212;
}



.heading_type01{
margin: 0 0 20px;
}


/*アコーディオン*/
.js-accordion--close{
display: none;
}

.accordion-box{
height:0;
overflow:hidden;
transition:.4s ease;
}

.js-accordion{
position: relative;
width: 100%;
box-sizing: border-box;
padding:15px 35px;
border:1px solid #CC0000;
background: #121212;
margin-bottom: 20px;

font-size: 1.2rem;
font-weight: 700;
text-transform: uppercase;
display: block;
color: #FFF;
}

.js-accordion::before{
content: "";
width: 2px;
height: 16px;
background: #CC0000;
position: absolute;
right: 18px;
top: 0;
bottom: 0;
margin: auto;
transition: .6s ease;
}
.js-accordion::after{
content: "";
width: 16px;
height: 2px;
background: #CC0000;
position: absolute;
right: 11px;
top: 0;
bottom: 0;
margin: auto;
transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
height: auto;
opacity: 1;
}


}
/*sp*/
@media only screen and (max-width: 767px) {
#contact {
position: relative;
width: 90%;
margin:0 auto 30px;
}

#contact::before {
content: "";
position: absolute;
top: 0;
left: 0;
background: url("../images/com/bg.jpg") 0 0 no-repeat;
background-size: cover;
width: 100%;
height: 100%;
z-index: -1;
}

#contact .section_wrap {
width: 100%;
margin: auto;
}

#contact .section_wrap .block{
margin-bottom: 60px;
}

#contact .section_wrap .block:last-child{
margin-bottom: 0;
}

#contact .section_wrap .contact_txt {
font-size: .8rem;
margin: 0 0 30px;
}

#contact .section_wrap .s_txt{
font-size: .7rem;
font-style: normal;
}


#contact .com_table {
width:100%;
margin:0 auto 20px;
font-size: .8rem;
}

#contact .com_table tr:nth-child(2n-1){
background: rgba(0,0,0,.02)
}

#contact .com_table th {
width: 100%;
padding: 10px;
text-align: left;
font-weight: 700;
position: relative;
display: block;
}

#contact .com_table th span {
float: right;
font-size: 0.8em;
background: #CC0000;
padding: 0 10px;
color: #FFF;
line-height: normal;
font-style: normal;
}

#contact .com_table td {
width: 100%;
padding: 10px;
position: relative;
display: block;
}



button[type="submit"], input[type="submit"] {
background: #121212;
border: #121212 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
/*button[type="submit"]:hover,
input[type="submit"]:hover {
background: #fff;
border: #121212 1px solid;
color:  #121212;
}*/
.submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}
input[type="text"], textarea, select {
padding: 8px;
border: 1px solid #dddddd;
}
.w240 {
width: 90%;
}
.w350 {
width: 90%;
}
.w540 {
width: 90%;
}
.w100p {
width: 100%;
box-sizing: border-box;
}
.h_kome {
background: #CC0000;
color: #fff;
display: inline-block;
font-size: 0.9em;
padding: 1px 10px;
}
.contact_link_btn01 a {
margin-top: 30px;
margin-bottom: 30px;
background: #333 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 1rem;
padding: 10px 50px;
text-align: center;
text-decoration: none;
}
.contact_link_btn01 a:hover {
opacity: 0.8;
}
.btn_back {
background: #FFF;
border: #333333 1px solid;
color: #333;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
.btn_back:hover {
background: #333;
border: #333333 1px solid;
color: #FFF;
}
.error_txt {
color: #FF0000;
}
.contact-privacy__title {
color: rgba(0, 0, 0, 1);
font-weight: 500;
}
.contact-privacy__wrap {
width: 100%;
height: 300px;
padding: 20px;
border: 1px solid rgba(0, 0, 0, .1);
overflow-y: scroll;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
margin: 0 auto 30px;
}
.contact-privacy__list dt {
margin-top: 30px;
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
color: rgba(0, 0, 0, 1);
}
.contact-privacy__list dd {
font-size: 1em;
line-height: 1.8;
}
.contact-privacy__list dd:last-child {
margin-bottom: 30px;
}
.contact-privacy__check {
width: 100%;
margin: 30px auto;
padding: 20px;
line-height: 1.6 !important;
background-color: rgba(0, 0, 0, .05);
text-align: center;
box-sizing: border-box;
}
.com_table td img {
width: 150px;
}
.btn_top a {
width: 300px;
margin: 60px auto 0;
background: #333333;
border: #333333 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}
.btn_top a:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}
#contact .ttl {
padding: 0 3%;
font-size: 1rem;
color: #121212;
}
#contact .contact_txt {
padding: 0 3%;
font-size: 0.9rem;
}
.com_table {
border-top: 1px solid #121212;
width: 94%;
margin: 0 auto 30px;
box-sizing: border-box;
}




/*アコーディオン*/
.js-accordion--close{
display: none;
}

.accordion-box{
height:0;
overflow:hidden;
transition:.4s ease;
}

.js-accordion{
position: relative;
width: 100%;
box-sizing: border-box;
padding:10px 35px;
border:1px solid #CC0000;
background: #121212;
margin-bottom: 20px;

font-size: 1.2rem;
font-weight: 700;
text-transform: uppercase;
display: block;
color: #FFF;
}

.js-accordion::before{
content: "";
width: 2px;
height: 16px;
background: #CC0000;
position: absolute;
right: 18px;
top: 0;
bottom: 0;
margin: auto;
transition: .6s ease;
}
.js-accordion::after{
content: "";
width: 16px;
height: 2px;
background: #CC0000;
position: absolute;
right: 11px;
top: 0;
bottom: 0;
margin: auto;
transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
height: auto;
opacity: 1;
}



}