@charset "UTF-8";

:root{
/*キーカラー*/--keycolor:#078BC4;
/*キーカラーサブ*//*--keycolor-sub:#ff9600;*/
}

*{
	box-sizing:border-box;
}
*:focus{
	outline:none;
}


#loader{
	background:#fff;
	border-radius:20px;
	height:40px;
	left:50%;
	margin:-20px 0 0 -20px;
	padding:10px;
	position:fixed;
	top:50%;
	width:40px;
	z-index:5;
}
#loader img{
	height:auto;
	width:100%;
}


/*PC・SP表示非表示*/
.pc{display:none;}
@media screen and (min-width:640px){
.pc{display:inline-block;}
.sp{display:none;}
}


html,
body{
	font-family:sans-serif;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:640px;
	min-height:100%;
}
html{
	background:#fff;
	font-size:62.5%;
}
body{
	-webkit-text-size-adjust:100%;
	background:#F6F4E8;
	color:#111;
	font-family:"Yu Gothic","游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size:14px;
	font-size:1.4rem;
	margin:0;
	padding:0;
}


h1,h2,h3,h4,h5,h6,
p,
address,
ul,ol,li,dl,
dt,dd,table,
caption,
th,td,
img,
form{
	border:none;
	border-collapse:collapse;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}


a{
	color:#111;
	text-decoration:none;
}
p{
	margin:0;
}
img{
	border-style:none;
	vertical-align:bottom;
}
hr{
	display:none;
}
em{
	font-style:normal;
}


* html .CF{
	height:1%;
}
* + html .CF{
	min-height:1%;
}
.cf{
	display:block;
}
.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}


input{
	line-height:normal;
	vertical-align:top;
}
textarea{
	font-size:100%;
}
button,
input,
select,
textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
a,
input,
textarea,
select{
	outline:none;
}
input,
textarea,
select{
	font-size:1.6rem;
}
input[type="email"]{
	line-height:2;
}
#personals input[type="tel"],
#personals input[type="email"],
#personals input[type="text"],
#personals textarea,
select{
	background:#fff;
	border:2px solid #969696;
	border-radius:5px;
	box-shadow:none;
	box-sizing:border-box;
	padding:0.5em;
}
select{
	height:50px;
	width:100%;
}


ul.t{
	display:table;
	width:100%;
}
ul.t li.t{
	display:table-cell;
}


/*header*/
header p.o_name{
	background:#fff;
	padding:7px;
	text-align:center;
}
header p.o_name img{
	width: 70%;
}
h1{
	background:#078BC4;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	padding:10px 5px 7px;
	text-align:center;
	width:100%;
}
h1 .yellow{
	color:#ffff00;
	font-size:20px;
}
@media screen and (min-width:640px) {
header p.o_name{
font-size:20px;
}
h1,
h1 .yellow{
font-size:24px;
}
}
@media screen and (max-width:375px) {
header p.o_name{
font-size:16px;
}
h1,
h1 .yellow{
font-size:18px;
}
}


article{
	overflow:hidden;
	position:relative;
	width:100%;
}
div.main{
    width:100%;
    height:auto;
    position:relative;
}
div.main p img{
    width:100%;
    height:auto;
}
div.main div.anime{
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
div.main p.animation{
    width:38%;
    height:auto;
}


button{
	background:#078BC4;
	border:2px solid #078BC4;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:1.5rem;
	font-weight:bold;
	padding:0.8em 0;
	position:relative;
	text-align:center;
	width:100%;
	/*transition:0.3s;*/
	transition:0s;
}
button:focus{
	outline-width:0;
}
button:focus,
button:active,
button:hover{
	background:#066A95;
}


/*main contents*/
ul#articles{/*#space_countの高さ分*/
    margin-top:-30px;
}
li.space{
	float:left;
	padding-bottom:20px;
}
li.col{
	float:left;
}


section#space_answer{
	background:transparent;
	margin:0 10px;/* 28% 10px 0 10px*/
	min-height:190px;
	padding:20px 0 10px;
	position:relative;
}


