@charset "utf-8";

/*============================
ヘッダー
============================*/
.under_logo {
	display: none;
}

/*============================
ナビゲーション
============================*/
.pc_navi .navi .list {
	position: relative;
	margin-top: -0.50rem;
}

/*============================
MV
============================*/
#mv {
	padding: 0.15rem 0.15rem 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	#mv {
		padding: 0 0.15rem 0;
		height: 125.86vw;
	}
}

#mv .slider .cont {
	width: 100%;
	height: 100%;
	max-height: 9.00rem;
	border-radius: 0.10rem;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 640px) {
	#mv .slider .cont {
		height: 125.86vw;
	}
}

#mv .slider .cont .caption {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 1.00rem;
	left: 0;
	z-index: 1;
	font-size: 0.14rem;
	font-weight: 600;
	color: #FFF;
	text-shadow: 0 0 0.04rem rgba(0,0,0,0.4);
}
@media screen and (max-width: 640px) {
	#mv .slider .cont .caption {
		font-size: 0.11rem;
		letter-spacing: 0;
		line-height: 1.45;
		bottom: 0.35rem;
	}
}

#mv .slider .cont img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv .lead {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
	#mv .lead {
		width: 2.97rem;
	}
}
#mv .lead img {
	display: block;
	width: 100%;
}

.dots-class button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.dots-class {
	display: flex;
	justify-content: center;
	position: relative;
	top: -0.85rem;
}
@media screen and (max-width: 640px) {
	.dots-class {
		top: -0.25rem;
	}
}

.dots-class li {
	width: 0.40rem;
	height: 0.04rem;
	background-color:rgba(255,255,255, 0.5);
	cursor: pointer;
	position: relative;
	margin: 0 0.10rem;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	.dots-class li {
		width: 0.30rem;
		margin: 0 0.04rem;
	}
}

.dots-class li::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

.dots-class li.slick-active {
    background-color: #fff;
}

#mv .slide-items li img{
	max-width: 100%;
}
#mv .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*============================
七飯町のご紹介
============================*/
#about {
	padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	#about {
		padding-top: 0.40rem;
	}
}

#about .in {
	padding: 0;
	position: relative;
}

#about .in::before {
	content: "";
	width: 2.24rem;
	height: 3.04rem;
	background-image: url(../img/common/deco_parts01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 6.00rem;
	left: -2.00rem;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#about .in::before {
		width: 1.55rem;
		height: 1.94rem;
		top: 5.80rem;
		left: -1.00rem;
	}
}
#about .in::after {
	content: "";
	width: 7.68rem;
	height: 7.86rem;
	background-image: url(../img/common/deco_parts02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4.00rem;
	right: -5.50rem;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#about .in::after {
		width: 3.20rem;
		height: 3.27rem;
		top: 7.4rem;
		right: -2.2rem;
	}
}

#about .lead {
	font-size: 0.16rem;
	line-height: 2.35;
	text-align: center;
	margin-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
	#about .lead {
		font-size: 0.14rem;
		line-height: 2;
		text-align: justify;
		margin-bottom: 0.30rem;
		padding: 0 0.25rem;
	}
}

#about .img_wrap {
	position: relative;
}

#about .img_wrap .ph_hokkaido {
	max-width: 8.85rem;
	position: relative;
	z-index: 0;
}

#about .img_wrap .ph_wrap {
	position: relative;
}

#about .img_wrap .ph_wrap img {
	border-radius: 0.20rem;
}

#about .img_wrap .ph_wrap .text  {
	font-size: 0.12rem;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 1.3;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0.16rem;
	left: 0.16rem;
	color: #fff;
}

#about .img_wrap .ph_01 {
	max-width: 4.96rem;
	position: absolute;
	top: -0.10rem;
	right: 1.52rem;
	z-index: 1;
}


#about .img_wrap .ph_02 {
	max-width: 3.32rem;
	position: absolute;
	top: 3.15rem;
	right: 0;
	z-index: 2;
}

#about .img_wrap .ph_03 {
	max-width: 4.2rem;
	position: absolute;
	bottom: 0.70rem;
	right: 3.63rem;
	z-index: 2;
}

/* SP用スライダー */
#about .sp_about_slider {
	padding-bottom: 0.20rem;
}

#about .sp_about_slider .slide .ph {
	width: 2.60rem;
	height: 1.90rem;
	border-radius: 0.10rem;
	overflow: hidden;
	margin: 0 0.13rem;
}

#about .sp_about_slider .slide .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about .sp_about_slider .slide .text {
	text-align: center;
	font-size: 0.12rem;
	font-weight: 500;
	color: #006837;
	padding-top: 0.10rem;
	position: relative;
	left: auto;
	bottom: auto;
	line-height: 1.45;
}

