@charset "UTF-8";
@import url("https://unpkg.com/ress/dist/ress.min.css");
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.main-contents .main-contents-inner {
    max-width: 1620px; /* portal.css>>max-width: 1320px; */
}

img {
    max-width: 100%;
    height: auto;
}
body a , .link {
    text-decoration: none;
}
li {
    list-style: none;
}
p {
    line-height: 180%;
}
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
.topsec .inbox h2 {
    text-align: center;
    font-size: 2.2em;
    line-height: 100%;
    letter-spacing: 0.2vw;
}
.link {
    width: 18.5vw;
    font-size: 1.05em;
    text-align: center;
    margin: 0 auto;
    padding-top: 1.2vw;
}
.link a {
    color: #fff;
    background: #FF8401;
    display: block;
    padding: 1.54vw 0 1.54vw 1.9vw;
    border-radius: .5vw;
    font-weight: 600;
    position: relative;
    z-index: 0;
    text-decoration: none;
}
.link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 4.5vw;
    height: 5.5vw;
    background-image: url("../img/link_il.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    left: 1.4vw;
    bottom: 0.4vw;
}
body {
    font-size: 1.042vw;
    color: #031C33;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#fv {
    width: 100%;
    background-image: url("../img/fv_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    z-index: 2;
    height: 95vh;
    padding-top: 2%;
    max-height: 46vw;
}
#fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 37%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/fv_gr.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
#fv .inbox {
    width: 84%;
    margin: 0 auto;
}
#fv .inbox img {
    width: 38.6%;
    margin-bottom: 2%;
}
#fv .inbox h1 {
    font-size: 1em;
}
#fv .inbox h1 .a {
    font-size: 2.5em;
       text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
    padding-left: .7vw;
    letter-spacing: .07vw;
}
#fv .inbox h1 .c {
    position: relative;
    z-index: 0;
}
#fv .inbox h1 .c::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: .3vw;
    height: .3vw;
    border-radius: 50%;
    background: #177BC5;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
#fv .inbox h1 strong {
    margin: .4vw 0 .6vw;
    font-size: 4em;
      text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
    padding-left: 0.6vw;
    letter-spacing: .37vw;
    display: block;
}
#fv .inbox h1 .b {
    color: #177BC5;
}
#fv .inbox p {
    letter-spacing: -0.01vw;
    padding-left: .7vw;
    margin-bottom: 1%;
    text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
}
.link.fixed {
    position: fixed;
    z-index: 100;
    transition: all 
ease-in-out .5s 0s;
    top: 36vw;
    left: 12.4vw; /* 9.2vw */
}
.link.fixed.-fixed {
    top: calc(100% - 7vw);
}
.topsec {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.topsec .inbox {
    margin: 0 auto;
    width: 85%; /* 62.6% */
}
#top01 {
    padding: 3.15vw 0 3.1vw;
    background-image: url("../img/top01_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#top01 .inbox {
    position: relative;
    z-index: 0;
    background-color: #FFFDDB;
    border-radius: 3.5vw;
    padding: 2.3vw 2.45vw 1.75vw;
    background-image: url("../img/content_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#top01 .inbox::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url("../img/top01_il.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 9vw;
    height: 9.3vw;
    right: 2vw;
    top: 2vw;
    /*width: 10.5vw;
    height: 10.8vw;
    right: 1.4vw;
    top: 1.2vw;*/
}
#top01 h2 {
    width: 53%;
    margin: 0 auto;
    line-height: 122%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 2.3vw; /* 追記 */
}
#top01 .content {
    margin-top: 1.5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 1.2vw;
}
#top01 .content .box {
    width: 47%;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 1.5vw 0 0.88vw;
    background-color: #FBF580;
    border-radius: 1vw;
    box-shadow: 0 4px 4px #00000040;
}
#top01 .content .box::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../img/content_ico1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -0.1vw;
    top: -2.5vw;
}
#top01 .content .box:nth-of-type(2)::before {
    background-image: url(../img/content_ico2.svg);
    left: -0.7vw;
}
#top01 .content .box p {
    text-align: center;
    font-size: 1.5em; /* 1.26 */
    line-height: 140%;
    font-weight: 800;
}
#top01 .content .box .ti {
    font-size: 1.35em;
    line-height: 100%;
    margin-top: .3vw;
    padding-left: 0vw; /* 2vw */
        font-weight: bold;
}
#top01 .content .box:nth-of-type(2) .ti {
    font-size: 1.05em;
    margin-top: .6vw;
    padding-left: 1.3vw;
    color: #C10000;
}
#top01 .content .box .ti span {
    padding: 0 1.0vw 0 0.3vw;
}
#top01 .content .box:nth-of-type(2) .ti span {
    font-size: 1.6em;
    width: 7.3vw;
    display: inline-block;
    padding: 0;
    padding-right: 0vw;
    line-height: 120%;
    letter-spacing: -0.05vw;
}
#top01 .content .box .ti span img {
    width: 1.2vw;
}
#top01 .content .box .ti strong {
    line-height: 100%;
    font-size: 3.5em;
    color: #C10000;
    letter-spacing: .4vw;
}
#top01 .content .box:nth-of-type(2) .ti strong {
    line-height: 100%;
    font-size: 4.5em;
    color: #C10000;
    letter-spacing: -0.36vw;
    padding-right: 0.25vw;
}
#top01 .content .box .link_a {
    font-size: 0.95em;
    text-align: left;
    width: 13.9vw;
    margin: 1.5vw auto 0 6.4vw;
    border-bottom: 1px solid #c10000;
    color: #C10000;
    cursor: pointer;
    padding: 0.1vw .3vw 0.45vw 0.8vw;
    letter-spacing: -0.12vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top01 .content .box .link_a h3 {
    font-size: 1em;
    font-weight: 400;
}
#top01 .content .box .link_a img {
    width: 1.3vw;
    padding: 0.3vw 0 0;
}
#top01 .content .box:nth-of-type(2) .link_a {
    margin: 1.2vw auto 0 6.9vw;
    width: 12.6vw;
}
#top01 .date {
    margin-top: 1.3vw;
    background-color: #177BC5;
    border-radius: 3.4vw;
    color: #fff;
    text-align: center;
    padding: 0.7vw 0 0.55vw;
}
#top01 .date p {
    font-size: 1.5em;
    line-height: 100%;
    margin-bottom: 0.6vw;
    font-weight: 600;
}
#top01 .date .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
#top01 .date .flex .box {
    line-height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    display: flex
;
    align-items: flex-end;
}
#top01 .date .flex .box b {
    line-height: 100%;
    font-family: "Lexend", sans-serif;
    font-size: 2.1em;
    font-weight: 400;
    margin: 0 0.4vw 0 0;
}
#top01 .date .flex .box strong {
    line-height: 100%;
    font-family: "Lexend", sans-serif;
    font-size: 3em;
    font-weight: 400;
    margin: 0 0.1vw 0 0.1vw;
}
#top01 .date .flex .box span {
    color: #177BC5;
    background-color: #fff;
    font-size: 0.7em;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4vw;
}
#top01 .date .flex .arrow {
    padding: 0 1.3vw 0 1.3vw;
}
#top01 .date .flex .arrow img {
    width: 1.9vw;
}
#top01 .link {
    padding-top: 1.3vw;
}
#top01 .link a {
    padding: 1.54vw 0 1.54vw 0vw;
}
#top01 .link a::before {
    content: none;
}
#top02 {
    padding: 5vw 0 4.1vw;
    background-color: #D3E5FF;
}
#top02 .inbox {
}
#top02 .inbox h2 {
    padding-right: 2.2vw;
    position: relative;
    z-index: 0;
}
#top02 .inbox h2:nth-of-type(2) {
    padding: 0;
    position: relative;
    z-index: 0;
    margin: 2.8vw 0 2vw;
    font-size: 2em;
    letter-spacing: 0;
}
#top02 .inbox h2 span {
    position: absolute;
    z-index: -1;
    right: 1.2vw;
    bottom: 0;
    font-size: 0.41em;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: 400;
}
#top02 .inbox .inner {
    margin-top: 3.7vw;
    background-color: #F1F6FF;
    padding: 3vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1vw;
}
#top02 .inbox .inner:nth-of-type(2) {
    padding: 3.7vw 0 2.1vw;
}
#top02 .inbox .inner h3,
#top02 .inbox .inner .op-ti {
    text-align: center;
    font-size: 1.45em;
    letter-spacing: 0.18vw;
    font-weight: 900;
    color: #177BC5;
    background-color: #FFFDDB;
    border: 1px solid #D4D3C5;
    display: inline-block;
    border-radius: 50px;
}
#top02 .inbox .inner h3:nth-of-type(1) {
    padding: 0.4vw 2.2vw;
}
#top02 .inbox .inner:nth-of-type(2) h3:nth-of-type(1) {
    padding: 0.4vw 1.4vw;
    position: relative;
    z-index: 0;
    margin-bottom: 0.8vw;
}
/*
#top02 .inbox .inner:nth-of-type(2) h3:nth-of-type(1)::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7.15vw;
    height: 7.15vw;
    bottom: 0;
    top: -0.6vw;
    left: -6.2vw;
    margin: auto;
    background-image: url(../img/cmp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
*/
#top02 .inbox .inner .op-ti {
    padding: 0.56vw 1.8vw;
    font-size: 1.18em;
}
#top02 .inbox .inner h3:nth-of-type(2) {
    padding: 0.37vw 4.8vw;
    position: relative;
    z-index: 0;
}
#top02 .inbox .inner .present.cam p::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7.15vw;
    height: 7.15vw;
    bottom: 0;
    top: -7vw;
    left: -2.2vw;
    margin: auto;
    background-image: url(../img/cmp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
#top02 .inbox .inner ul {
    width: 71%;
    margin-top: 1.1vw;
    margin-bottom: 1.45vw;
}
#top02 .inbox .inner:nth-of-type(2) ul {
    width: 85%;
    margin-top: 0.9vw;
    margin-bottom: 0;
}
#top02 .inbox .inner:nth-of-type(2) ul li .type {
    font-size: 1.48em;
    padding-left: 0;
}
#top02 .inbox .inner:nth-of-type(2) ul li:not(:last-of-type) {
    margin-bottom: 0.5vw;
}
#top02 .inbox .inner:nth-of-type(2) ul li .price::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 9.35vw;
    height: 9.35vw;
    bottom: 0;
    top: 1.4vw;
    left: -10vw;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(1) .price::after {
    background-image: url(../img/price_7000.svg);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(2) .price::after {
    background-image: url(../img/price_1000.svg);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(3) .price::after {
    background-image: url(../img/price_3000.svg);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(4) .price::after {
    background-image: url(../img/price_2000.svg);
}
#top02 .inbox .inner ul:nth-of-type(3) {
    margin-top: 1.8vw;
    margin-bottom: 0;
}
#top02 .inbox .inner ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top02 .inbox .inner ul li:not(:last-of-type) {
    margin-bottom: 1.5vw;
}
#top02 .inbox .inner ul li.cam {
    position: relative;
    z-index: 0;
}
#top02 .inbox .inner ul li.cam::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7.15vw;
    height: 7.15vw;
    bottom: 0;
    top: 0.4vw;
    left: -5.7vw;
    margin: auto;
    background-image: url(../img/cmp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
#top02 .inbox .inner ul li .type {
    font-weight: 600;
    font-size: 1.6em;
    padding-left: 1.5vw;
}
#top02 .inbox .inner ul li .type span {
    display: block;
    font-size: 0.55em;
    margin-top: 0vw;
}
#top02 .inbox .inner ul:nth-of-type(2) li .type {
    font-size: 1.37em;
    padding-left: 1.2vw;
}
#top02 .inbox .inner ul:nth-of-type(2) {
    margin-top: 0.4vw;
    margin-bottom: 3.1vw;
}
#top02 .inbox .inner ul li .price {
    font-size: 1.3em;
    padding-right: 0.85vw;
    padding-left: 0.5vw;
    position: relative;
    z-index: 0;
    color: #C10000;
    font-weight: 600;
}
#top02 .inbox .inner ul li .price::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 32%;
    bottom: 0.2vw;
    left: 0;
    background-color: #FBF580;
}
#top02 .inbox .inner ul:nth-of-type(2) li .price {
    font-size: 1.37em;
    padding-left: 0;
}

