<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000E3;
	background: #EAEBF2;
	margin: 10px;
	font-weight: bold;
}
li{
	list-style: none;
}

/*---------- header ----------*/
	header {
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		height: 180px;
	}

	/*----- logo (ä¸­å¤®ã«é…ç½®) -----*/
	header .logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 400px;
		padding: 10px;
	}

	header .logo img {
		width: 100%;
	}

	/*----- menu (å³å´ã«é…ç½®) -----*/
	header .menu {
		margin-left: auto;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		margin-top: 10px;
		cursor: pointer;
		background-image: url('../images/ic_help.png');
	}
		/*---------- nav ----------*/
		.modal_menu-bg{
			display: none;
			position: fixed;
			top: 0;
			right: 0;
			width: 100vw;
			height: 100vh;
			background-color: #0000004D;
			color: #fff;
			-webkit-transition: ease .5s;
			transition: ease .5s;
			z-index: 9000;
		}
		nav {
			position: fixed;
			top: 0;
			right: -370px;
			width: 350px;
			height: 100%;
			background: #44b4d3;
			color:#fff;
			-webkit-transition: ease .5s;
			font-size: 24px;
			line-height: 2.5;
			transition: 0.5s;
			z-index: 9999;
			box-sizing: border-box;
		}
		.on {
			-webkit-transform:  translateX(-370px);
				-ms-transform:  translateX(-370px);
					transform:  translateX(-370px);
		}
		.modal_menu-bg-on{
			display: block!important;
		}

/*---------- main ----------*/	
	.content-menu-header {
		width: 400px;
		color: #000000;
		vertical-align: middle;
		border-radius: 35px;
		text-align: center;
		font-size: 16px;
		margin: auto;
	}
	.download-btn{
		width: 65%;
		color: #fff;
		border: none;
		display: block;
		text-decoration: none;
		font-weight: normal;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
  		background-color: #0067C0;
		border-radius: 5px;
		padding: 5px 10px;
		margin: 5px auto;
		cursor: pointer;
	}
	.learnmore-btn{
		width: 65%;
		color: gray;
		border: 1px solid gray;
		display: block;
		text-decoration: none;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: normal;
  		background-color: #ffffff;
		border-radius: 5px;
		padding: 5px 10px;
		margin: auto;
		cursor: pointer;
	}

/*------- tab-content -------*/
main .content{
	/* font-weight: 800; */
}
main .content ul{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: flex-start;
	        justify-content: flex-start;
	/*max-width: 810px;*/
	max-width: 1000px;
	margin: auto;
	padding-left: 0px;
}
main .content ul li{
	width: 160px;
	height: 240px;
  	box-sizing: border-box;
	text-align: center;
	margin: 0px 20px 40px 20px;
	background: #ffffff;
	display: inline;
	border-radius: 15px;
}
main .content ul li .hkds{
	position: relative;
	text-decoration: none;
	color:#000000;
	font-size:14px;
}
main .content ul li figure{
  	display: inline-block;
	padding-top: 20px;
	margin: 0px;
}
main .content ul li img{
	height: 90px;
  	vertical-align: bottom;
}
main .content ul li .fukumaro_img{
	height: 130px;
	margin-bottom: 5px;
  	vertical-align: bottom;
}
main .content ul li p{
	width: 160px;
	height: 45px;
	font-size: 15px;
	margin: 0px;
	display: flex;
	justify-content: center;
    align-items: center;
}
	.hkds:hover .comment{
		opacity: 1;
	}
	.hkds .comment{
		position: absolute;
		opacity: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translate(-50%, 100px);
		width: 430px;
		border-radius: 10px;
		background: #FCFCFC;
		color: #000000E3;
		font-size: 15px;
		box-shadow: 4px 4px 24px #00000024;
		border: 1px solid #0000000F;
		transition: .2s;
		pointer-events: none;
		cursor: none;
		z-index: 9999;
		box-sizing: border-box;
		text-align:center
	}
	.hkds .comment:before {
		content: "";
		position: absolute;
		z-index: 102;
		left: 50%;
		margin-left: -12px;
	}
	.hkds .comment:after {
		content: "";
		position: absolute;
		z-index: 101;
		left: 50%;
		margin-left: -14px;
	}
	.hkds .c-menu{
		bottom: -70px;
	}
	.hkds:hover .c-menu{
		opacity: 1;
		bottom: -160px;
	}
	.tab4_label:hover .c-menu{
		line-height: 1.8;
	}
	.hkds .c-menu:before {
		top: -24px;
		border: 12px solid transparent;
		border-bottom: 13px solid #FFF;
	}
	.hkds .c-menu:after {
		top: -29px;
		border: 14px solid transparent;
		border-bottom: 14px solid #4d4d4d;
	}
	.hkds .c-top{
		top: -160px;
		z-index: 300;
	}
	.hkds:hover .c-top{
		opacity: 1;
		top: -200px;
	}
	.hkds .c-top-fukumaro{
		top: -180px;
		z-index: 300;
	}
	.hkds:hover .c-top-fukumaro{
		opacity: 1;
		top: -220px;
	}
