@charset "UTF-8";
/* CSS Document */

body {
	min-width: 1088px;
	margin: 0;
	padding: 0;
	color: #040000;
	background: rgb(64,150,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(64,150,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(64,150,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.75;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

a {
	outline: none;
	color: #004492;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	 text-align: justify;
	 text-justify: inter-ideograph;
	 -ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml170 {margin-left: 170px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}


.note {
	font-size: 10px;
}

.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
	line-height: 24px;
}

.ls001 {
	letter-spacing: -0.01em;
}

.bold {
	font-weight: bold;
}

.red {
	color: #e60012;
}

.blue {
	color: #004da0;
	font-weight: bold;
}

.green {
	color: #00693e;
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.strike .black {
	color: #000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent_1em {
	padding-left: 1em;
}

.indent_num1 {
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.indent_num1 * {
	text-indent: 0;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 1.35em;
	text-indent: -1.35em;
}

.ls001 {
	letter-spacing: -0.01em;
}

.box_red1 {
	margin: 8px 15px 0 0;
	padding: 9px 8px 8px 17px;
	border: solid 1px #e5232a;
}

p.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

p.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

p.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


/* --------------- footer --------------- */


#footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #00479d;
}

.copy {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}


/* --------------- contents --------------- */


#contents {
	width: 1088px;
	margin: 0 auto;
	padding: 0;
	background-color: #00479d;
}



.col_prepare {
	height: 140px;
	margin: 0;
	padding: 80px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.btn1 {
	height: 46px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgb(236,199,196);
	background: -moz-linear-gradient(top, rgba(236,199,196,1) 0%, rgba(229,35,42,1) 100%);
	background: -webkit-linear-gradient(top, rgba(236,199,196,1) 0%,rgba(229,35,42,1) 100%);
	background: linear-gradient(to bottom, rgba(236,199,196,1) 0%,rgba(229,35,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc7c4', endColorstr='#e5232a',GradientType=0 );
	border: solid 2px #e5232a;
	border-radius: 10px;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: rgb(229,35,42);
	background: -moz-linear-gradient(top, rgba(229,35,42,1) 0%, rgba(236,199,196,1) 100%);
	background: -webkit-linear-gradient(top, rgba(229,35,42,1) 0%,rgba(236,199,196,1) 100%);
	background: linear-gradient(to bottom, rgba(229,35,42,1) 0%,rgba(236,199,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5232a', endColorstr='#ecc7c4',GradientType=0 );
}

.btn1.nolink:hover {
	background: #ff9800;
}

.btn1.pdf:after,
.btn2.pdf:after {
	content: "";
	width: 24px;
	height: 29px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 7px;
	right: 10px;
}

.btn1.pdf span,
.btn2.pdf span {
	padding-right: 25px;
}

.btn1.pdf.short span,
.btn2.pdf.short span {
	padding-right: 17px;
}

.btn1 span {
	padding: 2px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn2 {
	width: 200px;
	height: 46px;
	color: #ed6b04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
	border: solid 2px #ed6b04;
	border-radius: 10px;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	color: #fff;
	background: rgb(236 100 5);
	background: -moz-linear-gradient(top, rgb(236 100 5) 0%, rgb(231 29 18) 100%);
	background: -webkit-linear-gradient(top, rgb(236 100 5) 0%,rgb(231 29 18) 100%);
	background: linear-gradient(to bottom, rgb(236 100 5) 0%,rgb(231 29 18) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
}

.btn2 span {
	padding: 2px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

#rightcontents {
	width: 786px;
	margin: 0;
	padding: 0 0 13px;
	float: right;
	background-color: #fff;
}

#rightcontents.single {
	padding: 12px 24px;
	background-color: #cee0f2;
}

.wrap_contents {
	width: 100%;
	min-height: 820px;
	margin: 0 0 8px auto;
	padding: 21px 21px 20px;
	background-color: #fff;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.mds1 {
	width: 100%;
	margin: 0 0 25px;
	padding: 16px 0 14px 26px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: #008cd6;
}

.mds2 {
	width: 650px;
	margin: 0 auto 13px;
	padding: 0 0 2px 21px;
	color: #008cd6;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 2px #008cd6;
	background-image: url(../img/mds2.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.mds3 {
	margin: 0 0 13px;
	padding: 3px 0 3px 10px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}

.col_content {
	width: 645px;
	margin-left: auto;
	margin-right: auto;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}

.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	display: block;
	overflow: hidden;
}

.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


/* --------------- leftcontents --------------- */


#leftcontents {
	width: 302px;
	padding: 22px 20px 20px;
	float: left;
	background-color: #00479d;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.top_logo {
	margin: 0 25px 64px;
}

#navi {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
}

#navi li {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.4;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	box-shadow: 1px 1px 3px -1px #3c3c3c;
}

#navi li.green {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.4;
	border-radius: 5px;
	background: rgb(206,237,124);
	background: -moz-linear-gradient(top, rgba(243,250,222,1) 0%, rgba(206,237,124,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,250,222,1) 0%, rgba(206,237,124,1) 100%);
	background: linear-gradient(to bottom, rgba(243,250,222,1) 0%, rgba(206,237,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	box-shadow: 1px 1px 3px -1px #3c3c3c;
}

#navi li.reg_form {
	background: #ffb000;
}

#navi li.health_form {
	letter-spacing: -0.02em;
	background: #ffdd00;
}

#navi li:last-child {
	margin-bottom: 0;
}

#navi li:hover,
#navi li.active {
	background: #008cd6;
}

#navi li.green:hover,
#navi li.green.active {
	background: #6a9100;
}

#navi li.reg_form:hover,
#navi li.reg_form.active {
	background: #f78900;
}

#navi li.health_form:hover,
#navi li.health_form:active {
	background: #c4aa00;
}

#navi li.nolink:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

#navi li a,
#navi li div {
	width: 100%;
	height: 100%;
	padding: 7px 0 6px 16px;
	font-size: 14px;
	font-weight: bold;
	color: #00479d;
	text-decoration: none;
	display: block;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	position: relative;
	z-index: 0;
}

#navi li a:after,
#navi li div:after {
	content: "";
	width: 2px;
	height: 70%;
	margin: auto;
	background-color: #87bee8;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
}

