/***************************************************
						Reset
***************************************************/ 
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
form,
label,
legend,
caption,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding-left: 0px;
}
a img {
	border: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.Current:link,
a.Current:visited,
a.Current:hover {
	text-decoration: none;
}

/***************************************************
			      Global styles
***************************************************/

body {
	width: 100%;
	/* height:	100%; */
	/* color:	#202020; */
	/*line-height: 1.2em;*/
	-webkit-text-size-adjust: 80%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
	margin: 0;
	padding: 0;
	background: url(../img/20171201_8thToyohashi_TOP.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
}
h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px 15px;
	margin: 0;
}
.subtitle:before {
	content: '';
	height: 22px;
	width: 25px;
	background: rgba(208, 39, 44, 1);
	display: inline-block;
	vertical-align: middle;
}

h2.subtitle {
    margin: 1em 0 1.5em 0;
}


.subtitle span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

.sub-category {
	font-size: 1.2em;
	padding-left: 0.8em;
}
button {
	background: rgba(1, 1, 1, 0.8);
	border: none;
	position: relative;
	height: 50px;
	font-size: 1em;
	padding: 0 2em;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	color: #fff;
}

.hero-title {
	height: 40vh;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding-top: 12%;
	text-align: center;
	font-size: 1.8em;
}
.hero-title2 {
	height: 40vh;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding-top: 10%;
	text-align: center;
	font-size: 1.8em;
}
.container {
	padding: 20px 40px;
	background: rgba(255, 255, 255, 1);
}
.container a {
	color: #202020 !important;
}
.container a:link,
a:visited {
	color: #202020;
}
.container a:hover {
	color: #202020;
}
.container_inner {
	max-width: 1080px;
	margin: 0 auto;
}
@font-face {
	font-family: bn_sf;
	src: url('../font/bn_sf_1-1.woff') format("opentype");
}

@media screen and (max-width: 768px) {
	body {
		 background: url(../img/20171201_8thToyohashi_TOP_s600.png) no-repeat top center fixed; 
	}
	.hero-title {
		height: 25vh;
		padding-top: 15%;
	}
	.hero-title2 {
		height: 25vh;
		padding-top: 13%;
	}
}
@media screen and (max-width: 480px) {
	body {
		background: url(../img/20171201_8thToyohashi_TOP_s480.png) no-repeat top center fixed;
	}
	h1 {
		line-height: 1.5em;
	}
	.br {
		display: block;
	}
	.br-no {
		display: none;
	}
	.pc {
		display: none;
	}
	.hero-title {
		padding-top: 30%;
		height: 40vh;
	}
	.hero-title2 {
		padding-top: 20%;
		height: 40vh;
	}
	button {
		height: 40px;
	}
	.subtitle:before {
		height: 18px;
		width: 20px;
	}
	.subtitle span {
		padding-left: 5px;
	}
	.container {
		padding: 20px 15px;
		font-size: 1.2em
	}
}

/***************************************************
			      Global menu
***************************************************/
header {
	  width:  100%;
	  height: 52px;
	  margin: 0 auto;
	  z-index: 10;
	  background-color: rgba(0, 0, 0 , 0.87);
	  border-top: 1px solid #D0282C;
}
.inner {

	width:	1080px;
	margin: 0 auto;
	font-weight: 500;
}
.inner a:link,a:visited{
	text-decoration		: none;
	color				: #fff;
}
.inner a:hover{
	text-decoration		: none;
	color: #D0272C;
}

.inner a.Current:link, a.Current:visited, a.Current:hover{
	text-decoration		: none;
}
@media screen and ( max-width: 1024px ) {
.inner {
	width:	100%;
}
.logo{
	margin-left: 1%;
}
}
nav > ul {
  	float: 			right;
	margin-top: 0px;
    margin-bottom: 0;
}
nav > ul > li {
  	  text-align: center;
	  line-height: 50px;
	  margin-left: 50px;
}

nav > ul li ul li {
  	text-align: left;
}

nav ul li:hover {
	  cursor: pointer;
	  position: relative;
}
nav ul li:hover > ul {
  	display: block;
}
nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	  aoutline: none;
  	  width: 100%;
	  text-decoration: none;
}

nav > ul > li {
  	float: left;
}
nav > ul li ul {
  	display: none;
  	position: absolute;
	padding-left: 10px;
	background: #131313;
  	left: 0;
	top: 100%;
  	width: 100%;
	z-index: 2000;
}
nav > ul li ul li > a {
	  text-decoration: none;
}

/*[type="checkbox"]*/#nav,.inner label {
	  display: none;
}
@media screen and (max-width: 800px) {
.logo{
		margin-left:46.8%;
}
nav > ul {
  	float: 			right;
	margin-right: 	0%;
}
nav ul {
		  display: none;
}

.inner label {
  		display: block;
  		background: #C32F2D;
		width: 40px;
  		height: 40px;
  		cursor: pointer;
		position: absolute;
		right: 20px;
  		top: 0px;
}
  
.inner label:after{
  content:'';
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 11px;
  box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
}

[type="checkbox"]:checked ~ ul {
  		display: block;
  		z-index: 9999;
  		position: absolute;
		right: 20px;
		left: 20px;
}

nav a {
		color: #181818;
	  	border-top:	none;
}
nav ul li:hover > a {
	border-top:	none;
}
nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	  aoutline: none;
  	  width: 100%;
	  border-top:none;
}
nav ul li {
		display: block;
  		float: none;
  		width: 100%;
  		text-align: left;
  		background: #131313;
		text-indent: 20px;
}

nav > ul > li {
  		margin-left: 0px;
}

nav > ul li ul li {
  		display: block;
		float: none;
}
  
nav > ul li ul {
		display: block;
  		position: relative;
  		width: 80%;
		z-index: 9999;
		float: none;
}
}

@media screen and (max-width: 768px) {
.logo{
		margin-left:46.8%;
}
nav > ul {
  	float: 			right;
	margin-right: 	0%;
}
nav ul {
		  display: none;
}

.inner label {
  		display: block;
  		background: #C32F2D;
		width: 40px;
  		height: 40px;
  		cursor: pointer;
		position: absolute;
		right: 20px;
  		top: 0px;
}
  
.inner label:after{
  content:'';
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 11px;
  box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
}

[type="checkbox"]:checked ~ ul {
  		display: block;
  		z-index: 9999;
  		position: absolute;
		right: 20px;
		left: 20px;
}

nav a {
		color: #181818;
	  	border-top:	none;
}
nav ul li:hover > a {
	border-top:	none;
}
nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	  aoutline: none;
  	  width: 100%;
	  border-top:none;
}
nav ul li {
		display: block;
  		float: none;
  		width: 100%;
  		text-align: left;
  		background: #131313;
		text-indent: 20px;
}

nav > ul > li {
  		margin-left: 0px;
}

nav > ul li ul li {
  		display: block;
		float: none;
}
  
nav > ul li ul {
		display: block;
  		position: relative;
  		width: 80%;
		z-index: 9999;
		float: none;
}
}
@media screen and (max-width: 480px) {
li.moba_dis_none{display:none;}
.time_table{display:none;}
}
/***************************************************
			      Header
***************************************************/
* { box-sizing:border-box }
*:before, *:after { box-sizing:inherit }

/* Header styles */

.header_wrapper {
    height: 50px;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
	position: fixed;
    width: 100%;
}

header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
    position: fixed;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    width: 100%;
}

/***************************************************
			      Footer
***************************************************/

