@charset "UTF-8";

/*----------------------------------------------------*/ 
/* text
-----------------------------------------------------*/ 
.secbox {
	margin-top:4em;
}

@media only screen and (max-width: 767px) {

.secbox {
	margin-top:20px;
}

}

/*----------------------------------------------------*/ 
/* position
-----------------------------------------------------*/ 

.posC {	text-align: center;}
.posR {	text-align: right;}
.floR {	float: right;}
.floL {	float: left;}
.floRp {
	float: right;
	padding: 0 0 20px 20px;
}
.floLp {
	float: left;
	padding: 0 20px 20px 0;
	overflow: hidden;
}

.ovh {
	overflow: hidden;
}


@media only screen and (max-width: 767px) {
	
.floR {	float: none;}
.floL {	float: none;}
.floRp {
	float: none;
	padding: 10px 10px;
	text-align: center;
}
.floLp {
	float: none;
	padding: 10px 10px;
	text-align: center;
}
.floRp img, .floLp img {
	max-width: 100%;
	height: auto;
}

}

.mb0 {	margin-bottom: 0 !important;}
.mb01em {	margin-bottom: 1em !important;}
.mb02em {	margin-bottom: 2em !important;}
.mb04em {	margin-bottom: 4em !important;}
.mb06em {	margin-bottom: 6em !important;}
.mb08em {	margin-bottom: 8em !important;}
.mb10em {	margin-bottom: 10em !important;}
.mb12em {	margin-bottom: 12em !important;}
.mb14em {	margin-bottom: 14em !important;}
.mb16em {	margin-bottom: 16em !important;}
.mb18em {	margin-bottom: 18em !important;}

.mt0 {	margin-top: 0 !important;}
.mt01em {	margin-top: 1em !important;}
.mt02em {	margin-top: 2em !important;}
.mt04em {	margin-top: 4em !important;}
.mt06em {	margin-top: 6em !important;}
.mt08em {	margin-top: 8em !important;}
.mt10em {	margin-top: 10em !important;}
.mt12em {	margin-top: 12em !important;}
.mt14em {	margin-top: 14em !important;}
.mt16em {	margin-top: 16em !important;}
.mt18em {	margin-top: 18em !important;}


/*----------------------------------------------------*/ 
/* pagetitle
-----------------------------------------------------*/ 

