@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: #000;
line-height: 1.6;
background-color: #ccc;
}
a {
color: #000;
text-decoration: none;
outline: none;
transition: 0.5s;
}
a .a_red {
color: red;
font-weight: bold;
}
a:hover {
	text-decoration:none;
	outline: none;
	color:#333;
  transition: 0.5s;
}
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)";
  transition: 0.5s;
}
.inner {
	position:relative;
	max-width:1024px;
	margin:0 auto;
}
article {
width: 94%;
max-width: 1024px;
margin-top: 3%;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
padding: 3%;
overflow: hidden;
background-color: #fff;
border-radius: 10px;
}
section {
width: 100%;
padding: 3% 0;
background-color: #4D7BAC;
border-top: 30px solid #fff;
}
h2 {
width: 100%;
margin: 30px 0;
color: #575757;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}
h2.top_h2 {
color: #0055a9;
border-bottom: 3px solid #000;
font-size: 2em;
}
@media screen and (max-width:767px) and (orientation:portrait) {
h2.top_h2 {
font-size: 1.5em;
}
}
h2.h2 {
  width: calc(100% - 56px);
  border: 3px solid #2360A1;
  border-left: 50px solid #2360A1;
  text-align: left;
  padding: 10px 0;
  text-indent: 10px;
}
h3 {
margin-bottom: 0.25em;
padding-left: 0.5rem;
color: #484848;
font-size: 1.2em;
font-weight: bold;
border-left: 15px solid #2360A1;
border-bottom: 2px solid #2360A1;
}
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;
}
ul li p a {
color: red;
}
ul li p a:hover {
color: blue;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dt {
	margin-bottom: 0.5em;
}
dd {
	margin-bottom:1em;
}
/**/
table.table {
	width:100%;
    margin: 0 auto 30px auto;
    border-collapse: separate;
    border-spacing: 0 5px;
}
 
table.table th,
table.table td {
    padding: 10px;
}
 
table.table th {
    background: #2762A6;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #fff;
}
table.table th.th_white {
width: 50%;
background: #fff;
border: 1px solid #f8f8f8;
}
table.table th.th_white img {
width: 100%;
}
table.table td {
    background: #f8f8f8;
    padding-left: 20px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
table.table td a {
color: red;
}
table.table td a:hover {
color: blue;
}
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: #0055a9;
border-bottom: 2px solid #fff;
}
#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;
padding: 0 2%;
position: absolute;
right: 0px;
margin: 0;
transition: 0.5s;
}
#header_contact a {
	text-decoration: none;
	color: #fff;
	line-height: 180%;
}
.tel {
	font-size: 1.5em;
	font-weight: bold;
}
.i_color {
color: #2762A6;
}
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: 1024px;
	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;
}
@media print, screen and (max-width:480px) {
#header_copy h1 {
width: 100%;
    text-overflow:ellipsis;
}
}
#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: #fff;
}
#h1_privacy a:hover {
	color: red;
}
#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: #fff;
}
#h1_access a:hover {
	color: red;
}
#header_space {
padding: 0;
z-index: 2;
height: 110px;
background-image: url(../images/common/body_bg.jpg);
background-position: top;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
nav {
width: 100%;
box-shadow: 0 1px 2px #d0d8dc;
⁄zoom: 1;
z-index: 3;
background-color: #242424;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
	nav ul {
		margin:0;
		padding:0;
/*display:flex;*/
}
	nav li {
	position: relative;
	width: calc(99% / 6);/*ボタン数で変更*/
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	vertical-align: middle;
    }
nav li:first-child {
border-left: 1px solid #000;
}
	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: 10px 0 0 0;
font-weight: bold;
text-decoration: none;
color: #000;
font-size: 1em;
line-height: 250%;
}
nav li a img {
width: 100%;
}
	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;
    border-top: 1px dotted #fff;
}
	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%;
    border-right:none!important;
    }
	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: #fff;         /* プルダウンメニュー文字色 */
	font-size: 0.8em;    /*プルダウンメニューのフォントサイズ調整*/
	background: #2762A6; /* プルダウンメニュー背景色 */
	line-height: 100%;
	text-indent: 0;
    }
