@charset "UTF-8";

/* ---------------------------------------
  家を建てる
-----------------------------------------*/

/* リンク調整用
--------------------------------*/
#sec_step::before,
#sec_difference::before,
#sec_kaitorihoshou::before,
#sec_baikyakuhiyou::before,
#sec_point::before,
#sec_faq::before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	background-color: #fff;
}


.bg_lightblue2+section::before {
	background-color: #e7f2f6!important;
}

@media screen and (max-width: 768px) {
	#sec_step::before,
	#sec_difference::before,
	#sec_kaitorihoshou::before,
	#sec_baikyakuhiyou::before,
	#sec_point::before,
	#sec_faq::before {
		height: 5.248vw;
	}
}

/* pagettl
--------------------------------*/

#pagettl {
	background-color: #0468b6;
}

@media screen and (max-width: 768px) {
	#pagettl .ico img {
		width: 11vw;
	}
}


/* secttl
--------------------------------*/

.secttl {
	display: block;
	background-color: #0468b6;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 13px 1.5em 14px;
	border-radius: 30px;
	box-shadow: 4px 4px 0 #045285;
	position: relative;
	transform: translateY(-50%);
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 4.2vw;
		padding: .5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #045285;
	}
}

/* btnwrap
--------------------------------*/

.btnwrap {
	margin-top: 90px;
}

.btnwrap .txt {
	letter-spacing: 0.03em;
}

.btnwrap .btn {
	margin-top: 15px;
}

.btnwrap .btn a {
	width: 792px;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	height: 66px;
	border-radius: 33px;
}

@media screen and (max-width: 768px) {
	.btnwrap {
		margin-top: 12vw;
	}
	.btnwrap .btn {
		margin-top: 2vw;
	}
	.btnwrap .btn a {
		width: 100%;
		font-size: 3.6vw;
		height: 16vw;
		border-radius: 8vw;
		padding: 0 2.5em 0 1.3em;
	}
}


/* sec_link
--------------------------------*/

#sec_link {
	padding: 80px 0 100px;
}

#sec_link .page_link {
	justify-content: flex-start;
}

#sec_link .page_link li {
	width: 282px;
	height: 74px;
}

#sec_link .page_link li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 2rem;
	line-height: 1.35;
	width: 100%;
	height: 100%;
	background-color: #0468b6;
	border: 3px solid #4c4948;
	border-radius: 20px;
	box-shadow: 5px 5px 0 #045285;
	padding: 10px 38px 10px 10px;
	transition: .3s ease;
}

#sec_link .page_link li a .ico_arw {
	border-color: #fff;
}

#sec_link .page_link li a .ico_arw::after {
	border-color: #fff;
	right: 5px;
	transform: translate(0, -70%) rotate(135deg);
}

@media screen and (min-width: 769px) {
	#sec_link .page_link li a:hover {
		transform: translate(5px, 5px);
		box-shadow: 0 0 0 #045285;
	}
	#sec_link .page_link li+li:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
	#sec_link .page_link li:nth-child(n + 5) {
		margin-top: 24px;
	}
}

@media screen and (max-width: 768px) {
	#sec_link {
		padding: 12vw 0 16vw;
	}
	#sec_link .wrap {
		width: 90%;
	}
	#sec_link .page_link li {
		width: 49%;
		height: 14.4vw;
	}
	#sec_link .page_link li:nth-child(even) {
		margin-left: 2%;
	}
	#sec_link .page_link li:nth-child(n + 3) {
		margin-top: 4%;
	}
	#sec_link .page_link li a {
		font-size: 3.2vw;
		border: 2px solid #4c4948;
		border-radius: 3.73vw;
		box-shadow: .6vw .6vw 0 #045285;
		padding: 2vw 7vw 2vw 1vw;
	}
	#sec_link .page_link li a .ico_arw {
		right: 1.6vw;
	}
	#sec_link .page_link li a .ico_arw::after {
		right: 0.9vw;
		margin-top: 0.1vw;
	}
}

/* step
--------------------------------*/

#sec_step {
	padding: 0 0 150px;
}

#sec_step .secttl {
	margin-bottom: 0;
}

#sec_step .list .box {
	width: 1140px;
	margin-left: auto;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	padding: 20px 40px 20px 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec_step .list .box+.box {
	margin-top: 45px;
}

