@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #1a1919;
    font-family: "Noto Sans Japanese";
}

a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a img {
    border-style: none;
}

img {
    vertical-align: bottom;
}

p {
    font-size: 110%;
    line-height: 180%;
}

@media screen and (min-width:769px) {
    p {
        font-size: 18px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none;
    }
}


#mv {
    margin: 0;
    padding: 20px 0 45px 0;
    background: #027753;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#mv::before {
    content: '';
    display: block;
    position: absolute;
    top: 160px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #026342;
    transform-origin: bottom right;
    transform: skewY(-30deg);
    z-index: -1;
}

.copy {
    margin: 0;
    padding: 0;
    text-align: center;
}

.copy img {
    width: 100%;
}

.mv_schedule {
    margin: 0 auto;
    padding: 20px 5px 45px 5px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

.mv_schedule span {
    font-size: 150%;
    font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width:769px) {
    #mv {
        padding: 45px 0 90px 0;
    }

    #mv::before {
        top: 115px;
        transform: skewY(-25deg);
    }

    .copy img {
        width: 980px;
    }

    .mv_schedule {
        width: 980px;
        margin: 30px auto 45px auto;
        padding: 15px 0;
        font-size: 24px;
    }
}

.device {
    margin: 0;
    padding: 0;
    text-align: center;
}

#mv .device {
    margin: 0 30px;
}

.device a:link {
    color: #fff;
    text-decoration: none;
}

.device a:visited {
    color: #fff;
    text-decoration: none;
}

.device a:hover {
    color: #fff;
    text-decoration: none;
}