#navi li.reg_form a::after ,
#navi li.health_form a::after {
	background-color: #00479d;
}

#navi li:hover a,
#navi li.active a {
	color: #fff;
}

#navi li:hover a:after,
#navi li.active a:after {
	background-color: #fff;
}

#navi li.nolink:hover {
	color: #164299;
}

#navi li.pdf a {
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: right 10px center;
}

#navi li.ondemand { background: linear-gradient(180deg, rgb(255, 241, 42) 0%,rgb(255, 195, 65) 100%); }

#navi li.ondemand a {
	padding: 15px;
	color: #000;
	text-align: center;
}

#navi li.ondemand a:after {
	width: 0;
	height: 0;
	background-color: rgba(255, 241, 42,0);
	border-left: solid 6px #000;
	border-top: solid 6px rgba(0,0,0,0);
	border-bottom: solid 6px rgba(0,0,0,0);
	left: 20px;
}

#navi li.ondemand a:hover { background-color: rgb(255, 241, 42);}


.icon_ondemand {
	padding: 4px 0 2px 5px;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	background-color: #e60012;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: 7px;
	animation:blink 1.2s ease-in-out infinite alternate;
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}



dl.col_l_poster {
	margin: 0 auto 35px;
	padding: 0;
}

dl.col_l_poster dt {
	margin: 0 0 8px;
	padding: 6px 8px 4px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #008cd6;
}

dl.col_l_poster dd {
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}

dl.col_l_poster dd:last-of-type {
	margin-bottom: 0;
}

dl.col_l_poster dd a {
	border: solid 1px #c6c6c6;
	display: inline-block;
}

dl.col_l_poster dd a img {
	transition: opacity .2s;
}

dl.col_l_poster dd a img:hover {
	opacity: 0.75;
}

ul.list_bnr {
	width: 266px;
  margin: 0 auto 30px;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 auto 15px;
	padding: 0;
}