#footer {
	color: #ffffff;
	font-size: 13px;
	background-color: #333;
}
#footer a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}
.f-nav {
	display: flex;
	padding: 25px 0px;
	flex-flow: row wrap;
	max-width: 1080px;
	margin: 0 auto;
}
.f-nav ul {
	width: 22%;
	margin-right: 3%;
}
.f-title {
	color: #768D99;
	margin-bottom: 10px;
}
.copy {
	border-top: solid #999999 1px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
@media screen and (max-width: 1080px) {
	.f-nav {
		padding: 25px 3%;
	}
}
@media screen and (max-width: 480px) {
	.f-nav ul {
		width: 45%;
	}
}

/***************************************************
			      TOP
***************************************************/

.hero {
	height: 90vh;
}
.hero_inner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
.top-title {
	height: 70%;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
}
.top-title_t {
	display: none;
}
.top-title_s {
	display: none;
}
.news-box {
	-js-display: flex;
	display: flex;
}
.news {
	width: 50%;
	margin-right: 15px;
}
.top-outline {
	background: url(../img/top-img2.jpg) no-repeat center center fixed;
	background-size: 100%;
}
.top-outline div {
	color: #FFFFFF;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 80px;
	margin: 0;
}
.top-banner_s {
	display: none;
}
.top-banner_tablet {
	display: none;
}
.date {
	margin: 5px 25px 0 0;
	font-size: 0.8em;
}
.news-text {
	margin-top: 0;
	line-height: 1.5em;
}

.newstopics {
	margin-bottom: 1em;
}

.bbs {
	    position: fixed;
    top: 60%;
    left: 75%;
    margin: 20px;
    padding: 2em;
    color: #fff;
    background-color: rgba(191, 39, 26, 0.8);
    border: 1px solid #fff;
    border-radius: 1em;
	}
	
	

@media screen and ( max-width: 768px) {
	.top-title {
		display: none;
	}
	.top-title_t {
		display: inline;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-banner {
		display: none;
	}
	.top-banner_s {
		display: none;
	}
	.top-banner_tablet {
		display: inline;
	}
	.top-outline {
		background: url(../img/top-img2.jpg) no-repeat center center;
		background-size: 100%;
	}
	.top-outline div {
		padding: 30px;
	}
	
	.bbs {
    left: 60%;
}
}

@media screen and (max-width: 480px) {
	.top-title {
		display: none;
	}
	.top-title_t {
		display: none;
	}
	.top-title_s {
		display: inline;
		width: 100%;
		position: absolute;
		top: 55%;
		transform: translateY(-50%);
	}
	.top-banner {
		display: none;
	}
	.top-banner_tablet {
		display: none;
	}
	.top-banner_s {
		display: inline;
	}
	.info {
		padding: 10px 25px;
		height: 400px;
	}
	.news-box {
		display: block;
	}
	.news {
		width: 100%;
		margin: 0 15px 15px 0;
	}
	.outline {
		background: url(../img/top-img2_s.jpg) no-repeat 45% center fixed;
		background-size: 100%;
	}
	.outline div {
		padding: 5% 3% 10% 3%;
	}
	.bbs {
    top: 20%;
    left: 0%;
	}
}

/***************************************************
			      Greeting
***************************************************/

#greeting {
	background: url(../img/greeting-img.jpg) no-repeat top center fixed;
}
.greeting-text {
	padding-bottom: 50px;
}



/***************************************************
			live comment
***************************************************/

#live_link {
    max-width: 960px;
    text-align: left;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 190px;
    z-index: 998;
    border: 2px solid #fff;
    padding: 20px;
    width: 80%;
}

.live_link_inner {
	width: 100%;
	height: 100%;
}

#live_link p {
    /* font-size: 1.5em; */
    margin-bottom: 1.5em;
    color: #fff;
}

.comment {
	background-color: #D17976;
    color: #fff;
    padding: 10px 10px;
    max-width: 250px;
    margin: 20px auto;
}


@media screen and ( max-width: 800px ) {
	
#live_link {
	    top: 120px;
}

}


@media screen and ( max-width: 480px ) {
	
#live_link {
	    top: 90px;
}



}


/***************************************************
			      Outline
***************************************************/

#outline {
	background: url(../img/outline-img.jpg) no-repeat top center fixed;
}
#outline_table {
	margin: 0 auto;
	text-align: left;
	border: none;
}
#outline_table th,
td {
	padding: 20px 20px 20px 0;
	border: none;
	vertical-align: top;
}

#outline_table td {
    border: none;
    vertical-align: top;
    padding: 20px 20px 20px 0;
}


#price {
	width: 100%;
	border: solid 1px #787676;
	border-collapse: collapse;
	max-width: 660px;
}

table#price td {
    border: solid 1px grey;
    border-collapse: collapse;
    padding: 8px;
}


.link {
	border-bottom: solid 1px #202020;
}
@media screen and ( max-width: 480px) {
	#outline_table {
		clear: left;
		max-width: 480px;
	}
	#outline_table th {
		width: 100%;
		float: left;
		text-align: left;
	}
	#outline_table td {
		float: left;
		padding-bottom: 30px;
	}
	#outline_table th,
	td {
		padding: 0;
		border: none;
	}
	#price td,
	tr {
		float: none !important;
		padding-bottom: 10px;
	}
}


/***************************************************
			20170317faculty
***************************************************/
#faculty {
	background: url(../img/faculty-img.jpg) no-repeat top center fixed;
}

.faculty_day {
    text-align: right;
}

.faculty_box {
	margin-bottom: 40px;
		clear: left;
}

.faculty_box h4 {
	font-weight: bold;
	}
	
.faculty_ps {
	width: 100%;
	margin: 15px 0 0 0;
}
	
.faculty_ps li{
	display: inline-block;
	width: 32%;
	line-height: 1.3em;
	margin-bottom: 22px;
	vertical-align: top;
}
	
.faculty_ps span {
	font-size: 0.9em;
	color: #999999;
	
}

.faculty_contens {
    color: #D0272C;
}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
      display: table;
    text-align: center;
    white-space: nowrap;
    margin: 1em 0px;
    font-weight: bold;
}
.lines-on-sides:after{
  content: '';
  display: table-cell;
  width: 100%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after {
  border-left: 1em solid transparent;
}

@media screen and ( max-width: 768px ) {
.faculty_ps li{
		width: 48%;
	}
	
.faculty_ps li:nth-child(even){
	padding-left: 2%;
}

}
	
@media screen and ( max-width: 480px ) {
.faculty_ps li{
	width: 100%;
	line-height: 1.5em;
}
	
.faculty_box {
	margin-bottom: 10px;
}
	
.faculty_ps li:nth-child(even){
	padding-left: 0px;
}
}

/***************************************************
			     Program
***************************************************/

#program{
	background: url(../img/20171201_8thToyohashi_TOP.png) no-repeat top center fixed;
}

#timetable{
	width:95%;
	height:	600px; 
	margin: 10px auto 30px auto;
	overflow:scroll;
	position: relative;
}
.moba{
	display:	none;
}
.scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
	width: 8px; 
	height: 8px;
	background-color: #C92133;
}

.scroll::-webkit-scrollbar-thumb
{
	background-color: #C92133;
}

#download_block {
    margin: 0 auto 10px auto;
    font-size: 1.6em;
    line-height: 1.7em;
    letter-spacing: 0.06em;
    padding-left: 5px;
}
#download_block a:link, a:visited {
    text-decoration: none;
}
.download{
	border:solid 1px #202020;
	padding:5px;
	font-size:14px;
}

