html,body{
	width: 100%;
}
/*
	PC / mobile
*/
#pcHeader {
	display: none;
}

#mobileHeader,
.image_slider {
	display: block;
}

.for_pc {
	display: none !important;
}

.for_mobile {
	display: block !important;
}

.container {
	width: 100%;
	padding: 0;
}

.round_button {
	width: 100%;
}

.inner {
	width: 100%;
}

.sub {
	font-size: 10px;
	margin-top: 5px;
	text-align: left;
}

header {
	width: 100%;
	height: auto;
}

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

table {
	width: 100%;
	margin: 20px auto 0 auto;
}

h2 {
/*	font-size: 30px;*/
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

#TOP h2 {
	margin-top: 0;
}

h3 {
	width: 100%;
/*	font-size: 18px;*/
	line-height: 1.5em;
}

.main {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.8;
}

.tagline {
	font-size: 24px;
	margin-bottom: 10px;
}

.catch_copy {
	font-size: 18px;
	margin: 20px 0;
}

.coulmn_image {
	width: 100%;
	padding: 0;
	border: 1px solid #c0c0c0;
}

.topbox_left,
.topbox_right {
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 40px 0;
    text-align: center;
}

.logo_and_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: black;
	height: auto;
	padding: 15px 0;
	margin-left: 0;
}

.title_logo {
	display: block;
	width: 100%;
	font-size: 12px;
	z-index: 1;
	text-align: center;
	margin: 0;
	padding: 0 5px;
}

nav {
	background-color: transparent;
	color: white;
	font-size: 16px;
	height: 68px;
}

ul.mobile_navi,
ul.navi_inner {
	padding-start: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

.mobile_navi {
	display: none;
	position: relative;
	list-style: none;
	padding-left: 0;
	z-index: 3;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.show {
	display: block;
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.mobile_navi li {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	color: white;
	border-bottom: 1px solid #dddddd;
}

.mobile_navi li a {
	/*overflow: hidden;*/
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	background-color: #285dbf;
	z-index: 3;
	padding-left: 30px;
}

.menu_text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	height: 68px;
}


.category {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	overflow: hidden;
	color: white;
	background-color: #285dbf;
	width: 100%;
	height: 100%;
	margin-left: 30px;
	line-height: 68px;
}


.category .glyphicon {
	margin-right: 10px;
}

.wrap_icon {
	display: block;
	float: left;
	width: 32px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	height: 68px;
}

.wrap_icon img {
	margin-top: 23px;
	margin-bottom: 23px;
}


ul.navi_inner {
	display: none;
}

.navi_inner li {
	display: block;
	width: 100%;
	height: auto;
 	background-color: #e0e0e0;
}

.navi_inner li a {
    display: block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
 	background-color: #e0e0e0;
	color: black;
	width: 100%;
	height: 68px;
	line-height: 68px;
	padding-left: 4em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.navi_inner li:last-child a {
	border-bottom: none;
}

.boxBtnDrawer {
	display: block;
	text-align: center;
	margin: 0 0 0 auto;
	width: 70px;
	height: 90px;
	background-color: #285dbf;
}

.txtMenu {
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	margin: 55px 0 0 0;
}

.btn_drawer {
	display: block;
	position: absolute;
	margin: 5px 15px 0 10px;
	height: 80px;
	width: 40px;
	color: #ffffff;
}
	.btn_drawer a {
		position: relative;
		display: block;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.btn_drawer span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.btn_drawer span:nth-of-type(1) {
		top: calc(12px + 5px);
		color: white;
	}
	.btn_drawer span:nth-of-type(2) {
		top: calc(24px + 5px);
	}
	.btn_drawer span:nth-of-type(3) {
		top: calc(36px + 5px);
	}
	.btn_drawer span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.btn_drawer.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.btn_drawer.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.btn_drawer.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) scale(0);
		-ms-transform: translateY(20px) scale(0);
		transform: translateY(20px) scale(0);
	}
	.btn_drawer.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) scale(0);
		-ms-transform: translateY(-20px) scale(0);
		transform: translateY(-20px) scale(0);
	}

.boxNavi {
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-flow: column nowrap;
	width: 100%;
	height: 70px;
	margin-top: -60px;
	color: white;
	background-color: #285dbf;
	font-size: 18px;
	z-index: 3;
}

.boxNavi a {
	display: table;
	width: 100%;
	height: 70px;
	padding: 15px 0 15px 30px;
	background-color: black;
}

.boxNavi a:hover {
	color: beige;
}

form,
#MOVIES form.confirm {
	width: 100%;
}

#fnav {
	display: none;
}

/* Footer */
footer {
	display: block;
	width: 100%;
	height: auto;
	color: white;
	background-color: #1a1a1a;
    padding-bottom: 20px;
    padding-top: 10px;
}

.footerLink {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 2em;
}

/*
	パンくずリスト
*/
.box_topic_path {
	font-size: 12px;
	line-height: 2;
	margin: 10px 0;
	height: auto;
	margin-left: 10px;
	padding-right: 0px;
}

ul.topic_path li:after {
	content: ">";
	padding: 0 5px;
}

table.contact {
	width: 100%;
}

form.confirm {
	width: 100%;
}

/*
	top page
*/
/*
	導入
*/
#TOP .box_introduction {
	width: 100%;
	margin: 45px auto 75px auto;
}

#TOP h2 {
	width: 100%;
	font-size: 24px;
	text-align: center;
}

#TOP .introduction {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 1.8em;
	margin-top: 30px;
}

#TOP .box_service {
	margin-bottom: 0;
}

#TOP .second_row {
	margin-top: 0;
}

#TOP h3 {
	width: 100%;
	height: 44px;
	font-size: 21px;
	color: white;
	background-color: #065c95;
	line-height: 44px;
	margin: 0 auto 30px auto;
	text-align: center;
}

#TOP .category {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: white;
	background-color: #96b0c5;
	line-height: 32px;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
}

#TOP .age {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: white;
	background-color: #96b0c5;
	line-height: 32px;
	margin-top: 2px;
	text-align: center;
}

#TOP .age_impact {
	font-size: 28px;
}

#TOP .box_service .description {
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 60px;
}

#TOP .box_contents h3 {
	margin-bottom: 45px;
}
/* ページトップへ戻るボタン */
#page-top{
	display:none;
}

#page-top a{
	display:none;
}