ul.list_bnr li a {
	vertical-align: bottom;
	display: inline-block;
}

ul.list_bnr li a img {
	vertical-align: bottom;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

ul.list_bnr li a img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
}

dl.col_l_info {
	margin: 0 0 7px 28px;
	padding: 0;
	display: flex;
}

dl.col_l_info dt {
	width: 160px;
	margin: 0 0 8px;
	padding: 0 3px;
	color: #00479d;
	font-size: 15px;
	font-weight: bold;
}

dl.col_l_info dd {
	margin: 0;
	padding: 4px 4px 0;
	font-size: 10px;
	line-height: 1.4;
}

dl.col_l_info dd strong {
	margin: 0 0 1px;
	display: block;
	font-size: 11px;
}

.bnr_welcome {
	margin: 0 auto 25px;
}

/* --------------- top --------------- */

.col_topmain {
	width: 786px;
	height: 874px;
	margin: 0 0 20px auto;
	padding: 548px 0 0 0;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	z-index: 0;
}

.img_topinfo1 {
	position: absolute;
	top: 34px;
	left: 43px;
}

.img_topinfo2 {
	position: absolute;
	top: 245px;
	left: 98px;
}

.img_topinfo3 {
	position: absolute;
	bottom: 17px;
	left: 30px;
}

.col_topfinish {
	width: 95%;
	margin: 0 auto 20px;
	padding: 15px 50px 10px;
	color: #e60012;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	background-color: rgba(255,255,255,0.9);
	border: solid 2px #e60012;
}

.txt_topmain {
	margin: 0 0 10px 20px;
	padding: 14px 8px 10px 17px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(230,0,18,0.85);
	border: 1px solid #fff;
	display: inline-block;
}

.note_topmain {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	display: block;
}

.col_day{
	margin: 15px 0 15px 40px;
}

