@charset "utf-8";



/*============================
#PAGE_TITLE
============================*/
#PAGE_TITLE {
  width: auto;
}

#PAGE_TITLE div.inner {
  width: auto;
  height: 200px;
  background: transparent url(../../images/page_title_bg_pc.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

#PAGE_TITLE div.inner h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#PAGE_TITLE div.inner h2 span {
  width: auto;
  font-weight: bold;
  font-size: 25px;
  color: #087b69;
}

.page_common_title {
  width: auto;
  position: relative;
  border-bottom: 4px solid #f4f4f4;
}

.page_common_title.line_grey {
  border-bottom: 4px solid #b7b7b7;
}

.page_common_title:after {
  width: 20%;
  height: 4px;  
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  background-color: #6d9b75;
}


/*----------------------------------------------------
	RESET
----------------------------------------------------*/


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* form style */

dl dd input , 
dl dd textarea , 
dl dd select , 
dl dd label {
  border: 1px #AAA solid;
  padding: 5px 5px;
  font-size: 14px;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}










/*============================
text_container
============================*/


#COUNSELING div.text_container {
  width: auto;
  margin: 0 1rem;
  padding: 30px 0 40px 0;
}

#COUNSELING div.text_container div.inner {
  width: auto;
}

#COUNSELING div.text_container div.inner h3 {
  width: auto;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #6d9b75;
}

#COUNSELING div.text_container div.inner p.text {
  width: auto;
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: center;
}




/*============================
call_container
============================*/


#COUNSELING div.call_container {
  width: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

#COUNSELING div.call_container div.inner {
  width: auto;
  padding: 15px 0;
  margin: 0 1rem;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 20px;
}

#COUNSELING div.call_container div.inner p.text {
  width: auto;
  font-size: 14px;
  text-align: center;
}

#COUNSELING div.call_container div.inner p.call {
  width: auto;
  display: inline-block;
  padding: 10px 0 0 30px;
  font-size: 35px;
  line-height: 1em;
  text-align: center;
  background: transparent url(../../images/icon_phone_green.png) left 13px no-repeat;
  -webkit-background-size: 30px;
  background-size: 30px;
}


#COUNSELING div.call_container div.inner p.call a {
  color: #6d9b75;
}

#COUNSELING div.call_container div.inner p.call_text {
  width: auto;
  font-size: 12px;
  text-align: center;
}

#COUNSELING div.call_container div.inner p.text_under {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}






/*============================
PC .step_block
============================*/

#COUNSELING div.step_block {
  width: auto;
}

#COUNSELING div.step_block .stepBar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
#COUNSELING div.step_block .stepBar li {
  font-size: 17px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
#COUNSELING div.step_block .stepBar li:after {
  background: #bfbfbf;
  content: "";
  width: calc(100% - 50px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 25px);
  top: 23px;
}
#COUNSELING div.step_block .stepBar li:first-child:after {
  display: none;
}
#COUNSELING div.step_block .stepBar li span {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  background: #bfbfbf;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#COUNSELING div.step_block .stepBar li.visited {
  color: #ebb83d;
  font-weight: bold;
}

#COUNSELING div.step_block .stepBar li.visited:after {
  background: #ebb83d;
}
#COUNSELING div.step_block .stepBar li.visited span {
  background: #ebb83d;
}


/*----------------------------------------------------
	CONTENTS CONTAINER
----------------------------------------------------*/

#COUNSELING div.form_container {
  width: auto;
  margin: 0 auto;
  padding: 1rem 0 0 0;
}

#COUNSELING div.form_container div.top_text_area {
  width: auto;
  margin: 0 1rem;
  padding: 1rem 0 1rem 0;
}

#COUNSELING div.form_container div.top_text_area p.top_text {
  width: auto;
  font-weight: bold;
}

#COUNSELING div.form_container ul {
  width: auto;
}

#COUNSELING div.form_container ul li {
  width: auto;
  padding: 0.8em 0;
  border: none;
}

#COUNSELING div.form_container ul li.date_item:first-child {
  border: none;
}


#COUNSELING div.form_container ul li dl {
  width: auto;
  padding: 5px 0;
}

#COUNSELING div.form_container ul li dl dt {
  width: auto;
  float: none;
  font-size: 15px;
  padding: 5px 0.8em;
  background-color: #efefef;
}

