﻿/*css*/
@import "grid.css";

@import "font-awesome.css";

@import
	url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
}

img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

.img_fleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.img_right {
	float: right;
	margin-left: 20px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.extra_wrap {
	overflow: hidden;
	display: block;
}

a {
	color: #00dc90;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	color: #777;
	text-decoration: none;
}

.btn {
	background: #F93;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 5px;
}

.btn:hover {
	background-color: #222;
	text-decoration: none;
}
/*========================================================
                    Titles
=========================================================*/
h2 {
	color: #FF6600;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	font-size: 33px;
	line-height: 42px;
	font-weight: 500;
	color: #FF6600;
	margin-bottom: 12px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #222;
	margin-bottom: 16px;
}

.second {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
	color: #01B0F1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}

h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	margin-bottom: 16px;
}

h6 span {
	color: #FF6600;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #00dc90;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

}

p {
	clear: both;
	margin-bottom: 23px;
	color: black;
}

.clearboth {
	clear: both;
}

.m_0 {
	margin-bottom: 0px;
}

.m_05 {
	margin-bottom: 5px;
}

.m_10 {
	margin-bottom: 10px;
}

.m_15 {
	margin-bottom: 15px;
}

.m_20 {
	margin-bottom: 20px;
}

.m_25 {
	margin-bottom: 25px;
}

.m_30 {
	margin-bottom: 30px;
}

.m_35 {
	margin-bottom: 35px;
}

.m_40 {
	margin-bottom: 40px !important;
}

.m_45 {
	margin-bottom: 45px !important;
}

.m_50 {
	margin-bottom: 50px;
}

.m_55 {
	margin-bottom: 55px;
}

.m_60 {
	margin-bottom: 60px;
}

.m_65 {
	margin-bottom: 65px;
}

.m_70 {
	margin-bottom: 70px;
}

.m_75 {
	margin-bottom: 75px;
}

.m_80 {
	margin-bottom: 80px;
}

.m_85 {
	margin-bottom: 85px;
}

.m_90 {
	margin-bottom: 90px;
}

.list {
	margin-bottom: 50px;
}

.list li {
	position: relative;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #FF6600;
	margin-top: 10px;
	padding-left: 18px;
}

.list li:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0da";
	color: #222;
	font-size: 16px;
	line-height: 16px;
	top: 4px;
	left: 0px;
}

.list li:first-child {
	margin-top: 0;
}
/*========================================================
                    Header
=========================================================*/
header {
	width: 100%;
}

h1 {
	float: left;
	margin-right: 94px;
	height: 80px;
	padding-top: 20px;
}

h1 a:hover {
	text-decoration: none;
}

h1 .slogan {
	display: block;
}
/* search */
.search_form {
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	background: #fff;
}

.search_form input {
	border: none;
	outline: none;
	width: 300px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 5px 0 10px 15px;
	line-height: 19px;
	color: #333;
}

.search_form a {
	display: block;
	float: right;
	color: #FF6600;
	padding: 1px 12px 0 1px;
	font-size: 23px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: top;
	margin-left: 16px;
}

.search_form a:hover {
	color: #FF6600;
}

.header_contacts {
	position: absolute;
	right: 0;
	bottom: 0px;
	overflow: hidden;
	padding: 0;
	text-align: right;
}

.header_contacts h6 {
	display: inline;
	font-size: 12px;
	font-weight: 400;
	color: #222;
	text-align: right;
}

.header_contacts h6 span {
	vertical-align: top;
	color: #FF6600;
}

.header_contacts h5 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	line-height: 42px;
	font-weight: 500;
	color: #222;
	text-align: right;
	padding-left: 35px;
}

.header_contacts h5:before {
	position: absolute;
	left: 0px;
	top: 10px;
	font-family: FontAwesome;
	content: "\f095";
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #FF6600;
}

.header_contacts h4 {
	display: inline;
	font-size: 20px;
	font-weight: 400;
	color: #FF6600;
	text-align: right;
}

/*========================================================
                    Content
=========================================================*/
#content {
	padding-top: 35px;
	padding-bottom: 46px;
}

.pt_non {
	padding-top: 0 !important;
}

.border_box {
	border-bottom: 1px solid #d6d5d5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.page_title {
	box-sizing: border-box;
	padding: 80px 0 20px 0;
	min-height: 400px;
}

.page_title p {
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	display: inline-block;
}
/*******************/
#jyoseidock {
	background-image: url(../images/title1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-color: #FBF8EE;
}

#higaeridock {
	background-image: url(../images/title2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-color: #eff7f9;
}

#igan {
	background-image: url(../images/title3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}

#tokusyu {
	background-image: url(../images/title4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-color: #e8f4f6;
}
/*追記*/
#classroom {
	background-image: url(../images/title5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}

#organization {
	background-image: url(../images/title6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}

#summary {
	background-image: url(../images/title7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}

#info {
	background-image: url(../images/title8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}
