@charset 'utf-8';

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*----- ----- ----- ----- 以下PC ----- ----- ----- -----*/
@media screen and (min-width: 769px){
    body {
        width: 100%;/*追加文*/
        height: 100%;/*追加文*/
        background: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

.tittle_span{
  font-size: 22px;
  font-weight: bold;
}

    .tabs {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0px;
        background-color: #fff;
        border-bottom: 2px solid #ff6347;
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        width: 60%;
    }

/*タブのスタイル*/
  .tab_item {
	/*width: calc(100%/2);*/
    width: 100%;
	height: 50px;
	border-bottom: 3px solid #ff6347;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
  } 
  .tab_item:hover {
	opacity: 0.75;
  }
/*ラジオボタンを全て消す*/
  input[name="tab_item"] {
	display: none;
  }
/*タブ切り替えの中身のスタイル*/
  .tab_content {
	display: none;
	padding: 30px 10px 0 20px;
	clear: both;
	overflow: hidden;
  }
/*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
	display: block;
    border-right: 2px solid #ff6347;
    border-left: 2px solid #ff6347;
  }
/*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #ff6347;
	color: #fff;
  }
/*--------------------------------------以上切り替え----------------------------------------*/

.te{
width: calc(100%/2);
}

.consu_wrappe{
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','sans-serif';
}


.consu_p{
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #61f2ff;
    border-bottom: 2px solid #61f2ff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

.consu_p::before{
    content: '';
    position: relative;
    border: 5px solid #ff6f61;
    margin: 4px 20px 4px 0;
}

.consu_span{
  font-size: 16px;
  font-weight: bold;
  width: 27%;
}

.title{
  text-align: left;
  margin: 50px 0px 30px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 20%;
  font-size: 23px;
  font-weight: bold;
  color: #ff5656;
}

.conhaba{
  margin-top: 70px;
}

.table_format_Consultation{
padding: 10px;
margin-bottom: 50px;
border: solid 1px #000;
border-radius: 5px;
box-shadow: 2px 2px 5px 1px #575757;
}

.Consultation_tr{
border-top: solid 1px #d5d5d5;
border-bottom: solid 1px #d5d5d5;
}

.Consultation_th{
text-align: left;
width: 11%;
}
/*
.investment_td{
display: inline-block;
padding-right: 20px;
}
*/

.consultation_form{
  width: 98%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1px;
  text-align: left;
  font-size: 18px;
  color: #707070;
/*  border: solid 1px #000;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px #575757;*/
}

.consultation_job{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

#job{
  width: 60%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

#money{
  width: 40%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

.menu-customer-2_8{
  width: 40%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}

#tel{
  width: 40%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}

.tel{
  width: 40%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}


#date1{
  width: 20%;
  height:25px;
  font-size:15px;
  border-radius: 5px;
}

#time{
  width: 20%;
  height:25px;
  font-size:15px;
  font-size:15px;
  border-radius: 5px;
  border: inset #f0f0f0;
}

.consultation_money{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_conpany{
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_conpany_investment{
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0px;
}

.consultation_sodan{
  height: auto;
  /*display: flex;*/
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_dateandtime{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_investment{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_experience{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.kome{
  color: #f00;
  font-weight: bold;
}

.counsu_share{
  display: inline-block;
  width: 30%;
}

.counsu_share2{
  display: inline-block;
  width: 25%;
}

.consu_span_conpany{
  width: 21%;
}

/*----------以下投資目的------------------*/
.inves_span{
  width: 28%;
  margin-right: 0px;
}

.inves_group_div{
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
}

.investment_class{
  margin-right: 2px;
  margin-bottom: 10px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s;
}

.asset_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}


.tax_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.income_class{
  margin-bottom: 10px;
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.pension_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.life_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.otherwise_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.check_span{
  transition: 0.5s;
}

.investment_type[type="checkbox"]{
  display: none;
}

.investment_type[type="checkbox"]:checked ~ .investment_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}


.investment_type[type="checkbox"]:checked ~ .asset_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
  
}

.investment_type[type="checkbox"]:checked ~ .tax_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .income_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .pension_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .life_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .otherwise_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

/*----------以上投資目的------------------*/


/*----------以下投資経験------------------*/

.experience_radio{
  position: relative;
  width: 95%;
  height:auto;
  padding-top: 0px;
  padding-left: 10px;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  transition: 0.5s;
}

.experience_span{
  width: 100%;
  height: auto;
}

.experience_haba{
  margin-right: 20px;
  margin-left: 15px;
  cursor: pointer;
}

input[class="experience_radio"]{
  display: none;
}

.ttt{
  display: inline-flex;
  width: 50%;
  height: auto;
}

.consultation_experience input:checked + .experience_radio{
    display: block;
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}


/*----------以上投資経験------------------*/

/*----------以下会社------------------*/

.company{
  position: relative;
  width: 16%;
  height:auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  transition: 0.5s;
}
.company_span{
  width: 100%;
  height: auto;
}


.company_haba{
  margin-right: 10px;
  width: 75%;
  display: flex;
  cursor: pointer;
}

input[name="company"]{
  display: none;
}
/*
.ttt{
  display: inline-flex;
  width: 50%;
  height: 35px;
}
*/
.consultation_conpany_investment input:checked + .company{
/*    display: block;*/
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}
.consultation_conpany input:checked + .company{
/*    display: block;*/
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}


/*----------以上会社------------------*/




.consultation_name{}

.consultation_meil{}

.consultation_tell{}

.label_name{
  padding-right: 70px;
}

.label_meil{
  padding-right: 50px;
}

.label_tell{
  padding-right: 65px;
}

.label_job{
  padding-right: 70px;
}

.label_money{
  padding-right: 80px;
}

.label_company{
  padding-right: 10px;
}

.label_sodan{
  padding-right: 30px;
}

.label_kato{
  padding-right: 15px;
}

.label_dateandtime{
  padding-right: 0px;
}
.consu_span_time{
  margin-left: 0px;
}

.label_investment{
  padding-right: 0px;
}

.label_experience{
  padding-right: 55px;
}


/*---------- ------------ 以下相談会場 --------- ----------*/
.tab_consultation_haba{
margin-right: 11px;
}

.post_Consultation_kari {
    display: block;
    position:relative;
	margin-top: 0px;
	padding-bottom: 0px;
	width: 82%;
	margin: 0 auto;
  }

.post_Consultation_kari2{
  width: 100%;
  display: flex;
}

/*タブのスタイル*/
  .tab_consultation {
    position:relative;
	width: 95%;
	height: auto;
    padding-top: 5px;
    padding-left: 10px;
    border:2px solid #ff6f61;
    border-radius: 5px 3px 3px 5px;
	font-size: 13px;
	color: #565656;
	display: block;
	font-weight: bold;
	transition: all 0.2s ease;
    cursor: pointer;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
/*ラジオボタンを全て消す*/
  input[class="tab_consultation"] {
	display: none;
  }
/*タブ切り替えの中身のスタイル*/
  .tab_content {
    position:relative;
	display: none;
	padding: 30px 10px 0 20px;
	clear: both;
	overflow: hidden;
  }
/*選択されているタブのコンテンツのみを表示*/
  #sab_consultation:checked ~ #consultation_content {
    position: relative;
    display: block!important;
    /*transform: translate3d(-20px,70px, 0px);*/
    width: 100%;
    overflow: ;
  }
  
/*  .#sab_consultation:checked ~ .consultation_sodan{
    height: 200px;
  }*/
  
/*選択されているタブのスタイルを変える*/
  .post_Consultation_kari input:checked + .tab_consultation {
    display: block;
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
/*	color: #fff;
    box-shadow: 0 0 10px rgba(255, 99, 71, .5),
                0 0 20px rgba(255, 99, 71, .5),
                0 0 30px rgba(255, 99, 71, .5),
                inset 0 0 10px rgba(255, 99, 71, 1);*/
  }
/*
  .tes input:checked + .consultation_sodan{
    height: 200px;
  }*/
  
.tab_consultation_type{
  width: 80%;
  height: 35px;
  margin-botom: 10px;
  padding-left: 5px;
  bprder: 2px solid #ff6347;
  border-radius: 5px;

}

/*   .ver3_other{
    width: 80%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
    border: 2px solid #ff6347;
    border-radius: 5px;
  }
*/
.con_span{
  width: 95%;
}

#consu_old{
  width: 25%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

  .ver3_other{
    width: 95%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
    border: 2px solid #ff6347;
    border-radius: 5px;
  }

.sonohoka{
  margin-top: 10px;
}

.renraku_span{
  margin-top: 10px;
}

/*---------- ------------ 以上相談会場 --------- ----------*/
.consu_kome{margin-right: 1%;}
}

/*---------- 以下郵便 ----------*/

.consultation_yubin{
  display: block;
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.p-postal-code{
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 10px;
    width: 25%;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
  }
  
  .city-address{
    position: relative;
    padding-left: 10px;
    width: 80%;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
  }
  
  .p-region{
    width: 35%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .p-extended-adress{
  width: 40%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .post_customer_p_address{
    display: inline-block;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
  }
  
  .post_customer{
    margin-bottom: 0px;
    position: relative;
  }
  
  .post_customer_border{
    padding-bottom: 15px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  
  .post_customer_bottom{
    margin-bottom: 15px;
  }
  
  .post_customer_p{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
  }
  
  .post_customer_span_name{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 42px;
  }
  .post_customer_span{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 15px;
  }
  .post_customer_span_tel{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 58px;
  }
/*
.yubin_span{
  display: block;
  margin-top: 3px;
}*/
/*---------- 以上郵便 ----------*/

img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}

.conpa_span{
  height: auto;
  font-size: 13px;
  padding-bottom: 30px;
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
}

/*----- ----- ----- ----- 以上PC ----- ----- ----- -----*/

/*----- ----- ----- ----- 以下SP ----- ----- ----- -----*/
@media screen and (max-width: 768px){
    body {
        width: 100%;/*追加文*/
        height: 100%;/*追加文*/
        background: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

.header{
height: auto;
}

    .tabs {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0px;
        background-color: #fff;
        border-bottom: 2px solid #ff6347;
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        width: 90%;
    }

/*タブのスタイル*/
  .tab_item {
	/*width: calc(100%/2);*/
    width: 100%;
	height: 50px;
	border-bottom: 3px solid #ff6347;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
  } 
  .tab_item:hover {
	opacity: 0.75;
  }
/*ラジオボタンを全て消す*/
  input[name="tab_item"] {
	display: none;
  }
/*タブ切り替えの中身のスタイル*/
  .tab_content {
	display: none;
	padding: 30px 10px 0 20px;
	clear: both;
	overflow: hidden;
  }
/*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
	display: block;
    border-right: 2px solid #ff6347;
    border-left: 2px solid #ff6347;
  }
/*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #ff6347;
	color: #fff;
  }
/*--------------------------------------以上切り替え----------------------------------------*/

.te{
width: calc(100%/2);
}

.consu_wrappe{
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','sans-serif';
}


.consu_p{
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #61f2ff;
    border-bottom: 2px solid #61f2ff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

.consu_p::before{
    content: '';
    position: relative;
    border: 5px solid #ff6f61;
    margin: 4px 20px 4px 0;
}

.consu_span{
  font-size: 16px;
  font-weight: bold;
}

.title{
  text-align: left;
  margin: 50px 0px 30px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 20%;
  font-size: 23px;
  font-weight: bold;
  color: #ff5656;
}

.conhaba{
  margin-top: 43%;
}

.table_format_Consultation{
padding: 10px;
margin-bottom: 50px;
border: solid 1px #000;
border-radius: 5px;
box-shadow: 2px 2px 5px 1px #575757;
}

.Consultation_tr{
border-top: solid 1px #d5d5d5;
border-bottom: solid 1px #d5d5d5;
}

.Consultation_th{
text-align: left;
width: 11%;
}
/*
.investment_td{
display: inline-block;
padding-right: 20px;
}
*/

.consultation_form{
  width: 98%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1px;
  text-align: left;
  font-size: 18px;
  color: #707070;
/*  border: solid 1px #000;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px #575757;*/
}

.consultation_job{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

#job{
  width: 60%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

#money{
  width: 60%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

.menu-customer-2_8{
  width: 45%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}

#tel{
  width: 45%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}

.tel{
  width: 50%;
  height:25px;
  padding-left: 10px;
  font-size:15px;
  border-radius: 5px;
}


#date1{
  width: 20%;
  height:25px;
  font-size:15px;
  border-radius: 5px;
}

.date_class{
margin-left: 5px;
}

.ui-datepicker-trigger{
margin-left: 5px;
}

#time{
  width: 40%;
  height:25px;
  font-size:15px;
  font-size:15px;
  border-radius: 5px;
  border: inset #f0f0f0;
}

.consultation_money{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_conpany{
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
}

.consultation_conpany_investment{
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0px;
}


.consultation_sodan{
  height: auto;
  /*display: flex;*/
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_dateandtime{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_investment{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.consultation_experience{
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.kome{
  color: #f00;
  font-weight: bold;
}

.counsu_share{
  display: inline-block;
  width: 30%;
}

.counsu_share2{
  display: inline-block;
  width: 40%;
}

.consu_span_conpany{
  width: 21%;
}

/*----------以下投資目的------------------*/
.inves_span{
  width: 25%;
  margin-right: 0px;
}

.inves_div{
width: 100%;
margin-top: 5px;
}

.inves_group_div{
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
}

.investment_class{
  margin-right: 2px;
  margin-bottom: 10px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s;
}

.asset_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}


.tax_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.income_class{
  margin-bottom: 10px;
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.pension_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.life_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.otherwise_class{
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s
}

.check_span{
  transition: 0.5s;
}

.investment_type[type="checkbox"]{
  display: none;
}

.investment_type[type="checkbox"]:checked ~ .investment_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}


.investment_type[type="checkbox"]:checked ~ .asset_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
  
}

.investment_type[type="checkbox"]:checked ~ .tax_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .income_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .pension_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .life_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

.investment_type[type="checkbox"]:checked ~ .otherwise_class{
  background: #61ff6e;
  border: 2px solid #6e61ff;
  border-radius: 5px;
}

/*----------以上投資目的------------------*/


/*----------以下投資目的------------------*/

.experience_radio{
  position: relative;
  width: 95%;
  height:auto;
  padding-top: 0px;
  padding-left: 10px;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  transition: 0.5s;
}

.experience_span{
  width: 100%;
  height: auto;
}

.experience_haba{
  margin-right: 20px;
  margin-left: 15px;
  cursor: pointer;
}

input[class="experience_radio"]{
  display: none;
}

.ttt{
  display: inline-flex;
  margin-top: 5px;
  width: 100%;
  height: auto;
}

.consultation_experience input:checked + .experience_radio{
    display: block;
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}


/*----------以上投資目的------------------*/

/*----------以下会社------------------*/

.company{
  position: relative;
  width: 16%;
  height:auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #ff6f61;
  border-radius: 5px;
  transition: 0.5s;
}
.company_span{
  width: 100%;
  height: auto;
}


.company_haba{
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 1px;
  width: 100%;
  display: block;
  cursor: pointer;
}

input[name="company"]{
  display: none;
}
/*
.ttt{
  display: inline-flex;
  width: 50%;
  height: 35px;
}
*/
.consultation_conpany_investment input:checked + .company{
/*    display: block;*/
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}

.consultation_conpany input:checked + .company{
/*    display: block;*/
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
}


/*----------以上会社------------------*/




.consultation_name{}

.consultation_meil{}

.consultation_tell{}

.label_name{
  padding-right: 70px;
}

.label_meil{
  padding-right: 50px;
}

.label_tell{
  padding-right: 65px;
}

.label_job{
  padding-right: 0px;
}

.label_money{
  padding-right: 5px;
}

.label_company{
  padding-right: 0px;
}

.label_sodan{
  padding-right: 30px;
}

.label_kato{
  padding-right: 15px;
}

.label_dateandtime{
  padding-right: 20px;
}
.consu_span_time{
  margin-left: 0px;
}

.label_investment{
  padding-right: 20px;
}

.label_experience{
  padding-right: 0px;
}


/*---------- ------------ 以下相談会場 --------- ----------*/
.tab_consultation_haba{
margin-top: 5px;
margin-right: 11px;
}

.post_Consultation_kari {
    display: block;
    position:relative;
	margin-top: 0px;
    padding-top: 5px
	padding-bottom: 0px;
	width: 95%;
	margin: 0 auto;
  }

.post_Consultation_kari2{
  width: 100%;
  display: block;
}

/*タブのスタイル*/
  .tab_consultation {
    position:relative;
	width: 95%;
	height: auto;
    padding-top: 5px;
    padding-left: 10px;
    border:2px solid #ff6f61;
    border-radius: 5px 3px 3px 5px;
	font-size: 13px;
	color: #565656;
	display: block;
	font-weight: bold;
	transition: all 0.2s ease;
    cursor: pointer;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
/*ラジオボタンを全て消す*/
  input[class="tab_consultation"] {
	display: none;
  }
/*タブ切り替えの中身のスタイル*/
  .tab_content {
    position:relative;
	display: none;
	padding: 20px 10px 0 10px;
	clear: both;
	overflow: hidden;
  }
/*選択されているタブのコンテンツのみを表示*/
  #sab_consultation:checked ~ #consultation_content {
    position: relative;
    display: block!important;
    /*transform: translate3d(-20px,70px, 0px);*/
    width: 100%;
    overflow: ;
  }
  
/*  .#sab_consultation:checked ~ .consultation_sodan{
    height: 200px;
  }*/
  
/*選択されているタブのスタイルを変える*/
  .post_Consultation_kari input:checked + .tab_consultation {
    display: block;
    position:relative;
    border: 2px solid #6e61ff;
	background-color: #61ff6e;
    border-radius: 5px;
/*	color: #fff;
    box-shadow: 0 0 10px rgba(255, 99, 71, .5),
                0 0 20px rgba(255, 99, 71, .5),
                0 0 30px rgba(255, 99, 71, .5),
                inset 0 0 10px rgba(255, 99, 71, 1);*/
  }
/*
  .tes input:checked + .consultation_sodan{
    height: 200px;
  }*/
  
.tab_consultation_type{
  width: 80%;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 5px;
  bprder: 2px solid #ff6347;
  border-radius: 5px;

}

  .ver3_other{
    width: 95%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
    border: 2px solid #ff6347;
    border-radius: 5px;
  }

.con_span{
  width: 95%;
}

.label_span{
display: block;
margin-bottom: 5px;
text-align: left;
font-weight: bold;
}

#consu_old{
  width: 50%;
  height: auto;
  padding-left: 10px;
  font-size:15px;
  border: inset #f0f0f0;
  border-radius: 5px;
}

.sonohoka{
  margin-top: 10px;
}

.consu_ex{
display: block;
text-align: left;
}

/*---------- ------------ 以上相談会場 --------- ----------*/
.consu_kome{margin-right: 1%;}

/*---------- ------------ --------- 以下request ---------- --------- ----------*/

    .tittle_span{
        font-size: 23px;
        font-weight: 550;
    }

    .post_customer_border-consu{
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-top: 0px;
        padding-bottom: 15px;
        position: relative;
        border-bottom: 1px solid #c0c0c0;
    }

/*---------- ------------ 以下切り替え --------- ----------*/
.post_Consultation_kari2 {
    position:relative;
	margin-top: 0px;
	padding-bottom: 0px;
/*	background-color: #fff;
    border-bottom: 2px solid #ff6347;
    border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	width: 100%;
	margin: 0 auto;
  }
/*タブのスタイル*/
  .tab_consultation2 {
    position:relative;
	width: 95%;
	height: 50px;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 15px;
    border:3px solid #000;
    border-radius: 5px 3px 3px 5px;
/*	border-bottom: 3px solid #ff6347;*/
/*	background-color: #d9d9d9;*/
/*	line-height: 50px;*/
	font-size: 15px;
/*	text-align: center;*/
	color: #565656;
	display: block;
/*	float: left;
	text-align: center;*/
	font-weight: bold;
	transition: all 0.2s ease;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
/*ラジオボタンを全て消す*/
  input[name="tab_consultation2"] {
	display: none;
  }
/*タブ切り替えの中身のスタイル*/
  .tab_content2 {
    position:relative;
	display: none;
	padding: 0px 10px 10px 20px;
	clear: both;
	overflow: hidden;
  }
/*選択されているタブのコンテンツのみを表示*/
  #sab_consultation2:checked ~ #consultation_content2 {
    position:relative;
	display: block;
/*    border-right: 2px solid #ff6347;
    border-left: 2px solid #ff6347;*/
  }
/*選択されているタブのスタイルを変える*/
  .post_Consultation_kari2 input:checked + .tab_consultation2 {
    position:relative;
    border: 3px solid #fff;
	background-color: #ff6347;
	color: #fff;
    box-shadow: 0 0 10px rgba(255, 99, 71, .5),
                0 0 20px rgba(255, 99, 71, .5),
                0 0 30px rgba(255, 99, 71, .5),
                inset 0 0 10px rgba(255, 99, 71, 1);
  }

  .zyusyo{
    position: relative;
    width:;
    margin-top: 5px;
    color: red;
    font-size: 10px;
  }
/*---------- ------------ 以上住所切り替え --------- ----------*/

/*---------- 以下郵便 ----------*/

.consultation_yubin{
  display: block;
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
/*  border-top: solid 1px #2e2e2e;*/
  border-bottom: solid 2px rgba( 97, 242, 255, 0.4);
/*  box-shadow: 1px 1px 1px 1px;
  border-radius: 30px;*/
}

.p-postal-code{
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 10px;
    width: 25%;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
  }
  
  .city-address{
    position: relative;
    padding-left: 10px;
    width: 80%;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
  }
  
  .p-region{
    width: 35%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .p-extended-adress{
  width: 40%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .post_customer_p_address{
    display: inline-block;
    width: 47%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
  }
  
  .post_customer{
    margin-bottom: 0px;
    position: relative;
  }
  
  .post_customer_border{
    padding-bottom: 15px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  
  .post_customer_bottom{
    margin-bottom: 15px;
  }
  
  .post_customer_p{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
  }
  
  .post_customer_span_name{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 42px;
  }
  .post_customer_span{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 15px;
  }
  .post_customer_span_tel{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #f00;
    border-radius: 10px;
    background: red;
    margin-left: 58px;
  }

.yubin_span{
  display: block;
  margin-top: 3px;
}
/*---------- 以上郵便 ----------*/

.conpa_span{
height: auto;
font-size: 13px;
}

/*---------- 以下detapicker ----------*/
#input_date{
  border-radius: 5px;
  border: inset #f0f0f0;

}

/*  以下こぴ */


.ui-helper-clearfix:before, .ui-helper-clearfix:after{
  content: "";
  display: table;
  border-collapse: collapse;
}


.ui-helper-clearfix::after{
  clear: both;
}
.ui-datepicker .ui-datepicker-header{
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev{
  left: 2px;
}
/*
.ui-widget-header .ui-icon{
  background-image: url(img/sozai_right.png);
}*/

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 63%;
    /*margin-left: -15px;*/
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0.5em 2.3em 0.3em 2.3em;
  line-height: 1.8em;
  text-align: center;
}


.ui-datepicker .ui-icon{
/*  opacity: 0;*/
  cursor: pointer;
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}

td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}

/* --------------------
  カレンダーアイコン表示による微調整
  Cf. https://webllica.com/jquery-ui-datepicker-by-calendar-icon/
-------------------- */
img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}

/*----- https://webllica.com/jquery-ui-datepicker-change-default-definition/ -----*/
/*  以上こぴ */
/*
.ui-datepicker-days-cell-over .ui-datepicker-today{
  backgroung: #fffa90;
}
*/
/*----- 今日のスタイル -----*/
/*
.ui-icon-circle-triangle-w{
  width: 36px;
  border: 1px solid;
  border-radius: 5px;
  margin-left: -5px;
*/
}/*----- <前のスタイル -----*/
/*
.ui-icon-circle-triangle-e{
  width: 36px;
  border: 1px solid;
  border-radius: 5px;
  margin-left: -30px;
}
*/
/*----- 次>のスタイル -----*/

#ui-datepicker-div{
  width: 320px;
  height: auto;
  background: #fff;
  border: 2px solid #fff;
  border: 2px solid #61ff6e;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0.5px #a0a0a0;
}

.ui-datepicker-header{
  text-align: center;
  position: relative;
  width: 99%;
  height: auto;
}
/*
.ui-datepicker-calendar{
  position: relative;
  width: auto;
  height: auto;
  font-size: 17px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}


.ui-datepicker-calendar th{
  padding-top: .2em;
  padding-bottom: .0em;
  padding-right: .2em;
  padding-left: .2em;
}

.ui-datepicker-calendar td{
  padding-top: .2em;
  padding-bottom: .0em;
  padding-right: .2em;
  padding-left: .2em;
}

.ui-datepicker-week-end{
  padding-top: .2em;
  padding-bottom: .0em;
  padding-right: .2em;
  padding-left: .2em;
}

.ui-datepicker-calendar th:nth-child(1){
  color: #f00;
}

.ui-datepicker-calendar th:nth-child(7){
  color: #00f;
}

td.ui-datepicker-week-end a.ui-state-default{
  background-color: #ffecec;
  color: #f00 !important;
}

td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #ececff;
  color: #00f !important;
}

td.ui-datepicker-week-end:second-child a.ui-state-default{
  color: #000;
}
*/
.ui-state-default{
  border: 1px solid #000;
  color: #454545;
  font-weight: normal;
}

.ui-datepicker td a{
  display: block;
  margin: .1em;
  padding: .2em;
  background-color: f6f6f6;
  text-align: right;
  text-decoration: none;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
background-color: rgba(255,255,255,0)important;
}
*/

/*---------- 以上detapicker ----------*/


/*---------- ------------ ---------- 以上request ---------- --------- ----------*/

}

/*----- ----- ----- ----- 以上SP ----- ----- ----- -----*/






