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

@media print, screen and (min-width: 769px) {

/* 各ページ固有のCSS（PCサイト用）
各ページコンテンツの外に他ページと被らない固有のIDを付けて、囲む。

<div id="page0-000">
◆◆ここにページ内容を書く◆◆
</div>

宣言方法（固有IDから始める）
#page0-000 {}
#page0-000 .box001 {}
#page0-000 .a001 {}
#page0-000 table th td {}　等
************************************************************************************************ */

/*@import url("page_plea.css");*/

#page-top {
}
#page-top .p001 {
	margin:15px 15px 30px 15px;
	line-height:1.4em;
}

#page-top .box_btn {
	margin:50px 0px;
}
#page-top .box_btn img {
	float:left;
	margin-left:20px;
}
#page-top .box001 {
	width:330px;
	float:left;
	position:relative;
}
#page-top .box001 .img001 {
	float:left;
	margin-top:15px;
	margin-right:10px;
}
#page-top .box001 p {
	padding-top:15px;
	line-height:1.4em;
	font-size:95%;
}
#page-top .box001 .img002 {
	position:absolute;
	bottom:0px;
	right:10px;
}
#page-top .img003 {
	float:right;
	margin:10px 2px 0px 0px;
}





#page-root {
}

#page-root h2 {
	margin-top:50px;
}

#page-root .box001 {
	margin:20px 20px 0px 20px;
	line-height:1.5em;
}
#page-root .box001 ul {
	margin:10px 0px 10px 20px;
}
#page-root .box001 ul li {
	list-style:inside;
}

#page-root .img001 {
	margin:20px 0px 0px 30px;
}

#page-root .table001 {
	margin:20px 0px 0px 20px;
	border-collapse:collapse;
}
#page-root .table001 table {
	width:100%;
}
#page-root .table001 table .td1 {
	width:80px;
}
#page-root .table001 th {
	border-bottom:solid 1px #C2E0E0;
	background-color:#EBF5F5;
	text-align:left;
	vertical-align:top;
	padding:10px 10px;
	width:30%;
	line-height:1.5em;
}
#page-root .table001 th span.small {
	font-size:12px;
	line-height:1.2em;
	display:inline-block;
	margin-top:10px;
}
#page-root .table001 td {
	border-bottom:dotted 1px #C2E0E0;
	text-align:left;
	vertical-align:top;
	padding:10px 10px;
}
#page-root .table001 table td {
	vertical-align:middle;
	border-bottom:none;
	padding:0px;
}
#page-root .table001 td input[type="text"] {
	width:95%;
	margin-bottom:3px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
#page-root .table001 td input[type="password"] {
	width:95%;
	margin-bottom:3px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
#page-root .table001 td select {
	padding: 5px;
	border:solid 1px #BBBBBB;
    font-size: 16px;
}
#page-root .table001 td input[type="checkbox"] {
	margin-right:5px;
}
#page-root .table001 td input[type="radio"] {
	margin-right:5px;
}
#page-root .table001 td textarea {
	width:95%;
	height:130px;
	margin-bottom:3px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
#page-root .table001 td label {
	line-height:1.4em;
	padding-bottom:3px;
}
#page-root .table001 td .la50 {
	width:48%;
	display:block;
	float:left;
}
#page-root .table001.login {
	margin:20px auto 0px auto;
	width:510px;
}
#page-root .table001.login th {
	border-top:solid 1px #C2E0E0;
}
#page-root .table001.login td {
	border-top:dotted 1px #C2E0E0;
}
#page-root .label1 {
	margin:20px 0px 0px 20px;
	display:block;
}
#page-root .label1 input {
	margin-right:3px;
}


#page-root .textarea1 {
	margin:0px auto;
	width:440px;
	height:100px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
#page-root .p_small1 {
	font-size:12px;
	margin-top:10px;
	line-height:1.4em
}

#page-root .p_small2 {
	font-size:14px;
	margin-top:10px;
	line-height:1.4em
}

#page-root .p_small3 {
	font-size:14px;
	margin-top:10px;
	line-height:1.4em
}

#page-root .p001 {
	line-height:23px;
}


#page-root .table002 {
	width:90%;
	margin:20px auto;
}
#page-root .table002 td {
	width:50%;
	text-align:center;
	vertical-align:middle;
}
#page-root .table002 td p {
	text-align:left;
	font-size:100%;
	line-height:1.4em;
}
#page-root .table002 td p.tac {
	text-align:center;
}