.htype01 {	background:#59deb6;}
.htype02 {	background:#5ee4e0;}

.htype01 h1,
.htype01 h2,
.htype02 h2 {
	color:#FFF;
	font-size:2.1rem;
	font-weight:400;
	line-height:1.3;
	margin:0 auto;
	width:1024px;
}

.htype01 h1 span,
.htype01 h2 span {	background:#00cc8f;}
.htype02 h2 span {	background:#08d6cf;}

.htype01 h1 span,
.htype01 h2 span,
.htype02 h2 span {
	display:block;
	padding:1em;
}

.htype03 {
	border:1px solid #00cc8f;
	display:block;
	font-size:2.1rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:30px;
	padding:10px 1em;
}

.htype04 {
	border-left:5px solid #00cc8f;
	font-size:2.1rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:35px;
	padding:6px 1em;
}

.htype05 {
	font-size:2.1rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:20px;
}

@media only screen and (max-width: 1024px) {

.htype01 {
	border-top:4px solid #016e5b;
}

.htype01 h1,
.htype01 h2,
.htype02 h2 {
	margin:0;
	width:auto;
}

}

@media only screen and (max-width: 767px) {
	
.htype01 h1 span,
.htype01 h2 span {
	font-size:2.0rem;
}

.htype03 {
	font-size:1.5rem;
	margin-bottom:20px;
}

.htype04,
.htype05 {
	font-size:1.4rem;
	margin-bottom:20px;
}

}

/*----------------------------------------------------*/ 
/* button
-----------------------------------------------------*/ 

ul.btn01 {
	letter-spacing:-.40em;
	text-align:right;
}

ul.btn01 li {
	display:inline-block;
	letter-spacing:normal;
	margin-left:20px;
}

ul.btn01 li a {
	background:#00a7eb;
	color:#fff;
	font-size:1.4rem;
	line-height:1;
	padding:3px 18px 3px 10px;
	position:relative;
	transition:all .3s ease;
	white-space:nowrap;
}

a.btn01 {
	background:#00a7eb;
	color:#fff;
	font-size:1.4rem;
	line-height:1;
	padding:3px 18px 3px 10px;
	position:relative;
	transition:all .3s ease;
	white-space:nowrap;
}

ul.btn01 li a:hover,
a.btn01:hover {
	background:#4cc1f1;
}

ul.btn01 li a:after,
a.btn01:after {
	background:url(/lib/img/cmn/icon_arrow_01.png) no-repeat;
	content:"";
	height:12px;
	margin-top:-5px;
	position:absolute;
	top:50%;
	right:5px;
	width:8px;
}

a.btn01.lg {
	font-size:1.8rem;
	padding:10px 40px 10px 30px;
}

a.btn01.lg:after {
	right:15px;
}


a.btn02 {
	font-size:1.2rem;
	line-height:1;
	padding:0 18px 0 0;
	position:relative;
	transition:all .3s ease;
	white-space:nowrap;
}

a.btn02:hover {
	text-decoration:underline;
}

a.btn02:after {
	background:url(/lib/img/cmn/icon_arrow_02.png) no-repeat;
	content:"";
	display:inline-block;
	height:12px;
	margin-left:0.5em;
	vertical-align:middle;
	width:8px;
}


@media only screen and (max-width: 767px) {

ul.btn01 {
	text-align:center;
}

ul.btn01 li {
	display:block;
	margin-bottom:15px;
	margin-left:0;
	width:100%;
}

ul.btn01 li a {
	background:#00a7eb;
	color:#fff;
	display:block;
	font-size:1.7rem;
	line-height:1.2;
	padding:12px 28px;
	white-space:normal;
}

a.btn01 {
	display:block;
	font-size:1.7rem;
	line-height:1.2;
	padding:12px 28px;
	text-align:center;
	white-space:normal;
}

ul.btn01 li a:after,
a.btn01:after {
	background:url(/lib/img/cmn/icon_arrow_05.png) no-repeat;
	background-size:11px 19px;
	content:"";
	height:19px;
	margin-top:-10px;
	position:absolute;
	top:50%;
	right:28px;
	width:11px;
}

}


/*----------------------------------------------------*/ 
/* list
-----------------------------------------------------*/ 

#contents .list01 {
	margin-bottom:20px;
}

#contents .list01 > li {
	padding-left:1em;
	margin-bottom:8px;
	line-height:1.4;
	position:relative;
}

#contents .list01 > li:before {
	content:"・";
	left:0;
	position:absolute;
	top:0;
}

#contents .ollist01 {
 counter-reset:ollist01;
 list-style:none;
 margin-bottom:20px;
}
#contents .ollist01 > li:before{
 content:counter(ollist01) ")";
 counter-increment:ollist01;
 margin-right:0.5em;
}
#contents .ollist01 >li{
 padding-left:1.5em;
 text-indent:-1.5em;
	margin-bottom:8px;
}



/*----------------------------------------------------*/ 
/* tabletype
-----------------------------------------------------*/ 

.tabletype01 {
	border-bottom:1px solid #dce0df;
	width:100%;
}

.tabletype01 thead:after {
	content:"";
	display:block;
	height:1px;
	padding:8px 0;
	width:100%;
}

.tabletype01 thead th {
	background:#00cc8f;
	border-right:1px solid #e6f7ef;
	color:#fff;
	font-weight:400;
	line-height:1.2;
	padding:3px;
	vertical-align:middle;
}