.time_table_link {
	padding-left: 1em;
	}

/**
 * TABS
 */
 
.program_date {
	font-size: 0.8em;
    text-align: right;
    margin: 0 0 -20px 0;
    background-color: #f5f5f5;
	}
	
	
.program_date span {
	    max-width: 960px;
    display: block;
    margin: 0 auto;
    width: 100%;
	padding-top: 20px;
	}
 
 
 div#program_border:before {
    border-top: 1px solid #202020;
    content: "";
    display: block;
    height: 0;
    position: relative;
    top: 30px;
    width: 100%;
}


#program_border {
	margin: 30px 0px;
	}
	


.tabs_a {
	    text-align: center;
    margin: 0;
	}
	

.tabs_a LI {
	       margin: 0px 25px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}

.tabs_a LI:hover {
	cursor: pointer;
}

.tabs_a li > a {
	width: 100%;
	}


.tabs_a > li > a > span {
    display: inline-block;
    width: 100%;
	font-size: 16px;
}
	
	
.tabs_a > li.activetab span  {
	background-color: #202020 !important;
	color: #fff !important;
	
}

span.none {
    font-size: 16px;
    display: inline-block;
}


/**
 * Sort Buttons
 */
.search {
    width: 200px;
    height: 30px;
    border: 1px solid #202020;
    font-size: 16px;
    padding:6px 15px 6px 30px;
    margin:3px;
    background: url('../img/search.gif') no-repeat 8px 6px;

}

.sort_buttons{
    padding-bottom: 25px;
    text-align: center;
}
.btn{
     background-color: #ffffff;
	 border:none;
	 padding: 0 10px;
	 outline:	none;
     color: #202020;
}
.btn:hover {
	color:#ccc!important;
}
.btn:active {
	color:#ccc!important;
}
/**
 * List
 */
#program .list{
           border-bottom: 1px solid;
    background-color: #f5f5f5;
    padding-top: 3px;
	}
	
#program .line{
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
    display: flex;
    -js-display: flex;
    max-width: 960px;
    margin: 20px auto;
    background-color: #fff;
}

#program .time{
	float:left;
	font-size: 13px;
	padding: 10px 11px 0px 10px;;
	text-align: right;
	min-width: 55px;
}


h3.title,h3.title2,h3.title3 {
   padding: 5px 0px 5px 30px;
    margin: 0;
    font-weight: bold;
    font-size: 1.1em;
}


.on_title {
	cursor: pointer;
}

.hall_f{
	width: 95%;
}


div.hall_f > h3 > span {
	font-size: 14px;
	}

/*halld*/

.hall-d .time{
    border-right: 1px solid #B84137;
	background-color: #FDF8F7;
}

.hall-d .on:hover {
	background-color: #FDF8F7;	
	}
	
	.hall-d h3 {
    border-left: 6px solid #B84137;
		margin-top: 0px;
}


.hall-d h3 span{
	color:#B84137;
}

					
/*halla*/
.hall-a .time{
    border-right: 1px solid #CBC62A;
	background-color: #FEFDF6;
}

.hall-a .on:hover {
	background-color: #FEFDF6;	
	}
	
	
.hall-a h3  {
    border-left: 6px solid #CBC62A;
	margin-top: 0px;	
}


.hall-a h3 span{
	color:#CBC62A;
}

/*hallb*/
.hall-b .time{
    border-right: 1px solid #5A4673;
	background-color: #F7F9FD;
}

.hall-b .on:hover {
	background-color: #F7F9FD;	
	}
	
.hall-b h3 {
    border-left: 6px solid #5A4673;
}

.hall-b h3 span{
	color:#5A4673;
}


/*hallc*/

.hall-c .time {
    border-right: 1px solid #34A683;
	background-color: #F5FBFA;
}

.hall-c .on:hover {
	background-color: #F5FBFA;	
	
	}
	
	
.hall-c h3 {
    border-left: 6px solid #34A683;
}


.hall-c h3 span
{
	color:#34A683;
}

/*hallmomo*/
.hall-momo .time{
    border-right: 1px solid #B75C8E;
	background-color: #FDF8F7;	
}

.hall-momo .on:hover{
	background-color: #FDF8F7;	
	}
	
	
.hall-momo h3 {
    border-left: 6px solid #B75C8E;
}

.hall-momo h3 span{
	color:#B75C8E;
}

/*hallinter*/
.hall-inter .time{
    border-right: 1px solid #9ECECC;
	background-color: #f7fcfd;
}

.hall-inter .on:hover {
	background-color: #f7fcfd;
	}
	
	
.hall-inter h3 {
    border-left: 6px solid #9ECECC;
}

.hall-inter h3 span{
	color:#9ECECC;
}


div.kyosai,
div.kyosai2,
div.kyosai3{
	text-align:	right;
	font-size:13px;
	margin-top: 5px;
	padding: 15px 15px 15px 0;
}
/**
 * Accordion
 */
div.detail,
div.detail2,
div.detail3
{
line-height:1.4em;
text-align:left;
display:none;
padding-top: 10px;
padding-left: 40px;
font-size: 0.9em;
font-weight: 200;
}
div.open
{
line-height:1.4em;
text-align:left;
color:#454545;
padding-top: 10px;
padding-left: 15px;
font-size: 0.9em;
font-weight: 200;
}

.detail_block ul {
    display: inline-block;
    width: 78%;
	vertical-align: top;
}

.detail_block li {
	float: left;
	margin-right: 10px;
}


.detail_block p {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20%;
}

.detail_block p.detail_title {
	width: 100%;
    margin-bottom: 1em;
	}
	

.hospital{
font-size:0.8em;
}

.subject{
font-size:1.1em;
font-weight: 300;
}

.detail_block{
	    width: 90%;
    vertical-align: top !important;
    margin: 20px 0px;
	}


.chairman {
	border-bottom: 1px solid #999999;
	    padding-bottom: 20px;
	}
	

.p_fellow {
	    width: 100% !important;
    margin-bottom: 22px;
    line-height: 1.5em;
}

.p_fellow li {
	width: 100%;
	margin-right: 0px;
}

.li_w100 li {
	width: 100%;
}


ul.li_w100 {
    margin-top: 0px;
}


.role{
font-size:0.9em;
}

.subject{
font-size:1.1em;
font-weight: 300;
}


.program_linkbox {
    margin: 10px 10px 10px 36px;
    border: 1px solid #202020;
    padding: 5px;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.program_linkbox:hover {
	cursor: pointer;
	}
	

@media screen and ( max-width: 768px ) {
	.detail_block p {
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
}

div.detail,
div.detail2,
div.detail3
{
padding-left: 15px;
}

h3.title {
    padding: 5px 0px 5px 10px;
}

}

@media screen and ( max-width: 480px ) {
	
	.time_table_link {
	padding-left: 0px;
	width:100%;
	display: block;
	}
	

.detail_block p {
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
}



.detail_block ul {
	width: 100%;
}



}


@media screen and ( max-width: 960px ) {
.line,.program_date span{
	max-width: 90%;
	
	}
	}
	
	
@media screen and ( max-width: 480px ) {
#timetable{
	/*display:	none;*/
	overflow: hidden;
    height: initial;
}

#timetable img {
width: 100%;
height: auto;
}

.moba{
	display:	block;
}


.tabs_a LI {
    margin: 0px 4px;

}


