@charset "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

h1,h2,h3,h4,h5,h6,a,p,div{
	word-wrap: break-word;
	word-break: break-word;
}
option{color:#000;}
/* common
________________________________*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	/*color: #666666;*/
	color: #444;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#erro_data{
    text-align: center;
    color: red;
}
#erro_data .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#erro_data p{font-size: 15px;}
/*
#cateTop		{ background-color: #DA0B20; }
#cateAbout		{ background-color: #DA0B20; }
#cateProgram	{ background-color: #DA0B20; }
#cateCourse		{ background-color: #DA0B20; }
#cateAdmission	{ background-color: #DA0B20; }
#cateFlow		{ background-color: #DA0B20; }
#cateRaiko		{ background-color: #DA0B20; }
#cateCrescend	{ background-color: #DA0B20; }
#cateMovie		{ background-color: #DA0B20; }
#cateCampus		{ background-color: #DA0B20; }
#cateForms		{ background-color: #DA0B20; }
#cateFormsSP		{ background-color: #FFFFFF; }
*/

#cateMovie {
	overflow: hidden;
}

.select_list{}
.select_list > ul{
	display: flex;
}
.select_list > ul > li{
	width: 49%;
}
.select_list > ul > li:not(:nth-child(even)){
	margin-right: 2%;
}
.select_list > ul > li > a{
	display: block;
	/* border: 1px solid #b4b4b4; */
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.select_list > ul > li > a > .box{}
.select_list > ul > li > a > .box > .title{
	font-size: 22px;
	background: #fff;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	height: 70px;
	font-weight: normal;
	background: #DA0B20;
	color: #fff;
}
.select_list > ul > li > a > .box > .img{
	width: 100%;
	height: 200px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.select_list > ul > li > a:hover > .box > .img{
	background-size: 110%;
}
.select_list > ul > li > .btn{
	margin-top: 20px;
	text-align: center;
}
.select_list > ul > li > .btn > a{
	color: #fff;
	background: #DA0B20;
	display: inline-flex;
	padding: 10px 30px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	font-weight: bold;
}


a {
	cursor: pointer;
	text-decoration: none;
}
.tag {
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80); /* IE */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	-moz-opacity:0.80; /* mozila */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	zoom:1;
}

a:hover img.nohv{
	opacity:1;
	filter: alpha(opacity=100); /* IE */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
	-moz-opacity:1.00; /* mozila */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	zoom:1;
}

img {
	vertical-align: top;
}

iframe {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

iframe#twitter-widget-0 {
  vertical-align: top;
}

.fb-like {
  width:155px;
  float:left;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
  position: static !important;
}

.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }

.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.roundBox {
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	behavior: url(/lib/js/PIE/PIE.php);
}

.roundMiniBox {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	behavior: url(/lib/js/PIE/PIE.php);
}

/* margin */
.rayoutMT10 { margin-top: 10px; }

.rayoutMB20 { margin-bottom: 20px; }

.rayoutML10 { margin-left: 10px; }
.rayoutML20 { margin-left: 20px; }
.rayoutML30 { margin-left: 30px; }

.rayoutMR10 { margin-right: 10px; }
.rayoutMR20 { margin-right: 20px; }
.rayoutMR30 { margin-right: 30px; }

.Bold { font-weight: bold !important; }

/* structure
________________________________*/
#wrapper {
	width: 960px;
	margin: 0 auto 30px auto;
	/*border:1px solid #DA0B20;*/
}

#containerBox .container {
	float: left;
}
#containerBox .container.L {
	width: 235px;
}

#cateTop .grandtop .container.L {
margin-top:20px;
}

#containerBox .container.R {
	width: 765px;
}

#containerBox .container.L section {
	margin-bottom: 20px;
}