/*ページャー（あと○つ）*/
#space_count{
	background:#fff;
	border-radius:5px 5px 0 0;
	height:30px;/*ul#articles この高さ分margin-topマイナス*/
	left:0;
	margin:auto auto auto 0;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:0;
	width:70px;
	z-index:2;
}
#space_count ul{
	width:210px;
}
#space_count li{
	color:#111;
	float:left;
	font-size:14px;
	font-weight:700;
	line-height:1;
	padding:5px 3px;
	text-align:center;
	white-space:nowrap;
	width:70px;
}
#space_count em{
	color:#111;
	font-weight:700;
}
#space_count em span{
	color:#E86720;
	font-size:20px;
}


div.contents_wrapper{
	padding:0 0 20px;/* 16px 0px 20px*/
	position:relative;
	z-index:0;
}


/*質問文*/
.title{
	background:#fff;
	border-radius:0 5px 5px 5px;
	font-size:1.6rem;
	margin:0;
	overflow:hidden;
	padding:0 8px;
	position:relative;
	z-index:1;
}
.title ul li{
	float:left;
	font-weight:bold;
	height:100%;
	overflow:hidden;
	text-align:center;
}
.title ul li .icon_q{
	display:block;
	line-height:1.3;/*45px*/
	overflow:visible;
	text-align:left;
	padding:17px 3px 12px 35px;
	position:relative;
	vertical-align:top;
}
.title ul li .icon_q:before{
	background:url(../img/icon_q.png) no-repeat;
	background-size:100% 100%;
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	position:absolute;
	left:5px;
	top:17px;
}
.title ul li .icon_q.small{
	font-size:1.5rem;
}
.title ul li .icon_q.small span.smallsmall{
	font-size:1.2rem;
}
@media screen and (min-width:640px) {
.title ul li .icon_q{
padding:25px 3px 20px 45px;
}
.title ul li .icon_q:before{
left:10px;
top:25px;
}
}


#spece_contents{
	background:#fff;
	border-radius:5px;
	margin:10px 0 0;
	padding:0 5px 10px;
}


/*回答ボタン*/
.button_list{
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:18px auto 0;
	padding:0;
	max-width:320px;
	width:100%;
}
.button_list li{
	flex-shrink:0;
	padding:5px 12px 10px;/*5px 15px 10px*/
	width:50%;
}
.button_list--large{
	justify-content:flex-end;
	max-width:400px;
	padding:5px 10px 10px 15px;
}
.button_list--large li{
	padding:0;
}
.button_list--large li:not(:first-child){
	padding-left:5px;
}
.button_list--large li:nth-child(n+3){
	padding-top:5px;
}
.button_list--large button{
	font-size:1.3rem;
}
.button_list--righting{
	justify-content:flex-end;
}


/*借入金額*/
.answer_space__debt_total_input_group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 20px 0 20px;
}
.answer_space__debt_total_input {
    border: 1px solid #7e7e7e;
    border-radius: 5px;
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    width: 200px;
    padding: 15px 10px;
    text-align: center;
}
.answer_space__debt_total_input_unit {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.next_button_box {
    margin: 30px auto 0;
    width: 80%;
}


/*戻る*/
p.back{
	color:#333;
	font-size:1.2rem;
	margin:18px 0 0 15px;
}


/*個人情報入力*/
#personals{
	background:#fff;
	border-radius: 16px;
	margin:-15% 10px 0;
	min-height:230px;
	padding:0 0 20px;
	position:relative;
	z-index:1;
}
#personals .title{
	font-size:1.4rem;
	font-weight:700;
	height:auto;
	line-height:1.4;
	margin:10px 0 0;
	padding:0 0 12px;
	text-align:center;
}
#personals dl{
	font-size:1.6rem;
	margin:0 15px;
}
#personals dt{
	font-size:15px;
	font-weight:700;
	margin:16px 0 0;
}
#personals dd{
	margin:0.4em 0 0;
}
#personals dd.tel{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
#personals dd.tel span{
	font-size:3.2rem;
}
#personals dd.tel input{
	height:50px;
	vertical-align:baseline;
	text-align:center;
}
#personals input[type="tel"],
.tel .select_box{
	width:27%;
}
#personals input[type="email"],
#personals input[type="text"]{
	width:100%;
	height:50px;
}
#personals textarea{
	width:100%;
	height:60px;
}


