@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


@font-face {
    font-family: 'WebHostingHub-Glyphs';
    src: url('../font/webhostinghub-glyphs.eot');
    src: url('../font/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
         url('../font/webhostinghub-glyphs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 1.6;
}
a {
	color: #000000;
	text-decoration:none;
	outline: none;
	transition: 0.5s;
}
a:hover {
	text-decoration:none;
	outline: none;
	color:#333;
}
a:hover img {
	margin-right: 0;
	margin-bottom: 0;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.inner {
	position:relative;
	max-width:980px;
	margin:0 auto;
}
article {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
section {
	width: 75%;
	margin-top: 20px;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
}
h2 {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
	padding-left: 0.5rem;
	color: #0d7ecc;
	font-size: 1.4em;
	font-weight: bold;
}

h2:before {
	content:"";
	position: absolute;
	top: 2rem;  /* 上からの位置 */
	left: 0px;  /* 左からの位置 */
	width: 100%;  /* 横幅 */
	height: 4px;  /* 縦幅 */
	background: linear-gradient(left,#0d7ecc 15%,#e5e5e5 16%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,#0d7ecc 15%,#e5e5e5 16%, #e5e5e5 100%);
	background: -moz-linear-gradient(left,#0d7ecc 15%,#e5e5e5 16%, #e5e5e5 100%);
	background: -o-linear-gradient(left,#0d7ecc 15%,#e5e5e5 16%, #e5e5e5 100%);
	background: -ms-linear-gradient(left,#0d7ecc 15%,#e5e5e5 16%, #e5e5e5 100%);
}
h3 {
	margin-bottom:0.25em;
	padding-left: 0.5rem;
	color: #0d7ecc;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom:1px solid #0d7ecc;
	border-left:10px solid #0d7ecc;
}
h3 img {
	width:100%;
}
h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#000;
	border-bottom:3px solid #142C89;
}
h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}
h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:0 0 1em 0;
}
img {
	vertical-align:bottom;
}
em {
	font-weight:bold;
}
strong {
	font-weight:bold;
	color:#ff0000;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dt {
	margin-bottom: 0.5em;
}
dd {
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	width: 20%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
	color: #000000;
}
td {
	padding:10px;
	text-align:left;
	vertical-align: middle;
	border:1px solid #ddd;
	color:#000000;
}
td a {
	color:#000000;
}
i {
	margin: 0 5px;
}
/*マウスオーバーで画像が拡大*/
figure {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #19bc9c;
}
figure img {
	width:100%;
    height:auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    vertical-align: bottom;
}
figcaption {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 1.0rem;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 10%;
}
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
a:hover>figure figcaption {
    opacity: 1;
}

/*================================================
 *  ヘッダー
 ================================================*/
#header_bg {
	background-color: #0d7ecc;
}
#header_logo{
	position: absolute;
	left: 0px;
	top: -0px;
}
#header_logo img{
	left: 0px;
}
#header_contact {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	border-radius: 10px;
	background-color: #00a395;
	padding: 0 2%;
	position: absolute;
	right: 0px;
	margin: 0;
	top: 20px;
	transition: 0.5s;
}
#header_contact a {
	text-decoration: none;
	color: #fff;
	line-height: 180%;
}
#header_contact a:hover {
	color: #FFFFFF;
}
#header_contact:hover {
	background-color: #007AA3;
}
.tel {
	font-size: 1.5em;
	font-weight: bold;
}
.i_color {
	color: #fff;
}
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	margin: 0 auto;
}
#header_copy_set{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	color: #fff;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header_copy{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	color: #fff;
}
#header_copy h1{
	height: 20px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	font-weight: normal;
	color: #fff;
	float: left;
	word-wrap:break-word;
}
#h1_privacy {
	height: 20px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	color: #fff;
	float: right;
}
#h1_privacy a {
	color: #FFFFFF;
}
#h1_privacy a:hover {
	color: #FFFFFF;
}
#h1_access{
	height: 20px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	color: #fff;
	float: right;
	margin-right: 10px;
}
#h1_access a{
	color: #FFFFFF;
}
#h1_access a:hover {
	color: #FFFFFF;
}
#header_space {
	padding: 10px;
	z-index: 2;
	height: 100px;
	background-color: #FFFFFF;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
