@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    line-height: 1;
}
ul[role="list"],
ol[role="list"] {
    list-style: none;
}
body {
    min-height: 100vh;
}
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}
h1,
h2,
h3,
h4 {
    text-wrap: balance;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}
img,
picture {
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
textarea:not([rows]) {
    min-height: 10em;
}
:target {
    scroll-margin-block: 5ex;
}

input,
textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*
初期設定　＆　入力画面
-------------------------------------------------------------------------------*/
.gf {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}

body {
    font-size: 1.6rem;
    color: #6b5e5b;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.logo {
    text-align: center;
    padding: 30px 0;
}

.logo img {
    width: 100%;
    max-width: 90%;
    vertical-align: bottom;
}

.cont-header-inner {
    background: url(../img/mailform-h1-bg.svg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.cont-header-inner h1 {
    font-size: 30px;
    color: #327445;
    text-align: center;
    margin-bottom: 15px;
}

.cont-header-inner .en {
    font-size: 14px;
    color: #327445;
    text-align: center;
}

.section__body p {
    font-size: 16px;
    line-height: 1.6;
    padding: 30px;
}

.section__body p span {
    color: #c10000;
}

.table {
    width: 100%;
    padding: 0 30px;
    text-align: left;
}

.table tr {
    display: block;
    width: 100%;
}

.table th {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 25px 0 15px;
}

.table td {
    display: block;
    width: 100%;
}

.table th .red {
    background: #f8b434;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    margin-left: 10px;
    border-radius: 8px;
}

.table input,
.table textarea {
    width: 100%;
    border: 1px solid #707070;
    padding: 7px 10px;
    font-size: 16px;
    color: #6b5e5b;
    line-height: 1.2;
}

.table input:focus,
.table textarea:focus {
    background: #f8f5f2;
}

.button_box input[type="submit"] {
    display: inline-block;
    width: 100%;
    background-color: #327445;
    background-image: url(../img/morijin-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 17px 5px;
    text-decoration: none;
    transition: 0.2s;
}

.button_box {
    text-align: center;
    padding: 50px 0;
}

.button_box input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    background-color: #327445;
    background-image: url(../img/morijin-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    padding: 17px 5px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px;
    color: #fff;
    letter-spacing: 5px;
}

.button_box.go-toppage {
    text-align: left;
    font-size: 16px;
    margin: 0 0 50px;
    padding: 0 0 0 85px;
    position: relative;
}

.button_box.go-toppage::before {
    content: url(../img/mailform-arrow.svg);
    margin-right: 12px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.button_box.go-toppage a {
    text-decoration: none;
}

footer {
    padding: 0 30px 30px;
    text-align: center;
    font-size: 14px;
    color: #6b5e5b;
}

.red_txt ul {
    font-size: 16px;
    color: #ff3636;
}

.red_txt ul li {
    list-style: none;
    padding: 5px 30px 5px 13px;
    line-height: 1.3;
    position: relative;
}

.red_txt ul li::before {
    content: "※";
    color: #ff3636;
    position: absolute;
    left: -12px;
}

@media screen and (min-width: 431px) {
    .view-area {
        width: 430px;
        margin: 30px auto;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }
}

/*
確認画面
-------------------------------------------------------------------------------*/
.table.kakunin th {
    background: #f8f5f2;
    padding: 15px;
}

.table.kakunin td {
    font-size: 16px;
    padding: 15px 15px 30px;
}

.button_box.kakunin {
    text-align: center;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.button_box.kakunin input:nth-child(1) {
    background-color: #6b5e5b;
    background-position: 8% center;
    background-image: url(../img/morijin-btn-arrow02.svg);
}
