@charset 'UTF-8';

/*** ↓必要であればページ毎にマージン設定用 ***/

.pankuzu {
    top: 305px;
}

#side_a #pageHeadline {
    height: auto;
}
.contbox {
    margin: 30px 0 30px;
    padding: 10px 50px 10px;
    border-radius: 10px;
    background: url('/img/recruit/bg_recruit.png') repeat right center;
}
.contbox #warranty h3, .contbox #description h3, .contbox #question h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    height: auto;
    margin: 0 0 30px;
    padding: 18px 0 15px;
    text-align: center;
    color: #222;
    border-radius: 10px;
    background: #C1BA69;
}
.contbox .cont_bg:after {
    content: '';
}
.contbox .cont_bg p, .contbox .cont_bg div {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 20px 20px;
    color: #000;
    background: rgb(255, 255, 255);
}
.contbox .cont_bg div a {
    color: #000;
}
.contbox .cont_bg div blockquote {
    font-size: 15px;
    width: auto;
    margin: 10px 10px 10px;
    padding: 20px;
    color: #555;
    border-radius: 10px;
    background: #EEE;
}
/*
.contbox .cont_bg div blockquote:before{
    content: "“";
    color: #fff;
    font-size: 55px;
    vertical-align: bottom;
}
.contbox .cont_bg div blockquote:after{
    content: "”";
    color: #fff;
    font-size: 55px;
    vertical-align: bottom;
}
*/
.contbox .cont_bg b, .contbox .cont_bg strong {
    font-size: 18px;
    padding: 0 5px 0 5px;
}
.contbox .cont_bg dl {
    display: block;
    overflow: hidden;
    width: 565px;
    height: auto;
    margin: 10px 0 30px;
    border: solid 2px #C1BA69;
    border-radius: 10px;
}
.contbox .cont_bg dl:last-child {
    margin: 10px 0 0;
}
.contbox .cont_bg dl dt {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    padding: 15px 0 15px 20px;
    color: #222;
    background: #C1BA69;
}
.contbox .cont_bg dl dt:before {
    font-size: 28px;
    line-height: 40px;
    padding: 0 5px 0 8px;
    content: 'Q.';
    vertical-align: top;
    color: #FFF;
}
.contbox .cont_bg dl dd {
    font-size: 15px;
    line-height: 28px;
    height: 160px;
    padding: 20px 30px 20px;
    color: #000;
}
.contbox .cont_bg dl dd:before {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 8px 0 0;
    content: 'A.';
    vertical-align: top;
    color: #C1BA69;
}
.contbox .cont_bg dl span {
    font-size: 22px;
    line-height: 35px;
    display: inline-block;
    width: 455px;
    height: 0;
    margin: 5px 0 2px 10px;
}
.contbox .cont_bg dl dd span {
    font-size: 16px;
}
.cont_bg {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    margin: 40px 0 100px;
    padding: 30px;
    background: #222;
}
.cont_bg:last-child {
    margin: 40px 0 40px;
}
#warranty {
    border: solid 5px #C1BA69;
    background-color: #FFF;
}

.contbox #warranty p {
    border: 4px dotted #C1BA69;
}
#description {
    border: solid 5px #C1BA69;
    background-color: #FFF;
}

.contbox #description div {
    border: 4px dotted #C1BA69;
}
#question {
    border: solid 5px #C1BA69;
    background-color: #FFF;
}



.bt {
    margin-bottom: 30px;
    padding-left: 10px;
    text-align: center;
}



/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
