@charset "UTF-8";
:root {
--mv: #8F0012;
}
body {
font-family: "Yu Gothic","Hiragino Sans", Meiryo, sans-serif;  font-size: 20px;
}
@media (max-width: 768px) {
body {
font-size: 14px;
}
}
*{
box-sizing: border-box;
}
img{
max-width: 100%;
height: auto;
}

/* h1：PC 高さ60px / 下余白30px */
.page_title {
height: 60px;
font-size: 18px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
background: #ccc;
}

/* header：PC 1536 × 180px */
.site_header {
width: 100%;
}

.header_inner {
/* width: min(100%, 1536px); */
max-width:  1536px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 30px 0;
}

.header_logo{
width: calc(600/1536*100vw);
max-width: 600px;
}
.header_contact{
width: calc(520/1536*100vw);
max-width: 420px;
}

.is_scroll .header_contact{
width: 420px;
position: fixed;
top: 20px;
right: 20px;
z-index: 100;
}


/* .header_logo img,
.header_contact img {
display: block;
width: auto;
height: 100%;
} */

.first_view {
width: 100%;

margin-bottom: 100px;
}

.first_view picture,
.first_view img {
display: block;
width: 100%;
height: auto;
}

@media (max-width: 768px) {
/* SP：h1なし */
.page_title,
.header_contact {
display: none;
}
.header_inner{
padding: 10px 10px 20px;
}

.first_view {
margin-bottom: 60px;
}

.header_logo{
width:100%;
max-width: inherit;
text-align: center;
}

}

.footer{
background-color: #4f4f4f;
color: #fff;
text-align: center;
padding: 100px 0;
}
.footer_copy{
font-size: 12px;
margin-top: 30px;
}

.footer img{
width: 320px;
display: block;
margin: 0 auto;
}

.footer_inner {
max-width:  1536px;
width: 90%;
margin-left:auto;
margin-right:auto;
}

.footer_area__ttl{
text-align: left;
margin-bottom: 10px;
}

.footer_area__links{
text-align: left;
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
gap: 10px 0;
}

.footer_area__links a{
color: #fff;
text-decoration: none;
}
.footer_area__links a:not(:last-child)::after{
content: "・";
}
.footer_btn{
display: none;
}

.totop {
position: fixed;
bottom: 6em;
right: 15px;
width: 60px;
height: 60px;
background: #8f0013;
display: flex;
transition-duration: 0.5s;
cursor: pointer;
text-align: center;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}

.is_scroll .totop{
opacity: 1;
visibility: visible;
}

@media (max-width: 768px) {
.footer{
padding: 60px 5% 110px;
}
.footer p{
margin-top: 20px;
}
.footer_btn{
display: block;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 20px;
position: fixed;
background-color: rgba(0,0,0,0.3);
}

.totop {
position: fixed;
bottom: 9em;
right: 15px;
width: 45px;
height: 45px;
}
}

h2{
font-size: 36px;
margin-bottom: 30px;
line-height: 1.4;
text-align: center;
}

h3{
font-size: 24px;
margin-bottom: 30px;
padding: 8px;
line-height: 1.4;
background-color: var(--mv);
color:#fff;
display: flex;
justify-content: center;
align-items: center;
}

h4{
font-size: 24px;
margin-bottom: 30px;
line-height: 1.4;
}

h2 + div{
margin-bottom: 100px;
}

h3 + div{
margin-bottom: 60px;
}

h4 + div{
margin-bottom: 30px;
}

p{
line-height: 1.8;
}


@media (max-width: 768px) {
h2{
font-size: 18px;
margin-bottom: 20px;
}

h3{
font-size: 16px;
margin-bottom: 20px;
height: 40px;
}

h4{
font-size: 16px;
margin-bottom: 20px;
}

h2 + div{
margin-bottom: 60px;
}

h3 + div{
margin-bottom: 30px;
}

h4 + div{
margin-bottom: 20px;
}

}

table {
margin-bottom: 30px;
width: 100%;
}

th,td{
padding: 20px;
border: 1px solid #ccc;
line-height: 1.4;
}

th{
background-color: #f5f5f5;
text-align: left;
}
table + p{
font-size: 16px;
}
@media (max-width: 768px) {
table {
margin-bottom: 20px;
}
th,td{
padding: 14px;
}
table + p{
font-size: 12px;
}
}




.main{
max-width: 1536px;
width: 90%;
margin-left:auto;
margin-right:auto;
}


.p1 img {
width: 500px;
float: left;
margin: 0px 30px 30px 0px;
}

.p1::after {
content: "";
display: block;
clear: both;
}

@media (max-width: 768px) {
.p1 img {
margin: 0px 20px 20px 0px;
}

}

.p2 ul{
display: flex;
gap: 30px;
}

.p2 ul li{
/* flex: 1; */
width: calc((100% - 90px)/4);
}
.p2 ul li p{
margin-top: 10px;
}
@media (max-width: 768px) {
.p2 ul{
flex-wrap: wrap;
gap: 20px;
}
.p2 ul li{
width: calc((100% - 20px)/2);
}
}


.p8 h4 span{
background-color: var(--mv);
color: #fff;
padding:5px 10px;
margin-right: 10px;
display: inline-block;
border-radius: 10px;
}

