

.text-box-D{
	position: relative;
	border:1px solid #5e5e5e;
	width: 90%;
	margin:10px auto;
	text-align: left;
}

.text-box-D .head{
	position: absolute;
	top:-13px;
	left:10px;
	background: #fff;
	padding: 0 5px;
}
.text-box-D .in{

	margin:15px;

}

.blank_box{

	width:314px;
	height:65px;
	padding:0px !important;

}

.over{
	overflow:hidden;
}


#news dd {
    padding: 6px 0 6px 10px;
    background-position: left 1em;
    border-bottom: 1px dotted #ccc;
}

#news dt {
    padding: 6px 0 6px 10px;
}


#increase-banner {
background: #d40d12;
    position: fixed;
    right: 2%;
    bottom: 100px;
    z-index: 3;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    max-width: 260px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

#increase-banner p {
	font-size: 15px;
}

#increase-banner span {
	margin: 5px;
}

#increase-banner span b {
	font-size: 14px;
	font-weight: bold;
}

#increase-banner div {

	color: #fff;
}

#increase-banner div.text {
    color: #d40d12;
    background: #FFF;
    border-radius: 100px;
    display: block;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    width:auto;
}

#increase-banner small {
	font-size: 12px;
}

#increase-banner .close {
	width: 20px;
	text-align: center;
	color: #FFF;
	position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

#increase-banner .close i {
	font-size: 19px;
	color:#fff;
}

#increase-banner .close {
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	top: 8px;
	left: 8px;
}


#aimail-index div.red-block{
	padding: 20px;
	border: 2px solid #fec6c6;
	text-align: center;
}
#aimail-index .red-block h3{
	background: #d40d12;
	font-size: 16px;
	color: #FFF;
	padding: 5px 0;
	margin-bottom: 20px;
}
#aimail-index .red-block h3 i{
	color: orange;
	margin-right: 10px;
}

.center_l{
	float:left;
	height:50px;
	width:107px;
	margin:50px 0 0 0;
}

.center_r{
	float:left;
}

.Ebtn{
	width: 379px;
	margin: 0 auto;
}


.default th{
	cursor: default;
}

.return-btn:disabled{
	cursor: default;
}

a{
	cursor: pointer;
	cursor: hand;
}

p.blue{
    font-size: 15px;
    color: #2196F3;
}


main#receipt-error .messageError {
    font-size: 14px;
    font-weight: normal;
	color: #d40d12;
}

/* 共通エラー 文言表示部 */
#receipt-error.KT1E010P .messageError {
    white-space: pre-line;
}

#receipt-error .block {
    text-align: center;
    padding: 20px;
    border: 3px solid rgb(229, 106, 110);
}

#receipt-error .block h2 {
    font-size: 20px;
    color: #d40d12;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#receipt-error .block i {
    display: block;
    font-size: 36px;
    color: orange;
}

.center form#inputForm {
    display: inline-block;
}

div.center {
    text-align: center;
    overflow: hidden;
}

 .name{
	width: 120px;
}
 .text{
	width: 175px;
 }
 .long_text{
	width: 297px;
 }
 .numeric{
	width: 80px;
}
 .numeric_2{
	width: 90px;
}
.help{
    color: #d40d12;
    font-size: 20px;
    cursor: auto;
    text-indent: 0;
}

.label_none{
	cursor:auto;
}

.text_area{
	width: 455px;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
.error{
	display: block;
    color: #d40d12;
}

button{
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button.search-btn {
    background: coral;
    padding: 3px 0;
    color: #FFF;
    vertical-align: middle;
    border-radius: 3px;
    margin: 0 3px;
    display: inline-block;
    width: 70px;
    text-align: center;
    /* font-weight: bold; */
    border: none;
    font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
#member-top #nav-list button {
	border: none;
	background: none;
	-webkit-appearance: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #212121;
}


.disabled-btn {
    min-width: 250px;
    padding: 0 20px;
    display: inline-block;
    height: 60px;
    margin: 30px 10px;
    line-height: 60px;
    background: #b5b5b5;
    color: #FFF !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #737373;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    cursor: default;
}


.link_blue{
    text-decoration: underline;
    color: blue;
}

#member-menu #nav-list button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	border: none;
	display: block;
	width: 100%;
}

#nav-list li {
    height: 212px;
}
#mail-complete button.link {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: none;
}
#cinfo-apply .help button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: none;
}
#direct-bank button.return-btn:disabled {
	cursor: default;
}

.kf3 #inputForm {
	display: inline-block;
}
.kf3 #inputForm .submit-btn,
.kf3 #inputForm .return-btn{
	min-width: 290px;
}

#mobile-index .ktai li button.details {
	display: block;
	margin-top: 20px;
	color: #FFF;
	background: #d40d12;
	padding: 5px 0;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.38);
	position: relative;
	top: 0;
	transition: all .3s;
	border: none;
	width: 100%;
}
#mobile-index .ktai li button.details:hover {
	top: -2px;
}
#scard-apply div.center {
	overflow: visible;
}
#sec-check #result-block div.center button {
	display: block;
	max-width: 300px;
	margin: 15px auto 0;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
#sec-check,
#AIFULID20130129001,
#AIFULID20130129011,
#AIFULID20130129021 {
	display: none;
}



 @media (max-width: 768px) {
 #increase-banner{
 left: 50%;
    bottom: 20px;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 220px;
}
#main-header #tel-wrapper {
    display: none;
}



 .blank_box{

	height:45px;
	padding:0px !important;

}


.center_l {
    float: none;
    height: 50px;
    width: 100px;
    margin: 7px auto 0;
}
.center_r {
    float: none;
}

ul.loan-list input[type="text"] {
    margin: 5px;
    width: 47px;
}
.text_area {
    width: 100%;
}

.flow {
    display: none;
}

}

.elementError {
	background-color: #99ffff;
	border-color: #dddbda;
	border-style: solid;
	border-width: 1px;
}

#evaluation-increase .grey-block h3,
#evaluation-increase .grey-block strong {
    color:#000;
}

@media (max-width: 340px) {
	#increase-banner {
		left: 10px;
		-webkit-transform: none;
		transform: none;
	}
}

[placeholder]::-moz-placeholder {
    color: silver;
}
[placeholder]::-webkit-input-placeholder {
    color: silver;
}
[placeholder]:-ms-input-placeholder {
	color: silver;
}
[placeholder]:placeholder-shown {
	color: silver;
}

.description_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.description {
    padding-left: 1em;
    font-size: 10px;
}
@media (max-width: 768px) {
    .description_container {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .description_input {
        width: 100vw;
    }
}
