@charset "utf-8";
/*
基本スタイルフッター
*/

.column2 {
	display: flex;
}

.column2 section,
.column2 div {
	width: 50%;
	padding: 0 20px;
}

@media screen and (max-width: 860px) {
	.column2 {
		display: block;
	}

	.column2 section,
	.column2 div {
		width: 100%;
		padding: 0;
	}
}

/* トップページ お知らせ */
#information li a {
	display: block;
	padding: 10px;
	color: #666;
	text-decoration: none;
	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;
}

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

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

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

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

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

/* よくある質問 */
#faq dl {
	width: 100%;
	margin: 30px auto;
}

#faq dt {
	box-sizing: border-box;
	min-height: 70px;
	margin: 10px 0;
	padding: 21px 10px 19px 85px;
	font-size: 18px;
	font-weight: bold;
	background: #e1f6ff url('./images/back-faq1.png') no-repeat 0 50%;
}

#faq dt a {
	font-size: 18px;
}

#faq dd {
	min-height: 50px;
	margin: 10px 0;
	padding-top: 12px;
	padding-left: 85px;
	background: url('./images/back-faq2.png') no-repeat 0 0;
}

#faq dd p {
	width: 100% !important;
	margin: 5px 0 15px !important;
	padding: 0 !important;
}

#faq dd ol,
#faq dd ul {
	width: calc(100% - 30px) !important;
	margin: 5px 0 15px 30px !important;
	padding: 0 !important;
}

#faq-other-list {
	margin: 10px auto 10px;
	padding: 30px 0;
}

#faq-other-list h3 {
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	background: none;
}

#faq-other-list ul {
	margin: 20px 0 0;
	padding: 0 0 0 140px;
	list-style: none;
	text-align: center;
}

#faq-other-list ul::after {
	display: block;
	content: ' ';
	clear: both;
}

#faq-other-list li {
	width: 250px;
	float: left;
	margin: 0 82px 5px 0;
	list-style: none;
}

#faq-other-list li a {
	display: block;
	width: 250px;
	padding: 6px 46px 5px 10px;
	color: #333;
	text-decoration: none;
	background: #fff url('./images/arrow4.png') no-repeat 100% 50%;
	border: solid 1px #53b4da;
}

#faq-other-list li a:hover {
	color: #fff;
	background-color: #53b4da;
}

@media screen and (max-width: 950px) {
	#faq dt {
		padding: 21px 10px 19px 75px;
		background-position: -5px 50%;
	}

	#faq dd {
		padding-left: 75px;
		padding-right: 10px;
		background-position: -5px 0;
	}

	#faq-other-list {
		width: calc(100% - 20px);
	}

	#faq-other-list ul {
		padding-left: calc(50vw - 381px);
	}

	#faq-other-list li a {
		padding: 6px 46px 5px 10px;
	}
}

@media screen and (max-width: 940px) {
	#faq dd .wide800 img {
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	#faq dd .wide640 img {
		width: 100%;
	}

	#faq br.mov {
		display: inline;
	}

	#faq-other-list {
		padding: 15px 0;
	}

	#faq-other-list ul {
		padding-left: calc(50vw - 200px);
	}
}

@media screen and (max-width: 560px) {
	#faq dd {
		margin: 0;
		padding: 50px 0 0;
	}

	#faq-other-list li {
		margin-left: 5px;
		margin-right: 5px;
	}

	#faq-other-list li a {
		padding: 6px 25px 5px 5px;
		background: #fff url('./images/arrow4.png') no-repeat 100% 50%;
	}
}

/* 関連ページ */
#relation-list {
	margin: 40px auto;
	width: 960px;
	padding: 0;
	border: solid 1px #00a0b2;
	border-radius: 10px;
}

#relation-list h2 {
	margin: 0;
	padding: 10px 12px;
	font-size: 20px;
	color: #fff;
	background: #203050;
	border-radius: 10px 10px 0 0;
}

#relation-list article {
	margin: 0 10px;
}

#relation-list article::after {
	content: ' ';
	display: block;
	clear: both;
}

#relation-list section {
	margin: 25px 0;
}

#relation-list figure {
	width: 150px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

#relation-list img {
	background: #fff;
	border-right: solid 17px #fff;
}

/* aside */
#inquiry-area {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	background: #f1fbff url('./images/inquiry-area-back.webp');
	border-top: solid 1px #e2e2e2;
}

#inquiry-area-tel {
	margin: 20px 0;
}

#inquiry-area-button {
	margin: 30px 0 10px !important;
	text-align: center;
}

#inquiry-area-button a {
	padding: 10px 30px 10px 70px;
	color: #000;
	text-decoration: none;
	background: #c7e9ff url('./images/inquiry-area-button.png') no-repeat 23px 50%;
	border: solid 2px #49b6d7;
}

#inquiry-area-button a:hover {
	color: #fff;
	background-color: #49b6d7;
}

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

#footer {
	zoom: 1;
}

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

/* フッター */
#footerWrapper {
	width: 990px;
	margin: 20px auto 10px;
}

#footer-company {
	width: 330px;
	float: left;
	margin-top: 5px;
}

#footer-company p {
	font-size: 14px;
}

#footer-tel {
	margin: 10px 0;
}

#footerWrapper > ul {
	float: left;
	margin-top: 0 !important;
}

#footerWrapper > ul:nth-of-type(1) {
	width: 350px;
}

#footerWrapper > ul:nth-of-type(2) {
	width: 310px;
}

#footerWrapper ul {
	margin: 10px 0;
}

#footerWrapper li {
	margin: 5px 0;
	padding-left: 20px;
	background: url('./images/arrow5.png') no-repeat 0 5px;
}

#footerWrapper li li {
	background: url('./images/arrow6.png') no-repeat 0 5px;
}

#footerWrapper li a {
	padding: 7px 0;
	text-decoration: none;
	color: #333;
}

#footerWrapper li a:hover {
	text-decoration: underline;
}

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

@media only screen and (max-width:1024px) {
	#relation-list {
		width: calc(100% - 10px);
	}

	#footer-company {
		width: 330px;
		float: none;
		margin-left: calc(50vw - 180px);
	}

	#footerWrapper > ul {
		margin-left: 20px;
	}

	#footerWrapper > ul:nth-of-type(1) {
		width: calc(60% - 20px);
	}

	#footerWrapper > ul:nth-of-type(2) {
		width: calc(40% - 20px);
	}
}

@media only screen and (max-width:720px) {
	#footerWrapper > ul {
		box-sizing: border-box;
		width: auto;
		float: none;
		margin-left: calc(50vw - 180px);
	}
}

@media only screen and (max-width:640px) {
	.contact-form table,
	.contact-form tr,
	.contact-form th,
	.contact-form td {
		display: block;
		text-align: center;
	}
}

/* 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;
}

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

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

#page-top a {
	display: block;
	width: 50px;
	padding: 15px 0 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;
	}
}
