@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;

	/* 游ゴシックベース */
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html[lang=en] body {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
}
a[href] {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
}
a[href^="http"],
a[href^="mailto:"] {
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img {
	max-width: 100%;
	height: auto;
}
label {
	cursor: pointer;
}
input, select, textarea, button {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}

button {
	cursor: pointer;
}
iframe {
	max-width: 100%;
	vertical-align: middle;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}
@media screen and (max-width: 768px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
}

sub {
	vertical-align: baseline;
}


/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (min-width: 769px), print {
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
	.sps_non {
		display: none !important;
	}
}

/* sp data-label
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none !important;
	}
	*[data-label]::before {
		content: attr(data-label);
	}
	*[data-label-r]::after {
		display: block;
		content: attr(data-label-r);
	}
}
@media screen and (min-width: 371px) {
	*[data-label-r].spl_r_inline::after {
		display: inline;
	}
}

/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_pd {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sp_full {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
}
@media screen and (max-width: 370px) {
	.sp_full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.sp_pd {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* color
============================================================================================================ */
.c_gold {
}

/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
	a[href],
	a[href]::before,
	a[href]::after,
	button,
	.basic_trs,
	.basic_trs::before,
	.basic_trs::after,
	.basic_trs *,
	.basic_trs *::before,
	.basic_trs *::after {
		-webkit-transition: color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;
		-o-transition: color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;
		transition: color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;
	}
}


/* font family
============================================================================================================ */
.ff_min {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: normal;
}
.ff_en,
.ff_en_before::before,
.ff_en_after::after {
	font-family: 'Times New Roman', 'Tinos', serif;
	font-weight: 400;
}


/* font
============================================================================================================ */
.fwb {
	font-weight: bold;
}


/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}


