@charset "UTF-8";
/* CSS Document */

header{
	background: #000;
	position: static;
}
@media only screen and (max-width: 1100px){
header{
	position: fixed;
}
}

/*********************************************/

#main {
	margin: 0px 0px 100px;
	position: relative;
	height: 322px;
}
#main.mem {
	background: url(../images/member/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.mess {
	background: url(../message/images/main.jpg) no-repeat center top;
	background-size: auto 100%;
}
#main.mess {
	position: relative;
	height: 520px;
}
#main.proj {
	background: url(../images/project/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.publ {height: 180px;margin: 0;}

#main.cont {
	background: url(../contact/images/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.news {
	background: url(../news/images/main.jpg) no-repeat center top;
	background-size: cover;
}


#main .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 0 10px;
}
#main.publ .logo {
	color: #2f3192;
}
#main .prof .inn {
	margin: 0px auto;
	max-width: 650px;
}
#main .prof .inn p {
	line-height: 1;
}
#main .prof .inn .jn-name {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 7px;
}
#main .prof .inn .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 25px;
}
#main .prof .inn .career {
	font-size: 13px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px){
#main {
	margin: 0px 0px 40px;
	height: 160px;
}
#main .logo {
	font-size: 25px;
}
#main.mess {
	height: 450px;
}
#main.publ {height: 120px;}
#main .prof .inn {
	margin: 0px 5%;
}
#main .prof .inn p {
	line-height: 1;
}
#main .prof .inn .jn-name {
	font-size: 22px;
	margin: 0px 0px 5px;
}
#main .prof .inn .en-name {
	font-size: 10px;
	margin: 0px 0px 15px;
}
#main .prof .inn .career {
	font-size: 12px;
	line-height: 1.5;
}
}




/* ----------------------------------------
 *  MEMSBER
 * ---------------------------------------- */
