<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------- 
SP
-------------------------------*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-feature-settings: "pkna"1;*/
	font-weight: normal;
}
body {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	width: 100%;
	overflow: hidden;
}
a {
	text-decoration: none;
	transition: 300ms;
	color: #333;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
.flex {
	display: flex;
}
.pc-show {
	display: none;
}
.sp-show {
	display: block;
}
.bg-full {
	margin: 0 calc(50% - 50vw);
	padding: 1px calc(50vw - 50%);
	width: 100vw;
}
.bgc-navy {
	background: #0f218b;
}
.bgc-rgray {
	background: #f6f6f6;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}
.txt-note{
	font-size: 12px;
	display: block;
	margin: 6px 0 0;
}
.txt-large{
	font-size: 16px;
}
#qp-setting,
#qp-change,
#qp-apply,
#qp-mobile,
#for-sp,
#for-fp,
#active{
	margin-top:-50px;
	padding-top:50px;
}

/*---------- header ----------*/
header{
    position: fixed;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #efefef;
    z-index: 9;
    top: 0;
	height: 50px;
}
header .header-top {
	padding: 14px 3%;
	justify-content: space-between;
	align-items: center;
}
header .header-top .logo-area {
	display: block;
}
header .header-top .cs-logo, header .header-top .uc-logo {
	height: 22px;
}
header .header-top .qp-logo {
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left: 1px solid #bfbfbf;
	height: 22px;
}

/*---------- ハンバーガーメニュー ----------*/
.navToggle {
	display: block;
	position: fixed;
	right: 20px;
	top: 7px;
	width: 30px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute; /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 2px #0f218b;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 17px;
}
.navToggle span:nth-child(3) {
	top: 25px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-color: #fff;
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #fff;
}
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #0f218b;
	color: #000;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100vh;
}
nav.globalMenuSp ul {
	margin: 54px auto 0;
	padding: 0 3%;
	width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 14px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
nav.globalMenuSp ul li a{
	display: block;
	color: #fff;
	padding: 20px 10px;
}
nav.globalMenuSp ul li a::before{
	content:url("../img/arrow-01.png");
	padding: 0 8px 0 0;
}
nav.globalMenuSp ul li ul{
	padding: 0 0 40px;
    margin: 0;
}
nav.globalMenuSp ul li ul .li-child{
	border: none;
}
nav.globalMenuSp ul li ul .li-child a{
	padding: 15px 10px 0;
}
nav.globalMenuSp ul li p{
	font-size: 14px;
    color: #fff;
    padding: 16px 4px 16px;
    font-weight: bold;
    border-bottom: 1px dashed #5f6cbb;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}
@media screen and (max-width: 360px) {
	nav.globalMenuSp ul li ul {
	    padding: 0 0 20px;
	}
	nav.globalMenuSp ul li,
	nav.globalMenuSp ul li p{
		font-size: 12px;
	}
}
/*---------- mv ----------*/
.mv {
	background: url(../img/mv.jpg) center top;
    background-size: 180%;
	padding-top: 50px;/* ヘッダー固定分 */
}
.mv h1 {
	text-align: center;
	margin: 4rem 0;
	font-size: 6.5vw;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.page-ttl{
	background-image: -moz-linear-gradient( -6deg, rgb(3,62,140) 0%, rgb(27,112,168) 68%, rgb(51,162,195) 100%);
	background-image: -webkit-linear-gradient( -6deg, rgb(3,62,140) 0%, rgb(27,112,168) 68%, rgb(51,162,195) 100%);
	background-image: -ms-linear-gradient( -6deg, rgb(3,62,140) 0%, rgb(27,112,168) 68%, rgb(51,162,195) 100%);
}
.page-ttl h1{
	text-align: center;
    margin: 50px 0 0;
    font-size: 20px;
    color: #fff;
    padding: 1.2rem 0;
}

/*---------- パンくずリスト ----------*/
.breadcrumb{
	font-size: 12px;
	padding: .5rem;
	display: flex;
	border-bottom: 1px solid #efefef;
}
.breadcrumb a{
	color: #33a2c3;
}
.breadcrumb span{
    width: 5px;
    height: 5px;
    border-top: solid 1px #333; 
    border-right: solid 1px #333; 
    transform: rotate(45deg);
	margin: 6px 10px;
}

/*---------- main トップページ ----------*/
.top-inner{
	text-align: center;
	width: 94%;
	margin: 0 auto;
}
nav.sub-nav {
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 0 .5rem;
}
nav.sub-nav a.active {
	width: 49%;
	height: 60px;
	padding: 0;
	margin: 0 0 10px;
	background: #33a2c3;
	border: 2px solid #33a2c3;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: bold;
}
nav.sub-nav a.active::after {
	content: '';
    width: 10px;
    height: 10px;
    margin-top: -9px;
    border-top: solid 3px #fff; 
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
}

.top-inner .sec .row{
	margin: 0 0 1.5rem;

}
.top-inner .sec .row .flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-inner .sec .row h2{
	font-size: 18px;
	padding: 1.5rem 0 1rem;
}
.top-inner .sec .border-box{
	border: 2px solid #cdcdcd;
	border-radius: 6px;
	background: #fff;
	padding: .75rem;
	margin: 0 0 2%;
	width: 49%;
}
.top-inner .sec .border-box &gt; img {
	width: 60%
}
.sec .border-box img {
	width: 100%
}
.top-inner .sec .border-box .box-ttl{
	padding: .5rem 0 0 0;
	font-size: 14px;
}


/*---------- main 下層ページ ----------*/
.inner{ 
	text-align: center;
	width: 94%;
	margin: 0 auto;
}
.inner nav.sub-nav a{
	width: 49%;
	height: 50px;
	padding: 0;
	margin: 0 0 8px;
	border-radius: 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: bold;
	background: #fff;
	border: 2px solid #33a2c3;
	color: #33a2c3;
}
@media screen and (max-width: 360px) {
	.inner nav.sub-nav a {
		font-size: 11px;
	}
}
.inner nav.sub-nav a::after{
	content: '';
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: solid 3px #33a2c3; 
    border-right: solid 3px #33a2c3;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}
.inner nav.sub-nav a.active{
	background: #33a2c3;
	color: #fff;
}
.inner nav.sub-nav a.active::after{
    margin-top: -6px;
    border-top: solid 3px #fff; 
    border-right: solid 3px #fff;
	transform: rotate(135deg);
}
.inner .sec{
	padding: 0 0 2rem;
}
.inner .sec .content{
	padding: 1rem 0 0;
}
.inner .sec .row{
	padding: 0 0 1rem;
}
.inner .sec .row .flex{
	justify-content: center;
	flex-wrap: wrap;
}
.inner h2{
	font-size: 18px;
	padding: 1rem 0 .75rem;
}
.inner h3{
	font-size: 16px;
	background: #0f218b;
	color: #fff;
	padding: 12px 4px 10px;
	margin: 0 0 1rem;
}
.inner h4{
	font-size: 18px;
	color: #0f218b;
	border-bottom: 1px solid #0f218b;
	margin: 0 0 1rem;
	text-align: left;
}
.inner p{
	line-height: 1.5;
	text-align: left;
}
.inner ul.notes{
	text-align: left;
	margin: .5rem 0 .5rem 3%;
}
.inner ul.notes li{
	text-indent: -12px;
	padding: 0 0 4px;
	font-size: 12px;
}

.inner .step-ttl{
	margin: 0 auto 1rem;
	font-size: 16px;
	color: #fff;
	padding: 10px 6px 6px;
	background: #246cc0;
}
.inner .step-ttl span{
	font-weight: bold;
	font-size: 18px;
	margin: 0 5px 0 0;
}
.inner .step-subttl{
	background: #f6f6f6;
	margin: 0 auto 1rem;
	font-size: 14px;
    padding: 10px 10px 6px;
    border: 1px solid #246cc0;
    color: #246cc0;
    font-weight: bold;
}
.inner .content .row .item-top &gt; .flex{
	flex-direction: column;
}
.inner .content .item-top{
	width: 100%;
    margin: 0 auto 1rem;
}
.inner .content .item-top p{
	margin: 0 0 .5rem;
 }
.inner .content .item-top a{
	font-size: 18px;
	color: #33a2c3;
	font-weight: bold;
}
.inner .content .item-top .qr-cord{
	width: 30%;	
}
.inner .content .item-top .qp-logo{
	width: 20%;	
}
.inner .sec .border-box{
	border: 2px solid #cdcdcd;
	border-radius: 6px;
	background: #fff;
	padding: 1rem;
    width: 100%;
    margin: 0 0 .5rem;
}
.inner .sec .boder-box-col2 .qr-cord{
	width: 50%;
	margin: 0 0 .5rem;
}
.inner .sec .border-box .box-ttl{
	padding:0;
	font-size: 16px;
	text-align: center;
}
.inner .sec .border-box-wide{
	border: 1px solid #cdcdcd;
    padding: .75rem;
	margin: 0 0 .5rem;
}
.inner .sec .border-box-wide .wide-ttl{
	font-weight: bold;
	text-align: left;
	margin: 0 0 1rem;
}
.inner .sec .border-box-wide .wide-ttl:last-of-type{
	margin: 0;
}
.inner .sec .border-box-wide .disc{
	text-align: left;
	list-style-type: disc;
	margin: .4rem 0 0 1rem;
}
.inner .sec .border-box-wide .disc li{
	text-indent: -1rem;
}
.inner .sec .border-box-wide .disc li span{
	font-weight: bold;
}
.inner .sec .border-box-wide .disc li::before{
	content: "●";
	color: #246cc0;
}
.inner .content .row .flex{
	justify-content: space-around;
}
.inner .content .item{
	width: 100%;
	margin: 0 0 2rem;
}
.inner .content .item p{
	margin: 0 0 1rem;
	text-align: left;
}
.inner .content .item &gt; img{
	width: 32%;
}
.inner .content .item-btn{
	display: flex;
	justify-content: space-between;
}
.inner .content .item-btn a{
	display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #246cc0;
    border-radius: 8px;
    color: #246cc0;
    font-weight: bold;
    margin: 0 0 .5rem;
    position: relative;
	font-size: 12px;
	width: 49%;
	padding: 6px 0;
}
.inner .content .item-btn a::after{
	content: '';
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-top: solid 2px #246cc0;
    border-right: solid 2px #246cc0;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 9px;
}
.inner .content .content-nav &gt; .item-btn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.inner .content .content-nav a{
	width: 49%;
}

.sec .note-common{
	border-top: 1px solid #ccc;
	padding: 1rem 0 0 14px;
	text-indent: -14px;
	text-align: left;
}


/*---------- footer ----------*/
footer .footer-top {
	justify-content: center;
	flex-wrap: wrap;
	padding: 1rem 0 .5rem;
}
footer .footer-top div {
	width: 94%;
	color: #fff;
	font-size: 14px;
}
footer .footer-top div h5 {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding: 0 0 3px;
}
footer .footer-top div ul {
	margin: 10px 14px 14px;
}
footer .footer-top div ul li {
	padding: 6px 0 0;
	position: relative;
}
footer .footer-top div ul li::before {
	content: '';
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -14px;	
}
footer .footer-top a {
	color: #fff;
}
footer .footer-btm {
	padding: 10px 0;
	text-align: center;
	display: block;
}
footer .footer-btm .copy-area div {
	display: none;
}
footer .footer-btm small {
	font-size: 9px;
}
footer .footer-btm .logo-area {
	display: none;
}
footer .copyright-area-sp{
	display: block !important;
	text-align: center;
	color: #999;
	font-size: 10px;
}
.copyright-area{
	text-align:center;
	color:#999;
	margin:10px 10px 20px;
	font-size:90%;
}



/*---------- page top ----------*/
.scrollTop {
	position: fixed;
	right: 0;
	bottom: 12px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.scrollTop img {
	width: 70%;
}


</pre></body></html>