@charset "utf-8";

/*-----------------------------------------------------

web Style

------------------------------------------------------*/

/* aform-7（アンケートフォーム用に追加 2015/6/11 h.yamauchi)  */

#aform-form-7 dl ul input[type="text"] {
    width:200px;
}

#aform-form-7 dl li {
    display: block;
    width: initial;
}

#aform-form-7 dl li.last {
 padding-left: 0px; 
}

#aform-form-7 .aform-input-example {
  font-size: 14px;
  margin-bottom: 5px;
}



/* ここまで：aform-7（アンケートフォーム用 2015/6/11 h.yamauchi)  */


@media only screen and (max-width: 480px) {
    #Cont-inner{
      padding: 10px;
    }
}
@media only screen and (min-width: 480px) {
    #Cont-inner{
        padding: 30px;
    }
}
#web #Main_inner{
    max-width: 960px;
    padding-top: 10px
}
.web .web_inner{
    background: #fff;
    padding: 10px 10px 30px 10px;
    width: 100%;
}
.web h1{
    clear:both;
    margin-top: 5px;
    background: #EFEEE7;
    border-left: 5px solid #A30B1A;
    border-bottom: 1px solid #A30B1A;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    font-size:16px;
}
.web h2{
    margin-top: 10px;
    border-left: 5px solid #F2A6A8;
    border-bottom: 1px solid #F2A6A8;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    font-weight: bold;
    font-size:14px;
}
.web h3{
    background: url("https://c.azmarche.com/images/h3.png") no-repeat 0 4px;
    background-size: 12px 12px;
    font-weight: bold;
    padding-left: 15px;
    margin: 30px 0 0 0px;
    border-bottom: 1px solid #F2A6A8;
}
.web .web_title{
    border-left: 5px solid #F2A6A8;
    font-weight: bold;
    padding-left: 10px;
}
.web .text{
    padding: 20px 10px 0px 10px;
}
.web ul.text{
    padding-left: 30px;
}
.web ul.text li{
    line-height: 3;
    list-style-type: disc;
}
.web table.items{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #333;
}
.web table caption {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.web table.items th,
.web table.items td{
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #333;
}


.web .nav_title{
    background: rgba(242, 166, 168, 0.42);
    line-height: 2;
    margin-top: 10px;
    padding: 0 10px;
    font-weight: bold;
}
.web .nav ol{
    margin-top: 10px;
    padding-left: 20px;
}
.web .nav ol li{
    line-height: 2;
}
.web .nav ol span{
    margin-right: 5px;
}
.web .nav ol p{
    display: inline-block;
    text-decoration: underline;
}

.web .button_area{
    text-align: center;
    margin-top: 40px;
}

/*-----------------------------------------------------

form Style

------------------------------------------------------*/

.aform-content dl,
.aform-content h2{
    margin-top: 20px;
    border-left: 5px solid #F2A6A8;
    border-bottom: 1px solid #F2A6A8;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    font-size:14px;
    display: table;
    width: 100%;
}

.aform-content dt{
    width: 200px;
    font-weight: bold;
}
.aform-content dd{
    padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .aform-content dt{
        display: table;
        width: 100%;
    }
    .aform-content dd{
        display: table;
        width: 100%;
    }
}
@media only screen and (min-width: 480px) {
    .aform-content dt{
        display: table-cell;
    }
    .aform-content dd{
        display: table-cell;
    }
}



.aform-content label{
    display: block;
    margin-top: 10px;
}

.aform-content dl ul{
    display: table;
    width: 100%;
}
.aform-content dl li{
    display: table-cell;
    width: 50%;
}
.aform-content dl li.last{
    padding-left: 10px;
}
.aform-content dl label{
    display: inline-block;
    margin-right: 5px;
}
.aform-content dl ul input[type="text"]{
    width: 92%;
}
.aform-input-example{
    font-size: 12px;
    margin-bottom: 5px;
}
.aform-content span.required{
    display: inline-block;
    width: 40px;
    line-height: 1.8;
    font-size: 11px;
    text-align: center;
    background:#A30B1A;
    color: #fff;
    margin-left: 5px;
}

.form .information{
    margin-top: 20px;
    padding: 10px;
    border:1px solid #333;
}

.form input[type="text"],
.form input[type="email"],
.form textarea{
    width: 100%;
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form input[type="text"],
.form input[type="email"]{
    height: 30px;
}
.form select{
    width: 100%;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}



/* 入力フォームの流れ */
.lavel_stet_bx{
    margin-bottom: 20px;
}
.form .lavel_step{
  background-image: url('https://c.azmarche.com/images/form/label_step.png');
  background-repeat: no-repeat;
  margin: 10px auto;
  height: 40px;
  background-size: 700px auto;
}
@media only screen and (max-width: 700px) {
    .form .lavel_step{
      width: 233px;
    }
    /*step1*/
    .form .lavel_step.step1 {
      background-position: 0 0;
    }
    .form .lavel_step.step1_2 {
      display: block;
      background-position: -234px 0;
    }
    .form .lavel_step.step1_3 {
      display: block;
      background-position: -467px 0;
    }

    /*step2*/
    .form .lavel_step.step2 {
        background-position: 0 -40px;
    }
    .form .lavel_step.step2_2 {
      display: block;
      background-position: -234px -40px;
    }
    .form .lavel_step.step2_3 {
      display: block;
      background-position: -467px -40px;
    }

    /*step2*/
    .form .lavel_step.step3 {
        background-position: 0 -80px;
    }
    .form .lavel_step.step3_2 {
      display: block;
      background-position: -234px -80px;
    }
    .form .lavel_step.step3_3 {
      display: block;
      background-position: -467px -80px;
    }

}
@media only screen and (min-width: 700px) {
    .form .lavel_step{
        width: 700px;
    }
    /*step1*/
    .form .lavel_step.step1 {
      background-position: 0 0;
    }
    /*step2*/
    .form .lavel_step.step1_2,
    .form .lavel_step.step1_3,
    .form .lavel_step.step2_2,
    .form .lavel_step.step2_3,
    .form .lavel_step.step3_2,
    .form .lavel_step.step3_3{
      display: none;
    }
    .form .lavel_step.step2 {
        background-position: 0 -40px;
    }
    .form .lavel_step.step3 {
        background-position: 0 -80px;
    }
}



/* 確認へ進むボタン */
.form .block_confirm{
    margin-top: 30px;
    text-align: center;
}
.form .btn_confirm{
  display: block;
  background-image: url('https://c.azmarche.com/images/form/btn_confirm.png');
  background-repeat: no-repeat;
  margin: 20px auto 10px auto;
}
@media only screen and (max-width: 700px) {
    .form .btn_confirm{
        background-size: 300px auto;
        height: 45px;
        width: 300px;
        background-position: 0 0;
    }
    .form .btn_confirm:hover{
      background-position: 0 -45px;
    }
    .form .btn_confirm:active{
      background-position: 0 -90px;
    }
}
@media only screen and (min-width: 700px) {
    .form .btn_confirm{
      background-size: 367px auto;
      height: 55px;
      width: 367px;
      background-position: 0 0;
    }
    .form .btn_confirm:hover{
      background-position: 0 -55px;
    }
    .form .btn_confirm:active{
      background-position: 0 -110px;
    }
}

.form .link{
  color: blue;
  text-decoration: underline;
}

/* 修正するボタン */
.form .btn_block{
    margin-top: 30px;
    text-align: center;
}
.form .btn_block p{
    text-align: left;
}
.form .btn_modify{
  display: inline-block;
  background-image: url('https://c.azmarche.com/images/form/btn_modify.png');
  background-repeat: no-repeat;
  height: 42px;
  width: 190px;
  margin: 10px auto;
  background-position: 0 0;
  margin: 30px 0 0 0;
}
.form .btn_modify:hover{
  background-position: 0 -42px;
}
.form .btn_modify:active{
  background-position: 0 -84px;
}

/* 送信するボタン */
.form .btn_submit{
  display: inline-block;
  background-image: url('https://c.azmarche.com/images/form/btn_submit.png');
  background-repeat: no-repeat;
  height: 42px;
  width: 190px;
  background-position: 0 0;
}
.form .btn_submit:hover{
  background-position: 0 -42px;
}
.form .btn_submit:active{
  background-position: 0 -84px;
}
@media only screen and (max-width: 700px) {
    .form .btn_submit{
      margin: 30px 0 0 0px;
    }
}
@media only screen and (min-width: 700px) {
    .form .btn_submit{
      margin: 30px 0 0 30px;
    }
}


/* チェックボックス */
.aform-checkbox-ul input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.aform-checkbox-ul input[type=checkbox] {
    display: none;
}
.aform-checkbox-ul input[type=checkbox] + label {
    padding: 0 0 0 26px;
    margin-left: 10px;
}
.aform-checkbox-ul input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 2px solid #ccc;
}
.aform-checkbox-ul input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: -1px;
    left:0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('https://c.azmarche.com/images/form/icon_check.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
}


/* 新規会員登録 */
.btn_registration{
  margin-top: 20px;
  display: inline-block;
  background-image: url('https://c.azmarche.com/images/form/btn_registration.png');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 334px) {
    .btn_registration{
      height: 67px;
      width: 300px;
      background-size: 300px auto;
      background-position: 0 0;
    }
    .btn_registration:hover{
      background-position: 0 -67px;
    }
    .btn_registration:active{
      background-position: 0 -134px;
    }
}
@media only screen and (min-width: 334px) {
    .btn_registration{
      height: 74px;
      width: 334px;
      background-size: 334px auto;
      background-position: 0 0;
    }
    .btn_registration:hover{
      background-position: 0 -74px;
    }
    .btn_registration:active{
      background-position: 0 -148px;
    }
}