@charset "UTF-8";




/* -----------------------------------------
CSR：デフォルトCSS
----------------------------------------- */

.csr-main{
    font-size: 16px;
}
@media screen and (max-width:767px) {
    .csr-main{
            font-size: 12px;
    }
}
.csr-main *,
.csr-main *:before,
.csr-main *:after{ 
    box-sizing: border-box;
}
.csr-main img {
    vertical-align: top;
    width: 100%;
}
/*既存モジュールの上書き
----------------------------*/

@media screen and (min-width: 768px){
    /* s_materiality */
    .header__nav li.s_materiality {
        display: inline-block;
    }
    .header__nav li.s_materiality a {
        display: inline;
    }
    .header__nav li.s_materiality a:not(.s_current)::before {
        display: none;
    }
    .header__nav li.s_materiality .s_pc {
        display: inline;
    }
    .header__nav li.s_materiality .s_sp {
        display: none;
    }
    /* s_contact */
    .header__nav li.s_contact a {
        padding-left: 15px;
    }
    .header__nav li.s_contact a::after {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 13px;
        height: 10px;
        background: url(/csr/assets/img/icon_mail.png) no-repeat 0 0 / contain;
    }
    /* s_pdf */
    .header__nav li.s_pdf .icon {
        color: #be302d;
    }
}
@media screen and (max-width: 767px){
    .header__nav li.s_materiality.is-current a span:before {
        display: none;
    }
    .header__nav li.s_materiality.is-current a.s_current span:before {
        display: block;
    }
    .header__nav li.s_materiality {
        border-bottom: none;
    }
    .header__nav li.s_materiality a {
        border-bottom: 1px solid #ccc;
    }
    .header__nav li.s_materiality .s_pc {
        display: none;
    }
    .header__nav li.s_materiality .s_sp {
        display: inline-block;
    }
    /* s_pdf */
    .header__nav li.s_pdf .icon {
        display: none;
    }
}
/* サイトマップ*/
.box-info-top__title {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 20px;
}
.box-info-top__inner ul li {
    font-size: 14px;
}
@media only screen and (min-width: 768px){
    .modal-sitemap ul {
        height: 245px;
        margin: 0 30px 25px;
    }
    .modal-sitemap li {
        margin-bottom: 10px;
    }
}
/*フッター3階層目*/
.wrp-container.nav-footer__aux{
    display: none;
    padding-top: 80px;
    padding-bottom: 100px;
}
@media screen and (max-width:1300px) {
    .wrp-container.nav-footer__aux{
        padding-top: 30px;
        padding-bottom: 5px;
    }
}
.wrp-container.nav-footer__aux.is-active{
    display: block;
}
.wrp-container.nav-footer__aux li{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 15px;
}
.wrp-container.nav-footer__aux li a {
    position: relative;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 5px;
}
.wrp-container.nav-footer__aux li a:before{
    content: '';
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #0e2e92;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width:767px) {
    .wrp-container.nav-footer__aux__cat {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .wrp-container.nav-footer__aux li{
        width: 50%;
    }
    .wrp-container.nav-footer__aux li{
        margin-bottom: 0px;
    }
}
.wrp-container.nav-footer__aux li a:hover:before,
.wrp-container.nav-footer__aux li.is-current a:before{
    width: 100%;
}
/*サイトマップ3階層目*/
.box-info-top__content ul > li > ul{
    overflow: auto!important;
    height: auto;
    margin: 5px;
    margin-top: 5px;
}
.box-info-top__content ul > li > ul > li{
    position: relative;
    padding-left: 22px;
}
.box-info-top__content ul > li > ul > li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 5px;
}
.box-info-top__content ul > li > ul > li a:hover{
    text-decoration: underline;
}
.is--notouch a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

/*表組み*/
.tbl-treasury tr th,
.tbl-treasury tr td{
    font-size: 14px;
}
.tbl-treasury tr th{
    width: auto;
}
@media screen and (min-width:1025px) {
    .tbl-base02 thead tr th,
    .tbl-treasury tr th{
        min-width: auto!important;
    }
}
@media screen and (max-width:1024px) {
    .tbl-base02 thead tr th,
    .tbl-treasury tr th{
        white-space: nowrap;
        width: auto!important;
    }
}
@media print{
    body { width: 1000px; } 
    .header__nav li,
    .is-after-load .header__nav li{
       opacity: 1!important;
        animation: none;
    }
    .csr-m_col .csr-p_colList{
        display: block!important;
        flex-wrap: inherit!important;
        letter-spacing: -.4em!important;
    }
    .csr-m_col .csr-p_colList > li{
        display: inline-block!important;
        letter-spacing: normal!important;
    }
    .tbl-treasury tr th{
        min-width: inherit!important;
    }
}

/*テスト用ラベル*/

.csr-labelList{display: none!important;}

.csr-labelList > li{
    display: inline-block;
    background-color: #D600FC;
    border: 1px solid #D600FC;
    color: #fff;
    text-align:  center;
    margin-right: 10px;
    padding: 5px 8px 4px;
}
.csr-labelList > li.data{
    background-color: #F00;
    border: 1px solid #F00;
}

.nav-footer__sub{
    padding-bottom: 93px;
}

.box-time{
    margin: 60px 0 120px;
    border-bottom: 1px solid #e8e8e8;

}

.lst-time{
    display: table;
}

.lst-time li{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 12px;
}

.lst-time li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: #e8e8e8;
}

.lst-time li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: #e8e8e8;
}

.lst-time li a{
    display: block;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.lst-time li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: #052d93;
    transition: all .6s cubic-bezier(1,0,0,1);
}

.lst-time li:hover a {
    opacity: 1;
}

.lst-time li:hover a:before,
.lst-time li.is-current a:before,
.lst-time li a.is-active:before{
    width: 100%;
}

.box-time--bottom {
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
}

.box-time--bottom .lst-time li a:before{
    bottom: auto;
    top: 0;
}
@media only screen and (min-width:1px) and (max-width:995px){
    .box-time{
        margin: 38px 0 50px;
        border: 0;
        position: relative;
    }
    .box-time:after {
        content: "";
        display: block;
        border-top: 1px solid #e8e8e8;
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
	}

	.box-time--bottom:after {
        bottom: auto;
        top: 9px;
	}

	.box-time .wrp-container {
        overflow-x: scroll;
        padding: 10px 0;
        margin: 0 20px;
	}

	.box-time--bottom .wrp-container {
        padding-bottom: 0;
	}

	.lst-time {
        position: relative;
	}

	.lst-time li {
        padding: 0 5px;
	}

	.lst-time li:before,

	.lst-time li:last-child:after {
        height: 15px;
        margin-top: -8px;
	}

	.lst-time li a{
        font-size: 12px;
        padding: 8px 10px;
	}

	.lst-time li a:before {
        height: 2px;
	}

}

/* -----------------------------------------
CSR：汎用クラス
----------------------------------------- */

.csr-c_fontS{ font-size: 12px!important;}
@media screen and (max-width:767px) {
    .csr-c_fontS{ font-size: 10px!important;}
}

