@charset "utf-8";
/*----index.html----*/
input[type=checkbox] {
  display: none;
}
.input_box {
  margin: 0 0 20px;
}
.input_box dt {
  padding: 5px 0 0 0;
  margin: 0 0 5px;
  color: #46b8b8;
}
.label_text {
  font-size: 2.8rem;
  line-height: 1.0em;
  color: #46b8b8;
    position:relative;
}
.input_box input {
  width: 580px;
  padding: 15px 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_2col {
  padding: 0 20px;
}
.btn_2col p a, .btn_2col p input {
  width: 250px;
  margin: 20px 0px;
}
.confirm_text {
  width: 560px;
  padding: 20px;
  background: #ffffff;
  font-weight: bold;
}
.comp_text {
  text-align: center;
  color: #46b8b8;
  font-size: 2.6rem;
  font-weight: bold;
}
span.box_red{
    padding:1px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#FFFFFF;
    background: #cc0000;
    font-size: 2rem;
    position:absolute;
    top:-2px;
}
span.description_text{
    color:#777;
    line-height: 1.5em;
}
/*----radio----*/
input[type='radio'] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.crobd {
  background: url(../img/common/ico_search_radio.png) no-repeat;
  background-size: 30px 70px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  overflow: hidden;
}
.c_on {
  background-position: left -40px !important;
}
.radio_box {
  margin: 0 0 40px;
}
.radio_box label {
  cursor: pointer;
  font-size: 2.4rem;
  padding: 0 0 0 40px;
  margin: 0 20px 0 0;
  display: inline-block;
  width: auto;
}
.select_register_box {
  border-radius: 6px;
  margin: 0px;
  padding: 10px 20px;
  background: url(../img/common/ico_arrw_select.png) no-repeat #ffffff center right;
  background-size: 40px auto;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
select::-ms-expand {
 display: none;
}
.yy {
  width: 140px;
  padding: 10px 40px 10px 20px;
}
.mmdd {
  width: 120px;
  padding: 10px 40px 10px 20px;
}
.pref {
  width: 220px;
  padding: 10px 40px 10px 20px;
}
.checkbox_box {
  padding: 6px;
}
.checkbox_box input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.checkbox_box input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
.checkbox_box input[type=checkbox] {
  display: none;
  margin: 0;
}
.checkbox_box input[type=checkbox] + label {
  padding: 10px 0 0 40px;
  font-size: 2.4rem;
}
.checkbox_box input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -9px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
}
.checkbox_box input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.checkbox_box input[type=checkbox]:checked + label::after {
  left: 7px;
  top: 56%;
  width: 18px;
  height: 12px;
  margin-top: -8px;
  border-left: 3px solid #46b8b8;
  border-bottom: 3px solid #46b8b8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
}

/*===============================================
 PC版のみ
===============================================*/
@media screen and (min-width: 768px) {
.input_box input {
  width: 840px;
}
.btn_login {
  margin: 40px auto 5px;
}
.btn_gray a, .btn_blue a, .btn_gray input, .btn_blue input {
  width: 400px;
  margin: 20px auto 70px;
  font-size: 2.0rem;
}
.btn_2col {
  width: 560px;
  margin: auto;
}
.confirm_text {
  width: 820px;
}
.comp_text {
  font-size: 2.0rem;
  margin: 40px 0 50px !important;
}
.label_text {
  font-size: 1.8rem;
  margin: 10px 0 0 0;
}
.radio_box label {
  font-size: 1.8rem;
  padding: 0 0 9px 25px;
  line-height: 1.0em;
}
.crobd {
  background: url(../img/common/ico_search_radio.png) no-repeat;
  background-size: 20px 47px;
  height: 18px;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
}
.c_on {
  background-position: left -27px !important;
}
.checkbox_box input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
}
.checkbox_box input[type="checkbox"] + label {
  font-size: 1.8rem;
  padding: 10px 0 0 30px;
}
.checkbox_box input[type="checkbox"]:checked + label::after {
  left: 3px;
  top: 23px;
}
}

/*===============================================
スマホ版のみ
===============================================*/
@media screen and (max-width: 767px) {
 @media screen and (orientation: portrait) {
}
 @media screen and (orientation: landscape) {
}
}
