@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

body { line-height: 1.8; }

html { overflow-y:scroll; }

html , body {height: 100%;}

h2 {
	margin-top: 0px;
	margin-bottom: 30px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#header_pc #header_search form {
	position: relative;
}
#header_pc #header_search .glyphicon {
	position: absolute;
	top: 11px;
	left: 8px;
}
#header_pc #header_search input#searchsubmit {
	border: 1px solid #666;
	background: #FFF;
	font-weight: 700;
}

.header_search_text { width: 175px; }
@media (max-width:1199px){
.header_search_text { width: 80px; }
}
@media (max-width:991px){
.header_search_text { width: 60px; }
}

#page_title {
	border-bottom: #CCC 1px solid;
	background:url(https://hbv100138137.smartrelease.jp/wp-content/uploads/2020/11/kosei-sub-visual-00.jpg) center center no-repeat #ccc;
	background-size: cover;
}
#page_title h1 {
	margin: 0;
	padding: 60px;
	text-align: center;
	color: #1ea821;
}

.sow-headline {
	overflow: hidden;
}

.caption01 {
	background: #1ea821;
	padding: 0.5em;
	color: #FFF;
	border-bottom: solid 5px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	font-weight: 700;
}
.caption02 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	border-left: solid 3px #1ea821;
	padding: 0em 0 0em 0.5em;
	margin-bottom: 1em;
}
.caption02:after {
	border-bottom: dashed 2px #CCC;
	left: 0px;
	bottom: -0.5em;
	content: " ";
	width: 100%;
	position: absolute;
	pointer-events: none;
}
.caption03 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding: 0.5em 0 0.5em 1.5em;
	border-top: solid 3px #1ea821;
	border-bottom: solid 1px #CCC;
}
.caption03:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #1ea821;
	border-width: 15px;
	margin-top: -17px;
}
.caption04 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding: 0.5em 0 0.5em 0em;
	border-top: solid 3px #1ea821;
	border-bottom: solid 1px #CCC;
}
.caption05 {
	font-size: 24px;
	border-radius: 5px;
	padding: 0.5em;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: solid 5px #1ea821;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 1%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.caption06 {
	font-size: 24px;
	border-radius: 5px;
	padding: 0.5em;
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-top: solid 5px #1ea821;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 1%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.caption07 {
	font-size: 32px;
	position: relative;
	display: inline-block;
}
.caption07:after {
	content: "";
    display: block;
    background: #1ea821;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -250px;
    width: 200px;
}
.caption07:before {
	content: "";
    display: block;
    background: #1ea821;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -250px;
    width: 200px;
}
.caption08 {
	font-size: 32px;
	position: relative;
	border-bottom: solid 2px #ccc;
    padding-bottom: 20px;
    text-align: center !important;
}
.caption08:before {
	content: "";
    display: block;
    width: 350px;
    height: 3px;
    background: #1ea821;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3px;
}
.caption08:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 0 16px;
    border-color: #1ea821 transparent transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13px;
}
.caption09 {
	font-size: 32px;
	border-left: 6px solid #1ea821;
	padding-left: 28px;
}