/*--ã‚ªãƒ¼ãƒãƒ¼ãƒ¬ã‚¤--*/
.overlay-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	display: none;
	justify-content: center;
	align-items: center;
}

.gif-image {
	max-width: 350px;
}


/*---------- modal ----------*/

.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal_bg {
		height: 100%;
		width: 100%;
}
.modal_inner {
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
	    		transform: translate(-50%, -50%);
	z-index: 9999;
}
.modal_inner h3{
	font-size: 20px;
	padding-top: 24px;
	margin-top: 0px;
	margin-left: 24px;
	margin-bottom: 13px;
	text-align: left;
}
.modal_inner p{
	font-size: 12px;
	margin: 0px 24px;
	text-align: left;
}
.modal_inner .modal_btn{
	width: 230px;
	height: 18px;
	font-size: 14px;
	display: inline-block;
	background: #FFFFFF;
	border: solid #00000029;
	border-width: 0px 1px 2px 1px;
	border-radius: 5px;
	margin: 24px 24px 24px 273px;
	padding: 6px;
	cursor: pointer;
}
.m_top {
	background: #FFFFFF;
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #70707066;
	border-radius: 10px 10px 0 0;
}
.m_bottom {
	background: #0000000F;
	width: 100%;
	height: 80px;
	border-radius: 0 0 10px 10px;
}
.m01{
	width:542px;
	height: 241px;
	border:1px solid #70707066;
	border-radius: 10px;
}
.m02{
	width:590px;
	height: 470px;
	border:1px solid #70707066;
	border-radius: 10px;
}
.m02 .m02_top {
	height: 390px;
}
.m03{
	width:542px;
	height: 385px;
	border:1px solid #70707066;
	border-radius: 10px;
}
.m03 .m03_top {
	/* margin-top: 31px; */
	height: 302px;
}

.m03 .m03_top p{
	/* margin-top: 31px; */
	padding-top: 31px;
	font-size: 14px;
}

#browser_msg {
	width: 490px;
	padding: 10px 20px 0px 0px;
}

#browser_msg_m03 {
	width: 490px;
	padding: 10px 20px 0px 0px;
}

/*----- for Chrome -----*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	main .content ul li div {
		line-height: 1.5;
	}
	.hkds .comment {
		padding: 25px 25px 20px;
	}
	.hkds:hover .c-menu{
		bottom: -185px;
	}
	 .tab1_label:hover .c-menu{
		bottom: -205px;
	}
}

/*----- for FireFox -----*/
@-moz-document url-prefix() {
  .hkds .comment {
		padding: 15px 20px;
	}
	.hkds:hover .c-menu{
		bottom: -170px;
	}
}

/*----- for Edge -----*/
@supports (-ms-ime-align:auto){
	.hkds .comment{
		left: 50%;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	.hkds .comment {
		padding: 15px 20px;
	}
	.hkds:hover .c-menu{
		bottom: -185px;
	}
	.hkds .c-menu:after{
		top: -28px;
	}
	.hkds .c-top{
		transform:translateX(-37%);
		left:75%;
	}
  }

/*----- for IE -----*/
@media all and (-ms-high-contrast: none) {

	.content-area .comment{
		position: absolute;
		left: 100%;
	}
	main .content ul li {
		height: 330px;
	}
	.hkds:hover .c-menu{
		bottom: -170px;
	}
}


/*----- flex -----*/
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


/*----- clearfix -----*/
.clearfix:after{
	content:"";
	display: block;
	clear:both;
}
</pre></body></html>