/* main
 ---------------------------------------------*/
/* line 12, ../sass/application.scss */
#main p {
  margin: 0 0 17px 0; }

/* line 16, ../sass/application.scss */
.status-wrap {
  margin: 0 0 30px 0; }
  /* line 18, ../sass/application.scss */
  .status-wrap .status {
    position: relative;
    width: 700px;
    height: 49px; }
  /* line 23, ../sass/application.scss */
  .status-wrap .status li {
    position: absolute;
    color: #918f8f; }
  /* line 27, ../sass/application.scss */
  .status-wrap .input {
    background: url(../img/application/bg_status_input.png) 0 0 no-repeat; }
  /* line 30, ../sass/application.scss */
  .status-wrap .confirm {
    background: url(../img/application/bg_status_confirm.png) 0 0 no-repeat; }
  /* line 33, ../sass/application.scss */
  .status-wrap .comp {
    background: url(../img/application/bg_status_comp.png) 0 0 no-repeat; }
  /* line 36, ../sass/application.scss */
    .status-wrap .comp .st-comp{
      top: 12px;
  font-size: 18px;
  font-weight: bold;
  left: 560px;
  color: #fff;
    }
  .status-wrap .input .st-input {
    font-size: 18px;
    font-weight: bold;
    top: 12px;
    left: 70px;
    padding-left: 25px;
    color: #fff;
    background: url(../img/application/icon_input_on.png) 0 0 no-repeat; }

  /* line 45, ../sass/application.scss */
  .status-wrap .confirm .st-confirm {
      top: 12px;
  font-size: 18px;
  font-weight: bold;
  left: 315px;
  color: #fff;
  padding-left: 25px;
  background: url(../img/application/icon_confirm_on.png) 0 50% no-repeat;

  }
  .status-wrap .st-confirm {
    top: 15px;
    left: 310px;
    padding-left: 25px;
    background: url(../img/application/icon_confirm_off.png) 0 0 no-repeat; }
  .status-wrap .st-input {
    top: 15px;
    left: 70px;
    padding-left: 25px;
    background: url(../img/application/icon_input_off.png) 0 0 no-repeat; }

  /* line 51, ../sass/application.scss */
  .status-wrap .st-comp {
    top: 15px;
    left: 560px; }

/* line 57, ../sass/application.scss */
.note {
  margin: 0 0 33px 0; }
  /* line 59, ../sass/application.scss */
  .note h3 {
    font-size: 15px;
    margin: 0 0 10px 0; }
  /* line 63, ../sass/application.scss */
  .note ul {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px; }
  /* line 68, ../sass/application.scss */
  .note li {
    line-height: 1.2;
    margin: 0 0 7px 0;
    padding-left: 13px;
    background: url(../images/application/icon_dot.png) 0 5px no-repeat; }

/* line 77, ../sass/application.scss */
.form h3 {
  font-size: 18px;
  margin: 0 0 13px 0; }
/* line 81, ../sass/application.scss */
.form input[type=text],
.form input[type=email] {
  border-color: #8c8c8c;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 7px 9px; }
#form-zip{
  width:50%;
}
/* line 86, ../sass/application.scss */
.form input[type=checkbox],
.form input[type=radio]{
  margin: 2px 3px 0 0;
  padding: 0; }
/* line 90, ../sass/application.scss */
.form input[type=text].err {
  border: 1px solid #e5151f; }
/* line 93, ../sass/application.scss */
.form .alrt {
  font-size: 11px;
  position: absolute;
  top: -30px;
  left: 0px;
  display: none;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  background: #e5151f; }
.form .alrt2 {
  font-size: 11px;
  position: absolute;
  top: -30px;
  left: 0px;
  display: none;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  background: #e5151f; }
/* line 104, ../sass/application.scss */
.form .bg-tip {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 12px;
  height: 13px;
  /*background: url(../images/common/bg_tip.png) 0 0 no-repeat;*/
  }
/* line 112, ../sass/application.scss */
.form label {
  cursor: pointer; }
/* line 115, ../sass/application.scss */
.form table {
  width: 100%;
  margin: 0 0 37px 0;
  border-collapse: collapse; }
/* line 120, ../sass/application.scss */
.form table tr {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8; }
/* line 124, ../sass/application.scss */
.form table th {
  font-weight: bold;
  position: relative;
  padding: 13px 23px;
  background-color: #F5F5F5; }
/* line 130, ../sass/application.scss */
.form table th span {
  font-size: 11px;
  position: absolute;
  top: 13px;
  right: 23px;
  padding: 2px 3px;
  color: #fff;
  border-radius: 3px;
  background-color: #e5151f; }
/* line 140, ../sass/application.scss */
.form table th span.ok {
  background-color: #379206; }
/* line 143, ../sass/application.scss */
.form table td {
  padding: 13px 23px; }
/* line 146, ../sass/application.scss */
.form td li {
  font-size: 12px;
  list-style: 1.2; }
/* line 150, ../sass/application.scss */
.form .mgb-12 {
  margin: 0 0 12px 0; }
  

/* line 155, ../sass/application.scss */
.condition {
  margin: 0 0 45px 0;
  padding: 24px 27px 27px;
  border-radius: 3px;
  background-color: #f1f1f1; }
  /* line 160, ../sass/application.scss */
  .condition h3 {
    margin: 0 0 10px 0; }
  /* line 163, ../sass/application.scss */
  .condition .contain {
    font-size: 11px;
    overflow-y: scroll;
    height: 170px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #fff; }
    /* line 170, ../sass/application.scss */
    .condition .contain h4 {
      font-size: 13px;
      font-weight: bold;
      margin: 0 0 5px 0; }
  /* line 176, ../sass/application.scss */
  .condition .block {
    margin: 0 0 30px 0; }
    /* line 178, ../sass/application.scss */
    .condition .block h5 {
      font-size: 12px;
      font-weight: bold;
      margin: 0 0 7px 0;
      padding: 2px 0 2px 7px;
      border-bottom: 1px solid #e0e0e0;
      border-left: 3px solid #e0e0e0; }
    /* line 186, ../sass/application.scss */
    .condition .block p {
      margin: 0 0 7px 0 !important; }
    /* line 189, ../sass/application.scss */
    .condition .block ul li {
      margin: 0 0 5px 2em;
      list-style-type: decimal; }
    /* line 193, ../sass/application.scss */
    .condition .block ul li ul {
      margin-left: 1em; }
    /* line 196, ../sass/application.scss */
    .condition .block ul li ul li {
      list-style-type: none;
      text-indent: -3em; }
    /* line 200, ../sass/application.scss */
    .condition .block ul.dir1 {
      margin-left: 1em; }
      /* line 202, ../sass/application.scss */
      .condition .block ul.dir1 li {
        margin: 0 0 5px 2em;
        list-style-type: none;
        text-indent: -3em; }

/* line 211, ../sass/application.scss */
.btn-wrap {
  overflow: hidden;
  width: 380px;
  margin: 0 auto 50px; }
  /* line 215, ../sass/application.scss */
  .btn-wrap li {
    width: 180px; }
  /* line 218, ../sass/application.scss */
  .btn-wrap .left {
    float: left; }
  /* line 221, ../sass/application.scss */
  .btn-wrap .right {
    float: right; }
  /* line 224, ../sass/application.scss */
  .btn-wrap .btn {
    width: 180px;
    padding: 13px 0; }
  /* line 228, ../sass/application.scss */
  .btn-wrap .btn-green {
    color: #fff; }
.btn-wrap2 {
  margin-top: 10px;
}
.btn-wrap2 .btn {
  display: inline-block;
  width: 180px;
}
.Title_Large {
font-size:1.15em;
font-weight:bold;
margin:0px 0px 20px 0px;
padding:7px;
border:solid 1px #CCCCCC;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:3px;
-webkit-border-radius:5px;
-o-border-radius:5px;
background-color:#FFFFFF;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #FFFFFF), color-stop(0.91, #EAEAEA));
background: -webkit-linear-gradient(top, #FFFFFF 16%, #EAEAEA 91%);
background: -moz-linear-gradient(top, #FFFFFF 16%, #EAEAEA 91%);
background: -o-linear-gradient(top, #FFFFFF 16%, #EAEAEA 91%);
background: -ms-linear-gradient(top, #FFFFFF 16%, #EAEAEA 91%);
background: linear-gradient(to bottom, #FFFFFF 16%, #EAEAEA 91%);
}
/* ƒ{ƒ^ƒ“‚Ì”ñŠˆ«§Œä‚ð’Ç‰Á
 ---------------------------------------------*/
.btn-wrap li button.disabled {
  cursor: default;
  border: 1px solid #cdcdcd;
  background: #cdcdcd;
}
.btn-wrap li button.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* ‹ÆŽíselectƒ{ƒbƒNƒX
 ---------------------------------------------*/
#content-wrap .input-table tbody td select{
	position:relative;
	z-index:10;
	padding-left:5px;
	width:303px;
	height:40px;
/*				font-size:1.4em;@*/
	line-height:30px;
	background:none;
	border:1px solid #8c8c8c;
}

#content-wrap .input-table tbody td select[disabled]{
background-color: #f0f0f0;
}

/* ‹K–ñ“¯ˆÓ
 ---------------------------------------------*/
#content-wrap .agree-box{
	display:block;
	margin:30px auto 0;
	padding:15px 0;
	width:500px;
	line-height:21px;
	text-align:center;
	background:#f7d1d1;
	border-radius:5px;
	cursor:pointer;
}
	#content-wrap .agree-box:hover{
		opacity:0.8;
	}
	#content-wrap .agree-box.on{
		background:#c2e7bb;
	}
		#content-wrap .agree-box.on:hover{
			opacity:1;
		}
	#content-wrap .agree-box span{
		display:inline-block;
		width:34px;
		font-size:1em;
		color:#fff;
		text-align:center;
		background:#e20000;
		border-radius:3px;
	}
		#content-wrap .agree-box span.ok{
			background:#1b9218;
		}
	#content-wrap .agree-box input{
		margin:0 12px;
	}
	#content-wrap .agree-box .agree-text{
		font-size:1.3em;
  }

  /* 20200318 modify
 ---------------------------------------------*/
.form .mgb-10 {
  margin: 0 0 10px 0; }
.form .btn-show-notrequired {
  margin-bottom: 10px;
  display: block;
  display: inline-block;
  width: 200px;
  position: relative;
}
.form .email {
  margin-bottom: 20px!important;
}
.form .notrequired {
  display: none;
}
.form .notrequired.open {
  display: block;
}
.icon_circleplus_grey {
    position: absolute;
    top: 13px;
    left: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/application/icon_circleplus_grey.png) 0 0 no-repeat;
}
.icon_circleminus_grey {
    position: absolute;
    top: 13px;
    left: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/application/icon_circleminus_grey.png) 0 0 no-repeat;
}