/* 七飯町はアクセスが良いんです */
#about .good_wrap {
	border: 3px solid #006837;
	background: #fff;
	border-radius: 0.10rem;
	padding: 0.35rem;
	box-sizing: border-box;
	position: relative;
	top: -0.10rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#about .good_wrap {
		padding: 0;
		margin: 0 0.25rem;
	}
}

#about .good_wrap  .cont_title {
	text-align: center;
	font-size: 0.30rem;
	font-weight: bold;
	color: #006837;
}
@media screen and (max-width: 640px) {
	#about .good_wrap  .cont_title {
		font-size: 0.20rem;
		line-height: 1.5;
		padding-top: 0.25rem;
	}
}

#about .good_wrap  .cont_title span {
	position: relative;
}

#about .good_wrap  .cont_title span::before {
	content: '';
	display: block;
	width: 1.02rem;
	height: 0.69rem;
	position: absolute;
	left: -1.1rem;
	top: -0.45rem;
	background: url(../img/top/about_good_title.svg) no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	#about .good_wrap  .cont_title span::before {
		width: 0.57rem;
		height: 0.38rem;
		left: -0.65rem;
		top: -0.15rem;
	}
}

#about .good_wrap .map_wrap .list {
	display: flex;
	justify-content: space-between;
	margin-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .map_wrap .list {
		display: block;
		margin-top: 0.10rem;
	}
}

#about .good_wrap .map_wrap  .list .item {
	width: 31%;
	position: relative;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .map_wrap  .list .item {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}

#about .good_wrap .map_wrap .item .date {
	font-size: 0.20rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .map_wrap .item .date {
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
	}
}

#about .good_wrap .map_wrap .item .date strong {
	font-size: 0.30rem;
	color: #CB2E27;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .map_wrap .item .date strong {
		font-size: 0.26rem;
	}
}

#about .good_wrap .map_wrap .item .date strong span {
	font-size: 0.24rem;
	display: inline-block;
	padding-left: 0.02rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .map_wrap .item .date strong span {
		font-size: 0.20rem;
	}
}

#about .good_wrap .map_wrap .item iframe {
	width: 100%;
	height: 2.5rem;
}


/* 空港 */
#about .good_wrap .list .item.kuko .ph_wrap {
	max-width: 1.56rem;
	position: absolute;
	bottom: -0.45rem;
	left: -0.85rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .list .item.kuko .ph_wrap {
		max-width: 1.06rem;
		height: 0.64rem;
		bottom: -0.30rem;
		left: -0.20rem;
	}
}

/* 電車 */
#about .good_wrap .list .item.densha .ph_wrap {
	max-width: 0.98rem;
	position: absolute;
	bottom: -0.25rem;
	right: 0;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .list .item.densha .ph_wrap {
		max-width: 0.70rem;
		height: 0.45rem;
		bottom: -0.15rem;
		right: -0.10rem;
	}
}

/* 新幹線 */
#about .good_wrap .list .item.sinkansen .ph_wrap {
	max-width: 1.24rem;
	position: absolute;
	bottom: -0.25rem;
	right: -0.7rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .list .item.sinkansen .ph_wrap {
		max-width: 0.88rem;
		height: 0.38rem;
		bottom: -0.20rem;
		right: auto;
		left: -0.15rem;
	}
}

/* ボトムテキスト */
#about .good_wrap .text_wrap {
	display: flex;
	justify-content: space-between;
	gap: 0 0.63rem;
	margin-top: 0.60rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .text_wrap {
		display: block;
		margin-top: 0;
		padding: 0 0.15rem;
	}
}

#about .good_wrap .text_wrap .text_box {
	width: 50%;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .text_wrap .text_box {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

#about .good_wrap .text_wrap .text_box .title {
	text-align: center;
	font-size: 0.20rem;
	font-weight: bold;
	color: #006837;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #006837;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .text_wrap .text_box .title {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
		margin-bottom: 0.15rem;
	}
}

#about .good_wrap .text_wrap .text_box .list {
	width: fit-content;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .text_wrap .text_box .list {
		width: 100%;
	}
}

#about .good_wrap .text_wrap .text_box .list .item {
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 1.65;
	box-sizing: border-box;
	color: #006837;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#about .good_wrap .text_wrap .text_box .list .item {
		font-size: 0.14rem;
		line-height: 1.75;
		letter-spacing: 0;
		margin-bottom: 0;
		padding-left: 0.10rem;
		text-indent: -0.17rem;
		margin-left: 0.17rem;
	}
}