.caption10 {
	font-size: 32px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: relative;
	padding: .5em 0;
	padding-left: 50px;
}
.caption10:before {
	content: "";
	display: block;
	width: 30px;
	height: 10px;
	background: #1ea821;
	position: absolute;
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subcaption01 {
	background: #1ea821;
	padding: 0.5em 0.5em;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}
.subcaption02 {
	padding: 0 0.5em 0.5em;
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 3px #1ea821;
}
.subcaption03 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	border-left: solid 3px #1ea821;
	padding: 0 0 0 0.5em;
	margin-bottom:30px;
}
.subcaption03:after {
	border-bottom: solid 2px #CCC;
	left: 0px;
	bottom: -0.5em;
	content: " ";
	width: 100%;
	position: absolute;
	pointer-events: none;
}
.subcaption04 {
	background: #1ea821;
	padding: 0.5em 0.5em;
	padding-left: 40px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.subcaption04:after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #fff;
	position: absolute;
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subcaption05 {
	background: #eaeaea;
	padding: 0.5em 0.5em;
	padding-left: 40px;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.subcaption05:after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #1ea821;
	position: absolute;
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subcaption06 {
	padding: 0.5em 0.5em;
	padding-left: 40px;
	color: #333;
	border-bottom: solid 2px #ccc;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.subcaption06:after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #1ea821;
	position: absolute;
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subcaption07 {
	padding: 0.5em 0.5em;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.subcaption07:after {
	content: "";
	display: block;
	width: 11%;
	height: 4px;
	background: #1ea821;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.subcaption07:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #ccc;
	position: absolute;
	bottom: -5px;
	left: 0;
}

@media (max-width:767px){
.caption01 { font-size: 18px;margin-bottom: 15px; }
.caption02 { font-size: 18px;margin-bottom: 15px; }
.caption02:after {
	margin-top: -15px;
}
.caption03 { font-size: 18px;margin-bottom: 15px; }
.caption03:after {
	border-width: 10px;
	margin-top: -11px;
}
.caption04 { font-size: 18px;margin-bottom: 15px; }
.caption05 { font-size: 18px;margin-bottom: 15px; }
.caption06 { font-size: 18px;margin-bottom: 15px; }
.caption07 {font-size: 20px;margin-bottom: 0px;}
.caption08 {font-size: 20px;margin-bottom: 15px;paddding-bottom: 10px;}
.caption09 {font-size: 20px;margin-bottom: 0px;padding-left: 10px;}
.caption10 {font-size: 20px;padding-left: 30px;}
.subcaption01 { font-size: 16px;margin-bottom: 10px; }
.subcaption02 { font-size: 16px;margin-bottom: 10px; }
.subcaption03 { font-size: 16px;margin-bottom: 10px; }
.subcaption04 { font-size: 16px;margin-bottom: 10px; }
.subcaption05 { font-size: 16px;margin-bottom: 10px;padding-left: 25px; }
.subcaption06 { font-size: 16px;margin-bottom: 10px;padding-left: 25px; }
.subcaption07 { font-size: 16px;margin-bottom: 10px; }

.caption07:before {
	right: -215px;
}

.caption07:after {
	left: -215px;
}

.caption10:before {
	width: 20px;
	height: 5px;
}

.subcaption05:after {
	width: 15px;
}

.subcaption06:after {
	width: 15px;
}

.subcaption07:after {
	width: 50%;
}



}



/*------------------------------------------------------*/

/*メインメニュープルダウン*/

/*------------------------------------------------------*/
.menu li ul{
	visibility: hidden;
	transform: rotateX(-90deg);
	transform-origin: 50% 0;
	transition: .3s;
}
.menu li:hover ul{
	visibility: visible;
	transform: rotateX(0);
}


/*------------------------------------------------------*/

/*ページビルダー*/
/*[設定]→ページビルダー→レイアウト→[行間マージン：15px]*/

/*------------------------------------------------------*/
.so-panel { padding-bottom: 0px; }
.so-panel .so-panel { padding-bottom: 0px; }
.so-panel.widget_sow-headline { padding-bottom: 0px; }
.so-panel p:last-child { margin-bottom: 0;}


@media (max-width:767px){
/*
.panel-grid .so-panel .panel-grid-cell .so-panel .so-widget-image { padding-bottom: 50px; }
.panel-grid .so-panel .panel-grid-cell:last-child .so-panel .so-widget-image { padding-bottom: 0px; }
*/
}

/*------------------------------------------------------*/

/*table関連*/

/*------------------------------------------------------*/
/*
@media (max-width:991px){
table.table {
	overflow: auto;
	white-space: nowrap;
	display: block;
}
.table tbody {
	width: 100%;
	display: table;
}
}
*/

/*------------------------------------------------------*/

/*お問い合わせフォーム*/

/*------------------------------------------------------*/

span.wpcf7-list-item {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.wpcf7-form-control-wrap.checkbox span.wpcf7-list-item {
	width: 40%;
	display: inline-block;
}

@media (min-width:768px){
#contact_form dl {
	border-top: none;
	width: 100%;
}
#contact_form dl dt{
	float: left;
	width: 14em;
	padding-top:5px;
	margin-bottom: 1em;
}

#contact_form dl dd{
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 14em;
	margin-bottom: 1em;
}
.form-control {
	width: 95%;
}

}
@media (max-width:767px){
#contact_form dl dd{
	margin-bottom: 1em;
}
}
/*------------------------------------------------------*/

/*固定ページ実績*/

/*------------------------------------------------------*/
.result-item {}
.result-item a:hover { text-decoration:none; }
.result-item dl {}
.result-item dt {
	color: #333;
	text-align: center;
	border-bottom: #CCC 1px dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.result-item dd {}
.result-item dd img {
	width: 360px;
	height: 180px;
	border:#CCC 1px solid;
	margin-bottom:1em;
}

@media (max-width:1199px){
.result-item dd img {
	width: 293px;
	height: 140px;
}
}
@media (max-width:991px){
.result-item dd img {
	width: 220px;
	height: 100px;
}
}
@media (max-width:767px){
.result-item dd img {
	width: 100%;
	height: auto;
	max-height: auto;
}
}
/*------------------------------------------------------*/

/*個人情報*/

/*------------------------------------------------------*/
.pp_area {}
.pp_area dl {}
.pp_area dt { font-weight:700; }
.pp_area dd { margin-bottom: 2em; }

}

/*------------------------------------------------------*/

/*実績・ニュースなど*/

/*------------------------------------------------------*/
.bottom_cat {}
.bottom_cat p {font-weight: 700;}
.bottom_cat ul {list-style:none;margin:0 0 2em;padding:0;}
.bottom_cat li {margin:0;padding:0;display: inline-block;margin-right:1em;margin-bottom:0.5em;}
.bottom_cat li a {border: solid 1px #CCC; padding:5px;}



/*------------------------------------------------------*/

/*ニュース*/

/*------------------------------------------------------*/
.news_list {
	padding-bottom: 2em;
	border-bottom: #CCC 1px dashed;
	margin-bottom:2em;
}

.news-link {
	margin: 60px 0 40px; 
}

.news-link h2 {
	margin-top: 0;
}

.news-inner article {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}
.news-inner article p {
	display:none;
}
.news-inner article br {
	display:none;
}

.news-inner article a h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	float: left;
}

.news_eyecatch-inner article {
	margin-bottom:15px;
}
.news_eyecatch-inner article:after {
}

.news_eyecatch-inner article .news_eyecatch-inner_wrap {
	height: 240px;
	position:relative;
	background-color:#ccc;
}
.news_eyecatch-inner article img {
	height: 240px;
	border: 1px #CCC solid;
}
.news_eyecatch-inner article .news_eyecatch-inner_data {
	line-height: 150%;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.news_eyecatch-inner article .news_eyecatch-inner_data p {
	color:#222;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	font-weight:700;
	background: rgba(255,255,255,0.8);
	padding: 15px;
	display: block;
}
.news_eyecatch-inner article .news_eyecatch-inner_data p time {
	display: block;
	font-size: 12px;
}
.news_eyecatch-inner .news_eyecatch-inner_data p:before {
	position: absolute;
	border-right: solid 3px #1ea821;
	border-top: solid 3px #1ea821;
	content: "";
	right: 0;
	bottom: 50%;
	transform: rotate(45deg) translate(50%,50%);
	width: 15px;
	height: 15px;
	margin-right: 15px;
}

.news_eyecatch-inner article .news_eyecatch-inner_cat {
	position:absolute;
	top:0;
	left:0;
	background:#FFF;
	border:#CCC 1px solid;
	padding: 0 1em;
	font-size:12px;
}
.news_eyecatch-inner article .news_eyecatch-inner_cat a {
	color:#222;
}
.news_eyecatch-inner article {}
.news_eyecatch-inner article {}


@media (min-width:992px){
.news_archive_data h2 { margin-right : 15px; }
.news-inner article time {
	float: left;
	line-height: 1;
	font-size: 16px;
	padding-right: 1em;
	width: 7em;
	margin-bottom:5px;
}
.news-inner article span {
	float: left;
	line-height: 1;
	font-size: 14px;
	padding-right: 1em;
	margin-bottom: 5px;
}
.news-inner article span a {
	border:solid 1px #CCC;
	width: 10em;
	display: inline-block;
	text-align:center;
}
.news-inner article a h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 76%;
}
}
@media (max-width:991px){
.news-inner article time {
	line-height: 1;
	font-size: 16px;
	padding-right: 1em;
	float: left;
	width: 7em;
	margin-bottom:5px;
}
.news-inner article span {
	float: left;
	line-height: 1;
	font-size: 14px;
	padding-right: 1em;
}
.news-inner article span a {
	border:solid 1px #CCC;
	width: 10em;
	display: inline-block;
	text-align:center;
	margin-bottom:5px;
}
.news-inner article a h3 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
}
/*------------------------------------------------------*/

/*実績*/

/*------------------------------------------------------*/
.result_list {
	padding-bottom: 2em;
	border-bottom: #CCC 1px dashed;
	margin-bottom: 2em;
}
.result_archive_data h2 {
	margin-right: 15px;
}
.result_archive_img {}
.result_archive_img img {
	border:#CCC 1px solid;
}



.result_single {
	margin: 0 auto 50px;
}
.result_single img {
	max-width: 100%;
	height:auto;
}
#result_single_img_01 {
	margin: 0 15px 20px;
}
#result_single_img_02 {
	margin-bottom: 20px;
}
#result_single_img_03 {
	margin-bottom: 20px;
}
#result_single_img_04 {
	margin-bottom: 20px;
}
#result_single_img_05 {
	margin-bottom: 20px;
}

