@charset "UTF-8";
.nv_detail {
    width: 84%;
    margin: auto;
    margin-top: 40px;
}

.nv_detail:after {
    content: "";
    display: block;
    clear: both;
}

.wrap2 {
    float: left;
    width: 33%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nv_dt1_tit>span {
    background: #fff100;
    padding: 0 7px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 6px;
}

.max_740 {
    max-width: 740px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 81px;
}

.plan_container .machine dt {
    width: 120px;
    color: #1e51a2;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.wrap_ul {
    margin-bottom: 50px;
    margin-top: 80px
}

.nv_ul {
    width: auto;
}

.campaign_container .nv_ul li {
    width: 50%;
    padding: 0 17px;
    float: left;
    display: table;
    vertical-align: middle;
}

.campaign_container ul li:nth-child(odd) {
    margin-right: 0px;
}

.nv_ul li a {
    min-height: 109px;
    text-align: center;
    padding-top: 42px;
    display: block;
    font-weight: bold;
    padding: 52px 42px 29px;
    border: 1px solid #e5e5e5;
    height: 130px;
}

.nv_ul li:first-child a {
    background: #1d50a3 url(/person/common/img/arrow_guide_01.png) 94% center no-repeat;
}

.nv_ul li a span {
    color: #fff;
    display: block;
    font-size: 18px;
}

.nv_ul li:last-child a {
    background: #ff4e00 url(/person/common/img/arrow_guide_01.png) 94% center no-repeat;
    position: relative;
}

.nv_ul li:last-child a:before {
    content: "";
    background: url(/person/img/navi/nv_imgbg_ft.png) center left no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    width: 37px;
    height: 51px;
}

.nv_chapter {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
    border: 1px solid #585858;
}

.nv_chapter:after {
    content: "";
    display: block;
    clear: both;
}

.cht1 {
    display: inline-block;
    float: left;
    background: #585858;
    border: 1px solid #585858;
    position: relative;
    padding: 36px 0px;
    width: 18%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-height: 100px;
}

@media screen and (min-width: 641px) {
    .cht1:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #585858;
        border-width: 50px;
        margin-top: -50px;
    }
}

.cht2 {
    float: left;
    width: 82%;
    height: 100px;
    color: #10459d;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15% 0 70px;
    position: relative;
}

.cht2 span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    color: #10459d;
    font-weight: bold;
}

.cht2 span>span {
    display: inline;
    color: #666;
    font-size: 14px;
}