/*select box*/
.select_box{
	position:relative;
}
.select_box:after{
	background:url(../img/icon_arrow.png) left top/contain no-repeat;
	border:none;
	content:'';
	display:block;
	height:9px;
	overflow:hidden;
	position:absolute;
	right:10px;/*4vmin*/
	top:50%;
	transform:translate(0, -50%);
	width:15px;
}
@media screen and (min-width:640px) {
.select_box:after{
right:15px;
}
}


/*計算中・計算完了*/
#personal_title_moving{
	align-items:center;
	border-radius:5px 5px 0 0;
	display:flex;
	justify-content:center;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
}
.title_result_text{
	display:inline-block;
	font-size:20px;
	font-size:2rem;
	font-weight:700;
	line-height:1.5;
	text-align:center;
}
#personal_title_moving span{
	color:#fff;
	font-size:2rem;
	font-weight:bold;
}
#personal_title_moving.before{
	background:#b9b9b9;
	color:#fff
}
#personal_title_moving.after{
	background:#E86710;
	color:#fff;
}
#personal_title_moving.before .after,
#personal_title_moving.after .before{
	display:none;
}
#personal_title_moving.before .before{
	display:inline;
	margin-left:1em;
}
#personal_title_moving.before .before span{
	display:inline;
	position:relative;
}
#personal_title_moving.after .after{
	display:inline;
}


/*p.is_privacy_read_text*/
.is_privacy_read_text{
	font-size:12px;
	margin:20px 0;
	text-align:center;
}
.checkbox{
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	padding:5px 30px;
	position:relative;
	width:auto;
}
.checkbox:before{
	background:#fff;
	border:1px solid #231815;
	content:'';
	display:block;
	height:14px;
	left:5px;
	margin-top:-8px;
	position:absolute;
	top:50%;
	width:14px;
}
.checkbox:after{
	border-right:3px solid #ff9600;
	border-bottom:3px solid #ff9600;
	content:'';
	display:block;
	height:9px;
	left:9px;
	margin-top:-7px;
	opacity:0;
	position:absolute;
	top:50%;
	transform:rotate(45deg);
	width:5px;
}
input[type=checkbox]:checked + .checkbox:after{
	opacity:1;
}


/*送信ボタン*/
p.to_button{
    margin:20px auto 0;
    text-align:center;
}
p.to_button span{
    color:#111;
    font-size:16px;
    font-size:1.6rem;
    font-weight:bold;
    position:relative;
}
p.to_button span:before{
    background:url("../img/to_button_left.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    left:-35px;
    top:0;
}
p.to_button span:after{
    background:url("../img/to_button_right.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    right:-32px;
    top:0;
}
p.button{
  margin:10px auto 0;
  width:250px;/*165px*/
}
button#submit{
    background:#E86710;
    border:2px solid #E86710;
}
#submit:disabled{
  background:#ddd;
  border:2px solid #ccc;
}
#submit:disabled:after{
  background:#ddd;
}
#submit em.abled{
	display:inline;
    font-size:20px;
    font-size:2.0rem;
}
#submit:disabled em.abled,
#submit em.disabled{
	display:none;
}
#submit:disabled em.disabled{
	color:#111;
	display:inline-block;
	margin-left:1em;
}
#submit:disabled em.disabled span{
	-webkit-animation:letter_anime 1s ease -2s infinite alternate;
	animation:letter_anime 1s ease -2s infinite alternate;
    font-size:20px;
    font-size:2.0rem;
	position:relative;
}
@-webkit-keyframes letter_anime{
	from{opacity:0;}
	to{opacity:1;}
}
@keyframes letter_anime{
	from{opacity:0;}
	to{opacity:1;}
}

#submit:disabled em.disabled span:nth-of-type(2){
	-webkit-animation-delay:200ms;
	animation-delay:200ms;
}
#submit:disabled em.disabled span:nth-of-type(3){
	-webkit-animation-delay:300ms;
	animation-delay:300ms;
}
#submit:disabled em.disabled span:nth-of-type(4){
	-webkit-animation-delay:400ms;
	animation-delay:400ms;
}
#submit:disabled em.disabled span:nth-of-type(5){
	-webkit-animation-delay:500ms;
	animation-delay:500ms;
}
#submit:disabled em.disabled span:nth-of-type(6){
	-webkit-animation-delay:600ms;
	animation-delay:600ms;
}