#contentWrapper {
	background-color: #fff;
}
.main_visual .page_title{
background-size:cover;
height:180px;
width:100%;
position: relative;
background-position:center;
}
.main_visual .page_title:before{
content:"";
position:absolute;
left:0;
top:0;
z-index:1;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
}
.main_visual .page_title h1{
position: absolute;
top:50%;
left:50%;
z-index:2;
transform: translate(-50%,-50%);
color:#FFF;
font-size:38px;
font-weight: bold;
color:#FFF;
text-align: center;
width:100%;
}
.main_visual .page_title .h1_subcopy{
font-size:22px;
font-weight: normal;
}
#topicPath {
	margin-bottom: 10px;
}
.step_area{width:100%;overflow: hidden}
.step_area ul li {float:left;width:33%;background:#b4b4b4;position:relative;height:120px;}
.step_area ul li:last-child{width:34%;}
.step_area ul li:after{content:"";position:absolute;top:34px;right:-27px;border:2px solid #FFF;width:52px;height:52px;z-index:1;background:#b4b4b4;-ms-transform: rotate(45deg) skew(27deg,30deg);transform: rotate(45deg) skew(27deg,30deg);-webkit-transform: rotate(45deg) skew(27deg,30deg);border-bottom:none;border-left:none;}
.step_area ul li.on:after,
.step_area ul li.on {background:#DA0B20;}
.step_area ul li.end:after,
.step_area ul li.end,
.step_area ul li.end p{background:#b4b4b4;color:#CCC}
.step_area ul li p{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#FFF;font-size:24px;text-align:center;width:100%;}
.step_area ul li p span{display:block;font-size:15px;font-weight:bold;}
.content_area{width:100%;padding:88px 0 0 0;}
.content_area .inner_block{width:1000px;margin:0 auto;text-align: center;color:#000;line-height: 1.8;}
.content_area .title{font-size:40px;color:#DA0B20;margin:0 0 15px 0;}
.content_area .subtitle{font-size:24px;margin:0 0 15px 0;}
.content_area .cms_list li{font-size:20px;margin:0 0 10px 0;}
.content_area .cms_list{margin:0 0 50px 0;}
.content_area .cms_text{margin:0 0 50px 0;}
.content_area .cms_text p{font-size:136%;margin-bottom:1em;}
.content_area .cms_text p span.red{color:#F00;}
.content_area .cms_text strong,
.content_area .cms_text b{font-weight:bold;}
.content_area .cms_text_note{font-size:110%;margin:0 0 30px 0;}


/* modal
________________________________*/
#BodyWrap {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	display: none;
	opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
	    filter: alpha(opacity=70);
}

#MovieBodyWrap {
	background: url(/lib/img/top/bnr_.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 120;
}

.uaMobile #MovieBodyWrap {
	display: none;
}

.modal {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 115;
	display: none;
}

.modal .modalClose40 {
	display: block;
	background: url(/lib/img/common/modal_close_40.png);
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal .modalClose54 {
	display: block;
	background: url(/lib/img/common/modal_close_54.png);
	width: 54px;
	height: 54px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.modal .modalClose109 {
	display: block;
	background: url(/lib/img/common/modal_close_109-29.png);
	width: 109px;
	height: 29px;
	position: absolute;
	bottom: -17px;
	left: 0;
}

.modal .title {
	font-size: 13px;
	line-height: 30px;
	width: 843px;
	padding-left: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 12px;
	top: 12px;
}
.uaIE8andUnder .modal .title {
	background-color: #000;
}

.modal.youtubeModal {
	padding: 12px;
	width: 853px;
	height: 480px;
	margin: -252px 0 0 -438px;
}

.modal.youtubeModal iframe {
	width: 853px;
	height: 480px;
	border: 0;
	margin: 0;
	padding: 0;
}


.listWrap{}
.listWrap > ul{}
.listWrap > ul > li:not(.note):not(.title){
    background: #E2EEF4;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    text-align: center;
}
.listWrap > ul > li{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #000;
}
.listWrap > ul > li > .btn{position:relative;background: #000;color: #fff;padding: 6px 20px;border: 2px solid #000;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;display: inline-flex;}
.listWrap > ul > li > .btn:hover{cursor:pointer;}
.listWrap > ul > li > .btn:before,
.listWrap > ul > li > .btn:after{position:absolute;content:"";}
.listWrap > ul > li > .btn:before{}
.listWrap > ul > li > .btn:after{}
.listWrap > ul > li > .btn:hover{background:#fff;color:#000;}

.listWrap > ul > li.title{
    text-align: center;
    font-size: 22px;
}
.listWrap > ul > li.title:not(:first-child){
    margin-top: 40px;
}
.listWrap > ul > li:not(.note):not(.close):not(.title){/* border: 2px solid #000; */}
.listWrap > ul > li.note{
    font-size: 18px;
    text-align: center;
}
/*
.listWrap > ul > li:not(.note):not(.close):hover{cursor:pointer;}
.listWrap > ul > li:not(.note):not(.close):before{content:"このイベントを申し込む";position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-justify-content: center;background: rgba(0,0,0,0.4);color: #fff;font-size: 26px;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;opacity: 0;}
.listWrap > ul > li:not(.note):not(.close):hover:before{
    opacity: 1;
}
*/
.listWrap > ul > li:not(:last-child){
    margin-bottom: 20px;
}
.listWrap > ul > li > .top{
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    text-align: left;
}
.listWrap > ul > li > .top > .date{
    margin-bottom: 10px;
}
.listWrap > ul > li > .top > .date > .left{
    padding: 0 15px;
    display: inline-flex;
    vertical-align: middle;
    background: #000;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-right: 10px;
    float: left;
}
.listWrap > ul > li > .top > .date > .right{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.listWrap > ul > li > .top > .date > .right > .label{
    background: #DA0B20;
    padding: 0 10px;
    display: inline-flex;
    vertical-align: middle;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-right: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
}
.listWrap > ul > li > .top > .title{
    font-size: 16px;
}
.listWrap > ul > li > .content{
    background: #fff;
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
}
.listWrap > ul > li > .content > .img{
    float: left;
    width: 40%;
    background-size: cover;
}
.listWrap > ul > li > .content > .img + .right{
    float: right;
    width: 58%;
}
.listWrap > ul > li > .content > .img:before{content:"";display:block;padding-top: 80%;}
.listWrap > ul > li > .content > .img > img{}
.listWrap > ul > li > .content > .right{
    font-size: 14px;
}
.listWrap > ul > li > .content > .right .btn{
    text-align: center;
    margin-top: 20px;
}
.listWrap > ul > li > .content > .right .btn a{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 20px;
    border: 2px solid #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.listWrap > ul > li > .content > .right .btn:hover a{background:#fff;color:#000;}
.listWrap > ul > li.close{
    background: rgba(255,0,0,0.3) !important;
}
.listWrap > ul > li.close > .top{}
.listWrap > ul > li.close > .top > .date{}
.listWrap > ul > li.close > .top > .date > .left{
    background: #ff0000;
}
.listWrap > ul > li.close > .top > .date > .right{}
.listWrap > ul > li.close > .top > .date > .right > .label{}
.listWrap > ul > li > .top > .date > .right > .reserve{
    background: #AFD200;
    padding: 0 10px;
    display: inline-flex;
    vertical-align: middle;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    margin-right: 5px;
}
.listWrap > ul > li > .top > .date > .right > .reserve.green{background:#AFD200;}
.listWrap > ul > li > .top > .date > .right > .reserve.orenge{background:#FD9827;}
.listWrap > ul > li.close > .top > .date > .right > .reserve{
    background: #ff0000;
}
.listWrap > ul > li.close > .top > .title{}
.listWrap > ul > li.close > .content{
    display: none;
}
.listWrap > ul > li.close > .content > .img{}
.listWrap > ul > li.close > .content > .img > img{}
.listWrap > ul > li.close > .content > .text{}



/* campusMap
________________________________*/
#campusMapImg {
	cursor: pointer;
}

#campusMapModal {
	padding: 18px;
	width: 912px;
	height: 472px;
	margin: -254px 0 0 -474px;
}

.campusMapWrap {
	width: 912px;
	height: 472px;
	background: url(/lib/img/map/bg.png);
	position: relative;
}

.areaMenu {
	background: #fff;
	width: 184px;
	position: absolute;
	top: 59px;
	right: 7px;
}

.areaMenu li {
	height: 47px;
	border-bottom: 1px solid #e1e1e1;
}
.areaMenu li:first-child {
	border-top: 1px solid #e1e1e1;
}

.areaMenu li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	display: block;
	height: 47px;
	padding: 0 0 0 34px;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat 20px 23px;
}

.areaMenu li a:hover {
	background-color: #fde9dd;
}

.areaMenu .li1 a { color: #005fa6; }
.areaMenu .li2 a { color: #4b61cc; }
.areaMenu .li3 a { color: #cc52ad; }
.areaMenu .li4 a { color: #f26c18; }
.areaMenu .li5 a { color: #cc9b14; }
.areaMenu .li6 a { color: #98cc14; }
.areaMenu .li7 a { color: #29cc4f; }
.areaMenu .li8 a { color: #e5455d; }


/* header
________________________________*/
#headWrapper {
	background: transparent url(/lib/img/common/bg_headarch.png) no-repeat center bottom;
	width: 100%;
	min-width: 1000px;
	/*overflow: hidden;*/
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 5000;
}

header {
	height: 120px;
	background-color: #fff;
}

header nav {
	width: 981px;
	height: 28px;
	margin: 0 auto;
}

#headNav > li {
	height: 28px;
	float: left;
	padding: 0;
	border-right: 2px solid #ccc;
	position: relative;
	z-index: 5001;
}
#headNav > li:first-child {
	border-left: 2px solid #ccc;
}

#headNav > li > a:hover img {
	opacity: 0.20;
	-ms-filter: "alpha(opacity=20)";
	    filter: alpha(opacity=20);
}

#headNav div {
	width: 235px;
	padding: 7px 0 0 0;
	position: absolute;
	top: 28px;
	left: 0;
	display: none;
}

#headNav div ul {
	padding: 4px 5px 5px;
}

#headNav div li {
	background-color: #fff;
	margin-top: 1px;
}

#headNav div a {
	font-size: 13px;
	padding: 11px 10px 11px 28px;
	color: #000;
	text-decoration: none;
	display: block;
	height: auto;
	border: 1px solid #fff;
	background: url(/lib/img/common/sidemenu_arrow_gray.png) no-repeat 18px center;
}

#headNav div a.parent {
padding-left: 10px;
background-image: none;
font-weight: bold;
}

#headNav div a:hover {
	background-color: #f5f5f5;
	background-image: url(/lib/img/common/sidemenu_arrow.png);
}

#headNav .GlobalMenu2 ul { background-color: #e0dffb; }
#headNav .GlobalMenu3 ul { background-color: #f5e5fc; }
#headNav .GlobalMenu4 ul { background-color: #fbdff1; }
#headNav .GlobalMenu5 ul { background-color: #fbe0df; }
#headNav .GlobalMenu6 ul { background-color: #fbf2df; }
#headNav .GlobalMenu7 ul { background-color: #f1fbdf; }

#headNav .GlobalMenu2 div a:hover { border-color: #a198eb; }
#headNav .GlobalMenu3 div a:hover { border-color: #dea7fa; }
#headNav .GlobalMenu4 div a:hover { border-color: #ffa8df; }
#headNav .GlobalMenu5 div a:hover { border-color: #ffb2b4; }
#headNav .GlobalMenu6 div a:hover { border-color: #f5d68b; }
#headNav .GlobalMenu7 div a:hover { border-color: #c5ef7f; }

.headbar {
	overflow: hidden;
	background-color: #F7F7F7;
	height: 30px;
	padding-top: 1px;
}

.headbar div {
	font-size: 12px;
	line-height: 30px;
	color: #000;
	width: 1000px;
	margin: 0 auto;
}

*+html .headbar div div {
	width: 40%;
	float: right;
}

.headbar div h1 {
	width: 50%;
	float: left;
	padding-left: 7px;
}

.headbar div #site_title {
	float: left;
}

.headbar div a {
	color: #4c4c4c;
	float: right;
	text-decoration: none;
	padding-left: 7px;
	margin-right: 19px;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat left center;

}
.headbar div a:hover {
	text-decoration: underline;
}

.headLogoWrap {
	width: 1000px;
	height: 87px;
	margin: 0 auto;
	position: relative;
}

.headLogoWrap .logo {
	display: block;
	width: 180px;
	position: absolute;
	left: 0;
	top: 9px;
	zoom: 1;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	/* overflow: hidden; */
	/* text-indent: 100%; */
	white-space: nowrap;
	display: block;
	height: 99px;
	line-height: normal;
	background-size: 100%;
	background-position: center;
	}
 .headLogoWrap .logo a{
    display: flex;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    padding-left: 110%;
    height: 100px;
    align-items: center;
}
.headLogoWrap .logo img {
	_width: 262px;
	_height: 62px;
	opacity: 0;
	}
 

.headLogoWrap div {
	/*width: 669px;*/
	width: 747px;
	height: 66px;
	/*background: #c3ffdb url(/lib/img/common/head_telinfo.png?131025) no-repeat 15px 12px;*/
	background: #DAF4E6 url(/lib/img/common/head_telinfo_2018.png) no-repeat 15px 12px;
	/*border: 1px solid #08e05e;*/
	border: 1px solid #39B54A;
	border-top: none;
	float: right;
	-webkit-border-radius: 0 0 8px 8px;
	   -moz-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
	behavior: url(/lib/js/PIE/PIE.php);
	position: relative;
}

.headLogoWrap div a {
	display: block;
	/*width: 195px;*/
	width: 183px;
	/*height: 43px;*/
	height: 46px;
	position: absolute;
	/*top: 9px;*/
	top: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.headLogoWrap div .shiryo {
	/*left: 260px;*/
	left: 612px;
	top: 15px;
	width: 119px;
	height: 32px;
	background: #F20000;
}
.headLogoWrap div .raiko {
	/*left: 458px;*/
	left: 232px;
	background: #009245;
}
.headLogoWrap div .taiken {
	left: 423px;
	background: #009245;
}

.headLogoWrap div img {
/*	visibility: hidden;*/
}

.headLogoWrap div a:hover {
opacity: 0.8;
}

/* footer
________________________________*/
/* foottext */
#foottext {
	font-size: 12px;
	width: 920px;
	margin: 0 auto 1px;
	padding: 20px 40px 15px;
	background-color: #fff;
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
	behavior: url(/lib/js/PIE/PIE.php);
}

#foottext h2 {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}

#footNav a,
#campusNav a,
#menuNav a  {
	color: #4c4c4c;
	text-decoration: none;
	line-height:1.2;
}

#footNav a:hover,
#campusNav a:hover,
#menuNav a:hover {
	text-decoration: underline;
}


/* footNav */
#footNav {
	font-size: 11px;
	line-height: 1;
	width: 1000px;
	margin: 0 auto 1px;
	padding: 20px 0 10px;
	background-color: #fff;
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
	behavior: url(/lib/js/PIE/PIE.php);
}

#footNav {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	behavior: none;
}

#footNav div {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 1000px;
}

#footNav ul {
	position: relative;
	left: 50%;
	float: left;
}

#footNav li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #4c4c4c;
}

#footNav li:first-child {
	border: none;
}