#COUNSELING div.form_container ul li dl dt p.exe_text {
  width: auto;
  padding: 25px 0 0 0;
  font-size: 11px;
  line-height: 1.6em;
  color: #666;
}

#COUNSELING div.form_container ul li dl dd p.exe_text {
  width: auto;
  padding: 5px 0 0 0;
  font-size: 11px;
  line-height: 1.6em;
  color: #666;
}

#COUNSELING div.form_container ul li dl dd {
  width: auto;
  float: none;
  padding: 10px 0.8em 0 0.8em;
}


#COUNSELING div.form_container ul li dl dd div {
  width: auto;
  float: none;
}

#COUNSELING div.form_container ul li dl dd div.date_select {
  margin: 0 0 0.8em 0;
}


#COUNSELING .exe_text {
  width: auto;
  line-height: 1.8em;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

#COUNSELING .icon_require {
  width: auto;
  margin: 0 0 0 5px;
  padding: 3px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  background-color: #cb4e5a;
}

#COUNSELING .icon_notrequire {
  width: auto;
  margin: 0 0 0 5px;
  padding: 3px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  background-color: #838383;
}



#COUNSELING div.form_privacy_container {
  width: auto;
  padding: 3rem 0.8em 1rem 0.8em;
  text-align: center;
}

#COUNSELING div.form_privacy_container h4 {
  width: auto;
  padding: 0 0 1.0em 0;
}

#COUNSELING div.form_privacy_container h4 span {
  width: auto;
  display: block;
  font-size: 14px;
}

#COUNSELING div.form_privacy_container p {
  width: auto;
  font-size: 12px;
  line-height: 1.6em;
}









/* ************ confirm ****************** */

#COUNSELING div.conf_text_area {
  width: auto;
  margin: 0 auto;
  padding: 2rem 0.8em 3.0em 0.8em;
}

#COUNSELING div.conf_text_area p {
  width: auto;
  font-size: 14px;
  line-height: 1.6em;
}

#COUNSELING ul.confirm dd {
  font-size: 15px;
  font-weight: bold;
}










/* ************ error ****************** */

#COUNSELING div.error_text_area {
  width: auto;
  margin: 0 auto;
  padding: 0 0.8em 3.0em 0.8em;
}

#COUNSELING div.error_text_area p {
  width: auto;
  font-size: 14px;
  line-height: 1.6em;
}

#COUNSELING div.error_text_area p.error_text_exe {
  width: auto;
  padding: 4.0em 0 4.0em 0;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: left;
  color: #CB4E5A;
}

#COUNSELING div.error_text_area p.error_back_form {
  width: auto;
  text-align: center;
}

#COUNSELING div.error_text_area p.error_back_form span {
  width: auto;
  display: block;
  margin: 0 auto;
}


#COUNSELING div.error_text_area p.error_back_form span a:link,
#COUNSELING div.error_text_area p.error_back_form span a:visited {
  width: auto;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #cb4e5a;
  text-decoration: none;
  outline : 0;
}











/* ************ done ****************** */

#COUNSELING div.done_text_container {
  width: auto;
  margin: 0 auto;
  padding: 3rem 0.8em 3.0em 0.8em;
}

#COUNSELING div.done_text_container h3 {
  width: auto;
  padding: 0 0 3.0em 0;
  text-align: center;
}

#COUNSELING div.done_text_container h3 span {
  width: auto;
  display: inline-block;
  margin: 0 auto 1em auto;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  color: #333;
  line-height: 1.8em;
  position: relative;
}

#COUNSELING div.done_text_container div.read {
  width: auto;
  padding: 0 0 3.0em 0;
}

#COUNSELING div.done_text_container div.read p {
  width: auto;
  font-size: 16px;
  line-height: 1.8em;
}

#COUNSELING div.done_text_container p {
  width: auto;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}

#COUNSELING div.done_text_container p.backTop {
  width: auto;
  padding: 4.0em 0 0 0;
  text-align: center;
}

#COUNSELING div.done_text_container p.backTop span {
  width: auto;
  display: block;
  margin: 0 auto;
}

#COUNSELING div.done_text_container p.backTop span a:link,
#COUNSELING div.done_text_container p.backTop span a:visited {
  width: auto;
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #6d9b75;
  text-decoration: none;
  outline : 0;
  position: relative;
}

#COUNSELING div.done_text_container p.backTop span a::before{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 40%;
}