.section.mem.sec-mem-lea {
	border-bottom: none;
	margin: 0px 0px 110px;
	padding: 0;
}
.section.mem.sec-mem-lea .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(1) {
	-webkit-flex-basis: 250px;
	-ms-flex-basis: 250px;
	flex-basis: 250px;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(2) {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	margin: 0 0 0 30px;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .img {
	margin: 0 0 20px;
}
.section.mem .inn .cont .jn-name {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .posi {
	font-size: 13px;
	margin: 0px 0px 10px;
	font-weight: bold;
	line-height: 1.5;
}
.section.mem .inn .cont .career {
	margin: 0px 0px 20px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
}
.section.sec-mem-lea .inn .cont .btn {max-width: 215px;margin: 0;}
.section.sec-mem-lea .inn .cont .btn a {height:60px;}
.section.sec-mem-lea .inn .cont .btn a span {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-lea {
	margin: 0px 0px 50px;
	padding: 0;
}
.section.mem.sec-mem-lea .inn {display: block;display: block;}
.section.mem.sec-mem-lea .inn div:nth-of-type(1) {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: center;
	margin: 0 0 20px;
}
.section.mem.sec-mem-lea .inn div:nth-of-type(2) {
	margin: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .jn-name {
	font-size: 18px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .en-name {
	font-size: 10px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .posi {
	font-size: 12px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .career {
	line-height: 1.5;
}
.section.sec-mem-lea .inn .cont .btn {max-width: 100%;width: 80%;margin: 0 auto !important;}
.section.sec-mem-lea .inn .cont .btn a {height: 45px;}
.section.sec-mem-lea .inn .cont .btn a span {
	left: 5%;
}
}
/*********************************************/
.section.mem.sec-mem-exec {
	border-bottom: none;
	margin: 0px 0px 110px;
	padding: 0;
}
.section.mem.sec-mem-exec .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(1) {
	-webkit-flex-basis: 250px;
	-ms-flex-basis: 250px;
	flex-basis: 250px;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(2) {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	margin: 0 0 0 30px;
	width: 700px;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .img {
	margin: 0 0 20px;
}
.section.mem .inn .cont .jn-name {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .en-name {
	font-size: 12px;
	color: #2e3192;
	margin: 0px 0px 10px;
}
.section.mem .inn .cont .posi {
	font-size: 13px;
	margin: 0px 0px 10px;
	font-weight: bold;
	line-height: 1.5;
}
.section.mem .inn .cont .career {
	margin: 0px 0px 20px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
}
.section.sec-mem-exec .inn .cont .btn {max-width: 215px;margin: 0;}
.section.sec-mem-exec .inn .cont .btn a {height:60px;}
.section.sec-mem-exec .inn .cont .btn a span {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-exec {
	margin: 0px 0px 50px;
	padding: 0;
}
.section.mem.sec-mem-exec .inn {display: block;display: block;}
.section.mem.sec-mem-exec .inn div:nth-of-type(1) {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: center;
	margin: 0 0 20px;
}
.section.mem.sec-mem-exec .inn div:nth-of-type(2) {
	margin: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}
.section.mem .inn .cont p {
	line-height: 1;
}
.section.mem .inn .cont .jn-name {
	font-size: 18px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .en-name {
	font-size: 10px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .posi {
	font-size: 12px;
	margin: 0px 0px 5px;
}
.section.mem .inn .cont .career {
	line-height: 1.5;
}
.section.sec-mem-exec .inn .cont .btn {max-width: 100%;width: 80%;margin: 0 auto !important;}
.section.sec-mem-exec .inn .cont .btn a {height: 45px;}
.section.sec-mem-exec .inn .cont .btn a span {
	left: 5%;
}
}

/*********************************************/
.section.sec-mem-dire .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.section.sec-mem-dire .inn::after {
	display: block;
	content:"";
	width: 250px;
}
.section.sec-mem-dire .inn .cont {
	width: 250px;
}
.section.sec-mem-dire .inn .cont .img {
	margin: 0 0 20px;
}
@media only screen and (max-width: 768px){
.section.sec-mem-dire .inn {
    flex-wrap: wrap;
}
.section.sec-mem-dire .inn::after {width: 48%;}
.section.sec-mem-dire .inn .cont {width: 48%;}
.section.sec-mem-dire .inn .cont .img {
	margin: 0 0 10px;
}
}

/*********************************************/
.section.sec-mem-med .inn , .section.sec-mem-staff .inn , .section.sec-mem-stu .inn , .section.sec-mem-coll .inn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section.sec-mem-med .inn:after , .section.sec-mem-staff .inn:after , .section.sec-mem-stu .inn:after , .section.sec-mem-coll .inn:after {
	display: block;
	content:"";
	width: 250px;
}
.section.sec-mem-med .inn .cont , .section.sec-mem-staff .inn .cont , .section.sec-mem-stu .inn .cont , .section.sec-mem-coll .inn .cont {
	width: 250px;
}
.section.sec-mem-med .inn .cont {
	margin: 0 0 30px;
}
.section.sec-mem-med .inn .cont .posi {
	line-height: 1.5;
	margin: auto;
}
@media only screen and (max-width: 768px){
.section.sec-mem-med .inn , .section.sec-mem-staff .inn , .section.sec-mem-stu .inn , .section.sec-mem-coll .inn {}
.section.sec-mem-med .inn .cont , .section.sec-mem-staff .inn .cont , .section.sec-mem-stu .inn .cont , .section.sec-mem-coll .inn .cont {
	width: 45%;
}
.section.sec-mem-med .inn .cont {
	margin: 0 0 20px;
}
.section.sec-mem-med .inn .cont .posi {
	line-height: 1.5;
	margin: auto;
}
}


/*********************************************/
.section.mem.sec-mem-coll {
	border-bottom: none;
	padding: 0;
	margin: 0 0 110px;
}
@media only screen and (max-width: 768px){
.section.mem.sec-mem-coll {
	border-bottom: none;
	padding: 0;
	margin: 0 0 60px;
}
}




/* ----------------------------------------
 *  MEMSBER
 * ---------------------------------------- */
#main .prof {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	max-width: 750px;
	padding: 40px 0px 35px;
	width: 100%;
}
.sec-mess-intro {
	margin: 0px auto 80px;
	max-width: 810px;
	text-align: justify;
}
.sec-mess-intro .copy , .sec-mess-text-bg1 .copy , .sec-mess-text-bg2 .copy {
	font-size: 26px;
	font-weight: bold;
	color: #2E3192;
	margin: 0px 0px 50px;
}
.sec-mess-text-bg1 {
	background: #EEE;
}
.sec-mess-text-bg1 .bg img {
	height: auto;
	width: 100%;
}
.sec-mess-text-bg1 .innWrap , .sec-mess-text-bg2 .innWrap {
	margin: 0px auto;
	padding: 0 0 140px;
	max-width: 810px;
}
.sec-mess-text-bg1 .innWrap .text {
	margin: 0px 0px 35px;
	text-align: justify;
}
.text_area {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
	/*flex-direction: row-reverse;*/
}
.sec-mess-text-bg2 .text_area {
	
	flex-direction: row-reverse;
}
.text_area .img {
	width: 320px;
}
.text_area .text {
	width: 405px;
}
.text_area2 .text {
	width: 405px;
}
.text_area2 .img {
	width: 340px;
}
.text_area3 .text {
	width: 520px;
}
.text_area3 .img {
	width: 235px;
}

@media only screen and (max-width: 768px){
#main .prof {
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 20px 0px 15px;
	width: 80%;
}
.sec-mess-intro {
	margin: 0px 5% 40px;
	max-width: 810px;
}
.sec-mess-intro .copy , .sec-mess-text-bg1 .copy , .sec-mess-text-bg2 .copy {
	font-size: 22px;
	margin: 0px 0px 25px;
	line-height: 1.5;
}
.sec-mess-text-bg1 {
    margin: 0 0 30px;
}
.sec-mess-text-bg1 .bg img {}
.sec-mess-text-bg1 .innWrap , .sec-mess-text-bg2 .innWrap {
	margin: 0px 5%;
	padding: 0;
}
.sec-mess-text-bg1 .innWrap .text {
	margin: 0px 0px 25px;
}
.text_area {
	display: block;
	display: block;
	display: block;
	margin: 0 0 30px;
}
.text_area .img {
	width: auto;
	margin: 0 0 15px;
}
.text_area .text {
	width: auto;
}
.text_area2 .text {
	width: auto;
}
.text_area2 .img {
	width: auto;
}
.text_area3 .text {
	width: auto;
}
.text_area3 .img {
	width: auto;
}
}


/* ----------------------------------------
 *  PROJECT
 * ---------------------------------------- */
 
.sec-proj-intro {
	margin: 0px auto 85px;
	max-width: 810px;
	text-align: justify;
}
.sec-proj-intro .copy , .sec-proj-text-bg1 .copy , .sec-proj-text-bg2 .copy {
	font-size: 26px;
	font-weight: bold;
	color: #2E3192;
	margin: 0px 0px 35px;
}
.proj-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 70px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.sec-proj-text-bg1 {
	background: #EEE;
}
.sec-proj-text-bg1 .innWrap , .sec-proj-text-bg2 .innWrap {
	margin: 0px auto;
	max-width: 860px;
}
.sec-proj-text-bg2 .text_area {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction : row-reverse;
	-ms-flex-direction : row-reverse;
	flex-direction : row-reverse;
}
.sec-proj-text-bg1 .text_area .img {
	width: 250px;
}
.sec-proj-text-bg1 .text_area .text {
	width: 540px;
}
.sec-proj-text-bg2 .text_area .img {
	width: 250px;
}
.sec-proj-text-bg2 .text_area .text {
	width: 560px;
}
.sec-proj-text-bg1 .text_area p , .sec-proj-text-bg2 .text_area p {
	margin: 0 0 30px;
	text-align: justify;
}
.text_area .img .note {
	margin: 15px 0 0;
}
.sec-proj-text-bg2 .innWrap .sttl {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-proj-text-bg2 .innWrap .history dl {
	border-top: 1px solid #808080;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 10px 0;
}
.sec-proj-text-bg2 .innWrap .history {
	margin: 0 0 40px;
}
.sec-proj-text-bg2 .innWrap .history dl dt {
	width: 150px;
	padding: 0 0 0 10px;
}
.sec-proj-text-bg2 .innWrap .history dl dd {
	width: 680px;
	text-align: justify;
}
.his-img img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px){
	.sec-proj-intro {
	margin: 0px 5% 45px;
}
.sec-proj-intro .copy , .sec-proj-text-bg1 .copy , .sec-proj-text-bg2 .copy {
	font-size: 22px;
	margin: 0px 0px 20px;
	line-height: 1.3;
}
.proj-ttl {
	font-size: 28px;
	margin: 0px 0px 20px;
}
.sec-proj-text-bg1 {
}
.sec-proj-text-bg1 .innWrap , .sec-proj-text-bg2 .innWrap {
	margin: 0px 5%;
	padding: 10px 0;
}
.sec-proj-text-bg2 .text_area {
	display: block;
	display: block;
	display: block;
}
.sec-proj-text-bg1 .text_area .img {
	width: auto;
	text-align: center;
	margin: 0 0 15px;
}
.sec-proj-text-bg1 .text_area .text {
	width: auto;
}
.sec-proj-text-bg2 .text_area .img {
	width: auto;
}
.sec-proj-text-bg2 .text_area .text {
	width: auto;
}
.sec-proj-text-bg1 .text_area p , .sec-proj-text-bg2 .text_area p {
	margin: 0 0 20px;
}
.text_area .img .note {
	margin: 5px 0 0;
	text-align: left;
	font-size: 10px;
	line-height: 1.2;
}
.sec-proj-text-bg2 .innWrap .sttl {
	font-size: 18px;
	margin: 0px 0px 10px;
}
.sec-proj-text-bg2 .innWrap .history dl {
	display: -webkit-block;
	display: -ms-block;
	display: block;
	padding: 10px 0;
}
.sec-proj-text-bg2 .innWrap .history {
	margin: 0 0 20px;
}
.sec-proj-text-bg2 .innWrap .history dl dt {
	width: auto;
	padding: 0 0 5px 0;
}
.sec-proj-text-bg2 .innWrap .history dl dd {
	width: auto;
}
.his-img {}
}


/* ----------------------------------------
 *  PUBLICATION
 * ---------------------------------------- */
.publ-innWrap {
	margin: 0px auto;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.publ-innWrap .content {
	width:845px;
}
.publ-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 50px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.publ-ttl.fc {
	text-align:center;
}
.publ-nav {
	margin: 0 0 60px;
	width: 200px;
}
.publ-nav .ttl a {
	background:#ffffff;
	color: #2e3192;
	margin: 0 0 10px;
	text-align: center;
	padding: 0.5em 0.5em 0.6em;
	font-size: 18px;
	letter-spacing: 0.1em;
    border: solid 1px #2e3192;
}
.publ-nav .ttl .actv {
	background:#2e3192;
	color: #fff;
}
.publ-nav ul {
}
.publ-nav ul li {margin: 0 0 7px;}
.publ-nav ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0.5em 0.5em 0.6em;
    line-height: 1;
    text-align: center;
    border: solid 1px #2e3192;
}
.publ-nav ul li a.actv {
    color: #fff;
    background: #2e3192;
    border: solid 1px #2e3192;
}
.publ-innWrap .content li {
	margin: 0 0 40px 1em;
}
@media only screen and (max-width: 768px){
.publ-innWrap {
	margin: 0px 5%;
	display: block;
}
.publ-innWrap .content {
	width:auto;
	margin: 0 0 50px;
}
.publ-ttl {
	font-size: 22px;
	margin: 0px 0px 25px;
}
.publ-ttl.fc {
	text-align:center;
}
.publ-nav {
	margin: 0 0 30px;
	width: auto;
}
.publ-nav .ttl {
	font-size: 16px;
}
.publ-nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.publ-nav ul li {
	width: 48%;
	margin: 0 0 10px;
}
.publ-nav ul li a {
	font-size: 14px;
	padding: 0.6em 0.5em 0.7em;
}
.publ-innWrap .content li {
	margin: 0 0 10px 1em;
}
}

/* ----------------------------------------
 *  CONTACT
 * ---------------------------------------- */
.cont-innWrap {
	margin: 0px auto;
	max-width: 870px;
}
.cont-ttl {
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	margin: 0px 0px 50px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.cont-innWrap dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px;
}
.cont-innWrap dl dt {
	-webkit-flex-basis: 180px;
	-ms-flex-basis: 180px;
	flex-basis: 180px;
	font-weight: bold;
}
.cont-innWrap dl dt span {
	color:#F00;
}
.cont-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.cont-innWrap dl dd .form1 {
	width: 100%;
	height: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
}
.cont-innWrap dl dd .form2 {
	width: 100%;
	height: 120px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
}
.cont-innWrap dl dd .form3 {
	width: 25%;
	height: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: solid 1px #ccc;
	margin: 0 0 10px 5px;
}

@media only screen and (max-width: 768px){
.cont-innWrap {
	margin: 0px 5%;
}
.cont-ttl {
	font-size: 22px;
	margin: 0px 0px 25px;
}
.cont-innWrap dl {
	margin: 0 0 15px;
	display: -webkit-block;
	display: block;
}
.cont-innWrap dl dt {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	margin: 0 0 5px;
}
.cont-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.cont-innWrap dl dd .form1 {
	height: 30px;
}
.cont-innWrap dl dd .form2 {
	height: 90px;
}
.cont-innWrap dl dd .form3 {
	width: 50%;
	height: 30px;
	margin: 0 0 0 5px;
}

}

.publ-innWrap dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0px 0px 50px;
}
.publ-innWrap dl dt {
	width: 150px;
	font-size: 40px;
	font-weight: 400;
	color: #2E3192;
	letter-spacing: 0.05em;
	line-height: 1;
}
.publ-innWrap dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width:830px;
}



/* ----------------------------------------
 *  NEWS
 * ---------------------------------------- */
.news dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 30px;
}
.news dl dt {
	width: 180px;
	color: #2e3192;
	font-weight: bold;
	font-size: 16px;
}
.news dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width:auto;
}
.news dl dd a:after{
	background : #2E3192;
	content: "Read more ";
	margin: 0 0 0 10px;
	padding: 0.3em 0.8em 0.2em;
	font-size: 12px;
	color: #fff;
}
.innWrap.news {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.innWrap.news .side_nav {
	width: 360px;
	margin: 0 30px 0 0;
}
.innWrap.news .news_cont {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.innWrap.news .side_nav ul .ttl {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background: #000;
	padding: 0.8em 0.5em;
	border: none;
}
.innWrap.news .side_nav ul li {
	padding: 0.8em 0.5em;
	border-bottom: solid 1px #ccc;
}
.news_cont .day {
	font-size: 13px;
	margin: 0px 0px 30px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCC;
}
.news_cont .sttl {
	font-size: 16px;
	margin: 0px 0px 20px;
	font-weight: bold;
}
.news_cont div {
	margin: 0px 0px 30px;
}
@media only screen and (max-width: 768px){
.news dl {
	display: -webkit-block;
	display: block;
	margin: 0 0 20px;
	padding: 0px 0px 20px;
}
.news dl dt {
	width: 100%;
	font-size: 15px;
	margin: 0 0 10px;
}
.news dl dd {
}
.news dl dd a:after{
	margin: 0 0 0 5px;
	padding: 0.3em 0.6em 0.3em;
	font-size: 11px;
}
.innWrap.news {
	display: -webkit-block;
	display: block;
}
.innWrap.news .side_nav {
	width: 100%;
	margin: 0;
}
.innWrap.news .news_cont {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.innWrap.news .side_nav ul .ttl {
	font-size: 14px;
	padding: 0.6em 0.5em;
}
.innWrap.news .side_nav ul li {
	padding: 0.6em 0.5em;
}
.news_cont .day {
	font-size: 12px;
	margin: 0px 0px 20px;
}
.news_cont .sttl {
	font-size: 15px;
	margin: 0px 0px 10px;
}
.news_cont div {
	margin: 0px 0px 30px;
}
}



.sec-career .amed {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
}
.sec-career .amed dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	font-size: 18px;
}
.sec-career .amed dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
.sec-career .cont {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.sec-career .cont dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 880px;
}
.sec-career .cont dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	font-size: 18px;
	width: 100px;
}
.sec-career .cont dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
@media only screen and (max-width: 768px){
.sec-career .amed {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
}
.sec-career .amed dt {
	font-size: 16px;
}
.sec-career .amed dd ul li {
}
.sec-career .cont {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	display: -webkit-block;
	display: block;
}
.sec-career .cont dd {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: auto;
	text-align: justify;
}
.sec-career .cont dt {
	font-size: 16px;
	width: auto;
}
.sec-career .cont dd ul li {
	list-style: disc;
	margin: 0px 0px 5px 1em;
}
}



.sitemap-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sitemap-nav ul {
	width: 30%;
}
.sitemap-nav ul li {
	border-bottom: dotted 1px #CCC;
}
.sitemap-nav ul li a {
	font-size: 16px;
	display:block;
	position:relative;
	height: 65px;
}
.sitemap-nav ul li a:before {
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color: #2E3192;
	position: absolute;
	top: 50%;
	left: 2%;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li a:hover:before {
	left: 5%;
}
.sitemap-nav ul li a p {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li.pub {
	font-size: 16px;
	display:block;
	position:relative;
	height: 65px;
}
.sitemap-nav ul li.pub p {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
	transition:0.5s all;
}
.sitemap-nav ul li.pub a {
	display:block;
}
.sitemap-nav ul .nav1 {
	width: 100%;
}
.sitemap-nav ul .nav1 a {
	height: 45px;
}

@media only screen and (max-width: 768px){
.sitemap-nav {
	display: block;
	display: block;
}
.sitemap-nav ul {
	width: 100%;
}
.sitemap-nav ul li {
}
.sitemap-nav ul li a {
	font-size: 14px;
	height: 45px;
}
.sitemap-nav ul li a:before {
	font-size: 16px;
}
.sitemap-nav ul li a:hover:before {
	left: 5%;
}
.sitemap-nav ul li a p {
	left: 8%;
}
.sitemap-nav ul li.pub {
	font-size: 14px;
	height: 45px;
}
.sitemap-nav ul li.pub p {}
.sitemap-nav ul li.pub a {
	display:block;
}
.sitemap-nav ul .nav1 {
}
.sitemap-nav ul .nav1 a {
	height: 35px;
}
}
.bg img {
	width: 100%;
	height:auto;
}
