@charset "utf-8";
@media screen and (max-width: 769px){
.for_sp{
	display:block !important;
}
.for_pc{
	display:none !important;
}
body{
	position: relative;
	min-width: auto;
	padding-top: 72px !important;
	background: #62bcfe !important; 
}
/*---------- header   -------*/
header{
	position: fixed;
	top:0;
	left:0;
	z-index:500;
	height: 72px;
	border-bottom: solid 1px #e3e3e3;
}
header > div{
	width: auto;
	height: 72px;
	padding: 10px 15px 0;
}
header h1 > a{
	display: block;
	height: 42px;
	width:106px;
	background-size:  auto 42px;
}
header nav{
	position: absolute;
	bottom: -300px;
	left: 0;
	padding: 0 15px;
	display: none;
	height:300px;
	width: 100%;
	box-sizing: border-box;
}
header nav.open{
	display: block;
}
header nav > ul{
	display: block;
	height: 300px;
	width: auto;
	padding: 12px 14px;
	background: #62bcfe;
}
.personal header nav > ul.personal,
.personal_300 header nav > ul.personal,
.solution header nav > ul.solution,
.solution_wi2free header nav > ul.solution{
	display: block;
	height: auto;
	padding: 12px 14px 30px;
}
header nav > ul > li{
	display: block;
	height: auto;
	width: auto !important;
}
header nav > ul > li:before,
header nav > ul > li:nth-child(5):after{
	display: none;
}
header nav > ul > li a{
	height: 56px;
	border-bottom: solid 2px #fff;
	font-size: 15px;
	text-align: left;
	color: #fff;
	line-height: 56px;
}

header nav > ul > li a:before{
	display: none;
}
header nav > ul > li a.selected:before,
header nav > ul > li a:hover:before{
	display: none;
}
header .side_tool{
	display: none;
}
header input[type='button']{
	position: absolute;
	right: 15px;
	top: 10px;
	width: 37px;
	min-width: 0;
	height:44px;
	margin: 0;
	padding: 0;
	background: url(../img/btn_menu.png)no-repeat 0 0 scroll;
	background-size: cover;
	box-shadow: none;
}

/*-------------- section.inner_contents ------------*/

section.inner_contents > div{
	width: auto;
	min-height: 300px;
	margin: 0 auto;
	padding: 25px 15px 60px;
}

section.inner_contents > div ul.pankuzu{
	padding-bottom: 25px;
}
section.inner_contents > div ul.pankuzu{
	display: none;
}
section.inner_contents > div article.content_l{
	display: block;
	width: auto;
}
section.inner_contents > div h2{
	padding: 4px 0 10px;
	font-size: 16px;
}
section.inner_contents > div h3{
	font-size: 16px;
}
section.inner_contents > div .layout_2_column{
	display: block;
}
section.inner_contents > div .layout_2_column figure,
section.inner_contents > div .layout_2_column p{
	display: block;
}
section.inner_contents > div .layout_2_column figure{
	padding-right: 0;
}
section.inner_contents > div .layout_2_column figure img{
	max-width: 350px;
}
section.inner_contents > div .list_box li{
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	margin-right: 0;
}
section.inner_contents > div .list_box li.ajast_height_box1{
	height: auto;
}
section.inner_contents > div .list_box li.ajast_height_box2{
	height: auto;
}

section.inner_contents > div table tbody th{
	width:100px;
}
section.inner_contents > div table tbody td{
	border: 1px solid #e3e3e3;
}
section.inner_contents > div iframe{
	display: black;
	width:320px;
	margin: 25px auto 0;
}
section.inner_contents > div figure{
	margin-top: 30px;
	text-align:center;
}
section.inner_contents > div article > figure img{
	max-width: 300px;
}
section.inner_contents > div aside{
	display: none;
}
section.inner_contents.has_footer_pict{
	position: relative;
	margin-bottom: 150px;
}
section.inner_contents.has_footer_pict:after{
	position: absolute;
	bottom: -150px;
	left: 0;
	display: block;
	height: 150px;
	width: 100%;
	background: #fff url(../img/pict_footer.png) repeat-x 0 bottom scroll;
	background-size: auto 80px;
	content: "";
}
section.inner_contents .btn_pageskiper{
	position: absolute;
	bottom: 0;
	right:15px;
	width: 52px;
	height: 30px;
	background-size: cover;
}
/*----------   footer   ----------------*/

footer{
	display: block;
}
footer .upper{
	height: auto;
	width: auto;
	margin: 0 auto;
	padding: 30px 30px 10px;
	background: #62bcfe;
}
footer .upper .page_skipper{
	top: -35px;
	right: 15px;
}
footer .upper > ul{
	display: block;
	margin:0;
}
footer .upper > ul > li{
	position: relative;
	display: block;
	width: auto !important;
	min-height: 50px;
	border-bottom: solid 1px #fff;
}
footer .upper > ul > li ul{
	display: none;
}
footer .upper li li{
	padding-left: 14px;
}
footer .upper li a{
	display: block;
	line-height: 50px;
}
footer .upper li a{
	padding: 0;
	font-size: 15px;
}
footer .upper li a.btn_accordion{
	position: absolute;
	top:0;
	right:0;
	height: 48px;
	width: 20px;
	background: url(../img/btn_accordion.png) no-repeat 0 0 scroll;
	background-size:40px 48px;
}
footer .upper li a.btn_accordion.open{
	background-position: -20px 0;
	background-size:40px 48px;
}
footer .upper li li a{
	display: block;
	padding-bottom: 0;
	border-top: solid 1px #fff;
	font-size: 15px;
}
footer .upper  dl{
	position: static;
	top: auto;
	left: auto;
	width: auto;
	margin-top: 20px;
	line-height: 1.6;
	text-align: center;
	font-size: 12px;
}
footer .inner > div{
	width: auto;
	height: auto;
}
footer .inner figure{
	padding: 10px 0;
	text-align: center;
}
footer .inner figure img{
	width:222px;
	height: auto;
}
footer #footer_nav{
	 display:none;
}
footer .bottom{
	height: 50px;
	background: #62bcfe;
}
footer .bottom .copyright{
	width: auto;
	margin-top:0;
	padding:20px 0;
	text-align: center;
}


input[type="text"], input[type="password"], input[type="number"]{
	width:100%;
	box-sizing: border-box;
}
.innovaFormLabel_main{
	display:block !important;
	width:auto !important;
	padding-bottom:5px;
}
.cont form .innovaFormLabel_main{
	display:block;
}
}