/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
	a.hv_wh,
	button.hv_wh,
	a .hv_wh,
	.hv_wh a {
		position: relative;
		display: block;
		vertical-align: middle;
		/*overflow: hidden;*/
	}
	a.hv_wh::after,
	button.hv_wh::after,
	a .hv_wh::after,
	.hv_wh a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		-webkit-transition: background 0.4s;
		-o-transition: background 0.4s;
		transition: background 0.4s;
		z-index: 3;
	}
	a[href].hv_wh:hover::after,
	button.hv_wh:hover::after,
	a[href]:hover .hv_wh::after,
	.hv_wh a[href]:hover::after {
		background-color: rgba(255,255,255,0.3);
	}
	a[href].hv_wh.a20:hover::after,
	button.hv_wh.a20:hover::after,
	a[href]:hover .hv_wh.a20::after,
	.hv_wh.a20 a[href]:hover::after {
		background-color: rgba(255,255,255,0.2);
	}
	a[href].hv_wh.a10:hover::after,
	button.hv_wh.a10:hover::after,
	a[href]:hover .hv_wh.a10::after,
	.hv_wh.a10 a[href]:hover::after {
		background-color: rgba(255,255,255,0.1);
	}

	a[href] .hv_op {
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	a[href].hv_op:hover,
	.hv_op a[href]:hover,
	a[href]:hover .hv_op {
		opacity: .7;
	}
	a[href].hv_op.a20:hover,
	a[href]:hover .hv_op.a20 {
		opacity: 0.8;
	}
	a[href].hv_op.a10:hover,
	a[href]:hover .hv_op.a10 {
		opacity: 0.9;
	}

	a[href] .hv_zoom {
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		-o-transition: -o-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		-webkit-transform: scale(1.01);
		-ms-transform: scale(1.01);
		-o-transform: scale(1.01);
		transform: scale(1.01);
	}
	a[href]:hover .hv_zoom {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: 0;
}
.target.pt {
	top: -30px;
}
@media screen and (max-width: 768px) {
	.target {
		top: -60px;
	}
	.target.pt {
		top: -80px;
	}
}

/* w
============================================================================================================ */
.w {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.w::after {
	content: ""; display: table; clear: both;
}
.mw {
	min-width: 1020px;
}
@media screen and (max-width: 768px) {
	.w,
	.xw {
		padding: 0;
		width: auto !important;
		max-width: none !important;
	}
	.mw {
		min-width: 0;
	}
}


/* header
============================================================================================================ */
@media print {
	#header {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	#header {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		padding: 55px 0;
		background-color: #04345a;
		text-align: center;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1000;
	}
	#header .logo {
		margin-bottom: 20px;
	}
	#header .lang {
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.2rem;
	}
	#header .lang a {
		color: #fff;
	}
	#header .gnav {
		padding: 0 10px;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	#header .gnav a {
		display: block;
		padding: 12px 0;
		text-decoration: none;
		color: #fff;
	}
	#header .gnav a > * {
		position: relative;
		display: inline-block;
	}
	#header .gnav a > *::before {
		content: "";
		position: absolute;
		bottom: -2px;
		right: 0;
		left: 0;
		border-top: 1px solid #fff;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 0;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	#header .gnav a[href]:hover > *::before,
	#header .gnav a.current > *::before {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	#header .gnav li ul {
		display: table;
		margin: -3px auto 0;
		padding-bottom: 14px;
		text-align: left;
	}
	#header .gnav li li a {
		padding: 5px 0;
		font-size: 1.3rem;
	}
	#header .social {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	#header .social li + li {
		margin-left: 16px;
	}
}
@media screen and (max-height: 820px) and (min-width: 769px) {
	#header {
		padding: 30px 0;
	}
}
@media screen and (max-height: 790px) and (min-width: 769px) {
	#header .logo {
		margin-bottom: 20px;
	}
	#header .gnav a {
		padding: 8px 0;
	}
}
@media screen and (max-height: 750px) and (min-width: 769px) {
	#header .social {
		margin-top: 20px;
	}
}
@media screen and (max-height: 730px) and (min-width: 769px) {
	#header .gnav a {
		padding: 5px 0;
	}
	#header .gnav li li a {
		padding: 2px 0;
		font-size: 1.3rem;
	}
}
@media screen and (max-height: 660px) and (min-width: 769px) {
	#header {
		padding: 10px 0;
	}
	#header .logo {
		margin-bottom: 10px;
	}
}
@media screen and (max-height: 630px) and (min-width: 769px) {
	#header {
		overflow-y: auto;
	}
}
@media screen and (min-width: 769px) {
	#header {
		width: 220px;
	}
	#header ~ * {
		margin-left: 220px;
	}
	.full_contents {
		margin-left: -220px;
	}
}
@media screen and (min-width: 1500px) {
	#header {
		width: 240px;
	}
	#header ~ * {
		margin-left: 240px;
	}
	.full_contents {
		margin-left: -240px;
	}
}
@media screen and (min-width: 1600px) {
	#header {
		width: 260px;
	}
	#header ~ * {
		margin-left: 260px;
	}
	.full_contents {
		margin-left: -260px;
	}
}

@media screen and (max-width: 768px) {
	#header .logo {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #04345a;
		z-index: 8500;
	}
	#header .logo a {
		display: block;
		width: 100px;
		padding: 8px 0;
		margin: auto;
		text-align: center;
	}
	#header .logo a img {
		width: 44px;
	}

	#header .nav_btn {
		position: fixed;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		background-color: #e55b3c;
		z-index: 9000;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		height: 60px;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 26px;
		margin-top: -1px;
		margin-left: -13px;
		border-top: 2px solid #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}


	#header nav {
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		max-height: calc(100vh - 60px);
		padding: 20px 0 50px;
		background-color: #e55b3c;
		text-align: center;
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 8400;
	}

	/* open */
	#header.open nav {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	/* showed */
	#header.showed nav {
		-webkit-transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	}

	#header .lang {
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.2rem;
	}
	#header .lang a {
		color: #fff;
	}

	#header nav li a {
		position: relative;
		display: block;
		padding: 15px;
		font-size: 1.7rem;
		line-height: 1.3;
		text-decoration: none;
		color: #fff;
	}
	#header .gnav li ul {
		padding-bottom: 20px;
	}
	#header .gnav li li a {
		padding: 5px 0;
		font-size: 1.4rem;
	}

	#header .social {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-top: 25px;
	}
	#header .social li + li {
		margin-left: 20px;
	}
	#header .social li a {
		display: block;
		width: 25px;
		height: 25px;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#header .social li a img {
		display: none;
	}
	#header .social li a.fb {
		background-image: url(../images/head/ico_fb_w.png);
	}
	#header .social li a.ig {
		background-image: url(../images/head/ico_ig_w.png);
	}
	#header .social li a.yt {
		width: 102px;
		background-image: url(../images/head/ico_yt_w.png);
	}
}


