@charset "utf-8";
/* CSS Document */

/* 初期設定 */


.wrap,
.wrap * {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #403e3d;
    font-style: normal;
	line-height: 1.8em;
	box-sizing: border-box;
}

.wrap strong {
	font-weight: 700;
}

.wrap img {
    vertical-align: bottom;
}

.wrap table {
	border-collapse: collapse;
}

a:hover img {
	opacity: 0.7;
}

.wrap {
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.maintitle {
	position: relative;
}

.head_sns {
	display: flex;
	flex-flow: wrap;
}

.head_sns li:not(:first-child) {
	margin-left: 2px;
}

.head_pr {
	position: absolute;
	top: 10px;
	right: 10px;
}

.univ_name {
	height: 90px;
	margin-bottom: 40px;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 20px;
}

.univ_name > div {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
	padding-top: 10px;
}

.credit {
	font-size: 12px;
	margin: 10px 0px 20px;
}

.content {
	margin: 0px 20px 50px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.h1_title {
	margin-bottom: 20px;
}

.disc {
	font-weight: 700;
	margin-bottom: 20px;
}


.h2_title {
	margin-top: 60px;
	margin-bottom: 20px;
}

.h3_title {
	margin-top: 30px;
	border-bottom: 1px solid #8fc31f;
	font-size: 28px;
	 font-weight: 700;
	margin-bottom: 10px;
}



.content_center {
	width: 880px;
	margin: 0 auto 70px;
}

.content_center p {
	text-align: justify;
}

.content_center p a {
	font-weight: 700;
	color: #25633e;
	text-decoration: underline;
}

.content_center aside {
	font-size: 12px;
	margin-top: 10px;
}

.content_center hr {
	width: 100%;
	height: 10px;
	background-color: #8fc31f;
	margin: 70px 0px;
	border-top: none;
}

.content_flex {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 30px;
}


.content_flex_left {
	width: 570px;
}

.content_flex_left .h2_title {
	margin-top: 0px;
}

.content_flex_right {
	width: 264px;
}

.content_flex_right > img {
	margin-bottom: 20px;
}

.content_flex_right dt {
	text-align: center;
	margin-bottom: 10px;
}

.content_flex_right dd {
	font-size: 11px;
}

.content_flex .h2_title {
	margin-bottom: 20px;
}

.resource {
	border: 2px solid #8fc31f;
	padding: 40px 50px;
	margin: 40px 0px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.resource p {
	width: 500px;
}

.img_05 {
	margin-top: 40px;
}

.img_06 {
	margin-top: 40px;
}


.content_flex2 {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.content_flex2 p {
	width: 650px;
}

.content_float::before {
	content: "";
	display: block;
	height: 6em;
	float: right;
}

.img_08 {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.img_09 {
	float: right;
	width: 338px;
	overflow: hidden;
	clear: both;
	margin-left: 2em;
}

.fifty {
	width: 1080px;
	margin: 0 auto 70px;
	border-bottom: 5px solid #006f45;
	background-color: #e9f3d2;
}

.fifty_inner {
	margin: 4px 0px;
	border-top: 1px solid #8fc31f;
	border-bottom: 1px solid #8fc31f;
	padding-bottom: 30px;
}

.fifty h2 {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	background-color: #006f45;
	position: relative;
	height: 80px;
}

.fifty h2 img {
	position: absolute;
	left: 40px;
	top: -40px;
}

.fifty h2 p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.fifty h3 {
	text-align: center;
	margin: 40px 0px 30px;
}

.fifty_inner ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
}

.fifty_inner ul li {
	width: 306px;
}

.fifty_inner ul li img {
	margin-bottom: 20px;
}

.fifty_inner ul li:nth-of-type(1) dl, .fifty_inner ul li:nth-of-type(1) p {padding-right: 10px;}
.fifty_inner ul li:nth-of-type(2) dl, .fifty_inner ul li:nth-of-type(2) p {padding-left: 10px;}
.fifty_inner ul li:nth-of-type(3) dl, .fifty_inner ul li:nth-of-type(3) p {padding-left: 10px;}

.fifty_inner ul li dl dt {
	font-size: 26px;
	font-weight: 700;
	color: #25633e;
}

.fifty_inner ul li dl dd {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
}

.fifty_inner ul li p {
	border-top: 1px solid #403e3d;
	margin-top: 5px;
	padding-top: 5px;
}


.bottom_bnr {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 880px;
	margin: 0 auto 70px;
}

.bottom_bnr a:last-child {
	margin-top: 30px;
	display: block;
}