/*****************************************
#header(SP)
#header(PC)
均等割り付け用
スマホでのテーブルFullWidth
スマホでのテーブル横スクロール用
#header(PC)
セカンドページ
*****************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
html {
	/* background-color: #020228; */
	background-color: #1c2653;	
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position:  center center;
}

.container {
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}

@media (max-width: 750px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
	-webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
}

@media (min-width: 751px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは16pxとする*/
	min-width: 1024px;
}
.container {
	width: 1024px;
	min-width: 1024px;
}
.hidden_pc {
	display: none;
}
}
/*****************************************
#header
*****************************************/
@media (max-width: 750px) {
#header {
	background-color: #020228;
	text-align: left;
}
#header > div {
	padding: 8px 8px 0;
	text-align: left;
}
#header h1 {
	max-width: 75%;
}
}
@media (min-width: 751px) {
#header {
	background-color: #FFFFFF;
}
#header .headWrap {
	background-image: url(../img/header_bgPC.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
#header .headWrap .companyName {
	text-align: left;
}
#header .headWrap .companyName h1 {
	font-size: 1.1rem;
}
#header .headWrap .companyName h2.logo img {
	height: 40px;
}
#header .headWrap .headContact {
	width: 520px;
	height: 80px;
}
#header .headWrap .headContact ul {
	display: table;
	width: 520px;
	height: 80px;
	table-layout: fixed;
	vertical-align: middle;
}
#header .headWrap .headContact ul li {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
#header .headWrap .headContact ul li:first-child {
	width: 346px;
}
#header .headWrap .headContact ul li:last-child {
	width: 173px;
}
}




/***************************
スマホのアコーディオンナビの中身
****************************/
.sp_navi {
	z-index: 99998;
}
.sp_navi .sp_navi_head {
	height: 50px;
	background-color: #ECECEC;
	display: table;
	width: 100%;
	text-align: left;
}
.sp_navi .sp_navi_head > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 50px 5px 15px;
	font-size: 1.2rem;
	line-height: 1.2;
	background-color: #ECECEC;
}
.sp_navi .menu_conts {
	min-height: 800px;
	padding: 15px;
}
.sp_navi .menu_conts ul.globalNavi {
	background-color: #FFF;
	border-radius: 8px;
	margin-bottom: 10px;
}
.sp_navi .menu_conts ul.globalNavi li {
	border-bottom: 1px dotted #CCC;
	text-align: left;
}
.sp_navi .menu_conts ul.globalNavi li:last-child {
	border-bottom: none;
}
.sp_navi .menu_conts ul.globalNavi li a {
	display: block;
	padding: 8px 20px 8px 1em;
	background-image: url(../img/sp_navi_arrow.png);
	background-position:  right center;
	background-repeat: no-repeat;
}
.sp_navi .menu_conts ul.imageNavi li {
	margin-bottom: 5px;
}


@media (min-width: 751px) {
#navi {
	background-image: url(../img/gNavi_bgPC.jpg);
	background-repeat: repeat;
	color: #FFF;
}
#navi .gNavi {
	background-image: url(../img/gNavi_wrap_bgPC.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 50px;
	color: #FFF;
}
#navi .gNavi ul li {
	display: inline-block;
}
#navi .gNavi ul li:after {
	content: "/";
}
#navi .gNavi ul li:last-child:after {
	content: none;
}
#navi .gNavi ul li a {
	display: inline-block;
	color: #FFF;
	line-height: 50px;
	padding: 0 20px;
}
#navi .gNavi ul li a:hover {
	background-color: rgba(102,102,102,0.3);
}
}


/***************************
footer
****************************/
#footer {
	/* background-color: #020228; */
background-color: #1c2653;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer .footLink ul li {
	display: inline-block;
	border-right: 1px solid #CCC;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#footer .footLink ul li:last-child {
	border-right: none;
}
#footer .footLink ul li a {
	padding: 0 1em;
}
@media (max-width: 750px) {
#footer {
	padding-bottom: 20px;
}
#footer > div {
	padding: 15px 15px 0;
}
#footer .footLink ul li.hidden_sp {
	display: none;
}
#footer h2.logo {
	width: 80%;
	margin: 0 auto 10px;
}
#footer .copyright {
	font-size: 1.1rem;
}
}
@media (min-width: 751px) {
#footer > div {
	padding: 15px 0px 0;
	min-width: 1024px;
}
#footer .footWrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#footer .footWrap h2.logo {
	display: table-cell;
	text-align: left;
	width: 50%;
}
#footer .footWrap .copyright {
	display: table-cell;
	text-align: right;
	font-size: 1.2rem;
	width: 50%;
}
}

