@charset "UTF-8";
/* CSS Document */
	
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);

@media screen and (min-width:800px) {

.course_detail {
    background-color: #FFFFFF;
    border: 1px solid #A7B6C1;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    padding: 30px;
}
.course__inner {
    position: relative;
    height: 180px;
}
.course01 {
    height: 280px;
}
.course02 {
    height: 270px;
}
.course03 {
    height: 240px;
}
.course__inner .right {
        width: 710px;
        position: absolute;
        top: 0;
        right: 0;
    }
.course__inner img {
    width: 230px;
    height: auto;
    margin-right: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.course__inner dt {
    color: #333333;
    font-size: 22px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.course__inner dt.mb5 {
    margin-bottom: 5px;
}
.course__inner dt span{
    color: #333333;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
    display: block;
}

.course__inner h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2C526E;
    /*margin: 0 auto 20px;*/
    /*position: relative;*/
}

.info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.course__inner .date {
    color: #638196;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}
.course__inner .price {
    display: block;
    color: #FF3524;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}
.course__inner .course_txt {
    display: block;
    width: 710px;
    border-top: 2px dotted #648195;
    padding-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.07em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.aisatsu {
    background: url(/attending/t/vec/images/aisatsu_bg.png) repeat-y;
    padding: 20px 30px;
    margin-top: 20px;
}
.aisatsu h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2C526E;
    margin: 0 auto 20px;
    position: relative;
}
.aisatsu h4::after {
    content: "";
    display: block;
    width: 180px;
    height: 7px;
    background: url(/attending/t/vec/images/h4_deco01.png) no-repeat;
    background-position: top right;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
}
.aisatsu h4::before {
    content: "";
    display: block;
    width: 180px;
    height: 7px;
    background: url(/attending/t/vec/images/h4_deco02.png) no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 0;
}
.aisatsu_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aisatsu_inner {
    margin-right: 30px;
}
.aisatsu_inner .txt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.07em;
}
.aisatsu_inner .comments {
    color: #2C526E;
    text-align: right;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.aisatsu_content img {
    width: 151px;
    height: 151px;
}
.btn_list {
    display: flex;
    justify-content: space-between;
}
.btn_list .btn_item {
    width: 467px;
}
.btn_item {
    display: block;
    margin-top: 30px;
    background: linear-gradient(70deg, #B2C7D6, #648195);
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    position: relative;
    border: 1px solid #B2C7D6;
    transition: 0.5s;
}
.btn_item::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.btn_item:hover {
    background: #FFFFFF;
    border: 1px solid #638196;
    color: #638196;
}
.btn_item:hover::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #638196;
    border-right: 2px solid #638196;
}

}

@media screen and (max-width:799px) {
    
    .course_detail {
        background-color: #FFFFFF;
        border: 1px solid #A7B6C1;
        border-radius: 10px;
        box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
        margin: 0 1.5rem 40px;
        padding: 20px 15px 30px;
    }
    .course__inner dt {
        color: #333333;
        font-size: 18px;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .course__inner dt span{
        color: #333333;
        font-size: 14px;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 600;
        display: block;
    }
    .course__inner .date {
        color: #638196;
        font-size: 13px;
        letter-spacing: 0.01em;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        padding-bottom: 5px;
    }
    .course__inner .price {
        color: #FF3524;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        padding-bottom: 15px;
    }
    .course__inner .course_txt {
    /*    border-top: 2px dotted #648195;*/
        padding: 15px 0;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.07em;
    }
    .course__inner h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2C526E;
    /*margin: 0 auto 20px;*/
    /*position: relative;*/
}
    .aisatsu {
        background: url(/attending/t/vec/images/sp/aisatsu_bg.png) no-repeat;
        padding: 15px 15px 160px;
        position: relative;
        margin-bottom: 30px;
    }
    .aisatsu h4 {
        text-align: center;
        font-size: 18px;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 700;
        letter-spacing: 0.07em;
        color: #2C526E;
        margin: 0 auto 20px;
        position: relative;
    }
    .aisatsu h4::after {
        content: "";
        display: block;
        width: 284px;
        height: 8px;
        background: url(/attending/t/vec/images/sp/aisatsu_h4_deco.png) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .aisatsu_inner .txt {
        font-family: 'Noto Sans JP', sans-serif;
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.07em;
    }
    .aisatsu_inner .comments {
        display: block;
        width: 42%;
        color: #2C526E;
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .aisatsu_content img {
        width: 130px;
        height: 130px;
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    .btn_item {
        display: block;
        margin-top: 15px;
        background: linear-gradient(70deg, #B2C7D6, #648195);
        border-radius: 50px;
        color: #FFFFFF;
        font-size: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        text-align: center;
        padding: 18px;
        position: relative;
        border: 1px solid #B2C7D6;
        transition: 0.5s;
    }
    .btn_item::after {
        content: "";
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: 50%;
        right: 30px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: translateY(-50%) rotate(45deg);
    }
    .btn_item:hover {
        background: #FFFFFF;
        border: 1px solid #638196;
        color: #638196;
    }
    .btn_item:hover::after {
        content: "";
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: 50%;
        right: 30px;
        border-top: 2px solid #638196;
        border-right: 2px solid #638196;
    }
    
}

