@charset "utf-8";

/* reset 
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	height: 100%;
	font-size: 62.5% /* 10px */
}
body {
	height: 100%;
	min-width: 320px;
	width: auto !important;
	width: 320px;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;

}
a {
	text-decoration: none;
	color: #111111;
	transition: 0.2s;
}
a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	br.tab {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	br.sp {
		display: none;
	}
}

/* clear 
---------------------------------------- */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

/* layout
---------------------------------------- */
body {
	font-family: "Noto Sans JP", "Noto Serif JP", serif, sans-serif;
	color: #111111;
}
#wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 2.0em;
	box-sizing: border-box;
}

@media screen and (min-width: 1500px) {
	#wrapper {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 2000px) {
	#wrapper {
		font-size: 2.0rem;
	}
}

/* header 
---------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	background-color: rgba(256, 256, 256, 0.8);
}
#header p#logo {
	float: left;
	padding-left: 30px;
	line-height: 76px;
}
#header p#logo img {
	vertical-align: middle;
}
#header #global-navi {
	display: none;
	padding-right: 10px;
}
#header #global-navi ul {
	display: flex;
	padding: 20px 0;
	font-size: 1.8rem;
}
#header #global-navi ul li {
	display: flex;
	height: 100%;
	align-content: center;
	flex-direction: column;
	padding: 0 0.8em;
}
#header #global-navi ul li a {
	display: inline-block;
	color: #11818a;
}
#header #global-navi ul li:last-child a {
	padding: 0 0.5em;
	background: #11818a;
	color: #ffffff;
}

#header div.toggle-wrapper {
	position: relative;
}
#header div.toggle-wrapper div.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.8s ease-in-out;
}
#header div.toggle a.openbtn {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: 20px;
	margin: 0;
	background: none;
	cursor: pointer;
	transition: all 0.4s;
}
#header div.toggle a.openbtn span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 50%;
	border-radius: 1px;
  transform: translateX(-50%);
  transition: 0.2s ease;
  background: #11818a;
}
#header div.toggle a.openbtn span:nth-of-type(1) {
  top: 12px;
}
#header div.toggle a.openbtn span:nth-of-type(2) {
  top: 22px;
}
#header div.toggle a.openbtn span:nth-of-type(3) {
  top: 33px;
}
#header div.toggle a.openbtn.active span {
  background: #11818a;
}
#header div.toggle a.openbtn.active span:nth-of-type(1) {
  width: 30px;
  top: 17px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
}
#header div.toggle a.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
#header div.toggle a.openbtn.active span:nth-of-type(3) {
  width: 30px;
  top: 29px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 1080px) {
	#header #global-navi {
		display: block;
		float: right;
	}
	#header div.toggle {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#header p#logo {
		width: 50%;
		padding-left: 20px;
		line-height: 56px;
	}
	#header div.toggle a.openbtn {
		top: 4px;
		right: 15px;
	}
}

/* modaal */
div.modaal-inner-wrapper {
  padding: 0;
}
div.modaal-container {
  height: 100%;
}
div.modaal-container ul {
  margin-bottom: 2rem;
}
div.modaal-container ul li {
  line-height: 4.0rem;
  font-size: 1.8rem;
}
div.modaal-container ul.pagemenu {
  text-align: center;
}
.modaal-wrapper .modaal-container {
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  background: #e4f0f1;
  text-align: center;
  padding: 20px 0;
}
.modaal-wrapper .modaal-close {
  right: 28px;
  color: #11818a;
}
.modaal-wrapper .modaal-close:hover {
  background: none;
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  width: 3px;
  height: 28px;
  color: #11818a;
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: #11818a;
}
@media screen and (max-width: 480px) {
  .modaal-wrapper .modaal-container {
    width: 100%;
  }
}

/* section 
---------------------------------------- */
.section {
	margin-bottom: 4.5em;
}
.section div.section-inner {
	margin: 0 5%;
}
.section h2 {
	margin-bottom: 1em;
	line-height: 4.8rem;
	font-size: 3.2rem;
	color: #11818a;
	text-align: center;
}
.section h2 img {
	margin-right: 17px;
}
.section h3 {
	margin-bottom: 1em;
	font-size: 2.6rem;
	color: #11818a;
	text-align: center;
}
.section h4 {
	font-size: 2.2rem;
	color: #11818a;
}
.section p.btn {
	text-align: center;
}
.section p.btn a {
	display: inline-block;
	width: 16em;
	border: 2px solid #11818a;
	border-radius: 1.6em;
	background: #ffffff url("../assets/img/ico_btn.svg") 95% 50% / 9px 10px no-repeat;
	line-height: 3em;
	color: #11818a;
	font-size: 1.8rem;
}
.section p.btn a:hover {
	background: #11818a url("../assets/img/ico_btn_hover.svg") 95% 50% / 9px 10px no-repeat;
	color: #ffffff;
	opacity: 1;
}