.btn {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 25px 0;
    font-size: 120%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    border-top: solid 1px #df730a;
    border-left: solid 1px #df730a;
    border-right: solid 1px #df730a;
    border-bottom: solid 4px #df730a;
    background: linear-gradient(to bottom, #ffb627, #ff8933);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.btn:hover {
    filter: brightness(1.1);
    transition: 0.3s ease-in-out;
}

.yureru-j {
    animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

@media screen and (min-width:769px) {
    .btn {
        width: 640px;
        padding: 30px 0;
        font-size: 28px;
    }
}

.worry_bg {
    margin: 0;
    padding: 60px 0 45px 0;
    background: #e5edea;
}

.worry_top {
    margin: 0 30px 45px 30px;
    padding: 0;
    text-align: center;
}

.worry_top img {
    width: 100%;
}

.worry_box {
    margin: 0 30px;
    padding: 0;
}

.worry_item {
    margin: 0 0 45px 0;
    padding: 30px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(0, 15, 0, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 6px solid #80af31;
}

.worry_item img {
    width: 100%;
}

.worry_bottom {
    margin: 0 30px 0 30px;
    padding: 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.worry_bottom img {
    width: 100%;
    margin-top: 10px;
}

.worry_arrow {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #e5edea;
}

@media screen and (min-width:769px) {
    .worry_bg {
        padding: 90px 0 60px 0;
    }

    .worry_top {
        margin: 0 0 60px 0;
    }

    .worry_top img {
        width: 768px;
    }

    .worry_box {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 80%;
    }

    .worry_item {
        width: 29%;
        margin: 0 2% 60px 2%;
        padding: 35px 45px 45px 45px;
    }

    .worry_bottom {
        margin: 0;
        font-size: 36px;
    }

    .worry_bottom img {
        width: 768px;
        margin-top: 20px;
    }

    .worry_arrow {
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-top: 45px solid #e5edea;
    }
}

.merit_top {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 180%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.merit_box {
    margin: 0 20px 75px 20px;
    padding: 0;
}

.merit_pict {
    margin: 0;
    padding: 0;
    text-align: center;
}

.merit_pict img {
    width: 90%;
}

.merit_txt {
    margin: 15px 0 45px 0;
    padding: 10px 25px 25px 25px;
    border: 1px solid #d5dedb;
    border-radius: 10px;
}

.merit_box .device {
    margin: 0 15px;
}

table.check {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.check th {
    width: 25px;
    font-size: 110%;
    line-height: 180%;
    padding: 10px 0 5px 0;
    color: #f26161;
    vertical-align: top;
    text-align: left;
}

table.check th.green {
    color: #b7e71c;
}

table.check td {
    font-size: 110%;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 0 5px 0;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}

@media screen and (min-width:769px) {
    .merit_top {
        margin: 30px 0;
        font-size: 48px;
    }

    .merit_box {
        margin: 0 0 90px 0;
        padding: 0;
        background-image: url(img/merit_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .merit_pict {
        display: none;
    }

    .merit_txt {
        width: 590px;
        margin: 0 auto 45px auto;
        padding: 30px 60px 45px 60px;
        border: 2px solid #d5dedb;
        background: #fff;
    }

    table.check {
        margin: 0;
    }

    table.check th {
        width: 32px;
        font-size: 21px;
    }

    table.check td {
        font-size: 21px;
        line-height: 160%;
        letter-spacing: 1px;
    }
}


.point_bg {
    margin: 0;
    padding: 60px 30px 30px 30px;
    background: #e5edea;
}

.point_top {
    margin: 0;
    padding: 0;
    font-size: 180%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    color: #00563a;
}

.point_txt {
    margin: 0;
    padding: 15px 0 10px 0;
    text-align: justify;
}

.point_box {
    margin: 0;
    padding: 0;
}

.point_item {
    margin: 0 0 45px 0;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.point_number {
    margin: 0;
    padding: 5px 0 25px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}

.point_number span {
    padding: 4px 15px 5px 15px;
    color: #004831;
    background: #c4d700;
    border-radius: 30px;
}

.point_pict {
    margin: 0;
    padding: 0;
    text-align: center;
}

.point_pict img {
    width: 100%;
}

@media screen and (min-width:769px) {
    .point_bg {
        padding: 90px 0;
    }

    .point_top {
        font-size: 48px;
    }

    .point_txt {
        width: 480px;
        margin: 0 auto;
        padding: 30px 0 30px 0;
        text-align: center;
    }

    .point_box {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .point_item {
        width: 32%;
        padding: 0 30px 30px 30px;
    }

    .point_number {
        margin: -9px 0 0 0;
        padding: 0 0 25px 0;
    }
}

.voice_bg {
    margin: 0;
    padding: 60px 20px 15px 20px;
    background: #f5f5f5;
}

.voice_top {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 180%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    color: #00563a;
}

.voice {
    margin: 0 0 45px 0;
    padding: 30px 30px 15px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.voice_pict {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

.voice_pict img {
    width: 100%;
    padding: 20px;
    border-radius: 50%;
    background: #f4f7cc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.voice_txt {
    margin: 0;
    padding: 20px 0 0 0;
}

.voice_name {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #00563a;
    border-bottom: solid 2px #c4d700;
}

.voice_name span {
    font-size: 125%;
}

@media screen and (min-width:769px) {
    .voice_bg {
        padding: 90px 0 60px 0;
    }

    .voice_top {
        margin: 0 0 45px 0;
        font-size: 48px;
    }

    .voice {
        width: 900px;
        margin: 0 auto 45px auto;
        padding: 30px 45px 15px 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .voice_pict {
        width: 20%;
        margin: 0 auto 0 0;
    }

    .voice_txt {
        width: 75%;
        padding: 0;
    }

    .voice_name {
        padding: 0 0 10px 0;
        font-size: 20px;
        text-align: left;
    }

    .order_01 {
        order: 1;
    }

    .order_02 {
        order: 2;
        margin: 0 0 0 auto;
    }
}

#order {
    margin: 0;
    padding: 60px 0 1px 0;
}

.reco_title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 180%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.reco_title span {
    color: #f26161;
}

.reco {
    margin: 0 30px 60px 30px;
    padding: 0;
}

.ps {
    margin: 0 30px 10px 30px;
    padding: 0;
    text-align: center;
}

.ps img {
    width: 100%;
}

@media screen and (min-width:769px) {
    #order {
        padding: 90px 0 30px 0;
    }

    .reco_title {
        margin: 0 0 30px 0;
        font-size: 48px;
    }

    .reco {
        width: 640px;
        margin: 0 auto 60px auto;
        padding: 30px 60px 45px 60px;
        border: 1px solid #d5dedb;
        border-radius: 10px;
    }

    .ps img {
        width: 680px;
    }
}

#detail_box {
    margin: 0 30px 60px 30px;
    padding: 0;
}

.detail_title {
    margin: 0;
    padding: 15px 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background: #0e8679;
}

.detail {
    margin: 0;
    padding: 5px 0 0 0;
}

#detail_box_bottom {
    margin: 0 auto;
    padding: 30px 10px 60px 10px;
    background-color: #027753;
    width: 80%;
    border-radius: 10px;
}

.detail_title_bottom {
    margin: 0;
    padding: 15px 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    border-bottom: solid 2px #b7e71c;

}

.detail_bottom {
    margin: 0;
    padding: 5px 0 0 0;
}

.detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.detail table th {
    width: 100px;
    padding: 15px 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 150%;
    color: #0e8679;
    border-bottom: solid 1px #999;
}

.detail table td {
    padding: 15px 10px;
    font-size: 100%;
    line-height: 150%;
    border-bottom: dotted 1px #999;
}

.detail_caption {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 80%;
    line-height: 150%;
    color: #666;
}

@media screen and (min-width:769px) {
    #detail_box_bottom {
        background-color: #027753;
        max-width: 700px;
    }

    .detail_title {
        padding: 20px 0;
        font-size: 24px;
    }

    .detail {
        margin: 0;
        padding: 5px 0 0 0;
    }

    .detail table {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }

    .detail table th {
        width: 200px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .detail table td {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .detail_caption {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.step_bg {
    margin-top: 90px;
    padding: 45px 20px 45px 20px;
    background: #f7f7f7;
}

.step_box {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f7f7f7;

}

.step_pict {
    width: 34%;
    margin: 0;
    padding: 0;
}

.step_pict img {
    width: 100%;
}

.step_txt {
    width: 60%;
    margin: 0;
    padding: 0;
}

.step_txt p {
    font-size: 85%;
}

.step_title {
    margin: 0 0 15px 0;
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    border-bottom: solid 1px #01c021;
}

.step_title span {
    font-size: 75%;
    font-weight: normal;
}

.step_caption {
    margin: 0;
    padding: 0;
    font-size: 70%;
    line-height: 160%;
    color: #666;
}

@media screen and (min-width:769px) {
    .step_bg {
        padding: 90px 0;
    }

    .step_box {
        width: 680px;
        margin: 0 auto;
    }

    .step_pict {
        width: 230px;
    }

    .step_txt {
        width: 415px;
    }

    .step_txt p {
        font-size: 18px;
    }

    .step_title {
        margin: 0 0 30px 0;
        padding: 30px 0 5px 0;
        font-size: 24px;
        letter-spacing: 1px;
    }

    .step_title span {
        font-size: 16px;
    }

    .step_caption {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}

/*------------------------------ スケジュール上部 ------------------------------*/

.schedule_box {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.schedule_section_top {
    margin: 0 auto;
    padding: 10px 5px;
    /* パディングを減らして縦幅を調整 */
    max-width: 980px;
    box-sizing: border-box;
}

.schedule_header_top {
    background-color: #b7e71c;
    color: #027753;
    text-align: center;
    padding: 0;
    /* パディングを減らして高さを調整 */
    font-weight: bold;
    font-size: 0.8em;
    /* フォントサイズを少し小さく */
}

.schedule_exe {
    color: #ffffff;
    text-align: center;
    padding: 5px;
    /* パディングを減らして高さを調整 */
    font-weight: bold;
    font-size: 1em;
    /* フォントサイズを少し小さく */
    border-bottom: thick double #b7e71c;

}

.schedule_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    /* マージンを減らして縦幅を調整 */
    border-bottom: 1px solid #b7e71c;
    padding: 5px 0;
    /* パディングを減らして高さを調整 */
}

.schedule_list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.schedule_date {
    flex: 1;
    width: 27%;
    margin: 0;
    padding: 2px 5px;
    /* パディングを減らして高さを調整 */
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
    /* フォントサイズを少し小さく */
}

.schedule_date_list {
    width: 60%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.schedule_date_list>li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.schedule_label {
    width: 30%;
    text-align: left;
    font-weight: bold;
}

.schedule_time {
    flex: 1;
    width: 70%;
    padding: 2px 5px;
    /* パディングを減らして高さを調整 */
    text-align: left;
    font-size: 0.8em;
    /* フォントサイズを少し小さく */
}

.highlight_red {
    display: inline-block;
    /* インライン要素をブロック化 */
    margin: 0 5px 0 0;
    /* 左側のマージンを減らして調整 */
    padding: 2px 5px;
    /* 内側の余白を設定 */
    font-size: 60%;
    /* フォントサイズを90%に設定 */
    line-height: 160%;
    color: #aa0707;
    /* 文字色 */
    /* 中央揃え */
    /* border: 1px solid #049683; */
    border-radius: 3px;
    /* background-color: #f0f9f9; */
}

.highlight_bk {
    display: inline-block;
    /* インライン要素をブロック化 */
    margin: 0 5px 0 0;
    /* 左側のマージンを減らして調整 */
    padding: 2px 5px;
    /* 内側の余白を設定 */
    font-size: 60%;
    /* フォントサイズを90%に設定 */
    line-height: 160%;
    color: #b7e71c;
    /* 文字色 */
    vertical-align: middle;
    /* 中央揃え */
    /* border: 1px solid #049683; */
    border-radius: 3px;
    /* background-color: #f0f9f9; */
}

.highlight {
    display: inline-block;
    /* インライン要素をブロック化 */
    margin: 0 0 0 5px;
    /* 左側のマージンを減らして調整 */
    padding: 2px 5px;
    /* 内側の余白を設定 */
    font-size: 60%;
    /* フォントサイズを90%に設定 */
    line-height: 160%;
    color: #049683;
    /* 文字色 */
    vertical-align: middle;
    /* 中央揃え */
    border: 1px solid #049683;
    border-radius: 3px;
    background-color: #f0f9f9;
}

@media screen and (max-width: 768px) {
    .schedule_date {
        width: 30%;
        font-size: 80%;
        padding: 2px 3px;
    }

    .schedule_date_list {
        width: 70%;
    }

    .schedule_label {
        width: 45%;
    }

    .schedule_time {
        width: 55%;
        font-size: 80%;
        padding: 2px 3px;
    }

    .schedule_item {
        padding: 4px 0;
    }

    .schedule_exe {
        font-size: 80%;
    }
}

@media screen and (max-width: 480px) {
    .schedule_date {
        width: 35%;
    }

    .schedule_date_list {
        width: 65%;
    }
}

/*------------------------------ スケジュール下部 ------------------------------*/

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

.schedule_section_wrap_bottom {
    margin: 0 auto;
    padding: 10px 5px;
    /* パディングを減らして縦幅を調整 */
    max-width: 980px;
    box-sizing: border-box;

}

.schedule_header_bottom {
    color: #b7e71c;
    text-align: center;
    padding: 0;
    /* パディングを減らして高さを調整 */
    font-weight: bold;
    font-size: 0.9em;
    /* フォントサイズを少し小さく */
}

.schedule_exe_bottom {
    color: #ffffff;
    text-align: center;
    padding: 5px;
    /* パディングを減らして高さを調整 */
    font-weight: bold;
    font-size: 1em;
    /* フォントサイズを少し小さく */
    border-bottom: thick double #b7e71c;

}

.schedule_item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    /* マージンを減らして縦幅を調整 */
    border-bottom: 1px solid #b7e71c;
    padding: 5px 0;
    /* パディングを減らして高さを調整 */
}

.schedule_date_bottom {
    flex: 1;
    width: 27%;
    margin: 0;
    padding: 2px 5px;
    /* パディングを減らして高さを調整 */
    color: #027753;
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
    /* フォントサイズを少し小さく */
}

.schedule_time {
    flex: 1;
    color: #ffffff;
    width: 70%;
    padding: 2px 5px;
    /* パディングを減らして高さを調整 */
    text-align: left;
    font-size: 0.8em;
    /* フォントサイズを少し小さく */
}


/*---------- 文字装飾 ----------*/

.bold {
    font-weight: bold;
}

.red {
    color: #f26161;
}

.ul {
    text-decoration: underline;
}

.ym {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f3ff7c 70%);
}

.caption {
    font-size: 75%;
    color: #666666;
    font-weight: normal;
    line-height: 150%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.mt {
    margin-top: 30px;
}

@media screen and (min-width:769px) {
    .mt {
        margin-top: 45px;
    }
}


/*---------- フッター ----------*/


#footer {
    margin: 0;
    padding: 30px 0;
    font-size: 75%;
    line-height: 200%;
    color: #fff;
    background: #027753;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#footer a:link {
    color: #fff;
    text-decoration: underline;
}

#footer a:visited {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width:769px) {
    #footer {
        font-size: 12px;
    }
}