@charset "utf-8";

/*-----------------------

   reset

-----------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.wrap img {
    max-width: 100%;
}

.wrap button {
    border: none;
}


/* COMMON
================================================== */

.pc_none {
    display: none
}

.sp_none {
    display: block
}

@media screen and (max-width: 800px) {
    .sp_none {
        display: none
    }
}

.bold {
    font-weight: bold
}

.center {
    text-align: center
}

.right {
    text-align: right
}


/* WRAP
================================================== */

.wrap {
    font-family: "Zen Maru Gothic", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    line-height: 1.6;
    background-image: url(../images/bg_w.png), url(../images/bg_y.png), url(../images/bg_b.png);
    background-size: 100px auto, 100% 800px, auto auto;
    background-repeat: repeat, no-repeat, repeat;
    padding: 20px;
}

@media screen and (max-width: 800px) {
    .wrap {
        padding: 10px;
    }
}

.wrap .main {
    /* font-optical-sizing: auto; */

    background-color: #ffedd2;
    min-width: 300px;
    max-width: 1200px;

    margin: 50px auto;
    border-radius: 50vw 50vw 50px 50px;
    border: 10px solid #ee5744;
    box-shadow: 5px 5px 5px #4b30013e;
}

.wrap h1 {
    position: relative;
    width: 100%;
    padding-top: 19%;


    /* box-shadow: 5px 5px 5px #4b30013e; */
}

.wrap h1 img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;

    margin: 0 auto;
}


.wrap .inner {
    width: 90%;
    margin: 0px auto 100px;
    font-size: clamp(12px, 0.523rem + 1.136vw, 22px);
}

@media screen and (max-width: 600px) {
    .wrap .inner {
        margin: 0px auto 30px;
    }
}


.wrap .read {
    width: 80%;
    text-align: center;
    font-weight: bold;
    font-size: clamp(12px, 0.523rem + 1.136vw, 22px);
    padding-bottom: 50px;
    color: #ee5744;
    border-bottom: 4px dotted #ee5744;
    margin: 50px auto 100px;
}

@media screen and (max-width: 800px) {
    .wrap .read {
        text-align: left;
        padding-bottom: 30px;
        margin: 30px auto;
    }
}

.wrap h2 {
    background-color: #ee8e442d;
    width: 80%;
    max-width: 500px;
    text-align: center;
    margin: 0px auto 30px;
    padding: 10px;
    color: #ee5744;
    border-radius: 50px;
    font-size: clamp(16px, 0.864rem + 0.682vw, 22px);
    font-weight: bold;
}


@media screen and (max-width: 600px) {
    .wrap h2 {
        margin: 0px auto 10px;
    }
}


.wrap dl {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 30px;
    /* border: 2px solid #145ba1; */
    margin: 30px auto 50px;
}

@media screen and (max-width: 600px) {
    .wrap dl {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.wrap dl dt, .wrap dl dd {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 2px solid #ffedd2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wrap dl dt:last-of-type, .wrap dl dd:last-of-type {
    border-bottom: none;
}

.wrap dl dt {
    background-color: #145ba1;
    color: #ffffff;
    justify-content: center;
}


.wrap dl dd {
    background-color: #ffffff;
    grid-column-start: 2;
}

@media screen and (max-width: 600px) {
    .wrap dl dt, .wrap dl dd {
        grid-column-start: 1;
    }
}

.wrap .note ul li {
    margin-left: 1rem;
    list-style: disc;
    margin-bottom: 10px;
}

.wrap .note ul li::marker {
    color: #ee5744;
}

.wrap .note ul li span {
    display: block;
    font-weight: bold;
    color: #ee5744;
}

.wrap .entry_btn {
    text-decoration: none;
    background-color: #ee5744;
    width: 80%;
    display: block;
    padding: 20px 10px;
    margin: 20px auto;
    color: #ffffff;
    font-size: clamp(16px, 0.864rem + 0.682vw, 22px);
    text-align: center;
    border-radius: 10px;

    box-shadow: 0 5px 0 #d14532;
}

.wrap .entry_btn:active {
    box-shadow: none;
    transform: translateY(5px);
}


/* footer  */
.wrap footer .information {
    font-size: clamp(12px, 0.523rem + 1.136vw, 22px);
    max-width: 900px;
    width: 95%;
    margin: 0px auto 100px;
    color: #ffffff;
    text-align: center;
}

.wrap footer .information h2 {
    background-color: #ffffff;
    color: #145ba1;
}