.section p.btn2 {
	text-align: center;
}
.section p.btn2 a {
	display: inline-block;
	width: 16em;
	border: 2px solid #11818a;
	border-radius: 1.6em;
	background: #11818a url("../assets/img/ico_btn_hover.svg") 95% 50% / 9px 10px no-repeat;
	line-height: 3em;
	color: #ffffff;
	font-size: 1.8rem;
}
.section p.btn2 a:hover {
	background: #ffffff url("../assets/img/ico_btn.svg") 95% 50% / 9px 10px no-repeat;
	color: #11818a;
	opacity: 1;
}

@media screen and (min-width: 1500px) {
	.section h2 {
		line-height: 5.6rem;
		font-size: 3.6rem;
	}
	.section h3 {
		font-size: 3.0rem;
	}
	.section h4 {
		font-size: 2.6rem;
	}
	.section p.btn a,
	.section p.btn2 a {
		font-size: 2.0rem;
	}
}

@media screen and (min-width: 2000px) {
	.section h2 {
		line-height: 6.0rem;
		font-size: 4.0rem;
	}
	.section h3 {
		font-size: 3.6rem;
	}
	.section h4 {
		font-size: 3.0rem;
	}
	.section p.btn a,
	.section p.btn2 a {
		font-size: 2.2rem;
	}
}

/* main-visual */
#main-visual {
	position: relative;
	background: #e4f0f1;
}
#main-visual h1 img {
	width: 100%;
}
#main-visual h1 div.pc {
	display: block;
}
#main-visual h1 div.sp {
	display: none;
}
#main-visual p {
	position: absolute;
	top: 38%;
	left: 7%;
	width: 50%;
	line-height: 6.5rem;
	color: #ffffff;
	font-size: 4.8rem;
	font-weight: bold;
	/*text-shadow: 2px 3px 5px rgba(17, 129, 138, 0.8);*/
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1.0);
	white-space: nowrap;
}
#main-visual p span {
	font-size: 3.0rem;
}
#main-visual strong {
	position: absolute;
	bottom: 2%;
	left: 55%;
	width: 14%;
}
#main-visual div.award {
	position: absolute;
	top: 20%;
	right: 3%;
	width: 14%;
}
#main-visual ul {
	display: flex;
	position: absolute;
	bottom: 3%;
	left: 70%;
	width: 28%;
}
#main-visual ul li {
	padding-right: 1.5rem;
	text-align: center;
}
#main-visual ul li img {
	width: 100%;
	height: auto;
}
#main-visual ul li span img {
	width: 70%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#main-visual h1 div.pc {
		display: none;
	}
	#main-visual h1 div.sp {
		display: block;
	}
	#main-visual p {
		top: 13%;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#main-visual strong {
		display: none;
		/*left: 15%;
		width: 12%;*/
	}
	#main-visual div.award {
		top: 72%;
		left: 16%;
		width: 26%;
	}
	#main-visual ul {
		display: none;
	}
	/*#main-visual ul li span {
		display: none;
	}*/
}

/*@media screen and (max-width: 480px) {
	#main-visual strong {
		left: 10%;
		width: 12%;
	}
	#main-visual ul {
		width: 60%;
		left: 25%;
	}
}*/
/*@media screen and (min-width: 480px) {
	#main-visual p {
		line-height: 4.6rem;
		font-size: 3.0rem;
	}
	#main-visual p span {
		font-size: 2.0rem;
	}
}*/

@media screen and (max-width: 640px) {
	#main-visual p {
		line-height: 5.2rem;
		font-size: 4.0rem;
	}
	#main-visual p span {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 480px) {
	#main-visual p {
		line-height: 3.8rem;
		font-size: 3.0rem;
	}
	#main-visual p span {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 768px) {
	#main-visual p {
		line-height: 5.0rem;
		font-size: 3.0rem;
	}
	#main-visual p span {
		font-size: 2.0rem;
	}
}
@media screen and (min-width: 980px) {
	#main-visual p {
		line-height: 6.0rem;
		font-size: 4.0rem;
	}
	#main-visual p span {
		font-size: 2.6rem;
	}
}
@media screen and (min-width: 1500px) {
	#main-visual p {
		line-height: 8.0rem;
		font-size: 5.8rem;
	}
	#main-visual p span {
		font-size: 3.6rem;
	}
}
@media screen and (min-width: 2000px) {
	#main-visual p {
		line-height: 9.0rem;
		font-size: 6.8rem;
	}
	#main-visual p span {
		font-size: 4.2rem;
	}
}