a.nv_back {
    color: #585858;
    border: 1px solid #e5e5e5;
    padding: 18px 0px;
    width: 40%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

a.nv_back img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

.section h3.title01 {
    margin-bottom: 47px;
}

.nv_dt1_tit {
    margin-bottom: 9px;
    font-weight: bold;
    display: block;
}

.nv_dt1_content {
    margin-bottom: 13px;
}

.just_border {
    border: 1px solid #e0e0e0;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 34px;
}

.just_border:after {
    content: "";
    display: block;
    clear: both;
}

.just_border .comment {
    padding: 10px 20px;
    font-weight: bold;
}

.plan_container .machine {
    margin-bottom: 22px;
    clear: both;
}

.plan_container table {
    margin-bottom: 8px;
}

.just_center {
    text-align: center;
    margin: auto;
    padding: 8px 0px;
}

.just_center_a {
    text-align: center;
    margin: auto;
    padding: 8px 0px;
    margin-bottom: 90px;
    margin-top: 15px;
}

.buttonBlock {
    line-height: 24px;
}

.edit_mgb {
    margin-bottom: 25px;
}

.justmg_h {
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .cht2 {
        padding-left: 50px;
        height: 100px;
        font-size: 13px;
    }
    .cht2 span {
        height: 100px;
    }
    .cht2 span>span {
        font-size: 10px;
    }
    .width100 {
        max-width: 100%;
        width: initial;
    }
    .plan_container .machine dt {
        width: 100%;
    }
    .wrap2 {
        width: 100%;
        padding: 0;
    }
    .nv_ul li a span {
        font-size: 12px;
    }
    .nv_ul li a {
        min-height: 90px;
        padding-top: 42px;
        padding: 36px 42px 29px;
        border: 1px solid #e5e5e5;
        height: auto;
    }
    .campaign_container .nv_ul li {
        width: 100%;
        padding: 0px;
    }
    .nv_ul li:last-child a:before {
        left: 2%;
    }
    a.nv_back {
        width: 100%;
    }
    .section h3.title01 {
        margin-bottom: 20px;
    }
    .wrap_ul {
        margin-bottom: 35px;
    }
}

.kiki_box .attention {
    width: 740px;
    margin: 0 auto;
    font-size: 84%;
}

.kiki_box .attention li {
    float: none;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .kiki_box .attention {
        width: 100%;
    }
}

.img-con-02::after,
.img-con-01::after,
.img-con-03::after,
.img-con-04::after {
    content: '';
    display: inline-block;
    background: url('/person/img/navi/icon_navi.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    top: 0;
    right: -21px;
}

.img-con-02::after {
    background-position: 0 0;
    width: 160px;
    height: 100px;
}

.img-con-01::after {
    background-position: -10px -112px;
    width: 160px;
    height: 100px;
}

.img-con-03::after {
    background-position: -10px -222px;
    width: 160px;
    height: 100px;
}

.img-con-04::after {
    background-position: -10px -332px;
    width: 160px;
    height: 100px;
}

.iconcon01::before,
.icon-con-01::before,
.icon-con-02::before,
.icon-con-03::before,
.icon-kaihei::before,
.icon-soushin::before,
.icon-sejyou::before,
.icon-kuukan::before,
.icon-kasai::before,
.icon-enkaku::before,
.icon-light::before,
.icon-chuukei::before {
    content: '';
    display: inline-block;
    background: url('/person/img/navi/icon_navi.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle;
}

.icon-con-01::before {
    background-position: -70px -442px;
    width: 50px;
    height: 50px;
}

.icon-con-02::before {
    background-position: -10px -442px;
    width: 50px;
    height: 50px;
}

.icon-con-03::before {
    background-position: -10px -502px;
    width: 50px;
    height: 50px;
}

.icon-kaihei::before {
    background-position: -70px -502px;
    width: 50px;
    height: 50px;
}

.icon-soushin::before {
    background-position: -10px -562px;
    width: 50px;
    height: 50px;
}

.icon-sejyou::before {
    background-position: -70px -562px;
    width: 50px;
    height: 50px;
}

.icon-kuukan::before {
    background-position: -10px -622px;
    width: 50px;
    height: 50px;
}

.icon-kasai::before {
    background-position: -70px -622px;
    width: 50px;
    height: 50px;
}

.icon-enkaku::before {
    background-position: -10px -682px;
    width: 50px;
    height: 50px;
}

.icon-light::before {
    background-position: -70px -682px;
    width: 50px;
    height: 50px;
}

.icon-chuukei::before {
    background-position: -10px -742px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 640px) {
    .nv_chapter {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 35px;
        border: 1px solid #585858;
    }
    .cht1 {
        display: inline-block;
        float: left;
        background: #585858;
        border: 1px solid #585858;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding: 5px 0px;
        width: 90px;
        min-height: 30px;
    }
    .cht2 {
        float: left;
        width: auto;
        height: auto;
        color: #10459d;
        font-weight: bold;
        padding: 6px 165px 0 10px;
        position: relative;
        height: 80px;
        font-size: 13px;
    }
    .cht2 span {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        color: #10459d;
        font-weight: bold;
    }
    .img-con-02::after,
    .img-con-01::after,
    .img-con-03::after,
    .img-con-04::after {
        background-size: cover;
        width: 160px;
        height: 100px;
        top: -24px;
        right: -18px;
    }
}

.nv_dt1_tit>span.cl-green {
    background-color: #e6ffe6;
}

.nv_dt1_tit>span.cl-blue {
    background-color: #e6ffff;
}

.nv_dt1_tit>span.cl-purple {
    background-color: #ebebff;
}

.nv_dt1_tit>span.cl-purple02 {
    background-color: #ffebff;
}

.nv_dt1_tit>span.cl-orange {
    background-color: #ffebeb;
}

.nv_dt1_tit>span.cl-yellow {
    background-color: #ffffcd;
}

.nv_dt1_tit>span.cl-yellow02 {
    background-color: #fff7e6;
}

.nv_dt1_tit>span.cl-green02 {
    background-color: #f3ffe6;
}
@media screen and (max-width: 640px){
.scroll {
    margin: 0 20px;
    overflow: auto;
    white-space: nowrap;
}