@charset "utf-8";

@media only screen and (max-width: 800px) {
	/* CSS Document */
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	/*-- header --*/
	#header #cur_l,
	#header #cur_r {
		display: none;
	}
	.outline {
		text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
		/* for IE */
		filter: dropshadow(color=#FFFFFF, offX= 0, offY=-1) dropshadow(color=#FFFFFF, offX= 1, offY= 0)
			dropshadow(color=#FFFFFF, offX= 0, offY= 1) dropshadow(color=#FFFFFF, offX=-1, offY= 0);
	}
	#topcontrol a {
		height: 50px;
		width: 50px;
	}
	#contents section {
		margin-bottom: 50px;
	}
	/*----------------------------------------------------
	☆float
----------------------------------------------------*/

	.fltL,
	.fltR {
		float: none;
	}
	.fltImgL,
	.fltImgR {
		float: none;
		margin: 0;
		text-align: center;
	}
	.fltImgL img,
	.fltImgR img {
		max-width: 100%;
		margin-bottom: 5px;
	}
	#contents .hrefBoxL,
	#contents .hrefBoxR {
		margin-bottom: 15px;
		width: 100% !important;
	}
	#contents .sitemap .hrefBoxL,
	#contents .sitemap .hrefBoxR {
		float: none;
	}
	#contents .w_745 {
		margin: 0 auto;
		width: 300px !important;
	}
	/*----------------------------------------------------
	☆Form
----------------------------------------------------*/

	p.subscribeBtn input {
		padding: 15px 0 13px;
		margin-top: 5px;
		width: 100%;
	}
	input.wSS,
	input.wS,
	input.wM,
	input.wL,
	input.wLL {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wSS {
		width: 30%;
	}
	.wS {
		width: 50%;
	}
	.wM {
		width: 100%;
	}
	.wL {
		width: 100%;
	}
	.wLL {
		width: 100%;
	}
	.wXL3 {
		width: 100%;
	}
	.imeOn {
		ime-mode: active;
	}
	.imeOff {
		ime-mode: disabled;
	}
	textarea.txtarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 200px;
		width: 100%;
	}
	select.timearea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}
	option {
		font-size: 14px !important;
	}
	label {
		cursor: pointer;
	}
	label:hover {
		color: #999;
	}
	input[type='checkbox'],
	input[type='radio'] {
		margin-right: 3px;
	}
	.formErr {
		color: #e54e52;
		font-weight: bold;
	}
	input.inputErr,
	textarea.inputErr {
		background-color: #fadfde;
	}
	#contents .redHissu {
		background-color: #ff2323;
		color: #fff;
		font-size: 10px;
		line-height: 100%;
		margin-left: 3px;
		padding: 2px 5px;
		margin-right: 5px;
		vertical-align: middle;
	}
	/*----------------------------------------------------
	☆Header
----------------------------------------------------*/

	/*
	.header, .content, .footer {
	text-align: center;
}
.header {
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	position:fixed;
	top: 0;
	z-index: 10000 !important;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

#footer { padding-top: 15%;}

	.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

.header a:before, .header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 8px 0;
}


.header a {
    background: #253494 none repeat scroll 0 0;
    display: block;
    height: 60px;
    left: 0;
    padding: 18px 11px;
    position: absolute;
    top: 0;
    width: 60px;
}


	.header #logo {
		margin: 0 auto;
		padding-top: 13px;
		text-align: center;
	}

	*/

	.content {
		padding: 150px 50px 50px 50px;
	}
	/*----------------------------------------------------
	☆menu
----------------------------------------------------*/

	.header {
		padding-bottom: 10px;
	}
	.header #logo {
		float: left;
		padding: 10px 10px 0 10px;
	}
	.header #btn {
		display: block;
		float: right;
		margin: 10px 10px 0 0;
		cursor: pointer;
		width: 45px;
	}
	#overlay {
		display: none;
		width: 100%;
		height: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 100;
		background: rgba(0, 0, 0, 0.8);
	}
	#close {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 0 0 auto;
		padding-top: 30px;
		padding-right: 4%;
		box-sizing: content-box;
		cursor: pointer;
	}
	.navi_container {
		position: fixed;
		top: 70px;
		left: 0;
		z-index: 400;
		width: 100%;
	}
	#overlay #mainnav {
		clear: both;
		background-color: #fff;
		z-index: 90000 !important;
	}
	#overlay #mainnav ul {
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	#overlay #mainnav ul li {
		display: block;
		vertical-align: middle;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	#overlay #mainnav ul li:first-child {
		border-left: none;
	}
	#overlay #mainnav ul li a {
		color: #333;
		display: block;
		font-weight: bold;
		padding: 10px 0 10px 25px;
		font-size: 16px;
		text-decoration: none;
		text-align: left;
		background-image: url(/lib/cmn_img/icon_arrow01.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}
	#overlay #mainnav ul li a img {
		width: 10px;
		margin-left: 5px;
	}
	#overlay #mainnav ul li a:hover {
		background: #253494;
		color: #fff;
	}
	#overlay .head_right {
		position: static;
		top: auto;
		right: auto;
		text-align: center;
		background-color: #f3f3f3;
		padding-bottom: 2%;
		width: 100%;
	}
	#overlay .search_input_box_sp {
		display: block;
		padding: 15px 2.34% 2% 2.34%;
	}
	#overlay .search_input_box_sp ul {
		display: table;
		width: 100%;
		border: 1px solid #cccccc;
	}
	#overlay .search_input_box_sp ul li {
		display: table-cell;
	}
	#overlay .search_input_box_sp ul li input[type='text'] {
		width: 100%;
		height: 40px;
		appearance: none;
		-webkit-appearance: none;
		border: none;
		padding: 0 10px;
		z-index: 90000;
	}
	#overlay .search_input_box_sp ul li.btn .button {
		appearance: none;
		-webkit-appearance: none;
		background: none;
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
		background-repeat: repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		border: none;
		width: 40px;
		height: 40px;
		background-color: #253494;
		background-image: url(http://www.alsok.co.jp/common/image/sp/search_btn.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 40px auto;
		text-indent: -99999px;
	}
	#overlay .search_input_box_sp ul li.btn {
		width: 40px;
		background-color: #253494;
	}
	#overlay .head_upper_link {
		display: table;
		margin: 0 0 0 auto;
		width: 100%;
	}
	#overlay .head_upper_link li {
		display: table-cell;
		padding: 0 0 0 0;
		width: 33%;
	}
	#overlay .head_upper_link li a {
		display: inline-block;
		padding: 12px 1px 12px 1px;
		background: none;
	}
	/*----------------------------------------------------
	☆BREADCHUMBS
----------------------------------------------------*/

	#breadChumbs {
		display: none;
	}
	/*----------------------------------------------------
	☆CONTENTS
----------------------------------------------------*/

	#contents {
		margin: 0 auto;
		width: 100%;
	}
	.wrap {
		margin: 0 auto;
		width: 90%;
	}
	#pefo .pefoBox {
		width: 100%;
	}
	.pol img {
		width: 30%;
	}
	.pol-left {
		left: 0;
		top: -40px;
	}
	/*-- ph --*/
	.peho_ph {
		height: 240px;
	}
	.ph01:after,
	.ph02:after,
	.ph03:after,
	.ph04:after,
	.ph05:after,
	.ph06:after {
		background-size: cover;
	}
	/*-- uniq base --*/

	.pName {
		margin: 0 0 30px;
	}
	#p_title {
		padding: 20% 5% 20%;
	}
	.pName {
		background-size: 100%;
	}
	.pName span.p_ti {
		font-size: 0.8em;
		border-bottom: solid 1px;
	}
	.pName span.p_ti::after {
		background-size: 100%;
		height: 15px;
		margin-bottom: -7px;
		width: 15px;
	}
	.pName span.p_ti::before {
		background-size: 100%;
		height: 15px;
		padding-top: 7px;
		width: 15px;
	}
	.pName span.p_en {
		font-size: 0.5em;
		padding-top: 20px;
	}
	#contents .head01 {
		font-size: 1.4em;
		font-kerning: 1px;
	}
	.head {
		height: 80px;
	}
	.head .tiNum {
		display: block;
		width: 20%;
	}
	.head .tiNum img {
		width: 100%;
	}
	.head h2 {
		padding-top: 8%;
	}
	.head04 {
		padding: 3% 3% 2%;
	}
	#contents .ti01 {
		font-size: 0.8em;
		letter-spacing: 0;
	}
	.head01 span.en {
		font-size: 0.4em;
		font-weight: normal;
		letter-spacing: 0;
	}
	#menuArea .inr .ti02 {
		margin-bottom: 8px;
	}
	#menuArea .menuList li {
		width: calc(100% / 2);
	}
	#contents .img_r,
	#contents .img_l {
		float: none;
		margin: 0 auto 5%;
		padding: 0;
		text-align: center;
	}
	#contents .txt_l,
	#contents .txt_r {
		width: 100%;
	}
	#contents .ph_l,
	#contents .ph_r {
		margin-bottom: 3%;
		text-align: center;
		width: 100%;
	}
	#menuArea .inr {
		width: 90%;
	}
	/*-- COPYRIGHT --*/

	small#copyright {
		background-color: #000;
		color: #fff;
		display: block;
		font-size: 1rem !important;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	.spMain,
	.main {
		padding-top: 40px;
	}
	/*----------------------------------------------------
	☆Btn
----------------------------------------------------*/

	.bscBtn01 a {
		padding: 20px 5%;
		text-align: center;
		width: 100%;
	}
	/*----------------------------------------------------
	☆Table
----------------------------------------------------*/

	#contents div.bscTbl01 table th,
	#contents div.bscTbl01 table td,
	#contents table.bscTbl01 th,
	#contents table.bscTbl01 td {
		display: block;
		font-size: 1.1rem;
		padding: 10px 3%;
		width: 100% !important;
	}
	#menuArea {
		padding: 9% 0;
	}
	/*----------------------------------------------------
	☆FOOTER
----------------------------------------------------*/
	#footer .wrap {
		width: 100%;
		padding-bottom: 10%;
	}
	#footer #footLink {
		padding: 0;
	}
	#footer #footMenu {
		display: none;
	}
	#footer #footLink .footL {
		background: #555;
		float: none;
		padding-top: 0;
		width: 100%;
	}
	#footer #footLink .footL ul {
		clear: both;
		overflow: hidden;
		padding: 3% 5%;
	}
	#footer #footLink .footR {
		float: none;
		width: 100%;
	}
	#footer #footLink ul.link li {
		margin-bottom: 5px;
	}
	#footer #footLink ul.link li a {
		color: #fff;
		text-align: center;
	}
	#footer #footLink #copyright {
		font-size: 0.7em !important;
		text-align: center;
	}
	#footer #footLink .footLogo {
		width: 80%;
		margin: 0 auto;
	}
	#footer #footLink .footLogo li {
		width: 50%;
		margin: 0;
	}
	/*----------------------------------------------------
	☆sp component
----------------------------------------------------*/

	.sp_c {
		text-align: center !important;
	}
	.sp_r {
		text-align: right !important;
	}
	.sp_l {
		text-align: left !important;
	}
	.p_c {
		text-align: left;
	}
	.spDisp {
		display: block !important;
	}
	.spHide {
		display: none !important;
	}
	.spImg {
		max-width: 100%;
	}
	.article {
		padding-top: 30px;
	}
	br.clear_noie.spHide,
	div.clear_noie.spHide {
		display: none !important;
	}
	.article {
		padding: 20px 0;
	}
	/*-- fontsize --*/
	.size16 {
		font-size: 1em !important;
	}
	.size18 {
		font-size: 1.1em !important;
	}
	.txt01 {
		font-size: 1.2em !important;
	}
	.minTxt {
		font-size: 1.2em !important;
		letter-spacing: 2px;
	}
	#contents .head01 {
		font-size: 2.4em !important;
		letter-spacing: 4px;
		margin-bottom: 15px;
	}
}
/**/

.mm-search {
	display: none !important;
}
input .mm-tabstart {
	display: none;
}

@media only screen and (max-width: 414px) {
	.mainInr h2 span {
		font-size: 7.5vw !important;
	}
}
