* {
	max-width:100%
}
@-webkit-keyframes mouseover {
0% {
opacity:1.0
}
20% {
opacity:0.4
}
100% {
opacity:1.0
}
}
@keyframes mouseover {
0% {
opacity:1.0
}
20% {
opacity:0.4
}
100% {
opacity:1.0
}
}
body {
	font-family:Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background:url(../img/body_bg.png) repeat-x top center
}
.layout {
	width:calc(100% - 4px);
	margin:0 auto;
	overflow:hidden
}
#hd {
	background:url(../img/hd_bg.jpg) no-repeat;
	position:relative;
	height:46vw
}
#hd h1 {
	position:relative;
	width:100vw;
	left:0;
	top:0
}
#hd h1 img {
	width:80vw;
	margin:15vw 10vw
}
#hd h1:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#hd .hd_logo, #hd ul {
	display:none
}
#hd_search {
	display:none
}
#nav_bg {
	width:100%
}
#nav ul {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:baseline;
	-ms-flex-align:baseline;
	align-items:baseline
}
#nav ul li {
	width:calc(100% / 2)
}
#nav ul li img {
	width:100%
}
#nav ul li img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#i_con {
	margin-top:20px
}
#con {
	margin-top:20px;
	padding-bottom:40px
}
#con a img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#main {
	width:100%
}
#main h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:1em;
	margin:0 0 25px 0;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