#sec_step .list .box::after {
	content: "";
	width: 46px;
	height: 29px;
	background: url(../img/sale/step_arw.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: -37px;
	left: calc(50% - 58px);
}

#sec_step .list .box:last-child::after {
	content: none;
}

#sec_step .list .box .num {
	color: #0468b6;
	font-size: 10.3rem;
	line-height: .5;
	letter-spacing: 0;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-60%)rotate(-6deg);
	text-align: center;
}

#sec_step .list .box .num span {
	display: block;
	font-size: 4.1rem;
	line-height: 1;
	transform: skewX(-13deg)rotate(-8deg);
	margin-right: -.5em;
}

#sec_step .list .box .img {
	width: 238px;
	height: 154px;
	border-radius: 10px;
	overflow: hidden;
}

#sec_step .list .box .txtwrap {
	width: calc(100% - 280px);
}

#sec_step .list .box .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: .5em;
}

#sec_step .list .box .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_step .list .box+.txt {
	font-weight: 700;
	font-size: 2.2rem;
	margin: 2.5em 0 1.2em;
}

#sec_step .list .box+.txt span {
	background: linear-gradient(transparent 72%, #ffc93c 72%);
}

@media screen and (max-width: 768px) {
	#sec_step {
		padding: 0 0 18vw;
	}
	#sec_step .list .box {
		width: 100%;
		border-radius: 1.87vw;
		padding: 8vw 6vw;
		display: block;
	}
	#sec_step .list .box:first-child {
		margin-top: 12vw;
	}
	#sec_step .list .box+.box {
		margin-top: 12vw;
	}
	#sec_step .list .box::after {
		width: 9.2vw;
		height: 5.8vw;
		bottom: -9vw;
		left: calc(50% - 4.6vw);
	}
	#sec_step .list .box .num {
		font-size: 16vw;
		left: -7vw;
		top: -8vw;
		transform: rotate(-6deg);
	}
	#sec_step .list .box .num span {
		display: block;
		font-size: 7vw;
		line-height: 1;
		transform: skewX(-13deg)rotate(-8deg);
		margin-right: -.5em;
	}
	#sec_step .list .box .img {
		width: 100%;
		height: auto;
		border-radius: 1.87vw;
		margin-bottom: 4vw;
	}
	#sec_step .list .box .txtwrap {
		width: 100%;
	}
	#sec_step .list .box .txtwrap .ttl {
		font-size: 4.2vw;
	}
	#sec_step .list .box .txtwrap .txt {
		font-size: 3.2vw;
	}
	#sec_step .list .box+.txt {
		font-size: 4.6vw;
		margin-bottom: 2em;
	}
}

/* difference
--------------------------------*/

#sec_difference {
	padding: 0 0 90px;
}

#sec_difference .secttl {
	margin-bottom: 0;
}

#sec_difference .secttl+.lead {
	margin-bottom: 2.5em;
}

#sec_difference .item {
	width: 588px;
}

#sec_difference .box {
	width: 100%;
	height: 350px;
	background-color: #ffc93c;
	border-radius: 20px;
	position: relative;
}

#sec_difference .box .midashi {
	width: 254px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding: 6px .8em 7px;
	background-color: #ffe49d;
	border-radius: 23px;
	top: -23px;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#sec_difference .box .midashi:before {
	content: "";
	width: 7px;
	height: 30px;
	background-color: #ffe49d;
	border-radius: 3.5px;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: rotate(45deg);
	z-index: -1;
}

#sec_difference .box .img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_difference .box+.txt {
	margin-top: .5em;
}

#sec_difference .tb {
	width: 100%;
	border-collapse: collapse;
	background-color: #fbfbf9;
	margin-top: 50px;
}

#sec_difference .tb th,
#sec_difference .tb td {
	padding: 10px 36px;
}

#sec_difference .tb th {
	font-weight: 700;
	text-align: center;
}

#sec_difference .tb th:first-child {
	background-color: #efeee6;
}

#sec_difference .tb thead th {
	padding: 5px 36px;
}

#sec_difference .tb tbody th {
	width: 220px;
}

#sec_difference .tb tbody th,
#sec_difference .tb tbody td {
	border-top: 1px dotted #4c4948;
}

