
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #000;
}
a:visited{
    color: #000;
}

html {
    font-size: 62.5%
}

body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #3d2f29;
    position: relative;
    z-index: 0;
    background-color: #fcffe9;
}
@media (min-width: 700px) {
    body{
        font-size: 20px;
    }
}
p{
    font-weight: 700;
    letter-spacing: 0.05rem;
}

main{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}

@media (max-width: 768px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 768px) {
    .u-sp_block{
        display: block;
    }
}

/* common */
.c-title{
    margin-bottom: 30px;
}

/* layout */
.p-form{
    background-color: #FEFCEB;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 0;
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.p-form h2 img{
    width: 100%;
}
.p-form__inner{
    padding: 20px;
    position: relative;
    z-index: 0;
}
.p-form_inner_title{
    background-color: #FFDBAA;
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
}

.p-form h3{
    font-size: 15px;
    color: #F06127;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-weight: 500;
    z-index: 0;
    background-color: #FEFCEB;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.p-form h3::before{
    content: "";
    display: inline-block;
    width: 35%;
    position: absolute;
    height: 2px;
    background-color: #F06127;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.p-form h3::after{
    content: "";
    display: inline-block;
    width: 35%;
    position: absolute;
    height: 2px;
    background-color: #F06127;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.p-form h3{
    font-size: 15px;
}

.p-req{
    background-color: #F06127;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    margin-right: 20px;
}
.p-form_radioflex{
    display: flex;
    flex-wrap: wrap;
}
.p-form_radioflex.--2{
    margin-bottom: 30px;
}

.p-form_radioflex label{
    margin-right: 10px;
}

.p-form_radioflex.--2 label{
    width: 45%;
}
input[type="text"],input[type="email"],textarea{
    width: 100%;
    border-radius: 0;
    border: solid 2px #CECECE;
    min-height: 47px;
    margin-bottom: 5px;
    padding: 10px;
}
input::placeholder{
    font-size: #DEDEDE;
}

.p-form_flex{
    display: flex;
    align-items: center;
}


.c-form__accept{
    text-align: center;
}

.c-accept_txt a{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;

}

.c-form__button{
    width: 268px;
    color: #fff;
    background-color: #F06127;
    border-radius: 8px;
    padding: 13px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    box-shadow: 0px 5px 0px rgba(203, 67, 12, 1);
    font-weight: 600;
}

.l-footer{
    background-color: #F5A538;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
}
.p-confirm{
    padding-bottom: 50px;
    height: 97vh;
}
.p-confirm p{
    text-align: center;
    padding: 30px;
}
.p-thanks {
    text-align: center;
    font-weight: 500;
    height: 97.3vh;
}
.p-thanks p{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 17px;
}

.p-thanks p span.satei{
    color: #F06127;
    font-size: 32px;
    font-weight: 600;
}
.p-thanks p span{
    font-size: 22px;
}
.p-thanks a{
    color: #fff;
    font-size: 27px;
    background-color: #F5A538;
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
    width: 80%;
    max-width: 500px;
    display: inline-block;
    margin-bottom: 10px;
    
}
.p-thnaks_text{
    padding: 50px 50px;
}

.p-thnaks_back{
    color: #F06127;
    font-size: 15px;
    border-bottom: solid 2px #F06127;
}

@media (max-width: 768px) {
.p-thanks p{
    font-size: 14px;
    }

.p-thnaks_text{
    padding: 30px 26px;
}
.p-thanks p span{
    font-size: 18px;
}
.p-thanks p span.satei{
    font-size: 24px;
}
.p-thanks {
    height: 96.3vh;
}
}