@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

html,
body,
.mailphp {
    height: 100%;
}

.mailphp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

.mailphp p {
    margin: 1em 0;
}

.mailphp .header-inner,
.mailphp .main-inner,
.mailphp .footer-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1em;
}

.mailphp .header {
    text-align: center;
}

.mailphp .header-title {
    display: inline-block;
    margin: 1.5em 0 1em;
    padding-bottom: .3em;
    border-bottom: 2px solid;
    font-size: 1.5em;
}

.mailphp .confirm-items, .mailphp .error-items {
    margin: 1.5em 0;
}

.mailphp .confirm-item, .mailphp .error-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

/* .mailphp .confirm-item:nth-of-type(n+2),
.mailphp .error-item:nth-of-type(n+2) {
    border-top:none;
} */


.mailphp .confirm-item-label, .mailphp .error-item-label,
.mailphp .confirm-item-body, .mailphp .error-item-body {
    padding: 1em;
    background: #f1f1f1;
    margin: 0 5px;
}

.mailphp .confirm-item-label, .mailphp .error-item-label {
    background: #7FC93F;
    color: #FFF;
    width: 8em;
    border-radius: 8px;
}

.mailphp .confirm-item-body, .mailphp .error-item-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
}

.mailphp .error-item-label {
    color: #FFF;
}

.mailphp .error-item-body {
    color: #D00;
}

.mailphp .main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 50px auto;
}

@media screen and (max-width:540px) {
    .mailphp .main {
        margin: 20px auto;
    }
}

.mailphp .footer {
    padding: 1.5em 0;
}

.mailphp .confirm-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mailphp .confirm-btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: transparent;
    margin: 0 1em;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    text-decoration: none;
}

.mailphp .confirm-btn::-webkit-search-decoration {
    display: none;
}

.mailphp .confirm-btn::focus {
    outline-offset: -2px;
}

.mailphp .confirm-btn-submit {
    color: #fff;
    background: linear-gradient(70deg, #7FC93F, #C4EF4C);
    background-size: 200% auto;
    border-radius: 50px;
    padding: 1em 3em;
    font-size: 24px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
    margin: 0 20px;
}

.mailphp .confirm-btn-submit:hover {
    background-position: right center;
}

.mailphp .confirm-btn-back {
    color: #7FC93F;
    border: solid 2px #7FC93F;
    border-radius: 30px;
    padding: 1em 3em;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
}

.mailphp .confirm-btn-back:hover {
    color: #fff;
    background: #7FC93F;
    border-color: #7FC93F;
}

@media screen and (max-width:540px) {
    .mailphp .confirm-btn-submit {
        margin: 0 5px;
        padding: .8em 2em;
    }

    .mailphp .confirm-btn-back {
        padding: .8em 1em;
    }

    .mailphp .confirm-btn {
        margin: 0 5px;
    }
}

.font_kiwi {
    font-family: 'Kiwi Maru', serif;
}

.inner.lg {
    width: 100%;
	margin: 0 auto;
    max-width: 1200px;
}

.page_ttl {
	background: url("../img/bg_pagettl.jpg");
	background-position: center bottom;
	background-size: cover;
	color: #FFF;
    text-align: left;
}

.page_ttl .inner {
    padding: 70px 30px;
}

.page_ttl .en {
    font-size: 5em;
}

.page_ttl .ja {
    font-size: 1.8em;
}

.kakunin-page p {
    font-weight: 600;
}

@media screen and (max-width:1000px) {
    .page_ttl .en {
        font-size: 3.75em;
    }

    .page_ttl .ja {
        font-size: 1.25em;
    }
}

@media screen and (max-width:540px) {
    .mailphp .confirm-btn-submit {
        font-size: 16px;
    }

    .page_ttl .inner {
        padding: 40px 20px;
    }

    .page_ttl .en {
        font-size: 2.5em;
        line-height: 1;
    }
}
