@charset "utf-8";

/*1600px以上でチェックボックス３列*/
@media screen and (min-width:1600px) {
  .form01 .checkArea li {
    width: 31%;
    min-width: 300px;
  } 
}

.enqRadio span.radio {
    margin-right: 20px;
}
.chkCom{
	font-weight: bold;
	margin-bottom: 15px;
}
/* 必須マーク */
.required{
  padding-left: 0.25em;
  font-size: 14px;
  color: #ec3323;
}
.zipdt{
	padding-bottom: 30px;
}
.input-form select{
	font-size: 15px;
    padding: 0.5em 1em;
}
/* 入力エラー表示 */
.form__error {
  color: #ec3323;
  font-weight: 700;
  display: none;
}
.question .form__error{
  padding-top: 1em;
}
.form__presentdt .form__error{
  padding-top: 1em;
}
.form__contents-last .form__error{
  margin-left: 26.1%;
  margin-bottom: 1em;
}
.form__comform .form__error{
  margin-bottom: 1em;
}

/* ヘッダー部分 */
.form-mv{
  margin: 50px auto;
  background-image: url(../img/form_header-bg.png);
  background-position: center;
  background-size: cover;
}
.form-mv img{
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.form-header img{
  display: block;
  width: 100%;
  max-width: 589px;
  margin: 0 auto;
}
.form02-header img {
  display: block;
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.form03-header img {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.comfirm01-header img{
  max-width: 251px;
}
/* フォーム部品 */
label.chOnch::before {
  opacity: 1 !important;
}
label.chOnch::after {
  background-color: #11b2c6 !important;
}
input[type="checkbox"] {
  display: none;
}
.chCheck br{
	display: none;
}

li {
  margin-bottom: 1em;
}
.confirm__form li{
  margin-bottom: 0;
}
.chCheck label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
	    width: 31%;
    min-width: 300px;
    margin-bottom: 1em;
}
.chCheck label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 20px;
  height: 20px;
  content: url(../img/check-pc.png);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.chCheck label::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background-color: #fff;
  border: 2px solid #009944;
  border-radius: 2px;
  content: "";
}
input[type="radio"] {
  display: none;
  margin: 0;
}
.chRadio label {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  cursor: pointer;
	    margin-bottom: 1em;
}
.form__sex label {
  padding-left: 40px;
  font-weight: 700;
  line-height: 20px;
	margin-bottom: 0 !important;
	width: 50%;
	padding-right: 0px;
    height: 36px;
    padding-top: 9px;
}
.form__sex label:first-child{
	border-right: 1px solid #009944;
}
.form__sex label::before{
	top: 13px !important;
}
.form__sex label::after{
	top: 7px !important;
}
select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        -ms-flex-positive: 1;
            flex-grow: 1;
        border: 1px solid #009944;
        font-size: 18px;
        padding: 6px;
        padding: 0.4rem;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        position: relative; }

.seFor .ss_rightComment {
    position: absolute;
    right: 10px;
    line-height: 35px;
	    color: #009944;
	bottom: 2px;
}
.chCheck.agree label{
	min-width: auto;
	width: auto;
	padding-top: 9px;
}
.seFor{
	position: relative;
}

label.raOnch::before {
  opacity: 1 !important;
}
label.raOnch::after {
  background-color: #009944 !important;
}
.chRadio label::before {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  z-index: 5;
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.chRadio label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #009944;
  border-radius: 100%;
}

/*ieで　男性・女性　歳の　位置調整*/
@media all and (-ms-high-contrast: none){
  .form__sex input[type='radio'] + label{
    line-height: 23px;
    margin-top: 4px;
  }
  
  .input-age::before{
    margin-top: 2px;
  }
  .input-number::before{
    margin-top: 2px;
  }
}

::-webkit-input-placeholder{
  color:#cecece;
  font-size:15px;
}
::-moz-placeholder{
  color:#cecece;
  font-size:15px;
}
:-ms-input-placeholder{
  color:#cecece;
  font-size:15px;
}
.input-form input{
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #009944;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-form2 input{
  width: 10%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #009944;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formInline .secInp input{
	border-left: none;
}
.formInline .secBlock{
	width: 50%;
    display: inline-block;
}
.formInline .secBlock input{
	width: 100% !important;
}
.input-form input.input-half + input.input-half{
  border-left: none;
}

