/*!
style
 ______________________________*/
/*

text
_________*/

.mv ul,.mv ul li{
	margin: 0;
	padding:0;
}

.tR {
	text-align: right !important;
}
.tL {
	text-align: left !important;
}
.tC {
	text-align: center !important;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font130 {
	font-size: 130%;
}
.font150 {
	font-size: 150%;
}
.font170 {
	font-size: 170%;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.w80p{
	width:80% !important;
}
.pb40 {
    padding-bottom: 40px;
}
.hero_img {
	text-align: center;
	margin-bottom: 30px;
}



/*
.page_header
_____________*/
.page_header {
	display: flex;
	align-items: center;
	background-color: #eee;
	color: #0089eb;
	height: 270px;
}
.page_header1 {
	background-image: url("../img/common/header_bg1.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}
.tx_box {
	margin: 0 20px 50px;
	content: "";
	display: block;
	clear: both;
}
.big {
	font-size: 200%;
}
.tx_red {
	color: #c60000;
}
.blue_box {
	background: #eaf5fc;
	padding: 20px;
	margin-bottom: 30px;
}
#contents {
	word-break: break-all;
}
#contents h3 {
	background: #0088e8;
	color: #fff;
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
}
#contents h3::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 60px;
	background-color: #95cef6;
	position: absolute;
	top: 10px;
	left: 10px;
}
#contents h4 {
	color: #333;
	border-bottom: 3px solid #0088e8;
	padding: 10px 10px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
#contents h5 {
	border-bottom: 1px solid #555;
	padding: 10px 10px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
#contents table {
	margin-bottom: 50px;
}
#contents table th {
	background: #edf7fd;
	border: 1px solid #ccc;
	text-align: center;
}
#contents table td {
	border: 1px solid #ccc;
	vertical-align: top;
}
/* Alignment */
#contents .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
#contents .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
#contents .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents ul {
	margin-bottom: 30px;
}
#contents ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #01a948;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
/*----------------------------------*/
#contents .btn_link {
	clear: both;
}
#contents .btn_link a {
	background-image: url("../img/common/icon_arrow.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px 20px 5px 25px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
#contents .btn_link a:hover {
	background-color: #F5F5F5;
	color: #666;
}
#contents .font1 {
	font-size: 70%;
}
#contents .font2 {
	font-size: 78%;
}
#contents .font3 {
	font-size: 92%;
}
#contents .font4 {
	font-size: 108%;
}
#contents .font5 {
	font-size: 123%;
}
#contents .font6 {
	font-size: 139%;
}
#contents .font7 {
	font-size: 185%;
}
#contents .font8 {
	font-size: 277%;
}
#contents .blue {
	color: #0683FF;
}
#contents .purple {
	color: #A03266;
}
#contents .red {
	color: #C00;
}
/*_______________________

.flex_box
________________________*/
.flex_box {
	display: flex;
	padding: 0;
	margin: 0 0 30px;
	justify-content: space-between;
}
.flex_box .img {
	margin: 0 20px 0 0;
}
.flex_box.rev {
	flex-direction: row-reverse;
}
.flex_box.rev .img {
	margin: 0 0 0 20px;
}
.text_box {
	width: calc(100% - 320px);
}
.img_box {
	width: 300px;
	height: auto;
	font-size: 0.72em;
	color: #333;
	align-items: center;
	justify-content: center;
}
.img_box p {
	text-align: center;
}
.img_box img {
	width: 100%;
	height: auto;
}
.flex_box.img2col {
	justify-content: center;
}
.flex_box.img2col .img_box {
	margin: 0 20px;
}
.flex_box.img150 .img_box {
	width: 150px;
}
.flex_box.img150 .text_box {
	width: calc(100% - 170px);
}
.flex_box.img250 .img_box {
	width: 250px;
}
.flex_box.img250 .text_box {
	width: calc(100% - 270px);
}
.flex_box.img350 .img_box {
	width: 350px;
}
.flex_box.img350 .text_box {
	width: calc(100% - 370px);
}
.flex_box.float_r, .flex_box.float_l {
	display: inline-block;
}
.flex_box.float_r::after, .flex_box.float_l::after {
	content: "";
	display: block;
	clear: both;
}
.flex_box.float_r .text_box p.text-basic, .flex_box.float_l .text_box p.text-basic {
	display: inline !important;
}
.flex_box.float_r .img_box {
	float: right;
	margin: 0 0 20px 20px;
	display: inline-block;
}
.flex_box.float_l .img_box {
	float: left;
	margin: 0 20px 20px 0;
	display: inline-block;
}
.flex_box.float_r .text_box, .flex_box.float_l .text_box {
	margin: 0 0 20px 20px;
	display: inline;
	width: inherit;
}
.flex_box.float_r .text_box .basic-txt, .flex_box.float_l .text_box .basic-txt {
	display: inline;
}
/*
production-technology
_________________________*/
.production-technology-row .col-12 {
	text-align: center;
	margin-bottom: 50px;
}
.production-technology-row .col-12 h3 {
	background: none !important;
	color: #0088e8 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	font-size: 100% !important;
}
.production-technology-row .col-12 h3::before {
	display: none !important;
}
.production-technology-row .col-12 img {
	margin: 0 auto;
	text-align: center;
}
.production-technology-row .col-12 p {
	text-align: left;
}
.iine {
	display: flex;
	margin-bottom: 50px;
}
.iine .iine_img {
	width: 25%;
	content: "";
	background-color: #ffc100;
	background-image: url("../img/production-technology/iine.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}
.iine .iine_txt {
	width: 75%;
	background-color: #fcf5e0;
	padding: 10px;
	align-content: center;
}
.iine .iine_txt h4 {
	font-size: 100%;
	border-bottom: none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.iine .iine_txt p {
	margin-bottom: 0 !important;
}


/*
message
________________*/

.message h4{
border-bottom: none !important;
    font-size: 180%;
    padding: 0 !important;
    margin: 0 0 10px !important;
}
.message h4 span{
	color:#333 !important;
	font-size:50% !important;
}
.message .course{
    border-bottom: 1px solid #CCC;
	padding-bottom: 20px !important;
	overflow: hidden;
}
.message .basic-txt {
    position: relative;
    top: -35px;
}


.message .flex_box.float_r .img_box {
	margin: 0 0 40px 20px;
}

.campus-photo {
    display: inline-block;
    padding: 5px;
    box-shadow: 4px 4px 10px #ccc;
    background-color: #FFF;
}

/* seminar
------------------------------------------------------------------------------ */

.seminar h4 {
	font-size: 135%;
}

.guide_ebook .btn_link a {
	box-sizing: border-box;
	width: 350px;
	height: 44px;
	line-height: 38px;
}

.seminar table th,
.seminar table td {
	box-sizing: border-box;
	font-size: 93.458%;
}

.seminar table th:first-child {
	width: 5%;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.1;
	}
.seminar #table th:nth-of-type(2) {
	width: 14%;
	}

.seminar table th:last-child {
	width: 11%;
	}



.seminar table th,
.seminar table td:last-child,
.seminar table td:nth-last-of-type(2),
.seminar table td:nth-last-of-type(5),
.seminar table td:nth-last-of-type(4) {
		padding: 8px 2px;
}

table td.seminar_col01 {
		text-align: center;
		color: #fff;
		vertical-align: middle;
		padding: 3px 2px;
		line-height: 1.0;
		font-weight: bold;
	}

table.seminar_c01 td.seminar_col01 {
		background-color: #f08337;
	}

table.seminar_c02 td.seminar_col01 {
		background-color: #469772;
	}

table.seminar_c03 td.seminar_col01 {
		background-color: #eb6e9a;
	}
.baloon1{
	padding: 3px 5px 1px 5px;
    display: inline-block;
    background: #ff2b00;
    color: #fff;
    border-radius: 4px;
    position: relative;
    margin-left: 15px;
	float: right;
    font-size: 0.85em;
}
.baloon1:before{
    content: "";
    position: absolute;
    top: 89%;
    left: -10px;
    margin-top: -16px;
    border: 4px solid transparent;
    border-right: 8px solid #ff2b00;
}
.baloon2{
	padding: 3px 5px 1px 5px;
    display: inline-block;
    background: #0099cc;
    color: #fff;
    border-radius: 4px;
    position: relative;
    margin-left: 15px;
    font-size: 0.85em;
	float: right;
}
.baloon2:before{
    content: "";
    position: absolute;
    top: 89%;
    left: -10px;
    margin-top: -16px;
    border: 4px solid transparent;
    border-right: 8px solid #0099cc;
}

.line3 li {
    width: 30%;
    float: left;
}
/*
web_oc
___________*/


a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #00b9ff;
  color: #fff;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #00b9ff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 27px;
  margin-top: 1.4em;
  margin-left: 1em;
  margin-right: 1em;
}
a.button-one:hover {
  color: #fff;
  background-color: #00aeff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 28px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
a.button-two:hover {
  background-color: #fff;
  color: #28a4ca;
}



.button_past a {
    display: block;
	float:left;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #f59600;
    color: #fff;
    font-size: 15px;
	padding-left:5px;
	margin-right:10px;
    line-height: 40px;
    text-decoration: none;
	width:60px;
    border-radius: 5px;
}
.button_past a:hover {
	opacity: 0.5;
}
.button_sample a {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #f59600;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
	width:180px;
    border-radius: 5px;
}
.button_sample a:hover {
	opacity: 0.5;
}
#IconList2 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