span.none {
	display: none;
	}

.search{
	display:	none;
}
.sort_buttons{
    padding-bottom: 10px;
}
.list{
	padding: 0 0 7% 3%;
}
.time{
	margin:	0;
	padding-right: 15px;
}
}

/***************************************************
			 ciu
***************************************************/

#ciu {
	background: url(../img/ciu-img.jpg) no-repeat top center fixed;
}

.ciu_explanatory {
	font-size: 1.0em;
    text-align: center;
    margin: 0 0 -20px 0;
    margin: 20px auto;
    /*background-color: #f5f5f5;*/
	}

.ciu_text {
	max-width: 960px;
width: 80%;
margin: 15px auto;
overflow: hidden;
	}

.ciu_text img{
    float: left;
    width: 17%;
    margin-right: 20px;
	}

#ciu .list{
           border-bottom: 1px solid;
    background-color: #f5f5f5;
    padding-top: 3px;
	}
	
#ciu .line{
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
    display: flex;
    -js-display: flex;
    max-width: 960px;
    margin: 20px auto;
    background-color: #fff;
	width: 90%;
}

#ciu .time{
	float:left;
	font-size: 13px;
	padding: 10px 11px 0px 10px;;
	text-align: right;
	min-width: 55px;
}

/*toyohashi*/

.hall-toyo .time{
    border-right: 1px solid #B74137;
	background-color: #FCF8F7;
}

	.hall-toyo h3 {
    border-left: 6px solid #B74137;
		margin-top: 0px;
}


.hall-toyo h3 span{
	color:#B74137;
}


/*cpac*/
.hall-cpac .time{
    border-right: 1px solid #999999;
	background-color: #ededed;
}

	
	.hall-cpac h3 {
    border-left: 6px solid #999999;
		margin-top: 0px;
}


.hall-cpac h3 span{
	color:#999999;
}

div.detail_ciu
{
line-height:1.4em;
text-align:left;
padding-top: 10px;
padding-left: 40px;
font-size: 0.9em;
font-weight: 200;
}

#ciu .on_title{
cursor: default;
}

@media screen and ( max-width: 480px ) {
	
	#ciu .time{
	min-width: 10%;
}

.ciu_text img{
    display: none;
	}


	}

/***************************************************
			 Register
***************************************************/
#register{
	background: url(../img/register-img.jpg) no-repeat top center fixed;
}

#note {
	width: 100%;
	height:5em;
}

form {
	max-width: 960px;
}

input{
	margin:5px;
	}
	
fieldset{
	border:1px solid #ccc;
	line-height	 : 1.5em;
	margin		: 1em;
}
fieldset dl{
	margin	: 0px;
	padding	: 0px;
}

fieldset dt {
	float:left;
	text-align : right;
	margin	: 0px;
	padding:5px;
	clear:both;
}
fieldset dd {
	margin	: 0px;
	margin-left:;
	padding:5px;
}
legend{
	padding	 : 0 6px 5px;
	margin-bottom:5px;
  }

label.list2{margin-bottom:10px;}
.radiobtn{
	margin-bottom:10px;
	width:15px; 
	height:15px; 
	}

table.List{
	width				: 100%;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	max-width:1024px;
}

table.List_n{
	width				: 100%;
	font-size			: 14px;
	border-collapse		: collapse;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
}
table.List th{
	padding				: 12px;
	white-space			: nowrap;
	text-align			: left;
}
table.List td{
	padding				: 12px 12px;
	margin 				: 5px;
	text-align			: left;
	/*border				: solid #ffffff 1px;*/
	line-height			: 1.5em;
	font-size			: 14px;

}
p.detail_word{
	margin:5px 0 15px 0;

}
p.add_word{
	margin:0;
	font-size:0.9em;	
	}
p.s_word{
	font-size:0.9em;
	margin:0;
	}	
.indent{
    padding-left: 1em;
    text-indent: -1em;	
}
.indent03{
	padding-left:0.3em;
}
.indent05{
	padding-left:0.5em;
}
.indent07{
	padding-left:0.7em;
}
ol.reg_list{
	font-size:0.98em;
    list-style:decimal;
	list-style-position:inside;
	margin:10px 0 15px 20px;
}

ol.reg_list li{
    counter-increment: titleNum;
    padding-left: 2em;
    text-indent: -1em;
    /* position: relative; */
    margin: 5px 0;
}

ol.reg_list p {	margin: 0;}

span.errormsg{
	color	: red;
	margin-left	: 5px;
	font-size	: 12px;
	display	: none;
}

.bold{font-weight:bold;}
.btn1{
	width:80px; 
	height:30px;}
.btn2{
	width:160px; 
	height:30px;}

.form_box {	margin: 60px 0;}

.form_table {
  max-width: 430px;
  width: 100%;
  border: none;}
.form_table td { 
  margin: 10px 0;
  padding: 0;
}
#form_jump{padding-top:70px;}
.text-center{text-align:center;}
.asterisk{font-size:0.9em;}

/* フォームの長さ調整 */
.field1{width:140px;}
.field2{width:6em;}
.field3{width:250px;}
.field4{width:250px;}
.want{margin-top:15px;}

/* ラベル空白調整 */
.label_b002{padding-left:0.2em;}
.label_b01{padding-left:1em;}
.label_b015{padding-left:1.7em;}
.label_b02{padding-left:2.2em;}
.label_b03{padding-left:2.8em;}
/*ココマデ*/
h4.form_h4{
	padding-left: .5em;
	border-left: 3px solid;
	margin: 1em 0;
}
@media screen and ( max-width: 480px ) {
fieldset {margin: 1em 0;}
span.tate{display:block;}
ol.reg_list{
	font-size:0.95em;
	line-height:2em;
	list-style:decimal;
	list-style-position:inside;
	margin:10px 0 10px 0;
}
ol.reg_list li{
    padding-left: 0.95em;
    text-indent: -0.95em;
	margin-bottom:10px;
}
p.add_word{
	margin:0px 0 10px 0;
	font-size:0.9em;
	line-height:1.7em;	
	}
p.s_word{
	font-size:0.9em;
	line-height:1.7em;	
	}	

.indent{
    padding-left: 0.7em;
    text-indent: -0.7em;	
}	

.form_table td { width: 100%;
    float: left;
    margin: 0;
}
.td2 {
    margin-bottom: 10px !important;
    padding-left: 1.4em !important;
}
.btn1{
	width:140px; 
	height:45px;
	font-size:1.1em;
	}
/* フォームの長さ調整 */
.field1,.field2,.field3,.field4{
    height:2em;
}
.field1,.field3{
    width:100%;
}
.field4{width:98%;}
/*ココマデ*/

/* ラベル空白調整 */
.label_b01,.label_b02,.label_b03
,.label_b002,.label_b015{padding-left:0;}
/*ココマデ*/

input#cal{display:block;}
label#cal{
	display:block;
	margin-top:-32px;
	margin-left:32px;
	margin-bottom:-27px;
	}

.marg-r{margin-right:2px;}

.want,.radiobtn{
	width:20px;
	height:20px;
	}
.br:before{
	content: "\A" ;
	white-space: pre ;
}
.br_num{padding-top:10px;}
select{
	height:2em;
	}

dl.margin-btm{
	margin-bottom:20px;
	}
}



/***************************************************
			 U32
***************************************************/
#underthirtytwo{
	background: url(../img/u32-img.jpg) no-repeat top center fixed;
}