/* campusNav */
#campusNav {
	font-size: 11px;
	line-height: 20px;
	color: #4c4c4c;
	width: 1000px;
	margin: 0 auto 17px;
	padding: 28px 0 30px;
	background-color: #fff;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
	behavior: url(/lib/js/PIE/PIE.php);
}

#campusNav p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#campusNav dl {
	margin-top: 20px;
}

#campusNav dt {
	font-weight: bold;
	margin: 0 0 -20px 40px;
}

#campusNav dd {
	margin-left: 160px;
}

#campusNav li {
	float: left;
	width: 168px;
}

/* menuNav */
#menuNav {
	font-size: 11px;
	line-height: 20px;
	color: #4c4c4c;
	width: 1000px;
	margin: 0 auto 1px;
	padding: 1px 0 15px;
	background-color: #fff;
	overflow: hidden;
}

.column {
	float : left;
}

#menuNav dl {
	margin: 10px 0px 0 18px;
}

#menuNav dt {
	font-weight: bold;
}

#menuNav dd {
	margin: 5px 0 0 5px;
}


/* footer */
#footWrapper {
	width: 100%;
	min-width: 1000px;
	background: none;
	padding:20px 0;
	background: #999999;
}
#footWrapper p.logo{text-align: center;color:#FFF;background-image: url(../img/h_logo.svg);background-repeat: no-repeat;overflow: hidden;text-indent: 100%;white-space: nowrap;display: block;height: 90px;line-height: normal;background-position: center;width: 180px;margin: auto;background-size: 100%;margin-bottom: 10px;display: none;}
#footWrapper > div {
	width: 100%;
	min-width: 1000px;
	height: 20px;
}
#footWrapper p.copy{
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}
#footWrapper p.logo img{}

#footWrapper > div div {
	height: 20px;
	max-width: 1280px;
	margin: 0 auto;
}

#cateTop #footWrapper > div div			{ background-color: #DA0B20; }
#cateAbout #footWrapper > div div		{ background-color: #DA0B20; }
#cateProgram #footWrapper > div div		{ background-color: #DA0B20; }
#cateCourse #footWrapper > div div		{ background-color: #DA0B20; }
#cateAdmission #footWrapper > div div	{ background-color: #DA0B20; }
#cateFlow #footWrapper > div div		{ background-color: #DA0B20; }
#cateRaiko #footWrapper > div div		{ background-color: #DA0B20; }
#cateCampus #footWrapper > div div		{ background-color: #DA0B20; }
#cateCrescend #footWrapper > div div	{ background-color: #DA0B20; }


.page-top {
 display: none;
 position: fixed;
 bottom: 10px;
 right: 16px;
}

.page-top a {
 display: block;
 width: 40px;
 height: 40px;
 background-color:#7CD0F5;
 text-align: center;
 color:#fff;
 font-size: 20px;
 font-weight: bold;
 line-height: 45px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
}


.ConversionTagWrap {
	height: 0;
	overflow: hidden;
}

/* sideMenu
________________________________*/
.sideMenu {
	padding: 5px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#cateCampus .sideMunu {
	margin-bottom: 0;
}

.sideMenu p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
}


#cateAbout .sideMenuAbout			{ display: block; }
#cateProgram .sideMenuProgram		{ display: block; }
#cateCourse .sideMenuCourse			{ display: block; }
#cateAdmission .sideMenuAdmission	{ display: block; }
#cateFlow .sideMenuFlow				{ display: block; }
#cateRaiko .sideMenuRaiko			{ display: block; }
#cateCampus .sideMenuCampus			{ display: block; }
#cateCrescend .sideMenuCrescend		{ display: block; }

#cateAbout .sideMenu	 { background-color: #D9F0FC; }
#cateProgram .sideMenu	 { background-color: #D9F0FC; }
#cateCourse .sideMenu	 { background-color: #D9F0FC; }
#cateAdmission .sideMenu { background-color: #D9F0FC; }
#cateFlow .sideMenu		 { background-color: #D9F0FC; }
#cateRaiko .sideMenu	 { background-color: #D9F0FC; }
#cateCampus .sideMenu	 { background-color: #D9F0FC; }
#cateCrescend .sideMenu	 { background-color: #D9F0FC; }

#cateAbout .sideMenu p		{ color: #DA0B20; }
#cateProgram .sideMenu p	{ color: #DA0B20; }
#cateCourse .sideMenu p		{ color: #DA0B20; }
#cateAdmission .sideMenu p	{ color: #DA0B20; }
#cateFlow .sideMenu p		{ color: #DA0B20; }
#cateRaiko .sideMenu p		{ color: #DA0B20; }
#cateCampus .sideMenu p		{ color: #DA0B20; }
#cateCrescend .sideMenu p	{ color: #DA0B20; }

.sideMenu li {
	background-color: #fff;
	margin-top: 1px;
}

.sideMenu a {
	font-size: 13px;
	line-height: 1;
	/*color: #595554;*/ color: #444;
	display: block;
	padding: 15px 10px 15px 29px;
	text-decoration: none;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat 15px center;
	zoom: 1;
}

.sideMenu a:hover {
	background-color: #f5f5f5;
}

/* targetMenu */
.targetMenu {
	background-color: #fff;
	margin-top: 20px;
	padding: 1px 9px 10px 9px;
}

#cateCampus .targetMenu {
	margin: 0 0 20px;
}

.targetMenu li {
	margin-top: 4px;
}

.targetMenu li img {
	width: 217px;
	height: 56px;
}

/* sideBanner */
.sideBanner a {
	display: block;
}
.sideBanner img.movie:hover {
	cursor:pointer;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
/* toppage
________________________________*/
/* top above-the-fold */
.topATFWrapper {
	margin-bottom: 20px;
}

.topSlideWrap {
	width: 745px;
	margin-right: 20px;
	_margin-right: 16px;
	float: left;
	position: relative;
}
.bx-wrapper{
	max-width: 100%;
	background-color: transparent;
	padding: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(/lib/js/PIE/PIE.php);
}

#topSlide {
	width: 725px;
	height: 390px;
	position: relative;
}

#topSlide li {
	width: 725px;
	height: 390px;
	overflow: hidden;
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
}

#topSlide img {
	width: 725px;
	height: 390px;
}

