@charset "utf-8";

/* Common */
.columns {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
}
.columns .column {
    padding: 0 1rem;
    box-sizing: border-box;
}
.columns .column.is-6 {
    width: 50%;
}

.content h3 {
    color: #008cd6;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: .3em;
}

.content h4 {
    color: #008cd6;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px dotted #008cd6;
    margin-bottom: .3em;
}

.content table tbody tr th,
.content table tbody tr td {
    padding: .5em;
    border-bottom: 1px solid #ccc;
}

.content table tbody tr:last-child th,
.content table tbody tr:last-child td {
    border-bottom: none;
}

.content table tbody tr th {
    white-space: nowrap;
}

.content ul li:before {
    content: '●';
    color: #008cd6;
    margin-right: .3em;
}


/* Structure */
header {
    height: 130px;
}

.head_info {
    width: 400px;
}

.head_info ul li:last-child {
    margin-top: 24px;
}

.dr-career {
    margin-top: 16px;
}

.dr-career ul {
    display: block;
    margin: .5em 0;
}

.dr-career table,
.dr-career ul li {
    font-size: 10.5px;
}

.box_about {
    background-repeat: repeat-y;
    padding: 50px 80px;
}

.box_about .note {
    /*color: #008cd6;*/
    font-weight: bold;
    margin-bottom: 36px;
}

.box_about .price__table {
    font-size: 14px;
}
.box_about .price__table tbody tr th,
.box_about .price__table tbody tr td {
    padding: 20px 25px;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
}
.box_about .price__table tbody tr td {
    background-color: #fff;
}

.box_about ul {
    margin-bottom: 40px;
}

.box_about ul li:last-child {
    margin-top: 24px;
}

.box_about ul li::before {
    display: none;
}

.box_about ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.box_about.content h4 {
    margin-bottom: 16px;
}

.box_about .is-box {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
}

.counseling {
    margin-bottom: 80px;
    padding: 80px 0;
    background-color: #ececf1;
}

.counseling .is-box {
    padding: 64px 120px;
    border-radius: 20px;
    background-color: #fff;
}

.counseling .is-box section:not(:last-child) {
    margin-bottom: 60px;
}

.counseling .is-box section h3 {
    background: url(../images/page/bg_hdg.png) no-repeat;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0 13px 30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.inv-recaptcha-holder {
    display: none;
}

footer {
    padding-top: 0;
}
