@import url("normalize.css");
@import url("fonts.css");
@import url("modules.css");
@import url("libs.css");



html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #444;
	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
					text-size-adjust: 100%;
	padding-right: 0 !important;
	background: #fff;
}


@media screen and (max-width: 768px) {
	body: 3.78vw;
}



/* common
------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
	outline: none;
}
*:before, *:after {
  box-sizing: border-box;
}



a {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	color: #444;
	text-decoration: none;
}
a:hover {
	opacity:0.75;
}

.wrap {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}

.-pc-content{
	display: block !important;
}
.-sp-content{
	display: none !important;
}


@media screen and (max-width: 768px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	img {
		width: 100%;
		height: auto;
	}

	.-pc-content {
		display: none !important;
	}
	.-sp-content {
		display: block !important;
	}
}



/* header
------------------------------------------------*/
header {
	position: relative !important;
	z-index: 100;
}
header + div {
	z-index: 10;
}
header h1 {
	padding: 10px 0 0 20px;
}

header .header_gn ul,
header .header_links ul {
	letter-spacing: -.4em;
}
header .header_gn ul li,
header .header_links ul li {
	display: inline-block;
	letter-spacing: normal;
}

header .header_gn {
	padding: 20px 0 18px 30px;
	font-size: 1.4rem;
}
header .header_gn ul li {
	margin-right: 40px;
	letter-spacing: -0.09em;
}
header .header_gn ul li a {
	display: block;
	padding: 37px 0 8px;
	position: relative;
}
header .header_gn ul li.nv01 a { border-bottom: 3px solid #f5a9a9; }
header .header_gn ul li.nv02 a { border-bottom: 3px solid #f5e297; }
header .header_gn ul li.nv03 a { border-bottom: 3px solid #b4eed8; }
header .header_gn ul li.nv04 a { border-bottom: 3px solid #f5a9a9; }
header .header_gn ul li.nv05 a { border-bottom: 3px solid #f5e297; }
header .header_gn ul li.nv06 a { border-bottom: 3px solid #b4eed8; }
header .header_gn ul li.nv07 a { border-bottom: 3px solid #f5a9a9; }
header .header_gn ul li a::before {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 0;
	margin-left: -16px;
	content: '';
}
header .header_gn ul li.nv01 a::before { background: url(/images/header_nav_ico01.png) no-repeat center center; }
header .header_gn ul li.nv02 a::before { background: url(/images/header_nav_ico02.png) no-repeat center center; }
header .header_gn ul li.nv03 a::before { background: url(/images/header_nav_ico03.png) no-repeat center center; }
header .header_gn ul li.nv04 a::before { background: url(/images/header_nav_ico04.png) no-repeat center center; }
header .header_gn ul li.nv05 a::before { background: url(/images/header_nav_ico05.png) no-repeat center center; }
header .header_gn ul li.nv06 a::before { background: url(/images/header_nav_ico06.png) no-repeat center center; }
header .header_gn ul li.nv07 a::before { background: url(/images/header_nav_ico07.png) no-repeat center center; }

header .header_links {
	position: absolute;
	left: 378px;
	top: 10px;
	font-size: 1.4rem;
}
header .header_links ul {
	text-align: center;
}
header .header_links ul li {
	margin-right: 20px;
}
header .header_links a {
	color: #444;
}
header .header_links a::before {
	position: relative;
	top: 2px;
	padding-right: 5px;
	font-family: ionicons;
	font-size: 128%;
	content: "\f152";
	color: #8bd34f;
}

header .header_tel {
	position: absolute;
	left: 937px;
	top: 0;
}

header .hiraku-open-btn {
	display: none;
}


@media screen and (max-width: 768px) {
	header {
		position: fixed !important;;
		width: 100%;
		height: 65px;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 1000;
		border-bottom: 1px solid #8bd34f;
	}
	.ccm-toolbar-visible header {
		top: 48px;
	}

	header .wrap {
		width: 100%;
		padding: 0;
	}

	header h1 {
		width: 57.14%;
		padding: 10px 0 0 4%;
	}
	header h1 img {
		width: auto;
		max-width: 100%;
		max-height: 50px;
		height: auto;
	}

	header .header_gn,
	header .header_links {
		display: none;
	}

	header .hiraku-open-btn {
		display: block;;
	}

	header + .header_tel {
		position: relative;
		margin-top: 10px;
		padding: 4%;
		left: 0;
		background: url(/images/ft_contact_bg.png) center center;
	}

	header + * {
		padding-top: 65px !important;
	}
}



/* eyecatch
------------------------------------------------*/
#eyecatch {
	position: relative;
	max-height: 250px;
	overflow: hidden;
}
#eyecatch.top {
	max-height: none;
}
#eyecatch .wrap {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -640px;
}

#eyecatch .wrap h2 {
	top: 50%;
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	opacity: 0;
}
#eyecatch.top .wrap p {
	text-align: right;
}

#eyecatch .eyecatch_bg img {
	width: 100%;
	transform-origin: center center;
}

/* 2018.06.29修正 */
@media screen and (max-width: 768px) {
	#eyecatch .wrap {
		position: absolute;
		left: 0;
/*		top: 65px;*/
		margin-left: 0;
	}

	#eyecatch .wrap h2 {
		font-size: 5.5vw;
	}
/*
	#eyecatch img {
		width: 100%;
		height: auto;
		max-height: 250px;
	}
*/
}



/* contents common
------------------------------------------------*/

/* 2018.06.09修正：margin-top削除 */
#contents {
	position: relative;
	z-index: 100;
}

#contents #kv {
	padding: 0 30px;
}
#contents #kv #kv_slider {
	width: 100%;
	height: auto;
}
#contents #kv #kv_slider > div img {
	width: 100%;
}

#contents .fs12 {
	font-size: 1.2rem;
}
#contents .fs16 {
	font-size: 1.6rem;
}

#contents .attention_box {
	padding: 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px double #8bd34f
}
#contents .border_box {
	padding: 10px;
	border: 1px solid #8bd34f
}

#contents .iframeWrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#contents .iframeWrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

#contents .col1 {
	color: #8bd34f;
}

#contents .width485 {
	width: 485px;
}

 #top-caution {
	padding: 0 60px;
}

#contents .top-insta {
	padding: 0 30px;
	background-color: red;
}
#top-insta> img {
	width:300px;
}


@media screen and (max-width: 768px) {
	#contents {
		margin-top: 15px;
	}

	#contents #kv {
		padding: 0;
	}

	#contents .width485 {
		width: 100%;
	}
}