.bx-pager {
	position: absolute;
	bottom: 22px;
	left: 41px;
	z-index: 51;
}

.bx-pager-item {
	height: 9px;
	width: 9px;
	line-height: 9px;
	margin: 0 2px;
	float: left;
}

.bx-pager-item a {
	color: #ffd4e3;
	font-size: 9px;
	line-height: 1;
	height: 9px;
	width: 9px;
	text-decoration: none;
}
.bx-pager-item a.active {
	color: #f83076;
}

.bx-prev,
.bx-next {
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: 15px;
	z-index: 51;
}
.bx-prev {
	left: 15px;
}
.bx-next {
	left: 110px;
}
/*.bx-controls-direction {
	position: absolute;
	bottom: 20px;
}*/

/* toptargetMenu */
.toptargetMenu {
	background-color: #fff;
	padding: 4px 0 8px 5px;
	margin-bottom: 20px;
}

.toptargetMenu li {
	float: left;
	margin-left: 5px;
	height: 60px;
}

.toptargetMenu li img {
	width: 159px;
	height: 60px;
}


/* topMainContentUL */
.topMainContentUL li {
	float: left;
	margin-left: 20px;
}

.topMainContentUL li img {
	width: 235px;
	height: 427px;
}

/* topMainContentULnew */
.topMainContentULnew li {
	float: left;
	margin-left: 20px;
	background: #fff url(/lib/img/top/bnr_bg.png);
	width: 235px;
	height: 335px;
	margin-top: 20px;
	position: relative;
}

.topMainContentULnew li img {
	width: 215px;
	height: 130px;
}

.topMainContentULnew li a {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 235px;
	height: 220px;
	position: relative;
	top: 0;
	left: 0;
}

.topMainContentULnew li div {
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	left: 20px;
	top: -10px;
	color: #fff;
}
.uaModern .topMainContentULnew li div  {
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.topMainContentULnew li div:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 6px;
	margin-left: -6px;
}

.topMainContentULnew li .c1 { background: #625feb; }
.topMainContentULnew li .c1:after { border-top-color: #625feb; }
.topMainContentULnew li .c2 { background: #fff; color: #ff0060; }
.topMainContentULnew li .c2:after { border-top-color: #fff; }
.topMainContentULnew li .c3 { background: #eb5fb9; }
.topMainContentULnew li .c3:after { border-top-color: #eb5fb9; }
.topMainContentULnew li .c4 { background: #bf5feb; }
.topMainContentULnew li .c4:after { border-top-color: #bf5feb; }
.topMainContentULnew li .c5 { background: #eb625f; }
.topMainContentULnew li .c5:after { border-top-color: #eb625f; }
.topMainContentULnew li .c6 { background: #ebaa1b; }
.topMainContentULnew li .c6:after { border-top-color: #ebaa1b; }
.topMainContentULnew li .c7 { background: #ff8126; }
.topMainContentULnew li .c7:after { border-top-color: #ff8126; }

.topMainContentULnew li .h2 {
	display: block;
	font-size: 19px;
	color: #005799;
	font-weight: bold;
	padding-top: 25px;
	height: 66px;
}

.topMainContentULnew li p {
	text-align: center;
	font-size: 12px;
	margin: 15px 5px 10px;
	color: #666;
}

.topMainContentULnew li i {
	display: inline-block;
	background: #f66e9b url(/lib/img/top/bnr_btn_more.png);
	width: 58px;
	height: 18px;
}

/* topMainContentHead */
.topMainContentHead {
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #f8a8dc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/* topMainContentSP */
.topMainContentSP {
  margin-left:0px !important;
  padding-left:0px !important;
}
 
.topMainContentSP li{
  position:relative;
  background-color: #fff;
  width: 100%;
  height: 80px;
  clear: both;
  margin-left: 0px !important;
  margin-bottom: 4px;
/*  border:1px solid #ff0000;*/
}

.topMainContentSP img {
  height:80px;
  margin-right: 10px;
  padding:0px;
  float: left;
}
 
.topMainContentSP li a {
  display: block;
  width: 100%;
  height:100px;
  font-weight: bold !important;
  text-decoration: none;
}

.topMainContentSP h2 {
  font-size: 12px;
  padding-top: 10px;
  color: gray;
}

.topMainContentSP img.icn {
  position:absolute;
  bottom:10px;
  right:5px;
  width:20px;
  height:20px; 
}

.topMainContentSP:after {
  content: "";
  display: block;
  clear: both;
}


/* topSideMenu */
.topSideMenu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.topSideMenu ul {
	padding: 8px 20px;
	background-color: #fff;
}

.topSideMenu li {
	background: url(/lib/img/common/dotline_01.png) repeat-x top;
}
.topSideMenu li:first-child {
	background-image: none;
}

.topSideMenu a {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #005799;
	text-decoration: none;
	display: block;
	padding: 9px 0 9px 15px;
	background: url(/lib/img/top/sidemenu_arrow.png) no-repeat left center;
}

/* campusBlc */
.campusBlc {
	position:relative;
	width:215px;
	float:left;
	height:auto;
	height:390px;
	padding:8px;
	border:2px solid #cbe991;
	background: #f0fcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/lib/js/PIE/PIE.php);
}


.campusBlc  .ttl {
	color:#fff;
	background: #91d415;
	margin: 0 auto;
	width:100%;
	text-align: center;
}

.campusBlc  .inner {
	margin-top: 8px;
	width: 215px;
	height: 140px;
	overflow: hidden;
}
.campusBlc  .ttl .h2 {
	background: #91d415;
	display: inline-block;
	color:#fff; 
    *display: inline;
    *zoom: 1;  
	float: left;
	padding: 5px 0;
	font-size:145%;
	line-height:1.2em;
	margin:0 auto;
	width: 100%;
}

.campusBlc .campusMsg {
	background: #fff;
	padding:3px;
	font-size:12px;
	border:0;
	margin-top:5px;
	margin-bottom:35px;
	line-height:1.6em;
}

.campusBlc a {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.campusBlc a:hover {
	color:#888888;
}

.campusBlc .linkblc {
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.campusBlc .linkblc a{

}


/* whatsnew */
.whatsnew .roundBox {
	font-size: 12px;
	padding: 20px;
	background: #fff no-repeat 20px 15px;
}

.whatsnewtitle {
	padding: 0 important!;
	text-align:center;
}

.whatsnewtitle {
	padding: 0 important!;
	text-align:left;
}

#whatsnewBoxa {
	overflow: hidden;
	position: relative;
}

#whatsnewBoxs {
	height: 250px;
	display: none;
	overflow-y: scroll;
	position: relative;
}

.whatsnew a {
	display: block;
	padding: 10px 0;
	color: #666;
	text-decoration: none;
}

.whatsnew a span {
	color: #2773ad;
	display: block;
	text-decoration: underline;
}

.whatsnew a:hover span {
	text-decoration: none;
}


#whatsnewULa {
	position: absolute;
	top: 0;
}

#whatsnewULa li {
	position: relative;
	top: 0;
}

/* sp */
img,
object,
embed { max-width: 100%; }

.pcNone {
	display: none;
}

.campusMapImg {
	cursor: pointer;
}

#containerBox .container {
	float: right;
}

#convWrap ul {
	overflow: hidden;
	margin-left: 36px;
}

#convWrap li {
	float: left;
	margin-right: 10px;
}

#convWrap li:last-child {
	margin-right: 0;
}

.spContact p {
	margin-bottom: 20px;
	text-align: center;
}

/* ie6 */
#headWrapper {
	height: 168px;
}

* html .headbar div div {
	zoom: 1;
	float: right;
	width: 50%;
}

* html .campusMapImg {
	float: right;
}

* html .topMainContentULnew li {
	margin-left: 15px;
}

* html .rayoutAttract .rayoutCrop {
	margin-left: 0;
}

* html .aroowCopy {
	display: inline;
	zoom: 1;
}

* html #containerInner {
	width: 745px;
	margin-left: 20px;
}

* html #containerInner .inner {
	width: 715px;
	margin-left: 0;
	padding-right: 5px;
}


.spContact p a img {
	_width: 235px;
	_height: 50px;
}

/* ie8 */
.campusBlc .imgBlc .inner {
	height: 287px\9;
	width: 446px\9;
}

.toptargetMenu li {
	width: 159px\9;
}


#site_title{
width: 1000px;
margin: 0 auto;
padding-top:6px;
color: #000;
font-size: 90%;
}


iframe {
width: 670px;
border: 1px solid #D3D3D3;
}

optgroup {
	font-style:normal;
	color: #000;
}

/* テーブルの外<div>の背景 */


#contents_form{
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: middle;
	}

#contents_form .section_form {
	clear: both;
	margin: 0 0 0 0;
}

form #contents_form .section_form_inner{
	/*border-bottom: 1px solid #DA0B20;*/
	border-right: 1px solid #DA0B20;
	border-left: 1px solid #DA0B20;
	padding-bottom: 30px;
}
form #contents_form .section_form_inner:nth-last-child(2){
	border-bottom: 1px solid #DA0B20;
}

form #contents_form.-type_label .section_form_inner{
    border: none;
}
form #contents_form.-type_label .section_form_inner h3{
    top: 0;
    background: #DA0B20;
    margin-bottom: 20px;
}
form #contents_form.-type_label .section_form_inner h3 span{
    background: none;
    color: #fff;
}
form #contents_form .section_form_inner#time{border-bottom: 1px solid #DA0B20;}
form #contents_form .section_form_inner:first-child{
}
form #contents_form .section_form_inner .table_form_bg{
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 30px;
	box-sizing: border-box;
}
form #contents_form.-type_label .section_form_inner .table_form_bg{
    padding: 0;
}

