@charset "UTF-8";

/* CSS Document */
.commonparts_box p {
    font-size: 1.6rem;
}

.subt {
    font-size: 1.2rem !important;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.br_pc {
    display: inline !important;
}

.br_sp {
    display: none !important;
}

.taL {
    text-align: left !important;
}

.taR {
    text-align: right !important;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.tc{
	text-align: center;
}

.mb0{
	margin-bottom: 0!important;
}



@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .br_pc {
        display: none !important;
    }

    .br_sp {
        display: inline !important;
    }

    .fL {
        float: none;
    }

    .fR {
        float: none;
    }
}

#intro .commonparts_box {
    position: relative;
    margin-bottom: 85px;
}

#intro h1 {
    margin: 0 0 0 24px;
    padding-top: 66px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {

    #intro .commonparts_box {
        position: relative;
        height: 44vw;
        margin-bottom: 10vw;
    }

    #intro h1 {
        margin: 0 0 0 3.3vw;
        padding-top: 16.5vw;
        font-weight: bold;
        color: #fff;
    }

    #intro h1 img {
        width: 40.35326%
    }


}


/*==============util=============*/
.cf:after {
    content: "";
    display: block;
    clear: both;
}

h3.ttl {
    font-size: 3rem;
    font-weight: bold;
    color: #1e4dc6;
    text-align: center;
    margin-bottom: 37px;
}
.ttl_bb {
    font-size: 1.8rem;
    font-weight: normal;
    color: #1e4dc6;
    text-align: center;
    margin-bottom: 22px;
    background: #ebf5fb;
    padding: 5px 0;
}

/*
.ttl_bb {
    font-size: 2.2rem;
    font-weight: normal;
    color: #1e4dc6;
    text-align: center;
    margin-bottom: 65px;
    background: #ebf5fb;
    padding: 5px 0;
}
*/
.color_none{
    background: transparent !important;
}
.index_btn {
    width: 454px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #1e4dc6;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    line-height: 80px;
    color: inherit;
    position: relative;
}

.index_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #414141;
    
}

.index_btn a:hover {
    text-decoration: none;
    color: #fff!important;
    background: #0b163e;
}

.index_btn:hover {
    color: #fff;
    background: #0b163e;
}

.index_btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: calc(50% - 3.5px);
    width: 8px;
    height: 8px;
    border-right: solid 1px #1e4dc6;
    border-top: solid 1px #1e4dc6;
    transform: rotate(45deg);
}

.index_btn:hover:after {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
}

.flexArea,
.index_btn_2line {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 42px;
}

.flexArea .index_btn {
    width: 198px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0 0 0 auto;
}

.flexArea p {
    height: 40px;
    line-height: 20px;
    font-size: 1.4rem;
}

.flexArea a {
    display: block;
    width: 100%;
    height: 100%;
    color: #414141;
}

.flexArea a:hover {
    color: #fff;
    text-decoration: none;
}
.index_btn_2line {
    width: 298px;
    margin: 0 auto 20px;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #1e4dc6;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    color: inherit;
    position: relative;
}
.index_btn_2line small{
    font-size: 1.3rem;
	
}

.index_btn_2line a {
    display: block;
    width: 100%;
    height: 100%;
}
.index_btn_2line a:hover{
    text-decoration: none;
    color: #fff;
	text-align: center;
}

.index_btn_2line:hover a,
.index_btn_2line:hover {
    color: #fff;
    background: #0b163e;
	text-align: center!important;
}
.index_btn_2line:after{
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: calc(50% - 3.5px);
    width: 8px;
    height: 8px;
    border-right: solid 1px #1e4dc6;
    border-top: solid 1px #1e4dc6;
    transform: rotate(45deg);
}
.index_btn_2line:hover:after{
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
}




.gr01 {
    width: 100%;
    color: #333;
    margin-bottom: 40px;
}

.gr01__box {
    width: 464px;
}

.gr01__box__half {
    width: 216px;
    float: left;
    margin: 0 32px 20px 0;
}

.gr01__box__half:nth-child(2n) {
    margin-right: 0;
}

.gr01__box__txt_l{
    font-size: 1.4rem;
}

.gr01__box__txt_l span {
    font-size: 1.6rem;
    font-weight: bold;
}

.gr01__box__txt_l span.subtt{
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
.gr01__box__txt_l span.subtt{
    font-size: 1.3rem;
}

	
}