/* contents heading
------------------------------------------------*/
#contents .section h3 {
	margin-bottom: 35px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 3.0rem;
	font-weight: 700;
	color: #8bd34f;
	border-bottom: 3px double #8bd34f
}
#contents .section h4 {
	margin-top: 35px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 2.0rem;
	font-weight: 700;
}
#contents .section h4:first-child {
	margin-top: 0;
}
#contents .section h4::before {
	position: relative;
	top: 1px;
	padding-right: 5px;
	font-size: 110%;
	content: "●";
	color: #8bd34f;
}


@media screen and (max-width: 768px) {
	#contents .section h3 {
		margin-bottom: 20px;
		font-size: 5.0vw;
	}

	#contents .section h4 {
		font-size: 4.5vw;
	}
}



/* contents breadcrumb
------------------------------------------------*/
#contents #breadcrumb {
	margin: 0 0 70px;
	padding: 10px 30px 0;
	background: #fff;
}
#contents #breadcrumb > ul {
	letter-spacing: -.4em;
}
#contents #breadcrumb > ul li,
#contents #breadcrumb > ul li ul {
	display: inline-block;
	margin-left: 40px;
	font-size: 1.2rem;
	letter-spacing: normal;
}
#contents #breadcrumb > ul li a::before {
	position: relative;
	left: -20px;
	top: 1px;
	font-family: ionicons;
	font-size: 120%;
	content: "\f152";
	color: #444;
}
#contents #breadcrumb > ul > li:first-child,
#contents #breadcrumb > ul li ul {
	margin-left: 0;
}
#contents #breadcrumb > ul > li:first-child a::before {
	content: '';
}



@media screen and (max-width: 768px) {
	#contents #breadcrumb {
		display: none;
	}
}



/* contents section
------------------------------------------------*/
#contents .section {
	margin-top: 70px;
	padding: 0 120px;
}

#contents .section .section_column {
	width: 485px;
	float: left;
	margin: 20px 70px 0 0;
}
#contents .section .section_column::after {
	content: '';
	display: block;
	clear: both;
}
#contents .section .section_column:nth-child(2n) {
	margin-right: 0;
}
#contents .section .section_column:nth-child(-n+2) {
	margin-top: 0;
}

#contents #campaign .section {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#contents .section {
		margin-top: 30px;
		padding: 0;
	}

	#contents .section .section_column {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	#contents .section .section_column:first-child {
		margin-top: 0;
	}
	#contents .section .section_column:nth-child(-n+2) {
		margin-top: 20px;
	}
}



/* c5 override
------------------------------------------------*/
#contents .youtubeBlock,
#contents .ccm-block-calendar-wrapper {
	margin-left: 120px;
	margin-right: 120px;
}
#contents #intro_mv .youtubeBlock {
	margin-left: 0;
	margin-right: 0;
}


@media screen and (max-width: 768px) {
	#contents .youtubeBlock,
	#contents .ccm-block-calendar-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}




/* index nav
------------------------------------------------*/
#index_nav {
	padding: 0 60px;
}
#index_nav ul {
	letter-spacing: -.4em;
}
#index_nav ul li {
	display: inline-block;
	width: 366px;
	margin: 31px 0 0 31px;
	padding: 6px;
	letter-spacing: normal;
	border: 2px solid #8bd34f;
}
#index_nav ul li:nth-child(3n+1) {
	margin-left: 0;
}
#index_nav ul li:nth-child(-n+3) {
	margin-top: 0;
}
#index_nav ul li p {
	height: 40px;
	padding: 0 5px;
	font-weight: 700;
	line-height: 40px;
	background: url(/images/ft_contact_bg.png);
}


@media screen and (max-width: 768px) {
	#index_nav {
		padding: 0 15px;
	}
	#index_nav ul li {
		width: 100%;
		margin: 20px 0 0;
	}
	#index_nav ul li:first-child {
		margin-top: 0;
	}
	#index_nav ul li:nth-child(-n+3) {
		margin-top: 20px;
	}
}



/* keyvisual
------------------------------------------------*/
#kv {
	padding: 0 30px;
}



/* ================================================
*
* about-school
*
================================================ */
/* stuff
------------------------------------------------*/
.stuff_box {
	padding-bottom: 15px;
	border-bottom: 1px dotted #8bd34f;
}
.stuff_box p {
	float: left;
	margin-right: 30px;
}
.stuff_box dl {
	width: 275px;
	float: right;
}
.stuff_box dl dt {
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background: #8bd34f;
}
.stuff_box dl dt span {
	font-size: 1.4rem;
	font-weight: 400;
}


@media screen and (max-width: 768px) {
	.stuff_box p {
		width: 40%;
		margin-right: 5%;
	}
	.stuff_box dl {
		width: 55%;
	}
	.stuff_box dl dt {
		padding: 5px 10px;
		font-size: 3.78vw;
	}
	.stuff_box dl dt span {
		font-size: 3.0vw;
	}
	.stuff_box dl dd {
		font-size: 3.5vw;
	}
}



/* qa
------------------------------------------------*/
.qa .qa_list li {
	margin-top: 15px;
}
.qa .qa_list li:first-child {
	margin-top: 0;
}
.qa .qa_list dl dt {
	position: relative;
	margin-bottom: 15px;
	padding: 8px 40px 8px 35px;
	background: #ecfd99;
	cursor: pointer;
}
.qa .qa_list dl dd {
	display: none;
	position: relative;
	padding: 8px 10px 8px 35px;
}
.qa .qa_list dl dt::before,
.qa .qa_list dl dd::before {
	position: absolute;
	left: 10px;
	top: -2.5px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #8bd34f;
}
.qa .qa_list dl dt::before {
	content: "Q";
}
.qa .qa_list dl dd::before {
	left: 12px;
	content: "A";
}
.qa .qa_list dl dt::after {
	position: absolute;
	padding: 1px 5px;
	right: 10px;
	top: 5px;
	font-family: ionicons;
	font-size: 2.4rem;
	font-weight: 700;
	color: #8bd34f;
	content: '\f218';
	background: #fff;
	border: 1px solid #8bd34f;
	-webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.qa .qa_list dl dt.active::after {
	content: '\f209';
}


/* voice
------------------------------------------------*/

/* 2018.06.29追加 */
#contents #voice .section_column {
	padding: 10px;
	background: #ecfd99;
}