/*
#top02 .inbox .inner ul:nth-of-type(2) li .price::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.15vw;
    height: 1.15vw;
    bottom: 0;
    top: 0.7vw;
    left: -1.9vw;
    margin: auto;
    background-image: url("../img/arrow_r.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
*/

#top02 .inbox .inner ul:nth-of-type(2) li .price strong {
    font-size: 2.1em;
    padding-left: 0.5vw;
}
#top02 .inbox .inner ul li .price strong {
    font-size: 2.48em;
    padding-right: 0.3vw;
    font-weight: bolder;
}
#top02 .inbox .inner ul li dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 26.8vw;
}
#top02 .inbox .inner ul li dl dt {
    font-size: 1.15em;
    font-weight: 600;
}
#top02 .inbox .inner ul li dl dt strong {
    font-size: 1.85em;
}
#top02 .inbox .inner ul li.cam dl dt strong {
    position: relative;
    z-index: 0;
}
#top02 .inbox .inner ul li.cam dl dt strong::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 2px;
    background-color: #000000;
    top: 0.5vw;
    bottom: 0;
    right: 0;
    margin: auto;
}
#top02 .inbox .inner ul li dl dd {
}
#top02 .inbox .inner2 {
    background-color: #F1F6FF;
    border-radius: 1vw;
    padding: 1.35vw 0 1.35vw 5.3vw;
}
#top02 .inbox .inner2 p {
}
#top02 .inbox .inner2 p span {
    display: block;
    font-weight: 700;
}
#top02 .inbox .inner2 p span strong {
    color: #177BC5;
    font-size: 1.35em;
}
.present {
    background-color: #F6B345;
    margin-top: 2.2vw;
    width: 38vw;
    text-align: center;
    padding: 0.7vw 0;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    z-index: 0;
}
.present::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 4.7vw;
    height: 4.7vw;
    bottom: 0;
    top: 0.3vw;
    left: 2.3vw;
    margin: auto;
    background-image: url(../img/present_1.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.present::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.6vw;
    height: 4.6vw;
    bottom: 0;
    top: 0.3vw;
    right: 1.8vw;
    margin: auto;
    background-image: url(../img/present_2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.present p {
    line-height: 203%;
    letter-spacing: 0.05vw;
    padding-left: 1.8vw;
}
.present p span {
    color: #C10000;
    font-size: 1.6em;
    padding: 0 0.1vw;
    line-height: 100%;
    letter-spacing: 0.1vw;
    font-weight: 900;
}
#top03 {
    padding: 5.7vw 0 4.1vw;
    background-color: #F1F6FF;
}
#top03 h2 {
    text-align: center;
    font-size: 2.5em;
    line-height: 100%;
    letter-spacing: 0.2vw;
    margin-bottom: 3.9vw;
}
#top03 .inner {
    width: 83.3%;
    background-color: #FFFFFF;
}
#top03 .inner:nth-of-type(even) {
    margin: 0 auto 0 0;
    border-radius: 0 0 1vw 0 ;
}
#top03 .inner:nth-of-type(odd) {
    margin: 0 0 0 auto;
    border-radius: 0 0 0 1vw;
}
#top03 .inner .inbox {
    width: 100%; /* 79.5% */
    margin: 0 auto 0 0;
    padding: 1.6vw 1.7vw 2.2vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#top03 .inner:nth-of-type(1) .inbox {
    align-items: flex-start;
}
#top03 .inner:nth-of-type(even) .inbox {
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
}
#top03 .inner:nth-of-type(odd) .inbox {
    margin: 0 auto 0 0;
}
#top03 .inner:not(:last-of-type) {
    margin-bottom: 2.7vw;
}
#top03 .inner h3 {
    font-size: 2em;
    padding: 1.2vw 0 1.2vw 2.4vw;
    color: #fff;
    background-color: #177BC5;
    border-radius: 1vw 0 0 0;
}
#top03 .inner:nth-of-type(even) h3 {
    padding: 1.2vw 0 1.2vw 18.4vw;
    border-radius: 0 1vw 0 0;
}
#top03 .inner .inbox .img {
    width: 53.3%;
    overflow: hidden;
}
#top03 .inner .inbox .img img {
}
#top03 .inner .inbox .img .slider {
    margin-top: 0.4vw;
}
#top03 .inner .inbox .img .slider .sw-pa {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 3vw;
    margin: 0 auto;
}
#top03 .inner .inbox .img .slider .sw-pa span {
    display: inline-block;
    width: 0.6vw;
    height: 0.6vw;
    background-color: #031C33;
    border-radius: 50%;
    opacity: 0.6;
}
#top03 .inner .inbox .img .slider .sw-pa span.swiper-pagination-bullet-active {
    opacity: 1;
}
#top03 .inner .inbox .txt {
    width: 44.1%;
}
#top03 .inner .inbox .txt p {
    line-height: 180%;
    font-weight: 500;
    position: relative;
    z-index: 0;
    padding-bottom: 1.3vw;
    margin-bottom: 0.45vw;
    letter-spacing: -0.03vw;
}
#top03 .inner .inbox .txt p::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/str.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
}
#top03 .inner .inbox .txt dl {
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative; /* 追記 */
    padding-bottom: 3vw; /* 追記 */
    margin-top: 3vw; /* 追記 */
}
#top03 .inner .inbox .txt dl dt {
    width: 19%;
    font-weight: bold;
    /* 以下追記 */
    background-color: #b8dee6;
    padding: 8px 12px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 2%;
}
#top03 .inner .inbox .txt dl dd {
    width: 79%;
    line-height: 158%;
    font-weight: 500;
}
#top03 .inner .inbox .txt dl dd span.noti {
    color: #FF0707;
    display: block;
}
#top03 .inner .inbox .txt dl {
    font-size: 1em;
    display: flex; /* 追記 */
    align-items: center; /* 追記 */
}
#top03 .inner .inbox .txt dl:not(:nth-of-type(3))::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*------------------------------------------------
#top03 .inner .inbox .txt dl:nth-of-type(3) {
    margin-top: 0.6vw;
}
--------------------------------------------------*/

