@charset "UTF-8";
/* CSS Document */


body {
background-color: #FFF;
}

#top img{
width: 100%;
}


#recruit_title{
padding: 40px 0;
background-image: url("../img/recruit_logo.png");
background-repeat:no-repeat;
background-position: bottom 30px right 30px;
color: #000;
}
#recruit_title h2{
font-family: "ManyoGyoshoStd-E";
font-size: 200%;
}
#recruit_title p{
margin-top: 20px;
margin-bottom: 0;
font-size: 120%;
line-height: 1.8em;
letter-spacing: 0.1em;
font-weight: 400;
font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
}

#info{
background-color: #484848;
padding-top: 30px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
#info h2{
margin-top: 20px;
font-family: "TsukuAOldMinPr6-M";
font-size: 150%;
letter-spacing: 0.5em;
}
#info h2 span{
display: inline-block;
padding-bottom: 20px;
border-bottom: 1px #fff dashed;
}
#info .description{
margin-top: 20px;
font-size: 80%;
}
#info i{
color: #C41217;
}
form{
text-align: left;
letter-spacing: 0.2em;
}
form .row{
margin-top: 15px;
}
input,textarea{
border:0;
padding:10px;
font-size:1em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
letter-spacing: 0em;
color: #000;
}
.button-box{
text-align: center;
}
.button{
width: auto;
margin-left: auto;
margin-right: auto;
background-color: #C41217;
border-color:  #C41217;
border-radius:15px;
color: #fff;
letter-spacing: 0.3em;
font-weight: 600;
}
.radio{
margin-top: 20px;
}
.radio-input{
display: none;
}
.radio-input + label{
margin-left: 20px;
margin-top: 15px;
padding-left: 20px;
position:relative;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #C41217;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #C41217;
  border-radius: 50%;
}




.recruit img{
width: 100%;
max-width: 800px;
}
.recruit .col-md-3,.recruit .col-sm-6{
margin-top: 30px;
}

.recruit-box h2{
margin-top: 30px;
margin-bottom: 15px;
font-family: "TsukuAOldMinPr6-D";
font-weight: 300;
letter-spacing: 0.2em;
font-size: 2em;
padding-bottom: 20px;
border-left: 4px #C41217 solid;
width: 100%;
color: #000;
padding: 10px 0 10px 20px;
}

.recruit-box table{
color: #000;
border-collapse: collapse;
width: 100%;
margin-bottom: 30px;
}

.recruit-box tr{
border-bottom: solid 1px #C41217;
}

.recruit-box td.box1{
white-space: nowrap;
margin-right: 10px;
font-size: 1.2em;
}

.recruit-box img{
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
max-width: 800px;
}


.staff{
background-image: url("../img/recruit_logo.png");
background-repeat:no-repeat;
background-position:top 30px right 30px;
background-color: #FFF;
padding: 30px 0px;
margin-top: 30px;
}


.staff h2{
font-family: "TsukuAOldMinPr6-D";
margin-top: 30px;
margin-bottom: 30px;
width: none;
text-align: center;
color: #C41217;
font-size: 2.4em;
letter-spacing:0.2em;
}

.staff h3{
color: #541B06;
font-size: 1.4em;
}

.staff img{
width: 100%;
}


.staff small{
font-size:0.3em;
}






@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .recruit-box {
    width: 100%;
  }
  .recruit-box th,
  .recruit-box td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
