@charset "UTF-8";

.intro {
	padding: 120px 0;
	background: url('../img/img-intro.jpg') right no-repeat;
	background-size: cover;
	border-left: 7px solid #267CB6;
}

.intro_cnt {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}

.intro_catch {
	font-size: 35px;
	font-weight: bold;
	color: #267CB6;
	line-height: 1.6;
}

.about {
	padding: 60px 0 80px;
	text-align: center;
}

.about_ttl {
	font-size: 45px;
	color: #149748;
	font-weight: bold;
	line-height: 1.4;
}

.about_bnr {
	margin-top: 35px;
}

.about_bnr_cnt {
	font-size: 0;
}

.about_bnr_col {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.about_bnr_col.-news {
	width: 58%;
	padding: 0 5%;
}

.about_bnr_col.-bnr {
	width: 40%;
	margin-left: 2%;
}

.about_bnr_news {
	text-align: left;
}

.about_bnr_news_cnt {
}

.about_bnr_news a {
	display: block;
}

.about_bnr_news a:hover {
	text-decoration: none;
}

.about_bnr_tag {
	display: inline-block;
	background: #FF6F74;
	color: #fff;
	padding: 0px 10px;
	font-size: 12px;
}

.about_bnr_ttl {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #4A4A4A;
	margin-top: 10px;
}

.about_bnr_date {
	font-size: 12px;
	color: #4A4A4A;
	margin-top: 5px;
}

.about_bnr_group {
}

.about_bnr_group a {
	color: #143FB6;
	display: inline-block;
	transition: opacity 0.4s;
}

.about_bnr_group a:hover {
	opacity: 0.7;
}

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

.about_bnr_detail {
	line-height: 1.4;
	margin-top: 5px;
	text-align: center;
}

.about_bnr_detail a {
	text-decoration: underline;
}

.about_bnr_detail a:hover {
	text-decoration: none;
}

.about_lead {
	font-size: 20px;
	text-align: center;
	margin-top: 35px;
}

.about_lead .-intro {
	background: #FFD667;
	display: block;
	padding: 5px 0;
}

.about_lead .-main {
	display: block;
	font-size: 31px;
	font-weight: bold;
}

.about_lead .-main strong {
	color: #FA381E;
}

.about_lead .-main strong .-essential {
	font-size: 44px;
	/*border-bottom: 2px solid;*/
}

.about_lead .-sum {
	display: block;
}

.about_tbl {
	width: 100%;
	margin-top: 60px;
	table-layout: fixed;
}

.about_tbl caption {
	font-size: 26px;
	background: #267CB6;
	color: #fff;
	line-height: 1.5;
}

.about_tbl th,
.about_tbl td {
	text-align: center;
	border-left: 2px solid #fff;
	padding: 10px 0;
}

.about_tbl th:first-child,
.about_tbl td:first-child {
	border-left: 0px;
}

.about_tbl th {
	background: #FFD667;
	font-size: 18px;
}

.about_tbl td {
	background: #F7F7F7;
	color: #FA381E;
	font-size: 22px;
	font-weight: bold;
}

.about_tbl td span {
	font-size: 34px;
}

.about_memo {
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

.about_pdf {
	margin-top: 40px;
}
.about_pdf.-process {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:15px 20px;
}

.about_pdf_bottom{
	margin-top: 5px;
}

.about_pdf > a {
	display: inline-block;
	width: 100%;
	font-size: 23px;
	color: #FFF;
	max-width: 650px;
	line-height: 1.4;
	background: #EC768C;
	border-radius: 5px;
	padding: 30px 0;
	margin-top: 30px;
	-webkit-box-shadow: 0 8px 0px #D1D1D1;
	box-shadow: 0 8px 0px #D1D1D1;
	-webkit-transition: .3s;
	transition: .3s;
}
.about_pdf.-process > a {
	width: 47%;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
}
.about_pdf.-process > a.-app {
	border: 3px solid #EC768C;
	color: #EC768C;
	background: #FFF;
}

.description .about_pdf.-process > a {
	background: #8EC031;
	height: auto;
}
.description .about_pdf.-process > a.-app {
	border: 3px solid #8EC031;
	color: #8EC031;
	background: #FFF;
}

.about_pdf > a.-gr {
	background: #8EC031;
}

.about_pdf > a:first-child {
	margin-top: 0;
}

.about_pdf a:hover {
	-webkit-box-shadow: 0 0px 0px #D1D1D1;
	box-shadow: 0 0px 0px #D1D1D1;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.about_detail {
	margin-top: 100px;
}

.about_detail_item {
	margin-top: 30px;
	position: relative;
}

.about_detail_item:first-child {
	margin-top: 0;
}

.about_detail_item > a {
	transition: opacity .4s;
}

.about_detail_item > a:hover {
	opacity: 0.7;
}

.about_detail_item img.-pc {
}

.about_detail_item img.-sp {
	display: none;
}

.about_detail_item .-point {
	position: absolute;
	left: -15px;
	top: -15px;
}

.about_detail_item img {
	max-width: 100%;
	height: auto;
}

.about_detail_item.-digital {
	background: #D8ECFA;
	padding: 40px;
}

.digital_catch {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.digital_catch span {
	color: #1864A7;
	font-size: 56px;
	display: block;
}

.digital_desc {
	color: #DD596E;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	margin-top: 5px;
}

.digital_btn {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 30px;
	text-align: left;
}

.digital_btn a {
	display: block;
	color: #FFF;
	background: #1864A7;
	padding: 15px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
	width: 48%;
	font-size: 20px;
	line-height: 1.3;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	position: relative;
}

.digital_btn a:hover {
	opacity: 0.8;
}

.digital_btn a:after {
	content: "\e907";
	font-family: icomoon;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 13px;
	font-size: 15px;
}

.digital_btn a.-pdf {
	margin-right: 4%;
	padding: 28px 15px 20px 30px;
}

.digital_btn a.-pdf span {
	position: relative;
	padding-left: 50px;
}

.digital_btn a.-pdf span:before {
	content: "";
	background-image: url(../img/icon-pdf@2x.png);
	-webkit-background-size: 39px 48px;
	-o-background-size: 39px 48px;
	background-size: 39px 48px;
	width: 39px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.2em;
}

.digital_note {
	position: absolute;
	top: -23px;
	right: -20px;
}

.contact {
	padding: 40px 0 60px;
	background: #FEF7E8;
}

.contact_ttl {
	font-size: 28px;
	text-align: center;
}

.contact_cnt {
	margin-top: 20px;
}

.contact_item {
	margin-top: 30px;
}

.contact_item:first-child {
	margin-top: 0;
}

.contact_item > a {
	display: table;
	width: 100%;
	background: #EC768C;
	color: #fff;
	border-radius: 5px;
	padding: 30px;
	-webkit-box-shadow: 0 8px 0px #D1D1D1;
	box-shadow: 0 8px 0px #D1D1D1;
	-webkit-transition: .3s;
	transition: .3s;
}

.contact_item.-free > a {
	background: #267CB6;
}

.contact_item.-mail > a:hover {
	-webkit-box-shadow: 0 0px 0px #D1D1D1;
	box-shadow: 0 0px 0px #D1D1D1;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.contact_item_col {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.contact_item_ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.contact_item_info {
	text-align: center;
}

.contact_item_tel {
	font-size: 39px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.contact_item_tel span {
	position: relative;
	padding-left: 40px;
}

.contact_item_tel span:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icn-tel.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}

.contact_item_point {
	text-align: center;
}

.contact_item_point span {
	background: #FA381E;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 50px;
	border-radius: 10px;
	margin-top: 5px;
}

.contact_item_time {
	text-align: center;
}

.contact_item_mail {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.contact_item_mail span {
	position: relative;
	padding-left: 45px;
}

.contact_item_mail span:before {
	content: "";
	display: block;
	width: 39px;
	height: 27px;
	background-image: url(../img/icn-mail.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

.faq {
	padding: 60px 0;
}

.faq_ttl {
	font-size: 26px;
	background: #FFB236;
	color: #fff;
	padding: 5px 15px;
}

.faq_cnt {
}

.faq_item {
	margin-top: 10px;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
}

.faq_item_hd {
	padding: 15px 40px 15px 60px;
	position: relative;
	cursor: pointer;
}

.faq_item_hd:before {
	content: "Q";
	font-size: 35px;
	line-height: 1;
	color: #149748;
	position: absolute;
	left: 20px;
	top: 10px;
}

.faq_item_hd:after {
	font-family: icomoon;
	content: "\e905";
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 20px;
	color: #FFB236;
	transition: -webkit-transform .4s;
	transition: transform .4s;
}

.faq_item_hd.-open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #D1D1D1;
}

.faq_item_q {
	font-size: 20px;
	line-height: 1.5;
}

.faq_item_body {
	padding: 0 20px 20px 20px;
	display: none;
}

.faq_item_body_cnt {
	background: #FEF7E8;
	padding: 20px 20px 20px 60px;
	position: relative;
}

.faq_item_body_cnt:before {
	content: "A";
	font-size: 35px;
	line-height: 1;
	color: #FFB236;
	position: absolute;
	left: 20px;
	top: 15px;
}

.faq_item_a {
	font-size: 16px;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.intro {
		padding: 70px 0;
		background-position: 20% 50%;
	}

	.intro_cnt {
		padding: 0 20px;
	}

	.intro_catch {
		font-size: 24px;
	}

	.about {
		padding: 30px 0 40px;
		border-top-width: 10px;
	}

	.about_ttl {
		font-size: 20px;
	}

	.about_bnr {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.about_bnr_cnt {
	}

	.about_bnr_col {
		display: block;
	}

	.about_bnr_col.-news {
		width: 100%;
		padding: 0;
	}

	.about_bnr_detail {
		font-size: 13px;
		margin-top: 8px;
	}

	.about_bnr_col.-bnr {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.about_bnr_news {
	}

	.about_bnr_news a {
	}

	.about_bnr_news a:hover {
	}

	.about_bnr_tag {
	}

	.about_bnr_ttl {
		font-size: 18px;
	}

	.about_bnr_date {
	}

	.about_bnr_group {
		text-align: center;
	}

	.about_bnr_group a {
	}

	.about_bnr_group img {
		max-width: 360px;
		height: auto;
	}

	.about_lead {
		font-size: 16px;
	}

	.about_lead .-intro {
		margin-bottom: 10px;
	}

	.about_lead .-main {
		font-size: 16px;
	}

	.about_lead .-main strong {
	}

	.about_lead .-main strong .-essential {
		font-size: 26px;
	}

	.about_lead .-sum {
		margin-top: 10px;
	}

	.about_tbl {
		margin-top: 30px;
	}

	.about_tbl caption {
		font-size: 20px;
	}

	.about_tbl th,
	.about_tbl td {
	}

	.about_tbl th:first-child,
	.about_tbl td:first-child {
	}

	.about_tbl th {
		font-size: 12px;
	}

	.about_tbl td {
		font-size: 12px;
	}

	.about_tbl td span {
		font-size: 16px;
	}

	.about_memo {
	}

	.about_pdf {
		margin-top: 30px;
	}

	.about_pdf_bottom{
	}

	.about_pdf > a {
		font-size: 16px;
		padding: 25px;
	}
	.about_pdf.-process > a {
		width: 100%;
		height: 100px;
	}

	.about_pdf a:hover {
	}

	.about_detail {
		margin-top: 40px;
	}

	.about_detail_item {
		margin-top: 20px;
	}

	.about_detail_item:first-child {
	}

	.about_detail_item img.-pc {
		display: none;
	}

	.about_detail_item img.-sp {
		display: inline;
	}

	.about_detail_item .-point {
	}

	.about_detail_item img {
	}

	.about_detail_item.-digital {
		padding: 6% 6% 7% 6%;
	}

	.digital_catch {
		font-size: 18px;
	}

	.digital_catch span {
		font-size: 35px;
		line-height: 1.2;
		margin-top: 5px;
	}

	.digital_desc {
		font-size: 16px;
	}

	.digital_btn {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.digital_btn a {
		width: 100%;
		font-size: 18px;
	}

	.digital_btn a:hover {
	}

	.digital_btn a:after {
	}

	.digital_btn a.-pdf {
		margin: 0 0 20px 0;
		padding: 25px 15px;
	}

	.digital_btn a.-pdf span:before {
		margin-top: -1.3em;
	}

	.digital_note {
		width: 40%;
		top: 30%;
		transform: translateY(-50%);
	}

	.contact {
		padding: 20px 0 40px;
	}

	.contact_ttl {
		font-size: 20px;
	}

	.contact_cnt {
	}

	.contact_item {
	}

	.contact_item:first-child {
	}

	.contact_item > a {
		padding: 20px 15px;
		display: block;
	}

	.contact_item > a:hover {
		-webkit-box-shadow: 0 0px 0px #D1D1D1;
		box-shadow: 0 0px 0px #D1D1D1;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	.contact_item.-free > a {
	}

	.contact_item.-mail > a:hover {
	}

	.contact_item_col {
		display: block;
		width: 100%;
	}

	.contact_item_ttl {
		font-size: 14px;
	}

	.contact_item_info {
		font-size: 12px;
		margin-top: 10px;
	}

	.contact_item_tel {
		font-size: 28px;
		/*margin-top: 10px;*/
	}

	.contact_item_tel span {
		padding-left: 30px;
	}

	.contact_item_tel span:before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

	.contact_item_point {
	}

	.contact_item_point span {
	}

	.contact_item_time {
		font-size: 12px;
	}

	.contact_item_mail {
		font-size: 20px;
		margin-top: 10px;
	}

	.contact_item_mail span {
		padding-left: 35px;
	}

	.contact_item_mail span:before {
		width: 30px;
		height: 21px;
		margin-top: -10px;
	}

	.faq {
		padding: 40px 0;
	}

	.faq_ttl {
		font-size: 20px;
	}

	.faq_cnt {
	}

	.faq_item {
	}

	.faq_item_hd {
		padding: 15px 50px 15px 45px;
	}

	.faq_item_hd:before {
		font-size: 20px;
		top: 15px;
	}

	.faq_item_hd:after {
	}

	.faq_item_hd.-open:after {
	}

	.faq_item_q {
		font-size: 16px;
	}

	.faq_item_body {
	}

	.faq_item_body_cnt {
		padding: 20px 20px 20px 45px;
	}

	.faq_item_body_cnt:before {
		font-size: 20px;
		top: 22px;
	}

	.faq_item_a {
		font-size: 14px;
	}

}

/* for Print */
@media print {
}