@media screen and (max-width: 768px) {
	#sec_difference {
		padding: 0 0 18vw;
	}
	#sec_difference .item {
		width: 100%;
	}
	#sec_difference .item+.item {
		margin-top: 10vw;
	}
	#sec_difference .box {
		width: 100%;
		height: 56vw;
		border-radius: 2.8vw;
	}
	#sec_difference .box .midashi {
		width: 58vw;
		font-size: 4.2vw;
		padding: 1vw .8em;
		border-radius: 100vh;
		top: -4.2vw;
	}
	#sec_difference .box .midashi:before {
		width: 1.6vw;
		height: 6vw;
		border-radius: .8vw;
		bottom: -3.4vw;
	}
	#sec_difference .item:first-child .box .img img {
		width: 72vw;
	}
	#sec_difference .item:last-child .box .img img {
		width: 73.4vw;
	}
	#sec_difference .box+.txt {
		letter-spacing: 0;
	}
	#sec_difference .tb {
		margin-top: 8vw;
	}
	#sec_difference .tb th,
	#sec_difference .tb td {
		font-size: 3.2vw;
		padding: 2vw .5em;
	}
	#sec_difference .tb thead th {
		padding: 5px .5em;
	}
	#sec_difference .tb tbody th {
		width: 8em;
	}
}


/* kaitorihoshou
--------------------------------*/

#sec_kaitorihoshou {
	padding: 0 0 100px;
}

#sec_kaitorihoshou .intro {
	align-items: center;
}

#sec_kaitorihoshou .intro .box {
	width: 628px;
	background-color: #cfe6ed;
	border-radius: 10px;
	position: relative;
	padding: 0 42px 45px;
}

#sec_kaitorihoshou .intro .box::before {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #cfe6ed;
	border-radius: 10px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	margin-left: -28px;
}

#sec_kaitorihoshou .intro .box .ttl {
	font-size: 3rem;
	letter-spacing: 0.06em;
	position: relative;
	top: -.8em;
	margin-bottom: .2em;
}

#sec_kaitorihoshou .intro .box .ttl span {
	padding: 0 1em;
	position: relative;
}

#sec_kaitorihoshou .intro .box .ttl span::before,
#sec_kaitorihoshou .intro .box .ttl span::after {
	content: "";
	width: 3px;
	height: 1.2em;
	background-color: #4c4948;
	border-radius: 1.5px;
	position: absolute;
	top: .2em;
}

#sec_kaitorihoshou .intro .box .ttl span::before {
	transform: rotate(-18deg);
	left: 6px;
}

#sec_kaitorihoshou .intro .box .ttl span::after {
	transform: rotate(18deg);
	right: 6px;
}

#sec_kaitorihoshou .intro .box .list li {
	font-weight: 700;
	line-height: 1.66;
	position: relative;
	padding-left: 1.8em;
}

#sec_kaitorihoshou .intro .box .list li+li {
	margin-top: 1em;
}

#sec_kaitorihoshou .intro .box .list li::before {
	content: "";
	width: 20px;
	height: 18px;
	background: url(../img/sale/ico_list.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: .3em;
}

#sec_kaitorihoshou .intro .box .list li span {
	text-decoration: underline;
}

#sec_kaitorihoshou .intro .txtwrap {
	width: 517px;
	margin-top: 42px;
}

#sec_kaitorihoshou .intro .txtwrap .txt {
	font-size: 3rem;
	line-height: 2.1;
	letter-spacing: 0;
}

#sec_kaitorihoshou .intro .txtwrap .txt .uline{
	position: relative;
}

#sec_kaitorihoshou .intro .txtwrap .txt .uline::before{
	content: "";
	width: 100%;
	height: 10px;
	background: url(../img/sale/kaitorihoshou_txt.png) no-repeat center bottom/ auto 100%;
	position: absolute;
	left: 0;
	bottom: -.3em;
}
#sec_kaitorihoshou .intro .txtwrap .txt .uline:nth-of-type(1){
	letter-spacing: -0.04em;
}
#sec_kaitorihoshou .intro .txtwrap .txt .uline:nth-of-type(1)::before{
	left: .25em;
}
#sec_kaitorihoshou .intro .txtwrap .txt .uline:nth-of-type(2)::before{
	background: url(../img/sale/kaitorihoshou_txt2.png) no-repeat left bottom/ auto 100%;
}

