@charset "utf-8";

.tokucho li+li{
	margin-top: 60px;
}
@media screen and (max-width: 680px) {
}

.lead{
	/*border-bottom: 1px solid #D9D9D9;*/
	/*padding-bottom: 30px;*/
	margin-bottom: 20px;/*2018/09*/
}
@media screen and (max-width: 680px) {
	.lead{
		margin-top: 20px;
		margin-bottom: 25px;
		/*padding-bottom: 5px;*/
	}
	
	.linkbox_clear {
		display:inline-block !important;
		margin-bottom:5px;
	}
}


/* local
============================================================================================================ */
.local{
	display: block;
	background: #F2F2F2;
	margin: 0 auto 20px;/*2018/09*/
}
.local ul{
	width: 1100px;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 3px 0;
}
.local li{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	margin-left: -3px;
	/*padding: 5px 10px 5px 0;*/
	padding: 5px 10px 5px 10px;
}
.local li:first-child{
	border-left: 1px solid #D9D9D9;
}
.local li:last-child{
	border-right: 1px solid #fff;
}
.local li:after{
	content:" ";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #D9D9D9;
}
.local li:before{
	content:" ";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background:#fff;
}
.local a{
	color: #1e273d;
	display: block;
	/*padding: 10px 15px 10px 30px;*/
	padding: 10px 15px 10px 15px;
	border: 1px solid #f2f2f2;
	position: relative;
	transition: .3s;
	font-weight: bold;
}
.local a:after {
	position: absolute;
	bottom: 0;
	/*left: 58%;*/
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #1e273d;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.local a:hover:after {
	width: 100%;
}
.local .current a:after{
	position: absolute;
	bottom: 0;
	left: 50%;/*ラインの位置*/
    content: '';
    width: 100%;
    height: 4px;
    background-color: #007fc6;
}
@media screen and (max-width: 680px) {
	.local{
		margin: 0 auto 40px;
	}
	.local ul{
		width: auto;
		display: block;
		margin: auto;
		text-align: center;
		position: relative;
		padding: 0;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
	}
	.local li{
		display: block;
		font-size: 1.2rem;
		position: relative;
		text-align: center;
		margin-left: 0;
		padding: 5px 10px 5px 0;
		box-sizing: border-box;
		width: 50%;
		border-bottom: 1px solid #D9D9D9;
		border-top: 1px solid #fff;
	}
	.local li:first-child{
		border-left: none;
	}
	.local li:last-child{
		border-right: none;
	}
	.local .current a:after{
		left: 50%;
		width: 80%;
	}
}

/* local-index
============================================================================================================ */
.local-index{
	display: block;
	margin: 0 auto 20px;/*2018/09*/
}
.local-index ul{
	width: 1100px;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 3px 0;
}
.local-index li{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	border-radius: 3px;
}

.local-index li a{
	padding:15px;
}

.local-index li:after{
	content:" ";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	/*background: #D9D9D9;*/
}
.local-index li:before{
	content:" ";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background:#fff;
}
.local-index a{
	color: #1e273d !important;
    text-decoration: none !important;
	display: block;
	padding: 10px 15px 10px 15px;
	position: relative;
	transition: .3s;
	font-weight: bold;
	background:#f2f2f2;
}
.local-index a:after {
	position: absolute;
	bottom: 0;
	/*left: 58%;*/
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #1e273d;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.local-index a:hover:after {
	width: 100%;
}
.local-index .current a:after{
	position: absolute;
	bottom: 0;
	left: 50%;/*ラインの位置*/
    content: '';
    width: 100%;
    height: 4px;
    background-color: #007fc6;
}

@media screen and (max-width: 680px) {
	.local-index{
		margin: 0 auto 40px;
	}
	.local-index ul{
		width: auto;
		display: block;
		margin: auto;
		text-align: center;
		position: relative;
		padding: 0;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
	}
	.local-index li{
		display: block;
		font-size: 1.2rem;
		position: relative;
		text-align: center;
		margin-left: 0;
		padding: 5px 10px 5px 0;
		box-sizing: border-box;
		width: 50%;
		/*border-bottom: 1px solid #D9D9D9;*/
		border-top: 1px solid #fff;
	}
	.local-index li:first-child{
		border-left: none;
	}
	.local-index li:last-child{
		border-right: none;
	}
	.local-index .current a:after{
		left: 50%;
		width: 80%;
	}
}



.column2:after{ content:" "; display: block; clear: both; height: 0; line-height: 0;}
.column2 .column2_box{
	width: 50%;
	float: left;
}
@media screen and (max-width: 680px) {
	.column2 .column2_box{
		width: auto;
		float: none;
	}
}



