@charset "utf-8";

/*
==================================================

	CSS File Name - leaf.css

==================================================
*/


/*--------------------------------------------------
* Base
==================================================*/

.forSp {
	display: none;
}

div#mainArea section {
	width: 70%;
	margin: 0 auto 50px auto;
}

div#mainArea section h2 {
	margin-bottom: 50px;
	padding: 40px 0;
	background-color: #fff;
	text-align: center;
}

div#mainArea section p {
	margin-bottom: 20px;
}

div#mainArea section p.common_btn_01 {
	width: 70%;
	margin: 0 auto 20px auto;
	text-align: center;
}

div#mainArea section p.common_btn_01 a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 18px;
}

div#mainArea section p.common_btn_01 a:hover {
	background-color: #333;
	color: #fff;
}

div#mainArea section p.common_btn_02,
div#popup p.common_btn_02 {
	width: 90%;
	max-width: 420px;
	margin: 0 auto 20px auto;
	text-align: center;
}

div#mainArea section p.common_btn_02 a,
div#popup p.common_btn_02 a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #f1a155;
	background-color: #fff;
	font-size: 18px;
}

div#mainArea section p.common_btn_02 a span,
div#popup p.common_btn_02 a span {
	padding-left: 30px;
	background: url(../../images/icon_news.png) 0 center no-repeat;
}

div#mainArea section p.common_btn_03 {
	width: 90%;
	max-width: 420px;
	margin: 0 auto 20px auto;
	text-align: center;
}

div#mainArea section p.common_btn_03 a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	font-size: 18px;
}

div#mainArea section p.common_btn_03 a span{
	padding-left: 30px;
	background: url(../../images/icon_news.png) 0 center no-repeat;
}

div#mainArea section p.common_btn_03 a:hover {
	background-color: #fce9d6;
}

div#mainArea section p.visual {
	width: 100%;
	margin-bottom: 50px;
}

div#mainArea section p.visual img {
	width: 100%;
	height: auto;
}

div#mainArea section ul.listColumn2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

div#mainArea section ul.listColumn2 li {
	width: 49%;
	max-width: 465px;
	margin-bottom: 50px;
	line-height: 1.5em;
}

div#mainArea section ul.listColumn2 li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

div#mainArea section ul.listColumn2 li span.title {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}

div#mainArea section ul.listColumn2 li p.common_btn_03 {
	width: 100%;
	max-width: 100%;
}

div#mainArea section ul.listColumn3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

div#mainArea section ul.listColumn3 li {
	width: 45%;
	margin-bottom: 50px;
	line-height: 1.5em;
}

div#mainArea section ul.listColumn3 li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

div#mainArea section ul.listColumn3 li span.title {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
    font-weight: bold;
}


/*--------------------------------------------------
* header
==================================================*/

div#mainArea header {
	height: 340px;
	min-height: auto;
	margin-bottom: 50px;
	background-attachment: scroll;
	background-position: 0 0;
	background-size: cover;
}

body.department div#mainArea header {
	background-image: url(../../department/images/bg_header.jpg);
}

body.learn div#mainArea header {
	background-image: url(../../learn/images/bg_header.jpg);
}

body.life div#mainArea header {
	background-image: url(../../life/images/bg_header.jpg);
}

body.find div#mainArea header {
	background-image: url(../../find/images/bg_header.jpg);
}

body.facility div#mainArea header {
	background-image: url(../../facility/images/bg_header.jpg);
}

div#mainArea header p.logo {
	padding: 15px 0 0 45px;
}

div#mainArea header h1 {
	position: absolute;
	bottom: 20px;
	right: 5%;
	float: none;
	margin: 0 auto;
	padding: 0;
}


/*--------------------------------------------------
* #greeting
==================================================*/

div#mainArea section#greeting {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
	background-color: #fbfbfb;
}

div#mainArea section#greeting::after {
	content: "";
	clear: both;
	display: table;
}

div#mainArea section#greeting p.circle {
	position: absolute;
	left: 297px;
	padding-left: 20px;
	background-image: url(../images/icon_circle.png);
	background-position: 0 center;
	font-size: 12px;
}

