/*共通*/
.recruitTitle {
margin-bottom: 28px;
padding: 15px 0;
background-color: #F1FFE3;
}
.recruitTitle h1 {
width: 800px;
margin: 0 auto;
color: #643c32;
font-size: 34px;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
}
.recruit p {
font-size: 16px;
}
.recruit .txt {
margin-bottom: 1.4em;
}

.dtlBox {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-bottom: 70px;
}
.dtlBox .imgBox {
flex: 3;
margin-right: 20px;
}
.dtlBox .txtBox {
flex: 5;
}
.dtlTitle {
margin-bottom: .8em;
font-size: 20px;
font-weight: bold;
color: #643C32;
border-bottom: solid 2px #643C32;
}
.pointList {
margin-bottom: 10px;
}
.pointList li {
padding: .3em .5em;
margin-right: 2px;
margin-bottom: 6px;
font-size: 14px;
font-weight: bold;
border-radius: 15px;
color: #ffffff;
display: inline-block;
background-color: #e95388;
}
.term {
padding: .2em .4em .2em .4em;
border: solid 1px #643C32;
color: #643C32;
}
.recruit h3 {
margin-bottom: .8em;
padding-left: .4em;
font-size: 24px;
font-family: 'Noto Serif JP', serif;
font-weight: 700;
color: #643C32;
border-left: solid 8px #643C32;
}
.recruit table {
margin: 0 auto 64px;
border: none;
}
.recruit tr {
border: none;
border-bottom: dotted 2px #937770;
}
.recruit th {
color: #643C32;
background: #F1FFE3;
font-size: 16px;
font-weight: bold;
padding: 15px 40px;
width: 262px;
border: none;
vertical-align: top;
}
.recruit td {
padding: 18px 0 18px 20px;
font-size: 16px;
border: none;
background: url(../img/common2/dotline2.svg) repeat-x left bottom;
background-size: 16px 2px;
}
.recruit table p {
margin-bottom: 1.2em;
}
.flow > div {
margin-bottom: 16px;
}
.flow dt {
margin-bottom: .4em;
color: #643C32;
font-weight: bold;
}
.flow dt span {
display: inline-block;
padding: 0 .6em;
color: #ffffff;
text-align: center;
background-color: #6bb33b;
}
.voice {
width: 680px;
margin: 0 auto;
}
.voiceProfile {
padding: 20px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
background-color: #F4EBE2;
box-sizing: border-box;
}
.voiceProfile .imgBox {
flex: 2;
}
.voiceProfile .txtBox {
flex: 10;
}
.voiceProfile .txtBox .name {
margin-bottom: .2em;
padding-top: .2em;
font-size: 20px;
font-weight: bold;
color: #643C32;
}
.voiceList {
margin-bottom: 50px;
}
.voiceList dt {
margin-bottom: .8em;
font-size: 20px;
font-weight: bold;
color: #643C32;
border-bottom: solid 2px #643C32;
}
.voiceList dd {
font-size: 16px;
margin-bottom: 1.6em;
}

.entryBtn {
margin-bottom: 60px;
}
.entryBtn a {
display: block;
width: 560px;
margin: 0 auto;
padding: 1.6em 0;
color: #fff!important;
border-radius: 3px;
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 1.0;
text-decoration: none!important;
background: #e95388;
border: solid 4px #ffffff;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}