@charset "utf-8";

html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

.notice{
  font-size: 13px;
  display: block;
}

#msg,#msg2{
  color: red;
  display: block;
  font-size: 14px;
  padding: 5px 0;
}

form::after {
  content: "";
  display: block;
  clear: both;
}

form.cmxform label.error, label.error {
    color: red;
}
#file_photo-error{
    cursor: initial;
    display: initial;
    position: initial;
    font-size: initial;
    padding: initial;
    line-height: initial;
    float: initial;
    width: initial;
    background-color: initial;
    -webkit-appearance: initial;
    -webkit-tap-highlight-color: initial;
    border: initial;
    border-top-color: initial;
    border-radius: initial;
    box-shadow: initial;
    outline: initial;
    margin: initial;
    vertical-align: initial;
    background: initial;
    box-sizing: initial;
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}

#iron_head-error,
#iron_shaft-error,
#driver_head-error,
#driver_shaft-error,
#wood_head-error,
#wood_shaft-error{
  float: left;
}

#file_photo-error:before{
  display: none;
}

.outer{
    text-align: left;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
}

.club_title{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.box_lead{
  margin-bottom:5px;
  margin-top: 20px; 
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.box_lead b{
  display: inline-block;
}

#prize_checkbox{
    display: block;
    background: rgb(232, 232, 232);
    border-radius: 0.3rem;
    padding: 20px 20px 0px;
}

#prize_checkbox label span{
  display: block;
  font-weight: bold;
  font-size: 18px;
}

#prize_checkbox label b{
    /*font-size: 15px;*/
}

#prize_quantity{
  display: block;
    background: rgb(232, 232, 232);
    border-radius: 0.3rem;
    padding: 10px 20px;
}

#prize_quantity select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: 16px;
    padding: 2%;
    /*line-height: 1.35;*/
    float: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: .1rem solid #a6a6a6;
    border-top-color: #949494;
    border-radius: .3rem;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.5), 0 0.1rem 0 rgba(0,0,0,.07) inset;
    outline: 0;
    vertical-align: middle;
    background: #fff;
    margin-right: 5px;
}


#formbox_add,
#formbox_basic{
    display: block;
    background: rgb(232, 232, 232);
    border-radius: 0.3rem;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#formbox_add{

        border: #696969 solid 2px;
}

#formbox_basic{
    
    border: #999999 solid 2px;
}

#formbox_wood{
      border: #c5c5c5 solid 2px;
}

#btn_area{
  margin-bottom:15px;
  /*max-width: 530px;*/
}

#btn_area span{
  color: #6777ef;
  font-size: 13px;
  padding: 9px 0;
  display: block;
  float: left;
}

#btn_area button{
    font-size: 12px;
    line-height: 24px;
    padding: .3rem .8rem;
    letter-spacing: .5px;
    border-color: #6777ef;
    color: #6777ef;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

#btn_area button#btn_del{
    border-color: #9E9E9E;
    color: #9E9E9E;
    margin-left: 10px;
}

#incform section{
  position: relative;
  display: none;
  margin-bottom:15px;
}
#incform section .msr_text_02 {
  padding-bottom: 0;
}

#incform section .section_number{
    position: absolute;
    background: #6777ef;
    color: #fff;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    left: -5px;
    top: -5px;
    /* display: none; */
    z-index: 99;
    background: #999;
}

/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_02 {
  padding-bottom: 10px;
  font-size: 16px;
}
.msr_text_02  label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_text_02 input[type=text],
.msr_text_02 input[type=tel] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: 16px;
    padding: 2%;
    line-height: 1.35;
    float: none;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: .1rem solid #a6a6a6;
    border-top-color: #949494;
    border-radius: .3rem;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.5), 0 0.1rem 0 rgba(0,0,0,.07) inset;
    outline: 0;
    margin: 0 0 .3rem 0;
    vertical-align: middle;
    background: #fff;
    /*max-width: 530px;*/
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_02 {
  padding-bottom: 20px;
}
.msr_radio_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_radio_02 input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio_02 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 3px 24px;
  position: relative;
}
.msr_radio_02 input[type=radio] + label::before {
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 13px;
  width: 13px;
}
.msr_radio_02 input[type=radio]:checked + label::after {
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 3px;
  top: 0px;
  height: 7px;
  width: 7px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/

.msr_chack_02 {
  padding-bottom: 20px;
}
.msr_chack_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack_02 input[type=checkbox] {
  display: none;
  margin: 0;
}
.msr_chack_02 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative;
}
.msr_chack_02 input[type=checkbox] + label::before {
  background: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 14px;
}
.msr_chack_02 input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.msr_chack_02 input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 3px;
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 9px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/

