@charset "utf-8";

.content_area.case{
	padding: 0 20px 55px;
}
.search_title {
	font-weight: bold;
	background: #EFF3F6;
	border-radius: 4px;
	padding: 11px 14px;
	margin-bottom: 20px;
}
.search_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 22px;
}
.search_item {
    list-style: none;
}
.search_item label {
    font-size: 1.4rem;
    padding-left: 3px;
}
input[type="checkbox"] {
    top: 1px;
	accent-color: #194191;
}
input.keyword_input {
	border: 1px solid #DDDDDD;
	display: block;
	width: 100%;
	padding: 0 19px;
	letter-spacing: 0 !important;
}
.search_btns {
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.action_btn {
	color: #fff;
	background: #194191 !important;
	border-radius: 4px !important;
	width: 220px;
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	margin: auto;
	padding: 5px 0;
	border: 1px solid #194191 !important;
	transition: background 0.3s,color 0.3s;
}
.action_btn:hover, .action_btn2:hover {
	background: #fff !important;
	color: #194191;
	cursor: pointer;
}
.reset_btn {
	position: absolute;
	right: 42px;
	top: 16px;
}
.reset_btn:hover, .reset_btn2:hover{
	text-decoration: none;
}
.reset_btn::before, .reset_btn::after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	left: -25px;
	width: 19px;
	height: 1px;
	margin: auto;
	background: #333;
}
.reset_btn::before {
	transform: rotate(45deg);
}
.reset_btn::after {
	transform: rotate(-45deg);
}
.result_count {
    margin-top: 65px;
}
.result_count span {
    font-size: 2.6rem;
    padding: 0 8px;
}
.case_list {
	width: 100%;
	margin-top: 18px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 38px 20px;
}
.case_item {
    list-style: none;
	margin: 0;
}
.case_link {
    text-decoration: none;
}
.case_image {
	width: 100%;
	max-width: 353px;
	aspect-ratio: 353 / 250;
	overflow: hidden;
}
.case_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
	border-radius: 4px;
}
.case_info {
    padding: 0 5px;
}
.case_use_cate {
    font-size: 1.1rem;
    line-height: 2rem;
	margin: 9px 0 7px;
}
.case_title {
    font-size: 1.7rem;
	padding: 0 5px;
	line-height: 2.7rem;
	text-decoration: underline;
}
.case_link:hover .case_title {
	text-decoration: none;
}
.search_after_title {
    font-weight: bold;
}
table {
    border-collapse: collapse;
}
th{background: #EFF3F6;}
th, td {
    border: 1px solid #DDDDDD;
}
td::before {display: none;}
a.action_btn2 {
	color: #fff;
	background: #194191 !important;
	border-radius: 4px !important;
	width: 220px;
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	margin: auto;
	padding: 14px 0;
	border: 1px solid #194191 !important;
	text-decoration: none;
	transition: background 0.3s,color 0.3s;
}
.reset_btn2 {
    position: absolute;
    right: 0;
    top: 16px;
}
.reset_btn2::before, .reset_btn2::after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	left: -25px;
	width: 19px;
	height: 1px;
	margin: auto;
	background: #333;
}
.reset_btn2::before {
	transform: rotate(45deg);
}
.reset_btn2::after {
	transform: rotate(-45deg);
}



/* ページナビ */
.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:0 50px;
	margin-top:37px;
}
.wp-pagenavi span, .wp-pagenavi a{
	position:relative;
	display:flex;
	width:30px;
	height:30px;
	font-size:1.2rem;
	justify-content:center;
	align-items:center;
	margin:0 5px;
	border-radius: 2px;
	letter-spacing:0;
	text-decoration:none !important;
	transition:border .3s,background .3s,color .3s;
}
.wp-pagenavi .page,.wp-pagenavi .first,.wp-pagenavi .last,.wp-pagenavi .extend{color:#333 ;}
.wp-pagenavi .current,.wp-pagenavi .page:hover,.wp-pagenavi .first:hover,.wp-pagenavi .last:hover{
	background-color:#0068D9;
	border-color: #0068D9 !important;
	color: #fff;
}
.wp-pagenavi span.extend{
	width:auto;
	height:auto;
	border:none;
	background:none !important;
	letter-spacing:0;
	line-height:1;
	padding-bottom:10px;
	margin: 2px 10px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:auto;
	height:auto;
	border:none;
	background:none;
	font-size:1.6rem;
	letter-spacing:1.6px;
	margin: 2px 0;
	padding: 0;
	text-decoration:underline !important;
	transition:color .3s;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
	color:#0068D9;
	text-decoration: none !important;
}
.previouspostslink{
	left:0;
	padding-left:30px;
}
.nextpostslink{
	right:0;
	padding-right:30px;
}
.archive #pankuzu{
	max-width: 1140px;
}

