@charset "UTF-8";
/*===============================================================
「outline.css」
 このサイトの共通部分の設定
 ---------------------------------------------------------------
	0. class
	1. font
	2. body
	3. box
	4. header
	5. content
	6. main
	7. side
	8. footer
===============================================================*/

/*- @ class
---------------------------------------------------------------*/


/*- @ font
---------------------------------------------------------------*/
body {
    font-size:13px;
    *font-size:small;
    *font:x-small;
}
h1, h2, h3, h4, h5 {
	font-size:108%;/*14px*/
}
table {
	font-size:inherit;
    font:100%;
}
#box,td,th {
	text-decoration:none;
	line-height:1.4;
	color: #666;
	font-family:Verdana, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
}
a {
	color:#333;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}
a:focus {
	overflow:hidden;
}


/*- @ body
---------------------------------------------------------------*/
body {
	text-align:left;
}

/*- @ box
---------------------------------------------------------------*/
#box {
	position:relative;
	padding-top:580px;
	margin-top:-580px;
	font-size:108%;/*14px*/
}


/*- @ Sky
---------------------------------------------------------------*/
#sky {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:590px;
	background:#C3EAE1 url(../../img/bg_sky_bottom.gif) repeat-x left bottom;
}

#sky h3 {
	position:absolute;
	top:20px;
	left:80px;
}

#sky p.photo {
	position:absolute;
	top:100px;
	left:80px;
}

#sky p.txt {
	position:absolute;
	top:100px;
	left:260px;
}

#sky p.txt2 {
	position:absolute;
	top:260px;
	left:80px;
}

#sky dl {
	position:absolute;
	top:440px;
	left:80px;
	padding:10px 20px;
	width:770px;
	height:90px;
	background:url(../../img/index/bg_sky_txt.gif) no-repeat left top;
	font-size:78.6%; /* 12px */
	line-height:1.4;
}

#sky dt {
	margin-bottom:4px;
}

#sky dd.btn {
	float:right;
	position:relative;
	top:-70px;
	left:-30px;
}

#sky .close {
	position:absolute;
	top:550px;
	left:380px;
}

#sky .sp {
	display: none;
}

@media (max-width: 767px) {
	#sky .sp {
		display: block;
		font-size: 11px;
		padding: 20px;
		/*
		position: absolute;
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
		*/
	}

	#sky .pc {
		display: none;
	}

	#sky h3 {
		position: static;
	}

	#sky p.photo {
		position: static;
	}

	#sky .text01 {
		color: #fff;
		font-size: 16px;
		text-shadow: 0 0 2px black;
	}

	#sky .photo {
		text-align: center;
		width: 130px;
		margin: 20px auto;
	}

	#sky .photo img {
		width: 100%;
		height: auto;
	}

	#sky dl {
		position: static;
		width: 100%;
		box-sizing: border-box;
		margin-top: 15px;
		background: none;
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 10px;
		/* background: #c3eae1; */
		background: url('../../img/mori_bg.gif') repeat;
		height: auto;
	}

	#sky dt img {
		width: 100%;
		height: auto;
	}

	#sky .close {
		position: static;
		text-align: center;
		margin-top: 20px;
	}
}

/*- @ footer
---------------------------------------------------------------*/
#footer {
	padding:24px 0 0 0;
	width:100%;
	background-color:#00ADA9;
}

#footer ul {
	padding-left:20px;
}

#footer li {
	float:left;
	width:340px;
}

#footer li {
	float:left;
	width:260px;
}

#footer li.iryo {
	padding-left:30px;
	background:url(../../img/icon_iryo.gif) no-repeat left top;
}

#footer li.iryo a {
	text-decoration: none;
}

#footer li.iryo span {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
}

#footer li.iryo span::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 18px;
	/* background: url('../../img/icon_doublearrow.gif') left top no-repeat; */
}

#footer li.senmon {
	padding-left:30px;
	background:url(../../img/icon_senmon.gif) no-repeat left top;
}

#footer li.jaa {
	padding-left:46px;
	background:url(../../img/icon_jaa.gif) no-repeat left top;
}

#footer li p {
	font-size:78.6%; /* 11px */
	color:#fff;
	overflow:hidden;
	zoom:1;
}

#footer .copy {
	clear:both;
	padding:16px 0 16px 20px;
	color: #fff;
	font-size: 10px;
}