form #contents_form h3{text-align:center;margin: 0 0 20px 0;color: #DA0B20;position: relative;top: -21px;}
form #contents_form h3 span{
	text-align: center;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	padding: 10px 30px;
	color: #DA0B20;
	display: inline-block;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
form #contents_form h3:before{content:"";width: 100%;position: absolute;left: 0;top: 50%;height: 1px;background: #DA0B20;}
form #contents_form .formatt{
	font-weight:
	bold;
	color: #fff;
	background: #DA0B20;
	display: inline-block;
	padding: 3px 15px;
	position: absolute;
	right: 10px;
}

form #contents_form table.table_form {
	width:100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 5px;
}
/* 左セルの背景 */
form #contents_form .table_form th {
	width: 250px;
	padding:10px;
	background-color: #f0f0f0;
	border: solid 3px #f0f0f0;
	font-weight:
	normal;
	vertical-align: middle;
	line-height:1.2;
	box-sizing: border-box;
	padding: 10px !important;
	}

/* 右セルの背景 */
form #contents_form .table_form td {
	vertical-align: middle;
	padding: 0;
	line-height: 2.0;
	padding: 15px;
	}
/* 左セル一番下の背景 */
form #contents_form .table_form th.last {
	border-collapse:collapse;
	font-weight:normal;
	}
/* 右セル一番下の背景 */
form #contents_form .table_form td.last {
	padding: 10px 5px 10px 20px;;
	border-collapse:collapse;
	line-height:2.0;
	}
form #contents_form .table_form td.last2 {
	padding: 10px 10px 16px 40px;
	border-collapse:collapse;
	line-height:2.0;
	}
form #contents_form .table_form th.full{
	width:550px;
	padding:10px;
	border-collapse:collapse;

	font-weight:normal;
	vertical-align:top;
	line-height:2.0;
	}
form #contents_form .table_form td.full {
	padding:10px;
	border-collapse:collapse;

	vertical-align:top;
	line-height:2.0;
	}

form #contents_form .table_form td .note {text-align: center;
font-size:18px;display: none;}
/****** エラー時 ******/
/* 左セルの背景 */
form #contents_form .table_form th.err {
	border-collapse:collapse;
	background:url(/form/common/img/table_form_err_bg.gif) no-repeat bottom left;
	font-weight:normal;
	vertical-align:top;
	}
/* 右セルの背景 */
form #contents_form .table_form td.err {
	border-collapse:collapse;
	background:url(/form/common/img/table_form_err_bg.gif) repeat bottom right;
	}
/* 左セル一番下の背景 */
form #contents_form .table_form th.lasterr {
	width:120px;
	padding-bottom:16px;
	background:url(/form/common/img/table_form_err_bottom_bg.gif) no-repeat bottom left;
	vertical-align:top;
	line-height:2.0;
	}
/* 右セル一番下の背景 */
form #contents_form .table_form td.lasterr {
	padding:10px 10px 16px 10px;
	border-collapse:collapse;
	background:url(/form/common/img/table_form_err_bottom_bg.gif) no-repeat bottom right;
	vertical-align:top;
	line-height:2.0;
	}
form #contents_form .table_form th.fullerr,
form #contents_form .table_form td.fullerr{
	width:550px;
	padding:10px;
	border-collapse:collapse;
	background:url(/form/common/img/table_form_err_th_full_bg.gif) no-repeat center bottom;
	font-weight:normal;
	vertical-align:top;
	line-height:2.0;
	}
form #contents_form .table_form td td {
	padding:0;
	border-collapse:collapse;
	background:none;
	vertical-align:middle;
	line-height:1.8;
	}


form #contents_form .table_form span.noico{
	margin-left:20px;
}


form #contents_form .table_form.privacy_form th {
	width:  250px;
	vertical-align: middle;
	padding: 10px;
	line-height: 2.0;
	color: #000;
	font-weight: bold;
	position: relative;
	text-align: left;
}
form #contents_form .table_form label{
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 2px;
}
form #contents_form .table_form td .jyoukyou{
float:left;
margin-right: 25px;
}

form #contents_form .table_form td .jyoukyou_label{
height: 26px;
}

form #contents_form .table_form td .jyoukyou select{
margin: 0;
}

form #contents_form .table_form td select{
height: 26px;
padding: 3px;
line-height: 20px;
}

#nowpage{
width:675px;
margin:0 auto;
}

#nowpage .img{
text-align:center;
margin-top:15px;
}

#nowpage .step {
    padding-left: 15px;
}

#nowpage .stepttl{
margin-top:10px;
font-size:163%;
}


form #contents_form .table_form .subttl{
}

form #contents_form .formatt4{
	font-weight:bold;
	color: #1364a3;
}

＃contents_form .last textarea {
	width: 431px;
	height: 110px;
}


textarea.pp_txt {
	width: 660px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	margin:0 5px 20px 5px;
}



#know-check {
	margin-bottom:20px;
	}
	
#know-check ul li {
	width:149px;
	float:left;
/*	display:none; */
	}

#know-radio,#know-pull{
/*	margin-bottom:20px;*/
	display:none;
	}

#know-radio ul li {
	width:149px;
	float:left;
	display:none;
	}

#know-pull ul li {
	display:none;
	margin-bottom: 10px;
}

#know-pull ul li span {
	display:inline-block;
	width:150px;
}

#know-etc{
	margin-bottom:20px;
	display:none;
}

#know-radiolist input[type="radio"] {
	margin: 0px 5px 0px 0px;
}

#know-pull select {
	width: 220px;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	display: none;
	width:1px;
	height:1px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
	display: none;
	width:1px;
	height:1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 94%;
	font-size: 12px;
	border-collapse: collapse;
}
.ui-datepicker thead {
	border: 2px solid #fbd850;
}

.ui-datepicker th {
	padding: .5em .5em!important;
	text-align: center!important;
	font-weight: bold!important;
	margin: 0 5px!important;
	line-height: 1.3!important;
}



/* -----------------------------------------------------------------------------
** #calender
----------------------------------------------------------------------------- */

#calendar{margin: 30px 0 40px 0;}
#calendar table{width: 100%;}
#calendar table thead tr th{font-weight: bold;padding:0 0 24px 0;}
#calendar table thead tr th:nth-child(1){color: #ff0000;}
#calendar table thead tr th:nth-child(7){color: #0000ff;}
#calendar table tbody{}
#calendar table tbody tr{}
#calendar table tbody tr td{text-align: center;border: solid 2px #FFF;background-color: #f6f6f6;padding: 10px;width: 14%;font-weight: bold;height:90px;}
#calendar table tbody tr td:hover,
#calendar table tbody tr td.on{background-color: #DA0B21;color:#fff;cursor:pointer;}
#calendar table tbody tr td .day{font-size: 18px;display: block;line-height: 40px;}
#calendar table tbody tr td .label{
    color: #fff;
    background: #DA0B20;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
#calendar table tbody tr td:hover .label,
#calendar table tbody tr td.on .label,
#calendar table tbody tr td.check .label{color: #DA0B20;
    background: #fff;}
