@charset "utf-8";
/*
基本スタイルフッター
*/
strong {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #fffcb4 80%);
}

picture {
	display: block;
	text-align: center;
}

.box {
	padding: 10px;
	background: #e7f8ff;
	border: solid 1px #9fe2fe;
	border-radius: 5px;
}

.small {
	font-size: 90%;
}

.inline {
	text-align: center;
}

.inline li {
	display: inline-block;
	white-space: nowrap;
	margin-left: 0;
	margin-right: 5px;
	padding: 5px 10px;
	background: #fffbe9;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.hissu {
	white-space: nowrap;
}

/* 3カラム */
.thumbWrap {
	width: 990px;
	margin: 20px -35px 20px 0;
}

#page .thumbWrap {
	width: 950px;
}

.thumbWrap::after {
	display: block;
	content: ' ';
	clear: both;
}

.thumb {
	list-style: none !important;
}

.thumbWrap li {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	padding: 2px 0 40px;
	list-style: none !important;
	background: none;
}

.thumbWrap li:nth-of-type(3n+1) {
	clear: both;
}

#page .thumbWrap li {
	width: 280px;
}

.thumbWrap h3 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	border-bottom: solid 2px #2dadff;
	background: #1b9df0;
	border-radius: 7px;
}

/* メインメニュー iPadサイズ以下から */
@media only screen and (max-width:1024px) {
	.thumbWrap {
		width: 630px;
		margin: 10px auto 0;
	}

	#page .thumbWrap {
		width: 600px;
	}

	.thumbWrap li:nth-of-type(3n+1) {
		clear: none;
	}

	.thumbWrap li:nth-of-type(2n) {
		margin: 0;
	}

	.thumbWrap li:nth-of-type(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 700px) {
	.thumbWrap,
	#page .thumbWrap {
		width: 100%;
		margin: 10px auto 0;
	}

	.thumbWrap li,
	#page .thumbWrap li {
		width: 45%;
		float: left;
		margin: 0 1% 0 2%;
	}

	.thumbWrap img {
		width: 100%;
		height: auto;
	}

	.thumbWrap ul.thumb li {
		float: none;
		width: 98%;
		margin: 0 1%;
	}
}

/* トップページ */
#area .alignleft {
	width: 640px;
}

#area .alignright {
	width: 270px;
}

@media only screen and (max-width: 1025px) {
	#area .alignleft {
		width: auto;
		float: none;
		text-align: center;
	}

	#area .alignright {
		width: auto;
		float: none;
	}
}

#information {
	margin-bottom: 30px;
}

#information li a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px #999;
}

#information li:first-child a {
	border-top: solid 1px #999;
}

#information a:hover {
	background: #f5f5f5;
}

#information time {
	display: inline-block;
	margin: 0 15px 0 0;
}

/* 流れ */
#flow .post > section {
	padding-bottom: 30px;
	background: url('./images/arrow7.png') no-repeat 50% 100%;
}

#flow .post > section:last-of-type {
	padding-bottom: 0;
	background: none;
}

/* よくある質問Q&A */
dl {
	margin: 20px 0;
}

dt {
	padding: 20px 0 20px 90px;
	background: #bfe5e9 url('./images/back-faq1.png') no-repeat 0 50%;
}

dd {
	padding: 10px 0 20px 80px;
	background: url('./images/back-faq2.png') no-repeat 0 0;
}

/* 会社概要 */
#company iframe {
	width: 100%;
}

#company th {
	width: 20%;
}

/* ボタン */
.button {
	margin: 30px 0 !important;
	text-align: center;
}

.button a {
	padding: 10px 40px 10px 20px;
	color: #000;
	background: #c7e9ff url('./images/arrow4.png') no-repeat calc(100% - 13px) 50%;
	border-radius: 18px;
}

.button a:hover {
	color: #666;
	background-color: #e3f3fe;
}

.button2 {
	padding-right: 20px;
	text-align: right;
	background: url('./images/arrow4.png') no-repeat 100% 50%;
}

/* page navigation */
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

.prev {
	float: left
}

.next {
	float: right;
}

#pageLinks {
	clear: both;
	text-align: center;
}

/* Clearfix */
#footer::after {
	content: "";
	display: table;
	clear: both;
}

#footer {
	zoom: 1;
}

footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #203050;
	background: #d3e9f4;
}

/* フッター */
#footerWrapper {
	width: 940px;
	margin-right: -30px;
}

#footerWrapper::after {
	display: block;
	content: " ";
	clear: both;
}

#footer-logo {
	width: 300px;
	float: left;
	margin-right: 50px;
}

#footer-logo img {
	width: calc(100% - 50px);
	margin-top: 7px;
}

footer ul {
	width: 280px;
	float: left;
	margin: 10px 0;
}

footer li {
	margin: 0 5px 5px;
}

footer li a {
	padding: 7px 0 7px 23px;
	color: #000;
	text-decoration: underline;
	background: url('./images/arrow2.png') no-repeat 0 50%;
}

footer li a:hover {
	color: #666;
	text-decoration: none;
}

#copyright {
	clear: both;
	padding: 20px 0 30px;
	text-align: center;
	font-size: 90%;
	zoom: 1;
	color: #fff;
	background: #005d98;
}

@media only screen and (max-width:1024px) {
	#footer-logo {
		width: 100%;
		float: none;
		text-align: center;
	}

	#footer-logo img {
		width: 250px;
	}

	#footerWrapper {
		width: 590px;
		margin: 0 0 0 calc(50% - 220px);
	}
}

@media only screen and (max-width: 754px) {
	#footerWrapper {
		width: 100%;
		margin: 0;
	}

	footer ul {
		float: none;
		margin: 10px 0 10px calc(50% - 120px);
	}
}

/* 幅644px以下から ヘッダー等微調節 */
@media only screen and (max-width: 644px) {
	footer ul {
		text-align: left;
		padding: 15px;
	}
}

/* page navigation */
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

.prev {
	float: left
}

.next {
	float: right;
}

#pageLinks {
	clear: both;
	text-align: center;
}

/* ページのトップへ */
#page-top {
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 50px;
}

#page-top a {
	display: block;
	width: 50px;
	padding: 15px 5px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(153,153,153,0.6);
	border-radius: 25px;
}

#page-top a:hover {
	background-color: rgba(153,153,153,0.9);
}

@media screen and (max-width: 640px) {
	#page-top {
		width: 45px;
		right: 25px;
	}

	#page-top a {
		width: 37px;
		height: 43px;
		font-size: 0;
		border-radius: 5px;
	}
}
