/**************************************************************************************/
/* 2019/01/16　施行事例ページ追加*/
/**************************************************************************************/
/********************　検索ページとフォーム　************************/
#sekou_search{
	clear: both;
	background: #E7E7E7;
	padding: 30px;
	margin-bottom: 20px;
}
#sekou_search input[type="text"]{
	width: 400px;
	height: 35px;
	margin-left: 20px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #dedede;
}
input[type="text"]:focus {
    border:solid 1px #0E7FC3;
}
#sekou_search input[type="submit"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	height: 35px;
	width: 80px;
	text-align: center;
	color: #ffffff;
	background: #0E7FC3;
	cursor: pointer;
	top: -1px;
	position: relative;
	margin-left: 5px;
}
#sekou_search input[type="submit"]:hover{
	background: #005C94;
}
#sekou_search .tag{
	margin-top: 20px;
}
.sekou_other_search{
	display: block;
position: relative;
     padding-bottom: 0.2em;
     border-bottom: 4px solid #DDD;
	width: 100%;
	font-size: 20px;
	margin-left: 0;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666666;
}
.sekou_other_search::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #0E7FC3;
     bottom: -4px;
     width:20%;
     display: block;
}
/********************　施行事例一覧ページ ************************/
.va_t{
	vertical-align: top;
}
.sekou_index_title{
	font-size: 16px;
	line-height: 24px;
	height: 30px;
	font-weight: bold;
}
.sekou_index_title h1{
position: relative;
     padding-bottom: 0.5em;
     border-bottom: 4px solid #DDD;
	width: 100%;
	font-size: 22px;
	margin-left: 0;
	font-weight: bold;
}
.sekou_index_title h1::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #0E7FC3;
     bottom: -4px;
     width:20%;
     display: block;
}
.sekou_index_flex {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.sekou_index_itembox {
    width: 280px;
    min-height: 420px;
    margin-bottom: 44px;
	border: 1px solid #BBBBBB;
	padding: 10px;
	float: left;
	margin-right: 30px;
}
.sekou_index_itembox:nth-child(3n){
	margin-right: 0px;
}
.sekou_index_item_imagebox{
	width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
}
.sekou_index_item_imagebox img{
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.sekou_index_item_info {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
}
.sekou_index_item_info span{
	display: block;
	border-bottom: 1px solid #CDCDCD;
	font-size: 12px;
}
.sekou_index_item_info span i{
	margin-right: 5px;
	color: #747474;
}
.sekou_index_continue {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0E7FC3;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    margin: 10px auto 0px;
   
}
.sekou_index_tagarea{
	margin: 10px 0;
	height: 27px;
	overflow: hidden;
	word-break: keep-all;
}
a.sekou_tag{
	font-size: 0.8em;
	background: #D8D8D8;
	color: #111111;
	border: none;
	border-radius: 5px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 1px 6px;
	word-break: keep-all;
	display: inline-block;
}
a.sekou_tag:hover{
	border: none;
	background: #0E7FC3;
	color: #ffffff;
}
.sekou_count{
	font-size: 22px;
	color: #0E7FC3;
}
.sekou_search_bar{
	width: 100%;
	border-bottom: 2px dashed #D8D8D8;
	margin-bottom: 20px;
}
.sekou_search_left{
	float: left;
	height: 30px;
	line-height: 30px;
	vertical-align: 30px;
}
.sekou_search_right{
	float: right;
	height: 30px;
	line-height: 30px;
	vertical-align: 30px;
	font-weight: bold;
}
span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
/********* 施行事例詳細 ***********/
.sekou_single_info{
	width: 100%;
}
.sekou_table{
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
	box-sizing: initial;
}
.sekou_table th{
	text-align: left;
    width: 80px;
    padding: 10px 20px;
    background-color: #EEEEEE;
    font-weight: 500;
	/*box-sizing: inherit;*/
}
.sekou_table th.tag_th{
	width: 280px;
	text-align: center;
}
.sekou_table td{
	text-align: left;
    padding: 10px;
	width: 185px;
}
.sekou_comment{
	margin: 20px 0;
}
.tab_wrap{width:980px; margin:50px auto;}
input[name="tab_btn"]{display:none;}
.tab_area{font-size:0; margin:0 0 10px 0;}
.tab_area label{width:150px; margin:0 5px; display:inline-block; padding:5px 0; color:#fff; background: #C4C4C4; text-align:center; font-size:14px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{background:#0E7FC3;}
.panel_area{background:#fff; height: auto; padding: 30px; background: #F4F0EA;}
.tab_panel{width:100%; padding:0; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
#tab1:checked ~ .tab_area .tab1_label{background:#0E7FC3; }
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#0E7FC3;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#0E7FC3;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#0E7FC3;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#0E7FC3;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background:#0E7FC3;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background:#0E7FC3;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background:#0E7FC3;}
#tab8:checked ~ .panel_area #panel8{display:block;}
#tab9:checked ~ .tab_area .tab9_label{background:#0E7FC3;}
#tab9:checked ~ .panel_area #panel9{display:block;}
#tab10:checked ~ .tab_area .tab10_label{background:#0E7FC3;}
#tab10:checked ~ .panel_area #panel10{display:block;}
.before_img{
	width: 48.5%;
	float: left;
	height: auto;
	vertical-align: bottom;
}
.after_img{
	width: 48.5%;
	float: right;
	height: auto;
	text-align: right;
}
.after_img img, .before_img img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.after_img span, .before_img span{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}
.after_img span{
	background: #ABABAB;
}
.before_img span{
	background: #ABABAB;
}
.sekou_index_item_right {
    width: 100%;
    height: auto;
}

.swiper-slide{
	background: #B7B7B7;
}
.swiper-container{
	width: 980px;
	height: 650px;
}
.swiper-slide{
	width: 980px;
	height: 650px;
	overflow: hidden;
	position: relative;
	background-size: cover;
    background-position: center;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 50px;
  opacity: 0.4;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 980px){
.sekou_table{
		font-size: 18px;
	}
	.sekou_table th{
		width: 140px;
	}
	.sekou_table td{
		width: 460px;
	}
	.tab_wrap{
		width: 100%;
	}
	.tab_area label{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.sekou_index_itembox{
		width: 45%;
		margin-right: 10px;
	}
	.sekou_index_itembox:nth-child(2n){
	margin-right: 0px;
}
	.sekou_index_item_right {
    float: right;
    width: 100%;
    height: auto;
}
	.sekou_index_tagarea {
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
    word-break: keep-all;
}
	a.sekou_tag {
    font-size: 14px;
    padding: 6px 10px;
	margin: 2px 0;
}
	.sekou_search_right {
    float: none;
	display: block;
	}
	.sekou_count {
    font-size: 26px;
}
	.sekou_index_itembox:nth-child(3n){
	margin-right: 10px;
}
	.sekou_index_itembox:nth-child(2n){
	margin-right: 0px;
}
	.sekou_index_title{
		font-size: 20px;
		height: 65px;
		line-height: 28px;
	}
	.sekou_index_item_info span{
		font-size: 16px;
	}
	.sekou_index_continue{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	#sekou_search input[type="text"]{
		width: calc(100% - 40px) ;
		height: 80px;
		margin-left: 0px;
		padding: 0 20px;
	}
	#sekou_search input[type="submit"]{
		height: 60px;
		width: 100%;
		margin-left: 0px;
		font-size: 22px;
	}
	.cp_tag01 a{
		height: 40px;
		line-height: 40px;
	}
	.cp_tag01 a::before {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
}
	.cp_tag01 a::after {
    border-width: 22px 0 21px 13px;
}
.gallery-top{
	width: 600px;
	height: 450px;
}
.gallery-thumbs{
	width: 600px;
	height: 80px;
}
    .swiper-slide{
	width: 600px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;

	
}
}