@charset "utf-8";
/* CSS Document */
html {
    font-size: 16px;
}
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
    font-family:-apple-system,BlinkMacSystemFont,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Segoe UI,メイリオ,Meiryo,sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}
body {
    background: url("../images/bg_l_pc.png") calc(50% - 570px) 45px no-repeat,url("../images/bg_r_pc.png") calc(50% + 546px) 52px no-repeat;
    background-color: #FFFEE5;
    min-height: 100vh;
    padding-bottom: 82px;
    position: relative;
}
em {
    font-style: italic;
}
strong,
strong * {
    font-weight: bold !important;
}
.wf-loading {
    opacity: 0;
}
#contents {
    max-width: 950px;
    background-color: #FFFFFF;
    border: 8px solid #FEB8CC;
    border-radius: 20px;
    margin: 21px auto 82px;
    padding: 56px 28px 60px;
}
h1 {
    font-size: 3.4375rem;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #FF0066;
    line-height: 1.345;
    margin: 0 0 4px;
    padding: 57px 0 0;
    & + p {
        font-size: 1.875rem;
        font-family: "mochiy-pop", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        color: #FF5050;
        letter-spacing: 3px;
    }
}
h2 {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0BA1D8;
    padding: 14px 26px 14px;
    border-radius: 5px;
    margin: 59px 0 25px;
}
h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #0BA1D8;
    margin: 28px 0 2px;
}
p {
    line-height: 2;
}
nav {
    max-width: 800px;
    margin: 0 auto 34px;
    & + h2 {
        margin-top: 0;
    }
}
nav ul {
    display: flex;
    justify-content: space-around;
}
nav ul li {
    padding: 0;
    &::before {
        display: none;
    }
}
nav ul li a {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF0066;
    text-decoration: none;
    border-radius: 50px;
    width: 243px;
    text-align: center;
    padding: 9px 44px 7px;
    position: relative;
    &::after {
        content: "";
        display: block;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
    }
    &.map::after {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22picture_as_pdf_black_24dp%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22WKND-icon%22%20transform%3D%22translate(9.082%205.137)%22%3E%20%3Crect%20id%3D%22background%22%20width%3D%229.961%22%20height%3D%229.961%22%20transform%3D%22translate(0.418%200.321)%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22Dribbble-Light-Preview%22%20transform%3D%22translate(1.64)%22%3E%20%3Cg%20id%3D%22icons%22%20transform%3D%22translate(0)%22%3E%20%3Cpath%20id%3D%22pin_fill_sharp_circle-_634_%22%20data-name%3D%22pin_fill_sharp_circle-%5B%23634%5D%22%20d%3D%22M170.6%2C5243.739a1.028%2C1.028%2C0%2C1%2C1%2C1.028-1.028%2C1.028%2C1.028%2C0%2C0%2C1-1.028%2C1.028m0-4.739a3.6%2C3.6%2C0%2C0%2C0-3.6%2C3.6c0%2C1.987%2C3.6%2C6.683%2C3.6%2C6.683s3.6-4.7%2C3.6-6.683a3.6%2C3.6%2C0%2C0%2C0-3.6-3.6%22%20transform%3D%22translate(-167%20-5239)%22%20fill%3D%22%23f06%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
        width: 24px;
        height: 24px;
        transform: rotate(0);
        border: none;
    }
    &.pdf::after {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22picture_as_pdf_black_24dp%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
        width: 24px;
        height: 24px;
        transform: rotate(0);
        border: none;
    }
}
nav ul li.current a,
nav ul li a:hover,
nav ul li a:focus {
    text-decoration: none;
    opacity: 0.6;
}
ul {
    list-style: none;
    & li {
        padding-left: 19px;
        line-height: 2;
        position: relative;
        &::before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 20px;
            background-color: #0BA1D8;
            position: absolute;
            left: 6px;
            top: 0.75em;
        }
    }
}
table {
    margin: 18px auto 0;
}
table th {
    padding: 0 8px 26px 0;
    text-align: right;
}
table td {
    vertical-align: middle;
    padding: 0 0 26px;
}
input[type="text"],
input[type="email"] {
    background-color: #F3F3F3;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0 10px;
    padding: 13px 19px 12px;
    font-size: 1rem;
    &.w2 {
        width: 272px;
        margin-right: 6px;
    }
    &.w3 {
        width: 106px;
    }
    &.w1_1 {
        width: 436px;
    }
    &.w1_2 {
        width: 171px;
    }
    &.w1_3 {
        width: 103px;
    }
}
#privacy_box {
    width: 564px;
    height: 220px;
    overflow: auto;
    border: 1px solid #C9C9C9;
    padding: 30px 40px 30px;
    margin-left: 240px;
    margin-bottom: 30px;
    & h3 {
        font-size: 1rem;
        color: #3B4043;
        margin: 0 0 2px;
    }
    & p {
        font-size: 0.75rem;
        line-height: 1.5;
        color: #3B4043;
        margin: 0 0 18px;
    }
}
.btn {
    display: inline-block;
    margin-left: 240px;
    font-weight: bold;
    & a {
        font-weight: bold;
        color: inherit;
    }
    &:has(label) {
        padding-top: 4px;
        padding-left: 44px;
        position: relative;
    }
    &:has(input[type="submit"]) {
        position: relative;
        margin-top: 54px;
        &::after {
            content: "";
            display: block;
            border-top: 2px solid #FFFFFF;
            border-right: 2px solid #FFFFFF;
            width: 8px;
            height: 8px;
            position: absolute;
            right: 16px;
            top: 0;
            bottom: 0;
            margin: auto;
            transform: rotate(45deg);
            pointer-events: none;
        }
    }
}
.btn label {
    position: relative;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #F0F3F5;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    &:has(input[type="checkbox"]:focus) {
        outline: 2px solid #000000;
    }
    &:has(input[type="checkbox"]:checked)::after {
        content: "";
        display: block;
        width: 30px;
        height: 16px;
        border-left: 5px solid #FF0066;
        border-bottom: 5px solid #FF0066;
        position: absolute;
        top: -4px;
        left: 0;
        transform: rotate(-42deg);
    }
}
input[type="checkbox"] {
    opacity: 0;
}
input[type="submit"] {
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF0066;
    padding: 9px 50px 7px;
    cursor: pointer;
    &:hover {
        opacity: 0.6;
    }
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #FFFFFF;
    background-color: #0BA1D8;
    padding: 25px 32px 2px;
    & #footer_cnt p {
        font-size: 1.125rem;
        font-weight: bold;
        text-align: center;
    }
    & #copyright {
        font-size: 0.6875rem;
        text-align: right;
        margin-top: 5px;
    }
}
.txt_red {
    color: #FF0000;
}
/*印刷設定*/
@media print {
}