nav li ul li a.li_recruit {
background: cadetblue;
}
	nav li:hover > a {

}
	nav li:hover > a:hover {

}
	nav li ul li:hover > a:hover {
	background: #2184DE; /* プルダウンメニューホバー時のナビボタン色　① */
	color: #fff;
}
.gnav {
		display:block !important;
}
	#spMenu {
		display:none;
}
.showNav {
  background:#2762A6 !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 {
width: 94%;
max-width: 1024px;
margin: 0 auto;
padding: 1% 3%;
background-color: #fff;
border-radius: 10px;

	color: #000;
}
#topicpath a {
	color:#000;
    text-decoration: underline;
    transition: 0.5s;
}
#topicpath a:hover {
color: red;
text-decoration: none;
}

/*================================================
 *  サイドメニュー
 ================================================*/
aside {
	width: 100%;
    max-width: 1024px;
	margin: 0 auto;
}
aside ul {
width: 100%;
margin: 0 auto;
padding: 0;
}
aside li {
width: 23%;
float: left;
margin: 1%;
}
aside li img {
width: 100%;
}
@media screen and (max-width:979px) {
aside li {
width: 31%;
}
}
@media screen and (max-width:480px) {
aside li {
width: 48%;
}
}

/*================================================
 *  フッター
 ================================================*/
footer {
width: 100%;
margin: 0 auto;
box-sizing: border-box;
clear: both;
background-color: #fff;
}
#footer_space{
width: 100%;
margin: 0 auto;
padding: 20px 0;
max-width: 1024px;
}
#footer_info{
width: 30%;
max-width: 310px;
float: left;
}
#footer_logo {
	width: auto;
	margin: 10px 0;
}
.footer_txt {
margin: 20px 0 0 20px;
font-size: 1em;
}
#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;
}
.footer_menu li {
width: calc( 100% / 3 );
margin: 0;
padding: 0;
float: left;
/* [disabled]white-space: nowrap; */
}
.footer_menu li a {
font-size: 1.5em;
font-weight: bold;
text-decoration: none;
color: #000;
line-height: 120%;
}
.footer_menu li a:hover {
color: #FF0000;
}
.footer_menu_txt {
	width: 98%;
	margin: 1%;
	font-size: 0.7em;
	line-height: 180%;
	letter-spacing: 0.4pt;
	text-align: left;
}
.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: #FF0000!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 #fff;
}
.copyright {
clear: both;
padding: 20px 0;
font-size: 1em;
text-align: center;
color: #FFFFFF;
background-color: #0055a9;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.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;
}

/*================================================
 *  クラス
 ================================================*/
.one_image {
  width: 100%;
  margin: 20px 0;
}
.one_image p {
padding: 2%;
}
.one_image a img,.one_image img {
  width: 100%;
}
.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 a {
  transition: 0.5s;
}
.col_two_one li:nth-child(2n+1) {
clear: both;
position: relative;
}
.col_two_one li img {
	width: 100%;
  transition: 0.5s;
}
.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;
}
.col_3_2_1 li p {
text-align: left;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
    background-color: #fff;
}
.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: #2762A6;
	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;
}

/*　グローバルナビ　*/
nav li {
-moz-background-size:35px 15px;
background-size: 35px 15px;
}

/*　フッター　*/
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;
  border: none;
}
#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 {

	}
	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;
background-color: #A7A7A7;
}
	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:20px;
		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:20px;
		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%;
}

table.table {
  font-size: 0.8em;
}
/*　フッター　*/
#footer_info {
	width:100%;
  max-width: none;
	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;
}
#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 {
	left: 20px;
	top: 30px;
	position: relative;
}
#footer_logo img {
}
.footer_txt {
	width: 90%;
	font-size: 16px;
	text-align: left;
	right: -330px;
	bottom: 150px;
	position: relative;
	margin-right: 0px;
}
}