#main h3 {
	border-bottom:1px solid #999999;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0.5em 0.5em;
	margin:20px 0 12px 0;
	width:100%
}
#ft {
	margin-top:20px;
	padding-top:25px;
	padding-bottom:25px;
	background:#000;
	color:#fff
}
#ft #ft_con #ft_logo_nav_box {
	overflow:hidden;
	border-bottom:1px solid rgba(255, 255, 255, 0.2)
}
#ft #ft_con .ft_logo {
	display:block;
	float:left
}
#ft #ft_con .ft_logo:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#ft #ft_con .ft_logo img {
	padding:0 25px 20px 25px
}
#ft #ft_con #ft_nav {
	display:none
}
#ft #ft_con #ft_copy {
	overflow:hidden
}
#ft #ft_con #ft_copy small {
	border-left:none;
	display:block;
	padding:20px
}
#ft #ft_con #ft_copy a {
	color:#fff;
	text-decoration:none
}
#ft #ft_con #ft_copy ul {
	margin:15px 0 0 0;
	padding-bottom:15px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	overflow:hidden
}
#ft #ft_con #ft_copy ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#ft #ft_con #ft_copy ul li:before {
	content:"|";
	color:#fff;
	margin:0 5px
}
#ft_bnr_sp {
	width: 70%;
    margin: 25px auto 10px;
	padding: 0;
}
#ft_bnr_sp ul {
	display: flex;
}
#ft_bnr_sp ul li {
	width: 100%;
	margin: 0 5px;
}
#ft_bnr_sp ul li a img {
	width: 100%;
}
#page-top {
	position:fixed;
	bottom:20px;
	right:20px
}
#page-top img {
	width:60px;
	height:auto
}
#page-top:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
h2.img {
	margin:25px 0 0 0;
	color:#000;
	font-weight:normal;
	font-size:1.5rem;
	display:block;
	position:relative;
	border-bottom:2px solid #000
}
h2.img p span {
	border-bottom:2px solid #000;
	padding:12px;
	display:inline-block
}
h2.img img {
	display:none
}
h3.img {
	font-weight:normal;
	margin:15px 0 8px 0;
	padding:0px 10px;
	font-size:1.2rem;
	display:block;
	border:1px solid #000;
	border-left:5px double #000
}
h3.img img {
	display:none
}
#i_contents_iframe iframe {
	margin-top:15px;
	border:none;
	width:100%;
	height:320vw;
	overflow:hidden !important
}
.coupon_list .all_coupon {
	text-align:right;
	font-weight:bold
}
.coupon_list .all_coupon a {
	color:#DE5C97 !important;
	font-weight:bold !important
}
.coupon_list ul li {
	border-bottom:1px solid #999;
	min-height:104px;
	width:100%;
	background:url(../img/coupon_btn.png) right center no-repeat;
	list-style-type:none;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
.coupon_list ul li a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:10px 110px 10px 0;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
.coupon_list ul li h3 {
	font-size:1.2rem;
	font-weight:bold;
	color:#A90051;
	border-left:#A90051 3px solid;
	padding:0.0em 0 0em 0.5em;
	margin:0
}
.coupon_list ul li p {
	font-size:1.1rem;
	font-weight:bold
}
.coupon_list ul li p span {
	display:block;
	font-size:0.85em;
	font-weight:normal
}
.coupon_list ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.recommend_list {
	margin:10px 0 0 0
}
.recommend_list a img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.recommend_list ul {
	overflow:hidden
}
.recommend_list ul li {
	width:100%;
	margin:15px 3px;
	padding:0 !important;
	background:#f3f3f3
}
.recommend_list ul li a {
	color:#000;
	text-decoration:none
}
.recommend_list ul li .recommend_genre_day {
	margin:0;
	padding:0;
	text-align:right;
	overflow:hidden;
	background:#fff;
	font-size:0.8rem
}
.recommend_list ul li .recommend_genre_day span {
	border-left:3px solid #000;
	font-weight:bold;
	margin:0;
	padding:0 4px;
	float:left;
	color:#fff
}
.recommend_list ul li .recommend_genre_day span[title^="語学・外国語"] {
background:#75E26D !important
}
.recommend_list ul li .recommend_genre_day span[title^="ビジネス"] {
background:#77C5F2 !important
}
.recommend_list ul li .recommend_genre_day span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.recommend_list ul li .recommend_genre_day span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.recommend_list ul li .recommend_genre_day span[title^="FX・株式"] {
background:#F07353 !important
}
.recommend_list ul li .recommend_genre_day span[title^="心理・癒し"] {
background:#793D00 !important
}
.recommend_list ul li .recommend_genre_day span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.recommend_list ul li .recommend_genre_day span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.recommend_list ul li .recommend_genre_day span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.recommend_list ul li .recommend_genre_day span[title^="趣味・教養"] {
background:#FF9326 !important
}
.recommend_list ul li .recommend_genre_day span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.recommend_list ul li .recommend_genre_day span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.recommend_list ul li .recommend_genre_day span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.recommend_list ul li .recommend_genre_day span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.recommend_list ul li .recommend_genre_day span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.recommend_list ul li .recommend_genre_day span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.recommend_list ul li .recommend_genre_day span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.recommend_list ul li .recommend_genre_day span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.recommend_list ul li .recommend_genre_day span[title^="独立・開業"] {
background:#00EAAF !important
}
.recommend_list ul li .recommend_genre_day span[title^="ダミー02"] {
background:#AA77FF !important
}
.recommend_list ul li .recommend_list_img {
	width:100vw;
	height:50vw
}
.recommend_list ul li:nth-child(3n) {
margin-right:0
}
.recommend_list ul li:nth-child(3n+1) {
clear:both
}
.recommend_list ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.recommend_list ul li .recommend_text {
	padding:10px
}
.recommend_list ul li .recommend_text h3 {
	font-size:1.2rem;
	line-height:1.4em;
	color:#333
}
.recommend_list ul li .recommend_text p {
	font-size:0.95rem;
	line-height:1.6em
}
.recommend_list .recommend_list_btn {
	overflow:hidden
}
.recommend_list .recommend_list_btn a {
	width:100%;
	float:left
}
.recommend_list .recommend_list_btn a img {
	display:block;
	margin:5px auto
}
.trial_list {
	margin:10px 0 0 0
}
.trial_list ul li {
	background:#FFEDF3;
	width:100%;
	padding:0 !important;
	margin:15px 3px
}
.trial_list ul li a {
	color:#000;
	text-decoration:none
}
.trial_list ul li .trial_genre_day {
	margin:0;
	padding:0;
	text-align:right;
	overflow:hidden;
	font-size:0.8em
}
.trial_list ul li .trial_genre_day span {
	font-weight:bold;
	margin:0;
	padding:0 4px;
	float:left;
	color:#fff
}
.trial_list ul li .trial_genre_day span[title^="語学・外国語"] {
background:#75E26D !important
}
.trial_list ul li .trial_genre_day span[title^="ビジネス"] {
background:#77C5F2 !important
}
.trial_list ul li .trial_genre_day span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.trial_list ul li .trial_genre_day span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.trial_list ul li .trial_genre_day span[title^="FX・株式"] {
background:#F07353 !important
}
.trial_list ul li .trial_genre_day span[title^="心理・癒し"] {
background:#793D00 !important
}
.trial_list ul li .trial_genre_day span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.trial_list ul li .trial_genre_day span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.trial_list ul li .trial_genre_day span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.trial_list ul li .trial_genre_day span[title^="趣味・教養"] {
background:#FF9326 !important
}
.trial_list ul li .trial_genre_day span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.trial_list ul li .trial_genre_day span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.trial_list ul li .trial_genre_day span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.trial_list ul li .trial_genre_day span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.trial_list ul li .trial_genre_day span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.trial_list ul li .trial_genre_day span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.trial_list ul li .trial_genre_day span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.trial_list ul li .trial_genre_day span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.trial_list ul li .trial_genre_day span[title^="独立・開業"] {
background:#00EAAF !important
}
.trial_list ul li .trial_genre_day span[title^="ダミー02"] {
background:#AA77FF !important
}
.trial_list ul li .trial_list_img {
	width:100vw;
	height:50vw
}
.trial_list ul li:nth-child(3n) {
margin-right:0
}
.trial_list ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.trial_list ul li .trial_text {
	padding:10px
}
.trial_list ul li .trial_text h3 {
	color:#333;
	font-size:1.2rem;
	line-height:1.4em
}
.trial_list ul li .trial_text h3 span {
	display:block;
	color:#A90051;
	font-size:0.9em;
	font-weight:bold
}
.trial_list ul li .trial_text p {
	font-size:0.95rem;
	line-height:1.6em
}
.sp_search {
	background:url(../img/form_search.jpg) center center no-repeat #000;
	height:50px;
	width:100%;
	display:block;
	margin:10px 0 0 0
}
.search_genre ul {
	overflow:hidden
}
.search_genre ul li {
	width:100%;
	margin:0 0 10px 0;
	border-left:2px solid #442A19;
	background:url(../img/texture.png) top center;
	position:relative
}
.search_genre ul li a {
	font-size:1.2rem;
	font-weight:bold;
	color:#111;
	text-decoration:none;
	display:block;
	padding:10px
}
.search_genre ul li:nth-child(1n) {
clear:both
}
.search_genre ul li:nth-child(4n) {
margin-right:0
}
.search_genre ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.search_genre ul li:after {
	position:absolute;
	content:"";
	background:url(../img/search_genre_bg.png) bottom right no-repeat;
	width:70px;
	height:5px;
	right:0;
	bottom:-5px
}
.search_etc_list {
	border-left:2px solid #442A19;
	background:url(../img/texture.png) top center;
	padding:10px;
	margin:10px 0 20px 0
}
.search_etc_list h3 {
	padding:0 !important;
	margin:0 0 10px 0
}
.search_etc_list ul {
	background:#fff;
	overflow:hidden;
	padding:10px !important
}
.search_etc_list ul li {
	float:left;
	padding:0 !important;
	margin:0px 0 5px 0;
	width:100%
}
.search_etc_list ul li a {
	background:url(../img/li_bg.png) left 10px no-repeat;
	color:#5D3D28;
	padding:5px 0 5px 15px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	border-bottom:1px dotted #999
}
.search_etc_list ul li:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
#center {
	display:none
}
.school_detail_fix {
	position:fixed;
	right:0;
	top:0;
	width:100%;
	background:#000;
	color:#fff;
	z-index:1000;
	overflow:hidden;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
	font-size:1.1rem;
	padding:6px 10px
}
.school_detail_fix table {
	margin:0 auto
}
.school_detail_fix table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail_fix table tr:first-child {
	display:none
}
.school_detail_fix table td {
	padding:8px;
	font-weight:bold;
	border-left:1px dashed #ddd
}
.school_detail_fix table tr {
	border-top:none
}
.school_detail_fix table tr:first-child {
	border-top:none
}
.school_detail {
	overflow:hidden;
	width:100%
}
.school_detail a {
	color:#000
}
.school_detail h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%;
	line-height:1.4em;
	overflow:hidden
}
.school_detail h2 span {
	display:inline-block;
	font-size:0.3em;
	margin:3px;
	color:#fff;
	padding:3px
}
.school_detail h2 span[title^="語学・外国語"] {
background:#75E26D !important
}
.school_detail h2 span[title^="ビジネス"] {
background:#77C5F2 !important
}
.school_detail h2 span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.school_detail h2 span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.school_detail h2 span[title^="FX・株式"] {
background:#F07353 !important
}
.school_detail h2 span[title^="心理・癒し"] {
background:#793D00 !important
}
.school_detail h2 span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.school_detail h2 span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.school_detail h2 span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.school_detail h2 span[title^="趣味・教養"] {
background:#FF9326 !important
}
.school_detail h2 span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.school_detail h2 span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.school_detail h2 span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.school_detail h2 span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.school_detail h2 span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.school_detail h2 span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.school_detail h2 span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.school_detail h2 span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.school_detail h2 span[title^="独立・開業"] {
background:#00EAAF !important
}
.school_detail h2 span[title^="ダミー02"] {
background:#AA77FF !important
}
.school_detail .school_detail_img {
	width:100vw;
	height:67vw;
	margin:10px 0
}
.school_detail .school_detail_img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail .school_detail_data {
	width:100%;
	margin:0
}
.school_detail .school_detail_data table {
	margin:10px 0px;
	width:100%
}
.school_detail .school_detail_data table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail .school_detail_data table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.school_detail .school_detail_data table tr {
	border-top:1px solid #ddd
}
.school_detail .school_detail_data table tr:first-child {
	border-top:none
}
#tabs ul.tab_head {
	border-bottom:5px solid #fff;
	-webkit-box-shadow:0 8px 18px rgba(0, 0, 0, 0.1);
	box-shadow:0 8px 18px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	margin:40px 0 0 0;
	padding:0 !important;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#tabs ul.tab_head li {
	list-style:none;
	padding:0;
	width:50%;
	border:1px solid #000
}
#tabs ul.tab_head li a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	list-style:none;
	margin:0;
	padding:10px 0 20px 0 !important;
	cursor:pointer;
	text-align:center;
	background:#000;
	text-decoration:none;
	position:relative;
	border:1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition:All 0.6s ease;
	transition:All 0.6s ease
}
#tabs ul.tab_head li a:after {
	position:absolute;
	content:">";
	font-weight:normal;
	top:50%;
	left:45.5%;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:All 0.6s ease;
	transition:All 0.6s ease
}
#tabs ul.tab_head li a:hover {
	color:#000;
	background:#fff
}
#tabs ul.tab_head li a:hover:after {
	position:absolute;
	content:">";
	font-weight:normal;
	top:50%;
	left:45.5%;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