#page-root .p002 {
	border-top:solid 1px #E2DEE0;
	padding:30px 40px;
	line-height:1.4em;
	font-size:110%;
}
#page-root .p003 {
	text-align:center;
	font-size:110%;
	line-height:1.4em;
}
#page-root .box002 {
	margin:20px auto;

}



#page-001 .box1 {
	/*width:180px;*/
	width: 260px;
	float:right;
	line-height:20px;
	margin:10px 0px;
	text-align: right;
}
#page-001 .box1 span {
	margin-left:20px;
	font-size:100%;
}
#page-001 .box_body {
	margin-top:10px;
}
#page-001 .box_body p,
#page-001 .box_body div {
	line-height:1.5em;
	min-height:1.5em;
}
#page-001 .box_body * {
	max-width:100%;
}
#page-001 .box_body img {
	max-width:100%;
}
#page-001 .box_body ol {
	list-style-position: inside;
	margin-bottom: 15px;
}
#page-001 .box_body ol li {
	padding: 3px 0;
}
#page-001 .box_body ul {
	margin-bottom: 15px;

}
#page-001 .box_body ul li {
	list-style-position: inside;
	list-style:disc;
	margin-left:15px;
	padding: 3px 0;
}


#page-002 .box_body img {
	max-width:100%;
	margin:10px 0;
}




#left_box {
	width:200px;
	float:left;
}
#left_box .p_pr {
	padding:10px 10px;
	line-height:1.4em;
	font-size:95%;
}

#right_box {
	width:460px;
	float:right;
}
#right_box .box_body {
  line-height: 1.5em;
	margin-bottom:50px;
}
#right_box .box_body p {
	padding:5px 10px 5px 18px;
	line-height:1.4em;
}

#right_box .box_body h2:not(:first-child) {
	margin-top:30px;
}
#right_box .box_body h3:not(:first-child) {
	margin-top:20px;
}

#right_box h2 {
	margin:0px 0px 10px 0px;
}
#right_box .p001 {
	padding:10px 20px;
	line-height:1.4em;
}


