@charset "UTF-8";


/******** フォームカスタマイズ ********/

.container {
    width: 100%;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
}
.col-form-label {
	font-weight: bold;
}
.must {
	color: red;
	margin-left: 0.3rem;
}
input::placeholder{
	font-size: 12px;
}
.intro-attention{
	margin: 24px auto;
}
.intro-attention h1{
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}
input,textarea{
	border: solid 1px #777;
	border-radius: 3px;
}
input,textarea{
	font-size: 16px;/*iOSで入力時枠が拡大されるのを防ぐ*/
}
.w50{
	width: 100%;
}
.w100{
	width: 100%;
}

.copy {
	margin-top: 15px!important;
    font-size: 0.8rem!important;
    color: #666;
    text-align: center!important;
}
.copy a {
    color: #007bff!important;
    text-decoration: none;
    background-color: transparent;
}

.btn{
    font-size: 14px;
    width: 150px;
    padding: 8px 4px;
    margin: 28px auto 36px auto;
    display: block;
    box-sizing: border-box;
    border: solid 1px #000;
    border-radius: 2px;
    background: #000;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: all 0.5s 
	ease-out;
}
footer {
	    background-color: #efefef;
	    padding: 42px 0;
}
.thanks_img {
	text-align: center;
	margin-bottom: 25px;
}
.thanks_img img {
	width: 85%!important;
}
@media screen and (min-width:784px){
	.w50{
		width: 50%;
	}
	input::placeholder{
		font-size: 16px;
	}
	.thanks_img img {
		width: 40%!important;
	}
	.thanks_text {
		text-align: center;
	}
}
