@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h2.multi_h2,
h2.conts_h2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	padding: 3%;
	background: #f5f5f5;
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.container {
	width: 97%;
	margin: 0 auto;
}
.pankuzu{
	font-size: 12px;
	line-height: 18px;
}
/* ----------------------------------------
	privacy
---------------------------------------- */
.privacy {
	width: 96%;
	margin: 0 auto;
	text-align: left;
}
.privacy span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #eee;
}
.privacy p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.sp_f_txt a {
	font-size: 11px;
}
/* ----------------------------------------
   nav
---------------------------------------- */
#other_h_wrap {
	padding: 4% 0% 0% 3% !important;
	max-height: 35px;
}
/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 7%;
	top: 50px;
	z-index: 100;
	cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	border-radius: 3px;
	background: #000;
	transition: 0.5s;
	position: absolute;
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 7px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 7px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
	background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #ffffff;
}
#drawer_input:checked~.drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #ffffff;
}
/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0%;
	left: 100%;
	z-index: 99;
	background: #ffffff;
	transition: .5s;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
}
/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
}
.nav_item {
	width: 100%;
	border-bottom: 1px solid #333;
	padding: 5% 0%;
}
.nav_item a {
	color: #000;
	text-decoration: none;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
	left: 0;
}
#other_h_wrap a {
	display: block;
	max-width: 100%;
	color: #ffffff;
}
.s_h_logo {
	max-width: 200px !important;
}