div#mainArea section#greeting div.director {
	float: left;
	width: 257px;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}

div#mainArea section#greeting div.director p img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

div#mainArea section#greeting div.data {
	margin: 0 120px 0 297px;
	padding-top: 40px;
}

div#mainArea section#greeting div.data h3 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.8em;
}

div#mainArea section#greeting div.data p.more {
	cursor: pointer;
}

div#mainArea section#greeting div.data p.more.none {
	display: none;
}

div#mainArea section#greeting div.data p.close {
	cursor: pointer;
}

div#mainArea section#greeting div.data p.close.none {
	display: none;
}

div#mainArea section#greeting div.data div.moreBox {
	display: none;
}


/*--------------------------------------------------
* .reticulation
==================================================*/

div#mainArea section.reticulation {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	background-image: url(../../images/bg_contact.gif);
	background-repeat: repeat;
}

div#mainArea section.reticulation div.box {
	width: 50%;
	margin: 0 auto 80px auto;
}

div#mainArea section.reticulation div.box.study {
	min-width: 660px;
	margin: -60px auto 80px auto;
}

div#mainArea section.reticulation div.box h3 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	background-image: url(../images/bg_headline_01.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	font-size: 24px;
	text-align: center;
}

div#mainArea section.reticulation div.box h4 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}

div#mainArea section.reticulation div.box h4.dia {
	font-size: 18px;
	line-height: 1.5em;
}

div#mainArea section.reticulation div.box h4.dia span {
	padding-left: 25px;
	background-image: url(../images/icon_dia.png);
	background-position: 0 5px;
}

div#mainArea section.reticulation div.box h5 {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

div#mainArea section.reticulation div.box h5 span.icon {
	font-size: 24px;
}

div#mainArea section.reticulation div.box h5 span.lead {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

div#mainArea section.reticulation div.box h5.subject01 span.icon {
	padding-left: 160px;
	background: url(../../learn/images/icon_subject_01.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

div#mainArea section.reticulation div.box h5.subject02 span.icon {
	padding-left: 111px;
	background: url(../../learn/images/icon_subject_02.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

div#mainArea section.reticulation div.box h5.subject03 span.icon {
	padding-left: 62px;
	background: url(../../learn/images/icon_subject_03.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

div#mainArea section.reticulation div.box h3 span {
	display: block;
	padding-top: 135px;
	background-position: center 0;
	background-repeat: no-repeat;
}

div#mainArea section.reticulation div.box.point01 h3 span {
	background-image: url(../../department/images/icon_point_01.png);
}

div#mainArea section.reticulation div.box.point02 h3 span {
	background-image: url(../../department/images/icon_point_02.png);
}

div#mainArea section.reticulation div.box.point03 h3 span {
	background-image: url(../../department/images/icon_point_03.png);
}

div#mainArea section.reticulation div.box.point04 h3 span {
	background-image: url(../../department/images/icon_point_04.png);
}

div#mainArea section.reticulation div.box.point05 h3 span {
	background-image: url(../../department/images/icon_point_05.png);
}

div#mainArea section.reticulation div.box.effort01 h3 span {
	background-image: url(../../learn/images/icon_effort_01.png);
}

div#mainArea section.reticulation div.box.effort02 h3 span {
	background-image: url(../../learn/images/icon_effort_02.png);
}

div#mainArea section.reticulation div.box.effort03 h3 span {
	background-image: url(../../learn/images/icon_effort_03.png);
}

div#mainArea section.reticulation div.box p.alignC {
	padding: 20px 0;
}

div#mainArea section.reticulation div.box ul.listDia {
	width: 340px;
	margin: 0 auto;
}

div#mainArea section.reticulation div.box ul.listDia li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/icon_dia.png);
	background-position: 0 5px;
	font-size: 18px;
}

div#mainArea section.reticulation div.box ul.listSubject {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	text-align: center;
}

div#mainArea section.reticulation div.box ul.listSubject li {
	width: 23%;
	min-width: 10em;
	margin: 0 1% 20px 1%;
}