/* ************ bt style ****************** */

#COUNSELING div.bt_area {
  width: auto;
  padding: 1.0em 0.8em 0 0.8em;
  text-align: center;
}

#COUNSELING div.bt_area .submit {
  width: 100%;
  display: block;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.8em;
  color: #fff;
  border-radius: 50px;
  background-color: #6d9b75;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
}


#COUNSELING div.bt_area ul {
  width: auto;
  margin: 0 auto;
  border-top: none;
}

#COUNSELING div.bt_area ul li {
  width: auto;
}

#COUNSELING div.bt_area ul li:first-child {float: none;}
#COUNSELING div.bt_area ul li:last-child {
  float: none;
  padding: 1.0em 0 0 0;
}


#COUNSELING div.bt_area ul li.back a:link,
#COUNSELING div.bt_area ul li.back a:visited {
  width: auto;
  display: block;
  padding: 18px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 50px;
  background-color: #747474;
  text-decoration: none;
  outline : 0;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



/*============================
check_wrapp
============================*/

div.form_container ul.form_list li dl dd.check_wrapp span.check_left {
  width: 45%;
  display: block;
  float: left;
  padding: 0 0 5px 0;
}

div.form_container ul.form_list li dl dd.check_wrapp span em {
  margin: 0 0 0 10px;
}

div.form_container ul.form_list li dl dd.check_wrapp label {
  border: none;
}






/* error style */

dl dd.error {
  font-size: 13px;
}

dl dd input{
  position:relative;
  z-index:2;
}

dl dd label {
  padding:5px 5px 5px 25px;
  margin : 0 5px 0 -25px;
  margin-left:-25px;
  position:relative;
  z-index:1;
}

dl dd.error input , 
dl dd.error textarea , 
dl dd.error select , 
div.error option , 
dl dd.error label {
  background: #F1D1D5;
}


* html dl dd.error label {
  background:none;
}
*+html dl dd.error label{
  background:none;
}
dl dd p.error{
  margin:0;
  color: #CB4E5A;
  font-weight:bold;
}
/* end error style */





/*----------------------------------------------------
	FORM STYLE
----------------------------------------------------*/


  input.ssshort_text {
  width: 20%;
  height: 26px;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}

  input.sshort_text {
  width: 30%;
  height: 26px;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}

  input.short_text {
  width: 40%;
  height: 26px;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}


  input.mid_text {
  width: 98%;
  height: 26px;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}

  input.long_text {
  width: 98%;
  height: 26px;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}

  textarea.areaM {
  width: 98%;
  height: 120px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

  select {
  vertical-align:middle;
  min-width: 120px;
}
  select::-ms-expand {
  display: none;
}

  select {
  width: auto;
  padding: 7px;
  font-size: 15px;
  border: 1px solid #aaa;
}



  dd.date_dd span.first_date {
  width: auto;
  display: block;
  padding: 0 0 25px 0;
}

  dd.date_dd span.second_date {
  width: auto;
  display: block;
}

  dd.date_dd p {
  width: auto;
  font-size: 12px;
}

  dd.date_dd span.first_date span.date_select_title, dd.date_dd span.second_date span.date_select_title {
  width: auto;
  display: block;
  padding: 0 0 5px 0;
  font-weight: bold;
}

  dd.date_dd span.first_date span.date_select_title img, dd.date_dd span.second_date span.date_select_title img {
  vertical-align: middle;
}

  .promice_list {
  margin-left: 130px;
  text-align: left;
}





/*============================
pdf_Link
============================*/

div.form_container ul.form_list li dl dd span.pdf_Link {
  width: auto;
  display: block;
  padding: 5px 0 0 25px;
  background: transparent url(../../../../assets/pdf/pdf_icon.png) no-repeat 0 5px;
  background-size: 18px auto;
  -webkit-background-size: 18px auto;/* Safari,Google Chrome */  
  -moz-background-size: 18px auto; /* Firefox */  
  -o-background-size: 18px auto; /* Opera?p */
  -ms-background-size: 18px auto; /* IE系 */
}



div.form_container ul.form_list li dl dd span.pdf_Link a:link,
div.form_container ul.form_list li dl dd span.pdf_Link a:visited {
  color: #6d9b75;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  outline : 0;
}

div.form_container ul.form_list li dl dd span.pdf_Link a:hover {
  color: #cb4242;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}





