/* about */
#about {
	padding: 4em 0;
	background: #e4f0f1;
	overflow: hidden;
}
#about h2 img {
	margin: 20px 0 0;
}
#about div.inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
#about div.inner p.text {
	padding-bottom: 2em;
}
#about div.inner div.img {
	margin-right: 3em;
/*	padding-left: 2em;*/
}
#about div.release {
	text-align: center;
	color: #e9545c;
	font-weight: bold;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	#about div.inner {
		display: block;
		text-align: center;
	}
	#about div.inner div.img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	#about div.inner div.img {
		width: 80%;
	}
}

/* cando 
---------------------------------------- */
#cando h3 {
	padding-top: 1rem;
}
#cando ul.scene {
	width: 36em;
	margin: 0 auto 3em;
	padding: 1em 0;
	border-radius: 5px;
	background: #e4f0f1;
	text-align: center;
	line-height: 1.8em;
}
#cando ul.scene li:before {
	content: "● ";
	color: #11818a;
	font-size: 1rem;
}
#cando div.inner {
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}
#cando div.feature {
	width: 44%;
}
#cando div.feature div.feature-inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
#cando div.feature h4 {
	width: 40%;
	white-space: nowrap;
	/*margin: 0 5% 0 8%;*/
	padding-left: 2rem;
}
#cando div.feature h4::after {
	display: inline-block;
	width: 21px;
	height: 28px;
	margin-left: 3px;
	content: url("../assets/img/ico_pin.svg");
	vertical-align: bottom;
}
#cando div.feature div.img {
	width: 35%;
/*	margin: 0 0 0 10%;*/
}
#cando div.feature p.text {
	clear: both;
}
#cando div.feature p.text a {
	color: #11818a;
	text-decoration: underline;
}
#cando div.feature p.text a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#cando ul.scene {
		width: 95%;
	}
	#cando div.inner {
		display: block;
	}
	#cando div.feature {
		width: 100%;
		margin-bottom: 50px;
	}
	#cando div.feature h4 {
		min-height: 50px;
	}
	#cando div.feature h4 br {
		display: none;
	}
}
@media screen and (max-width: 580px) {
	#cando div.feature h4 br {
		display: block;
	}
	#cando ul.scene li {
		padding: 0 1em 0 1.7em;
		text-indent: -0.7em;
		text-align: left;
	}
}
@media screen and (min-width: 1500px) {
	#cando div.feature h4::after {
		width: 0.9em;
		height: 1.2em;
		margin-left: 5px;
	}
	#cando div.feature h4 br {
		display: none;
	}
}

@media screen and (min-width: 2000px) {
}


/* business 
---------------------------------------- */
#business {
	padding: 50px 0;
	background: #e4f0f1;
}
#business h2 + p {
	margin-bottom: 2em;
	text-align: center;
}

/* news 
---------------------------------------- */
#news div.section-inner {
	margin-bottom: 4.5em;
}
#news ul {
	margin-bottom: 3em;
}
#news ul li {
	border-bottom: 1px solid #71a7ac;
}
#news ul li a {
	display: block;
	padding: 1em 1em 1em 2.2em;
	background: url("../assets/img/ico_btn.svg") 1em 1.7em / 9px 10px no-repeat;
}
#news ul li a:hover {
	background: #e4f0f1 url("../assets/img/ico_btn.svg") 1em 1.7em / 9px 10px no-repeat;
	color: #11818a;
	opacity: 1;
}
#news ul li a time {
	display: inline-block;
	width: 7em;
}
#news ul li a p {
	display: inline-block;
}