div#mainArea section.reticulation div.box ul.listSubject li img {
	width: 100%;
	height: auto;
}

div#mainArea section.reticulation div.box ul.subjectTab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 668px;
	margin: 20px auto 20px auto;
}

div#mainArea section.reticulation div.box ul.subjectTab li {
	width: 23%;
	max-width: 158px;
}

div#mainArea section.reticulation div.box ul.subjectTab li img {
	width: 100%;
	height: auto;
}

div#mainArea section.reticulation div.box ul.subjectTab li.subject01 a {
	display: block;
}

div#mainArea section.reticulation div.box ul.subjectTab li.subject01 a.active {
	width: 100%;
	height: auto;
	background-image: url(../../learn/images/btn_subjectTab_01_on.png);
	background-size: cover;
	text-indent: -9999px;
}

div#mainArea section.reticulation div.box ul.subjectTab li.subject02 a.active {
	display: block;
	width: 100%;
	height: auto;
	background-image: url(../../learn/images/btn_subjectTab_02_on.png);
	background-size: contain;
	text-indent: -9999px;
}

div#mainArea section.reticulation div.box ul.subjectTab li.subject03 a.active {
	display: block;
	width: 100%;
	height: auto;
	background-image: url(../../learn/images/btn_subjectTab_03_on.png);
	background-size: contain;
	text-indent: -9999px;
}

div#mainArea section.reticulation div.box ul.subjectTab li.subject04 a.active {
	display: block;
	width: 100%;
	height: auto;
	background-image: url(../../learn/images/btn_subjectTab_04_on.png);
	background-size: contain;
	text-indent: -9999px;
}

div#mainArea section.reticulation div.box div#subjectBox p#subjectBox02,
div#mainArea section.reticulation div.box div#subjectBox p#subjectBox03,
div#mainArea section.reticulation div.box div#subjectBox p#subjectBox04 {
	display: none;
}

div#mainArea section.reticulation div.box.point02 p img {
	width: 100%;
	max-width: 564px;
	height: auto;
}

div#mainArea section.reticulation div.box.point03 p img {
	width: 100%;
	max-width: 411px;
	height: auto;
}

div#mainArea section.reticulation div.box p.alignC.lead img {
	width: 100%;
	max-width: 407px;
	height: auto;
}

div#mainArea section.reticulation div.box.effort01 p img {
	width: 100%;
	max-width: 668px;
	height: auto;
}

div#mainArea section.reticulation div.box.effort03 p b {
	display: block;
	font-size: 18px;
	text-align: center;
}

div#mainArea section.reticulation div.box.effort03 p strong {
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

div#mainArea section.reticulation div.box.effort03 p.alignC img {
	width: 100%;
	max-width: 668px;
	height: auto;
}

div#mainArea section.reticulation div.box ul.slideBox li {
	padding-bottom: 15px;
}

div#mainArea section.reticulation div.box ul.slideBox li h4 {
	margin: 0;
	padding: 2px 0;
	font-size: 19px;
	font-weight: normal;
	text-align: center;
}

div#mainArea section.reticulation div.box ul.slideBox li h4 span {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainArea section.reticulation div.box ul.slideBox li p {
	margin: 0;
	padding: 10px 20px 0 20px;
}

div#mainArea section.reticulation div.box ul.slideBox li p.common_btn_03 {
	margin: 0 auto;
}

div#mainArea section.reticulation div.box ul.slideBox li p.common_btn_03 a:hover {
	background-color: #f9cda5;
}

div#mainArea section.reticulation div.box ul.slideBox li ul.listCircle {
	padding: 10px 20px 0 20px;
}

div#mainArea section.reticulation div.box ul.slideBox li ul.listCircle li {
	display: inline-block;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	padding-left: 20px;
	background-image: url(../images/icon_circle.png);
	background-position: 0 8px;
}

body.department div#mainArea section.reticulation div.box ul.slideBox li h4 {
	background-color: #f0831e;
	color: #fff;
}

body.learn div#mainArea section.reticulation div.box ul.slideBox li h4 {
	background-color: #fff100;
	color: #000;
}

