@charset "UTF-8";

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


/* リンク調整用
--------------------------------*/

#sec_step::before,
#sec_expenses::before,
#sec_faq::before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	background-color: #fff;
}

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

.bg_gray+section::before {
	background-color: #efeee6!important;
}

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


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

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

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


/* 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_intro
--------------------------------*/

#sec_intro {
	padding: 75px 0 120px;
}

#sec_intro .ttl {
	margin-bottom: 20px;
}

#sec_intro .ttl .midashi {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding: 0 1em;
}

#sec_intro .ttl .midashi::before,
#sec_intro .ttl .midashi::after {
	content: "";
	width: .5em;
	height: 1.5em;
	background: url(../img/buy/intro_secttl.png) no-repeat center / 100% auto;
	position: absolute;
	top: 0;
}

#sec_intro .ttl .midashi::before {
	left: 0;
}

#sec_intro .ttl .midashi::after {
	transform: scale(-1, 1);
	right: 0;
}

#sec_intro .lead {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.6;
	margin-top: .5em;
}

#sec_intro .lead>span {
	display: inline-block;
	padding: 0 .25em 0 .5em;
	position: relative;
	z-index: 1;
}

#sec_intro .lead>span::before {
	content: "";
	width: 100%;
	height: 18px;
	background-color: #ffc93c;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#sec_intro .lead>span::after {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/buy/intro_lead.png) no-repeat center / 100% auto;
	position: absolute;
	right: -30px;
	top: -28px
}

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 12vw 0 18vw;
	}
	#sec_intro .wrap{
		width: 100%;
	}
	#sec_intro .ttl {
		margin-bottom: 10vw;
	}
	#sec_intro .ttl .midashi {
		font-size: 6.6vw;
		padding: 0 2em;
		margin: 0;
		line-height: 1.4;
	}
	#sec_intro .ttl .midashi::before, #sec_intro .ttl .midashi::after{
		width: 5.6vw;
    height: 100%;
    background: url(../img/buy/intro_secttl_sp.png) no-repeat center / 100% auto;
	}
	#sec_intro .illust {
		width: 85vw;
		margin: 0 auto;
	}
	#sec_intro .lead {
		font-size: 5.6vw;
		margin-top: 1.5em;
	}
	#sec_intro .lead>span {
		padding: 0;
	}
	#sec_intro .lead>span::before {
		content: none;
	}
	#sec_intro .lead>span span {
		display: inline-block;
		position: relative;
		padding: 0 .4em;
	}
	#sec_intro .lead>span span::before {
		content: "";
		width: 100%;
		height: 2.8vw;
		background-color: #ffc93c;
		border-radius: 1.4vw;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	#sec_intro .lead>span::after {
		width: 8vw;
		height: 8.5vw;
		right: 9vw;
		top: .6vw;
	}
}


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

#sec_step {
	padding: 0 0 120px;
}

#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/buy/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 .imgwrap {
	position: relative;
}

#sec_step .list .box .imgwrap span {
	position: absolute;
	left: 2px;
	top: -12px;
	z-index: 2;
}

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

#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%);
}

#sec_step .list .flex {
	width: 1140px;
	margin-left: auto;
	position: relative;
	justify-content: space-between;
	margin-bottom: 50px;
}

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

#sec_step .list .boxwrap {
	width: 560px;
}

#sec_step .list .boxwrap .box {
	width: 100%;
	height: 70px;
	margin-left: 0;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
}

#sec_step .list .boxwrap .box:first-child {
	height: 112px;
}

#sec_step .list .boxwrap .box::after {
	left: calc(50% - 23px);
}

#sec_step .list .boxwrap .box .num {
	transform: translateY(-68%)rotate(-6deg);
}

#sec_step .list .boxwrap .box .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}

#sec_step .list .boxwrap .box .txt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	margin-left: 1.4em;
}

#sec_step .list .boxwrap .box .img {
	width: 128px;
	height: 83px;
	border-radius: 0;
	position: absolute;
	left: 38px;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: initial;
	z-index: 1;
}

#sec_step .list .boxwrap .box .img img {
	width: 100%;
	border-radius: 5px;
}

#sec_step .list .boxwrap .box .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(217, 215, 193, .5);
	mix-blend-mode: multiply;
	position: absolute;
	right: -5px;
	bottom: -5px;
	border-radius: 5px;
	z-index: -1;
}

#sec_step .list .boxwrap.loan .box {
	background-color: #ffe49d;
}

#sec_step .list .boxwrap.loan .box:nth-child(5) {
	margin-top: 160px;
}

#sec_step .list .boxwrap.loan .box:nth-child(6) {
	margin-top: 390px;
}

#sec_step .list .boxwrap.loan .box:nth-child(4)::after {
	bottom: -152px
}

#sec_step .list .boxwrap.loan .box:nth-child(5)::after {
	bottom: -382px
}

#sec_step .list .boxwrap.loan .box::before {
	content: "";
	width: 9px;
	background-color: #ffc93c;
	border-radius: 4.5px;
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
}