/*============================
ななえ暮らし
============================*/
#life {
	padding-top: 0.85rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#life {
		padding-top: 0.40rem;
	}
}

@media screen and (max-width: 640px) {
	#life .in {
		padding: 0;
	}
}

#life .in::before {
	content: "";
	width: 2.24rem;
	height: 3.04rem;
	background-image: url(../img/common/deco_parts01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 11.00rem;
	left: -2.00rem;
	z-index: 0;
}
#life .in::after {
	content: "";
	width: 5.68rem;
	height: 5.86rem;
	background-image: url(../img/common/deco_parts02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 3.00rem;
	right: -5.00rem;
	z-index: 0;
}

#life .top_cont {
	display: flex;
	align-items: center;
	margin-top: 0.70rem;
}
@media screen and (max-width: 640px) {
	#life .top_cont {
		display: block;
		margin-top: 0;
	}
}

#life .top_cont .ph_wrap {
	width: 5.30rem;
}
@media screen and (max-width: 640px) {
	#life .top_cont .ph_wrap {
		width: 100%;
		height: 72vw;
	}
}

#life .top_cont .ph_wrap img {
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#life .top_cont .ph_wrap img {
		border-radius: 0;
	}
}

#life .top_cont .text_wrap {
	width: calc(100% - 5.30rem);
	padding-left: 0.40rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#life .top_cont .text_wrap {
		width: 100%;
		padding: 0 0.25rem;
	}
}

#life .top_cont .text_wrap .cont_title {
	font-size: 0.30rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #006837;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#life .top_cont .text_wrap .cont_title {
		font-size: 0.20rem;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 0.15rem;
		padding-top: 0.20rem;
	}
}

#life .top_cont .text_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#life .top_cont .text_wrap .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

/* リスト */
#life .list {
	display: flex;
	gap: 0 0.43rem;
	margin-top: 0.90rem;
}
@media screen and (max-width: 640px) {
	#life .list {
		display: block;
		gap: 0;
		margin-top: 0.20rem;
	}
}

#life .list .item {
	width: 25%;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#life .list .item {
		width: 2.50rem !important;
		padding: 0 0.13rem;
	}
}

#life .list .item::after {
	content: '';
	display: block;
	width: 2.50rem;
	height: 2.50rem;
	background-color: #C2E5D4;
	border-radius: 50%;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#life .slick-list {
		padding: 0.50rem 0 0.20rem !important;
	}
	#life .slick-dots li {
		width: 0.10rem;
		height: 0.10rem;
	}
	#life .slick-dots li button {
		font-size: 0.08rem;
	}
	#life .slick-dots li button::before {
		font-size: 0.08rem;
		color: #006837;
	}
}

#life .list .item.-type02::after {
	background-color: #E2E5C2;
}

#life .list .item .no {
	position: absolute;
	top: -0.35rem;
	left: 50%;
	transform: translateX(-50%);
}

#life .list .item .list_title {
	font-size: 0.20rem;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	color: #006837;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	#life .list .item .list_title {
		font-size: 0.19rem;
	}
}

#life .list .item .list_title span {
	display: inline-block;
	padding-bottom: 0.05rem;
	border-bottom: 2px solid #006837;
	margin-bottom: 0.15rem;
}

#life .list .item .text {
	font-size: 0.14rem;
	text-align: center;
	max-width: 2.25rem;
	margin: auto;
	line-height: 1.78;
}
@media screen and (max-width: 640px) {
	#life .list .item .text {
		text-align: justify;
		letter-spacing: 0;
	}
}

#life .list .item .text .small_txt {
	display: block;
	font-size: 0.11rem;
	line-height: 1.75;
	padding-top: 0.05rem;
}

/* pickup */
#life .pickup {
	padding-top: 1.00rem;
}
@media screen and (max-width: 640px) {
	#life .pickup {
		padding: 0.50rem 0.15rem 0;
	}
}

#life .pickup .inner {
	position: relative;
	border: 3px solid #006837;
	border-radius: 0.10rem;
	padding: 0.55rem 0.40rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #FFFBF6;
}

@media screen and (max-width: 640px) {
	#life .pickup .inner {
		padding: 0.25rem 0.15rem;
	}
}

#life .pickup .inner::after {
	content: '';
	display: block;
	width: calc(100% - 0.20rem);
	height: calc(100% - 0.20rem);
	position: absolute;
	top: 0.10rem;
	left: 0.10rem;
	border-radius: 0.08rem;
	background-color: #E7F3E9;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#life .pickup .inner::after {
		width: calc(100% - 0.10rem);
		height: calc(100% - 0.10rem);
		top: 0.05rem;
		left: 0.05rem;
		border-radius: 0.06rem;
	}
}