#top03 .inner .inbox .txt dl:nth-of-type(3) dt {
    width: 19%;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dd {
    width: 79%;
    line-height: 100%;
    text-align: center;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dd .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dd .box:not(:last-of-type) {
    margin-bottom: 1.2vw;
}
#top03 .inner .inbox .txt dl dd .price {
    font-size: 1.0em;
    padding-right: 0.5vw;
    padding-left: 0.3vw;
    position: relative;
    z-index: 0;
    color: #C10000;
    font-weight: 600;
    display: inline-block;
}
#top03 .inner .inbox .txt dl dd .price::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 32%;
    bottom: 0.2vw;
    left: 0;
    background-color: #FBF580;
}
#top03 .inner .inbox .txt dl dd .price span {
    font-size: 2.48em;
    padding-right: 0.0vw;
    font-weight: 900;
}
#top03 .inner .inbox .txt .option {
    margin-top: 1.4vw;
}
#top03 .inner .inbox .txt .option h4 {
    text-align: center;
    letter-spacing: 0.18vw;
    font-weight: 900;
    color: #177BC5;
    background-color: #FFFDDB;
    border: 1px solid #D4D3C5;
    display: inline-block;
    border-radius: 50px;
    padding: 0.7vw 1.5vw;
    font-size: 0.9em;
    margin-bottom: 0.7vw;
}
#top03 .inner .inbox .txt .option ul {
}
#top03 .inner .inbox .txt .option ul li {
}
#top03 .inner .inbox .txt .option ul li:not(:last-of-type) {
    margin-bottom: 1.4vw;
}
#top03 .inner .inbox .txt .option ul li .imgbox {
}
#top03 .inner .inbox .txt .option ul li .txtbox {
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 {
    font-size: 1.0em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#top03 .inner .inbox .txt .option ul li:nth-of-type(2) .txtbox h5 b {
    font-size: 2em;
}
#top03 .inner .inbox .txt .option ul li:nth-of-type(2) .txtbox h5 span b::before {
    content: none;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span b {
    position: relative;
    z-index: 0;
    font-size: 1.25em;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span b::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 1px;
    background-color: #000000;
    top: 0.5vw;
    bottom: 0;
    right: 0;
    margin: auto;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span strong {
    font-size: 2.0em;
    padding-right: 0.5vw;
    padding-left: 0.3vw;
    position: relative;
    z-index: 0;
    color: #C10000;
    font-weight: 800;
    margin-left: 3vw;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span strong::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 32%;
    bottom: 0.2vw;
    left: 0;
    background-color: #FBF580;
}
/*---------------------
#top03 .inner .inbox .txt .option ul li .txtbox h5 span strong::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.15vw;
    height: 1.15vw;
    bottom: 0;
    top: 0.5vw;
    left: -1.7vw;
    margin: auto;
    background-image: url("../img/arrow_r.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
---------------*/
#top03 .inner .inbox .txt .option ul li .txtbox p {
    padding-bottom: 0;
    font-size: 0.95em;
    margin-bottom: 0;
}
#top03 .inner .inbox .txt .option ul li .txtbox p::before {
    content: none;
}
#top03 .present {
    width: 28.2vw;
    text-align: left;
    padding: 0.7vw 0vw 0.7vw 0vw;
    margin-top: 2.5vw;
}
#top03 .present::before {
    left: 1.3vw;
}
#top03 .present::after {
    background-image: url(../img/present_3.svg);
    width: 4.4vw;
    height: 6.6vw;
    top: 0vw;
    right: 1.9vw;
}
#top03 .inner .inbox .txt .present p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 143%;
    letter-spacing: 0.14vw;
    padding-left: 7.2vw;
}
#top03 .present p::before {
    content: none!important;
}
#top03 .link {
    left: 2.2vw; /* 追記 */
}

#top04 {
    padding: 3.3vw 0 0;
    background-color: #EBEBEB;
    overflow: initial;
    z-index: 1;
}
#top04 .inbox {
    padding-bottom: 3.5vw;
}
#top04 .inbox h2 {
    font-size: 2.8em;
    line-height: 160%;
    padding-left: 1.7vw;
    letter-spacing: 0.15vw;
}
#top04 .inbox h2 span {
    position: relative;
    z-index: 0;
    color: #177BC5;
    font-size: 1.4em;
}
#top04 .inbox h2 span::before {
    content: "";
    width: 3.8vw;
    height: 0.35vw;
    background-color: #177BC5;
    left: -3.9vw;
    top: 3.4vw;
    position: absolute;
    z-index: -1;
    transform: rotate(59deg);
}
#top04 .inbox h2 span::after {
    content: "";
    width: 3.8vw;
    height: 0.35vw;
    background-color: #177BC5;
    right: -3vw;
    top: 3.4vw;
    position: absolute;
    z-index: -1;
    transform: rotate(-59deg);
}
#top04 .inbox ul {
    background-color: #CECECE;
    margin-top: 1.5vw;
    border-radius: 1.5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    padding: 3.2vw 1.9vw;
}
#top04 .inbox ul li {
    background-color: #FFFFFF;
    width: 32.2%;
    border-radius: 0.4vw;
    text-align: center;
    padding-bottom: 1.9vw;
}
#top04 .inbox ul li .img {
    margin: 0 auto;
}
#top04 .inbox ul li:nth-of-type(1) .img {
    width: 39%;
    padding: 2.2vw 0 0.4vw;
}
#top04 .inbox ul li:nth-of-type(2) .img {
    width: 43.5%;
    padding: 1.1vw 0 0.6vw;
}
#top04 .inbox ul li:nth-of-type(3) .img {
    width: 34%;
    padding: 2.2vw 0 1.3vw;
}
#top04 .inbox ul li .txt {
    font-weight: 900;
    font-size: 1.2em;
}
#top04 .bottom {
    background-color: #177BC5;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 1.5vw 0;
    position: relative;
    z-index: 0;
}
#top04 .bottom::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.8vw 3.7vw 0 3.7vw;
    border-color: #177BC5 transparent transparent transparent;
    bottom: -2.7vw;
    left: 0;
    right: 0;
    margin: auto;
}
#top05 {
    padding: 5.9vw 0 4.45vw;
    background-color: #F0F9FE;
}
#top05 .inbox {
}
#top05 .inbox h2.img {
    width: 68.2%;
    margin: 0 auto 0 11vw;
    font-size: 0;
    line-height: 0;
}
#top05 .inbox p {
    text-align: center;
    font-weight: 700;
    font-size: 1.04em;
    margin: 1.6vw 0 4vw;
}
#top05 .inbox .pc {
    width: 100%;
}
#top05 .inbox ul {
}
#top05 .inbox ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#top05 .inbox ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}
#top05 .inbox ul li:not(:last-of-type) {
    margin-bottom: 5vw;
}
#top05 .inbox ul li .img {
    width: 55%;
}
#top05 .inbox ul li .txt {
    width: 41%;
    margin-top: 3.0vw;
}
#top05 .inbox ul li:nth-of-type(2) .txt {
    margin-top: 4.99vw;
}
#top05 .inbox ul li:nth-of-type(3) .txt {
    margin-top: 4.3vw;
}
/*
#top05 .inbox ul li:nth-of-type(2) .img {
    width: 57.6%;
}
*/
#top05 .inbox ul li:nth-of-type(3) .txt h3 {
    font-size: 1.9em;
}
#top05 .inbox ul li:nth-of-type(3) .txt h3 span {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
}
#top05 .inbox ul li:nth-of-type(1) .txt {
    margin-top: 3.0vw;
}
#top05 .inbox ul li .txt h3 {
    font-size: 1.8em;
    letter-spacing: 0.19vw;
    position: relative;
    z-index: 0;
    line-height: 140%;
}
#top05 .inbox ul li .txt h3 .num {
    color: #FFFFFF;
    position: absolute;
    z-index: -1;
    font-family: "Lexend", sans-serif;
    right: -0.6vw;
    top: -2.9vw;
    font-size: 2.4em;
    letter-spacing: .54vw;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#top05 .inbox ul li:nth-of-type(even) .txt h3 .num {
    left: -0.2vw;
    right: unset;
    top: -2.1vw;
}
#top05 .inbox ul li .txt h3 span {
    color: #177BC5;
}
#top05 .inbox ul li .txt dl {
    margin-top: 1.5vw;
}
#top05 .inbox ul li .txt dl dt {
    /*-----------------
    position: relative;
    z-index: 0;
    ------------------*/
    font-weight: 700;
    display: inline; /* inline-block */
    line-height: 1.8;
    background:linear-gradient(to top, #FFF100 50%, transparent 50%);
    font-size: 0.9em;
    letter-spacing: -0.01vw;
    padding-right: 0.4vw;
}
    /*----------------
#top05 .inbox ul li .txt dl dt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%; 58%
    bottom: 0vw; -0.23vw
    background-color: FFFDDB;
    left: 0;
}
    -------------------*/