p.point{
	color:#333;
	font-size:10px;
	margin:15px 0;
	text-align:center;
}
p.point span{
	display:block;
	max-width:280px;
	text-align:left;
	margin:5px auto 0;
}


/*div.footer*/
div.footer{
    margin:10px auto 0;
    width:100%;
    text-align:center;
    padding-bottom:15px;
}
div.footer p{
    display:inline-block;
    padding:0 5px;
}
div.footer p a{
    color:#333;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
}



/*●●●thanksページ●●●*/
.thanks article#article_thanks{
	background:none;
}
.thanks .comment_space{
	background:#fff;
	border-radius:5px;
	margin:15px 10px;
	padding:30px 10px;
	position:relative;
}
.thanks .title_thanks{
	color:#ff4100;
	display:block;
	font-size:2.7rem;
	font-weight:700;
	margin:0;
	text-align:center;
}
.thanks .comment_space p{
	color:#111;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.5;
	margin:15px 0 0;
	text-align:center;
}
.thanks h3{
	color:var(--keycolor);
	font-size:2.3rem;
	font-weight:bold;
	margin:2.5rem 0 1.5rem;
	position:relative;
	text-align:center;
}
.thanks h3::before{
	border-bottom:2px solid var(--keycolor);
	content:"";
	width:25%;
	position:absolute;
	left:5px;
	top:40%;
}
.thanks h3::after{
	border-bottom:2px solid var(--keycolor);
	content:"";
	width:25%;
	position:absolute;
	right:5px;
	top:40%;
}
@media screen and (min-width: 640px){
.thanks .comment_space p{
font-size:18px;
}
.thanks h3::before{
width:35%;
}
.thanks h3::after{
width:35%;
}
}


.thanks div.thanks_dtl{
	margin:30px 0 0;
}
@media screen and (min-width:640px) {
.thanks div.thanks_dtl{
margin:40px 0 0;
}
}

