html,body{
    margin: 0;
    padding: 0;
    color:#333;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.vali_error {
    margin: 0;
    font-size: 14px;
    color: #F6CEEC;
}

.errorMessage{
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.privacy{
  width: 300px;
  margin: 20px auto;
  text-align:center;
}
#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 90%;
    width: 353px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
#suggest div.select {
    color: #000;
    background-color: #ddd;
}
#suggest div {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
}

@media screen and (min-width: 730px) {
h2{
    margin:0;
    margin:0;
    border-radius: 25px 25px 0 0;
}

.sp{display: none !important;}

h3{
    padding: 5px 10px;
    background:#deecff;
    font-size:16px;
}
select {
    height: 35px;
}

header{
    position: relative;
    box-shadow:0 5px 5px #ccc;
}
main{
    background-image:url(../img/entry_form/normal/bg_01.gif);
}

.wrapper{
    width: 670px;
    margin: 0 auto;
}

.header{
    padding: 20px 0;
}
#site_branding{
    overflow: hidden;
}
#site_branding div{
    width: 270px;
}

#site_branding div:first-child{
    float: left;
}
#site_branding div:first-child img{
    width: 100%;
}
#site_branding div:last-child{
    float: right;
}

.main-wrapper{
    padding: 35px 0;
    background: #fff;
}

section{
    margin: 35px;
    background-image:url(../img/entry_form/normal/bg_02.png);
    border-radius: 25px;
    box-shadow: 1px 2px 5px #f0f0f0;
}
/*------説明会--------*/
.event-element{
  padding: 10px;
  border: solid 1px #dcdcdc;
  background: #fff;
  margin-top: -1px;
  cursor: pointer;

}
.event-list{
  padding: 0;
}
.event-list li{
  list-style: none;
}
.event-list-item{
  min-height: 70px;
  padding: 10px;
  margin-bottom: -1px;
  background: #fff;
  list-style: none;
  border: solid 1px #dcdcdc;
  overflow: hidden;
}
.vertical-center{
  top: 22px;
  position: relative;
}

.event-list-element{
  float: left;
}
.event-list-element:nth-child(1){width: 10%;}
.event-list-element:nth-child(2){width: 80%; line-height: 150%;}
.event-list-element:nth-child(3){width: 10%; position: relative; top: 30px;}

.js-open-button{
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: #4f90e9;
}
.js-toggle-container{
  display: none;
  clear: both;
  padding-left: 10%;
}

.container:first-child{display: block;}
.container{display: none;}

section > div{
    padding: 5px 30px 30px 30px;
}
.label{
    margin-top: 15px;
    padding: 8px 0;
    font-size:15px;
    position: relative;
}

.label:before{
    content:url(../img/entry_form/normal/icon_pen.png);
    margin-right:10px;
}

.n-button{
    width:240px;
    margin: 0 auto;
    cursor: pointer;
}

.comment{
    width: 600px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 200%;
}

.comment-img_blue,
.comment-img_green {
    width: 575px;
    height: 30px;
    margin: 0 auto;
    background-image:url(../img/entry_form/normal/copy_01_orange.png);
    background-position: center;
    background-repeat: no-repeat;
}

.comment-img_orange {
    width: 575px;
    height: 30px;
    margin: 0 auto;
    background-image:url(../img/entry_form/normal/copy_01_blue.png);
    background-position: center;
    background-repeat: no-repeat;
}

.cc_btn{
    width: 509px;
    background-color: transparent;
    border: 0;
    opacity: 0.5;
}
.cc_btn.active{
    width: 509px;
    background-color: transparent;
    border: 0;
    opacity: 1;
}

.cc_btn img{
    width: 100%;
    height: auto;
}

.entry-buttn{
    text-align: center;
}

/*-----フォーム-----*/
input[type="text"],input[type="email"],input[type="tel"],input[type="radio"],input[type="date"],select,textarea{
    padding:10px 1%;
    margin:2px 0;
    border:solid 1px orange;
    border-radius: 5px;
    background: #fff;
}

.small{
    width: 160px;
}

.medium{
    width: 342px;
}

.large{
    width: 98%;
}



/*-----ラジオボタンデザイン-----*/
input[type="radio"]{display: none;}

