@charset "EUC-JP";

/* basic and layout
------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 320px;
	line-height: 1.3;
	font-size: 78%;
	font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
}
img {
	width: 100%;
	height: auto;
}
img[width="1"] {
	width: 1px;
	height: 1px;
}
input {
	vertical-align: middle;
}

/* content style
------------------------------------------------------------------------------------------*/
#container {
	background: url(https://www.maru-jan.com/image/efo/mji/bg01.jpg) repeat-y left top;
	background-size: 100% auto;
}

#container.container-regist-form-base-guest-change {
	padding-bottom: 48px;
	background:
		url('https://www.maru-jan.com/image/efo/mji/bg02.jpg') center bottom /contain no-repeat,
		url('https://www.maru-jan.com/image/efo/mji/bg01.jpg') center top /contain repeat-y;
}

#top_visual {
	position: relative;
}
#top_visual ul {
	position: absolute;
	top: 34.8%;
	left: 7.83%;
	width: 84.3%;
}
#top_visual ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#input_area {
	width: 90%;
	margin: 0 auto 30px;
}
#input_area dl {
	overflow: hidden;
	margin-bottom: 15px;
}
#input_area dt {
	float: left;
	width: 26%;
	margin-right: 7%;
	text-align: right;
}
#input_area dd {
	float: left;
	width: 65%;
}
#input_area .text_row dt {
	width: 60%;
	margin: 0 0 5px 21%;
	text-align: left;
}
#input_area .text_row  dd {
	width: 60%;
	margin-left: 21%;
}
#input_area .info {
	width: 70%;
	margin-left: 18%;
	padding-left: 1em;
	text-indent: -1em;
}
.radio label {
	margin-right: 10px;
}
.select select {
	height: 25px;
}
#button_box {
	width: 33%;
	margin: 0 auto 30px;
}
#button_box a {
	display: block;
	margin: 15px 0;
}
#button_box input {
	width: 100%;
	height: auto;
}
#footer_info {
	padding-bottom: 10px;
	background: url(https://www.maru-jan.com/image/efo/mji/bg02.jpg) no-repeat left bottom;
	background-size: 100% auto;
	text-align: center;
}
.error {
	color: #c00;
}
div.error_string {
	display: none;
	padding: 5px;
	line-height: 1.2;
	color: #bb0000;
}
div.id_ok {
	display: none;
	padding: 5px;
	line-height: 1.2;
	color: #0000bb;
}
.mj_tracker {
	display: none;
}
.footer {
	font-size: 0;
	line-height: 0;
}
.block-ytm {
	display: none;
}

@media screen and (min-width: 480px) {
	body {
		font-size: 100%;
	}
	#input_area dt {
		float: left;
		width: 28%;
		margin-right: 5%;
		text-align: right;
	}
	#input_area dd {
		float: left;
		width: 65%;
	}
	#input_area .text_row dt {
		width: 60%;
		margin: 0 0 5px 33%;
		text-align: left;
	}
	#input_area .text_row  dd {
		width: 60%;
		margin-left: 33%;
	}
	#input_area .info {
		width: 75%;
	}
}
@media screen and (min-width: 720px) {
	body {
		font-size: 140%;
	}
	#input_area dl {
		margin-bottom: 25px;
	}
	#input_area .text_row dt {
		width: 75%;
		margin: 0 0 5px 22%;
		text-align: left;
	}
	#input_area .text_row  dd {
		width: 75%;
		margin-left: 22%;
	}
	.text input {
		width: 70%;
		font-size: 130%;
	}
	.radio label {
		margin-right: 15px;
	}
	.select select {
		width: 25%;
		height: 38px;
		font-size: 100%;
	}
}

/* Policy
------------------------------------------------------------------------------------------*/
.btn-policy {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  width: 82%;
  text-align: center;
}

.btn-policy__button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #00e;
}

.js-btn-policy-before+.btn-policy__body {
  display: none;
}

.js-btn-policy-after {
  margin-bottom: 12px;
}

.js-btn-policy-after+.btn-policy__body {
  display: block;
}

.btn-policy__body {
  overflow-y: scroll;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
  height: 240px;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid #000;
  background: #fff;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1;
}