#tabs ul.tab_head li.ui-state-active a {
	color:#000;
	background:#fff;
	z-index:10
}
.school_detail_contentsbox_01 {
	overflow:hidden
}
.school_detail_contentsbox_01 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_01 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:100px;
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_01 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:100px;
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_01 img {
	width:100%
}
.school_detail_contentsbox_01 img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail_contentsbox_02 {
	overflow:hidden
}
.school_detail_contentsbox_02 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_02 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	right:100px;
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_02 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	right:100px;
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_02 img {
	width:100%
}
.school_detail_contentsbox_02 img:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail_contentsbox_03 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_03 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_03 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_03 .img_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.school_detail_contentsbox_03 .img_box a {
	width:31.5%
}
.school_detail_contentsbox_03 .img_box img {
	width:100%;
	-webkit-transition:All 0.6s ease;
	transition:All 0.6s ease
}
.school_detail_contentsbox_03 .img_box img:hover {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail_contentsbox_04 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_04 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_04 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_04 table {
	border:1px solid #ddd;
	width:100%
}
.school_detail_contentsbox_04 table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail_contentsbox_04 table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.school_detail_contentsbox_04 table tr {
	border-top:1px solid #ddd
}
.school_detail_contentsbox_04 table tr:first-child {
	border-top:none
}
.school_detail_contentsbox_05 {
	overflow:hidden
}
.school_detail_contentsbox_05 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_05 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_05 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_05 h4 {
	text-align:center;
	font-size:1.2rem;
	padding:15px;
	margin:14px 0 10px 0;
	position:relative
}
.school_detail_contentsbox_05 h4 span {
	background:#fff;
	padding:0 10px
}
.school_detail_contentsbox_05 h4:after {
	content:"";
	z-index:-1000;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:0;
	border-bottom:1px solid #000
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left {
	width:480px;
	float:left
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left img {
	width:100%
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left table {
	width:100%;
	border:1px solid #ddd
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left table tr {
	border-top:1px solid #ddd
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_left table tr:first-child {
	border-top:none
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_right {
	width:100%
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_right_imglist {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_right_imglist a {
	width:32%
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_right_imglist img {
	width:100%;
	-webkit-transition:All 0.6s ease;
	transition:All 0.6s ease
}
.school_detail_contentsbox_05 .school_detail_contentsbox_05_right_imglist img:hover {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail_contentsbox_06 {
	overflow:hidden
}
.school_detail_contentsbox_06 #map {
	width:100vw;
	height:60vw;
	display:block
}
.school_detail_contentsbox_06 p {
	text-align:right
}
.school_detail_contentsbox_06 a {
	color:#000
}
.school_detail_contentsbox_06 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_06 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_06 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_06 h4 {
	text-align:center;
	font-size:1.2rem;
	padding:15px;
	margin:14px 0 10px 0;
	position:relative
}
.school_detail_contentsbox_06 h4 span {
	background:#fff;
	padding:0 10px
}
.school_detail_contentsbox_06 h4:after {
	content:"";
	z-index:-1000;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:0;
	border-bottom:1px solid #000
}
.school_detail_contentsbox_07 {
	overflow:hidden
}
.school_detail_contentsbox_07 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_07 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_07 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_07 table {
	border:1px solid #ddd;
	width:100%
}
.school_detail_contentsbox_07 table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail_contentsbox_07 table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.school_detail_contentsbox_07 table tr {
	border-top:1px solid #ddd
}
.school_detail_contentsbox_07 table tr:first-child {
	border-top:none
}
.school_detail_contentsbox_08 {
	overflow:hidden
}
.school_detail_contentsbox_08 h3 {
	font-size:1.4rem;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:35px 0 15px 0;
	position:relative
}
.school_detail_contentsbox_08 h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_08 h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.school_detail_contentsbox_08 .school_detail_contentsbox_08_left {
	width:100%
}
.school_detail_contentsbox_08 .school_detail_contentsbox_08_left img {
	width:100%
}
.school_detail_contentsbox_08 .school_detail_contentsbox_08_right {
	width:100%
}
.school_detail_contentsbox_08 .school_detail_contentsbox_08_right a {
	display:block;
	padding:10px;
	text-align:center;
	margin-top:15px;
	font-weight:bold;
	font-size:1.2em;
	background:#000;
	color:#fff;
	text-decoration:none
}
.school_detail_contentsbox_08 .school_detail_contentsbox_08_right a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.school_detail_contentsbox_08 table {
	border:1px solid #ddd;
	width:100%
}
.school_detail_contentsbox_08 table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.school_detail_contentsbox_08 table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.school_detail_contentsbox_08 table tr {
	border-top:1px solid #ddd
}
.school_detail_contentsbox_08 table tr:first-child {
	border-top:none
}
.coupon_print h3 {
	font-size:1.4rem;
	padding:15px;
	border:1px solid #000;
	margin:35px 1% 15px 1%;
	width:98%;
	position:relative
}
.coupon_print h3 span {
	font-size:0.7em;
	display:block;
	border-bottom:1px solid #ddd
}
.coupon_print h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.coupon_print h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.coupon_print table {
	width:98%;
	margin:1%;
	border:1px solid #ddd
}
.coupon_print table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.coupon_print table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.coupon_print table tr {
	border-top:1px solid #ddd
}
.coupon_print table tr:first-child {
	border-top:none
}
.coupon_list h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
.coupon_list a {
	color:#000
}
.coupon_list a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.coupon_list table {
	width:100%;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd
}
.coupon_list table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.coupon_list table td {
	padding:8px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.coupon_list table tr:first-child {
	border-top:none
}
.coupon_list .pagenation {
	text-align:center;
	padding:10px;
	font-size:1.1em;
	color:#555
}
.coupon_list .pagenation a {
	font-weight:bold;
	color:#000
}
.coupon_list .pagenation a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.schedules_more {
	margin:10px 0 0 0
}
.schedules_more h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
.schedules_more ul {
	overflow:hidden
}
.schedules_more ul li {
	width:100%;
	margin:0 0 20px 0;
	padding:0 !important;
	background:#f3f3f3
}
.schedules_more ul li a {
	color:#000;
	text-decoration:none
}
.schedules_more ul li .schedules_genre_day {
	margin:0;
	padding:0;
	text-align:right;
	overflow:hidden;
	background:#f3f3f3;
	font-size:0.8rem
}
.schedules_more ul li .schedules_genre_day span {
	border-left:3px solid #000;
	font-weight:bold;
	margin:0;
	padding:0 4px;
	float:left;
	color:#fff
}
.schedules_more ul li .schedules_genre_day span[title^="語学・外国語"] {
background:#75E26D !important
}
.schedules_more ul li .schedules_genre_day span[title^="ビジネス"] {
background:#77C5F2 !important
}
.schedules_more ul li .schedules_genre_day span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.schedules_more ul li .schedules_genre_day span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.schedules_more ul li .schedules_genre_day span[title^="FX・株式"] {
background:#F07353 !important
}
.schedules_more ul li .schedules_genre_day span[title^="心理・癒し"] {
background:#793D00 !important
}
.schedules_more ul li .schedules_genre_day span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.schedules_more ul li .schedules_genre_day span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.schedules_more ul li .schedules_genre_day span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.schedules_more ul li .schedules_genre_day span[title^="趣味・教養"] {
background:#FF9326 !important
}
.schedules_more ul li .schedules_genre_day span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.schedules_more ul li .schedules_genre_day span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.schedules_more ul li .schedules_genre_day span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.schedules_more ul li .schedules_genre_day span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.schedules_more ul li .schedules_genre_day span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.schedules_more ul li .schedules_genre_day span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.schedules_more ul li .schedules_genre_day span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.schedules_more ul li .schedules_genre_day span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.schedules_more ul li .schedules_genre_day span[title^="独立・開業"] {
background:#00EAAF !important
}
.schedules_more ul li .schedules_genre_day span[title^="ダミー02"] {
background:#AA77FF !important
}
.schedules_more ul li .schedules_more_img {
	width:100vw;
	height:63vw
}
.schedules_more ul li .schedules_text {
	padding:10px
}
.schedules_more ul li .schedules_text h3 {
	font-size:1.2rem;
	line-height:1.4em;
	color:#333
}
.schedules_more ul li .schedules_text p {
	font-size:0.95rem;
	line-height:1.6em
}
.schedules_more .paging {
	text-align:center
}
.schedules_more .paging span {
	display:inline-block;
	margin:0 4px
}
.schedules_more .paging a {
	color:#000
}
.schedules_more .paging a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1;
	font-weight:bold
}
.schedules_list h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
.schedules_list a {
	color:#000
}
.schedules_list a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.schedules_list table {
	width:100%;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd
}
.schedules_list table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.schedules_list table td {
	padding:8px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.schedules_list table tr:first-child {
	border-top:none
}
.schedules_list span {
	font-weight:bold;
	margin:0 auto;
	display:block;
	padding:0 4px;
	width:130px;
	text-align:center;
	float:left;
	color:#fff;
	white-space:nowrap
}
.schedules_list span[title^="語学・外国語"] {
background:#75E26D !important
}
.schedules_list span[title^="ビジネス"] {
background:#77C5F2 !important
}
.schedules_list span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.schedules_list span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.schedules_list span[title^="FX・株式"] {
background:#F07353 !important
}
.schedules_list span[title^="心理・癒し"] {
background:#793D00 !important
}
.schedules_list span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.schedules_list span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.schedules_list span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.schedules_list span[title^="趣味・教養"] {
background:#FF9326 !important
}
.schedules_list span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.schedules_list span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.schedules_list span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.schedules_list span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.schedules_list span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.schedules_list span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.schedules_list span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.schedules_list span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.schedules_list span[title^="独立・開業"] {
background:#00EAAF !important
}
.schedules_list span[title^="ダミー02"] {
background:#AA77FF !important
}
.search_list {
	overflow:hidden
}
.search_list h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:10px;
	margin:0 0 15px 0;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
.search_list h3 {
	font-size:1.4rem;
	padding:15px;
	border:1px solid #000;
	margin:35px 0 15px 0;
	width:100%;
	position:relative
}
.search_list h3 span {
	font-weight:bold;
	font-size:0.7em;
	float:right;
	width:140px;
	margin:8px 0 0 0;
	display:block;
	padding:4px;
	text-align:center;
	display:inline-block;
	color:#fff;
	white-space:nowrap
}
.search_list h3 span[title^="語学・外国語"] {
background:#75E26D !important
}
.search_list h3 span[title^="ビジネス"] {
background:#77C5F2 !important
}
.search_list h3 span[title^="IT・コンピュータ"] {
background:#FDAC48 !important
}
.search_list h3 span[title^="WEB・デザイン"] {
background:#FB2B49 !important
}
.search_list h3 span[title^="FX・株式"] {
background:#F07353 !important
}
.search_list h3 span[title^="心理・癒し"] {
background:#793D00 !important
}
.search_list h3 span[title^="ファッション・ビューティ"] {
background:#28A822 !important
}
.search_list h3 span[title^="フード・料理・ドリンク"] {
background:#FF7373 !important
}
.search_list h3 span[title^="ものづくり・クラフト"] {
background:#51A8FF !important
}
.search_list h3 span[title^="趣味・教養"] {
background:#FF9326 !important
}
.search_list h3 span[title^="音楽・楽器"] {
background:#BD95FF !important
}
.search_list h3 span[title^="ヨガ・スポーツ・ダンス"] {
background:#FB2B49 !important
}
.search_list h3 span[title^="ブライダル・マナー・生活"] {
background:#888888 !important
}
.search_list h3 span[title^="ペット・動物・園芸・フラワー"] {
background:#D70424 !important
}
.search_list h3 span[title^="映像・芸能・放送・出版"] {
background:#0059B2 !important
}
.search_list h3 span[title^="インテリア・建築・土木"] {
background:#FDAC48 !important
}
.search_list h3 span[title^="医療・福祉・教育"] {
background:#793D00 !important
}
.search_list h3 span[title^="子どもの習いごと"] {
background:#F07353 !important
}
.search_list h3 span[title^="独立・開業"] {
background:#00EAAF !important
}
.search_list h3 span[title^="ダミー02"] {
background:#AA77FF !important
}
.search_list h3:after {
	content:"";
	z-index:10;
	position:absolute;
	top:100%;
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #000;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.search_list h3:before {
	content:"";
	z-index:100;
	position:absolute;
	top:calc(100% - 1px);
	left:calc(50% - 7px);
	width:0;
	height:0;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent
}
.search_list h3 .shop_name {
	display:block;
	color:#A90051;
	font-size:0.9em;
	font-weight:bold
}
.search_list a {
	color:#000
}
.search_list a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1
}
.search_list .search_form_box {
	width:100%;
	margin:0 auto;
	text-align:center
}
.search_list .search_form_box .search_form table {
	width:100%;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd
}
.search_list .search_form_box .search_form table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.search_list .search_form_box .search_form table td {
	padding:8px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.search_list .search_form_box .search_form table tr:first-child {
	border-top:none
}
.search_list .search_form_box .search_form_btn {
	width:100%;
	margin:20px auto
}
.search_list .search_list_box {
	width:100%;
	overflow:hidden
}
.search_list .search_list_left {
	width:490px;
	float:left
}
.search_list .search_list_left img {
	width:100%
}
.search_list .search_list_right {
	width:490px;
	float:right
}
.search_list .search_list_right table {
	width:100%;
	border:1px solid #ddd
}
.search_list .search_list_right table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.search_list .search_list_right table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.search_list .search_list_right table tr {
	border-top:1px solid #ddd
}
.search_list .search_list_right table tr:first-child {
	border-top:none
}
.search_list .search_list_right .search_list_right {
	display:block;
	background:#000;
	color:#fff;
	padding:6px;
	text-align:center;
	text-decoration:none;
	font-size:1.1rem;
	margin:10px 0 20px 0;
	font-weight:bold
}
.search_list .paging {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #666;
	text-align:center
}
.search_list .paging span {
	display:inline-block;
	margin:0 4px
}
.search_list .paging a {
	color:#000
}
.search_list .paging a:hover {
	-webkit-animation:mouseover 0.6s 1;
	animation:mouseover 0.6s 1;
	font-weight:bold
}
.sliders01 {
	display:none
}
.sliders02 {
	display:block
}
.column_eyecatch {
	width:100%;
	margin:0 0 15px 0
}
.column_eyecatch img {
	width:80%;
	display:block;
	margin:0 auto
}
.column_course {
	width:calc(100% - 20px);
	padding:15px;
	background:#f0f0f0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:15px 10px
}
.column_course h3 {
	border-bottom:1px solid #999999;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0.5em 0;
	margin:0 0 10px 0
}
.column_course .column_course_outline {
	width:100%;
	margin-bottom:0px
}
.column_course .column_course_table {
	width:100%
}
.column_course .column_course_table table {
	margin:10px 0px;
	width:100%
}
.column_course .column_course_table table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.column_course .column_course_table table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.column_course .column_course_table table tr {
	border-top:1px solid #ddd
}
.column_course .column_course_table table tr:first-child {
	border-top:none
}
.column_course .column_course_img {
	width:100%
}
.column_course .column_course_img img {
	width:100%;
	height:auto
}
.column_info {
	width:100%;
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:15px 0
}
.column_info h3 {
	border-bottom:1px solid #999999;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0.5em 0.5em;
	margin:0 0 10px 0;
	width:100%
}
.column_info .column_info_img {
	width:100%
}
.column_info .column_info_img img {
	width:100%;
	height:auto
}
.column_info .column_info_table {
	width:100%
}
.column_info .column_info_table table {
	margin:10px 0px;
	width:100%
}
.column_info .column_info_table table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap
}
.column_info .column_info_table table td {
	padding:8px;
	border-left:1px dashed #ddd
}
.column_info .column_info_table table tr {
	border-top:1px solid #ddd
}
.column_info .column_info_table table tr:first-child {
	border-top:none
}
.column_info .column_info_map {
	width:100%;
	margin-top:10px
}
.column_info .column_info_map iframe {
	width:100%;
	height:50vh
}
.column_link_btn {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:20px 0
}
.column_link_btn a {
	display:block;
	padding:10px;
	width:calc(100% - 20px);
	color:#ffffff;
	text-align:center;
	background:#D31736;
	text-decoration:none
}
.column_link_btn p {
	font-size:0.9em;
	width:100%;
	text-align:center
}
#side_column_archive {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%
}
#side_column_archive h2 {
	background:#222222;
	color:#ffffff;
	padding:4px 10px;
	width:100%
}
#side_column_archive .column_archive_box {
	overflow:hidden;
	padding:10px;
	width:calc(100% - 20px);
	margin:10px;
	border-bottom:1px solid #eaeaea
}
#side_column_archive .column_archive_box a {
	text-decoration:none
}
#side_column_archive .column_archive_box a img {
	float:left;
	width:70px
}
#side_column_archive .column_archive_box a .column_archive_text {
	margin:-5px 0 0 80px
}
#side_column_archive .column_archive_box a .column_archive_date {
	color:#5f5f5f;
	font-size:10px
}
#side_column_archive .column_archive_box a .column_archive_title {
	color:#5f5f5f;
	font-size:12px;
	font-weight:bold
}
#side_column_archive .column_archive_more {
	width:100%;
	margin-top:20px
}
#side_column_archive .column_archive_more a {
	display:block;
	padding:10px;
	width:100%;
	color:#ffffff;
	text-align:center;
	background:#D31736;
	text-decoration:none
}
#main_column_archive {
	width:100%
}
#main_column_archive h2 {
	font-size:2.0rem;
	font-weight:normal;
	padding:1em;
	margin:0 0 25px 0;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	background:#fff;
	width:100%
}
#main_column_archive .column_archive_box {
	overflow:hidden;
	margin:2% 0;
	padding:2%;
	border-bottom:1px solid #eaeaea
}
#main_column_archive .column_archive_box a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	text-decoration:none;
}
#main_column_archive .column_archive_box a img {
	width: 140px;
	height: auto;
}
#main_column_archive .column_archive_box a .column_archive_text {
	width: calc(100% - 155px);
	margin: -5px 0 0;
}
#main_column_archive .column_archive_box a .column_archive_date {
	color:#5f5f5f;
	font-size:10px
}
#main_column_archive .column_archive_box a .column_archive_title {
	color:#5f5f5f;
	font-size:12px;
	font-weight:bold
}
.flex_box_2column {
	width:100%;
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:10px 0
}
.flex_box_2column .flex_box_2column_img {
	width:100%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
.flex_box_2column .flex_box_2column_img img {
	max-width:100%;
	height:auto;
	display:block;
	margin:10px auto
}
.flex_box_2column .flex_box_2column_text {
	width:100%;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2
}
.flex_box_1column {
	width:100%;
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:10px 0;
	font-size: 16px;
}
.flex_box_1column .flex_box_1column_img {
	width:100%
}
.flex_box_1column .flex_box_1column_img img {
	max-width:100%;
	height:auto;
	display:block;
	margin:10px auto
}
.flex_box_1column .flex_box_1column_text {
	width:100%
}

.attention{
	width: 100%;
	background: #eee;
	border-radius: 10px;
	margin-top: 12px;
}
.attention p{
	padding: 15px;
	font-size: 13px;
}

.img_flort {
	width:100%;
	padding:10px;
	overflow:hidden;
	margin:10px 0
}
.img_flort .img_flort_right {
	width:100%
}
.img_flort .img_flort_right img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto
}
.img_flort .img_flort_left {
	width:100%
}
.img_flort .img_flort_left img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto
}
.flex_box_img_2column {
	width:100%;
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	margin:10px 0
}
.flex_box_img_2column .flex_box_img_2column_img {
	width:100%
}
.flex_box_img_2column .flex_box_img_2column_img img {
	max-width:100%;
	height:auto;
	display:block;
	margin:10px auto
}