nav {
	width: 100%;
	box-shadow: 0 1px 2px #d0d8dc;
	⁄zoom: 1;
	z-index: 3;
	background-color: #FFFFFF;
	border-bottom: 5px solid #0d7ecc;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
	nav ul {
		margin:0;
		padding:0;
}
	nav li {
	position: relative;
	width: calc(99% / 5);/*ボタン数で変更*/
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	vertical-align: middle;
	background-color: #FFFFFF;
}
nav li::before { /* backgroundの途中から色を変更 */
	content:""; 
	position: absolute;
	background: linear-gradient(top,#fff 5%,#999999 6%, #999999 100%);
	background: -webkit-linear-gradient(top,#fff 5%,#999999 6%, #999999 100%);
	background: -moz-linear-gradient(top,#fff 5%,#999999 6%, #999999 100%);
	background: -o-linear-gradient(top,#fff 5%,#999999 6%, #999999 100%);
	background: -ms-linear-gradient(top,#fff 5%,#999999 6%, #999999 100%);
	margin-top:-17px; /* backgroundの位置調整 */
	top:50%;
	right:0;
	width:1px;
	height:30px; /* backgroundの長さ調整 */
}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:30px;
}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
}
	nav li:last-child li{
		width:100%;
}
	nav li a {
	display: block;
	padding: 0;
	color: #0d7ecc;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
	font-size: 1.3em;   /* グローバルナビボタン 文字サイズ調整 */
	line-height: 240%;  /* グローバルナビボタン 文字位置(高さ)調整 */
	text-indent: -10px;
}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
}
	nav li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	border-right: none;
}
	nav li li:first-child {
	width: 100%;
}
	nav li ul:nth-child(2) {
	width: 100%;
}
	nav li ul li:nth-child(3) {
	width: 100%;
}
	nav li ul li a {
	height: auto;
	padding: 10px 15px;
	text-align: left;
	font-weight: normal;
	color: #000;         /* プルダウンメニュー文字色 */
	font-size: 0.8em;    /*プルダウンメニューのフォントサイズ調整*/
	background: #c4e8f6; /* プルダウンメニュー背景色 */
	line-height: 100%;
	text-indent: 0;
}
	nav li:hover > a {
	background: #096f8d; /* プルダウンメニューホバー時のナビボタン色　① */
	color: #fff;
}
	nav li:hover > a:hover {
	background-color: #0da1cc; /* グローバルナビボタン ホバー色　① */
}
	nav li ul li:hover > a:hover {
	background: #0da1cc; /* プルダウンメニューホバー時のナビボタン色　① */
	color: #fff;
}
.gnav {
		display:block !important;
}
	#spMenu {
		display:none;
}
	.showNav {
		background:#d2652d !important;　/* プルダウンメニューが開いたときのナビボタン色　① */
}
	.showSub {
	overflow: visible;
	min-height: 32px; /*プルダウンメニューの高さ調整*/
	border-bottom: 1px dotted #fff;
}
	.showSub:last-child {
		border-bottom:0;
}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
}
	.fixed {
		position:fixed;
		top:0;
		left:0;
}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 2px;
	color: #000000;
}
#topicpath a {
	color:#000000;
}

/*================================================
 *  サイドメニュー
 ================================================*/
