@charset "UTF-8";
/*
Theme Name: wp_sougou
Theme URI: http://www.prime-strategy.co.jp/download/
Description: This is our original theme.
Author: Prime Strategy Co.,Ltd.
Author URI:　http://www.prime-strategy.co.jp/
Version:1.0
*/

.m_auto a{
	margin:0 auto;
}

.time {
	font-size:12px !important;
}

.web {
	font-size:14px !important;
}

.n-header {
	border-left:3px solid #3ea017;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:10px;
}

.yellow {
	font-size:13px !important;
	color:#3ea017;
}

.wptitle {
	font-size:20px !important;
	line-height:1.4em;
	margin-top:5px;
}


.imgnews img {
	max-width:31%;
	height:auto;
	margin:20px 1%;
}
.imgnews iframe {
	width:100%;
	height:700px;
}
.imgnews p {
	padding-top:20px;
}


/****/

#n_p_list {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:60px;
	padding-top:40px;
	border-top:2px solid #DBD7D7;
}

	#n_p_list li a {
		position:relative;
	}
	#n_p_list li {
		width:33.33%;
		text-align:center;
	}
	#n_p_list li:nth-child(1) a,
	#n_p_list li:nth-child(3) a {
		color:#3ea017;
		text-decoration:none;
		font-weight:bold;
		position:relative;
	}
	#n_p_list li:nth-child(1) a:after {
		content:"";
		border-bottom:2px solid #3ea017;
		position:absolute;
		bottom:-5px;
		right:0;
		width:0;
		transition: 0.3s ease-in-out;
	}
	#n_p_list li:nth-child(3) a:after {
		content:"";
		border-bottom:2px solid #3ea017;
		position:absolute;
		bottom:-5px;
		left:0;
		width:0;
		transition: 0.3s ease-in-out;

	}

	.view {
		text-align:center;
	}
	
	.view a {
		text-decoration:none;
		display:block;
		padding:10px 0;
		color:#3ea017;
		font-weight:bold;
		border:2px solid #3ea017;
		border-radius:50px;
		transition: 0.3s ease-in-out;
	}
	
	.view a:hover {
		background-color:#3ea017;
		color:#FFF;
	}
	#n_p_list li:nth-child(1) a:hover:after {
		width:100%;
	}
	#n_p_list li:nth-child(3) a:hover:after {
		width:100%;
	}


.case_list {
	display:flex;
	flex-wrap:wrap;
}

	.case_list li {
		width:33.33%;
		margin:20px 0;
		padding:0 10px;
	}
	.case_list img {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:10px;
	}

	.case_list .n_cell1 {
		padding-top:10px;
	}
	.case_list a {
		color:#000;
		text-decoration:none;
	}

/*****/

#submit li {
	float:left;
	width:50%;
	margin:0px auto 0;
	font-weight:bold;
}

#kakunin {
	width:40%;
	margin:40px auto 0;
}


.www {
	width:80%;
	margin: 30px auto 0;
}

.soshin {
	width:100%;
	margin:0 auto;
	border:2px solid #3ea017;
	padding:10px 0;
    cursor:pointer;
	background-color:transparent;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}

.soshin:hover {
	background-color:#3ea017;
	color:#FFF;
    filter: alpha(opacity=60);  
}

