@charset "utf-8";

/* -----------------------------------------------
 * Heading
 ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
}

/* -----------------------------------------------
 * Page Header
 ---------------------------------------------- */

.page-header {
	position: relative;
	background-color: #104e3d;
}

@media screen and (min-width: 1024px) {
	.page-header {
		background-color: transparent;
		height: 23.0rem;
		margin-top: 10px;
	}
}

/* Bg
 ---------------------------------------------- */

.page-header__bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media screen and (min-width: 1024px) {
	.page-header__bg {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.page-header__bg::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #104e3d;
		width: 71.25%;
		height: 180px;
		z-index: 1;
	}
}

@media screen and (min-width: 1024px) {
	.page-header__bg::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url("../images/page_heder_img.jpg");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
		width: 46.66%;
		height: 180px;
		z-index: 2;
	}
}

/* Wrapper
 ---------------------------------------------- */

.page-header__wrapper {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 1024px) {
	.page-header__wrapper {
		max-width: 1000px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

/* Heading
 ---------------------------------------------- */

.page-header__heading {
	margin: 0;
	padding: 1.6em 0;
	text-align: center;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 400;
}

@media screen and (min-width: 640px) {
	.page-header__heading {
		font-size: 3.6458vw;
	}
}

@media screen and (min-width: 768px) {
	.page-header__heading {
		font-size: 2.8rem;
	}
}

@media screen and (min-width: 1024px) {
	.page-header__heading {
		padding: 0;
		text-align: left;
		line-height: 180px;
	}
}

/* Breadcrumb
 ---------------------------------------------- */

.page-header__breadcrumb {
	display: none;
}

@media screen and (min-width: 1024px) {
	.page-header__breadcrumb {
		display: block;
	}
}

.page-header__breadcrumb ul {
	margin: 0;
	padding: 1.5rem 0;
	list-style-type: none;
}

.page-header__breadcrumb ul li {
	display: inline-block;
	position: relative;
	margin-right: 1.0rem;
	font-size: 1.3rem;
}

.page-header__breadcrumb ul li::after {
	content: ">";
	padding-left: 1.0rem;
	color: #bbbbbb;
}

.page-header__breadcrumb ul li:last-child::after {
	display: none;
}

.page-header__breadcrumb ul li a {
	text-decoration: none;
}

/* -----------------------------------------------
 * Page Contents
 ---------------------------------------------- */

.page-contents {
	/*background-color: #f3f7f6;*/
	padding: 4.0rem 0 5.0rem;
	font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-contents {
		padding: 6.0rem 0 10.0rem;
	}
}

.page-contents__wrapper {
	padding: 0 2.0rem;
}

@media screen and (min-width: 1024px) {
	.page-contents__wrapper {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
}

/* Headeing2 */

.page-contents h2 {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0 0 0 1.0em;
	font-size: 2.4rem;
}

@media screen and (min-width: 640px) {
	.page-contents h2 {
		font-size: 3.6458vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents h2 {
		padding: 0 0 0 2.0em;
		font-size: 2.8rem;
	}
}

.page-contents h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	left: -120px;
	background-color: #000;
	width: 130px;
	height: 1px;
}

@media screen and (min-width: 768px) {
	.page-contents h2::before {
		left: -100px;
	}
}

/* Headeing3 */

.page-contents h3 {
	margin-bottom: 1.5em;
	font-size: 2.0rem;
}

@media screen and (min-width: 640px) {
	.page-contents h3 {
		font-size: 3.125vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents h3 {
		font-size: 2.4rem;
	}
}

/* Headeing4 */

.page-contents h4 {
	font-size: 1.6rem;
}

@media screen and (min-width: 640px) {
	.page-contents h4 {
		font-size: 2.60416vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents h4 {
		font-size: 2.0rem;
	}
}

/* Paragrph */

.page-contents p {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media screen and (min-width: 640px) {
	.page-contents p {
		font-size: 2.08333vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents p {
		padding-left: 1.0em;
		font-size: 1.6rem;
	}
}

/* Unorderd List Item */

.page-contents ul {
	list-style: none;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.page-contents ul {
		padding-left: 1.0em;
	}
}

.page-contents li {
	position: relative;
	padding-left: 2.0em;
	font-size: 1.3rem;
	line-height: 1.6;
}

@media screen and (min-width: 640px) {
	.page-contents li {
		font-size: 2.08333vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents li {
		font-size: 1.6rem;
	}
}

.page-contents li:before {
	content: "\f111";
	position: absolute;
	top: 0.25em;
	left: 1.5em;
	color: #a4a4a4;
	font-family: "Font Awesome 5 Free";
	font-size: 0.8rem;
	font-weight: 900;
}

.page-contents .link_icon {
	position: relative;
}

.page-contents .link_icon:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: .3em;
    height: .3em;
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px .5em 0 0;
}

@media screen and (min-width: 768px) {
	.page-contents li:before {
		top: 0.65em;
	}
}

.page-contents li p {
	margin-bottom: 0;
}

/* Table */

.page-contents th,
.page-contents td {
	padding: 0.5em 1.0em;
	font-size: 1.3rem;
	line-height: 1.4;
	border: solid 1px #333333;
}

@media screen and (min-width: 600px) {
	.page-contents th,
	.page-contents td {
		font-size: 2.08333vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents th,
	.page-contents td {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.page-contents thead th {
	background-color: #daeaae;
	text-align: center;
	white-space: nowrap;
}

.page-contents tbody th {
	background-color: #ebebeb;
	font-weight: normal;
}

.page-contents .nowrap {
	white-space: nowrap;
}

.page-contents table p {
	margin-bottom: 0;
}

/* Price */

.page-contents table .price {
	text-align: right;
	white-space: nowrap;
}

/* Data List */

.page-contents dt,
.page-contents dd {
	margin-bottom: 1.0em;
	font-size: 1.3rem;
	line-height: 1.6;
}

@media screen and (min-width: 600px) {
	.page-contents dt,
	.page-contents dd {
		font-size: 2.08333vw;
	}
}

@media screen and (min-width: 768px) {
	.page-contents dt,
	.page-contents dd {
		font-size: 1.6rem;
	}
}

.page-contents dl p {
	margin-bottom: 0;
}


/* Invisible Horizontalrule */

.page-contents hr.separator-narrow {
	height: 1px;
	padding: 0;
	margin-bottom: 1.0em;
	border: 0;
}

@media screen and (min-width: 768px) {
	.page-contents hr.separator-narrow {
		margin-bottom: 2.0em;
	}
}

.page-contents hr.separator-wide {
	height: 1px;
	padding: 0;
	margin-bottom: 3.0em;
	border: 0;
}

@media screen and (min-width: 768px) {
	.page-contents hr.separator-wide {
		margin-bottom: 6.0em;
	}
}


/* Text Size */

.page-contents p.small {
	font-size: 90%;
}

.page-contents p.large {
	font-size: 150%;
}

.page-contents p.x-large {
	font-size: 200%;
}

/* Note */

.note {
	color: rgba(207, 0, 0, 1.0);
}

.caution {
	padding-left: 1.2em;
	text-indent: -1.1em;
}

/* Box */

.box {
	background-color: #ebebeb;
	margin-bottom: 1.0em;
	padding: 1.0em 2.0em;
}

.box p {
	margin: 0;
}

.redBox {
	background-color: #fff0f0;
	margin-bottom: 1.0em;
	padding: 1.0em 1.0em;
}

@media screen and (min-width: 768px) {
	.redBox {
		padding: 1.0em 2.0em;
	}
}

.redBox p {
	margin: 0;
	color: rgba(207, 0, 0, 1.0);
	font-weight: bold;
}

.redBox p + p {
	margin-top: 1em;
}


/* -----------------------------------------------
 * ! Large Button
 ---------------------------------------------- */

.large-button {
	position: relative;
	width: 300px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.large-button {
		width: 490px;
		height: 90px;
	}
}

.large-button::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 70px;
	border: solid 1px #000000;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	.large-button::before {
		width: 400px;
		height: 90px;
	}
}

.large-button a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.0rem 0 0 2.25rem;
	text-decoration: none;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
	.large-button a {
		padding: 3.0rem 0 0 6.0rem;
		font-size: 2.0rem;
	}
}

.large-button a:hover {
	color: #333333;
}

.large-button a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	right: 20px;
	background-image: url("../images/arrow_l.svg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 75%;
	width: 340px;
	height: 7px;
	transition: all .5s;
}

@media screen and (min-width: 768px) {
	.large-button a::before {
		bottom: 20px;
		background-size: 100%;
	}
}

.large-button a:hover::before {
	right: 0;
}