﻿@charset "UTF-8";

/* ************************************************
 * 
 * Component
 * 
************************************************* */

/* .box-two-cols */

.box-two-cols {
	display: flex;
	margin-bottom: 20px;
}

.box-two-cols-childs {
	flex: 1 1 50%;
	border: 2px solid #ccc;
	border-radius: 6px;
}

.box-two-cols-ttl {
	padding: 16px 4%;
	font-size: 2.4rem;
	color: #fff;
	background-color: #ccc;
}

.box-two-cols-childs .box-two-cols-contents {
	padding: 25px;
}

.box-two-cols-childs .box-two-cols-contents p {
	margin-bottom: 1em;
}

.box-two-cols-childs .box-two-cols-contents p:last-child {
	margin-bottom: 0;
}

.box-two-cols-childs ul {
	padding-left: -25px;
}


.box-two-cols-childs li {
	position: relative;
	color: #ccc;
	margin-top: .5em;
	margin-left: .5em;
}


/*-------------------------------------------------
.box-two-cols-childs li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: relative;
	top: -3px;
	left: -.5em;
	border-radius: 99em;
}
---------------------------------------------------*/

.box-two-cols-childs .circle-disc li::before {
	background: #ccc;
}

.box-two-cols-childs .circle-white li::before {
	background: #fff;
	border: 1px solid #ccc;
}