body.learn div#mainArea section.reticulation div.box ul.slideBox li {
	background-color: #fffccc;
}

body.learn div#mainArea section.reticulation div.box ul.slideBox li.blue {
	background-color: #e7eff1;
}

body.learn div#mainArea section.reticulation div.box ul.slideBox li.blue h4 {
	background-color: #0c5e71;
	color: #fff;
}


/*--------------------------------------------------
* #experiment
==================================================*/

div#mainArea section#experiment {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #fdeff5;
}

div#mainArea section#experiment h2 {
	margin-bottom: 0;
}


/*--------------------------------------------------
* #training
==================================================*/

div#mainArea section#training {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #fffaea;
}

div#mainArea section#training h2 {
	margin-bottom: 0;
}


/*--------------------------------------------------
* #laboratory
==================================================*/

div#mainArea section#laboratory {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	background: url(../../department/images/bg_laboratory_01.png) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
}

div#mainArea section#laboratory h3 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
}

div#mainArea section#laboratory p {
	margin-bottom: 30px;
	text-align: center;
}

div#mainArea section#laboratory ul {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

div#mainArea section#laboratory ul li {
	width: 45%;
	margin: 0 2.5% 30px 2.5%;
}

div#mainArea section#laboratory ul li img {
	float: left;
	margin-right: 20px;
}

div#mainArea section#laboratory ul li a:hover img {
	opacity: 0.8;
}

div#mainArea section#laboratory ul li h4 {
	padding: 20px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}


/*--------------------------------------------------
* #popup
==================================================*/

body.employment {
	background-color: #e1effc;
}

div#popup {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #e1effc;
}

div#popup br.clear {
	clear: both;
}

div#popup p.band {
	margin-bottom: 25px;
	padding: 5px 40px;
	background-color: #ef831e;
	color: #fff;
}

div#popup h1 {
	margin: 0 40px 25px 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 34px;
	font-weight: normal;
}

body.employment div#popup h1 {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.3em;
}

div#popup p.img {
	float: left;
	margin: 0 50px 25px 40px;
}

div#popup p.imgCicle {
	margin-bottom: 20px;
	text-align: center;
}

div#popup p.find {
	width: 80%;
	margin: 0 auto 30px auto;
}

div#popup ul {
	display: flex;
}

div#popup ul li {
	margin-right: 20px;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}

div#popup ul li span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 15px;
}

div#popup blockquote {
	clear: both;
	position: relative;
	margin: 0 40px 70px 40px;
}

div#popup blockquote:before {
	content: "";
	display: block;
	width: 59px;
	height: 46px;
	background: url(../../department/laboratory/images/bg_blockquote_01.gif) 0 0 no-repeat;
}

div#popup blockquote:after {
	content: "";
	position: absolute;
	width: 59px;
	height: 46px;
	right: 0;
	background: url(../../department/laboratory/images/bg_blockquote_02.gif) 0 0 no-repeat;
}

div#popup blockquote h2 {
	margin: 20px 50px 20px 50px;
	font-size: 19px;
	font-weight: normal;
}

div#popup blockquote p {
	margin: 0 50px 20px 50px;
}


/*--------------------------------------------------
* .life
==================================================*/

div#mainArea section.life {
	width: 100%;
	margin: 0;
	padding: 0;
}

div#mainArea section.life h2 {
	margin: 0;
}

div#mainArea section.life p.lead {
	width: 60%;
	margin: 0 auto 50px auto;
}

div#mainArea section#first,
div#mainArea section#third {
	background-color: #fdeff5;
}

div#mainArea section#second,
div#mainArea section#fourth {
	background-color: #fffaea;
}


/*--------------------------------------------------
* #qualifications
==================================================*/

div#mainArea section#qualifications {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	background-image: url(../../images/bg_contact.gif);
	background-repeat: repeat;
}

div#mainArea section#qualifications div.box {
	width: 50%;
	margin: 0 auto 80px auto;
}

div#mainArea section#qualifications div.box h3 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	background-image: url(../images/bg_headline_01.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	font-size: 24px;
	text-align: center;
}

