@charset "utf-8";

/* common
-----------------------------------------------------------------*/
#Content .content-header .inside{
	background: url(../img/bg_header.png) no-repeat 0 0;
}

/* overwrite */
.swiper-container{
	width: 100% !important;
}
.swiper-button-prev{
	background-image: none !important;
	background-color: #aaa;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 50px;
	left: -25px;
	line-height: 50px;
	margin-top: -25px;
	text-align: center;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	width: 50px;
}
.swiper-button-next{
	background-image: none !important;
	background-color: #aaa;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	right: -25px;
	text-align: center;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	width: 50px;
}
.swiper-button-prev:hover{
	background-color: #00a7ea;
}
.swiper-button-next:hover{
	background-color: #00a7ea;
}
.swiper-pagination{
	bottom: 0 !important;
	left: auto !important;
	right: 20px !important;
	text-align: right;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .8;
}
.swiper-pagination-bullet-active{
	background: #00a7ea !important;
	opacity: 1;
}

.lead-box{
	padding: 40px 0;
}
.local-navi{
	background-color: #f2f2f2;
	padding: 30px 0;
}
.local-navi ul{
	overflow: hidden;
}
.local-navi li{
	background-color: #fff;
	border: 1px solid #00a7ea;
	float: left;
	height: 218px;
	margin-left: 46px;
	transition: background-color .3s linear;
	width: 218px;
}
.local-navi li:first-child{
	margin-left: 0;
}
.local-navi li:hover,
.local-navi li.active{
	background-color: #e7f7fd;
}
.local-navi li img{
	height: auto;
	width: 100%;
}

/* main */
article section{
	padding-bottom: 80px;
}
article section:nth-child(even){
	background-color: #e7f7fd;
}
article section .no{
	background: url(/common/img/bg_arw02.png) no-repeat 0 0;
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width: 160px;
}
article section h3{
	font-size: 188%;
	margin-top: 35px;
	text-align: center;
}
article .lead{
	margin: 40px auto 0;
	width: 80%;
}
article .outline{
	margin: 0 auto;
	position: relative;
	width: 80%;
}
article .img{
	margin: 25px auto 0;
	text-align: center;
	width: 80%;
}
article .img img{
	height: auto;
	width: 100%;
}
article .list{
	margin: 40px auto 0;
	width: 80%;
}
article .list dd span{
	display: inline-block;
	margin-right: .5em;
}
article .list dt{
	font-weight: bold;
}
article .link{
	text-align: center;
}
article .link a{
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	font-size: 113%;
	display: inline-block;
	margin-top: 20px;
	min-width: 80%;
	padding: 8px 40px;
	text-decoration: none;
	transition: background-color .2s linear, color .2s linear;
}
article .link a:hover{
	background-color: #00a7ea;
	border-color: #00a7ea;
	color: #fff !important;
}
article .link-area {
	margin: 20px auto 0px;
	width: 80%;
	padding-left: 0;
	text-align: center;
}
article .link-3 a{
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	font-size: 113%;
	display: inline-block;
	min-width: 10%;
	margin: 0px 3.8% 0px 0px;
	padding: 8px 30px;
	text-decoration: none;
	transition: background-color .2s linear, color .2s linear;
	float:left;
}
article .link-3 a:hover{
	background-color: #00a7ea;
	border-color: #00a7ea;
	color: #fff !important;
}
article .link-3:last-child a{
	margin: 0px;
}

/* cat01 */
#Cat01 h2 span{
	background-image: url(../img/ico_cat01.png);
}

/* cat02 */
#Cat02 h2 span{
	background-image: url(../img/ico_cat02.png);
}
#Cat02 h2 span{
	padding-left: 130px;
}

/* cat03 */
#Cat03{
	padding-bottom: 100px;
	text-align: center;
}
#Cat03 .cat03-inside{
	display: inline-block;
	text-align: left;
} 
#Cat03 h2 span{
	background-image: url(../img/ico_cat03.png);
}
#Cat03 h2 span.cat05{
	background-image: url(../img/ico_cat05.png);
}
#Cat03 li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#Cat03 li:not(:first-child){
	margin-top: 15px;
}
#Cat03 li:before{
	color: #00a7ea;
	content: "▶";
	margin-right: 5px;
}
#Cat03 .notice{
	margin-top: 20px;
}

