﻿@charset "utf-8";

/*--------------------------------------------------------------------
  フォーム全体
----------------------------------------------------------------------*/

/* default
--------------------------------------------------*/
html,body,div,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,em,img,small,strong,sub,sup,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,figcaption,figure,footer,header,nav,section,summary{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;word-wrap:break-word;}
html{overflow-y:scroll;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}code,kbd,pre,samp {font-family:monospace,monospace;font-size:1em;}
a{background:transparent;}a:active,a:hover{outline-width:0;}
em{font-style:normal}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}
ul{list-style-type:none;}dl{-webkit-margin-before:0;-webkit-margin-after:0;}dd{-webkit-margin-start:0;}
table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
img{border-style:none;vertical-align:middle;}
hr{overflow: visible;height:0;box-sizing: content-box;}
button,input,select,textarea{margin:0;font:inherit;color:inherit;outline:none;}optgroup{font-weight:700}button,input,select{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{padding:0;border:none;background:transparent;cursor:pointer;}
[type=button]:focus{outline:none;outline-offset:0}[disabled]{cursor:default}[type=reset],[type=submit],button,html[type="button"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto;resize:vertical;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:focus,select:focus,textarea:focus{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow: 0 1000px white inset}
fieldset{margin:0;padding:0;border:none;}legend{padding:0;border:none;color:inherit;white-space:normal;}

/* FormSystem既存の必須／任意の表示を非表示化
--------------------------------------------------*/
.tdSituation{
    display:none!important;
}

/* html
--------------------------------------------------*/
html{
  height: 100%;
  font-size: 62.5%;
}

/* body
--------------------------------------------------*/
body{
  min-width: 320px;
  height: 100%;
  background: #fffaef;
  color: #333;
  font-family: 'Hiragino Kaku Gothic Pr6N', 'ヒラギノ角ゴ Pr6N W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.45;
}

@media screen and (min-width: 600px){
  body{
    font-size: 1.4rem;
  }
}

/* link
--------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: underline;
  color: #666;
}

@media screen and (min-width: 600px){
  a,
  button{
    transition: .3s ease;
  }
  a:hover,
  a:active{
    outline: none;
    text-decoration: none;
  }
}

/* input
--------------------------------------------------*/
input:focus::-webkit-input-placeholder{ color:transparent; }
input:focus:-moz-placeholder{ color:transparent; }
input:focus::-moz-placeholder{ color:transparent; }

/* clearfix
--------------------------------------------------*/
.cf::after{
  display: block;
  clear: both;
  content: "";
}

/* レイアウト
-----------------------------------------------------------------*/
.lyt_base{
  box-sizing: border-box;
}
.lyt_block{
  margin-top: 40px;
}
.lyt_block + .lyt_block{
  margin-top: 60px;
}
.lyt_holder{
  margin: 20px 0;
}
.lyt_lower{
  margin-left: 10px;
}
.note_box p + p{
  margin-top: 1em;
}
.txt_r{
  text-align: right;
}
.txt_c{
  text-align: center;
}
.txt_l{
  text-align: left;
}
.sp_item{
  display: block;
}
.pc_item{
  display: none;
}
.is_hide{
  display: none;
}
.sub_txt{
  margin-top: 20px;
}

@media screen and (min-width: 600px){
  .lyt_base{
    width: 720px;
    margin: 0 auto;
  }
  .lyt_block + .lyt_block{
    margin-top: 110px;
  }
  .lyt_lower{
    margin-left: 30px;
  }
  .lyt_holder{
    margin: 30px 0;
  }
  .sp_item{
    display: none;
  }
  .pc_item{
    display: block;
  }
}

/* frame
-----------------------------------------------------------------*/
.boder_frame{
  overflow: hidden;
  border: 1px solid #d8b825;
  border-radius: 5px;
}
.boder_frame .frame_ttl{
  height: 38px;
  padding-top: 8px;
  box-sizing: border-box;
  background: #d8b825;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.boder_frame .frame_body{
  padding: 10px;
  background: #fff;
}

@media screen and (min-width: 600px){
  .boder_frame{
    border-width: 2px;
  }
  .boder_frame .frame_body{
    padding: 30px;
  }
}

/* ttl
-----------------------------------------------------------------*/
.sub_ttl{
  position: relative;
  text-align: center;
}
.ttl_under{
  display: inline-block;
  padding: 0 13px 4px;
  border-bottom: 2px solid #ff558c;
}

@media screen and (min-width: 600px){
  .ttl_under{
    padding: 0 25px 7px;
    border-bottom-width: 4px;
  }
  .sub_ttl img{
    width: auto;
    height: auto;
  }
}

/* icon
-----------------------------------------------------------------*/
.ico_blank{
  font-size: 1.2rem;
}
.ico_blank::after{
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(/sysform_parts/haa-res/common/images/icon_blank.png) no-repeat 0 0;
  background-size: 1em auto;
  vertical-align: bottom;
  line-height: 1.2;
  content: '';
}
@media screen and (min-width: 600px){
  .ico_blank{
    font-size: 1.4rem;
  }
}

/* tel_block
-----------------------------------------------------------------*/
.tel_block{
  text-align: center;
}
.tel_block dt{
  margin-bottom: 10px;
}
.tel_block .icon{
  display: inline-block;
  margin-right: 12px;
  padding: 1px 8px;
  border-radius: 13px;
  background-color: #ff1b71;
  color: #fff;
}
.tel_block .number{
  padding: 3px 0 3px 50px;
  box-sizing: border-box;
  background: url(/sysform_parts/haa-res/common/images/ico_free_call.png) no-repeat 0 50%;
  background-size: 40px auto;
  vertical-align: middle;
  font-size: 2.5rem;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 600px){
  .tel_block .number{
    font-size: 3.5rem;
  }
}

/* form_header
-----------------------------------------------------------------*/
.form_header{
  margin-bottom: 5px;
  padding: 5px 0;
  background: #fff;
}
.form_header .inner{
  margin: 0 10px;
}
.form_header .name{
  width: 192px;
}
.form_header .tel_block{
  display: none;
}

@media screen and (min-width: 600px){
  .form_header{
    height: 80px;
    margin-bottom: 50px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .form_header .name{
    display: inline-block;
  }
  .form_header .name img{
    width: 100%;
    height: auto;
  }
  .form_header .tel_block{
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 12px;
  }
  .form_header .tel_block dt{
    margin-bottom: 3px;
  }
  .form_header .tel_block .number{
    font-size: 2.6rem;
  }
}

/* box_frame
-----------------------------------------------------------------*/
.box_frame{
  overflow: hidden;
  position: relative;
  background: #fff;
}
.box_frame > .inside{
  margin: 0 10px;
}

@media screen and (min-width: 600px){
  .box_frame{
    position: relative;
    background: #fff;
  }
  .box_frame > .inside{
    margin: 40px 50px 0;
  }
}

/* page_head
-----------------------------------------------------------------*/
.page_head{
  margin: 20px 0 40px;
}
.page_head .page_ttl,
.page_head .lead{
  text-align: center;
}
.page_head .page_ttl{
  margin-top: 35px;
}
.page_head .course_name{
  overflow: hidden;
  margin-top: 40px;
  border-radius: 5px;
  background: #aeaeae;
  letter-spacing: -.4em;
  line-height: 1.2;
}
.page_head .course_name dt,
.page_head .course_name dd{
  display: inline-block;
  letter-spacing: normal;
}
.page_head .course_name dt{
  width: 110px;
  padding: 5px 0 3px;
  border-right: 3px solid #fff;
  background: #6e6e6e;
  color: #fff;
  text-align: center;
}
.page_head .course_name dd{
  padding-left: 3.5%;
}

@media screen and (min-width: 600px){
  .page_head{
    margin: 0 0 28px;
  }
  .page_head .page_ttl{
    margin-top: 35px;
  }
  .page_head .page_ttl img{
    width: auto;
    height: auto;
  }
}

/* form_flow
-----------------------------------------------------------------*/
.form_flow{
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_flow li{
  width: calc((100% - 20px)/ 3);
  color: #aaa;
  text-align: center;
  font-size: 2.5vw;
}
.form_flow li:before{
  display: block;
  height: 5px;
  margin-bottom: 12px;
  background: #b5b5b5;
  content: "";
}
.form_flow li:first-child:before{
  border-radius: 2.5px 0 0 2.5px;
}
.form_flow li:last-child:before{
  border-radius: 0 2.5px 2.5px 0;
}
.form_flow .is_active:before{
  background: #4a4a4a;
}

@media screen and (min-width: 600px){
  .form_flow{
    width: 480px;
    margin: 0 auto;
  }
  .form_flow li{
    font-size: 1.4rem;
  }
}

/* form_wrapper
-----------------------------------------------------------------*/
.form_wrapper{
  position:relative;
  width: calc(100% - 30px);
}
.form_wrapper th{
  padding-bottom: 6px;
  text-align: left;
  font-weight: normal;
}
.form_wrapper tr th,
.form_wrapper tr td{
  display: block;
  vertical-align: top;
}
.form_wrapper tr th{
  padding-bottom: 6px;
}
.form_wrapper tr th .item{
  display: inline-block;
  font-size: 1.8rem;
}
.form_wrapper .tdItem{
  overflow: hidden;
  padding-bottom: 28px;
}
.form_wrapper .must .item:after{
  display: inline-block;
  margin: -3px 5px 0 10px;
  padding: 0 5px;
  border-radius: 3px;
  background: #ff0040;
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
  content: "必須";
}
.form_wrapper tr .txt_rule{
  display: inline-block;
  font-size: 13px;
  color: #777;
}
.form_wrapper .subtable{
  display: inline-block;
}

@media screen and (min-width: 600px){
  .form_wrapper tr .must .item:after{
    margin-right: 15px;
  }
  .form_wrapper tr .txt_rule{
    margin-top: -3px;
  }
}

/* radio */
.form_wrapper .check_type01{
  display: inline-block;
}
.form_wrapper .check_type01 input[type="radio"]{
  /* ENV-FIX_20190509：アクセスログが落ちない問題を修正*/
  /*display: none;*/
  position: absolute;
  z-index : -1;
  width: 1px;
  /* ENV-FIX_20190509：アクセスログが落ちない問題を修正*/
}
.form_wrapper input[type="radio"] + label{
  display:inline-block;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #888;
  border-radius: 3px;
  background:#fffae6;
  text-align: center;
  box-sizing: border-box;
}
.form_wrapper input[type="radio"]:checked + label{
  border:1px solid #ffbf00;
  background-color:#ffbf00;
  color:#fff;
}

/* checkbox */
.form_wrapper .check_type02{
  margin: 10px 0 0 10px;
}
.form_wrapper .check_type02 input[type=checkbox]{
  /* ENV-FIX_20190509：アクセスログが落ちない問題を修正*/
  /*display: none;*/
  position: absolute;
  z-index : -1;
  width: 1px;
  /* ENV-FIX_20190509：アクセスログが落ちない問題を修正*/
}
.form_wrapper .check_type02{
  display: inline-block;
  position: relative;
}
.form_wrapper .check_type02 label{
  position: relative;
  padding-left: 33px;
}

.form_wrapper .check_type02 input:checked + label::after{
  top: -1px;
  left: 4px;
  width: 18px;
  height: 8px;
  border: solid #444242;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form_wrapper input:not([type="checkbox"]):not([type="radio"]),
.form_wrapper select,
.form_wrapper textarea{
  width: 100%;
  padding: 7px;
  border:1px solid #818181;
  border-radius: 3px;
  background: #fffae6;
  box-sizing: border-box;
  -webkit-appearance:none;
  appearance:none;
}
.form_wrapper input:placeholder-shown{
  color: #979797;
}
.form_wrapper select{
  background: url(../images/ico_select.png) no-repeat 100% 0 #fffae6;
}
.form_wrapper textarea{
  height: 170px;
}
.form_wrapper input[name="sex"] + label{
  min-width: 114px;
}
.form_wrapper select[name="birth_Year"],
.form_wrapper select[name="birth_Month"],
.form_wrapper select[name="birth_Day"]{
  width: calc((100% - 15px) / 3)
}
.form_wrapper input[name="zip"],
.form_wrapper select{
  max-width: 200px;
}
.form_wrapper input[name="question_comment"] + label{
  min-width: 127px;
}

@media screen and (min-width: 600px){
  .form_wrapper input:not([type="checkbox"]):not([type="radio"]),
  .form_wrapper select,
  .form_wrapper textarea{
    padding: 7px 10px;
  }
  .form_wrapper input[name="zip"],
  .form_wrapper select{
    max-width: 200px;
  }
  .form_wrapper input[name="sex"] + label{
    width: 215px;
  }
  .form_wrapper select[name="birth_Year"],
  .form_wrapper select[name="birth_Month"],
  .form_wrapper select[name="birth_Day"]{
    max-width: 140px;
  }
  .form_wrapper select[name="birth_Month"]{
    margin: 0 5px;
  }
  .form_wrapper input[name="question_comment"] + label{
    width: 128px;
  }
}

/* 入力チェック */
.form_wrapper .is_ok th{
  position: relative;
}
.form_wrapper .is_ok th:before,
.form_wrapper .is_ok th:after{
  display:block;
  position:absolute;
  bottom: 0;
  content:"";
}
.form_wrapper .is_ok th:before{
  right: -30px;
  width: 25px;
  height: 25px;
  margin-bottom: -31px;
  border-radius: 50%;
  background: #d8b825;
}
.form_wrapper .is_ok th:after{
  right: -26px;
  width: 14px;
  height: 9px;
  margin-bottom: -22px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 600px){
  .form_wrapper .is_ok th:before{
    right: -50px;
    width: 35px;
    height: 35px;
    margin-bottom: -35px;
  }
  .form_wrapper .is_ok th:after{
    right: -43px;
    width: 19px;
    height: 11px;
    margin-bottom: -22px;
  }
}

/* control_area
--------------------------------------------------*/
.control_area{
  margin-top: 30px;
  text-align: center;
}
.control_area .submit_img,
.control_area .send_img,
.control_area .back_img{
  display: inline-block;
  overflow: hidden;
  height: 35px;
  margin: 0 auto;
  border-radius: 3px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 35px;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}
.control_area .submit_img,
.control_area .send_img{
  width: 65%;
  border-bottom: 2px solid #b37300;
  background-color: #ffbf00;
}
.control_area .submit_img{
  background-image: url(/sysform_parts/haa-res/common/images/btn_submit.png);
}
.control_area .submit_img.is_disabled{
  background-image: url(/sysform_parts/haa-res/common/images/btn_submit_ng.png);
  border-color: #990028;
  background-color: #ff0040;
  cursor: default;
}
.control_area .send_img{
  background-image: url(/sysform_parts/haa-res/common/images/btn_send.png);
}
.control_area .back_img{
  width: 23.88%;
  margin-right: 10px;
  border-bottom: 2px solid #9b8d8d;
  background-image: url(/sysform_parts/haa-res/common/images/btn_revise.png);
  background-color: #dacbcb;
}

@media screen and (min-width: 600px){
  .control_area{
    margin-top: 60px;
  }
  .control_area .btn{
    height: 70px;
    transition: all .1s ease-out;
  }
  .control_area .submit_img,
  .control_area .send_img,
  .control_area .back_img{
    height: 70px;
    background-size: auto;
  }
  .control_area input:hover{
    opacity: .7;
  }
  .control_area input.is_disabled:hover{
    opacity: 1;
  }
  .control_area .submit_img,
  .control_area .send_img,
  .control_area .back_img{
    border-bottom-width: 4px;
  }
}

/* エラーメッセージ
-----------------------------------------------------------------*/
.form_advisor{
  position: relative;
  width: 285px;
  min-height: 32px;
  margin-top: -39px;
  padding: 8px 5px 0;
  border: 1px solid #818181;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  background: #fffae6;
  font-size: 11px;
  text-align: left;
}
.form_advisor:after,
.form_advisor:before{
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}
.form_advisor:after{
  margin-left: 17px;
  border-color: rgba(255, 250, 230, 0);
  border-top-color: #fffae6;
  border-width: 5px;
}
.form_advisor:before{
  margin-left: 16px;
  border-color: rgba(129, 129, 129, 0);
  border-top-color: #818181;
  border-width: 6px;
}
.show_message{
  margin-top: 10px;
  color: #ff0000;
}

/* privacy
--------------------------------------------------*/
.privacy{
  margin: 30px 0 ;
}
.privacy .ifrm_wrap{
  display: inline-block;
  overflow: auto;
  height: 160px;
  margin: 0 30px 15px;
  border: 1px solid #888;
  -webkit-overflow-scrolling:touch;
}
.privacy .iframe{
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px){
  .privacy{
    margin: 60px 0 30px;
  }
  .privacy .ifrm_wrap{
    width: 77.64%;
  }
}

/* form_footer
-----------------------------------------------------------------*/
.form_footer{
  height: 120px;
  padding-top: 10px;
  box-sizing: border-box;
  background: #fffaef;
  text-align: center;
  font-size: 1.2rem;
}
.form_footer .float_tel{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}
.form_footer .float_tel .inbox{
  position: relative;
  padding: 7px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(7,1,2,0.30);
  text-align: center;
}
.form_footer .float_tel .icon{
  display: inline-block;
  margin-right: 10px;
  padding: 1px 8px 0;
  border-radius: 13px;
  background: #ff1b71;
  color: #fff;
}
.form_footer .float_tel .number{
  height: 30px;
  padding: 4px 0 4px 38px;
  box-sizing: border-box;
  background: url(/sysform_parts/haa-res/common/images/ico_free_call.png) no-repeat 0 50%;
  background-size: 30px auto;
  vertical-align: baseline;
  font-size: 1.9rem;
  font-family: arial, helvetica, sans-serif;
}
.form_footer .page_top{
  display: none;
}

@media screen and (min-width: 600px){
  .form_footer{
    height: 110px;
    padding-top: 60px;
    margin-bottom: 0;
  }
  .form_footer .float_tel{
    top: calc(50% - 50px);
    left: calc(50% + 330px);
    bottom: auto;
    width: 180px;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 0px rgba(7,1,2,0.30);
    background: #ffe3ec;
  }
  .form_footer .float_tel .inbox{
    box-shadow: none;
  }
  .form_footer .float_tel .icon{
    margin-top: 10px;
  }
  .form_footer .float_tel .number{
    height: auto;
    text-decoration: none;
  }
  .form_footer .page_top{
    position: fixed;
    bottom: 30px;
    right: calc(50% - 510px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #555;
    box-sizing: border-box;
  }
  .form_footer .page_top a{
    position: relative;
    display: block;
    padding-top: 45px;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
  }
  .form_footer .page_top a::before{
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}


/*--------------------------------------------------------------------
  資料請求固有
----------------------------------------------------------------------*/

@media screen and (min-width: 600px){
  .page_head .course_name dt{
    width: 160px;
    height: 40px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
  }
  .page_head .course_name dd{
    font-size: 1.6rem;
    font-weight: bold;
  }
}


/*--------------------------------------------------------------------
  個別カウンセリング
----------------------------------------------------------------------*/
.msg_area{
  margin: 20px 0;
}

@media screen and (min-width: 600px){
  .msg_area{
    margin: 40px 0 50px;
    line-height: 1.45;
    font-size: 1.6rem;
  }
}

/* thanks_msg
-----------------------------------------------------------------*/
.thanks_msg .notes{
  margin: 10px 0 20px;
}
.thanks_msg .txt_rule{
  margin-top: 8px;
  font-size: 1.2rem;
  color: #ff0000;
}
.thanks_msg .inbox{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.thanks_msg .em{
  color: #ff0000;
}
.thanks_msg .gift_items{
  display: block;
  width: 170px;
  height: 40px;
  margin: 10px auto 0;
  padding-top: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #03c302;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 600px){
  .thanks_msg .notes{
    margin: 37px 0;
  }
  .thanks_msg .txt{
    line-height: 1.45;
    font-size: 1.6rem;
  }
  .thanks_msg .txt_rule{
    margin-top: 8px;
  }
  .thanks_msg .em{
    font-size: 2rem;
    font-weight: bold;
  }
  .thanks_msg .gift_items{
    display: block;
    width: 170px;
    height: auto;
    margin: 10px auto;
    padding: 10px 0;
    border: 1px solid #03c302;
    background: none;
  }
  .thanks_msg .qr{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
  }
}

/* balloon_txt
-----------------------------------------------------------------*/
.balloon_txt{
  overflow: hidden;
  position: absolute;
  top: -28px;
  left: 0;
  width: 100px;
  height: 35px;
  background: url(/sysform_parts/haa-res/guidance/images/balloon_txt.png) no-repeat 0 0;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 600px){
  .balloon_txt{
    top: -58px;
    left: -4px;
    width: 200px;
    height: 70px;
  }
}

/* entry_items
-----------------------------------------------------------------*/
.entry_items{
  box-sizing: border-box;
}
.entry_items .item{
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.entry_items .txt{
  margin-top: 20px;
}
.entry_items .date{
  margin-right: 20px;
}

@media screen and (min-width: 600px){
  .entry_items .date{
    width: 230px;
  }
}


/*--------------------------------------------------------------------
  Confirm
----------------------------------------------------------------------*/
.confirm_unit{
  width: 100%;
  border-radius: 3px;
}
.confirm_unit th,
.confirm_unit td{
  border-bottom: 20px solid #fff;
}
.confirm_unit th{
  width: 30%;
  padding-right: 10px;
  font-weight: normal;
  text-align: left;
}
.KakuninItem{
  padding: 7px 10px;
  background: #fffae6;
  box-sizing: border-box;
}

@media screen and (min-width: 600px){
  .confirm_unit th{
    width: 185px;
  }
  .KakuninItem{
    width: 425px;
    padding: 8px 10px 6px;
    font-size: 16px;
  }
}

/*-----20180314_今村追加ここから-----*/

.boder_frame .frame_body{
  padding: 10px 10px 15px;
}

.frame_body img.line{
  text-align: center;
  width: 85%;
  margin: -6% auto 3%;
}

.thanks_msg .gift_items{background: #43b748;}
@media screen and (min-width: 600px){
.thanks_msg .gift_items{background: none;}
.frame_body img.line{
  width: 60%;
  margin: -2% auto 1%;
}
}

.thanks_msg span.linepoint{
  font-weight: bold;
  color:#fd318c;
}
.thanks_msg .em{
  font-size: 2rem;
  color:#fd318c;
}

.boder_frame{
  border: 3px solid #40b543;
  border-radius: 0;
}

/*-----20180314_今村追加ここまで-----*/

/*-----20190412_スマホ版のみ固定フッター電話番号表示を消す_今村追加ここから-----*/
@media screen and (max-width: 599px){
.form_footer .float_tel{display: none!important;}
}
/*-----20190412_スマホ版のみ固定フッター電話番号表示を消す_今村追加ここまで-----*/

