.recruit_bg {
    background: #eaf6fd url('../img/recruit_back.jpg') left top / contain no-repeat;
    margin-top: 4rem;
}

p.caution {
    color: #0069cc;
    font-weight: bold;
    text-align: center;
    margin: 2em 0;
}

.flex {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.flex_center {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
}

.mynavi_banner {
    margin-left: 20px;
}

.mynavi_links {
    display: flex;
    flex-direction: column;
}

.mynavi_links p {
    margin: 0;
}

.chuto_al_links  {
    width: 98%;
    text-align: left;
    margin-bottom: 2rem;
}

.chuto_al_links h3 {
    color: #0069cc;
    font-weight: bold;
    font-size: 1.2rem;
}

.chuto_boshuchu li {
    display: inline-block;
    margin-left: 2.5em;
    margin-top: 1em;
}

.chuto_boshuchu li a {
    text-decoration: underline;
}

a.textlink {
    color: #0069cc;
    transition: 0.3s;
}

a.textlink:hover {
    color: #004586;
}

a.button {
    border: 1px solid #0069cc;
    color: #0069cc;
    padding: 0.5em;
    transition: 0.3s;
    margin-top: 1em;
    display: inline-block;
}

a.button:hover {
    background-color: #0069cc;
    color: #FFF;
}

.recruit_details {
    width: 100%;
}

.recruit_details th,
.recruit_details td {
    border-bottom: 1px solid #a0a0a0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.9em;
}

.recruit_details th {
    text-align: left;
    vertical-align: top;
    color: #0069cc;
    width: 25%;
}

#meeting {
    width: 100%;
}

/****************** 説明会詳細一覧　使ってない **********************/
.meeting_details h2 {
    font-size: 0.9em;
    color: #0069cc;
    margin: 3em 0 0.8em;
}

.meeting_details table {
    width: 100%;
}

.meeting_details table th,
.meeting_details table td {
    padding: 0.8em 0;
    border-top: 1px solid #979897;
    border-bottom: 1px solid #979897;
    font-size: 0.9em;
}

.meeting_details th {
    padding-right: 2em;
    white-space: nowrap;
}

.meeting_details th::after {
    content: '｜';
    color: #000;
    margin-left: 1rem;
}

/* #meeting p {
    margin-top: 4em;
} */

/****************** ここまで　使ってない **********************/

#parttime p.center.arrow {
    font-size:2em;
    color:#0069cc;
    margin:1rem;
}

.meeting_contact {
    margin-top: 4em;
    text-align:left;
}

/****************************** recruit_agree.html ***********************************/
.print-off {
    display: none;
    }

.center p.check_kome {
    font-size: 0.9em;
    font-weight: bold;
}

.terms {
    width: 95%;
    height: 40vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin: 0 auto;
    font-size: 0.9rem;
}

button.recruit_button {
    border: 1px solid #0069cc;
      color: #0069cc;
      padding: 0.5em 1em;
      transition: 0.3s;
  }
  
  button.recruit_button:hover {
    background-color: #0069cc;
      color: #FFF;
  }

/* recruit_form.php */
p.align_right {
    text-align: right;
}

.mailform section {
    margin-bottom: 10vh;
}

h2.form_chapter {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 7vh;
    margin-bottom: 1rem;
}

.mailform h3 {
    font-size: 1rem;
    font-weight: bold;
}

.mailform p {
    margin-top:0;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

span.must {
    color: #f00;
    margin-left: 1em;
}
.caption_list li {
    list-style-type:disc;
}

/******************* タブレット用 ***************/
@media (min-width: 415px) {
    .recruit_bg {
        margin-top: 4rem;
    }

    .recruit_details th,
    .recruit_details td {
        font-size: 1em;
    }
    
    .recruit_details th {
        width: 15%;
    }

    #meeting {
        width: 80%;
        margin: 0 auto;
    }
    
    .meeting_details h2 {
        font-size: 1.1em;
    }
    
    .meeting_details th {
        padding-right: 2em;
    }

    /* recruit_agree.html */
.terms {
    width: 80%;
    height: 20vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin: 0 auto;
    font-size: 0.9rem;
}

    /* recruit_form.php */
    .mailform section {
        margin-bottom: 5vh;
    }

    h2.form_chapter {
        font-weight: bold;
        font-size: 1rem;
        margin-top: 7vh;
    }

}

/********************** PC用 ******************/
@media (min-width: 1024px) {
    .recruit_bg {
        margin-top: 120px;
    }

    .recruit_details th,
    .recruit_details td {
        font-size: 1em;
    }

    .recruit_details th {
        width: 15%;
    }

    #meeting {
        width: 80%;
        margin: 0 auto;
    }
    
    .meeting_details h2 {
        font-size: 1.1em;
    }

    .meeting_details table th,
    .meeting_details table td {
        font-size: 1em;
    }
    
    .meeting_details th {
        padding-right: 2em;
    }

    /* recruit_agree.html */
.terms {
    width: 600px;
    height: 250px;
    }

    /* recruit_form.php */
    .mailform section {
        margin-bottom: 50px;
    }

    h2.form_chapter {
        font-size: 16px;
        margin-top: 3rem;
    }
}