/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 140px;
	padding: 0 0 40px;
	background-color: #ea5432;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 60px;
		padding: 0 0 35px;
	}
}

/* link_block
------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
	#footer .link_block {
		max-width: 1290px;
		margin: auto;
		padding: 60px 30px 0;
	}
	#footer .link_block ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		justify-content: center;
	}
	#footer .link_block ul li {
		width: 33.33%;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	#footer .link_block.column2 ul li {
		width: 50%;
	}
	#footer .link_block ul li a {
		display: table;
		width: 100%;
		height: 55px;
		padding: 2px 15px 0;
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.3;
		border: 1px solid #f57e63;
		text-decoration: none;
	}
	#footer .link_block ul li a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#footer .link_block ul li a > * span {
		display: inline-block;
		font-size: 85%;
	}
	#footer .link_block ul li a:hover {
		background-color: rgba(255,255,255,1);
		color: #ea5432;
	}
}
@media screen and (max-width: 768px) {
	#footer .link_block {
		padding-top: 35px;
	}
	#footer .link_block ul {
		border-top: 1px solid #f57e63;
	}
	#footer .link_block ul li {
		border-bottom: 1px solid #f57e63;
	}
	#footer .link_block ul li a {
		display: block;
		padding: 18px 0;
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.3;
		text-decoration: none;
	}
	#footer .link_block ul li a > * span {
		display: inline-block;
	}
}

/* bnr
------------------------------------------------------------- */
#footer .bnr {
	margin-top: 40px;
	margin-bottom: 50px;
}
@media screen and (min-width: 769px), print {
	#footer .bnr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	#footer .bnr li {
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	#footer .bnr {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#footer .bnr img {
		width: auto;
		height: 55px;
	}
	#footer .bnr li + li {
		margin-top: 15px;
	}
}

/* link
------------------------------------------------------------- */
#footer .link {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	#footer .link {
		font-size: 1.1rem;
	}
}

/* copyright
------------------------------------------------------------- */
#footer small {
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	#footer small {
		margin-top: 10px;
		font-size: 1rem;
	}
}


/* container
============================================================================================================ */
#container {
	font-size: 1.6rem;
	line-height: 1.9;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 60px;
		font-size: 1.2rem;
	}
}


