@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;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.notice{
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin: 3% 0 6%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: min(3.4vw,0.8rem);
  line-height: 1.8em;
}

#msg,#msg2{
  color: red;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  font-weight: bold;
}

form::after {
  content: "";
  display: block;
  clear: both;
}

#twcp_form label.error {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 10px;
}

#twcp_form .checklist label.error{
      margin:0;
      font-size: 12px;
}

#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: 30px auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    line-height: 2em;
    color: #322F31;
    letter-spacing: .1rem;
    padding: 0 10px;
}
#prize_checkbox{
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 40px;
}

#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: #f5f5f5;
    border-radius: 0.3rem;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#formbox_add{
    border: #696969 solid 2px;
}


#formbox_wood{
      border: #c5c5c5 solid 2px;
}

#btn_area{
  margin-bottom:15px;
}

#btn_area span{
  color:#fb6101;
  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;
    color: #322F31;
    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;
    border: #322F31 2px solid;
}

#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;
}

.GS_form .club_title{
  margin: 5px 0 25px;
}

.GS_form .section_number{
  display: none;
}

.selector-driver:before{
  content: 'ドライバー';
  position: absolute;
  color: #fff;
  border-radius: 5px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  left: -5px;
  top: -5px;
  z-index: 99;
  background: #999;
  letter-spacing: -1px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.selector-multiple:before{
  content: 'フェアウェイウッド・ユーティリティ';
  position: absolute;
  color: #fff;
  border-radius: 5px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  left: -5px;
  top: -5px;
  z-index: 99;
  background: #999;
  letter-spacing: -1px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.selector-soloiron:before{
  content: 'アイアン単品';
  position: absolute;
  color: #fff;
  border-radius: 5px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  left: -5px;
  top: -5px;
  z-index: 99;
  background: #999;
  letter-spacing: -1px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  line-height: 1;
}


.selector-iron:before{
  content: 'アイアンセット';
  position: absolute;
  color: #fff;
  border-radius: 5px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  left: -5px;
  top: -5px;
  z-index: 99;
  background: #999;
  letter-spacing: -1px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  line-height: 1;
}

/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_02 {
  font-size: 16px;
}

.msr_text_02 label {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 3% 0 5px;
  display: block;
}

input[type=text],textarea,input[type=tel],input[type=number]{
  font-family: 'Noto Sans JP', sans-serif;
  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;
  vertical-align: middle;
  background: #fff;
  padding: 10px;
  font-weight: bold;
}

select{
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 16px;
  padding: 2%;
  line-height: 1.35;
  float: none;
  width: 100%;
  background-color: transparent;
  -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;
  padding: 13px;
  font-weight: bold;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  margin: 0;
}

.serial_content .msr_text_02 input{
  padding: 12px;
}


/*--------------------------------------
ラジオボタン
---------------------------------------*/

.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 {
  margin: 0 20px;
  position: relative;
}
.msr_chack_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack_02 input[type=checkbox] {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.msr_chack_02 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
  margin: 0 0 0 50px;
}

.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_pulldown_02 {
  padding-bottom: 5px;
  position: relative;
  width: 48.9%;
  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 {
  /*background: #f5f5f5;*/
  border-radius: 10px;
  /*padding: 3%;*/
  margin: 3% 0;
  font-size: min(3.4vw,0.8rem);
}

.msr_filebox_02 {
  position: relative;
}
/*.msr_filebox_02 p{
    background: #eee;
    padding: 10px;
    font-size: 90%;
    margin-bottom: 20px;
}*/


.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{

}

.msr_filebox_02 label:before {
    background: #322f31;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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%;

/*content: "選択"; 
content: "\f03e";
content: "\f1c5";*/

font-size: 125%;
font-family: FontAwesome;
content: "\f093";
}

.msr_filebox_02 label:hover:before{
  color: #322f31;
  background: #fff;
  border: #322f31 2px solid;
  transition: 0.5s;
}

/*--------------------------------------
テキストエリア
---------------------------------------*/

.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;
  text-align: center;
}

.return a{
  padding: 3% 0;
  font-size: 1.2rem;
  font-size: min(4vw,1.2rem);
  font-weight: bold;
  color: #999;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.msr_sendbtn_02 input[type=submit] {
    background-color: #fb6101;
    background-image: linear-gradient(90deg, #fb6101 25%, #fdad00 100%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
    max-width: 980px;
    display: block;
    border: solid 2px;
    margin: 20px auto;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    line-height: 1.7em;
    width: 90%;
    border-radius: 9999px;
    padding: 3% 0;
    font-size: min(5vw,1.6rem);
    font-weight: bold;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.msr_sendbtn_02 input[type=submit]:hover {
  color: #fb6101!important;
  opacity: 1;
  background: #fff;
  transition: 1s;
}



.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: 40px 0 15px;
}

.check_msr_text_02{
  margin-bottom: 5px;
}

.check_club{
  margin-bottom: 20px;
}

.check_club_content{
  margin-top: 25px;
}

#checkpage_lead{
    background: none;
    padding: 0;
    font-size: 16px;
    margin: 4% 0;
  }

.caution{
  margin-top: 10px;
  line-height: 1.8em;
  font-size: 13px!important;
  font-weight: normal;

  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin: 3% 0;
}

.pic-take{
  font-size: 16px;
  font-weight: bold;
}

.caution_pic{
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.8em;
  font-weight: normal;
}

/*.pic_title{
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}*/


#caution_serial{
  display: block;
    background: #f5f5f5;
    border-radius: 0.3rem;
    padding: 20px 20px;
    margin-bottom: 30px;
}

#caution_serial img{
  width: 100%;
}