.csr-c_fontBold { font-weight: bold!important; }
.csr-c_color01 { color: #0e2e92!important; }

.csr-c_clearfix { zoom: 1; }
.csr-c_clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0.01px;
}
.csr-c_floatL { float: left; }
.csr-c_floatR { float: right; }
.csr-c_ofHidden { overflow: hidden; }
.csr-c_ofVisible { overflow: visible; }

.csr-c_taLeft { text-align: left !important; }
.csr-c_taCenter { text-align: center !important; }
.csr-c_taRight { text-align: right !important; }

.csr-c_vaTop { vertical-align: top !important; }
.csr-c_vaMdl { vertical-align: middle !important; }
.csr-c_vaBtm { vertical-align: bottom !important; }

.csr-c_mtSS{margin-top: 20px!important;}
.csr-c_mtS{margin-top: 30px!important;}
.csr-c_mtM{margin-top: 60px!important;}
.csr-c_mtL{margin-top: 100px!important;}
.csr-c_mbSS{margin-bottom: 20px!important;}
.csr-c_mbS{margin-bottom: 30px!important;}
.csr-c_mbM{margin-bottom: 60px!important;}
.csr-c_mbL{margin-bottom: 160px!important;}
@media screen and (max-width:767px) {
  .csr-c_mtSS{margin-top: 10px!important;}
  .csr-c_mtS{margin-top: 15px!important;}
  .csr-c_mtM{margin-top: 30px!important;}
  .csr-c_mtL{margin-top: 60px!important;}
  .csr-c_mbSS{margin-bottom: 10px!important;}
  .csr-c_mbS{margin-bottom: 15px!important;}
  .csr-c_mbM{margin-bottom: 30px!important;}
  .csr-c_mbL{margin-bottom: 60px!important;}
}
.csr-c_ml1em{margin-left: 1em!important;}

.csr-c_iBlock { display: inline-block!important; }
.csr-c_liquid { width: 100%!important; }
.csr-c_nowrap { white-space: nowrap!important; }
.csr-c_breakall { word-break: break-all!important; }

.csr-js_heightFix{
    opacity: 0;
    transition: opacity 0.3s 0s;
}
.csr-js_heightFix.s_show{
    opacity: 1;
}
.csr-c_showModal{
    cursor: pointer;
}
.csr-js_scaleImg.s_inline{
    cursor: pointer;
}
.csr-js_scaleImg.s_inline img{
    display: none;
}
/* -----------------------------------------
CSR：基本モジュール
----------------------------------------- */

/*m_section
------------------*/

.csr-m_section.csr-s_lastMbCancel{
    margin-bottom: -160px;
}
@media screen and (max-width:767px) {
    .csr-m_section.csr-s_lastMbCancel{
        margin-bottom: -100px;
    }
}
/*m_wrapper
------------------*/
.csr-m_wrapper{
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
}
@media screen and (max-width:1366px) {
    .csr-m_wrapper{
        padding: 0 5.12445095vw;
    }
}
@media screen and (max-width:767px) {
    .csr-m_wrapper{
        padding: 0 20px;
    }
}


/*m_title
-------------------*/