#note {
	width: 100%;
	height:5em;
}

form {
	max-width: 960px;
}

input{
	margin:5px;
	}
	
fieldset{
	border:1px solid #ccc;
	line-height	 : 1.5em;
	margin		: 1em;
}
fieldset dl{
	margin	: 0px;
	padding	: 0px;
}

fieldset dt {
	float:left;
	text-align : right;
	margin	: 0px;
	padding:5px;
	clear:both;
}
fieldset dd {
	margin	: 0px;
	margin-left:;
	padding:5px;
}
legend{
	padding	 : 0 6px 5px;
	margin-bottom:5px;
  }

label.list2{margin-bottom:10px;}
.radiobtn{
	margin-bottom:10px;
	width:15px; 
	height:15px; 
	}

table.List{
	width				: 100%;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	max-width:1024px;
}

table.List_n{
	width				: 100%;
	font-size			: 14px;
	border-collapse		: collapse;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
}
table.List th{
	padding				: 12px;
	white-space			: nowrap;
	text-align			: left;
}
table.List td{
	padding				: 12px 12px;
	margin 				: 5px;
	text-align			: left;
	/*border				: solid #ffffff 1px;*/
	line-height			: 1.5em;
	font-size			: 14px;

}
p.detail_word{
	margin:5px 0 15px 0;

}
p.add_word{
	margin:0;
	font-size:0.9em;	
	}
p.s_word{
	font-size:0.9em;
	margin:0;
	}	
.indent{
    padding-left: 1em;
    text-indent: -1em;	
}
.indent03{
	padding-left:0.3em;
}
.indent05{
	padding-left:0.5em;
}
.indent07{
	padding-left:0.7em;
}
ol.reg_list{
	font-size:0.98em;
    list-style:decimal;
	list-style-position:inside;
	margin:10px 0 15px 20px;
}

ol.reg_list li{
    counter-increment: titleNum;
    padding-left: 2em;
    text-indent: -1em;
    /* position: relative; */
    margin: 5px 0;
}

ol.reg_list p {	margin: 0;}

span.errormsg{
	color	: red;
	margin-left	: 5px;
	font-size	: 12px;
	display	: none;
}

.bold{font-weight:bold;}
.btn1{
	width:80px; 
	height:30px;}

.form_box {	margin: 60px 0;}

.form_table {
  max-width: 430px;
  width: 100%;
  border: none;}
.form_table td { 
  margin: 10px 0;
  padding: 0;
}
#form_jump{padding-top:70px;}
.text-center{text-align:center;}
.asterisk{font-size:0.9em;}

/* フォームの長さ調整 */
.field1{width:140px;}
.field2{width:6em;}
.field3{width:250px;}
.field4{width:250px;}
.want{margin-top:15px;}

/* ラベル空白調整 */
.label_b002{padding-left:0.2em;}
.label_b01{padding-left:1em;}
.label_b015{padding-left:1.7em;}
.label_b02{padding-left:2.2em;}
.label_b03{padding-left:2.8em;}
/*ココマデ*/
h4.form_h4{
	padding-left: .5em;
	border-left: 3px solid;
}
@media screen and ( max-width: 480px ) {
fieldset {margin: 1em 0;}
span.tate{display:block;}
ol.reg_list{
	font-size:0.95em;
	line-height:2em;
	list-style:decimal;
	list-style-position:inside;
	margin:10px 0 10px 0;
}
ol.reg_list li{
    padding-left: 0.95em;
    text-indent: -0.95em;
	margin-bottom:10px;
}
p.add_word{
	margin:0px 0 10px 0;
	font-size:0.9em;
	line-height:1.7em;	
	}
p.s_word{
	font-size:0.9em;
	line-height:1.7em;	
	}	

.indent{
    padding-left: 0.7em;
    text-indent: -0.7em;	
}	

.form_table td { width: 100%;
    float: left;
    margin: 0;
}
.td2 {
    margin-bottom: 10px !important;
    padding-left: 1.4em !important;
}
.btn1{
	width:140px; 
	height:45px;
	font-size:1.1em;
	}
/* フォームの長さ調整 */
.field1,.field2,.field3,.field4{
    height:2em;
}
.field1,.field3{
    width:100%;
}
.field4{width:98%;}
/*ココマデ*/

/* ラベル空白調整 */
.label_b01,.label_b02,.label_b03
,.label_b002,.label_b015{padding-left:0;}
/*ココマデ*/

input#cal{display:block;}
label#cal{
	display:block;
	margin-top:-32px;
	margin-left:32px;
	margin-bottom:-27px;
	}

.marg-r{margin-right:2px;}

.want,.radiobtn{
	width:20px;
	height:20px;
	}
.br:before{
	content: "\A" ;
	white-space: pre ;
}
.br_num{padding-top:10px;}
select{
	height:2em;
	}

dl.margin-btm{
	margin-bottom:20px;
	}
}

#note {
	width: 100%;
	height:5em;
}

.linkprogram{
	border:solid 1px #202020;
	padding:5px;
	font-size:14px;
}


form {
	max-width: 960px;
}

input{
	margin:5px;
	}
	
fieldset{
	border:1px solid #ccc;
	line-height	 : 1.5em;
	margin		: 1em;
}
fieldset dl{
	margin	: 0px;
	padding	: 0px;
}

fieldset dt {
	float:left;
	text-align : right;
	margin	: 0px;
	padding:5px;
	clear:both;
}
fieldset dd {
	margin	: 0px;
	padding:5px;
}
legend{
	padding	 : 0 6px 5px;
	margin-bottom:5px;
  }

label.list2{margin-bottom:10px;}
.radiobtn{
	margin-bottom:10px;
	width:15px; 
	height:15px; 
	}

table.List{
	width				: 100%;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	max-width:1024px;
}

table.List_n{
	width				: 100%;
	font-size			: 14px;
	border-collapse		: collapse;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
}
table.List th{
	padding				: 12px;
	white-space			: nowrap;
	text-align			: left;
}
table.List td{
	padding				: 12px 12px;
	margin 				: 5px;
	text-align			: left;
	/*border				: solid #ffffff 1px;*/
	line-height			: 1.5em;
	font-size			: 14px;

}
p.detail_word{
	margin:5px 0 15px 0;

}
p.add_word{
	margin:0;
	font-size:0.9em;	
	}
p.s_word{
	font-size:0.9em;
	margin:0;
	}	
.indent{
    padding-left: 1em;
    text-indent: -1em;	
}
.indent03{
	padding-left:0.3em;
}
.indent05{
	padding-left:0.5em;
}
.indent07{
	padding-left:0.7em;
}
ol.reg_list{
	font-size:0.98em;
    list-style:decimal;
	list-style-position:inside;
	margin:10px 0 15px 20px;
}

ol.reg_list li{
    counter-increment: titleNum;
    padding-left: 2em;
    text-indent: -1em;
    /* position: relative; */
    margin: 5px 0;
}

ol.reg_list p {	margin: 0;}

span.errormsg{
	color	: red;
	margin-left	: 5px;
	font-size	: 12px;
	display	: none;
}

.bold{font-weight:bold;}
.btn1{
	width:80px; 
	height:30px;}

.form_box {	margin: 60px 0;}

.form_table {
  max-width: 430px;
  width: 100%;
  border: none;}
.form_table td { 
  margin: 10px 0;
  padding: 0;
}
#form_jump{padding-top:70px;}
.text-center{text-align:center;}
.asterisk{font-size:0.9em;}

