@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;
}
#main a:hover {
	opacity: 0.7;
	text-decoration: none;
}
header {
	z-index: 9999 !important;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06{
    width: 910px;
	margin: 0 auto 60px;
}
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;
}
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-right: 1.2em;
	font-size: 13px;
}
ul.attention li {
	position: relative;
	left: 1.2em;
	text-indent: 0;
	padding-left: 0;
}
ul.attention li::before {
	position: absolute;
	content: '※';
	left: -1.2em;
	top: 0;
}
ul.attention li + li {
	margin-top: .2em;
}
.block{
    padding: 0 15px;
}
.flex-col3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-col3::after{
    content: "";
    display: block;
    width: 31%;
}
.flex-col3 .box{
    width: 31%;
    margin: 0 0 40px;
}
.flex-col3 .box p{
    margin: 15px 0 10px;
}
.flex-col2{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.flex-col2 div{
    width: 48%;
}
.flex-col2 div div.btn-area2{
    width: 100%;
    margin: 20px 0;
}
.btn-area{
    width: 800px;
    margin: 0 auto;
}


/* .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;
}
#main a.link02[target="_blank"]:after {
	content: "";
	width: 12px;
    height: 10px;
    right: -17px;
    margin-top: -4px;
	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;
}


/* 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;
    margin: 0 0 8px;
    color: #10228a;
}


/* h5
__________________________________ */
#main h5 {
	font-size: 16px;
    margin: 0 0 10px;
    color: #10228a;
}


/* #sec-nav
__________________________________ */
#sec-nav {
	width: 910px;
	margin: 0 auto 60px;
}
#sec-nav p{
    font-weight: bold;
    font-size: 18px;
}
#sec-nav nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
#sec-nav nav ul::after{
    content: "";
    display: block;
    width: 32%;
}
#sec-nav nav ul li{
    width: 32%;
    margin: 8px 0;
}
#sec-nav nav 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;
}
#sec-nav nav 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);
}


/* #sec01
__________________________________ */
#sec01 h4 span{
	font-size: 90%;
}

/* #sec02
__________________________________ */
#sec02 .toggle-area{
    margin: 30px 0;
}
#sec02 .toggle_contents {
	border-top: 1px solid #ccc;
}
#sec02 .toggle_contents:last-of-type{
	border-bottom: 1px solid #ccc;
}
#sec02 .toggle_title {
	position: relative;
	padding: 16px;
	cursor: pointer;
	font-size: 18px;
    font-weight: bold;
}
#sec02 .toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #10228a;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
#sec02 .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec02 .toggle_btn:before {
	width: 2px;
	height: 10px;
}
#sec02 .toggle_title.selected .toggle_btn:before {
	content: normal;
}
#sec02 .toggle_contents dd {
	display: none;
    padding: 10px 20px 28px;
}
#sec02 .toggle_contents dd ul{
    display: flex;
    flex-wrap: wrap;
}
#sec02 .toggle_contents dd ul.mbtm{
    margin: 0 0 20px;
}
#sec02 .toggle_contents dd ul li{
    width: 50%;
    margin: 0 0 6px;
}

    
/* #sec03
__________________________________ */
#sec03 .youtube-area{
    width: 800px;
    margin: 30px auto 40px;
}
#sec03 .youtube-area img{
    border-radius: 6px;
}
#sec03 .app-area{
    width: 800px;
    margin: 40px auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
#sec03 .app-area p.dlnow{
    width: 400px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #10228a;
}
#sec03 .app-area .app-link{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-left: 1px solid #ccc;
    padding: 20px 40px;
    width: 100%;
    box-sizing: border-box;
}
#sec03 .app-area .app-link .appimg img{
    width: auto;
    height: 45px;
    border: none;
    margin: 0 5px;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.item-list .listItem {
    width: calc(29.6%);
    margin: 1.2rem 1rem 1rem 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 10px;
}
.item-list .listItem:last-child {
    margin-right: 0;
}
.item-list .listItem img {
    width:80% !important;
    height:auto !important;
    margin: auto;
    display: block;
    border: none !important;
}
.item-list .listItem p {
    margin-top: 1rem;
    font-weight:bold;
    text-align:center;
    font-size: 14px !important;
}


/* #sec04
__________________________________ */
#sec04 .btn-area{
    margin: 40px auto;
}
#sec04 .link-area div{
    margin: 8px 0;
}