#calendar table tbody tr td .reserve{display: block;color: #00A2E8;position:relative;font-size:24px;line-height: 30px;}
#calendar table tbody tr td.check{background-color: #DA0B20;color:#fff;}
#calendar table tbody tr td.check .reserve{font-size:0;height: 19px;}
#calendar table tbody tr td.check .reserve:before,
#calendar table tbody tr td.check .reserve:after{position:absolute;content:"";}
#calendar table tbody tr td.check .reserve:before{width: 20px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(-225deg);-webkit-transform: rotate(-225deg);-ms-transform: rotate(-225deg);left: 50%;margin-left: -10px;top: 0;}
#calendar table tbody tr td:hover .reserve,
#calendar table tbody tr td.on .reserve{color:#fff;}
#calendar table tbody tr td.complate{background-color: #fafafa !important;cursor: inherit;color: #dcdcdc;}
form #contents_form .table_form.privacy_form th,
form #contents_form .table_form th{background-color: #f0f0f0 !important;}
.no_left{
    padding-left: 40px !important;
}
.mr10{margin-right: 10px !important;}
#calendar table tbody tr td.close{
    background: #fafafa;color: #000 !important;}
#calendar table tbody tr td.close:hover{cursor: default;}
#calendar table tbody tr td.close .reserve{color: #a0a0a0 !important;}
#calendar table tbody tr td.few {background: #f0f0f0;}
#calendar table tbody tr td.few .reserve{color: #f28080}
#calendar table tbody tr td.few:hover{background-color:#00A2E8;color:#fff;}
#calendar table tbody tr td.few:hover .reserve{color:#fff;}
#calendar table tbody tr td.few:hover,
#calendar table tbody tr td.few.on{background-color: #DA0B21;color:#fff;cursor:pointer;}
.time_block {margin:0 auto 40px auto;width: 350px;max-width: 98%;}
.time_block > .box {/* float: left; */width: 100%;box-sizing: border-box;text-align: center;}
.time_block > .box:nth-child(even){/* float:right; */}
.time_block > .box > .title {font-size: 18px;font-weight: bold;margin-bottom: 10px;display: none;}
.time_block > .box > ul {}
.time_block > .box > ul li{position:relative;list-style: none;background-color: #f6f6f6;text-align: center;padding: 20px 10px;box-sizing: border-box;color: #000;font-weight: bold;padding-bottom: 58px;font-size: 20px;}
.time_block > .box > ul li:not(:last-child){
    margin-bottom: 10px;
}
.time_block > .box > ul li.batsu{background-color:#c0c0c0;}
.time_block > .box > ul li.on,
.time_block > .box > ul li:hover{background-color: #DA0B20;color:#fff;cursor:pointer;}
.time_block > .box > ul li:before,
.time_block > .box > ul li:after{position:absolute;font-size: 30px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;line-height: 40px;content: "";box-sizing: border-box;}
.time_block > .box > ul li.maru:before{border: 5px solid #00A2E8;width: 30px;height: 30px;border-radius: 100px;-webkit-border-radius: 100px;-ms-border-radius: 100px;opacity: 1;top: 41px;}
.time_block > .box > ul li.sankaku:before{width: 0;height: 0;opacity: 0.3;border-style: solid;border-color: transparent transparent #00A2E8 transparent;top: 37px;border-width: 0 20px 34.6px 20px;}
.time_block > .box > ul li.sankaku:after{width: 0;height: 0;opacity: 0.3;border-style: solid;border-color: transparent transparent #f6f6f6 transparent;opacity: 1;top: 40px;border-width: 0 10px 17.3px 10px;}
.time_block > .box > ul li.batsu:before{width: 40px;height: 0;border-top: 5px solid #000;opacity: 0.3;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);top: 45px;}
.time_block > .box > ul li.batsu:after{width: 40px;height: 0;border-top: 5px solid #000;opacity: 0.3;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);top: 45px;}

.time_block > .box > ul li.batsu:hover{background-color:#c0c0c0;color:#000;cursor:default;}
.time_block > .box > ul li.batsu:hover:before,
.time_block > .box > ul li.batsu:hover:after{border-color:#000;}
.time_block > .box > ul li.maru:hover:before{border-color:#fff;}

.time_block > .box > ul li.sankaku:hover:after{border-color:transparent transparent #00A2E8 transparent;}
.time_block > .box > ul li.sankaku:hover:before{border-color:transparent transparent #fff transparent;}

.time_block > .box > ul li.maru.on:before,
.time_block > .box > ul li.sankaku.on:before,
.time_block > .box > ul li.batsu.on:after{border-color:#fff;border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;border: none;border-top: 5px solid #fff;border-right: 5px solid #fff;height: 15px;transform: rotate(-225deg);top: 19px;width: 30px;}

.time_block > .box > ul li.sankaku.on:after{display: none;}


.time_block > .box > ul li span{position: relative;z-index: 1;}

.loading{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0,0,0,0.6);
}
.is-hide{
 display:none; 
}

#reserve_data{
    text-align: center;
    margin-bottom: 70px;
}
#reserve_data .title{
    color: #DA0B20;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#reserve_data .title:first-child{margin-top:0;}
#reserve_data p{
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}
.erro_data{
    text-align: center;
}
.erro_data .title{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}
.erro_data p{
    font-size: 14px;
}

#calendar .pager{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
#calendar .pager a{position: absolute;display: block;background: none;width: 70px;line-height: 11px;
    font-size: 18px;}
#calendar .pager a:before{position:absolute;content:"";width: 10px;height: 10px;border-top: 2px solid #000;border-right: 2px solid #000;}
#calendar .pager .prev{
    left: 0;
    top: 10px;
}
#calendar .pager .prev:before{
    left: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: none;
    top: 0;
}
#calendar .pager .prev:after{position:absolute;content:"";left: -5px;top: -9px;width: 30px;height: 30px;}
#calendar .pager .next{
    right: 0;
    top: 10px;
}
#calendar .pager .next:before{
    right: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
}
#calendar .pager .next:after{position:absolute;content:"";left: -5px;top: -9px;width: 30px;height: 30px;}
#calendar .pager span{
    font-size: 32px;
    color: #000;
	line-height: 45px;
    vertical-align: middle;
	position: relative;
	top:-10px;
}
#calendar .pager span.month{
	font-size:60px;
	line-height: 45px;
	padding: 0 20px;
}
#contents_form .btn_to-modoru {
    border: 0;
    width: 267px;
    height: 49px;
    background: url(/form-common/img/btn_to-modoru.png) left top no-repeat;
}




#calenderpicker {
	margin-bottom:10px;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .5em 0 0 0;
	padding: 0 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-datepicker-group{
	width:14.8em;
	height: 15.2em;
	border-radius: 5px;
	border: 9px solid #949494;
	float:left;
	margin-right: 10px;
	display: inline;
	background: #fff;
}

.ui-datepicker-group{
	height:15.4em\9;
}

.ui-datepicker-group-first{

}

.ui-datepicker-header {
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	background-color: #949494;
	font-weight:bold;
	/zoom:1;
}

.ui-datepicker-title{
	text-align:left;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	text-align: center;
}

.ui-datepicker table{
	border-collapse: separate;
	*border-collapse:collapse; /* for IE6,7 */
	border-spacing:0;
	empty-cells:show;
	border: solid 2px #949494;
}

.ui-datepicker-calendar {
	margin: 3.5%;
}

*+html .ui-datepicker-calendar {
	margin: 1.2% 0.6%;/* for IE7 */
}



/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}


  .ui-datepicker-date-exist .ui-state-default {
    background-image : none;
    background-color : #ebfbde;
  }
  
  
  
 /* テーブルの内項目 */
 
.table_form_bg .table_form select, 
.table_form_bg .table_form textarea, 
.table_form_bg .table_form input {
	border: solid 1px #a1afb5;
	height: 20px;
	font-size: 16px;
}

.table_form_bg .table_form select:focus, 
.table_form_bg .table_form textarea:focus, 
.table_form_bg .table_form input[type="text"]:focus {
	background: #fff0f0;
}

form #contents_form .table_form .ui-datepicker-calendar table {
	border: 2px solid #949494;
	margin: 0.4em;
}


form #contents_form .table_form .ui-datepicker-calendar tr th,
form #contents_form .table_form .ui-datepicker-calendar tr td {
	border: none;
	border-left: 1px dotted #adadad;
	border-bottom: 1px dotted #adadad;
}

form #contents_form .table_form .ui-datepicker-calendar tr td:first-child,
form #contents_form .table_form .ui-datepicker-calendar tr th:first-child {
	border-left: none;
	border-bottom: 1px dotted #adadad;
}