#sec_step .list .boxwrap.loan .box:nth-child(4)::before {
	height: 136px;
}

#sec_step .list .boxwrap.loan .box:nth-child(5)::before {
	height: 366px;
}

#sec_step .list .illust {
	margin-left: 54px;
}

#sec_step .fukidashi {
	width: 787px;
	margin: 80px auto 0;
	padding: 0 58px 39px;
	background: url(../img/buy/step_fukidashi_bg.png) no-repeat center bottom;
}

#sec_step .fukidashi .txt {
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

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

#sec_step .fukidashi .txt span+span {
	width: 518px;
	margin-top: 10px;
	text-indent: .5em;
}

#sec_step .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_step .btnwrap {
	margin-top: 25px;
}

@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 .imgwrap span {
		width: 62vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -4vw;
	}
	#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;
	}
	#sec_step .list .flex {
		width: 100%;
		margin-bottom: 8vw;
	}
	#sec_step .list .flex::after {
		width: 9.2vw;
		height: 5.8vw;
		bottom: -9vw;
		left: calc(50% - 4.6vw);
	}
	#sec_step .list .boxwrap {
		width: 48.5%;
		margin: 0;
	}
	#sec_step .list .boxwrap .box {
		width: 100%;
		height: auto;
		min-height: 20vw;
		margin-top: 12vw;
		padding: 2.4vw 2vw;
	}
	#sec_step .list .boxwrap .box:first-child {
		height: 26vw;
	}
	#sec_step .list .boxwrap .box::after {
		left: calc(50% - 4.6vw);
	}
	#sec_step .list .boxwrap .box .num {
		transform: rotate(-6deg);
		top: -11vw;
	}
	#sec_step .list .boxwrap .box .ttl {
		text-align: center;
		font-size: 3.6vw;
		line-height: 1.4;
	}
	#sec_step .list .boxwrap .box:first-child .ttl {
		font-size: 4.2vw;
	}
	#sec_step .list .boxwrap .box .txt {
		text-align: center;
		font-size: 2.9vw;
		line-height: 1.2;
		margin-left: 0;
		margin-top: .5em;
	}
	#sec_step .list .boxwrap .box .img {
		position: relative;
		left: 0;
		width: 84%;
		height: auto;
		margin: 2vw auto 0;
	}
	#sec_step .list .boxwrap .box .img img {
		border-radius: 1.87vw;
	}
	#sec_step .list .boxwrap .box .img::before {
		right: -1vw;
		bottom: -1vw;
		border-radius: 1.87vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(3) {
		margin-top: 23.845333333vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(5) {
		margin-top: 44vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(6) {
		margin-top: 131.6906666vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(2)::after {
		bottom: -20.8vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(4)::after {
		bottom: -41vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(5)::after {
		bottom: -128.7vw;
	}
	#sec_step .list .boxwrap.loan .box::before {
		width: 2vw;
		border-radius: 1vw;
		top: calc(100% + 3vw);
	}
	#sec_step .list .boxwrap.loan .box:nth-child(2)::before {
		height: 16vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(4)::before {
		height: 36vw;
	}
	#sec_step .list .boxwrap.loan .box:nth-child(5)::before {
		height: 123.7vw;
	}
	#sec_step .list .illust {
		width: 94vw;
		margin-left: -3vw;
	}
	#sec_step .fukidashi {
		width: 100vw;
		margin: 12vw -8vw 0;
		padding: 0 8vw 6vw;
		background: url(../img/buy/step_fukidashi_bg.png) no-repeat center bottom /94% auto;
	}
	#sec_step .fukidashi .txt {
		font-size: 4vw;
	}
	#sec_step .fukidashi .txt span {
		border-radius: 100vh;
	}
	#sec_step .fukidashi .txt span+span {
		width: 84%;
		margin-top: 2vw;
	}
	#sec_step .fukidashi .txt span:last-child:before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_step .btnwrap {
		margin-top: 6vw;
	}
}


/* sec_expenses
--------------------------------*/

#sec_expenses {
	padding: 0 0 120px;
}

#sec_expenses .inner {
	align-items: flex-start;
}

#sec_expenses .box {
	position: relative;
	width: 588px;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 44px 30px;
}

#sec_expenses .box+.box {
	margin-top: 24px;
}

#sec_expenses .box .ttl {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	padding-bottom: 20px;
	margin-bottom: .5em;
	border-bottom: 1px dotted #4c4948;
}

#sec_expenses .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 22px;
}

#sec_expenses .box3 .list {
	display: block;
	width: 234px;
}

#sec_expenses .box .list>li {
	width: 240px;
	font-size: 1.6rem;
	padding-left: 1.4em;
	position: relative;
	line-height: 2;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

#sec_expenses .box .list>li::before {
	content: "";
	width: .625em;
	height: .625em;
	background-color: #0468b6;
	border: 2px solid #4c4948;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .75em;
}

#sec_expenses .box .list>li:nth-child(n + 3) {
	margin-top: .5em;
}

#sec_expenses .box3 .list li+li {
	margin-top: .5em;
}