div.thanks_dtl_ttl{
	display:flex;
}
div.thanks_dtl_ttl div.left{
	background:var(--keycolor);
	border-radius:10px 0 0 10px;
	padding:5px 10px;
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
div.thanks_dtl_ttl div.right{
	border:3px solid var(--keycolor);
	border-radius:0 10px 10px 0;
	padding:15px 10px;
	width:80%;
	display:flex;
	align-items:center;
}
@media screen and (min-width:640px) {
div.thanks_dtl_ttl div.left{
width:15%;
}
div.thanks_dtl_ttl div.right{
width:85%;
}
}

div.thanks_dtl_ttl div.left h4{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
div.thanks_dtl_ttl div.right p{
	color:#111;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:0;
	text-align:left;
}
div.thanks_dtl_ttl div.right p span{
	background:linear-gradient(transparent 60%, #ffff66 60%);
	color:#111;
	font-size:20px;
	font-weight:bold;
}
@media screen and (min-width:640px) {
div.thanks_dtl_ttl div.left h4{
font-size:20px;
}
div.thanks_dtl_ttl div.right p,
div.thanks_dtl_ttl div.right p span{
font-size:24px;
}
}
@media screen and (max-width:375px) {
div.thanks_dtl_ttl div.left h4{
font-size:16px;
}
div.thanks_dtl_ttl div.right p,
div.thanks_dtl_ttl div.right p span{
font-size:18px;
}
}


.thanks .video_triangle{
	border:20px solid transparent;
	border-top:20px solid #078BC4;
	display:block;
	margin:15px auto 20px;
	height:0;
	position:relative;
	width:0;
}
.thanks .video_triangle:before{
	content:'';
	border:20px solid transparent;
	border-top:20px solid #2bb1eb;
	display:block;
	position:absolute;
	left:-20px;
	right:0;
	margin:auto;
	top:7px;
	height:0;
	width:0;
}
.thanks .video_img a img{
	width:100%;
}


.thanks .thanks_dtl_office{
	border:2px solid #dcdcdc;
	margin-top:15px;
	padding:15px;
}
.thanks .thanks_dtl_office .name{
	background:var(--keycolor);
	border-radius:5px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	margin:0;
	padding:10px 5px;
	text-align:center;
}
@media screen and (min-width:640px) {
.thanks .thanks_dtl_office .name{
font-size:20px;
}
}


/*電話番号*/
div.call_num{
	margin:15px 0 0;
	text-align:center;
}
div.call_num p.thanks_call_num{
	background:url("../img/tel.png") no-repeat;
	background-size:auto 30px;
	background-position:0 center;
	color:#ff4100;
	display:inline-block;
	font-size:30px;
	font-weight:bold;
	line-height:1.6;
	margin:0;
	padding:0 0 0 30px;
}
@media screen and (min-width: 640px){
div.call_num p.thanks_call_num{
background:url("../img/tel.png") no-repeat;
background-size:auto 40px;
background-position:0 center;
font-size:40px;
padding:0 0 0 40px;
}
}

/*error*/
.error .comment_space{
	background:#fff;
	border-radius:5px;
	margin:15px 10px;
	min-height:230px;
	padding:10px 10px 20px;
	position:relative;
}
.error_title{
	font-size:2rem;
	font-weight:700;
	margin:1em 0;
	text-align:center;
}
.error_text{
	color:#c30;
	font-weight:700;
	text-align:center;
}

@media screen and (max-width: 374px){
.max374{
display:block;
}
}


/*
.thanks_dtl_office p.thanks_call_num:before{
	content:url(../img/tel.png);
	display:inline-block;
	position:relative;
	top:7px;
}
*/
/*
.thanks div.thanks_dtl_title{
	border:3px solid var(--keycolor);
	border-radius:10px;
	color:var(--keycolor);
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:16px;
	position:relative;
	text-align:left;
	z-index:1;
}
.thanks div.thanks_dtl_title .title_text-1{
	background:var(--keycolor);
	color:#fff;
	display:inline-block;
	font-size:2rem;
	font-weight:bold;
	width:20%;
	padding:5% 0;
	text-align:center;
}
@media screen and (max-width: 344px){
.thanks div.thanks_dtl_title .title_text-1{
padding:8.3% 0;
}
}
.thanks div.thanks_dtl_title .title_text-2{
	display:inline-block;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding:8px 10px;
	margin:0;
	width:75%;
}
.thanks div.thanks_dtl_title .title_text-2 span{
	background:linear-gradient(transparent 60%, #ffff66 60%);
}
*/

/*手順2step追加 おわり*/
/*
.thanks .thanks_text{
	font-size:1.5rem;
	font-weight:500;
	line-height:1.5;
	margin:30px 0 0;
	text-align:center;
}
.thanks_tel_info{
	border:3px solid #ff9600;
	border-radius:10px;
	margin:10px auto;
	padding:10px;
	text-align:center;
}
.thanks .thanks_call_desc{
	font-size:11px;
	font-weight:600;
	line-height:1.5;
	text-align:center;
}
.thanks .thanks_last_text{
	font-size:1.5rem;
	font-weight:600;
	line-height:1.5;
	margin:30px 0 0;
	text-align:center;
}
*/
/*
.video{
	text-align:center;
	width:100%;
}
.thanks .video_title{
	border:3px solid var(--keycolor);
	border-radius:10px;
	color:var(--keycolor);
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:16px;
	position:relative;
	text-align:left;
	z-index:1;
}
.thanks .video_title .title_text-1{
	background:var(--keycolor);
	color:#fff;
	display:inline-block;
	font-size:2rem;
	font-weight:bold;
	padding:5% 0;
	width:20%;
	text-align:center;
}
@media screen and (max-width: 344px){
.thanks .video_title .title_text-1{
padding:12.2% 0;
}
}
.thanks .video_title .title_text-2{
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:8px 10px;
	width:75%;
	text-align:left;
}
.thanks .video_title .title_text-2 span{
	background:linear-gradient(transparent 60%, #ffff66 60%);
}
*/



/*
.centering{
	text-align:center;
}
.righting{
	text-align:right;
}
*/


/*brak point*/
/*
.max374{
	display:none;
}
*/

/*PC表示*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .next_button_box {
        margin: 50px auto 0;
        width: 60%;
    }
}
@media screen and (min-width:1024px) {
    .next_button_box {
        margin: 50px auto 0;
        width: 60%;
    }
}