.radio-label{
    display:inline-block;
    position: relative;
    padding: 2px 30px;
}

.radio-label:before{
    content:"";
    width: 22px;
    height: 22px;
    margin-top: -13px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px orange;
    position: absolute;
    top: 50%;
    left: 0;
}

.radio-label:after{
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-radius: 74%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
}

input[type="radio"]:checked + .radio-label:after{
    background-color:#696969;
}

.radio-eventlabel{
    display:inline-block;
    position: relative;
    padding: 2px 30px;
    top: 22px;
    left: 12px;
}

.radio-eventlabel:before{
    content:"";
    width: 22px;
    height: 22px;
    margin-top: -13px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.radio-eventlabel:after{
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-radius: 74%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
}
input[type="radio"]:checked + .radio-eventlabel:after{
    background-color:#696969;
}


/*------基本情報------*/

.basic-info .label{
    position: relative;
}

.required:after{
    content:url(../img/entry_form/normal/abslt.jpg);
    margin-left: 20px;
    vertical-align: text-top;
}

.birth_year,.birth_month,.birth_day{
    width: 100px;
    height: 35px;
}

/*------連絡先情報------*/

.contact-info .label{
}

.post_img{
    width: 12px;
}

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

.address-check-label, .original-ef-label{
    position: relative;
    left: 25px;
    padding-left: 3px;
    display: inline-block;
}
.original-ef-label:not(:nth-child(2)) {
    margin-left: 60px;
}
.address-check-label:before, .original-ef-label:before{
    content:"";
    width:20px;
    height: 20px;
    position: absolute;
    left: -25px;
    border: solid 1px orange;
    background: #fff;
}

.address-check-label:after, .original-ef-label:after{
    content: "\00a0";
    display: block;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: -17px;
    top: 0;
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

input[type="checkbox"]:checked + .address-check-label:after,
input[type="checkbox"]:checked + .original-ef-label:after {
    border-color: #000;
}

#form_check {
    opacity: 0.3;
    display: inline-block;
}

#form_check.active {
    opacity: 1;
}

/*------PRフォーム------*/
.pr-wrapper div input[type="text"],textarea{
    width: 98%;
}
.pr-wrapper div textarea{
    max-width: 98%;
    height:130px;
}
.box-industory label {
    margin-left: 0 !important;
    width: 32%;
}
.box-prefecture label {
    margin-left: 0 !important;
    width: 18%;
}
.box-qualification label {
    margin-left: 0 !important;
    width: 46%;
    padding-right: 15px;
}

/*------登録完了------*/
.accept_area {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.accept_area img {
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

}
/*-------pc-------*/

/*-------スマートフォン------*/
@media screen and (max-width: 730px) {

h2{
margin:0;
border-radius: 25px 25px 0 0;
}

.pc{display: none !important;}

h2 img{
    width: 100%;
    height: auto;
}

h3{
    padding: 5px 10px;
    background:#CEECF5;
    font-size:16px;
}

header{
    position: relative;
    box-shadow:0 3px 5px #aaa;
}
main{
    background: #f0f0f0;
}

.wrapper{width: 100%;}

.header{
    text-align: center;
}

#site_branding div:first-child{
    max-width: 80%;
    margin: 0 auto;
}

#site_branding div:last-child{
    width: 40%;
    height:auto;
    margin: 0 auto;
}

#site_branding div:last-child img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.main-wrapper{
    padding: 15px 0;
    background: #fff;
}

section{
    background-image: url("../img/entry_form/normal/bg_02.png");
    border-radius: 25px;
    box-shadow: 1px 2px 5px #f0f0f0;
}

.container:first-child{display: block;}
.container{display: none;}

section > div{
    padding: 5px 10px 30px 10px;
}
.label{
    margin-top: 16px;
    padding: 5px 0;
    font-size:18px;
    position: relative;
}

.label:before{
    content:url(../img/entry_form/normal/icon_pen_sp.png);
    margin-right: 5px;
    position:relative;
    top:5px;
}

.n-button{
    width: 240px;
    margin: 20px auto;
    cursor: pointer;
}

.comment{
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 200%;
}

