@charset "UTF-8";
@import url(base.css);

* html body {
	background: url(null) fixed;
}
html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #0F3A5B;
	position: relative;
	background-color: #FFF;
	font-family: "Noto Sans JP", serif;
	animation: fadein 4s forwards;
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
html {
	overflow-x: hidden;
}
a {
	color: #2C2C2C;
	text-decoration: none;
	transition: .4s;
}
a:hover {
	color: #2C2C2C;
	text-decoration: underline;
}
*:focus {
	outline: none;
}
img {
	-webkit-backface-visibility: hidden;
}
h1, h2, h3 {
	font-weight: 700;
	font-style: normal;
}
h4, h5, h6 {
	font-weight: 400;
	font-style: normal;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="text"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
.spinner {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

/* ヘッダ
------------------------------------------------------------ */
header {
	position: relative;
	padding: 100px 0 0;
	width: 100%;
	height: 800px;
	background-color: #FFDC42;
	box-sizing: border-box;
}
header h1 {
	font-size: 30px;
	text-align: center;
	line-height: 80px;
}
header h1 span {
	background: linear-gradient(transparent 75%, #EA4F47 75%);
}
header h1 b {
	display: block;
	font-size: 60px;
}
header h1 br {
	display: none;
}
header img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 896px) {
	header {
		padding: 50px 0 0;
		width: 100%;
		height: auto;
	}
	header h1 {
		margin-bottom: 60px;
		font-size: 20px;
		text-align: center;
		line-height: 1.6em;
	}
	header h1 span {
		display: inline-block;
		background: linear-gradient(transparent 85%, #EA4F47 85%);
	}
	header h1 b {
		margin-top: 10px;
		font-size: 36px;
		line-height: 48px;
	}
	header h1 br {
		display: block;
	}
	header img {
		display: block;
		position: relative;
		width: 98%;
	}
}

/* サポートナビ辺り
------------------------------------------------------------ */
.contnav ul {
	position: relative;
	top: -100px;
	margin: 0 auto;
	width: 1010px;
	display: flex;
	justify-content: space-between;
}
.contnav ul li {
	width: 435px;
	text-align: center;
}
.contnav ul li a {
	display: block;
	margin-bottom: 30px;
	padding: 65px 0 0;
	width: 435px;
	height: 435px;
	color: #FFF;
	border-radius: 100%;
	background: #0F3A5B url(../img/icon_01.svg) center bottom 30px no-repeat;
	box-sizing: border-box;
	transition: .2s;
}
.contnav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	transform: scale(1.06);
	background-position: center bottom 20px;
}
.contnav ul li a h4 {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
}
.contnav ul li a h4 span {
	display: block;
	font-size: 38px;
}
.contnav ul li a h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.contnav ul li a h5 span {
	color: #FFDC42;
	font-size: 50px;
}
.contnav ul li a p {
	line-height: 30px;
}
.contnav ul li h6 {
	display: block;
	font-size: 20px;
	line-height: 36px;
}
@media screen and (max-width: 896px) {
	.contnav {
		padding: 60px 0;
	}
	.contnav ul {
		top: 0;
		width: 100%;
		display: block;
	}
	.contnav ul li {
		margin: 0 auto 60px;
		width: 300px;
	}
	.contnav ul li:last-child {
		margin-bottom: 0;
	}
	.contnav ul li a {
		margin-bottom: 10px;
		padding: 40px 0 0;
		width: 300px;
		height: 300px;
		background-size: 20px;
	}
	.contnav ul li a h4 {
		font-size: 30px;
		line-height: 36px;
	}
	.contnav ul li a h4 span {
		display: block;
		font-size: 18px;
	}
	.contnav ul li a h5 {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 700;
	}
	.contnav ul li a h5 span {
		margin-right: 5px;
		color: #FFDC42;
		font-size: 38px;
	}
	.contnav ul li a p {
		font-size: 14px;
		line-height: 1.6em;
	}
	.contnav ul li h6 {
		display: block;
		font-size: 14px;
		line-height: 1.6em;
	}
}
/* お問い合わせボタンだよ！
------------------------------------------------------------ */
.contact_btn {
	display: block;
	margin: 0 auto;
	width: 970px;
	text-align: center;
}
.contact_btn p {
	margin-bottom: 30px;
	font-size: 18px;
}
.contact_btn a {
	display: block;
	margin-bottom: 100px;
	width: 100%;
	height: 85px;
	color: #FFDC42;
	font-size: 32px;
	line-height: 85px;
	background: #0F3A5B url(../img/icon_02.svg) right 30px center no-repeat;
	border-radius: 42px;
	transition: .6s;
	font-weight: 700;
}
.contact_btn a:hover {
	color: #0F3A5B;
	text-decoration: none;
	background: #FFDC42 url(../img/icon_03.svg) right 20px center no-repeat;
}
.contact_btn.bgyw a:hover {
	color: #0F3A5B;
	text-decoration: none;
	background: #FFF url(../img/icon_03.svg) right 20px center no-repeat;
}
@media screen and (max-width: 896px) {
	.contact_btn {
		display: block;
		position: fixed;
		z-index: +5;
		bottom: 15px;
		margin: 0 auto;
		width: 75%;
		text-align: left;
	}
	.contact_btn p {
		display: none;
	}
	.contact_btn a {
		margin-bottom: 0;
		padding: 0 0 0 15px;
		width: 100%;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
		background: #0F3A5B url(../img/icon_02.svg) right 10px center no-repeat;
		background-size: auto 10px;
		border-radius: 0;
		box-sizing: border-box;
	}
	.contact_btn a:hover {
		background: #FFDC42 url(../img/icon_03.svg) right 10px center no-repeat;
	}
	.plan article.box_01 .contact_btn, .option article.box_01 .contact_btn, .merit article.box_01 .contact_btn {
		display: none;
	}
}
/* ターゲットゾーン
------------------------------------------------------------ */
.solution {
	position: relative;
	padding: 180px 0 0;
	text-align: center;
	background-color: #FFDC42;
}
.solution:after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	transform: translatex(50%);
	box-sizing: border-box;
	border-right: calc(50vw - 10px) solid transparent;
	border-left: calc(50vw - 10px) solid transparent;
	border-top: 100px solid #FFF;
}
.solution h3 {
	margin-bottom: 50px;
	font-size: 50px;
	line-height: 80px;
}
.solution h3 br {
	display: none;
}
.solution p {
	margin: 0 auto 30px;
	padding-left: 90px;
	width: 940px;
	font-size: 30px;
	line-height: 80px;
	background: #FFF url(../img/icon_04.svg) left 30px center no-repeat;
	border-radius: 40px;
	box-shadow: 0 10px #0F3A5B;
	box-sizing: border-box;
	font-weight: 700;
	text-align: justify;
	text-justify: inter-ideograph;
}
.solution img {
	margin-top: 70px;
}
@media screen and (max-width: 896px) {
	.solution {
		padding: 80px 0 0;
	}
	.solution:after {
		border-top: 50px solid #FFF;
	}
	.solution h3 {
		margin: 0 0 30px;
		padding: 0;
		font-size: 28px;
		line-height: 1.6em;
	}
	.solution h3 br {
		display: block;
	}
	.solution p {
		margin: 0 auto 10px;
		padding: 20px 20px 20px 50px;
		width: 90%;
		font-size: 18px;
		line-height: 1.6em;
		background: #FFF url(../img/icon_04.svg) left 20px top 30px no-repeat;
		background-size: 20px;
		border-radius: 0;
		box-shadow: none;
		box-sizing: border-box;
	}
	.solution img {
		margin-top: 30px;
		width: 98%;
	}
}
/* 対応可能な更新業務
------------------------------------------------------------ */
.service {
	position: relative;
	padding: 100px 0 50px;
	text-align: center;
}
.service h3 {
	margin-bottom: 20px;
	font-size: 50px;
}
.service h4 {
	margin: 0 auto 60px;
	font-size: 20px;
}
.service h4 br {
	display: none;
}
.service ul {
	margin: 0 auto;
	width: 1090px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.service ul li {
	position: relative;
	margin-bottom: 50px;
	padding: 30px 24px 24px;
	width: 330px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #FFDC42;
	box-sizing: border-box;
}
.service ul li img {
	display: block;
	margin: 0 auto 20px;
}
.service ul li:nth-child(3) img {
	margin-bottom: 26px;
}
.service ul li:nth-child(6) img {
	margin-bottom: 33px;
}
.service ul li:nth-child(9) img {
	margin-bottom: 30px;
}
.service ul li h5 {
	margin-bottom: 20px;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
}
.service ul li p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	.service {
		position: relative;
		padding: 60px 0 40px;
		text-align: center;
	}
	.service h3 {
		margin: 0 0 10px;
		font-size: 28px;
	}
	.service h4 {
		margin: 0 5% 30px;
		font-size: 16px;
	}
	.service h4 br {
		display: block;
	}
	.service ul {
		margin: 0 auto;
		width: 90%;
		display: block;
	}
	.service ul li {
		position: relative;
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
	}
	.service ul li img {
		display: block;
		margin: 0 auto 20px;
	}
	.service ul li:nth-child(3) img {
		margin-bottom: 20px;
	}
	.service ul li:nth-child(6) img {
		margin-bottom: 20px;
	}
	.service ul li:nth-child(9) img {
		margin-bottom: 20px;
	}
	.service ul li h5 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.service ul li p {
		font-size: 14px;
		line-height: 1.6em;
	}
}
/* サポートプラン
------------------------------------------------------------ */
.plan {
	position: relative;
	overflow: hidden;
	padding: 100px 0 0;
	text-align: center;
	background-color: #FFDC42;
}
.plan h3 {
	margin-bottom: 20px;
	font-size: 50px;
}
.plan h4 {
	margin: 0 auto 60px;
	font-size: 20px;
}
.plan .textright {
	margin: 0 auto;
	width: 970px;
	text-align: right;
}
.plan article {
	overflow: hidden;
	margin: 0 auto 100px;
	padding: 60px 0 0;
	width: 1090px;
	background-color: #FFF;
}
.plan article .item {
	position: relative;
	margin: 0 auto 50px;
	padding: 30px 0 0;
	width: 970px;
	text-align: left;
	border-top: 1px solid #0F3A5B;
	box-sizing: border-box;
}
.plan article .item_check {
	margin: 0 auto 20px;
	padding: 30px;
	width: 970px;
	font-size: 18px;
	text-align: left;
	line-height: 36px;
	background-color: #FFE1E0;
	box-sizing: border-box;
}
.plan article .last {
	margin-bottom: 20px !important;
}
.plan article .item h5 {
	display: inline-block;
	margin-left: 30px;
	width: 280px;
	color: #FFF;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	background-color: #0F3A5B;
	border-radius: 32px;
	font-weight: 700;
}
.plan article .item span {
	display: inline-block;
	margin-right: 45px;
	padding: 0 45px;
	font-size: 20px;
	line-height: 65px;
	border-right: 1px solid #0F3A5B;
	font-weight: 700;
}
.plan article .item div {
	display: inline-block;
	position: relative;
	top: 10px;
	font-size: 30px;
	line-height: 65px;
	font-weight: 700;
}
.plan article .item div b {
	color: #EA4F47;
	font-size: 50px;
}
.plan article .item aside {
	display: block;
	margin-top: 30px;
	padding: 30px;
	line-height: 30px;
	background-color: #F2F2F2;
	border-top: 1px solid #0F3A5B;
	text-align: justify;
	text-justify: inter-ideograph;
}
.plan article .item aside h6 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.plan article .recommend {
	margin: 0 auto;
	padding: 100px 0 0;
	width: 970px;
}
.plan article .recommend h4 {
	margin: 0 auto 40px;
	font-size: 40px;
	font-weight: 700;
}
.plan article .recommend h4 br {
	display: none;
}
.plan article .recommend ul {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.plan article .recommend ul li {
	position: relative;
	width: 30%;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}
.plan article .recommend ul li img {
	display: block;
	margin: 0 auto 20px;
}
.plan article .recommend ul li h5 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
}
.plan article .recommend ul li h5 span {
	background: linear-gradient(transparent 75%, #F8938E 75%);
}
.plan article .recommend ul li p {
	font-size: 16px;
}
.plan article .flow {
	margin: 0 auto;
	padding: 100px 0;
	width: 970px;
}
.plan article .flow h4 {
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 700;
}
.plan article .flow h4 br {
	display: none;
}
.plan article .flow h5 {
	margin-bottom: 40px;
	line-height: 32px;
}
.plan article .flow ul {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.plan article .flow ul li {
	position: relative;
	width: 24%;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 100px;
	background-color: #F2F2F2;
}
.plan article .flow ul.col3 li {
	position: relative;
	width: 32%;
}
.plan article .flow ul li span:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top: 0;
	right: -15px;
	color: #EA4F47;
	font-size: 24px;
}
.plan article .flow ul.col3 li span:after {
	right: -20px;
}
@media screen and (max-width: 896px) {
	.plan {
		margin: 0;
		padding: 60px 0 0;
	}
	.plan h3 {
		margin: 0 0 10px;
		font-size: 25px;
	}
	.plan h4 {
		margin: 0 0 30px;
		font-size: 16px;
	}
	.plan h4 br {
		display: block;
	}
	.plan .textright {
		width: 90%;
		font-size: 14px;
	}
	.plan article {
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 30px 0 0;
		width: 90%;
	}
	.plan article .item {
		padding: 0;
		width: 90%;
		border-top: none;
	}
	.plan article .item_check {
		margin: 0 auto 20px;
		padding: 20px;
		width: 90%;
		font-size: 14px;
		line-height: 1.6em;
	}
	.plan article .last {
		margin-bottom: 20px !important;
	}
	.plan article .item h5 {
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.plan article .item span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		border-right: none;
	}
	.plan article .item div {
		display: block;
		top: 0;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}
	.plan article .item div b {
		font-size: 32px;
	}
	.plan article .item aside {
		display: block;
		margin-top: 20px;
		padding: 20px;
		font-size: 14px;
		line-height: 1.6em;
	}
	.plan article .item aside h6 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 700;
	}
	.plan article .recommend {
		padding: 60px 0 0;
		width: 90%;
	}
	.plan article .recommend h4 {
		margin: 0 5% 30px;
		font-size: 25px;
	}
	.plan article .recommend h4 br {
		display: block;
	}
	.plan article .recommend ul {
		display: block;
	}
	.plan article .recommend ul li {
		margin-bottom: 50px;
		width: 100%;
	}
	.plan article .recommend ul li img {
		display: block;
		margin: 0 auto 20px;
	}
	.plan article .recommend ul li h5 {
		font-size: 18px;
		line-height: 32px;
	}
	.plan article .recommend ul li p {
		font-size: 14px;
		line-height: 1.6em;
	}
	.plan article .flow {
		margin: 0 auto;
		padding: 10px 0;
		width: 90%;
	}
	.plan article .flow h4 {
		margin: 0 0 20px;
		font-size: 25px;
	}
	.plan article .flow h4 br {
		display: block;
	}
	.plan article .flow h5 {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.6em;;
		text-align: left;
	}
	.plan article .flow ul {
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	.plan article .flow ul li {
		margin-bottom: 10px;
		width: 100%;
		font-size: 18px;
		line-height: 60px;
	}
	.plan article .flow ul.col3 li {
		width: 100%;
	}
	.plan article .flow ul li span:after {
		content: "\f078";
		top: auto;
		left: 0;
		right: 0;
		bottom: -32px;
		font-size: 20px;
	}
	.plan article .flow ul.col3 li span:after {
		right: 0;
	}
}

/* 選べる豊富なオプション
------------------------------------------------------------ */
.option {
	position: relative;
	overflow: hidden;
	padding: 40px 0 0;
	text-align: center;
}
.option h3 {
	margin-bottom: 20px;
	font-size: 50px;
}
.option h4 {
	margin: 0 auto 60px;
	font-size: 20px;
}
.option article {
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 1090px;
	background-color: #FFF;
}
.option article .item {
	position: relative;
	margin: 0 auto 50px;
	padding: 30px 0 0;
	width: 970px;
	text-align: left;
	border-top: 1px solid #0F3A5B;
	box-sizing: border-box;
}
.option article .last {
	margin-bottom: 20px !important;
}
.option article .item h5 {
	display: inline-block;
	margin-left: 30px;
	width: 280px;
	color: #FFF;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	background-color: #0F3A5B;
	border-radius: 32px;
	font-weight: 700;
}
.option article .item span {
	display: inline-block;
	margin-right: 45px;
	padding: 0 45px;
	font-size: 20px;
	line-height: 65px;
	border-right: 1px solid #0F3A5B;
	font-weight: 700;
}
.option article .item div {
	display: inline-block;
	position: relative;
	top: 10px;
	font-size: 30px;
	line-height: 65px;
	font-weight: 700;
}
.option article .item div b {
	color: #EA4F47;
	font-size: 50px;
}
.option article .item aside {
	display: block;
	margin-top: 30px;
	padding: 30px;
	line-height: 36px;
	background-color: #F2F2F2;
	border-top: 1px solid #0F3A5B;
	text-align: justify;
	text-justify: inter-ideograph;
}
.option article .item aside h6 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	.option {
		padding: 50px 0 20px;
	}
	.option h3 {
		margin: 0 0 10px;
		font-size: 28px;
	}
	.option h4 {
		margin: 0 0 30px;
		font-size: 16px;
	}
	.option article {
		overflow: hidden;
		margin: 0 auto;
		padding:  0 0;
		width: 90%;
		background-color: #FFF;
	}
	.option article .item {
		padding: 0;
		width: 100%;
		border-top: none;
	}
	.option article .last {
		margin-bottom: 20px !important;
	}
	.option article .item h5 {
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.option article .item span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		border-right: none;
	}
	.option article .item div {
		display: block;
		top: 0;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}
	.option article .item div b {
		font-size: 32px;
	}
	.option article .item aside {
		display: block;
		margin-top: 20px;
		padding: 20px;
		font-size: 14px;
		line-height: 1.6em;
	}
	.option article .item aside h6 {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: 700;
	}
}

/* ご依頼のメリット
------------------------------------------------------------ */
.merit {
	position: relative;
	overflow: hidden;
	padding: 100px 0 0;
	text-align: center;
	background-color: #FFDC42;
}
.merit h3 {
	margin-bottom: 40px;
	font-size: 50px;
}
.merit .item {
	overflow: hidden;
	margin: 0 auto 50px;
	padding: 60px;
	width: 1090px;
	font-size: 18px;
	line-height: 36px;
	background-color: #FFF;
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
}
.merit .item.last {
	margin-bottom: 100px;
}
.merit .item h5 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.merit .item span {
	display: block;
	margin-bottom: 50px;
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	background-color: #0F3A5B;
	border-radius: 42px;
}
.merit .item h6 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	.merit {
		margin: 0;
		padding: 60px 0 10px;
	}
	.merit h3 {
		margin: 0 0 20px;
		font-size: 28px;
	}
	.merit .item {
		margin: 0 auto 20px;
		padding: 30px;
		width: 90%;
		font-size: 16px;
		line-height: 32px;
	}
	.merit .item.last {
		margin-bottom: 60px;
	}
	.merit .item h5 {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.6em;
		text-align: left;
	}
	.merit .item span {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 60px;
		border-radius: 30px;
	}
	.merit .item h6 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.merit .item p {
		font-size: 14px;
		line-height: 1.6em;
	}
}
/* よくある質問
------------------------------------------------------------ */
.faq {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
}
.faq h3 {
	margin-bottom: 20px;
	font-size: 50px;
}
.faq h4 {
	margin: 0 auto 60px;
	font-size: 20px;
}
.faq dl {
	margin: 0 auto;
	max-width: 1090px;
	text-align: left;
	border-top: 1px solid #0F3A5B;
}
.faq dl .displayNone {
	display: none;
}
.faq dl .contentWrap {
	position: relative;
	padding: 30px;
	font-size: 18px;
	line-height: 36px;
	background-color: #F2F2F2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.faq dl .switch {
	position: relative;
	cursor: pointer;
	padding: 30px 60px 30px 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	border-bottom: 1px solid #0F3A5B;
	text-align: justify;
	text-justify: inter-ideograph;
}
.faq dl .switch span, .faq dl .contentWrap span {
	display: block;
	margin-left: 60px;
}
.faq dl .switch:after {
	content: url(../img/icon_06.svg);
	position: absolute;
	top: 30px;
	right: 30px;
	width: 10px;
	height: auto;
	transition: 0.5s;
}
.faq dl .switch:before {
	position: absolute;
	top: 28px;
	left: 30px;
	content: "Q";
	color: #EA4F47;
	font-size: 40px;
}
.faq dl .contentWrap:before {
	position: absolute;
	top: 28px;
	left: 33px;
	content: "A";
	font-size: 40px;
	font-weight: 700;
}
.faq dl .contentWrap a {
	color: #EA4F47;
}
.faq dl .contentWrap a.linkicon:after {
	font-family: 'FontAwesome';
	content: "\f2d2";
	padding-left: 10px;
	color: #EA4F47;
}
.faq dl .contentWrap a.pagelink:after {
	font-family: 'FontAwesome';
	content: "\f0c1";
	padding-left: 10px;
	color: #EA4F47;
}
@media screen and (max-width: 896px) {
	.faq {
		padding: 60px 0;
	}
	.faq h3 {
		margin: 0 0 10px;
		font-size: 28px;
	}
	.faq h4 {
		margin: 0 5% 30px;
		font-size: 16px;
		line-height: 1.6em;
	}
	.faq dl {
		max-width: 90%;
	}
	.faq dl .displayNone {
		display: none;
	}
	.faq dl .contentWrap {
		padding: 20px;
		font-size: 14px;
		line-height: 1.6em;
	}
	.faq dl .switch {
		position: relative;
		cursor: pointer;
		padding: 20px 0 30px;
		font-size: 16px;
		line-height: 1.6em;
	}
	.faq dl .switch span, .faq dl .contentWrap span {
		display: block;
		margin-left: 40px;
	}
	.faq dl .switch:after {
		content: '';
		position: absolute;
		top: auto;
		right: auto;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 10px;
  	height: 10px;
		background-image: url(../img/icon_06.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.faq dl .switch:before {
		top: 20px;
		left: 0;
		font-size: 32px;
	}
	.faq dl .contentWrap:before {
		top: 20px;
		left: 23px;
		font-size: 24px;
	}
}
/* お問い合わせ
------------------------------------------------------------ */
.contact {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
	background-color: #FFDC42;
}
.contact h3 {
	margin-bottom: 40px;
	font-size: 50px;
}
.contact h4 {
	margin: 0 auto 60px;
	font-size: 20px;
	line-height: 36px;
}
.contact dl.form {
	display: flex;
	flex-flow: wrap;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 900px;
	text-align: left;
	border-bottom: 1px solid #0F3A5B;
}
.contact dl.form dt {
	position: relative;
	padding: 25px 15px;
	width: 30%;
	clear: both;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #0F3A5B;
	box-sizing: border-box;
}
.contact dl.form dt span {
	display: block;
	margin-top: 10px;
	width: 40px;
	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #9C181A;
}
.contact dl.form dd {
	padding: 25px 15px;
	width: 70%;
	line-height: 1.6em;
	border-top: 1px solid #0F3A5B;
	box-sizing: border-box;
}
.contact dl.form dd a {
	text-decoration: underline;
}
.wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact dl.form dd .wpcf7-list-item {
	margin: 0!important;
}
.contact dl.form dd .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.contact dl.form dd input[type="text"] {
	padding: 15px;
	width: 100%;
	box-shadow: none;
	border: none;
	background-color: #FFF;
	box-sizing: border-box;
}
.contact dl.form dd input[type="email"] {
	padding: 15px;
	width: 100%;
	box-shadow: none;
	border: none;
	background-color: #FFF;
	box-sizing: border-box;
}
.contact dl.form dd textarea {
	padding: 15px;
	width: 100%;
	height: 200px;
	box-shadow: none;
	border: none;
	background-color: #FFF;
	box-sizing: border-box;
}
.contact dl.form dd input[type="radio"] {
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
}
.contact dl.form dd input[type="checkbox"] {
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
}
.contact button {
	display: block;
	position: relative;
	cursor: pointer;
	margin: 40px auto 0;
	width: 300px;
	line-height: 80px;
	color: #FFF;
	border: none;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #0F3A5B;
	border-radius: 10px;
	transition: all .4s;
}
.contact button:hover {
	background-color: #323232;
}
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 900px;
	line-height: 30px;
}
.wpcf7-response-output {
	margin: 40px auto 0!important;
	padding: 10px 0!important;
	width: 100%;
	max-width: 900px;
	color: #711d26;
	border: none!important;
	background: #f7d7da;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
	margin-top: 5px;
}
@media screen and (max-width: 896px) {
	.contact {
		padding: 60px 0;
	}
	.contact h3 {
		margin: 0 auto 20px;
		font-size: 28px;
	}
	.contact h4 {
		margin: 0 5% 30px;
		font-size: 16px;
		line-height: 1.6em;
		text-align: left;
	}
	.contact dl.form {
		flex-direction: column;
		width: 90%;
		font-size: 14px;
	}
	.contact dl.form dt {
		padding: 15px 0 0;
		width: 100%;
	}
	.contact dl.form dt p {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.contact dl.form dt span {
		margin-top: 0;
	}
	.contact dl.form dt br {
		display: none;
	}
	.contact dl.form dd {
		padding: 15px 0;
		width: 100%;
		font-size: 14px;
		border-top: none;
	}
	.contact dl.form dd b {
		font-weight: normal;
	}
	.wpcf7-form-control {
		display: flex;
		flex-direction: row;
		flex-flow: wrap;
		gap: 10px 30px;
	}
	.contact dl.form dd input[type="radio"] {
		margin: 0 5px 0 0;
	}
	button.btn {
		width: 90%;
		font-size: 16px;
		line-height: 60px;
	}
	.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
		width: 90%;
		font-size: 12px;
		box-sizing: border-box;
	}
	.wpcf7-response-output {
		margin: 30px auto 0!important;
		padding: 10px 40px!important;
		width: 90%;
		font-size: 12px;
		box-sizing: border-box;
	}
	span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
		margin: 5px 0 10px;
		font-size: 12px;
	}
}

