@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}

h1,h2,h3,p{
    margin: 0;
    padding: 0;
}

img {
        max-width: 100%;
        height: auto;
    }

    hr{
          height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
        position: relative;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 3vw 1.5vw 3vw 0;
        box-sizing: border-box;
        font-size: 0;
    }
    .header_logo1 {
        display: inline-block;
        height: 4.2vw;
    }
    .header_logo2 {
        display: inline-block;
        height: 4.2vw;
        margin: 0 0 0 5vw;
        position: relative;
    }
    .header_logo2::before {
        content: "";
        position: absolute;
        left: -2.5vw;
        top: 0;
        width: 1px;
        height: 100%;
        background: #251E1C;
    }
    .header_logo2::after {
        content: "";
        position: absolute;
        right: -2.5vw;
        top: 0;
        width: 1px;
        height: 100%;
        background: #251E1C;
    }
    .header_logo3{
        display: inline-block;
        height: 4.2vw;
        margin: 0 0 0 5vw;
        position: relative;
        
    }
    .header_logo1 img ,.header_logo2 img ,.header_logo3 img{
        height: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 10px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo1 {
            width: 185px;
            height: fit-content;
        }
        .header_logo2 {
            width: 154px;
            margin: 0 0 0 64px;
            height: fit-content;
        }
        .header_logo2::before {
            left: -32px;
        }
        .header_logo2::after {
            right: -32px;
        }
        .header_logo3 {
            width: 155px;
            top: 5px;
            margin: 0 0 0 64px;
            height: fit-content;
        }
        .header_wrap {
            padding: 9.55px 35px 14px 0px;
        }
        .br-sp {
            display: none
        }
        .br-pc {
            display: block;
        }    
    
    }
    
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    .ftsec {
        position: relative;
    }
    .fwrap {
        max-width: 850px;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 0;
        padding-top: 80px;
    }
    .p-article_action {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .p-article_action_group.-footer {
        justify-content: center;
        width: 100%;
    }
    .p-article_action_group {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .p-article_action_group .p-article_action_btn:first-of-type {
        margin-left: 0;
    }
    .p-article_action_btn {
        display: block;
        position: relative;
        width: 52px;
        height: 30px;
        margin-left: 0px;
    }
    .p-article_action_btn_label.-Facebook {
        background-image: url(ico_action_facebook.svg);
    }
    .p-article_action_btn_label {
        display: block;
        position: relative;
        padding-top: 30px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #818181;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        transition: .1s allease-in;
    }
    .p-article_action_btn_label::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: #fff;
        background-position: center top;
        background-repeat: no-repeat;
        content: '';
        opacity: 0;
        transition: .1s linear;
    }
    .p-article_action_btn_label.-twitter {
        background-image: url(X.png);
        background-position: center top 3px;
    }
    .p-article_action_btn_label.-line {
        background-image: url(icon_line.png);
        background-position: center top 3px;
    }
    .p-article_action_share {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 11.77px;
        color: #868687;
    }
    .internal_alertinfo {
        font-size: 12px;
        padding-bottom: 60px;
        color: #4D4D4D;
        margin-bottom: 0;
    }
    
    
    .ftbar {
        font-size: 0;
        margin: 0;
    }
    .ftbar img {
        width: 100%;
    }
    
    
    .sh_bg {
        margin:0 0 16px 0;
    }
    .sh_wrap {
    }
    .sh_cont {
        padding-left: 15px;
        border-left: 10px solid #2a378a;
    }
    .sh_title{
        margin: 0 0 20px;
        color: #053093;
        font-weight: bold;
        font-size: 15px;
    }
    .sh_title a{
        text-decoration: none;
        color: #053093;
    }
    .sh_title a:link, .sh_title a:visited, .sh_title a:active {
        color: #053093;
    }
    .sh_title a:hover{
        color: #053093;
        text-decoration: underline;
    }
    .sh_txt1 {
        font-size: 12px;
        margin: 0 0 6px;
    }
    .sh_txt2 {
        margin: 0;
        font-size: 20px;
        line-height: 1.25;
    }
    .sh_txt2_span {
        background: linear-gradient(transparent 40%, #fffcdb 40%);
    }
    
    @media screen and (min-width: 640px) {
        .sh_bg {
            margin:0 0 40px 0;
        }
        .sh_wrap {
        }
        .sh_cont {
            padding-left: 20px;
        }
        .sh_left {
            width: 155px;
        }
        .sh_right {
            width: calc(100% - 155px);
            padding: 0 0 0 32px;
            box-sizing: border-box;
        }
        .sh_txt1 {
            font-size: 15px;
        }
        .sh_txt2 {
            font-size: 28px;
        }
        .br-sp {
            display: none;
        }
        
    }
    
    .sb_wrap {
        overflow: hidden;
        border-bottom: 2px solid #e4e4e4;
        padding: 12px 12px 40px;
    }

    .mv{
        margin: 0 0 40px 0;
    }

    .cbox {
        background: #f5fafa;
        padding: 15px 13px;
        margin: 0 0 14px;
        border: 1px solid #cacaca;
        border-left: 5px solid #2a378a;
        margin-bottom: 40px;
    }
    .cbox_txt1 {
        margin: 0 0 6px;
        font-size: 14px;
    }
    .cbox_txt2 {
        margin: 0;
        font-size: 15px;
        line-height: 1.2;
        list-style: none;
        padding: 0;
    }
    .cbox_txt2 li{
        text-indent: -1.35em;
        padding-left: 1.35em;
        margin-bottom: 0.5em;
    }
    .cbox_txt2 li:last-of-type{
        margin-bottom: 0;
    }
    .cbox_txt2 a {
        text-decoration: none;
        color: #000;
        white-space: pre-wrap;
    }
    .cbox_txt2 a span{
        font-size: 10px;
        vertical-align: 10%;
    }
    .cbox_txt2 a span.black{
        font-size: 12px;
    }
    .cbox_txt2 a.de {
        color: #808080;
        pointer-events: none
    }
    .cbox_txt2 a.viewing {
        color: #e50121;
        pointer-events: none
    }
    .sb_txt1-1 {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4953;
        margin: 0 0 20px;
    }
    .sb_txt1-2 {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.4953;
        margin: 0 0 40px;
    }
    .sb_txt2 {
        font-size: 12px;
        margin: 0 0 40px;
    }
    .lv2 {
        font-size: 22px;
        line-height: 1.25;
        margin: 0;
        position: relative;
        padding: 0 0 0 40px;
    }
    .lv2::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 20px;
        transform: translateX(-100%);
    	-webkit-transform: translateX(-100%);
    	-ms-transform: translateX(-100%);
    	height: 20px;
    	background: #2a378a;
    	width: 20px;
    }
    .lv2_span {
        background: linear-gradient(transparent 40%, #fffcdb 40%);
    }
    .lv2_wrap {
        padding: 0 0 30px;
    }
    .lv2 {
        font-size: 22px;
        line-height: 1.25;
        margin: 0;
        position: relative;
        padding: 0 0 0 40px;
    }
    .lv3_wrap {
        padding: 0 0 10px;
    }
    .sb_txt3 {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 1.333;
    }
    .sb_cts .sb_txt3:last-of-type{
        margin-bottom: 30px;
    }
    .sb_cts img {
        margin: 0 0 30px;
    }
    .sb_box1 {
        background: #fff5f0;
        border: 1px solid #b2b2b3;
        padding: 12px;
    }
    .sb_box1 p {
        margin: 0;
        font-size: 16px;
        line-height: 1.333;
    }
    .sb_col1 {
        margin: 0 0 90px;
    }
    .sb_col2_h {
        border-bottom: 3px solid #05318d;
        font-size: 20px;
        margin: 43px 0 20px;
    }
    .card3 {
        position: relative;
        margin: 0 0 22px;
    }
    .card3_link {
        display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	z-index: 10;
    }
    .card3_img {
        font-size: 0;
        margin: 0 0 8px;
    }
    .card3_txt {
        font-size: 14px;
        line-height: 1.214;
        margin: 0;
    }
    .sb_ltxt {
        text-align: center;
        font-size: 12px;
        margin: 0 0 50px;
        padding: 0 15px;
    }
    @media screen and (min-width: 640px) {
        .sb_wrap {
            padding: 0;
        }
        .sb_col {
            margin: 0 auto;
            max-width: 900px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 40px 0px 0px;
        }
        .sb_col1 {
            width: 70%;
            margin: 0;
            padding: 0;
        }
        .sb_col2 {
            width: 23%;
            margin: 0;
            padding: 0;
        }
        .cbox_txt1 {
            font-size: 15px;
        }
        .cbox_txt2 {
            font-size: 15px;
        }
        .sh_title{
            margin: 0 0 20px;
            color: #053093;
            font-weight: bold;
        }
        .sb_txt1-1 {
            font-size: 17px;
            margin-bottom: 11px;
        }
        .sb_txt1-2{
            font-size: 17px;
            margin-bottom: 32px;
        }
        .sb_txt2 {
            font-size: 12px;
            margin-bottom: 38px;
        }
        .lv2 {
            font-size: 25px;
            padding: 0;
        }
        .lv2::before {
            left: -20px;
            top: 4px;
            height: 22px;
        }
        .sb_txt3 {
            font-size: 17px;
            line-height: 1.647;
            margin: 0 0 30px;
        }
        .sb_cts .sb_txt3:last-of-type {
            margin: 0 0 40px;
        }
        .sb_cts img {
            margin: 0 auto 40;
            display: block;
        }
        .sb_box1 {
            padding: 18px 12px;
        }
        .sb_box1 p {
            font-size: 17px;
            line-height: 1.647;
        }
        .sb_ltxt {
            margin-bottom: 80px;
        }
    }
    @media screen and (max-width: 960px) and (min-width: 640px) {
        .lv2 {
            padding: 0 0 0 8vw;
        }
        .lv2::before {
            left: 26px;
        }
    }
    
    .lb_wrap {
        padding: 0 15px 80px;
        text-align: center;
    }
    .lb_btn {
        display: inline-block;
        width: 100%;
        max-width: 430px;
        font-size: 16px;
        color: #1b1464;
        padding: 1.3em 0;
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }
    @media screen and (min-width: 640px) {
        .lb_wrap {
            padding: 30px 0 100px;
        }
        .lb_btn {
            font-size: 20px;
        }
    }

    .profile{
        border: solid 1px #dddfe1;
        margin: 40px 0;
    }
    .profile_txt1{
        background-color: #f3f5f7;
        position: relative;
        padding: 10px 10px 10px 15px;
        display:flex;
    }
    .profile_title{
        margin-right: 15px;
        font-weight: bold;
    }
    .profile_title::before{
        content: "";
        position: absolute;
    	height: 16px;
    	background: #0059b0;
    	width: 5px;
        top: 13px;
        left: 0;
    }
    .profile_name{
        font-size: 12px;
    }
    .profile_name span{
        font-size: 16px;
        font-weight: bold;
    }
    .profile_txt2{
        display: flex;
        padding: 10px;
        justify-content: space-between;
    }
    .profile_img{
        width: 120px;
        height: auto;
        flex-shrink: 0;
        padding: 0 10px 0 0;
    }

    hr{
        width: 100%;
        border: 0;
        height: 10px;
        background-image: repeating-linear-gradient(45deg, #949bc4 0, #949bc4 1px, transparent 0, transparent 50%);
        background-size: 10px 10px;
        margin-top: 100px;
    }

    .arrow{
        color: #2a378a;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
    }
    .arrow a{
        text-decoration: none;
    }
    .arrow a:link, .arrow a:visited, .arrow a:hover, .arrow a:active{
        color: #2a378a;
    }
    .arrow a.none{
        color: #808080;
        pointer-events: none;
    }

















