@charset "utf-8";
/* reset __________________________________ */
@media print{
    .spNav{
        display: none; 
    }
}
.modal-open:hover {
    cursor: pointer;
}
ul{
    list-style: none;
}
.user_pc a[href^="tel:"] {
    pointer-events: none !important;
}
/* common __________________________________ */
#main,
#main p{
	font-size: 15px;
	line-height: 1.5em;
}
#main img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
    box-sizing: border-box;
    /*border-width: 1px;
    border-style: solid;
    border-color: #ddd;*/
}
#main a,
#main a:visited {
	transition: .3s;
    color: #10228a;
    font-weight: bold;
}
#main a:hover {
	opacity: 0.7;
	text-decoration: none;
}
header {
	z-index: 9999 !important;
}
#sec01, #sec02, #sec03{
    width: 910px;
	margin: 0 auto 60px;
}
nav.pagelink ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 10px;
    width: 800px;
}
nav.pagelink ul li a{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 0 0 0 30px;
    position: relative;
}
nav.pagelink ul li a::before{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -12px;
}
nav.pagelink ul li a::after{
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 2px #10228a;
    border-right: solid 2px #10228a;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    transform: rotate(45deg);
}
img.bordered {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 4px;
    height: auto;
    max-width: 100%;
}
.pc_only {
    display: block !important;
}
.sp_only {
    display: none !important;
}
.block{
    padding: 0 15px;
}
.block .block-inner{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.flex-col2{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}
.flex-col2 div{
    width: 48%;
}
.txtarea ul li{
    margin: 6px 0;
}
.txtarea ul li {
    text-indent: -15px;
    padding-left: 15px;
}
.txtarea ul li a{
    padding: 0 22px 0;
    position: relative;
    display: inline-block;
}
.txtarea ul li a:after {
    content: "";
    width: 12px;
    height: 10px;
    right: 4px;
    margin-top: -6px;
    background-image: url(../wr_img/index/icon_blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    transition: .3s;
}
.txtarea a.link01{
    margin: 10px 0 0;
}
.txtarea p{
    margin: 0 0 16px;
}
.btn-area, .img-area{
    width: 800px;
    margin: 30px auto;
}
.img-area02{
    width: 420px;
    margin: 0 auto 40px;
}
.link-area{
    margin: 20px 0;
}
.inner {
    padding: 0 15px;
}
ul.normal{
    margin: 0 0 30px;
}
ul.normal li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.normal li + li {
	margin-top: .6em;
}
ul.attention {
	margin-top: 15px;
}
ul.attention {
	margin-top: 20px;
	padding: 0 0 0 13px;
	font-size: 13px;
    line-height: 1.5;
}
ul.attention li {
	position: relative;
	text-indent: 0;
	padding-left: 0;
}
ul.attention li::before {
	position: absolute;
	content: '※';
	left: -13px;
	top: 0;
}
.txt-red{
    color: #d70c19;
}
.txt-blue{
    color: #2137b5;
}
.txt-bold{
    font-weight: bold;
}
hr {
    margin: 3.4em 0;
}

/* .link01
__________________________________ */
#main a.link01 {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #333 !important;
    font-weight: bold;
}
#main a.link01::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #10228a;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
#main a.link01::after{
    content: "";
    width: 3px;
    height: 3px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 8px;
    left: 4px;
    transform: rotate(45deg);
}
#main a.link01[target="_blank"] span:after {
	content: "";
	width: 12px;
    height: 10px;
    right: -17px;
    margin-top: -5px;
	background-image: url("../images/icon_blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
/* .link02
__________________________________ */
#main a.link02 {
	position: relative;
    margin-right: 24px;
    display: inline-block;
}
#main a.link02[target="_blank"]:after {
	content: "";
	width: 12px;
    height: 10px;
    right: -17px;
    margin-top: -5px;
	background-image: url("../images/icon_blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
}
/* .link03
__________________________________ */
#main a.link03{
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #0091e8;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main a.link03::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
#main a.link03.targetLink::after{
	content: "";
	width: 16px;
    height: 12px;
    right: 20px;
    margin-top: -5px;
	background-image: url("../images/icon_blank_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	transition: .3s;
    border: none;
transform: none;
}
#main a.link03.pink{
    background-color: #ff6e96;
}
/* .link04
__________________________________ */
#main a.link04{
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #1c98ba;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}
#main a.link04::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
/* h1
__________________________________ */
#main h1 {
	box-sizing: border-box;
	width: 100% !important;
	height: auto;
	margin: 0 0 50px !important;
	padding: 2em 0;
	background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
	color: #fff;
	text-align: center;
	font-size: 30px !important;
	font-weight: normal;
	line-height: 1.2em;
}
#main h1 span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5em;
}
/* h2
__________________________________ */
#main h2 {
	margin: 60px 0 20px;
	padding: 18px 20px;
	font-size: 22px;
	text-align: center;
	color: #10228a;
    border: 1px solid #10228a;
	line-height: 1;
	letter-spacing: .2em;
}
/* h3
__________________________________ */
#main h3 {
	font-size: 26px;
	margin: 30px 0 30px;
    display: flex;
    align-items: center;
}
#main h3 img{
    width: 40px;
    margin-right: 10px;
}
/* h4
__________________________________ */
#main h4 {
	font-size: 18px;
    color: #10228a;
    border-bottom: 1px solid #10228a;
    margin: 30px 0 20px;
}
#main h4 span{
    display: inline-block;
    border-left: 5px solid #10228a;
    padding: 3px 0 0 8px;
    margin: 4px 0 
}
/* h5
__________________________________ */
#main h5 {
	font-size: 18px;
    color: #10228a;
    margin: 0 0 20px;
}
/* #sec-nav
__________________________________ */
#sec-nav {
	width: 910px;
	margin: 0 auto 60px;
}
#sec-nav p{
    font-weight: bold;
    font-size: 18px;
}
#sec-nav .idpw-forgot{
    background: #fcfbbf;
    width: 800px;
    margin: 30px auto 0;
    padding: 24px;
    box-sizing: border-box;
    font-weight: bold;
}
#sec-nav .idpw-forgot > p{
    font-size: 15px;
    margin: 0 0 10px;
}
nav.pagelink ul li{
    width: 49%;
    margin: 8px 0;
}
#main nav.pagelink ul.col3{
    margin: 30px auto 36px;
}
#main nav.pagelink ul.col3 li{
    width: auto;
}
/* 
__________________________________ */
#main .yellow-box{
    background: #fcfbbf;
    margin: 20px auto 0;
    padding: 30px;
    box-sizing: border-box;
}
#main ul.list-oval{
    font-size: 15px;
    margin: 0 0 10px;
    text-indent: -20px;
    padding-left: 20px;
}
#main ul.list-oval li{
    margin: 0 0 4px;
}
#main ul.list-dot{
    margin: 0 0 0 16px;
}
#main .yellow-box ul.card{
    font-weight: normal;
    padding: 0 0 24px 16px;
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
}
#main .yellow-box ul.card a{
    margin-left: 40px;
}
#main .yellow-box ul.list-notes{
    font-size: 13px;
    padding: 10px 0 0 20px;
    line-height: 1.5;
}
#main .yellow-box ul.list-check li{
    margin: 14px 0 0;
    display: flex;
}
#main .yellow-box ul.list-check li img{
    width: 24px;
    margin-right: 10px;
}
#main .yellow-box ul.list-check li.attention{
    font-size: 13px;
    margin: 0 0 0 36px;
}
#main .yellow-box ul.attention{
    margin-top: 8px;
}
#main .yellow-box .indent{
    margin: 0 0 0 20px;
}
#main .notes-area{
	width: 910px;
	margin: 0 auto 60px;
}
#main .notes-area h2.notes-ttl{
    display: flex;
    align-items: center;
    background: #f6f6f6;
    color: #333;
    padding: 14px 16px;
    letter-spacing: normal;
    border: none;
}
#main .notes-area h2.notes-ttl img{
    width: 34px;
    border: none;
    margin: -2px 10px 0 0;
}
#main .notes-area > .inner{
    padding: 0 15px;
}
#main ul.list-link li{
    margin: 0 0 6px;
}
#main table th{
    background: #f6f6f6;
    font-weight: bold;
}
#main table td, th{
    border: 1px solid #ccc;
    text-align: center;
    padding: 14px;
    vertical-align: middle;
}
#main ul.link-list {
    margin: 30px 0 0;
    border-bottom: 1px solid #ddd;
}
#main ul.link-list li{
    border-top: 1px solid #ddd;
    padding: 16px;   
}
#main .img-area.flex{
    display: flex;
    align-items: center;
}
#main .img-area.flex img{
    width: 184px;
}
#main .img-area p + p{
    margin: 30px 0 0;
}

