

#main_col{
padding-bottom: 2rem;
}

a, a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 0px;
}

#hero {
    max-width: 100%;
    position: relative;
    padding: 0;
}

#hero img {
    width: 100%;
    height: auto;
}

#hero .hero_text {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: right;
}

#hero .hero_text span{
    display: inline-block;
    background: #FFB4B4;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
}

#hero .hero_text span:first-child{
    margin-top: 0;
}

#clinics {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#clinics .clinic_item {
    width: 50%;
    padding: 20px 30px;
}

#clinics .clinic_item.sapporo {
    background: #fffae8;
}

#clinics .clinic_item.okayama {
    background: #e8f8ff;
}

#clinics .clinic_item img {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 13px 9px;
    background: #fff;
    border-radius: 80px;
}

#clinics .clinic_item h5 {
    width: 100%;
    display: block;
    color: #333333;
    margin: 0.5rem 0 0;
}

@media (min-width:771px){

    #clinics .clinic_item {
        width: 50%;
        padding: 30px;
    }

    #clinics .clinic_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #clinics .clinic_item img {
        width: 50%;
        padding: 25px 15px;
    }

    #clinics .clinic_item h5 {
        width: 40%;
    }
}

/* #recruit{
    border: 8px solid #ff8484;
    margin: 2rem 0;
    padding: 3rem 1rem 1.5rem;
}

#recruit h2{
    text-align: center;
    margin-bottom: 1rem;
}

#recruit .content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}

#recruit .content img {
    width: 15%;
}

#recruit .content p {
    width: 75%;
}

#recruit .links {
    padding: 1rem 2rem 0;
    border-top: 1px dotted #ff8484;
}

#recruit .links dt {
    font-weight: bold;
    margin: 0.8rem 0;
}

#recruit .links dt:not(:first-child) {
    margin-top: 1.5rem;
}

#recruit .links dd {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
}

#recruit .links dd a {
    display: block;
    padding: 1.5rem;
    width: 48%;
    background: #f8d7d7;
    border-radius: 30px;
    position: relative;
}

#recruit .links dd a::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-135deg);
    position: absolute;
    right: 10%;
    top: 34%;
}

@media (max-width:770px) {
    #recruit {
    padding-bottom: 0;
    }

    #recruit .content{
    display: block;
    }
    
    #recruit .content img {
    width: 15%;
    display: block;
    margin: 1.3rem auto 1rem;
    }
    
    #recruit .content p {
    width: 100%;
    }
    
    #recruit .links {
    padding: 1rem;
    }
    
    #recruit .links dd {
    display: block;
    }

    #recruit .links dd a {
    width: 100%;
    }

    #recruit .links dd a:not(:last-child) {
    margin-bottom: 0.5rem;
    }
    
} */

.sect {
    padding: 50px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sect_head {
    color: #E27B7B;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 auto 2px;
    text-align: center;
}

.below_sect_head {
    margin: 0 auto 20px; 
    padding: 0;
    display: block;
}

.sect_subhead {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0.5rem 0.8rem;
}

.cal {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    text-align: center;
}

thead {
    background: #FFDFDF;
    height: 35px;
}

tbody {
    height: 35px;
    border-bottom: 1px solid #FFDFDF;
}

th {
    font-size: 16px;
    color: #AE6321;
    line-height: 20px;
    padding: 7.5px 0;
}

td {
    font-size: 15px;
    line-height: 23px; 
    color: #333333;
}

.cont {
    width: 100%;
    line-height: 0;
    margin-bottom: 15px;
}

.cont-head-text {
    margin-bottom: 0;
    color: #4681a5;
    font-size: 1.2rem;
}

.cont-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.feff9 {
    background: #fefff9;
}

.f9f9f9 {
    background: #f9f9f9;
}

.flex-row {
    display: flex;
    gap: 5px;
    align-items: center;
}

#notice {
    display: block;
}

#notice .cont.flex-col {
gap: 5px;
}

#notice ul {
    list-style-type: none;
    margin-top: 1rem;
}

#notice ul li {
    padding-left: 1rem;
}

#notice ul li::before {
    content: none;
}

.loc {
    background: #EEDBC0;
    width: 65px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
}

.date {
    color: #FFB4B4;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.dots {
    padding-bottom: 8px;
    border-bottom: 2px dotted #D2D2D2;
}

#notice .cont.flex-center {
    align-items: center;
    gap: 12px;
}
.btn_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5px;
}

.btn_green {
    width: 175px;
    height: 50px;
    background: #D8F6DF;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #262626;
}

.btn_pink {
    width: 251px;
    height: 38px;
    background: #FFB4B4;
    padding: 8px 10px;
    font-size: 16px;
    color: #262626;
    text-align: center;
    margin: 0 auto;
}

.prefec {
    font-weight: 700;
    color: #333333;
}

#exam_details .cont .flex-col {
    width: 100%;
}

#faq h3{
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 7px solid #4681a5;
    padding-left: 0.5rem;
    color: #4681a5;
}

#faq h3:nth-of-type(2){
    margin-top: 2rem;
}

#faq .qa .js-accordion-title,
#faq .qa .js-accordion-content{
    padding: 1rem 2.5rem;
    position: relative;
    line-height: 1.6;
}

#faq .qa .js-accordion-title{
    background: #FFDFDF;
    margin-top: 1rem;
}

#faq .qa .js-accordion-content{
    background: #FFF6FA;
}

#faq .qa .js-accordion-title::before,
#faq .qa .js-accordion-content::before{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #AE6321;
    position: absolute;
    top: 14%;
    left: 1rem;
}

#faq .qa .js-accordion-title::before{
    content: "Q.";
}

#faq .qa .js-accordion-content::before{
    content: "A.";
}

#faq .qa .js-accordion-title::after{
    display: block;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2rem;
    top: 40%;
}

#faq .qa .js-accordion-title.open::after{
    transform: rotate(135deg);
}

@media (max-width: 770px) {
    #faq .qa .js-accordion-title::before,
    #faq .qa .js-accordion-content::before{
        left: 0.7rem;
    }

    #faq .qa .js-accordion-title::after{
        right: 1rem;
    }
}

#access iframe {
    width: 100%;
    height: 98px;
    margin: 1rem auto;
}

/* Media Query */

@media (min-width: 771px) {
    #access iframe {
    height: 200px;
    }

    #hero .hero_text span {
    font-size: 1.5rem;
    }
}


.btn-text{
    font-size: 14px;
}

.footer_icon img{
    margin-top: 3px;
    width: 15px;
    height: 15px;;
}


@media (min-width: 600px){
    .footer_icon img{
        width: 30px;
        height: 30px;
    }
    .btn-text{
        font-size: 1rem;
    }
    .br{
        display: none;
    }
}