/*========================================
    page visual
========================================*/
.pagevisual-catch .pagevisual-title {
    background: none;
}

.pagevisual-catch .pagevisual-title_sub {
    background: none;
}

.photo-gallery-list li {
    width: 14%;
}

@media (max-width: 640px)
{
    .photo-gallery-list li {
        width: 33.3%;
    }

}

.table-spec {
    width: 97%;
    font-size: 90%;
}

.table-spec tr th {
    display: block;
    width: 100%;
    text-align: left;
}

.table-spec tr .pc-spec {
    margin-left: 13px;
}


.overview .overview-info .overview-info-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0 10px;
}

.overview .overview-info .overview-info-title:before {
    display: inline-block;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    margin-right: 10px;
    margin-right: 1rem;
    content: '';
}

.overview .overview-info .overview-info-title.bring:before {
    background: url(/asset/img/icn-bring-black.svg) no-repeat center;
    background-size: contain;
}

.overview .overview-info .overview-info-title.price:before {
    background: url(/asset/img/icn-price.svg) no-repeat center;
    background-size: contain;
}

.overview-info .overview-info-title.check:before {
    background: url(../../../asset/img/icn_check_black.svg) no-repeat center;
    background-size: contain;
    fill: #333333;
}

.company-public-new {
    display: table;
    width: 100%;
}


.lession-list ul li:after {
    background: #8E45CC;
}

 
.lession-list .lession-num .lession-num-txt {
    background: #8E45CC !important;
}

.lession-title {
    color: #8E45CC;
}


.company-public-new .company-new-title {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    border-right: 1px solid #dcdddd;
}

.company-public-new .company-new-list {
    display: table-cell;
    padding-left: 3%;
}
.company-public-new .company-new-item {
    display: table;
    margin-bottom: 1rem;
}


.company-new-item .company-new-date {
    width: 8rem;
    display: table-cell
}
.company-new-item .company-new-txt {
}

.bold{
  font-weight: bold;
}
.mb20{
  margin-bottom: 20px;
}
.wd100{
  width: 100% !important;
}
.wd15{
  width: 15% !important;
}

.movie-youtube {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    margin-bottom: 36px;
    
}

.movie-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-btn.btn-03 li a {
    background: #8E45CC;
    color: #fff;
    font-size: 2.8rem;
    padding: 1.5rem 0 1.5rem
}

.txt-through {
    text-decoration: line-through;
}

.camp-inquiry {

}

.camp-inquiry .camp-inquiry-inner {
    background: #f7f8f8;
    padding: 3rem;
}

.camp-inquiry .camp-inquiry-title {
    font-size: 2.4rem;
    color: #d81882;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.camp-inquiry .camp-inquiry-title span {
    font-weight: bold;
    margin-left: 1rem;
}

.camp-inquiry .camp-inquiry-txt01 {
    font-weight:bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.camp-inquiry .camp-inquiry-hour {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.camp-inquiry .camp-inquiry-hour:before {
    content: '';
    display: inline-block;
    background: url(/asset/img/icn-hour.svg) no-repeat;
    background-size: contain;
    width: 19px;
    height: 16px;
    margin-right: 1rem;
}

.camp-inquiry .camp-inquiry-phone {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.camp-inquiry .camp-inquiry-phone:before {
    content: '';
    display: inline-block;
    background: url(/asset/img/icn-phone-black.svg) no-repeat;
    background-size: contain;
    width: 19px;
    height: 16px;
    margin-right: 1rem;
}

.camp-inquiry-btn a {
    display: block;
    margin: 2rem 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #d81882 url(/asset/img/icn-arrow_white.svg) no-repeat 97% center;
    background-size: 9px 13px;
    padding: 1rem 0;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.camp-inquiry-btn a:hover {
    opacity: .7;
}
.radio-box {
    background-color: #f8f1fd;
    border-radius: 10px;
}
input[type=radio] {
    display: none;
}
.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 110%;
    font-weight: bold;
}
.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio03::after {
    background: #8E45CC;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}
input[type=radio]:checked + .radio03::before {
    border-color: #666;
}
input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.article-title-h5 {
    color: #8E45CC;
}

.regist-btn {
    cursor: pointer;
}

.link-bold {
	font-weight: bold;
}

.larger-text {
    font-size: 1.6rem;
}

.smaller-text {
    font-size: 1.2rem;
}

.mr20 {
    margin-right: 2rem;
}