/* ================================================
*
* camp
*
================================================ */
/* camp_discount
------------------------------------------------*/
#camp_discount ul {
	padding: 25px;
	letter-spacing: -.4em;
	text-align: center;
	border: 5px solid #d5efbf;
}
#camp_discount ul li {
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
}
#camp_discount ul li:first-child {
	margin-left: 0;
}
#camp_discount ul li::after {
	content: '';
	display: block;
	clear: both;
}
#camp_discount ul li p {
	display: inline-block;
	width: 20%;
	padding: 5px 7px 5px 10px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
	background: #f07c7c;
	border-radius: 5px;
}
#camp_discount ul li dl {
	width: 80%;
	padding-left: 10px;
	float: right;
}
#camp_discount ul li dl dt {
	font-weight: 700;
}
#camp_discount ul li dl dd {
	font-size: 1.4rem;
}


@media screen and (max-width: 768px) {
	#camp_discount ul {
		padding: 10px;
	}
	#camp_discount ul li {
		display: inline-block;
		width: 100%;
		margin-left: 0;
		margin-top: 5%;
	}
	#camp_discount ul li:first-child {
		margin-top: 0;
	}
}



/* ================================================
*
* school-bus
*
================================================ */
/* bus_status
------------------------------------------------*/
@media screen and (max-width: 768px) {
	#bus_status iframeWrapper {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#bus_status iframeWrapper iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important
	}
}



/* ================================================
*
* application / catalog / info
*
================================================ */
/* input_caution
------------------------------------------------*/
#input_caution ul li {
	margin: 10px 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#input_caution a {
	text-decoration: underline;
}

/* input_form
------------------------------------------------*/
#input_form form {
	margin: 0;
	padding: 0;
}
#input_form > ul,
#input_form ul.child_list {
	letter-spacing: -.4em;
}
#input_form > ul > li,
#input_form ul.child_list li {
	display: inline-block;
	width: 100%;
	letter-spacing: normal;
	vertical-align: top;
}
#input_form > ul > li {
	margin-top: 50px;
}
#input_form > ul > li:not(.w50p):first-child {
	margin-top: 0;
}
#input_form ul.child_list li {
	position: relative;
	width: 25%;
	margin: 10px 0;
}
#input_form .w25p {
	width: 25% !important;
}
#input_form .w30p {
	width: 30% !important;
}
#input_form .w33p {
	width: 33% !important;
}
#input_form .w50p {
	width: 50% !important;
}
#input_form .w75p {
	width: 75% !important;
}
#input_form .w100p {
	width: 100% !important;
}


@media screen and (max-width: 768px) {
	#input_form > ul > li {
		margin-top: 20px;
	}
	#input_form ul.child_list li {
		width: 50%;
		padding-right: 5px;
	}
	#input_form .w25p,
	#input_form .w30p,
	#input_form .w33p,
	#input_form .w50p,
	#input_form .w75p,
	#input_form .w100p {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#input_form .w33p_sp {
		width: 33% !important;
		padding-right: 10px !important;
	}
	#input_form ul.child_list li.pr15,
	#input_form ul.child_list li.pl15 {

	}
}


/* input parts c5 override
------------------------------------------------*/
#input_form legend {
	display: none;
}
#input_form fieldset {
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
	border: none;
}

#input_form fieldset .form-group {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	letter-spacing: normal;
	vertical-align: top;
}
#input_form fieldset .form-group .radio {
	display: inline-block;
	width: 50%;
	margin: 15px 0;
	vertical-align: top;
}
#input_form fieldset .form-group .checkbox {
	display: inline-block;
	width: 25%;
	margin: 5px 0;
	vertical-align: top;
}
#input_form .form-group.captcha {
	width: 50%;
	margin: 35px auto;
}
#input_form .form-group.captcha div:first-child {
	margin: 35px 0 0;
}


#input_form fieldset label.control-label {
	font-size: 2.0rem;
	font-weight: 700;
}
#input_form fieldset label.control-label::before {
	position: relative;
	top: 1px;
	padding-right: 5px;
	font-size: 110%;
	content: "●";
	color: #8bd34f;
}
#input_form fieldset span.text-muted.small {
	color: #8bd34f;
}

#input_form .form-actions {
	margin-top: 50px;
	text-align: center;
}
#input_form .form-actions button {
	width: 485px;
}


@media screen and (max-width: 768px) {
	#input_form fieldset label.control-label h4 {
		font-size: 4.5vw;
	}
	#input_form .form-group.captcha {
		width: 100%;
	}

	#input_form .form-actions button {
		width: 100%;
	}

	#input_form fieldset .form-group .checkbox {
		width: 50%;
	}
}



/* input parts c5 override - info
------------------------------------------------*/
#input_form.info fieldset .form-group:nth-child(-n+6) {
	width: 50%;
}
#input_form.info fieldset .form-group:nth-child(2n) {
	padding-right: 15px;
}
#input_form.info fieldset .form-group:nth-child(2n+1) {
	padding-left: 15px;
}
#input_form.info fieldset .form-group:nth-child(7) {
	padding: 0;
}

@media screen and (max-width: 768px) {
	#input_form.info fieldset .form-group:nth-child(-n+6) {
		width: 100%;
	}
	#input_form.info fieldset .form-group:nth-child(2n) {
		padding-right: 0;
	}
	#input_form.info fieldset .form-group:nth-child(2n+1) {
		padding-left: 0;
	}
	#input_form.info fieldset .form-group:nth-child(7) {
		padding: 0;
	}
}



/* input parts c5 override - catalog
------------------------------------------------*/
#input_form.catalog fieldset .form-group:nth-child(5),
#input_form.catalog fieldset .form-group:nth-child(6),
#input_form.catalog fieldset .form-group:nth-child(7),
#input_form.catalog fieldset .form-group:nth-child(12),
#input_form.catalog fieldset .form-group:nth-child(13) {
	width: 50%;
}
#input_form.catalog fieldset .form-group:nth-child(8),
#input_form.catalog fieldset .form-group:nth-child(9),
#input_form.catalog fieldset .form-group:nth-child(10) {
	width: 25%;
}
#input_form.catalog fieldset .form-group:nth-child(11) {
	width: 75%;
}
#input_form.catalog fieldset .form-group {
	padding-right: 15px;
}
#input_form.catalog fieldset .form-group:nth-child(6),
#input_form.catalog fieldset .form-group:nth-child(9),
#input_form.catalog fieldset .form-group:nth-child(11),
#input_form.catalog fieldset .form-group:nth-child(13) {
	padding-right: 0;
	padding-left: 15px;
}
#input_form.catalog fieldset .form-group:nth-child(8) {
	padding-right: 15px;
	padding-left: 15px;
}


