@charset "UTF-8";

#mail_form {
	display: flex;
    flex-direction: column;
	font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 ;
    padding : 0;
}

#mail_form ul li {
    list-style-type: none;
}

#mail_form dl {
	display: flex;
    flex-direction: column;
}

#mail_form dl dt {
    margin: 0 0 0.5rem;
}

#mail_form dl dd {
    margin: 0 0 3rem;    
}

#mail_form dl dt:first-child,
#mail_form dl dt:first-child+dd {
	border : none;
}

input.form_textarea {
	width: 100%;
    padding : 1rem;
    border : 1px solid #cccccc;
    border-radius : 3px;
    background : #fff;
}

textarea {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    width: 100%;
    padding : 1rem;
    resize : vertical;
    border : 1px solid #cccccc;
    border-radius : 3px;
    background : #fff;
    font-weight: normal;	
}
input {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;	
}

.form_firstcheck {
    display: flex;
    flex-direction: column;
    margin: 10px 0 50px;
    justify-content: flex-start;
}
.form_firstcheck li {
    margin: 0 0 1.5rem;
    text-align: left;
}
.form_firstcheck li:first-child {
	margin: 0 0 2.5rem;
}

#mail_form dl dt span {
    font-family: 'GothamBook';
	font-size: 1.1rem;
}
.text-required {
    font-size: 1.1rem;
    color: #A34849;
}
p.form-cap {
    font-size: 1.2rem;
	margin-top: -20px;
}
p.form-cap_2 {
    font-size: 1.4rem;
	margin-top: 5rem;;
}
.form_under_cap {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    margin-right: auto;
    line-height: 1.6;
	margin: 0 auto;
}
input[type=checkbox] {
	transform: scale(1.7);
	margin: 0 6px 0 0;
}

input[type="submit"]{/*送信*/
	
    }
   
input[type="reset"]{/*リセットボタン*/
	font-size: 20px;
	background-color: #666;
	float: left;
	margin-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #FFF;
	width: 120px;
    }



#mail_form input:focus,
#mail_form textarea:focus {
	box-shadow : 0px 0px 4px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

#mail_form ul li label:hover {
	cursor : pointer;
}




.form_submit {
    /*width : 300px;*/
    padding: 0;
    margin: 2rem 0;
    transition: all .2s;
}

input.form_submit_button {
    display       : inline-block;
    font-size     : 1.9rem;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1rem 2.5rem;   /* 余白       */
    background    : #000;     /* 背景色     */
    color         : #fff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 1px solid #000000;    /* 枠の指定 */
	border-radius: 0px;
}

input.form_submit_button:hover {
    color         : #000;     /* 背景色     */
    background-color: #BFBFBF;     /* 文字色     */
}









#mail_form dl dt span.required,
#mail_form dl dt span.optional {
	display : inline-block;
	float : left;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
}

#mail_form dl dt span.required {
	background : rgba( 255, 50, 50, 1.0 );
}

#mail_form dl dt span.optional {
	background : rgba( 50, 50, 255, 1.0 );
}

#mail_form dl dd span.error_blank,
#mail_form dl dd span.error_format,
#mail_form dl dd span.error_match {
	display : block;
	color : #ff0000;
}

/*
@media screen and (max-width: 480px) {
	#mail_form dl {
    width : 95%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
	#mail_form dl dt {
    clear : both;
    width : 100%;
    border-top : 1px solid #cccccc;
    padding-top: 15px;
    text-align : center;
}

#mail_form dl dd {
    width : 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
	 padding-left: 0px;
}
	#mail_form input {
	width : 100%!important;
    height : 2em;
    padding-top: 0px;
    padding-bottom: 2px;
}

#mail_form textarea {
    width : 100%!important;
    max-width : 100%;
    padding-top: 0px;
    padding-bottom: 2px;
}
	.form-cap ul {
    font-size: 11px!important;
}
	
}*/