.tabletype01 thead th:last-child {
	border-right:none;
}

.tabletype01 tbody th {
	background:#f2fbf6;
	border-top:1px solid #dce0df;
	font-weight:400;
	padding:1em;
	text-align:left;
	vertical-align:middle;
}

.tabletype01 td {
	background:#f2fbf6;
	border-top:1px solid #dce0df;
	padding:1em;
	text-align:center;
	vertical-align:middle;
}

.tabletype02 {
	width:100%;
}

.tabletype02 dt {
	background:#00cc8f;
	color:#fff;
	clear:left;
	float:left;
	margin-bottom:15px;
	padding:3px 0;
	text-align:center;
	width:10em;
}

.tabletype02 dd {
	margin:0 0 15px 12em;
	padding:3px 0;
}

 .end_label {
    margin: 0 10px;
    padding: 3px 8px;
    background: #00cc8f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
}

@media only screen and (max-width: 767px) {

.tabletype01,
.tabletype01 tbody,
.tabletype01 tr,
.tabletype01 th,
.tabletype01 td {
	display:block;
}

.tabletype01 thead th {
	display:none;
}

.tabletype01 {
	border-bottom:none;
}

.tabletype01 tbody th {
	background:none;
	border-left:3px solid #006e5c;
	border-top:none;
	box-sizing:border-box;
	color:#006e5c;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.2;
	margin-bottom:5px;
	padding:6px 1em;
}

.tabletype01 tbody tr {
	margin-bottom:20px;
}

.tabletype01 tbody td {
	background:none;
	border-top:none;
	font-size:1.1rem;
	padding:0.3em 0;
	text-align:left;
}







.tabletype02 dt {
	box-sizing:border-box;
	clear:both;
	display:block;
	float:none;
	margin-bottom:10px;
	padding:5px 10px;
	text-align:left;
	width:auto;
}

.tabletype02 dd {
	margin:0 0 25px 0;
	padding:0;
}

}


/*----------------------------------------------------*/ 
/* pagination
-----------------------------------------------------*/ 

.pagination {
    clear: both;
    margin: 0px 0px 20px 0px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
				margin-top: 50px;
}

.pagination ul {
	letter-spacing:-.4em;
	margin:0;
}

.pagination li {
	display:inline-block;
	letter-spacing:normal;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 7px 7px 7px 0;
    padding: 10px 12px 9px 12px;
    width: auto;
    color: #000;
				border: solid 1px #ccc;
    text-decoration: none;
	background: #fff;
}
.pagination a:hover {
    background: #006e5c;
				color: #fff;
}
.pagination .current {
    background: #006e5c;
				color: #fff;
}

/*----------------------------------------------------*/ 
/* seach
-----------------------------------------------------*/ 

.resultBox {
	margin-top: 50px;
}

/*----------------------------------------------------*/ 
/* entry
-----------------------------------------------------*/ 

.entryBox {
	margin-top: 50px;
}

.entryBox .htype03 {
	position: relative;
	padding-right: 100px;
}

.entryBox .htype03 .date {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -.6em;
	font-size: 1.4rem;
}

.backIndex {
	text-align: center;
	margin: 30px 0;
}

.backIndex a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
	background: #006e5c;
	min-width: 250px;
	border-radius: 5px;
}

.backIndex a:hover {
	opacity: .8;
}

@media only screen and (max-width: 1024px) {

.entryBox {
	margin-top: 25px;
}

.entryBox .htype03 {
	padding-right: 1em;
}

.entryBox .htype03 .date {
	position: static;
	margin: 5px 0 0 0;
	display: block;
	text-align: right;
}

.backIndex a {
	display: block;
	min-width: 0;
	width: auto;
	padding: 10px 0;
	font-size: 1.6rem;
}

}

/*----------------------------------------------------*/ 
/* not_found
-----------------------------------------------------*/ 

.not_found {
	padding: 100px 0;
}