/**************/
#kenshin_img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfefd;
}
/*******************/
h4.icon_title {
	display: table;
	margin-top: 20px;
}

.icon_title span {
	display: table-cell;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background: #01B0F1;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	border-radius: 49%;
	text-align: center;
}

.icon_title div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	color: #01B0F1;
	border-color: #00dc90;
	font-size: 24px;
	font-weight: 500;
}

h4.icon_title_top {
	display: table;
}

.icon_title_top span.icon {
	position: relative;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	width: 85px;
	height: 82px;
	max-height: 82px;
	color: #fff;
	font-size: 52px;
	line-height: 52px;
	background: #00dc90;
	border-radius: 49%;
	text-align: center;
}
/*.icon_title_top span.icon:before {
						position:absolute;
						top:0;
						bottom:0;
						left:0;
						margin:auto;
						display:block;
						content:'';
			width: 85px;
			height: 82px;
			background: #FF6600;
			border-radius: 49%;
			text-align: center;
						z-index:100;
}*/
.icon_title_top div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	color: #222222;
}

.icon_title_news {
	display: table;
}

.icon_title_news div {
	display: table-cell;
	padding-left: 15px;
	line-height: 120%;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

.icon_title_news span {
	display: table-cell;
	padding: 0;
	width: 75px;
	height: 72px;
	background: #FF6600;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	border-radius: 49%;
	text-align: center;
}
/*		.icon_title_news {
		position: relative;
		font-size: 22px;
		font-weight: 500;
				color:#000;
		}
			.icon_title_news span {
			margin-right:10px;
			font-size: 42px;
				color: #FF6600;
		}*/
.ul_banner {
	display: table;
	table-layout: fixed;
	margin-top: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px 0;
}

.ul_banner li {
	display: table-cell;
}

.ul_banner li a {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.ul_banner li a.bn1 {
	background-image: url(../images/banner02.jpg);
}

.ul_banner li a.bn2 {
	background-image: url(../images/banner05.jpg);
}

.ul_banner li a.bn3 {
	background-image: url(../images/banner2.gif);
}

.ul_banner li a.bn4 {
	background-image: url(../images/keirinjp_banner_pc.gif);
}

.ul_banner li a.bn5 {
	background-image: url(../images/banner07.jpg);
}

.ul_banner li img {
	width: 100%;
}

.banner_box {
	position: relative;
	margin-bottom: 20px;
}

.banner_box .text {
	position: absolute;
	bottom: 16px;
	left: 19px;
	right: 19px;
	z-index: 1;
}

.banner_box .text h5 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1px;
}

.banner_box .text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0px;
}

.testimonial_box {
	margin-bottom: 25px;
}

.testimonial_box ul {
	display: block;
	position: relative;
	border: 3px solid #01B0F1;
	border-radius: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 15px;
	margin-bottom: 13px;
}

.testimonial_box ul:after {
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	bottom: -3px;
	content: '';
	color: #01B0F1;
}

.testimonial_box ul li {
	margin-bottom: 5px;
}

.testimonial_box ul li>span {
	display: inline-block;
	background-color: #00dc90;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 0 8px 0 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.testimonial_box p {
	text-align: right;
}

.testimonial_box p a {
	display: inline-block;
	background: #01B0F1;
	color: #FFF;
	padding: 0 14px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

.testimonial_box p a:hover {
	background: #81c3f1;
}

.icon_box {
	position: relative;
	padding-left: 100px;
	margin-bottom: 21px;
	padding-top: 5px;
}

.icon_box span {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 77px;
	height: 55px;
	background: #FF6600;
	color: #fff;
	padding-top: 21px;
	font-size: 42px;
	line-height: 42px;
	border-radius: 49%;
	text-align: center;
}

.icon_box span.fa-smile-o {
	padding-top: 16px;
	font-size: 48px;
	height: 59px;
}

.icon_box2 {
	position: relative;
	padding-left: 62px;
	margin-bottom: 13px;
	padding-top: 0px;
}

.icon_box2>span {
	position: absolute;
	left: 1px;
	top: 3px;
	color: #FF6600;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}

.icon_box2 p {
	margin-bottom: 0;
}

.icon_box2 p a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #FF6600;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.icon_box2 p a:hover {
	text-decoration: none;
	color: #222;
}

.img {
	margin-right: 33px;
	margin-bottom: 20px;
}

.users_overflow {
	overflow: hidden;
}

.users_box {
	float: left;
	margin-left: 30px;
	width: 236px;
	margin-bottom: 25px;
}

.users_box:first-child {
	margin-left: 0px;
}

.users_box img {
	width: 100%;
	margin-bottom: 16px;
}

.users_box p {
	margin-bottom: 0;
}

.users_box p a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #FF6600;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.users_box p a:hover {
	color: #222;
}

.product_box {
	margin-bottom: 30px;
}

.product_box img {
	width: 100%;
}

.product_box .description {
	background: #FF6600;
	padding: 12px 20px 34px 20px;
}