#top05 .inbox ul li .txt dl dd {
    margin-top: 1.1vw;
    line-height: 171%;
    font-size: 0.91em;
}
#top06 {
    padding: 4.7vw 0 3.8vw;
    background-color: #FFFDDB;
}
#top06 .inbox {
}
#top06 .inbox h2 {
    font-size: 2.5em;
}
#top06 .inbox .enquete {
    margin: 4.4vw 0 4.15vw;
    background-color: #fff;
    border: .9vw solid #FFDEA6;
    padding: .6vw 3vw 1.8vw 5.5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#top06 .inbox .enquete .txt {
    width: 52.6%;
    margin-top: 3.6vw;
}
#top06 .inbox .enquete .txt .top06-ti {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
}
#top06 .inbox .enquete .txt .top06-ti .icon {
    font-size: 1.06em;
    padding-left: 4vw;
    display: block;
    position: relative;
    z-index: 0;
    text-align: left;
}
#top06 .inbox .enquete .txt .top06-ti .icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url(../img/enquete_ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.6vw;
    height: 5vw;
    left: 0;
    top: 0;
}
#top06 .inbox .enquete .txt .top06-ti .bo {
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 0.3vw;
    text-align: center;
    margin-bottom: 0.5vw;
}
#top06 .inbox .enquete .txt .top06-ti .bo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 99%;
    background-color: #FFF100;
    height: 42%;
    bottom: -0.23vw;
    right: 0;
}
#top06 .inbox .enquete .txt .top06-ti .bo .r {
    color: #C10000;
}
#top06 .inbox .enquete .txt .top06-ti .bo .r:nth-of-type(1) {
    margin-right: 0.4vw;
}
#top06 .inbox .enquete .txt .top06-ti .bo .r:nth-of-type(2) {
    margin-left: 0.4vw;
}
#top06 .inbox .enquete .txt .top06-ti .bo .r b {
    font-size: 2.2em;
}
#top06 .inbox .enquete .txt p {
    font-size: 0.79em;
    margin-top: 3.3vw;
    line-height: 170%;
}
#top06 .inbox .enquete .img {
    width: 43.5%;
}
#top06 .inbox ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#top06 .inbox ul li {
    background-color: #FFFFFF;
    width: 48.9%;
    box-shadow: 0 0 10px #0000001a;
    padding: 2.2vw 1.3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 1vw;
}
#top06 .inbox ul li:nth-of-type(1),
#top06 .inbox ul li:nth-of-type(2) {
    margin-bottom: 0.95vw;
}
#top06 .inbox ul li:nth-of-type(2) {
    padding: 2.2vw 1.3vw 2.2vw 1.9vw;
}
#top06 .inbox ul li:nth-of-type(3) {
    padding: 2.2vw 1.3vw 4.05vw 1.3vw;
}
#top06 .inbox ul li:nth-of-type(4) {
    padding: 2.3vw 1.3vw 2.2vw 1.9vw;
}
#top06 .inbox ul li .img {
    width: 5.8vw;
        font-size: 0;
        line-height: 0;
}
#top06 .inbox ul li .img img {
}
#top06 .inbox ul li .txt {
    width: 69%;
    font-size: 0.9em;
    line-height: 210%;
    margin-top: 0.2vw;
}
#top07 {
    padding: 4.7vw 0 4vw;
    background-color: #FFFFFF;
}
#top07 .inbox {
}
#top07 .inbox h2 {
    font-size: 2.5em;
}
#top07 .inbox ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 4.75vw;
}
#top07 .inbox ul li {
    width: 26%;
}
#top07 .inbox ul li:nth-of-type(1),
#top07 .inbox ul li:nth-of-type(2),
#top07 .inbox ul li:nth-of-type(3) {
    margin-bottom: 4.4vw;
}
#top07 .inbox ul li .img {
    text-align: center;
}
#top07 .inbox ul li .img img {
    width: 65%;
}
#top07 .inbox ul li .txt {
}
#top07 .inbox ul li .txt h3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#top07 .inbox ul li .txt h3 span {
    color: #177BC5;
    font-weight: 400;
    font-size: 0.85em;
    text-align: center;
    line-height: 100%;
    margin-right: 1.1vw;
    padding-bottom: 1vw;
}
#top07 .inbox ul li .txt h3 span b {
    display: block;
    font-size: 2.3em;
    line-height: 100%;
}
#top07 .inbox ul li .txt p {
    margin-top: -0.2vw;
    letter-spacing: 0.1vw;
}
#top07 .inbox .link {
    margin-top: 2.6vw;
}
#top08 {
    padding: 4.3vw 0 3.5vw;
    background-color: #F0F9FE;
}
#top08 .inbox {
}
#top08 .inbox h2 {
    font-size: 2.5em;
    margin-left: 1.6vw;
}
#top08 .inbox ul {
    margin-top: 3.4vw;
    margin-left: .8vw;
}
#top08 .inbox ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 1.2vw;
    padding: 1.11vw 0vw 0.8vw 2.4vw;
    box-shadow: 0 4px 10px #177bc51a;
}
#top08 .inbox ul li:nth-of-type(3) {
    padding-bottom: 2vw;
}
#top08 .inbox ul li:nth-of-type(3) .img {
    margin-top: 1.7vw;
}
#top08 .inbox ul li:nth-of-type(4) {
    padding-bottom: 1.9vw;
}
#top08 .inbox ul li:nth-of-type(4) .img {
    margin-top: 2.5vw;
}
#top08 .inbox ul li:nth-of-type(5) {
    padding-bottom: 1.4vw;
}
#top08 .inbox ul li:nth-of-type(5) .img {
    margin-top: 2.1vw;
}
#top08 .inbox ul li:not(:last-of-type) {
    margin-bottom: 3vw;
    position: relative;
    z-index: 0;
}
#top08 .inbox ul li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4vw 1.1vw 0 1.1vw;
    border-color: #F39800 transparent transparent transparent;
    bottom: -2.2vw;
    left: 0;
    right: 0;
    margin: auto;
}
#top08 .inbox ul li .img {
    width: 14.6%;
}
#top08 .inbox ul li .img img {
}
#top08 .inbox ul li .txt {
    padding-left: 3.1vw;
    margin-top: 0.6vw;
    width: 83.4%;
    padding-right: 0.5vw;
}
#top08 .inbox ul li .txt h3 {
    font-size: 1.3em;
    letter-spacing: 0.2vw;
    color: #F39800;
    line-height: 100%;
}
#top08 .inbox ul li .txt h3 span {
    display: block;
    font-size: 1.5em;
    line-height: 100%;
    margin-bottom: 1vw;
}
#top08 .inbox ul li .txt p {
    font-size: 0.9em;
    margin-top: 1vw;
    margin-left: 0.2vw;
    letter-spacing: 0.08vw;
    font-weight: 500;
}
#top09 {
    padding: 4.75vw 0 4vw;
    background-color: #FFFFFF;
}
#top09 .inbox {
}
#top09 .inbox h2 {
    font-size: 2.5em;
    margin-bottom: 3.4vw;
}
#top09 .inbox dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #A5A5A5;
}
#top09 .inbox dl:last-of-type {
    border-bottom: 1px solid #A5A5A5;
}
#top09 .inbox dl dt {
    width: 15.4%;
    font-size: 0.9em;
    padding: 1.6vw 0vw 1.6vw 1.05vw;
    background-color: #FFFDDB;
    display: flex;
    align-items: center;
}
#top09 .inbox dl dd {
    width: 84.6%;
    padding: 0.68vw 0vw 0.68vw 1.5vw;
    font-size: 0.9em;
}
#top09 .inbox dl:nth-of-type(1) dt {
    padding: 1.6vw 0vw 1.6vw 1.05vw;
}
#top09 .inbox dl:nth-of-type(1) dd {
    padding: 1.6vw 0vw 1.6vw 1.5vw;
}
#top09 .inbox dl:nth-of-type(4) dd {
    padding-bottom: 2.3vw;
}
#top09 .inbox dl:nth-of-type(5) dd {
    line-height: 180%;
}
#top09 .inbox dl dd p {
    line-height: 180%;
    position: relative;
    z-index: 0;
}
#top09 .inbox dl dd p::before {
    position: absolute;
    z-index: -1;
    width: 0.5vw;
    height: 0.5vw;
    background-color: #F39800;
    border-radius: 50%;
    content: "";
    left: -0.95vw;
    top: 0.65vw;
}
#top09 .inbox dl dd p:not(:last-of-type) {
    margin-bottom: 0.6vw;
}
#top10 {
    padding: 4.7vw 0 4.2vw;
    background-color: #FFFDDB;
}
#top10 .inbox {
}
#top10 .inbox h2 {
    font-size: 2.5em;
}
#top10 .inbox .sc {
    margin-top: 2.8vw;
    padding: 2.0vw 1.9vw 2.0vw 2.4vw;
    background-color: #FFFFFF;
    border-radius: 1vw;
    height: 32.77vw;
    overflow: auto;
}
#top10 .inbox .sc p {
    font-size: 0.97em;
    margin-bottom: 2.6vw;
    font-weight: 600;
}
#top10 .inbox .sc h3 {
    color: #177BC5;
    margin-bottom: 0.6vw;
}
#top10 .inbox .sc h4 {
    font-size: 1em;
    margin-bottom: 1vw;
    font-weight: 600;
}
#top10 .inbox .sc .gr h4 {
    margin-bottom:0vw;
}
#top10 .inbox .sc ul {
    font-size: 0.94em;
    margin-bottom: 1.1vw;
}
#top10 .inbox .sc ul li {
    position: relative;
    z-index: 0;
    padding-left: 1vw;
    line-height: 180%;
}
#top10 .inbox .sc ul li.non {
    padding-left: 0;
}
#top10 .inbox .sc ul:nth-of-type(3) .gr {
    background-color: #f6f6f6;
    padding: 1vw;
    margin-bottom: 1.1vw;
    border-radius: 0.5vw;
}
#top10 .inbox .sc ul li:not(:last-of-type) {
    margin-bottom: 1.1vw;
}
#top10 .inbox .sc ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0.2vw;
    height: 0.2vw;
    top: .75vw;
    left: 0.43vw;
    background-color: #031C33;
    border-radius: 50%;
}
#top10 .inbox .sc ul li.non::before {
    content: none;
}
#top11 {
    padding: 3.6vw 0 3.8vw;
    background-color: #D3E5FF;
}
#top11 .inbox {
}
#top11 .inbox h2 {
    font-size: 2.5em;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