.flex_topday {
	width: 750px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.box_topday dl {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	border: solid 2px #af145d;
	font-size: 15px;
}

.box_topday dt {
	padding: 3px;
	background-color: #af145d;
	color: #fff;
}

.box_topday dd {
	margin: 0;
	padding: 8px 7px 5px 17px;
	text-align: center;
}

dl.col_topannounce {
	width: 95%;
	margin: 0 auto 25px;
	padding: 0;
	font-size: 13px;
	line-height: 1.7;
	border: solid 2px #e60012;
	box-sizing: border-box;
	background-color: #fff;
}

dl.col_topannounce dt.ac_btn + dd {
	display: none;
}

dl.col_topannounce dt {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-color: #e60012;
	position: relative;
	z-index: 0;
	transition: all .3s;
}

dl.col_topannounce dt:hover {
	background-color: #a8000d;
}

dl.col_topannounce dt.ac_btn {
	line-height: 1.7;
	cursor: pointer;
}

dl.col_topannounce dt.ac_btn:before {
	content: "";
	width: 22px;
	height: 22px;
	border: solid 1px #fff;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 8px;
}

dl.col_topannounce dt.ac_btn .inner:before,
dl.col_topannounce dt.ac_btn .inner:after {
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: all .3s;
}

dl.col_topannounce dt.ac_btn .inner:before {
	top: 21px;
	right: 13px;
}

dl.col_topannounce dt.ac_btn .inner:after {
	top: 21px;
	right: 13px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

dl.col_topannounce dt.ac_btn.open .inner:after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

dl.col_topannounce dt .inner {
	padding: 9px 0 8px 20px;
	position: relative;
	z-index: 0;
	display: block;
}

dl.col_topannounce dd {
	margin: 0;
	padding: 20px 25px;
	color: #040000;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

table.tbl_notice {
	margin: 0px 0 10px 0px;
	padding: 0px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_notice th {
	width: 220px;
	margin: 0;
	padding: 12px 10px 7px;
	font-weight: bold;
	text-align: center;
	background-color: #cee0f2;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_notice th.name {
	width: 200px;
}

table.tbl_notice th:last-child {
	border-right: solid 1px #231815;
}

table.tbl_notice td {
	margin: 0;
	padding: 8px 13px 6px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_notice td:first-child {
	border-left: solid 1px #231815;
	text-align: left;
}

.td_name {
	position: relative;
}

.td_name span {
	margin-top: -9px;
	position: absolute;
	top: 50%;
	right: 13px;
}

.td_name span.last {
	margin-top: -10px;
}

table.tbl_notice td:first-child.td_name2 {
	text-align: right;
}

.box_topnews {
	width: 95%;
	margin: 0 0 24px 20px;
	padding: 15px 15px 10px;
	box-shadow: 2px 2px 6px 0px #9c9c9c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list_top_news {
	margin: 0 0 15px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.list_top_news li {
	margin-bottom: 3px;
	padding: 0;
}

.mds_topnews {
	margin: 0;
	padding: 12px 0 10px 15px;
	color: #fff;
	background-color: #008cd6;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.col_topnews {
	max-height: 101px;
	margin: 0;
	padding: 3px 0 6px;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 4px 0 3px;
	font-size: 13px;
	border-bottom: dashed 1px #c9caca;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.col_topnews dl dt {
	width: 90px;
	margin: 0;
	padding: 0 15px 0 12px;
	font-size: 12px;
	text-align: right;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.col_topnews dl dd {
	margin: 0;
	padding: 0 10px 0 0;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.btn2.greeting {
	margin: 30px auto;
}

/* --------------- greeting --------------- */

.title_greeting {
  margin: 0;
  padding: 0;
  color: #00479d;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  line-height: 1.7;
}

.col_greeting {
  margin: 0 0 15px;
  padding: 5px 5px 15px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.img_greeting1 {
  float: left;
}

.name_greeting {
  margin: 64px 0 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  float: right;
}

.name_greeting span {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
}

.name_greeting .shozoku {
  position: relative;
  left: -5px;
}

.txt_greeting {
	padding: 0 5px;
	text-align: justify;
}


/* --------------- summary --------------- */

ul.list_summary_coop {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_summary_coop li {
	width: calc( 100% / 3 );
	margin: 0 0 2px;
	padding: 0 5px 0 1em;
	text-indent: -1em;
	box-sizing: border-box;
}

ul.list_summary_coop li.wide {
	font-size: 11px;
}

ul.list_summary_coop li.long {
	width: 50%;
}


/* --------------- program --------------- */

.btnarea_program {
	width: 540px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	display: flex;
	justify-content: space-between;
}

.btnarea_program a {
	width: 250px;
	margin: 0;
}

.btn2.program3 {
	width: 250px;
	margin: 25px auto 0;
}

.mds_program_session1 {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 9px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-left: solid 5px #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.mds2.program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.mds2.program.line1 {
	background-position: 2px 2px;
}

.mds2.program.line2 {
	background-position: 2px 2px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.mds_program_session1.line2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.mds2.program .session_name {
	line-height: 1.3;
}

.mds2.program .date_program {
	margin-top: auto;
	margin-right: 10px;
}

.date_program {
	width: auto;
	margin-right: 6px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
}

dl.list_program {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 0 2.5em;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

dl.list_program.mb15 {
	margin-bottom: 15px;
}

dl.list_program dt {
	width: 78px;
	margin: 0;
	padding: 0 25px 0 0;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd {
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd.name1 {
	width: 85px;
	margin: 0;
	vertical-align: top;
}

dl.list_program dd.name1.long1 {
	width: 140px;
}

dl.list_program dd.name1.long1-5 {
	width: 160px;
}

dl.list_program dd.name1.long2 {
	width: 300px;
}

dl.list_program dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

dl.list_program dd.shozoku1 * {
	text-indent: 0;
}

.title_program {
	margin: 40px 0 12px 1em;
	padding: 0;
	color: #00479d;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.title_program_long {
	margin: 0 0 15px 1em;
	display: flex;
	justify-content: flex-end;
}

.title_program:first-of-type {
	margin-top: 0;
}

.title_program .date_program {
	margin-top: 5px;
}

.title_program.top {
	margin: 0px 0 12px 1em;
}

.title_program.kome {
	margin-bottom: 4px;
}

.title_program.green {
	margin-bottom: 12px;
	font-weight: normal;
}

.endai_program {
	margin: 0 0 5px 2em;
	padding: 11px 0 0 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}

.endai_program.top {
	padding-top: 0;
}

dl.list_program.note1 dd.shozoku1 {
	width: 135px;
}

dl.list_program.note1 dd.note1 {
	font-size: 11px;
}

ol.note_program1 {
	width: 660px;
	margin: 0 auto 25px;
	padding: 0;
	list-style-type: none;
}

ol.note_program1 li {
	margin: 0 0 5px;
	padding: 0 0 0 31px;
	text-indent: -31px;
}

ol.note_program1 li:last-child {
	margin-bottom: 0;
}

.link_program {
	cursor: pointer;
}

.table_programs {
	margin-bottom: 30px;
	padding: 15px 10px;
	border-top: solid 1px #000;
	display: none;
}

.txt_cancel1 {
	margin: 15px 0 0 27px;
}

.txt_cancel2 {
	padding: 0 0 0 15px;
}

/* --------------- subject --------------- */

.ml_subject {
	margin-left: 222px;
}

/* --------------- access --------------- */

dl.list_program.seminar dt {
	width: 38px;
	padding: 0;
}

dl.list_program.seminar dd.name2 {
    width: 200px;
}

dl.list_program.seminar dd.name1 {
    width: 81px;
}

.list_seminar_hall {
	margin: 0;
	padding: 0;
}

.list_seminar_hall li {
	margin: 0;
	padding: 0;
	display: flex;
}

.list_seminar_hall span {
	width: 315px;
}

/* --------------- access --------------- */

.col_access {
	font-size: 13px;
}

.mds_access1 {
  margin: 0 23px 15px 30px;
  padding: 3px 0 3px 9px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  border-left: solid 5px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access_img {
	text-align: center;
}

.wrap_access {
	width: 100%;
	padding: 0 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.wrap_access .ml1em {
}

.wrap_access .img {
	padding: 10px;
	border: solid 1px #ddd;
	flex-shrink: 0;
}

/* --------------- link --------------- */

ul.list_link1 {
	margin: 0px;
	padding: 0;
}

ul.list_link1 li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-size: 13px;
	background-image: url(../img/link/icon_link1.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 11px auto;
}


/* --------------- enterprise --------------- */

.btn_sponsor {
	margin: 30px 0 10px;
	display: flex;
}

.btn2.sponsor2 {
	width: 300px;
	margin: 0 auto 40px;
}

ul.list_sponsor1 li {
	margin: 0 0 4px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.list_sponsor1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsor1 li * {
	text-indent: 0;
}

ul.list_sponsor1 li .indent1 {
	text-indent: -1em;
}

.flow_sponsor1 {
	margin: 0 0 40px;
	padding: 13px 0 0 0;
	display: flex;
}

.flow_sponsor1 dl {
	width: 183px;
	margin: 0 33px 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;
}

.flow_sponsor1 dl dt {
	width: 100%;
	height: 51px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #008cd6;
	display: table;
}

.flow_sponsor1 dl dt span {
	padding: 2px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.flow_sponsor1 dl:after {
	width: 0;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #008cd6;
	content: "";
	position: absolute;
	top: 83px;
	right: -35px;
	border-left-width: 11px;
	border-right-width: 11px;
}

.flow_sponsor1 dl:last-child:after {
	content: none;
}

.flow_sponsor1 dl:last-child {
	margin-right: 0;
}

.flow_sponsor1 dl {
	width: 183px;
	margin: 0 33px 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;
}

.flow_sponsor1 dl dd {
	min-height: 128px;
	margin: 0;
	padding: 10px 10px 0 14px;
	border-left: solid 1px #008cd6;
	border-right: solid 1px #008cd6;
	border-bottom: solid 1px #008cd6;
		background-color: #fff;
}

.btn1.sponsor1 {
	width: 240px;
	margin: 0 auto 40px;
}

dl.list_faq.ques {
	color: #002b69;
}

dl.list_faq.ans dt {
	color: #ff0068;
}

dl.list_faq dt {
	width: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq.ans {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: dashed 1px #ccc;
}

dl.list_faq.ques dd {
	font-size: 14px;
	font-weight: bold;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}




/* --------------- participation --------------- */

.txt_participation_ondemand {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 5px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	background-color: #e60012;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont_participation_ondemand {
	margin-bottom: 30px;
	padding: 16px 20px 14px;
	border: 1px solid #e60012;
}

.txt_gray {
	color: #767676
}

.txt_gray .strike {
	color: #767676
}

.txt_gray .strike .black {
	color: #767676;
}

.box_participation_ondemand {
	width: 470px;
	margin: 0 auto 25px;
	padding: 10px 0 15px;
	border: 1px solid #e60012;
}

.txt_participation_credit {
	margin: 0 0 0 108px;
}

.box_participation_limit {
	margin: 0 0 25px;
	padding: 15px 12px 13px;
	background-color: #fff;
	border: solid 1px #e50b11;
	display: inline-block;
}

table.tbl_participation_pattern {
	width: 625px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	border-top: solid 1px #00469c;
	border-left: solid 1px #00469c;
}

table.tbl_participation_pattern th {
	margin: 0;
	padding: 9px 0 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #00469c;
	border-left: solid 1px #00469c;
	border-right: solid 1px #fff;
}

table.tbl_participation_pattern th.sanka {
	border-bottom: solid 1px #fff;
}

table.tbl_participation_pattern th.sanka_way {
	width: 100px;
}

table.tbl_participation_pattern th.right {
	border-right: solid 1px #00469c;
}

table.tbl_participation_pattern td {
	margin: 0;
	padding: 12px 16px 10px;
	text-align: left;
	border-right: solid 1px #00469c;
	border-bottom: solid 1px #00469c;
}

table.tbl_participation_pattern td.center {
	text-align: center;
}

.come_participation1 {
	padding-left: 3.6em;
	text-indent: -3.6em;
}

table.tbl_participation1 {
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_participation1 th {
	width: 100px;
	margin: 0;
	padding: 9px 0 8px;
	font-weight: bold;
	text-align: center;
	background-color: #cee0f2;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_participation1 th:first-child {
	width: 150px;
}

table.tbl_participation1 th:last-child {
	width: 195px;
	border-right: solid 1px#231815;
}

table.tbl_participation1 td {
	margin: 0;
	padding: 12px 10px 10px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_participation1 td:first-child {
	border-left: solid 1px #231815;
	text-align: left;
}

table.tbl_participation1 td:last-child {
	text-align: left;
}

.indent3 {
	padding-left: 16px;
	text-indent: -16px;
}

.indent4 {
	padding-left: 24px;
	text-indent: -24px;
}

.note_participation_fee {
	width: 625px;
	margin: 0 auto;
}

ol.list_participation1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.list_participation1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1.55em;
	text-indent: -1.55em;
}

ul.list_flow_participation1 {
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}

ul.list_flow_participation1 li {
	width: 146px;
	margin: 8px 20px 0 0;
	padding: 10px 0 9px;
	font-weight: bold;
	text-align: center;
	background-color: #cee0f2;
	border: solid 1px #231815;
	position: relative;
	z-index: 0;
}

ul.list_flow_participation1 li:before {
	content: "";
	margin: -8px 0 0 0;
	padding: 0;
	border-left: solid 8px #00479d;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	position: absolute;
	top: 50%;
	right: -15px;
}

ul.list_flow_participation1 li:last-child:before {
	content: none;
}

ul.list_flow_participation1 li:last-child {
	width: 250px;
	margin-right: 0;
	margin-left: auto;
	color: #fff;
	background-color: #00479d;
}

.ml_participation {
	margin-left: 185px;
}

.box_participation2 {
	margin: 0 0 15px;
	padding: 14px 25px 12px;
	border: solid 1px #231815;
}

.box_flow_participation1 {
	margin: 0 0 20px;
	padding: 0 0 14px;
	border: solid 1px #231815;
}

.box_flow_participation1 span.bgcolor {
	margin: 0;
	padding: 1px 3px;
	font-weight: bold;
	background-color: #ceefff;
}

.mds_flow_participation1 {
	margin: 0 0 14px;
	padding: 10px 0 8px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	background-color: #cee0f2;
	border-bottom: solid 1px #231815;
}

.mds_flow_participation1 span {
	font-size: 16px;
}

.mds_flow_participation1 .strike,
.mds_flow_participation1 .black {
	font-size: 13px;
}

.tbl_participation_party {
	width: 460px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
}

.tbl_participation_party th {
	width: 100px;
	margin: 0;
	padding: 9px 0 7px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #008cd6;
	border-bottom: solid 1px #fff;
}

.tbl_participation_party tr:last-child th {
	border-bottom: solid 1px #008cd6;
}

.tbl_participation_party td {
	margin: 0;
	padding: 11px 18px 9px;
	border-right: solid 1px #008cd6;
	border-bottom: solid 1px #008cd6;
}

.tbl_participation_party tr:first-child td {
	border-top: solid 1px #008cd6;
}

.tbl_participation_party td.fees {
	padding: 0;
}

.tbl_participation_party td.fees table {
	width: 100%;
}

.tbl_participation_party td.fees table th {
	color: #000;
	font-weight: normal;
	background-color: #f9fdff;
}

.tbl_participation_party td.fees table th:nth-child(1),
.tbl_participation_party td.fees table th:nth-child(2) {
	border-right: solid 1px #008cd6;
}

.tbl_participation_party td.fees table td.center {
	text-align: center;
}

.tbl_participation_party td.btm {
	border-bottom: none;
}

.box_participation_nyukai {
	padding: 15px 22px 13px;
	background-color: #fbfdfe;
	border: solid 1px #00469c;
	display: inline-block;
}

ol.list_flow_participation2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_flow_participation2 li {
	margin: 0 20px 6px 20px;
	padding: 0 0 0 19px;
	text-indent: -19px;
}

ol.list_flow_participation2 li:last-child {
	margin-bottom: 0;
}

.marker1 {
	padding: 0 3px;
	color: #00479d;
	font-weight: bold;
}

.col_note_flow1 {
	margin: 8px 0 15px;
	padding: 12px 17px 10px;
	border: solid 1px #666;
	text-indent: 0;
}

table.subbox_flow_participation1 {
	width: 100%;
	margin: 5px 0 14px 0;
	padding: 0;
	font-size: 12px;
	text-indent: 0;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
}

table.subbox_flow_participation1 th {
	width: 50%;
	margin: 0;
	font-weight: bold;
	text-align: left;
	padding: 10px 14px 4px 14px;
	border-right: solid 1px #666;
}

table.subbox_flow_participation1 td {
	margin: 0;
	padding: 0px 14px 8px;
	border-right: solid 1px #666;
	vertical-align: top;
	text-align: left;
}

.box_attntion_participation {
	margin: 0 20px 15px;
	padding: 12px 20px 10px;
	font-weight: bold;
	border: solid 1px #d00;
}

ol.list_purchase_participation {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

ol.list_purchase_participation li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

ol.list_purchase_participation li div:not(.indent) {
	text-indent: 0;
}

ol.list_purchase_participation li a {
	color: #000;
}

dl.box_participation3 {
	width: 320px;
	margin: 5px 0 8px;
	padding: 9px 12px;
	font-weight: bold;
	border: solid 1px #666;
}

dl.box_participation3 dt {
	width: 90px;
	margin: 0;
	padding: 0;
	float: left;
}

dl.box_participation3 dd {
	width: 230px;
	margin: 0;
	padding: 0;
	float: left;
}

ol.list_flow_participation2 li table {
	width: 100%;
	margin: 8px 0;
	text-indent: 0;
	text-align: center;
}

ol.list_flow_participation2 li table th {
	font-weight: normal;
	line-height: 19px;
}

.btn1.participation1 {
	width: 360px;
	margin: 10px auto 30px;
}

.btn1.participation2 {
	width: 220px;
	margin: 10px auto 15px;
}

.txt_participation_simekiri {
	padding: 0 0 0 7em;
}

/* --------------- recruit --------------- */

.btn1.recruit1 {
	width: 350px;
	margin: 5px auto 0;
}

.border_recruit1 {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border: none;
	border-top: dashed 1px #5f5f5f;
}

.tbl_recruit {
	width: 100%;
	margin: 5px 0 15px;
	padding: 0;
	background-color: #fff;
	border: solid 1px #504a0e;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.tbl_recruit th {
	width: 300px;
	margin: 0;
	padding: 11px 3px 8px;
	text-align: center;
	color: #fff;
	background-color: #00479d;
	border: solid 1px #504a0e;
}

.tbl_recruit th.number {
	width: 60px;
	padding: 0;
	text-align: center;
}

.tbl_recruit td {
	margin: 0;
	padding: 11px 12px 8px;
	text-align: left;
	border: solid 1px #504a0e;
}

.tbl_recruit td:nth-child(odd) {
	text-align: center;
}

.tbl_recruit td.ttl {
	font-weight: bold;
	background-color: #dcecff;
	text-align: left;
}

.tbl_recruit td.center {
	text-align: center;
}

.tbl_recruit td.left {
	text-align: left;
}

ol.list_recruit1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.list_recruit1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1.3em;
	text-indent: -1.3em;
}

ol.list_recruit1 li:last-child,
ol.list_recruit2 li:last-child {
	margin-bottom: 0;
}

ol.list_recruit1 li *,
ol.list_recruit2 li * {
	text-indent: 0;
}

ol.list_recruit1 li .indent1,
ol.list_recruit2 li .indent1 {
	text-indent: -1em;
}

.border_recruit1 {
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border: none;
	border-top: dashed 1px #5f5f5f;
}

ol.list_recruit2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.list_recruit2 li {
	margin: 0px 0 5px;
	padding: 0 0 0 1.35em;
	text-indent: -1.35em;
}

.ml_recruit {
	margin-left: 71px;
}

.btn1.recruit2 {
	width: 270px;
	margin: 0 auto;
}


/* --------------- unit --------------- */


ul.list_unit1 li {
	margin: 0 0 13px;
	padding: 0 0 0 16px;
	text-indent: -16px;
}

ul.list_unit1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_unit1 li * {
	text-indent: 0;
}

ul.list_unit1 li .indent1 {
	text-indent: -1em;
}

ul.list_unit1 li .indent5 {
	padding: 0 0 0 5em;
	text-indent: -5em;
}

.indent_unit1 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent_unit1 * {
	text-indent: 0;
}

.note_unit1 {
	margin-left: -1em;
}


/* --------------- adopted --------------- */

.btn2.adopted1 {
	width: 260px;
	margin: 60px auto 0;
}



/* --------------- announce --------------- */

.btn1.announce1 {
	width: 250px;
	margin: 0 auto 30px;
}

.btn2.announce2 {
	width: 340px;
	margin: 0 auto 30px;
}

/* --------------- press --------------- */

ol.list_press {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_press li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	text-indent: -20px;
}

ol.list_press li:last-of-type {
	margin-bottom: 0;
}

.btnarea_press {
	width: 640px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
}

.btnarea_press .btn2 {
	width: 280px;
	margin: 0 auto 0;
}



/* --------------- ondemand --------------- */

.col_btn_ondemand1 {
	margin: 0 0 40px;
	padding: 10px 0 0;
}

a.btn_ondemand1 {
	width: 260px;
	height: 48px;
	margin: 0 auto;
	padding: 10px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(180deg, rgb(245, 165, 19) 0%, rgb(249, 130, 8) 100%);
	border: solid 2px #ff7b00;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
}

a.btn_ondemand1:hover { opacity: 0.7; }

table.tbl_ondemand1 {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.tbl_ondemand1 th,
table.tbl_ondemand1 td {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_ondemand1 thead td {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #cee0f2;
}

table.tbl_ondemand1 tbody th {
	width: 125px;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.tbl_ondemand1 tbody td {
	margin: 0;
	padding: 10px;
	text-align: center;
}