/*  タブ切り替え
__________________________________ */
#main .tab_box .tabbtn_area {
    width: 910px;
    margin: 0 auto;
	display: flex;
}
#main p.tab_btn {
	width: 50%;
	padding: 30px 0 26px;
    font-size: 20px;
    font-weight: bold;
	color: #999;
	background: #f5f5f5;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #004098;
    border-left: 1px solid #ddd;
}
#main p.tab_btn:hover {
	background-color: #ddd;
}
#main p.tab_btn.active {
    background: #fff;
    color: #004098;
    border-top: 1px solid #004098;
    border-right: 1px solid #004098;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #004098;
}
#main .tab_box .panel_area {
    padding: 40px 0 0;
}
#main .tab_box .tab_panel {
    display:none;
}
#main .tab_box .tab_panel.active {
    display:block;
}


@media screen and (min-width:1px) and (max-width:767px) {
    #sec01, #sec02, #sec03{
		width: auto;
		margin: -48px auto 30px;
        padding-top: 48px;
    }
    nav.pagelink ul li{
        width: 100%;
    }
    nav.pagelink ul li a {
        height: 24px;
        padding: 0 0 0 30px;
        line-height: 1.4;
        align-items: flex-start;
    }
    nav.pagelink ul li a::before {
        margin-top: -13px;
    }
    nav.pagelink ul li a::after {
        margin-top: -7px;
    }
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    .btn-area, .img-area {
        width: 100%;
        margin: 20px auto;
    }
    .btn-area {
        margin: 20px 0;
    }
    .img-area02 {
        width: 100%;
        margin: 0 auto 20px;
    }
    .link-area {
        margin: 20px 0 20px;
    }
    .inner {
		width: 93%;
		margin: 0 auto;
        padding: 0;
	}
    .block {
        padding: 0;
    }
    .block .block-inner {
        padding: 0;
        width: 100%;
    }
    .flex-col2{
        flex-direction: column;
        margin: 0;
    }
    .flex-col2 div{
        width: 100%;
        margin: 0 0 8px;
    }
    #main .img-shrink{
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    #main .img-shrink img{
        width: 80%;
        border: none;
    }
    hr {
        margin: 2.8em 0;
    }

    /* .link01
    __________________________________ */
	#main a.link01 {
		display: block;
	}
	#main a.link01 span {
		display: block;
	}
    #main a.link01::before{
        top: 3px;
        margin-top: 0;
    }
    #main a.link01::after {
        top: 8px;
        margin-top: 0;
    }
	#main a.link01[target="_blank"] span:after {
		right: -6px;
		display: inline-block;
		position: relative;
	}
    /* .link03
    __________________________________ */
    #main a.link03 {
        font-size: 16px;
        text-align: center;
        padding: 0 32px 0 20px;
        height: 54px;
    }
    #main a.link03::after {
        margin-top: -6px;
    }
    /* .link04
    __________________________________ */
    #main a.link04::after {
        margin-top: -8px;
    }
    /* h1
    __________________________________ */
    #main h1 {
        margin-bottom: 20px !important;
        padding: 1em 10px;
        font-size: 22px !important;
        line-height: 1.2em;
    }
    /* h2
    __________________________________ */
	#main h2 {
		margin: 0 0 15px;
		padding: 12px 3.5%;
		font-size: 18px;
		line-height: 1.4em;
		letter-spacing: .1em;
        border-left: none;
        border-right: none;
	}
    /* h3
    __________________________________ */
	#main h3 {
		font-size: 20px !important;
		line-height: 1.4;
		margin: 0 0 20px;
	}
    #main h3 span{
        display: contents;
    }
    /* h4
    __________________________________ */
	#main h4 {
        font-size: 16px;
        margin: 28px 0 16px;
    }
    /* h5
    __________________________________ */
    #main h5 {
        margin: 0 0 8px;
        font-size: 16px;
    }
    /* #sec-nav
    __________________________________ */
    nav.pagelink ul{
        width: 100%;
        flex-direction: column;
        margin: 16px auto 0;
    }
    #sec-nav {
        width: 93%;
        margin: 0 auto 36px;
    }
    #sec-nav nav ul {
        margin: 16px 0 0;
    }
    #sec-nav nav ul li {
        width: 100%;
        margin: 4px 0;
    }
    #sec-nav p {
        font-size: 16px;
    }
    #sec-nav > .btn-area a.link04 {
        width: 100%;
        height: 50px;
        font-size: 16px;
        margin: 30px auto 0;
    }
    #main nav.pagelink ul.col3 {
        margin: 10px auto 0;
    }
    /*
    __________________________________ */
    #main .app-area{
        width: 100%;
        flex-direction: column;
        margin: 20px auto;
    }
    #main .app-area p.dlnow {
        font-size: 15px;
        width: 66%;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }
    #main .app-area .app-link{
        border-left: none;
        border-top: 1px solid #ccc;
        padding: 16px;
        justify-content: center;
    }
    #main .app-area .app-link .dl-links{
        width: 38%;
    }
    #main .app-area .app-link .appimg img {
        width: 100% !important;
        height: auto!important;
        margin: 5px;
    }
    #main .app-area .app-link .qrimg{
        margin-left: 8%;
        width: 30%;
    }
    #main .app-area p.dlnow img {
        margin: 0 auto 0;
        width: 44px !important;
    }
    #main .yellow-box {
        background: #fcfbbf;
        width: 100%;
        margin: 20px auto 10px;
        padding: 16px;
        box-sizing: border-box;
    }
    #main .yellow-box ul.card a {
        margin-left: 0;
        margin: 0 0 10px 16px;
    }
    #main .yellow-box ul.list-notes{
        padding: 10px 0 0 16px;
    }
    #main .yellow-box ul.list-notes li{
        text-indent: -13px;
        padding-left: 13px;
    }
    #main .yellow-box .indent{
        margin: 0 0 0 16px;
    }
    #main .notes-area {
        width: 100%;
        margin: 0 auto 40px;
    }
    #main .notes-area > .inner {
        padding: 0;
    }
    #main .notes-area h2.notes-ttl {
        padding: 12px 16px;
    }
    #main .img-area.flex img {
        width: 32%;
    }
    #main .img-area p {
        padding: 0 20px 0 0;
    }
    #main .img-area p + p {
        margin: 12px 0 0;
    }    
    /*  タブ切り替え
    __________________________________ */
    #main .tab_box .tabbtn_area {
        width: 100%;
    }
    #main p.tab_btn {
        padding: 20px 0 16px;
        font-size: 16px;
    }
}