.box-two-cols-arrow {
	flex: 0 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-two-cols-arrow img {
	width: 56px;
	margin-top: 60px;
	transform: rotate(270deg);
}

/* .green-box */
.box-two-cols-childs.green-box {border: 2px solid #008000;}
.box-two-cols-childs.green-box .box-two-cols-ttl {background-color: #008000;}
.box-two-cols-childs.green-box .box-two-cols-contents p,
.box-two-cols-childs.green-box li {color: #008000;}
.box-two-cols-childs.green-box [data-ulol="circle-black"]>li::before {background: #008000;}
.box-two-cols-childs.green-box [data-ulol="circle-white"]>li::before {background: #fff;border: 1px solid #008000;}
.box-two-cols-childs.green-box [data-ulol="number-num"]>li::before{content: counter(number)".";}
.box-two-cols-childs.green-box [data-ulol="number-alpha"]>li::before{content: counter(number, lower-alpha)".";}

/* .orange-box */
.box-two-cols-childs.orange-box {border: 2px solid #f7931e;}
.box-two-cols-childs.orange-box .box-two-cols-ttl {background-color: #f7931e;}
.box-two-cols-childs.orange-box .box-two-cols-contents p,
.box-two-cols-childs.orange-box li {color: #f7931e;}
.box-two-cols-childs.orange-box [data-ulol="circle-black"]>li::before {background: #f7931e;}
.box-two-cols-childs.orange-box [data-ulol="circle-white"]>li::before {background: #fff;border: 1px solid #f7931e;}
.box-two-cols-childs.orange-box [data-ulol="number-num"]>li::before{content: counter(number)".";}
.box-two-cols-childs.orange-box [data-ulol="number-alpha"]>li::before{content: counter(number, lower-alpha)".";}


@media screen and (max-width: 767px) {
	.box-two-cols {
		display: block;
	}

	.box-two-cols-ttl {
		padding: 16px 5%;
		font-size: 1.6rem;
	}

	.box-two-cols-childs .box-two-cols-contents {
		padding: 20px;
	}

	.box-two-cols-childs ul {
		padding: 0;
	}

	.box-two-cols-arrow {
		display: block;
		padding: 15px 0;
		text-align: center;	
	}

	.box-two-cols-arrow img {
		width: auto;
		margin-top: 0;
		transform: rotate(0deg);
	}
}




/* .text-box-col2 */
.text-box-col2{
	margin: 20px auto;
}
.text-box-col2 .text-box-col2-arrow {
	text-align: center;
}
.text-box-col2 .text-box-col2-arrow-img {
	padding: 15px 0;
}
.text-box-col2-01 [data-ulol="circle-black"]>li::before {
	background: #39b54a;
}
.text-box-col2-01 [data-ulol="circle-black"]>li {
	color: #39b54a;
}
.text-box-col2-02 [data-ulol="circle-black"]>li::before {
	background: #f7931e;
}
.text-box-col2-02 [data-ulol="circle-black"]>li {
	color: #f7931e;
}
.text-box-col2 [data-text-box] + div {
	margin-bottom: 0;
	width: 100%;
}
.text-box-col2 [data-text-box].text-box-title {
	margin-top: 0;
	width: 100%;
}



/* .case-lists-box */
.case-lists-box .case-lists-box-title {
	text-align: center;
	font-size: 2.2rem;
}


/* .readmore-box */
.readmore-box {
	margin: 30px auto 80px;
}
.readmore-box .rmore-wrapper {
	position: relative;
	margin-bottom: 45px;
}
.readmore-box .rmore-text {
	height: 100px;
	padding-bottom: 40px;
	overflow: hidden;
}
.readmore-box .rmore-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-top: 60px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient(180deg, rgb(255, 255, 255,0) 0%, rgb(255, 255, 255,1) 70%);
	background: -ms-linear-gradient(top,hsla(180,50%,50%,0.0) 0,#fff 56%);
	transition: bottom 0.2s;
}
.readmore-box .rmore-btn > button {
	position: relative;
	width: 70%;
	height: 50px;
	font-size: 1.4rem;
	cursor: pointer;
	outline: none;
	border: none;
	color: #fff;
	background-color: #f7931e;
}
.readmore-box .rmore-btn > button::after {
	position: absolute;
	content: "";
	width: .67em;
	height: .67em;
	right: 25px;
	bottom: 50%;
	border: 1px solid #fff;
	border-left: transparent;
	border-bottom: transparent;
	margin-top: -.2em;
	transform: translateY(50%) rotate(134deg);
}
.readmore-box .rmore-btn > button.on::after {
	transform: translateY(70%) rotate(315deg);
}
.readmore-box .active {
	background: none;
	bottom: -30px;
}


/* .case-lists-box */
.case-lists-box {
	padding: 20px 15px;
	background: #f8f3ec;
}
.case-lists-box .case-lists-bese {
	margin-bottom: 40px;
}
.case-lists-box .case-lists-bese li {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
}
.case-lists-box .case-lists-bese li:last-child {
	margin-bottom: 0;
}
.case-lists-box .case-lists-bese .case-lists-ttl {
	padding: 8px 10px;
	color: #fff;
	background: #39b54a;
}
.case-lists-box .case-lists-bese dt {
	color: #999;
	font-size: .8em;
}
.case-lists-box .case-lists-bname {
	padding: 8px 10px; 
}
.case-lists-box .case-lists-bname dd {
	color: #39b54a;
}
.case-lists-box .case-lists-competent-authority {
	padding: 8px 10px;
	border-top: 1px solid #999;
}


/* .case-lists-box */
.case-lists-slideshow {
	width: 100%;
	margin: 0 auto;
}


/* ************************************************
* 767px以上
************************************************* */
@media screen and (min-width: 767px){

	/* .text-box-col2 */
	.text-box-col2 {
		display: flex;
		margin:20px auto;
	}
	.text-box-col2 .text-box-col2-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
	}
	.text-box-col2 .text-box-col2-arrow-img {
		margin-top: 60px;
		padding: 0;
	}
	.text-box-col2 .text-box-col2-arrow-img img {
		transform: rotate(270deg);
	}

	/* .case-lists-box */
	.case-lists-box .case-lists-box-title {
		font-size: 2.4rem;
	}

	/* .readmore-box */
	.readmore-box {
		margin: 30px auto 120px;
	}
	.readmore-box .rmore-btn {
		line-height: 80px;
	}
	.readmore-box .rmore-btn > button {
		height: 80px;
		font-size: 17px;
		cursor: pointer;
	}

	/* .case-lists-box */
	.case-lists-box {
		padding: 30px 0;
	}
	.case-lists-box .case-lists-bese {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 85%;
		margin: 0 auto 80px;
	}
	.case-lists-box .case-lists-bese li {
		width: 32%;
		margin-bottom: 0;
	}
	.case-lists-box .case-lists-bese .case-lists-ttl {
		padding: 15px 20px;
	}
	.case-lists-box .case-lists-bname dd {
		line-height: 1.7;
	}

	/* .case-lists-slideshow */
	.case-lists-slideshow {
		width: 95%;
	}

}


/* ************************************************
* 1200px以上
************************************************* */
@media screen and (min-width: 1200px){
	.case-lists-box .case-lists-bese {
		width: 1000px;
	}

	.case-lists-slideshow {
		width: 1200px;
	}
}


/* ************************************************
 * 
 * SlideShow
 * 
************************************************* */

/* ************************************************
 * block-all
************************************************* */
.case-lists-slideshow .block-all {padding-top:100px;margin-bottom: 80px;}
.case-lists-slideshow .block-all-inner {position:relative;margin-bottom:50px}
.case-lists-slideshow .slide-content-e .slick-slide {margin-left: 10px;margin-right: 10px}
.case-lists-slideshow .slide-content {position: relative}
.case-lists-slideshow .content-arrow-left,
.case-lists-slideshow .content-arrow-right{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:#39b54a;
	position: absolute;
	bottom:50%;transform:translateY(50%);
	cursor: pointer;
}
.case-lists-slideshow .content-arrow-left {left:-6.6%}
.case-lists-slideshow .content-arrow-right {right:-6.6%}
.case-lists-slideshow .content-arrow-left > span::before,
.case-lists-slideshow .content-arrow-right > span::after {
	position: absolute;
	bottom: 50%;
	width: 18px;
	height: 18px;
	border-width: 2px;
}
.case-lists-slideshow .content-arrow-left > span::before {left: 25px;transform: translateY(50%) rotate(-135deg);}
.case-lists-slideshow .content-arrow-right > span::after {right:25px;transform: translateY(50%) rotate(45deg);}
.case-lists-slideshow .content-arrow-left:hover,
.case-lists-slideshow .content-arrow-right:hover,
.case-lists-slideshow .content-arrow-left:focus,
.case-lists-slideshow .content-arrow-right:focus {opacity:.7}
.case-lists-slideshow .block-content-wrap {background-color: #fff;}
.case-lists-slideshow .block-content-wrap .block-content {padding: 15px 7.55% 10px;}
.case-lists-slideshow .block-content-wrap .city {display: block;font-size: 14px;padding-right: 0;border-right: 0;margin-right: 0;margin-bottom: 20px;}
.case-lists-slideshow .block-tag li {display: inline-block;margin-bottom: 5px;padding: 2px 10px;font-size: 14px;color: #fff;background: #5facf3;border-radius: 3px;text-align: center;}

.case-lists-slideshow .block-content-wrap figure {
	width: 100%;
	height: 217px;
}

.case-lists-slideshow .block-content-wrap figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ************************************************
* block-all 767
************************************************* */
@media screen and (max-width: 767px) {
	.case-lists-slideshow .block-all {padding-top:0;margin-bottom:60px}
	.case-lists-slideshow .padding-control-column-03 {padding: 0 5.333%;}
	.case-lists-slideshow .block-all-inner {padding: 0 6.9%;margin-bottom:35px}
	.case-lists-slideshow .content-arrow-left,
	.case-lists-slideshow .content-arrow-right {width:30px;height:30px;}
	.case-lists-slideshow .content-arrow-left {left: -2.5%;}
	.case-lists-slideshow .content-arrow-right {right: -2.5%;}
	.case-lists-slideshow .content-arrow-left > span::before,
	.case-lists-slideshow .content-arrow-right > span::after {width:10px;height:10px;}
	.case-lists-slideshow .content-arrow-right > span::after {right:12px;}
	.case-lists-slideshow .content-arrow-left > span::before {left:12px}
	.case-lists-slideshow .block-content .label {font-size:12px}
}

/* ************************************************
* block-all 1024
************************************************* */
@media print, screen and (max-width: 1024px){
	.case-lists-slideshow .content-arrow-left,
	.case-lists-slideshow .content-arrow-right {width: 44px;height: 44px;}
	.case-lists-slideshow .content-arrow-right {right: -6%;}
	.case-lists-slideshow .content-arrow-left {left:-6%;}
	.case-lists-slideshow .content-arrow-right > span::after {right:17px;}
	.case-lists-slideshow .content-arrow-lef > span::before {left:17px;}
}