#result_single_img_01 ,#result_single_img_02 , #result_single_img_03 , #result_single_img_04 , #result_single_img_05 { text-align:center; }
#result_single_img_01 img { height: auto;}
#result_single_img_02 span , #result_single_img_03 span , #result_single_img_04 span , #result_single_img_05 span {
	height: 360px;
	width: 600px;
	display: table-cell;
	vertical-align: middle;
	background:#EEE;
	text-align: center;
}
#result_single_img_02 span img , #result_single_img_03 span img , #result_single_img_04 span img , #result_single_img_05 span img {
	width: auto;
	max-height: 100%;
}

.result_single table {
	width: 100%;
	margin-bottom: 3em;
}
.result_single table th {
	background: #1ea821;
	color: #FFF;
	padding:5px;
	width: 20%;
}
.result_single table td {
	padding:5px;
}

@media (min-width:1200px){}
@media (max-width:1199px){
#result_single_img_02 span , #result_single_img_03 span , #result_single_img_04 span , #result_single_img_05 span {
	height: 280px;
}
}
@media (min-width:992px){}
@media (max-width:991px){
#result_single_img_02 span , #result_single_img_03 span , #result_single_img_04 span , #result_single_img_05 span {
	height: 213px;
}
}
@media (min-width:768px){}
@media (max-width:767px){
#result_single_img_02 span , #result_single_img_03 span , #result_single_img_04 span , #result_single_img_05 span {
	width: 690px;
	height: auto;
}

.result_single table {
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.result_single table th {
	display: block;
	border-top:none;
	width: 100%;
}
.result_single table td {
	display: block;
	border-top:none;
}
}