/* 汎用クラス
------------------------------------------ */
@media print, all and (min-width: 768px) {
	.mb0-pc{margin-bottom:0!important}
	.mb10-pc{margin-bottom:10px!important}
	.mb20-pc{margin-bottom:20px!important}
	.mb30-pc{margin-bottom:30px!important}
	.mb40-pc{margin-bottom:40px!important}
	.mb50-pc{margin-bottom:50px!important}
	.mb60-pc{margin-bottom:60px!important}
	.mb70-pc{margin-bottom:70px!important}
	.mb80-pc{margin-bottom:80px!important}
	.mb90-pc{margin-bottom:90px!important}
	.mb100-pc{margin-bottom:100px!important}
	.mt0-pc{margin-top:0!important}
	.mt10-pc{margin-top:10px!important}
	.mt20-pc{margin-top:20px!important}
	.mt30-pc{margin-top:30px!important}
	.mt40-pc{margin-top:40px!important}
	.mt50-pc{margin-top:50px!important}
	.mt60-pc{margin-top:60px!important}
	.mt70-pc{margin-top:70px!important}
	.mt80-pc{margin-top:80px!important}
	.mt90-pc{margin-top:90px!important}
	.mt100-pc{margin-top:100px!important}
}
@media screen and (min-width:1px) and (max-width:767px)  {
	.mb0-sp{margin-bottom:0!important}
	.mb10-sp{margin-bottom:10px!important}
	.mb20-sp{margin-bottom:20px!important}
	.mb30-sp{margin-bottom:30px!important}
	.mb40-sp{margin-bottom:40px!important}
	.mb50-sp{margin-bottom:50px!important}
	.mb60-sp{margin-bottom:60px!important}
	.mb70-sp{margin-bottom:70px!important}
	.mb80-sp{margin-bottom:80px!important}
	.mb90-sp{margin-bottom:90px!important}
	.mb100-sp{margin-bottom:100px!important}
	.mt0-sp{margin-top:0!important}
	.mt10-sp{margin-top:10px!important}
	.mt20-sp{margin-top:20px!important}
	.mt30-sp{margin-top:30px!important}
	.mt40-sp{margin-top:40px!important}
	.mt50-sp{margin-top:50px!important}
	.mt60-sp{margin-top:60px!important}
	.mt70-sp{margin-top:70px!important}
	.mt80-sp{margin-top:80px!important}
	.mt90-sp{margin-top:90px!important}
	.mt100-sp{margin-top:100px!important}
}