aside {
	width: 23%;
	margin-top: 20px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#fff;
	text-decoration:none;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#fff;
	border-bottom:1px dotted #ddd;
	transition: 0.5s;
}
.submenu li a:hover {
	background:#eee;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	width: 100%;
	height: 50px;
	margin: 10px auto;
	text-indent: -5%;
}
.bnr a {
	text-decoration: none;
	font-size: 1.1em;
}
.bnr a li {
	width: 100%;
	font-weight: bold;
	list-style: none;
	line-height: 320%;
	text-align: left;
	transition: 0.5s;
	border-radius: 10px;
	background-color: #c4e8f6;
	color: #434343;
	text-indent: 5%;
	position: relative;
}
.bnr a li i {
	position: absolute;
	-webkit-right: 5%;
	-moz-right: 10%;
	-o-right: 5%;
	-ms-right: 5%;
	right: 5%;
	color: #0d7ecc;
	font-size: 1.2em;
}
.bnr a li.li_4th i,.bnr a li.li_5th i {
	color: #fff;
}
.bnr a li.li_4th {
	background-color: #00a395;
	color: #fff;
}
.bnr a li.li_5th {
	background-color: #3c599d;
	color: #fff;
}
.bnr li.li_6th {
	width: 100%;
	background: none;
	text-align: left;
	text-indent: 0;
}
.bnr a li:hover {
	background-color:#F6F5C4;
	color: #000;
}
.bnr_li_img {
	width: 100%;
	height: auto !important;
}
.bnr_li_img img {
	width: 100%;
	margin-left: 5%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 25px solid #0d7ecc;
	clear: both;
}
#footer_space{
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	padding-bottom: 20px;
}
#footer_info{
	width: 35%;
	max-width: 350px;
	float: left;
}
#footer_logo {
	width: auto;
	float: left;
	margin-top: 10px;
	margin-left: 12%;
	margin-bottom: 10px;
}
#footer_contact {
	width: auto;
	margin-left: 12%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background-color: #00a395;
	padding: 2%;
	transition: 0.5s;
}
#footer_contact a {
	text-decoration: none;
	color: #fff;
}
#footer_contact a:hover {
	color:#FFFFFF;
}
#footer_contact:hover {
	color:#FFFFFF;
	background-color: #007AA3;
}
#footer_iso {
	display: none;
}
.footer_txt {
	width: 80%;
	font-size: 12px;
	margin-left: 20%;
	margin-top: 20px;
}
#footer_center {
	width: 6%;
	float: left;
	height: auto;
	margin-top: 2%;
	margin-left:4%
}
#footer_right {
	width: 65%;
	float: right;
	margin-top: 20px;
}
.footer_menu {
	width: 100%;
	float: left;
	margin: 10px 0;
	font-size: 0.7em;
	letter-spacing: 0.4px;
	line-height: 10%;
}
.footer_menu ul {
	width: 100%;
}
.footer_menu ul li {
	width: 21%;
	float: left;
}
.footer_menu ul li a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #0d7ecc;
}
.footer_menu ul li a:hover {
	color: #00A0A3;
}
.footer_menu_txt {
	font-size: 0.7em;
	line-height: 180%;
	letter-spacing: 0.4pt;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 95%;
}
.footer_menu_txt a {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000 !important;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.footer_menu_txt a:hover {
	color: dodgerblue!important;
}
.footer_menu_txt a::before,
.footer_menu_txt a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.footer_menu_txt a::before{
left: 4px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #00a1a3;
}
.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0d7ecc;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 2;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background-color: #050f29;
}
.totop img:hover {
	background-color: #050f29;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}
.col_two_one {
	overflow:hidden;
}
.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 47%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width: 100%;
}
.col_3_2_1 {
	width: 97%;
	float: left;
	margin: 1.5%;
	text-align: left;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	background: #fff;
}
.col_3_2_1 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_3_2_1 li {
	list-style:none;
	float:left;
	width:31%;
	margin:0 2% 2% 0;
}
.col_3_2_1 li img {
	width: 100%;
	margin-bottom: 2.5%;
	vertical-align: bottom;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}
.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}
.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}
.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#5A5A5A;
}

/*　プライバシーポリシー　*/
#privacy_bg{
	background-color: #fff;
	width: 620px;
}
#privacy_title{
	padding-top: 5px;
	background-color: #0d7ecc;
	width: 600px;
	height: 30px;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	border-radius: 4px;
	color: #fff;
}
#privacy_txt{
	margin-top: 5px;
	width: 570px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
	color: #000000;
}
#copylight{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	color: #333;
	text-align: center;
	width: 620px;
}
#modal_wrap {
	text-align: left;
}
#TB_window,
#TB_overlay{
    z-index:999!important;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
body {
	display: inline;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
#header_copy_set{
	width: 97%;
	margin-left: 10px;
}
#header_logo img {
	width: 70%;
}
#h1_privacy{
	height: 20px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	color: #fff;
	float: right;
}
#h1_privacy a{
	color: #FFFFFF;
}
#h1_privacy a:hover {
	color: #FFFFFF;
}
#h1_access{
	height: 20px;
	margin-right: 10px;
	float: right;
	color: #fff;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
}
#h1_access a{
	color: #FFFFFF;
}
#h1_access a:hover {
	color: #FFFFFF;
}
#header_contact {
	font-size: 1em;
}
.tel {
	font-size: 1.1em;
}
.col_3_2_1 li {
	width:48%;
}
article {
		width:100%;
		padding:0 10px;
		box-sizing:border-box;
}