.kao_icon_l {
	/*background-image:url(../images/etc/entry_icon_bg.png);*/
	width:201px;
	height:264px;
	display: block;
    text-align: center;
	overflow:hidden;
	position:relative;
}
.kao_icon_l img{
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	max-width:100%;
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.kao_icon_l img.ic{
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	width:100%;
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ul_list1 {
	display:block;
	margin-top:50px;
}
.ul_list1.ul_list1_company {
	margin-top: 20px;
	margin-bottom: 50px;
}
.ul_list1 li {
	background-image:url(../images/etc/entry_icon_bg_s.png);
	width:85px;
	height:118px;
	display: block;
    text-align: center;
	overflow:hidden;
	position:relative;
	float:left;
	margin:1px 1px 0px 0px;
}
.ul_list1 li a {
	display:block;
	width:100%;
	height:100%;
	color:#000000;
	text-decoration:none;
	font-size:80%;
}
.ul_list1 li img {
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	max-height:100%; /* 大枠と同じ幅に */
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ul_list1 li img.ic {
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	max-height:80%; /* 大枠と同じ幅に */
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ul_list1 li p.name {
	position:absolute;
	bottom:0px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	width:100%;
	text-align:center;
	background-color: rgba(255,255,255,0.7);
}
.ul_list1 li p.syoku {
	position:absolute;
	display:none;
	top:0px;
	height:98px;
	line-height:1.2em;
	overflow:hidden;
	width:100%;
	text-align:left;
	background-color: rgba(255,255,255,0.7);
	z-index:3;
}

.ul_list1 li .oita_u {
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	background-image:url(../images/logo_oita_u.png);
	background-repeat:no-repeat;
	z-index:2;
	background-size:contain;
	top:2px;
	left:2px;
}

.ul_list1_big {
	display:block;
	margin-top:40px;
}
.ul_list1_big li {
	background-image:url(../images/etc/entry_icon_bg_m.png);
	width:129px;
	height:180px;
	display: block;
    text-align: center;
	overflow:hidden;
	position:relative;
	float:left;
	margin:1px 1px 0px 0px;
}
.ul_list1_big li a {
	display:block;
	width:100%;
	height:100%;
	color:#000000;
	text-decoration:none;
	font-size:80%;
}
.ul_list1_big li img {
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	max-height:100%; /* 大枠と同じ幅に */
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ul_list1_big li img.ic {
	position:absolute; /* 絶対配置 */
	top:50%; /* 上から半分 */
	left:50%; /* 左から半分 */
	max-height:80%; /* 大枠と同じ幅に */
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ul_list1_big li p.name {
	position:absolute;
	bottom:0px;
	height:23px;
	line-height:23px;
	overflow:hidden;
	width:100%;
	text-align:center;
	background-color: rgba(255,255,255,0.7);
}
.ul_list1_big li p.syoku {
	position:absolute;
	display:none;
	top:0px;
	height:157px;
	line-height:1.2em;
	overflow:hidden;
	width:100%;
	text-align:left;
	background-color: rgba(255,255,255,0.7);
	z-index:3;
}
.ul_list1_big li .oita_u {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../images/logo_oita_u.png);
	background-repeat:no-repeat;
	z-index:2;
	background-size:contain;
	top:2px;
	left:2px;
}

.ul_list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.ul_list2 li {
	width:calc(20% - 10px);
	position:relative;
	max-width:200px;
	margin:0 10px 15px 0;
}
.ul_list2 li a {
	display:block;
	width:100%;
	height:100%;
	border:solid 1px #78bab8;
	box-shadow:0px 3px 3px rgba(0,0,0,0.15);
	text-decoration:none;
	color:#333;
	
}
.ul_list2 li .oita_u {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/logo_oita_u.png);
    background-repeat: no-repeat;
    z-index: 2;
    background-size: contain;
    top: 5px;
    left: 5px;
}

.ul_list2 li a .img_box {
	width:60%;
	margin:15px auto;
	position:relative;
	overflow:hidden;
}
.ul_list2 li a .img_box:before{
	content:"";
	display:block;
	padding-bottom:100%;
}
.ul_list2 li a .img_box img {
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.ul_list2 li a p {
	padding:5px 10px;
	line-height:1.3;
}
.ul_list2 li a p.syozoku {
	text-align:left;
	font-size:12px;
	height:31.2px;
	padding-bottom:0;
	overflow:hidden;
	margin-bottom:5px;
	font-family:ui-monospace;
}
.ul_list2 li a p.yakusyoku {
	text-align:left;
	font-size:12px;
	height:15.6px;
	padding-bottom:0;
	overflow:hidden;
	margin-bottom:5px;
	font-family:ui-monospace;
}
.ul_list2 li a p.name {
	text-align:center;
	font-size:16px;
}




.box_form {
}

.box_form dl dt {
	display:block;
	margin-top:10px;
}
.box_form dl dd {
	display:block;
	margin-top:5px;
}
.box_form input[type="text"] {
	width:95%;
	margin-bottom:3px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
.box_form label {
	margin:20px 0px;
	display:block;
}
.box_form input[type="checkbox"] {
	margin-right:3px;
}
.box_form textarea {
	width:95%;
	height:130px;
	margin-bottom:3px;
	border:solid 1px #BBBBBB;
	padding:5px;
}
.box_form .textarea1 {
	height:300px;
}


.needs_box01 {
	display:block;
	border:solid 1px #333333;
	background-color:#CCC;
	padding:10px 10px 10px 10px;
	margin-top:20px;
	position:relative;
}
.needs_box01 .box_l {
	width:100%;
	margin-top:40px;
}
.needs_box01 .box_r {
	width:100%;
	position:relative;
}
.needs_box01 .box_r span {
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
	right:-0px;
	top:-0px;
	padding:3px 0px;
}
.needs_box01 dl dt {
	display:block;
	float:left;
	width:40%;
	line-height:22px;
}
.needs_box01 dl dd {
	display:block;
	float:right;
	width:60%;
	padding-bottom:20px;
	text-align:left;
}
.needs_box01 input[type="text"] {
	width:98%;
	height:25px;
}
.needs_box01 select {
	height:25px;
}
.needs_box01 textarea {
	width:98%;
	height:100px;
}

.needs_box01.type2 {
	background-color:#bfe7e6;
}
.needs_box01.type3 {
	background-color:#FFC;
}
.needs_box01 .span_icon1 {
	border:solid 1px #666666;
	background-color:#666;
	color:#FFF;
}
.needs_box01 .span_icon2 {
	border:solid 1px #666666;
	background-color:#363;
	color:#FFF;
}
.needs_box01 .span_icon3 {
	border:solid 1px #666666;
	background-color:#FC3;
	color:#FFF;
}
.needs_box01.type3 .span_icon2{
	margin:0px 3px;
}

.form_area1 {
	margin-top:60px;
}
.form_area1 .label1 {
	margin-left:30px;
	margin-bottom:10px;
	display:inline-block;
}

.btn01 {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	padding:5px 15px;
	
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;

text-shadow: -0.7px -0.7px 1px #000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -ms-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -o-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bfe7e6), to(#78bab8));
background-image: -webkit-linear-gradient(top, #bfe7e6, #78bab8);
background-image: linear-gradient(top, #bfe7e6, #78bab8);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.btn02 {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	padding:5px 15px;
	
	float:right;
	position:relative;
	top:-65px;
	margin-bottom:-65px;
	
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;

text-shadow: -0.7px -0.7px 1px #000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -ms-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -o-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bfe7e6), to(#78bab8));
background-image: -webkit-linear-gradient(top, #bfe7e6, #78bab8);
background-image: linear-gradient(top, #bfe7e6, #78bab8);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.btn03 {
	width:65%;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;

	font-size:18px;
	line-height:1.2em;
	padding:15px 0px;
	margin:0px auto 30px auto;


-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;

text-shadow: -0.7px -0.7px 1px #000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bfe7e6', endColorstr = '#78bab8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -ms-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -o-linear-gradient(top, #bfe7e6, #78bab8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bfe7e6), to(#78bab8));
background-image: -webkit-linear-gradient(top, #bfe7e6, #78bab8);
background-image: linear-gradient(top, #bfe7e6, #78bab8);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.dl01 {
	display:block;
}
.dl01 dt {
	display:inline-block;
	width:32%;
	vertical-align:top;
	line-height:1.5em;
}
.dl01 dd {
	display:inline-block;
	width:63%;
	vertical-align:top;
	padding-bottom:15px;
	line-height:1.5em;
}

.needs_info_ul1 {
	display:block;
	text-align:center;
}
.needs_info_ul1 li {
	display:inline-block;
}

.needs_info_box1 {
	position:relative;
}
.needs_info_box1 img {
	max-width:100%;
}
.needs_info_box1 img.btn {
	max-width:70%;
	position:absolute;

	bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%,-0%);
    -moz-transform: translate(-50%,-0%);
    transform: translate(-50%,-0%);
}

#seeds_list_out {
	margin-top:15px;
	padding-bottom:15px;
}
#seeds_list_out table td.l {
	width:80%;
}
#seeds_list_out table td.r {
	width:20%;
	vertical-align:middle;
}
#seeds_list_out table td.r a {
	display:inline-block;
	background-color:#F93;
	color:#333;
	padding:5px 5px;
	font-size:12px;
	text-decoration:none;
}
#seeds_list_out ul {
	display: flex;
	flex-wrap: wrap;
}
#seeds_list_out ul li {
	display:block;
	width:18%;

	margin-right:2%;
	position:relative;
}
#seeds_list_out ul li a.click_area {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#seeds_list_out ul li .page_seigyo {
	display:none;
}
#seeds_list_out ul li .imgbox {
	display:block;
	max-width:calc(100% - 6px);
	margin:3px auto 0;
	height:100px;
	position:relative;
}
#seeds_list_out ul li img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
	max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#seeds_list_out ul li p.title {
	font-size:12px;
	line-height:1.2em;

	overflow:hidden;
	text-align:center;
	margin-top:5px;
}
#seeds_list_out ul li p.naiyou {
	display:none;
}

#seeds_list_out .ovray {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,0.5);
	
	z-index:99;
	
	display:none;
}
#seeds_list_out .ovray .ovray_in {
	position:absolute;
	width:auto;
	height:80%;
	
	margin:5px 20px;
	background-color:#FFF;
	
	
	
	top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
}
#seeds_list_out .ovray .ovray_in div {
	height:100%;
	overflow-y:scroll;
}


