@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);

dd{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;}
  body, div, ul, li, h1, h2, h3, p, dl, dt, dd {
  margin: 0; padding: 0;}
img {
  border: 0;vertical-align: middle;}

/******
COMMON
*******/
body{
  background:#e2f3f7;
}

section {
  width: 100%;
  margin: 0 auto;
}

h1{

}
h2{
  font-size:  1.8rem;
  line-height:1.5em;
  font-weight:400;
  letter-spacing: -0.8px;
  text-align: center;
  color:black;
  -webkit-transform: rotate(360deg);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
  max-width:  800px;
  /*margin: 0 auto 48px;*/
  padding: 1em 0 2rem;
  margin:0 auto;
}
.sp-display{
  display: none;
}
h3{
  text-align: center;
  font-weight:bold;
  margin-top: 6px;
  margin-top: 0.375rem;
  color:black;
  -webkit-transform: rotate(360deg);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
  display: block;
  font-size: 1rem;
}
a{
  text-decoration: none;
}


/******
HEADER
******/
header{
  width:100%;
  background-color: white;
  display:block;
  top:0;
  z-index:10000;
}
#header-contents {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin: 0 auto;
  padding:20px 0 20px;
  z-index: 1000;
}
.titleBlock{
  max-width:300px;
  /* height:50px; */
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}
.titleBlock a{
  color:black;
  text-decoration: none;
  display: block;
}

.titleBlock h1 {
}
h1{
  margin: 0;
}

h1 img{
  max-height: 50px;
}
h1 span{
  color:red;
}
.titleBlock p{
  font-weight:bold;
  letter-spacing:-0.8px;
  font-size:10px;
  padding-bottom: 8px;
  text-align: center;
}
th span.small{
  font-size:12px;
  line-height: 1.2em;
}

/*#contact*/
section#contact {
  /*padding: 48px 5% 20px;*/
  background:#e2f3f7;
}

/******
Footer
*******/
.copyright{
  text-align: center;
  display:block;
  padding: 20px 0;
  background-color: #165f87;
  color:#fff;
  font-size:12px;
}




@media only screen and (min-width: 768px) {
  .img-holder, .imageHolder {display: block;}

  header {
    /*position: fixed;*/
  }
  #header-contents {
    overflow: hidden;
  }
  .titleBlock{
    width:300px;
    /* height:50px; */
    float:left;
    margin: 0 10px;
  }
  .titleBlock p {
    text-align: left;
    margin: 0 0 0 4px;
  }
  /*#contact*/
  #contact{
    /*padding-top:160px!important;*/
  }
  
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.img-holder-back-image {
    width:100%;
}

.readText2{
  text-align: center;
  margin-bottom:1em;
  line-height:1.5em;
}
.note{
  text-indent: -1em;
  margin-left:1em;
  line-height:1.5em;
  max-width:550px;
  margin:0 auto;
}
form{
  max-width:760px;
  margin:30px auto 0;
}
form table{
  border-top:8px solid #fff;
  width:100%;
}
form p{
  width:100%;
  margin-bottom:0!important;
  text-align: left;
  margin-bottom:10px!important;
}
form tr{
  border-bottom:1px solid #f6f6f6;
}
form tr:last-child{
  border-bottom:none;
}
form th{
  vertical-align: middle;
  text-align:right;
  padding:20px;
  width:260px;
  font-size:18px;
  line-height:1.3em;
}
form td{
  padding:30px;
  vertical-align: middle;
  line-height:1.5em;
}
form td li{
  margin-bottom:10px;
  vertical-align: middle;
}
input[type="text"], textarea, select{
  border:1px solid #b3c6cb;
  padding:8px;
}
input[type="text"], textarea{
  width:100%;
}
textarea{
  height:200px;
}
input[type=checkbox] {
  /*transform: scale(1.8);*/
  margin-right:10px;
  width:26px;
  height:26px;
  vertical-align: middle;
}
input[type=radio] {
  width:26px;
  height:26px;
  vertical-align: middle;
}
input[type=radio]+label{
  margin-right:20px;
}
/*label, label+ input{
  width: 100%;
  vertical-align: middle;
}
*/
.btnGroup{
  width:100%;
  text-align: center;
}
#MyMailForm_button{
  width:100%;
  margin:0 auto;
  text-align: center;
}
button[type="submit"]{
  font-family: "Meiryo","MS Gothic", Helvetica, sans-serif, Georgia, Myriad, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ ゴシック";
  display:inline-block;
  width:250px!important;
  font-size: 20px;
  padding:17px 70px 15px;
  background-color: #0099cc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  color:#fff;
  text-decoration: none;
  transition: 0.2s;
  cursor:pointer;
  width:100%;
  margin:30px auto;
  border:0;

}
#MyMailForm_button #send{
  font-family: "Meiryo","MS Gothic", Helvetica, sans-serif, Georgia, Myriad, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ ゴシック";
  display:inline-block;
  width:250px!important;
  font-size: 20px;
  padding:17px 70px 15px;
  background-color: #0099cc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  color:#fff;
  text-decoration: none;
  transition: 0.2s;
  cursor:pointer;
  width:100%;
  margin:30px auto;
  border:0;
}
#MyMailForm_button #send:hover{
  background-color: #666;
  color:#fff;
}
#MyMailForm_button #back{
  font-family: "Meiryo","MS Gothic", Helvetica, sans-serif, Georgia, Myriad, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ ゴシック";
  display:inline-block;
  width:250px!important;
  font-size: 20px;
  padding:17px 70px 15px;
  background-color: #fff;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  color:#0099cc;
  text-decoration: none;
  transition: 0.2s;
  cursor:pointer;
  width:100%;
  margin:30px 20px 30px 0;
  border:0;
}
#MyMailForm_button #back:hover{
  background-color: #666;
  color:#fff;
}
button[type="submit"]:hover{
  background-color: #666;
  color:#fff;
}
.back{
  display:inline-block;
  width:250px;
  margin-right:20px;
}
.require{
  vertical-align: middle;
  display:inline-block;
  background-color:#f00;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  line-height: 1em;
  margin-left:10px;
}
.option{
  vertical-align: middle;
  display:inline-block;
  background-color:#000;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  line-height: 1em;
  margin-left:10px;
}
.emargency{
  text-align: center;
  font-size:22px;
  font-weight:bold;
  line-height:1.5em;
}
input[type="text"].name, input[type="text"].kana{
  width:35%;
}
input[type="text"].phone{
  width:25%;  
}
.errorMessageTitle{
  color:#ff0000;
  font-size:18px;
  display:block;
  padding:0;
  line-height: 1.5em;
  margin-top:10px;
  text-align:center;
  font-weight:bold;
}
.errorMessage{
  color:#ff0000;
  font-size:14px;
  display:block;
  padding:0;
  line-height: 1.0em;
  margin-top:10px;
}
.confirmHide{
  display:none;
  color:red;
}
.thankText{
  font-size:20px;
  line-height:1.5em;
  text-align: center;
  margin-bottom:50px;
}
.download_btn a{
  font-family: "Meiryo","MS Gothic", Helvetica, sans-serif, Georgia, Myriad, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ ゴシック";
  display:block;
  width:350px!important;
  font-size: 20px;
  padding:17px 30px 15px;
  background-color: #0099cc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  color:#fff;
  text-decoration: none;
  transition: 0.2s;
  cursor:pointer;
  width:100%;
  margin:30px auto 50px;;
  border:0;
  text-align: center;
}
.download_btn a:hover{
  background-color: #666;
  color:#fff;
}
html{
}
/*#thanks .footer{
  position: fixed;
  bottom:0;
  width:100%;
}*/
input.short{
  width:40%;
}