div#mainArea section#qualifications div.box h3 span {
	display: block;
	padding-top: 100px;
	background-position: center 0;
	background-repeat: no-repeat;
}

div#mainArea section#qualifications div.box.find01 h3 span {
	background-image: url(../../find/images/icon_find_01.png);
}

div#mainArea section#qualifications div.box.find02 h3 span {
	background-image: url(../../find/images/icon_find_02.png);
}

div#mainArea section#qualifications div.box.find03 h3 span {
	background-image: url(../../find/images/icon_find_03.png);
}

div#mainArea section#qualifications div.box.find04 h3 span {
	background-image: url(../../find/images/icon_find_04.png);
}
div#mainArea section#qualifications div.box.find05 h3 span {
	background-image: url(../../find/images/icon_find_05.png);
}

div#mainArea section#qualifications div.box.find01 p img {
	width: 100%;
	height: auto;
}

div#mainArea section#qualifications div.box.find02 p {
	width: 85%;
	margin: 0 auto;
}

div#mainArea section#qualifications div.box.find02 p img {
	width: 100%;
	height: auto;
}

div#mainArea section#qualifications div.box.find03 h4 {
	clear: both;
	margin: 40px 0 20px 0;
	padding-left: 25px;
	background: url(../images/icon_square.gif) 0 center no-repeat;
	font-size: 20px;
	line-height: 1.5em;
}

div#mainArea section#qualifications div.box.find03 h4 span {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: normal;
}

div#mainArea section#qualifications div.box.find03 h5 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5em;
}

div#mainArea section#qualifications div.box.find03 p.imgLeft {
	float: left;
	margin: 0 20px 30px 0;
}

div#mainArea section#qualifications div.box.find03 p.notes {
	margin-bottom: 30px;
	clear: both;
}

div#mainArea section#qualifications div.box.find03 p.img {
	clear: both;
}

div#mainArea section#qualifications div.box.find03 p.img img {
	width: 100%;
	height: auto;
}

div#mainArea section#qualifications div.box.find04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

div#mainArea section#qualifications div.box.find04 ul li {
	width: 23%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5em;
}

div#mainArea section#qualifications div.box.find04 ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

div#mainArea section#qualifications div.box.find04 ul li a:hover img {
	opacity: 0.75;
}

div#mainArea section#qualifications div.box.find04 ul li span {
	display: block;
}


/*--------------------------------------------------
* #support
==================================================*/

div#mainArea section#support {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #fdeff5;
}

div#mainArea section#support h2 {
	margin: 0;
}

div#mainArea section#support h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
}

div#mainArea section#support h4 {
	margin-bottom: 10px;
	color: #f0831e;
	font-size: 19px;
}

div#mainArea section#support p.lead {
	margin-bottom: 30px;
	text-align: center;
}

div#mainArea section#support div.box {
	display: flex;
}

div#mainArea section#support div.box p.img {
	margin-right: 30px;
}

div#mainArea section#support div.box p.img img {
	width: 100%;
}

div#mainArea section#support div.box div.data {
	width: 350px;
}

div#mainArea section#support div.box div.data p {
	line-height: 1.5em;
}

div#mainArea section#support div.box div.data ul li {
	padding-left: 20px;
	background: url(../images/icon_circle.png) 0 9px no-repeat;
}


/*--------------------------------------------------
* #active
==================================================*/

div#mainArea section#active {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #fff4e4;
}

div#mainArea section#active h2 {
	margin: 0;
}

div#mainArea section#active div.face {
	margin-bottom: 20px;
	display:flex;
	justify-content: center;
}

div#mainArea section#active div.face p.img {
	margin-right: 20px;
}

div#mainArea section#active div.face h3 {
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
}

div#mainArea section#active div.face h3 span {
	margin-right: 5px;
	font-size: 22px;
	font-weight: bold;
}

div#mainArea section#active p.separate {
	margin: 20px 0 50px 0;
	text-align: center;
}

div#mainArea section#active div.wrap {
	width: 80%;
	max-width: 920px;
}

div#mainArea section#active div.wrap.right {
	margin: 0 0 0 auto;
}

