@charset "utf-8";

html {
    text-decoration: none;
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
    font-weight: 400;
    color: #222;
    font-size: 13px;
    letter-spacing: 1.5px;
    /* line-height: 20px; */
}

body {
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    margin: 0 auto;
    background-color: #fff;
    max-width: 430px;
    color: #0E0E10;
}

main {
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: top;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

main,
div,
p,
span,
footer,
header,
main,
nav,
section {
    display: block;
    margin: 0 auto;
}

p {
    font-size: 14px;
}

section {
    padding-bottom: 40px;
    letter-spacing: normal;
}

section p {
    font-size: 14px;
    padding: 20px;
    line-height: 1.8rem;
}

.text-right {
    text-align: right;
}

.area01,
.area02,
.area04,
.area07 {
    background-color: #fff;
}

.area03,
.area05 {
    background-color: #EFEFF4;
}

/*===============
　header
    ===============*/
header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 1px 7px rgb(200 199 199);
}

a.hd_logo img {
    width: auto;
    height: 38px;
}

.to-cast {
    font-family: Zen Kaku Gothic New, sans-serif;
    padding: 8px 15px 0px 15px;
    text-align: center;
    background: linear-gradient(90deg, #D8C578, #B19A3D);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    margin: 0px 30px 0 5px;
    height: 30px;
}

/*===============
　contents
    ===============*/
.area01 {
    padding: 60px 0px;
}

.area01 .logo {
    padding: 30px 0px 25px;
    text-align: center;
    margin: 0 auto;
}

.area01 .logo img {
    width: 115px;
}

.cta_area {
    width: 80%;
    margin: 0 auto;
    margin-top: -150px;
    position: relative;
}

.cta_area .cta {
    border-radius: 10px;
    box-shadow: 0px 3px 7px rgb(200, 199, 199);
}

.line_btn {
    width: 85%;
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.cta_area02 .line_btn {
    width: 85%;
    margin-top: -85px;
}

.area02 {
    padding: 0px 0px 100px;
}

.cta_area02 {
    width: 100%;
    margin: 0 auto;
    margin-top: -180px;
}

.area03 .text_area img {
    padding-top: 40px;
}

.area03 .text_area {
    margin-bottom: 30px;
}

.area04,
.area05 {
    padding-top: 60px;
}

.area04 .text_area {
    padding: 25px 0px;
}

.area04 .text_area .title {
    font-size: 20px;
    padding-bottom: 0px;
}

.area04 .text_area .gold {
    padding-top: 0px;
    font-size: 15px;
    color: #B19A3D;
}

.area04 .last_text,
.area05 .last_text {
    background-image: url("../img/bg_text.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
}

.area04 .last_text p,
.area05 .last_text p {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    padding: 47px 0px;
}

.area05 .title {
    padding-bottom: 30px;
}

.area05 .icon {
    display: flex;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.area05 .icon img {
    max-width: 70px;
}

.area05 .icon p {
    line-height: 1.5;
    padding: 15px 5px 0;
}

.area06 {
    background-image: url("../img/img_06.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 410px;
    padding-top: 120px;
}

.area06 .logo_line {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.area06 .logo_line .x_logo {
    width: 60%;
    padding-bottom: 130px;
}

.area07 {
    padding-top: 50px;
}

.area07 .question {
    font-size: 17px;
    padding: 50px 20px 10px;
    line-height: 30px;
}

.area07 .question::before {
    content: "";
    background: url("../img/img_q.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    width: 35px;
    height: 35px;
}

.area07 .answer {
    padding: 5px 20px 10px;
}

.last {
    background-color: #EFEFF4;
    margin: 0 auto;
    text-align: center;
    color: #0E0E10;
    padding: 100px 0px 150px;
}

.last p {
    /* padding-bottom: 15px; */
    padding: 0 0 5px;
}

.last p a {
    color: #0E0E10;
}

.last img {
    width: 140px;
    padding: 50px 0px;
}

.last .media {
    padding-bottom: 35px;
}

.last .media p.headline {
    font-weight: bold;
    font-size: 16px;
}

.last .media p.item {
    text-decoration: underline;
    padding: 0 20px;
}

.last .media img {
    padding: 10px 0;
}

.last .policy {
    padding-bottom: 10px;
}

.last .notification {
    padding: 30px 0;
}
.last .notification p {
    font-size: 13px;
    padding-bottom: 10px;
}

footer {
    max-width: 430px;
    display: flex;
    position: fixed;
    bottom: 0;
}