.reset {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b0870c), color-stop(0.48, #bd9406), color-stop(0.01, #b0870c));
	background: -webkit-linear-gradient(top, #b0870c 1%, #bd9406 48%, #b0870c 100%);
	background: -moz-linear-gradient(top, #b0870c 1%, #bd9406 48%, #b0870c 100%);
	background: -o-linear-gradient(top, #b0870c 1%, #bd9406 48%, #b0870c 100%);
	background: -ms-linear-gradient(top, #b0870c 1%, #bd9406 48%, #b0870c 100%);
	background: linear-gradient(top, #b0870c 1%, #bd9406 48%, #b0870c 100%);
	border:2px solid #000;
	color:#000;
	width:100%;
	padding:15px 0;
}


/*****/
#submit {
	display:flex;
	justify-content:space-between;
}

	#submit li {
		width:48%;
	}
/*Pagenation*/
.pagenation {
	text-align:center;
    margin: 40px auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
	display:inline-block;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/**********************/

.c_table {
	padding-top:20px;
}
.c_table li {
	display:table;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #E8E8E8;
}

.co_cell1 {
	display:table-cell;
	width:180px;
	vertical-align:top;
}
.co_cell2 {
	display:table-cell;
	vertical-align:top;
}

.co_flex {
	display:table;
	width:100%;
}

.tels {
	width:33.33%;
	display:table-cell;
}
.af_tel22:after {
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:6%;
	text-align:center;
	border-bottom:1px solid #000;
	position:relative;
	top:-3px;
	left:4%;
}

.af_tel22 .size{
	width:85%;
}

.size {
	width:100%;
}


.address_table {
	display:table;
	width:100%;
}
.address_cell1 {
	display:table-cell;
	width:100px;
}
.address_cell2 {
	display:table-cell;
}

.privacy_box {
	width:100%;
	height:300px;
	overflow:scroll;
	border:1px solid #aaa;
	padding:20px;
	margin-top:40px;
	font-size:14px;
}




@media only screen and (max-width:1000px){
#news_in {
		margin-top:20px;
	}
	
	#news_in li {
	}
	
	#news_in img {
		width:100%;
		height:auto;
	}
	
	.n_t {
		color:#ec6d74;
		padding:5px 0 0;
		line-height:normal;
		font-weight:bold;
	}
	
	#news_in a {
		text-decoration:none;
		color:#000;
	}


}
@media only screen and (max-width:740px){


.yellow {
	font-size:12px !important;
}

.wptitle {
	font-size:16px !important;
}
.imgnews p {
	font-size:14px;
	padding-top:10px;
}

#contact_table th{
	width:100px;
	padding:15px 0;
}

.dis_b {
	display:block;
}

#news_in {
	margin-top:20px;
}

#news_in {
		margin-top:20px;
	}
	
	#news_in li {
	}
	
	#news_in img {
		width:100%;
		height:auto;
	}
	
	.n_t {
		color:#ec6d74;
		padding:5px 0 0;
		line-height:normal;
		font-weight:bold;
	}
	
	#news_in a {
		text-decoration:none;
		color:#000;
	}



.imgnews img {
	width:48%;
	height:auto;
	margin:0 0 20px 2%;
}

/****/

#n_p_list {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:40px;
	padding-top:20px;
	border-top:2px solid #DBD7D7;
}

	#n_p_list li a {
		position:relative;
	}
	#n_p_list li {
		width:28%;
	}
	#n_p_list li:nth-child(2) {
		width:38%;
	}

	.view {
		text-align:center;
	}
	
	.view a {
		text-decoration:none;
		display:block;
		padding:5px 0;
		font-weight:bold;
		border:1px solid #fc6a2e;
		background-color:#fc6a2e;
		color:#FFF;
	}
	


.case_list {
	display:flex;
	flex-wrap:wrap;
}

	.case_list li {
		width:50%;
		margin:20px 0;
		padding:0 10px;
	}
	.case_list img {
		width:100%;
		height:auto;
	}

	.case_list .n_cell1 {
		padding-top:10px;
	}
	.case_list a {
		color:#000;
		text-decoration:none;
	}

/**********************/

.c_table li {
	display:block;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #E8E8E8;
}

.co_cell1 {
	display:block;
	width:100%;
}
.co_cell2 {
	display:block;
}



}


@media only screen and (max-width:480px){

.yellow {
	font-size:12px;
}

.wptitle {
	font-size:14px;
	line-height:normal;
}

.mi_n {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #000;
}

.imgnews img {
	max-width:50%;
	height:auto;
	margin:0 0 20px 0;
}

}
