#header .hd_logo_area {
    position: relative;
    min-height: 68px;
}

.width-175 {
    min-width:175px;
    margin-top: 5px;
}

.width-130 {
    min-width:130px;
    margin-top: 5px;
}

@media (max-width: 1000px) and (min-width: 0px) {
    .btn_buy_course_group {
        margin-top: 8px!important;
    }
}

@media (max-width: 960px) and (min-width: 0px) {
    .course_detail_txt {
        position: relative;
        float: none;
        width: 100%;
        margin: 0px;
        padding: 0px 0px 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        overflow: hidden;
    }
}

.course_detail_txt {
    margin: 0px;
    padding: 0px 0px 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 330px !important;
}

.course_detail_txt .etudes_login_btn {
    background-color: #156082;
    border-color: #08273C;
    border-radius: unset;
    color: #fff;
    margin-left: 65px;
}

.course_style_t{
    position: relative;
    float: left;
    padding:5px 10px;
    font-size: 12px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-image:url(../etudes/img/category_arrow.png);
    background-repeat:no-repeat;
    background-position:center right 10px;
    background-color: #efefef;
    cursor: pointer;
}

.course_style{
    position: absolute;
    margin: 0;
    padding: 0;
    top:40px;
    width:190px;
    z-index:10;
    display:none;
}

.course_style ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    width:190px;
    list-style: none;
    background-color: #fff;
    overflow: hidden;
}

.course_style ul li{
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    width:190px;
    height:auto;
    letter-spacing:0;
    background-color: #fff;
    color:#3e3e3e;
    display: block;
}

.course_style li:hover{
    color:#fff;
    background-color: #595757;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
    .course_style_t{
        margin: 0;
        width:100%;
        height: auto;
    }
}

@media screen and (min-width: 961px) {
    .course_style_t{
        margin-right: 10px;
        width:126px;
        height:22px;
    }
}

#contents .panel_conts_area {
    width: 100% !important;
    background-color: #ffffff !important;
}

#contents .conts_title_t {
    color: #741b47 !important;
}


.parent_showmore_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .parent_showmore_btn {
        margin-top: 26px;
    }
}


.showmore_btn {
    background: #26B99A;
    color: #fff;
    border: 1px solid #169F85;
    border-radius: 5px;
    width: 110px;
    font-weight: bold;
    font-size: 13px;
}

/* さらに表示のローディング */
.spinner {
    border: 4px solid #0000001a;
    border-radius: 50%;
    border-top: 4px solid #4e5052;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    padding: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.th_detail_price{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_price:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	/* background-image:url(../etudes/img/th_price_icon.png); */
	background-repeat:no-repeat;
	background-position:center left 0;
}