@media screen and (max-width: 768px) {
	#input_form.catalog fieldset .form-group:nth-child(5),
	#input_form.catalog fieldset .form-group:nth-child(6),
	#input_form.catalog fieldset .form-group:nth-child(7),
	#input_form.catalog fieldset .form-group:nth-child(12),
	#input_form.catalog fieldset .form-group:nth-child(13) {
		width: 100%;
	}
	#input_form.catalog fieldset .form-group:nth-child(8),
	#input_form.catalog fieldset .form-group:nth-child(9),
	#input_form.catalog fieldset .form-group:nth-child(10) {
		width: 100%;
	}
	#input_form.catalog fieldset .form-group:nth-child(11) {
		width: 100%;
	}
	#input_form.catalog fieldset .form-group {
		padding-right: 0;
	}
	#input_form.catalog fieldset .form-group:nth-child(6),
	#input_form.catalog fieldset .form-group:nth-child(9),
	#input_form.catalog fieldset .form-group:nth-child(11),
	#input_form.catalog fieldset .form-group:nth-child(13) {
		padding-right: 0;
		padding-left: 0;
	}
	#input_form.catalog fieldset .form-group:nth-child(8) {
		padding-right: 0;
		padding-left: 0;
	}
}




/* input parts c5 override - entry
------------------------------------------------*/
#input_form.entry fieldset .form-group:nth-child(5),
#input_form.entry fieldset .form-group:nth-child(6),
#input_form.entry fieldset .form-group:nth-child(7),
#input_form.entry fieldset .form-group:nth-child(12),
#input_form.entry fieldset .form-group:nth-child(13),
#input_form.entry fieldset .form-group:nth-child(14),
#input_form.entry fieldset .form-group:nth-child(15) {
	width: 50%;
}
#input_form.entry fieldset .form-group:nth-child(8),
#input_form.entry fieldset .form-group:nth-child(9),
#input_form.entry fieldset .form-group:nth-child(10) {
	width: 25%;
}
#input_form.entry fieldset .form-group:nth-child(11) {
	width: 75%;
}
#input_form.entry fieldset .form-group {
	padding-right: 15px;
}
#input_form.entry fieldset .form-group:nth-child(6),
#input_form.entry fieldset .form-group:nth-child(9),
#input_form.entry fieldset .form-group:nth-child(11),
#input_form.entry fieldset .form-group:nth-child(13),
#input_form.entry fieldset .form-group:nth-child(15) {
	padding-right: 0;
	padding-left: 15px;
}
#input_form.entry fieldset .form-group:nth-child(8) {
	padding-right: 15px;
	padding-left: 15px;
}
#input_form.entry fieldset .form-group:nth-child(3),
#input_form.entry fieldset .form-group:nth-child(4),
#input_form.entry fieldset .form-group:nth-child(16) {
	padding-right: 0;
	padding-left: 0;
}


@media screen and (max-width: 768px) {
	#input_form.entry fieldset .form-group:nth-child(5),
	#input_form.entry fieldset .form-group:nth-child(6),
	#input_form.entry fieldset .form-group:nth-child(7),
	#input_form.entry fieldset .form-group:nth-child(12),
	#input_form.entry fieldset .form-group:nth-child(13),
	#input_form.entry fieldset .form-group:nth-child(14),
	#input_form.entry fieldset .form-group:nth-child(15) {
		width: 100%;
	}
	#input_form.entry fieldset .form-group:nth-child(8),
	#input_form.entry fieldset .form-group:nth-child(9),
	#input_form.entry fieldset .form-group:nth-child(10) {
		width: 100%;
	}
	#input_form.entry fieldset .form-group:nth-child(11) {
		width: 100%;
	}
	#input_form.entry fieldset .form-group {
		padding-right: 0;
	}
	#input_form.entry fieldset .form-group:nth-child(6),
	#input_form.entry fieldset .form-group:nth-child(9),
	#input_form.entry fieldset .form-group:nth-child(11),
	#input_form.entry fieldset .form-group:nth-child(13),
	#input_form.entry fieldset .form-group:nth-child(15) {
		padding-right: 0;
		padding-left: 0;
	}
	#input_form.entry fieldset .form-group:nth-child(8) {
		padding-right: 0;
		padding-left: 0;
	}
}



/* input parts - text / textarea
------------------------------------------------*/
#input_form input[type="text"],
#input_form input[type="email"],
#input_form input[type="tel"],
#input_form select,
#input_form textarea {
	width: 100%;
	margin-top: 10px;
	padding: 8px 10px;
	font-size: inherit;
	color: inherit;
	border: 1px solid #ddd;
}
#input_form textarea {
	height: 300px;
	resize: none;
}

/* input parts - checkbox
------------------------------------------------*/
/*
#input_form input[type="checkbox"],
#input_form input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
#input_form label span {
	display: inline-block;
	padding-left: 30px;
}
#input_form label input[type="checkbox"],
#input_form label input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#input_form label input[type="checkbox"] + span::before,
#input_form label input[type="checkbox"] + span::after {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}
#input_form label input[type="checkbox"] + span::before {
	width: 22px;
	height: 22px;
	background: #ddd;
	border-radius: 5px;
	z-index: 0;
}
#input_form label input[type="checkbox"] + span::after {
	width: 6px;
	height: 9px;
	margin: 5px 8px;
	z-index: 1;
}
#input_form label input[type="checkbox"]:checked + span::before {
	background-color: #616161;
}
#input_form label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}
*/

/* input parts - radio
------------------------------------------------*/
/*
#input_form label input[type="radio"] + span::before,
#input_form label input[type="radio"] + span::after {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}
#input_form label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 22px;
}
#input_form label input[type="radio"] + span::before {
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #ddd;
	border: 2px #ddd solid;
	z-index: 0;
}
#input_form label input[type="radio"]:checked + span::before {
	background-color: #fff;
	border: 6px #616161 solid;
}
*/

/* input parts - select
------------------------------------------------*/
/*
#input_form select{
	width: 100%;
	padding: 8px 10px;
	text-overflow: '';
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	outline: none;
	background: none transparent;
	border: 1px solid #ddd;
	-webkit-appearance: button;
		 -moz-appearance: button;
					appearance: button;
}
#input_form select option{
	background-color: #fff;
	color: #444;
}
#input_form select::-ms-expand {
	display: none;
}
#input_form select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
#input_form .selectWrapper {
	position: relative;
}
#input_form .selectWrapper::before {
	position: absolute;
	right: 15px;
	top: 0;
	font-family: IonIcons;
	font-size: 128%;
	content: "\f104";
	line-height: 43px;
	color: #8bd34f;
	z-index: 1;
	pointer-events: none;
}
*/