@media (max-width: 750px) {
.fix_bana {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.fix_bana ul {
	display: table;
	width: 100%;
	background-color: #CF0F11;
	color: #FFF;
}
.fix_bana ul li {
	display: table-cell;
}
.fix_bana ul li.tel {
	width: 60%;
}
.fix_bana ul li.mail {
	width: 40%;
}
}



/***********************************
rowsシリーズ
div.rows　入れ子のulにクラス名を入れる
***********************************/
.rows ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* PC2カラム、SP2カラム */
.rows ul.col2 > li {
	float: left;
	width: 50%;
}
.rows ul.col2 > li:nth-child(2n+1) {
	clear: both;
}
/* PC3カラム、SP3カラム */
.rows ul.col3 > li {
	float: left;
	width: 33.3%;
}
.rows ul.col3 > li:nth-child(3n+1) {
	clear: both;
}
/* PC4カラム、SP4カラム */
.rows ul.col4 > li {
	float: left;
	width: 25%;
}
.rows ul.col4 > li:nth-child(4n+1) {
	clear: both;
}
}
@media (max-width: 750px) {
	.rows ul > li > div {
		padding: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul > li > div {
		padding: 8px;
	}
}

/* PC2カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col2_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col2_1 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col2_1 > li:nth-child(2n+1) {
		clear: both;
	}
}

/* PC3カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col3_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_1 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_1 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC3カラム、2カラム */
@media (max-width: 750px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_2 > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_2 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC4カラム、2カラム */
@media (max-width: 750px) {
	.rows ul.col4_2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col4_2 > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col4_2 > li {
		float: left;
		width: 25%;
	}
	.rows ul.col4_2 > li:nth-chil(4n+1) {
		clear: both;
	}
}

/* PC3カラム、1-2カラム */
@media (max-width: 750px) {
	.rows ul.col3_1-2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) {
		width: 100%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) > div {
		width: 50%;
		margin: 0 auto;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_1-2 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC3カラム、2-1カラム */
@media (max-width: 750px) {
	.rows ul.col3_2-1 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+0) {
		width: 100%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+0) > div {
		width: 50%;
		margin: 0 auto;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_2-1 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+1) {
		clear: both;
	}
}
/*****************************************
スマホでのテーブルFullWidth
*****************************************/
.table_sp th {
	background-color: #F2F2F2;
}
.table_sp td {
	background-color: #FFFFFF;
}
@media (max-width: 750px) {
.table_sp, .table_sp caption, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
	display: block;
}
.table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
.table_sp caption {
	border-top: 1px solid #CCC;
	padding: 5px;
	background-color: #E2E2E2;
}

.table_sp th {
	border-top: 1px solid #CCC;
	padding: 5px;
}
.table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}

@media (min-width: 751px) {
.table_sp {
	margin: 0 auto 10px;
}
.table_sp tr th {
	padding: 10px;
	border: 1px solid #CCC;
}
.table_sp tr td {
	padding: 10px;
	border: 1px solid #CCC;
}
}
/*****************************************
スマホでのテーブル横スクロール用
*****************************************/
.scroll {
	padding-bottom: 20px;
}
.scroll table th {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}
.scroll table td {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}
@media (max-width: 750px) {
.scroll table {
	width: 100%;
	margin-bottom: 5px;
	white-space: nowrap;
}
.scroll table th {
	padding: 5px;
}
.scroll table td {
	padding: 5px;
}
.scroll{
	overflow: auto;　
	white-space: nowrap;
	margin-bottom: 20px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}
@media (min-width: 751px) {
.scroll table {
	margin: 0 auto 1px;
}
.scroll table th {
	padding: 10px;
}
.scroll table td {
	padding: 10px;
}
}
/*==========================================
トップページのふわふわのアニメーション
==========================================*/
@-webkit-keyframes example {
 100% {
 opacity: 1;
}
}
@keyframes example {
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes fade-in {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fluffy1 {
 0% {
transform:translateY(0)
}
 50% {
transform:translateY(-15px)
}
 100% {
transform:translateY(0)
}
}
@-webkit-keyframes swing1 {
 15% {
 -webkit-transform: translateX(5px);
 transform: translateX(5px);
}
 30% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
}
 50% {
 -webkit-transform: translateX(3px);
 transform: translateX(3px);
}
 65% {
 -webkit-transform: translateX(-3px);
 transform: translateX(-3px);
}
 80% {
 -webkit-transform: translateX(2px);
 transform: translateX(2px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes swing2 {
 15% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 30% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 50% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
}
 65% {
 -webkit-transform: translateY(-3px);
 transform: translateY(-3px);
}
 80% {
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
/*****************************************
usual
*****************************************/
/* Yutube　のレスポンシブ */
.video_wrap, .gmap_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* スクロールTOP */
#pageTop {
	position: fixed;
	z-index: 9998;
}
#pageTop img {
}

@media (max-width: 750px) {
#pageTop {
	bottom: 5px;
	left: 0px;
}
#pageTop img {
	max-width: 50px;
}
}

@media (min-width: 751px) {
#pageTop {
	bottom: 0px;
	right: 0px;
}
}
/* 固定問合せ */
#flexBana {
	z-index: 9999;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	/* background-image: url(../img/fix_bg.png); */
	background-repeat: repeat-x;
	background-position: 0 center;
	background-size: contain;
}
#flexBana img {
	max-height: 100px;
}
#flexBana ul {
	display: table;
	width: 100%;
}
#flexBana ul li {
	display: table-cell;
	width: 50%;
}

.center{
	text-align: center;
	margin: auto;
}