@charset "utf-8";
/* CSS Document */


body , html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	margin: 0px;
	height: 100%;
	color: #000;
}
@media only screen and (max-width: 800px) {
body , html {
	font-size: 0.9em;
}
}

* html body{
	padding-left:1px;
	text-align: center;
}

*+html body{padding-left:1px;}
body, nav, ul, li, a  {margin: 0; padding: 0;}
a:link {
	color:#009999;
	text-decoration: none;
}


a:visited {
	color:#009999;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	display: none;
	font-size: 8pt;
}
h2 {
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:10px;
}
.bold {
	font-weight: bold;
}
.boldinboxtxt {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	background-color: #39C;
	margin-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.boldbig {
	font-weight: bold;
	font-size: 1.3em;
}
.boldbigblue {
	font-weight: bold;
	font-size: 1.3em;
	color: #0183D6;
}
.boldbigred {
	font-weight: bold;
	color: #F00;
	font-size: 1.1em;
}
.boldorange {
	font-weight: bold;
	color: #F60;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
@media only screen and (max-width: 800px) {
.boldbigblue {
	font-weight: bold;
	font-size: 1.1em;
	color: #0183D6;
}}

.markblack {
	background-color:#000;
	color:#FFF;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	font-size:1.0em;
}

/************************************************************
 * contents
************************************************************/


#wrap {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


nav {
	margin-bottom: 100px;
}

section {
	margin-bottom: 150px;
}
@media only screen and (max-width: 800px) {
section {
	margin-bottom: 80px;
}
}




#topbarwrap {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../commonimg/head_patten.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 150px;
}
#topbar {
	text-align: left;
	max-width: 1400px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	overflow: hidden;
}
#topbar .linkbox {
	text-align: center;
	float: right;
	height: 51px;
	width: 202px;
}

#topbar .linkbox img {
	height: auto;
	width: 100%;
}


#headlogobox {
	float: left;
	height: 67px;
	width: calc(100% - 202px);
}
#headlogobox img {
	height: auto;
	width: 100%;
	max-width: 314px;
}
@media only screen and (max-width: 800px) {

#headlogobox {
	float: left;
	height: 67px;
	width: calc(100% - 202px);
}
#headlogobox img {
	height: auto;
	width: 100%;
	max-width: 314px;
	margin-right: auto;
	margin-left: auto;
}
}
@media only screen and (max-width: 700px) {
#topbar {
	width: 100%;
	text-align: center;
	height: 100px;
}
#topbar .linkbox {
	display:none !important;
}
#topbarwrap {
	background-image: url(../commonimg/head_patten.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	padding-top: 50px;
	margin-bottom:20px;
}
#headlogobox {
	float: none;
	height: auto;
	width: 280px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
}


/************************************************************
 * フェードイン
************************************************************/


/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}



/************************************************************
 * ページ内容
************************************************************/
.content {
	width: 90%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}


.subtitle {
	text-align: left;
	width: 100%;
	max-width: 521px;
	margin-bottom: 40px;
	margin-left: 0;
}
.subtitle img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 700px) {

.subtitle {
	margin-bottom: 15px;
}
}



/************************************************************
 * できるまでバナー
************************************************************/

.bnr_dekirumade {
	width:90%;
	max-width:1197px;
	margin-left:auto;
	margin-right:auto;
	display: block !important;
}
.bnr_dekirumade_pad {
	display: none !important;
}
.bnr_dekirumade_mp {
	display: none !important;
}

.bnr_dekirumade img, .bnr_dekirumade_pad img, .bnr_dekirumade_mp img {
	width:100%;
	height:auto;
}



@media only screen and (max-width: 1000px) {
.bnr_dekirumade {
	display: none !important;
}
.bnr_dekirumade_pad {
	width:90%;
	max-width:981px;
	margin-left:auto;
	margin-right:auto;
	display: block !important;
}
.bnr_dekirumade_mp {
	display: none !important;
}

}


@media only screen and (max-width: 550px) {
.bnr_dekirumade {
	display: none !important;
}
.bnr_dekirumade_pad {
	display: none !important;
}
.bnr_dekirumade_mp {
	width:90%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	display: block !important;
}

}


/************************************************************
 * ページ下部理念バナー群
************************************************************/
.footrinenwrap {
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.footrinenbox {
	width:16%;
	height:auto;
	max-width:300px;
	display:inline-block;
	vertical-align:top;
	margin-left:1%;
	margin-right:2%;
	margin-bottom:20px;
}
.footrinenbox img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1000px) {
.footrinenbox {
	width:28%;
	margin-left:1%;
	margin-right:2%;
}
}

@media only screen and (max-width: 700px) {
.footrinenbox {
	width:42%;
	margin-left:1%;
	margin-right:2%;
}
}



/************************************************************
 * 問い合わせ３つボタン
************************************************************/

#askwrap{
	width: 98%;
	margin-right: auto;
	margin-left: auto;

}
#askbtns  {
	text-align: center;
}
#askbtns img {
	display: inline-block; /* そろえて並べる */
	vertical-align: top;   /* 上にそろえる */
	max-height: 120px;
	max-width: 353px;
	height:auto;
	width: 28%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
#askbtns img {
	height:auto;
	width: 45%;
}
}




/************************************************************
 * ページアップ
************************************************************/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 9pt;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #000000;
	border: 1px solid #FFF;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #00CCCB;
	color: #FFF;
}


/************************************************************
 * フッター
************************************************************/


#foot {
	width: 100%;
	background-image: url(../commonimg/bottom_pattern.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom:147px;
	margin-top:-80px;
}

* html #footer {
    bottom:expression(document.getElementById("wrap").offsetHeight % 2 == 0 ? 0 : -1);
}

#footadd {
	text-align: left;
	width: 90%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	border-top:#000 1px solid;
}

#copyr {
	text-align: right;
	width: 100%;
	font-size: 0.9em;
}
@media only screen and (max-width: 700px) {
#foot {
	background-repeat: no-repeat;
	background-size:contain;
	padding-bottom:50px;
}
}


@media only screen and (max-width: 950px) {

#footadd {
	width: 95%;
}

#page-top {
	bottom: 350px;
	left: 10px;
}
#page-top a {
	padding: 15px 0;
}
#copyr {
	margin-top: 30px;
}

}