#top11 .inbox h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.3vw;
    height: 2.3vw;
    bottom: 0;
    top: 0.0vw;
    right: 1.2vw;
    margin: auto;
    background-image: url(../img/arrow_b.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  transition: all ease-in-out .2s 0.1s;
}
#top11 .inbox .openbox.on h2::before {
    transform: rotate(180deg);
}
#top11 .openbox {
    padding: 1.35vw 0;
    background-color: #fff;
    border-radius: 1vw;
}
#top11 .openbox .inner {
    padding: 4.2vw 2.4vw 0vw 2.4vw;
    display: none;
}
#top11 .openbox .inner p {
    line-height: 180%;
}
#top11 .openbox .inner p:nth-of-type(2) {
    margin-top: 1vw;
    margin-left: 2.1vw;
    margin-bottom: 1.4vw;
}
#top11 .openbox .inner p b {
    letter-spacing: -0.01vw;
}
#top11 .openbox .inner p b span {
    color: #FF0C0C;
}
#top11 .openbox .inner h3 {
    color: #177BC5;
    margin-bottom: 0.7vw;
}
#top11 .openbox .inner ul {
    font-size: 0.94em;
    margin-bottom: 1.2vw;
}
#top11 .openbox .inner ul li {
    position: relative;
    z-index: 0;
    padding-left: 1vw;
    line-height: 180%;
}
#top11 .openbox .inner ul li:not(:last-of-type) {
    margin-bottom: 0.02vw;
}
#top11 .openbox .inner ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0.2vw;
    height: 0.2vw;
    top: .75vw;
    left: 0.43vw;
    background-color: #031C33;
    border-radius: 50%;
}
#top11 .openbox .inner ul li.non {
    padding:0;
}
#top11 .openbox .inner ul li.non::before {
    content: none;
}
#top12 {
    padding: 4.8vw 0 3.99vw;
    background-color: #F0F9FE;
}
#top12 .inbox {
}
#top12 .inbox h2 {
    font-size: 2.5em;
    margin-bottom: 2.8vw;
}
#top12 .inbox dl {
    background-color: #fff;
    border-radius: 1vw;
    padding: 1.2vw 1vw 1.2vw 2.3vw;
}
#top12 .inbox dl:not(:last-of-type) {
    margin-bottom: 1.4vw;
}
#top12 .inbox dl span {
    position: absolute;
    z-index: -1;
    font-weight: 500;
}
#top12 .inbox dl dt span {
    color: #177BC5;
    font-size: 1.55em;
    left: 0;
    top: -0.2vw;
}
#top12 .inbox dl dd span {
    color: #F5A624;
    font-size: 1.8em;
    left: 0;
    top: -0.2vw;
}
#top12 .inbox dl dt {
    position: relative;
    z-index: 0;
    padding: 0.6vw 0;
    padding-left: 2vw;
    font-weight: 600;
    cursor: pointer;
}
#top12 .inbox dl dt h3 {
    font-size: 1em;
    font-weight: 600;
}
#top12 .inbox dl dt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.3vw;
    height: 2.3vw;
    bottom: 0;
    top: 0vw;
    right: 0.2vw;
    margin: auto;
    background-image: url(../img/arrow_b3.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
  transition: all ease-in-out .2s 0.1s;
}
#top12 .inbox dl dt.on::before {
    transform: rotate(0deg);
}
#top12 .inbox dl dd {
    position: relative;
    z-index: 0;
    padding-left: 2vw;
    margin: 0.75vw 0;
    line-height: 180%;
    padding-right: 4vw;
    display: none;
}
#top12 .inbox dl dd b {
    margin: 0.3vw 0;
    display: inline-block;
}
#top12 .link {
    margin-top: 3.9vw;
}
.popup {
    position: fixed;
    top: 16%; /* 0 */
    left: 0;
    width: 100%;
    height: 90vh; /* 100vh */
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
  transition: all ease-in-out .2s 0.1s;
}
.popup.active {
    opacity: 1;
    pointer-events: auto;
}
.popup .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #031C33;
    opacity: 63%;
}
.popup .inner {
    width: 26.5vw;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-color: #fff;
    max-height: 95vh;
    padding: 2.7vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .inner .close {
    position: absolute;
    z-index: 1;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: -4.4vw; /* -6.4vw */
    top: 1vw; /* 0.2vw */
    cursor: pointer;
}
.popup.box1 .inner {
    padding: 2.7vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup.box2 .inner {
    padding: 2.3vw 1.2vw 1vw;
}
.popup .inner .inbox {
    position: relative;
    overflow: auto;
    width: 21vw;
}
.popup.box1 .inner .inbox {
    max-height: 85vh;
}
.popup.box2 .inner .inbox {
    max-height: 85vh;
}
.popup .inner .ti {
    text-align: center;
    background-color: #006EB9;
    color: #fff;
    font-size: 1.33em;
    padding: 1vw 0;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: bold;
}
.popup .inner .img {
    padding: 2.25vw 0 1.4vw;
}
.popup.box2 .inner .img {
    padding: 0; /* 0 */
    height: 90vh;
}
.popup .inner p {
    line-height: 179%;
}
/*----------------------
#top13 {
    padding: 4.45vw 0 3vw;
    background-color: #FFFDDB;
}
#top13 .inbox {
}
#top13 .inbox h2 {
    font-size: 1.45em;
}
#top13 .inbox p {
    padding-left: 20.9vw;
    margin-top: 1.8vw;
    font-size: 0.9em;
    line-height: 170%;
}
footer {
    margin: 0 auto;
    width: 62.6%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 0 2.1vw;
}
footer .logo {
    width: 13.4%;
    margin-top: 0.2vw;
}
footer .txt {
    width: 20.5%;
}
---------------------------------*/
@media screen and (max-width:768px) {
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
body {
    font-size: 4vw;
}
#fv {
    height: 94svh;
        background-size: auto 100%;
        padding: 8.5vw 0 79.7vw; /* 10.5vw 0 79.7vw */
        background-position: center; /* -96vw 0vw */
    background-image: url(../img/sp_fv.jpg);
}
#fv .inbox {
    width: 94%;
    text-align: center;
}
#fv .inbox img {
    width: 85%;
    margin-bottom: 3.1vw;
    /*margin-left: 2vw;*/
}
#fv .inbox h1 {
    margin-top:10%;
}

#fv .inbox h1 .a {
    font-size: 1.5em;
        text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
    /*padding-left: 5.4vw;*/
}
#fv .inbox h1 .c::before {
    width: 1.5vw;
    height: 1.5vw;
}
#fv .inbox h1 strong {
    margin: .7vw 0 .6vw;
    font-size: 2em;
    padding-left: 0.1vw;
    letter-spacing: .00vw;
        text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
}
#fv .inbox p {
    display: none;
}
#fv::before {
    width: 100%;
    height: 28%;
    top: unset;
    background-image: url(../img/fv_gr2.png);
    background-size: auto 100%;
        background-size: cover;
        background-position: center top;
}
.link.fixed {
    position: fixed;
    z-index: 100;
        top: unset;
        left: 10vw; /* 13.5vw */
        bottom: 9vh;
}
.link.fixed.-fixed {
    top: unset;
        bottom: 4vh;
}
.link {
    width: 50vw; /* 72.3vw */
    font-size: 1em; /* 1.2em */
    padding-top: 4vw; /* 4.2vw */
}
.link a {
    padding: 5.54vw 0 5.54vw 6.9vw;
    border-radius: 2.5vw;
}
.link a::before {
    width: 15vw; /* 18.5vw */
    height: 18.1vw; /* 20.8vw */
    left: 1.5vw; /* 2.2vw */
        bottom: 2.4vw;
    background-image: url(../img/link_il.png);
        background-size: auto 100%;
}
#top01 {
        padding: 5.4vw 0 6.1vw;
}
.topsec .inbox {
    width: 89%;
}
#top01 .inbox {
    text-align: center;
    border-radius: 7.5vw;
        padding: 5.7vw 1.7vw 4.9vw;
    background-image: url(../img/content_bg.svg);
}
#top01 h2 {
    width: 100%;
        line-height: 0;
        margin-bottom: 11.3vw;
}
#top01 .content {
    margin-top: 0;
    padding: 0 2vw;
}
#top01 .content .box {
    width: 100%;
    text-align: center;
        padding: 10.7vw 0 6.3vw;
    border-radius: 3vw;
}
#top01 .content .box:nth-of-type(2) {
        padding: 8.7vw 0 2.8vw;
}
#top01 .content .box:not(:last-of-type) {
        margin-bottom: 6vw; /* 16vw */
}
#top01 .content .box p {
    text-align: left;
    font-size: 1.1em; /* 1.0em */
    padding-left: 5vw;
}
#top01 .content .box:nth-of-type(2) p {
        padding-left: 7vw;
}
#top01 .content .box .ti {
    font-size: 1.1em;
    margin-top: 2.3vw;
    line-height: 2;
    /* padding-left: 5vw; */
}
#top01 .content .box:nth-of-type(2) .ti {
        font-size: 1.1em;
    margin-top: 2.1vw;
    padding-left: 6.3vw;
    color: #C10000;
}
#top01 .content .box .ti span {
    padding: 0px 5vw 0 2.0vw;
}
#top01 .content .box .ti span img {
    width: 4.0vw;
}
#top01 .content .box .ti strong {
    letter-spacing: 4.8vw;
}
#top01 .content .box .link_a img {
    width: 5.0vw;
}
#top01 .content .box .link_a {
    font-size: 0.9em;
    width: 49.9vw;
    margin: 5.5vw auto 0 17.2vw;
    padding: 0.1vw 1.3vw 1.8vw 0.8vw;
}
#top01 .content .box::before {
    width: 16vw; /* 18.8vw */
    height: 16vw; /* 18.8vw */
    left: -0.1vw;
    top: -5.5vw; /* 10.5vw */
    background-image: url(../img/content_ico1sp.png);
}
#top01 .content .box:nth-of-type(2)::before {
    background-image: url(../img/content_ico2sp.png);
}
#top01 .inbox::before {
    width: 20vw;
    height: 27.3vw;
    right: 2.4vw;
    top: 16.2vw;
    /*width: 30.5vw;
    height: 37.8vw;
    right: 2.4vw;
    top: 16.2vw;*/
}
#top01 .content .box:nth-of-type(2) .ti span {
    font-size: 1.25em;
    width: 100%;
}
#top01 .content .box:nth-of-type(2) .ti strong {
    font-size: 3.7em;
    letter-spacing: -0.56vw;
    /* padding-right: 0vw; */
   /* padding-left: 9vw; */
}
#top01 .content .box:nth-of-type(2) .link_a {
    margin: 2.5vw auto 0 18.8vw;
    width: 47.5vw;
    padding: 0.1vw 1.3vw 1.8vw 0.8vw;
}
#top01 .date {
    margin: 0 1.5vw;
    margin-top: 5.3vw;
        padding: 2.7vw 0 2.7vw;
}
#top01 .date p {
    font-size: 1.0em;
    margin-bottom: 1.6vw;
}
#top01 .date .flex .box {
    font-size: 0.8em;
}
#top01 .date .flex .box b {
    font-size: 2.0em;
    margin: 0 1.4vw 0 0;
        line-height: 79%;
}
#top01 .date .flex .box strong {
    font-size: 3.3em;
    margin: 0 1.6vw 0 1.6vw;
        line-height: 79%;
}
#top01 .date .flex .box span {
    font-size: 0.7em;
    width: 4.5vw;
    height: 4.5vw;
    margin-left: 1.4vw;
}
#top01 .date .flex .arrow {
    padding: 0;
    width: 100%;
    transform: rotate(90deg);
        margin: 1.5vw 0 1.5vw;
}
#top01 .date .flex .arrow img {
    width: 5.1vw;
}
#top01 .link {
    padding-top: 5.5vw;
    width: 70vw;
}
#top01 .link a {
    padding: 5.54vw 0 5.54vw 0vw;
}
#top02 {
        padding: 12vw 0 10vw;
}
.topsec .inbox h2 {
    font-size: 1.7em;
}
#top02 .inbox h2 {
    padding-right: 0;
    letter-spacing: 0.8vw;
    padding-bottom: 6vw;
}
#top02 .inbox h2 span {
    right: 0vw;
    bottom: 0;
    font-size: 0.48em;
}
#top02 .inbox .inner {
    margin-top: 5.9vw;
    padding: 9vw 1vw;
    border-radius: 5vw;
    align-items: flex-start;
}
#top02 .inbox .inner h3:nth-of-type(1) {
    padding: 1.6vw 9.5vw; /* 1.6vw 16.7vw */
}
#top02 .inbox .inner h3,
#top02 .inbox .inner h4 {
    width: 100%;
    font-size: 1.2em;
}
#top02 .inbox .inner ul {
    width: 95%;
    margin-top: 8vw;
        margin-bottom: 6.45vw;
        margin-left: 2.1vw;
}
#top02 .inbox .inner ul li {
    flex-direction: column;
    align-items: flex-end;
}
#top02 .inbox .inner ul li .type {
    font-size: 1.45em;
    width: 100%;
}
#top02 .inbox .inner ul li .price {
    font-size: 0.9em;
    padding-right: 1.85vw;
    padding-left: 3.5vw;
}
#top02 .inbox .inner ul li .price strong {
    font-size: 1.9em; /* 2.1em */
    padding-right: 0.8vw;
    line-height: 100%;
}
#top02 .inbox .inner ul li .price::before {
    height: 50%;
    bottom: -0.6vw;
}
#top02 .inbox .inner ul li:not(:last-of-type) {
    margin-bottom: 4.1vw;
}
#top02 .inbox .inner h4 {
    padding: 1.5vw 4.9vw;
    font-size: 1.2em;
    text-align: left;
    margin-left: 4vw;
}
#top02 .inbox .inner ul:nth-of-type(2) {
    margin-top: 7.4vw;
    margin-bottom: 15.1vw;
}
#top02 .inbox .inner ul:nth-of-type(2) li .type {
    font-size: 1.18em;
}
#top02 .inbox .inner ul li dl {
    width: 68.5%;
}
#top02 .inbox .inner ul li dl dt {
    font-size: 0.85em;
}
#top02 .inbox .inner ul:nth-of-type(2) li .price strong {
    font-size: 1.3em;
    padding-left: 3.9vw; /* 3.9vw */
}
#top02 .inbox .inner ul:nth-of-type(2) li .price::after {
    width: 5.15vw;
    height: 6.15vw;
    top: 0.7vw;
    left: -5.9vw;
    margin-left: 1vw;  /* 追記 */
    margin-right: 1vw;  /* 追記 */
}

