/* CSS Document */
@charset "utf-8";

html {
	font-size: 62.5%;
}

.hosho-wrapp img {
	width: 100%;
}

.hosho-wrapp * {
	font-family: 'montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif !important;
	color: #333;
	box-sizing: border-box;
	line-height: 1.5;
}

.kome-mark {
	color: #ff6666;
}


.sp_display {
	display: block;
}

.breadcrumbs_wrapper.sp_display .breadcrumbs li,
.breadcrumbs_wrapper.sp_display .breadcrumbs li a {
	color: #333;
}

.kotei,
#container,
#pan,
#main_left,
#aside,
.pc_display,
.kotei-review {
	display: none;
}

#all,
.infowrap #main_right {
	width: 100vw;
}

.hosho-container {
	width: 100%;
}

.hosho-inner {
	width: 90vw;
	margin: 0 auto;
}


/* MV */

.hosho-mv {
	background: #e0ece5;
	padding: 7vw 0;
	text-align: center;
	margin-bottom: 10vw;
}

.hosho-mv_copy {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 3.8vw;
	color: #317f54;
}

.hosho-mv_image {
	width: 72%;
	margin: 0 auto 6.4vw;
}

.hosho-mv_text {
	font-size: 1.1rem;
	font-weight: 400;
	text-align: left;
	text-indent: -1em;
}

.hosho-mv_text.hosho-inner {
	width: 80vw;
}


/* 3point??? */

.hosho-point_list {
	margin-bottom: 14vw;
}

.hosho-point_item {
	display: flex;
	width: 100%;
	margin-bottom: 3.2vw;
}

.hosho-point_item-title {
	width: 25%;
	background: #317f54;
	font-size: 1.64rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;

}

.hosho-point_item-title>span {
	color: #fff;
	font-size: 1.3rem;
}

.hosho-point_item-detail {
	width: 75%;
	background: #f7f7f7;
	padding: 4vw 3vw;
	font-size: 1.4rem;
	text-align: left;
}

.hosho-point_item-detail>.hosho-point_item-detail--more {
	font-size: 1.2rem;
	text-indent: -1em;
	display: block;
	margin: 1em 0 0.1em 1em;
}

.hosho-point_item-detail>.hosho-point_item-detail--more:last-of-type {
	margin-top: 0.5em;
}


/* explain ????????????? */

.hosho-explain {
	text-align: left;
	margin-bottom: 15vw;
}

.hosho-explain_item {
	margin-bottom: 6vw;
}

.hosho-explain_title {
	font-size: 1.8rem;
	padding-left: 3vw;
	margin-bottom: 5.4vw;
	border-left: 5px #317f54 solid;
}

.hosho-explain_item-title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.2vw;
	text-indent: -0.5em;
}

.hosho-explain_item-detail {
	font-size: 1.3rem;
}

/* ???????? */

.hosho-explain_chui {
	background: #f9eeee;
	padding: 4.8vw;
}

.hosho-explain_chui h4 {
	font-size: 1.6rem;
	color: #b73e3e;
	margin-bottom: 3vw;
}

.hosho-explain_chui-text_item {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1.4em;
	margin-bottom: 3vw;
}

.hosho-explain_chui-text_item:last-of-type {
	margin-bottom: 0;
}


/* explain ????? */

.hosho-explain_text {
	font-size: 1.4rem;
	margin-bottom: 4.8vw;
}

.hosho-explain_except-item {
	font-size: 1.4rem;
	font-weight: 600;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.4em;
	padding-left: 1.5em;
	margin-bottom: 3vw;
}

.hosho-explain_except-item:last-of-type {
	margin-bottom: 6vw;
}

.hosho-explain_except-item>.example {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
	text-indent: -2em;
	padding-left: 2em;
}

p.hosho-explain_chui-text {
	font-size: 1.3rem;
}


/* contact */

.hosho-contact {
	margin-bottom: 14vw;
}

.hosho-contact_title {
	font-size: 2rem;
	margin-bottom: 4vw;
	letter-spacing: 0.05em;
}

.hosho-contact_text {
	text-align: left;
	font-size: 1.3rem;
	margin-bottom: 8vw!important;
}

.hosho-contact_text>.red {
	color: #b73e3e;
	font-weight: 600;
	font-size: 1.4rem;
}

