@charset "UTF-8";
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    line-height: 1;
    font-size: 62.5%;
}
body {
    color: #484848;
    /*font-size: 32px;
	line-height: 1.6;*/
    font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup, sub {
    font-size: 0.5em;
}
#wrapper {
    width: min(100%, 750px);
    margin: 0 auto;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    position: relative;
    background-color: #fffede;
}
.inner {
    width: 100%;
    margin: 0 auto;
}
/* tab */
.cont {
    display: none;
}
.cont.show {
    display: block;
}
.tab_container div.tab {
    cursor: pointer;
}
/* .button */
#line_link01 {
	padding: 4.5% 0 6%;
}
#line_link02 {
	padding: 4.8% 0 9.5%;
}
#line_link03 {
	padding: 6.8% 0 9.5%;
}
.btn {
    margin: 0 4.6%;
}
.btn_ttl {
    margin-bottom: 3.2%;
}
.annotation {
    padding-top: 2.6%;
}
/* #point */
#point {
    background-color: #fce8ec;
   border-radius: 50% 50% 0 0;
    margin: 0 -120%;
	padding: 5.3% 120% 4%;
}
.point_ttl {
    padding-bottom: 4%;
}
#point ul li {
    margin: 0 6% 2.6%;
}
/* #howto */
#howto {
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent min(0.4vw,3px), rgba(219, 247, 205, 1) min(0.4vw,3px), rgba(219, 247, 205, 1) min(1.86vw,14px) );
}
.howto_ttl {
    padding: 10.6% 0;
}
.tab_container {
    display: flex;
	justify-content: space-between;
}
.tab {
    font-weight: 600;
    line-height: 1.3;
    font-size: min(4vw, 30px);
    text-align: center;
    width: 44%;
    padding: 4% 2.6%;
    background-color: #a5a5a5;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab.active {
    background-color: #00ad5f;
}
.cont_container {
    background-color: #00ad5f;
    padding: 5.3% 0;
}
.cont {
    display: none;
    margin: 0 4.6%;
}
.cont.show {
    display: block;
}
/* #footer */
#footer {
    width: min(100%, 750px);
    color: #FFF;
    font-size: clamp(14px, 2.13vw, 16px);
    background: #727171;
    padding-top: 3.2%;
}
#footer ul {
    padding-bottom: 3.2%;
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 0 3.2% 0 0;
}
#footer ul li:hover {
    opacity: 0.7;
    transition: all .3s;
}
#footer ul li:last-child {
    margin: 0;
}
#footer ul li a {
    display: block;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    margin: 3.33% 0;
    /*padding-left: 2.13%;*/
    position: relative;
}
#footer .cr {
    width: min(78.6%, 590px);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    padding: 3.2% 0 3.2%;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    font-size: min(2.3880597014925375vw, 16px);
}
/* .fixed_bnr */
.fixed_bnr {
    position: fixed;
    bottom: 3%;
    right: 0;
    width: 250px;
    z-index: 999;
    margin-right: 30px;
}
/* 749px以下 - */
@media (max-width: 749px) {
    .fixed_bnr {
        position: fixed;
        bottom: 3%;
        width: 130px;
        z-index: 999;
        margin-right: 10px;
    }
}
.hide {
    display: none;
}