/* cat04 */
#Cat04{
	padding-bottom: 100px;
}
#Cat04 h2 span{
	background-image: url(../img/ico_cat04.png);
	padding-left: 120px;
}
#Cat04 li{
	margin-top: 30px;
	overflow: hidden;
}
#Cat04 .face{
	width: 128px;
}
#Cat04 .face img{
	height: 105px;
	width: auto;
}
#Cat04 li:nth-child(even) .face{
	background: url(/common/img/ico_arw02.png) no-repeat 0 0;
	float: right;
	text-align: right;
}
#Cat04 li:nth-child(odd) .face{
	background: url(/common/img/ico_arw01.png) no-repeat 100% 0;
	float: left;
}
#Cat04 li p{
	border-radius: 8px;
	box-sizing: border-box;
	padding: 15px;
	width: 700px;
}
#Cat04 li p span{
	display: block;
	margin-top: 1em;
	text-align: right;
}
#Cat04 li:nth-child(odd) p{
	background-color: #00a7ea;
	color: #fff;
	float: left;
}
#Cat04 li:nth-child(even) p{
	background-color: #e7f7fd;
	color: #000;
	float: right;
}

#Main article .table-area{
	margin-top: 40px;
	width: 100%;
}
#Main article table{
	min-width: 100%;
	width: 100%;
	table-layout: fixed;
}
#Main article table thead th{
	border: 1px solid #000;
	background-color: #e6e6e6;
	font-weight: normal;
	min-width: 4em;
	padding: 5px 30px;
}
#Main article table tbody{
	border: 1px solid #000;
}
#Main article table tbody tr:nth-child(odd){
	background-color: #e7f7fd;
}
#Main article table tbody tr:nth-child(even){
	background-color: #fff;
}
#Main article table tbody td{
	border-left: 1px solid #000;
	text-align: left;
	padding:8px;
	vertical-align:top;
}
article table tbody .u-b{
	border-bottom: 4px double #aaa;
}

#Main article .table-area li:before{
	margin-right:0;
	content:  "";
}
#Main article .table-area li:not(:first-child){
	margin-top:0;
}

/* modal */
#Modal{
	background-color: rgba(255, 255, 255, .9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#Modal.activeModal{
	-webkit-animation: modal .5s ease both;
	animation: modal .5s ease both;
	display: block;
}
@-webkit-keyframes modal{
	0% { height: 0; }
	100% { height: 100%; }
}
@keyframes modal{
	0% { height: 0; }
	100% { height: 100%; }
}
#Modal aside{
	border: 4px solid #00a7ea;
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	box-shadow: 4px 4px 8px #888;
	display: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1024px;
	text-align:left;
}
#Modal aside h3{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}
#Modal aside .detail{
	display: table;
	margin-top: 20px;
}
#Modal aside div:not(.nottable) p{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}
#Modal aside .nottable p{
	display: block;
	margin-top: 20px;
	width: 100%;
}
#Modal aside div:not(.nottable) ul{
	display: table-cell;
	width: 40%;
}
#Modal aside .nottable ul{
	margin: -20px 0 0 -20px;
	overflow: hidden;
	width: 100%;
}
#Modal aside .nottable li{
	float: left;
	margin: 20px 0 0 20px;
	max-width: 374px;
}
#Modal aside li img{
	height: auto;
	max-width: 374px;
	width: 100%;
}
#Main .close{
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	padding: 2px 5px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 20px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
#Main .close:hover{
	background-color: #00a7ea;
	border: 1px solid #00a7ea;
	color: #fff !important;
}

.balloon a {
	color: rgb(64, 64, 64);
	text-decoration: none;
}

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

span.supText {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	/*color: red;*/
}

.spaceText {
	letter-spacing: normal;
}

