@charset "utf-8";

@media screen and (min-width: 801px) {
  #pc_area{display: ;}
  #sp_area{display: none;}
	html,body{
    width: 100%;
    margin: 0;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

	#container{
	  width: 100%;
	  height: auto;
	  background-color: #eee;
	}
	
	.c_inner{
	  width: 1020px;
	  height: auto;
	  margin: 0 auto;
	  padding-bottom: 100px;
	  /*background-color: #f6f6f6;*/
	  background-image: url(../images/sand.jpg);
	  background-repeat: repeat;
	}

	.c_inner_for_agency{
	  width: 1100px;
	  height: auto;
	  margin: 0 auto;
	  padding-bottom: 100px;
	  /*background-color: #f6f6f6;*/
	  background-image: url(../images/sand.jpg);
	  background-repeat: repeat;
	}
	
	.step-flow{
	  margin: 30px 5px -10px 5px;
	}
	.step-flow-agency-head{
	  margin: 30px 100px -10px 100px;
	}
	
	.stepBar {
	  position: relative;
	  list-style: none;
	  margin: 0 0 1em;
	  padding: 0;
	  text-align: center;
	  width: 100%;
	  overflow: hidden;
	  *zoom: 1;
	}
	.stepBar .step {
	  position: relative;
	  float: left;
	  display: inline-block;
	  line-height: 40px;
	  padding: 0 30px 0 10px;
	  background-color: #eee;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.stepBar .step:before, .stepBar .step:after {
	  position: absolute;
	  left: -15px;
	  display: block;
	  content: '';
	  background-color: #eee;
	  border-left: 4px solid #FFF;
	  width: 18px;
	  height: 20px;
	}
	.stepBar .step:after {
	  top: 0;
	  -moz-transform: skew(30deg);
	  -ms-transform: skew(30deg);
	  -webkit-transform: skew(30deg);
	  transform: skew(30deg);
	}
	.stepBar .step:before {
	  bottom: 0;
	  -moz-transform: skew(-30deg);
	  -ms-transform: skew(-30deg);
	  -webkit-transform: skew(-30deg);
	  transform: skew(-30deg);
	}
	.stepBar .step:first-child {
	  -moz-border-radius-topleft: 4px;
	  -webkit-border-top-left-radius: 4px;
	  border-top-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	  -webkit-border-bottom-left-radius: 4px;
	  border-bottom-left-radius: 4px;
	}
	.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	  content: none;
	}
	.stepBar .step:last-child {
	  -moz-border-radius-topright: 4px;
	  -webkit-border-top-right-radius: 4px;
	  border-top-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	  -webkit-border-bottom-right-radius: 4px;
	  border-bottom-right-radius: 4px;
	}
	.stepBar .step.current {
	  color: #FFF;
	  background-color: #F39800;
	}
	.stepBar .step.current:before, .stepBar .step.current:after {
	  background-color: #F39800;
	}
	.stepBar.step2 .step {
	  width: 50%;
	}
	.stepBar.step3 .step {
	  width: 16.6666%;
	}
	.stepBar.step3 .step.agency-head {
	  width: 33.3333%;
	}
	.stepBar.step4 .step {
	  width: 25%;
	}
	.stepBar.step5 .step {
	  width: 20%;
	}
	
	.ent_box{
	  list-style: none;
	}
	
	.ent_box_multi{
	  list-style: none;
	  margin-top: -75px;
	}
	
	.ent_input,.ent_title{
	  display: inline-block;
	}
	.ent_title2{
	  display: inline-block;
	  height: auto;
	  vertical-align: top;
	  width:280px;
	}
	.ent_input2{
	  display: inline-block;
	  width:600px;	
	}
	.ent_input_multi{
	  margin-left: 250px;
	  margin-bottom: 20px;
	}
	
	h2 {
	color: #1e2b60;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #1e2b60;/*上線*/
	border-bottom: solid 3px #1e2b60;/*下線*/
	text-align: center;
	}
	
	h3{
	  width: 980px;
	  margin-bottom: 50px;
	  padding: 10px;
	  text-align: left;
	  background-color: #1e2b60;
	  color: #fff;
	  font-size: 1.4rem;
	  border-radius: 3px;
	  margin: 0 10px;
	}
	.c_inner_for_agency h3{
		width: 1058px;
	}
	
	h4{
	  width: 970px;
	  padding: 5px 0 5px 15px ;
	  text-align: left;
	  background-color: #6e6e6e;
	  color:#fff;
	  font-size: 1.2rem;
	  margin: 0 15px;
	  border-radius: 3px;
	
	}
	
	.ent_logo{
	  width:100%;
	  padding-top: 50px;
	  text-align: center;
	}
	
	
	.ent_item{
	  font-size: 1.2rem;
	}
	
	.ent_note{
	  font-size: 1.0rem;
	  color:#222;
	  margin-left: 20px;
		display: inline-flex;
	}
	
	.ent_must{
	  background-color: #E3B4AC;
	  padding: 5px 10px;
	  color: #fff;
	  font-size: 1rem;
	  margin-left: 20px;
	  right: 20px;
	  top :-5px;
	  position: absolute;
	  border-radius: 5px;
	
	}
	
	.entry_text{
	  padding: 28px;
	  text-align: left;
	  font-size: 1.1rem;
	  padding-left: 100px;
	  padding-right: 100px;
	}

	.entry_text.terms{
	  padding: 10px;
	}
	
	.ent_box{
	  width: auto;
	  height: 100%;
	  margin: 50px 0;
	}
	
	.ent_box2{
	  margin-top: -50px;
	}
	
	.ent_box input[type="text"]{
	  /* width: 275px; */
	  width: 330px;
	  padding: 0 10px;
	  border: 1px solid #ccc;
	  height: 35px;
	  vertical-align: text-top;
	  margin-top: -10px;
	  border-radius: 5px;
	}
	
	.ent_input_mb input[type="text"]{
	  width: 150px;
	  margin-right: 5px;
	}
	
	.ent_input_pos input[type="text"]{
	  width: 100px;
	}
	
	.ent_box input[type="email"]{
	  width: 330px;
	  padding: 0 10px;
	  border: 1px solid #ccc;
	  height: 35px;
	  vertical-align: text-top;
	  margin-top: -10px;
	  border-radius: 5px;
	}
	.ent_box input[type="url"]{
	  width: 330px;
	  padding: 0 10px;
	  border: 1px solid #ccc;
	  height: 35px;
	  vertical-align: text-top;
	  margin-top: -10px;
	  border-radius: 5px;
	}
	.ent_box input[type="tel"]{
	  width: 330px;
	  padding: 0 10px;
	  border: 1px solid #ccc;
	  height: 35px;
	  vertical-align: text-top;
	  margin-top: -10px;
	  border-radius: 5px;
	}

    .ent_input_phone input[type="text"] {
      width: 60px;
	  margin-right: 10px;
	}

	.ent_title{
	  width: 250px;
	  height: auto;
	  vertical-align: top;
	}
	
	.ent_title_must{
	    position: relative;
	    display: flex;
	    align-items: center;
	}
	
	.ent_input{
	  margin-right: 10px;
	}
	
	.ent_checkbox{
	  width: 750px;
	  display: table-cell;
	}
	
	.career,.connection,.adviser,.group{
	  margin: 25px 0;
	  /*border-bottom: 1px solid #ccc;*/
	}
	.contact_text,.specialty{
	  margin-top:50px;
	}
	
	.specialty .ent_note{
	  vertical-align: top;
	}
	
	.contact_text.terms{
	  margin-top:20px;
	}

	.contact_text .ent_note{
	  margin-left: 100px;
	}
	
	.contact_text textarea{
	  width: 800px;
	}
	
	.contact_text p{
	  margin: 30px;
	}
	
	
	.requirement{
	  margin-top: 50px;
	}
	
	.career:{
	      border-bottom: 0 solid #CCC;
	}
	
	.text-box{
	  width:1000px;
	  text-align: center;
	
	}
	
	label{
	  vertical-align: top;
	  width: 250px;
	}
	textarea{
	  width:500px;
	  margin-bottom:20px;
	  height: 280px;
	  resize: none;
	  border: 1px solid #CCC;
	  font-size: 0.9rem;
	}
	
	.consent{
	  width: 1000px;
	  text-align: center;
	  margin-top: 80px;
	  margin-bottom: 10px;
	}
	.consent2{
	  text-align: left;
	  margin-left: 5%;
	  margin-right: 10%;
	  margin-top: 16px;
	  margin-bottom: 20px;
	}
	  .apmsg{
		font-size: 14px;
		width: 600px;
		margin-top: -11px;
	  }
	
	.ent_button{
	  margin: 0 auto;
	  width: 40%;
	  height: 50px;
	  padding: 0 10px;
	  border-radius: 5px;
	  background: #26377a;
	  color: #fff;
	  font-size: 1.8rem;
	  letter-spacing: 2px;
	  position: relative;
	}
	
	.ent_button input{
	  border: 0px solid #fff;
	  height: 50px;
	  width: 100%;
	  vertical-align: middle;
	  background: #26377a;
	  color: #fff;
	  font-size: 1.2rem;
	  letter-spacing: 2px;
	  cursor: pointer;
	}
	
	.ent_button:hover{
	  filter:alpha(opacity=80);
	  opacity:0.8;
	}
	
	.del_button{
	  margin: 0 auto;
	  width: 80%;
	  height: 40px;
	  padding: 0 10px;
	  border-radius: 5px;
	  background: #26377a;
	  position: relative;
	}
	.del_button input{
	  border: 0px solid #fff;
	  height: 40px;
	  width: 100%;
	  vertical-align: middle;
	  background: #26377a;
	  color: #fff;
	  font-size: 1rem;
	  cursor: pointer;
	}
	
	.del_button:hover{
	  filter:alpha(opacity=80);
	  opacity:0.8;
	}
	.add_button{
	  margin: 0 auto;
	  width: 50%;
	  height: 40px;
	  padding: 0 10px;
	  border-radius: 5px;
	  background: #26377a;
	  position: relative;
	}
	
	.add_button input{
	  border: 0px solid #fff;
	  height: 40px;
	  width: 100%;
	  vertical-align: middle;
	  background: #26377a;
	  color: #fff;
	  font-size: 1rem;
	  cursor: pointer;
	}
	
	.add_button:hover{
	  filter:alpha(opacity=80);
	  opacity:0.8;
	}
	
	.copyright{
		background-color: #142b3a;
		color: #fff;
		clear: both;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	
	.langselect1{
		width: 30%;
	}
	.langselect2{
		width: 30%;
	}
	
	.arrow_box {
		position: absolute;
		background: #FBFBFB;
		border: 1px solid #B8B8B8;
		top:10px;
		width:220px;
		height: 60px;
		padding: 5px;
		display:none;
		font-size: 13px;
		color: red;
		font-weight: bold;
		
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 30%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.arrow_box:after {
		border-color: rgba(251, 251, 251, 0);
		border-bottom-color: #FBFBFB;
		border-width: 10px;
		margin-left: -10px;
	}
	.arrow_box:before {
		border-color: rgba(184, 184, 184, 0);
		border-bottom-color: #B8B8B8;
		border-width: 11px;
		margin-left: -11px;
	}

	/* inputタグの幅調整用 */
	.input_kana input[type='text']{
		width: 250px;
	}

	.input_url input[type="url"]{
		width: 300px ;
	}

	.input_email input[type="email"]{
		width: 300px ;
	}

}

@media screen and (max-width:800px) {
  #pc_area{display: none;}
  #sp_area{display: ;}
  html,body{
    width: auto;
    margin: 0;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .c_inner{
    width: auto;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/sand.jpg);
    background-repeat: repeat;
    margin: 0;
    padding-bottom: 30px;
  }
  .c_inner_for_agency{
    width: auto;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/sand.jpg);
    background-repeat: repeat;
    margin: 0;
    padding-bottom: 30px;
  }

  .ent_box,.ent_box2,.ent_box_multi{
    list-style: none;
  }

  h2 {
  color: #1e2b60;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #1e2b60;/*上線*/
  border-bottom: solid 3px #1e2b60;/*下線*/
  text-align: center;
  }

  .step-flow{
    font-size: 0.5rem
  }

  .stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  .stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding-right: 3%;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 16px;
    height: 20px;
  }
  .stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  .stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
  }
  .stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .stepBar .step.current {
    color: #FFF;
    background-color: #F39800;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #F39800;
  }
  .stepBar.step2 .step {
    width: 50%;
  }
  .stepBar.step3 .step {
    width: 33.333%;
  }
  .stepBar.step4 .step {
    width: 25%;
  }
  .stepBar.step5 .step {
    width: 20%;
  }

  h3{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #1e2b60;
    color: #fff;
    font-size: 1rem;
  }

  h4{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: #6e6e6e;
    color:#fff;
    font-size: 1rem;
  }

  .ent_logo{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .ent_item{
    font-size: 1.1rem;
  }

  .ent_note{
    font-size: 1.0rem;
    color: #222;
  }

  .ent_must{
    background-color: #E3B4AC;
    padding: 3px 10px;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }

  .entry_text{
    padding: 20px;
    text-align: left;
    font-size: 0.9rem;
  }

  .entry_text.terms{
    padding: 10px;
  }

  .ent_title{
    width: auto;
    height: 40px;
    vertical-align: top;
  }
	.ent_input2{
	  margin-top: 20px;
	}
  .ent_box,.ent_box2{
    width: auto;
    height: auto;
    margin: 30px 0 30px -30px;
  }

  .ent_box2{
    margin-top: -70px;
  }

  .ent_box_multi{
    margin-top: -30px;
    margin-left: -30px;
  }

  .ent_input input[type="text"],
  .ent_input input[type="url"]{
    width: 90%;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 35px;
    vertical-align: text-top;
    margin-top: -10px;
    border-radius: 5px;
  }



  .ent_input input[type="email"]{
    width: 90%;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 35px;
    vertical-align: text-top;
    margin-top: -10px;
    border-radius: 5px;
  }

  .ent_input input[type="tel"]{
    width: 90%;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 35px;
    vertical-align: text-top;
    margin-top: -10px;
    border-radius: 5px;
  }

  .ent_input_mb input[type="text"]{
    width: 40%;
    margin-right: 5px;
  }

  .ent_input_pos input[type="text"]{
    width: 38%;
  }
  .ent_input_sel{
    width: 70%;
  }

  .ent_note{
    font-size: 1.0rem;
    display: inline-block;
    margin-top: 10px;
  }

  .ent_input_multi{
    margin-bottom: 5px;
  }

  .ent_input_phone input[type="text"] {
    width: 27.5%;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 35px;
    vertical-align: text-top;
    margin-top: -10px;
    border-radius: 5px;
  }

  .ent_checkbox{
    width: auto;
    display: table-cell;
  }

  .career,.connection,.adviser,.group{
    margin-top:25px;
    padding-bottom: 0px;
  }

  .textarea{
    width: 95%;
  }

  .contact_text{
    width: 100%;
    margin: 0 auto;
  }

  .contact_text p{
    margin-left: 10px;
    font-size: 0.9rem;
  }

  .contact_text span{
    margin-left: 10px;
  }

  .text-box{
    text-align: center;
  }

  textarea{
    width: 92%;
    height: 200px;
    resize: none;
    border: 1px solid #CCC;
    font-size: 0.9rem;

  }

  .consent{
    width: 100%;
    font-size: 0.8rem;
    padding-left: 10px;
    margin: 30px 0;
  }
  .consent2{
    font-size: 0.8rem;
    margin-left: 2%;
    width: 96%;
  }
  .apmsg{
	font-size: 12px;
	width: 96%;
  }

  .consent input{
    float: left;
  }

  .consent p{

  }

  .ent_button{
    margin: 20px auto 0;
    width: 50%;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    background: #26377a;
    position: relative;
  }

  .ent_button input{
    border: 0px solid #fff;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    background: #26377a;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
  }

  .add_button{
    margin: 0 auto;
    width: 60%;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #26377a;
    position: relative;
  }

  .add_button input{
    border: 0px solid #fff;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    background: #26377a;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
  }
  .del_button{
    margin: 0 auto;
    width: 80%;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #26377a;
    position: relative;
  }

  .del_button input{
    border: 0px solid #fff;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    background: #26377a;
    color: #fff;
    font-size: 0.6rem;
    cursor: pointer;
  }
  .copyright{
	background-color: #142b3a;
	color: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
  }
  .langselect1{
	width: 22%;
  }
  .langselect2{
	width: 22%;
  }
  	.arrow_box {
		position: absolute;
		background: #FBFBFB;
		border: 1px solid #B8B8B8;
		top:10px;
		width:180px;
		height: 65px;
		padding: 5px;
		display:none;
		font-size: 13px;
		color: red;
		font-weight: bold;
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 30%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.arrow_box:after {
		border-color: rgba(251, 251, 251, 0);
		border-bottom-color: #FBFBFB;
		border-width: 10px;
		margin-left: -10px;
	}
	.arrow_box:before {
		border-color: rgba(184, 184, 184, 0);
		border-bottom-color: #B8B8B8;
		border-width: 11px;
		margin-left: -11px;
	}
}

.mb-0 {
	margin-bottom: 0;
}
.mt-20 {
	margin-top: 20px;
}
.w-100 {
	width: 100%;
}

.ent_input label {
	padding-left: 5px;
}

.setting-container {
	margin: 20px 10px;
}
.setting-container p {
	line-height: 1.4;
}
.setting-container > .input {
	margin-bottom: 25px;
}
.setting-container > .input label {
	font-size: 18px;
}
.setting-container-inner {
	width: auto;
	margin: 0 auto;
}
.setting-container-inner:first-child {
  margin-bottom: 30px;
}
.setting-container-inner > .input.radio label {
  font-size: 18px;
  font-weight: bold;
}
.setting-box {
	border: 1px solid #1e2b60;
	padding: 10px 20px;
	margin-bottom: 25px;
}
.setting-box-header {
	margin-bottom: 15px;
}
.setting-box .input + .input {
	margin-top: 10px;
}

.form-error {
	border-color: red !important;
}
.error-message {
	color: red;
	margin-top: 5px;
  white-space: pre-wrap;
}


input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

.plan-table {
  width: 90%;
  margin: 20px auto;;
  border-collapse: collapse;
  border-spacing: 0;
}
.plan-table th {
  color: #fff;
  font-size: 14px;
  background-color: #1e2b60;
  padding: 15px 20px;
  width: 120px;
  border: 1px solid #a3a3a3;
}
.plan-table.entry_after_20220701 th {
  max-width: 0;
}
.plan-table td {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #a3a3a3;
}
.plan-table td span {
  font-size: 13px;
  font-weight: normal;
  padding-left: 3px;
}
.plan-sliver {
  background-color: rgb(232, 233, 234);
}
.plan-gold {
  background-color: rgb(255, 241, 207);
}
.plan-platinum {
  background-color: rgb(200, 214, 227);
}
.plan-venture {
  background-color: rgb(242, 235, 245);
}

.plan-outer:after {
  content: '';
  display: block;
  clear: both;
}
.plan-item {
  width: 50%;
  float: left;
}
.plan-select td {
  width: 105px;
}
.plan-select td.plan-monthly {
  font-size: 15px;
  padding: 5px 0;
}
.plan-select td .plan-annual {
  font-size: 15px;
  padding: 5px 0;
}
.plan-radio-outer {
  padding: 10px 0;
}
/*.plan-select td .plan-annual {
  font-size: 15px;
  position: absolute;
  top: -20px;
  left: -2px;
  width: 100%;
  height: auto;
  padding: 10px 0;
  z-index: 1;
  border: 2px solid #a3a3a3;
}
.plan-sliver .plan-annual {
  background-color: rgb(242, 242, 242);
}
.plan-gold .plan-annual {
  background-color: rgb(255, 234, 217);
}
.plan-platinum .plan-annual {
  background-color: rgb(196, 216, 242);
}*/
.tooltip_question {
  width: 22px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  right: -10px;
  top: -3px;
}
.tooltip_question img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.tooltip_question:before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 1px;
  /*top: -2px;
  left: -2px;*/
}
#tooltip {
  color: #333333;
  background: #fbfbc8;
  position: absolute;
  z-index: 100;
  padding: 15px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  line-height: 1.6em;
}
#tooltip:after {
  content:url(/img/icons/baloon_arrow.png);
  position:absolute;
  left:47%;
  bottom:-16px
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.relative {
  position: relative;
}

.red {
  color: red;
}

/* 03/18 shima */
#CompanyOrderedEstablishmentOfContractCorporationDateYear.form-error + div.error-message,
#CompanyOrderedEstablishmentOfContractCorporationDateMonth.form-error + div.error-message,
#CompanyOrderedEstablishmentOfContractCorporationDateDay.form-error + div.error-message {
  display: none;
}
