@charset "UTF-8";
/*----------------------------------
全体
----------------------------------*/
#CP {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.09em;
    word-break: break-all;
    text-size-adjust: none;
    font-feature-settings: "palt";
    color: #464646;
    font-size: 16px;
    
}
.wrapper {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.block {
    display: block;
}
img, iframe {
    display: block;
}
img {
    width: 100%;
    margin: 0 auto;
}
a:hover img {
    opacity: 0.8;
}
sup {
    font-size: x-small;
}
.pc {
    display: block;
}
.mobi {
    display: none;
}
/*----------------------------------
文字スタイル
----------------------------------*/
strong, b, .strong {
    font-weight: bold;
}
.red {
    color: #e62626;
}
.pink {
    color: #F0039E;
}
.black {
    color: #333;
}
.notes {
    font-size: 0.7em;
}
.border {
    border-top: 1px solid #d7d2cb;
    border-bottom: 1px solid #d7d2cb;
    padding: 4em 0;
}
.fm {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", "Noto Serif JP", "Noto Serif JP Black", "Noto Serif JP ExtraLight", "Noto Serif JP Light", "Noto Serif JP Medium", "Noto Serif JP SemiBold";
}
.f12 {
    font-size: 1.2rem;
}
.f14 {
    font-size: 1.4rem;
}

.f18 {
    font-size: 1.8rem;
}
.f30 {
    font-size: 3rem;
}
.f42 {
    font-size: 4.2rem;
}
.ptb15 {
    padding: 1.5rem 0;
}
.pt10 {
    padding-top: 1rem;
}

.pt40{
    padding-top: 4rem;
}

.mt-20{
    margin-top: 3.5rem!important;
}
.midashi {
    position: relative;
    padding: 10px 72px 10px 50px;
    background: #a62429;
    font-size: 2.2rem;
    color: white;
    line-height: 1.3;
    z-index: -1;
    display: inline-block;
    margin-bottom: 3rem;
}
.midashi::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border: none;
    border-right: solid 32px white;
    border-bottom: solid 50px transparent;
    z-index: -2
}
.text_link {
    font-size: 0.9em !important;
    padding-top: 2rem;
    border-bottom: 1px solid;
    display: inline-block;
}
/*----------------------------------
fv
----------------------------------*/
.fv{
    margin-bottom: 10rem;
}
.fv_text {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.4;
    text-align: center;
}
/*----------------------------------
メイン部分
----------------------------------*/
section {
    margin: 12rem auto;
    box-sizing: border-box;
}
section h2 {}
section dl.lead {
    background: aliceblue;
    padding: 6% 8%;
    box-sizing: border-box;
}
section .lead dt {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    padding-bottom: 2rem;
}
section .lead dt span {
    font-size: 2rem;
}
section .lead dd {
    font-size: 16px;
    line-height: 1.85;
}
section .lead dd img {
    width: 280px;
    box-sizing: border-box;
    margin-left: 6rem;
}
.fbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 2rem;
    margin: 0 auto 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.fbox figure {
    width: 316px;
}
.fbox_text {
    width: calc(100% - 316px - 2rem);
}
.fbox_al_start {
    align-items: flex-start;
}

.sec_logo{
    width: 218px;
    margin: 0 auto;
}