/* input parts - submit / button
------------------------------------------------*/
#input_form button {
	position: relative;
	padding: 8px 10px;
	font-size: 1.8rem;
	color: #fff;
	background: #8bd34f;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
#input_form button.btn_back {
	color: #fff;
	background: #ddd;
}
#input_form button::before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	font-family: fvlicense;
	content: "\f106";
	line-height: 43px;
	color: #fff;
	pointer-events: none;
}
#input_form button.btn_back::before {
	right: auto;
	left: 15px;
	content: "\f107";
	color: #fff;
}
#input_form button:hover {
	opacity: 0.75;
}




/* ================================================
*
* top page
*
================================================ */
h2.shout {
	display: inline-block;
	position: relative;
	padding: 0 40px;
	color: #444;
	font-size: 2.6rem;
	font-weight: 700;
}
h2.shout::before,
h2.shout::after {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	content: '';
	background: #8bd34f;
	transform-origin: center center;
}
h2.shout::before {
	left: 0;
	transform: rotate(-30deg);
}
h2.shout::after {
	right: 0;
	transform: rotate(30deg);
}
h2.shout.col-w::before,
h2.shout.col-w::after {
	background: #fff;
}


@media screen and (max-width: 768px) {
	h2.shout {
		font-size: 5.0vw;
	}
}



/* kv
------------------------------------------------*/
#top-kv {
	position: relative;
}
#top-kv .wrap {
	padding: 30px 30px 0;
	background: #fff;
}

#top-kv #kv_slider {
	width: 100%;
	height: auto;
}
#top-kv #kv_slider > div img {
	width: 100%;
}


#top-kv p.more {
	position: absolute;
	right: 30px;
	bottom: 0;
}
#top-kv p.more a {
	position: relative;
	color: #444;
}
#top-kv p.more a::after {
	position: relative;
	top: 2px;
	padding-left: 5px;
	font-family: ionicons;
	font-size: 128%;
	content: "\f152";
	color: #ff444c;
}



@media screen and (max-width: 768px) {
	#top-kv .wrap {
		padding: 0 15px;
	}
}





/* pickup
------------------------------------------------*/
#top-pickup {
	margin-top: 90px;
}
#top-pickup .wrap {
	padding: 0 60px;
}

#top-pickup h2 {
	margin-bottom: 50px;
}
#top-pickup ul {
	letter-spacing: -.4em;
	text-align: center;
}
#top-pickup ul li {
	display: inline-block;
	margin-left: 30px;
	letter-spacing: normal;
}
#top-pickup ul li:first-child {
	margin-left: 0;
}


@media screen and (max-width: 768px) {
	#top-pickup {
		margin-top: 50px;
	}
	#top-pickup .wrap {
		padding: 0 15px;
	}

	#top-pickup h2 {
		margin-bottom: 15px;
	}

	#top-pickup ul li {
		display: block;
		margin-left: 0;
		margin-top: 15px;
		letter-spacing: normal;
	}
	#top-pickup ul li:first-child {
		margin-top: 0;
		margin-left: 0;
	}
}



/* plan
------------------------------------------------*/
#top-plan {
	margin-top: 100px;
	padding: 60px 0 100px;
	background: #8bd34f;
}
#top-plan .wrap {
	padding: 0 60px;
}

#top-plan h2 {
	margin-bottom: 35px;
}
#top-plan ul {
	letter-spacing: -.4em;
	text-align: center;
}
#top-plan ul li {
	display: inline-block;
	margin-left: 40px;
	letter-spacing: normal;
}
#top-plan ul li:first-child {
	margin-left: 0;
}


@media screen and (max-width: 768px) {
	#top-plan {
		margin-top: 50px;
		padding: 25px 0;
		background: #8bd34f;
	}
	#top-plan .wrap {
		padding: 0 15px;
	}

	#top-plan h2 {
		margin-bottom: 15px;
	}
	#top-plan ul li {
		display: inline-block;
		width: 50%;
		margin-left: 0;
		letter-spacing: normal;
	}
	#top-plan ul li:first-child {
		margin-left: 0;
	}
	#top-plan ul li:nth-child(2n) {
		padding-left: 9px;
	}
	#top-plan ul li:nth-child(2n-1) {
		padding-right: 9px;
	}
	#top-plan ul li:nth-child(-n+2) {
		margin-bottom: 15px;
	}
}



/* info
------------------------------------------------*/
#top-info {
	margin-top: 100px;
	padding-bottom: 100px;
	background: url(/images/top-info_bg.jpg) no-repeat left bottom;
}
#top-info::after {
	content: '';
	display: block;
	clear: both;
}

#top-info .wrap > div {
	position: relative;
	width: 620px;
	float: left;
}

#top-info h2 {
	margin-bottom: 40px;
}

#top-info #info_news li {
	padding: 20px 0;
	border-bottom: 1px dotted #a6a6a6;
}
#top-info #info_news li:first-child {
	padding-top: 0;
	border-bottom: 1px dotted #a6a6a6;
}
#top-info #info_news li dl {
	display: table;
	font-size: 1.6rem;
}
#top-info #info_news li dl dt {
	display: table-cell;
	padding-right: 35px;
	font-weight: 700;
	color: #8bd34f;
}
#top-info #info_news li dl dd {
	display: table-cell;
	visibility:visible;
}

#top-info #info_access {
	margin-left: 40px;
}
#top-info #info_access .access_bg {
	padding: 10px;
	background: url(/images/top-access_bg.png) center center;
	border-radius: 5px;
}
#top-info #info_access .access_bg > div {
	padding: 20px;
	background: #fff;
}