/* フォームの長さ調整 */
.field1{width:140px;}
.field2{width:6em;}
.field3{width:250px;}
.field4{width:250px;}
.want{margin-top:15px;}

/* ラベル空白調整 */
.label_b002{padding-left:0.2em;}
.label_b01{padding-left:1em;}
.label_b015{padding-left:1.7em;}
.label_b02{padding-left:2.2em;}
.label_b03{padding-left:2.8em;}
/*ココマデ*/
h4.form_h4{
	padding-left: .5em;
	border-left: 3px solid;
}



@media screen and ( max-width: 480px ) {
fieldset {margin: 1em 0;}
span.tate{display:block;}
ol.reg_list{
	font-size:0.95em;
	line-height:2em;
	list-style:decimal;
	list-style-position:inside;
	margin:10px 0 10px 0;
}
ol.reg_list li{
    padding-left: 0.95em;
    text-indent: -0.95em;
	margin-bottom:10px;
}
p.add_word{
	margin:0px 0 10px 0;
	font-size:0.9em;
	line-height:1.7em;	
	}
p.s_word{
	font-size:0.9em;
	line-height:1.7em;	
	}	

.indent{
    padding-left: 0.7em;
    text-indent: -0.7em;	
}	


.form_table td { width: 100%;
    float: left;
    margin: 0;
}
.td2 {
    margin-bottom: 10px !important;
    padding-left: 1.4em !important;
}
.btn1{
	width:140px; 
	height:45px;
	font-size:1.1em;
	}
/* フォームの長さ調整 */
.field1,.field2,.field3,.field4{
    height:2em;
}
.field1,.field3{
    width:100%;
}
.field4{width:98%;}
/*ココマデ*/

/* ラベル空白調整 */
.label_b01,.label_b02,.label_b03
,.label_b002,.label_b015{padding-left:0;}
/*ココマデ*/

input#cal{display:block;}
label#cal{
	display:block;
	margin-top:-32px;
	margin-left:32px;
	margin-bottom:-27px;
	}

.marg-r{margin-right:2px;}

.want,.radiobtn{
	width:20px;
	height:20px;
	}
.br:before{
	content: "\A" ;
	white-space: pre ;
}
.br_num{padding-top:10px;}
select{
	height:2em;
	}

dl.margin-btm{
	margin-bottom:20px;
	}
}

/***************************************************
			 Industry
***************************************************/
.hole-sakura{
	color:#CBC62A;
	font-size: 14px;
}
.hole-sakura_f{
    border-right: 3px solid #CBC62A;
}
.hospital{
font-size:0.8em;
}
.hole_f{
/*	float: left; */
	padding-left: 15px;
	width: 95%;
}
/**
 * List
 */
#ind-contain .list{
	padding: 0 5% 4% 5%;
    border-top: 1px solid;
	border-bottom: 1px solid;
}
#ind-contain .line{
	border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    display: flex;
	-js-display: flex;
}
#ind-contain .time{
	float:left;
	font-size: 13px;
	padding-right: 15px;
	text-align: right;
}
.time_sub{
	color:#A0A0A0;
}
.off{
	color:#BBBBBB;
}
.menu_ind { 
  margin: 0 auto; 
  padding-top: 10px; 
  list-style: none; 
  display: table;
  text-align: center;
}
.menu_ind li { 
  display: table-cell; 
  position: relative; 
  padding: 0;
}
.menu_ind a {
  color: #B84137;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4em;
  
  display: inline-block;
  padding: 10px 25px;
  position: relative;
}
.menu_ind a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #B84137;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu_ind a:hover:after { 
  width: 100%; 
  left: 0; 
}
h2.ind_ti {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 22px;
    text-align: center;
    margin: 80px 10px 50px 10px;
    padding: 0 0 0 10px;
    border-left: none;
}
.box-right {
    width: 85%;
    float: left;
    margin: 0;
    line-height: 20px;
    padding: 0px 10px 40px 30px;
    text-align: left;
}
/**
 * TABS
 */
.day_s{
	font-size:	30px;
}
#ind-contain .tabs{
	width: 90%;
    margin: 0 auto;
}
#ind-contain .tabs > DIV {
	margin-top: 10px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
	padding: 20px 0;
}

.horizontal LI {
	border-bottom: 4px solid #cbc62a42;
	margin: 10px 25px;
	display: inline-block;
}

.horizontal A {
	color: #ccc !important;
	display: block;
	font-size: 45px;
	font-weight: 300;
	padding: 3px 0;
	text-decoration: none !important;
	font-family: bn_sf;
	letter-spacing: 0px;
}

.horizontal LI:hover {
	border-bottom: 4px solid #C92133;
}

.horizontal LI:hover A {
	color: #313333 !important;
}

.horizontal .active {
	border-bottom: 4px solid #C92133 !important;
}

.horizontal .active A {
	color: #313333 !important;
}
h2.ind_ti{
	font-weight:500;
	letter-spacing: 0.1em;
    font-size: 22px;
    text-align: center;
    margin: 60px 10px 40px 10px;
    padding: 0 0 0 10px;
	border-left: none;
}
.off_i{
	margin-top:7px;
}
#industry{
	background: #000;
}
.industry-title{
    margin: 0 auto;
    max-width: 1080px;
    max-height: 500px;
}
.align-r{
	text-align:right;
}
#ind-contain{
	max-width: 1080px;
	margin: 0 auto;
}
.industry_menu{
	font-size:1.5em;
	font-weight: 300;
	cursor: default;
}

.industry_link{
	cursor: pointer;
	border: 0;
    border-bottom: 1px solid #ccc;
    }
	
.industry_t th, td{
	border: none;
	border-collapse: collapse;
	vertical-align: top;
	padding-top: 3px;
}
.ind_img{
    float: left;
}

.pro_img{
    float: right;
}

.propic_img{
    float: left;
}

.box-left{
    width: 46.3%;
    float: left;
    margin: 0;
    line-height: 20px;
    padding: 5px 20px 0px 5px;
}

.clear {
    clear:both;　/*floatの解除*/
}
.box-right {
    width: 80%;
	float: left;
    margin: 0;
    line-height: 20px;
    padding: 0px 10px 40px 30px;
	text-align:left;
}

#register_bio {
    position: fixed;
    bottom: 70px;
    right: 100px;
    font-size: 77%;
}
#register_bio a {
    background-color: rgba(153,0,0,0.8);
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 5px;
    text-align: center;
    display: block;
}
#register_bio a:hover {
    text-decoration: none;
    background-color: rgba(153,0,0,1);
}

@media screen and ( max-width: 1024px ) {
.industry-title{
    margin-bottom: -10px;
}
}

@media screen and ( max-width: 768px ) {
.box-right {
    width: 78%;
}
}
@media screen and ( max-width: 480px ) {
.menu_ind a {
	letter-spacing: 0em;
    padding: 0px 8px;
    font-size: 0.8em;
}
.industry_menu{
	display: none;		
}	
.ind_img {
    width: 100%;
    text-align: center;
}
.box-right {
    width: 100%;
    padding: 10px;
}
h2.ind_ti{
   margin: 40px 10px 20px 0px;	
}
#register_bio {
    bottom: 10px;
    right: 20px;
}

}
/***************************************************
			 register_ind
***************************************************/
#register_ind{
	background: url(../img/register_ind_img.JPG) no-repeat top center fixed;
}

/***************************************************
			 poster
***************************************************/
#poster{
	background: url(../img/poster-img.jpg) no-repeat top center fixed;
}