div#mainArea section#active div.wrap h4 {
	width: 80%;
	margin: 0 0 50px auto;
	padding-left: 90px;
	background: url(../../find/images/bg_headline_01.gif) 0 0 no-repeat;
	font-weight: normal;
}

div#mainArea section#active div.wrap.right h4 {
	margin: 0 0 50px 0;
}

div#mainArea section#active div.wrap h4 span {
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

div#mainArea section#active div.wrap div.box {
	display: flex;
	justify-content: space-between;
}

div#mainArea section#active div.wrap.right div.box {
	flex-direction: row-reverse;
}

div#mainArea section#active div.wrap div.box p.img {
	width: 60%;
	font-size: 13px;
}

div#mainArea section#active div.wrap.left div.box p.img {
	text-align: right;
}

div#mainArea section#active div.wrap div.box p.img img {
	width: 100%;
	height: auto;
}

div#mainArea section#active div.wrap div.box div.data {
	width: 35%;
}

div#mainArea section#active div.wrap div.box div.data div.imgArea {
	margin-bottom: 20px;
	display: flex;
}

div#mainArea section#active div.wrap div.box div.data div.imgArea p.img {
	margin: 0 10px 10px 0;
	width: 60%;
}

div#mainArea section#active div.wrap div.box div.data div.imgArea p.img img {
	width: 100%;
	height: auto;
}

div#mainArea section#active div.wrap div.box div.data div.imgArea p.txt {
	width: 35%;
	font-size: 13px;
	line-height: 1.5em;
}

div#mainArea section#active div.wrap div.box div.data h5 {
	margin-bottom: 10px;
	padding: 90px 0 0 0;
	background: url(../../find/images/icon_message.gif) 0 0 no-repeat;
	font-size: 20px;
	line-height: 1.5em;
}

div#mainArea section#active div.wrap div.box div.data p.message {
	line-height: 1.8em;
}


/*--------------------------------------------------
* .facility
==================================================*/

div#mainArea section.facility {
	width: 100%;
	margin: 0;
	padding: 0;
}

div#mainArea section.facility h2 {
	margin: 0;
}

div#mainArea section.facility div.pickup {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}

div#mainArea section.facility div.pickup div.img {
	width: 60%;
}

div#mainArea section.facility div.pickup div.img img {
	width: 100%;
	height: auto;
}

div#mainArea section.facility div.pickup div.txt {
	width: 35%;
}

div#mainArea section.facility div.pickup div.txt h3 {
	margin-bottom: 20px;
	padding-top: 100px;
	background: url(../../facility/images/icon_pickup.png) 0 0 no-repeat;
}

div#mainArea section.facility div.pickup div.txt p {
	line-height: 1.5em;
}

div#mainArea section#department {
	background-color: #fdeff5;
}

div#mainArea section#other {
	background-color: #fffaea;
	padding-bottom: 20px;
}


/*--------------------------------------------------
* Smartphone Layout
==================================================*/

@media screen and (max-width: 768px) {
	
/*--------------------------------------------------
* Base
==================================================*/

.forPc {
	display: none;
}

.forSp {
	display: block;
}


/*--------------------------------------------------
* header
==================================================*/

div#mainArea header {
	height: 210px;
	background-size: auto 210px;
}

div#mainArea header p.logo {
	padding: 20px 0 15px 20px;
}

div#mainArea header p.logo img {
	width: 70%;
	height: auto;
}

div#mainArea header h1 {
	position: absolute;
	width: 50%;
	bottom: 20px;
	right: 5%;
}

div#mainArea header h1 img {
	width: 100%;
	height: auto;
}


/*--------------------------------------------------
* Base
==================================================*/

div#mainArea section {
	width: auto;
	margin: 0 20px 30px 20px;
}

div#mainArea section h2 img {
	max-width: 80%;
	height: auto;
}

div#mainArea section div.photo {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

div#mainArea section div.photo img {
	width: 100%;
	height: auto;
}

div#mainArea section div.photo .bx-wrapper {
	margin-bottom: 0;
}

div#mainArea section div.photo p.common_btn_03 {
	width: 100%;
	margin: 10px 0 0 0;
}