#top-info #info_access .access_bg > div dl {
	display: table;
	width: 100%;
	margin-top: 20px;
	font-size: 1.58rem;
}
#top-info #info_access .access_bg > div dl dt {
	display: table-cell;
	width: 136px;
	padding-right: 15px;
	font-weight: 700;
	color: #444;
	letter-spacing: -0.05em;
}
#top-info #info_access .access_bg > div dl dd {
	display: table-cell;
	width: 424px;
	padding-left: 15px;
	color: #444;
	border-left: 1px solid #8bd34f;
}
#top-info #info_access .access_bg > div dl dd p {
	margin-top: 35px;
}
#top-info #info_access .access_bg > div dl dd p.txt {
	float: left;
	margin-right: 10px;
	font-size: 1.2rem;
}
#top-info #info_access .access_bg > div dl dd p.btn {
	float: right;
}
#top-info #info_access .access_bg > div dl dd p.btn a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	background: #efefef;
}
#top-info #info_access .access_bg > div dl dd p.btn a::before {
	position: relative;
	top: 2px;
	padding-right: 3px;
	font-family: fvlicense;
	font-size: 128%;
	content: '\f148';
	color: #ff444c;
}
#top-info #info_access .access_bg > div dl dd p.btn a::after {
	position: relative;
	top: 2px;
	padding-left: 2px;
	content: url(/images/ico_pdf_small.png);
}
#top-info #info_access .access_bg > div .access_bus {
	margin-top: 30px;
	padding: 18px;
	color: #fff;
	background: #8bd34f;
}
#top-info #info_access .access_bg > div .access_bus p::before {
	position: relative;
	top: 2px;
	padding-right: 3px;
	font-family: ionicons;
	font-size: 128%;
	content: '\f10b';
	color: #fff;
}
#top-info #info_access .access_bg > div .access_bus ul {
	margin-top: 8px;
	letter-spacing: -.4em;
}
#top-info #info_access .access_bg > div .access_bus ul li {
	display: inline-block;
	margin-left: 11px;
	letter-spacing: normal;
}
#top-info #info_access .access_bg > div .access_bus ul li:first-child {
	margin-left: 0;
}


@media screen and (max-width: 768px) {
	#top-info {
		margin-top: 50px;
		padding-bottom: 0;
		background: none;
	}

	#top-info .wrap {
		padding: 0;
	}
	#top-info .wrap > div {
		position: relative;
		width: 100%;
		float: none;
	}

	#top-info h2 {
		margin-bottom: 15px;
	}

	#top-info #info_news {
		padding: 0 15px;
	}

/* 2018.06.29修正：font-size変更 */
	#top-info #info_news li dl {
		font-size: 1.4rem;
	}
	#top-info #info_news li dl dt {
		padding-right: 15px;
	}

	#top-info #info_access {
		margin-top: 50px;
		margin-left: 0;
	}

	#top-info #info_access .access_map {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#top-info #info_access .access_map iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important
	}

	#top-info #info_access .access_bg > div dl {
		display: block;
		width: 100%;
		margin-top: 20px;
		font-size: 1.58rem;
	}
	#top-info #info_access .access_bg > div dl dt {
		display: block;
		width: 100%;
		padding-right: 15px;
		font-weight: 700;
		color: #444;
		letter-spacing: -0.05em;
	}

/* 2018.06.29修正：font-size変更 */
	#top-info #info_access .access_bg > div dl dd {
		display: block;
		width: 100%;
		margin: 5px 0 0;
		padding: 5px 0 0;
		font-size: 1.4rem;
		color: #444;
		border-top: 1px solid #8bd34f;
		border-left: none;
	}
	#top-info #info_access .access_bg > div dl dd p {
		margin-top: 15px;
	}

/* 2018.06.29修正：font-size変更 */
	#top-info #info_access .access_bg > div dl dd p.txt {
		float: none;
		margin-right: 0;
		font-size: 1.4rem;
	}
	#top-info #info_access .access_bg > div dl dd p.btn {
		float: none;
		text-align: center;
	}
	#top-info #info_access .access_bg > div dl dd p.btn a {
		display: block;
		padding: 10px;
	}

	#top-info #info_access .access_bg > div .access_bus {
		margin-top: 30px;
		padding: 0;
		color: #444;
		background: none;
	}
	#top-info #info_access .access_bg > div .access_bus p::before {
		color: #444;
	}
	#top-info #info_access .access_bg > div .access_bus ul li {
		display: block;
		margin: 5px 0 0;
		letter-spacing: normal;
	}
	#top-info #info_access .access_bg > div .access_bus ul li:first-child {
		margin: 0;
	}
}





/* footer
------------------------------------------------*/
footer {
	margin-top: 100px;
}
footer #ft_contact {
	padding: 50px 0;
	background: url(/images/ft_contact_bg.png) center center;
}
footer #ft_contact .wrap {
	padding: 21px 60px;
	background: #fff;
	border-radius: 5px;
}
footer #ft_contact ul {
	position: absolute;
	right: 60px;
	top: 21px;
	text-align: right;
	letter-spacing: -.4em;
}
footer #ft_contact ul li {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: normal;
}

footer nav {
	padding: 50px 0 60px;
}
footer nav::after {
	content: '';
	display: block;
	clear: both;
}
footer nav .nav_directory_column {
	width: 16.6%;
	float: left;
}
footer nav .nav_directory_column_section {
	margin-bottom: 12px;
}

footer nav dl a {
	color: #444;
}
footer nav dl dt a::before {
	position: relative;
	top: 2px;
	padding-right: 5px;
	font-family: ionicons;
	font-size: 128%;
	content: "\f152";
	color: #8bd34f;
}
footer nav dl dt {
	font-size: 1.4rem;
}
footer nav dl dd {
	margin: 12px 0;
	padding-left: 1.2rem;
	font-size: 1.2rem;
}

footer .ft_copyright {
	padding: 15px 0;
	text-align: center;
	background: #8bd34f;
}

/* 2018.06.29修正：font-size追加 */
footer .ft_copyright p {
	font-weight: 300;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
	footer {
		margin-top: 50px;
	}

	footer #ft_contact {
		padding: 15px 15px 0;
	}
	footer #ft_contact .wrap {
		padding: 0;
		background: none;
		border-radius: 0;
	}

	footer #ft_contact ul {
		position: relative;
		right: auto;
		top: 0;
		margin: 15px -15px 0;
		padding: 15px;
		text-align: center;
		background: #fff;
	}
	footer #ft_contact ul li {
		width: 30%;
		margin-left: 0;
	}
	footer #ft_contact ul li:nth-child(2) {
		margin: 0 5%;
	}

	footer #ft_spbtn {
		background: #fff;
	}
	footer #ft_spbtn ul {
		text-align: center;
		letter-spacing: -.4em;
	}
	footer #ft_spbtn ul li {
		display: inline-block;
		width: 18.66%;
		letter-spacing: normal;
	}
	footer #ft_spbtn ul li:first-child {
		margin-right: 15px;
	}

	footer nav {
		display: none;
	}

	footer .ft_copyright {
		margin-top: 15px;
	}
}



