@charset "utf-8";
/* CSS Document */

/*リセット*/

*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: 1px;
	font-family:  "游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif";
	word-wrap : break-word;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
h2{
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}


/*クリアフィックス*/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.display_pc{
	display: block;
}

.display_sp{
	display: none;
}

#wrap{
	overflow: hidden;
}

.wrapper_1080{
	width: 1080px;
	margin: 0 auto;
}

/*ヘッダー*/

.head_top{
	background-color: #74A9E5;
	color: white;
	font-size: 12px;
}

/*spナビ*/
#top-head{display: none;}

.sp_logo{
	width:220px;
}

.sp_logo img{
	margin-top:5px;
	margin-left:5px;
}

#top_div{
	background: linear-gradient(#00A9D2, #74A9E5);
	padding: 2px 0;
}

#top_div ul li{
	border-left: solid 1px white;
	color: white;
	display: inline-block;
	width: 148px;
	text-align: center;
	box-sizing: border-box;
}

#top_div ul li a{
	padding:10px;
	color: white;
	display: block;
}

#top_div ul li:last-child{
	border-right: solid 1px white;
	color: white;
}

#top_div ul li a:link, #top_div ul li a:visited{
	color: white;
}

#top_div ul li a:hover{
	color: #FFFF00;
}

#h_table{
	padding: 50px 0 40px;
}

.h_table_l{
	width: 420px;
	font-size: 13px;
	float: left;
}

.h_table_l img{
	width: 300px;
}

.h_table_r{
	width: 300px;
	float: right;
	font-size: 14px;
}

.h_table_r img{
	margin-bottom: 5px;
}

.head_icon{
	background-color: #74A9E5;
	border-radius: 5px;
	padding:0 2px;
	color: white;
	font-size: 12px;
	width: 70px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.foot_icon{
	background-color: #fff;
	border-radius: 5px;
	padding:0 2px;
	color: #74A9E5;
	font-size: 12px;
	width: 70px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

/*メインコンテンツ内レフト*/
.left_340{
	width: 340px;
	margin-right: 20px;
	margin-top: 50px;
	float: left;
}

.left_340 figure{
	margin-bottom: 15px;
}

.left_340 h3{
	background: linear-gradient(#00A9D2, #74A9E5);
	display: block;
	text-align: center;
	color: white;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
}

.left_340 ul li{
	border: solid 1px #aaa;
	border-top: none;
	/*padding:10px 0 10px 30px;*/
	background-image: url(../images/side_menu_icon.jpg);
	background-repeat: no-repeat;
	background-position:10px 13px;
}

.left_340 ul li a{
	padding:10px 0 10px 30px;
	display: block;
}

.left_340 ul li a:link, .left_340 ul li a:visited{
	color: #4D4D4D;
}

.left_340 ul li a:hover{
	color: #88EAC8;
}

.r_720{
	width: 720px;
	float: right;
	margin-top: 50px;
}

.r_720 h2{
	background-color: #74A9E5;
	color: white;
	border-radius: 2px;
	padding: 2px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 35px;
}

.r_720 h2:before{
	background: #fff;
	content:"";
	position: absolute;
	width:5px;
	height:auto;
	top:8px;
	bottom:8px;
	left:5px;
}

.banner figure:hover{
	opacity: 0.5;
	transition: all 0.3s;
}

.r_box{
	padding: 0 20px;
}


footer{
	background-color: #74A9E5;
	color: white;
	padding: 55px 0 0;
	margin-top: 200px;
}

footer ul li{
	display: inline-block;
	margin-right: 10px;
}

footer ul li a:link, footer ul li a:visited{
	color: white;
}

footer ul li a:hover{
	color: #FFFF00;
}


.f_table{
	padding: 0 10px;
}

.f_table_l figure{
	width: 300px;
}

.f_table_l{
	width: 420px;
	font-size: 13px;
	float: left;
}

.f_table_l ul{
	margin: 10px 0;
}

.f_table_r{
	width: 300px;
	float: right;
	font-size: 14px;
}

.f_table_r img{
	margin-bottom: 5px;
	
}

#copy{
	text-align: center;
	margin-top: 20px;
	background-color: #88EAC8;
	font-size: 12px;
}

#scroll {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 1000;
}
#scroll a {
	display: inline-block;
	z-index: 999;
	padding: 5px 15px 10px 15px;
	color: #ffffff;
	background-color: rgba(136,234,200,0.8);
	border-radius: 5px;
	text-align: center;
}
#scroll a i{
	font-size: 2.0rem;
	vertical-align: middle;
}

footer{
	margin-top: 200px;
}

.text{
	display: inline-block;
}

@media screen and (max-width:780px) {
	
	body{
		margin-top: 56px;
	}
	
	.wrapper_1080 {
		width: 100%;
		margin: 0 auto;
	}
	
	#top-head{display: block;}
	
	.h_table_l, #top_div{
		display: none;
	}
	
	
	#h_table {
		padding: 60px 0 10px;
		display: block;
	}
	
	.h_table_r {
		width: 60%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	.link_button{
		padding: 15px 0px;
		font-weight: bold;
		background-size: 20px;
		font-size: 14px;
	}
	
	.left_340{
		width: 100%;
		margin-right: 20px;
		margin-top: 50px;
		float: none;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	.left_340 figure{
		width: 49%;
		display: inline-block;
	}
	
	.r_720 {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	
	#f_table{
		padding: 0 10px;
	}
	
	.f_table_l{
		width: 100%;
		font-size: 13px;
		float: none;
	}
	
	.f_table_l figure{
		width: 50%;
		margin-bottom: 5px;
	}
	
	.f_table_r{
		width: 100%;
		float: none;
		font-size: 14px;
		margin-top: 20px;
	}
	
	.f_table_r img{
		width: 60%;
		margin-bottom: 5px;
	}
	
	.banner{
		margin-bottom: 20px;
	}
	
	footer{
		background-color: #74A9E5;
		color: white;
		padding: 30px 0 0;
		margin-top: 100px;
	}
	
	.display_pc{
		display: none;
	}

.display_sp{
	display: block;
}
	
}/*メディアクエリ終わり*/

@media screen and (max-width:420px) {
	
	.left_340 figure{
		width: 100%;
		display: block;
	}
}/*メディアクエリ終わり*/