form #contents_form .table_form tr .ui-datepicker-calendar th,
form #contents_form .table_form .ui-datepicker-calendar tr th:first-child, 
form #contents_form .table_form .ui-datepicker-calendar tr th {
	border-bottom: 1px solid #adadad;
	background: #ededed;
	height: 15px;
}
 
form #contents_form input[type="checkbox"] {
	margin: 0 3% 0 0;
	position: relative;
  top: 4px;
  left: 0;
}

form #contents_form input[type="radio"]  {
	margin: 0px 4px 0px 0px;
	position: relative;
	top: 4px;
	left: 0;
}

.table_form .table_small {
	font-size: 13px;
	display: block;
	margin: 10px 0;
}

#contents_form #know-etc textarea {
	margin-left: 35px;
	width: 401px;
	height: 100px;
}

#contents_form .last textarea {
	width: 417px;
	height: 100px;
}
#contents_form .last2 textarea {
	width: 395px;
	height: 100px;
}
.reserve_detail{}
.reserve_detail h3{
    text-align: center;
    color: #DA0B20;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.result_area{
margin:0 0 100px 0;
}
#reserve_detail.on{
    text-align: center;
    font-size: 16px;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}
#reserve_detail.on .text{
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 18px;
}
#reserve_detail.on .title{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
#reserve_detail.on .title .left{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
#reserve_detail.on .title .right{
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
#reserve_detail.on .title .right .tag{
    background: #DA0B20;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    vertical-align: top;
}
#reserve_detail.on .title .right .tag:not(:last-child){
    margin-right: 5px;
}
#reserve_detail.on .content{
    width: 71%;
    padding: 15px;
    box-sizing: border-box;
}
#reserve_detail.on .img + .text{
    background: #fafafa;
    padding: 15px;
    margin: 5px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    line-height: 1.8;
    }
#reserve_detail.on img{
    max-width: 100%;
}
#reserve_detail.on .img{max-width: 400px;margin: 0 auto;margin-bottom: 20px;width: 29%;text-align: right;}
.reserve_detail_wrap.on{
    text-align: center;
    font-size: 16px;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}
.reserve_detail_wrap.on .text{
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 18px;
}
.reserve_detail_wrap.on .title{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
.reserve_detail_wrap.on .title .left{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.reserve_detail_wrap.on .title .right{
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.reserve_detail_wrap.on .title .right .tag{
    background: #DA0B20;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    vertical-align: top;
}
.reserve_detail_wrap.on .title .right .tag:not(:last-child){
    margin-right: 5px;
}
.reserve_detail_wrap.on .content{
    width: 71%;
    padding: 15px;
    box-sizing: border-box;
}
.reserve_detail_wrap.on .img + .text{
    background: #fafafa;
    padding: 15px;
    margin: 5px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    line-height: 1.8;
    }
.reserve_detail_wrap.on img{
    max-width: 100%;
}
.reserve_detail_wrap.on .img{max-width: 400px;margin: 0 auto;margin-bottom: 20px;width: 29%;text-align: right;}

.form_btn {
	clear:both;
	text-align:center;
	padding: 20px 0 15px;
	margin:0 auto;
	vertical-align:middle;
}
.form_btn input,
.form_btn button{
	display: block;
	vertical-align:
	middle;
	display: inline-block;
	font-size: 24px;
	background: #DA0B20;
	color:#FFF;
	border: none;
	padding: 0 0px;
	line-height: 60px;
	position: relative;
	min-width: 310px;
	text-decoration: none;
	padding: 0 !important;
}
#errorButton button{
    background: #777;
}
#errorButton button:after{
    display: none;
}
.form_btn input:hover{cursor:pointer;opacity:0.8;}
.form_btn input:after,
.form_btn button:after{
content:"";
display:block;
width:10px;
height:10px;
border-top:2px solid #FFF;
border-right:2px solid #FFF;transform: rotate(45deg) translate(-50%, 0);position: absolute;left: 20px;top: 50%;}
.form_btn .back input{background: #b4b4b4 !important;}
#errorButton.form_btn input{
    background: #b4b4b4;
}
#okButton.form_btn input{}


.button-modoru{
	border:0;
	border: none;
	background: url(../img/icon_modoru.gif) left center no-repeat;
	padding-left: 9px !important;
	text-decoration: underline;
	margin-top: 14px;
	height: auto;
}

.button-modoru:hover{
	text-decoration: none;
	cursor: pointer;
}

.button-modoru:{
	border:0;
	border: none;
}

form #contents_form .table_form td .custom_select {
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	border-radius: 2px;
	border-radius: 50px;
	background: #DA0B20;
}
form #contents_form .table_form td .custom_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 24px;
	color: #ffffff;
	height: auto;
	line-height:40px;
	font-size:18px;
	margin: 0;
}
form #contents_form .table_form td .custom_select select::-ms-expand {
    display: none;
}
form #contents_form .table_form td .custom_select::before {
	position: absolute;
	top: 43%;
	right: 20px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
/*
form #contents_form .table_form td.ok {
	background-color:#effff4;
}
*/

.formRuleMsg{

	display:none;
}

.formErrorMsg{
	display:none;
}


.checkfield{
	position:relative;
	line-height: 17px;
}

.formErrorMsg{
	position: absolute;
	background: #ffffff;
	border: 2px solid #f12b2b;
	padding: 5px 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/js/PIE.htc");
	margin-left: 15px;
	box-sizing: border-box;
	bottom: 6px;
	left: -25px;
	z-index: 1000;
}

.formErrorMsg .Msg:before,
.formErrorMsg .Msg:after{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.formErrorMsg .Msg:before {
	 border-color: rgba(241, 43, 43, 0);
	 border-top-color: #f12b2b;
	 border-width: 13px;
	 left: 35%;
	 margin-left: -13px;
}

.formErrorMsg .Msg:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 35%;
	margin-left:-10px;
}
.formErrorMsg .Msg{
	color :#f12b2b;
}


.formRuleMsg{
	position:absolute;
	background: #ffffff;
	border: 2px solid #0a4eb5;
	padding: 5px 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/js/PIE.htc");
	margin-left:15px;
	box-sizing: border-box;
	bottom: 6px;
	left: -25px;
	z-index: 1000;
	display: none !important;
}

.formRuleMsg .Msg:before,
.formRuleMsg .Msg:after{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.formRuleMsg .Msg:before {
	 border-color: rgba(10, 78, 181, 0);
	 border-top-color: #0a4eb5;
	 border-width: 13px;
	 left: 35%;
	 margin-left: -13px;
}

.formRuleMsg .Msg:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 35%;
	margin-left:-10px;
}
.formRuleMsg .Msg{
	color :#0a4eb5;
}



/* [20140513_変更箇所 ▼] */
#contents_form input {
	padding: 4px;
	margin: 0;
}

.form_thx_blc_01 img,
.form_thx_blc_02 img {
	float: right;
	margin-left: 26px;
}

.form_thx_blc_01 img {
	margin-top: 10px;
}

.form_thx_blc_02 img {
	margin-top: 25px;
}

.form_thx_blc_02 p,
.form_thx_blc_01 p {
	float: left;
	width: 415px;
}

.form_thx_blc_01 p {
	margin-bottom: 30px;
}

.form-thxttl {
    font-size: 26px;
    text-align: center;
    color: #DA0B20;
    padding: 17px 0;
    margin-bottom: 15px;
}

.form-thxt{
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 1.8;
}
.form-thxt:not(:last-child){
    margin-bottom: 10px;
}
.form-totop-btn {
	text-align: center;
	padding: 35px 0 13px;
}


input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder{
    color: transparent!important;
}

#jyokyoError{
	left: -24px;
	width: 134px;
	bottom: -21px;
}

#nenreiError,
#nenreiRule{
	/* left: 286px; */
	width: 149px;
	/* bottom: -21px; */
}

#gakunenError{
	left: 134px;
	width: 134px;
	bottom: -21px;
}

#kokyakuname_meiError,
#kokyakuname_kana_meiError,
#kokyakuname_meiRule,
#kokyakuname_kana_meiRule {
	left: 200px;
}

#okButton input:hover {
	cursor: pointer;
}


.placeholder {
	top: 2px !important;
	left: 0px !important;
	padding: 5px !important;
	font-size: 100% !important;
	line-height: 17px !important;
	text-align: left !important;
	color: rgb(153, 153, 153) !important;
	overflow: hidden !important;
	position: absolute !important;
	z-index: 99 !important;
}

