@charset "UTF-8";
/*
Theme Name: wp_kawashimo
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
*/
.grecaptcha-badge{
    margin-bottom: 60px;
}
.wp-block-image {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.wp-block-image img{
	min-width:100% !important;
	max-width:100% !important;
	width:100% !important;
}

.wp-block-image figcaption {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}
.wp-block-image {
	display:inline-block !important;
	width:49% !important;
}

.news_in {
	display: flex;
	flex-wrap: wrap;
}
.news_in li {
	width: 33.33%;
	padding:40px 20px;
}
.news_in a {
	color: #000;
	text-decoration: none;
}
.news_in .img100 {
	overflow: hidden;
}
.news_in .img100 img {
	transition: 0.3s ease-in-out;
}
.news_in a:hover img {
	transform: scale(1.1);
}

.bg_padding {
	padding:40px;
	background-color:#f1f1f1;
}

.m_auto a{
	margin:0 auto;
}

.time {
	font-size:12px !important;
}

.web {
	font-size:14px !important;
}

.cy_padding10 {
	padding:0 10px;
}

.n-header {
	border-left:3px solid #0086db;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:10px;
}

.yellow {
	font-size:13px !important;
	color:#000;
}

.wptitle {
	font-size:20px !important;
	line-height:1.4em;
	margin-top:5px;
}


.imgnews img {
	max-width:100%;
	height:auto;
	margin:20px 0;
}
.imgnews iframe {
	width:100%;
	height:700px;
}
.imgnews p,
.imgnews h2,
.imgnews h3,
.imgnews ul,
.imgnews ol {
	margin:20px 0;
}
.imgnews h2 {
    font-size: 26px;
}
.imgnews h3 {
    font-size: 22px;
}
.imgnews ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 10px 0;
}
.imgnews ol li {
    list-style: decimal;
    list-style-position: inside;
    margin: 10px 0;
}

/****/

#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:#0086db;
		text-decoration:none;
		font-weight:bold;
		position:relative;
	}
	#n_p_list li:nth-child(1) a:after {
		content:"";
		border-bottom:2px solid #0086db;
		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 #0086db;
		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:#0086db;
		font-weight:bold;
		border:2px solid #0086db;
		border-radius:50px;
		transition: 0.3s ease-in-out;
	}
	
	.view a:hover {
		background-color:#0086db;
		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%;
	}

/*****/

#submit li {
	float:left;
	width:50%;
	margin:0px auto 0;
	font-weight:bold;
}

#kakunin {
	width:40%;
	margin:40px auto 0;
}


.www {
	width:80%;
	margin:0 auto;
}

.soshin {
	width:100%;
	margin:0 auto;
	border:2px solid #000;
	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:#000;
	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;
}


/*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 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/* .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: #0086db;
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    font-family: "CenturyGothicStd-Bold", serif;
    color: #fff;
    line-height: 0;
    letter-spacing: 0;
}
.pagenation li a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b5b5b5;
    border-radius: 50%;
    font-size: 24px;
    font-family: "CenturyGothicStd-Bold", serif;
    color: #fff;
    line-height: 0;
    letter-spacing: 0;
}

.contact_name .wpcf7-form-control-wrap {
	width: 50%;
}

.wpcf7-list-item {
    margin: 0 !important;
    color: #fff;
}
.wpcf7-spinner {
	display: none !important;
}
@media only screen and (max-width:1024px){
.news_in {
	display: flex;
	flex-wrap: wrap;
}
.news_in li {
	width: 50%;
	padding:20px 20px;
}


}
@media only screen and (max-width:740px){

.wp-block-image {
	display:block !important;
	width:100% !important;
}


.yellow {
	font-size:12px !important;
}

.wptitle {
	font-size:16px !important;
}
.imgnews p {
	font-size:14px;
}
.imgnews h2 {
    font-size: 22px;
}
.imgnews h3 {
    font-size: 18px;
}


/****/

#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 #0086db;
		background-color:#0086db;
		color:#FFF;
	}
	

	
.news_in {
	display: flex;
	flex-wrap: wrap;
}
.news_in li {
	width: 50%;
	padding:10px 5px;
}

.wp-block-image {
	display:block;
	width:100%;
}
.pagenation li.active {
	width: 40px;
    height: 40px;
    font-size: 18px;
    padding-top: 5px;
}

.pagenation li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding-top: 5px;
}
}