#sec_expenses .box .list>li li {
	font-size: 1.6rem;
	position: relative;
	line-height: 2;
	font-feature-settings: "palt";
	margin-top: .5em;
}

#sec_expenses .box .list>li li::before {
	content: "・";
}

#sec_expenses .note {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_expenses .flex + .note{
	width: 234px;
	margin-left: auto;
}

#sec_expenses .box.bg_blue {
	width: 100%;
	background-color: #0468b6;
	margin-top: 60px;
}

#sec_expenses .box.bg_blue>* {
	color: #fff;
}

#sec_expenses .box.bg_blue .illust {
	position: absolute;
	right: 60px;
	top: -102px;
}

#sec_expenses .box.bg_blue .ttl {
	border-bottom: 1px dotted #fff;
}

#sec_expenses .box.bg_blue .list {
	justify-content: flex-start;
}

#sec_expenses .box.bg_blue .list>li {
	/*	width: 17%;*/
	width: 184px;
}

#sec_expenses .box.bg_blue .list>li::before {
	border: 2px solid #fff;
}

#sec_expenses .suggestion {
	margin-top: 100px;
}

#sec_expenses .suggestion>* {
	width: 588px;
}

#sec_expenses .suggestion .imgwrap {
	position: relative;
}

#sec_expenses .suggestion .imgwrap .img {
	border-radius: 20px;
	overflow: hidden;
}

#sec_expenses .suggestion .btnwrap .btn a {
	width: 100%;
}

#sec_expenses .fukidashi {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}

#sec_expenses .fukidashi .txt {
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

#sec_expenses .fukidashi .txt span {
	display: inline-block;
	position: relative;
	line-height: 1.81;
	padding: 1px 1em;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto;
	z-index: 1;
}

#sec_expenses .fukidashi .txt span+span {
	margin-top: 6px;
}

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

#sec_expenses .suggestion .btnwrap .btn+.btn {
	margin-top: 45px;
}

@media screen and (min-width: 769px) {
	#sec_expenses .box.bg_blue .list>li:not(:nth-child(5n + 1)) {
		margin-left: 48px;
	}
	#sec_expenses .box.bg_blue .list>li:last-child {
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	#sec_expenses {
		padding: 0 0 18vw;
	}
	#sec_expenses .box {
		width: 100%;
		border-radius: 2.67vw;
		padding: 6vw 4vw 5vw;
		margin-top: 6vw;
	}
	#sec_expenses .box:first-of-type {
		margin-top: 0;
	}
	#sec_expenses .box+.box {
		margin-top: 6vw;
	}
	#sec_expenses .box .ttl {
		font-size: 4.2vw;
		padding-bottom: .8em;
	}
	#sec_expenses .box .list {
		margin-top: 4vw;
	}
	#sec_expenses .box3 .list {
		width: 50%;
	}
	#sec_expenses .box .list>li {
		width: 46%;
		font-size: 3.2vw;
		padding-left: 1em;
		letter-spacing: 0;
	}
	#sec_expenses .box .list>li span {
		font-size: 2.8vw;
	}
	#sec_expenses .box3 .list>li {
		width: 100%;
	}
	#sec_expenses .box .list>li li {
		font-size: 3.2vw;
	}
	#sec_expenses .note {
		font-size: 2.8vw;
	}
	#sec_expenses .flex + .note{
		width: auto;
		text-align: right;
	}
	#sec_expenses .box.bg_blue {
		margin-top: 16vw;
	}
	#sec_expenses .box.bg_blue .illust {
		width: 37vw;
		right: -6vw;
		top: -13vw;
	}
	#sec_expenses .box.bg_blue .ttl {
		border-bottom: 1px dotted #fff;
	}
	#sec_expenses .box.bg_blue .list {
		justify-content: space-between;
	}
	#sec_expenses .box.bg_blue .list>li {
		width: 46%;
	}
	#sec_expenses .box.bg_blue .list>li::before {
		border: 1px solid #fff;
	}
	#sec_expenses .suggestion {
		margin-top: 16vw;
	}
	#sec_expenses .suggestion>* {
		width: 100%;
	}
	#sec_expenses .suggestion .imgwrap .img {
		border-radius: 2.67vw;
	}
	#sec_expenses .fukidashi {
		position: absolute;
		left: 0;
		right: 0;
		top: -3.7vw;
		margin: auto;
	}
	#sec_expenses .fukidashi .txt {
		font-size: 3.8vw;
	}
	#sec_expenses .fukidashi .txt span {
		border-radius: 100vh;
	}
	#sec_expenses .fukidashi .txt span+span {
		margin-top: 1vw;
	}
	#sec_expenses .fukidashi .txt span:last-child:before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_expenses .suggestion .btnwrap .btn+.btn {
		margin-top: 6vw;
	}
}


/* 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;
}

#sec_faq .faq_box .a_txt a {
	text-decoration: underline;
}

@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;
		min-height: 13vw;
		display: flex;
		align-items: center;
	}
	#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;
	}
}