html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    text-align: center;
    font-family: sans-serif;
}

.main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 80%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.btn_area01:hover,
.btn_area01 a:hover,
.btn_area02 a:hover,
.contents_btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.accordion,
.offer00,
.offer01 {
    position: relative;
}

.accordion {
    padding-bottom: 1%;
}

.btn_area01 {
    position: absolute;
    width: 65%;
    left: 20.5%;
    top: 21.5%;
}

.btn_area02 {
    position: absolute;
    width: 65%;
    left: 20.5%;
    top: 27.5%;
}

img.inner {
    width: 60% !important;
}

img {
    vertical-align: bottom;
}

.main img,
.f_img img {
    width: 100%;
}

.contents_btn {
    position: relative;
    width: 300px;
    min-height: 60px;
    line-height: 60px;
    margin: 20px auto 0;
}

.contents_btn:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 198px;
    min-height: 58px;
    display: block;
    /* border: 1px solid #fff; */
    border-radius: 9px;
    box-sizing: border-box;
}

.contents_btn:hover {
    cursor: pointer;
}

.contents_area {
    position: relative;
}

.text_area01 {
    text-align: center;
    width: 75%;
    margin: 5% auto;
    font-size: 1.2rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.text_area02 {
    position: absolute;
    width: 78%;
    left: 12%;
    margin: 5% auto;
    font-size: 1.8vw;
    text-align: start;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.text_area03 {
    position: absolute;
    width: 79%;
    left: 12%;
    margin: 5% auto;
    font-size: 1.8vw;
    text-align: start;
    line-height: 1.7em;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.box02 {
    top: 26%;
}

.box03 {
    top: 11%;
}

.box04 {
    top: 72%;
}

.box05 {
    top: 9%;
}

.box06 {
    top: 63%;
}

.box07 {
    top:11%;
}

.box08 {
    top: 63%;
}

.box09 {
    top:8%;
}

.box10{
    top: 5.5%;
}

.box11{
    top: 32.5%;
}

.box12{
    top: 61%;
}

.box13{
    top: 83.5%;
}

.box14{
    top: 6%;
}

.box15{
    top: 35%;
}

.box16{
    top: 63.5%;
}

.box17{
    top: 23%; 
}

.box18{
    top: 9.8%; 
}

.box19{
    top: 29.2%; 
}

.box20{
    top: 52%; 
}


.red {
    color: red;
    font-weight: 600;
}

.ybg {
    background-color: yellow;
    font-weight: 600;
}

.fw {
    font-weight: 600;
}

.fsize {
    font-size: 1.2em;
}

.link{
    margin-bottom: 5%;
}

/*
	*  pc
	*/
@media only screen and (min-width: 781px) {


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

/*
	* sp
	*/
@media only screen and (max-width: 780px) {

    .main {
        width: 100%;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }


    img.inner {
        width: 100% !important;
    }

    .btn_area01 {
        position: absolute;
        width: 75%;
        left: 13.5%;
        top: 19.8%;
    }

    .btn_area02 {
        position: absolute;
        width: 71%;
        left: 17.5%;
        top: 21.5%;
    }

    .contents_btn {
        width: 220px;
    }

    .text_area01 {
        font-size: 3vw;
    }


    .text_area02 {
        width: 80%;
        left: 10%;
        margin: 5% auto;
        font-size: 2.5vw;
        line-height: 1.5em;
    }

    .text_area03 {
        line-height: 1.8em;
    }

    .box02 {
        top: 28%;
    }

    .box03 {
        top: 10.5%;
    }

    .box18 {
        top: 10.5%;
    }

    .box19 {
        top: 29.5%;
    }

    .box20 {
        top: 53%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}