.product_box .description h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}

.product_box .description h5 a {
	color: inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.product_box .description h5 a:hover {
	text-decoration: none;
	color: #222;
}

.product_box .description p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0px;
}

.product_box .description p a {
	color: #fff;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.product_box .description p a:hover {
	text-decoration: none;
	color: #222;
}

.date {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	margin-bottom: 7px;
}

.mail_link {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	color: #777;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mail_link:hover {
	color: #FF6600;
	text-decoration: none;
}

.ul_link {
	/*float: left;*/
	display: table;
	table-layout: auto;
	margin: -10px 0 0 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.ul_link li {
	/*float:left;*/
	line-height: 18px;
	display: table-cell;
	width: 50%;
	margin: 0 10px 0 0;
	-webkit-border-radius: 8;
	-moz-border-radius: 8; /*	border: solid #e7f0f8 2px;*/
}

.ul_link li.blank {
	background: none;
	border: none;
}

.ul_link li a {
	display: block;
	padding: 10px 10px 10px 25px;
	margin: 0;
	text-decoration: none;
	color: #00489a;
	font-weight: 600;
	text-indent: -1em;
	line-height: 130%;
}

.ul_link li a:hover {
	color: #438bdd;
}

.ul_phone {
	margin-top: -10px;
	margin-bottom: 40px;
	float: left;
}

.ul_phone li {
	font-size: 110%;
	line-height: 150%;
	float: left;
	margin: 0 50px 0 0;
}

.ul_pdf {
	margin-top: -10px;
	margin-bottom: 40px;
	float: left;
}

.ul_pdf li {
	font-size: 130%;
	line-height: 150%;
	font-weight: 500;
	float: left;
	margin: 0 50px 0 0;
}

.ul_pdf li p {
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	margin: 0 50px 0 0;
}

.ul_pdf li a {
	color: #00dc90;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ul_pdf li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

ul.para {
	float: left;
}

ul.para li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

div.kensa {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.kensa p img {
	float: right;
	width: 40%;
	margin-left: 20px;
}

.exp {
	border: 1px solid #ddd;
	padding: 8px 14px;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 10px;
}

p.month {
	color: #000;
	clear: both;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

p.month a {
	font-size: 16px;
	font-weight: 400;
}

p.month a:hover {
	text-decoration: none;
}

table.calendar th {
	background: #FF6600;
	color: #FFF;
	width: 14%;
	padding: 5px 10px;
	border: 1px solid #FFF;
}

table.calendar td {
	width: 14%;
	padding: 15px 5px;
	border: 1px solid #DDD;
	text-align: center;
	vertical-align: top;
}
/*========================================================
                    Map
=========================================================*/
.map {
	padding-right: 30px;
	margin-bottom: 24px;
}

.map iframe {
	width: 100%;
	height: 310px;
}

address dl {
	width: 100%;
	overflow: hidden;
	position: relative;
}

address dt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #FF6600;
	margin-bottom: 7px;
}

address dd {
	overflow: hidden;
}

address dd a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #777;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

address dd a:hover {
	text-decoration: none;
	color: #FF6600;
}

address dl span {
	float: left;
	width: 90px;
}
/*========================================================
                    Footer
=========================================================*/
footer {
	width: 100%;
	background: #ededed;
	padding-bottom: 20px;
	padding-top: 20px;
}

.copyright {
	padding-top: 8px;
	border-top: 1px solid #dcdcdc;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #78787d;
}

.copyright a, .copyright span {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #78787d;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.copyright a:hover {
	color: #69c2ca;
	text-decoration: none;
}

ul.footer_in {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

ul.footer_in li.logo {
	float: left;
}

ul.footer_in li.link {
	float: left;
	text-align: right;
}

ul.footer_in li.mark-p {
	float: right;
}

ul.footer_in li.logo img {
	width: 300px;
	margin-top: 5px;
}

h5.footer_icon_box {
	display: inline-block;
	margin-left: 15px;
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
}

h5.footer_icon_box span {
	width: 55px;
	height: 53px;
	background: #fff;
	color: #01B0F1;
	font-size: 33px;
	line-height: 50px;
	border-radius: 49%;
	text-align: center;
	margin-right: 10px;
}

.footer_icon_box a {
	color: #222;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer_icon_box a:hover {
	color: #777;
}

.footer-link {
	display: block;
}

#toTop {
	border: none;
	bottom: 15px;
	color: transparent;
	display: none;
	height: 31px;
	overflow: hidden;
	position: fixed;
	right: 17px;
	text-decoration: none;
	width: 31px;
	z-index: 20;
	font-size: 30px;
	line-height: 30px;
}

#toTop:before {
	width: 30px;
	text-align: center;
	font-family: FontAwesome;
	content: "\f139";
	color: #FF6600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-left: 2px;
}

#toTop:hover:before {
	color: #81c3f1;
}

/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/
@media only screen and (max-width: 1200px) {
	.header_contacts h6 {
		font-size: 11px;
	}
	#form {
		padding-right: 0;
	}
	#form label.name, #form label.email, #form label.phone {
		width: 100%;
	}
	.camera_wrap:before, .camera_wrap:after {
		height: 240px;
	}
	.camera_caption .caption_content h3, .camera_caption2 .caption_content h3,
		.camera_caption3 .caption_content h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.users_box {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.users_box img {
		width: initial;
		float: left;
		margin-right: 30px;
	}
	#form .success-message {
		width: 100%;
	}
}

