@charset "UTF-8";

*{
	box-sizing:border-box;
	font-size:16px;
}

*:focus{
	outline:none;
}
@media screen and (min-width:640px) {
*{
font-size:18px;
}
}
@media screen and (max-width:375px) {
*{
font-size:13px;
}
}


/*PC・SP表示非表示*/
.pc{
	display:none;
}
@media screen and (min-width:640px) {
.pc{
display:inline-block;
}
.sp{
display:none;
}
}


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}


/*全体*/
body {
	background:#f3f3f3;
	color:#111;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	/*font-size:1.6rem;*/
	font-weight:500;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}


/*レイアウト*/
header,
article,
footer{
	width:100%;
	max-width:640px;
	margin:0 auto;
}
header{
	background:#fff;
  position: relative;
}
article{
	background-image:linear-gradient(-0deg, #FFFEFF 0%, #D7FFFE 100%);
	color:#3d3d3d;
	padding:0;
}


/*共通*/
a{
	color:#0064f5;
	font-size:15px;
	font-weight:bold;
}
@media screen and (min-width:640px) {
a{
font-size:18px;
}
}
@media screen and (max-width:375px) {
a{
font-size:13px;
}
}


img{
	display:block;
	width:100%;
	height:auto;
}
/*figure*/
figure{
	margin:none;
}
figure.full{
	margin-left:0;
	margin-right:0;
}
figure.mt0{
	margin-top:0;/*-2px*/
}
figure.mt30{
	margin-top:30px;
}


/*p.txt テキスト*/
p.txt{
	font-size:15px;
	line-height:1.8;
	margin:0;
	padding:20px 0;
}
p.txt span{
	font-size:15px;
	line-height:1.8;
}
p.txt.mtm{
	margin:10px 0 0;
}
p.big,
span.big{
	font-size:16px;
}
@media screen and (min-width:640px) {
p.txt,
p.txt span{
font-size:18px;
}
p.txt.mtm{
margin:20px 0 0;
}
p.big,
span.big{
font-size:18px;
line-height:2rem;
}
}
@media screen and (max-width:375px) {
p.txt,
p.txt span{
font-size:16px;
}
p.big,
span.big{
font-size:16px;
line-height:2;
}
}


/*装飾*/
.bold{
	font-weight:bold;
}
.center {
	text-align:center !important;
}
.bgy{
	background:#ffff00;
	padding:3px 3px 0;
}
.red{
	color:#ff4f55;
	font-weight:bold;
}
.blue{
	color:#0059ff;
	font-weight:bold;
}
.bgr{
	border-bottom:solid;
	border-color:#ff777c;
	border-width:2px
}
.yellowunder {
	font-weight: bold;
	line-height: 1.4;
	background-color: rgb(255, 255, 0)
}
.txt {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0 20px;
}
.big {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0 20px;
}
.txNote {
	font-size: 12px;
	line-height: 1.5;
	margin: 20px 10px;
}

/*header*/
h1{
	margin:0;
	padding:0;
}
p.pr{
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-align: right;
  position: absolute;
  bottom: 10%;
  right: 2%;
}
@media screen and (min-width:640px) {
p.pr{
font-size:18px;
}
}
@media screen and (max-width:375px) {
p.pr{
font-size:12px;
}
}


/*section.why*/
.why{
	background:#fff;
	margin-top:0px;
}
.why_line{
	border-width:3px;
	font-weight:bold;
	text-decoration:underline;
	text-decoration-color:#f06000;
}
.br{
	padding-top:30px;
}

.dm {
	padding: 0 15px 0 15px;
}
.dm__ttl {
	background:#e1edff;
	border-left:8px solid #3E89FF;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	margin-top:15px;
	padding:15px 7px 15px 15px;
}
p.dm__txt{
	font-size:15px;
	line-height:1.8;
	margin:0;
	padding:10px 0 0 0;
}
p.dm__txt span{
	font-size:15px;
	line-height:1.8;
}
@media screen and (min-width:640px) {
p.dm__txt,
p.dm__txt span{
font-size:18px;
}
}
@media screen and (max-width:375px) {
p.dm__txt,
p.dm__txt span{
font-size:16px;
}
}


/*div.btn CTAボタンまわり*/
.cta{
	padding:0 0 40px;
	/*margin-top:-2px;*/
}
.why .cta02{
	padding:20px 0 0;
}
.cta02{
	padding:20px 0 40px;
}
div.btn{
	margin:30px 0;
}
.btn_mtm{
	margin:10px 0 0;
}
@media screen and (min-width:640px) {
div.btn{
margin:50px 0 0;
}
.btn_mtm{
margin:15px 0 0;
}
}
/*.auraBtn ボタンの設定*/
/*
.auraBtn {
	height: 70px;
	position: relative;
	width: 85%;
	margin: 40px auto;
}
*/
.auraBtn {
	height: 70px;
	position: relative;
	/*横幅*/
	width: 85%;
	/*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
	margin: 14px auto;
	/*-webkit-transition: .2s;
	transition: .2s;*/
}

/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
	/*アニメーションの設定 変更する場合は該当場所を修正してください。
	 アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
	-webkit-animation: auraBtn 2s ease-out infinite;
	animation: auraBtn 2s ease-out infinite
}

/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
	/*アニメーションの設定 変更する場合は該当場所を修正してください。
	 アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
	-webkit-animation: auraBtn 2s ease-out 1s infinite;
	animation: auraBtn 2s ease-out 1s infinite
}

/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*ボタンの角丸*/
	border-radius: 100vh;
	/*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
	background: #ffaaae;
	/*広がるボタンの初期位置*/
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*ボタン自体の設定*/
.auraBtn a {
	display: block;
	/*内側の余白｜上下余白｜左右余白｜*/
	padding: 20px 0;
	/*ボタンの角丸*/
	border-radius: 100vh;
	/*ボタン内テキストの水平方向の位置*/
	text-align: center;
	/*リンクの装飾*/
	text-decoration: none;
	/*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
	background: #ff5555;
	position: relative;
	z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

	/*アニメーション初期（0秒の時）*/
	0% {
		/*拡大率　（1=100％）*/
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		/*透明度（0=透明、1=不透明）*/
		opacity: 1
	}

	/*1.8秒時*/
	90% {
		/*透明度*/
		opacity: .1
	}

	/*アニメーション最後（2秒時）*/
	to {
		/*拡大率　1番目の値はX軸、2番目の値はY軸*/
		-webkit-transform: scale(1.2, 1.5);
		transform: scale(1.2, 1.5);
		/*透明度*/
		opacity: 0
	}
}

/*ボタン右側の矢印の設定*/
.auraBtn a p {
	height: 30px;
	display: block;
	position: relative;
	/*文字の色*/
	color: #fff;
	/*文字の太さ*/
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0 !important;
	line-height: 30px;
}
.auraBtn a p:after {
	content: "";
	position: absolute;
	/*矢印の位置*/
	top: 40%;
	right: 30px;
	/*矢印の横幅*/
	width: 8px;
	/*矢印の高さ*/
	height: 8px;
	margin: -4px 0 0 0;
	/*矢印の線｜太さ｜線種｜色｜*/
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	/*矢印の回転角度*/
	-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg)
}
@media screen and (max-width: 640px) {
	.auraBtn {
		margin: 3vw auto;
	}
}
@media screen and (max-width: 400px) {
	.auraBtn a p {
		padding-top: 1.5vw;
		font-size: 14px;
	}
	.auraBtn a p:after {
		right: 6vw;
	}
}


