@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------- メールフォームページ ---------------------------------------------*/

/*-------------------- フォームエリア -------------------- */

/* フォームエリア */
#contact_form {
	width: 100%;
	margin: 60px auto 0 auto;
	text-align: left;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 1em;
}

input[type="radio"] {
    margin: 0 4px 0 0;
}

.contact_form_inner input  {
	padding: 6px;
	font-size: 1em;
}

.contact_form_inner {
	width: 100%;
	margin: 0 auto;
}

/* 項目テキスト */
.form_tit {
	margin: 0 auto 10px auto;
	font-size: 0.9em;
}

.form_txt {
	margin: 15px auto 5px auto;
	font-size: 0.9em;
	line-height: 1.8em;
}

.form_txt_small {
	margin: 10px auto;
	font-size: 0.65em;
	line-height: 1.8em;
}

.hissu {
	margin: 0 5px 0 auto;
	padding: 2px 6px;
	font-size: 0.7em;
	background-color: #f96891;
	color: #fff;
	border-radius: 4px;
}

label {
	line-height: 1.8em;
}

/* ※確認のためもう一度入力してください。 */
.kakunin {
	margin: 10px auto;
	font-size: 0.85em;
}

/* お持ちの身分証明書添付くだ下さい。 */
.file_txt {
	margin: 20px auto 5px auto;
	font-size: 0.85em;
}

/* 身分証明書＋お顔 画像 */
.mibun_img01 {
	width: 20%;
	margin-top: 15px;
}

.mibun_img02{
	width: 20%;
	margin-top: 15px;
}

.mibun_img01 img {
	width: 100%;
}

.mibun_img02 img {
	width: 100%;
}

#filelist_1 li {
	font-size: 0.85em;
}

#filelist_2 li {
	font-size: 0.85em;
}

/* 規約チェック */
.kiyaku_check {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.8em;
}

.kiyaku_check label a {
	text-decoration: underline;
	color: #f96891;
}

/* 確認画面へエリア */
.submit_area {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* 確認画面へ */
.btn_submit {
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #f96891;
    border: 1px solid #f96891;
    border-radius: 10px;
}

/* テキスト */
.submit_area_txt {
	font-size: 0.85em;
	line-height: 1.8em;
}

.btn_submit:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
}

/* 個人情報取得に関するご説明 */
.personal_info {
	max-width: 100%;
	margin: 40px auto 0 auto;
	padding: 20px;
	border: 2px solid #f96891;
	border-radius: 10px;
}

/* 見出し */
.personal_info_txt1 {
	font-weight: bold;
}

/* 本文 */
.personal_info_txt2 {
	margin: 10px auto 0 auto;
	font-size: 0.8em;
	line-height: 1.7em;
}

/* スマホ表示 */
@media screen and (max-width:1120px) {

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
	
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
	
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	
textarea {
    width: 100%;
}
	
.contact_form_inner {
	width: 100%;
}
	
/* フォームエリア */
#contact_form {
	margin: 30px auto 0 auto;
}
	
/* 身分証明書＋お顔 画像 */
.mibun_img01 {
	width: 50%;
}

.mibun_img02{
	width: 50%;
}

/* 確認画面へエリア */
.submit_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	
.btn_submit {
    width: 100%;	
}
	
.personal_info {
	width: 100%;
	margin: 20px auto 0 auto;
}
}

/*------------------------------------------------ サンクスページ -----------------------------------------------*/

/* サンクス */
#thanks {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* 画像 */
#thanks img {
	width: 300px;
	margin: 200px auto 100px auto;
}

/* お問い合わせありがとうございます。 */
#thanks h3 {
	margin: 30px auto 15px auto;
	font-size: 1.4em;
	color: #f96891;
}

/* 本文 */
.thanks_txt {
	font-size: 0.8em;
	line-height: 1.7em;
}

/* TOPへ戻るボタン */
.back {
	width: 50%;
	margin: 0 auto;
}

.back a {
    width: 60%;
    margin: 30px auto;
    padding: 20px 10px;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    color: #f96891;
    border: 1px solid #f96891;
	border-radius: 40px;
}

.back a:hover {
    color: #fff;
    border: 1px solid #f96891;
	border-radius: 40px;
	background-color: #f96891;
	transition-duration: 0.5s;
}

/* スマホ表示 */
@media screen and (max-width:1119px) {
	
/* サンクス */
#thanks {
	width: 90%;
	margin: 50px auto 0 auto;
	text-align: center;
}

/* お問い合わせありがとうございます。 */
#thanks h3 {
	font-size: 1.2em;
}
	
/* 画像 */
#thanks img {
	width: 50%;
	margin: 50px auto 50px auto;
}

/* TOPへ戻るボタン */
.back {
	width: 100%;
}
	
.back a {
    width: 80%;
}
}