.endai{
	float:left;
	margin:5px 40px 60px 10px;
	}

.clear{clear:both;}

.sukima{margin-bottom:1em;}

#endaigaiyo {
	width: 100%;
	height:5em;
}

#note {
	width: 100%;
	height:5em;
}

form {
	max-width: 960px;
}

input{
	margin:5px;
	}
	
fieldset{
	border:1px solid #ccc;
	line-height	 : 1.5em;
	margin		: 1em;
}
fieldset dl{
	margin	: 0px;
	padding	: 0px;
}

fieldset dt {
	float:left;
	text-align : right;
	margin	: 0px;
	padding:5px;
	clear:both;
}
fieldset dd {
	margin	: 0px;
	margin-left:;
	padding:5px;
}
legend{
	padding	 : 0 6px 5px;
	margin-bottom:5px;
  }

label.list2{margin-bottom:10px;}
.radiobtn{
	margin-bottom:10px;
	width:15px; 
	height:15px; 
	}

table.List{
	width				: 100%;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	max-width:1024px;
}

table.List_n{
	width				: 100%;
	font-size			: 14px;
	border-collapse		: collapse;
	border-spacing		: 0;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
}
table.List th{
	padding				: 12px;
	white-space			: nowrap;
	text-align			: left;
}
table.List td{
	padding				: 12px 12px;
	margin 				: 5px;
	text-align			: left;
	/*border				: solid #ffffff 1px;*/
	line-height			: 1.5em;
	font-size			: 14px;

}
p.detail_word{
	margin:5px 0 15px 0;

}
p.add_word{
	margin:0;
	font-size:0.9em;	
	}
p.s_word{
	font-size:0.9em;
	margin:0;
	}	
.indent{
    padding-left: 1em;
    text-indent: -1em;	
}
.indent03{
	padding-left:0.3em;
}
.indent05{
	padding-left:0.5em;
}
.indent07{
	padding-left:0.7em;
}
ol.reg_list{
	font-size:0.98em;
    list-style:decimal;
	list-style-position:inside;
	margin:10px 0 15px 20px;
}

ol.reg_list li{
    counter-increment: titleNum;
    padding-left: 2em;
    text-indent: -1em;
    /* position: relative; */
    margin: 5px 0;
}

ol.reg_list p {	margin: 0;}

span.errormsg{
	color	: red;
	margin-left	: 5px;
	font-size	: 12px;
	display	: none;
}

.bold{font-weight:bold;}
.btn1{
	width:80px; 
	height:30px;}

.form_box {	margin: 60px 0;}

.form_table {
  max-width: 430px;
  width: 100%;
  border: none;}
.form_table td { 
  margin: 10px 0;
  padding: 0;
}
#form_jump{padding-top:70px;}
.text-center{text-align:center;}
.asterisk{font-size:0.9em;}

/* フォームの長さ調整 */
.field1{width:140px;}
.field2{width:6em;}
.field3{width:250px;}
.field4{width:250px;}
.want{margin-top:15px;}

/* ラベル空白調整 */
.label_b002{padding-left:0.2em;}
.label_b01{padding-left:1em;}
.label_b015{padding-left:1.7em;}
.label_b02{padding-left:2.2em;}
.label_b03{padding-left:2.8em;}
/*ココマデ*/
h4.form_h4{
	padding-left: .5em;
	border-left: 3px solid;
}
@media screen and ( max-width: 480px ) {
fieldset {margin: 1em 0;}
span.tate{display:block;}
ol.reg_list{
	font-size:0.95em;
	line-height:2em;
	list-style:decimal;
	list-style-position:inside;
	margin:10px 0 10px 0;
}

.endai{
	float:none;
	margin:0;
}
	
ol.reg_list li{
    padding-left: 0.95em;
    text-indent: -0.95em;
	margin-bottom:10px;
}
p.add_word{
	margin:0px 0 10px 0;
	font-size:0.9em;
	line-height:1.7em;	
	}
p.s_word{
	font-size:0.9em;
	line-height:1.7em;	
	}	

.indent{
    padding-left: 0.7em;
    text-indent: -0.7em;	
}	

.form_table td { width: 100%;
    float: left;
    margin: 0;
}
.td2 {
    margin-bottom: 10px !important;
    padding-left: 1.4em !important;
}
.btn1{
	width:140px; 
	height:45px;
	font-size:1.1em;
	}
/* フォームの長さ調整 */
.field1,.field2,.field3,.field4{
    height:2em;
}
.field1,.field3{
    width:100%;
}
.field4{width:98%;}
/*ココマデ*/

/* ラベル空白調整 */
.label_b01,.label_b02,.label_b03
,.label_b002,.label_b015{padding-left:0;}
/*ココマデ*/

input#cal{display:block;}
label#cal{
	display:block;
	margin-top:-32px;
	margin-left:32px;
	margin-bottom:-27px;
	}

.marg-r{margin-right:2px;}

.want,.radiobtn{
	width:20px;
	height:20px;
	}
.br:before{
	content: "\A" ;
	white-space: pre ;
}
.br_num{padding-top:10px;}
select{
	height:2em;
	}

dl.margin-btm{
	margin-bottom:20px;
	}
}

/***************************************************
			video
***************************************************/


#video .hero-title {
	height: 30vh; padding-top: 8%;
	}
	
	
video {	cursor: pointer;}

.video_link {
    color: #fff;
    margin: 38px 0px;
}

.video_link a {
	color: #fff !important;
	}
	
.video_link a >span {
	border: solid 1px;
	padding: 5px 15px;
	}
	
	@media screen and ( max-width: 480px ) {
		
		
#video .hero-title {
	    height: 25vh;
    padding-top: 15%;
	}
	}
	
/***************************************************
			professionals
***************************************************/


.tabs_p {
    margin: 25px 0px 0px 0px;
}

.tabs_p li.active {
    background: #5A4673;
	border-bottom: 2px solid;
	border-bottom-color: red;
}

.tabs_p li {
    width: 32.6%;
    display: inline-block;
    text-align: center;
    background: #aaa;
  
}

.tabs_p li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 15px 0;
}

div.p_list1, div.p_list2 {
    float: left;
    width: 48%;
}
	
div.p_list1 {	
 margin-right: 4%;
 }

#professionals h4:before{
    content: "CASE";
    font-size: 0.8em;
    background-color: #5A4673;
    color: #333;
    padding: 0px 1em;
    margin-right: 1em;
}

#professionals h4 {
    color: #5A4673;
font-size: 16px;
}


#theprofessionals p.name {
    text-align: right;
    font-size: 1.3em;
	box-sizing: border-box;
}

#professionals p {
	margin: 1em 0;
	}
	
	div.p_list1 > h5, div.p_list2 > h5{
		color: #5a4673;
		}

p.question:before {
    content: "QUESTION >>";
    margin-right: 1em;
     color: #5a4673;
    font-weight: 900;
}

p.question {
    color: #5a4673;
    padding: 7px;
    border: solid 1px #5a4673;
}

	.img_none_pc {
	    display: none;
	}
	
	.img_right {
		float: right;
		margin-left: 10px;
		}
		
@media screen and ( max-width: 480px ) {
	
div.p_list1, div.p_list2{
	float: none;
	width: 100%;
	}
	
div.p_list1 {	
 margin-right: 0%;
 }
		
		.img_none {
	    display: none;
	}
	
	.img_none_pc {
	    display: block;
	}
	
	}
	
	