#top02 .inbox .inner ul li.cam {
    justify-content: center;
    align-items: center;
}
#top02 .inbox .inner ul li.cam dl {
    width: 80%; /* 追記 */
}
#top02 .inbox .inner ul li.cam dl dt {
    margin-right: 0.5em;
}
#top02 .inbox .inner ul li.cam dl dt strong::before {
    height: 1px;
}
#top02 .inbox .inner ul li.cam::before {
    width: 28.15vw;
        height: 18.15vw;
    top: -19.6vw;
    left: unset;
    right: -2vw;
    background-image: url(../img/cmp2.png);
    transform: rotate(15deg);
}
#top02 .inbox .inner ul li.cam {
    margin-bottom: 2.0vw;
}
#top02 .inbox .inner h3:nth-of-type(2) {
    padding: 1.6vw 9.5vw; /* 1.7vw 24.6vw */
}
#top02 .inbox .inner .present.cam p::before {
    top: -20vw; /* -21.6vw */
    left: -2vw; /* 1.8vw */
    width: 21.15vw;
    height: 13.15vw;
    background-image: url(../img/cmp2.png);
}
.present {
    margin-top: 10.2vw;
    width: 100%;
    padding: 01vw 0; /* 0.6vw 0 */
}
.present p {
    line-height: 194%;
    letter-spacing: 0.00vw;
    padding-left: 4.8vw;
    padding-right: 1.5vw; /* 追記 */
    font-size: 0.79em;
}
.present p span {
    font-size: 1.5em;
}
.present::before {
    width: 9vw;
    height: 9vw;
}
.present::after {
    width: 6.6vw;
    height: 13.6vw;
}

#top02 .inbox .inner .present::before {
    bottom: 0;
    top: -4vw; /* 0.3vw */
        left: -2vw; /* 1.5vw */
    z-index: 0; /* 追記 */
}
#top02 .inbox .inner .present::after {
    top: -5vw; /* 0.3vw */
        right: -0.3vw;
}
#top02 .inbox .inner ul:nth-of-type(3) {
    margin-top: 2.8vw;
}
#top02 .inbox .inner ul:nth-of-type(3) li {
    align-items: center;
    justify-content: space-between;
        flex-direction: unset;
}
#top02 .inbox .inner ul:nth-of-type(3) li:not(:last-of-type) {
        margin-bottom: 5.5vw;
    }
#top02 .inbox .inner ul:nth-of-type(3) li .type {
    font-size: 1.16em;
        width: 53%;
}
#top02 .inbox .inner ul:nth-of-type(3) li .price {
}
#top02 .inbox .inner ul li .type span {
    font-size: 0.7em; /* 0.8em */
}
#top02 .inbox .inner:nth-of-type(1) {
    border-radius: 5vw 5vw 0 0;
}
#top02 .inbox .inner:nth-of-type(2) {
        padding: 10.7vw 1vw 8.0vw;
    margin-top: 0vw;
    border-radius: 0 0 5vw 5vw;
}
#top02 .inbox .inner:nth-of-type(2) h3:nth-of-type(1) {
        padding: 1.6vw 9.5vw; /* 1.4vw 13.6vw */
        margin: 0 auto;
    margin-bottom: 0.6vw;
}
#top02 .inbox .inner:nth-of-type(2) h3:nth-of-type(1)::before {
    top: -22.6vw;
    left: 0.8vw;
    width: 28.15vw;
    height: 14.15vw;
}
#top02 .inbox .inner:nth-of-type(2) ul {
    width: 91%;
    margin-top: 2.9vw;
    margin-left: 4.1vw;
}
#top02 .inbox .inner:nth-of-type(2) ul li .type {
        font-size: 1.08em;
}
#top02 .inbox .inner:nth-of-type(2) ul li .price {
    margin-top: 2vw;
}
#top02 .inbox .inner:nth-of-type(2) ul li .price::after {
    width: 33.35vw;
    height: 24.35vw;
    top: 2.4vw;
        left: -34vw;
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(1) .price::after {
    background-image: url(../img/price_7000sp.png);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(2) .price::after {
    background-image: url(../img/price_1000sp.png);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(3) .price::after {
    background-image: url(../img/price_3000sp.png);
}
#top02 .inbox .inner:nth-of-type(2) ul li:nth-of-type(4) .price::after {
    background-image: url(../img/price_2000sp.png);
}
#top02 .inbox .inner:nth-of-type(2) ul li:not(:last-of-type) {
    margin-bottom: 8.9vw;
}
#top02 .inbox h2:nth-of-type(2) {
    margin: 6.5vw 0 3vw;
    font-size: 1.8em;
}
#top02 .inbox .inner2 p span strong {
    font-size: 1.0em;
}
#top02 .inbox .inner2 {
    border-radius: 5vw;
    padding: 6.35vw 4.3vw 6.35vw 4.3vw;
}
#top02 .inbox .inner2 p {
    line-height: 167%;
}
#top03 {
        padding: 10.7vw 0 10.5vw;
}
#top03 h2 {
    font-size: 2.0em;
    margin-bottom: 4.7vw;
}
#top03 .inner {
    width: 100%;
    background-color: #FFFFFF;
}
#top03 .inner:nth-of-type(odd) {
    border-radius: 0 0 0 0vw;
}
#top03 .inner h3 {
    font-size: 1.34em;
    padding: 3.2vw 0 3.2vw 5.7vw;
    border-radius: 0vw 0 0 0;
}
#top03 .inner .inbox {
    width: 100%;
        padding: 5.1vw 4.8vw 7.2vw;
}
#top03 .inner .inbox .img {
    width: 100%;
}
#top03 .inner .inbox .txt {
    width: 100%;
    margin-top: 2.9vw;
}
#top03 .inner .inbox .txt p {
    line-height: 158%;
    padding-bottom: 7.3vw;
    margin-bottom: 4.45vw;
}
#top03 .inner .inbox .txt p::before {
    height: 7%;
    background-size: auto 100%;
}
#top03 .inner .inbox .txt dl {
    font-size: 1em;
    display: flex; /* 追記 */
    align-items: center; /* 追記 */
}
#top03 .inner .inbox .txt dl:nth-of-type(2) {
}
#top03 .inner .inbox .txt dl dt {
    width: 20%;
}
#top03 .inner .inbox .txt dl dd {
    width: 78%;
    line-height: 133%;
}
    #top03 .inner .inbox .txt dl:nth-of-type(2) {
        margin-top: 1vw;
    }
