@charset "UTF-8";

/* ===============================================
   font
   =============================================== */

.bold {
    font-weight: bold;
}

.line_yellow {
    background: linear-gradient(transparent 60%, #fffe95 0%);
}

/* ===============================================
   mv
   =============================================== */

.mv {
    height: 266px;
    background-repeat: no-repeat;
    background-position: top center;
}

.mv h1 {
    width: 1000px;
    padding-top: 43px;
    margin: 0 auto;
}

.mv h1 p.txt-read {
    color: #fff;
    font-size: 150%;
    margin-top: 10px;
}

@media only screen and (max-width:640px) {
    .mv {
        height: 0;
        padding-top: 39%;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        position: relative;
    }
    .mv h1 {
        width: auto;
        padding: 5%;
        position: absolute;
        top: 0;
    }
    .mv h1 img {
        max-width: 100%;
    }
    .mv h1 p.txt-read {
        font-size: 11px;
    }
}

.title-mv {
    position: relative;
}

.title-mv img.bg-title-mv {
    width: 100%;
}

.title-mv .box-title {
    position: absolute;
    top: 80px;
    left: 150px;
}

.title-mv .box-title .logo-txt {
    font-size: 200%;
    font-weight: bold;
    border-bottom: 4px solid #1d50a3;
    margin-bottom: 15px;
}

.title-mv .box-title .logo-txt + p {
    font-weight: bold;
    font-size: 22px;
}

@media only screen and (max-width:640px) {
    .title-mv .box-title {
        left: 5%;
        top: 10px;
        max-width: 45%;
    }
    .title-mv .box-title .logo-txt {
        font-size: 13px;
        border-width: 2px;
        margin-bottom: 2px;
    }
    .title-mv .box-title .logo-txt img {
        width: 65%;
    }
    .title-mv .box-title .logo-txt + p {
        font-size: 10px;
    }
}


/* ===============================================
   section
   =============================================== */

.section h2.title01 {
    font-size: 217%;
    font-weight: bold;
    text-align: center;
}

.section h2.title01 span {
    padding-bottom: 5px;
    border-bottom: 5px solid #1d50a3;
}

.section h3.title01,
.section .title01.head03 {
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    padding-left: 27px;
    border-left: 8px solid #1d50a3;
    clear: both;
}

.section h3.title02,
.section .title02.head03 {
    font-weight: bold;
    text-align: left;
}

.section span.title02 {
    font-weight: bold;
    text-align: left;
}

.section h3.title03,
.section .title03.head03 {
    position: relative;
    color: #fff;
    font-size: 109%;
    font-weight: bold;
    text-align: left;
    line-height: 70px;
    padding-left: 35px;
    background-color: #1d50a3;
}

.section h3.title03 img
.section .title03.head03 img {
    position: absolute;
    top: 30px;
    right: 35px;
}

.section h3.title04,
.section .title04.head03 {
    color: #1d50a3;
    font-size: 134%;
    font-weight: bold;
    text-align: center;
}

.section h4.title01,
.section .title01.head04 {
    font-size: 134%;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}

.section h4.title02,
.section .title02.head04  {
    font-size: 109%;
    font-weight: bold;
    text-align: left;
}

@media only screen and (max-width:640px) {
    .section h2.title01 {
        font-size: 150%;
    }
    .section h3.title01,
    .section .title01.head03 {
        font-size: 134%;
        line-height: 1.2;
        padding-left: 10px;
        border-left: 4px solid #1d50a3;
    }
    .section h3.title03,
    .section .title03.head03 {
        line-height: 1.3;
        padding: 12px 30px 10px 10px;
    }
    .section h3.title03 img,
    .section .title03.head03 img {
        width: auto;
        height: 6px;
        top: 50%;
        right: 10px;
        margin-top: -3px;
    }
    .section h3.title04,
    .section .title04.head03 {
        font-size: 117%;
    }
    .section h4.title01,
    .section .title01.head04 {
        font-size: 117%;
    }
}


/* ===============================================
   tab_container
   =============================================== */

.tab_container.tab_top {
    margin-top: -69px;
}

.tab_container.tab_top.bottom {
    margin-top: -1px !important;
}

.tab_container.tab_bottom {
    margin-top: -1px !important;
}

.tab_container ul {
    width: 100%;
}

.tab_container.col2 li {
    float: left;
    width: 50%;
}

.tab_container.col3 li {
    float: left;
    width: 33.33333%;
}

.tab_container.col4 li {
    float: left;
    width: 25%;
}

.tab_container.col5 li {
    float: left;
    width: 20%;
}

.tab_container.col6 li {
    float: left;
    width: 16.66667%;
}

.tab_container.col1 li a,
.tab_container.col2 li a {
    display: block;
    width: 100%;
    height: 69px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 69px;
    background-color: #1d50a3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab_container.col3 li a,
.tab_container.col4 li a,
.tab_container.col5 li a,
.tab_container.col6 li a {
    display: block;
    width: 100%;
    height: 69px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 69px;
    background-color: #1d50a3;
    border-left: 1px solid #6185bf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab_container li.active a {
    color: #1d50a3;
    font-weight: bold;
    background-color: #fff;
}

.tab_container.tab_bottom li.active a {
    border-bottom: 1px solid #e8e8e7;
}

.tab_container.tab_top.bottom li a {
    border-left: 1px solid #e8e8e7;
    border-right: 1px solid #e8e8e7;
    border-bottom: 1px solid #e8e8e7;
}

.tab_container.tab_top.bottom li.active a {
    border-left: 1px solid #e8e8e7;
    border-right: 1px solid #e8e8e7;
    border-bottom: 1px solid #e8e8e7;
}

.tab_container li:first-child a {
    border-left: none;
}

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

.tab_container li.active a:hover {
    color: #1d50a3;
}

@media only screen and (min-width:641px) {
    .tab_container li a:hover {
        background-color: #fff;
        color: #1d50a3;
        font-weight: bold;
    }
}

@media only screen and (max-width:640px) {
    .tab_container.page-width {
        padding: 0;
    }
    .tab_container {
        margin-top: 0 !important;
    }
    .tab_container li a {
        height: auto;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        padding: 11px 5px;
    }
    .tab_container.col1 li a,
    .tab_container.col2 li a {
        height: auto;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        padding: 11px 5px;
    }
    .tab_container.col3 li a,
    .tab_container.col4 li a,
    .tab_container.col5 li a,
    .tab_container.col6 li a {
        height: auto;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        padding: 11px 5px;
    }
}


/* ===============================================
   tabl_link
   =============================================== */

.tabl_link {
    border-bottom: 1px solid #e5e5e5;
}

.tab_container.col2 ul {
    margin-right: -10px;
    margin-left: -10px;
}

.tab_container.col2 li {
    float: left;
    width: 50%;
    padding: 0 10px;
    position: relative;
}

@media only screen and (max-width:640px) {
    .tab_container.col2 ul {
        margin-right: 0;
        margin-left: 0;
    }
    .features_container .page-width h3.title01 {
        margin-bottom: 30px !important;
    }
}


/*end*/


/* ===============================================
   campaign_container
   =============================================== */

.campaign_container ul {
    width: 100%;
}

.campaign_container ul li {
    float: left;
    width: 470px;
    margin-bottom: 10px;
}

.campaign_container ul li:nth-child(odd) {
    margin-right: 60px;
}

.campaign_container ul li:first-child,
.campaign_container ul li:nth-child(2) {
    margin-bottom: 0;
}

@media only screen and (max-width:640px) {
    .campaign_container ul li {
        float: none;
        width: 100%;
    }
    .campaign_container ul li:nth-child(odd) {
        margin-right: 0;
    }
    .campaign_container ul li:last-child {
        margin-bottom: 0;
    }
    .campaign_container ul li img {
        width: 100%;
        height: auto;
    }
}


/* ===============================================
   recommend_container
   =============================================== */

.recommend_container .arrow {
    text-align: center;
    margin: 50px 0;
}

@media only screen and (max-width:640px) {
    .recommend_container .arrow {
        margin: 25px 0;
    }
    .recommend_container .arrow img {
        width: 85px;
        height: auto;
    }
    .recommend_container .image img {
        width: 100%;
        height: auto;
    }
}


/* ===============================================
   movie_container
   =============================================== */

.movie_container .movie {
    width: 720px;
    margin: 0 auto;
}

.movie_container .movie p {
    font-weight: bold;
    margin-top: 10px;
}

.movie_container .movie .f-left {
    float: left;
}

.movie_container .movie .f-right {
    float: right;
}

.movie_container .anime {
    margin-top: 65px;
}

.movie_container .anime a {
    display: block;
    padding: 45px 125px 35px 45px;
    border: 1px solid #e5ebf5;
    background-color: #fff;
    background-image: url(/person/common/img/arrow_blue.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 16px 32px;
}

.movie_container .anime a img {
    float: left;
    margin-right: 25px;
}

.movie_container .anime a .title {
    display: block;
    color: #1d50a3;
    font-size: 134%;
    font-weight: bold;
    margin-bottom: 20px;
}

.movie_container .anime a .txt {
    line-height: 1.8;
}

.movie_container .anime a:hover {
    text-decoration: none;
}

@media only screen and (min-width:641px) {
    .movie_container .anime a:hover {
        background-color: #1d50a3;
        background-image: url(/person/common/img/arrow_white.svg);
        background-position: 96% center;
        background-repeat: no-repeat;
        background-size: 16px 32px;
    }
    .movie_container .anime a:hover img {
        opacity: 1;
    }
    .movie_container .anime a:hover .txt {
        color: #fff;
    }
    .movie_container .anime a:hover .title {
        color: #fff;
    }
}

@media only screen and (max-width:640px) {
    .movie_container .movie {
        width: 100%;
    }
    .movie_container .movie .embed {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .movie_container .movie .embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .movie_container .anime {
        margin-top: 30px;
    }
    .movie_container .anime a {
        padding: 10px 40px 10px 10px;
        background-size: 10px auto;
    }
    .movie_container .anime a img {
        width: 30%;
        margin-right: 10px;
    }
    .movie_container .anime a .title {
        font-size: 117%;
        margin-bottom: 10px;
    }
}


/* ===============================================
   overview_container
   =============================================== */

.overview_container .arrow {
    text-align: center;
    margin: 30px 0 25px;
}

.overview_container .residence {
    width: 665px;
    text-align: center;
    padding: 45px 10px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.overview_container .residence li {
    float: left;
    width: 175px;
    vertical-align: middle;
    margin: 0 17px;
}

.overview_container .residence li .txt {
    display: block;
    width: 175px;
    color: #fff100;
    font-size: 134%;
    font-weight: bold;
    padding: 36px 0;
    background-color: #1e51a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-width:640px) {
    .overview_container .arrow {
        margin: 15px 0 10px;
    }
    .overview_container .arrow img {
        width: 25px;
        height: 25px;
    }
    .overview_container .residence {
        width: auto;
        padding: 20px 10px;
    }
    .overview_container .residence li {
        width: 100%;
        vertical-align: middle;
        margin: 0;
    }
    .overview_container .residence li:nth-child(2),
    .overview_container .residence li:nth-child(3) {
        width: 50%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .overview_container .residence li img {
        width: 100%;
        max-width: 95px;
        margin: 0 auto;
    }
    .overview_container .residence li .txt {
        width: 120px;
        height: 120px;
        font-size: 117%;
        padding: 25px 0;
        margin: 0 auto;
    }
}


/* ===============================================
   features_container
   =============================================== */

.features_container h4.title01 {
    line-height: 1.5;
}

.features_container .point {
    color: #fff;
    font-size: 117%;
    font-weight: bold;
    padding: 15px 38px;
    margin-top: 110px;
    background-color: #1d50a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.features_container .point01 {
    margin-top: 0;
}

.features_container .point p {
    display: inline-block;
    color: #ffea00;
    margin-right: 35px;
}

.features_container .detail01 .image,
.features_container .detail03 .image,
.features_container .detail02 .txt {
    float: right;
}

.features_container .detail01 .txt,
.features_container .detail03 .txt,
.features_container .detail02 .image {
    float: left;
}

.features_container .detail01 .image,
.features_container .detail02 .image,
.features_container .detail03 .image {
    width: 505px;
    text-align: right;
}

.features_container .detail02 .image {
    text-align: left;
}

.features_container .detail01 .txt,
.features_container .detail02 .txt,
.features_container .detail03 .txt {
    width: 495px;
    line-height: 1.8;
}

@media only screen and (max-width:640px) {
    .features_container .point {
        font-size: 100%;
        padding: 10px 20px;
        margin-top: 50px;
    }
    .features_container .point01 {
        margin-top: 0;
    }
    .features_container .point p {
        margin-right: 15px;
    }
    .features_container .detail {
        float: none;
    }
    .features_container .detail .image,
    .features_container .detail .txt {
        width: 100%;
    }
    .features_container .detail .image img {
        width: 100%;
    }
}


/* ===============================================
   service_container
   =============================================== */


/*---- option-area ----*/

.service_container .option-area h3 {
    margin-top: 30px;
}

.service_container .option-area .block01 {
    display: table;
    width: 100%;
    padding: 33px 0;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service_container .option-area .block01 dl {
    display: table-cell;
    width: 25%;
}

.service_container .option-area .block01 dl.box01,
.service_container .option-area .block01 dl.box02,
.service_container .option-area .block01 dl.box03 {
    background: url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.service_container .option-area .block01 dl dt {
    text-align: center;
    padding: 5px 0 40px;
}

.service_container .option-area .block01 dl dt span {
    display: inline-block;
    vertical-align: middle;
}

.service_container .option-area .block01 dl dt .txt {
    text-align: left;
    margin-left: 15px;
}

.service_container .option-area .block01 dl dd {
    padding: 0 20px;
}

@media only screen and (max-width:640px) {
    .service_container .option-area h3 {
        margin-top: 15px;
    }
    .service_container .option-area .block01 {
        padding: 0;
    }
    .service_container .option-area .block01 dl {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    .service_container .option-area .block01 dl.box01,
    .service_container .option-area .block01 dl.box02,
    .service_container .option-area .block01 dl.box03 {
        background: none;
        border-bottom: 1px dotted #b2b2b2;
    }
    .service_container .option-area .block01 dl dt {
        text-align: center;
        padding: 15px 0;
    }
    .service_container .option-area .block01 dl dt img {
        width: auto;
        height: 35px;
    }
    .service_container .option-area .block01 dl dd {
        padding: 0 0 15px;
    }
}


/*---- emergency-area ----*/

.service_container .emergency-area h3 {
    color: #253394;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    margin-top: 35px;
    background-color: #fff100;
}

.service_container .emergency-area h3 img {
    vertical-align: middle;
    margin-right: 20px;
}

.service_container .emergency-area .arrow {
    text-align: center;
    margin: 28px 0;
}

.service_container .emergency-area .txt {
    font-size: 117%;
    font-weight: bold;
    text-align: center;
}

.service_container .emergency-area .block01 {
    display: table;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service_container .emergency-area .block01 dl {
    display: table-cell;
    text-align: center;
    width: 33.3%;
}

.service_container .emergency-area .block01 dl.box02 {
    width: 33.4%;
    background: url(/person/common/img/line_dot_vertical.png) left top repeat-y, url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.service_container .emergency-area .block01 dl dt {
    padding-bottom: 15px;
}

.service_container .emergency-area .block02 {
    padding: 50px 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.service_container .emergency-area .block02 h4 {
    color: #1d50a3;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}

.service_container .emergency-area .block02 .image {
    text-align: center;
}

@media only screen and (max-width:640px) {
    .service_container .emergency-area h3 {
        font-size: 134%;
        line-height: 1.3;
        padding: 15px;
        margin-top: 20px;
    }
    .service_container .emergency-area h3 img {
        width: 91px;
        margin-right: 10px;
    }
    .service_container .emergency-area .arrow {
        margin: 15px 0;
    }
    .service_container .emergency-area .arrow img {
        width: 63px;
        height: auto;
    }
    .service_container .emergency-area .image img {
        width: 100%;
        height: auto;
    }
    .service_container .emergency-area .block01 {
        padding: 0;
    }
    .service_container .emergency-area .block01 dl {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    .service_container .emergency-area .block01 dl.box02 {
        width: 94%;
        background: none;
        background: url(/person/common/img/line_dot_side.png) left top repeat-x, url(/person/common/img/line_dot_side.png) left bottom repeat-x;
    }
    .service_container .emergency-area .block01 dl dt {
        padding: 15px 0 10px;
    }
    .service_container .emergency-area .block01 dl dd {
        padding: 0 0 15px;
    }
    .service_container .emergency-area .block01 dl dt img {
        width: 100%;
        height: auto;
    }
    .service_container .emergency-area .block02 {
        padding: 25px 15px;
    }
    .service_container .emergency-area .block02 h4 {
        font-size: 134%;
        margin-bottom: 10px;
    }
    .service_container .emergency-area .block02 .image img {
        width: 100%;
    }
}


/* ===============================================
   point02_container
   =============================================== */

.point02_container .box-point01 {
    display: table;
    width: 100%;
    margin-top: 45px;
}

.point02_container .box-point01 .image {
    display: table-cell;
}

.point02_container .box-point01 ul {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.point02_container .box-point01 ul li {
    color: #1d50a3;
    font-weight: bold;
    padding: 5px 0;
}

.point02_container .box-point01 ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    position: relative;
    left: -10px;
    top: 0;
    display: inline-block;
    background-color: #1d50a3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.point02_container .box-point02 {
    display: table;
    width: 100%;
    margin-top: 45px;
}

.point02_container .box-point02 div {
    display: table-cell;
}

.point02_container .box-point02 .left {
    width: 50%;
    padding-right: 25px;
}

.point02_container .box-point02 .right {
    width: 50%;
    padding-left: 25px;
}

.point02_container .box-point02 div .ttl {
    color: #1d50a3;
    font-size: 117%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.point02_container .box-point02 div dl {
    padding: 25px;
    border: 1px solid #e5e5e5;
}

.point02_container .box-point02 div dl dt {
    color: #1d50a3;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
    border: 1px solid #1d50a3;
}

.point02_container .box-point02 div dl dd {
    margin: 0px;
}

.point02_container .box-point02 div dl dd p {
    float: left;
    width: 200px;
    text-align: left;
    line-height: 1.8;
    margin: 0;
}

.point02_container .box-point02 div dl dd p span {
    font-weight: bold;
}

.point02_container .box-point02 div dl dd img {
    float: right;
}

@media only screen and (max-width:640px) {
    .point02_container .box-point01 {
        display: block;
        margin-top: 0;
    }
    .point02_container .box-point01 .image,
    .point02_container .box-point01 ul {
        display: block;
    }
    .point02_container .box-point01 ul {
        padding-left: 15px;
    }
    .point02_container .box-point01 ul li:before {
        width: 12px;
        height: 12px;
        top: 2px;
    }
    .point02_container .box-point02 {
        display: block;
        margin-top: 0;
    }
    .point02_container .box-point02 div {
        display: block;
    }
    .point02_container .box-point02 .left,
    .point02_container .box-point02 .right {
        width: 100%;
        padding: 0;
    }
    .point02_container .box-point02 div .ttl {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .point02_container .box-point02 div dl {
        padding: 10px;
    }
    .point02_container .box-point02 div dl dt {
        margin-bottom: 10px;
    }
    .point02_container .box-point02 div dl dd p {
        width: 60%;
    }
    .point02_container .box-point02 div dl dd img {
        width: 40%;
    }
}


/* ===============================================
   plan_container
   =============================================== */

.plan_container.example02 {
    padding: 60px 0 70px;
}

.plan_container .main-img {
    text-align: center;
    margin-bottom: 62px;
}

.plan_container table {
    width: 740px;
    font-size: 84%;
    text-align: center;
    margin: 0 auto 57px;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

.plan_container table th,
.plan_container table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.plan_container table thead th {
    width: 25%;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 12px 0;
    border-left: 1px solid #e5e5e5;
    background-color: #1d50a3;
}

.plan_container table thead td {
    color: #fff;
    padding: 12px 0;
    border-left: 1px solid #e5e5e5;
    background-color: #9da3ac;
}

.plan_container table tbody th {
    font-weight: normal;
    text-align: left;
    padding: 14px 17px;
    border-top: 1px solid #e5e5e5;
    background-color: #f6f9ff;
}

.plan_container table tbody td {
    padding: 14px 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.plan_container table tbody td:empty {
    background-image: linear-gradient(to top left, transparent, transparent 49%, #e5e5e5 49%, #e5e5e5 50%, transparent 50%, transparent);
}

.plan_container .plan_detail dl {
    float: left;
    width: 320px;
    text-align: center;
    margin-left: 20px;
    border-top: 5px solid #1d50a3;
}

.plan_container .plan_detail dl:first-child {
    margin-left: 0;
}

.plan_container .plan_detail dl dt {
    padding: 20px 0 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.plan_container .plan_detail dl dt p {
    line-height: 1.8;
}

.plan_container .plan_detail dl dt h4 {
    color: #1d50a3;
    font-size: 150%;
    font-weight: bold;
    margin-top: 5px;
}

.plan_container .plan_detail dl dd {
    padding: 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.plan_container .plan_detail dl dd .box01 {
    font-weight: bold;
    padding-bottom: 20px;
    background: url(/person/common/img/line_dot_side.png) left bottom repeat-x;
}

.plan_container .plan_detail dl dd .box01 p {
    display: inline-block;
    color: #fff;
    font-size: 72%;
    padding: 5px 12px 3px;
    margin: 0 10px 0 0;
    background-color: #1d50a3;
}

.plan_container .plan_detail dl dd .box01 .price {
    font-size: 167%;
    vertical-align: middle;
}

.plan_container .plan_detail dl dd .box01 .yen {
    font-size: 84%;
    font-weight: normal;
}

.plan_container .plan_detail dl dd .box01 .tax {
    font-size: 72%;
    font-weight: normal;
    margin-right: 10px;
}

.plan_container .plan_detail dl dd .box01 .txt {
    font-size: 72%;
}

.plan_container .plan_detail dl dd .box02 {
    padding-top: 17px;
}

.plan_container .plan_detail dl dd .box02 .cost-mark{
    border: solid 2px #1d50a3;
    display: block;
}

.plan_container .plan_detail dl dd .box02 .initial-cost {
    color: #fff;
    font-size: 84%;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 15px;
    background-color: #9da3ac;
}

.plan_container .plan_detail dl dd .box02 .small-txt {
    font-size: 77%;
}

.plan_container .plan_detail dl dd .box02 .price {
    font-size: 117%;
    font-weight: bold;
}

.plan_container .plan_detail dl dd .box02 .note {
    font-size: 84%;
    margin-top: 10px;
}

.plan_container .machine {
    display: table;
    width: 750px;
    margin: 55px auto 0;
}

.plan_container .machine dt,
.plan_container .machine dd {
    display: table-cell;
    vertical-align: middle;
}

.plan_container .machine dt {
    width: 120px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #555;
}

.plan_container .machine dd {
    text-align: left;
    padding: 18px 25px;
    margin: 0;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.plan_container .note-txt {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width:640px) {
    .plan_container.example02 {
        padding: 30px 0 40px;
    }
    .plan_container .main-img {
        margin-bottom: 30px;
    }
    .plan_container .main-img img {
        width: 100%;
    }
    .plan_container table {
        width: 100%;
        margin-bottom: 25px;
    }
    .plan_container table thead th,
    .plan_container table thead td,
    .plan_container table tbody th,
    .plan_container table tbody td {
        padding: 10px 8px;
    }
    .plan_container .plan_detail dl {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .plan_container .plan_detail dl:first-child {
        margin-top: 0;
    }
    .plan_container .plan_detail dl dt,
    .plan_container .plan_detail dl dd {
        padding: 10px;
    }
    .plan_container .plan_detail dl dd .box01 {
        padding-bottom: 10px;
    }
    .plan_container .plan_detail dl dd .box01 p {
        padding: 3px 10px;
    }
    .plan_container .plan_detail dl dd .box02 {
        padding-top: 10px;
    }
    .plan_container .plan_detail dl dd .box02 .initial-cost {
        line-height: 25px;
        margin: 0 0 10px;
    }
    .plan_container .machine {
        display: block;
        width: 100%;
        margin: 25px auto 0;
    }
    .plan_container .machine dt,
    .plan_container .machine dd {
        display: block;
        width: 100%;
    }
    .plan_container .machine dt {
        padding: 10px;
    }
    .plan_container .machine dd {
        padding: 10px;
        border-top: none;
        border-left: 1px solid #e5e5e5;
    }
    .plan_container .note-txt {
        margin-top: 15px;
    }
}


/* ===============================================
   flow_container
   =============================================== */

.flow_container .description {
    line-height: 2;
}

.flow_container .step h3 {
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.flow_container .step h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.flow_container .step h3 span {
    color: #1d50a3;
}

.flow_container .step h3 .small-txt {
    font-size: 63%;
}

.flow_container .step h3 .nubmer {
    padding-right: 30px;
}

.flow_container .step .inner {
    display: table;
    width: 100%;
}

.flow_container .step .inner div {
    display: table-cell;
    vertical-align: middle;
}

.flow_container .step .inner .txt {
    width: 400px;
    padding-right: 30px;
    line-height: 2;
}

.flow_container .step .inner .txt p {
    padding-top: 25px;
}

.flow_container .step .inner .txt .small-txt {
    font-size: 84%;
}

.features_container .detail02 p.small-txt {
    font-size: 80%;
}

.flow_container .step .inner .image {
    width: 600px;
}

.flow_container .step .inner .image p {
    padding-top: 15px;
}

.flow_container .step .inner .image p a {
    color: #1d50a3;
    text-decoration: underline;
}

.flow_container .step-end {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color: #fff100;
}

.flow_container .arrow {
    text-align: center;
    margin: 70px 0 30px;
}

@media only screen and (max-width:640px) {
    .flow_container .step h3 {
        font-size: 134%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .flow_container .step h3 img {
        width: 30px;
        height: auto;
        margin-right: 5px;
    }
    .flow_container .step h3 .nubmer {
        padding-right: 15px;
    }
    .flow_container .step .inner,
    .flow_container .step .inner div {
        display: block;
    }
    .flow_container .step .inner .txt,
    .flow_container .step .inner .image {
        width: 100%;
        padding-right: 0;
    }
    .flow_container .step .inner .txt p {
        padding-top: 15px;
    }
    .flow_container .step .inner .image {
        padding-top: 15px;
    }
    .flow_container .step .inner .image p {
        padding-top: 10px;
    }
    .flow_container .step .inner .image img {
        width: 100%;
    }
    .flow_container .step-end {
        padding: 10px;
        font-size: 134%;
        line-height: 1.3;
    }
    .flow_container .arrow {
        margin: 35px 0 15px;
    }
    .flow_container .arrow img {
        width: 63px;
        height: auto;
    }
}


/* ===============================================
   vioce_container
   =============================================== */

.vioce_container h3 {
    color: #1d50a3;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
}

.vioce_container h3 span {
    color: #1d50a3;
    display: block;
    font-size: 80%;
}

.vioce_container .box {
    padding: 25px 30px;
    margin-top: 30px;
    background-color: #f9f9f9;
}

.vioce_container .box:first-child {
    margin-top: 0;
}

.vioce_container .box dl {
    width: 100%;
}

.vioce_container .box dl dt {
    font-weight: bold;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.vioce_container .box dl dt .area {
    color: #666;
    padding-right: 20px;
}

.vioce_container .box dl dt .name {
    font-size: 150%;
}

.vioce_container .box dl dd {
    text-align: left;
    padding-top: 20px;
}

.vioce_container .box dl dd img {
    float: left;
    margin-right: 40px;
}

.vioce_container .box dl dd .detail {
    font-weight: bold;
    margin-bottom: 10px;
}

.vioce_container .box dl dd .txt {
    font-size: 84%;
    line-height: 1.8;
}

@media only screen and (max-width:640px) {
    .vioce_container h3 {
        font-size: 117%;
    }
    .vioce_container .box {
        padding: 10px 15px;
        margin-top: 15px;
    }
    .vioce_container .box dl dt .area {
        padding-right: 10px;
    }
    .vioce_container .box dl dd {
        padding-top: 10px;
    }
    .vioce_container .box dl dd img {
        margin-right: 20px;
    }
}


/* ===============================================
   seniorBlock
   =============================================== */

.title_container.section {
    padding-bottom: 0;
}

.ttl-area_description {
    font-size: 117%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.ttl-area_txt {
    text-align: left;
    line-height: 1.8;
}

.tab-area_link {
    width: 100%;
    margin-top: 60px;
    margin-bottom: -1px;
}

.tab-area_link li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1d50a3;
    background-color: #fff
}

.tab-area_link li:first-child {
    padding: 0 10px 0 0;
    position: relative;
}

.tab-area_link li:first-child:after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    width: 10px;
    height: 1px;
    bottom: 0;
    position: absolute;
    right: 0px;
}

.tab-area_link li:last-child {
    padding: 0 0 0 10px;
    position: relative;
}

.tab-area_link li:last-child:before {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    width: 10px;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0px;
}

.tab-area_link li a {
    display: block;
    color: #1d50a3;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.tab-area_link li:hover a {
    display: block;
    color: #fff;
    border-top: 1px solid #1d50a3;
    border-left: 1px solid #1d50a3;
    border-right: 1px solid #1d50a3;
    background-color: #1d50a3;
}

.tab-area_link li.active a {
    display: block;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #1d50a3;
    border-left: 1px solid #1d50a3;
    border-right: 1px solid #1d50a3;
    background-color: #1d50a3;
}

.arrow-down01 {
    text-align: center;
    margin: 50px 0;
}

.tab-area_link.col3 li {
    width: 33.333%;
    display: table;
    line-height: inherit;
}

.tab-area_link.col3 li a {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

@media only screen and (max-width:640px) {
    .tab-area_link {
        margin-top: 30px;
    }
    .tab-area_link li {
        line-height: 1.5;
    }
    .tab-area_link li:first-child {
        padding: 0 5px 0 0;
    }
    .tab-area_link li:last-child {
        padding: 0 0 0 5px;
    }
    .tab-area_link li:first-child:after {
        width: 5px;
    }
    .tab-area_link li:last-child:before {
        width: 5px;
    }
    .tab-area_link li a {
        padding: 10px 5px;
    }
    .arrow-down01 {
        margin: 25px 0;
    }
    .arrow-down01 img {
        width: 85px;
        height: auto;
    }
}


/* ===============================================
   sub_container
   =============================================== */


/*---- link-area ----*/

.sub_container .link-area {
    display: table;
    width: 100%;
    padding-bottom: 70px;
}

.sub_container .link-area .left {
    display: table-cell;
    width: 50%;
    padding: 45px 0 50px;
    background-color: #f2f2f2;
}

.sub_container .link-area .right {
    display: table-cell;
    width: 50%;
    padding: 45px 0 50px;
    background-color: #ebebeb;
}

.sub_container .link-area .left div {
    float: right;
    width: 500px;
    text-align: center;
}

.sub_container .link-area .right div {
    float: left;
    width: 500px;
    text-align: center;
}

.sub_container .link-area span {
    font-weight: bold;
}

.sub_container .link-area a {
    display: block;
    width: 376px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    margin: 32px auto 0;
    background: #666 url(/person/common/img/arrow_link-area.png) 96% center no-repeat;
}


/*link area with image background*/

.sub_container.bg_image .link-area span {
    color: #fff;
}

.sub_container.bg_image .link-area .left {
    background: url('/person/common/img/arrow_link-area_bg01.jpg') no-repeat center;
    background-size: cover;
}

.sub_container.bg_image .link-area .left a {
    background-color: #1d50a3;
    background-image: url(/person/common/img/arrow_yellow.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
}

.sub_container.bg_image .link-area .right {
    background: url('/person/common/img/arrow_link-area_bg02.jpg') no-repeat center;
    background-size: cover;
}

.sub_container.bg_image .link-area .right a {
    background-color: #fff100;
    background-image: url(/person/common/img/arrow_glay.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    color: #000;
}

@media only screen and (min-width:641px) {
    .sub_container.bg_image .link-area .left a:hover {
        background-color: #fff;
        color: #1d50a3;
    }
    .sub_container.bg_image .link-area .right a:hover {
        background-color: #696969;
        color: #fff100;
    }
}

@media only screen and (max-width:640px) {
    .sub_container .link-area {
        display: block;
        width: 100%;
        padding-bottom: 50px;
    }
    .sub_container .link-area .left,
    .sub_container .link-area .right {
        display: block;
        width: 100%;
        padding: 20px 0 25px;
    }
    .sub_container .link-area .left div,
    .sub_container .link-area .right div {
        float: none;
        display: inline-block;
        width: 90%;
        vertical-align: middle;
        margin: 0 5%;
    }
    .sub_container .link-area a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 15px auto 0;
        background-size: 5px auto;
    }
}


/*---- column-area ----*/

.sub_container .column-area {
    margin-top: 0;
}

.sub_container .column-area.type02 {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none;
}

.sub_container .column-area ul {
    width: 100%;
}

.sub_container .column-area ul li {
    float: left;
    width: 300px;
    margin-top: 40px;
    margin-left: 50px;
}

.sub_container .column-area ul li:nth-child(-n+3) {
    margin-top: 0;
}

.sub_container .column-area ul li:nth-child(3n+1) {
    margin-left: 0;
}

.sub_container .column-area ul li a {
    display: block;
}

.sub_container .column-area ul li a .date {
    display: block;
    color: #cd1a1a;
    font-size: 72%;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 5px;
}

.sub_container .column-area ul li a .txt {
    text-decoration: underline;
}

.sub_container .column-area ul li a:hover {
    text-decoration: none;
}

@media only screen and (min-width:641px) {
    .sub_container .column-area ul li a:hover .txt {
        color: #263594;
    }
    .sub_container .view-area ul li a:hover .title {
        color: #263594;
    }
    .sub_container .view-area ul li a:hover .txt {
        color: #263594;
    }
}

@media only screen and (max-width:640px) {
    .sub_container .column-area {
        padding-bottom: 25px;
        margin-top: 0;
    }
    .sub_container .column-area ul {
        display: block;
    }
    .sub_container .column-area ul li {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .sub_container .column-area ul li:nth-child(-n+3) {
        margin-top: 20px;
    }
    .sub_container .column-area ul li:first-child {
        margin-top: 0;
    }
    .sub_container .column-area ul li a .date {
        margin: 5px 0 3px;
    }
    .sub_container .column-area ul li img {
        width: 100%;
    }
}


/*---- view-area ----*/

.sub_container .view-area {
    margin-top: 50px;
}

.sub_container .view-area ul {
    width: 100%;
}

.sub_container .view-area ul li {
    float: left;
    width: 500px;
}

.sub_container .view-area ul li.box01 {
    padding-right: 50px;
    border-right: 1px dotted #e8e8e8;
}

.sub_container .view-area ul li.box02 {
    padding-left: 50px;
}

.sub_container .view-area ul li span {
    display: block;
    text-align: left;
}

.sub_container .view-area ul li .image {
    float: left;
    width: 170px;
}

.sub_container .view-area ul li .icon,
.sub_container .view-area ul li .title,
.sub_container .view-area ul li .txt {
    margin-left: 200px;
}

.sub_container .view-area ul li .icon {
    width: 120px;
    color: #19a69c;
    ;
    font-size: 72%;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    background-image: url(../../img/products/viewarea/icon_.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 20px;
}

.sub_container .view-area ul li .icon.type01 {
    background-color: #fff;
}

.sub_container .view-area ul li .title {
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width:640px) {
    .sub_container .view-area {
        margin-top: 25px;
    }
    .sub_container .view-area ul li {
        float: none;
        width: 100%;
    }
    .sub_container .view-area ul li.box01,
    .sub_container .view-area ul li.box02 {
        padding: 0;
    }
    .sub_container .view-area ul li.box01 {
        padding: 0 0 15px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px dotted #e8e8e8;
    }
	.sub_container .view-area ul li.box-border-top{
        border-top: 1px dotted #e8e8e8;
        padding-top:20px;
    }
    .sub_container .view-area ul li .image {
        float: left;
        width: 30%;
    }
    .sub_container .view-area ul li .image img {
        width: 100%;
    }
    .sub_container .view-area ul li .icon,
    .sub_container .view-area ul li .title,
    .sub_container .view-area ul li .txt {
        margin-left: 32%;
    }
    .sub_container .view-area ul li .icon {
        width: 100px;
        line-height: 20px;
        margin-bottom: 5px;
        background-size: 20px;
    }
}


/* ===============================================
   guide_container
   =============================================== */

.guide_container ul {
    width: 100%;
}

.guide_container ul li {
    float: left;
    display: table;
    width: 486px;
    vertical-align: middle;
}

.guide_container ul li:nth-child(odd) {
    padding-right: 28px;
}

.guide_container.col1 ul li {
    padding: 0;
    float: none;
    margin: 0 auto;
}

.guide_container ul li a {
    display: block;
    font-weight: bold;
    padding: 30px 37px 30px;
    border: 1px solid #e5e5e5;
    background-image: url(/person/common/img/arrow_aqua.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px 24px;
}

@media only screen and (min-width:641px) {
    .guide_container ul li a:hover {
        background-color: #1d50a3;
        background-image: url(/person/common/img/arrow_white.svg);
    }
    .guide_container ul li a:hover span {
        color: #ffffff;
    }
    .guide_container ul li a:hover img {
        opacity: 1;
    }
}

.guide_container ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.guide_container ul li a span img {
    margin-right: 26px;
    padding: 5px;
    background-color: #fff;
}

@media only screen and (max-width:640px) {
    .guide_container ul,
    .guide_container ul li {
        float: none;
        display: block;
        width: 100%;
    }
    .guide_container ul li:nth-child(odd) {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .guide_container ul li a {
        padding: 15px 20px 10px;
        background-size: 10px auto;
    }
    .guide_container ul li a span img {
        width: 38px;
        height: auto;
        margin-right: 18px;
    }
}


/* ==========================================================================
   Content common
   ========================================================================== */


/*---- box-grid3 ----*/

.box-grid3 {
    display: table;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-grid3 li {
    position: relative;
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-grid3.type01 li {
    padding: 47px 10px 25px;
}

.box-grid3.type02 li {
    padding: 35px 10px 25px;
}

.box-grid3 li:nth-child(2) {
    width: 34%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.box-grid3 li span {
    display: block;
    color: #1e51a2;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
}

.box-grid3 li span sub {
    display: block;
    color: #1d50a3;
    font-size: 64%;
}

.box-grid3 li img {
    display: block;
}

.box-grid3.type01 li .img {
    margin: 0 auto 25px;
}

.box-grid3.type02 li .img {
    margin: 0 auto 30px;
}

.box-grid3 .plus01 {
    position: absolute;
    top: 40%;
    left: -8%;
}

.box-grid3 .plus02 {
    position: absolute;
    top: 40%;
    left: 93%;
}

@media only screen and (max-width:640px) {
    .box-grid3 {
        display: block;
    }
    .box-grid3 li {
        display: block;
        width: 100%;
    }
    .box-grid3.type01 li {
        padding: 25px 10px 20px;
    }
    .box-grid3.type02 li {
        padding: 25px 10px 20px;
    }
    .box-grid3.type03 li:first-child {
        padding: 25px 10px 0;
    }
    .box-grid3.type03 li:nth-child(2) {
        width: 100%;
        padding: 25px 10px 0;
    }
    .box-grid3.type03 li:last-child {
        padding: 25px 10px 20px;
    }
    .box-grid3 li:nth-child(2) {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .box-grid3 li span {
        font-size: 134%;
        margin-bottom: 15px;
    }
    .box-grid3.type01 li .img {
        width: auto;
        /*    height: 52px;*/
        margin: 0 auto 15px;
    }
    .box-grid3.type02 li .img {
        width: auto;
        /*    height: 44px;*/
        margin: 0 auto 15px;
    }
    .box-grid3.type03 li .img {
        width: 100%;
        margin: 0 auto 15px;
    }
    .box-grid3 .plus01 {
        width: 25px;
        height: 25px;
        top: -8%;
        left: 50%;
        margin-left: -12px;
    }
    .box-grid3 .plus02 {
        width: 25px;
        height: 25px;
        top: 93%;
        left: 50%;
        margin-left: -12px;
    }
}


/*---- situationBlock ----*/

.situationBlock {
    display: table;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.situationBlock li {
    position: relative;
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.situationBlock li:first-child {
    padding: 47px 0 25px 35px;
}

.situationBlock li:nth-child(2) {
    padding: 47px 0 35px;
}

.situationBlock li:last-child {
    padding: 47px 20px 35px 0;
}

.situationBlock li:nth-child(2) {
    width: 34%;
}

.situationBlock li img {
    display: block;
}

.situationBlock li .img {
    margin: 0 auto 25px;
}

@media only screen and (max-width:640px) {
    .situationBlock {
        display: block;
    }
    .situationBlock li {
        display: block;
        width: 100%;
    }
    .situationBlock li:first-child {
        padding: 25px 10px 0;
    }
    .situationBlock li:nth-child(2) {
        width: 100%;
        padding: 25px 10px 0;
    }
    .situationBlock li:last-child {
        padding: 25px 10px 20px;
    }
    .situationBlock li .img {
        width: 100%;
        margin: 0 auto 15px;
    }
}


/*---- recommendBlock ----*/

.recommendBlock {
    display: table;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recommendBlock li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recommendBlock.col3 li {
    width: 300px;
    padding-left: 50px;
}

.recommendBlock.col2 li {
    width: 450px;
    padding-left: 100px;
}

.recommendBlock.col1 li {
    display: inline-block;
    width: 300px;
}

.recommendBlock li:first-child {
    padding-left: 0;
}

.recommendBlock li img {
    margin-bottom: 20px;
}

.recommendBlock li .txt {
    display: block;
}

.recommendBlock li a {
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-top: 30px;
    border: 1px solid #d5d5d5;
    background: url(/person/common/img/arrow_recommend.png) 96% center no-repeat;
}

@media only screen and (max-width:640px) {
    .recommendBlock {
        display: block;
    }
    .recommendBlock.col3 li,
    .recommendBlock.col2 li,
    .recommendBlock.col1 li {
        display: block;
        width: 100%;
    }
    .recommendBlock.col3 li,
    .recommendBlock.col2 li {
        padding: 30px 0 0;
    }
    .recommendBlock.col3 li:first-child,
    .recommendBlock.col2 li:first-child {
        padding: 0;
    }
    .recommendBlock li img {
        width: 100%;
        margin-bottom: 10px;
    }
    .recommendBlock li a {
        line-height: 40px;
        margin-top: 15px;
        background-size: 4px auto;
    }
}

/* ===============================================
   btnBlock01
   =============================================== */

.btnBlock01 {
    width: 580px;
    margin: 70px auto 0;
}

.btnBlock01 a {
    display: block;
    color: #fff;
    font-size: 134%;
    text-align: center;
    line-height: 75px;
    background: #1d50a3 url(/person/common/img/arrow_link-area.png) 96% center no-repeat;
    border-radius: 50px;
    border: solid 1px #1d50a3;
}

.btnBlock01 a.long {
    font-size: 120%;
}

.btnBlock01 a:hover {
    color: #ccc;
}

.btnBlock01bold a {
    font-weight: bold;
}

.btnBlock01bot {
    margin-bottom: 60px;
}


@media only screen and (max-width: 640px) {
    .btnBlock01 {
        width: auto;
        padding: 0 10px;
        margin: 35px auto 0;
    }
	.btnBlock01bot {
	    margin-bottom: 60px;
	}

    .btnBlock01 a {
        line-height: 1.5;
        padding: 15px 25px 15px 15px;
        background-size: 5px auto;
    }
}

@media only screen and (min-width: 641px) {
    #header_banner .inner .newstxt_area a:hover span {
        color: #263594;
    }
    .hihe-link-corp a:hover {
        color: #fff;
        border-color: #fff;
        background-color: #10459d;
    }
    .while_container .bnrBlock a:hover {
        background-color: #1d50a3;
        background-image: url(/person/common/img/arrow_white.svg);
        background-size: 8px 16px;
    }
    .while_container .bnrBlock a:hover .ttl {
        color: #fff;
    }
    .while_container .bnrBlock a:hover .icon img {
        opacity: 1;
    }
    .linkBlock.link02 li a:hover {
        background: #1d50a3 url(/person/common/img/arrow_white.svg) 93% center no-repeat;
        color: #fff;
        background-size: 8px 16px;
    }
    .linkBlock.link02 li a:hover img {
        opacity: 1;
    }
    .linkBlock.link02 li a:hover span.txt-span-small {
        color: #fff;
    }
    .linkBlock.link02 li a:hover .ttl {
        color: #fff;
    }
    .linkBlock.link02 li a:hover .ttl span {
        color: #fff;
    }
    .linkBlock li a:hover .ttl span {
        color: #263594;
    }
    .btnBlock01 a:hover {
        background-color: #fff;
        color: #1d50a3;
    }
    .typelinkBlock li a:hover .ttl {
        color: #263594;
    }
    .firstlinkBlock li a:hover .ttl {
        color: #263594;
    }
    .firstlinkBlock li a:hover .ttl span {
        color: #263594;
    }
    .bnrlinkBlock li a:hover img {
        opacity: 1;
    }
    .bnrlinkBlock li a:hover .box-img {
        position: relative;
    }
    .bnrlinkBlock li a:hover .box-img:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .bnrlinkBlock li a:hover .txt {
        opacity: 0.5;
    }
}

/* ===============================================
   btnBlock02
   =============================================== */

.btnBlock02 {
    width: 580px;
    margin: 70px auto 0;
}

.btnBlock02 a {
    display: block;
    color: #1d50a2;
    font-size: 134%;
    text-align: center;
	padding: 15px;
    background: #fff url(/person/common/img/arrow_link-area.png) 96% center no-repeat;
    border-radius: 50px;
    border: solid 1px #1d50a3;
}

.btnBlock02 a.long {
    font-size: 120%;
}

.btnBlock02 a:hover {
    color: #ccc;
}

.btnBlock02bold a {
    font-weight: bold;
}

.btnBlock02bot {
    margin-bottom: 60px;
}


@media only screen and (max-width: 640px) {
    .btnBlock02 {
        width: auto;
        padding: 0 10px;
        margin: 35px auto 0;
    }
	.btnBlock02bot {
	    margin-bottom: 60px;
	}

    .btnBlock02 a {
        line-height: 1.5;
        padding: 15px 25px 15px 15px;
        background-size: 5px auto;
    }
    .btnBlock02 a:hover {
        background-color: #1d50a3;
        color: #fff;
    }
}



/*---- normalBlock ----*/

.normalBlock {
    padding: 55px 35px 60px;
    border: 1px solid #d5d5d5;
}

@media only screen and (max-width:640px) {
    .normalBlock {
        padding: 20px 10px;
    }
}


/*---- normalBlock02 ----*/

.normalBlock02 {
    padding: 35px;
    border: 1px solid #d5d5d5;
}

.normalBlock02 .img {
    width: 200px;
    margin-right: 35px;
}

.normalBlock02 .txt {
    width: 693px;
}

.normalBlock02 ul {
    width: 930px;
}

.normalBlock02 ul li {
    float: left;
    width: 440px;
}

.normalBlock02 ul li:first-child {
    margin-right: 50px;
}

.normalBlock02 ul li span {
    display: block;
}

@media only screen and (max-width:640px) {
    .normalBlock02 {
        padding: 20px 10px;
    }
    .normalBlock02 .img,
    .normalBlock02 .txt {
        width: 100%;
        margin-right: 0;
    }
    .normalBlock02 ul {
        width: 100%;
    }
    .normalBlock02 ul li {
        float: none;
        width: 100%;
    }
    .normalBlock02 ul li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/*---- itemBlock ----*/

.itemBlock {
    width: 100%;
}

.itemBlock li {
    float: left;
    display: table;
    text-align: center;
    width: 480px;
    padding: 42px 30px;
    margin-top: 20px;
    margin-left: 40px;
    border: 1px solid #e4e4e4;
}

.itemBlock li:nth-child(-n+2) {
    margin-top: 0;
}

.itemBlock li:nth-child(odd) {
    margin-left: 0;
}

@media only screen and (max-width:640px) {
    .itemBlock li {
        float: none;
        display: block;
        width: 100%;
        padding: 20px 10px;
        margin-top: 10px;
        margin-left: 0;
    }
    .itemBlock li:nth-child(-n+2) {
        margin-top: 10px;
    }
    .itemBlock li:first-child {
        margin-top: 0;
    }
}


/*---- protectBlock ----*/

.protectBlock {
    padding: 35px;
    border: 1px solid #d5d5d5;
}

.protectBlock li {
    float: left;
    width: 420px;
    margin-top: 75px;
    margin-left: 88px;
}

.protectBlock li:nth-child(-n+2) {
    margin-top: 0;
}

.protectBlock li:nth-child(odd) {
    margin-left: 0;
}

.protectBlock li .txt {
    float: left;
    width: 195px;
}

@media only screen and (max-width:640px) {
    .protectBlock {
        padding: 5px 10px 20px;
    }
    .protectBlock li {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .protectBlock li:nth-child(-n+2) {
        margin-top: 20px;
    }
    .protectBlock li:first-child {
        margin-left: 0;
    }
    .protectBlock li .txt {
        width: 40%;
    }
    .protectBlock li .img {
        width: 50%;
    }
}


/*---- imageBlock ----*/

.imageBlock {
    font-size: 0;
    text-align: center;
    padding: 25px 0 45px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imageBlock li {
    display: inline-block;
    width: 300px;
    font-size: 16px;
    vertical-align: top;
    margin: 25px 10px 0;
}

@media only screen and (max-width:640px) {
    .imageBlock {
        padding: 0 10px 25px;
    }
    .imageBlock li {
        display: block;
        width: 100%;
        font-size: 12px;
        margin: 25px 0 0;
    }
}


/*---- floatBlock ----*/

.floatBlock {
    width: 100%;
}

.floatBlock li {
    float: left;
}

.floatBlock.col3 li {
    width: 300px;
    margin-left: 50px;
}

.floatBlock li:first-child {
    margin-left: 0;
}

@media only screen and (max-width:640px) {
    .floatBlock li {
        float: none;
    }
    .floatBlock.col3 li {
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
    }
    .floatBlock li:first-child {
        margin-top: 0;
    }
}


/*---- tableBlock ----*/

.tableBlock {
    display: table;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tableBlock.point {
    margin-top: 42px;
}

.tableBlock.number {
    margin-top: 35px;
}

.tableBlock li {
    position: relative;
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tableBlock li {
    padding: 30px 15px 35px;
}

.tableBlock.point li {
    padding: 63px 15px 30px;
}

.tableBlock.number li {
    padding: 60px 15px 30px;
}

.tableBlock li:nth-child(2) {
    width: 34%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.tableBlock.col5 li,
.tableBlock.col5 li:nth-child(2) {
    width: 20%;
    padding: 40px 10px 25px;
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

.tableBlock.col5 li:first-child {
    border-left: none;
}

.tableBlock.point li .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -42px;
    margin-left: -42px;
}

.tableBlock.number li .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

@media only screen and (max-width:640px) {
    .tableBlock {
        display: block;
    }
    .tableBlock.point {
        margin-top: 21px;
    }
    .tableBlock.nubmer {
        margin-top: 17px;
    }
    .tableBlock li {
        display: block;
        width: 100%;
    }
    .tableBlock li {
        padding: 20px 10px;
    }
    .tableBlock.point li,
    .tableBlock.number li {
        padding: 35px 10px 40px;
    }
    .tableBlock.point li:last-child,
    .tableBlock.number li:last-child {
        padding: 35px 10px 20px;
    }
    .tableBlock li:nth-child(2) {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .tableBlock.col5 li,
    .tableBlock.col5 li:nth-child(2) {
        width: 100%;
        padding: 20px 10px;
        border-top: 1px solid #e5e5e5;
        border-left: none;
        border-right: none;
    }
    .tableBlock.col5 li:first-child {
        border-top: none;
    }
    .tableBlock.point li .icon {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        margin-left: -21px;
    }
    .tableBlock.number li .icon {
        width: 35px;
        height: 35px;
        margin-top: -17px;
        margin-left: -17px;
    }
}


/*---- tableBlock02 ----*/

.tableBlock02 {
    display: table;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tableBlock02 li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tableBlock02.col3 li {
    width: 33%;
}

.tableBlock02.col4 li {
    width: 25%;
}

.tableBlock02.col3 li {
    padding: 0 20px;
}

.tableBlock02.col4 li {
    padding: 0 10px;
}

.tableBlock02.col3 li:nth-child(2) {
    width: 34%;
    background: url(/person/common/img/line_dot_vertical.png) left top repeat-y, url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.tableBlock02.col4 li {
    background: url(/person/common/img/line_dot_vertical.png) left top repeat-y;
}

.tableBlock02.col4 li:first-child {
    background: none;
}

@media only screen and (max-width:640px) {
    .tableBlock02 {
        display: block;
    }
    .tableBlock02.col3 li,
    .tableBlock02.col4 li {
        display: block;
        width: 94%;
        padding: 20px 0 15px;
        margin: 0 auto;
    }
    .tableBlock02 li:first-child {
        padding: 0 0 15px;
    }
    .tableBlock02 li:last-child {
        padding: 20px 0 0;
    }
    .tableBlock02.col3 li:nth-child(2),
    .tableBlock02.col4 li:nth-child(2) {
        width: 94%;
    }
    .tableBlock02.col3 li:nth-child(2) {
        background: url(/person/common/img/line_dot_side.png) left top repeat-x, url(/person/common/img/line_dot_side.png) left bottom repeat-x;
    }
    .tableBlock02.col4 li {
        background: url(/person/common/img/line_dot_side.png) left top repeat-x;
    }
}


/*---- sceneBlock ----*/

.sceneArea .inner {
    width: 490px;
    margin-right: 20px;
    float: left;
}

.sceneArea p.scenetitle {
    color: #fff;
    background-color: #1d50a3;
    padding: 5px 30px 4px;
    display: inline-block;
    font-weight: bold;
}

.sceneArea .inner:nth-child(2n) {
    margin-right: 0px;
}

.sceneBlock {
    padding: 25px 35px;
    background-color: #f9f9f9;
}

.sceneBlock .img {
    display: table-cell;
    width: 165px;
}

.sceneBlock .txt {
    display: table-cell;
    vertical-align: middle;
}

.sceneBlock .txt02 li:nth-child(2n) {
    padding-left: 1.2em;
    background: url(/person/common/img/arrow_right.png)no-repeat left top 5px;
}

.sceneBlock .txt02 li:nth-child(2n+1) {
    font-weight: bold;
}

@media only screen and (max-width:640px) {
    .sceneBlock {
        padding: 20px 10px;
    }
    .sceneBlock .img {
        display: table-cell;
        width: 20%;
        max-width: 140px;
    }
    .sceneBlock .txt {
        display: table-cell;
        vertical-align: middle;
    }
    .sceneBlock .scenecol2 {
        width: 100%;
        float: none;
    }
    .sceneBlock .scenecol2 + .scenecol2 {
        margin-top: 20px;
    }
    .sceneBlock .scenecol2 ul {
        padding-left: 12px;
    }
    .sceneBlock .txt02 li:first-child:after {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        left: -12px;
    }
    .sceneBlock .txt02 li:nth-child(2n+3) {
        background-position: top 5px left;
        background-size: 1em 7px;
    }
    .sceneArea .inner {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}


/*---- optionBlock ----*/

.optionBlock {
    display: table;
    width: 100%;
    padding: 33px 0;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.optionBlock .second {
    margin-top: 35px !important;
}

.optionBlock dl {
    display: table-cell;
}

.optionBlock .col3 {
    width: 100%;
}

.optionBlock .col3 dl {
    width: 333px;
}

.optionBlock .col3 dl:nth-child(2) {
    width: 334px;
    background: url(/person/common/img/line_dot_vertical.png) left top repeat-y, url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.optionBlock .col2 {
    width: 666px;
    margin: 0 auto;
}

.optionBlock .col2 dl {
    width: 333px;
    background: url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.optionBlock .col2 dl:first-child {
    background: url(/person/common/img/line_dot_vertical.png) left top repeat-y, url(/person/common/img/line_dot_vertical.png) right top repeat-y;
}

.optionBlock dl dt {
    text-align: center;
    padding: 5px 0 40px;
}

.optionBlock dl dt span {
    display: inline-block;
    vertical-align: middle;
}

.optionBlock dl dt .txt {
    text-align: left;
    margin-left: 15px;
}

.optionBlock dl dd {
    text-align: left;
    padding: 0 20px;
}

@media only screen and (max-width:640px) {
    .optionBlock {
        padding: 0;
    }
    .optionBlock .second {
        margin-top: 0 !important;
    }
    .optionBlock .col2,
    .optionBlock .col3 {
        width: 100%;
    }
    .optionBlock .col2 dl,
    .optionBlock .col3 dl {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    .optionBlock .col3 dl:nth-child(2) {
        width: 94%;
        background: url(/person/common/img/line_dot_side.png) left top repeat-x, url(/person/common/img/line_dot_side.png) left bottom repeat-x;
    }
    .optionBlock .col2 dl {
        width: 94%;
        background: url(/person/common/img/line_dot_side.png) left top repeat-x;
    }
    .optionBlock .col2 dl:first-child {
        background: url(/person/common/img/line_dot_side.png) left top repeat-x;
    }
    .optionBlock dl dt {
        text-align: center;
        padding: 15px 0;
    }
    .optionBlock dl dt img {
        width: auto;
        height: 35px;
    }
    .optionBlock dl dd {
        padding: 0 0 15px;
    }
}


/*---- imgtxtBlock ----*/

.imgtxtBlock {
    display: table;
    width: 100%;
}

.imgtxtBlock div {
    display: table-cell;
}

.imgtxtBlock .txt {
    width: 385px;
    vertical-align: middle;
}

.imgtxtBlock .img {
    width: 580px;
    padding-left: 35px;
}

@media only screen and (max-width:640px) {
    .imgtxtBlock,
    .imgtxtBlock .txt,
    .imgtxtBlock .img {
        display: block;
        width: 100%;
    }
    .imgtxtBlock .img {
        padding: 20px 0 0;
    }
}


/*---- planBlock ----*/

.planBlock.col1 {
    width: 330px;
    margin: 0 auto;
}

.planBlock.col1sp {
    width: 660px;
    margin: 0 auto;
}

.planBlock.col2 {
    width: 660px;
    margin: 0 auto;
}

p.txt-table-coution {
    width: 660px;
    margin: 0 auto;
}

p.txt-table-coution02 {
    width: 740px;
    margin: 0 auto;
}

.planBlock.col3 {
    width: 100%;
}

.planBlock .only-pc_float-left {
    margin-left: 20px;
}

.planBlock .only-pc_float-left:first-child {
    margin-left: 0;
}

.planBlock dl {
    width: 320px;
    text-align: center;
    border-top: 5px solid #1d50a3;
}

.planBlock dl dt {
    padding: 20px 0 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.planBlock dl dd {
    padding: 20px 20px 30px;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.planBlock dl dd .box01 {
    font-weight: bold;
    padding-bottom: 15px;
    background: url(/person/common/img/line_dot_side.png) left bottom repeat-x;
}

.planBlock dl dd .box01 p {
    display: inline-block;
    color: #fff;
    font-size: 72%;
    padding: 5px 12px 3px;
    margin: 0 10px 0 0;
    background-color: #1d50a3;
}

.planBlock dl dd .box01 .price {
    font-size: 167%;
    vertical-align: middle;
}

.planBlock dl dd .box01 .yen {
    font-size: 84%;
    font-weight: normal;
}

.planBlock dl dd .box01 .tax {
    font-size: 72%;
    font-weight: normal;
    margin-right: 10px;
}

.planBlock dl dd .box01 .txt {
    font-size: 72%;
}

.planBlock dl dd .box02 {
    padding-top: 17px;
}

.planBlock dl dd .box02 ul {
    display: table;
    width: 100%;
    margin: 0;
}

.planBlock dl dd .box02 ul li {
    display: table-cell;
    width: 30%;
}

.planBlock dl dd .box02 ul li:nth-child(2) {
    width: 40%;
    padding: 0 5%;
}

.planBlock dl dd .box02 .title li span {
    display: block;
    color: #fff;
    font-size: 84%;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 5px;
    background-color: #9da3ac;
}

.planBlock dl dd .box02 .small-txt {
    font-size: 77%;
}

.planBlock dl dd .box02 .price {
    font-size: 117%;
    font-weight: bold;
}

.planBlock dl dd .box02 .tax {
    font-size: 72%;
    font-weight: normal;
}

.planBlock.col1sp dl {
    width: 660px;
}

.planBlock.col1sp dl dd .box01 p {
    width: 120px;
}

.planBlock.col1sp dl dd .box02 p.txt-col1sp {
    background-color: #1d50a3;
    color: #fff;
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    padding: 5px 30px 4px;
    border-radius: 5px;
}

@media only screen and (max-width:640px) {
    .planBlock.col1,
    .planBlock.col2 {
        width: 100%;
    }
    p.txt-table-coution,
    p.txt-table-coution02 {
        width: 100%;
    }
    .planBlock .only-pc_float-left {
        margin-top: 10px;
        margin-left: 0;
    }
    .planBlock .only-pc_float-left:first-child {
        margin-top: 0;
    }
    .planBlock dl {
        width: 100%;
    }
    .planBlock dl dt,
    .planBlock dl dd {
        padding: 10px;
    }
    .planBlock dl dd .box01 {
        padding-bottom: 10px;
    }
    .planBlock dl dd .box01 p {
        padding: 3px 10px;
    }
    .planBlock dl dd .box02 {
        padding-top: 10px;
    }
    .planBlock.col1sp {
        width: 100%;
    }
    .planBlock.col1sp dl {
        width: 100%;
    }
    .planBlock.col1sp dl dd .box02 p.txt-col1sp {
        font-size: 110%;
    }
}


/*---- featureBlock ----*/

.featureBlock {
    padding: 40px 40px 45px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featureBlock .box01 li {
    float: left;
    width: 429px;
}

.featureBlock .box01 li:first-child {
    margin-right: 60px;
}

.featureBlock .box01 li .img {
    display: block;
    border-bottom: 2px solid #e5e5e5;
}

.featureBlock .box01 li dl {
    padding: 15px 25px;
    margin: 25px 0 0;
    border: 1px solid #1f4ea6;
}

.featureBlock .box01 li dt {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.featureBlock .box02 {
    width: 100%;
}

.featureBlock .box02 li {
    float: left;
    width: 220px;
    color: #1d50a3;
    text-align: center;
    padding: 23px 10px;
    margin-top: 12px;
    margin-left: 12px;
    border: 4px solid #1d4fa4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.featureBlock .box02 li:nth-child(4n+1) {
    margin-left: 0;
}

@media only screen and (max-width:640px) {
    .featureBlock {
        padding: 20px 10px 25px;
    }
    .featureBlock .box01 li {
        float: none;
        width: 100%;
    }
    .featureBlock .box01 li:first-child {
        margin-right: 0;
    }
    .featureBlock .box01 li dl {
        padding: 20px 10px;
        margin-top: 15px;
    }
    .featureBlock .box02 li {
        display: inline-block;
        float: none;
        width: 48%;
        vertical-align: middle;
        padding: 10px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .featureBlock .box02 li:nth-child(even) {
        margin-left: 1%;
    }
    .featureBlock .box02 li:nth-child(odd) {
        margin-right: 1%;
    }
}


/*---- machineBlock ----*/

.machineBlock {
    width: 690px;
    margin: 50px auto 0;
    border-top: 5px solid #214fa5;
}

.machineBlock:first-child {
    margin: 0 auto;
}

.machineBlock dl {
    display: table;
    width: 100%;
    padding: 25px 0 20px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.machineBlock dl dt,
.machineBlock dl dd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.machineBlock dl dt {
    width: 300px;
}

.machineBlock dl dd {
    width: 314px;
    padding-right: 74px;
}

.machineBlock dl dd .box01 {
    font-weight: bold;
    background: url(/person/common/img/line_dot_side.png) left bottom repeat-x;
}

.machineBlock dl dd .box01 .ttl {
    display: inline-block;
    color: #fff;
    font-size: 72%;
    padding: 5px 12px 3px;
    margin: 0 15px 0 0;
    background-color: #1d50a3;
}

.machineBlock dl dd .box01 .note {
    padding-bottom: 25px;
    margin-left: 120px;
}

.machineBlock dl dd .box01 .price {
    font-size: 167%;
    vertical-align: middle;
}

.machineBlock dl dd .box01 .yen {
    font-size: 84%;
    font-weight: normal;
}

.machineBlock dl dd .box01 .tax {
    font-size: 72%;
    font-weight: normal;
    margin-right: 10px;
}

.machineBlock dl dd .box01 .txt {
    font-size: 72%;
}

.machineBlock dl dd .box02 .ttl {
    display: block;
    color: #fff;
    font-size: 84%;
    font-weight: bold;
    padding: 5px;
    margin: 25px 0 15px;
    background-color: #9da3ac;
}

@media only screen and (max-width:640px) {
    .machineBlock {
        width: 100%;
    }
    .machineBlock dl {
        padding: 20px 0 15px;
    }
    .machineBlock dl dt,
    .machineBlock dl dd {
        width: 94%;
        display: block;
        padding: 0;
        margin: 0 auto;
    }
    .machineBlock dl dd .box01 {
        padding: 20px 0;
    }
    .machineBlock dl dd .box01 .ttl {
        padding: 3px 10px;
    }
    .machineBlock dl dd .box02 {
        padding-top: 10px;
    }
    .machineBlock dl dd .box01 .note {
        text-align: center !important;
        padding-bottom: 0;
        margin-left: 0;
    }
    .machineBlock dl dd .box02 .ttl {
        margin: 15px 0 10px;
    }
}


/*---- functionBlock ----*/

.functionBlock {
    width: 690px;
    padding: 20px 40px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background-color: #f5f8ff;
}

@media only screen and (max-width:640px) {
    .functionBlock {
        width: 100%;
    }
}


/*---- priceBlock ----*/

.priceBlock {
    border-top: 5px solid #214fa5;
}

.priceBlock ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.priceBlock ul li {
    display: table-cell;
    width: 33%;
    padding: 30px 0;
    text-align: center;
    vertical-align: middle;
}

.priceBlock ul li:nth-child(2) {
    width: 34%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.priceBlock ul li p {
    display: inline-block;
    width: 90px;
    color: #fff;
    font-size: 72%;
    padding: 5px 0 3px;
    margin: 0 15px 0 0;
    background-color: #1d50a3;
}

.priceBlock .special {
    text-align: center;
    padding: 30px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.priceBlock .special p {
    display: inline-block;
    color: #fff;
    font-size: 72%;
    padding: 5px 12px 3px;
    margin: 0 15px 0 0;
    background-color: #1d50a3;
}

@media only screen and (max-width:640px) {
    .priceBlock ul li,
    .priceBlock .special {
        padding: 15px 3px;
    }
    .priceBlock ul li p {
        display: block;
        width: 100%;
        padding: 3px 0;
        margin: 0 auto 5px;
    }
    .priceBlock .special p {
        display: block;
        padding: 3px 10px;
        margin: 0 auto 5px;
    }
}


/*---- inlineBlock ----*/

.inlineBlock {
    text-align: center;
}

.inlineBlock li {
    display: inline-block;
    width: 240px;
    line-height: 1.3;
    padding: 18px 0;
    margin: 10px;
    border: 3px solid #1d51a4;
}

@media only screen and (max-width:640px) {
    .inlineBlock li {
        margin: 5px;
    }
}


/*---- overviewBlock ----*/

.overviewBlock ul {
    width: 808px;
    margin: 0 auto;
}

.overviewBlock ul li {
    float: left;
    width: 352px;
    text-align: center;
    padding: 40px 25px 30px;
    border: 1px solid #e5e5e5;
}

.overviewBlock ul li:first-child {
    margin-right: 100px;
}

.overviewBlock .arrow {
    text-align: center;
    margin: 20px 0 15px;
}

.overviewBlock h3 {
    font-size: 150%;
    padding: 25px 0 15px;
}

.overviewBlock h3 img {
    vertical-align: middle;
    margin-right: 40px;
}

@media only screen and (max-width:640px) {
    .overviewBlock .image {
        width: 60%;
    }
    .overviewBlock ul {
        width: 100%;
    }
    .overviewBlock ul li {
        width: 46%;
        padding: 25px 10px 20px;
        margin: 0 2%;
    }
    .overviewBlock ul li:first-child {
        margin: 0 2%;
    }
    .overviewBlock ul li img {
        height: 55px;
        width: auto;
    }
    .overviewBlock .arrow {
        margin: 10px 0 5px;
    }
    .overviewBlock .arrow img {
        width: 25px;
        height: 25px;
    }
    .overviewBlock h3 {
        font-size: 134%;
        line-height: 1.3;
        padding: 15px;
    }
    .overviewBlock h3 img {
        width: 45px;
        margin-right: 10px;
    }
}


/*---- serviceBlock ----*/

.serviceBlock {
    padding: 30px 34px 40px;
    border: 1px solid #e5e5e5;
}

.serviceBlock dl {
    float: left;
}

.serviceBlock dl.box01 {
    width: 480px;
}

.serviceBlock dl.box02 {
    width: 450px;
}

.serviceBlock dt {
    float: left;
    width: 210px;
}

.serviceBlock dd {
    float: left;
    width: 30px;
    text-align: center;
    margin-top: 80px;
}

@media only screen and (max-width:640px) {
    .serviceBlock {
        padding: 15px 10px;
    }
    .serviceBlock dl {
        float: none;
    }
    .serviceBlock dl.box01,
    .serviceBlock dl.box02 {
        display: table;
        width: 100%;
    }
    .serviceBlock dl.box02 {
        margin-top: 25px;
    }
    .serviceBlock dt {
        display: table-cell;
        width: 45%;
    }
    .serviceBlock dd {
        display: table-cell;
        width: 10%;
        vertical-align: middle;
        padding-top: 15%;
        margin-top: 0;
    }
    .serviceBlock dd.only-pc {
        display: none;
    }
}


/*---- connectionBlock ----*/

.connectionBlock {
    width: 990px;
    margin: 0 auto;
}

.connectionBlock dl {
    float: left;
}

.connectionBlock dl.box01 {
    width: 240px;
}

.connectionBlock dl.box02 {
    width: 550px;
}

.connectionBlock dl.box02 dt {
    padding-right: 70px;
}

.connectionBlock dl.box03 {
    width: 190px;
}

p.blank {
    position: relative;
}

p.blank:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("/person/component/img/ico_blank.png");
    position: absolute;
    top: 13px;
    right: 5px;
}

@media only screen and (max-width:640px) {
    .connectionBlock {
        width: 100%;
    }
    .connectionBlock dl {
        float: none;
    }
    .connectionBlock dl.box01 {
        width: 100%;
        margin-bottom: 25px;
    }
    .connectionBlock dl.box02 {
        float: left;
        width: 60%;
    }
    .connectionBlock dl.box03 {
        float: left;
        width: 40%;
    }
    .connectionBlock .sp-img {
        width: 90%;
    }
}


/*---- ttl-point ----*/

.ttl-point {
    position: relative;
    color: #fff;
    font-size: 117%;
    font-weight: bold;
    padding: 15px 38px;
    margin-top: 60px;
    background-color: #1d50a3;
}

.ttl-point:first-child {
    margin-top: 0;
}

.ttl-point p {
    display: inline-block;
    color: #ffea00;
    font-size: 92%;
    margin-right: 35px;
}

.ttl-point img {
    position: absolute;
    top: 25px;
    right: 35px;
}

.detail-point {
    display: table;
    width: 100%;
}

.detail-point p {
    display: table-cell;
    vertical-align: top;
}

.detail-point.type01 p.txt {
    padding-right: 40px;
}

.detail-point.type02 p.txt {
    padding-left: 40px;
}

.detail-point p.txt {
    line-height: 1.8;
}

.detail-point div.image {
    text-align: center;
    margin-top: 45px;
}

.detail-point .image.border img {
    padding: 20px;
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width:640px) {
    .ttl-point {
        font-size: 100%;
        padding: 12px 30px 10px 10px;
        margin-top: 30px;
    }
    .ttl-point.point01 {
        margin-top: 0;
    }
    .ttl-point p {
        margin-right: 15px;
    }
    .ttl-point img {
        width: auto;
        height: 6px;
        top: 50%;
        right: 10px;
        margin-top: -3px;
    }
    .detail-point,
    .detail-point p {
        display: block;
    }
    .detail-point p.image,
    .detail-point p.txt {
        width: 100%;
    }
    .detail-point.type01 p.txt,
    .detail-point.type02 p.txt {
        padding: 0;
    }
    .detail-point div.image {
        margin-top: 10px;
    }
    .detail-point .image.border img {
        padding: 10px;
    }
    .detail-point .image img {
        width: 100%;
        margin-top: 10px;
    }
}


/*---- toggle ----*/

.togglebtn {
    position: relative;
    cursor: pointer;
}

.togglebtn:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 10px;
    background: url(/person/common/img/arrow_up01.png)no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
}

.togglebtn.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width:640px) {
    .togglebtn:after {
        width: 11px;
        height: 6px;
        right: 10px;
        background-size: 11px 6px;
    }
}


/*---- box-center ----*/

.box-center {
    text-align: center;
}

.box-center .title-center {
    font-size: 134%;
    font-weight: bold;
    margin-bottom: 13px;
}

.box-center .title-center span {
    font-size: 130%;
    font-weight: bold;
    color: #1d50a3;
}

.box-center .title-center + img {
    margin-bottom: 50px;
}

.box-center .recommendBlock li p {
    color: #1d50a3;
    text-align: center;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.1;
}

.box-center .recommendBlock li p.sub {
    font-size: 90%;
    color: #242424;
    text-align: left;
    margin: 10px 0 0;
    font-weight: normal;
}

.box-center .recommendBlock li p span {
    color: #1d50a3;
    font-size: 83%;
}

@media screen and (max-width: 640px) {
    .box-center .title-center span {
        font-size: 20px;
    }
    .box-center .title-center + img {
        width: 100%;
    }
    .box-center .recommendBlock li {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .box-center .recommendBlock li p {
        font-size: 17px;
        line-height: 1.2;
    }
    .box-center .recommendBlock li p span {
        font-size: 14px;
    }
}


/*---- box-move-layout----*/

.box-move-layout.recommendBlock li a {
    border: none;
    background: none;
    margin-bottom: 5px;
}

.box-move-layout.recommendBlock li img {
    margin-bottom: 0;
    display: block;
}

.box-move-layout .movie {
    width: 428px;
}

@media screen and (max-width: 640px) {
    .box-move-layout .movie {
        width: 100%;
    }
    .box-move-layout.recommendBlock li img {
        width: 100%;
    }
    .movie_container .movie .f-left,
    .movie_container .movie .f-right {
        margin-left: 0;
        margin-right: 0;
        font-size: 12px;
        margin-top: 0;
    }
}


/* ===============================================
   faq
   =============================================== */

.faq-section {
    width: 100%;
    clear: both;
}

.question-answer {
    width: 100%;
}

.question-answer .question,
.question-answer .answer {
    width: 100%;
    float: left;
}

.question-answer .icon span {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}

.question-answer .content {
    float: left;
    width: 935px;
    line-height: 27px;
}

.question-answer .content p {
    float: left;
    text-align: justify;
}

.question-answer .question {
    padding: 10px;
    background-color: #1d50a3;
    /*background-image: url(/person/img/faq/img_line.png);
    background-repeat: no-repeat;
    background-position:98% 50%;*/
}

.question-answer .question .icon span {
    color: #1d50a3;
    background-color: white;
    float: left;
}

.question-answer .question .content p {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.question-answer .answer {
    background-color: white;
    padding: 10px;
}

.question-answer .answer .icon span {
    color: #1d50a3;
    background-color: yellow;
}

.question-answer ul li {
    padding-left: 18px;
    position: relative;
}

.question-answer ul li:before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 640px) {
    .question-answer .content {
        width: 85%;
    }
}


/*---- mamolook-contact ----*/

.mamolook-contact {
    position: relative;
}

.mamolook-contact .txtbox {
    width: 450px;
    height: 150px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
}

.mamolook-contact .txtbox p {
    font-size: 80%;
    font-weight: bold;
}

.mamolook-contact .txtbox a {
    background-image: url(/person/img/mamolook/ico_04.png), url(/person/common/img/arrow_blue.svg);
    background-position: left 30px center, 96% center;
    background-repeat: no-repeat;
    background-size: 48px 45px, 12px 24px;
    font-size: 175%;
    margin-bottom: 5px;
}

@media only screen and (min-width: 641px) {
    .mamolook-contact .txtbox a:hover {
        background-image: url(/person/img/mamolook/ico_04on.png), url(/person/common/img/arrow_yellow.svg);
    }
}

@media only screen and (max-width: 640px) {
    .mamolook-contact .txtbox {
        position: static;
        width: 100%;
    }
    .mamolook-contact > img {
        width: 100%;
        margin-top: 5px;
    }
    .mamolook-contact .txtbox {
        height: auto;
    }
    .mamolook-contact .txtbox a {
        font-size: 120%;
        height: 45px;
        line-height: 45px;
        background-size: 24px 22px, 8px 16px;
        background-position: left 10px center, 96% center;
    }
    .mamolook-contact .txtbox p {
        font-size: 100%;
    }
    .mamolook-contact .txtbox p + p {
        margin-bottom: 5px;
    }
}


/*---- box-tagoption ----*/

.box-tagoption {
    width: 870px;
    margin: 0 auto;
    border: solid 1px #e5e5e5;
    padding: 40px 34px;
}

.box-tagoption > img {
    float: left;
}

.box-tagoption .txtbox {
    float: right;
    width: 560px;
}

@media only screen and (max-width: 640px) {
    .box-tagoption {
        width: 100%;
        padding: 20px 10px;
    }
    .box-tagoption > img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .box-tagoption .txtbox {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}


/*---- borderbox-col4 ----*/

.borderbox-col4 {
    padding: 45px 35px;
    border: solid 1px #e5e5e5;
}

.borderbox-col4 li {
    width: 24%;
    margin-right: 1.333%;
    float: left;
}

.borderbox-col4 li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width:640px) {
    .borderbox-col4 {
        padding: 20px;
    }
    .borderbox-col4 li {
        width: 100%;
        float: none;
    }
    .borderbox-col4 li + li {
        margin-top: 30px;
    }
    .borderbox-col4 li img {
        width: 100%;
    }
}

a.link-mimamori{
    display: block;
    margin: 30px auto 0;
    border: 1px solid #d5d5d5;
    background: url(/person/common/img/arrow_recommend.png) 96% center no-repeat;
    padding: 15px 5px;
    text-align: center;
    width: 340px;
    font-weight: bold;
}
/*updated 190326 by trangntt*/
.connect-mainpage {
  background-color: #f5f9ff;
  padding: 32px 34px;
}
.connect-mainpage ul {
  font-size: 0;
  margin-left: -29px;
  margin-right: -29px;
}
.connect-mainpage li {
  display: inline-block;
  padding-left: 29px;
  padding-right: 29px;
  width: 50%;
  vertical-align: top;
  margin-bottom: 23px;
}
.connect-mainpage li:nth-child(3),.connect-mainpage li:nth-child(4) {
  margin-bottom: 0;
}
.connect-mainpage li .inner {
  background-color: #fff;
  display: table;  
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.connect-mainpage li .inner:after {
  content: '';
  position: absolute;
  background: url(/person/common/img/ico_arrow_connect.png) no-repeat;
  width: 9px;
  height: 14px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.connect-mainpage li .inner span.img {
  display: table-cell;
  width: 115px;
  vertical-align: middle;
  text-align: center;
}
.connect-mainpage li .inner span.ttl {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #0f4598;
  font-size: 15px;
  font-weight: bold;
}
.connect-mainpage li a:hover .inner span.ttl {
  opacity: .7;
}
@media only screen and (max-width:640px) {
  .connect-mainpage {
    padding: 16px 17px;
  }
  .connect-mainpage ul {
    margin-left: 0;
    margin-right: 0;
  }
  .connect-mainpage li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .connect-mainpage li:nth-child(3) {
    margin-bottom: 23px;
  }
  .connect-mainpage li .inner {
    padding: 10px 0;
    min-height: 81px;
  }
  .connect-mainpage li .inner span.img {
    width: 31.5%;
  }
  .connect-mainpage li .inner span.ttl {
    font-size: 12px;
  }
}

/* ===============================================
   section 20200402 �E��E��E�m�E�点�E�Ԏ��E�ݒ�ǉ�
   =============================================== */

.section h3.title05 {
    padding-bottom: 10px;
    color: #ff0000;
    font-size: 134%;
    font-weight: bold;
    text-align: center;
}
/* ===============================================
   20220601�����v���{�^������
   =============================================== */

.btnBlock_dist {
    width: 580px;
    margin: 30px auto;
}

.btnBlock_dist a {
    display: block;
    color: #fff;
    font-size: 134%;
    text-align: center;
    line-height: 75px;
    background: #1d50a3 url(/person/common/img/arrow_link-area.png) 96% center no-repeat;
    border-radius: 50px;
    border: solid 1px #1d50a3;
}

.btnBlock_dist a.long {
    font-size: 120%;
}

.btnBlock_dist a:hover {
    color: #ccc;
}

@media only screen and (max-width: 640px) {
    .btnBlock_dist {
        width: auto;
        padding: 0 10px;
        margin: 15px auto;
    }
    .btnBlock_dist a {
        line-height: 1.5;
        padding: 15px 25px 15px 15px;
        background-size: 5px auto;
    }
}
/* ===============================================
   youtube
   =============================================== */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}