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

REQUIREMENTS Css

*******************************/


figure.photo {
    width: 100%;
    margin: 50px 0;
    text-align: center;
}




.faq {
  /*margin-bottom: 32px; */
	margin-bottom: 50px;
    text-align: initial;
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 50px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.faq__dt::before {
content: url(../img/q.png);
display: inline-block;
vertical-align: middle;
display: block;
position: absolute;
top: -10px;
bottom: auto;
/*left: auto;*/
right: auto;
}

/*.faq__dd::before {
  content: 'A.';
  color: #0085C8; */
}




/*******************************
メンバー紹介
 *******************************/
.member {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.member > dd {
    position: relative;
}

.member ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 2%;
}

.member ul {
    width: 20%;
	display: inline;
}

.member ul figure.staff {
    position: relative;
    max-width: 141px;
    margin: 0 auto 20px;
}

.member ul figcaption {
    position: absolute;
    top: 0;
    right: 0;
}

.member ul dt {
    font-weight: bold;
    margin-bottom: 20px;
}

.member ul dt span {
    display: block;
    font-size: 75%;
    font-weight: normal;
}

.member ul dd {
    text-align: left;
    width: 75%;
    margin: 0 auto;
    font-size: 90%;
    line-height: 1.8;
}

/*****　装飾　*****/
.member::before {
    display: block;
    content: '';
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
}

.member::after {
    display: block;
    content: '';
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
}

.member > dd::after {
    display: block;
    content: '';
    width: 98%;
    height: 1px;
    background: #dcdcdc;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.horizon {
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizon:before,
.horizon:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #dcdcdc;
    display: block;
}

.horizon:before {
    margin-right: .4em;
}

.horizon:after {
    margin-left: .4em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .member ul::after {
        content: "";
        display: block;
        width: 30%;
    }
    .member ul li {
        width: 30%;
        margin-bottom: 50px;
	display: inline;
   	text-align: center;

    }

    .member ul li:nth-child(4),
    .member ul li:nth-child(5) {
        margin-bottom: 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .member {
        width: 95%;
        margin: 0 auto 50px;
    }
    .member ul::after {
        display: none;
    }
    .member ul li {
        width: 50%;
    }

    /*****　装飾　*****/
    .member::before {
        height: 95%;
    }
    .member::after {
        height: 95%;
    }
}





/*****　装飾　*****/
.member::before {
    display: block;
    content: '';
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
}

.member::after {
    display: block;
    content: '';
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
}

.member > dd::after {
    display: block;
    content: '';
    width: 98%;
    height: 1px;
    background: #dcdcdc;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.horizon {
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizon:before,
.horizon:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #dcdcdc;
    display: block;
}

.horizon:before {
    margin-right: .4em;
}

.horizon:after {
    margin-left: .4em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .member ul::after {
        content: "";
        display: block;
        width: 30%;
    }
    .member ul li {
        width: 30%;
        margin-bottom: 50px;
    }

    .member ul li:nth-child(4),
    .member ul li:nth-child(5) {
        margin-bottom: 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .member {
        width: 95%;
        margin: 0 auto 50px;
    }
    .member ul::after {
        display: none;
    }
    .member ul li {
        width: 50%;
    }

    /*****　装飾　*****/
    .member::before {
        height: 95%;
    }
    .member::after {
        height: 95%;
    }
}






/*******************************
募集要項
 *******************************/

.wrap-common {
    max-width: 690px;
    margin-bottom: 100px;
}

ul.bt {
    width: 100%;
}

ul.bt li {
    width: 50%;
    font-weight: bold;
    padding: 15px 0;
    background: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
}

ul.bt li:nth-child(1) {
    border-right: none;
}

ul.bt li.is-active {
    background: #fff;
    color: #2f2f2f;
}

.ChangeElem_Panel {
    display: none;
    padding-top: 15px;
}

.ChangeElem_Panel table {
    width: 100%;
    border-top: 1px solid #c9caca;
}

.ChangeElem_Panel table tr {
    border-bottom: 1px solid #c9caca;
}

.ChangeElem_Panel table th {
    color: #6f6f6f;
    font-weight: bold;
    padding: 30px 1% 30px 0;
    width: 20%;
}

.ChangeElem_Panel table td {
    padding: 30px 0;
}

.ChangeElem_Panel table ol,
.ChangeElem_Panel table dl {
    line-height: 1.8;
}

.ChangeElem_Panel table ol li {
    padding-left: 1em;
    text-indent: -1em;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .ChangeElem_Panel table,
    .ChangeElem_Panel tbody,
    .ChangeElem_Panel tr,
    .ChangeElem_Panel th,
    .ChangeElem_Panel td {
        display: block;
    }

    .ChangeElem_Panel table th {
        padding: 30px 0 10px;
        width: 100%;
    }
    .ChangeElem_Panel table td {
        padding: 0 0 30px;
    }
}