@media only screen and (max-width: 979px) {
	h1 {
		height: 70px;
	}
	.header_contacts {
		display: none;
	}
	.search_form {
		position: absolute;
		top: 40px;
		right: 0;
	}
	.search_form input {
		width: 200px;
	}
	.img_fleft, .img_right {
		max-width: 45%;
	}
	.camera_wrap:before, .camera_wrap:after {
		display: none;
	}
	.camera_caption1, .camera_caption2, .camera_caption3 {
		display: none;
	}
	.banner_box .text h5, .banner_box .text p {
		display: none;
	}
	h5.footer_icon_box a {
		display: block;
		margin-top: 5px;
	}
	h5.footer_icon_box {
		margin: 0 20px;
		text-align: center;
		font-size: 14px;
	}
	.page_title {
		padding-top: 20px;
	}
	.page_title p {
		display: block;
	}
	table th, table td {
		font-size: 16px;
		line-height: 160%;
		padding: 10px;
	}
	.icon_title {
		font-size: 22px;
	}
	.icon_title span {
		/*	float:left;*/

	}
	.exp {
		margin-top: 20px;
	}
	.ul_link {
		margin: 0 10px;
		width: 95%;
		border-spacing: 0;
	}
	.ul_link li {
		margin: 0 0 10px 0;
		display: table;
		width: 100%;
		border-spacing: 10px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		padding-top: 10px;
		float: none;
		margin: 0;
		text-align: center;
		height: 80px;
	}
	.search_form {
		top: 90px;
	}
	.search_form input {
		width: 345px;
	}
	.search_form span {
		margin: 0;
	}
	.header_contacts {
		display: none;
	}
	.map {
		padding-right: 0;
	}
	address {
		margin-bottom: 40px;
	}
	/*	.sf-menu{
		display: none;
		}
*/
	.img_fleft, .img_right {
		max-width: 100%;
		float: none;
		width: 100%;
	}
	#mm0 {
		display: block;
	}
	h3 {
		font-size: 25px;
		line-height: 30px
	}
	.banner_box img {
		width: 100%;
	}
	.banner_box .text h5, .banner_box .text p {
		display: block;
	}
	.img {
		margin-right: 0;
		width: 100%;
	}
	.img_fleft {
		margin-right: 0;
	}
	ul.footer_in {
		width: 100%;
		float: none;
		text-align: center;
	}
	ul.footer_in li.logo {
		width: 100%;
		float: none;
	}
	ul.footer_in li.link {
		width: 100%;
		float: none;
		text-align: center;
	}
	ul.footer_in li.mark-p {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	ul.footer_in li.logo img {
		margin-top: 0;
	}
	h5.footer_icon_box {
		margin: 20px 10px 0 10px;
	}
	.ul_banner {
		display: block;
		border-spacing: 0;
		margin-top: 20px;
	}
	.ul_banner li {
		display: block;
		margin-top: 10px;
	}
	.page_title {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 479px) {
	h1 {
		padding-top: 10px;
		float: none;
		margin: 0;
		text-align: center;
		height: 70px;
	}
	.search_form {
		top: 80px;
	}
	.search_form input {
		width: 225px;
	}
	.users_box img {
		width: initial;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.banner_box .text h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.banner_box .text p {
		font-size: 14px;
		line-height: 16px;
	}
	.page_title {
		padding-top: 20px;
	}
	h5.footer_icon_box {
		font-size: 12px;
		margin: 20px 5px 0 5px;
	}
	table th, table td {
		font-size: 14px;
		line-height: 160%;
		padding: 5px;
	}
}
/*追記*/
/*追記*/
.h5-chart {
	border: 1px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	line-height: 2em;
	color: rgba(0, 0, 0, 1.00);
	margin-bottom: 0px;
}

.h6-section {
	margin: 15px 10px;
	display: block;
}

.icon_title_top span.subcategory {
	float: none;
	margin-right: 15px;
	font-size: 60%;
	border-radius: 49%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.00);
	color: rgba(0, 0, 0, 1.00);
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.icon_title_top span.subcategory {
		display: none; /*
	float: none;
	margin-right: 15px;
	font-size: 50%;
	border-radius: 49%;
	text-align: center;
	background-color: rgba(0,0,0,0.00);
	color: rgba(0,0,0,1.00);
	margin-left: 15px;
	display:block;
	clear:both;*/
	}
}

@media only screen and (max-width: 479px) {
	.icon_title_top span.subcategory {
		display: none; /*float: none;
	margin-right: 15px;
	font-size: 50%;
	border-radius: 49%;
	text-align: center;
	background-color: rgba(0,0,0,0.00);
	color: rgba(0,0,0,1.00);
	margin-left: 15px;
	display:block;
	clear:both;*/
	}
}

#breadcrumbs {
	margin: 10px 0;
}