/* faq 
---------------------------------------- */
#faq div.section-inner {
	margin-bottom: 4.5em;
}
#faq div.block {
	margin-bottom: 5em;
}
#faq dl {
	border-bottom: 1px solid #acacac;
}
#faq dl dt {
	padding: 1em 1em 1em 5rem;
	background: url("../assets/img/ico_open.svg") 1em 1.8em / 11px 7px no-repeat;
	color: #11818a;
	font-size: 1.8rem;
	cursor: pointer;
}
#faq dl.open dt {
	background: url("../assets/img/ico_close.svg") 1em 1.8em / 11px 7px no-repeat;
}
#faq dl.open dt:hover {
	background: url("../assets/img/ico_close.svg") 1em 1.8em / 11px 7px no-repeat;
}
#faq dl dd {
	display: none;
	padding: 0 1em 1.5em 5rem;
}

@media screen and (min-width: 1500px) {
	#faq dl dt {
		font-size: 2.0rem;
	}
}
@media screen and (min-width: 2000px) {
	#faq dl dt {
		font-size: 2.2rem;
	}
}

/* kiji */

ol.wp-block-list {
	margin-top: 1rem;
	margin-left: 1.2em;
	list-style: decimal;
}
ol.wp-block-list li {
	margin-bottom: 1rem;
}

ul.wp-block-list {
	margin-top: 1rem;
	margin-left: 1.2em;
	list-style: disc;
}
ul.wp-block-list li {
	margin-bottom: 1rem;
}

/* contact 
---------------------------------------- */
.wpcf7-spinner {
	display: none;
}

#contact {
	margin-bottom: 0;
	padding: 60px 0;
	background: #e4f0f1;
}
#contact p {
	margin-bottom: 3em;
	text-align: center;
}
#contact p.privacypolicy-link {
	font-size: 1.4rem;
}
#contact p.privacypolicy-link a {
	text-decoration: underline;
}
#contact p.privacypolicy-link a:hover {
	text-decoration: none;
}
#contact table {
	margin: 0 auto 1em;
}
#contact table tr {
	display: block;
}
#contact table th {
	display: block;
	padding-bottom: 0.2em;
	font-weight: normal;
}
#contact table th span.required {
	color: #e9545c;
}
#contact table td {
	display: block;
	margin-bottom: 1em;
}
#contact form input[type=text],
#contact form input[type=email] {
	width: 100%;
	padding: 0.8em 0.8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 1.8rem;
	box-sizing: border-box;
}
#contact form textarea {
	width: 100%;
	height: 250px;
	padding: 0.8em 0.8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 1.8rem;
	box-sizing: border-box;
}
#contact form div.form-btn {
	text-align: center;
}
#contact form div.form-btn input[type=submit] {
	width: 16em;
	border: 2px solid #11818a;
	border-radius: 5px;
	background: #11818a;
	line-height: 3em;
	color: #ffffff;
	font-size: 1.8rem;
	transition: 0.2s;
}
#contact form div.form-btn input[type=submit]:hover {
	background: #ffffff;
	color: #11818a;
}

@media screen and (min-width: 1500px) {
	#contact p.privacypolicy-link {
		font-size: 1.6rem;
	}
	#contact form div.form-btn input[type=submit] {
		font-size: 2.0rem;
	}
}
@media screen and (min-width: 2000px) {
	#contact p.privacypolicy-link {
		font-size: 1.8rem;
	}
	#contact form div.form-btn input[type=submit] {
		font-size: 2.2rem;
	}
}

/* footer 
---------------------------------------- */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #11818a;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
}
#footer a {
	color: #ffffff;
}
#footer h2 {
	padding: 3em 2em 2em;
}
#footer ul.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2em;
	padding: 0 3%;
	overflow: hidden;
}
#footer ul.menu li {
	margin-bottom: 0.5rem;
	padding: 0 1em;
	border-right: 1px solid #ffffff;
	line-height: 1.2em;
}
#footer ul.menu li:last-child {
	border-right: none;
}
#footer ul.menu li a {
	font-size: 1.3rem;
}
#footer p.copyright {
	padding-bottom: 1em;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
	.home #footer {
		padding-bottom: 170px;
	}
}
@media screen and (min-width: 1500px) {
	#footer ul.menu li a {
		font-size: 1.5rem;
	}
	#footer p.copyright {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 2000px) {
	#footer ul.menu li a {
		font-size: 1.7rem;
	}
	#footer p.copyright {
		font-size: 1.6rem;
	}
}

/* dl-bnr 
---------------------------------------- */
div.dl-bnr {
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 340px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	background: #5db8b0;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
}
div.dl-bnr h2 {
	padding: 1em 0.5em 0;
	color: #ffffff;
}
div.dl-bnr h2 img {
	margin-right: 15px;
}
div.dl-bnr ul {
	display: flex;
	justify-content: center;
	padding: 0.5em;
}
div.dl-bnr ul li {
	padding: 0 0.5em;
}
div.dl-bnr ul li img {
	width: 140px;
}