#seeds_list_out .ovray .ovray_in div p {
	line-height:1.5em;
	margin:5px;
	max-width:600px;
}
#seeds_list_out .ovray .ovray_in p.title {
	font-weight:bold;
	padding:5px 10px;
}
#seeds_list_out .ovray .page_seigyo {
	display:inline-block;
	position:absolute;
	right:0px;
	bottom:-25px;
	background-color: rgba(255,255,255,0.7);
	font-size:13px;
	padding:5px 15px;
	border-radius:3px;
	margin:0px;
}
#seeds_list_out .ovray .page_seigyo a {
	font-size:13px;
	color:#333;
}

.seeds_tejyun_box_l {
	width:55%;
	margin-top:20px;
	float:left;
}
.seeds_tejyun_box_l ul {
	padding-left:25px;
	margin:0 15px 0 22px;
}
.seeds_tejyun_box_l ul li {
	list-style:decimal;
	font-size:90% !important;
	line-height:1.6em !important;
	padding-bottom:15px;
}
.seeds_tejyun_box_l ul li b {
	color:#339;
}
.seeds_tejyun_box_r {
	width:45%;
	margin-top:20px;
	float:right;
}
.seeds_tejyun_box_r img {
	max-width:100%;
}
}

.btn_send img {
	opacity:0.5;
}
.btn_send:hover img {
	opacity:0.5;
}
.btn_send.active img {
	opacity:1;
}
.btn_send.active:hover img {
	opacity:1;
}