/* c2 */
.single_title_area {
	max-width: 840px;
	margin: auto;
	padding: 0 20px;
}
.single_title_area_in {
	margin: 58px 0 39px;
}
.case_cate {
    margin-bottom: 7px;
}
.single_page_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 4.6rem;
}
.single .content_area {
    max-width: 840px;
	padding: 0 20px 48px;
    margin: auto;
}
.single h2{
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 3.5rem;
	padding: 0;
	margin: 60px 0 10px;
	border-bottom: 0;
}
.single h2::before{display: none;}
.single h3{
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2.9rem;
	padding: 40;
	margin: 40px 0 10px;
}
.single h4{
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2.6rem;
	padding: 0;
	margin: 30px 0 10px;
}
.single h4::before{display: none;}
.single h5{
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2.4rem;
}

.single .wp-caption {
    max-width: 100% !important;
    width: auto !important;
}

.single .wp-caption img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
.link_btn {
	display: block;
	position: relative;
	padding: 0 0 18px 5px;
	font-size: 1.7rem;
	text-decoration: none;
	color: #333 !important;
	border-bottom: 1px solid #D5D5D5;
	width: 212px;
	font-weight: bold;
	transition: color 0.3s, border-color 0.3s;
	margin: auto;
}
.link_btn::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
	background: url(/img/common/arrow_r_blue.svg) no-repeat center right 5px;
	top: 6px;
    right: 0;
    z-index: 0;
    pointer-events: none;
}
.link_btn:hover {
	border-color: #238CF9;
}
.cases_btn {
    margin-top: 39px;
}
#pankuzu {
    max-width: 840px;
    padding: 0 20px;
    margin: auto;
}
.single_thumbnail {
    background: #E8EBEC;
    border-radius: 4px;
    padding: 30px 0;
	margin-bottom: 40px;
}
.single_thumbnail img {
    max-width: 580px;
    max-height: 412px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin: auto;
}



@media screen and (max-width:767px){

/* c1 */
.search_list{
	grid-template-columns: repeat(1, 1fr);
}
.search_title{margin-bottom: 15px;}
.search_btns{
	margin-top: 35px;
}
.action_btn {
	width: 140px;
	padding: 2px 0;
	font-size: 1.4rem;
}
.action_btn2 {
	width: 160px;
	padding: 11px 0;
	font-size: 1.4rem;
}
.reset_btn, .reset_btn2 {
	left: 50%;
	right: auto;
	top: 75px;
	transform: translateX(-50%);
	margin-left: 8px;
	font-size: 1.4rem;
}
.result_count {
	margin-top: 130px;
}
input.keyword_input{
	font-size: 1.4rem;
	padding: 5px 15px;
}
.result_count span{
	font-size: 2.2rem;
}
.case_list{
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px 0;
}
.case_image{
	max-width: 100%;
	aspect-ratio: 353 / 250;
}
.case_title{
	font-size: 1.6rem;
}

/* c2 */
.case_cate{
	font-size: 1.2rem;
	line-height: 2rem;
}
.single_page_title{
	font-size: 2.3rem;
	line-height: 3.5rem;
}
.single h2{
	font-size: 2rem;
	line-height: 3rem;
}
.single h3{
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.single h4{
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.single h5{
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.gallery-columns-2, .gallery-columns-3 {
	grid-template-columns: 1fr !important;
}
.wp-caption-text{
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 15px 0 40px;
}
.link_btn{font-size: 1.5rem;}

}