.input-form .input-half input{
  width: 50%;
  vertical-align: middle; /*ieでのズレ防止*/
}
.confirm__form .half-dd{
  padding-left: 0;
}
.half-dd ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.input-form .half-dd li{
  width: 50%;
  padding-left: 2em;
}



/*確認画面ラベル調整*/
.confirm__form dd {
  background-color: #d7f0ea;
  height: 100%;
  padding-left: 2em;
  padding-right: 1em;
  font-size: 15px;
  vertical-align: middle;
  line-height: 40px;
}


/*ネームの間のボーダーデザイン*/
.half-dd {
  background-color: #d7f0ea;
  position: relative;
}
.half_border {
  position: absolute;
  border-left: 1px solid #009944;
  width: 1px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.input-zipdd{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.input-zipdd span{
  line-height: 40px;
}
.input-form input.input-zip{
  width: 46.7%;
}
.input-age {
  position: relative;
}
.input-age::before {
  position: absolute;
  content: '歳';
  right: 15px;
  z-index: 2;
  font-weight: 700;
  line-height: 40px;
  font-size: 15px;
	bottom: 0;
}
.input-number {
  position: relative;
}
.input-number::before {
  position: absolute;
  right: 450px;
  z-index: 2;
  font-weight: 700;
  line-height: 80px;
  font-size: 15px;
  bottom: 0;
}
.confirm-age::before {
  display: none;
}

/*レシート画像添付*/
.form__add dd{
  position: relative;
}
.form__add-icon{
  position: absolute;
  top: 9px;
  right: 13px;
}
.input-hidden {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #009944;
  font-size: 15px;
}
.input-hidden{
  display: none;
}
.form__add input{
  cursor: pointer;
  background-image: url(../img/form_addition_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 45px;
}

/*確認画面ボタン*/
.confirm__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.confirm__btns li button:hover {
  opacity: 0.8;
}
.confirm__btns li {
  margin-bottom: 0;
}
.confirm__btns li:first-child {
  margin-right: 30px;
}
.confirm__btns button {
  padding: 0;
}

/* フォーム */
.form01{
  position:relative;
  margin: 43px auto 0;
  border-top: 4px solid #d7f0ea;
  padding-bottom: 100px;
}
.form01::before{
  display: block;
  position: absolute;
  content: " ";
  top: 600px;
  left: 0;
  width: 100%;
  height: 925px;
  z-index: -9;
  transform: skewY(19.5deg);
  background-color: #ccebda;
}
.confirm__form{
  position:relative;
  margin: 50px auto 0;
  padding-bottom: 107px;
  border-top: 4px solid #d7f0ea;
}
.confirm__form::before{
  display: block;
  position: absolute;
  content: " ";
  top: 600px;
  left: 0;
  width: 100%;
  height: 917px;
  z-index: -9;
  transform: skewY(19.5deg);
  background-color: #ccebda;
}
.form__inner{
  width: 73.8%;
  margin: 0 auto;
}
.confirm__form .form__contents{
  margin-top: 30px;
}
.form__desc{
  margin: 28px 0;
  font-size: 14px;
  line-height: 1.7;
}
.form__title{
  width: 100%;
  background-color: #009944;
  padding:11px 0 11px 2.7%;
}
.form__title img{
  display: block;
  height: 23px;
}
.form__contents{
  width: 100%;
  margin:20px auto 0;
  padding-bottom: 28px;
  background-color: #fff;
  border: 1px solid #009944;
}

/*レシート画像添付*/
.contents-btm{
  margin: 0 auto;
  border-top: 0;
}
.confirm__form .contents-btm{
  margin: 0 auto;
  border-top: 0;
}

.form__contents-inner{
  width: 79.1%;
  margin: 0 auto;
  padding-top: 28px;
}

.question__mark{
  padding-right: .5em;
  font-size: 15px;
  font-weight: 700;
  color:#009944;
}
.question{
  margin-bottom: 24px;
  padding-left: 2em;
  font-size: 15px;
  font-weight: 700;
  text-indent:-2em;
}
.question:not(:first-child){
  margin-top: 40px;
}
.checkArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow:row wrap;
  -webkit-flex-flow:row wrap;
  flex-flow:row wrap;
}
.checkArea li{
  width: 50%;
}
.input-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  margin-bottom: 24px;
}
.input-form dt{
  width: 26.1%;
  font-weight: 700;
  font-size: 15px;
}
.input-form dd{
  width: 73.9%;
  flex-shrink:0;
}
.input-form2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  margin-bottom: 24px;
}
.input-form2 dt{
  width: 26.1%;
  font-weight: 700;
  font-size: 15px;
}
.input-form2 dd{
  width: 73.9%;
  flex-shrink:0;
}
.form__sex{
  display: table;
  height: 40px;
}
.form__sex div{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.form__sex div + div{
  border-left: none;
}

.form__presentdt{
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 15px;
}
.form__comform{
  width: 315px;
  margin: 50px auto;
  font-weight: 700;
  text-align: center;
}
.form__comform span{
  color: #009944;
}
.btn_apply{
  display: block;
  width: 316px;
  margin: 0 auto;
  padding: 0;
}
.btn_apply img{
  width:100%;
}
.btn_apply img:hover{
  opacity: 0.8;
}

/*注釈*/
.comments{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 2em;
  font-weight: 700;
  font-size: 15px;
}
.inlinetxt {
  display: inline-block;
}
/***********************************************************************
smart phone
***********************************************************************/
@media screen and (max-width:640px) {
  
  /*メインヴィジュアル*/
  .form-mv {
    margin: 25px auto;
    background-image: url(../img/sp/sp_bg.png);
  }
  .form-mv img {
    max-width: 100%;
  }
   .zipdt{
	  padding-bottom: 15px;
  }
    .input-form select{
  	font-size: 10px;
    padding: 0.3em 0.5em
  }
  .seFor .ss_rightComment{
	  bottom: -5px;
  }
  .form__sex label{
	  padding-left: 30px;
	  line-height: 12px;
  }
  .chRadio label::after{
	  width:15px;
	  height: 15px;
  }
  .chRadio label::before{
	  width: 0px;
	  height: 0px;
  }
  
  
  /*斜めの背景を消す*/
  .form01::before,
  .confirm__form::before{
    display: none;
  }
  
  .form__inner {
    width: 100%;
  }
  
  /* フォーム部品 */
  li:last-child{
    margin-bottom: 0;
  }
  .input-form {
    margin-bottom: 10px;
  }
  .input-form dt {
    width: 30%;
    line-height: 1.2;
  }
  .input-form dd {
    width: 70%;
  }
    .input-form2 {
    margin-bottom: 10px;
  }
  .input-form2 dt {
    width: 30%;
    line-height: 1.2;
  }
  .input-form2 dd {
    width: 70%;
  }
  .input-form input {
    height: 20px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 10px;
  }
  .input-form2 input {
    height: 20px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 10px;
  }
  .confirm__form input[type="text"] {
    font-size: 10px;
    height: 25px;
    padding-bottom: 0;
  }
  .confirm__form select option{
    font-size: 10px;
    height: 20px;
    padding-bottom: 0;
  }
  .confirm__form textarea{
    font-size: 10px;
    padding: 0.7em 0.5em;
    line-height: 1.7;
    height: 50px;
  }
  
  .input-age::before{
    margin-top: 2px;
  }
  
  .input-age::before {
    line-height: 20px;
  }
    .input-number::before{
    margin-top: 2px;
  }
  
  .input-number::before {
    line-height: 50px;
    right: 180px;
  }
  .input-zipdd span {
    line-height: 20px;
  }
  ::-webkit-input-placeholder{
    font-size: 10px;
  }
  ::-moz-placeholder{
    font-size: 10px;
  }
  :-ms-input-placeholder{
    font-size: 10px;
  }
  input[type="radio"] + label {
    padding-left: 2em;
  }
  input[type="radio"] + label::after {
    width: 14px;
    height: 14px;
    border: 1px solid #009944;
  }
  input[type="radio"] + label::before {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
  .half_border {
    height: 20px;
  }
  .chk-box {
    padding-left: 2em;
  }
  .chk-box::before {
    content: url(../img/sp/check-sp.png);
    width: 15px;
    height: 15px;
  }
  .chk-box::after {
    width: 15px;
    height: 15px;
    border: 1px solid #009944;
    border-radius: 0;
  }
  .confirm__form select {
    padding: 0.5em;
  }
  input[type="radio"] + label::after {
    top: 0;
  }
  /*ラベル*/
  .confirm__form dd {
    height: 100%;
    padding-left: 1em;
    font-size: 10px;
    line-height: 25px;
　}
  .input-form .half-dd li {
    padding-left: 1em;
  }
  
  /*レシート画像添付*/
  .input-hidden {
    display: none;
  }
  .form__add input{
    background-size: 15px;
    background-position: right 5px center;
    padding-right: 25px;
  }
  
  /* フォーム */
  .form01 {
    margin: 25px auto 0;
    border-top: 3px solid #d7f0ea;
    background-image: none;
    padding-bottom: 90px;
  }
  .confirm__form {
    padding-bottom: 0;
    margin: 25px auto 0;
    border-top: 3px solid #d7f0ea;
  }
  .form__title {
    padding: 8px 0 8px 2.7%;
  }
  .required {
    font-size: 10px;
    padding-left: 0;
  } 
  /*サブタイトル*/
  .form-header{
    margin: 25px auto;
  }
  .form-header img{
    display: block;
    max-width: 295px;
  }
  .form02-header img{
    display: block;
    max-width: 305px;
  }
  .form03-header img{
    display: block;
    max-width: 294px;
  }
  .comfirm01-header img {
    max-width: 142px;
　}
  
  .form__title img{
    height: 16.5px;
  }
  .form__desc {
    margin: 15px;
    font-size: 10px;
  }
  .form__contents-inner{
    width: 93%;
    max-width: 590px;
    margin: 0 auto;
    padding-top: 15px;
  }
  .question {
    margin-bottom: 18px;
    text-indent: -2.3em;
  }
  .question:not(:first-child) {
    margin-top: 30px;
  }
  .question,.question__mark,.form__contents-inner{
    font-size: 10px;
  }
  .checkArea{
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
  }
  .checkArea li{
    width: 100%;
  }
  .form__contents {
    width: calc(100% - 30px);
    max-width: 640px;
    padding-bottom: 15px;
    margin: 15px auto 0;
  }
  .confirm__form .form__contents {
    margin-top: 10px;
  }
  .contents-btm {
    margin: 0 auto;
　}
  .confirm__form .contents-btm {
    margin: 0 auto;
  }
  /*性別*/
  .form__sex div {
    padding-left: 0.5em;
    vertical-align: bottom;
  }
  .form__sex{
    height: 20px;
  }
  .form__sex input[type="radio"] + label {
    padding-left: 22px;
    line-height: 15px;
  }
  .form__presentdt{
    margin-bottom: 10px;
    font-weight: 700;
  }
  .form__comform {
    width: 50%;
    margin: 25px auto;
    font-size: 10px;
    text-align: center;
  }
  
  /*入力エラー表示*/
  .form__contents-last .form__error {
    margin-left: 30%;
    margin-bottom: 10px;
  }
  
  /*ボタン*/
  .btn_apply{
    width: 200px;
  }
  .confirm__btns {
   width: calc(100% - 30px);
   margin: 25px auto;
   margin-bottom: 80px;
  }
  .confirm__btns img {
   width: 100%;
  }
  .confirm__btns li:first-child {
    width: 36%;
    margin-right: 5.7%;
  }
  .confirm__btns li:last-child {
    width: 57%;
  }
  .confirm__form .m-top2em {
    margin-top: 1em;
  }
  /*注釈*/
  .comments{
    margin-top: 1em;
    
  }
  .comments,
  .form__presentdt,
  .input-form dt,
  .input-form2 dt,
  .input-age::before,
  .input-number::before,
  .form__sex input[type="radio"] + label{
    font-size: 10px;
  }
  .sp-inblock{
    display: inline-block;
  }
}


.formError{
	color: #ec3323;
    font-weight: 700;
}
.formError span{
	color: #ec3323;
    font-weight: 700;
	padding: 0 !important;
}
.chCheck .formError{
	margin-bottom: 15px;
}
.zipBox{
	width: 100%;
}
.formInline .zipBox .secBlock input{
	    width: 90% !important;
}
.input-zipdd span {
    padding: 0 0 0 4%;
}
.input-zipdd span.label-warning{
	padding: 0;
}
.formInline .zipBox .secBlock.secInp input{
	width: 100% !important;
	border-left: 1px solid #009944;
}
.form__sex label{
	border: 1px solid #009944;
}
.form__sex.chRadio label::after{
	left: 10px;
}
.form__sex.chRadio label::before{
	left: 16px;
}
.form__sex div label:last-child{
	border-left: none !important;
}