<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================================
	PC閲覧用 481px以上
========================================================== */

@media print, screen and (min-width: 481px) {

/*----------------------------------------
common
-----------------------------------------*/
	.note {
		font-size: 11px;
		font-size: 1.1rem;
		margin-top: 5px;
	}
	h2 + .inner {
		padding-bottom: 30px;
	}
	h2 .inner.last {
		padding-bottom: 0px;
	}
/*----------------------------------------
box1
-----------------------------------------*/
	#box1 {
		background:url(../../../img/cmn_main_color02.gif);
		padding: 3px;
		margin-top: 30px;
	}
	#box1 div {
		background: url(../img/elementary_01_pc.png) 25px bottom no-repeat;
		background-color: #FFFFFF;
	}
	#box1 dl {
		width: 420px;
		float: right;
		padding: 30px 30px 30px 0;
	}
	#box1 dt img {
		width: 420px;
		height: 34px;
	}
	#box1 dd {
		width: 420px;
		background: url(../../../img/cmn_main_dotline.gif) repeat;
		margin-top: 20px;
		line-height: 31px;
	}
/*----------------------------------------
box2
-----------------------------------------*/
	#box2 .inner1 p {
		width: 430px;
		float: left;
		padding-right: 20px;
	}
	#box2 .inner1 img {
		width: 250px;
		height: 170px;
	}
	#box2 .inner2 {
		margin-top: 30px;
	}
	#box2 .inner2 p {
		width: 310px;
		float: left;
	}
	#box2 .inner2 img {
		float: right;
		width: 370px;
		height: 350px;
	}
/*----------------------------------------
box3
-----------------------------------------*/
	#box3 p {
		width: 430px;
		float: left;
		padding-right: 20px;
	}
	#box3 h2 + .inner {
		padding-bottom: 20px;
	}
	#box3 .inner img {
		width: 250px;
		height: 170px;
	}
/*----------------------------------------
box4
-----------------------------------------*/
	#box4 table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
	}
	#box4 th,
	#box4 td {
		border: 1px solid #b7b7b7;
		vertical-align: middle;
	}
	#box4 th {
		width: 20%;
		text-align: center;
		background-color:#e4f6ff;
	}
	#box4 td {
		width: 80%;
		padding: 10px;
	}
	#box4 .cmnlink {
		margin-top: 20px;
	}
/*-----------------------------------------
#step
-----------------------------------------*/
	#step{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#step li img{
		width:123px;
		height: auto;
	}
	#step h2{
		margin-top: 15px;
		background-color: #000066;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 2px 0 0 10px;
	}
	#step ul{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#step ul li{
		float: left;
		padding-left: 20px;
		background: url(../../img/step_ya.gif)  no-repeat 7px 43px;
	}
	#step li.first{
		padding-left: 0px;
		background: none;
		margin-top: -22px;
	}
	#step .step{
		color:#000066;
		display: inline-block;
		font-size: 1.1em;
	}
	#step .flow{
		display: block;
		font-size:1.1em;
		font-weight: bold;
	}
	#step h3{
		color: #000066;
	}
	#step .clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#step .clearfix {
		zoom: 1;
		position: relative;
	}
	#step .caution{
		clear:both;
		text-align: right;
		font-size:small;
		margin-bottom: 20px;
	}	

}

/* ==========================================================
	SP閲覧用 480px以下
========================================================== */

@media screen and (max-width: 480px) {
	/*	
	.dir{
		display: none;
	}
	*/
/*----------------------------------------
common
-----------------------------------------*/
	.note {
		font-size: 1.1rem;
		margin-top: 5px;
	}
/*----------------------------------------
box1
-----------------------------------------*/
	#box1 div {
		padding-bottom: 65%;
		background: url(../img/elementary_01_sp.png) bottom no-repeat;
		background-size: contain;
	}
	#box1 dt img {
		width: 100%;
		height: auto;
	}
	#box1 dd {
		background: url(../../../img/cmn_main_dotline.gif);
		margin-top: 10px;
		line-height: 31px;
	}
/*----------------------------------------
box2
-----------------------------------------*/
	#box2 p {
		margin-bottom: 15px;
	}
	#box2 .inner1 {
		margin-bottom: 30px;
	}
	#box2 img {
		width: 100%;
	}
/*----------------------------------------
box3
-----------------------------------------*/
	#box3 p {
		margin-bottom: 15px;
	}
	#box3 h2 + .inner {
		margin-bottom: 30px;
	}
	#box3 img {
		width: 100%;
	}
/*----------------------------------------
box4
-----------------------------------------*/
	#box4 table {
		margin-top: 10px;
		border-collapse: collapse;
	}
	#box4 th,
	#box4 td {
		border: 1px solid #b7b7b7;
		vertical-align: middle;
	}
	#box4 th {
		width: 30%;
		text-align: center;
		background-color:#e4f6ff;
	}
	#box4 td {
		width: 70%;
		padding: 8px 10px;
	}
/*-----------------------------------------
#step
-----------------------------------------*/	
	#step h2{
		margin-top: 15px;
		background-color: #000066;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 2px 0 0 10px;
	}
	#step ul li.first{
		background: none;
	}
	#step ul li{
		float: none;
		width:100%;
		background:none;
		padding-left: 0;
	}
	#step dt:after{
		content: url("../../img/step_ya_sp.gif");
		position: absolute;
		left: 50%;
		margin-left: -45px;
		bottom: 0px; 
	}
	#step dt.last:after{
		content: none;
	}
	#step li img{
		width:40%;
		height: suto;
		display: block;
		margin: 5px auto 5px;
		padding-bottom: 16px;
	}		
	#step .caution{
		text-align: left;
		font-size: 12px;
		margin: 0 0 20px;
	}
	#step .step{
		color:#000066;
		display: inline-block;
		font-size: 1.1em;
	}
	#step .flow{
		display: inline-block;
		margin-left: 10px;
		font-size:1.1em;
		font-weight: bold;
	}
	#step h3{
		text-align: center;
		color: #000066;
	}	

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