/* thum-btn
============================================================================================================ */
.thum-btn{
	display: block;
	margin: 40px auto 0;
}
.thum-btn li{
	display: inline-block;
	background: #f2f2f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 24%;
}
.thum-btn a{
	color: #1e273d !important;
	display: block;
	padding: 10px 15px 10px 20px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.thum-btn img{
	margin-right: 30px;
}
.thum-btn span{
position: relative;
vertical-align: middle;
display: inline-block;
}
.thum-btn span:before,
.thum-btn span:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.thum-btn span:before{
	left: -10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #007fc6;
}
.thum-btn .current{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce;
}
.thum-btn a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce !important;
}
@media screen and (max-width: 680px) {
	.thum-btn{
		display: block;
		margin: 40px auto 30px;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
  		align-content: center;
  		-webkit-align-content: center;
	}
	.thum-btn li{
		display: block;
		font-size: 1.2rem;
		width: 49%;
		margin-bottom: 5px;
		text-align: center;
		box-sizing: border-box;
	}
	.thum-btn a{
		padding: 10px 15px 10px 20px;
		box-sizing: border-box;
		border: none;
	}
	.thum-btn img{
		display: block;
		margin: 0 auto 5px;
	}
	.thum-btn .current{
		box-sizing: border-box;
	}
}



/* thum-btn2
============================================================================================================ */
.thum-btn2{
	display: block;
	margin: 20px auto 20px;/*2018/09*/
}
.thum-btn2 a{
text-decoration:none !important;
}
.thum-btn2 li{
	display: inline-block;
	background: #f2f2f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 24.6%;
	text-align:center;
	margin-right:5px;
}
.thum-btn2 li:nth-child(4n) {
	margin-right:0px;
}
.thum-btn2 a{
	color: #1e273d !important;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.thum-btn2 img{
	margin: 0px 0px 1em 0px;
	max-height:100px;
}
.thum-icon {
border: 1px solid #007fc6;
border-radius: 3px;
background:#007fc6;
padding:3px 10px 1px 10px;
color: #ffffff;
vertical-align: middle;
margin-right:0.5em;
}
.thum-btn2 a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce !important;
}
@media screen and (max-width: 680px) {
	.thum-btn2{
		display: block;
		margin: 30px auto;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
  		align-content: center;
  		-webkit-align-content: center;
	}
	.thum-btn2 li{
		display: block;
		font-size: 1.2rem;
		width: 100%;
		margin-bottom: 5px;
		margin-right:0px;
		text-align: center;
		box-sizing: border-box;
	}
	.thum-btn2 a{
		padding: 20px;
		box-sizing: border-box;
		border: none;
	}
	.thum-btn2 img{
		display: block;
		margin: 0 auto 5px;
	}
}

/* thum-btn3
============================================================================================================ */
.thum-btn3{
	display: block;
	margin: 20px auto 20px;
}
.thum-btn3 a{
text-decoration:none !important;
}
.thum-btn3 li{
	display: inline-block;
	background: #f2f2f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 18.6%;
	text-align:center;
	margin-right:5px;
}
.thum-btn3 li:nth-child(4n) {
	margin-right:0px;
}
.thum-btn3 a{
	color: #1e273d !important;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.thum-btn3 img{
	margin: 0px 0px 1em 0px;
	max-height:100px;
}
.thum-icon {
border: 1px solid #007fc6;
border-radius: 3px;
background:#007fc6;
padding:3px 10px 1px 10px;
color: #ffffff;
vertical-align: middle;
margin-right:0.5em;
}
.thum-btn3 a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce !important;
}
@media screen and (max-width: 680px) {
	.thum-btn3{
		display: block;
		margin: 30px auto;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
  		align-content: center;
  		-webkit-align-content: center;
	}
	.thum-btn3 li{
		display: block;
		font-size: 1.2rem;
		width: 100%;
		margin-bottom: 5px;
		margin-right:0px;
		text-align: center;
		box-sizing: border-box;
	}
	.thum-btn3 a{
		padding: 20px;
		box-sizing: border-box;
		border: none;
	}
	.thum-btn3 img{
		display: block;
		margin: 0 auto 5px;
	}
}



.c-s-box5 > .box > a > img.none {
	border:none;
}

/* thum-btn4
============================================================================================================ */
.thum-btn4{
	display: block;
	margin: 0px auto 20px;
}
.thum-btn4 a{
text-decoration:none !important;
}
.thum-btn4 li{
	display: inline-block;
	background: #f2f2f2;
	font-size: small;
	width: 32.7%;
	text-align:center;
	margin-right:5px;
}
.thum-btn4 li:nth-child(4n) {
	margin-right:0px;
}
.thum-btn4 a{
	color: #1e273d !important;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.thum-btn4 img{
	margin: 0px 0px 1em 0px;
	max-height:100px;
}
.thum-icon {
border: 1px solid #007fc6;
border-radius: 3px;
background:#007fc6;
padding:3px 10px 1px 10px;
color: #ffffff;
vertical-align: middle;
margin-right:0.5em;
}
.thum-btn4 a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce !important;
}
@media screen and (max-width: 680px) {
	.thum-btn4{
		display: block;
		margin: 30px auto;
		display: flex;
		justify-content: space-between;
	 	-webkit-flex-wrap: wrap;
  		flex-wrap: wrap;
  		align-content: center;
  		-webkit-align-content: center;
	}
	.thum-btn4 li{
		display: block;
		font-size: 1.2rem;
		width: 100%;
		margin-bottom: 5px;
		margin-right:0px;
		text-align: center;
		box-sizing: border-box;
	}
	.thum-btn4 a{
		padding: 20px;
		box-sizing: border-box;
		border: none;
	}
	.thum-btn4 img{
		display: block;
		margin: 0 auto 5px;
	}
}