#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-right: 10px;
}

#breadcrumbs ol li:before {
	content: '\f101';
	font-family: 'FontAwesome';
}

#breadcrumbs ol li:first-child:before {
	content: "";
}

.ul_pdffile {
	margin-top: -10px;
	margin-bottom: 40px;
	padding-left: 20px;
}

.ul_pdffile li {
	font-size: 130%;
	line-height: 150%;
	font-weight: 500;
	float: none;
	margin: 0 50px 0 0;
}

.ul_pdffile li p {
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	margin: 0 50px 0 0;
}

.ul_pdffile li a {
	color: #FF6600;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ul_pdffile li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.list-disc {
	list-style: disc;
	margin-left: 20px;
	margin-right: 20px;
}

.list-items li {
	margin-bottom: 10px;
}

.list-items h5 {
	padding-left: 3%;
}

.list-chart {
	padding: 10px;
	border: 1px solid rgba(214, 214, 214, 1.00);
}

.chart-down {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FF6600;
}

.chart-down span {
	line-height: inherit /*1em*/;
}

.list-flow {
	width: 100%;
	text-align: center;
}

.list-flow li {
	padding: 10px;
	border: 1px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	width: 70%;
	margin: 0px auto;
}

.list-flow li.no-line {
	padding: 10px;
	border: none;
	text-align: center;
	width: 43%;
	margin: 0px auto;
	float: left;
}

.list-flow li.no-line li {
	padding: 10px;
	border: 1px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	width: 80%;
	margin: 0px auto;
}

.list-flow li.no-line li.aki-li {
	padding: 10px;
	border: 0px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	width: 80%;
	margin: 0px auto;
}
/*3列*/
.list-flow li.no-line-3 {
	padding: 0px;
	border: none;
	text-align: center;
	width: 33%;
	margin: 0px;
	float: left;
}

.list-flow li.no-line-3 li {
	padding: 5px;
	border: 1px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	width: 80%;
	margin: 0px auto;
}

.list-flow li.no-line-3 li.aki-li {
	padding: 5px;
	border: 0px solid rgba(214, 214, 214, 1.00);
	text-align: center;
	width: 60%;
	margin: 0px auto;
}

.list-flow span {
	color: #FF6600;
}

.list-time {
	width: 90%;
	text-align: center;
}

.list-time li {
	float: none;
	padding: 5px;
	border: 1px solid rgba(214, 214, 214, 1.00);
}

.list-time h5 {
	font-weight: 600;
	float: none;
	clear: both;
	color: #666;
}

.list-time h5 span {
	color: #FF6600;
}

.list-time h6 {
	font-size: 14px;
	color: #FF6600;
	float: none;
	clear: both;
	margin: 0px;
	line-height: normal;
}

.list-time li ul.list-time-option {
	margin: 0px 15px 10px 15px;
	padding: 0px;
	float: none;
	clear: both;
	text-align: center;
}

.list-time li ul.list-time-option li {
	margin: 0;
	border: 0px solid rgba(214, 214, 214, 1.00);
	padding: 0px;
	float: left;
}

.list-time li ul.list-time-option li:after {
	content: "、";
}

.list-time li span.time {
	padding: 10px;
	margin: 0 10px;
	width: 30%;
	float: left;
	text-align: right;
	font-weight: 600;
	text-align: center;
}

.list-time li span.time-line {
	border: 1px solid rgba(214, 214, 214, 1.00);
	padding: 10px;
	margin: 0 10px;
	width: 30%;
	float: left;
}

.list-time li span.time-o {
	text-align: left;
	padding: 10px;
	margin: 0 10px;
	width: 25%;
	float: left;
}

ul.list-asterisk li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

ul.list-asterisk li:before {
	display: inline;
	content: "※";
}

.arrow-down {
	position: relative;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top-color: #FF6600;
	margin: 20px auto 0px auto;
}

.arrow-down:after {
	position: absolute;
	content: '';
	top: -32px;
	left: -8px;
	width: 16px;
	height: 16px;
	background: #FF6600;
	margin: 0px auto;
}
/*.list-chart:before{
	content: "』";
	float: none;
	clear: both;
}*/
img.resupon-img {
	width: 100%;
	height: auto;
}

