@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	vertical-align:bottom;
	border:none;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
	-webkit-appearance: none;
}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.main {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}

.rela {
	position: relative;
}

#abso_rogo {
	position: absolute;
	top: 1%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#abso_btn01 {
	position: absolute;
	top: 23%;
	width: 89.4%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#abso_btn02 {
	position: absolute;
	top: 60%;
	width: 89.4%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.flex_btn {
	display: flex;
	gap: 1%;
	justify-content: center;
}

#abso_support {
	position: absolute;
	width: 68.2%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 8%;
}

/*フォーム*/

#form_area {
	background:#00073B;
}
#form_body {
	background:url(../img/up/12seiza_img/form_body_bg.jpg) repeat-y;
	background-size:100% auto;
}
.form_contents {
	text-align:center;
	padding:15px 0;
	font-size:min(4.5vw, 23px);
	color:#ffffff;
}
.form_contents p {
	font-size:min(4.5vw, 23px);
	font-weight:bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.form_contents p.answer {
	font-size:min(4.5vw, 23px);
}
.form_contents select {
	font-size:min(4.5vw, 23px);
}
.form_contents input[type=radio] {
	display: none;
}
.form_contents .label {
	border: 1px solid #ffffff;
	padding:5px 15px;
	line-height:180%;
	border-radius: 10px;
	font-weight:bold;
}
.form_contents input[type="radio"]:checked + label.menlabel {
	background: #006DD9;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.form_contents input[type="radio"]:checked + label.womenlabel {
	background: #DB377F;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.form_contents input[type="text"] {
	width:80%;
	font-size:4.5vw;
	padding:5px;
}
.form_contents input[type="image"] {
	max-width:600px;
	width:78.9%;
	margin:0 auto;
}
p.answer {
	font-size:1.6rem;
}
.other_page {
	background:url(../img/up/12seiza_img/bg.jpg) repeat-y;
	background-size:100% auto;
	padding:20px 0;
}
@media screen and (min-width:760px) {
.form_contents, .form_contents p {
	font-size:34.2px;
}
.form_contents select, .form_contents input[type="text"] {
	font-size:41.8px;
}
}
/*サポートページ*/
.support_menu {
	margin:0 auto;
	background-color: #d6cdff;
}
#support_menu_p {
	padding:30px 0;
	text-align:center;
}
.support_menu_btn {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 10px auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgb(45 60 110);
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
}
/*その他*/
.text_area {
	width:90%;
	padding:20px;
	font-size:0.9rem;
	margin:0 auto;
	color:rgb(77 55 0);
}
.text_area_title {
	color:rgb(77 55 0);
	text-align:center;
	font-weight:bold;
	font-size:1.2rem;
	margin:10px;
}
.text_area_title a {
	color:rgb(126 14 255);
}
/*フォーム説明部分*/
.form_contents input[type="image"] {
	filter:drop-shadow(5px 5px 4px #fff); /*ボタンのシャドウ*/
}
.btn_text_area {
	color:#ffffff; /*LINE説明の文字色*/
	padding:2%;
	font-size:min(2.5vw, 19px);
}
.btn_text_area span {
	font-size:min(3.2vw, 24.3px);
	font-weight:bold;
}
.mail_btn_area {
	color:#ffffff; /*メール説明の文字色*/
	border:2px #ffffff solid; /*枠線の色*/
	width:76%;
	margin:2% auto;
	text-align:left;
}
.main {
	width:100%;
	max-width:760px;
	margin:0 auto;
}
.btn_area {
	background:#aed151;
	text-align:center;
	padding:3% 0;
}
img#index_top_bk4_btn {
	max-width:700px;
	width:92.1%;
}
#support_area {
	background:#aed151;
	padding:4% 0;
	text-align:center;
}
img#support_btn {
	max-width:560px;
	width:76.31%;
}

footer {
	background-color: #0f0535;
	padding: 10%;
	color: #fff;
	text-align: center;
	font-size: min(2.6vw, 20px);
}