#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: 769px){
#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;
}
*/

/*wowキャンペーンのフォームCSS*/


.GS_num,.D1_num{
  /*background: #f5f5f5;*/
  border-radius: 4px;
  /*padding: 20px;*/
  margin-bottom: 40px;
}

.application_content{
  margin-bottom: 30px;
}

.GS_num .msr_text_02 input,.D1_num .msr_text_02 input{
  width: 100%;
}

.form_title{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto;
}


.checklist{
    background: #fbfbfb;
    border-radius: 10px;
    padding: 10px;
    margin: 6% 0;
    font-size: min(3.4vw,0.8rem);
    border: 0;
}
#agree label,
.checklist label{
  cursor: pointer;
}

.checklist p{
  font-size: min(3.4vw,0.8rem);
}

.checklist .check_content{
  margin-bottom: 1px;
  position: relative;
}

.checklist .check_content label.error,#agree-error{
  display: block;
}

.preview{
    display: flex;
    margin-top: 10px;
}

.agree{
  text-align: center;
}

#agree u{
  color:#322F31;
}

#agree input{
/*  position: relative;
  width: 30px;
  height: 30px;
  margin: -3px 10px 0 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;*/
}

.form_content{
  position: relative;
}


.form_content label{
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 3% 0 10px;
  display: block;
}

.GS_form_content{
  display:flex;
  flex-direction: column;
  margin: 0 0 20px;
}

.GS_form_content .num_content{
  margin-bottom: 5px;
}

.GS_form_content .serial_content{
/*  width: 58%;
  margin-left: 2%;*/
}

#btn_confirm{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0 10px;
    height: 70px;
    border-radius: 10px;
    background: #322F31;
    color: #fff;
    border: #fff 2px solid;
    outline: 0;
    cursor: pointer;
}

#btn_confirm:hover{
  color:  #322F31;
  background-color:#fff;
  transition: 0.5s;
  border: #322F31 2px solid;
}


input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #fb6101;
  border: 1px solid #fb6101;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  position: absolute;
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  top: 0px;
  left: 5px;
  width: 6px;
  height: 10px;
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wow_form_content{
  margin: 40px 0;
  padding: 0 3%;
}

