@charset "utf-8";

/*準備中
-------------------------------------------------------------------*/

.junbi::after {
	content: "※ただいま準備中です。";
	display: block;
	color: red;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.junbi.btn_style::after {
	text-align: right;
	padding-right: 250px;
}
@media screen and (max-width:768px) {
	.junbi.btn_style::after {
		padding-right: 0;
		text-align: center;
		padding-top: 0;
	}
}
/*home
---------------------------------------------------------------------------------------------*/

/*header
-------------------------------------------------------------------*/

.home .visula .position::before {
	content: url(../img/img05.png);
	display: block;
	position: absolute;
	left: -100px;
	bottom: -60px;
	z-index: 100;
}
.home .visula .position::after {
	content: url(../img/img06.png);
	display: block;
	position: absolute;
	bottom: -60px;
	right: -25px;
	z-index: 100;
}
.home main {
	padding-bottom: 0;
}
/*sect01
-------------------------------------------------------------------*/
.home .visula .position {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
.home .sp_slider3_wrap {
	width: 80%;
	margin: 0 auto;
}
.home #sect01 {
	background-color: #f6f5e4;
	padding-bottom: 100px;
}
.home #sect01 .sitewrap {
	overflow: hidden;
}
.home #sect01 .sitewrap>p {
	text-align: center;
	margin: 40px 0 65px;
}
.home #sect01 .sitewrap>p a {
	display: inline-block;
}
.home .text {
	line-height: 42px;
}
.home .img_list_box {
	border: 3px solid #e28929;
	border-radius: 8px;
	padding: 70px 15px 15px;
	background: #fff;
	margin-top: 50px;
	position: relative;
}
.home .txt {
	background: url(../img/bg_ribon.png) no-repeat center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
	width: 230px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -115px;
}
.home .img_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.home .img_list::after {
	display: none;
}
.home .img_list li {
	position: relative;
}
.home .img_list li span {
	position: absolute;
	top: 20px;
	left: -3px;
	width: 60px;
	background: #e28929;
	padding: 3px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.home .btn_style {
	text-align: center;
	margin-top: 50px;
}
.home .btn_style a {
	display: inline-block;
	width: 383px;
	height: 90px;
	color: #fff;
	padding: 20px 0;
	margin: 0 10px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	transition: 1s;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	background: #e28929;
	border-radius: 50px;
	box-shadow: 2px 2px 3px #666;
}
.home .btn_style span::before {
	content: url(../img/btn_arrow.png);
	display: inline-block;
	padding-right: 20px;
}
.home .btn_style a:hover {
	opacity: 0.7;
}
.home .info {
	border: 3px solid #e28929;
	border-radius: 8px;
	padding: 15px 110px;
	margin-bottom: 90px;
	background: #fff;
}
.home .info dl {
	display: table;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
.home .info dt {
	display: table-cell;
	width: 9em;
	padding-right: 24px;
}
.home .info dd {
	display: table-cell;
}
.home .info dd>p {
	text-decoration: underline;
	transition: 1s;
}
.home .info dd>p:hover {
	text-decoration: none;
	cursor: pointer;
}
.home .info dl:last-child {
	border-bottom: none;
}
.home .btn_list {
	overflow: hidden;
}
.home .btn_list li {
	width: 49%;
	margin-bottom: 20px;
	float: left;
	margin-right: 2%;
}
.home .btn_list li:nth-child(even) {
	margin-right: 0;
}
.home .btn_list li:last-child:nth-child(odd) {
	margin: 0 auto;
	float: none;
	clear: both;
}
.home .btn_list::after {
	display: none;
	line-height: 25px;
}
.home .sect01_slider {
	position: relative;
}
.home .sect01_slider .bx-wrapper {
	margin-bottom: 20px;
}
.home .sect01_slider img {
	width: 100%;
}
.content {
	width: 1100px;
	height: 100px;
}
.content_info {
	width: 1100px;
	height: 233px;
	border: 5px solid #7ab645;
	border-radius: 15px;
	margin-bottom: 90px;
	background: #fff;
}
.content_info dl {
	display: table;
	vertical-align: middle;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 60px;
}
.content_info dt {
	display: table-cell;
	width: 105px;
	height: 42px;
	background: #7ab645;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.content_info dd {

	/* display: table-cell; */

	vertical-align: middle;

	padding-left: 20px;

	font-weight: bolder;
}
.content_info ul {
	/* padding-left: 60px; */
}
.col_2 .col_child:first-child {
	border-right: solid;
}
.inner {
	padding-top: 40px;
	display: flex;
	justify-content: space-evenly;
}
.inner_box {
	padding: 153px;
	display: inline-flex;
	justify-content: space-evenly;
	/* margin: 0 auto; */
}
@media screen and (max-width:768px) {
	.home .sect01_slider {
		margin-bottom: 10px;
	}
	.home .navi-btn {
		display: block;
		width: 40px;
		height: 40px;
		background-size: 40px;
	}
	.home .feed-next-btn .bx-prev,
	.home .feed-next-btn .bx-next {
		height: 40px;
	}
	.home .feed-prev-btn {
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -20px;
	}
	.home .feed-next-btn {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -20px;
	}
	.home .sect01_slider .feed-prev-btn {
		background-image: url(../img/btn_prev2.png);
	}
	.home .sect01_slider .feed-next-btn {
		background-image: url(../img/btn_next2.png);
	}
}
/*sect02
-------------------------------------------------------------------*/

.home #sect02 {
	background-color: #f6f5e4;
	padding: 65px 0;
	position: relative;
}
.home #sect02 .sitewrap {
	position: relative;
}
.home #sect02 .h_style01 {
	margin-bottom: 80px;
}
.home .accsess dl {
	display: table;
	vertical-align: middle;
	margin-bottom: 24px;
}
.home .accsess dt {
	display: table-cell;
	width: 105px;
	height: 42px;
	background: #e28929;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.home .accsess dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.home .accsess .col_child:nth-of-type(1) p {
	padding-top: 30px;
}
.home #sect02 .btn_style {
	text-align: right;
	padding-right: 130px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.home #sect02 .btn_style a {
	width: 335px;
	height: 57px;
	padding: 10px 0;
	line-height: 37px;
	background: #6eba33;
	border-radius: 50px;
	box-shadow: 2px 2px 3px #666;
}
/*sect03
-------------------------------------------------------------------*/

.home #sect03 {
	background-color: #fee4e4;
	background-image: url(../img/bg_red.png), url(../img/bg_red_b.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top, bottom left;
	background-size: contain, auto;
	padding: 65px 0;
	position: relative;
}
.home #sect03 .sitewrap {
	position: relative;
}
.home #sect03 .sitewrap {
	overflow: visible;
}
.home #sect03 .h_style01 {
	margin-bottom: 50px;
}
.home .box {
	padding: 100px 40px 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
}
.home .box h4 {
	border-left: 10px solid #5a9829;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 35px;
	left: -10px;
	padding: 15px 0;
}
.home .box h4 span {
	background: #e28929;
	padding: 13px 40px 13px 20px;
	border-radius: 0 25px 25px 0;
}
.home .box dl {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	width: 100%;
}
.home .box dt {
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: -5em;
	padding-left: 5em;
}
.home .box dt::before {
	content: "Q";
	display: inline-block;
	background: #58aedf;
	color: #fff;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	margin-right: 20px;
	text-indent: 0;
}
.home .box dt+dd {
	position: relative;
	padding: 10px 0 10px 66px;
	line-height: 1.6;
}
.home .box dt+dd::before {
	content: "A";
	display: inline-block;
	background: #ea5d91;
	color: #fff;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: -3px;
}
.home .box dt+dd+dd {
	padding-left: 66px;
	padding-top: 10px;
}
.home .text_link a::before {
	content: url(../img/link_arrow.png);
	display: inline-block;
	padding-right: 15px;
}
.home .mail_link a {
	color: #2f94c1;
	text-decoration: underline #2f94c1;
}
.home .mail_link a:hover {
	text-decoration: none;
}
/*sect04
-------------------------------------------------------------------*/

.home #sect04 {
	background-color: #f2f2f2;
	padding: 30px 0;
	position: relative;
}
.home #sect04 .sitewrap {
	position: relative;
}
.home #sect04 .sitewrap div {
	display: table;
	vertical-align: middle;
	margin: 0 auto;
}
.home #sect04 h3 {
	font-size: 20px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 40px;
	border-right: 3px solid #7d7d7d;
}
.home #sect04 h3 span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.home #sect04 ul {
	display: table-cell;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.home #sect04 ul li:nth-child(3) {
	font-size: 12px;
	font-weight: normal;
}
.home #sect04 ul li img {
	vertical-align: middle;
	padding-right: 5px;
}
/*sect05
-------------------------------------------------------------------*/