/* #sec05
__________________________________ */
#sec05 .notuse{
    background: #fcfbbf;
    width: 800px;
    margin: 20px auto 0;
    padding: 20px;
    box-sizing: border-box;
}
#sec05 .notuse > p{
    font-weight: bold;
}
#sec05 .notuse ul{
    margin: 16px 0;  
}
#sec05 .notuse ul li{
    margin: 4px 0;
}
#sec05 .notuse ul li {
    text-indent: -15px;
    padding-left: 15px;
}
#sec05 .notuse ul li a{
    padding: 0 22px 0;
    position: relative;
    display: inline-block;
}
#sec05 .notuse 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;
}
#sec05 ul.normal {
    margin: 0 0 16px;
}

/* #sec06
__________________________________ */
#sec06 ul{
    margin: 40px 0;
}
#sec06 ul li{
    border-top: 1px solid #ccc;
    padding: 16px;
}
#sec06 ul li:last-of-type{
    border-bottom: 1px solid #ccc;
}



@media screen and (min-width:1px) and (max-width:767px) {
    /* common __________________________________ */
    #sec01, #sec02, #sec03, #sec04, #sec05, #sec06{
		width: auto;
		margin: 0 auto 45px;
    }
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    .btn-area {
        width: 100%;
    }
    .inner {
		width: 93%;
		margin: 0 auto;
	}
    .block {
        padding: 0 8px;
    }
    .flex-col3 .box {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #ddd;
    }
    .flex-col3 .box:last-of-type{
        margin: 0 0 10px;
        padding: 0;
        border-bottom: none;
    }
    .flex-col3 .box .sp-flex{
        display: flex;
        margin: 0 0 12px;
    }
    .flex-col3 .box .sp-flex img{
        width: 38% !important;
        height: 36%!important;
    }
    .flex-col3 .box p {
        width: 62%;
        margin: 0 0 0 14px;
        font-size: 14px !important;
    }
    .flex-col2{
        flex-direction: column;
    }
    .flex-col2 div{
        width: 100%;
    }
    
    /* .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: 0 0 10px;
    }
    
    /* #sec-nav
    __________________________________ */
    #sec-nav {
        width: 93%;
        margin: 0 auto 36px;
    }
    #sec-nav p {
        font-size: 16px;
    }
    #sec-nav nav ul {
        margin: 16px 0 0;
    }
    #sec-nav nav ul li {
        width: 48%;
        margin: 4px 0;
    }
    #sec-nav nav ul li a {
        height: 44px;
        font-size: 13px;
        padding: 0 24px 0 10px;
        line-height: 1.4;
    }
    
    /* #sec01
    __________________________________ */

    /* #sec02
    __________________________________ */
    #sec02 .toggle-area {
        margin: 20px 0 40px;
    }
    #sec02 .toggle_title {
        padding: 12px;
        font-size: 16px;
    }
    #sec02 .toggle_btn {
        right: 10px;
    }
    #sec02 .toggle_contents dd ul li {
        width: 100%;
    }
    #sec02 .toggle_contents dd {
        padding: 6px 12px 20px;
    }
    
    /* #sec03
    __________________________________ */
    #sec03 .youtube-area {
        width: 100%;
        margin: 22px auto 36px;
    }
    #sec03 .flex-col2 div:last-of-type{
        margin: 16px 0 0;
    }
    #sec03 .app-area{
        width: 100%;
        flex-direction: column;
        margin: 20px auto;
    }
    #sec03 .app-area p.dlnow {
        width: 100%;
        padding: 10px 0;
    }
    #sec03 .app-area .app-link{
        border-left: none;
        border-top: 1px solid #ccc;
        padding: 16px;
        justify-content: center;
    }
    #sec03 .app-area .app-link .dl-links{
        width: 46%;
    }
    #sec03 .app-area .app-link .appimg img {
        width: 100%;
        height: auto;
        margin: 5px;
    }
    #sec03 .app-area .app-link .qrimg{
        margin-left: 8%;
        width: 40%;
    }
    .item-list {
        margin: 10px 0 20px;
    }
    .item-list .listItem {
        width: 100%;
        display:flex;
        border:none;
        border-bottom:1px solid #dddddd;
        border-radius:0;
        box-shadow:none;
        margin:0;
        padding: 1rem 0;
	}
	.item-list .listItem:first-child {
        border-top:1px solid #dddddd;
        margin-top:1rem;
	}
	.item-list .listItem img {
        width:120px !important;
        height:71px !important;
        margin: 0 1rem 0 0;
	}
	.item-list .listItem p {
	    text-align: left;
	}
    /* #sec04
    __________________________________ */
    #sec04 .btn-area {
        margin: 30px auto;
    }

    /* #sec05
    __________________________________ */
    #sec05 .notuse{
		width: 100%;
        padding: 16px;
    }
    
    /* #sec06
    __________________________________ */
    #sec06 ul li {
        padding: 16px 4px;
    }
}
@media screen and (min-width:1px) and (max-width:344px) {
    #sec-nav nav ul li a {
        font-size: 11px;
    }
}