/*title01*/
.csr-m_title01{
    display: block;
    background: #edeff0;
    border-left: 5px solid #0e2e92;
    font-size: 18px;
    font-weight: bold;
    color: #0e2e92;
    text-align: left;
    vertical-align: middle;
    padding: 14px 12px;
}
.csr-m_title01 .csr-p_subTitle{
    display: block;
    font-size: 13px;
    margin: 2px 0 3px;
}
@media screen and (max-width:767px) {
    .csr-m_title01{
        font-size: 15px;
        padding: 8px 12px;
    }
    .csr-m_title01 .csr-p_subTitle{
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: left;
        margin: 0;
    }
}
/*title02*/
.csr-m_title02{
    border-top: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.csr-m_title02 .csr-p_item{
    display: inline-block;
    position: relative;
    padding-top: 8px;
}
@media screen and (max-width:767px) {
    .csr-m_title02{
        font-size: 15px;
    }
}

/*title03*/
.csr-m_title03{
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}
.csr-m_title03.csr-s_color01{
    color: #a5a1ce;
}
.csr-m_title03.csr-s_borBtm{
    padding-bottom:  10px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
    .csr-m_title03{
        font-size: 12px;
    }
}
/*title04*/
.csr-m_title04{
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}
.csr-m_title04.csr-s_type01 {
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    /*title04*/
    .csr-m_title04{
        font-size: 18px;
    }
}

/*m_text
-------------------*/

/*標準テキスト*/


/*キャッチ*/
.csr-m_text.csr-s_catch{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
    .csr-m_text.csr-s_catch{
        font-size: 14px;
    }
}

/*m_utilityText*/
.csr-m_utilityText{
    position: relative;
    width: 100%;
    border-bottom: 4px solid #ccc;
    color: #0e2e92;
    padding-bottom: 10px;
}
/*s_serialNum*/
.csr-m_utilityText.csr-s_serialNum{
    padding-left: 50px;
}
.csr-m_utilityText.csr-s_serialNum .csr-p_num{
    position: absolute;
    left: 13px;
    bottom: 29px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    line-height: 0;
}
.csr-m_utilityText.csr-s_serialNum .csr-p_subTitle{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 3px;
}
.csr-m_utilityText.csr-s_serialNum .csr-p_title{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width:767px) {
    .csr-m_utilityText.csr-s_serialNum{
        padding-left: 42px;
    }
    .csr-m_utilityText.csr-s_serialNum .csr-p_num{
        bottom: 25px;
        font-size: 35px;
    }
    .csr-m_utilityText.csr-s_serialNum .csr-p_subTitle{
        font-size: 10px;
    }
    .csr-m_utilityText.csr-s_serialNum .csr-p_title{
        font-size: 17px;
    }
}
/*s_mathNum*/
.csr-m_utilityText.csr-s_mathNum{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.2;
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.csr-m_utilityText.csr-s_mathNum .csr-p_title{
    font-size: 18px;

}
.csr-m_utilityText.csr-s_mathNum .csr-p_mathText .csr-p_num{
    font-size: 45px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 0;
}
.csr-m_utilityText.csr-s_mathNum .csr-p_mathText{
    font-size: 18px;
}
@media screen and (max-width:767px) {
    .csr-m_utilityText.csr-s_mathNum .csr-p_title{
        font-size: 15px;
    }
    .csr-m_utilityText.csr-s_mathNum .csr-p_mathText .csr-p_num{
        font-size: 35px;
    }
}
/*m_label
-------------------*/
.csr-m_label{
    display: inline-block;
    background-color: #27a0d4;
    font-size: 23px;
    min-width: 300px;
    color: #fff;
    text-align:  center;
    margin-right: 10px;
    padding: 8px 20px 7px;
    border-radius: 3px;
}
@media screen and (max-width:767px) {
    .csr-m_label{
        font-size: 16px;
        min-width: 230px;
        padding: 2px 5px 2px;
    }
}

.csr-m_label02{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #27a0d4;
    border-radius: 3px;
    color: #27a0d4;
    text-align:  center;
    margin-right: 10px;
    padding: 5px 8px 4px;
}
.csr-m_label02.csr-s_color01{
    border-color: #092d91;
    color: #092d91;
}
.csr-m_label02.csr-s_color01{
    border-color: #092d91;
    color: #092d91;
}

.csr-m_labelText{
    overflow: hidden;
}
.csr-m_labelText .csr-p_label{
    float: left;
    margin-top:  5px;
}
.csr-m_labelText .csr-p_content{
    overflow: hidden;
}
/*m_link
-------------------*/
.csr-m_link{
    position: relative;
    color: #092d91;
    text-decoration: underline;
    padding-left: 1.5em;
    word-break:  break-all;
}
.csr-m_list > li > .csr-m_link{
    display: inline-block;
}
.csr-m_link:hover{
    text-decoration: none;
}
.csr-m_link .csr-p_icon{
    font-family: 'sekisui' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*ビュレット：四角*/
.csr-m_link .csr-p_icon.csr-s_squareBulleted{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    color: #092d91;
    font-size: 1.125em;
    margin-right: 4px;
}
.csr-m_link .csr-p_icon.csr-s_squareBulleted:before{
    content: "\e908";
}
@media screen and (max-width:767px) {
    .csr-m_link .csr-p_icon.csr-s_squareBulleted{
        top: 1px;
    }
}
/*別窓リンク*/
.csr-m_link .csr-p_icon.csr-s_blank{
    display: inline-block;
    color: #222;
    vertical-align: middle;
    margin: -4px 0 0 4px;
}
.csr-m_link .csr-p_icon.csr-s_blank:before{
    content: "\e901";
}
/*PDFリンク*/
.csr-m_link .csr-p_icon.csr-s_pdf{
    display: inline-block;
    color: #be302d;


    font-size: 12px;
    vertical-align:  middle;
    margin: -1px 0 0 4px;
}
.csr-m_link .csr-p_icon.csr-s_pdf:before{
    content: "\e900";
    font-size: 18px;
    vertical-align: middle;
    margin-right:  2px;
}
/*リンクリスト*/
.csr-m_linkList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.csr-m_linkList > li{
    padding: 0 10px 15px;
}
.csr-m_linkList.csr-s_1col > li{ width: 100%;}
.csr-m_linkList.csr-s_2col > li{ width: 50%;}
.csr-m_linkList.csr-s_3col > li{ width: 33.33333%;}

.csr-m_linkList:not(.csr-s_1col) > li:nth-last-child(-n+2){
    padding-bottom: 0;
}
.csr-m_linkList > li .csr-m_link{
    display: block;
    border-bottom: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    padding-left: 30px;
    padding-bottom: 15px;
}
.csr-m_linkList > li .csr-m_link:hover{
    text-decoration: underline;
}
.csr-m_linkList > li .csr-m_link .csr-p_icon.csr-s_squareBulleted{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}
@media screen and (max-width:1200px) {
    .csr-m_linkList.csr-s_3col > li{ width: 50%;}
    .csr-m_linkList > li:nth-last-child(3){ padding-bottom: 20px;}
}
@media screen and (max-width:900px) {
    .csr-m_linkList > li{
        width: 100%!important;
        padding-bottom: 10px!important;
    }
    .csr-m_linkList > li:nth-last-child(2){ padding-bottom: 20px;}
    .csr-m_linkList > li:last-child{
        padding-bottom: 0!important;
    }
}
@media screen and (max-width:767px) {

    .csr-m_linkList > li .csr-m_link{
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .csr-m_linkList > li .csr-m_link .csr-p_icon.csr-s_squareBulleted{
        top: 3px;
        font-size: 12px;
    }
}
/*m_btn
-------------------*/

.csr-m_btnSet{}
.csr-m_btnSet .csr-p_btnSetList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.csr-m_btnSet .csr-p_btnSetList  > li{
    margin-bottom: 10px;
    margin-right: 10px;
}
/*m_listBtn*/
.csr-m_listBtn > li{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.csr-m_listBtn > li + li{
    margin-top: 2px;
}
.csr-m_listBtn > li .csr-p_listBtnLink{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 75px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.csr-m_listBtn > li a.csr-p_listBtnLink:hover{
    background-color: #092d91;
    color: #fff;
}
.csr-m_listBtn > li a.csr-p_listBtnLink:hover .csr-p_icon.csr-s_squareBulleted{
    color: #fff;
}

/*新着情報*/
.csr-m_listBtn > li .csr-p_listBtnNews{
    display: flex;
    width: 100%;
}
.csr-m_listBtn > li .csr-p_listBtnNews > dt{
    flex: 0 0 145px;
}
.csr-m_listBtn > li .csr-p_listBtnNews > dd{
    flex: 1 1 auto;
}

/*タグ付き*/
.csr-m_listBtn > li .csr-p_backnumber > dt,
.csr-m_listBtn > li .csr-p_backnumber > dd{
    display: inline-block;
    vertical-align:  middle;
    padding: 3px 0;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberNum,
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTags,
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01,
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag02{
    display: inline-block;
    vertical-align:  middle;
    margin-right: 10px;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag02{
    margin-right: 0px;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberNum{
    width: 5em;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01,
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag02{
    border-radius: 3px;
    text-align: center;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01{
    width: 162px;
    color: #fff;
    font-size: 14px;
    padding: 6px 0 5px;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01.csr-s_color01{
    background-color: #d42654;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01.csr-s_color02{
    background-color: #2669d4;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01.csr-s_color03{
    background-color: #e38c29;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01.csr-s_color04{
    background-color: #34bf69;
}
.csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag02{
    width: 150px;
    background-color: #f5f5f5;
    color: #222;
    padding: 4px 0;
}
@media screen and (max-width:767px) {
    .csr-m_btnSet .csr-p_btnSetList{
        flex-direction: column;
    }
    .csr-m_btnSet .csr-p_btnSetList > li{
        margin-right: 0;
    }
    .csr-m_listBtn > li .csr-p_listBtnLink{
        padding: 10px 20px;
    }
    .csr-m_listBtn > li .csr-p_listBtnNews{
        display: block;
    }
    .csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag01,
    .csr-m_listBtn > li .csr-p_backnumber .csr-p_backnumberTag02{
        font-size: 10px;
        width:  auto;
        padding: 2px 5px;
    }
}
.csr-m_btn{
    position: relative;
}
.csr-m_btn .csr-p_icon{
    font-family: 'sekisui' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*01*/
.csr-m_btn .csr-p_btn01{
    position: relative;
    display: inline-block;
    min-width:  200px;
    background: #0e2e92;
    border: solid 2px #0e2e92;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 12px 50px;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.csr-m_btn .csr-p_btn01:hover{
    color: #0e2e92;
    background: #fff;
}
@media screen and (max-width:767px) {
    .csr-m_btn .csr-p_btn01{
        display:  block;
        font-size: 12px;
        max-width: 280px;
        margin:  0 auto;
        padding: 10px 15px;
    }
}
/*02*/
.csr-m_btn .csr-p_btn02{
    position: relative;
    display: inline-block;
    background: #fff;
    text-decoration: none;
}
.csr-m_btn .csr-p_btn02 .csr-p_icon.csr-s_squareBulleted{
    top: auto;
    left: auto;
    right: -3px;
    bottom: -2px;
}

/*下層ページリンク用*/
.csr-m_btn.csr-s_pageLink{
    overflow: hidden;
}
.csr-m_btn.csr-s_pageLink .csr-p_btn02{
    position: relative;
    width:  100%;
    height:  100%;
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.csr-m_btn.csr-s_pageLink .csr-p_btn02:hover{
    color: #fff;
    background: rgba(9,45,145,0.9);
}
.csr-m_btn.csr-s_pageLink .csr-p_btn02:hover .csr-p_title,
.csr-m_btn.csr-s_pageLink .csr-p_btn02:hover .csr-p_icon.csr-s_squareBulleted,
.csr-m_btn.csr-s_pageLink .csr-p_btn02:hover .csr-p_text{
    color: #fff;
}
.csr-m_btn.csr-s_pageLink .csr-p_bg{
    position: absolute;
    top: -10000px;
    left: -10000px;
    right: -10000px;
    bottom: -10000px;
    max-width: none!important;
    min-height: 120%;
    min-width: 120%;
    margin: auto;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.csr-m_btn.csr-s_pageLink .csr-p_btn02 .csr-p_title{
    color:  #092d91;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.csr-m_btn.csr-s_pageLink .csr-p_btn02 .csr-p_text{
    margin-top: 20px;
}
@media screen and (max-width:767px) {
    .csr-m_btn.csr-s_pageLink .csr-p_btn02{
        padding: 15px;
        overflow:  hidden;
    }
    .csr-m_btn.csr-s_pageLink .csr-p_btn02 .csr-p_title{
        font-size: 15px;
    }
    .csr-m_btn.csr-s_pageLink .csr-p_btn02 .csr-p_text{
        margin-top: 13px;
    }
}
/*s_category*/
.csr-m_btn.csr-s_category .csr-p_btn02{
    display: flex;
    height:  100%;
    align-items: center;
}
.csr-m_btn.csr-s_category .csr-p_btn02:hover{
    color: #092d91;
}

.csr-m_btn.csr-s_category .csr-p_tag{
    padding: 23px;
    flex: 0 0 auto;
}
.csr-m_btn.csr-s_category .csr-p_text{
    flex: 1 1 auto;
    font-weight: bold;
    line-height: 1.4;

    padding: 10px 20px 10px 0;
}
@media screen and (max-width:767px) {
    .csr-m_btn.csr-s_category .csr-p_tag{
        padding: 17px;
    }
    .csr-m_btn.csr-s_category .csr-p_tag img{
        width: 24px;
        height: 24px;
    }
}
/*s_media*/
.csr-m_btn.csr-s_media .csr-p_btn02{
    display: flex;
    align-items: center;
}
.csr-m_btn.csr-s_media .csr-p_btn02:hover{
    color: #092d91;
}
.csr-m_btn.csr-s_media .csr-p_image{
    flex: 0 0 77px;
}
.csr-m_btn.csr-s_media .csr-p_text{
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
}
@media screen and (max-width:767px) {
    .csr-m_btn.csr-s_media .csr-p_text{
        padding: 0 15px;
    }
}
/*s_imgBtn*/
.csr-m_btn.csr-s_imgBtn .csr-p_btn02{
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.csr-m_btn.csr-s_imgBtn .csr-p_image{}
.csr-m_btn.csr-s_imgBtn .csr-p_text{
    text-align: center;
    padding: 15px 15px;
}
.csr-m_btn.csr-s_imgBtn .csr-p_text{
}
.csr-m_btn.csr-s_imgBtn .csr-p_btn02:hover{
    color: #fff;
    background: rgba(9,45,145,0.9);
}
.csr-m_btn.csr-s_imgBtn .csr-p_btn02:hover .csr-p_text,
.csr-m_btn.csr-s_imgBtn .csr-p_btn02:hover .csr-p_icon.csr-s_squareBulleted{
    color: #fff;
}
/*ビュレット*/
.csr-m_btn .csr-p_icon.csr-s_bulleted{
    position: absolute;
    top: -2px;
    left:  15px;
    bottom:  0;
    height: 19px;
    display: inline-block;
    color: #fff;
    font-size: 1.125em;
    margin: auto 0;
}
.csr-m_btn .csr-p_icon.csr-s_bulleted:before{
    position: relative;
    content: "\e908";
    z-index: 1;
}
.csr-m_btn .csr-p_btn01:hover .csr-p_icon.csr-s_bulleted{
    color: #0e2e92;
}
@media screen and (max-width:767px) {
    .csr-m_btn .csr-p_icon.csr-s_bulleted{
        height: 14px;
    }
}
/*ビュレット：四角*/
.csr-m_btn.s_iconBefore{
    padding-left: 20px;
}
.csr-m_btn .csr-p_icon.csr-s_squareBulleted{
    position: absolute;
    top: -2px;
    left:  0;
    bottom:  0;
    height: 19px;
    display: inline-block;
    color: #092d91;
    font-size: 1.125em;
    margin: auto 0;
}
.csr-m_btn .csr-p_icon.csr-s_squareBulleted:before{
    position: relative;
    content: "\e908";
    z-index: 1;
}
.csr-m_btn.csr-s_iconBefore.csr-s_iconSizeL{
    padding-left: 28px;
}
.csr-m_btn.csr-s_iconSizeL .csr-p_icon.csr-s_squareBulleted{
    height: 25px;
    font-size: 25px;
}
@media screen and (max-width:767px) {
    .csr-m_btn.csr-s_iconSizeL .csr-p_icon.csr-s_squareBulleted{
        height: 20px;
        font-size: 19px;
    }
}
.csr-m_btn.csr-s_iconBefore.csr-s_iconSize01{
    padding-left: 30px;
}
.csr-m_btn.csr-s_iconSize01 .csr-p_icon.csr-s_squareBulleted{
    height: 25px;
    font-size: 25px;
}
@media screen and (max-width:767px) {
    .csr-m_btn.csr-s_iconBefore.csr-s_iconSize01{
        padding-left: 25px;
    }
    .csr-m_btn.csr-s_iconSize01 .csr-p_icon.csr-s_squareBulleted{
        height: 16px;
        font-size: 16px;
    }
}
/*別窓リンク*/
.csr-m_btn .csr-p_icon.csr-s_blank{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin: -4px 0 0 4px;
}
.csr-m_btn .csr-p_icon.csr-s_blank:before{
    content: "\e901";
}
/*PDFリンク*/
.csr-m_btn .csr-p_icon.csr-s_pdf{
    display: inline-block;

    font-size: 12px;
    vertical-align:  middle;
    margin: -2px 0 0 4px;
}
.csr-m_btn .csr-p_icon.csr-s_pdf:before{
    content: "\e900";
    font-size: 18px;
    vertical-align: middle;
    padding-right: 4px;
}
/*拡大ボタン*/
.csr-m_scaleBtn{
    text-align: right;
    margin-top: 10px;
}
.csr-m_scaleBtn .csr-p_btn{
    position: relative;

    display: inline-block;
    background-color: #092d91;
    color: #fff;
    font-size: 12px;
    padding: 8px 15px 8px 45px;
}
.csr-m_scaleBtn .csr-p_btn:before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(/csr/image/cmn_btn_icon_scale.png) no-repeat 0 0;
    background-size: contain;
    margin: auto 0;
}
@media screen and (max-width:767px) {
    .csr-m_scaleBtn .csr-p_btn{
        font-size: 10px;
        padding: 7px 15px 7px 37px;
    }
    .csr-m_scaleBtn .csr-p_btn:before{
        left: 11px;
        width: 17px;
        height: 17px;
        margin: auto 0;
    }
}
/*m_list
-------------------*/
.csr-m_list {
    margin: 0;
}
.csr-m_list > li {
    position: relative;
}
.csr-m_list > li + li{
    margin-top: 8px;
}
.csr-m_list.csr-s_circle > li {
    padding-left: 1em;
}
.csr-m_list.csr-s_circle > li:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.5);
    color: #092d91;
}
.csr-m_list .csr-m_list{
    margin-left: 1em;
}
.csr-m_list .csr-m_list > li + li{
    margin-top: 4px;
}
.csr-m_list .csr-m_list{
    margin-top: 8px;
}
.csr-m_list.csr-s_note > li {
    padding-left: 1.2em;
}
.csr-m_list.csr-s_note > li:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}
.csr-m_list.csr-s_note.csr-s_noteNum > li {
    padding-left: 2em;
}
.csr-m_list.csr-s_note.csr-s_noteNum > li {
   counter-increment:cnt;
}
.csr-m_list.csr-s_note.csr-s_noteNum > li:before {
    content:"*" counter(cnt);
}
.csr-m_list.csr-s_inline{
    margin: -5px 0 0 -35px;
}
.csr-m_list.csr-s_inline > li{
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
.csr-m_list.csr-s_inline > li,
.csr-m_list.csr-s_inline > li + li{
    margin-top: 5px;
}

/*汎用インデントリスト*/
.csr-m_indentList {}
.csr-m_indentList > li + li{
    margin-top: 8px;
}
.csr-m_indentList.s_marginL > li + li{
    margin-top: 30px;
}
.csr-m_indentList .csr-p_head {
    float: left;
    margin-right: 8px;
}
.csr-m_indentList .csr-p_text {
    overflow: hidden;
}
.csr-m_indentList .csr-p_text > *:first-child{
    margin-top: 0;
}
.csr-m_indentList .csr-p_text > *{
    line-height: inherit;
}

/*データリスト*/
.csr-m_dataList {
    display: table;
    width: 100%;
}
.csr-m_dataList > li{
    display: table-row;
}

.csr-m_dataList .csr-p_head,
.csr-m_dataList .csr-p_content{
    padding: 18px 0;
    display: table-cell;
    border-bottom: 1px solid #ccc;
}
.csr-m_dataList li:first-child .csr-p_head,
.csr-m_dataList li:first-child .csr-p_content{
    padding-top: 0;
}
.csr-m_dataList .csr-p_head {
    white-space: nowrap;
    font-size: 18px;
    color: #0e2e92;
    padding-right: 50px;
}
.csr-m_dataList .csr-p_list > li{
    display: inline-block;
}
.csr-m_dataList .csr-p_list > li:not(:last-child){
    margin-right: 40px;
}
@media screen and (max-width:767px) {
    .csr-m_dataList .csr-p_head {
        white-space: inherit;
        font-size: 14px;
    }
    .csr-m_dataList,
    .csr-m_dataList > li,
    .csr-m_dataList .csr-p_head,
    .csr-m_dataList .csr-p_content{
        display: block;
    }
    .csr-m_dataList > li{
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .csr-m_dataList > li + li{
        margin-top: 10px;
    }
    .csr-m_indentList.s_marginL > li + li{
        margin-top: 15px;
    }
    .csr-m_dataList .csr-p_head,
    .csr-m_dataList .csr-p_content{
        border-bottom: none;
        padding: 0;
    }
    .csr-m_dataList .csr-p_list > li:not(:last-child){
        margin-right: 20px;
    }
}
/*m_colList
-------------------*/
.csr-m_col.csr-s_2col{ max-width: 920px;}
.csr-m_col.csr-s_3col{ max-width: 1390px;}
.csr-m_col.csr-s_4col{ max-width: 1860px;}
.csr-m_col .csr-p_colList{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.csr-m_col .csr-p_colList > li{
    padding: 0 10px 60px;
}
.csr-m_col.csr-s_2col .csr-p_colList > li{ width: 50%;}
.csr-m_col.csr-s_3col .csr-p_colList > li{ width: 33.33333%;}
.csr-m_col.csr-s_4col .csr-p_colList > li{ width: 25%;}

.csr-m_col.csr-s_2col .csr-p_colList > li.w_60per{
  width: 60%;
  padding-top: 5%;
}
.csr-m_col.csr-s_2col .csr-p_colList > li.w_60per .imgTitle{
  padding: 0.5em 0;
  text-align: center;
}
.csr-m_col li.w_60per .csr-p_colImg {
    max-width: none;
    margin: auto;
}
.csr-m_col.csr-s_2col .csr-p_colList > li.w_40per{
    width: 40%;
}
.csr-m_text__indent{
 /*font-size: 13px;*/
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 16px;
}
.csr-m_text__indent +.csr-m_list{
  padding-left: 1em;
}


.csr-m_col.csr-s_2col .csr-p_colList > li:nth-last-child(-n+2){
    padding-bottom: 0;
}
.csr-m_col.csr-s_3col .csr-p_colList > li:nth-last-child(-n+3){
    padding-bottom: 0;
}
.csr-m_col.csr-s_3col .csr-p_colList > li:nth-last-child(-n+4){
    padding-bottom: 0;
}
.csr-m_col .csr-p_colImg{
    max-width: 450px;
    margin: auto;
}
/* s_posCenter */
.csr-m_col.csr-s_posCenter{
	margin: 0 auto;
}
/* s_alignFlexEnd */
.csr-m_col.csr-s_alignFlexEnd .csr-p_colList{
	align-items: flex-end;
}

@media screen and (max-width:1200px) {
    .csr-m_col.csr-s_4col .csr-p_colList > li{ width: 50%;}
    .csr-m_col.csr-s_4col .csr-p_colList > li:nth-last-child(3){ padding-bottom: 20px;}
    .csr-m_col.csr-s_3col .csr-p_colList > li{ width: 50%;}
    .csr-m_col.csr-s_3col .csr-p_colList > li:nth-last-child(3){ padding-bottom: 20px;}
}
@media screen and (max-width:950px) {
    .csr-m_col .csr-p_colList{
        max-width: 450px;
        margin: 0 auto;
    }
    .csr-m_col .csr-p_colList > li{
        padding: 0;
    }
    .csr-m_col.csr-s_2col .csr-p_colList > li,
    .csr-m_col.csr-s_3col .csr-p_colList > li,
    .csr-m_col.csr-s_4col .csr-p_colList > li{
        width: 100%;
    }
    .csr-m_col.csr-s_2col .csr-p_colList > li.w_60per,
    .csr-m_col.csr-s_2col .csr-p_colList > li.w_40per{
      width: 100%;
      padding-top: 0;
    }

    .csr-m_col .csr-p_colList > li:not(:last-child){
        padding-bottom: 30px!important;
    }
}

/*m_image
------------------------*/

.csr-m_centerImg{
    width: 100%;
    max-width: 750px;
}
.csr-m_centerImg.csr-s_posCenter{
	margin: 0 auto;
}
.csr-m_centerImg.csr-s_sizeM{
    max-width: 450px;
}
.csr-m_centerImg.csr-s_sizeL{
    max-width: 980px;
}
.csr-m_centerImg .csr-p_image{
	position: relative;
}
.csr-m_centerImg.csr-s_size20per{
    max-width: 20%;
}
@media screen and (max-width:767px) {
  .csr-m_centerImg.csr-s_size30per{
    max-width: none;
    width: auto;
  }
}


/*m_media
------------------------*/

.csr-m_media{
    overflow: hidden;
}
.csr-m_media .csr-p_mediaImg{
    width: 100%;
    max-width: 335px;
    text-align: center;
}
.csr-m_media .csr-p_mediaImg.csr-s_left {
    float: left;
    margin-right: 20px;
}
.csr-m_media .csr-p_mediaImg.csr-s_right {
    float: right;
    margin-left: 20px;
}
.csr-m_media .csr-p_mediaContent{
    overflow: hidden;
}
.csr-m_media.csr-s_around .csr-p_mediaContent{
    overflow: visible;
}

/*csr-s_w242*/
.csr-m_media.csr-s_w242 .csr-p_mediaImg{
    max-width: 100%;
    width: 242px;
}
.csr-m_media.csr-s_w242 .csr-p_mediaImg.csr-s_left{
    margin-right: 20px;
}
.csr-m_media.csr-s_w242 .csr-p_mediaImg.csr-s_right{
    margin-left: 20px;
}

/*csr-s_ratio2to1*/
.csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg{
    width: 33.3333%;
    max-width: 335px;
}
.csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_left{
    margin-right: 20px;
}
.csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_right{
    margin-left: 20px;
}

/*スマホ時*/
@media screen and (max-width:767px) {
.csr-m_media .csr-p_mediaImg.csr-s_left ,
.csr-m_media .csr-p_mediaImg.csr-s_right{
        float: none;
        margin: 0 auto 15px!important;
    }
    .csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_left,
    .csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_right,
    .csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_left,
    .csr-m_media.csr-s_ratio2to1 .csr-p_mediaImg.csr-s_right{
        width: auto;
        padding: 0;
    }
    /*画像とテキスト、スマホ時反転*/
    .csr-m_media.csr-s_spReversal{ -webkit-transform: rotateX(180deg); transform: rotateX(180deg)}
    .csr-m_media.csr-s_spReversal > *{ -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg)}
    
    /*サイズ*/
    .csr-m_media.csr-s_sp100w .csr-p_mediaImg { max-width: 100%!important;}
    .csr-m_media.csr-s_sp100w .csr-p_mediaImg img { width: 100%;}
}

/*m_box
------------------------*/

/*01*/
.csr-m_box01{}
.csr-m_box01.csr-s_warpCancel{
    margin: 0 -70px;
}
.csr-m_box01 .csr-p_box01Inner{
    background-color: #eeeff1;
    padding: 0 80px 70px;
}
.csr-m_box01.csr-s_warpCancel .csr-p_box01Inner{
    padding: 0 70px 70px;
}
@media screen and (max-width:1366px) {
    .csr-m_box01 .csr-p_box01Inner{
        padding: 0 5.85651537vw 5.12445095vw;
    }
    .csr-m_box01.csr-s_warpCancel{
        margin: 0 -5.12445095vw;
    }
    .csr-m_box01.csr-s_warpCancel .csr-p_box01Inner{
        padding: 0 5.12445095vw 5.12445095vw;
    }
}
.csr-m_box01 .csr-p_box01Title{
    position: relative;
    display: inline-block;
    color: #092d91;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 35px;
}
.csr-m_box01 .csr-p_box01Title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #092d91;
}
.csr-m_box01 .csr-p_box01Title.csr-s_noLineTop:before{
    display: none;
}
.csr-m_box01 .csr-p_box01Title .csr-p_box01TitleLabel{
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    font-weight:  normal;
    margin-right: 20px;
}
@media screen and (max-width:767px) {
    .csr-m_box01.csr-s_warpCancel{
        margin: 0 -20px;
    }
    .csr-m_box01 .csr-p_box01Inner,
    .csr-m_box01.csr-s_warpCancel .csr-p_box01Inner{
        padding: 0 20px 35px;
    }
    .csr-m_box01 .csr-p_box01Title{
        font-size: 15px;
        padding-top: 32px;
    }

    .csr-m_box01 .csr-p_box01Title .csr-p_box01TitleLabel{
        font-size: 25px;
        margin-right: 11px;
    }
}
/*02*/
.csr-m_box02{}
.csr-m_box02 .csr-p_box02Inner{
    height: 100%;
    background-color: #fff;
    border: 1px solid #a5a1ce;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.1);
    padding: 30px;
}
.csr-m_box02.csr-s_color01 .csr-p_box02Inner{
    border: 1px solid #000;
}
@media screen and (max-width:767px) {
    .csr-m_box02 .csr-p_box02Inner{
        padding: 20px;
    }
}

/*03*/
.csr-m_box03{}
.csr-m_box03 .csr-p_box03Inner{
    background-color: #fff;
    padding: 30px;
}
@media screen and (max-width:767px) {
    .csr-m_box03 .csr-p_box03Inner{
        padding: 20px;
    }
}

/* csr-m_tableArea
------------------------*/
.csr-m_tableArea{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.csr-m_tableArea::webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
}
.csr-m_tableArea::-webkit-scrollbar {
    width: 15px;
    height: 10px;
    background-color: transparent;
}
.csr-m_tableArea::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;
}
.csr-m_tableArea .csr-p_table {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
}
.csr-m_tableArea .csr-p_table.csr-s_layoutFix {
    table-layout: fixed;
}
.csr-m_tableArea.csr-s_sizeS .csr-p_table {
    font-size: 10px!important;
}
@media screen and (min-width:1025px) {
    .csr-m_tableArea .csr-p_table th{
        min-width: auto!important;
    }
}
@media screen and (max-width:1024px) {
    .csr-m_tableArea .csr-p_table th{
        white-space: nowrap;
        width: auto!important;
    }
}
.csr-m_tableArea .csr-p_table th,
.csr-m_tableArea .csr-p_table td{
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    padding: 13px 20px;
    box-sizing: border-box;
}
.csr-m_tableArea.csr-s_sizeS .csr-p_table th,
.csr-m_tableArea.csr-s_sizeS .csr-p_table td{
    padding: 5px!important;
}
.csr-m_tableArea .csr-p_table th {
    vertical-align: middle;
    background-color: #f5f5f5;
}
.csr-m_tableArea .csr-p_table thead th{
    text-align: center;
    color: #fff;
    background-color: #717681;
}
.csr-m_tableArea .csr-p_table tbody th{
    font-weight: 500;
}
.csr-m_tableArea .csr-p_link{
    position: relative;
    display: inline-block;
    padding-left: 0.8em;
}
.csr-m_tableArea .csr-p_link:before{
    content: "";
    position: absolute;
    top: 0.9em;
    left: 2px;
    border-left: 0.3em solid #5A7F91;
    border-top: 0.18em solid transparent;
    border-bottom: 0.18em solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.csr-m_tableArea .csr-p_link:hover{
    text-decoration: underline;
}
/*サイズ*/
.csr-m_tableArea.csr-s_maxW800 .csr-p_table{
	max-width: 800px;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor00 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor00,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor00{
    color: #698B9B;
    background-color: #fff;
}
/*背景色*/
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor00 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor00 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor00,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor00{
    color: #698B9B;
    background-color: #fff;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor01 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor01 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor01,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor01{
    color: inherit;
    background-color: #f5f5f5;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor02 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor02 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor02,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor02{
    color: #fff;
    background-color: #0068B7;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor03 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor03 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor03,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor03{
    color: #fff;
    background-color: #009FA8;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor04 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor04 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor04,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor04{
    color: #fff;
    background-color: #009B74;
}
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor05 th,
.csr-m_tableArea .csr-p_table tr.csr-s_bgColor05 td,
.csr-m_tableArea .csr-p_table tr th.csr-s_bgColor05,
.csr-m_tableArea .csr-p_table tr td.csr-s_bgColor05{
    color: #fff;
    background-color: #924898;
}
/*スペーサー*/
.csr-m_tableArea .csr-p_table tr.csr-p_spacer > td{
    padding: 0!important;
}
.csr-m_tableArea .csr-p_table tr.csr-p_spacer > td > span{
    display: block;
    position: relative;
    background: #fff;
    padding-top: 2em;
    margin: 0 -1px;
}
/*下の罫線非表示*/
.csr-m_tableArea .csr-p_table tr.csr-s_noBorBottom > th,
.csr-m_tableArea .csr-p_table tr.csr-s_noBorBottom > td,
.csr-m_tableArea .csr-p_table tr > th.csr-s_noBorBottom,
.csr-m_tableArea .csr-p_table tr > td.csr-s_noBorBottom{
    border-bottom: none;
}
@media screen and (max-width:767px) {
    .csr-m_tableArea::-webkit-scrollbar{
        height: 7px;
        background-color: transparent;
    }
    .csr-m_tableArea .csr-p_table{
        margin-bottom: 0;
        font-size: 14px;
    }
    .csr-m_tableArea .csr-p_table th,
    .csr-m_tableArea .csr-p_table td{
        padding: 5px 10px;
    }
    .csr-m_tableArea.csr-s_sp01 .csr-p_table,
    .csr-m_tableArea.csr-s_sp01 .csr-p_table tbody,
    .csr-m_tableArea.csr-s_sp01 .csr-p_table tr,
    .csr-m_tableArea.csr-s_sp01 .csr-p_table th,
    .csr-m_tableArea.csr-s_sp01 .csr-p_table td{
        display: block;
    }
    .csr-m_tableArea.csr-s_sp01 .csr-p_table th,
    .csr-m_tableArea.csr-s_sp01 .csr-p_table td{
        width: 100%;
        padding: 17px 19px;
    }
}

/*csr-m_pageLink01
------------------------*/
.csr-m_pageLink01{
    background-color: #edeff0;
    border-bottom: 63px solid #fff;
    margin: 0 -70px;
}
@media screen and (max-width:1366px) {
    .csr-m_pageLink01{
        margin: 0 -5.12445095vw;
    }
}

.csr-m_pageLink01 .csr-p_pageLink01Inner{
    position: relative;
    padding: 64px 0px 120px;
}
.csr-m_pageLink01 .csr-p_pageLink01Title{
    text-align: center;
    color: #092d91;
    font-size: 26px;
    font-weight: bold;
}
.csr-m_pageLink01 .csr-p_pageLink01Text{
    text-align: center;
    color: #092d91;
    font-size: 18px;
    font-weight: bold;
}
.csr-m_pageLink01 .csr-p_pageLink01Menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position:  absolute;
    bottom: -63px;
    left:  0;
    width:  100%;
}
.csr-m_pageLink01 .csr-p_pageLink01Menu > li{
    width: 33.333%;
    padding: 1px;
}
.csr-m_pageLink01.csr-s_4col .csr-p_pageLink01Menu > li{
    width: 25%;
}
.csr-m_pageLink01.csr-s_5col .csr-p_pageLink01Menu > li{
    width: 20%;
}
@media screen and (max-width:1200px) {
    .csr-m_pageLink01.csr-s_5col .csr-p_pageLink01Inner{
        padding-bottom: 405px;
    }
    .csr-m_pageLink01.csr-s_5col .csr-p_pageLink01Menu > li{
        width: 100%;
    }
    .csr-m_pageLink01.csr-s_5col  .csr-p_pageLink01Btn{
        font-size: 12px;
        height:  100%;
        min-height: 80px;
    }
}
@media screen and (max-width:1050px) {
    .csr-m_pageLink01.csr-s_4col .csr-p_pageLink01Inner{
        padding-bottom: 310px;
    }
    .csr-m_pageLink01.csr-s_4col .csr-p_pageLink01Menu > li{
        width: 100%;
    }
    .csr-m_pageLink01.csr-s_4col  .csr-p_pageLink01Btn{
        font-size: 12px;
        height:  100%;
        min-height: 80px;
    }
}
@media screen and (max-width:1050px) {
    .csr-m_pageLink01.csr-s_3col .csr-p_pageLink01Inner{
        padding-bottom: 365px;
    }
    .csr-m_pageLink01.csr-s_2col .csr-p_pageLink01Inner{
        padding-bottom: 240px;
    }
    .csr-m_pageLink01.csr-s_1col .csr-p_pageLink01Inner{
        padding-bottom: 100px;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Menu > li{
        width: 100%;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Btn{
        font-size: 12px;
        height:  100%;
        min-height: 80px;
    }
}
@media screen and (max-width:1050px) {
    .csr-m_pageLink01.csr-s_4col .csr-p_pageLink01Inner{
        padding-bottom: 315px;
    }
    .csr-m_pageLink01.csr-s_4col .csr-p_pageLink01Menu > li{
        width: 100%;
    }
    .csr-m_pageLink01.csr-s_4col  .csr-p_pageLink01Btn{
        font-size: 12px;
        height:  100%;
        min-height: 80px;
    }
}
.csr-m_pageLink01 .csr-p_pageLink01Btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 125px;
    font-size: 16px;
    font-weight:  bold;
    background-color: #fff;
    padding: 5px;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.csr-m_pageLink01 .csr-p_pageLink01Btn:hover{
    background-color: #092d91;
    color: #fff;
}
.csr-m_pageLink01 .csr-p_pageLink01Btn:hover .csr-p_icon.csr-s_squareBulleted{
    color: #fff;
}
.csr-m_pageLink01.csr-s_contact{
    border-bottom: none;
}
.csr-m_pageLink01.csr-s_contact .csr-p_pageLink01Inner{
    padding: 50px 0;
}
.csr-m_pageLink01.csr-s_contact .csr-p_pageLink01Menu{
    position: static;
    margin-top: 30px;
}
@media screen and (max-width:767px) {
    .csr-m_pageLink01{
        margin: 0 -20px;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Inner{
        padding: 30px 0 220px;
        margin: 0 20px;
    }
    .csr-m_pageLink01.csr-s_1col .csr-p_pageLink01Inner{
        padding-bottom: 50px;
    }
    .csr-m_pageLink01.csr-s_2col .csr-p_pageLink01Inner{
        padding-bottom: 135px;
    }
    .csr-m_pageLink01.csr-s_3col .csr-p_pageLink01Inner{
        padding-bottom: 225px;
    }
    .csr-m_pageLink01.csr-s_contact .csr-p_pageLink01Inner{
        padding: 50px 0;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Title{
        font-size: 18px;
        margin:  0 -20px;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Text{
        font-size: 15px;
        margin: 0 -20px;
        line-height: 1.3;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Menu{
        flex-direction: column;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Menu > li{
        width: 100%;
        padding: 0;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Menu > li + li{
        margin-top: 10px;
    }
    .csr-m_pageLink01 .csr-p_pageLink01Btn{
        font-size: 12px;
        height:  100%;
        min-height: 80px;
    }
}

/*02*/
.csr-m_pageLink02{
    background-color: #edeff0;
    padding: 70px 0;
    margin: 0 -70px;
}
@media screen and (max-width:1366px) {
    .csr-m_pageLink02{
        margin: 0 -5.12445095vw;
    }
}
@media screen and (max-width:767px) {
    .csr-m_pageLink02 {
        margin: 0 -20px;
    }
    .csr-m_pageLink02 .csr-p_pageLink02Inner{
        margin: 0 20px;
    }
}

/*ankLink01*/
.csr-m_ankLink01{
    background-color: #edeff0;
    padding: 70px 0;
    margin: 0 -70px;
}
.csr-m_ankLink01 .csr-p_ankLink01Img{
    max-width: 560px;
    margin: -30px;
}

@media screen and (max-width:1366px) {
    .csr-m_ankLink01{
        margin: 0 -5.12445095vw;
    }
}
@media screen and (max-width:767px) {
    .csr-m_ankLink01 {
        margin: 0 -20px;
    }
    .csr-m_ankLink01 .csr-p_pageLink03Inner{
        margin: 0 20px;
    }
}



/*modal
------------------------*/

.csr-m_modal {
    display: none;
    padding:  0 10px;
    margin:  0 10px;
}
.csr-m_modal > *{
    opacity: 0;
    transition: opacity 0.5s 0s;
}
.csr-m_modal.csr-s_open > *{
    opacity: 1;
}
.csr-m_modal .csr-p_modalBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: 200;
}
.csr-m_modal .csr-p_modalWin {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1166px;
    text-align: center;
    box-sizing: border-box;
    z-index: 200;
    padding: 0 10px;
}
.csr-m_modal .csr-p_modalWin .csr-p_modalWinInner{
    position: relative;
    letter-spacing: 0;
    min-width: 100px;
    width:  100%;
    max-width: 1000px;
    min-height: 100px;
    display: inline-block;
    padding: 30px;
    background-color: #fff;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

/*閉じるボタン*/
.csr-m_modal .csr-p_closeBtn {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -80px;
    right: 0;
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background: url(/csr/image/cmn_modal_close_01.png) no-repeat 0 0;
    background-size: cover;
    margin: auto 0;
    cursor: pointer;
    z-index:  600;
}
.csr-m_modal .csr-p_closeBtn:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.csr-m_modal .csr-p_closeBtn:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
    .csr-m_modal .csr-p_closeBtn {
        top: -90px;
        right: 0;
    }
}
/*拡大*/
#ScaleImg.csr-m_modal .csr-p_modalWin {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 100px 30px;
    z-index: 500;
}
#ScaleImg.csr-m_modal .csr-p_modalWin .csr-p_modalBg{
    z-index: 505;
}
#ScaleImg.csr-m_modal .csr-p_modalWin .csr-p_modalWinInner{
    max-height: 100%;
    max-width:  100%;
    height: 100%;
    width: 100%;
    z-index: 510;
}
#ScaleImg.csr-m_modal .csr-p_scaleRegion{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#ScaleImg.csr-m_modal .csr-p_scaleImg{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#ScaleImg.csr-m_modal .csr-p_scaleImg img{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    vertical-align: top;
}
/*タッチデバイス*/
#ScaleImg.csr-m_modal.csr-s_touch .csr-p_scaleRegion{
    display: none;
}
#ScaleImg.csr-m_modal.csr-s_touch .csr-p_scaleImg{
    overflow: auto!important;
}
#ScaleImg.csr-m_modal.csr-s_touch .csr-p_scaleImg img{
    position: static!important;
    top: auto!important;
    left: auto!important;
    transform: translate(0,0)!important;
}
@media screen and (max-width:767px) {
    #ScaleImg.csr-m_modal .csr-p_modalWin {
        padding:  110px 20px 40px;
    }
    #ScaleImg.csr-m_modal .csr-p_modalWin .csr-p_modalWinInner{
        padding: 20px;
    }
}

.csr-m_popup{
    display: inline-block;
    padding: 10px;
}
.csr-m_popup .csr-p_image{
    margin-bottom: 10px;
}

/* -----------------------------------------
190408追記
----------------------------------------- */

.nav-footer__inner{
    overflow-x: auto;
    -webkit-overflow-x: auto;
}
.nav-footer__link li a{
    white-space: nowrap;
}
.wrp-container.nav-footer__aux{
    display: none;
    padding-bottom: 100px;
}
@media screen and (max-width:1300px) {
    .wrp-container.nav-footer__aux{
        padding-bottom: 5px;
    }
}
.wrp-container.nav-footer__aux.is-active{
    display: block;
}
.wrp-container.nav-footer__aux li{
    margin-bottom: 15px;
}
@media screen and (max-width:767px) {
    .wrp-container.nav-footer__aux li{
        width: 50%;
    }
    .wrp-container.nav-footer__aux li{
        margin-bottom: 0px;
    }
}
.nav-footer__aux li.is-current a:before{
    width: 100%;
}
.box-info-top__content ul > li > ul{
    margin-top: 5px;
}
.box-info-top__inner ul > li > ul > li{
    position: relative;
    padding-left: 22px;
    margin: 7px 0;
}
.box-info-top__inner ul > li > ul > li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 5px;
}
.box-info-top__inner ul > li > ul > li a:hover{
    text-decoration: underline;
}
.box-info-top__inner ul > li > ul > li > ul > li:before{
    content: "∟";
}
.modal-sitemap ul > li > ul {
    overflow-y: auto!important;
    margin: 0;
    height: auto;
}