/* フッター辺り
------------------------------------------------------------ */
footer {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	background-color: #0F3A5B;
}
footer h3 {
	margin-bottom: 50px;
}
footer small {
	display: block;
	padding-top: 30px;
	font-size: 14px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
footer a:after {
	font-family: 'FontAwesome';
	content: "\f2d2";
	padding-left: 10px;
}
@media screen and (max-width: 896px) {
	footer {
		padding: 40px 5% 80px;
		font-size: 14px;
		text-align: center;
	}
	footer h3 {
		margin-bottom: 30px;
	}
	footer h3 img {
		width: 180px;
	}
	footer small {
		padding-top: 20px;
		font-size: 12px;
	}
}

/* ハンバーガーさん
------------------------------------------------------------ */
.h_nav_btn {
	position: fixed;
	right: 40px;
	top: 40px;
	pointer-events: auto;
	cursor: pointer;
	z-index: 100002 !important;
}
.h_nav_bar, .h_nav_bar span {
	transition: all .4s;
	box-sizing: border-box;
}
.h_nav_bar {
	position: relative;
	width: 50px;
	height: 30px;
}
.h_nav_bar span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	font-weight: bold;
	background: #0F3A5B;
}
body#home .h_nav_bar span {
	background: #0F3A5B;
}
.h_nav_bar span:first-child {
	top: 0;
	width: 100%;
}
.h_nav_bar span:last-child {
	bottom: 0;
	width: 100%;
}
.active .h_nav_bar span:first-child {
	-webkit-transform: translateY(14px) rotate(-315deg);
	transform: translateY(14px) rotate(-315deg);
}
.active .h_nav_bar span:last-child {
	left: 0%;
	width: 100%;
	-webkit-transform: translateY(-14px) rotate(315deg);
	transform: translateY(-14px) rotate(315deg);
}
#h_nav {
	display: block;
	position: fixed;
	visibility: hidden;
	overflow: auto;
	opacity: 0;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	list-style: none;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: .8s;
	z-index: 100001 !important;
}
.active #h_nav {
	visibility: visible;
	opacity: 1;
	transition: .8s;
}
#h_nav .inner {
	position: relative;
	z-index: 100000 !important;
	overflow: hidden;
	padding: 120px 0 0;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
}
#h_nav .inner img {
	display: inline-block;
	margin: 0 50px 60px 0;
	width: 250px;
	height: auto;
}
#h_nav .inner ul {
	padding: 0 50px;
	box-sizing: border-box;
}
#h_nav .inner ul li a {
	display: block;
	padding: 0 0 30px;
	width: 100%;
	color: #0F3A5B;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}
#h_nav .inner ul li a:hover {
	color: #EA4F47;
}
@media screen and (max-width: 896px) {
	.h_nav_btn {
		right: 20px;
		top: 20px;
	}
	.h_nav_bar {
		width: 40px;
		height: 20px;
	}
	.active .h_nav_bar span:first-child {
		-webkit-transform: translateY(9px) rotate(-315deg);
		transform: translateY(9px) rotate(-315deg);
	}
	.active .h_nav_bar span:last-child {
		-webkit-transform: translateY(-9px) rotate(315deg);
		transform: translateY(-9px) rotate(315deg);
	}
	#h_nav {
		width: 100%;
	}
	#h_nav .inner {
		padding: 80px 0 0;
	}
	#h_nav .inner img {
		margin: 0 50px 60px 0;
		width: auto;
	}
}