.p8 img {
width: 350px;
float: left;
margin: 0px 30px 30px 0px;
}

.p8 li::after{
content: "";
display: block;
clear: both;
}
@media (max-width: 768px) {
.p8 img {
width: 40%;
margin: 0px 20px 20px 0px;
}

}


.p10 img {
width: 350px;
/* float: left;
margin: 0px 30px 30px 0px; */
}

/* .p10 li::after{
content: "";
display: block;
clear: both;
} */

.p10 li > div{
display: flex;
gap: 30px;
align-items: flex-start;
}

.p10 th{
width: 8em;
}
.p10 th,
.p10 td{
line-height: 1.6;
}

@media (max-width: 768px) {
.p10 img {
width: 100%;
margin-left:auto;
margin-right:auto;
display: block;
/* margin: 0px 20px 20px 0px; */
}
.p10 li > div{
gap: 20px;
flex-direction: column;
}
}

.p12 ul{
display: flex;
gap: 20px;
}

.p12 ul li{
width: calc((100% - 40px)/3);
}

@media (max-width: 768px) {
.p12 ul{
gap: 15px;
}
.p12 ul li{
width: calc((100% - 15px)/2);
}
}


.faq_list dt{
padding: 20px 0;
display: flex;
align-items: baseline;
line-height: 1.4;
font-weight: bold;
}

.faq_list dd{
padding: 20px 0;
display: flex;
align-items: baseline;
line-height: 1.4;
border-bottom: 1px solid #ccc;
}


.faq_list dt::before{
content:"Q";
padding: 10px;
display: flex;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
background-color: var(--mv);
color: #fff;
margin-right: 10px;
font-weight: bold;
}

.faq_list dd::before{
content:"A";
padding: 10px;
display: flex;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
background-color: #ccc;
margin-right: 10px;
font-weight: bold;
}



.contact_table {
width: 100%;
border-collapse: collapse;
font-size: 20px;
max-width: 1200px;
}

.contact_table th,
.contact_table td {
padding:0 0 20px;
border: none;
vertical-align: top;
}

.contact_table th {
width: 35%;
text-align: left;
font-weight: bold;
box-sizing: border-box;
background-color: inherit;
}

.contact_table td {
width: 65%;
box-sizing: border-box;
}

.contact_table td p{

font-size: 16px;
}


/* .contact_table tr {
border-bottom: 1px solid #ccc;
}

.contact_table tr:last-child {
border-bottom: none;
} */


.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table input[type="tel"],
.contact_table input[type="number"],
.contact_table input[type="date"],
.contact_table input[type="file"],
.contact_table textarea,
.contact_table select {
width: 100%;
padding: 10px;
box-sizing: border-box;
font: inherit;

}

.contact_table textarea {
min-height: 140px;
resize: vertical;
}

.radio_group {
display: flex;
flex-wrap: wrap;
gap: 15px 20px;
}

.radio_group label {
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: normal;
}

.required {
margin-left: 5px;
font-size: 14px;
font-weight: normal;
color: red;
}

.contact_btn {
text-align: center;
margin-top: 30px;
}

.contact_btn button {
display: inline-block;
min-width: 240px;
padding: 15px 40px;
border: none;
background: var(--mv);
color: #fff;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}

.contact_btn button:hover {
opacity: 0.8;
}


@media screen and (max-width: 768px) {
.contact_table,
.contact_table tbody,
.contact_table tr,
.contact_table th,
.contact_table td {
display: block;
width: 100%;
border: none;
}

.contact_table {
font-size: 14px;
}
/* 
.contact_table tr {
border: 1px solid #ccc;
border-bottom: 0;
}

.contact_table tr:last-child {
border-bottom: 1px solid #ccc;
} */

.contact_table th,
.contact_table td {
border: 0;
padding:0 0 15px;
}

.contact_table th {
padding-bottom: 8px;
}

.contact_table td {
padding-top: 0;
}

.contact_table td p{

font-size: 12px;
}

.radio_group {
display: block;
}

.radio_group label {
display: flex;
margin-bottom: 8px;
}

.required {
font-size: 12px;
}

.contact_btn {
margin-top: 20px;
}

.contact_btn button {
width: 100%;
min-width: 0;
font-size: 14px;
}
}

.priv{    
font-size: 1em;
width: 100%;
height: 200px;
overflow: auto;
margin: 0 auto;
border: 1px solid #ccc;
padding: 10px;
}
.priv p{
font-size: 16px;
}
.priv p + p{
margin-top: 10px;
}
.priv h4{
font-size: 18px;
margin-top: 20px;
}

.privacy_check {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 20px;
}

@media screen and (max-width: 768px) {
.privacy_check {
font-size: 14px;
margin-top: 15px;
}
}

/* 
個別修正
*/

/* .sec_3 ul > li > h4 {
min-height: calc(24px * 1.4 * 2);
} */
.sec_2 div{
text-align: center;
}

.sec_8 td a{
margin-right: 0.6em;
}

.sec_12 ul li {
max-width: calc((100% - 40px) / 3);
width: auto;
}

@media screen and (max-width: 768px) {
.sec_12 ul li {
max-width: calc((100% - 20px) / 2);
}

.sec_11 td,.sec_11 th{
display: block;
border-bottom: 0;
}
.sec_11 table{
border-bottom: 1px solid #ccc;
}
}