/*section.voiceSection*/
.voiceSection {
	background:#fff;
}
.voice{
	border: 2px solid #999;
	max-width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 20px 20px 10px 20px;
	font-size: 3vw;
	background: #fff;
}
@media screen and (min-width: 600px) {
.voice{
font-size:18px;
}
}
.voice__add{
	font-size: 0.8em;
	text-align: right;
}
.voice p {
	line-height: 1.5;
	margin: 1em 0
}
.voice__inner {
	display: flex;
	align-items: center;
}
.voice__hum {
	margin: 2%;
	padding: 0;
	text-align: center;
	flex-shrink: 0;
}
.voice__hum img {
	width: 16.6666666667vw;
	height: 16.6666666667vw !important;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.voice__hum p {
	font-size: 0.8em;
	color: #999;
	text-align: center;
}
.voice__ttlarea {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 2%;
	font-size: 1.6em;
}

p.voice__txt{
	border-top:2px dotted #999;
	font-size:15px;
	line-height:1.8;
	margin:0;
	padding:10px 0 5px;
}
p.voice__txt span{
	font-size:15px;
	line-height:1.8;
}
@media screen and (min-width:640px) {
p.voice__txt,
p.voice__txt span{
font-size:18px;
}
}
@media screen and (max-width:375px) {
p.voice__txt,
p.voice__txt span{
font-size:16px;
}
}

.plus{
	color:#737373;
	font-size:11px;
	line-height:1.4;
	margin:2px 0 0 20px;
	padding-bottom:20px;
}
@media screen and (min-width:640px) {
.plus{
font-size:13px;
}
}
@media screen and (max-width:375px) {
.plus{
font-size:10px;
}
}


/*section.wh*/
section.wh{
	/*margin-top:-2px;*/
	background:#eaeaea;
	padding:15px;
}
.check1 {
	border: solid 3px #0c8ee9;
	border-radius: 10px;
	margin: 2em auto;
	max-width: 640px;
	padding: 1em 1.5em 1em 3em;
	position: relative;
	width: 100%;
	list-style: none;
	background: #eaf8ff;
	display: inline-block;
}
.check1 li:first-child {
	margin: 10px 0 0;
}
.check1 li{
	padding:10px 0;
}
.check1 li:before{
	color:#0c8ee9;
	content:"\f13a";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	left:1.2em;
	position:absolute;
}
.check1 li::after{
	background:#fff;
	border-radius:10px;
	bottom:100%;
	color:#0c8ee9;
	content:'《借金減額相談窓口》ポイント';
	font-family:"Font Awesome 5 Free", 'Avenir', 'Arial', sans-serif;
	font-weight:bold;
	left:10px;
	top:-20px;
	letter-spacing:0.05em;
	padding:10px 15px 30px;
	position:absolute;
}
@media screen and (max-width:720px) {
.check1 li::after {
width:90%;
left:0;
right:0;
margin:0 auto;
text-align:center;
padding:5px 0 30px;
}
.check1 li{
line-height:1.6rem;
}
}


section.cta-area {
	background: #eaeaea;
}
.w80{
  width: 80%;
  margin: 0 auto;
}


/*footer.ftr*/
footer.ftr{
	background:#004baf;
	display:flex;
	justify-content:center;
	padding:20px 12px 25px;
}
footer.ftr p{
	display:inline-block;
	margin:0;
	padding:0 10px;
}
footer.ftr p.br{
	border-right:1px solid #fff;
}
footer.ftr a{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	text-decoration:none;
}
@media screen and (min-width:640px) {
footer.ftr a{
font-size:14px;
}
}
@media screen and (max-width:375px) {
footer.ftr a{
font-size:11px;
}
}



/*●●●●●不明●●●●●*/
.active{
	opacity:1;
	visibility:visible;
}


/*●●●●●以下不要●●●●●*/

/*div.voice内*/
/*
.money {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 1.2em;
}
.money__sub {
	font-size: 0.5em;
	line-height: 1.2;
	margin-right: 0.2em;
	white-space: nowrap;
}
.money__1 {
	position: relative;
}
.money__1::before {
	content: "";
	position: absolute;
	top: 0.3em;
	width: 110%;
	border-top: 6px solid #f00;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-animation: blink 1.5s steps(1, start) infinite;
	animation: blink 1.5s steps(1, start) infinite;
}
.money__2 {
	color: #e32;
	font-weight: 700;
	font-style: normal;
	-webkit-animation: blink 1.5s steps(1, start) infinite;
	animation: blink 1.5s steps(1, start) infinite;
}
.money__2::before {
	content: "⇒";
	position: relative;
	display: inline-block;
	font-size: 0.8em;
	margin: 0 0.2em;
}
@-webkit-keyframes blink{
50%{opacity:0;}
}
@keyframes blink{
50%{opacity:0;}
}
*/

/*
section.sec{
	margin:40px 15px 0;
}
*/
/*
p.i_mt{
	margin:30px 0 0;
}
*/
/*
section.wh{
}
section.wh02{
	background:#e3fdff;
	padding:50px 15px 30px;
}
*/
/*まとめ*/
/*
.summary__list{
	background:#fff;
	box-shadow:3px 3px 1px #ddd;
	border-top:2px solid #32a57d;
	margin:30px 0 0;
	padding:20px 15px 15px;
}
.list__title{
	font-size:20px;
	font-weight:bold;
}
.list__contents{
	margin-top:10px;
}
.contents__item{
	border-bottom:1px dashed #beebeb;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.7;
	padding:10px 0 8px 20px;
	position:relative;
	list-style:none;
}
.contents__item .y{
	background:#ffff00;
	line-height:1.8;
	padding:1px 5px 0;
}
.contents__item::before{
	content:"●";
	color:#32a57d;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	left:1px;
	top:10px;
	vertical-align:middle;
}
@media screen and (min-width: 375px) {
.summary__list{
margin:50px 0 0;
padding:25px 20px 20px;
}
.list__title{
font-size:26px;
}
.summary__list .contents__item{
font-size:18px;
}
.contents__item::before{
top:12px;
}
}
*/
/*div.more*/
/*
div.more{
	margin:15px 15px 0;
	text-align:center;
}
p.more_t{
	color:#737373;
	display:inline-block;
	font-size:11px;
	line-height:1.6;
	margin:0;
}
@media screen and (min-width:640px) {
p.more_t{
font-size:13px;
}
}
@media screen and (max-width:375px) {
p.more_t{
font-size:10px;
}
}
*/

/*
.wf-noto {
	font-family: "Noto Sans JP";
}
*/
/*
.ttlsub2 {
	font-size: 24px;
	color: #ffffff;
	background: #0c8ee9;
	text-align: center;
	padding: 10px !important;
	margin: 0 0 30px !important;
	font-weight: 600;
	line-height: 50px;
	position: relative;
	font-family: "Sawarabi Mincho";
}
.ttlsub2::before,
.ttlsub2::after {
	border-top: 10px solid #0c8ee9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}
@media screen and (min-width: 641px) {
.ttlsub2{
font-size:28px;
}
}
*/
/*h2.h2*/
/*
h2.h2{
	background:#fffff0;
	border-left:solid 8px #ff7d32;
	color:#333;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	margin:50px 0 0;
	padding:13px 5px 12px 10px;
}
*/
/*
.bgg {
	background: #5d5d5d;
	padding: 10px 0 6px 0;
	margin-top: -4px;
}
*/
/* 新ボタン */
/*
.line {
	background: #e9f4e9;
}
.line h2 {
	padding-top: 60px;
}
.line__btn {
	padding: 20px 0 40px;
}
.line__btn__s {
	animation: btn 0.8s infinite alternate;
}
@keyframes btn {
	from {
		transform: scale(0.95);
	}
	to {
		transform: scale(1.02);
	}
}
*/
/*
.list__body {
	margin: 10px 0 10px 0;
	padding: 15px 10px;
	background: #f1f1f1;

}
.list__body li {
	align-items: baseline;
	display: flex;
	font-size: 14px;
	line-height: initial;
	padding: 8px 0 8px 0;
}
.list__body--blue li:before {
	color: #9b9b9b;
}
.list__body li:before {
	content: '●';
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5em;
	vertical-align: middle;
}
*/

/*口コミ*/
/*
.voice__wrapper{
	background:#fff;
	border:#ffd77d 2px solid;
	border-radius:10px;
	padding:10px 15px 20px;
}
.voice__wrapper .wrapper__title {
	border-bottom:dotted 2px #ff7d64;
	color:#ff7d64;
	font-size:18px;
	font-weight:bold;
	line-height:2;
}
.voice__wrapper .wrapper__title:before {
	content:'\f075';
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	margin-right:0.5em;
	text-rendering:auto;
}
@media screen and (min-width:640px) {
.voice__wrapper{
margin:30px 0 0;
}
.voice__wrapper .wrapper__title {
font-size:24px;
}
}

.voice__wrapper .wrapper__inner {
	display:flex;
}
.voice__wrapper .wrapper__inner .inner__user {
	margin:15px 0 0;
	height:auto;
	width:20%;
}
.voice__wrapper .wrapper__inner .inner__txt {
	margin:15px 0 0 3%;
	width:77%;
}
@media screen and (min-width:640px) {
.voice__wrapper .wrapper__inner .inner__user {
margin:20px 0 0;
height:auto;
width:15%;
}
.voice__wrapper .wrapper__inner .inner__txt {
margin:20px 0 0 3%;
width:82%;
}
}
.voice__wrapper .wrapper__inner p.txt {
	margin:0;
}
.voice__wrapper .wrapper__inner p.name {
	font-size:14px;
	margin:15px 0 0;
	text-align:right;
}
*/

/*
.matome{
	background: #ffffff;
	margin-top: 30px;
	border: solid 3px #0c8ee9;
	margin: 4em auto;
	max-width: 640px;
	padding: 1em 1.5em 1em 3em;
	position: relative;
	max-width: 640px;
	margin-bottom: 0;
}
.matome li {
	border-bottom: dashed 1px silver;
	line-height: 1.5;
	list-style-type: none !important;
	padding: 0.6em 0 0.6em 0em;
}
.matome li:before {
	color: #0c8ee9;
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 1.2em;
	position: absolute;
}
.matome li::after {
	text-align: center;
	background: #0c8ee9;
	width: 100%;
	bottom: 100%;
	color: #fff;
	content: '借金減額シミュレーターまとめ';
	font-family: "Font Awesome 5 Free", 'Avenir', 'Arial', sans-serif;
	font-weight: bold;
	left: -3px;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	position: absolute;
	font-family: "Sawarabi Mincho";
}
*/

