@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	min-width: 768px;
	height: 100%;
	background: #fff;
	background-size: 100%;
	color: rgba(255,255,255,.8);
	text-align: center;
}
body, .bg-wrap, .top-image, h2, footer{
	min-width: 900px;
}
#wrap{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	color: #222;
	background: url(/m32/img/sp/img/00_bg.jpg) top center repeat-y;
	background-size: 100% auto;
	/*background: linear-gradient(90deg, rgb(255 246 212), rgb(255 249 244), rgb(255 246 212));*/
}
.topImg{
	width: 100%;
	margin:auto;
	background: url(/m32/img/pc/img/00_bg_astr0-compass.jpg) top center no-repeat;
	background-size: 100% auto;
}
.topImg p{
	width: 55%;
	margin: auto;
	padding: 0 0 12.5%;
}
h2 {
	width: 100%;
	background: rgba(225,203,241,.8);
	font-size: 2.5vw;
	padding: 1% 0;
	color: #552d20;
	letter-spacing: 0.6em;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.radius_s{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.radius_m{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}
/*フォームページ*/
#frm{
	margin-top: 30px;
}
.transition{
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}
label{
	font-size: 1.5rem;
	color: #000;
}
.checked{
	background: #f1c0d5 !important;
	color: #222 !important;
}
.legend{
	width: 100%;
	text-align: left;
	font-size: 22px;
	padding: 1% 0;
	font-weight: bold;
	color: #a15984;
}
.fieldset{
	width: 80%;
	margin: 3% auto;
	font-size: 22px;
	overflow: hidden;
}
.fieldset .wrap-item{
	width: 100%;
	overflow: hidden;
}
.fieldset .wrap-item p{
	width: 50%;
	float: left;
}
.fieldset .horizontal{
	width: 25% !important;
}
.fieldset .horizontal label{
	padding: 10% 0;
}
.fieldset .horizontal:nth-child(2) label, .fieldset .horizontal:nth-child(3) label{
	border-right: 1px solid #999;
}
.fieldset label{
	display: block;
	margin: auto;
	padding: 5% 0;
	box-sizing: border-box;
	background: #ccc;
	color: #666;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.fieldset p:first-child label{
	box-sizing: border-box;
	border-right: 1px solid #999;
}
.fieldset label input{
	opacity: 0;
}
select[name="select-by"], select[name="select-bm"], select[name="select-bd"], select[name="select-mb"]{
	width: 100%;
	padding: 0 5%;
	margin-right: 5px;
	font-size: 25px;
	cursor: pointer !important;
	background: #fff;
	color: #222 !important;
}
.custom_sel.by, .custom_sel.bm, .custom_sel.bd, .slash, #text-mb, .at-mark, .custom_sel.mb{
	float: left;
}
.slash{
	padding: 2%;
}
.at-mark{
	padding: 2% 2% 0 1%;
}
.slash, .at-mark{
	width: 2.5%;
	color: #612900;
	font-size: 2.5vw;
}
.custom_sel{
	position: relative;
	background: #fff;
	overflow: hidden;
	cursor: pointer !important;
}
.custom_sel.by{
	width: 35%;
	padding: 2.5% 0;
}
.custom_sel.bm, .custom_sel.bd{
	width: 25%;
	padding: 2.5% 0;
}
option {
	color: #333;
}
#text-hn{
	padding: 3.5% 2%;
	width: 96%;
	background: #fff;
}
#text-hn, #text-mb{
	font-size: 20px;
	color: #222;
}
#text-mb{
	padding: 3.5% 2%;
	width: 63.5%;
	float: left;
	background: #fff;
}
.custom_sel.mb{
	width: 25%;
	padding: 3% 0;
}
#errorMsg{
	position: relative;
}
#errorMsg p{
	color: #a70202;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
#modalTrigger{
	width: 50%;
	margin: 6.5% auto 0;
	position: relative;
}
#modalTrigger input{
	width: 100%;
	padding: 5% 0;
	background: rgba(239,140,172,.9);
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #fff !important;
	cursor: pointer;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}
/*送信*/
#modalWindow{
	display: none;
	width: 70%;
	margin: auto;
	padding: 1% 3% 3%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.4);
	position: fixed;
	top: 10%;
	left: 15%;
	z-index: 60;
	height: 80%;
	overflow: auto;
	margin-left: 0;
}
#modalWindow table{
	width: 65%;
	margin: auto;
	background: #fff;
}
#modalWindow td, #modalWindow th{
	font-size: 1rem;
}
#modalWindow th{
	width: 25%;
	background: #ddd;
	border-bottom: 2px solid #fff;
	color: #555;
	font-size: 16px;
	text-align: center;
}
#modalWindow td.table-title{
	padding: 3% 0 2%;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 1.3rem;
	color: #666;
	border-right: none;
}
#modalWindow td{
	width: 50%;
	padding: 8px 20px;
	box-sizing: border-box;
	word-break: break-all;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	color: #333;
	font-size: 20px;
	text-align: center;
}
.text-box{
	margin: 5% auto;
	color: #444;
	text-align: left;
	font-size: 15px;
	padding: 0 3%;
}
.text-box svg {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	fill: #a15984;
}
a.text-link{
	text-decoration: underline;
	color: #a15984;
	padding: 3px;
}
.user_policy{
	width: 96%;
	margin: auto;
	margin-top: 40px;
	text-align: left;
}
.user_policy p{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	color: #222;
}
.box_wrap{
	height: 140px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 40px;
	padding: 8px;
	color: #222;
	overflow-y: scroll;
	font-size: 14px;
	border: 2px solid #777;
}
.box_wrap dt, .box_wrap dd, .box_wrap div, .box_wrap li{
	color: #222;
}
input#check{
	width: 30px;
	height: 30px;
	vertical-align: text-bottom;
	margin-right: 10px;
}
.row_btn{
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
}
.row_btn div{
	margin: 0 1%;
	float: left;
}
#close, #next{
	position: relative;
}
#close{
	width: 33%;
}
#close button{
	background: #888;
}
#close button, #next input{
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	color: #fff;
	letter-spacing: 0.2em;
	cursor: pointer;
}
#next{
	width: 63%;
}
#next input{
	background:rgba(239,140,172,.9);
	color: #fff;
}
.disabled{
	opacity: .5;
}
/*送信完了ページ*/

/*フッター*/
#footer {
	margin-top: 5%;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffffg,endColorstr=#80ffffff);/*ie8用*/
	padding: 3% 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
#footer ul {
	margin: 0 auto 28px;
	padding-left: 24px;
}
#footer li {
	display: inline;
}
#footer li a {
	padding-right: 24px;
	font-size: 18px;
	color: #a15984;
	text-align: center;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer p{
	color: #a15984;
}