/***************************************************
			interview
***************************************************/

/* necessary for proper sizing with margins */
.hero-grid__item,
.hero-grid__grid-sizer {
  margin:		1.406%;
  position:		relative;
  margin-bottom: 70px;
}

.hero-grid__item {
	width: 30.523%;
	float: left;
}

/* ---- .hero-grid__example-link ---- */

.hero__example-link__img {
  display: block;
  width: 100%;
  margin: 0;
}

p.red_border {
       border-left: 7px solid #D0282C;
    padding-left: 16px;
    font-size: 1.2em;
    font-weight: bold;
}

.hero-grid__item h4 {
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin-bottom: 1em;
}

/* enough width for 2 columns */
@media screen and ( max-width: 768px ) {

  .hero-grid__grid-sizer,
  .hero-grid__item {
    width: 47.1%;
  }

}

/* enough width for 1 columns */
@media screen and ( max-width: 480px ) {

  .hero-grid__grid-sizer,
  .hero-grid__item {
    width: 97.35%;
  }

.t_pc{
	display:	none;
}
.t_m{
	display:	inline;
}
}

/***************************************************
			nextvscct
***************************************************/
	
#nextvscct {
		background-color: #000000;
		}
#nextvscct .container {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	}
	
.tabs_nextvscct li.active {
    background: #B74137;
}

.tabs_nextvscct li {
    width: 32%;
    display: inline-block;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
  margin-bottom: 3px;
}

.tabs_nextvscct li a {
    color: #fff !important;
}


.case_title {
	font-size: 1.5em;
	}

.cines {
	width: 105%;
    overflow: hidden;
    margin: 3em 0px;
	}
	
.cine_block
    {width: 20%;
    max-width: 240px;
    margin:1em 5% 1em 0;
    float: left;
	}
	
	.cine_block img {
    width: 100%;
}

#nextvscct p.question	
{
	color: #fff;
    padding: 7px;
    border: solid 1px #B74137;
	margin: 3em 0;
    font-size: 1.2em;
	}
	
#nextvscct p.question:before {
    content: "1st Question: ";
    margin-right: 1em;
    color: #B74137;
    font-weight: 900;
}

#nextvscct h5 {
	color: #B74137;
	font-size: 1.5em;
	}
	
	@media screen and ( max-width: 480px ) {

.cine_block
    {width: 45%;
}
	
	}

/***************************************************
			The Professionals
***************************************************/
	
#theprofessionals {
		background-color: #000000;
		}
#theprofessionals .container {
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	}
	
.tabs_theprofessionals li.active {
    background: #f5f5f5;
}

.tabs_theprofessionals li {
    display: inline-block;
    text-align: center;
    background-color: #f0f8ff;
  margin-bottom: 10px;
}

.tabs_theprofessionals li a {
    color: #333 !important;
}


.case_title {
	font-size: 1.3em;
	}

.cines {
	width: 95%;
    overflow: hidden;
	margin: 3em 0px;
	}
	
.cine_block
    {width: 20%;
    max-width: 240px;
    margin:1em 5% 1em 0;
    float: left;
	}
	
.cine_block img {
    width: 100%;
}

#theprofessionals p.question	
{
	color: #333;
    padding: 7px;
    border: solid 1px #B74137;
	margin: 3em 0;
    font-size: 1.2em;
	max-width: 94%;
	}
	
#theprofessionals p.question:before {
    content: "Question: ";
	margin-right: 1em;
    color: #B74137;
    font-weight: 900;
}

#theprofessionals h5 {
	color: #9ECECC;
	font-size: 1.5em;
	}

#theprofessionals p.resizeimage img { max-width: 100%; }

	@media screen and ( max-width: 480px ) {

.cine_block
    {width: 45%;
}
	
.line_break
	{
			clear:both;
}
	}

/***************************************************
			Imaging
***************************************************/
	
#imaging {
		background-color: #000000;
		}
#imaging .container {
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	}
	
.tabs_imaging li.active {
    background: #f5f5f5;
}

.tabs_imaging li {
    width: 20%;
    display: inline-block;
    text-align: center;
    background-color: #f0f8ff;
  margin-top: 40px;
}

.tabs_imaging li a {
    color: #333 !important;
}


.case_title_imaging {
	font-size: 1.3em;
	}

.cines_imaging {
	width: 95%;
    overflow: hidden;
	margin: 3em 0px;
	}
	
.cine_block_imaging
    {width: 20%;
    max-width: 240px;
    margin:1em 5% 1em 0;
    float: left;
	}
	
.cine_block_imaging img {
    width: 100%;
}

#imaging p.question	
{
	color: #333;
    padding: 7px;
    border: solid 1px #B74137;
	margin: 3em 0;
    font-size: 1.2em;
	max-width: 94%;
	}
	
#imaging p.question:before {
    content: "Question: ";
	margin-right: 1em;
    color: #B74137;
    font-weight: 900;
}

#imaging h5 {
	color: #9ECECC;
	font-size: 1.5em;
	}

#imaging p.resizeimage img { max-width: 100%; }

	@media screen and ( max-width: 480px ) {

.cine_block_imaging
    {
    	width: 45%;
}
	
.line_break_imaging
	{
		clear:both;
}
	}

.zatyou_imaging
	{
		font-weight: bold;
}

.red_border_imaging {
       border-left: 7px solid #D0282C;
    padding-left: 16px;
    font-size: 1.2em;
    font-weight: bold;
}


/***************************************************
			masters of the masters
***************************************************/
	
#motm {
		background-color: #000000;
		}
#motm .container {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	}
	
.tabs_motm li.active {
    background: #B74137;
}

.tabs_motm li {
    width: 32%;
    display: inline-block;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
  margin-bottom: 3px;
}

.tabs_motm li a {
    color: #fff !important;
}


.case_title {
	font-size: 1.5em;
	}

.cines {
	width: 105%;
    overflow: hidden;
    margin: 3em 0px;
	}
	
.cine_block
    {width: 20%;
    max-width: 240px;
    margin:1em 5% 1em 0;
    float: left;
	}
	
	.cine_block img {
    width: 100%;
}

#motm p.question	
{
	color: #fff;
    padding: 7px;
    border: solid 1px #B74137;
	margin: 3em 0;
    font-size: 1.2em;
	}
	
#motm p.question:before {
    content: "1st Question: ";
    margin-right: 1em;
    color: #B74137;
    font-weight: 900;
}

#motm h5 {
	color: #B74137;
	font-size: 1.5em;
	text-align: center;
	}
	
	@media screen and ( max-width: 480px ) {

.cine_block
    {width: 45%;
}
	
	}


	/***************************************************
			guidance
***************************************************/
#guidance{
	background: url(../../8th_toyohashilive/img/guidance-img.jpg) no-repeat top center fixed;
}

/***************************************************
			follow up
***************************************************/

ul.fu_cases {
    overflow: hidden;
	color: #fff;
}

ul.fu_cases > li {
width: 100%;
float: left;
}
	
	
/*ul.fu_cases {
    float: left;
    width: 24%;
    margin-right: 1%;
}*/
ul.fu_cases {
    max-width: 50%;
    width: 64%;
    /* margin-right: 1%; */
    margin: 0 auto;
    text-align: center;
}

.fu_cases img {
    width: 100%;
}

.aria {
	overflow: hidden;
	}
	
	
	.download_white {
	    color: #fff;
    max-width: 300px;
    border: 1px solid #fff;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
	}