.h2_kigyou {
	background:none;
	border:solid 1px #359535;
	margin:20px 0 0 0;
	padding:8px 8px;
	position:relative;
	z-index:2;
	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d6d6d6), color-stop(0.00, #f7f7f7));
background: -webkit-linear-gradient(top, #f7f7f7 0%, #d6d6d6 88%);
background: -moz-linear-gradient(top, #f7f7f7 0%, #d6d6d6 88%);
background: -o-linear-gradient(top, #f7f7f7 0%, #d6d6d6 88%);
background: -ms-linear-gradient(top, #f7f7f7 0%, #d6d6d6 88%);
background: linear-gradient(to bottom, #f7f7f7 0%, #d6d6d6 88%);

}
.kigyou_box {
	background-color:#eeeddd;
	border:solid 1px #CCCCCC;
	border-radius:0 0 5px 5px;
	position:relative;
	top:-2px;
	z-index:1;
}
.kigyou_box table {
	width:calc(100% - 6px);
	margin:0px auto 3px;
	background-color:#FFF;
}
.kigyou_box table tr {
	
}
.kigyou_box table th {
	padding:12px 7px;
	width:25%;
	border-bottom: dotted 1px #CCCCCC;
}
.kigyou_box table td {
	padding:12px 7px;
	border-bottom: dotted 1px #CCCCCC;
}
.kigyou_box table tr:last-child th
,.kigyou_box table tr:last-child td {
	border-bottom:none;
}


.mem_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.mem_list li {
	display:block;
	width:25%;
	text-align:center;
	position:relative;
}
.mem_list li a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.mem_list li .img_box {
	position:relative;
	height:200px;
	overflow:hidden;
}
.mem_list li .img_box img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mem_list li p {
	line-height:1.4em;
	font-size:14px;
}
.mem_list li p.name {
	font-size:16px;
}
.mem_list li input[type="button"] {
	margin-top:10px;
}
@media (max-width: 600px) {
	.mem_list li {
		width:40%;
	}
}

.ul001 li {
	list-style:inside;
}

.ovray_img {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,0.5);
	
	z-index:99;
	
	display:none;
}
.ovray_img .ovray_img_in {
	position:absolute;
	width:auto;
	height:auto;
	
	margin:5px 10px;
	background-color:#FFF;
	
	top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
}
.ovray_img .ovray_img_in img {
	width:auto;
	height:auto;
}
.ovray_img .page_seigyo {
	display:inline-block;
	position:absolute;
	right:0px;
	bottom:-25px;
	background-color: rgba(255,255,255,0.7);
	font-size:13px;
	padding:5px 15px;
	border-radius:3px;
	margin:0px;
}
.ovray_img .page_seigyo a {
	font-size:13px;
	color:#333;
}


.img_box01 {
	display:block;
	width:40%;
	margin-right:2%;
	height:200px;
	position:relative;
	overflow:hidden;
	float:left;
}
.img_box01 img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width:100%;
	max-height:100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.ul_business_school {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_business_school li {
	width:calc(100%);
	min-height:173px;
	position:relative;
	padding:20px 0;
	border-bottom:solid 1px #CCCCCC;
}
.ul_business_school li a {
	color:#727066;
	text-decoration:none;
	transition:.5s;
}
.ul_business_school li a:hover {
	color:#78bab8;
}

.ul_business_school li .img_box {
	width:35%;
	position:absolute;
	top:20px;
	left:10px;
	padding-bottom:25%;
	overflow:hidden;
}
.ul_business_school li .img_box img {
	width: auto;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:.5s;
}
.ul_business_school li .img_box a:hover img {
	transform:translate(-50%,-50%) scale(1.1, 1.1);
}
.ul_business_school li .text_box {
	padding-left:calc(35% + 40px);
}
.ul_business_school li .text_box p {
	line-height:1.4;
	padding-bottom:4px;
	font-size:90%;
}
.ul_business_school li .text_box .p1 {
	font-weight:bold;
	font-size:16px;
	padding-bottom:20px;
}
.ul_business_school li .text_box .p3 {
	background-image:url(/images/time2.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:auto 15px;
	padding:0 0 0 20px;
}
.ul_business_school li .text_box .p2 {
	padding-bottom:40px;
}
.ul_business_school li .p4 {
	padding-bottom:10px !important;
}
.ul_business_school li .p4 a {
	display:inline-block;
	padding:4px 5px;
	border:solid 1px #999999;
	line-height:1.2;
	font-size:80%;
}
.ul_business_school li .p4 a:hover {
	background-color:#ddd;
	color:#727066;
}
@media (max-width: 768px) {
	.ul_business_school {
		justify-content: center;
	}
	.ul_business_school li {
		width:90%;
	}
	.ul_business_school li .text_box {
		min-height:inherit;
	}
}



.box01_l{
	width:55%;
	float:left;
	margin-top:30px;
}
.box01_l img{
	max-width:100%;
	margin-bottom:10px;
}
.box02_r{
	width:43%;
	padding-left:1%;
	padding-right:1%;
	float:right;
	margin-top:30px;
}
.box02_r p{
	line-height:1.5em;
}
.box02_r img{
	margin:30px auto 0px auto;
	display:block;
}

@media screen and (max-width: 500px){
	
	.box01_l{
		width:100%;
	}
	.box02_r{
		width:100%;
		padding:0px;
	}
}

.video_area {
	width:100%;
	margin:20px auto;
}
.video_area iframe {
	width:100%;
}

.ul_categories {
	display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin:30px 0;
}
.ul_categories li {
	width:29%;
	margin:0 2% 10px;
}
.ul_categories li a {
	display:block;
	width:100%;
	padding:5px 0;
	text-decoration:none;
	color:#666;
	border:solid 1px #666666;
	text-align:center;
}
.ul_categories li a:hover,
.ul_categories li.current a {
	background-color:#ddd;
}


.srch_box {
	margin:20px 0 30px;
}
.srch_box .midasi {
	display:inline-block;
	line-height:30px;
	padding:0 15px;
	color:#FFF;
	background-color:#78bab8;
}
.srch_box .midasi_waku {
	border: solid 1px #78bab8;
	display:inline-block;
	height:28px;
	color:#FFF;
	overflow:hidden;
	vertical-align:top;
}
.srch_box .midasi_waku:after {
	content:"";
	display:block;
	clear:both;
}
.srch_box .midasi_waku span {
	display:inline-block;
	float:left;
	padding:0 15px;
	color:#FFF;
	background-color:#78bab8;
	line-height:28px;
	height:calc(100% + 1px);
	margin-top:-1px;
}
.srch_box .midasi_waku input[type="text"] {
	border:none;
	height:100%;
}
.srch_box input[type="text"],
.srch_box select {
	height:30px;
	border:solid 1px #78bab8;
	padding:0 6px;
	margin-bottom:5px;
}



.box01 {
	padding:30px 20px 40px;
	
	margin-top:8px;
	position:relative;
}
.box01:before {
	content:"";
	display:block;
	width:100vw;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
	background-color:#e2f5f5;
}

.box01 h2 {
	margin-bottom:20px;
}
.box01 .box_l {
	width:calc(50% - 30px);
	float:left;
}
.box01 .box_r {
	width:calc(50% - 30px);
	float:right;
}
.box01 ul.ul01 {
	display: flex;
    justify-content: space-between;
}
.box01 ul.ul01 li {
	width:calc(50% - 20px);
}
.box01 ul.ul01 li a {
	display:block;
	line-height:50px;
	text-align:center;
	border:solid 1px #72acac;
	background-color:#72acac;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.box01 ul.ul01 li a:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 0 1px 10px;
	
}
.box01 ul.ul01 li a:hover {
	background-color:#FFF;
	color:#72acac;
}
.box01 ul.ul01 li a:hover:after {
	border-top: solid 2px #72acac;
    border-right: solid 2px #72acac;
}
.box01 .box_r ul.ul01 li a {
	background-color:#FFF;
	color:#72acac;
}
.box01 .box_r ul.ul01 li a:hover {
	background-color:#72acac;
	color:#FFF;
}
.box01 .box_r ul.ul01 li a:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #72acac;
    border-right: solid 2px #72acac;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 0 1px 10px;
	
}
.box01 .box_r ul.ul01 li a:hover:after {
	border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}

.box01 ul.ul03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box01 ul.ul03 li {
	width:calc(33% - 20px);
	margin:10px 10px;
	
}
.box01 ul.ul03 li a {
	display:block;
	border:solid 1px #72acac;
	background-color:#FFF;
	padding:20px 0px;
	border-radius:10px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	text-decoration:none;
	color:#727066;
}
.box01 ul.ul03 li a:hover {
	box-shadow:3px 3px 6px rgba(0,0,0,0.4);
}
.box01 ul.ul03 li p {
	padding:5px 20px;
	text-align:center;
	line-height:1.4;
}
.box01 ul.ul03 li p.p1 {
	color:#72acac;
	font-size:28px;
	font-weight:bold;
}
.box01 ul.ul03 li p.p2 {
	color:#72acac;
	font-weight:bold;
}
.box01 ul.ul03 li p.p4 {
	text-align:left;
	max-width: 200px;
	margin: 0 auto;
	font-size:14px;
}
@media only screen and (max-width: 768px) {
	.box01 {
		padding:30px 10px 40px;
		margin-top:30px;
	}
	.box01 .box_l {
		width:calc(100%);
		float:none;
	}
	.box01 .box_r {
		width:calc(100%);
		float:none;
		margin-top:20px;
	}
	.box01 ul li {
		width:calc(50% - 10px);
	}
	.box01 ul.ul03 li {
		width:calc(100% - 20px);
	}
}

.box02 {
	margin-top:100px;
}
.box02 .midasi01 {
	color:#72acac;
	position:relative;
	display:inline-block;
	padding-right:100px;
	font-weight:bold;
	
	font-family: sans-serif;
}
.box02 .midasi01:after {
	content:"";
	display:block;
	width:90px;
	border-bottom:solid 2px #72acac;
	position:absolute;
	right:0;
	top:calc(50% - 3px);
}
.box02 .midasi01_bottom {
	font-weight:bold;
	color:#000;
	line-height:1.5;
	padding:10px 0;
}
.box02 .box02_in {
	margin:30px auto 0;
	width:80%;
}
.box02 .box02_in p {
	margin-top:30px;
	line-height:1.5;
	font-size:14px;
}
.box02 .box02_in ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.box02 .box02_in ul li {
	width:calc(50% - 50px);
	margin-top:30px;
}
.box02 .box02_in ul li a {
	display:block;
	text-align:center;
	border:solid 1px #72acac;
	background-color:#72acac;
	color:#FFF;
	text-decoration:none;
}
@media only screen and (max-width: 768px) {
	.box02 {
		width:calc(100% - 20px);
		margin:60px auto 0;
	}
	.box02 .box02_in {
		width:100%;
	}
	.box02 .box02_in ul {
		flex-wrap: wrap;
	    justify-content: center;
	}
	.box02 .box02_in ul li {
		width:calc(100% - 50px);
	}
}

.box03 {
	margin-top:100px;
}

.box03 p {
	font-size:14px;
}

.ul04 li {
	margin:20px 0;
}
.ul04 li a {
	display:block;
	border:solid 1px #72acac;
	border-radius:10px;
	padding:60px 50px;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	text-decoration:none;
	color:#727066;
}
.ul04 li a:hover {
	box-shadow:3px 3px 8px rgba(0,0,0,0.4);
}
.ul04 li a:after {
	content:"";
	display:block;
	clear:both;
}
.ul04 li img {
	float:left;
	margin-right:60px;
}
.ul04 li .midasi {
	color:#72acac;
	font-size:110%;
	font-weight:bold;
	line-height:1.5;
}
.ul04 li .info {
	margin-top:20px;
	line-height:1.8;
	font-size:14px;
}
@media only screen and (max-width: 768px) {
	.box03 {
		width:calc(100% - 20px);
		margin:60px auto 0;
	}
	.ul04 li a {
		padding:40px 30px;
	}
	.ul04 li img {
		float:none;
		margin:0;
	}
	.ul04 li .midasi {
		margin-top:10px;
	}
}

.box_top_info {
	margin-top:100px;
	padding: 80px 0px 80px;
	position: relative;
}
.box_top_info:before {
	content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #C5C5C5;
	opacity:0.48;
}
.box_top_info .top_navi ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box_top_info .top_navi ul li {
	width:20%;
	position:relative;
}
.box_top_info .top_navi ul li.new:after {
	content:"NEW";
	display:inline-block;
	padding:1px 5px 0;
	border:solid 1px #FF6633;
	color:#FF6633;
	font-size:11px;
	position:absolute;
	top:6px;
	left:10px;
}
.box_top_info .top_navi ul li a {
	display:block;
	border-top:solid 1px #72acac;
	border-bottom:solid 1px #72acac;
	border-left:solid 1px #72acac;
	color:#000;
	background-color:#e0f2f2;
	text-align:center;
	text-decoration:none;
	height:60px;
	position:relative;
	line-height:1.3;
	font-size:14px;
}
.box_top_info .top_navi ul li.current a {
	background-color:#FFF;
	border-bottom:#FFF;
}
.box_top_info .top_navi ul li:last-child a {
	border-right:solid 1px #72acac;
}
.box_top_info .top_navi ul li a span {
	width:100%;
	position:absolute;
	top:60%;
	left:50%;
	transform:translate(-50%,-50%);
}

.box_top_info .list_box {
	padding:20px 30px 30px;
	border-left:solid 1px #72acac;
	border-right:solid 1px #72acac;
	border-bottom:solid 1px #72acac;
	background-color:#FFF;
}
.box_top_info .list_box  > div {
	display:none;
}
.box_top_info .list_box  > div.current {
	display:block;
}
.box_top_info .list_box a.btn05 {
	width:200px;
}
.box_top_info .list_box dl {
	display:block;
}
.box_top_info .list_box dl > a {
	display:block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:dotted 1px #72acac;
	
	color:#727066;
	text-decoration:none;
	font-size:14px;
}
.box_top_info .list_box dl > a:hover {
	opacity:0.8;
}

.box_top_info .list_box dl dt {
	width:120px;
	
	padding:15px 20px;
	line-height:1.3;
	position:relative;
}
.box_top_info .list_box dl dt.new:after {
	content:"NEW";
	display:inline-block;
	padding:2px 5px 0;
	border:solid 1px #FF6633;
	color:#FF6633;
	font-size:11px;
	position:absolute;
	right:-5px;
	top:15px;
}
.box_top_info .list_box dl dd {
	width:calc(100% - 200px);
	padding:15px 20px;
	line-height:1.3;
	position:relative;
}
.box_top_info .list_box dl dd:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #78bab8;
    border-right: solid 2px #78bab8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
}

@media only screen and (max-width: 768px) {
	.box_top_info {
		width:calc(100% - 20px);
		margin:60px auto 0;
	}
	.box_top_info .top_navi ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.box_top_info .top_navi ul li {
		width:calc(33.33% - 10px);
		margin-bottom:10px;
	}
	.box_top_info .top_navi ul li:nth-child(4),
	.box_top_info .top_navi ul li:nth-child(5) {
		width:calc(50% - 10px);
	}
	.box_top_info .top_navi ul li a {
		border:solid 1px #72acac;
		height:40px;
		font-size:14px;
	}
	.box_top_info .top_navi ul li.current a {
		border:solid 1px #72acac;
	}
	.box_top_info .top_navi ul li.new:after {
		top:2px;
		font-size:10px;
	}
	.box_top_info .list_box {
		border:solid 1px #72acac;
		padding:10px 10px 30px;
	}
	.box_top_info .list_box dl dt {
		width:100%;
		border:none;
		padding:10px 0px 0px;
	}
	.box_top_info .list_box dl dt.new:after {
		position:relative;
		top:auto;
		left:auto;
		margin-left:10px;
		top:1px;
		vertical-align:top;
	}
	.box_top_info .list_box dl dd {
		width:100%;
		padding:5px 0px 10px;
	}
	.box_top_info .list_box dl dd:after {
		display:none;
	}
}

.bnr_box {
	margin-top:100px;
	
}
.bnr_box .box01 {
	padding: 40px 20px 30px;
}
.bnr_box .box01_2 {
	padding: 40px 20px 40px;
	position:relative;
}
.bnr_box .box01_2:before {
	content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #C5C5C5;
    opacity: 0.48;
}
.bnr_box .ul_bigbnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnr_box .ul_bigbnr li {
	width:calc(50% - 20px);
}
.bnr_box .ul_bigbnr li img {
	max-width:100%;
	margin-bottom:10px;
}
.bnr_box .ul_smallbnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnr_box .ul_smallbnr li {
	width:calc(33.33% - 10px);
	margin-bottom:10px;
}
.bnr_box .ul_smallbnr li img {
	max-width:100%;
}

@media only screen and (max-width: 768px) {
	.bnr_box {
		width:calc(100% - 20px);
		margin:60px auto 0;
	}
	.bnr_box .ul_bigbnr li {
		width:100%;
		text-align:center;
	}
	.bnr_box .ul_smallbnr li {
		width:100%;
		text-align:center;
	}
}


.box_center {
	text-align:center;
}
.box_center img {
	width:70%;
}

