#sec_kaitorihoshou .intro .txtwrap .fukidashi {
	padding: 50px 0 39px;
	background: url(../img/sale/kaitorihoshou_fukidashi_bg.png) no-repeat center top;
	margin-top: -24px;
}

#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt {
	line-height: 1;
}

#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1.8;
	padding: 1px .5em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span+span {
	margin-top: 10px;
}

#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span:last-child:before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_kaitorihoshou .about {
	margin-top: 60px;
}

#sec_kaitorihoshou .about .ttl_s {
	display: block;
	background-color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 13px 1.5em 14px;
	border-radius: 30px;
	box-shadow: 4px 4px 0 rgba(187, 208, 215, .75);
	margin-bottom: 1.5em;
}

#sec_kaitorihoshou .about .example .img {
	width: 336px;
}

#sec_kaitorihoshou .about .example .txt {
	width: 790px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: justify;
	margin-top: 2.5em;
}

#sec_kaitorihoshou .about .solution {
	margin-top: -22px;
}

#sec_kaitorihoshou .about .solution .txtwrap {
	width: 516px;
}

#sec_kaitorihoshou .about .solution .txtwrap .midashi {
	font-size: 3rem;
}

#sec_kaitorihoshou .about .solution .txtwrap .midashi span {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1.8;
	padding: 1px .5em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_kaitorihoshou .about .solution .txtwrap .midashi span+span {
	margin-top: 10px;
}

#sec_kaitorihoshou .about .solution .txtwrap .midashi span:first-child::before {
	content: "";
	width: 48px;
	height: 51px;
	background: url(../img/sale/kaitorihoshou_midashi.png) no-repeat center / 100% auto;
	position: absolute;
	left: -36px;
	top: -36px
}

#sec_kaitorihoshou .about .solution .txtwrap .midashi span:last-child:before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_kaitorihoshou .about .solution .txtwrap .txt {
	font-weight: 700;
	line-height: 1.77;
	margin-top: 2.2em;
	letter-spacing: 0.1em;
}

#sec_kaitorihoshou .about .solution .txtwrap .txt span {
	border-bottom: 3px solid #ffc93c;
}

#sec_kaitorihoshou .about .solution .merit {
	width: 646px;
	background: url(../img/sale/kaitorihoshou_merit_bg.png) no-repeat left top;
}

#sec_kaitorihoshou .about .solution .merit li {
	width: 226px;
	height: 226px;
	border-radius: 50%;
	background-color: rgba(4, 104, 182, .8);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.18rem;
	line-height: 1.47;
	letter-spacing: 0.04em;
	padding-bottom: 10px;
}

#sec_kaitorihoshou .about .solution .merit li.large {
	font-size: 2.844rem;
	padding-bottom: 0;
}

#sec_kaitorihoshou .about .solution .merit li:nth-child(2) {
	margin: 0 -16px;
}