/* for tb
-----------------------------------------------------------------*/
@media screen and (max-width: 979px){
	.local-navi ul{
		display: table;
		width: 100%;
		margin: 0;
	}
	.local-navi li{
		float: none;
		height: auto;
		display: table-cell;
		margin: 0;
	}
	#Cat04 li{
		margin-top: 50px;
	}
	#Cat04 li:first-child{
		margin-top: 0;
	}
	#Cat04 li .face{
		background: none !important;
	}
	.table-area {
		width: 100%;
	}
	.table-area tr {
		display: block;
		float: left;
	}
	.table-area tr td, 
	.table-area tr th {
		border-left: none;
		display: block;
	}
	.table-area tr td:nth-child(1), 
	.table-area tr th:nth-child(1) {
		height:430px;
		border-bottom: 1px solid #000;
	}
	.table-area tr td:nth-child(2), 
	.table-area tr th:nth-child(2) {
		height:430px;
		border-bottom: 1px solid #000;
	}
	.table-area tr td:nth-child(3), 
	.table-area tr th:nth-child(3) {
		height:570px;
		border-bottom: 1px solid #000;
	}
	.table-area tr td:nth-child(4), 
	.table-area tr th:nth-child(4) {
		height:130px;
	}
	.table-area thead {
		display: block;
		float: left;
		text-align:left;
	}
	#Main article table thead th {
		padding:8px 16px 8px 8px;
		border-right: none;
		border-bottom: none;
	}
	#Main article table thead th:last-child {
		border-bottom: 1px solid #000;
	}
	#Main article table tbody td {
		border-left: none;
	}
	.table-area tbody {
		display: block;
		float: left;
		width: 85%;
	}
	.table-area tbody tr {
		width: 100%;
	}
	#Modal{
		overflow: scroll;
	}
	#Modal aside{
		height: 80%;
		overflow: scroll;
		padding: 20px !important;
		width: 80%;
	}
	#Modal aside ul{
		display: block !important;
		width: 100% !important;
	}
	#Modal aside p{
		display: block !important;
		margin-top: 20px;
		padding: 0 !important;
		width: 100% !important;
	}
}

/* for tb - sp
-----------------------------------------------------------------*/
@media screen and (max-width: 767px){
	.swiper-button-prev{
		display: none;
	}
	.swiper-button-next{
		display: none;
	}
	.swiper-pagination{
		text-align: center;
		right: 0 !important;
	}
	.swiper-pagination-bullet{
		height: 20px;
		width: 20px;
	}
	.lead-box{
		padding: 20px 10px;
	}
	.local-navi{
		padding: 10px 0;
	}
	article .lead{
		margin-top: 20px;
		width: 90%;
	}
	article .img{
		width: 90%;
	}
	article .list{
		margin-top: 20px;
		width: 90%;
	}
	article .link{
		margin: 0 auto;
		width: 90%;
	}
	article .link span{
		display: inline-block;
	}
	article section .no{
		font-size: 200%;
	}
	section h3{
		font-size: 125% !important;
		font-weight: bold;
	}
	section .img img,
	section .outline img{
		height: auto;
		width: 100%;
	}
	section .outline{
		width: 90%;
	}
	#Cat03 .cat03-inside{
		margin: 0 auto;
		width: 90%;
	}
	#Cat04 li .face{
		float: none;
		width: auto;
	}
	#Cat04 li p{
		float: none;
		font-size: 87%;
		margin-top: 10px;
		letter-spacing: 0;
		width: 100%;
	}
	article .link-area {
		margin: 0 auto;
		width: 90%;
	}
	article .link-3 a{
		min-width: 100%;
		margin:20px auto 0px;
		float:none;
	}
	article .link-3:last-child a{
		margin:20px auto 0px;
	}
	.table-area tbody {
		width: 74%;
	}
}

/* for sp
-----------------------------------------------------------------*/
@media screen and (max-width: 479px){
	/* xxx */
	.table-area tbody {
		width: auto;
	}
	.table-area thead {
		width: 22%;
	}
}