/* デコレーション */
#life .pickup .deco01 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 2.45rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .deco01 {
		top: 0.10rem;
		left: -3px;
		max-width: 1.05rem;
		transform: rotate(-15deg);
	}
}

#life .pickup .deco02 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 2.45rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .deco02 {
		top: 0.10rem;
		right: -3px;
		max-width: 1.05rem;
		transform: rotate(15deg);
	}
}

#life .pickup .deco03 {
	position: absolute;
	bottom: 0.3rem;
	right: 0.4rem;
	max-width: 1.15rem;
}

/* タイトル */
#life .pickup .pickup_title {
	display: inline-block;
	font-size: 0.26rem;
	font-weight: bold;
	color: #fff;
	background: #006837;
	box-sizing: border-box;
	padding: 0.10rem 0.50rem;
	border-radius: 0.50rem;
	position: absolute;
	top: -0.25rem;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Inter", sans-serif;
}
@media screen and (max-width: 640px) {
	#life .pickup .pickup_title {
		display: block;
		max-width: 1.35rem;
		font-size: 0.14rem;
		padding: 0.10rem 0;
		border-radius: 0.30rem;
		margin: auto;
		position: relative;
		top: auto;
		left: 0;
		transform: translateX(0);
		text-align: center;
	}
}

#life .pickup .pickup_subtitle {
	font-size: 0.30rem;
	font-weight: bold;
	color: #006837;
	text-align: center;
	margin-bottom: 0.33rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .pickup_subtitle {
		font-size: 0.20rem;
		line-height: 1.45;
		margin-bottom: 0.15rem;
		padding-top: 0.15rem;
	}
}

#life .pickup .cont_wrap {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#life .pickup .cont_wrap {
		display: block;
	}
}

#life .pickup .cont_wrap .ph_wrap {
	max-width: 4.20rem;
	height: 2.65rem;
	overflow: hidden;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .cont_wrap .ph_wrap {
		max-width: 100%;
		height: 51.20vw;
	}
}

#life .pickup .cont_wrap .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#life .pickup .cont_wrap .text_wrap {
	max-width: 6.20rem;
	padding-left: 0.30rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .cont_wrap .text_wrap {
		max-width: 100%;
		padding-left: 0;
		padding-top: 0.15rem;
	}
}

#life .pickup .cont_wrap .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	#life .pickup .cont_wrap .text_wrap .text {
		font-size: 0.14rem;
		text-align: justify;
	}
}

/* ボタン */
#life .pickup .cont_wrap .text_wrap .btn {
	margin-top: 0.30rem;
}
@media screen and (max-width: 640px) {
	#life .pickup .cont_wrap .text_wrap .btn {
		margin-top: 0.20rem;
		padding-bottom: 0.10rem;
	}
	#life .pickup .cont_wrap .text_wrap .btn a {
		margin: auto;
		padding: 0.20rem 0 0.22rem;
	}
}

/* バナー */
#life .bnr {
	margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
	#life .bnr {
		margin-top: 0.30rem;
		padding: 0 0.25rem;
	}
}

#life .bnr a {
	width: 100%;
	max-width: 9.00rem;
	display: block;
	margin: auto;
}

#life .bnr a:hover {
	opacity: 0.7;
}

#life .bnr a img {
	display: block;
}


/*============================
ななえびとを応援
============================*/
#support {
	padding: 1.10rem 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#support {
		padding: 0.35rem 0;
	}
	#support .in {
		padding: 1.60rem 0;
	}
}

#support::after {
	content: '';
	width: calc(100% - 0.50rem);
	max-width: 13.45rem;
	height: 100%;
	display: block;
	background: #F5F2E2;
	border-radius: 0.10rem;
	position: absolute;
	top: 0.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#support::after {
		width: calc(100% - 0.30rem);
		height: calc(100% - 0.30rem);
		top: 0.15rem;
	}
}

#support .lead {
	font-size: 0.30rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #006837;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0.33rem;
}
@media screen and (max-width: 640px) {
	#support .lead {
		font-size: 0.17rem;
		letter-spacing: 0;
		line-height: 1.7;
		margin-bottom: 0.15rem;
	}
}

#support .text {
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	line-height: 2;
	max-width: 5.20rem;
	margin: 0 auto 0.50rem;
}
@media screen and (max-width: 640px) {
	#support .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.875;
		max-width: calc(100% - 0.70rem);
		margin: 0 auto 0.20rem;
	}
}