.more-btn li a {
	float: right;
	margin: 5px;
	display: inline-block;
	background: #FF6600;
	color: #FFF;
	padding: 0 14px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

.more-btn02 li a {
	float: right;
	margin: 5px;
	display: inline-block;
	background: #FF6600;
	color: #FFF;
	padding: 0 14px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
/*table*/
table.table01 {
	width: 100%;
}

table.table01 th, table.table01 td {
	padding: 10px;
	border: 1px solid #ddd;
}

table.table01 th {
	background: #FF6600;
}

.table01 th {
	width: 10%;
	text-align: left;
}

table.table02 {
	width: 100%;
}

table.table02 th, table.table02 td {
	padding: 10px;
	border: 1px solid #ddd;
}

table.table02 th {
	background: #FF6600;
}

table.table02 th.th-lightb {
	color: rgba(0, 0, 0, 1);
	background-color: #B6E0FF;
}

table.table02 th.th-nonbg {
	color: rgba(0, 0, 0, 1);
	background-color: #fff;
}

.table02 th {
	width: 20%;
	text-align: left;
}

.table02 th.th-3 {
	width: 100%;
	text-align: left;
}

.table02 td.td-l {
	width: 80%;
	text-align: left;
}

table #table {
	width: 90%;
	border-collapse: collapse;
}

#table td, #table th {
	padding: 10px;
	border: 1px solid #ddd;
}

#table th {
	font-weight: bold;
}

#table thead th {
	background: #FF6600;
}

#table tbody th {
	color: #777;
	background: none;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#table tbody td {
	text-align: center;
	width: 10%;
}

#table td a:after {
	content: "　\f0a9";
	font-family: FontAwesome;
}

@media only screen and (max-width:480px) {
	#table {
		width: 90%;
		display: block;
	}
	#table thead {
		display: none;
	}
	#table tbody {
		display: block;
	}
	#table tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	#table tbody th, #table tbody td {
		display: list-item;
		border: none;
		font-size: 18px;
	}
	#table tbody th {
		width: 100%;
		margin-bottom: 5px;
		list-style-type: none;
		color: #fff;
		background: #FF6600;
	}
	#table tbody td {
		width: 100%;
		margin-left: 20px;
		padding: 0;
		text-align: left;
	}
	/*#table tbody td:nth-of-type(1):before { content: "[正職員]"; }
			#table tbody td:nth-of-type(2):before { content: "[臨時職員（パート）]"; }
			#table tbody td:nth-of-type(3):before { content: "[臨時職員（パート）]"; }*/
}

.tableIn {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
	table-layout: fixed;
}

.tableIn td, .tableIn th {
	padding: 10px;
	border: 1px solid #ddd;
}

.tableIn th {
	font-weight: bold;
}

.tableIn thead th {
	background: #FF6600;
}

.tableIn tbody th {
	color: #777;
	background: none;
	font-weight: normal;
	text-align: left;
}

.tableIn tbody td i {
	margin-right: 5px;
	display: none;
}

@media only screen and (max-width:480px) {
	.tableIn {
		width: 93%;
		display: block;
	}
	.tableIn th, .tableIn td {
		width: 100% !important;
	}
	.tableIn thead {
		display: none;
	}
	.tableIn tbody {
		display: block;
	}
	.tableIn tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.tableIn tbody th, .tableIn tbody td {
		display: list-item;
		border: none;
		font-size: 18px;
	}
	.tableIn tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		color: #fff;
		background: #FF6600;
	}
	.tableIn tbody td {
		margin-left: 20px;
		padding: 0;
		text-align: left;
	}
	.tableIn tbody td i {
		display: inline-block;
	}
}

.saiyo h6 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #777;
}

.saiyo .kome {
	margin: -20px 0 20px 0;
	padding: 0;
}

.saiyo p {
	margin: 0;
	padding: 0 2% 20px 2%;
}

ul.item-list li {
	padding: 0;
}

ul.item-list li:before {
	font-family: FontAwesome;
	content: "\f005";
	color: #FF6600;
	padding-right: 3px;
}

ol.nunber-disc {
	position: relative;
	margin: 0 10px;
	padding: 0
}

ol.nunber-disc li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	line-height: 2em;
}

ol.nunber-disc li span {
	position: absolute;
	left: 0;
	margin: 0
}
/*
ol.nunber-disc {
  line-height: 1.6;
  list-style-type: none;
  counter-reset: section;
  margin-left: 3rem;
}
ol.nunber-disc li {
    counter-increment: section;
    margin-top: 2rem;
}
ol.nunber-disc li:before {
    content: counters(section,"");
    border: 1px solid #777;
    border-radius: 50%;
    display: inline-block;
    float: left;
    width: 1.4rem;
    height: 1.3rem;
    text-align: center;
    padding-top: .02rem;
    font-weight: 300;
    margin-left: -1rem;
    margin-right: 1rem;
    background: rgba(0,0,0,0.00);
}*/
.line-all {
	padding: 10px;
	border: 2px solid #FF6600;
	border-radius: 8px;
	margin-bottom: 15px;
}

dl.dl01 dt {
	font-weight: 600;
	font-size: 16px;
}

dl.dl01 dd {

}

dl.dl02 dt {
	font-weight: 600;
	font-size: 16px;
	margin: 10px 5px;
}

