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

/* テキスト */
.row_text {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
  line-height: 46px !important;
}
#row_text_1 {
	top: 62px;
	left: -62px;
}
#row_text_2 {
	top: 124px;
	left: -62px;
}

/* ボタン */
#button_wrapper_1 {
  position:absolute;
  left: 96px;
	top: 21px;
}
.radio {
  position: absolute;
}
.radio.col_1 {
  left: 0;
}
.radio.col_2 {
  left: 120px;
}
.radio.col_3 {
  left: 240px;
}
.radio.col_4 {
  left: 360px;
}

.radio.row_1 {
	top: 0;
}
.radio.row_2 {
	top: 62px;
}
.radio.row_3 {
	top: 124px;
}

/* 調整 */
.radio.col_1.row_3 > .button_text {
	left:27px;
	width:auto;
}

#page .radio_1 {
  display:none;
}
#page .radio_2 {
  display:block;
}