@media screen and (max-width: 768px) {
	div.dl-bnr {
		position: fixed;
		bottom: 0 !important;
		right: 5%;
		display: block !important;
		width: 90%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-top: 4px solid #ffffff;
		border-bottom: none;
		border-right: 4px solid #ffffff;
		border-left: 4px solid #ffffff;
		opacity: 1.0 !important;
	}
	div.dl-bnr h2 {
		padding: 1em 0 0;
	}
	div.dl-bnr ul li {
		width: 40%;
	}
	div.dl-bnr ul li img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	div.dl-bnr h2 {
		font-size: 1.8rem;
	}
	div.dl-bnr h2 img {
		width: 35%;
	}
}
@media screen and (min-width: 1500px) {
	div.dl-bnr {
		width: 400px;
	}
	div.dl-bnr ul li img {
		width: 160px;
	}
}


/* news(list, detail)
---------------------------------------- */
/* breadcomb */
.breadcrumb {
	margin: 0 5%;
	padding: 100px 0 5rem;
	font-size: 1.4rem;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a::after{
	content: '>';
	margin: 0 8px;
}

.allpost div.section-inner {
	margin: 0 3%;
}
.section h1.section-header {
  margin: 0 5% 3.6rem;
  text-align: center;
  line-height: 2em;
  font-size: 3.6rem;
	color: #11818a;
}
.section ul.post-item li {
  text-align: left;
  font-size: 1.6rem;
}
.section ul.post-item li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 5%;
}
.section ul.post-item li time,
.section ul.post-item li p {
  display: block;
  width: 100%;
}
.section div.pnavi {
	display: flex;
	justify-content: center;
	margin: 50px 0 100px;
	text-align: center;
	line-height: 4.0rem;
	font-size: 2.0rem;
}
.section div.pnavi span.page-numbers {
	display: inline-block;
	width: 4.0rem;
	margin-right: 5px;
	border: 1px solid #11818a;
	background: #11818a;
	color: #ffffff;
}
.section div.pnavi a.page-numbers {
	position: relative;
	display: inline-block;
	width: 4.0rem;
	margin-right: 5px;
	border: 1px solid #11818a;
	color: #11818a;
}
.section div.pnavi a.next::after {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #11818a;
	border-right: 1px solid #11818a;
	top: 50%;
	left: 45%;
	transform: translate(-45%, -50%) rotate(45deg);
}
.section div.pnavi a.prev::after {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #11818a;
	border-left: 1px solid #11818a;
	top: 50%;
	left: 55%;
	transform: translate(-55%, -50%) rotate(-45deg);
}
.section div.content-area {
	line-height: 2em;
	font-size: 1.6rem;
}
.section div.content-sub {
	margin-bottom: 5px;
}
.section div.section-inner div.content-header h1 {
	margin-bottom: 4rem;
	font-size: 3.2rem;
	color: #11818a;
}
.section .sentence-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 50px;
	padding: 50px 0 20px;
/*	border-top: 3px solid #251714;*/
}
.section .sentence-nav .prev-page {
	position: relative;
	padding-left: 15px;
}
.section .sentence-nav .next-page {
	position: relative;
	padding-right: 15px;
}
.section .sentence-nav .prev-page a::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	border-top: 1px solid #251714;
	border-left: 1px solid #251714;
	transform: translate(0, -50%) rotate(-45deg);
}
.section .sentence-nav .next-page a::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	right: 0;
	border-top: 1px solid #251714;
	border-right: 1px solid #251714;
	transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 1500px) {
	.breadcrumb {
		font-size: 1.6rem;
	}
	.section h1.section-header {
		font-size: 3.8rem;
	}
	.section div.content-area {
		line-height: 2.4em;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 2000px) {
	.breadcrumb {
		font-size: 1.7rem;
	}
	.section h1.section-header {
		font-size: 4.2rem;
	}
	.section div.content-area {
		line-height: 2.8em;
		font-size: 2.0rem;
	}
}

/* notfound
---------------------------------------- */
.notfound {
	padding: 200px 0 0;
	text-align: center;
}
.notfound h2 span {
	font-size: 2.0rem;
}
.notfound p {
	font-size: 1.6rem;
}
.notfound p.btn {
	margin-top: 50px;
}