@charset "utf-8";
/* reset __________________________________ */
@media print{
    .spNav{
        display: none; 
    }
}
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: -126px auto 60px;
	padding-top: 126px;
}
nav.pagelink ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
nav.pagelink ul li a{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #10228a;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: relative;
}
nav.pagelink ul li a::after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #10228a;
    border-right: solid 1px #10228a;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -7px;
    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{
    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: 0 auto;
}
.img-area02{
    width: 420px;
    margin: 0 auto 40px;
}
.link-area{
    margin: 20px 0;
}
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;
}
ul.attention li {
	position: relative;
	text-indent: 0;
	padding-left: 0;
}
ul.attention li::before {
	position: absolute;
	content: '※';
	left: -13px;
	top: 0;
}
ul.attention li + li {
	margin-top: .2em;
}


/* .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("../wr_img/index/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("../wr_img/index/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.pink{
    background-color: #ff6e96;
}

/* .link04
__________________________________ */
#main a.link04 {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #333 !important;
    font-weight: bold;
}
#main a.link04::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #10228a;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
#main a.link04::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);
}


/* 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: 0 0 20px;
	padding: 18px 20px;
	background-color: #10228a;
	font-size: 22px;
	text-align: center;
	color: #fff;
	line-height: 1;
	letter-spacing: .2em;
}


/* h3
__________________________________ */
#main h3 {
	padding: 12px;
	border-left: 6px solid #4496d5;
	border-right: 1px solid #4496d5;
	border-bottom: 1px solid #4496d5;
	border-top: 1px solid #4496d5;
	-webkit-box-shadow: 0px 4px 3px rgba(102,102,102,0.30);
	box-shadow: 0px 4px 3px rgba(102,102,102,0.30);
	font-size: 18px;
	line-height: 1;
	margin: 30px 15px 30px;
}


/* 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 {
    color: #d70c19;
    margin: 0 0 24px;
}

/* #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;
}
#sec-nav nav.pagelink ul li{
    width: 49%;
    margin: 8px 0;
}

/* #sec02
__________________________________ */
#sec02 nav.pagelink ul li{
    width: 32%;
    margin: 8px 0;
}
#sec02 #sec02-01, #sec02 #sec02-02, #sec02 #sec02-03{
    margin: -70px auto 0;
    padding-top: 70px;
}

/* #sec03
__________________________________ */
#sec03 {
    margin: -126px auto 80px;
}




@media screen and (min-width:1px) and (max-width:767px) {
    /* common __________________________________ */
    #sec01, #sec02, #sec03{
		width: auto;
		margin: -45px auto 30px;
		padding-top: 45px;
    }
    nav.pagelink ul li a {
        height: 44px;
        font-size: 13px;
        padding: 0 24px 0 10px;
        line-height: 1.4;
    }
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    .btn-area, .img-area {
        width: 100%;
    }
    .btn-area {
        margin: 0 0 20px;
    }
    .img-area02 {
        width: 100%;
        margin: 0 auto 20px;
    }
    .link-area {
        margin: 20px 0 20px;
    }
    .inner {
		width: 93%;
		margin: 0 auto;
	}
    .block {
        padding: 0 8px;
    }
    .block .block-inner {
        padding: 0;
    }
    .flex-col2{
        flex-direction: column;
        margin: 0;
    }
    .flex-col2 div{
        width: 100%;
        margin: 0 0 8px;
    }
    
    /* .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: 18px;
        text-align: center;
    }
    
    /* 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;
	}

    /* h3
    __________________________________ */
	#main h3 {
		font-size: 16px !important;
		line-height: 1.4;
		margin: 20px 0px 20px;
	}

    /* h4
    __________________________________ */
	#main h4 {
        font-size: 16px;
        margin: 28px 0 16px;
    }
    
    /* h5
    __________________________________ */
    #main h5 {
        margin: 0 0 18px;
    }
    
    /* #sec-nav
    __________________________________ */
    #sec-nav {
        width: 93%;
        margin: 0 auto 36px;
    }
    #sec-nav .idpw-forgot{
        width: 100%;
        margin: 20px auto 0;
        padding: 16px;
    }
    #sec-nav nav ul {
        margin: 16px 0 0;
    }
    #sec-nav nav ul li {
        width: 48%;
        margin: 4px 0;
    }
    #sec-nav p {
        font-size: 16px;
    }

    /* #sec02
    __________________________________ */
    #sec02 nav.pagelink ul li {
        width: 49%;
        margin: 0 0 12px
    }
    #sec02 #sec02-01, #sec02 #sec02-02, #sec02 #sec02-03{
        margin: -32px auto 0;
        padding-top: 32px;
    }


}