dl.dl02 dd {
	margin: 5px 10px;
}

dl.dl03 {
	border: 0px solid #AAAAAA;
	border-bottom: none;
}

dl.dl03 dt {
	font-weight: bold;
}

@media only screen and (max-width:767px) {
	dl.dl03 {
		background-color: #fff;
		width: 100%;
	}
	dl.dl03 dt, dl.dl03 dd {
		padding: 8px 20px;
	}
	dl.dl03 dt {
		float: none;
		background-color: #eee; /* 背景色を指定 */
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
	}
	dl.dl03 dd {
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
	}
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	dl.dl03 {
		background: #fff; /* dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
		width: 100%;
		margin: 0 auto;
	}
	dl.dl03 dt, dl.dl03 dd {
		padding: 20px;
	}
	dl.dl03 dt {
		clear: both;
		float: left;
		width: 20%; /* 幅を指定 */
		border-top: 0px solid #aaa;
	}
	dl.dl03 dd {
		padding-left: 25%; /* dtの分、左にpaddingを取る */
		border-top: 1px solid #aaa;
		border-bottom: 0px solid #aaa;
		border-left: 0px solid #aaa;
	}
}

@media only screen and (max-width:480px) {
	.table01, .table02 {
		margin: 0 -10px;
		font-size: 14px;
	}
	.table01 th, .table01 td, .table02 th, .table02 td {
		width: 100%;
		display: block;
		border-top: none;
		border: 1px solid #fff;
		font-size: 14px;
	}
	.table01 tr:first-child th {
		border-top: 0px solid #fff;
	}
}

span.news-item {
	display: inline-block;
	background-color: #00dc90;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 0 8px 0 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.pagination {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.page {
	display: inline-block;
	padding: 0px 9px;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #fff;
	/*box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);*/
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
}

.page:hover, .page.gradient:hover {
	background: #fefefe;
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);*/
}

.page.active {
	border: none;
	background: #FF6600;
	color: #fff;
	/* box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);

    text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
}

.page.gradient {
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);*/

}
/*qa*/
.icon_q {
	background-color: #FF6600;
	padding: 14px 14px 14px 14px;
	width: 16px;
	height: 16px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border: #FF6600 3px solid;
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
}

.icon_a {
	background-color: #FF6600;
	padding: 14px;
	width: 16px;
	height: 16px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-left: 30px;
}

.line-q {
	padding: 10px;
	border: 3px solid #FF6600;
	border-radius: 8px;
	margin-bottom: 15px;
}

.line-a {
	padding: 10px;
	border: 3px solid #FF6600;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.cp_menu {
	max-width: 80%;
	margin: 0 auto;
	padding: 0;
}

.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}

.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #FF6600;
	cursor: pointer;
	font-weight: bold
}

.cp_menu label::before {
	position: absolute;
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}

.cp_menu input {
	display: none;
}

.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}

.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li, #cp_menu_bar2:checked ~ #link2 li {
	max-height: 46px;
	opacity: 1;
}

.radius {
	margin-bottom: 25px;
	color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}

.radius ul {
	display: block;
	position: relative;
	border: 3px solid #FF6600;
	border-radius: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 15px;
	margin-bottom: 13px;
}

.radius ul:after {
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	bottom: -3px;
	content: '';
	color: #FF6600;
}

.radius ul li {
	margin-bottom: 5px;
}

.radius ul li>span {
	display: inline-block;
	background-color: #FF6600;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 0 8px 0 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.radius p {
	text-align: right;
}

.radius p a {
	display: inline-block;
	background: #FF6600;
	color: #FFF;
	padding: 0 14px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

.radius p a:hover {
	background: #81c3f1;
}

.radius h4 {
	position: relative;
	padding: 5px 26px 5px 42px;
	background: #C8FFD1;
	font-size: 20px;
	color: #2d2d2d;
	margin-left: -33px;
	line-height: 1.3;
	border-bottom: solid 3px #01B0F1;
	z-index: -2;
	width: 95%;
}

.radius h4:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index: -1;
}

.radius h4:after {
	position: absolute;
	content: '';
	right: -3px;
	top: -7px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 79px white;
	z-index: -1;
}

.title_flame01 {
	margin: 2em auto;
	padding: 1em;
	width: 80%;
	color: #FF6600;
	background-color: #f5f5f5;
	border: 1px solid #FF6600;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #000;
}

table tr {
	background-color: #fff;
	padding: .35em;
	border-bottom: 1px solid #bbb;
}

table thead {
	border-bottom: 5px solid #01B0F1;
}

table tr:last-child {
	border-bottom: none
}

table th, table td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #bbb;
	font-size: 16px;
}

table th:last-child, table td:last-child {
	border: none;
}

tbody th {
	color: #00dc90;
	font-weight: bold;
}

.txt {
	text-align: left;
}

.price {
	text-align: right;
}

.txt1 {
	text-align: center;
}

.price1 {
	text-align: center;
}

