@charset "utf-8";
/*
2018.09.28海野作成
チグハグになっているサイト状態を整えるためのSP用common_sp.css
*/

/* 基本設定
================================================ */
body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #111;
}
a:visited {
	text-decoration: none;
	color: #111;
}
a:active {
	text-decoration: none;
	color: #111;
}

/* タグ属性リセット
================================================ */
iframe {
	display:block;
}

/* 

指定のclassやidで囲った箇所のみに有効
タグ特性のリセットをせずに作成したページが崩れる可能性があるため、
以後指定のclass・idで括ったページのみに適応
*/

/* reset (任意ページなどで使用。全体にリセットかけると崩れるため、新しく作っていくページ用。）
--------------------------------------*/
html.reset {
	font-size : 62.5%;
}
.reset body {
	font-size:12px;
	font-size:1.2rem;
}
.reset html , .reset body , .reset div , .reset span , .reset object , .reset iframe , .reset h1 , .reset h2 , .reset h3 , .reset h4 , .reset h5 , .reset h6 , .reset p , .reset blockquote , .reset pre , .reset abbr , .reset address , .reset cite , .reset code , .reset del , .reset dfn , .reset em , .reset img , .reset ins , .reset kbd , .reset q , .reset samp , .reset small , .reset strong , .reset sub , .reset sup , .reset var , .reset b , .reset i , .reset a , .reset dl , .reset dt , .reset dd , .reset ol , .reset ul , .reset li , .reset fieldset , .reset form , .reset label , .reset legend , .reset table , .reset caption , .reset tbody , .reset tfoot , .reset thead , .reset tr , .reset th , .reset td , .reset article , .reset aside , .reset canvas , .reset details , .reset figcaption , .reset figure , .reset footer , .reset header , .reset hgroup , .reset menu , .reset nav , .reset section , .reset summary , .reset time , .reset mark , .reset audio , .reset video , .reset main , .reset button , .reset input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing: border-box;
}
.reset article, .reset aside, .reset details, .reset figcaption, .reset figure, .reset footer, .reset header, .reset hgroup, .reset menu, .reset nav, .reset section { display:block; }
.reset ol, .reset ul, .reset li { list-style:none; }
.reset h1, .reset h2 , .reset h3 , .reset h4 , .reset h5 , .reset h6 {font-weight:normal;}

/* 画像
--------------------------------------*/
img {
	border:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}


/* 共通パーツのiframe(高さ・幅などの一括変更)
================================================ */
#iHeaderSp {
    width: 100%;
    height: 51px;
}
#iFooterSp1 {
	width:100%;
	height:2630px;
}
#iFooterSp2 {
	width:100%;
	height:1500px;
}
#iNavSp {
	/* width指定不可 */
	height:100vh;
}




/* 汎用スタイル
================================================ */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear:both;
}


/* header
================================================ */
[canvas=container] {
 transform:none !important;
 overflow-y: inherit;
}
#sbInn a, #sbRig a {
	display: block;
	text-decoration: none;
	color: #fff;
}
/* 固定ヘッダー
--------------------------------------*/
#headerSp , #sb {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 99999;
}
#sb {
	background-color: #fff;	
	box-shadow: 0px 4px 5px -5px #7a7a7a;
	-webkit-box-shadow: 0px 4px 5px -5px #7a7a7a;
}
#sb #sbLogo {
	width: 130px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display:table;
}
#sb #sbLogo a {
	display:table-cell;
	vertical-align:middle;
}
#sb #sbLogo a img {
	width: 100%;
}
/* ハンバーガーボタン
--------------------------------------*/
.menu {
	position:fixed;
	right: 20px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.sb-toggle-right {
	font-size: 2.6rem;
}
.sb-toggle-right:after {
	content: "\f0c9";
	font-family: FontAwesome;
}

/* スライドナビ
--------------------------------------*/
#sbRig {
	position: fixed;
	top: 50px;
	right: -50px;
}
.acc {
	background-color: #222;
	height:100%;
}
.acc a {
	display:block;
}
.sb-right {
	margin-top: 50px !important;
}
.acc li a {
	color: #f2f2f2;
	padding: 1rem;
}
.acc li {
	color: #f2f2f2;
	font-size: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-close {
	font-size: 1.2rem;
	padding: 1rem;
}
.sb-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	padding-right: 5px;
}
.right-content {
	padding-bottom: 200px;
}
/* footer
================================================ */

/* footer_utility */
.link_list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #000;
	margin-top: 20px;
}
.link_list li {
	position: relative;
	display: table;
	float: left;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
}
.link_list li a {
	display: table-cell;
	padding: 1.2em 0 1.2em 12px;
	vertical-align: middle;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.link_list li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4.2px;
	border: solid #ccc;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.link_list li.fulllong, .link_list.large li.fulllong {
	width: 100%;
	border-left: 0;
}
.link_list li.fulllong {
	background-color: #6d6c6f;
}
.link_list li.fulllong a {
	color: #FFF;
	font-weight: bold;
}
/* copyright
--------------------------------------*/

.copyright {
	text-align: center;
}