/*-------------------- common --------------------*/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    color: #222222;
    font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.5;
    position: relative;
}
body.of{
	overflow: hidden;
}

.ff_my{
    font-family: "メイリオ", "Meiryo","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.common_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.main{
    width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*-------------------- header --------------------*/

header{
    position: fixed;
	background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 2px solid #004da0;
}

header.header_border{
    border-bottom: 2px solid #004da0;
    background-color: #ffffff;
	color: #fff!important;
}
header.header_border a{
	color: #222222;
}
header.header_border .lan_box{
	color: #222222;
}


header .main{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .logo{
    flex: 0 1 148px;
    padding: 28px 0;
}

header .logo a,
header .logo img{
    display: block;
}

header .logo img{
    max-width: 100%;
}
header .logo img:nth-of-type(1){
	display: none;
}
header.header_border .logo img:nth-of-type(2){
	display: none;
}
header.header_border .logo img:nth-of-type(1){
	display: block;
}

header nav{
    flex: 1 1;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	padding: 10px 0 0;
}

header .anchor_list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_box{
    flex: 0 1 390px;
    display: flex;
	flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
}

header a{
    color: #222222;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

header .anchor_list li:not(:last-of-type){
    margin-right: 30px;
}

header .anchor_list li a{
    display: block;
}

header .anchor_list li a:hover{
    border-bottom: 1px solid #000000;
}

header .lan_box{
	margin: 0 27px 5px 0;
	color: #222222;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
header .lan_box a:hover{
    border-bottom: 1px solid #222222;

}
header .right_boxBtn{
	display: flex;
}
header .right_boxBtn a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 144px;
	border-radius: 14px;
	/*border: solid 2px #ed6c00;*/
    background-color: #ed6c00;
	text-align: center;
	padding: 4px 0 2px;
	margin: 0 7px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header .right_boxBtn a:first-of-type{
    background: #ed6c00 url(../img/icon0209_img01.png) no-repeat right 27px center;
    background-size: 15px;
	padding-right: 20px;
}
header .right_boxBtn a:hover{
    background-color: #cc5d17;
}
header.header_border .right_boxBtn a{
	color: #fff;
	/*border: solid 2px #9aa5b0;*/
}
header.header_border .right_boxBtn a:first-of-type{
	background: #ed6c00 url(../img/icon0209_img01.png) no-repeat right 27px center;
	background-size: 15px;
}
header.header_border .right_boxBtn a:hover{
    background-color: #cc5d17;
}

.d-menu{
    display: none;
}

.hd_logo_sp{
    display: none;
}

.hd_logo_pc{
    display: block;
}

/*  */
header .anchor_list {
    position: relative;
}
header .anchor_list .business_list{
    display: none;
    position: absolute;
    top: 25px;
    padding-top: 20px;
    left: -70px;
    margin-right: 0 !important;
}

header .anchor_list .business_list:before{
    content: "";
    box-sizing: border-box;
    width: 30px;
    height: 15px;
    border-top: 0;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
header .anchor_list .business_list:after{
    content: "";
    box-sizing: border-box;
    width: 34px;
    height: 17px;
    border-top: 0;
    border-bottom: 17px solid #004da0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

header .anchor_list .business_list ul {
    background: #ffffff;
    z-index: 1;
    border: 2px solid #004da0;
    border-radius: 10px;
    /* can't write (overflow:hidden) because of the lower menu.*/
}

header .anchor_list .business_list>ul>li:first-of-type>a,
header .anchor_list .business_list>ul>li ul>li:first-of-type>a{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

header .anchor_list .business_list>ul>li:last-of-type>a,
header .anchor_list .business_list>ul>li ul>li:last-of-type>a{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

header .anchor_list .business_list ul li{
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #004da0;
}

header .anchor_list .business_list>ul>li{
    position: relative;
}

header .anchor_list .business_list ul li:last-of-type{
    border-bottom: 0;
}
header .anchor_list .business_list>ul>li a{
    padding: 10px 20px 6px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #004da0;
    width: 100%;
}

header .anchor_list .business_list_scroll{
    border: 2px solid #004da0 !important;
}
header .anchor_list .business_list_after:after{
    border-bottom: 17px solid #004da0 !important;
}

header .anchor_list .business_list .business_ilist{
    position: absolute;
    top: -2px;
    left: calc(100% + 3px);
    display: none;
    border: 2px solid #004da0;
    background-color: #fff;
}

@media only screen and (min-width: 1101px){
    header .anchor_list .business_list>ul>li a:hover{
        border-bottom-color: transparent;
        background: #4593d0;
        color: #fff;
    }

    header .anchor_list .business_list .business_ilist::before{
        content: '';
        position: absolute;
        left: -10px;
        width: 20px;
        height: 100%;
    }
}

header .anchor_list .business_list .business_ilist>li>a {
    display: block;
    white-space: nowrap
}

header .anchor_list .business_list>ul>li:hover .business_ilist{
    display: block;
}

/*-------------------- footer --------------------*/

footer{
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.57;
    padding-top: 180px;
    padding-bottom: 105px;
    background-color: #004da0;
}

.footer_logo a{
    float: left;
}

.footer_logo img{
    display: block;
    max-width: 100%;
}

.ft_company{
    font-size: 1.8rem;
    font-weight: bold;
}

.footer_tbox{
    margin-top: 28px;
}

.ft_lbox,
.ft_rbox{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ft_rbox{
    padding-left: 35px;
}

.ft_info{
    margin-top: 25px;
}

.ft_info a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.ft_info a:hover{
    border-bottom: 1px solid #ffffff;

}

.ft_branch{
    margin-top: 25px;
}

.service_tit img,
.service_list img{
    display: none !important;
}

.ft_sub_link,
.service_tit span{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
}

.ft_sub_link a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.ft_sub_link a:hover{
    border-bottom: 1px solid #ffffff;
}
.ft_sub_link ul{
    margin-bottom: -10px;
}
.ft_sub_link li{
    float: left;
    padding: 0 16px 0 0;
    border-right: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 16px;
}

.ft_sub_link li:first-of-type{
    padding: 0 16px 0 0;
}

.ft_sub_link li:last-of-type{
    padding: 0;
    border: none;
}

.service_tit{
    margin-top: 20px;
}

.service_list{
    margin-top: 12px;
}

.service_list a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.service_list a:hover{
    border-bottom: 1px solid #ffffff;
}

.service_list br{
    display: none;
}

.footer_googleBox{
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #ffffff;
	padding: 15px 15px;
	width: 470px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_googleText{
	flex: 1 1 auto;
	text-align: center;
	font-size: 1.4rem;
	padding-right: 15px;
}
.footer_googleImg{
	width: 120px;
	flex: none;
}
.footer_googleImg img{
	width: 100%;
	display: block;
}

.footer_cr{
    /* margin-top: 55px; */
    font-size: 1.2rem;
}

/*-------------------- fixed_bar --------------------*/

.fix_bar{
    background-color: #ffffff;
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 1.4rem;
    -webkit-box-shadow: 0px -3px 13px #d0d0d0;
    -moz-box-shadow: 0px -3px 13px #d0d0d0;
    -ms-box-shadow: 0px -3px 13px #d0d0d0;
    -o-box-shadow: 0px -3px 13px #d0d0d0;
    box-shadow: 0px -3px 13px #d0d0d0;
}

.fix_bar_active{
    bottom: 0;
}

.fix_bar .main{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
}

.fix_bar i {
    margin-right: 10px;
    color: #32aaf0;
}



/*-------------------- page_top --------------------*/


footer .page_top {
    display: none;
    position: fixed;
    z-index: 99;
    right: 100px;
    bottom: 100px;
    background: url("../img/page_top.png") no-repeat center center #ffffff;
    border: 1px solid #004da0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

/*-------------------- breadboard --------------------*/

.nav-li{
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-li li{
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    padding: 20px 30px 20px 0;
    padding: 22px 30px 18px 0\0;
    position: relative;
}
.nav-li li:not(:last-of-type)::after{
    content: '>';
    color: #fff;
    position: absolute;
    right: 8px;
    font-size: 1.4rem;
}
.nav-li li a.sec-list-text{
    text-decoration: none;
    color: #fff;
}
.nav-li li .sec-list-text{
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
}

@media only screen and (max-width: 1300px){
    /*-------------------- common --------------------*/
    .main{
        width: 90%;
        max-width: 1200px;
    }

    /*-------------------- header --------------------*/


    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 50px;
    }

}

@media only screen and (max-width: 1100px){
    /*-------------------- header --------------------*/
	header .main{
		align-items: center;
	}
    header nav{
        position: fixed;
        top: 104px;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background: #004da0;
		padding-top: 0;
        overflow-y: auto;
    }
	header.header_border a, 
	header.header_border .lan_box{
		color: #fff;
	}
	header.header_border .right_boxBtn a{
		color: #004da0;
		border: none;
	}
	header.header_border .right_boxBtn a.right_boxBtn1,
    header.header_border .right_boxBtn a.right_boxBtn2{
		background: #fff;
	}

    .right_box{
		flex-direction: column-reverse;
        justify-content: center;
        color: #ffffff;
        padding: 0;
        border-bottom: 1px solid #FFFFFF;
    }
	.right_box .lan_box{
		width: 100%;
		text-align: center;
		padding: 20px 5% 17px;
		border-top: 1px solid #FFFFFF;
		margin: 0;
		box-sizing: border-box;
	}
	header .right_boxBtn{
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		background-color: #fff;
	}
	header .right_boxBtn a{
		width: 50%;
		margin: 0;
		padding: 20px 5% 17px;
		border: none;
		color: #004da0;
		border-radius: 0;
	}
	header .right_boxBtn a:nth-of-type(1){
		border-right: 0.5px solid #004da0;
		padding-right: 5%;
	}
	header .right_boxBtn a:nth-of-type(2){
		border-left: 0.5px solid #004da0;
	}

    header .anchor_list{
        display: block;
    }

    header .anchor_list li:not(:last-of-type) {
        margin: 0;
    }

    header .anchor_list li {
        padding: 20px 5% 17px;
        border-bottom: 1px solid #FFFFFF;
    }

    header a {
        color: #ffffff;
    }

    header .anchor_list li a:hover {
        border-bottom: 1px solid transparent;
    }

    header .lan_box a:hover {
        border-bottom: 1px solid transparent;
    }

    .hd_logo_sp{
        display: block;
    }

    .hd_logo_pc{
        display: none;
    }

    .d-menu {
        display: block;
        position: relative;
        z-index: 99;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    .panel-btn {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #004da0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
	header.header_border .panel-btn{
		background: #004da0;
	}

    .panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        margin: -1px 0 0 -15px;
        background: #fff;
        transition: .2s;
    }
	header.header_border .panel-btn-icon{
	    background: #FFF;
	}

    .panel-btn-icon:before, .panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 2px;
        background: #fff;
        transition: .3s;
    }
	header.header_border .panel-btn-icon:before, 
	header.header_border .panel-btn-icon:after{
	    background: #FFF;
	}

    .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;
    }

    header.header_border .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 .anchor_list .business_list{
        display: block;
        position: static;
        padding-top: 0;
    }
    header .anchor_list .business_list ul{
        border-radius: 0;
    }
    header .anchor_list .business_list ul li:first-of-type a{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    header .anchor_list .business_list ul li:last-of-type a{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    header .anchor_list .business_list:before,header .anchor_list .business_list:after{
        display: none;
    }

    header .anchor_list li{
        padding: 0;
    }
    header .anchor_list li a{
        padding: 20px 5%;
    }
    header .anchor_list .business_list ul{
        border: 0 !important;
    }
    header .anchor_list .business_list ul li:last-of-type{
        border-bottom: 0;
    }
    header .anchor_list .business_list ul li a{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .anchor_list .business_list>ul>li>a {
        padding: 15px 5%;
        background-color: #4593d0;
        color: #fff;
    }

    header .anchor_list .business_list ul li{
        display: block;
        border-bottom: none;
    }

    header .anchor_list .business_list .business_ilist{
        position: static;
        display: block;
        padding: 0 5%;
    }

    header .anchor_list .business_list .business_ilist>li>a {
        font-size: 1.2rem;
        padding: 10px;
    }

    header .anchor_list .business_list .business_ilist>li:not(:last-of-type)>a {
        border-bottom: 1px solid #4593d0;
    }
}

@media only screen and (max-width: 1023px){
    /*-------------------- footer --------------------*/
    footer {
        padding: 80px 0;
    }

    .footer_cr {
        /* margin-top: 50px; */
    }

    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 40px;
    }
}

@media only screen and (max-width: 767px){
    /*-------------------- header --------------------*/
    header .logo {
        flex: 0 1 120px;
        padding: 20px 0;
    }
	.right_box .lan_box, 
	header .right_boxBtn a{
		padding: 15px 5% 12px;
	}

    .d-menu {
        width: 45px;
        height: 45px;
    }

    .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;
    }

    header a {
        font-size: 1.4rem;
    }

    .right_box{
        font-size: 1.4rem;
    }

    header .anchor_list li a {
        padding: 15px 5%;
    }

    header .anchor_list .business_list>ul>li>a {
        font-size: 1.3rem;
        padding: 12px 5%;
    }


    /*-------------------- footer --------------------*/
    footer {
        padding: 60px;
    }

    .ft_lbox, .ft_rbox{
        float: none;
        width: 100%;
    }

    .ft_rbox {
        padding-left: 0;
        margin-top: 40px;
    }

    .footer_cr {
        /* margin-top: 40px; */
    }

    .footer_logo a {
        width: 160px;
    }

    /*-------------------- fixed_bar --------------------*/
    .fix_bar{
        bottom: 0;
    }

    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 30px;
    }

}

@media only screen and (max-width: 480px) {

    /*-------------------- header --------------------*/
    .panel-btn {
        width: 42px;
        height: 42px;
    }

    .panel-btn-icon {
        width: 20px;
        margin: -1px 0 0 -10px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 20px;
    }

    header .anchor_list li a {
        padding: 12px 5%;
    }

    header .anchor_list .business_list>ul>li>a {
        padding: 10px 5%;
    }

    header .anchor_list .business_list .business_ilist>li>a{
        padding: 8px;
    }

    /*-------------------- footer --------------------*/
    footer {
        padding: 50px;
    }

    .ft_company {
        font-size: 1.7rem;
    }

    .ft_sub_link, .service_tit span{
        font-size: 1.5rem;
    }

    .footer_tbox{
        margin-top: 25px;
    }

    .ft_info,.ft_branch{
        margin-top: 20px;
    }

    .ft_rbox {
        margin-top: 30px;
    }

    .footer_cr {
        /* margin-top: 30px; */
    }
	
	.footer_googleText br{
		display: none;
	}
	.footer_googleImg {
	    width: 80px;
	}
	.footer_googleText{
		font-size: 1.2rem;
		padding-right: 10px;
	}
	.footer_googleBox {
	    padding: 10px 10px;
	}

    /*-------------------- fixed_bar --------------------*/


    .fix_bar i {
        margin-right: 5px;
    }
    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 15px;
        bottom: 65px;
    }
}

/* 21.12.28 */

.fix_bar2 a{
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #222222;
	line-height: 1;
	position: relative;
	padding-left: 35px;
}
.fix_bar2 a::before{
	content: "";
	width: 27px;
	height: 18px;
	background: url(../img/footer-icon1.png) no-repeat left center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background-size: cover;
}
.fix_bar2 p{
	font-size: 1.2rem;
	color: #262626;
	line-height: 1;
	letter-spacing: -1.3px;
}
.fix_bar-a{
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #3D85C6;
	text-align: center;
	position: relative;
	height: 46px;
	padding: 0 43px 0 80px;
	box-sizing: border-box;
	display: table;
}
.fix_bar-a span{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	line-height: 1;
}
.fix_bar3{
	margin-left: 25px;
}
.fix_bar3 span::before{
	content: "";
	width: 21px;
	height: 21px;
	background: url(../img/footer-icon2.png) no-repeat left center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -30px;
	background-size: cover;
}
.fix_ba br{
	display: none;
}
@media only screen and (max-width: 1100px) {
	.fix_bar .main{
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.fix_ba{
		/* width: 45%; */
	}
	.fix_bar-a{
		padding: 0 10px 0 40px;
	}
}
@media only screen and (max-width: 480px) {
	.fix_bar2 a{
		font-size: 1.8rem;
	}
	.fix_bar-a{
		font-size: 1.2rem;		
	}
	.fix_bar-a span{
		line-height: 1.25;
	}
	.fix_bar3{
	    margin-left: 5px;
	}
	.fix_ba br{
		display: block;
	}
	.fix_bar .main{
		padding: 5px 0;
	}
}

.part0209{
	margin-top: 20px;
}
.part0209 li{
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 5px;
}
.part0209 li a{
	color: #222222;
	text-decoration: none;
	border-bottom: 1px 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;
}
.part0209 li a:hover{
	border-bottom: 1px solid #000;
}

.update2026_common_h2{

}
.update2026_common_h2>h2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 5px;
    background: none !important;
    overflow: hidden;
}
.update2026_common_h2>h2 .s01{
    font-size: min(12vw, 80px);
    color: #4593d0;
    /*font-family:*/
    /*        "Helvetica Neue",*/
    /*        Helvetica,*/
    /*        "游ゴシック",*/
    /*        YuGothic,*/
    /*        "ヒラギノ角ゴ Pro",*/
    /*        "Hiragino Kaku Gothic Pro",*/
    /*        "メイリオ",*/
    /*        Meiryo,*/
    /*        sans-serif;*/
    font-weight: bold;
    line-height: 1;
    width: 100%;
    position: relative;
    letter-spacing: -1px;
}
.update2026_common_h2>h2 .s01:after{
    content: '◀︎';
    font-size: min(5vw, 24px);
    color: #4593d0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.update2026_common_h2>h2 .s02{
    font-size: min(8vw, 45px);
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
}
.update2026_common_h2>h2 .s02:after{
    content: '';
    width: 1000%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: calc(-1000% - 15px);
    top: 50%;
    transform: translateY(-50%);
}
.update2026_common_h2_01>h2 .s02{
    color: #004da0;
}
.update2026_common_h2_01>h2 .s02:after{
    background-color: #004da0;
}
.update2026_common_h2>p{
    font-size: 1.8rem;
    color: #fff;
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .update2026_common_h2>p{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 480px) {
    .update2026_common_h2>p{
        font-size: 1.4rem;
    }
}


