@media screen and (max-width: 768px) {
	#sec_kaitorihoshou {
		padding: 0 0 18vw;
	}
	#sec_kaitorihoshou .intro .box {
		width: 100%;
		border-radius: 1.87vw;
		padding: 0 4vw 6vw;
	}
	#sec_kaitorihoshou .intro .box::before {
		width: 11vw;
		height: 11vw;
		border-radius: 1.87vw;
		margin-left: 0;
		margin-top: -6vw;
		left: 50%;
		top: 100%;
		transform: translatex(-50%) rotate(45deg);
	}
	#sec_kaitorihoshou .intro .box .ttl {
		font-size: 4.8vw;
	}
	#sec_kaitorihoshou .intro .box .ttl span::before,
	#sec_kaitorihoshou .intro .box .ttl span::after {
		width: 2px;
		border-radius: 1px;
	}
	#sec_kaitorihoshou .intro .box .ttl span::before {
		left: 1vw;
	}
	#sec_kaitorihoshou .intro .box .ttl span::after {
		right: 1vw;
	}
	#sec_kaitorihoshou .intro .box .list li::before {
		width: 4vw;
		height: 3.6vw;
	}
	#sec_kaitorihoshou .intro .txtwrap {
		width: 100%;
		margin-top: 10vw;
	}
	#sec_kaitorihoshou .intro .txtwrap .txt {
		font-size: 5.1vw;
		line-height: 2;
	}
	#sec_kaitorihoshou .intro .txtwrap .txt .uline::before{
		height: 1.7vw;
	}
	#sec_kaitorihoshou .intro .txtwrap .txt .uline:nth-of-type(2)::before{
		background: url(../img/sale/kaitorihoshou_txt2.png) no-repeat left bottom/ auto 100%;
	}
	#sec_kaitorihoshou .intro .txtwrap .fukidashi {
		padding: 8vw 0 6vw;
		background: url(../img/sale/kaitorihoshou_fukidashi_bg.png) no-repeat center top / 100% auto;
		margin-top: -4vw;
	}
	#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span {
		border-radius: 100vh;
	}
	#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span+span {
		margin-top: 10px;
	}
	#sec_kaitorihoshou .intro .txtwrap .fukidashi .txt span:last-child:before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_kaitorihoshou .about {
		margin-top: 12vw;
	}
	#sec_kaitorihoshou .about .ttl_s {
		font-size: 4.2vw;
		padding: 0.5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 rgba(187, 208, 215, .75);
	}
	#sec_kaitorihoshou .about .example .img {
		width: 50vw;
		margin: 0 auto;
	}
	#sec_kaitorihoshou .about .example .txt {
		width: 100%;
		font-size: 3.2vw;
		margin-top: 0;
	}
	#sec_kaitorihoshou .about .solution {
		margin-top: 10vw;
	}
	#sec_kaitorihoshou .about .solution .txtwrap {
		width: 100%;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .midashi {
		font-size: 5.1vw;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .midashi span {
		border-radius: 100vh;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .midashi span+span {
		margin-top: 2vw;
		letter-spacing: 0;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .midashi span:first-child::before {
		width: 6vw;
		height: 6.4vw;
		left: -4.6vw;
		top: -4.6vw;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .midashi span:last-child:before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_kaitorihoshou .about .solution .txtwrap .txt span {
		border-bottom: .6vw solid #ffc93c;
	}
	#sec_kaitorihoshou .about .solution .merit {
		width: 108%;
		margin: 0 -4%;
		background: url(../img/sale/kaitorihoshou_merit_bg.png) no-repeat left top / 100% auto;
		padding: 2vw 0;
		margin-top: 4vw;
	}
	#sec_kaitorihoshou .about .solution .merit li {
		width: 32vw;
		height: 32vw;
		font-size: 3.2vw;
		letter-spacing: 0;
		padding-bottom: 3vw;
	}
	#sec_kaitorihoshou .about .solution .merit li.large {
		font-size: 4.2vw;
	}
	#sec_kaitorihoshou .about .solution .merit li:nth-child(2) {
		margin: 0 -4vw;
	}
}


/* baikyakuhiyou
--------------------------------*/

#sec_baikyakuhiyou {
	padding: 0 0 100px;
}

#sec_baikyakuhiyou .list .item {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px dotted #4c4948;
}

#sec_baikyakuhiyou .list .item .ico {
	width: 160px;
}

#sec_baikyakuhiyou .list .item .txtwrap {
	width: 996px;
	padding-top: 30px;
}

#sec_baikyakuhiyou .list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#sec_baikyakuhiyou .list .item .txtwrap .txt {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	line-height: 1.75;
	margin-bottom: 2em;
}

#sec_baikyakuhiyou .list .item .txtwrap .tbwrap {
	margin-bottom: 25px;
}

#sec_baikyakuhiyou .list .item .txtwrap .tbwrap .ttl {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#sec_baikyakuhiyou .list .item .txtwrap .tbwrap .note {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0;
	margin-top: 1.5em;
}

#sec_baikyakuhiyou .list .item .txtwrap .tb {
	width: 495px;
}

#sec_baikyakuhiyou .list .item .txtwrap .tb dt,
#sec_baikyakuhiyou .list .item .txtwrap .tb dd {
	text-align: center;
	padding: 10px 36px;
	border-bottom: 1px dotted #4c4948;
	line-height: 1.5;
}

