@charset "utf-8";

/* ======================================================

	structure CSS

========================================================= */
img { max-width: 100%;}
body {
	min-height: 100vh;
}
.container{
	width:100%;
	/*padding-bottom: 200px;*/
	min-height: 100vh;
}

.header{
	width:100%;
	padding-top: 20px;
	border-top: 20px solid #FFD6F9;
}

.headerArea{
	margin:0 auto;
	width:1000px;
}

.contents_top {
	width: 1000px;
	margin: 0 auto;
}

.contents{
	margin:0 auto 30px;
	width:1000px;
	padding-top: 5px;
}

#footer{
	width:100%;
	position: absolute;
	bottom: 0;
}
.footer_h {
	width: 1000px;
	margin: 0 auto;
}
.footer_h figure {
	display: inline-block;
	text-align: center;
}

.copyright{
	width:100%;
}

/* clear */
.headerArea:after,
.contents:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.mt5{ margin-top: 5px!important;}

input[type="submit"] { cursor: pointer; }
input[type="submit"]:hover { opacity: .6; }

@media screen and (max-width: 1040px) {
	.footer_h {
		width: 96%;
	}
	.footer_h figure {
		width: 48%;
	}
	.footer_h figure img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 835px) {
	.container{
		min-width:100%;
		/*padding-bottom: 210px;*/
	}
	.headerArea{
		width:100%;
		height:auto;
	}

	.contents {
		padding:0 3%;
		margin-bottom: 0;
		width:100%;
	}

	#footer{
		width:100%;
	}

	.footerArea{
		width:100%;
	}

}
@media screen and (max-width: 599px) {
	#footer{
		width:100%;
		/*position: static;*/
		bottom: 0;
	}
	.footerArea{
		width:100%;
	}
}
@media screen and (max-width: 420px) {
	.footer_h figure {
		width: 96%;
	}
	.footer_h figure:last-of-type {
		display: none;
	}
}

/* ======================================================

	body

========================================================= */
body {
	min-height: 100vh;
	color:#444;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5em;
	position: relative;
}
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	/*background: url("images/bg_h_.jpg") center top no-repeat, url("images/bg_b_.jpg") right bottom no-repeat #fff;
	background-size: 100% auto;*/
	/*background: url("images/bg_.jpg") center right no-repeat;
	background-size: cover;*/
}

.container{}

@media screen and (max-width: 835px) {
	body {
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	/*body::before {
		background: url("images/bg_h_.jpg") center top no-repeat, url("images/bg_b_.jpg") right bottom no-repeat #fff;
		background-size: 170% auto;
	}*/
}


/* ==============================================

	contents

================================================= */

.container {
	padding-bottom: 80px;
}

.headerArea {
	text-align: center;
	color: #383C42;
	margin-bottom: 50px;
	
	& h1 {
		font-size: 1.9em;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	& h2 {
		font-size: 1.2em;
		line-height: 1.6em;
	}
}

.inner {
	background: rgba(255,255,255,.85);
	padding: 20px;
	
	@media screen and (max-width: 835px) {
		padding: 1em;
	}
}

@media screen and (max-width: 599px) {
	.info_box {
		display: block;
	}
	.info_box .info {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 340px) {
	.bn img {
		width: 100%;
		height: auto;
	}
}

/* ==============================================

	copyright

================================================= */
.copyright{
	position: relative;
	clear:both;
	/*padding: 10px 10px 65px;*/
	padding: 10px;
	font-size:1.4rem;
	text-align:center;
	background: #ccc;
	color: #383C42;
}
.copyright a { color: #162F6D;}

@media screen and (max-width: 599px) {
	.copyright{
		font-size: 2.8vw;
		line-height: 1.4em;
		text-align: left;
		padding: 10px 60px 10px 10px;
	}
}


/* =======================================

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 22px 17px 22px;
	-moz-border-radius:7px ;
	-webkit-border-radius:7px ;
	border-radius:7px ;
	background-color: #FFE1FA;
	opacity: .9;
}
#pageTop:link, #pageTop:visited {
	color: #304b8d;
	font-size: 20px;
	font-size: 2.0rem;
	text-decoration: none;
}
#pageTop:hover{
	opacity:0.6;
}

@media screen and (max-width: 835px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;
	}
}


.dnone { display: none;}

@media screen and (max-width: 1040px) {
	.headerArea, .contents {
		padding-left:3%;
		padding-right:3%;
		width:100%;
	}
}

.contact_, .flex {
	background: rgba(255,255,255,.70);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 15px 0;
}
@media screen and (max-width: 700px) {
	.contact_ dl { width: 100%; margin-bottom: 20px;}
	.contact_ dl:last-of-type { margin-bottom: 0;}
}

@media screen and (max-width: 700px) {
	.flex { display: block;}
	.flex li { padding-top: 15px;}
	.contact_ { padding: 10px;}
}

img { max-width: 100%; height: auto;}