.comment-img{
    width: 70%;
    height: 100px;
    margin: 20px auto;
    background-image:url(../img/entry_form/normal/copy_01_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.entry-buttn{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/*-----フォーム-----*/
input[type="text"],input[type="email"],input[type="tel"],input[type="radio"],input[type="date"],select,textarea{
    width: 98%;
    padding:14px 1%;
    margin:2px 0;
    border:solid 1px orange;
    border-radius: 5px;
    background: #fff;
}

.frm_postal_first,.frm_postal_last{
    display: table-cell;
    width: 40% !important;
}


/*-----ラジオボタンデザイン-----*/
input[type="radio"]{display: none;}

.radio-label{
    padding: 5px 0;
    display:block;
    position: relative;
    padding-left: 30px;
}

.radio-label:before{
    content:"";
    width: 22px;
    height: 22px;
    margin-top: -10px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px orange;
    position: absolute;
    top: 50%;
    left: 0;
}

.radio-label:after{
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-radius: 74%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
}

input[type="radio"]:checked + .radio-label:after{
    background-color:#696969;
}
.radio-eventlabel{
    display:inline-block;
    position: relative;
    padding: 2px 30px;
    top: 23px;
}

.radio-eventlabel:before{
    content:"";
    width: 22px;
    height: 22px;
    margin-top: -13px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px orange;
    position: absolute;
    top: 50%;
    left: 0;
}

.radio-eventlabel:after{
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-radius: 74%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
}
input[type="radio"]:checked + .radio-eventlabel:after{
    background-color:#696969;
}


.cc_btn{
    height: 80px;
    border: 0;
    padding: 0;
    background:transparent;
    opacity: 0.3;
}
.cc_btn.active{
    height: 80px;
    background-color: transparent;
    border: 0;
    opacity: 1;
}

.cc_btn img{
    width: 100%;
    height: auto;
}


/*------基本情報------*/

.basic-info .label{
    position: relative;
}

.required:after{
    content:url(../img/entry_form/normal/abslt.jpg);
    margin-top: 3px;
    margin-left: 20px;
    display: inline-block;
}

.birth_year,.birth_month,.birth_day{
    width: 29%!important;
    display: table-cell;
}

/*------連絡先情報------*/

.contact-info .label{
}

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

.post_img{
    width: 12px;
}

.address-check-label,
.original-ef-label {
    position: relative;
    left: 25px;
    padding-left: 3px;
    display: block;
}

.original-ef-label:not(:nth-child(2)) {
    margin-top: 5px;
}

.address-check-label:before,
.original-ef-label:before {
    content:"";
    width:20px;
    height: 20px;
    position: absolute;
    left: -25px;
    border: solid 1px orange;
    background: #fff;
}

.address-check-label:after,
.original-ef-label:after {
    content: "\00a0";
    display: block;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: -17px;
    top: 0;
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

input[type="checkbox"]:checked + .address-check-label:after,
input[type="checkbox"]:checked + .original-ef-label:after {
    border-color: #000;
}

/*------説明会--------*/
.event-element{
  padding: 10px;
  border: solid 1px #dcdcdc;
  background: #fff;
  margin-top: -1px;
  cursor: pointer;

}
.event-list{
  padding: 0;
}
.event-list li{
  list-style: none;
}
.event-list-item{
  min-height: 70px;
  padding: 10px;
  margin-bottom: -1px;
  background: #fff;
  list-style: none;
  border: solid 1px #dcdcdc;
  overflow: hidden;
}
.vertical-center{
  top: 22px;
  position: relative;
}

.event-list-element{
  float: left;
}
.event-list-element:nth-child(1){width: 10%;}
.event-list-element:nth-child(2){width: 80%; line-height: 150%;}
.event-list-element:nth-child(3){width: 10%; position: relative; top: 30px;}

.js-open-button{
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: #4f90e9;
}
.js-toggle-container{
  display: none;
  clear: both;
  padding-left: 10%;
}

#form_check {
    opacity: 0.3;
    display: inline-block;
}

#form_check.active {
    opacity: 1;
}

/*------PRフォーム------*/
.pr-wrapper div input[type="text"],textarea{
    width: 98%;
}
.pr-wrapper div textarea{
    max-width: 98%;
    height:130px;
}


/*------登録完了------*/
.accept_area {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}
.accept_area img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
}