#sec_baikyakuhiyou .list .item .txtwrap .tb dt {
	background-color: #efeee6;
	font-weight: 700;
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#sec_baikyakuhiyou {
		padding: 0 0 18vw;
	}
	#sec_baikyakuhiyou .list .item {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
		border-bottom: 1px dotted #4c4948;
	}
	#sec_baikyakuhiyou .list .item .ico {
		width: 16vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap {
		width: 64vw;
		padding-top: 0;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .ttl {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .txt {
		font-size: 3.2vw;
		margin-bottom: 0;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tbwrap {
		margin-top: 5vw;
		margin-bottom: 0;
		width: 84vw;
    margin-left: -20vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tbwrap .ttl {
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tbwrap .note {
		font-size: 3vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tb {
		width: 100%;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tb:first-of-type {
		width: 66%;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tb:last-of-type {
		width: 34%;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tb dt,
	#sec_baikyakuhiyou .list .item .txtwrap .tb dd {
		padding: 2vw 4vw;
	}
	#sec_baikyakuhiyou .list .item .txtwrap .tb dt {
		font-size: 3.2vw;
	}
}


/* point
--------------------------------*/

#sec_point {
	padding: 0 0 120px;
}

#sec_point .secttl {
	margin-bottom: .5em;
}

#sec_point .txtwrap {
	width: 740px;
}

#sec_point .txtwrap .ttl {
	margin-bottom: 45px;
}

#sec_point .txtwrap .ttl .txt {
	letter-spacing: 0;
	margin-bottom: 1em;
}

#sec_point .txtwrap .ttl .midashi {
	font-size: 3rem;
}

#sec_point .txtwrap .ttl .midashi span {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1.8;
	padding: 1px 0.5em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_point .txtwrap .ttl .midashi span::before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_point .txtwrap .ttl .midashi span::after {
	content: "";
	width: 49px;
	height: 52px;
	background: url(../img/sale/point_midashi.png) no-repeat center / 100% auto;
	position: absolute;
	right: -36px;
	top: -36px;
}

#sec_point .txtwrap>.txt {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	text-align: justify;
}

#sec_point .img {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#sec_point {
		padding: 0 0 18vw;
	}
	#sec_point .txtwrap {
		width: 100%;
	}
	#sec_point .txtwrap .ttl {
		margin-bottom: 8vw;
	}
	#sec_point .txtwrap .ttl .midashi {
		font-size: 4.8vw;
	}
	#sec_point .txtwrap .ttl .midashi span {
		border-radius: 100vh;
		line-height: 1.4;
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	#sec_point .txtwrap .ttl .midashi span::before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_point .txtwrap .ttl .midashi span::after {
		width: 8vw;
		height: 8.4vw;
		right: -6vw;
		top: -6vw;
	}
	#sec_point .txtwrap>.txt {
		font-size: 3.2vw;
	}
	#sec_point .img {
		width: 48vw;
		margin: 4vw auto 0;
	}
}

/* faq
--------------------------------*/

#sec_faq {
	padding: 0 0 120px;
}

#sec_faq .faq_box {
	background-color: #f1f7fa;
	border-radius: 30px;
}

#sec_faq .faq_box+.faq_box {
	margin-top: 50px;
}

#sec_faq .faq_box .q_txt {
	background-color: #cfe6ed;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 13px 1.5em 14px 100px;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
}

#sec_faq .faq_box .q_txt::before {
	content: "Q";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt {
	padding: 0 100px 40px 100px;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	min-height: 100px;
}

#sec_faq .faq_box .a_txt::before {
	content: "A";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
	background-color: #4c4948;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt .bold{
	display: block;
	margin-top: .5em;
}

@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 0 0 24vw;
	}
	#sec_faq .faq_box {
		border-radius: 4.6vw;
	}
	#sec_faq .faq_box+.faq_box {
		margin-top: 8vw;
	}
	#sec_faq .faq_box .q_txt {
		font-size: 4vw;
		padding: 2vw 1em 2vw 13vw;
		border-radius: 4.6vw;
		margin-bottom: 4.6vw;
	}
	#sec_faq .faq_box .q_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 2vw;
	}
	#sec_faq .faq_box .a_txt {
		padding: 0 4.2vw 6vw 13vw;
		font-size: 3.2vw;
		min-height: 16vw;
	}
	#sec_faq .faq_box .a_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 0;
	}
}