p.description{
  width:700px;
  text-align: center;
  margin:0 auto 40px;
  line-height: 1.5em;
}

#privacy{
  overflow: auto;
  width:100%;
  height:250px;
  border:1px solid #aaa;
  background-color:#fff;
  padding:20px;
}
#privacy h2{
  font-size:22px;
  font-weight:bold;
  margin:0.5em 0;
  padding-bottom:0.5em;
}
#privacy .form_btm_inner{
  font-size: 14px;
  line-height:1.5em;
}
#privacy h3{
  margin:30px 0 10px;
  font-size:18px;
}
#privacy dt.bold{
  font-weight:bold;
  border-left:5px solid #326496;
  padding-left:10px;
  font-size:16px;
  margin-bottom:10px;
}
#privacy dd{
  margin-left:30px;
  margin-bottom:20px;
}
#privacy .attention{
  border-top:1px solid #ccc;
  padding-top:20px;
}
#privacy .attention li{
  text-indent: -1em;
  margin-left:1em;
}
.agree {
    text-align: center;
    margin-top: 20px;
}
.disable{
  background-color:#aaa!important;
}
.not-dl{
  width:500px;
  margin:0 auto;
  padding:20px 15px;
  font-size:22px;
  border:1px solid #aaa;
  text-align: center;
}
dl.map{
  width:800px;
  margin:0 auto 50px;
  border:2px solid #a8d9e5;
  border-radius: 10px;
  background-color:#fff;
  font-size: 0;
  padding:20px;
}
dl.map dt{
  float:left;
  width:450px;
  font-size:20px;
  line-height: 1.5em;
  padding-top:60px;
}
dl.map dd{
  float:right;
  width:300px;
  font-size:18px;
  text-align: right;
}

@media only screen and (max-width:767px){
  .recruitTable .checkbox{
    width: 10%;
  }
  .recruitTable .lb{
    display: inline-block;
    text-align: left;
  }
  h1 img {
      max-height: auto;
      display: block;
      margin: 0 auto;
      width:70%;
  }
  th,td{
    display:block;
    width:100%;
    padding:15px!important;
  }
  th{
    padding-bottom: 0px!important;
    text-align: left!important; 
  }
  .name, .kana{
    width:34%!important;
  }
  input[type="text"].phone{
    width:27%!important;
  }
  #header-contents{
    padding:5px 0;
  }
  .titleBlock{
    margin-bottom:5px;
  }
  h2{
    font-size:24px;
  }
  section#contact{
    padding: 0 2% 20px;
    margin-top:30px;
  }
  #MyMailForm_button #back{
    margin:10px 0 0 0!important;
  }
  .note{
    padding:20px;
  }
  p.description{
    width:95%;
  }
  .sp-display{
    display: block;
  }
  #privacy {
    height:200px;
  }
  dl.map{
    width:90%;
    margin:0 auto 40px;
    border:2px solid #a8d9e5;
    border-radius: 10px;
    background-color:#fff;
    font-size: 0;
    padding:20px;
  }
  dl.map dt{
    float:none;
    width:100%;
    font-size:20px;
    line-height: 1.5em;
    padding-top:0;
    margin-bottom: 20px;
  }
  dl.map dd{
    float:none;
    width:100%;
    font-size:18px;
    text-align: center;
  }
  dl.map dd img{
    width:100%;
  }
}