div#mainArea section div.photo p.common_btn_03 a {
	font-size: 14px;
	line-height: 1.5em;
}


/*--------------------------------------------------
* #greeting
==================================================*/

div#mainArea section#greeting p.circle {
	position: static;
	margin: 0 0 20px 20px;
	font-size: 12px;
}

div#mainArea section#greeting div.director {
	float: none;
	width: auto;
	font-size: 14px;
	text-align: center;
}

div#mainArea section#greeting div.director p img {
	width: 50%;
	height: auto;
}

div#mainArea section#greeting div.data {
	margin: 0 20px 0 20px;
	padding-top: 0;
}

div#mainArea section#greeting div.data h3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8em;
}


/*--------------------------------------------------
* .reticulation
==================================================*/

div#mainArea section.reticulation {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	background-image: url(../../images/bg_contact.gif);
	background-repeat: repeat;
}

div#mainArea section.reticulation div.box {
	width: auto;
	margin: 0 20px 50px 20px;
}

div#mainArea section.reticulation div.box.study {
	min-width: auto;
	margin: -30px 20px 50px 20px;
}

div#mainArea section.reticulation div.box h3 {
	font-size: 23px;
}

div#mainArea section.reticulation div.box h4 {
	font-size: 18px;
	line-height: 1.5em;
}

div#mainArea section.reticulation div.box ul.listDia {
	width: auto;
	margin: 0 20px;
}

div#mainArea section.reticulation div.box ul.listDia li {
	font-size: 15px;
}

div#mainArea section.reticulation div.box ul.listSubject li {
	display: inline-block;
	width: 48%;
	margin: 0 1% 20px 1%;
}

div#mainArea section.reticulation div.box.point02 p.alignC {
	width: 100%;
	max-width: 352px;
	height: auto;
	margin: 0 auto;
	content: url(../../department/images/img_department_02_sp.png);
}

div#mainArea section.reticulation div.box.point02 p.alignC img {
	display: none;
}


/*--------------------------------------------------
* #laboratory
==================================================*/

div#mainArea section#laboratory h3 {
	margin: 0 20px 20px 20px;
	font-size: 28px;
	text-align: left;
}

div#mainArea section#laboratory p {
	margin: 0 20px 20px 20px;
	text-align: left;
}

div#mainArea section#laboratory ul {
	display: block;
	width: 90%;
}

div#mainArea section#laboratory ul li {
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 1.5em;
	overflow: hidden;
}

div#mainArea section#laboratory ul li h4 {
	padding: 30px 0 5px 0;
	font-size: 12px;
}


/*--------------------------------------------------
* #popup
==================================================*/

div#popup p.band {
	padding: 5px 20px;
	font-size: 13px;
}

div#popup h1 {
	margin: 0 20px 25px 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: normal;
}

div#popup p.img {
	float: none;
	margin: 0 20px 25px 20px;
}

div#popup p.img img {
	width: 100%;
	height: auto;
}

div#popup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 20px 10px 20px;
}

div#popup ul li {
	width: 46%;
	margin: 0 0 20px 0;
}

div#popup ul li img {
	width: 100%;
	height: auto;
}

div#popup blockquote {
	clear: both;
	position: relative;
	margin: 0 20px 100px 20px;
}

div#popup blockquote h2 {
	margin: 20px 20px 20px 20px;
	font-size: 19px;
	font-weight: normal;
}

div#popup blockquote p {
	margin: 0 20px 20px 20px;
}


/*--------------------------------------------------
* .life
==================================================*/

div#mainArea section.life p.lead {
	width: auto;
	margin: 0 20px 30px 20px;
}

div#mainArea section.life div.photo {
	text-align: left;
	line-height: 1.5em;
}

div#mainArea section.life div.photo ul li {
	font-size: 14px;
	line-height: 1.5em;
}

div#mainArea section.life div.photo ul li span {
	display: block;
	margin: 10px 0 10px 0;
	font-size: 16px;
}


/*--------------------------------------------------
* #qualifications
==================================================*/