.hosho-contact_form {
	display: block;
	width: 80%;
	background: #262626;
	border-radius: 5px;
	padding: 5vw 0;
	margin-bottom: 4vw;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.hosho-contact_form::after {
	content: "";
	position: absolute;
	width: clamp(4px, 1vw, 4px);
	height: clamp(4px, 1vw, 4px);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
	top: 53%;
	right: 10%;
}

.hosho-contact_tel {
	width: 80%;
	border: none;
	background-color: #edeae7;
	padding: 4vw 0;
}

.hosho-contact_tel>p {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding-bottom: 2vw;
}

.hosho-contact_tel .tel-number {
	display: block;
	color: #333;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding-bottom: 1.2vw;
}

.hosho-contact_tel span {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
}


@media screen and (min-width:601px) {



	.kotei,
	#container,
	#pan,
	#aside,
	#main_left,
	.pc_display,
	.kotei-review {
		display: block;
	}

	.sp_display {
		display: none;
	}

	#pan {
		margin-bottom: 20px;
	}

	#all {
		width: 1000px;
	}

	#main_right.hosho-contents {
		width: 748px;
	}

	.hosho-wrapp {
		margin-top: 20px;
	}

	.hosho-inner {
		width: 600px;
	}

	/* MV PC?? */

	.hosho-mv_text.hosho-inner {
		width: 500px;
	}

	.hosho-mv {
		padding: 50px 0;
		margin-bottom: 44px;
	}

	.hosho-mv_copy {
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.hosho-mv_image {
		width: 72%;
		margin: 0 auto 40px;
	}

	.hosho-mv_text {
		font-size: 1.4rem;
		line-height: 1.5;
	}



	/* 3point??? */

	.hosho-point_list {
		margin-bottom: 80px;
	}

	.hosho-point_item {
		margin-bottom: 20px;
	}

	.hosho-point_item-title {
		width: 114px;
		font-size: 1.6rem;

	}


	.hosho-point_item-detail {
		width: 486px;
		padding: 26px 12px;
	}

	.hosho-point_item-title>span {
		font-size: 1.6rem;
	}

	.hosho-point_item-detail {
		font-weight: 600;
	}

	/* explain ????????????? */

	.hosho-explain {
		margin-bottom: 100px;
	}

	.hosho-explain_item {
		margin-bottom: 40px;
	}

	.hosho-explain_title {
		font-size: 2.4rem;
		padding-left: 20px;
		margin-bottom: 48px;
	}

	.hosho-explain_item-title {
		font-size: 1.8rem;
		font-weight: 600;
		margin-bottom: 16px;
	}

	.hosho-explain_item-detail {
		font-size: 1.4rem;
	}

	/* ???????? */

	.hosho-explain_chui {
		padding: 36px;
	}

	.hosho-explain_chui h4 {
		font-size: 1.8rem;
		color: #b73e3e;
		margin-bottom: 20px;
	}

	.hosho-explain_chui-text_item {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	/* explain ????? */

	.hosho-explain_text {
		font-size: 1.4rem;
		margin-bottom: 36px;
	}

	.hosho-explain_except-item {
		font-size: 1.4rem;
		margin-bottom: 20px;
		font-weight: 600;
		line-height: 1.6;
		text-indent: -1.6em;
	}

	.hosho-explain_except-item:last-of-type {
		margin-bottom: 50px;
	}

	/* contact */

	.hosho-contact {
		margin-bottom: 120px;
	}

	.hosho-contact_title {
		font-size: 2.4rem;
		margin-bottom: 32px;
	}

	.hosho-contact_text {
		font-size: 1.4rem;
		margin-bottom: 48px!important;
	}

	.hosho-contact_text>.red {
		font-size: 1.6rem;
	}

	.hosho-contact_form {
		display: block;
		width: 350px;
		padding: 24px 0;
		margin-bottom: 20px;
		font-size: 1.6rem;
		font-weight: 600;
		transition: all, .3s;
	}

	.hosho-contact_form::after {
		font-size: 1.8rem;
	}

	.hosho-contact_tel {
		width: 350px;
		border: none;
		padding: 24px 0;
	}

	.hosho-contact_tel>p {
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	.hosho-contact_tel .tel-number {
		font-size: 3rem;
		padding-bottom: 20px;
		transition: all, .3s;
	}

	.hosho-contact_tel span {
		font-size: 1.5rem;
	}

	@media (hover: hover) {

		.hosho-wrapp a:hover {
			text-decoration: none !important;
		}

		.hosho-contact_form:hover {
			background-color: #666;
			color: #fff;
		}

		.hosho-contact_tel .tel-number:hover {
			color: #666;
		}
	}







}