.msr_pulldown_02 {
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.msr_pulldown_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}

select::-ms-expand {
  display: none;
}

.msr_pulldown_02 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/msr02_pulldown_btn01.png) no-repeat right #fff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    text-indent: .01px;
    padding: 10px;
    height: 45px;
    color: #333;
    font-size: 16px;
    line-height: 1.35;
    float: none;
    width: 100%;
    margin: 0 0 .3rem 0;
    vertical-align: middle;
    padding-right: 30px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/

.msr_file_02 {
  padding-bottom: 20px;
}
.msr_file_02>p {
  font-size: 14px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.msr_filebox_02 {
  position: relative;
}
.msr_filebox_02 input[type=file] {
  /*display: none;*/
}
.msr_filebox_02 label {
cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    padding: 2%;
    line-height: 1.35;
    float: none;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: .1rem solid #a6a6a6;
    border-top-color: #949494;
    border-radius: .3rem;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.5), 0 0.1rem 0 rgba(0,0,0,.07) inset;
    outline: 0;
    margin: 0 0 .3rem 0;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;

}
.msr_filebox_02 label:before {
    background: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: "Browse...";
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 99px;
    padding: 2%;
}

/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_textarea_02 {
  padding-bottom: 10px;
  width: 460px;
}
.msr_textarea_02 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_textarea_02 textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 460px;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_02{
  margin:5% 0 10px;
}
.msr_sendbtn_02 input[type=submit] {
    background: url(../img/arrow_blue02.png) no-repeat;
    background-position: right 10px center;
    border: 2px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
    font-size: 16px;
    padding: 2%;
    line-height: 2.35;
    border-radius:5px; 
}

.msr_sendbtn_02 #btn_back {
  background: url(../img/arrow_blue01.png) no-repeat;
    background-position: 10px;
    border: 2px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
    font-size: 16px;
    padding: 2%;
    line-height: 2.35;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}


.msr_sendbtn_02 input[type=submit]:hover {
  opacity: 0.6;
}
.msr_sendbtn_02 input[disabled=disabled] {
  background: #B4B4B4 url(../img/arrow_gray02.png) no-repeat;
  background-position: 10px;
  border: 2px solid #7E7E7E;
  color: #7E7E7E;
  cursor: default;
  border-radius: 5px;
}
.msr_sendbtn_02 input[disabled=disabled]:hover {
  opacity: 1;
}



.checkpage_box{
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
    background-color: #e0e0e0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4%;
}

#checkpage_lead{
    background: none;
    padding: 0;
    font-size: 16px;
    margin: 4% 0;
  }

.caution{
  margin-top: 10px;
    line-height: 1.8em;
    font-size: 13px!important;
}


#caution_serial{
  display: block;
    background: rgb(232, 232, 232);
    border-radius: 0.3rem;
    padding: 20px 20px;
    margin-bottom: 30px;
}

#caution_serial .title{
  font-size: 14px;
  margin-bottom: 5px;
}

#caution_serial .left_box{
width: 49%;float: left;
}

#caution_serial .right_box{
  width: 49%;float: right;
}

#caution_serial .text{
  margin-top: 0px; font-size: 12px;
}

#caution_serial .bottom_text{
  clear: both;padding-top: 15px;
  font-size: 12px
}

/*------------------------------*/
#left_honma_logo{
  width: 116px;
    height: auto;
    float: right;
    line-height: 1;
}
#date-notice{
    color: #fff;
    font-weight: bold;
    font-size: x-large;

    left: 0;
    top: 0;
    z-index: 1000;
    right: 0;
pointer-events: none;

    position: relative;
    background: #000;
    padding: 0 0 6px;
}

#date-notice span{
  display: block;
  font-size: small;
}

p {
    font-size: large;
    line-height: initial;
}

@media screen and (min-width: 768px){

#date-notice{
    padding: 5px;
    position: absolute;
    background: none;
    line-height: 1.2;
}

}


br.sp{display: none;}

@media screen and (max-width: 375px){
#prize_checkbox label span {
    /*font-size: 4.5vw;*/
}

br.pc{display: none;}
br.sp{display: block;}

}

.msr_chack_02 input[type=checkbox]:checked  + label{
  pointer-events: none;
}