@charset "UTF-8";
/* CSS Document */

.heading_main_wrap {
    width:100%;
    background-color:#051571;
    margin:25px auto 0 auto;
}
.heading_main_inner {
    /*position: relative;*/
    /*width: calc(1210px + 30px);*/
    margin: 0 auto;
    padding: 0 15px;
}
.heading_main {
    text-align: center;
    padding:30px 0px;
    /*position: relative;*/
    font-size: 32px;
    color: #ffffff;
}
.heading_main img {
    position:relative;
    z-index:1;
}

@media screen and (max-width: 767px){
    .heading_main_inner {
        width: auto;
    }
    .heading_main {
        padding:2vw;
        font-size: 20px;
    }
}
.main_img {
    margin-top:50px;
}
.main_img figure img {
    box-shadow: 20px 20px 0 0 #1e4741;
}
@media screen and (max-width: 767px){
    .main_img {
        margin-top:5vw;
    }
    .main_img figure img {
        box-shadow: 3vw 3vw 0 0 #1e4741;
    }
}

.name_block {
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.name_block .name_box {
    width:470px;
    background-color:#f2f7fb;
    font-size:1.7rem;
    font-weight:bold;
    text-align: center;
    padding:15px;
    margin:0 10px;
    position: relative;
}
.name_block .name_box:nth-of-type(2):before,
.name_block .name_box:nth-of-type(2):after {
    content:"";
    display:inline-block;
    width:5px;
    height:40px;
    background-color:#7facd9;
    position:absolute;
    top:50%;
    left:-12px;
}
.name_block .name_box:nth-of-type(2):before {
    transform:translateY(-50%) rotate(45deg);
}
.name_block .name_box:nth-of-type(2):after {
    transform:translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px){
    .name_block .name_box {
        width:45%;
        margin:0 2%;
        font-size:1.2rem;
        padding:2vw;
    }
    .name_block .name_box:nth-of-type(2):before,
    .name_block .name_box:nth-of-type(2):after {
        width:.8vw;
        height:6vw;
        left:-2.1vw;
    }
}

.heading_txt {
    max-width:960px;
    margin:30px auto 0 auto;
    text-align: center;
    line-height:2;
    font-size:1.5rem;
}
@media screen and (max-width: 767px){
    .heading_txt {
        text-align: left;
        font-size:1.3rem;
    }
    .heading_txt + .bg_gray.mt70 {
        margin-top:10vw!important;
    }
}
.column_heading {
    display:block;
    font-size:3rem;
    margin:0 auto;
    text-align: center;
    color:#051571;
}
.column_heading span {
    display:inline-block;
    padding:5px 30px;
    position: relative;
}
.column_heading span:before,
.column_heading span:after {
    content:"";
    display:inline-block;
    width:12px;
    height:100%;
    border-left:4px solid #051571;
    border-right:2px solid #051571;
    position: absolute;
    top: 0;
}
.column_heading span:before {
    left: 0;
}
.column_heading span:after {
    right: 0;
    transform:scale(-1, 1);
}
@media screen and (max-width: 767px){
    .column_heading {
        font-size:2.2rem;
    }
    .column_heading span {
        padding:5px 20px;
    }
}
.prm_product .heading_lv4 {
    margin-top:20px;
    font-size:2.2rem;
    line-height:1.8;
}
.prm_product .heading_lv4 span {
    display:inline-block;
    font-size:1.8rem;
    position: relative;
}
.prm_product .heading_lv4 span:before,
.prm_product .heading_lv4 span:after {
    content:"";
    display:inline-block;
    width:8px;
    height:2px;
    background-color:#333;
    vertical-align: middle;
    margin:0 8px;
}
@media screen and (max-width: 767px){
    .prm_product .heading_lv4 {
        font-size:1.4rem;
    }
    .prm_product .heading_lv4 span {
        font-size:1.2rem;
    }
}
.btn_blue_center.smc_article_link a {
    width:inherit;
}
.column_credit {
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    color:#999;
    text-align: center;
    padding:25px;
    font-size: 1.4rem;
}
#contents .txt {
    font-size:1.7rem;
    line-height:2;
}
@media screen and (max-width: 767px){
    #contents .txt {
        font-size:1.5rem;
        line-height:1.8;
    }
}

.listCaution {
	border: 1px solid;
	margin-bottom: 5px;
	padding: 20px;
}
