<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    background: #fff;
    font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
    font-size: 12px;
    line-height: 120%;
}


#frame,
header,
footer,
main,
nav{
    margin: 0px auto;
    width: 100%;
    text-align: center;
}


/*画像系
--------------------------------------------------*/
img{
	max-width:100%;
	vertical-align:bottom;
}

#svgicon {
	display:none;
}


/*文字装飾
--------------------------------------------------*/

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover{
	text-decoration:underline;
}


/* ==============================================
 ユーティリティ
=============================================== */
/*フロート
--------------------------------------------------*/
.fltL{
	float:left;
}

.fltR{
	float:right;
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}




/* ==============================================
 コンテンツ
=============================================== */

#frame{
	width:100%;
	overflow-x:hidden;
	text-align:left;
	position:relative;
}

header{
	width:1200px;
	margin:0 auto;
}

#logoArea{
	text-align:left;
	padding:10px 0;
}

#discription{
	font-size:11px;
	margin-bottom:4px;
}

.page_intorduce{
	font-size:14px;
	font-weight:bold;
	margin:20px auto;
	width:1200px;
}

.switch_nav{
	position:fixed;
	top:30px;
	right:0;
	padding:14px;
	background:#FFCC00;
	width: 14px;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	text-align: center;
	z-index:1;
}

.switch_nav:hover{
	cursor:pointer;
}

nav{
	width:240px;
	z-index:1;
	background:#FFCC00;
	position:fixed;
	top:10px;
	right:-240px;
	z-index:3;
}

.nav_title{
	padding:10px;
	font-weight:bold;
	border-bottom:1px solid #FFCC00;
	border-top:1px solid #fff;
	border-left:1px solid #FFCC00;
	position:relative;
}

nav .nav_title:first-child{
	border-top:1px solid #FFCC00;
}

.nav_title.active{
	background:#FFF;
}

.nav_title:hover{
	cursor:pointer;
	background:#FFF;
}

nav .nav_title .arrow{
	position:absolute;
	right:20px;
	top: 10px;
	-moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_title.active .arrow{
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

nav .nav_title .arrow svg{
	width:10px;
	height:10px;
}

.nav_title + ul{
	background:#fff;
}

.nav_title + ul &gt; li{
	border-bottom:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
}

.nav_title + ul &gt; li:first-child{
	border-top:1px solid #FFCC00;
}

.nav_title + ul{
	display:none;
}

nav div.manualIndex li a{
	color:#333;
	display:block;
	padding:10px;
	background-image:url(../img/common/arrow_link.svg);
	background-size:10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 96% center;
}

nav div.manualIndex li a:hover{
	background-color:#FFCC00;
	color:#333;
}

#managementArea{
	font-size: 10px;
	width: 1200px;
	margin: 0 auto;
	text-align:left;
}

.posiRelative{
	position:relative;
	z-index:0;
}

.manualTip{
	position:absolute;
	z-index: 1;
}

.manualTip .tipIcon{
	position: absolute;
	background:#FF858B;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 20px;
	height: 20px;
	font-weight: bold;
	display: block;
	line-height: 1.25;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	z-index: 1;
	cursor:pointer;
}

.manualContents{
	position: absolute;
	top: 20px;
	width: 400px;
	font-size: 12px;
	background: #fff;
	line-height: 1.25;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
	border:1px solid #FF858B;
	z-index:2;
	text-align:left;
	visibility:hidden;
}

.contenstTitle{
	font-weight:bold;
	margin-bottom:6px;
}

#regMethod{
	font-size:14px;
	line-height:1.6;
	margin-top:40px;
}

#regMethod .methodTitle{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin-bottom:6px;
}

#arrowBottom {
    color: #ff3333;
    font-size: 36px;
    margin: 50px 0;
    text-align: center;
}

footer{
    background: #272727;
    border-top: 1px solid #d7d7d7;
    color: #fff;
    font-size: 8.75px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}</pre></body></html>