/* list - checkmark
------------------------------------------------*/
ul.checkmark li {
	position: relative;
	margin-top: 15px;
	padding: 0 0 15px 30px;
	font-size: 2.0rem;
	border-bottom: 1px dotted #8bd34f;
}
ul.checkmark li:first-child {
	margin-top: 0;
}
ul.checkmark li::before {
	position: absolute;
	left: 0;
	top: 1px;
	padding-right: 5px;
	font-family: ionicons;
	font-size: 128%;
	content: "\f120";
	color: #8bd34f;
}


@media screen and (max-width: 768px) {
	ul.checkmark li {
		font-size: 3.78vw;
	}
}

/* list - step
------------------------------------------------*/
ul.step {
	width: 800px;
	margin: 0 auto;
}
ul.step li {
	position: relative;
	margin-top: 80px;
	padding: 22px;
	border: 10px solid #e8f6dc;
}
ul.step li:first-child {
	margin-top: 0;
}
ul.step li::before {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: -75px;
	font-family: ionicons;
	font-size: 6.0rem;
	text-align: center;
	line-height: 50px;
	content: "\f104";
	color: #8bd34f;
}
ul.step li:first-child::before {
	display: none;
}
ul.step li dl dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	border-bottom: 1px solid #8bd34f;
}


@media screen and (max-width: 768px) {
	ul.step {
		width: 100%;
		margin: 0 auto;
	}
}




/* list - hedding list
------------------------------------------------*/
ul.heading_list {
	width: 800px;
	margin: 0 auto;
}

ul.heading_list li {
	padding: 20px 0;
	border-bottom: 1px dotted #a6a6a6;
}
ul.heading_list li dl::after {
	content: '';
	display: block;
	clear: both;
}
ul.heading_list li dl dt,
ul.heading_list li dl dd {
	float: left;
}
ul.heading_list li dl dt {
	min-width: 15%;
	font-weight: 700;
	color: #8bd34f;
}
ul.heading_list li dl dd {
	max-width: 85%;
}


@media screen and (max-width: 768px) {
	ul.heading_list {
		width: 100%;
	}
	ul.heading_list li dl dt {
		width: 30%;
		padding-right: 10px;
	}
	ul.heading_list li dl dd {
		width: 70%;
	}
}



/* table - standard
------------------------------------------------*/
table.standard_tbl {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #8bd34f;
}
table.standard_tbl.text_left {
	margin: 0 auto 0 0;
}
table.standard_tbl th,
table.standard_tbl td {
	width: 12.5%;
	padding: 20px 5px;
	text-align: center;
	border: 1px solid #8bd34f;
}
table.standard_tbl th {
	background: #eee;
}
table.standard_tbl td.sun {
	background: #fdd9db;
}
table.standard_tbl td.sat {
	background: #d9e5fe;
}

/* 2018.06.10 追加 */
@media screen and (max-width: 768px) {
	table.standard_tbl {
		width: 100%;
	}
}


/* table - plans_price
------------------------------------------------*/
table.plans_price_tbl {
	width: 100%;
	border: 1px solid #aeda8c;
}
table.plans_price_tbl th {
	width: 12.5%;
	padding: 20px 5px;
	background: #c7e7aa;
	border: 1px solid #aeda8c;
}
table.plans_price_tbl td {
	padding: 20px 5px;
	text-align: center;
	border: 1px solid #aeda8c;
}
table.plans_price_tbl td.head {
	font-weight: 700;
	background: #efefef;
}
table.plans_price_tbl td:not(.head) {
	width: 18.75%;
}



/* button
------------------------------------------------*/
a.boxlink {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border: 2px solid #8bd34f;
}
a.linkico_circle_tri::before {
	position: relative;
	top: 1px;
	padding-right: 5px;
	font-family: fvlicense;
	font-size: 128%;
	content: "\f106";
	color: #8bd34f;
}
a.linkico_blank::after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	padding-left: 5px;
	font-family: fvlicense;
	font-size: 128%;
	content: "\f118";
	color: #8bd34f;
}
a.linkico_pdf {
	padding-top: 0;
}
a.linkico_pdf::before {
	position: relative;
	top: 7px;
	padding-right: 7px;
	font-family: fvlicense;
	font-size: 128%;
	content: url(/images/ico_pdf_large.png);
	color: #8bd34f;
}


@media screen and (max-width: 768px) {
	a.boxlink {
		font-size: 3.78vw;
	}
}



/* icon
------------------------------------------------*/
.ico_tel {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: -5px;
	margin-right: 5px;
	padding: 4px 0 0 9px;
	font-family: fvlicense;
	font-size: 70%;
	color: #fff;
	background: #8bd34f;
	border-radius: 50%;
}

.ico_carmodel {
	display: inline-block;
	font-family: fvlicense;
	font-size: 7.0rem;
	color: #8bd34f;
}
.ico_carmodel.forklift {
	font-size: 11.2rem;
}


/*-----------------------------------------------
pagetopボタン 20180608追記
-----------------------------------------------*/
.page_top {
  white-space: nowrap;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
}
.page_top a {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  display: block;
}
.page_top a:hover {
  opacity: 0.5;
}
.page_top a:before {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  background: rgba(250, 72, 81, 0.9);
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  content: "\f116";
  font-family: "fvlicense";
  font-weight: normal;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 768px) {
	.page_top{
		bottom: 20px;
	  right: 5px;
	}

	.page_top a {
		font-size: 80%;
	}
	.page_top a:before{
		width: 14.0625vw;
	  height: 14.0625vw;
		font-size: 6.25vw;
		line-height: 14.0625vw;
	}
}

/*-----------------------------------------------
アコーディオン
-----------------------------------------------*/

#caution{
	margin-top: 40px;
}
#caution .wrap {
	padding: 0 60px;
}

.caution-box{
   width: 100% !important;
    background: #fce4e4;
    border: solid 2px #f90018;/*線*/
    border-radius: 3px ;/*角の丸み*/
    padding: 15px;
}



.caution-head {
font-weight: bold;
   position: relative;
}

.caution-txt{
padding: 10px 25px 0px 25px;
font-weight: normal;

}

