@charset "utf-8";
/*===========================
add
===========================*/

/*===========================
box02
===========================*/
@media screen and (min-width: 601px) {
	.box02 .in01{
		display: flex;
		padding-bottom: 20px;
		margin: 0 auto 20px;
		width: 85%;
	}
}
@media screen and (max-width: 768px) {
	.box02 .in01{
		width: 100%;
		padding-bottom: 15px;
		margin: 0 auto 15px;
	}
}

.box02 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box02 .st{
	background-color: #2abda0;
	margin-right: 3%;
	width: 20%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 0 0px #e7f0ee;
}
@media screen and (max-width: 600px) {
	.box02 .st{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		box-shadow: 3px 3px 0 0px #e7f0ee;
	}
}

@media screen and (min-width: 601px) {
	.box02 .st .st-box{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.box02 .st .st-box p{
	font-size: 1.1em;
    line-height: 1.5;
    font-weight: 600;
	color: #fff;
	/* line-height: 100%; */
	padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.box02 .st .st-box p{
		font-size: 1em;
	}
}


.box02 .de01{
	width: 77%;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 1em;
	line-height: 150%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0 0px #e7f0ee;
}
@media screen and (max-width: 600px) {
	.box02 .de01{
		font-size: 1em;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 0 0px #e7f0ee;
	}
}


.box02 .contactBtnWrap{
	text-align: left;
}

.box02 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}



/* 3カラムここから */
/* 共通 */
.changeCard ul {
	padding: 0;
	list-style: none;
	border: none;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: start;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 20px;
}
.changeItemTxt {
	width: 62%;
}
.changeItemTxt p.itemTitle {
	/*font-size: 1.1rem;*/
	line-height: 1.56;
	margin: 0;
	/*font-weight: bold;*/
	color: #313131;
	margin-bottom: 10px;
}
.changeItemTxt ul.itemTag {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.changeItemTxt ul.itemTag li {
	background: #f1f1f1;
	color: #707070;
	font-size: 0.7rem;
	padding: 2px 10px;
	position: relative;
}
.changeItemTxt ul.itemTag li:before {
	padding-right: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
	content: "\f02b";
	vertical-align: baseline;
	color: #aaa;
}
p.itemCat {
	position: relative;
	left: 0px;
	/*top: 38px;*/
	background: #888888;
	color: #FFF;
	border-radius: 9999px;
	/*font-size: 0.7rem;
	display: inline-block;*/
	padding: 1px 12px 0px;
	z-index: 2;
	margin-bottom: 10px;
	text-align: center;
}
/* 共通ここまで */
/* Grid */
li.changeItem.grid {
	width: calc(100% / 3);
	margin-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
li.changeItem.grid a {
	/*padding-bottom: 20px;
    padding-top: 20px;*/
	
	color: #707070;
	height: 100%;
	flex-direction: column;
	display: flex;
	text-decoration: none;/*border-top: solid 1px #eee;*/
}
/*li.changeItem.grid a p.itemCat {
    display: none;
}*/
li.changeItem.grid a img, li.changeItem.grid a .changeItemTxt {
	width: 100%;
	height: auto;
	margin: 0;
}
li.changeItem.grid a img {
	margin-bottom: 15px;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
li.changeItem.grid a:hover {
	background: none;
}
li.changeItem.grid a:hover > img {
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
	transform: translateY(-4px);
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
li.changeItem.grid {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
}
li.changeItem.grid a {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
/*li.changeItem.grid:last-child a {
    border-bottom: solid 1px #eee;
}*/
li.changeItem.grid a img {
	/*width: 145px;
    margin-right: 10px;*/
	height: max-content;/*margin-bottom: 0;*/
}
/*li.changeItem.grid a .changeItemTxt {
    width: calc(100% - 155px);
}
li.changeItem.grid a .changeItemTxt time {
    display: none;
}*/
li.changeItem.grid a .changeItemTxt .itemTitle {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
li.changeItem.grid a .changeItemTxt ul.itemTag {
	display: none;
}
}
/* 3カラムここまで */
