@charset "utf-8";
/*-------------------- common --------------------*/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    color: #000000;
    font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.5;
    position: relative;
}

.ff_my{
    font-family: "メイリオ", "Meiryo","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.inner{
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

img{
    max-width: 100%;
}

.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.lh1{
    line-height: 1;
}

.common_tit{
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.common_txt{
    font-size: 2rem;
    margin-top: 5px;
}

.common_btn_box01 a,
.common_btn_box01 input{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: url("/img/common_arrow01.png") no-repeat right 44px center #2571e0;
    margin-left: auto;
    margin-right: auto;
}

.common_btn_box02 a{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 45px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: url("/img/common_arrow02.png") no-repeat right 27px center #2571e0;
}

.br_sp_block{
    display: none;
}

/*-------------------- header --------------------*/

.header_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
}

.header_box_bg_blue{
    display: none;
    background-color: #2571e0;
    border-bottom: 1px solid #ffffff;
}

.header_box .logo a,
.header_box .logo img,
.header_tbox img,
.btn_box img{
    display: block;
}

.header_box .btn_box{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header_box .btn_box>a{
    margin-right: 11px;
}
.header_box .btn_box>a:last-of-type{
    margin-right: 0;
}

.header_box a{
    text-decoration: none;
}

.header_box .contact_box{
    width: 165px;

}

.header_box .contact_box>a{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 3px 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 3px;
}

.header_box .contact_box>a:last-of-type{
    margin-bottom: 0;
}

.lan_box,
.header_box .contact_box{
    margin-left: 17px;
}

.lan_box p{
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

.lan_inner{
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ffffff;
}

.lan_inner>a{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ffffff;
    text-decoration: none;
    padding: 4px 0 1px;
}

.lan_inner>a,
.lan_box p{
    color: #ffffff;
    line-height: 1;
}

.lan_inner>a:last-of-type{
    border-right: none;
}

.lan_ative{
    color: #2571e0 !important;
    background-color: #ffffff;
}

.header_tbox{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0 24px;
}
nav{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -20px;
}
.header_box .anchor_list.anchor_list_pad{
	display: none;
}
nav .menu-menu2-container .anchor_list>li:last-of-type{
	display: none;
}


.header_box .anchor_list>li>a{
    position: relative;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.header_box .anchor_list>li:before{
    opacity: 0;
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.header_box .anchor_list>li.current-menu-item:before,.header_box .anchor_list>li.current-page-parent:before,.header_box .anchor_list>li.current-page-ancestor:before{
	opacity: 1;
}

.header_box .anchor_list>li{
    position: relative;
    padding: 20px;
}

.header_box .anchor_list>li:after{
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background-color: #ffffff;
}

.header_box .menu-menu2-container .anchor_list>li:nth-last-of-type(2):after{
    display: none;
}

.header_box .anchor_list>li>a,
.anchor_item_pbox>a{
    display: block;
}

.header_box .anchor_list{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.header_sp_bbox,
.d-menu,
.header_lan_list{
    display: none;
}

nav .menu-menu1-container .anchor_list>li>.sub-menu{
	position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    overflow-y: auto;
    max-height: calc(100vh - 155px);
    display: none;
    flex-wrap: wrap;
    background-color: #ffffff;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li{
	width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d9e6fa;
    border-top: 1px solid #d9e6fa;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li:first-of-type,nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(2),nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(3),nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(4){
	border-top: none;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(4n){
	border-right: 0;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li>a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    padding: 13px 20px 13px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-image: url(/img/common_arrow03_blue.png);
    min-height: 69px;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li>.sub-menu{
	padding: 10px 0;
    margin: 0 20px;
    border-top: 1px solid #d9e6fa;
}
nav .menu-menu1-container .anchor_list>li>.sub-menu>li>.sub-menu>li>a{
	font-size: 1.2rem;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-bottom: 3px;
}

/*-------------------- footer --------------------*/

footer{
    background: -moz-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1249c1), color-stop(100%,#2571e0));
    background: -webkit-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -o-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -ms-linear-gradient(top, #1249c1 0%, #2571e0 100%);
    background: linear-gradient(to bottom, #1249c1 0%, #2571e0 100%);
    text-align: center;
}

footer>.inner{
    padding: 50px 0;
    /*width: 830px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_top{
	display: flex;
	justify-content: space-between;
}
.footer_info{
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
}
.footer_info a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_info p{
	margin-top: 10px;
}
.footer_menu{
	display: flex;
	justify-content: center;
}
.footer_menu_right{
	display: flex;
}
.footer_menu .menu-menu2-container{
	padding: 0 0 0 42px;
}
.footer_menu .anchor_flist{
	width: 100%;
}
.footer_menu .menu-menu1-container .anchor_flist{
	display: flex;
}
.footer_menu .menu-menu1-container .anchor_flist>li:last-of-type{
	margin-left: 42px;
	width: 400px;
}
.footer_menu .anchor_flist>li{
	text-align: left;
	margin-bottom: 15px;
	position: relative;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_menu .anchor_flist>li:before{
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
}
.footer_menu .anchor_flist>li:last-of-type{
	margin-bottom: 0;
}
.footer_menu .anchor_flist>li a{
	font-size: 1.4rem;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.footer_menu .anchor_flist .sub-menu .sub-menu{
	display: none;
}
.footer_menu .anchor_flist>li>.sub-menu{
	margin-left: -15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_menu .anchor_flist>li>.sub-menu>li{
	width: 48%;
	position: relative;
	margin-top: 10px;
	padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_menu .anchor_flist>li>.sub-menu>li:before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
}
.footer_bottom{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
    border-top: 1px solid #ffffff;
    margin-top: 25px;
}

.fb_left a{
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-right: 26px;
}

.fb_right{
    font-size: 0;
}

.fb_right a{
    display: inline-block;
    margin-right: 11px;
}

.fb_right a img{
    display: block;
}
.fb_right a:last-of-type{
    margin-right: 0;
}
/*-------------------- page_top --------------------*/

footer .page_top {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 265px;
    width: 33px;
    height: 112px;
    text-decoration: none;
    background-color: #2571e0;
    padding: 12px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

footer .page_top>img{
    display: block;
    margin: 0 auto;
}

footer .page_top>img:last-of-type{
    margin-top: 5px;
}

/*-------------------- fixed_banner --------------------*/
.fixed_banner{
	width: 226px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #e9f1fc;
	border-top: 4px solid #2571e0;
	text-align: center;
	padding: 14px 0 10px 0;
	z-index: 99;
}
.fixed_banner_tit{
	font-size: 2.2rem;
    letter-spacing: -2px;
	font-weight: bold;
	color: #2571e0;
	line-height: 1.14;
	margin-bottom: 8px;
}
.fixed_banner_txt{
	font-size: 1.2rem;
    line-height: 1.33;
	margin-top: 8px;
}
.fixed_banner_btn_list li{
    margin-bottom: 8px;
}
.fixed_banner_btn_list li:last-of-type{
    margin-bottom: 0;
}
.fixed_banner_btn{
	display: flex;
    align-items: center;
	margin: 0 auto;
	width: 178px;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 19px;
	background-color: #12a4da;
}
.fixed_banner_btn_list li:nth-of-type(2n) .fixed_banner_btn{
	background-color: #2571e0;
}
.fixed_banner_btn img,.fixed_banner_btn span{
	display: inline-block;
	vertical-align: middle;
}
.fixed_banner_btn span{
    width: calc(100% - 27px);
	margin-left: 4px;
    text-align: center;
}
.close_banner{
	position: absolute;
	top: -10px;
	right: 6px;
}
.close_banner img{
	display: block;
}

/*-------------------- mv_bg --------------------*/

.mv_bg{
    position: relative;
}

.mv_bg .inner{
    position: relative;
    z-index: 2;
}

.mv_bg:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -moz-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,113,224,0.6)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 100%);
    background: -o-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 100%);
    background: -ms-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 100%);
    background: linear-gradient(to bottom, rgba(37,113,224,0.6) 0%,transparent 100%);
}

.mv_bg:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -moz-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 40%,transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,113,224,0.6)), color-stop(40%,transparent), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 40%,transparent 100%);
    background: -o-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 40%,transparent 100%);
    background: -ms-linear-gradient(top, rgba(37,113,224,0.6) 0%,transparent 40%,transparent 100%);
    background: linear-gradient(to bottom, rgba(37,113,224,0.6) 0%,transparent 40%,transparent 100%);
}

/*-------------------- common_question_list --------------------*/

.idx_question_list{
    border-top: 1px solid #2571e0;
    margin-top: 38px;
}

.idx_question_list>li{
    padding: 24px 0 39px;
    border-bottom: 1px solid #2571e0;
}

.idx_question_list>li:nth-of-type(2n){
    padding-left: 51px;
}

.idx_question_list>li:nth-of-type(2n+1) .idx_ql_a{
    padding-right: 154px;
}

.idx_ql_q{
    position: relative;
    padding: 20px 100px 2px 70px;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
    background-position: right top 19px;
    background-size: 23px 23px;
    background-image: url(/img/idx_question_toopen.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.idx_ql_q.idx_question_open{
    background-image: url(/img/idx_question_toclose.png);
}

.idx_ql_q>img{
    position: absolute;
    top: 0;
    left: 0;
}

.idx_ql_a{
    display: none;
    position: relative;
    margin-left: 70px;
    margin-top: 10px;
    padding-left: 28px;
    padding-top: 1px;
    padding-right: 100px;
    font-size: 1.4rem;
    line-height: 1.85;
}

.idx_ql_a:before{
    content: 'A. ';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    color: #2571e0;
}
/*-------------------- ttl_h --------------------*/
.ttl_h2,.example_detail_content h3 {
    font-size: 4.2rem;
    color: #2571e0;
    font-weight: bold;
    text-align: center;
}
.ttl_h3,.article_detail_txt h3 {
    font-size: 2.6rem;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 3px solid #2571e0;
    margin-top: 40px;
    color: #000000;
    text-align: left;
}
.ttl_h4,.article_detail_txt h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2571e0;
}
.content_txt{
	font-size: 1.4rem;
    line-height: 1.85;
}
/*-------------------- ico_new --------------------*/
.ico_new{
	color: #FFFFFF;
	background: #ff0000;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	padding: 3px 10px 1px 10px;
	vertical-align: middle;
}

@media only screen and (min-width: 1150px) {

    .header_box .anchor_list>li:hover:before,.anchor_list>li.current-menu-item:hover:before,.anchor_list>li.current-page-ancestord:hover:before{
        opacity: 1;
    }

    .anchor_item_pbox:hover>a:before{
        display: block;
    }

    .anchor_item_pbox:hover>a:after {
        opacity: 1;
    }

    .header_box .anchor_list>li:hover .sub-menu{
        /* display: flex; */
    }
    .header_box .anchor_list>li:hover .sub-menu .sub-menu{
        display: block;
    }

    .header_box .anchor_list>li>.sub-menu:hover{
        display: flex;
    }

    nav .menu-menu1-container .anchor_list>li>.sub-menu>li>.sub-menu>li>a:hover{
        border-bottom: 1px solid #000000;
    }

    .header_box .contact_box>a:hover,
    .lan_inner>a:hover{
        color: #2571e0;
        background: #ffffff;
        opacity: 1;
    }

    .header_tbox .logo a:hover{
        opacity: 0.8;
    }

    .btn_box a:hover{
        opacity: 0.8;
    }

    nav .menu-menu1-container .anchor_list>li>.sub-menu>li>a:hover{
        color: #ffffff;
        background-color: #2571e0;
        background-image: url(/img/common_arrow03_white.png);
    }
}

@media only screen and (min-width: 1025px){

    .breadcrumbs ul a:hover{
        color: #2571e0;
    }

    .fb_left a:hover,
    .anchor_flist>li a:hover{
        border-bottom: 1px solid #ffffff;
    }

    .fb_right a:hover{
        opacity: 0.8;
    }

    footer .page_top:hover {
        padding-top: 8px;
    }

    .common_btn_box01 a:hover {
        background: url("/img/common_arrow01.png") no-repeat right 38px center #2571e0;
    }

    .common_btn_box02 a:hover {
        background: url("/img/common_arrow02.png") no-repeat right 22px center #2571e0;
    }
    
	.fixed_banner_btn_list li:not(:last-of-type) .fixed_banner_btn:hover{
		opacity: 0.8;
	}

}

@media only screen and (max-width: 1150px) {

    /*-------------------- header --------------------*/

    .header_sp_bbox{
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .header_mail,
    .header_lan{
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-right: 15px;
        text-decoration: none   ;
    }

    .d-menu {
        display: block;
        position: relative;
        z-index: 99;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .panel-btn {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 2px;
        margin: -1px 0 0 -14px;
        background: #2571e0;
        transition: .2s;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 28px;
        height: 2px;
        background: #2571e0;
        transition: .3s;
    }

    .panel-btn-icon:before {
        margin-top: -10px;
    }

    .panel-btn-icon:after {
        margin-top: 8px;
    }

    .panel-btn .close:before, .panel-btn .close:after {
        margin-top: 0;
    }

    .panel-btn .close {
        background: transparent;
    }

    .panel-btn .close:before {
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .panel-btn .close:after {
        -ms-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .header_tbox .btn_box{
        display: none;
    }

    .header_tbox{
        padding: 25px 0;
        align-items: stretch;
    }

    .header_box{
        padding-bottom: 0;
    }

    .header_box_bg_white{
        background-color: #2571e0;
    }
    nav,
    .header_lan_list{
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #ffffff;
        overflow-y: auto;
    }

    .header_box .anchor_list>li:after{
        display: none;
    }

    .header_box .anchor_list>li>a:after,
    .anchor_item_pbox>a:after{
        display: none;
    }

    .header_box .btn_box a:last-of-type{
        border: none;
        width: auto;
        margin-left: 0;
        padding: 0;
    }
    .header_box .anchor_list{
    	margin-bottom: 0;
    }

    .header_box .anchor_list>li{
        padding: 0;
        border-bottom: 1px solid #2571e0;
    }

    .header_box .anchor_list{
        display: block;
    }

    .header_box .anchor_list>li>a,
    .anchor_item_pbox>a{
        color: #2571e0;
        border-right: none;
    }

    .header_box .anchor_list>li>a{
        padding: 20px 5%;
    }

    .anchor_item_pbox>a{
        padding: 20px 5% 10px 5% !important;
    }
    nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(3), nav .menu-menu1-container .anchor_list>li>.sub-menu>li:nth-of-type(4){
    	border-top: 1px solid #d9e6fa;
    }
    nav .menu-menu1-container .anchor_list>li>.sub-menu>li>a{
    	padding: 10px 40px 10px 0;
	    border-right: none;
	    min-height: 0;
    }
    nav .menu-menu1-container .anchor_list>li>.sub-menu{
    	display: flex;
    	justify-content: space-between;
    	position: static;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
        max-height: 100%;
        border-top: 1px solid #2571e0;
    }
    nav .menu-menu1-container .anchor_list>li>.sub-menu>li{
    	width: 48%;
    	border-right: none;
    }
    nav .menu-menu1-container .anchor_list>li>.sub-menu>li>.sub-menu{
    	display: block;
        background-color: #ffffff;
        margin: 0;
        padding: 8px 0 8px 10px;
    }
    nav .menu-menu1-container .anchor_list>li:last-of-type{
    	padding-bottom: 10px;
    }
    .header_box .anchor_list.anchor_list_pad{
    	display: block;
    }

    .anchor_list .btn_box{
        display: flex;
        padding: 12px 5%;
    }

    .header_box .anchor_list>li.w1150_display_block{
        display: block;
    }

    .btn_box{
        background-color: #2571e0;
        justify-content: center;
    }

    .fb_left a{
        margin-right: 20px;
    }

    .br_1150_none{
        display: none;
    }
    /*-------------------- fixed_banner --------------------*/
	.fixed_banner{
		width: 100%;
		position: fixed;
		border-top: 2px solid #e9f1fc;
		padding: 0;
	}
	.fixed_banner_tit,.fixed_banner_txt{
		display: none;
	}
	.fixed_banner_btn_list{
		width: 100%;
		display: flex;
	}
	.fixed_banner_btn_list li{
		width: 33.33%;
	}
	.fixed_banner_btn{
		width: 100%;
	    border-radius: 0;
        justify-content: center;
	}
	.fixed_banner_btn_list li{
		margin-bottom: 0;
	}
    .fixed_banner_btn span{
        width: auto;
    }
}


@media only screen and (max-width: 1024px) {
    /*-------------------- page_top --------------------*/

    footer .page_top{
        bottom: 200px;
    }
    /*-------------------- fixed_banner --------------------*/
	.fixed_banner{
		width: 100%;
		position: fixed;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		transform: translateY(0);
		border-top: 2px solid #e9f1fc;
		padding: 0;
	}
	.fixed_banner_tit,.fixed_banner_txt{
		display: none;
	}
	.fixed_banner_btn_list{
		width: 100%;
		display: flex;
	}
	.fixed_banner_btn_list li{
		width: 50%;
	}
	.fixed_banner_btn{
		width: 100%;
	    border-radius: 0;
	}
	.fixed_banner_btn_list li:last-of-type .fixed_banner_btn{
		margin-top: 0;
	}

    /*-------------------- common --------------------*/


    .common_btn_box01 a,
    .common_btn_box01 input{
        width: 320px;
        height: 60px;
        background: url("/img/common_arrow01.png") no-repeat right 40px center #2571e0;
    }
    /*-------------------- ttl_h --------------------*/
	.ttl_h2 {
	    font-size: 3.8rem;
	}
	.ttl_h3,.article_detail_txt h3 {
	    font-size: 2.4rem;
	}
}

@media only screen and (max-width: 1023px) {

    /*-------------------- common --------------------*/

    .br_pad_none{
        display: none;
    }

    .header_tbox {
        padding: 20px 0;
    }

    .header_tbox .logo{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 150px;
    }

    .header_mail,
    .header_lan{
        margin-right: 12px;
    }
    .footer_menu .menu-menu1-container .anchor_flist{
    	display: block;
    }
   	.footer_menu .menu-menu1-container .anchor_flist>li:last-of-type{
    	margin-left: 0;
    }
	.footer_menu_right{
		display: block;
		padding-left: 30px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.footer_menu .menu-menu2-container{
		padding: 0;
		margin-bottom: 15px;
	}

    .footer_bottom{
        justify-content: center;
    }

    footer .page_top {
        bottom: 150px;
    }

    .common_btn_box01 a,
    .common_btn_box01 input{
        width: 280px;
        height: 55px;
        background: url("/img/common_arrow01.png") no-repeat right 30px center/12px auto #2571e0;
    }

    .common_btn_box01 img{
        width: 65px;
    }

    /*-------------------- common_question_list --------------------*/

    .idx_question_list>li {
        padding: 24px 0 30px;
    }

    .idx_ql_q>img {
        width: 40px;
    }

    .idx_ql_q {
        padding: 12px 40px 2px 55px;
        background-position: right top 16px;
        background-size: 20px auto;
        word-break: break-all;
    }

    .idx_question_list>li:nth-of-type(2n+1) .idx_ql_a {
        padding-right: 100px;
    }

    .idx_ql_a {
        margin-left: 55px;
        padding-right: 40px;
    }

    .idx_question_list>li:nth-of-type(2n) {
        padding-left: 50px;
    }
    /*-------------------- ttl_h --------------------*/
	.ttl_h2 {
	    font-size: 3.4rem;
	}
	.ttl_h3,.article_detail_txt h3 {
	    font-size: 2.2rem;
	}
}
@media only screen and (max-width: 840px) {
	.footer_top{
		display: block;
	}
	.footer_info{
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_detail{
		margin-left: 50px;
	}
	.footer_menu .menu-menu1-container{
		width: calc(100% - 130px);
	}
	.footer_menu .menu-menu1-container .anchor_flist>li:last-of-type{
		width: auto;
	}
	.footer_menu_right{
		width: 130px;
	}
}
@media only screen and (max-width: 767px) {

    /*-------------------- common --------------------*/

    .br_767_none{
        display: none;
    }

    .common_btn_box01 a,
    .common_btn_box01 input,
    .common_btn_box02 a{
        width: 240px;
        height: 50px;
        background: url("/img/common_arrow01.png") no-repeat right 25px center/10px auto #2571e0;
    }

    .common_btn_box01 img,
    .common_btn_box02 img{
        width: 55px;
    }

    /*-------------------- header --------------------*/

    .header_tbox .logo {
        width: 130px;
    }

    .header_tbox {
        padding: 15px 0;
    }

    .header_box .anchor_list>li>a{
        padding: 12px 5%;
        font-size: 1.4rem;
    }

    nav .menu-menu1-container .anchor_list>li>.sub-menu>li>a{
        font-size: 1.2rem;
        padding: 8px 30px 8px 0;
        background-size: 5px auto;
    }

    nav .menu-menu1-container .anchor_list>li:last-of-type {
        padding-bottom: 4px;
    }

    nav .menu-menu1-container .anchor_list>li>.sub-menu {
        margin-bottom: 8px;
    }

    .anchor_list .btn_box a{
        width: 22px !important;
    }

    .header_box .btn_box a:first-of-type {
        margin-right: 8px;
    }

    .header_mail,
    .header_lan{
        margin-right: 10px;
    }

    .header_mail img{
        width: 24px;
    }

    .header_lan img{
        width: 30px;
    }

    .d-menu,
    .header_mail,
    .header_lan,
    .panel-btn{
        width: 45px;
        height: 45px;
    }

    .panel-btn-icon {
        width: 24px;
        margin: -1px 0 0 -12px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 24px;
    }

    .panel-btn-icon:before {
        margin-top: -8px;
    }

    .panel-btn-icon:after {
        margin-top: 6px;
    }

    /*-------------------- footer --------------------*/
	.footer_menu .menu-menu1-container{
		width: 380px;
		max-width: calc(100% - 135px);
		padding-right: 20px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.footer_menu .menu-menu1-container .anchor_flist>li:last-of-type{
		width: 100%;
	}
   	.footer_menu_right{
   		width: 115px;
   		padding-left: 0;
   	}
   	.footer_menu .anchor_flist>li>.sub-menu{
   		display: block;
   	}
   	.footer_menu .anchor_flist>li>.sub-menu>li{
   		width: 100%;
   	}

    footer .page_top {
        bottom: 100px;
        width: 25px;
        height: 92px;
        padding: 8px 0 10px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
    }

    footer .page_top>img{
        width: 9px;
    }
    .fixed_banner_btn{
    	font-size: 1.6rem;
    }
    

    /*-------------------- common_question_list --------------------*/

    .idx_question_list {
        margin-top: 30px;
    }

    .idx_question_list>li:nth-of-type(2n+1) .idx_ql_a {
        padding-right: 80px;
    }
    /*-------------------- ttl_h --------------------*/
	.ttl_h2 {
	    font-size: 3rem;
	}
	.ttl_h3,.article_detail_txt h3 {
	    font-size: 2rem;
        border-bottom-width: 2px;
	}
}


@media only screen and (max-width: 480px) {

    /*-------------------- common --------------------*/

    .br_sp_none{
        display: none;
    }

    .br_sp_block{
        display: block;
    }

    .common_btn_box01 a,
    .common_btn_box02 a,
    .common_btn_box01 input{
        width: 220px;
        height: 45px;
        background: url("/img/common_arrow01.png") no-repeat right 20px center/10px auto #2571e0;
    }

    /*-------------------- header --------------------*/

    .header_tbox .logo {
        width: 100px;
    }

    .header_tbox {
        padding: 10px 0;
    }

    .header_box .anchor_list>li>a,
    .btn_box {
        padding: 10px 5% !important;
    }

    .anchor_item_pbox>a {
        padding: 10px 5% 5px 5% !important;
    }

    .anchor_item_product {
        padding-bottom: 5px !important;
    }

    .anchor_ip_list>li>a {
        padding: 5px 30px 5px 0;
        background-position: right 10px center;
    }

    .anchor_item_product .anchor_ip_list {
        flex-wrap: wrap;
    }

    nav .menu-menu1-container .anchor_list>li>.sub-menu>li{
        width: 100%;
    }

    .anchor_ip_pos {
        margin-bottom: 5px;
    }

    .anchor_ip_list{
        width: 100%;
    }

    .anchor_ip_ilist{
        padding: 5px 6px;
    }

    .anchor_ip_list>li:nth-last-of-type(2) a {
        border-bottom: 1px solid #d3e3f9 !important;
    }

    .header_mail,
    .header_lan{
        margin-right: 8px;
    }

    .header_mail img{
        width: 20px;
    }

    .header_lan img{
        width: 25px;
    }

    .d-menu,
    .header_mail,
    .header_lan,
    .panel-btn{
        width: 40px;
        height: 40px;
    }

    .panel-btn-icon {
        width: 18px;
        margin: -1px 0 0 -9px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 18px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 18px;
    }

    /*-------------------- footer --------------------*/

   	.footer_info{
   		font-size: 1.4rem;
   		display: block;
   		margin-bottom: 0;
   	}
   	.footer_detail{
   		margin-left: 0;
   	}
    .footer_menu .menu-menu1-container{
    	width: 72%;
    	max-width: 72%;
    }
    .footer_menu_right{
    	width: 28%;
    }
    .footer_menu .anchor_flist>li a{
		font-size: 1.2rem;
	}
	.footer_menu .anchor_flist>li{
		margin-bottom: 10px;
	}
	.footer_menu .anchor_flist>li>.sub-menu>li{
		margin-top: 8px;
	}
    .footer_menu {
        margin-top: 20px;
    }

    .fb_left a {
        font-size: 1.2rem;
    }

    .fb_right a img{
        width: 22px;
    }

    .fb_right a:first-of-type {
        margin-right: 8px;
    }

    footer>.inner {
        padding: 40px 0;
    }

    footer .page_top {
        bottom: 100px;
        width: 20px;
        height: 84px;
    }

    footer .page_top>img {
        width: 8px;
    }

    .fb_left a {
        margin-right: 15px;
    }
    /*-------------------- fixed_banner --------------------*/
    .fixed_banner_btn{
        display: block;
        font-size: 1.4rem;
        padding: 5px;
    }
    .fixed_banner_btn img{
        display: block;
        margin: 0 auto 2px auto;
    }
    .fixed_banner_btn span{
        margin: 0;
    }

    /*-------------------- common_question_list --------------------*/

    .idx_question_list>li {
        padding: 15px 0 17px
    }

    .idx_question_list{
        margin-top: 25px;
    }

    .idx_ql_q {
        padding: 5px 30px 0 40px;
        background-position: right top 10px;
        background-size: 15px auto;
        line-height: 1.7;
    }

    .idx_ql_q>img {
        width: 30px;
    }

    .idx_question_list>li:nth-of-type(2n){
        padding-left: 0;
    }

    .idx_ql_a {
        margin-left: 12px;
        padding-right: 30px !important;
        padding-top: 0;
        line-height: 1.7;
    }

    .idx_ql_a:before {
        content: 'A. ';
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.8rem;
        line-height: 1;
        color: #2571e0;
    }
    /*-------------------- ico_new --------------------*/
	.ico_new{
		font-size: 1.2rem;
		padding: 3px 5px 1px 5px;
	}
	
    /*-------------------- ttl_h2 --------------------*/
	.ttl_h2 {
	    font-size: 2.6rem;
	}
	.ttl_h3,.article_detail_txt h3 {
        font-size: 1.8rem;
        margin-top: 30px;
        padding-bottom: 15px;
	}


}