#btn_reset{
  width: 20%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 50px auto 0;
  display: block;
  height: 45px;
  border-radius: 5px;
  background: #ffffff;
  color: #9E9E9E;
  border: #9E9E9E 2px solid;
  cursor: pointer;
}

@media screen and (max-width: 769px){
  .msr_chack_02 {
    margin: 20px 0;

  }
  #prize_checkbox {
    display: block;
    padding: 20px;
  }

  .msr_text_02{
    margin-bottom: 15px;
  }

  .notice{
    margin: 15px 0 30px;
  }

  .msr_file_02,.checklist{
    letter-spacing: -1px;
  }
  form.cmxform label.error, #twcp_form label.error {
    font-size: 14px;
  }
  #btn_reset {
    width: 50%;
  }
}


#aq label{
  display: inline-block;
  cursor: pointer;
}

#aq b:last-of-type{
  display: block;
  margin-top:20px; 
}

span#agree{
      margin-top: 20px;
    display: block;
    font-size: 110%;
}

#checklist-ttl{
    font-size: 120%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.caution a{
  text-decoration: underline;
  font-weight: bold;
}
.box_lead{
  font-size: min(3.8vw,16px);
}
/*0920*/
#terms-inc{
  height: 350px;
  overflow: auto;
  border: 2px solid #152233;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.birthday g {
    display: flex;
    align-items: center;
}
.birthday i {
  margin:0 10px;
  font-style: normal;
  font-weight: bold;
}
.msr_filebox_02 {
    margin-bottom: 3%;
}
.birthday g{
  position: relative;
}
.birthday g label.error {
  background: #fff;
    position: absolute;
    right: 0;
    bottom: -24px;
}
.big_title{
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 30px;
    padding-bottom: 10px;
    letter-spacing: -.3;
    text-align: left;
}
#caution_serial {
    padding: 20px 0;
}





/*****************************************/
.pic-take b{
  color:#fb6101;
  text-decoration: underline;
  font-weight: bold;  
}

#howto g{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 0;
}

#flow{
  display: flex;
  flex-wrap: wrap;
}
#flow li{
    width: 33.3%;
    padding: 3%;
    font-size: 16px;
    margin: 0 auto;
}
#flow li b{
  font-size: 140%;
}
#flow li span{
  font-size: 80%;
  display: block;
}
#flow img{
    background: #fff000;
object-fit: contain;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
}
#caution{
    display: flex;
}

#caution ul li{
      font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

#caution figure{

    max-width: 50%;
    min-width: 50%;
}
#caution p{
  text-align: left;
  font-size: 14px;
}
.orange-text{
    font-size: 14px;
    font-weight: bold;
    color: red;
    line-height: 1.6;
}
.orange-text.center{
    display: flex;
    justify-content: center;
    font-size: 130%
}
#caution2 .orange-text{
    margin: 6% auto -3%;
    text-align: center;
}
#caution2 figure{
    width: 24%;
    padding: 1%;
    font-weight: bold;
}


/*クラブの種類を絞る　ios対応*/
/*.type-driver,.type-multiple,.type-iron{
    display: none;    
}    
.selector-driver .type-driver,
.selector-multiple .type-multiple,
.selector-iron .type-iron{
    display: block;
}*/
.readonly{
  pointer-events: none;
}

.regist_msg{
  margin-top: 6%;
  font-size: 16px;
}
.club_title{
    font-size: 16px;
    font-weight: bold;
}
#buy_type{
    margin-bottom: 20px;
    display: block;
}
.GS_form_content .serial_content.hide{
  display: none;
}

@media (max-width: 769px){

.regist_msg{
  font-size: 90%;
}

.pc{
  display: none;
}

#caution{
  flex-direction: column;
}
#caution figure {
  max-width: 80%;
  min-width: 80%;

}

#flow li {
    width: 60%;
}
#caution2 g{
  flex-wrap: wrap;
}
#caution2 figure{
  width: 48%;
}

}

/*アイアン単体があるのでシリアル違い入力は無し*/
#btn_area{
  display: none;
}