#top03 .inner .inbox .txt dl:nth-of-type(3) {
    margin-top: 2.6vw;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dt {
    width: 20%;
    line-height: 1;
    padding-bottom: 5%;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dd {
    width: 78%;
    line-height: 100%;
     text-align: center;
}
#top03 .inner .inbox .txt dl dd .price {
    font-size: 0.8em;
    padding-right: 1.4vw;
    padding-left: 0.3vw;
}
#top03 .inner .inbox .txt dl dd .price span {
    font-size: 2em;
    padding-right: 0.0vw;
    font-weight: 800;
}
#top03 .inner .inbox .txt dl:nth-of-type(3) dd .box:not(:last-of-type) {
    margin-bottom: 2.2vw;
}
#top03 .inner .inbox .txt .option {
    margin-top: 5.6vw;
}
#top03 .inner .inbox .txt .option h4 {
    padding: 1.7vw 5vw;
    font-size: 1.2em;
    margin-bottom: 6.4vw;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span b {
    font-size: 1.18em;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span strong {
    font-size: 1.9em;
    padding-right: 2.5vw;
    padding-left: 1.3vw;
    margin-left: 8vw;
}
#top03 .inner .inbox .txt .option ul li .txtbox h5 span strong::after {
    width: 5.15vw;
    height: 5.15vw;
    top: 1.5vw;
    left: -5.7vw;
}
#top03 .inner .inbox .txt .option ul li .txtbox p {
    letter-spacing: 0.27vw;
    margin-top: 3.5vw;
    line-height: 164%;
}
#top03 .inner .inbox .txt .option ul li:nth-of-type(2) .txtbox p {
    margin-top: 0.1vw;
}
#top03 .inner .inbox .txt .option ul li:not(:last-of-type) {
        margin-bottom: 8.1vw;
}
#top03 .inner:not(:last-of-type) {
    margin-bottom: 8.7vw;
}
#top03 .inner:nth-of-type(even) h3 {
    padding: 3.2vw 0 3.2vw 5.7vw;
    border-radius: 0;
}
#top03 .present {
    width: 100%; /* 86.2vw */
    text-align: center; /* left */
    padding: 1vw 0vw 1vw 0vw;
    margin-top: 6.5vw;
    /*margin-left: 2vw;*/
}
#top03 .inner .inbox .txt .present p {
    line-height: 161%;
    letter-spacing: -0.2vw;
    padding-left: 8vw; /* 11.5vw */
}
#top03 .present::before {
    left: 5vw;
    width: 12vw;
    height: 12vw;
}
#top03 .present::after {
    width: 6.4vw;
    height: 10.6vw;
    top: 0vw;
    right: 3vw; /* 0.9vw */
    background-image: url(../img/present_2.svg);
}
#top03 .inner .inbox .img .slider .sw-pa span {
    width: 2.3vw;
    height: 2.3vw;
}
#top03 .inner .inbox .img .slider .sw-pa {
    width: 10vw;
}
#top04 {
    padding: 10.0vw 0 0;
}
#top04 .inbox {
    padding-bottom: 10.7vw;
}
#top04 .inbox h2 span {
    font-size: 1.3em;
}
#top04 .inbox h2 {
    font-size: 2em;
    line-height: 155%;
}
#top04 .inbox h2 span::before {
    width: 9.5vw;
    height: 0.85vw;
    left: -11.9vw;
    top: 6.7vw;
}
#top04 .inbox h2 span::after {
    width: 9.8vw;
    height: 0.85vw;
    right: -9.5vw;
    top: 7.2vw;
}
#top04 .inbox ul {
    background-color: #ffffff;
    margin-top: 4.3vw;
    border-radius: 6.5vw;
        padding: 0 0 11vw;
}
#top04 .inbox ul li {
    background-color: unset;
    width: 100%;
    border-radius: unset;
    text-align: center;
    padding-bottom: 0;
}
#top04 .inbox ul li:nth-of-type(1) .img {
    width: 32%;
    padding: 6vw 0 0vw;
}
#top04 .inbox ul li .txt {
    font-size: 1.1em;
    line-height: 130%;
    text-align: left;
    font-weight: 700;
    padding-left: 13vw;
}
#top04 .inbox ul li .txt span {
    position: relative;
    z-index: 0;
    padding-left: 12vw;
    display: block;
        letter-spacing: -0.05vw;
}
#top04 .inbox ul li .txt span::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 8vw;
    height: 10vw;
    background-image: url(../img/check.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 0.5vw;
    top: 0vw;
}
#top04 .inbox ul li .txt span:nth-of-type(3)::before,
#top04 .inbox ul li .txt span:nth-of-type(4)::before {
        top: -3vw;
}
#top04 .inbox ul li .txt span:not(:last-of-type) {
        margin-bottom: 8vw;
}
#top04 .bottom {
    font-size: 1.34em;
    padding: 6vw 0;
}
#top04 .bottom::before {
    border-width: 3.9vw 4.7vw 0 4.7vw;
    bottom: -3.8vw;
}
#top05 {
    padding: 9.3vw 0 9.4vw;
}
#top05 .inbox h2.img {
    width: 103.2%;
    margin: 0 auto 0 -1.3vw;
}
#top05 .inbox .sp { 
        margin-top: 5.9vw;
}
#top05 .inbox .sp p {
    line-height: 100%;
    margin: 0 0 0vw;
}
#top05 .inbox .sp p:nth-of-type(1),
#top05 .inbox .sp p:nth-of-type(3) {
        text-align: left;
}
#top05 .inbox .sp p:nth-of-type(1) {
        text-align: left;
        margin-bottom: 2vw;
}
#top05 .inbox .sp p:nth-of-type(2),
#top05 .inbox .sp p:nth-of-type(4) {
        text-align: right;
}
#top05 .inbox .sp p:nth-of-type(2) {
        margin-bottom: 2vw;
}
#top05 .inbox .sp p:nth-of-type(3) {
        margin-bottom: 2vw;
}
#top05 .inbox .sp p:nth-of-type(4) {
}
#top05 .inbox .sp p:nth-of-type(5) {
        line-height: 156%;
        margin-top: 6vw;
        text-align: left;
}
#top05 .inbox ul {
    margin-top: 6vw;
}
#top05 .inbox ul li .img {
    width: 100%;
}
#top05 .inbox ul li .txt {
    width: 100%;
    margin-top: 3.0vw;
}
#top05 .inbox ul li .txt h3 {
    font-size: 1.63em;
    line-height: 130%;
}
#top05 .inbox ul li:nth-of-type(1) .txt {
    margin-top: 4.3vw;
}
#top05 .inbox ul li .txt dl dt {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: -0.01vw;
    padding-right: 0.4vw;
    display: inline;
    background: linear-gradient(to top, #FFF100 50%, transparent 50%);
}
    /*--------------------------
#top05 .inbox ul li .txt dl dt {
    font-weight: 700;
    position: relative;
    z-index: 0;
    display: inline-block;
    font-size: 1em;
    letter-spacing: -0.01vw;
    padding-right: 0.4vw;
}

#top05 .inbox ul li .txt dl dt {
    font-size: 1em;
}
    --------------------------*/

