@charset "utf-8";




.fadein {
    opacity : 0;
    transform : translate(-200px, 100px);
    transition : all 400ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
	
	
	
#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
	

body {
	background-color: #F1F1F1;
}

a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

h1 {
	color: #D51114;
	float: left;
}

#toptit {
	height: 20px;
	background-color: #37BEEC;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

.header_tel {
	float: right;
	padding-top: 25px;
}

.header_mail {
	float: right;
	padding-top: 20px;
	padding-left: 5px;
}

.head_top {
	width: 1000px;
	margin: auto;
}


.head_bg {
	height: 90px;
	width: 100%;
	background-image: url(img/header_back.png);

}


li {
	display: inline;
}

#gnav {
	width: 1000px;
	margin: auto;
}

#contents {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
}

.absolute {
	position: absolute;
	right: 30px;
	left: -37px;
	top: 198px;
	height: 160px;
	
}

.relative {
	position: relative;
}


.h_logo {
	float: left;
	padding-top: 6px;
}
.re_hei {
	height: 339px;
}

.tx_01 {
	padding-left: 50px;
}

img {
	
}

.fq_q img {
	vertical-align: -20px;
}
.fq_a img {
	vertical-align: -20px;
}
.fq_q {
	font-size: 22px;
	color: #055876;
	font-weight: bold;
	border-bottom: dotted 2px;
}

.fq_a {
    padding-left: 85px;
	padding-top: 10px;
    background: url(img/a_icon.png) no-repeat left top;
	font-size: 12px;
	color: #000000;
	height: 70px;
}

.qa {
	width: 500px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	float: left;
}



table.company {
	width: 900px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	background: #9A9A9A;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #9A9A9A;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #9A9A9A 10px solid;
		margin-top: -10px;
	}
}

table.company td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}


footer {
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

.footer_in {
	width: 1000px;
	margin: auto;
}

.foo_logo {
	padding-top: 60px;
	float: left;
}

.foo_tel {
	float: right;
	padding-top: 80px;
	padding-right: 10px;
}

.foo_mail {
	float: right;
	padding-top: 75px;
}

#copyright {
	float: left;
	padding-top: 25px;
	font-size: 14px;
}

.com_tx {
	width: 900px;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
}



/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 40px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 2;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 40px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}



/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}
iframe {
	border: none;
}

.box4{
    padding: 8px 19px;
    margin: 1em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.box4_h {
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #5989cf;
	display: block;
	font-size: 30px;
	margin-top: 20px;
	
}