.home #sect05 {
	background-color: #feefcf;
	background-image: url(../img/bg_yellow.png), url(../img/bg_yellow_b.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top, bottom left;
	background-size: contain, auto;
	padding: 65px 0 180px;
	position: relative;
}
.home #sect05 .h_style01 {
	margin-bottom: 80px;
}
.home #sect05 .sitewrap {
	position: relative;
}
.home #sect05 .sect05_list01 {
	text-align: center;
}
.home #sect05 .sect05_list01 li {
	float: left;
	/* display:inline-block; */
	margin-right: 50px;
}
.home #sect05 .sect05_list01 li:last-child {
	margin-right: 0;
}
.home .box2 {
	padding: 30px 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
}
.home .box2 dl {
	display: table;
	margin-bottom: 20px;
}
.home .box2>dl:last-child {
	margin-bottom: 0;
}
.home .box2 dt {
	display: table-cell;
	width: 105px;
	padding: 10px 0;
	background: #e28929;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
}
.home .box2 dt.multi_txt {
	line-height: 1;
}
.home .box2 dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
}
.home .box2 img {
	vertical-align: middle;
}
.home .box2 {}
.home #sect05 .sect05_list01 li dd {
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:768px) {
	.home #sect05 .h_style01 {
		margin-bottom: 20px;
	}
}
/*sect06
-------------------------------------------------------------------*/
.home #sect06 {
	background-color: #e9fdcd;
	background-image: url(../img/bg_green.png), url(../img/bg_green_b.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top, bottom left;
	background-size: contain, auto;
	padding: 65px 0;
	position: relative;
}
.home #sect06 .h_style01 {
	margin-bottom: 80px;
}
@media screen and (max-width:768px) {
	.home #sect06 .h_style01 {
		margin-bottom: 20px;
	}
}
/*footer
-------------------------------------------------------------------*/




@media screen and (max-width:1000px) {

	.home #sect02 .sitewrap::before,
	.home #sect03 .sitewrap::before,
	.home #sect04 .sitewrap::before,
	.home #sect05 .sitewrap::before {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.home .visula .position {
		width: auto;
		min-width: 100%;
	}
	.home .visula .position::before {
		content: "";
		background-image: url(../img/img05.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 45px;
		height: 70px;
		left: 7%;
		bottom: -30px;
	}
	.home .visula .position::after {
		content: "";
		display: block;
		background-image: url(../img/img06.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 45px;
		height: 70px;
		right: 7%;
		bottom: -30px;
	}
	.home #sect01 {
		padding-bottom: 45px;
	}
	.home #sect01 .sitewrap>p {
		margin: 30px 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.home .img_list_box {
		margin: 50px -20px;
	}
	.home #sect02,
	.home #sect03,
	.home #sect05 {
		background-image: none;
		padding: 45px 0;
	}
	.home #sect02 .h_style01,
	.home #sect03 .h_style01 {
		margin-bottom: 30px;
	}
	.home .btn_style a {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0;
		margin-bottom: 10px;
		line-height: 40px;
	}
	.home #sect02 .btn_style {
		text-align: center;
		padding-right: 0;
	}
	.home #sect02 .btn_style a {
		width: 280px;
	}
	.home .accsess .col_child:nth-of-type(1) p {
		text-align: center;
	}
	.home .info {
		padding: 15px 20px;
	}
	.home .info dl,
	.home .accsess dl,
	.home .box2 dl {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.home .info dt,
	.home .accsess dt,
	.home .box2 dt {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.home .box2 dt.multi_txt {
		line-height: 1.4;
	}
	.home .info dd,
	.home .accsess dd,
	.home .box2 dd {
		display: block;
		padding-left: 0;
	}
	.home .sect02_map {
		text-align: center;
	}
	.home .info dl {
		padding: 10px 0;
	}
	.home .info dl:first-child {
		border-top: 1px dashed #ccc;
	}
	.home .info dl:last-child {
		border-bottom: 1px dashed #ccc;
	}
	.home .info dd {
		line-height: 1.6;
	}
	.home .info dt {
		padding: 0;
	}
	.home .btn_list {
		display: block;
		text-align: center;
	}
	.home .btn_list li {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.home .box {
		padding: 100px 10px 20px;
	}
	.home .box2 {
		padding: 10px;
	}
	.home .box2 dd {
		text-align: center;
	}
	.home #sect05 .sect05_list01 li {
		float: none;
		margin-right: 0;
		display: block;
	}
	.home .box2 .dd_txt {
		text-align: left;
	}
	.home #sect03 .sitewrap {
		overflow: hidden;
	}
	.home #sect04 .sitewrap div {
		margin: 0 auto;
	}
	.home #sect04 h3 {
		display: block;
		padding-right: 0;
		padding-bottom: 10px;
		border-right: none;
	}
	.home #sect04 .line {
		width: 100px;
		height: 3px;
		background: #7d7d7d;
	}
	.home #sect04 ul {
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}
	.home #sect05 .h_style01 {
		background: url(../img/rainbow_line.jpg) no-repeat center 100px;
	}
}
/*kaisai
---------------------------------------------------------------------------------------------*/

.kaisai #sect01 h3 {
	margin-bottom: 90px;
}
.kaisai .sect01_left {
	width: 840px;
	float: left;
}
.kaisai .sect01_right {
	width: 211px;
	float: right;
}
.kaisai #sect01 .text02 {
	margin-bottom: 50px;
}
.kaisai .sect01_name {
	text-align: right;
}
.kaisai .sect01_name {}
@media screen and (max-width:768px) {
	.kaisai #sect01 h3 {
		margin-bottom: 30px;
	}
	.kaisai .sect01_left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.kaisai .sect01_name {
		text-align: center;
	}
	.kaisai .sect01_right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
/*logocon
---------------------------------------------------------------------------------------------*/

