@charset "utf-8";

/* feature */

.att {
	margin-top: 15px;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
/*	.b_7points #conBnrArea .bnr_faq {
		max-width: 341px;
		margin: 0 auto;
	}
*/
	.att {
		margin-top: 10px;
		font-size: 1.2rem;
	}
}

#contentsBlock {
	padding-bottom: 0;
}

#ttlArea.under01 {
	height: auto;
	background: url(/guest/7points/assets/img/bg_list.jpg) repeat left top;
}

#anchor01 {
	padding: 30px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#anchor01 li {
	width: calc((100% - 40px) / 3);
	background: #fff;
	margin-bottom: 20px;
	transition: 0.2s ease;
}

#anchor01 li.main_illust {
	width: 66%;
	background: none;
	position: relative;
}

#anchor01 li.main_illust:hover {
	opacity: 1;
}

#anchor01 li.main_illust figure {
	position: absolute;
	bottom: -20px;
	left: 0;
}

_:-ms-input-placeholder,
:root #anchor01 li.main_illust figure {
	width: 100%;
}

#anchor01 li.main_illust figure img.adjust_pc {
	display: block;
}

#anchor01 li.main_illust figure img.adjust_sp {
	display: none;
}

#anchor01 li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#anchor01 .detail {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 20px;
}

#anchor01 .detail .photo {
	max-width: 102px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#anchor01 .detail .text {
	max-width: 164px;
	width: 100%;
}

#anchor01 .detail .text .anchor_lead {
	font-size: 1.4rem;
	margin-top: 13px;
}

#anchor01 .arrow_area {
	width: 100%;
	height: 36px;
	background: #ffe433;
	position: relative;
}

#anchor01 .arrow_area::before {
	content: "\f107";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	background: #fff;
	border-radius: 50%;
	color: #007bff;
}

_:-ms-input-placeholder,
:root #anchor01 .arrow_area::before {
	width: 20px;
	height: 20px;
	padding: 2px 0 0 1px;
}

.bg_cream {
	background: #fef8e7;
}

.sec_ttl {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0 15px;
	background: #0099d6;
}

.sec_ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #0099d6 transparent transparent transparent;
}

.sec_feature {
	/* margin-top: -100px;
	padding-top: 287px;
	overflow: hidden; */
}

#sec05,
#sec07 {
	/* margin-top: -215px;
	padding-top: 215px; */
}

.sec_feature .sec {
	padding: 60px 0 85px;
}