.text-small {
	text-align: left;
	font-size: small;
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
		width: 100%;
		font-size: 18px;
	}
	table th {
		display: block;
		border-right: none;
		border-bottom: 5px solid #ff9901;
		padding-bottom: .6em;
		margin-bottom: .6em;
	}
	table thead {
		border: none;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table tr {
		display: block;
		margin-bottom: 2em;
	}
	table td {
		border-bottom: 1px solid #bbb;
		display: block;
		text-align: right;
		position: relative;
		padding: .625em .625em .625em 4em;
		border-right: none;
	}
	table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	table td:last-child {
		border-bottom: 0;
	}
}

.qaContainer dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #DFF1F4;
	text-indent: -25px;
}

.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
}

.qaContainer dd {
	margin: 20px 10px 40px 35px;
	text-indent: -19px;
}

.qaContainer dd:before {
	content: "A.";
	color: #1771c6;
	font-weight: bold;
	margin-right: 7px;
}

.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #01B0F1; /*左線*/
	color: #01B0F1; /*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin: 10px 5px;
	width: 250px;
}

.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

.course li {
	display: inline;
}

.ul_banner1 {
	display: flex;
	list-style: none;
}

.ul_banner1 li {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.al-center li {
	float: left;
	width: 100px;
	height: 100px;
	display: table;
}

ul.al-center li p {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

img.course-img {
	width: 50%;
	height: auto;
}

#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: 0;
}

#pagetop a {
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	background: #C8FFD1;
	transition: opacity .6s ease;
}

#pagetop a:hover {
	opacity: .3;
}

#pagetop a::before {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	margin: auto;
	content: '';
	transform: rotate(-45deg);
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #000;
}

@media screen and (max-width:767px) {
	#pagetop a {
		width: 45px;
		height: 45px;
	}
	#pagetop a::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
}

.title_bar {
	position: relative;
	background: #eaf7ff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 0.5em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	font-size: 32px;
	text-align: center;
}

.title_bar:after {
	/*タブ*/
	position: absolute;
	font-family: FontAwesome;
	font-weight: 900;
	content: '\f00c Check';
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}

.my-parts {
	border: 0px solid #57D1C9;
	text-align: left;
	border-radius: 0px;
	overflow: hidden;
}

.my-parts-title {
	color: #01B0F1;
	background: #C8FFD1;
	padding: .4em .8em;
	font-weight: bold;
}

.my-parts-title a {
	color: #01B0F1;
	font-weight: bold;
}

.my-parts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.my-parts ul li {
	padding: 0;
	margin: 0;
}

.my-parts ul li a {
	color: #01B0F1;
	font-weight: bold;
	display: block;
	padding: .4em 1.2em;
	border-bottom: 1px dotted #01B0F1;
}

.my-parts ul li:last-child a {
	border: none;
}

.flex {
	display: flex;
	margin-left: 20px;
}

#op1, #course1, #course2, #course3, #course4, #course5, #course6, #qa1,
	#qa2, #qa3, #qa4 {
	padding-top: 70px;
	margin-top: -70px;
}

.img-center {
	text-align: center;
}

.anchor-link {
	padding-right: 30px;
	font-size: 20px;
}

.pickup {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #ffe4b1, #ffe4b1 4px, #ffe4b1
		3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #ffe4b1, #ffe4b1 4px, #ffe4b1 3px,
		#ffe4b1 8px);
	border-radius: 7px;
	color: #FF6600;
	font-size: 24px;
	font-weight: 500;
	margin: 20px 0px;
	text-align: center;
}

.pickup:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
}

.text-orange {
	margin-top: 10px;
	font-size: 18px;
	color: #FF6600;
}

.e-link{
	margin-bottom: 25px;
	color: rgba(110,110,220, 1);
	border-radius: 10px;
}

.e-link h4{
	position: relative;
	padding: 5px 26px 5px 42px;
	background: rgba(213,224,255, 1);
	font-size: 20px;
	color: rgba(46,55,234,1);
	margin-left: -33px;
	line-height: 1.3;
	border-bottom: solid 3px blue;
	z-index: -2;
	width: 95%;
}

.e-link-qa dt{
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #DFF1F4;
	
}


.e-link-qa dd {margin:0px 20px 0px 0px;
	
}

.sali-1 th {
	color: #00dc90;
	
}

.tk h1{
	font-size: 20px;
	color: rgba(0,160,220,1);
	font-weight:bold;
}

.tk h2{
	font-size: 20px;
	color: rgba(171,15,80,1);
	font-weight:bold;
}

.tk h3{
	font-size: 20px;
	color: rgba(58,172,173,1);
	font-weight:bold;
}

.tk h4{
	font-size: 15px;
	font-weight:bold;
	background: #e6f0f0;
}




.tk bold{font-weight:bold;

}

.tk h5{
	font-size: 16px;
	color: rgba(0,0,0,1);
	background:rgba(254,198,215,0.5);
}