.form_btn .placeholder {
	text-indent: -9999px;
}

.pickuped_date {
	font-size: 110%;
	font-weight: bold;
}

.js-hidden  {
	line-height: 0;
	height: 0;
	display:none !important;
}

.input-cover {
	text-align: left;
	position: relative;
	display: inline-block;
}

form #contents_form .table_form th.media-ttl {
	vertical-align: top;
}

#contentWrapper > h2 {
	font-size: 15px;
}

.astarisk-small {
	vertical-align: top;
	font-size: 10%;
}

#know-radio .formErrorMsg{
    bottom: auto;
    top: -43px;
}

#checkboxColor .formErrorMsg{
    bottom: auto;
    top: -43px;
}

select[name="ZOKUGARA"],
select[name="JYOKYO"],
select[name="GAKUNEN"]   {
	width: 180px;
}

input[name="NENREI"] {
	width: 100px;
}

#contents_form select[name="JYUSYO1_1"] {
width: 130px;
}


/* 見学会情報のみ */
.raiko_txt {
	line-height: 1.3;
	margin-bottom: 15px;
}

/* 2015-08-18 add */
#contents_form input[name="KOKYAKUNAME_SEI"], input[name="KOKYAKUNAME_MEI"], input[name="KOKYAKUNAME_KANA_SEI"], input[name="KOKYAKUNAME_KANA_MEI"], input[name="TEL"], input[name="ZIP"] {
  width: 150px;
}
#contents_form input[name="MAILADDRESS"], input[name="JYUSYO1_2"], input[name="JYUSYO2"] {
  width: 250px;
}

.loading2{
    text-align: center;
}
.loading2 .img{
    margin-bottom: 5px;
}
.loading2 .txt{}

.contentTitle{
    margin-bottom: 30px;
}
.contentTitle > .stepttl{
    font-size: 40px;
    color: #DA0B20;
    margin: 0 0 15px 0;
}
.contentTitle > p{
    font-size: 18px;
}

.reserve_list{width: 960px;max-width: 100%;padding: 0 13px;margin: 0 auto;margin-top: 60px;margin-bottom: 60px;}
.reserve_list ul{}
.reserve_list ul li{
    border: 1px solid #DA0B20;
    padding: 30px;
    position: relative;
}
.reserve_list ul li:not(:last-child){
    margin-bottom: 50px;
}
.reserve_list ul li .delete{
    text-align: center;
    color: #DA0B20;
    font-size: 16px;
    position: absolute;
    right: 20px;
    text-decoration: underline;
    top: 20px;
}
.reserve_list ul li .delete a{}
.reserve_list ul li .sec{}
.reserve_list ul li .sec:not(:last-child){
    margin-bottom: 40px;
}
.reserve_list ul li .sec h3{
    text-align: center;
    color: #DA0B20;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reserve_list ul li .sec h3 span{}
.reserve_list ul li .sec dl.list{
    text-align: center;
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}
.reserve_list ul li .sec dl.list dt{
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}
.reserve_list ul li .sec dl.list dd{
    color: #000;
}

.dateListWrap{}
.dateListWrap > ul{}
.dateListWrap > ul > li{
    border-radius: 5px;
    display: flex;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
    position: relative;
}
.dateListWrap > ul > li.note{
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    display: block;
}
.dateListWrap > ul > li.close{}
.dateListWrap > ul > li.close:before{
    border: none;
    background: rgba(0,0,0.01);
    opacity: 0.5;
}
.dateListWrap > ul > li:hover{cursor:pointer;}
.dateListWrap > ul > li:before{content:"";position: absolute;left: 0;width: 100%;top: 0;height: 100%;z-index: 2;border: 2px solid transparent;box-sizing: border-box;border-radius: 5px;pointer-events: none;}
/*.dateListWrap > ul > li.on:before,*/
.dateListWrap > ul > li:hover:before{border-color:#DA0B20}
.dateListWrap > ul > li:not(:last-child){
    margin-bottom: 20px;
}
.dateListWrap > ul > li.on{
	background:#F7E9E8;;
}
.dateListWrap > ul > li > .img{
    width: 195px;
    height: 195px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top;
}
.dateListWrap > ul > li > .content{
    width: calc(100% - 195px);
    width: -webkit-calc(100% - 195px);
    width: -ms-calc(100% - 195px);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.dateListWrap > ul > li > .content > .label{
    position: absolute;
    right: 20px;
    top: 20px;
}
.dateListWrap > ul > li > .content > .date{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
}
.dateListWrap > ul > li > .content > .title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
	padding-right:200px;
}
.dateListWrap > ul > li > .content > .text{
    font-size: 18px;
    line-height: 1.5;
}
.dateListWrap > ul > li > .content > .label > .tag{
    width: 190px;
    text-align: center;
    border-radius: 100px;
    background: #ccc;
    color: #fff;
    box-sizing: border-box;
    padding: 3px;
    font-size: 12px;
    display: block;
}
.dateListWrap > ul > li > .content > .label > .tag.red{
    background: #DA0B20;
}
.dateListWrap > ul > li > .content > .label > .tag.yellow{
    background: #FDC43F;
}
.dateListWrap > ul > li > .content > .label > .reserve{}
.dateListWrap > ul > li > .content > .label > .reserve.full{}
.dateListWrap > ul > li > .content > .label > .reserve.zanseki{
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.dateListWrap > ul > li > .content > .label > .reserve.zanseki b{color: #DA0B20;margin-right: 5px;}
.dateListWrap > ul > li > .content > .label > .reserve.zanseki.ver2 b{
    color: #00A2E8;
}
.text01{
    font-size: 18px;
    margin-bottom: 30px;
}
.text01 > p{}
.text01 > p:not(:last-child){}
.line01{}
.line01 > ul{
    display: flex;
}
.line01 > ul > li{
    width: 100%;
}
.line01 > ul > li:not(:last-child){
    margin-right: 30px;
}
.box01{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.box01 > .top{background: #DA0B20;color: #fff;padding: 30px 40px 40px 40px;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius: 10px;margin-bottom: 20px;}
.box01 > .top > .title{
    color: inherit;
    text-decoration: none;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.box01 > .top > .img{}
.box01 > .top > .img > img{}
.box02{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tel_block{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.tel_block .tel{
    margin-right: 15px;
}
.tel_block .tel a{
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    vertical-align: top;
    line-height: 1;
}
.tel_block .tel a img{
    max-width: 40px;
    margin-right: 10px;
    display: inline-block;
}
.tel_block .text{
    color: #999;
    font-weight: bold;
    font-size: 11px;
}
.btn01{
    text-align: center;
    margin-top: 30px;
}
.btn01 a{position: relative;display: inline-block;background: #DA0B20;color: #fff;font-size: 20px;padding: 10px 60px;box-sizing: border-box;max-width: 98%;}
.btn01 a::before{content:"";position: absolute;width: 10px;height: 10px;border-top: 1px solid #fff;border-right: 1px solid #fff;left: 0;top: 50%;transform: rotate(45deg) translate(0, -50%);-webkit-transform: rotate(45deg) translate(0, -50%);-ms-transform: rotate(45deg) translate(0, -50%);-moz-transform: rotate(45deg) translate(0, -50%);}

.icon_list ul{display:flex;justify-content: center;}
.icon_list ul li{margin:0 10px;font-size:15px;}
.icon_list ul li.blue span{color:#00A2E8;font-weight:bold;}
.icon_list ul li.red span{color:#f28080;font-weight:bold;}
.icon_list ul li.gray span{color:#CCC;font-weight:bold;}
form #contents_form .section_form_inner .lead{text-align: center;font-size: 16px;margin: 0 0 30px 0;}
body.step3 .content_area h2.title, body.step2 .content_area h2.title{margin-bottom:50px;}

#erro_data{opacity:0;transition:all 0.3s;}
#erro_data.on{opacity:1;}


@media screen and (min-width: 769px){
form #contents_form p{position:relative;}
form #contents_form .formatt{
    top: 50%;
    transform: translate(0, -50%);
}
}
#cateForms .dateListWrap > ul{display:flex;flex-direction: column;}
#cateForms .dateListWrap > ul > li#time_0000003879{order:-1;}
.dateListWrap > ul > li.on.visit{pointer-events: none;}
/*.dateListWrap > ul > li.visit{order:-1;}*/
.dateListWrap > ul > li[data-priority="1"]{order:-1;}
.dateListWrap > ul > li > .content:nth-child(1){width:100%;}