/*　フッター　*/
footer {
	width:100%;
}
#footer_info{
	width:25%;
	max-width: 350px;
	float: left;
	margin-top: 30px;
}
#footer_info img{
	width:100%;
}
#footer_contact {
	font-size: 0.9em;
}
#footer_iso {
	display: none;
}
.footer_txt {
	width: auto;
	float: left;
	font-size: 12px;
	margin-left: 10%;
}
.footer_menu {
	font-size: 0.6em;
}
#footer_center {
	display:none;
}
#footer_right {
	width: 70%;
	float: right;
	margin-top: 30px;
}
#footer_right img{
	width:100%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
article {
	width: 98%;
	padding: 0 1%;
}
section {
	width:100%;
	float:none;
}
.lock {
	overflow:hidden;
}
header {
	width:100%;
}
#header_space {
	padding: 10px;
}
#header_logo img {
	width: 90%;
}
#h1_privacy {
	display:none;
}
#h1_access {
	display:none;
}
#header_contact {
	display:none;
}
.bnr {
	display:none;
}
nav {
	background:#5A5A5A;
}
nav ul {
	margin:0;
	padding:0;
}
	nav .inner > ul {
	z-index: 2;
	overflow: auto;
	position: fixed;
	top: 70px;
	right: 0;
	width: 50%;
	height: 88%;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	}
	nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #BCBCBC;
	background: #9b0f0f;
	}
	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}
	nav li a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #5A5A5A;
	}
	nav li a img{
	width: 80% !important;
	}
	nav li a:hover {
	color: #fff;
	background-color: #BCBCBC;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px;
		text-align:left;
	}
	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#5A5A5A;
	}
	.subnav a:hover:after {
	  background:#BCBCBC;
	}
	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}
	.gnav {
		display:none;
	}
	#spMenu {
	display: block;
	z-index: 2;
	top: 10px;
	right: 10px;
	position: fixed;
	}
	#spMenu:hover {
	cursor: pointer;
	position: fixed;
	}
	#navBtn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 5%;
	background-color: #5A5A5A;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:98%;
	}
	.col_two_one li#top_li_second {
	width: 98%;
}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	.inner img {
		width:100%;
	}
	#fb-root{
		display:none;
	}

/*　フッター　*/
#footer_contact,#footer_center,#footer_right {
	display:none;
}
.footer_menu{
	width: 100%;
	margin-bottom:0;
	font-size: 5pt;
	letter-spacing: 0.4px;
	line-height: 10%;
}
.footer_menu ul li {
	width:40%;
	min-height:40px;
	float:left;
	margin-left:8%;
	margin-bottom:20px;
}
.footer_menu_txt {
	display:none;
}
}

/*================================================
 *  スマートフォン向けデザイン　縦向きの場合
 ================================================*/
@media screen and (max-width:767px) and (orientation:portrait){
.col_3_2_1 li {
	width:95%;
}
/*　フッター　*/
#footer_info{
	width:100%;
	margin:0 auto;
}
#footer_info img{
	width:100%;
}
#footer_logo {
	width: 80%;
	margin-top: 10px;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
}
#footer_logo img{
	width: 100%;
	margin-top: 10px;
	margin-right: 10%;
}
#footer_contact {
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-right: 10%;
}
#footer_contact img {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
#footer_iso {
	display: block;
	text-align: center;
	position: relative;
}
#footer_iso img {
	width: 50%;
}
.footer_txt {
	width: 80%;
	font-size: 16px;
	margin-left: 10%;
	margin-bottom: 10px;
	margin-right: 10%;
}
}

/*================================================
 *  スマートフォン向けデザイン　横向きの場合
 ================================================*/
@media screen and (max-width:767px) and (orientation:landscape){
.col_3_2_1 li {
	width:45%;
}
/*　フッター　*/
#footer_space {
	min-height: 150px;
}
#footer_info{
	width: 100%;
}
#footer_info img {
	width: 80%;
}
#footer_logo {
	text-align: left;
	left: 20px;
	bottom: 20px;
	top: 30px;
	position: relative;
}
#footer_logo img {
}
#footer_iso {
	display: block;
	float: left;
	position: relative;
	top: 50px;
	left: 50px;
}
.footer_txt {
	width: 90%;
	font-size: 16px;
	text-align: left;
	right: -270px;
	bottom: 70px;
	position: relative;
	margin-right: 0px;
}
}