.sec_logo:last-of-type{
    width: 318px;
}
.item {
    padding: 5% 6%;
    box-sizing: border-box;
    border: 1px solid #999;
    margin: 8rem 0;
}
.item dt {
    font-size: 3rem;
    letter-spacing: 0.08em;
    padding-left: 6rem;
    position: relative;
}
.item dt span {
    font-size: 2.4rem;
}
.item dt::before {
    content: "";
    display: block;
    background: url("../img/0101/ic_01.png")no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.item.item02 dt::before {
    background: url("../img/0101/ic_02.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item03 dt::before {
    background: url("../img/0101/ic_03.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item04 dt::before {
    background: url("../img/0101/ic_04.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item05 dt::before {
    background: url("../img/0101/ic_05.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item06 dt::before {
    background: url("../img/0101/ic_06.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item07 dt::before {
    background: url("../img/0101/ic_07.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item08 dt::before {
    background: url("../img/0101/ic_08.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item09 dt::before {
    background: url("../img/0101/ic_09.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item10 dt::before {
    background: url("../img/0101/ic_10.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item.item11 dt::before {
    background: url("../img/0101/ic_11.png")no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover
}
.item h3 {
    font-size: 3rem;
    text-align: left;
    font-feature-settings: "palt";
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}
a.btn {
    display: block;
    background: #65c8bf;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    width: 468px;
    height: 68px;
    box-sizing: border-box;
    line-height: 68px;
}
a.btn:hover {
    opacity: 0.8;
    transition: .3s;
}
a.btn::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 5px;
}
.fbox_text .notes {
    padding: 1rem 2rem;
    text-align: left;
}
.price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: .8em;
    margin: 0 auto 2rem;
    font-family: serif;
    color: #e62626;
}
.beta {
    background: #e62626;
    color: #fff;
    padding: 0 7px;
    border:1px solid #e62626;
}
.price .border {
    padding: 0 7px;
    border: 1px solid;
}

.price .black{
    position: relative;
        padding-right: 3rem;
}

.price .black::after{
    content: "";
    background: url("../img/0101/angles.svg")no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
        right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width: 1024px) {
    #CP {
        font-size: 1.4rem;
    }
    .pc {
        display: none;
    }
    .mobi {
        display: block;
    }
    .wrapper {
        width: 100%;
    }
    .border {
        padding: 0;
    }

    .ptb15 {
        padding: 5%;
        text-align: left;
    }
    .f12{font-size: 1rem;line-height: 1.35;}
    .f14 {
        font-size: 1.2rem;
        line-height: 1.35;
        padding-top: 1rem;
    }
    .f18 {
        font-size: 1.4rem;
        line-height: 1.35;
    }    
    .f30 {
        font-size: 2.6rem;
    }
    sup {
        font-size: 0.5em;
    }
    section {
        margin: 6rem auto;
    }
    section .lead dd img {
        margin: 0 auto 0 3rem;
    }
    .midashi {
        font-size: 1.5rem;
    }
    .fbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
        padding: 0;
    }
    .fv{
        margin-bottom: 4rem;
    }
    .fv_text {
        padding: 5rem 2rem;
        line-height: 2;
    }
    .sec_logo{
        width: 148px;
    }
    .item {
        width: 94%;
        margin: 5.5rem auto;
        padding: 4rem 5%;
    }
    .item dt {
        font-size: 2.4rem;
        line-height: 1;
    }
    .item dt span {
        font-size: 1.6rem;
    }
    .item h3 {
        padding-bottom: 0;
        font-size: 2.2rem;
        text-align: center;
    }
    .fbox_text {
        width: 100%;
    }
    .fbox_text .notes {
        font-size: 1rem;
        padding: 1rem 0 0;
    }
    .fbox figure {
        width: 90%;
        margin: 0 auto;
    }
    .item figcaption {
        font-size: 1rem;
    }
    h2 + div {
        width: 100%;
        margin: 0 auto;
    }
    .price {
        line-height: 1;
        flex-wrap: wrap;
    margin: 2rem 0;
    }
    .price .black{
        padding-right: 2.5rem;
    }
    .price .black::after{
        transform: rotateZ(90deg);
        top: 0;
        width: 15px;
        height: 15px;
    }
    
    .price span:nth-child(2){
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    
    .price span:nth-child(3),.price span:nth-child(4){
        padding: 2px 10px;
    }
.price strong {
        font-size: 3.8rem;
    }
.price .off {
        display: block;
    }
    section h2 {
        padding-bottom: 1rem;
        padding-top: 0;
        font-size: 2.4rem;
    }
    section dl.lead {
        padding: 10% 5%;
    }
    section .lead dt {
        padding-bottom: 1rem;
    }
    section .lead dd {
        font-size: 1.4rem;
    }
    a.btn {
        width: 298px;
        margin: 2rem auto 0;
        height: 58px;
        line-height: 58px;
    }
}