.criteria {
	display: flex;
	justify-content: space-around;
	border-top: 2px dotted #e28929;
	border-bottom: 2px dotted #e28929;
	padding: 20px;
	width: 941px;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 110px;
	font-weight: bold;
}
.criteria div:first-child {
	background: #e28929;
	border-radius: 8px;
	padding: 19px 34px;
	color: #fff;
	box-sizing: border-box;
	text-align: center;


}
.criteria div:nth-of-type(2) {
	color: #0c4e2b;

	font-size: 19px;
}
.winnigLogo {
	text-align: center;
	width: 1080px;
	margin: 0 auto;
}
.winnigLogo>div {}
.winnigLogo>div:nth-of-type(1) {
	margin-bottom: 25px;

}
.winnigLogo>div:nth-of-type(2) {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 35px;

}
.winning {
	display: flex;
	justify-content: space-between;
	border: 2px solid #fccf00;
	padding: 30px;
	width: 1080px;
	margin: 0 auto;
	border-radius: 8px;
	box-sizing: border-box;
}
.winning>div:nth-of-type(2) {
	width: calc(47% / 2);
}
.winning>div:nth-of-type(1) {
	width: 63%;
	margin: 0 50px;
}
.winning>div:nth-of-type(1) div:first-of-type {
	text-align: center;
}
.winning>div:nth-of-type(1) div {
	text-align: left;
}
.winning>div:nth-of-type(2) img {
	width: 75%;
}
.winning>div:nth-of-type(1)>div>div:first-of-type {
	border-bottom: 3px solid #ca0428;
	border-top: 3px solid #ca0428;
	padding: 10px 0;
}
.winning>div:nth-of-type(1)>div>div:nth-of-type(2) {
	font-weight: bold;
	margin: 20px 0;
}
.winning>div:nth-of-type(1) .comment {
	display: flex;
	width: 100%;
}
.winning>div:nth-of-type(1) .comment div:first-of-type {
	background: #7e7e7e;
	color: #fff;
	padding: 10px;
	width: 400px;
	height: 80px;
	margin-right: 10px;
	border-radius: 8px;
	box-sizing: border-box;
	padding-top: 30px;
}
@media screen and (max-width:768px) {
	.criteria {
		width: auto;
		flex-direction: column;
	}
	.criteria div:first-child {
		min-width: 124px;
		margin-bottom: 20px;
	}
	.winnigLogo {
		width: auto;
		flex-direction: column;
		flex-direction: column-reverse;

		padding: 0;
		align-items: center;
	}
	.winnigLogo div {

		width: auto;
	}
	.winnigLogo>div:nth-of-type(1) {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.winning>div:nth-of-type(1) .comment {
		width: auto;
		flex-direction: column;
	}
	.winning>div:nth-of-type(1) .comment div:first-of-type {
		width: auto;
		height: 40px;
		margin: 0 0 20px 0;
		font-size: 1.5rem;
		padding-top: 7px;
	}
	.winning {
		width: auto;
		flex-direction: column;


	}
	.winning>div:nth-of-type(1) {
		width: 100%;
		margin: 50px 0px;
	}
	.winning>div:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	.winning>div:nth-of-type(2) img {
		width: 50%;
	}
}
/*exhibition
---------------------------------------------------------------------------------------------*/

.exhibition table {
	width: 100%;
	box-sizing: border-box;
}
.exhibition table tr.f15 th {
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.exhibition table tr:first-of-type {
	background: #959595;
}
.exhibition table tr:first-of-type th {
	border: 1px solid #d2d2d2;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.exhibition table tr td:nth-last-of-type(4) {
	font-weight: bold;
	width: 280px;
}
.exhibition table tr td {
	border: 1px solid #d2d2d2;
	border-top: none;
	padding: 10px 20px;

}
.exhibition table tr th {
	text-align: center;
	color: #fff;
}
.exhibition table tr th p:first-of-type {
	font-size: 2rem;
	font-weight: bold;
}
.exhibition table tr th:first-of-type {
	width: 207px;
	box-sizing: border-box;
}
.exhibition table tr td:last-of-type {
	width: 110px;
	text-align: center;
}
.exhibition table tr td:nth-last-of-type(2) {
	width: 150px;
}
.exhibition table .f15 {
	background: #9a4273;
	border-bottom: 1px solid #9a4273;
}
.exhibition table .f14 {
	background: #6e5985;
	border-bottom: 1px solid #6e5985;
}
.exhibition table .f13 {
	background: #4e5391;
	border-bottom: 1px solid #4e5391;
}
.exhibition table .f12 {
	background: #105092;
	border-bottom: 1px solid #105092;
}
.exhibition table .f10 {
	background: #0175be;
	border-bottom: 1px solid #0175be;
}
.exhibition table .f09 {
	background: #006f8b;
	border-bottom: 1px solid #006f8b;
}
.exhibition table .f08 {
	background: #358763;
	border-bottom: 1px solid #358763;
}
.exhibition table .f07 {
	background: #9fa152;
	border-bottom: 1px solid #9fa152;
}
.exhibition table .f06 {
	background: #cd7f4d;
	border-bottom: 1px solid #cd7f4d;
}
.exhibition table .f05 {
	background: #c35a4b;
	border-bottom: 1px solid #c35a4b;
}
.exhibition table .f04 {
	background: #b73640;
	border-bottom: 1px solid #b73640;
}
.exhibition table .f03 {
	background: #c05b6d;
	border-bottom: 1px solid #c05b6d;
}
.exhibition table .f02 {
	background: #ae6484;
	border-bottom: 1px solid #ae6484;
}
@media screen and (max-width:768px) {

	.exhibition table tr:first-of-type th {
		padding: 0;
	}
	.exhibition table tr th:first-of-type {
		width: 75px;
	}
	.exhibition table tr th p:first-of-type {
		font-size: 1.3rem;
	}
	.exhibition table tr td {
		padding: 2vw;
	}
}
/*access
---------------------------------------------------------------------------------------------*/

.access .accessMap dl {
	display: table;
	vertical-align: middle;
	margin-bottom: 24px;
}
.access .accessMap dt {
	display: table-cell;
	width: 105px;
	height: 42px;
	background: #e28929;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.access .accessMap dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.access .accessMap .col_child:nth-of-type(1) p {
	padding-top: 30px;
}
.access .map+.btn_style {
	text-align: center;
	margin-top: 40px;
}
.access .map+.btn_style a {
	width: 335px;
	padding: 10px 0;
	line-height: 37px;
	background: #ea5d91;
	border-radius: 50px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	transition: 1s;
	font-size: 18px;
	font-weight: bold;
}
.access .map+.btn_style span::before {
	content: url(../img/btn_arrow.png);
	display: inline-block;
	padding-right: 20px;
}
.access .map {
	position: relative;
	padding-bottom: 460px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.access .map iframe,
.access .map object,
.access .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:768px) {
	.access .accessMap dt {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.access .accessMap dl {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.access .accessMap dd {
		display: block;
		padding-left: 0;
	}
	.access .accessMap .col_child:nth-of-type(1) p {
		text-align: center;
	}
	.access .map+.btn_style a {
		width: 260px;
	}
	.access .sect02_map {
		text-align: center;
	}
	.access .map {
		padding-bottom: 56.25%;
	}
}
/*privacy
---------------------------------------------------------------------------------------------*/

.privacy .privacy_list {
	padding: 30px 0;
}
.privacy .sect01_date {
	text-align: right;
}
/*program
---------------------------------------------------------------------------------------------*/
.program {
	background: #FBFAEE;
}
.program_menu {
	margin: 70px auto;
	margin-top: 0;
}
.program_menu_txt01 {
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	color: #DB0202;
	font-weight: bold;
	font-size: 20px;
}
.program_menu_txt02 {}
.program_menu ul {
	width: auto;
	margin-bottom: 70px;
}
.program_menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.program_menu li {
	width: 280px;
	float: left;
}
.program_menu li a {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	height: 78px;
	line-height: 78px;
	vertical-align: middle;
}
.program_menu li a span {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding-left: 8px;
	vertical-align: middle;
}
.program_menu li a span::before {
	position: absolute;
	content: url(../img/btn_arrow.png);
	display: block;
	width: 10px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: auto;
}
.program_menu li:nth-child(1) a {
	background-color: #D77278;
}
.program_menu li:nth-child(2) a {
	background-color: #ee881b;
}
.program_menu li:nth-child(3) a {
	background-color: #90C768;
}
.program_menu li a:hover {
	opacity: .7;
}
.program_menu .program_text {
	text-align: center;
	font-size: 20px;
	line-height: 175%;
}
.program_menu .boos_text {
	margin-top: 40px;
	font-weight: bold;
}
.program_text-red {
	font-size: 26px;
	color: red;
	margin-top: 35px;
	text-align: center;
}
.program_text-sub {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.program_menu p b {
	font-size: 32px;
}
.proguram_list-img {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.child_proguram_list-img {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	position: absolute;
	position: static;
	top: 363px;
	/* left: 16%; */
	transform: translateX(-1%);
	transform: none;
	width: 100%;
	clear: both;
	float: none;
}
.proguram-item-img {
	margin: 0 25px;
}
@media screen and (min-width:769px) {
	.program_menu_txt01 {
		font-size: 22px;
	}
	.program_menu li:nth-child(2) {
		margin-left: 25px;
		margin-right: 25px;
	}
	.program_menu li:nth-child(3) {
		width: 465px;
	}
	.program_menu li a {
		transition: 1s;
	}
	.program_menu li a span br {
		display: none;
	}
	.program_menu p b br {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.program_menu {
		margin: 40px 0;
	}
	.program_menu ul {
		margin-bottom: 40px;
	}
	.program_menu li {
		width: 100%;
		margin: 0 auto 10px;
		max-width: 320px;
		float: none;
	}
	.program_menu li a {
		font-size: 12px;
		height: 45px;
		line-height: 45px;
		vertical-align: middle;
	}
	.program_menu li a span::before {
		transform: scale(.6, .6);
	}
	.program_menu .program_text {
		font-size: 15px;
	}
	.program_menu .program_text-red {
		font-size: 16px;
	}
	.program_menu p b {
		font-size: 22px;
	}
	.program_menu .program_menu_txt02 {
		text-align: left;
	}
	.program_menu .proguram_list-img {
		display: block;
	}
	.program_menu .proguram_list-img .proguram-item-img {
		margin: 20px 25px;
	}
}
.ico_pg {
	display: inline-block;
	text-align: center;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 0;
	color: #FFF;
	background: #7D7D7D;
	margin-right: 10px;
	vertical-align: middle;
}
.ico_pg span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}
.program_list_time .date {
	font-weight: bold;
}
.icon_boos {
	width: 115px;
	font-weight: normal;
}
.ico_pg_lecturer {
	vertical-align: top;
	height: auto;
	padding: 2px 0;
	line-height: 1.5;
}
.ico_pg_lecturer.kousi_space {
	margin-bottom: 20px;
}
.ico_pg_lecturer-text {
	font-weight: bold;
}
.gray_ico {
	background: #fff;
	color: #58AEDF;
	text-align: left;
	width: auto;
}
.gray_ico span {
	font-size: 18px;
}
.program_img-ico01 {
	margin-bottom: 10px;
	width: 95px;
	height: 50px;
	line-height: 50px;
	background-color: #5BB6B9;
}
.program_img-ico02 {
	margin-bottom: 10px;
	width: 145px;
	height: 50px;
	line-height: 50px;
	margin-right: 0;
	background-color: #EA5D91;
}
.ico_pg_num {
	background: #59ACDE;
}
.ico_pg_num span {
	line-height: 1;
}
.ico_pg_num small {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.ico_pg_num b {
	font-size: 24px;
}
.ico_pg2 {
	height: 32px;
	line-height: 32px;
}
.program_list {
	margin-left: 55px;
}
.kaisai_place p {
	text-align:
		center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 175%;
}
.kaisai_place p span {
	text-align:
		center;
	padding-bottom: 30px;
	font-weight: normal;
	font-size: 18px;
	line-height: 175%;
}
.program_list>li {
	width: auto;
	margin-bottom: 30px;
	padding: 20px;
	border: 5px solid #EDEDED;
	background: #FFF;
}
.program_boos-list>li {
	margin-bottom: 80px;
	min-height: 200px;
}
.proguram_boos-text {
	font-weight: bold;
	margin-top: 40px;
}
.program_list.form_send>li {
	position: relative;
	/*	border-left-width:60px;*/
}
.kaisai_place p {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 175%;
}
.kaisai_place p .underline {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 175%;
	text-decoration:
		underline;
	text-underline-offset: 5px;
}
.program_list.seminar_wrap>li {
	min-height: 370px;
}
.program_list.seminar_wrap.child_proguram_list>li {
	min-height: 0;
}
.program_list.form_send>li input[type="checkbox"] {
	display: none;
}
.program_list.form_send>li .check_wrap {
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: bold;
	width: 50px;
	text-align: center;
	background: #7BB94D;
	padding: 5px;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.program_list.form_send>li .check_wrap:after {
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	width: 20px;
	height: 5px;
	right: -25px;
	top: 20px;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 20px solid #7BB94D;
}
.program_list.form_send>li .check_wrap label {
	display: block;
	width: 19px;
	height: 19px;
	background: #fff;
	margin: 0px auto;
	box-sizing: border-box;
	border: solid 1px #999;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
}
.program_list.form_send>li input[type="checkbox"]:checked+.check_wrap label:after {
	content: "";
	display: inline-block;
	border-left: solid 4px #666;
	border-bottom: solid 4px #666;
	box-sizing: border-box;
	width: 14px;
	height: 8px;
	position: absolute;
	top: 4px;
	left: 2px;
	transform: rotate(-45deg);
}
.program_list>li:after {
	content: "";
	clear: both;
	display: block;
}
.program_list h3+p,
.program_list h4+p,
.program_list .program_list_img+p {
	margin-bottom: 20px;
}
.program_list h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 22px;
	color: #58AEDF;
	line-height: 1.3;
}
.program_list h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.program_list .program_tag span{
	background: #e7e7e7;
	color: #282828;
	padding: 0 0.5em 0.1em;
	margin-right: 0.5em;
	display: inline-block;
	margin-bottom: 0.5em;
}
.program_list_time li {
	border-bottom: 1px dashed #B3B3B3;
}
.program_list_time li:last-child {
	border: 0;
}
.program_list_time li a {
	width: 100%;
	max-width: 265px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: #7BB94D;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	vertical-align: middle;
	transition: 1s;
}
.program_list_time li a span {
	display: inline-block;
	line-height: 1;
}
.program_list_time li a span::before {
	content: url(../img/btn_arrow.png);
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}
.program_list_time li a:hover {
	opacity: .7;
}
.ico_pg+span {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.ico_pg+span.kouza_14 {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.program_list_img {
	text-align: right;
}

.program_list_img--down {
	margin-top: 195px;
}








/* .program_list_img .semiar_img {
	height: 300px;
} */

.program_list_img .img_txt {
	margin-top: 10px;
}
body.program .send_btn {
	position: fixed;
	bottom: 0;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 10;
}
body.program .send_btn button {
	width: 280px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	background: rgba(130, 190, 70, 0.9);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	vertical-align: middle;
	transition: 0.6s;
	border: none;
	cursor: pointer;
	z-index: 10;
}
body.program .send_btn button:hover {
	background: rgba(90, 170, 50, 1);
}
body.program .program_guide ul {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1)
}
body.program .program_guide ul li {
	padding: 0 0 10px;
}
body.program .program_guide ul li+li {
	border-top: dotted 2px #ccc;
	padding: 10px 0;
}
body.program .program_guide .left_area {
	float: left;
	width: 380px;
}
body.program .program_guide .left_area .text {
	text-align: left;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	color: #444;
}
body.program .program_guide .left_area .text b {
	color: #E50012
}
body.program .program_guide .right_area {
	float: right;
	width: 630px;
	border: solid #aaa 1px;
	position: relative;
}
body.program .program_guide .right_area::before,
body.program .program_guide .right_area::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
body.program .program_guide .right_area::before {
	left: -50px;
	width: 40px;
	height: 6px;
	background: #E50012;
}
body.program .program_guide .right_area::after {
	left: -35px;
	width: 20px;
	height: 20px;
	border-top: 5px solid #E50012;
	border-right: 5px solid #E50012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.program .program_guide .right_area .pht {
	text-align: center;
}
body.program .program_guide li:nth-child(3) .right_area .pht {
	padding: 0 80px;
}
body.program .program_guide li:nth-child(1) .right_area::before {
	top: auto;
	bottom: 40px;
}
body.program .program_guide li:nth-child(1) .right_area::after {
	top: auto;
	bottom: 30px;
}
body.program .program_guide li:nth-child(2) .right_area::before {
	top: auto;
	bottom: 20px;
	width: 260px;
}
body.program .program_guide li:nth-child(2) .right_area::after {
	top: auto;
	bottom: 10px;
	left: 185px;
}
body.program .program_guide li:nth-child(3) .right_area::before {
	top: auto;
	bottom: 132px;
	width: 126px;
}
body.program .program_guide li:nth-child(3) .right_area::after {
	top: auto;
	bottom: 122px;
	left: 50px;
}
body.program .program_guide .right_area .pht img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.program_list_redtext {
	color: #db0202;
	margin-bottom: 20px;
	border: solid 1px #db0202;
	padding: 10px;
}
.program_list_detail_link {
	color: #1A0DBE;
}
.program_list_detail--red {
	color: red;
}
.program_list_detail-bold {
	font-weight: bold;
}
.program_list_detail-bold_1 {
	font-weight: bold;
}
.program_list_detail-bold_2 {
	font-weight: bold;
	margin-top: 10px;
}
.program_list_detail-normal {
	font-weight: normal;
}
@media screen and (min-width:769px) {
	body.program .send_btn {
		background-color: rgb(255, 255, 255, 0.9);
		padding: 16px 0 26px;
	}
	.program_list_detail {
		position: relative;
		width: 690px;
		float: left;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 60px;
	}
	.child_proguram_list .program_list_detail {
		min-height: 350px;

	}
	.program_list_img {
		position: absolute;
		top: 6px;
		right: -304px;
		width: 270px;
	}
	.program_list_img2 {
		position: absolute;
		top: 330px;
		right: -320px;
		width: 270px;
	}
	.program_list_capacity {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
	}
	.program_list_time li a {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.program_list_capacity .ico_pg {
		height: 36px;
		line-height: 36px;
	}
	.program_list_time li {
		position: relative;
		padding: 10px 0px 10px 0;
	}
	.sitewrap.seminer2 .program_list {
		margin-left: 0;
	}
	.sitewrap.seminer2 .program_list_detail {
		width: 720px;
	}
	.sitewrap.seminer2 .program_list_time li {
		padding: 10px 0 10px 0;
	}
	.element_pb {
		padding-bottom: 122px;
	}
	.program_list_detail_link {
		color: #1A0DBE;
	}
}
@media screen and (max-width:768px) {
	.program_list {
		margin: 0;
	}
	.kaisai_place p {
		text-align: center;
		padding-bottom: 30px;
		font-weight: bold;
		font-size: 15px;
		line-height: 175%;
	}
	.kaisai_place p .underline {
		padding-bottom: 30px;
		font-weight: bold;
		font-size: 15px;
		line-height: 175%;
		text-decoration: underline;
		text-underline-offset: 5px;
	}
	.program_list.form_send.seminar_wrap.child_proguram_list>li {
		/* height: 1370px; */
	}
	.program_list>li {
		padding: 10px;
	}
	.program_list_img {
		text-align: center;
		margin-bottom: 10px;
	}
	.child_proguram_list-img {
		display: block;
		margin-top: 40px;
		position: static;
		/* top: 906px; */
		/* left: 20%; */
		/* transform: translateX(-20%); */
		width: 100%;
	}
	.child_proguram_list-img .proguram_item-img {
		margin-bottom: 20px;
	}
	.child_proguram_list-img .proguram_item-img img {
		margin: auto;
	}
	.ico_pg {
		width: auto;
		height: 30px;
		line-height: 25px;
		margin-right: 5px;
		padding: 0 5px;
	}
	.ico_pg span {
		font-size: 14px;
		line-height: 30px;
	}
	.program_list h3 {
		font-size: 18px;
	}
	.program_list h4 {
		font-size: 14px;
	}
	.program_list_capacity {
		margin-bottom: 10px;
		text-align: right;
	}
	.program_list_detail p {
		margin-bottom: 10px;
	}
	.ico_pg_lecturer+span {
		width: 100%;
		vertical-align: top;
		font-size: 13px;
	}
	.ico_pg_lecturer+.lecturer_space {
		width: 100%;
		vertical-align: top;
		font-size: 13px;
	}
	.ico_pg_lecturer.kousi_space {
		margin-bottom: 10px;
	}
	.ico_pg_lecturer.lecturer_space {
		margin-top: 10px;
	}
	.ico_pg_num {
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
	}
	.ico_pg_num small {
		display: inline-block;
		vertical-align: middle;
	}
	.ico_pg_num b {
		font-size: 20px;
		margin-left: 5px;
	}
	.program_list_time li a {
		margin: 20px auto;
	}
	.program_list_time li {
		margin-bottom: 20px;
		padding-bottom: 0;
		position: relative;
	}
	.program_list_time li .ico_pg {
		width:
			auto;
		vertical-align: m;
	}
	.program_list.form_send>li .check_wrap {
		left: auto;
		right: 0;
		top: 28px;
		transform: none;
		border-radius: 5px;
		width: 60px;
	}
	.program_list.form_send>li .check_wrap:after {
		conten: none;
		display: none;
	}
	.program_list.form_send>li .check_wrap p {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.program_list.form_send>li .check_wrap label {
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;

	}
	body.program .sidemenu ul {
		text-align: left;
		display: flex;
		align-items: stretch;
	}
	body.program .sidemenu ul li {
		width: 65px;
	}
	body.program .sidemenu ul li.target_btn {
		display: block;
		width: calc((100% - 65px)/3);
		background: #5bb6b9;
		max-height: 65px;
	}
	body.program .sidemenu ul li.target_btn.btn_online {
		background: #ea5d91;
	}
	body.program .sidemenu ul li.target_btn a {
		display: flex;
		height: 100%;
		justify-content: c;
		align-items: center;
	}
	body.program .sidemenu ul li.target_btn a img{
		object-fit: cover;
		height: 100%;
	}
	body.program .sidemenu ul li .sidemenu_btn {
		max-width: 100%;
		width: 100px;
	}
	body.program .send_btn {
		z-index: 1000;
		bottom: 5px;
		left: 5px;
		text-align: left;
		margin-right: 135px;
	}
	body.program .send_btn button {
		max-width: 100%;
		box-sizing: border-box;
		font-size: 12px;
		border-radius: 20px;
		line-height: 55px;
		height: 55px;
	}
	body.program .program_guide ul {
		padding: 15px 10px;
		border-radius: 10px;
	}
	body.program .program_guide ul li {
		padding: 0 0 10px;
	}
	body.program .program_guide ul li+li {
		border-top: dotted 1px #ccc;
	}
	body.program .program_guide .left_area {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	body.program .program_guide .left_area .text {
		font-size: 16px;
	}
	body.program .program_guide .right_area {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	body.program .program_guide .right_area .pht {
		text-align: center;
	}
	body.program .program_guide .right_area .pht img {
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}
	body.program .program_guide .right_area::before,
	body.program .program_guide .right_area::after {
		display: none;
	}
	.program_list_detail_link,
	.program_list_detail_link:visited {
		color: #1A0DBE;
	}

	.program_list_img--down {
		margin-top: 0px;
	}
}
.seminer2>h4 {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #59ACDE;
}
.seminer2>h4 span {
	font-size: 16px;
}
.seminer2 .program_list h4 {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.seminer2 .program_list h4:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	color: #59ACDE;
}
.seminer2 .program_list .program_list_time {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.seminer2 .program_list .program_list_time:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
@media screen and (min-width:769px) {
	/*.seminer2 > h4 span {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: auto;
		height: 1rem;
	}*/
}
@media screen and (max-width:768px) {
	.seminer2>h4 span {
		display: block;
	}
	.seminer2 .ico_pg+span {
		width: calc(100% - 60px);
	}
	.seminer2 .ico_pg_lecturer,
	.seminer2 .ico_pg_lecturer+span {
		margin-top: 10px;
	}
}
/*form
---------------------------------------------------------------------------------------------*/
.form {
	background: #FBFAEE;
}
.form_list {
	margin: 60px 0;
}
.form_check_box {
	margin: 40px 0;
}
.form_check_box .form_btn {
	display: none;
}
.form_list h3 {
	margin-bottom: 20px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #e28929;
	border-bottom: 5px solid #5FA030;
}
.form_list h3+ul>li {
	position: relative;
	padding: 10px;
	background: #FFF;
	border: 2px solid #BABABA;
	margin-bottom: 10px;
}
.form_list h3+ul>li ul+ul {
	margin-top: 10px;
}
.form_list h3+ul>li ul li {
	display: inline-block;
	vertical-align: middle;
}
.form_num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #C93D6F;
	background: #FFF;
	box-sizing: border-box;
}
.form_num span {
	font-weight: bold;
	line-height: 1;
	color: #C93D6F;
}
.form_ttl {
	font-weight: bold;
	max-width: 640px;
	margin-right: 10px;
}
.form_day {
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.form_day1 {
	background: #ea5d91;
}
.form_day2 {
	background: #ee881b;
}
.form_day span {
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}
.form_tim {
	font-weight: bold;
}
.form_price {
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	color: #EA5D91;
	font-weight: bold;
}
.form_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	width: 140px;
	height: 40px;
}
.form_btn a {
	display: block;
	color: #FFF;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #666;
	border-radius: 100px;
}
.form_btn a:hover {
	opacity: .5;
}
.form_btn a span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
}
.form_btn a span:before {
	position: absolute;
	content: url(../img/btn_cancel.png);
	display: block;
	top: 2px;
	bottom: 0;
	left: -10px;
	line-height: 15px;
	margin: auto;
	transform: scale(.5, .5);
}
.form_list h3+ul>li.form_list_other {
	background-color: #F7E5BF;
	border-color: #DD8410;
}
.form_continue {
	margin-bottom: 60px;
	padding: 30px;
	border: 3px solid #DBDBDB;
	background: #FFF;
}
.form_continue h3 {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.form_continue h3:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 18px;
	background: url(../img/form/form_continue_arrow.png) no-repeat 0 0;
	background-size: 34px auto;
	margin-left: 10px;
}
.form_continue ul {
	display: inline-block;
	vertical-align: middle;
}
.form_continue ul li {
	display: inline-block;
	width: 270px;
	vertical-align: middle;
}
.form_continue ul li:nth-child(1),
.form_continue ul li:nth-child(2) {
	margin-right: 20px;
}
.form_continue li a {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
}
.form_continue li a span {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-left: 8px;
	vertical-align: middle;
}
.form_continue li a span::before {
	position: absolute;
	content: url(../img/btn_arrow.png);
	display: block;
	width: 10px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: auto;
}
.form_continue li:nth-child(1) a {
	background-color: #D77278;
}
.form_continue li:nth-child(2) a {
	background-color: #ee881b;
}
.form_continue li:nth-child(3) a {
	background-color: #435FA9;
}
.form_continue li a:hover {
	opacity: .7;
}
.form_continue p {
	margin-top: 20px;
	text-align: center;
	color: #E95D90;
	font-weight: bold;
}
@media screen and (min-width:769px) {
	.form_btn a {
		transition: .5s;
	}
}
@media screen and (max-width:768px) {
	.form_list {
		margin: 30px 0;
	}
	.form_list h3 {
		padding: 10px;
	}
	.form_list h3+ul>li {
		position: relative;
		padding-left: 50px;
		padding-right: 70px;
		min-height: 60px;
	}
	.form_num {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.form_btn {
		top: 0;
		right: 10px;
		width: 60px;
		height: 60px;
		margin: 0;
	}
	.form_btn a {
		border-radius: 5px;
		width: 60px;
		height: 60px;
		line-height: 50px;
	}
	.form_btn a span {
		padding: 30px 0 0;
		text-align: center;
		font-size: 10px;
		line-height: 1;
		vertical-align: middle;
	}
	.form_btn a span:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: inherit;
	}
	.form_list h3+ul>li ul li {
		margin-bottom: 5px;
		top: 10px;
	}
	.form_list h3+ul>li ul li.form_ttl {
		display: block;
		margin-bottom: 5px;
	}
	.form_continue {
		margin-bottom: 30px;
		padding: 10px;
	}
	.form_continue h3 {
		display: block;
		margin-bottom: 10px;
	}
	.form_continue ul {
		display: block;
	}
	.form_continue ul li {
		width: 33%;
		margin-right: 0px;
	}
	.form_continue ul li:nth-child(1),
	.form_continue ul li:nth-child(2) {
		/* width: 70px; */
		margin-right: 1px;
	}
	.form_continue ul li a {
		font-size: 12px;
		height: 45px;
		line-height: 45px;
		vertical-align: middle;
	}
	.form_continue ul li:nth-child(3) {
		width: calc(50% - 20px);
		margin-right: 0;
	}
	.form_continue ul li a span::before {
		transform: scale(.6, .6);
	}
}
/* formページ
-------------------------------------------------------------------*/

.form #sect03 h3 {
	margin-bottom: 20px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #e28929;
	border-bottom: 5px solid #5FA030;
}
.form_list .form_check_tit {
	background: none !important;
	border-bottom: none !important;
	border-left: 10px solid #e28929 !important;
	color: #000 !important;
	padding: 0 0 0 10px !important;
}
.form .form_area {
	width: 100%;
	border: 0;
	border-top: #B9B9B9 1px dashed;
}
.form .form_area tr {
	border-bottom: #B9B9B9 1px dashed;
}
.form .form_area th {
	position: relative;
	width: 220px;
	background: #FFF;
	padding: 20px;
	font-weight: bold;
}
.form .form_area td {
	padding: 20px;
}
.form .form_area td input {
	height: 30px;
	font-size: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.form .form_area td span {
	display: block;
}
.form .form_area td span+span {
	margin-top: 10px;
}
.form .form_area td .w_type01 {
	width: 70%;
}
.form .form_area td .w_type02 {
	width: 21%;
}
.form .form_area td .w_type03 {
	width: 28%;
}
.form .form_area td .w_type04 {
	width: 7%;
}
.form .form_area td .w_type05 {
	width: 14%;
}
.form .form_area td .w_type06 {
	width: 35%;
}
.form .form_area td .w_type07 {
	width: 10em;
}
.form .form_area td .txt_i {
	padding-left: 1em;
}
.form .a_col {
	margin-left: 10px;
}
.form .form_area td textarea {
	border: #cbcbcb 1px solid;
	font-size: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.form .form_area tr.form_name .required {
	margin-top: -17px;
}
.cp_sl01 {
	overflow: hidden;
	width: auto;
}
.form_area select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form_area select::-ms-expand {
	display: none;
}
.form_area .cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.form_area .cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form_area .cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.form .form_area td table {
	width: 100%;
}
.form .form_area td table th,
.form .form_area td table td {
	padding: 10px;
	background: transparent;
}
.form .form_area td table th {
	width: 150px;
}
.form .form_area td table tr {
	border: 0;
}
.accompany {
	margin-top: 20px;
	padding-top: 10px;
	border-top: #B9B9B9 1px dashed;
}
.form .btn {
	display: block;
	background: #ea5d91;
	width: 280px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	margin: 30px auto 0;
	border-radius: 100px;
}
.form .btn2 {
	background: #FFF;
	border: 1px solid #CCC;
}
.form .btn:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	transition: all 0.3s;
}
.form .btn span {
	display: block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.form .btn span::before {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 72px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form .btn input {
	display: block;
	color: #fff;
	background: none;
	font-size: 100%;
	width: 100%;
	height: 50px;
	outline: none;
	border: none;
}
.form .btn2 a:hover {
	text-decoration: none;
}
.form .btn.btn2 span::before {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 75px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.required {
	padding: 10px;
	box-sizing: border-box;
	margin: auto;
	width: 44px;
	height: 32px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	/*display: inline-block;*/
	border-radius: 5px;
	background: #E95D90;
	float: right;
}
.btn_area {
	text-align: center;
}
.btn_area .btn {
	display: inline-block;
}
@media screen and (min-width:769px) {
	.form_list02 {
		font-size: 0;
	}
	.form_list02 li {
		display: inline-block;
		width: 50%;
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.form #sect03 h3 {
		padding: 10px;
	}
	.form .form_area th,
	.form .form_area td {
		padding: 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.form .form_area th br {
		display: none;
	}
	.form .form_area td .txt_i {
		padding-left: 0;
	}
	.form .form_area td .w_type01,
	.form .form_area td .w_type06 {
		width: 100%;
	}
	.form .form_area td .w_type02,
	.form .form_area td .w_type03 {
		width: 50%;
	}
	.form .form_area td .w_type04 {
		width: 20%;
	}
	.form .form_area td .w_type05 {
		width: 25%;
	}
	.form .a_col {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.form .form_area td table th,
	.form .form_area td table td {
		width: 100%;
		padding: 0;
	}
	.required {
		margin-top: -4px;
	}
	.form .form_area tr.form_name .required {
		margin-top: -4px;
	}
}
.complete_box01 {
	border: 1px solid #383008;
}
.complete_text02 {
	padding-top: 0 !important;
}
.complete_box_tit {
	font-weight: bold;
}
/* stady
-------------------------------------------------------------------*/

.study {
	background: #FBFAEE;
}
.study_top {
	margin: 60px 0;
	text-align: center;
}
.study_top .sitewrap {
	text-align: center;
}
.study_top p {
	margin-bottom: 60px;
	text-align: center;
}
.study_top dl {
	display: inline-block;
	border: 2px solid #D1D1D1;
	border-right: 0;
	border-left: 0;
	padding: 20px 15px;
}
.study_top dt,
.study_top dd {
	display: inline-block;
}
.study_top dt {
	margin-right: 30px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	background: #0068B3;
}
.study .fe_box {
	margin-bottom: 100px;
}
.study .h_style02_2 span {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border: 0;
}
.study .h_style02_2 span:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 340px;
	height: 5px;
	background: #91c868;
}
.study_recommend .col_child .study_recommend_box {
	background: #FFF;
	border: 5px solid #D4E4C8;
	box-sizing: border-box;
}
.study_recommend .col_child h4 {
	text-align: center;
	margin-top: -5px;
}
.study_recommend_box p {
	padding: 20px 20px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.study_recommend_box p b {
	color: #d87379;
}
.study_recommend_box p+p {
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 20px 20px;
}
.study_example {
	background: #FFF;
	border: 5px solid #D4E4C8;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
}
.study_privilege {
	margin-top: 80px;
	margin-bottom: 60px;
}
.study_privilege h4 {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 20px;
}
.study_privilege_box {
	position: relative;
	background: #FFF;
	border: 2px solid #79B447;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	z-index: 10;
}
.study_privilege_box p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.study_privilege_box p+p {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	letter-spacing: -1px;
}
.study_privilege_box figure {
	position: absolute;
	right: 0;
	bottom: -60px;
	z-index: 1000;
	display: block;
}
.study_privilege .col_child:last-child .study_privilege_box {
	text-align: left;
}
.study_privilege .col_child:last-child .study_privilege_box p+p {
	margin-left: 10px;
}
.study_flow li {
	position: relative;
	background: #FFF;
	margin-bottom: 40px;
}
.study_flow li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #e28929 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.study_flow table {
	width: 100%;
	border: 2px solid #e28929;
}
.study_flow th {
	padding: 20px;
	width: 370px;
	background: #e28929;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
}
.study_flow td {
	padding: 20px;
}
.study_flow p+p {
	margin-top: 20px;
}
.study_flow p b {
	color: #dd2222;
}
.study_flow li:nth-child(2) td p:last-child {
	text-align: right;
}
.study_flow li:last-child:after {
	display: none;
}
.study_apply dl {
	padding: 20px;
	background: #FFF;
	border: 2px solid #E4E4E4
}
.study_apply dt,
.study_apply dd {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.study_apply dt {
	width: 150px;
}
.study_apply dd {
	width: 290px;
	height: 70px;
}
.study_apply dd a {
	position: relative;
	line-height: 70px;
	padding-left: 30px;
	display: block;
	color: #FFF;
}
.study_apply dl:nth-child(1) {
	margin-bottom: 20px;
}
.study_apply dl:nth-child(1) dt {
	color: #59ACDE;
}
.study_apply dl:nth-child(2) dt {
	color: #D77278;
}
.study_apply dd a:before {
	position: absolute;
	content: "";
	background: url(../img/btn_arrow.png) no-repeat 0 0;
	display: block;
	width: 10px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.study_apply dl:nth-child(1) dd {
	background: #59ACDE;
}
.study_apply dl:nth-child(2) dd {
	background: #D77278;
}
.study_apply dd em {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: 2px solid #FFF;
	text-align: center;
	display: inline-block;
}
.study_apply dd b {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.study_apply dd span {
	width: 60px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: #FFF;
	text-align: center;
	display: inline-block;
}
.study_apply dl:nth-child(1) dd span {
	color: #59ACDE;
}
.study_apply dl:nth-child(2) dd span {
	color: #D77278;
}
.study_apply dd a:hover {
	text-decoration: none;
}
.entry_notice {
	border: 1px solid #dd2222;
	padding: 10px;
	width: 66%;
	margin: 0 auto;
	padding-left: 40px;
	box-sizing: border-box;
}
.study_notice {
	background: #FFF;
	border: 5px solid #D4E4C8;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
}
.study_notice ul {
	text-align: left;
	display: inline-block;
}
.study_notice li {
	position: relative;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.study_notice li:before {
	position: absolute;
	content: "";
	background: url(../img/study/study_08.png) no-repeat 0 0;
	display: block;
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
}
.study_notice li:last-child {
	margin-bottom: 0;
}
.study_notice+p {
	margin: 20px;
	text-align: center;
}
.study_answer {
	text-align: center;
}
.study_answer h4 {
	text-align: center;
	color: #EA5D91;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.study_answer p {
	display: inline-block;
	text-align: left;
}
.study_policy table {
	width: 100%;
}
.study_policy th,
.study_policy td {
	padding: 10px;
	border: 1px solid #D1D1D1
}
.study_policy th {
	font-weight: bold;
	background: #FFF;
}
@media screen and (min-width:769px) {
	.study_apply dd {
		transition: .5s;
	}
	.study_apply dd:hover {
		opacity: .5;
	}
	.study_recommend {
		width: 970px;
		margin: 0 auto;
	}

	.sub_tit--scale {
		font-size: 18px;
	}
	
	.sub_tit--corporate {
		font-size: 14px;
	}
	
}
@media screen and (max-width:768px) {
	.study_top {
		margin: 30px 0;
	}
	.study_top p {
		margin-bottom: 30px;
	}
	.study_top dt {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.study .fe_box {
		margin-bottom: 40px;
	}
	.study_apply dd:hover {
		opacity: .5;
	}
	.study .h_style02_2 {
		margin-bottom: 10px;
	}
	.study .h_style02_2 span {
		font-size: 24px;
	}
	.study_recommend .col_child {
		margin-bottom: 20px;
	}
	.study_example {
		padding: 5px;
	}
	.study_privilege {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.study_privilege h4 {
		margin-top: -30px;
	}
	.study_privilege h4 img {
		width: 60px;
		height: auto;
	}
	.study_privilege .col_child {
		margin-bottom: 40px;
	}
	.study_privilege_box p {
		font-size: 18px;
	}
	.study_flow th,
	.study_flow td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.study_flow td img {
		max-width: 100%;
	}
	.study_apply dt,
	.study_apply dd {
		display: block;
		margin-bottom: 10px;
	}
	.study_policy th,
	.study_policy td {
		display: block;
	}
	.entry_notice {
		width: auto;
		padding-left: 10px;
	}
}
.program_apply_btn {
	display: none !important;
}
/*
202001 add
______________________________________________________*/
.home.top header {
	background: none;
	background-color: #e28929;
}
.home.top #sect01 {
	background: none;
}
.top .h_style01 {
	position: relative;
	padding: 50px 0 0;
	background: none;
}
.home.top #sect01 .sitewrap>p.texts {
	margin: 24px 0 40px;
}
.border {
	background-image: url(../img/border.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
}
.flex {
	display: -webkit-box;
	display: flex;
}
.flex.j_around {
	justify-content: space-around;
}
.flex.j_between {
	justify-content: space-between;
}
p.medical>a {
	width: 95%;
}
p.medical>a>img {
	width: 100%;
}
@media (max-width: 768px) {
	.top header h1 {
		margin-right: 0;
	}
	.top .flex {
		display: block;
	}
	.top .flex .block_link {
		text-align: center;
	}
	.top .flex .block_link:last-of-type {
		padding-top: 30px;
	}
	.top .flex .block_link img {
		max-width: 80%;
	}
	/* .top footer {
		padding-bottom: 0;
	} */


}
.home .sitewrap>p {
	font-size: 20px;
}
body.program .entry_btn_end {
	width: 280px;
	height: 60px;
	line-height: 22px;
	display: inline-block;
	background: #696969;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/* border-radius: 100px; */
	vertical-align: middle;
	transition: 0.6s;
	border: none;
	/* cursor:pointer; */
	z-index: 10;
	padding: 15px 0 0 0;
}
.seminar_text-date {
	margin-top: 45px;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #58AEDF;
	padding: 10px 0;
	padding-left: 20px;
	border-radius: 10px;
}
.seminar_list-red {
	text-align: center;
}
.seminar_text-date-red {
	background-color: red;
	margin-top: 45px;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	padding-left: 20px;
	border-radius: 10px;

}
.please {
	padding: 40px 70px;
	background-color: #fff;
	text-align: center;
	margin: 65px 0;
	margin: 90px 0 65px;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
}
.please_title {
	font-size: 24px;
	font-weight: bold;
	color: #e28929;
	letter-spacing: 2px;
}
.please_text {
	font-size: 18px;
	margin: 40px 0;
	line-height: 175%;
}
.please_text-list {
	margin-bottom: 40px;
}
.please_text-item {
	text-align: left;
	padding: 0 135px;
}
.please_text-red {
	font-size: 16px;
	color: red;
	font-weight: bold;
	line-height: 175%;
}
@media (max-width: 768px) {
	.please {
		padding: 20px;
		margin-top: 65px;
	}
	.please .please_text {
		font-size: 16px;
	}
	.please_text-item {
		text-align: left;
		padding: 0 20px;
	}
	.please .please_text-red {
		font-size: 14px;
	}
}
.dousen {
	margin-bottom: 25px;
}
.dousen img {
	width: 100%;
}
.korona_save {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px #E4E4E4;
}
.korona_save-title {
	font-size: 18px;
	padding: 10px 25px;
	border: 2px solid #76bae3;
	border-radius: 10px;
	color: #76bae3;
	display: inline-block;
	font-weight: bold;
}
.korona_save-list {
	margin-top: 20px;
}
.korona_save-item {
	margin-bottom: 10px;
	line-height: 175%;
}
@media (max-width: 768px) {
	.program_img-ico01 {
		height: 60px;
		line-height: 60px;
	}
	.program_img-ico02 {
		margin-bottom: 10px;
		width: auto;
		height: 60px;
		line-height: 60px;
		margin-right: 0;
	}
	.program_img-ico01 span,
	.program_img-ico02 span {
		line-height: 18px;
		min-width: 6em;
		font-size: 12px;
	}
	.program_list_time .date {
		line-height: initial;
		font-size: 12px;
		width: auto;
		display: block;
		margin-top: 10px;
	}
}
.border_before {
	position: relative;
}
.border_before::before {
	content: "";
	display: block;
	width: 340px;
	height: 3px;
	background-color: #ee881b;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%)
}
.korona_border {
	position: relative;
}
.korona_border::before {
	content: "";
	display: block;
	width: 340px;
	height: 3px;
	background-color: #ee881b;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%)
}
@media (max-width: 768px) {

	.korona_save .korona_save-item {
		font-size: 13px;
	}
	.border_before {
		margin-top: 30px;
	}
	.border_before::before {
		top: 40px;
	}
	.korona_border::before {
		top: 65px;
	}
}
.sub_tit {
	font-size: 16px;
}

.sub_tit--scale {
	font-size: 18px;
}

.sub_tit--corporate {
	font-size: 14px;
}





.gaiyou_text {
	padding: 5px;
	background-color: #d0ac75;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-left: 55%;
}
/* otona
-------------------------------------------------------------------*/
.otona {
	background: #f6f5e4;
}
.otona .ontona_tit {
	margin: 0 auto 40px;
	display: block;
	padding: 5px 20px;
	background: url(../img/otona/img01.png) no-repeat;
	background-position: center;
	box-sizing: border-box;
}
.otona .ontona_tit span {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	display: block;
}
.otona .section02 {
	background-color: #e9fdcd;
	background-image: url(../img/bg_green.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	padding: 65px 0;
	position: relative;
}
.otona .section02 .section02_col2 {
	display: flex;
	margin-top: 60px;
}
.otona .section02 .section02_col2 p.text {
	font-size: 20px;
	line-height: 42px;
	margin: 0;
	text-align: left;
}
.otona .section02 .section02_col2 .img_wrap {
	margin: auto;
	padding: 0;
}
.otona .section02 .inner {
	justify-content: space-between;
}
.otona .section02 .content_info {
	position: relative;
	width: 900px;
	height: auto;
	margin: 130px auto 0;
	padding: 25px 40px;
	box-sizing: border-box;
}
.otona .section02 .content_info .num_img {
	position: absolute;
	top: -80px;
	right: 15px;
}
.otona .section02 .content_info .detail_wrap .tit_wrap,
.otona .section02 .content_info .detail_wrap .time_wrap {
	float: left;
	width: 25%;
	text-align: left;
}
.otona .section02 .content_info .detail_wrap .tit_wrap p {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 20px;
	padding: 10px 20px;
	line-height: 1;
	color: #fff;
	background: #2437f5;
	z-index: 0;
}
.otona .section02 .content_info .detail_wrap .tit_wrap p:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 27.5px;
	height: 27.5px;
	background: #2437f5;
	top: 6px;
	bottom: 0;
	right: -15px;
	transform: rotate(45deg);
	z-index: -1;
}
.otona .section02 .content_info .detail_wrap .time_wrap {
	margin-top: 20px;
	line-height: 1.5;
	font-size: 18px;
}
.otona .section02 .content_info .detail_wrap .day_wrap {
	display: flex;
	float: right;
	width: 75%;
}
.otona .section02 .content_info li {
	text-align: center;
	font-size: 18px;
}
.otona .section02 .content_info .day_wrap ul {
	width: 50%;
}
.otona .section02 .content_info .day_wrap .otona_sun {
	border-left: 2px solid #ccc;
}
.otona .section02 .content_info .day_wrap .otona_sat .day,
.otona .section02 .content_info .day_wrap .otona_sun .day {
	font-size: 20px;
	font-weight: bold;
	color: #2437f5;
	line-height: 1.6;
}
.otona .section02 .content_info .day_wrap .otona_sun .day {
	color: #f02424;
}
.otona .section02 .content_info .day_wrap ul li+li {
	margin-top: 10px;
}
.otona .section02 .content_info .day_wrap ul li span {
	display: inline-block;
	background: #2437f5;
	color: #fff;
	text-align: center;
	width: 40px;
	padding: 2px 0;
	box-sizing: border-box;
	margin-right: 10px;
}
.otona .section02 .content_info .day_wrap .otona_sun span {
	background: #f02424;
}
.otona .section03 .sitewrap {
	margin: 80px auto;
}
.otona .section03 .section03_wrap {
	margin: 80px 0 60px;
}
.otona .section03 .section03_caution {
	background: #fff;
	text-align: left;
	padding: 10px 30px;
	box-sizing: border-box;
}
.otona .section03 .section03_caution dt {
	display: inline-block;
	border: 2px solid #58aedf;
	border-radius: 5px;
	padding: 2px 20px;
	color: #58aedf;
	font-weight: bold;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.otona .section03 .section03_caution dd {
	line-height: 1.8;
}
.otona .section04 {
	background-color: #feefcf;
	background-image: url(../img/bg_yellow.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	padding: 65px 0;
	position: relative;
}
.otona .section04 .sectoin04_wrap {
	position: relative;
	margin-top: 100px;
}
.otona .section04 .section04_item {
	display: flex;
	justify-content: flex-start;
	width: 80%;
	margin-right: 0;
	margin-left: auto;
}
.otona .section04 .section04_item .section04_tit {
	position: relative;
	width: 55%;
	padding: 50px 0 50px 150px;
	text-align: left;
}
.otona .section04 .section04_item .section04_tit:before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/otona/img08.png) no-repeat;
	width: 110px;
	height: 110px;
}
.otona .section04 .section04_item .section04_tit.num2:before {
	background-image: url(../img/otona/img09.png);
}
.otona .section04 .section04_item .section04_tit.num3:before {
	background-image: url(../img/otona/img10.png);
}
.otona .section04 .section04_item .section04_tit span {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	z-index: 0;
}
.otona .section04 .section04_item .section04_tit span:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 18px;
	bottom: 0;
	background: #fdd6ab;
	z-index: -1;
}
.otona .section04 .sectoin04_wrap .section04_img {
	position: absolute;
}
.otona .section04 .sectoin04_wrap .section04_img.img01 {
	right: 40px;
	bottom: 95px;
}
.otona .section04 .sectoin04_wrap .section04_img.img02 {
	left: 50px;
	bottom: 65px;
}
.otona .section04 .sectoin04_wrap .section04_img.img03 {
	right: 120px;
	top: -80px;
}
.otona .section05 {
	position: relative;
}
.otona .section05 .sitewrap {
	margin: 80px auto;
}
.otona .section05 .sectoin05_wrap {
	position: relative;
	margin: 100px auto 0;
	max-width: 600px;
}
.otona .section05 .korona_border::before {
	top: auto;
	bottom: -45px;
}
.otona .section05 .sectoin05_wrap .start_txt {
	margin-top: 20px;
	font-weight: bold;
}
.otona .section05 .sectoin05_wrap .section05_bgimg {
	position: absolute;
}
.otona .section05 .sectoin05_wrap .section05_bgimg.bgimg01 {
	top: -50px;
	right: -150px;
}
.otona .section05 .sectoin05_wrap .section05_bgimg.bgimg02 {
	bottom: 0;
	left: -200px;
}
@media (max-width: 768px) {
	.otona .otona_tit_area {
		margin: 40px 0;
	}
	.otona .ontona_tit {
		margin: 0 auto 15px;
		padding: 10px 0;
		width: 100%;
		background-position: center;
	}
	.otona .ontona_tit span {
		font-size: 5vw;
	}
	.otona .section02 {
		padding: 40px 0;
	}
	.otona .section02 .section02_col2 {
		display: block;
		margin-top: 60px;
	}
	.otona .section02 .section02_col2 p.text {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.otona .section02 .content {
		width: 100%;
		height: auto;
	}
	.otona .section02 .inner {
		display: block;
	}
	.otona .section02 .inner p {
		margin-bottom: 15px;
	}
	.otona .section02 .content_info {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 25px;
	}
	.otona .section02 .content_info .num_img {
		top: 5px;
		right: 5px;
		width: 100px;
	}
	.otona .section02 .content_info .num_img img {
		width: 100%;
	}
	.otona .section02 .content_info .detail_wrap .tit_wrap,
	.otona .section02 .content_info .detail_wrap .time_wrap {
		float: none;
		width: 100%;
		text-align: left;
	}
	.otona .section02 .content_info .detail_wrap .tit_wrap p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.otona .section02 .content_info .detail_wrap .tit_wrap p:before {
		right: -14px;
	}
	.otona .section02 .content_info .detail_wrap .time_wrap {
		margin-top: 20px;
		line-height: 1.5;
		font-size: 18px;
	}
	.otona .section02 .content_info .detail_wrap .day_wrap {
		display: block;
		float: none;
		width: 100%;
	}
	.otona .section02 .content_info li {
		text-align: left;
		font-size: 18px;
	}
	.otona .section02 .content_info .day_wrap ul li+li {
		margin-top: 5px;
	}
	.otona .section02 .content_info .day_wrap ul {
		width: 100%;
	}
	.otona .section02 .content_info .day_wrap .otona_sun {
		border-left: none;
		border-top: 2px solid #ccc;
		margin-top: 10px;
		padding-top: 10px;
	}
	.otona .section03 .sitewrap {
		margin: 40px auto;
	}
	.otona .section03 .section03_wrap {
		margin: 40px 0 30px;
	}
	.otona .section03 .section03_caution {
		padding: 10px;
		font-size: 3.5vw;
	}
	.otona .section03 .section03_caution dt {
		margin-bottom: 10px;
	}
	.otona .section04 .sectoin04_wrap {
		margin-top: 81px;
	}
	.otona .section04 .section04_item {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.otona .section04 .section04_item .section04_tit {
		width: 100%;
		padding: 10px 0 10px 80px;
		box-sizing: border-box;
	}
	.otona .section04 .section04_item .section04_tit:before {
		background-size: cover;
		width: 70px;
		height: 70px;
	}
	.otona .section04 .section04_item .section04_tit span {
		display: inline-block;
		font-size: 5vw;
	}
	.otona .section04 .section04_item .section04_tit span:before {
		height: 9px;
		bottom: 5px;
	}
	.otona .section04 .section04_item .section04_tit span.nigyou:before {
		width: 95%;
		bottom: auto;
		top: 15px;
	}
	.otona .section04 .section04_item .section04_tit span.nigyou:after {
		position: absolute;
		display: inline-block;
		content: "";
		width: 35%;
		height: 9px;
		bottom: 5px;
		left: 0;
		background: #fdd6ab;
		z-index: -1;
	}
	.otona .section04 .section04_item .section04_img {
		width: 100%;
	}
	.otona .section04 .sectoin04_wrap .section04_img.img01 {
		position: static;
	}
	.otona .section04 .sectoin04_wrap .section04_img.img02 {
		display: none;
	}
	.otona .section04 .sectoin04_wrap .section04_img.img03 {
		right: 0;
		top: -250px;
		width: 25%;
	}
	.otona .section04 .sectoin04_wrap .section04_img.img03 img {
		width: 100%;
	}
	.otona .section05 .sitewrap {
		margin: 40px auto;
	}
	.otona .section05 .sectoin05_wrap {
		margin: 30px auto 0;
	}
	.otona .section05 .sectoin05_wrap .section05_bgimg {
		display: none;
	}
	.sub_tit {
		font-size: 14px;
	}


	.korona_border {
		margin-bottom: 50px;
	}
}
@media screen and (min-width:769px) {
	.sp_only {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.pc_only {
		display: none;
	}
}
.seminar_text-red {
	color: red;
	padding-top: 5px;
}
@media screen and (max-width:768px) {
	.ico_img-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ico_pg-date {
		vertical-align: top;
	}
	.gray_ico {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.gray_ico span {
		font-size: 15px;
	}
	.home .box dt {
		position: relative;
		font-weight: bold;
		margin-bottom: 15px;
		padding-left: 5em;
		padding: 10px 0 10px 66px;
		text-indent: 0;
	}
	.home .box dt::before {
		position: absolute;
		content: "Q";
		display: inline-block;
		background: #58aedf;
		color: #fff;
		border-radius: 50%;
		width: 46px;
		height: 46px;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 46px;
		margin-right: 20px;
		top: 0;
		left: 0;
		text-indent: 0;
	}
	.program_list_detail_link {
		color: #1A0DBE;
	}
	
	.sub_tit--scale {
		font-size: 14px;
	}

	.sub_tit--corporate {
		font-size: 12px;
	}
}
/*
202408 add
______________________________________________________*/
.program_list_detail .red{
	color: red;
}
.program_list_detail02{
	margin: 2em 0;
	position: relative;
	z-index: 0;
}
.program_list_detail02 + .program_list_detail02{
	margin-top: 6em;
}
.program_list_detail02 h4{
	font-size: 1.25rem;
	color: #58AEDF;
}
.program_list_detail .small{
	font-size: 0.875rem;
	margin-top: 0.5em;
}
	.program_list_detail .r{
		font-size: 0.75rem;
		vertical-align: super;
	}
@media screen and (max-width:767px) {
	.program_list_detail02 + .program_list_detail02{
		margin-top: 3em;
	}
	.program_list_detail .text_link a{
		display: block;
		margin-top: 0.5em;
		color: blue;
	}

}