div#mainArea section#qualifications div.box {
	width: auto;
	margin: 0 20px 50px 20px;
}

div#mainArea section#qualifications div.box p.common_btn_02 {
	width: 100%;
}

div#mainArea section#qualifications div.box p.common_btn_02 span {
	font-size: 15px;
}

div#mainArea section#qualifications div.box h3 {
	font-size: 23px;
}

div#mainArea section#qualifications div.box.find02 p {
	width: 100%;
}

div#mainArea section#qualifications div.box.find03 h4 {
	background: url(../images/icon_square.gif) 0 6px no-repeat;
}

div#mainArea section#qualifications div.box.find03 h4 span {
	display: block;
	margin-bottom: 5px;
}

div#mainArea section#qualifications div.box.find03 p.imgLeft {
	float: none;;
	margin: 0 0 20px 0;
}

div#mainArea section#qualifications div.box.find03 p.imgLeft img {
	width: 100%;
	height: auto;
}

div#mainArea section#qualifications div.box.find04 ul li {
	width: 47%;
}


/*--------------------------------------------------
* #support
==================================================*/

div#mainArea section#support {
	padding-bottom: 30px;
}

div#mainArea section#support h3 {
	font-size: 28px;
}

div#mainArea section#support h4 {
	margin: 0 20px 10px 20px;
}

div#mainArea section#support p.lead {
	margin: 0 20px 30px 20px;
	text-align: left;
	line-height: 1.8em;
}

div#mainArea section#support p.lead br {
	display: none;
}

div#mainArea section#support div.box {
	display: block;
}

div#mainArea section#support div.box p.img {
	margin-right: 0;
}

div#mainArea section#support div.box div.data {
	width: 100%;
}

div#mainArea section#support div.box div.data p {
	margin: 0 20px 20px 20px;
	line-height: 1.5em;
}

div#mainArea section#support div.box div.data ul li {
	margin: 0 20px;
}


/*--------------------------------------------------
* #active
==================================================*/


div#mainArea section#active div.face {
	display: block;
	text-align: center;
}

div#mainArea section#active div.face p.img {
	margin: 0 0 5px 0;
}

div#mainArea section#active div.face h3 {
	padding-top: 0;
	font-size: 16px;
	font-weight: normal;
}

div#mainArea section#active p.separate {
	margin: 20px 0 50px 0;
	text-align: center;
}

div#mainArea section#active div.wrap {
	width: auto;
	margin: 0 20px;
}

div#mainArea section#active div.wrap.right {
	margin: 0 20px;
}

div#mainArea section#active div.wrap h4 {
	width: 100%;
	margin: 0 0 20px 0;
	padding-left: 40px;
	background: url(../../find/images/bg_headline_02.png) 0 0 no-repeat;
	line-height: 1.8em;
}

div#mainArea section#active div.wrap h4 span {
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

div#mainArea section#active div.wrap div.box {
	display: block;
}

div#mainArea section#active div.wrap div.box p.img {
	width: 100%;
	line-height: 1.5em;
}

div#mainArea section#active div.wrap.left div.box p.img {
	text-align: left;
}

div#mainArea section#active div.wrap div.box p.img img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

div#mainArea section#active div.wrap div.box div.data {
	width: 100%;
}

div#mainArea section#active div.wrap div.box div.data h5 {
	background: url(../../find/images/icon_message.gif) center 0 no-repeat;
}


/*--------------------------------------------------
* .facility
==================================================*/

div#mainArea section.facility div.pickup {
	display: block;
}

div#mainArea section.facility div.pickup div.img {
	width: 100%;
}

div#mainArea section.facility div.pickup div.img img {
	width: 100%;
	height: auto;
}

div#mainArea section.facility div.pickup div.txt {
	width: 100%;
}

div#mainArea section.facility div.pickup div.txt h3 {
	background: url(../../facility/images/icon_pickup.png) center 0 no-repeat;
	text-align: center;
}

div#mainArea section.facility div.pickup div.txt p {
	line-height: 1.5em;
}

div#mainArea section#department {
	background-color: #fdeff5;
}

div#mainArea section#other {
	background-color: #fffaea;
}


}