#support .btn a {
	margin: auto;
	width: 4.00rem;
	font-size: 0.20rem;
}
@media screen and (max-width: 640px) {
	#support .btn {
		padding-bottom: 0.20rem;
	}
	#support .btn a {
		width: 2.80rem;
		font-size: 0.15rem;
		padding: 0.20rem 0 0.22rem;
	}
}

/* 写真 */
#support .ph_box {
	max-width: 5.65rem;
}
@media screen and (max-width: 640px) {
	#support .ph_box {
		max-width: 100%;
	}
}

#support .ph_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.25rem;
}
@media screen and (max-width: 640px) {
	#support .ph_box .list {
		display: block;
		position: relative;
	}
}

#support .ph_box .list .item {
	width: calc(50% - 0.125rem);
}
@media screen and (max-width: 640px) {
	#support .ph_box .list .item {
		width: 1.37rem;
		height: 1.37rem;
		overflow: hidden;
		border-radius: 0.10rem;
		position: absolute;
		top: 0;
	}
	#support .ph_box .list .item:nth-of-type(1) {
		left: calc(50% - 2.15rem);
	}
	#support .ph_box .list .item:nth-of-type(2) {
		left: 50%;
		transform: translateX(-50%);
	}
	#support .ph_box .list .item:nth-of-type(3) {
		right: calc(50% - 2.15rem);
	}
}

#support .ph_box .list .item.w100 {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#support .ph_box .list .item.w100 {
		width:1.37rem;
	}
}

#support .ph_box .list .item img {
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#support .ph_box .list .item img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
}

/* 左の写真 */
#support .ph_left {
	position: absolute;
	top: 0;
	left: -2.70rem;
}
@media screen and (max-width: 640px) {
	#support .ph_left {
		top: 0;
		left: 0;
		width: 100%;
		height: 1.37rem;
	}
}

/* 右の写真 */
#support .ph_right {
	position: absolute;
	top: 0;
	right: -2.70rem;
}
@media screen and (max-width: 640px) {
	#support .ph_right {
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 1.37rem;
	}
}

/*============================
よくある質問
============================*/
#faq {
	padding: 0.80rem 0;
}
@media screen and (max-width: 640px) {
	#faq {
		padding-top: 0.40rem;
		padding-bottom: 0.40rem;
	}
}

#faq .in1000 {
	position: relative;
	z-index: 1;
}

#faq .in1000::before {
	content: "";
	width: 2.24rem;
	height: 3.04rem;
	background-image: url(../img/common/deco_parts01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 8.00rem;
	left: -3.00rem;
	z-index: 0;
}
#faq .in1000::after {
	content: "";
	width: 5.68rem;
	height: 5.86rem;
	background-image: url(../img/common/deco_parts02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 11.00rem;
	right: -5.90rem;
	z-index: 0;
}

#faq .cont_wrap {
	margin-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	#faq .cont_wrap {
		margin-top: 0.10rem;
	}
}

#faq .cont_wrap .faq_box {
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#faq .cont_wrap .faq_box {
		margin-bottom: 0.25rem;
	}
}

#faq .cont_wrap .faq_box .q {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #006837;
	background: #E2E5C2;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.20rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#faq .cont_wrap .faq_box .q {
		font-size: 0.15rem;
		line-height: 1.46;
		letter-spacing: 0;
		border-radius: 0.06rem;
		padding: 0.10rem;
		margin-bottom: 0.05rem;
	}
}

#faq .cont_wrap .faq_box .q::before {
	content: 'Q.';
	display: block;
	padding-right: 0.10rem;
}
@media screen and (max-width: 640px) {
	#faq .cont_wrap .faq_box .q::before {
		padding-right: 0.05rem;
	}
}

#faq .cont_wrap .faq_box .a {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	background: #ffff;
	border: 1px solid #E2E5C2;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.32rem;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#faq .cont_wrap .faq_box .a {
		font-size: 0.14rem;
		line-height: 1.875;
		letter-spacing: 0;
		border-radius: 0.06rem;
		padding: 0.15rem;
	}
}

#faq .cont_wrap .faq_box .a a {
	text-decoration: underline;
	color: #2F2F2F;
	font-weight: 500;
	display: inline-block;
}

#faq .cont_wrap .faq_box .a a:hover {
	color: #CB2E27;
}

#faq .cont_wrap .faq_box .a a.blank,
#faq .cont_wrap .faq_box .a a.map {
	margin-right: 0.05rem;
}

#faq .cont_wrap .faq_box .a a.blank::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_newwin_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

#faq .cont_wrap .faq_box .a a.map::after {
	content: "";
	width: 0.10rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_map_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

#faq .cont_wrap .faq_box .a a.mail::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_mail02_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}