@charset "UTF-8";
@media(max-device-width: 798px){
html{
	background:none;
}
#wrapper{
	width:100%;
	margin:0 auto;
	padding:0 0 30px;
	text-align:center;
	background:#fff;
	position:relative;
}

/*-----ヘッダー-----*/
#header{
	width:100%;
	height:auto;
	padding-top:21%;
	border-top:9px solid #6cdafd;
	position:fixed;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
}
#sp_menu_btn{
	width:14%;
	height:0;
	padding-top:15%;
	background:url(../img/sp/btn_nav.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}

#header ul#g_nav{
	width:100%;
	display:inline-block;
	margin:0 auto 0;
	border-top:1px solid #515150;
	position:absolute;
	top:100%;
	right:0;
	z-index:9;
}
#header ul#g_nav li{
	height:auto;
	display:block;
	border-bottom:1px solid #515150;
	float:none;
}
#header ul#g_nav li a{
	list-style:none;
	display:inlone-block;
	margin:0 0;
	text-align:center;
	vertical-align:middle;
	color:#515150;
	font-size:16px;
	font-weight:bold;
	overflow:auto;
	text-indent:inherit;
	white-space:normal;
}
#header ul#g_nav li a:hover{
	opacity:1.0;
}
#header ul#g_nav li.nav_top a{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
}
#header ul#g_nav li.nav_about a{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
}
#header ul#g_nav li.nav_company a{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
}
#header ul#g_nav li.nav_contact a{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
}

/*-----メインビジュアル-----*/
#main{
	width:100%;
	height:0;
	margin-bottom:40px;
	padding-top:114%;
	background:url(../img/sp/main_visual.png) center bottom no-repeat;
	background-size:100%;
}

/*-----コンテンツ共通-----*/
.box_left{
	width:100%;
	text-align:center;
	float:none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.box_right{
	width:94%;
	margin:0 auto;
	text-align:left;
	float:none;
}
 
/*-----contents_01-----*/
#contents_01{
	margin-top: -24%; /* リンク位置上昇分 */
	padding-top: 24%; /* 上昇分を戻す分 */
}
#contents_01 .box_left{
	height:61px;
	background:none;
}
#contents_01 .box_right{
	background:none;
}
#contents_01 .box_right h3{
	width:94%;
	height:0;
	padding-top:7%;
	margin:0 auto;
	background:url(../img/pc/contents_01_copy.png) 0 0 no-repeat;
	background-size:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#contents_01 .box_right p{
	margin:10px 0 30px;
	line-height:1.7 !important;
}

 
/*-----contents_02-----*/
#contents_02{
	margin-top: -24%; /* リンク位置上昇分 */
	padding-top: 24%; /* 上昇分を戻す分 */
	margin-bottom:20px;
}
#contents_02 .box_left{
	height:0;
	padding-top:5%;
	background:url(../img/sp/contents_02_midashi.png) center 0 no-repeat;
	background-size:100%;
}
#contents_02 .box_right{
	background:none;
}
#contents_02 .box_right p{
	width:94%;
	height:auto;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:20px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99fffffff,endColorstr=#99fffffff); 
	background-color:rgba(255,255,255,0.6);
}

/*-----contents_03-----*/
#contents_03{
	margin-top: -24%; /* リンク位置上昇分 */
	padding-top: 24%; /* 上昇分を戻す分 */
	margin-bottom:40px;
}
#contents_03 .box_left{
	height:0;
	padding-top:5%;
	margin-bottom:20px;
	background:url(../img/sp/contents_03_midashi.png) center 0 no-repeat;
	background-size:100%;
}
#contents_03 .box_right .company_info{
	margin-bottom:6px;
  	display:block;
}
#contents_03 .box_right .company_info .table_left{
	width:90%;
	background:#bfd3f0;
	padding:15px 5%;
  	display:block;
	font-weight:bold;
}

#contents_03 .box_right .company_info .table_right{
	width:90%;
	background:#f9f9f9;
	border-left:none;
	padding:15px 5%;
  	display:block;
}
.company_info .table_right ul{
	list-style-type:decimal !important;
	margin-right:10px;
}
.company_info .table_right ul li{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.3;
}

/*-----contents_03-----*/
#contents_04{
	margin-top: -24%; /* リンク位置上昇分 */
	padding-top: 24%; /* 上昇分を戻す分 */
}
#contents_04 a#contact{
	display:block;
	width:50%;
	height:0;
	padding-top:22%;
	margin:0 auto 80px;
	background:url(../img/sp/icon_contact.png) 0 0 no-repeat;
	background-size:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*-----フッター-----*/
#footer{
	width:100%;
	height:20px;
	font-size:10px;
	text-align:center;
	background:#fff;
}
}