/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* title
============================================================================================================ */
/* en_title */
.en_title {
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
}
.en_title .ff_en {
	display: block;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	.en_title {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	.en_title .ff_en {
		margin-bottom: 5px;
		font-size: 2.5rem;
		line-height: 1.3;
		letter-spacing: 1px;
	}
}

/* l_title */
.l_title {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.5;
}
.l_title::after {
	content: "";
	display: block;
	margin-top: 10px;
	width: 60px;
	border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.l_title {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.l_title::after {
		width: 40px;
	}
}



/* page_title
============================================================================================================ */
.page_title {
	display: table;
	width: 100%;
	height: 300px;
	margin-bottom: 120px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 4rem;
	line-height: 1.7;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.page_title > * {
	display: table-cell;
	vertical-align: middle;
}
.page-concept .page_title {
	background-image: url(../../images/page_title_concept.jpg);
}
.page-about .page_title {
	background-image: url(../../images/page_title_about.jpg);
}
.page-education .page_title {
	background-image: url(../../images/page_title_education.jpg);
}
.page-information .page_title {
	background-image: url(../../images/page_title_information.jpg);
}
.page-faq .page_title {
	background-image: url(../../images/page_title_faq.jpg);
}
.page-contact .page_title {
	background-image: url(../../images/page_title_contact.jpg);
}
.page_title.simple {
	height: 180px;
	background-color: #000b20;
}
@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	.page_title {
		height: 100px;
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.page_title.simple {
		height: 80px;
	}
}




/* basic_contents
============================================================================================================ */
.basic_contents {
	padding-left: 5%;
	padding-right: 5%;
}


/* mt_block
============================================================================================================ */
.mt_block {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.mt_block {
		margin-top: 40px;
	}
}


/* para_section (paragraph section)
============================================================================================================ */
.para_section > * + * {
	margin-top: 1.5em;
}
.para_section_s > * + * {
	margin-top: .5em;
}
@media screen and (max-width: 768px) {
}


/* box_btn
============================================================================================================ */
.box_btn,
a.box_btn,
a .box_btn {
	display: block;
	max-width: 300px;
	margin: auto;
	padding: 20px 0;
	background-color: #ea5432;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.3;
}

.box_btn.black {
	background-color: #000;
}
.box_btn.contact {
	max-width: 350px;
	padding: 20px 0;
	font-size: 2.1rem;
	line-height: 1.3;
}
.box_btn.contact > * {
	display: inline-block;
	padding: 5px 0 5px 40px;
	background: url(../../images/index/ico_mail.png) no-repeat 0;
	-webkit-background-size: 30px;
	background-size: 30px;
}
.box_btn.faq {
	max-width: 350px;
	padding: 20px 0;
	font-size: 2.1rem;
	background: #1d1d1d;
	line-height: 1.3;
}
.box_btn.faq > * {
	display: inline-block;
	padding: 5px 0 5px 40px;
	background: url(../../images/index/ico_q.png) no-repeat 0;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.bottom_btn {
	margin-top: 120px;
}
.bottom_btn.s {
	margin-top: 60px;
}


@media screen and (min-width: 769px), print {
	.box_btn.large {
		max-width: none;
		display: table;
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 768px) {
	.box_btn,
	a.box_btn,
	a .box_btn {
		width: 100%;
		padding: 15px 10px;
		font-size: 1.4rem;
	}

	.box_btn.contact {
		font-size: 1.5rem;
	}
	.box_btn.contact > * {
		padding: 5px 0 5px 30px;
		-webkit-background-size: 25px;
		background-size: 25px;
	}
	.box_btn.faq {
		font-size: 1.5rem;
	}
	.box_btn.faq > * {
		padding: 5px 0 5px 30px;
		-webkit-background-size: 25px;
		background-size: 25px;
	}

	.bottom_btn {
		margin-top: 50px;
	}
	.bottom_btn.s {
		margin-top: 30px;
	}

	.box_btn.large {
		max-width: none;
	}
}


a.ico_pdf {
	display: inline-block;
	padding-right: 22px;
	background: url(../images/parts/ico_pdf.png) no-repeat 100%;
	-webkit-background-size: 12px;
	background-size: 12px;
}


/* ul / ol
============================================================================================================ */
.point_li li {
	position: relative;
	padding-left: 1.2em;
}
.point_li li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.dot_li > li {
	position: relative;
	padding-left: 1em;
}
.dot_li > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.dot_li_l > li {
	position: relative;
	padding-left: 1em;
}
.dot_li_l > li::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: .2em;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 100px;
}

.squere_li > li {
	position: relative;
	padding-left: 1.2em;
}
.squere_li > li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li > li {
	position: relative;
	padding-left: 2.2em;
}
.parentheses_li > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.num_li {
	margin-left: 1.8em;
	list-style: decimal;
}
.alphabet_li {
	margin-left: 1.8em;
	list-style: lower-latin;
}

.mt_li > li + li {
	margin-top: 1em;
}

.inline_li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.inline_li li {
	padding-right: 1.5em;
}
.num_li.inline_li li {
	padding-right: 3em;
}