.gr01__box__txt_s {
    font-size: 1.5rem;
}

.gr_title{
    width: 100%;
    padding: 12px 0;
    font-size: 1.8rem;
    color: #1e4dc6;
    text-align: center;
    border-top:1px solid #1e4dc6;
    border-bottom:1px solid #1e4dc6;
    margin-bottom: 26px;
}
.gr02 {
    width: 100%;
    color: #333;
    margin-bottom: 0;

    display: flex;
    flex-wrap: wrap;
}
.gr02__box{
    width: 216px;
    float: left;
    margin-right: 32px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 74px;
}
.gr02__box:nth-child(4n){
    margin-right: 0;
}
.gr02__box__title{
    width: 100%;
    background: #ebf5fb;
    padding: 10px;
    color: #1e4dc6;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    min-height: 60px;
}
.gr02__box__title.line3 {
    min-height: 80px;
}
.gr02__box__title span{
    font-size: 1.6rem;
}
.gr02__box__title .an{
    font-size:60%;
    vertical-align: top;
}
.gr02__box__img{
    margin-bottom: 5px;
}
.gr02__box__detail{
    width: 100%;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.gr02__box__detail .detail_dt{
    width: 34%;
    height: 53px;
    line-height: 53px;
    background:#489800;
    text-align: center;
    float: left;
    border-radius: 3px 0 0 3px;
}
.gr02__box__detail .detail_dd{
    width: 66%;
    height: 53px;
    line-height: 53px;
    background:#8ac43e;
    text-align: center;
    float: right;
    border-radius: 0 3px 3px 0;
}
.gr01 .index_btn,
.gr02 .index_btn{
    width: 216px;
    height: 64px;
    line-height: 64px;
    font-weight: normal;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.gr02 .p_h{
    line-height: 26.5px;
}


.attn{
    width: 100%;
    background: #efefef;
    padding: 26px 36px 30px;
    margin-bottom: 68px;
    box-sizing: border-box;
}
.attn h5{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
}
.attn p{
    font-size: 1.6rem;
    text-align: center;
}
.mbb{
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
	
    img{
        width: 100%;
    }
    .ttl_bb {
        /*width: 96%;*/
        margin: 0 calc(50% - 50vw) 6vw;/*0 auto 6vw*/
        font-size: 6vw;
        color: #1e4dc6;
        text-align: center;
    }

    h3.ttl {
        font-size: 6vw;
        width: 96%;
        margin: 0 auto 4vw;
    }

    .flexArea {
        width: 96%;
        margin: 0 auto;
        display: block;
        margin-bottom: 10vw;
    }

    .flexArea .index_btn {
        width: 90%;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
        text-align: center;
        border: 1px solid #1e4dc6;
        font-weight: normal;
        padding: 0;
        box-sizing: border-box;
        font-size: 4vw;
    }

    .flexArea p {
        height: auto;
        line-height: 1.5;
        font-size: 4vw;
        margin-bottom: 5vw;
    }
	
	
	.index_btn_2line{
        font-size:3vw;
        margin: 0 auto;
        display: block;
        margin-bottom: 10vw;
    }
	.index_btn_2line span small	{
		font-size:smaller;
	}

    .gr01 {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 10.43vw;
    }

    .gr01__box {
        width: 100%;
        margin-bottom: 6vw;
    }

    .gr01__box__half {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .gr01__box__txt_l {
        font-size: 3vw;
    }

    .gr01__box__txt_l span {
        font-size: 3.5vw;
    }

    .gr01__box__txt_s {
        font-size: 3vw;
    }
    .gr_title{
        width: 100%;
        padding: 2vw 0;
        font-size: 4vw;
        margin-bottom: 3.4vw;
    }
    .gr02 {
        width: 96%;
        margin: 0 auto;
        color: #333;
        margin-bottom: 10.43vw;
    }
    .gr02__box{
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 6vw;
    }
    .gr02__box:nth-child(2n){
        margin-right: 0;
    }
    .gr02__box__title{
        width: 100%;
        background: #ebf5fb;
        padding: 10px;
        color: #1e4dc6;
        font-size: 1.7vw;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 2vw;

        min-height: 50px;
    }
    .gr02__box__title.line3 {
        min-height: 70px;
    }
    .gr02__box__title span{
        font-size: 1.6rem;
    }
    .gr02__box__title .an{
        font-size:60%;
        vertical-align: top;
    }
    .gr02__box__img{
        margin-bottom: 2.2vw;
    }
    .gr02__box__detail{
        width: 100%;
        border-radius: 3px;
        font-size: 2vw;
        color: #fff;
        font-weight: bold;
        margin-bottom: 2vw;
    }
    .gr02__box__detail .detail_dt{
        width: 34%;
        height: 9vw;
        line-height: 9vw;
        background:#489800;
        text-align: center;
        float: left;
        border-radius: 3px 0 0 3px;
    }
    .gr02__box__detail .detail_dd{
        width: 66%;
        height: 9vw;
        line-height: 9vw;
        background:#8ac43e;
        text-align: center;
        float: right;
        border-radius: 0 3px 3px 0;
    }
    .gr01 .index_btn,
    .gr02 .index_btn{
        width: 100%;
        height: 8.3vw;
        line-height: 8.3vw;
        font-weight: normal;
        box-sizing: border-box;
    }
    .gr02 .p_h{
        line-height: 4.5vw;
    }
}


/*sec*/
section.commonparts_box {
    margin-bottom: 66px;
}
.commonparts_box {
    padding: 0 !important;
}

.lh1 {
    line-height: 54px;
}

.lh2 {
    line-height: 27px;
}

#totop {
    width: 100%;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .index_btn {
        height: 11.628vw;
        font-size: 3vw;
        color: #1e4dc6;
        text-align: center;
        font-weight: bold;
        padding: 1.5vw 0;
        position: relative;
    }

    .index_btn:hover {
        color: #fff;
        background: #1e4dc6;
    }

    .index_btn:after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        top: calc(50% - 3.5px);
        width: 6px;
        height: 6px;
        border-right: solid 1px #1e4dc6;
        border-top: solid 1px #1e4dc6;
        transform: rotate(45deg);
    }

    .index_btn:hover:after {
        border-right: solid 1px #fff;
        border-top: solid 1px #fff;
    }

    .index_btn span.index_num {
        display: inline-block;
        width: 7vw;
        height: 7vw;
        border-radius: 3.5vw;
        line-height: 7vw;
        text-align: center;
        background: #1e4dc6;
        font-size: 5vw;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: calc(50% - 3vw);
        left: 1.5vw;
    }

    .index_btn:hover > span.index_num {
        color: #1e4dc6;
        background: #fff;
    }

    .lh2 span.index_txt {
        display: inline-block;
        margin-top: 1.5vw;
    }

    .pro_img:hover + .index_btn > span.index_num:nth-child(1) {
        color: #1e4dc6;
        background: #fff;
    }

    .lh1 {
        line-height: 11.628vw;
    }

    .lh2 {
        line-height: 4vw;
    }

    #totop {
        width: 100%;
        padding-bottom: 60px;
    }

    .index_btn {
        width: 90%;
        height: 14vw;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #1e4dc6;
        font-weight: normal;
        text-align: center;
        line-height: 14vw;
        color: inherit;
    }

    .index_btn a {
        display: block;
        width: 100%;
        height: 100%;
        color: #414141;
    }

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





.pt10 {
    padding-top: 10px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs20 {
    font-size: 20px !important;
}

.align-left {
    text-align: left !important;
}


.btnBox {
    text-align: center;
}

.btn_link {
    display: inline-block;
    padding: 19px 80px 19px 30px;
    background: -moz-linear-gradient(top, #275eaf 0%, #154c98 50%, #013a81 100%);
    background: -webkit-linear-gradient(top, #275eaf 0%, #154c98 50%, #013a81 100%);
    background: linear-gradient(to bottom, #275eaf 0%, #154c98 50%, #013a81 100%);
    position: relative;
    color: #FFF !important;
    font-weight: bold !important;
    font-size: 20px;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn_link:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-right: solid 2px #FFF;
    border-top: solid 2px #FFF;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .btn_link {
        padding: 10px 40px;
        box-sizing: border-box;
        font-size: 4.5vw;
    }

    .btn_link:after {
        right: 3%;
    }

    .secTtl {
        margin: 0 16px;
    }

    .ttl_black {
        margin: 0 16px;
        padding-top: 10px;
    }
}

.grayBox {
    background: #f0f0f0;
    padding: 30px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grayBox p {
    width: 48%;
}

.grayBox .linkBtn {
    width: 48%;
    display: inline-block;
    background: #fff;
    border: solid #13449d 1px;
}

.grayBox .linkBtn a {
    display: block;
    font-size: 1.6rem;
    text-decoration: underline;
    line-height: 1.4;
    color: #13449d;
    background: url(/products/common/images/btn_arrow.png) no-repeat right center;
    padding: 16px 80px 15px 30px;
    transition: all .1s ease-in-out;
}

.grayBox .linkBtn:hover {
    background: #13449d;
}

.grayBox .linkBtn a:hover {
    color: #fff;
    background: url(/products/common/images/btn_arrow_on.png) no-repeat right center;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .grayBox {
        width: 95%;
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
        padding: 15px;
    }

    .grayBox p {
        width: 100%;
        margin-bottom: 20px;
    }

    .grayBox .linkBtn {
        width: 100%;
    }
}

/*=========================
	detail
=========================*/
.table_caution {
    font-size: 1.2rem;
    display: block;
    padding-top: 10px;
}

table.tbl01 {
    width: 70%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: solid 1px #b2b2b2;
    border-left: solid 1px #b2b2b2;
    font-size: 14px;
}

table.tbl01 th {
    padding: 20px;
    background: #e0e0e0;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

table.tbl01 td {
    padding: 20px;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

table.tbl01 td.bgcef {
    background-color: #efefef;
}

/* tbl01 */
table.tbl02 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: solid 1px #b2b2b2;
    border-left: solid 1px #b2b2b2;
    font-size: 14px;
}

table.tbl02 th {
    padding: 20px;
    background: #e0e0e0;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

table.tbl02 td {
    padding: 20px;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

table.tbl02 .tbl_point {
    color: #cc0000;
}

/* tbl02 */

table.imgTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: solid 1px #b2b2b2;
    border-left: solid 1px #b2b2b2;
    font-size: 14px;
}

table.imgTable th {
    padding: 20px;
    background: #e0e0e0;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

table.imgTable td {
    padding: 20px;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    text-align: center;
}

.imgBox {
    display: none;
}

@media screen and (min-width: 768px) {
    .img_borderNoneB {
        border-bottom: none !important;
    }

    .img_borderNoneL {
        border-left: none !important;
    }

    .img_borderNoneR {
        border-right: none !important;
    }

    .img_borderL {
        border-left: solid 1px #b2b2b2 !important;
    }

    .img_border {
        border-bottom: solid 2px #b2b2b2 !important;
    }
}

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

    table.tbl01 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    table.tbl02 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    table.imgTable {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    table.imgTable th {
        display: none;
    }

    table.imgTable td {
        display: block;
        border-bottom: solid 1px #b2b2b2;
        overflow: hidden;
        padding: 0 0 10px 0;
    }

    table.imgTable td:before {
        content: attr(data-label);
        display: block;
        background: #e0e0e0;
        padding: 10px 0 10px 10px;
        margin-bottom: 10px;
        font-weight: bold;
        border-bottom: solid 1px #b2b2b2;
    }

    table.imgTable tr:last-child {
        display: none;
    }

    table.imgTable td:first-child:before {
        border-top: solid 1px #b2b2b2;
    }

    .imgBox {
        display: block;
        margin-top: 10px;
    }

    .table_caution {
        margin: 0 16px;
    }

    table.tbl02 th {
        padding: 10px;
    }

    table.tbl02 td {
        padding: 10px;
    }

}
}

@media screen and (min-width:481px) and (max-width:767px) {

    table.tbl02 th {

        padding: 10px;

    }

    table.tbl02 td {

        padding: 10px;

    }

}

@media screen and (max-width: 480px) {

    table.tbl01 {

        width: 95%;

        margin: 0 auto;

        box-sizing: border-box;

    }

    table.tbl02 th {

        padding: 0 !important;

    }

    table.tbl02 td {

        padding: 0 !important;

    }

    table.tbl02 td,
    th {

        font-size: 12px;

    }

    .fs16 {

        font-size: 12px !important;

    }

}


.icon_reform, .icon_new, .icon_nini, .icon_hissu {
	display:inline-block;
 	vertical-align:middle;
	box-sizing: padding-box;
	margin-top: 10px;
	padding-left: 10px;
}
.icon_reform {
    width: 108px;
}
.icon_new,.icon_nini, .icon_hissu {
    width: 94px;
}