_:-ms-input-placeholder,
:root .sec_feature .hd06 {
	font-family: Meiryo, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo,
		Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.feature_list01 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.feature_list01 > li {
	width: calc((100% - 40px) / 3);
	border-radius: 8px;
	background: #fff;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

.feature_list01 > li.column2 {
	width: 66%;
}

.feature_list01 > li .photo {
	text-align: center;
}

.feature_list01 > li .ttl {
	font-size: 2rem;
	margin-top: 18px;
	margin-bottom: 15px;
}

.feature_list01 > li .disc {
	text-align: left;
}

.item_box {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #0099d6;
	background: #fff;
	margin-top: 50px;
	padding: 25px 20px;
}

.item_box .ttl {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px dashed #67c1e6;
	padding-bottom: 15px;
	padding-left: 1.6em;
}

.item_box .ttl::before {
	font-size: 90%;
	top: calc(50% - 6px);
}

_:-ms-input-placeholder,
:root .item_box .ttl::before {
	top: calc(50% - 9px);
}

.hd06 .under_marker {
	font-size: 167%;
	background: linear-gradient(transparent 60%, #ffe433 60%);
}
_:-ms-input-placeholder,
:root .hd06 .under_marker {
	background: linear-gradient(transparent 50%, #ffe433 50%);
}

.item_box .disc {
	padding: 20px 10px 0;
}

.tag_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tag_list > li {
	border: 1px solid #0099d6;
	color: #0099d6;
	padding: 1px 4px;
	margin: 0 4px 4px 0;
}

_:-ms-input-placeholder,
:root .tag_list > li {
	padding: 5px 4px 0;
}

@media screen and (max-width: 768px) {
	#anchor01 {
		padding: 15px 0 40px;
	}

	#anchor01 li {
		width: calc((100% - 15px) / 3);
	}

	#anchor01 li.main_illust figure {
		position: absolute;
		bottom: 50%;
		transform: translateY(50%);
	}

	#anchor01 .detail {
		display: block;
		padding: 20px 20px 10px;
		margin: 0 auto;
	}

	#anchor01 .detail .photo {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: inherit;
		height: 138px;
		margin-top: 0;
		zoom: 0.5;
	}

	_:-ms-input-placeholder,
	:root #anchor01 .detail .photo {
		zoom: 1;
		margin: 0 auto;
		height: 70px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 .detail .photo img {
		max-width: inherit;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(2) .detail .photo {
		max-width: 74px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(3) .detail .photo {
		max-width: 50px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(4) .detail .photo {
		max-width: 52px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(5) .detail .photo {
		max-width: 75px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(6) .detail .photo {
		max-width: 39px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(7) .detail .photo {
		max-width: 75px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(8) .detail .photo {
		max-width: 75px;
	}

	#anchor01 .detail .text {
		max-width: inherit;
		text-align: center;
		margin-top: 7px;
	}

	#anchor01 .detail .text .anchor_ttl {
		zoom: 0.5;
	}

	_:-ms-input-placeholder,
	:root #anchor01 .detail .text .anchor_ttl {
		zoom: 1;
		width: 100%;
		display: inline-block;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(2) .detail .text .anchor_ttl {
		max-width: 74px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(3) .detail .text .anchor_ttl {
		max-width: 84px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(4) .detail .text .anchor_ttl {
		max-width: 66px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(5) .detail .text .anchor_ttl {
		max-width: 100px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(6) .detail .text .anchor_ttl {
		max-width: 105px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(7) .detail .text .anchor_ttl {
		max-width: 118px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 li:nth-of-type(8) .detail .text .anchor_ttl {
		max-width: 137px;
	}

	_:-ms-input-placeholder,
	:root #anchor01 .detail .text .anchor_ttl img {
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
	}

	#anchor01 .detail .text .anchor_lead {
		zoom: 1;
	}

	#anchor01 .arrow_area {
		height: 30px;
	}

	#anchor01 .arrow_area::before {
		width: 15px;
		height: 15px;
	}

	#secText img {
		zoom: 0.5;
	}

	.sec_ttl {
		padding: 11px 0;
	}

	.sec_ttl img {
		zoom: 0.5;
	}

	.sec_ttl::after {
		bottom: -9px;
		border-width: 10px 13px 0 13px;
	}

	.sec_feature {
		margin-top: -100px;
		padding-top: 100px;
	}

	#sec05,
	#sec06,
	#sec07 {
		margin-top: -100px;
		padding-top: 100px;
	}

	.sec_feature .sec {
		padding: 33px 0 60px;
	}

	.sec_feature .inner.sec {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sec_feature figure {
		zoom: 0.5;
	}

	_:-ms-input-placeholder,
	:root .sec_feature figure {
		zoom: 1;
	}

	.feature_list01 {
		margin-top: 35px;
	}

	.feature_list01 > li {
		border-radius: 8px;
		background: #fff;
		padding: 20px;
		text-align: center;
		overflow: hidden;
	}

	#sec01 .feature_list01 > li {
		width: calc((100% - 20px) / 2);
	}

	.feature_list01 > li.column2 {
		width: 50%;
	}

	.feature_list01 > li .ttl {
		font-size: 1.7rem;
		margin-top: 20px;
	}

	.item_box {
		margin-top: 35px;
		padding: 12px;
	}

	.item_box .ttl {
		font-size: 1.5rem;
		padding-bottom: 10px;
		padding-left: 1.7em;
	}

	.item_box .ttl::before {
		top: calc(50% - 4px);
	}

	.item_box .disc {
		padding: 15px 10px 0;
	}

	.tag_list > li {
		padding: 0 3px;
		margin: 0 4px 4px 0;
	}
}

@media screen and (max-width: 414px) {
	.sp_style_480_none {
		display: none;
	}
	#anchor01 {
		margin-top: 15px;
	}
	#anchor01 li {
		width: calc((100% - 16px) / 2);
		margin-bottom: 15px;
	}

	#anchor01 li.main_illust {
		width: 50%;
	}

	#anchor01 li.main_illust figure {
		position: absolute;
		bottom: -15px;
		transform: none;
	}

	#anchor01 li.main_illust figure img.adjust_pc {
		display: none;
	}

	#anchor01 li.main_illust figure img.adjust_sp {
		display: block;
	}

	#anchor01 .detail {
		padding: 20px 10px 10px;
	}

	.sec_ttl img {
		zoom: 0.5;
	}

	.feature_list01 {
		display: block;
	}

	.feature_list01 > li {
		width: 100%;
		border-radius: 8px;
		background: #fff;
		padding: 20px;
		text-align: center;
		overflow: hidden;
	}

	.feature_list01 > li + li {
		margin-top: 20px;
	}

	#sec01 .feature_list01 > li {
		width: 100%;
	}

	.feature_list01 > li.column2 {
		width: 100%;
	}

	.item_box .ttl {
		font-size: 1.6rem;
		padding-bottom: 10px;
		padding-left: 1.7em;
	}

	.item_box .ttl::before {
		top: 14.5px;
	}

	.item_box .disc {
		padding: 15px 10px 0;
	}

	.tag_list > li {
		padding: 0 3px;
		margin: 0 4px 4px 0;
	}
}