.caution-head:before {
   content: url(/fonts/alert-circle.svg);
   float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


.readmore {
   width: 120px;
   font-weight: bold;
   color: #fff !important;
   font-size: 12px;
    background: #f90018;
    border: solid 2x #f90018;/*線*/
    border-radius: 3px ;/*角の丸み*/
    padding: 5px;
    text-align: center;
    margin:0 auto;
    margin-top:10px;
}



.caution-head:after {
   content: url(/fonts/add-circle-outline.svg);
   float: right;
	width: 20px;
	height: 20px;
}

.caution-head.ac:after {
   content: url(/fonts/remove-circle-outline.svg);
   float: right;
   	width: 20px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	#caution {
		margin-top: 50px;
				font-size: 12px;
	}
	#caution .wrap {
		padding: 0 15px;
	}
	
	.caution-box{
    padding: 8px;
}
	
	.caution-head:before {
    margin-right: 5px;
}
}

/*-----------------------------------------------
コロナウイルス 
-----------------------------------------------*/

#covid19 {
	margin-top: 40px;
}
#covid19 .wrap {
	padding: 0 60px;
}

.covid19-box{
   width: 100% !important;
    border: solid 2px #93d051;/*線*/
    border-radius: 3px ;/*角の丸み*/
    padding: 15px;
}



.covid19-head {
font-weight: bold;
   position: relative;
}

.covid19-txt {
padding: 10px 25px 0px 25px;
font-weight: normal;

}

.covid19-li {
list-style: url(/fonts/ellipse.svg) !important;
margin-left: 30px;
top:10px;
margin-bottom: 10px;
}

.covid19-head:after {
   content: url(/fonts/add-circle-outline.svg);
   float: right;
	width: 20px;
	height: 20px;
}

.covid19-head.ac:after {
   content: url(/fonts/remove-circle-outline.svg);
   float: right;
   	width: 20px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	#covid19 {
		margin-top: 50px;
		font-size: 12px;
	}
	#covid19 .wrap {
		padding: 0 15px;
	}


}


/*-----------------------------------------------
合宿免許バナー 
-----------------------------------------------*/
#camp-link{
	margin-top: 20px;
}	

#camp-link .wrap{
	padding: 0 30px;
}	




@media screen and (max-width: 768px) {
	#camp-link {
		margin-top: 50px;
	}
	#camp-link .wrap {
		padding: 0 15px;
	}
}
/*-----------------------------------------------
youtube&Twitter 
-----------------------------------------------*/

#youtube-twitter {
	margin-top: 20px;
}	

#youtube-twitter .wrap {
	padding: 0 60px;
}	



.youtube-twitter-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
}

.youtube-item {
  height: 315px;
  overflow: auto;
}

.youtube-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-width:100%;
}

.twitter-item {
  border:solid 1.5px #cccccc;
  height: 320px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
	#youtube-twitter {
		margin-top: 50px;
	}
	#youtube-twitter .wrap {
		padding: 0 15px;
		margin-bottom:40px;
	}
}






/*-----------------------------------------------
news&instagram 
-----------------------------------------------*/

#news_instagram {
	padding-top: 30px;
}	

.news_instagram .wrap {
	padding: 0 60px;
}	


.news-instagram-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
}

@media screen and (min-width: 768px) {
	#news_instagram #ccm-layout-column-wrapper-14 {
		display: flex;
		gap: 20px;
	}
	#news_instagram #ccm-layout-column-wrapper-14 .ccm-layout-column {
		width: calc(50% - 10px);
	}
}

.news-item {
	
  position: relative;
  width: 100%;
}

.news-box {
	margin-top:40px;
	padding: 10px;
	background: url(/images/top-access_bg.png) center center;
	border-radius: 5px;
  height: 320px;
  overflow: auto;
}

.news-box-inner {
	padding: 10px;
	background-color:#FFFFFF;
	border-radius: 5px;
	height: 300px;
  overflow: scroll;
}

.instagram-item {
  
  overflow: auto;
}

.instagram-box {
	margin-top:40px;
  border:solid 1.5px #cccccc;
  border-radius: 5px;
  height: 320px;
  overflow: auto;
}

.instagrambox-outter {
 display: flex;
 margin: 10px;
 
}

.instagram-text {
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
    overflow: hidden;
    margin:20px;
	word-break: break-all;
}


.news-box li {
	padding: 20px 0;
	border-bottom: 1px dotted #a6a6a6;
	background-color:#FFFFFF;
}
.news-box li:first-child {
	padding-top: 0;
	border-bottom: 1px dotted #a6a6a6;
}
.news-box li dl {
	display: table;
	font-size: 1.6rem;
}
.news-box li dl dt {
	display: table-cell;
	padding-right: 35px;
	font-weight: 700;
	color: #8bd34f;
}
.news-boxs li dl dd {
	display: table-cell;
	visibility:visible;
}

@media screen and (max-width: 768px) {
	/*news-sp*/
	.news-instagram-container{
	display: block !important;
	}
	.news-box{
	height: 190px;
	margin-bottom: 50px;
	}
	.news-box .news-box-inner{
	height: 170px;
	}
	#news-instagram {
		margin-top: 50px;
	}
	#news-instagram .wrap {
		padding: 0 15px;
		margin-bottom:40px;
	}
	#news_instagram #ccm-layout-column-wrapper-12 div.ccm-layout-column {
		width: 100%;
		float: none;
	}
	
	/*insta-sp*/
	.instagram-item *{
	box-sizing: border-box;
	}
	.instagram-item{
	margin-bottom: 50px;
	}
	.instagram-item .instagram-box .instagrambox-outter{
	justify-content: space-between;
	}
	.instagrambox-left{
	width: 60% !important;
	margin-right: 10px;
	}
	.instagrambox-left img{
	width: 100% !important;
	}
	.instagram-item .instagram-box .instagrambox-outter a{
	width: 40% !important;
	}
	.instagram-item .instagram-box .instagrambox-outter .instagrambox-left a{
	width: auto !important;
	}
	.instagram-item .instagram-box .instagrambox-outter .instagrambox-right .instagram-text{
	margin: 0 0 10px;
	}
}


/*-----------------------------------------------
TOPニュース修正
-----------------------------------------------*/
#news {
	margin-top: 100px;
	padding-bottom: 100px;
}

#news.li {
	padding: 20px 0;
	border-bottom: 1px dotted #a6a6a6;
}
#news.li:first-child {
	padding-top: 0;
	border-bottom: 1px dotted #a6a6a6;
}
#news.li dl {
	display: table;
	font-size: 1.6rem;
}
#news.li dl dt {
	display: table-cell;
	padding-right: 35px;
	font-weight: 700;
	color: #8bd34f;
}
#news.li dl dd {
	display: table-cell;
	visibility:visible;
}