#top05 .inbox ul li .txt dl {
    margin-top: 6vw;
}
#top05 .inbox ul li .txt dl dd {
    margin-top: 4.1vw;
    font-size: 1em;
}
#top05 .inbox ul li:nth-of-type(2) .img {
    width: 100%;
}
#top05 .inbox ul li:nth-of-type(2) .txt {
    width: 100%;
    margin-top: 5vw;
}
#top05 .inbox ul li:not(:last-of-type) {
    margin-bottom: 8.5vw;
}
#top05 .inbox ul li:nth-of-type(3) .txt h3 {
    font-size: 1.60em;
}
#top05 .inbox ul li .txt h3 .num {
    right: 0.4vw;
    top: -0.9vw;
    font-size: 2.8em;
}
#top05 .inbox ul li:nth-of-type(even) .txt h3 .num {
    left: unset;
    right: 0.4vw;
    top: -0.9vw;
    font-size: 2.8em;
}
#top06 .inbox h2 {
    font-size: 2.0em;
}
#top06 {
        padding: 10.7vw 0 10.4vw;
}
#top06 .inbox .enquete {
    margin: 7.4vw 0 13.15vw;
    border: 2.0vw solid #FFDEA6;
    padding: 7.6vw 6vw 1.8vw 6vw;
}
#top06 .inbox .enquete .txt {
    width: 100%;
    margin-top: 0;
}
#top06 .inbox .enquete .txt .top06-ti {
    font-size: 1.1em;
}
#top06 .inbox .enquete .txt .top06-ti .icon {
    font-size: 0.98em;
    padding-left: 19vw;
    padding-top: 2.5vw;
}
#top06 .inbox .enquete .txt .top06-ti .icon::before {
    width: 14.6vw;
    height: 17.5vw;
    left: 2vw;
}
#top06 .inbox .enquete .txt .top06-ti .bo .r b {
    font-size: 2.7em;
}
#top06 .inbox .enquete .txt .top06-ti .bo::before {
    content: none;
}
#top06 .inbox .enquete .txt .top06-ti .bor {
    display: inline-block;
    position: relative;
    z-index: 0;
        margin-top: -0.7vw;
    text-align: center;
        margin-bottom: -0.5vw;
}
#top06 .inbox .enquete .txt .top06-ti .bor {
    display: inline-block;
    position: relative;
    z-index: 0;
        margin-top: 0.4vw;
    text-align: center;
        margin-bottom: -0.5vw;
        padding: 0 4.5vw;
}
#top06 .inbox .enquete .txt .top06-ti .bor:nth-of-type(2) {
        padding: 0px 1.0vw;
}
#top06 .inbox .enquete .txt .top06-ti .bor:nth-of-type(2) b {
        font-size: 2.0em;
}
#top06 .inbox .enquete .txt .top06-ti .r b {
    font-size: 2.7em;
}
#top06 .inbox .enquete .txt .top06-ti .r {
    color: #C10000;
}
#top06 .inbox .enquete .txt .top06-ti .bor::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 99%;
    background-color: #FFF100;
    height: 42%;
    bottom: -0.23vw;
    right: 0;
}
#top06 .inbox .enquete .txt .top06-ti .bo {
    display: none;
}
#top06 .inbox .enquete .img {
    width: 100%;
        margin-top: 10.5vw;
}
#top06 .inbox .enquete .img p {
    font-size: 0.92em;
    margin-top: 3vw;
    line-height: 160%;
}
#top06 .inbox ul li {
    width: 100%;
    padding: 6.2vw 4.3vw;
    border-radius: 4vw;
}
#top06 .inbox ul li .img {
    width: 100%;
    text-align: center;
}
#top06 .inbox ul li .img img {
    width: 37%;
}
#top06 .inbox ul li .txt {
    width: 100%;
    font-size: 1em;
    line-height: 153%;
    margin-top: -0.3vw;
}
#top06 .inbox ul li:nth-of-type(1), #top06 .inbox ul li:nth-of-type(2) {
    margin-bottom: 7.95vw;
}
#top06 .inbox ul li:not(:last-of-type) {
    margin-bottom: 7.95vw;
}
#top06 .inbox ul li:nth-of-type(2) {
    padding: 6.2vw 4.3vw;
}
#top06 .inbox ul li:nth-of-type(3) {
    padding: 6.2vw 4.3vw;
}
#top06 .inbox ul li:nth-of-type(4) {
    padding: 6.2vw 4.3vw;
}
#top07 .inbox h2 {
    font-size: 2.0em;
}
#top07 {
        padding: 10.7vw 0 10.5vw;
    background-color: #FFFFFF;
}
#top07 .inbox ul li {
    width: 100%;
}
#top07 .inbox ul li .img img {
        width: 28%;
}
#top07 .inbox ul {
    margin-top: 13.75vw;
}
#top07 .inbox ul li .txt h3 {
    letter-spacing: 0.5vw;
}
#top07 .inbox ul li .txt h3 span {
    font-size: 0.68em;
    margin-right: 2.1vw;
    letter-spacing: 0;
}
#top07 .inbox ul li .txt p {
    margin-top: 1vw;
    letter-spacing: 0.18vw;
    font-size: 1.07em;
    line-height: 160%;
}
#top07 .inbox ul li:nth-of-type(1), #top07 .inbox ul li:nth-of-type(2), #top07 .inbox ul li:nth-of-type(3) {
    margin-bottom: 10.4vw;
}
#top07 .inbox ul li:not(:last-of-type) {
    margin-bottom: 10.4vw;
}
#top07 .inbox .link {
    margin-top: 16.6vw;
}
#top08 .inbox h2 {
    font-size: 2.0em;
    margin-left: 0;
}
#top08 {
        padding: 15.3vw 0 10.2vw;
}
#top08 .inbox ul {
    margin-top: 4.9vw;
    margin-left: 0;
}
#top08 .inbox ul li {
    border-radius: 1.5vw;
    padding: 4.11vw 0vw 3.8vw 2.4vw;
}
#top08 .inbox ul li:not(:last-of-type) {
    margin-bottom: 10vw;
}
#top08 .inbox ul li .img {
    width: 24.6%;
}
#top08 .inbox ul li .txt {
    padding-left: 4.1vw;
    margin-top: 0;
    width: 72.4%;
    padding-right: 0.5vw;
}
#top08 .inbox ul li .txt h3 {
    font-size: 1.1em;
}
#top08 .inbox ul li .txt h3 span {
    font-size: 1.1em;
    margin-bottom: 1.4vw;
}
#top08 .inbox ul li .txt p {
        font-size: 1.018em;
    margin-top: 3.0vw;
    margin-left: 0.2vw;
}
#top08 .inbox ul li:nth-of-type(1) ,
#top08 .inbox ul li:nth-of-type(2) {
    align-items: center;
}
#top08 .inbox ul li:not(:last-of-type)::before {
    border-width: 4.4vw 3.1vw 0 3.1vw;
        bottom: -7.2vw;
}
#top08 .inbox ul li:nth-of-type(3) {
    padding-bottom: 5vw;
}
#top08 .inbox ul li:nth-of-type(4) {
    padding-bottom: 5.9vw;
}
#top08 .inbox ul li:nth-of-type(5) {
    padding-bottom: 5.4vw;
}
#top09 .inbox h2 {
    font-size: 2.0em;
    margin-bottom: 8.4vw;
}
#top09 {
        padding: 9.75vw 0 9.8vw;
}
#top09 .inbox dl dt {
    padding: 5.8vw 0vw 5.8vw 4.5vw !important;
        width: 100% !important;
    font-size: 1em !important;
}
#top09 .inbox dl dd {
    width: 100% !important;
    padding: 3.6vw 3vw 5.6vw 2.5vw !important;
    font-size: 1em !important;
    line-height: 170%;
}
#top09 .inbox dl dd p {
    line-height: 170%;
    padding-left: 4vw;
}
#top09 .inbox dl dd p::before {
    width: 2.3vw;
    height: 2.3vw;
    left: 0.05vw;
    top: 2.3vw;
}
#top09 .inbox dl dd p:not(:last-of-type) {
    margin-bottom: 0.8vw;
}
#top10 .inbox h2 {
    font-size: 2.0em;
}
#top10 {
        padding: 7.9vw 0 8.8vw;
}
#top10 .inbox .sc {
    margin-top: 4.8vw;
        padding: 5vw 5.9vw 3vw 3.4vw;
    border-radius: 3vw;
    height: 165.77vw;
}
#top10 .inbox .sc p {
    font-size: 0.97em;
    margin-bottom: 6.6vw;
    letter-spacing: 0.1vw;
    line-height: 160%;
}
#top10 .inbox .sc h3 {
    margin-bottom: 3.6vw;
}
#top10 .inbox .sc ul li {
    padding-left: 4vw;
    letter-spacing: 0.2vw;
    line-height: 164%;
}
#top10 .inbox .sc ul li:not(:last-of-type) {
    margin-bottom: 6.3vw;
}
#top10 .inbox .sc ul li::before {
    width: 1vw;
    height: 1vw;
        top: 2.3vw;
    left: 1.43vw;
}
#top10 .inbox .sc ul:nth-of-type(3) .gr {
    padding: 5vw;
    margin-bottom: 6.3vw;
    border-radius: 2.0vw;
}
#top10 .inbox .sc ul {
    margin-bottom: 8.1vw;
}
#top11 .inbox h2 {
    font-size: 1.8em;
    letter-spacing: -0.5vw;
    padding-right: 6vw;
}
#top11 {
    padding: 10.6vw 0 10.6vw;
}
#top11 .openbox {
    padding: 4.35vw 0;
    border-radius: 3vw;
}
#top11 .inbox h2::before {
    width: 5.3vw;
        height: 7.3vw;
    right: 2vw;
}
#top11 .openbox .inner {
    padding: 7.2vw 2.4vw 0vw 2.4vw;
}
#top11 .openbox .inner p {
    line-height: 157%;
}
#top11 .openbox .inner p:nth-of-type(2) {
    margin-top: 6.5vw;
    margin-left: 0.1vw;
    margin-bottom: 13.4vw;
}
#top11 .openbox .inner h3 {
    margin-bottom: 3.5vw;
}
#top11 .openbox .inner ul {
    margin-bottom: 7.2vw;
}
#top11 .openbox .inner ul li:not(:last-of-type) {
    margin-bottom: 1.1vw;
}
#top11 .openbox .inner ul li {
    padding-left: 5vw;
}
#top11 .openbox .inner ul li::before {
    width: 1vw;
    height: 1vw;
        top: 2.3vw;
    left: 1.43vw;
}
#top12 .inbox h2 {
    font-size: 2.0em;
    margin-bottom: 4.8vw;
}
#top12 {
    padding: 10.8vw 0 10vw;
}
#top12 .inbox dl {
    border-radius: 3vw;
    padding: 2.2vw 3vw 2.2vw 2.3vw;
}
#top12 .inbox dl dt {
    padding: 0.6vw 0;
    padding-left: 6vw;
    padding-right: 10vw;
    line-height: 180%;
}
#top12 .inbox dl dt::before {
    width: 6.0vw;
    height: 6.0vw;
    bottom: 0;
    top: 0vw;
    right: 0vw;
}
#top12 .inbox dl dt span {
    top: 0.8vw;
}
#top12 .inbox dl dd {
    padding-left: 6.5vw;
    margin: 1.5vw 0;
    line-height: 159%;
}
#top12 .inbox dl:not(:last-of-type) {
    margin-bottom: 6.0vw;
}
#top12 .link {
    margin-top: 11.9vw;
}
/*----------------------
#top13 .inbox h2 {
    font-size: 1.28em;
}
#top13 {
        padding: 11.45vw 0 9.5vw;
}
#top13 .inbox p {
    padding-left: 5.4vw;
    margin-top: 3.8vw;
    font-size: 1.1em;
    line-height: 156%;
    letter-spacing: -0.13vw;
}
footer {
    width: 89.6%;
        padding: 5.7vw 0 8.6vw;
}
footer .txt {
    width: 31.5%;
}
footer .logo {
    width: 40.8%;
    margin-top: 0.2vw;
}
footer .cop {
    width: 100%;
    text-align: center;
        margin-top: 1vw;
}
footer .cop img {
    width: 73%;

}
---------------------*/
.popup {
    top: 0%;
}
.popup .inner {
    width: 90.5vw;
    max-height: 80vh;
}
.popup.box1 .inner {
    padding: 6.5vw 7.4vw;
}
.popup .inner .close {
    width: 10.8vw;
    height: 10.8vw;
    right: -2px;
    top: -5vw; /* -16.8vw */
}
.popup .inner h3 {
    font-size: 1.14em;
    padding: 4vw 0;
    letter-spacing: 0.2vw;
}
.popup .inner .img {
    padding: 4.9vw 0 3.6vw;
}
.popup.box1 .inner .inbox {
    max-height: 75vh;
}
.popup.box2 .inner .inbox {
    max-height: 75vh;
}
.popup.box2 .inner {
    padding: 6.3vw 3.3vw 2vw;
}
.popup .inner .inbox {
    position: relative;
    overflow: auto;
    width: 80vw;
}
}