@media screen and (min-width: 480px) {
    .l-shiryou-saishin {
        padding-top: 0;
        margin-top: calc(-2em + 2px);
    }
    .l-shiryou-saishin #mainVisual {
        position: relative;
        padding-left: 0;
        display: block;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .l-shiryou-saishin #mainVisual .text {
        position: absolute;
        width: 35.955223881%;
        padding-top: 0;
        top: 14.942528736%;
        left: 8.4%;
        background: none;
    }
    #mainVisual .text img {
        height: auto;
    }
    #mainVisual .text .start {
        margin-top: 24%;
        width: 65%;
        margin-left: 14%;
        margin-right: auto;
    }
    .l-shiryou-saishin #mainVisual .image {
        position: relative;
        right: 0;
        width: 100%;
    }
    .contentBox .title span {
        display: inline-block;
        vertical-align: middle;
    }
    .contentBox li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .mt50{
        margin-top: 50px !important;
    }

    .column_left {
        position: relative;
        float: left;
        width: 50%;
    }
    
    .column_right {
        overflow: hidden;
        position: relative;
        float: right;
        width: 45%;
    }


}
.c-headline {
    background: #C9C9CA;
    color: #fff;
    padding: .2em .5em;
    font-size: 1.5em !important;
    margin-bottom: 30px;
    font-weight: bold;
}
.contentBox-full {
    width: 100% !important;
    float: none;
}

.contentBox-full .title{
    font-size: 1.66em;
    padding-bottom: 0.2em;
}

.point-list {
    display: flex;
    justify-content: space-between;
}
.point-list > div {
    width: 47%;
}
.point-item {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.point-item i {
    font-size: 1.4em;
    background: #C9C9CA;
    color: white;
    display: inline-block;
    margin-right: 10px;
    padding: .6em .5em .5em;
    line-height: 1;
}
.point-item i.top {
    margin-top: -1em;
}
#main .point-item p {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.35;
}
.point__sub {
    font-weight: normal !important;
    font-size: 1rem !important;
}

.profile {
    display: flex;
    justify-content: space-between;
}
.profile > div {
    width: 49%;
}
.profile .c-headline {
    margin-bottom: .5em;
    letter-spacing: .12em;
}
.l-shiryou-saishin .contentBox .profile .title {
    border-bottom: none;
    margin-bottom: .5em;
}

.l-shiryou-saishin .contentBox .title {
    border-bottom: none;
    margin-bottom: 1em;
    letter-spacing: .05em;
    border-bottom: 1px solid;
}
#main .contentBox .profile li {
    line-height: 1.83;
    font-feature-settings: 'palt';
    padding-left: 0;
    text-indent: 0;
}
.l-shiryou-saishin .contentBox.profile-text {
    width: 53.869499241%;
    padding-top: 4em;
}

.right {
    text-align: right !important;
}

.title-sidefull {
    border-bottom: none;
    margin-bottom: 1em;
    letter-spacing: .05em;
    border-bottom: 1px solid;
    font-weight: 700;
    font-size: 1.66em;
}


@media screen and (max-width: 481px) {
    .point-list {
        display: block;
    }
    .point-list div {
        width: 100%;
    }
    .profile {
        display: block;
    }
    .profile > div {
        width: 100%;
    }
    #mainVisual img {
        height: auto;
    }
    #mainVisual .title {
        margin-bottom: 20px;
    }
    #mainVisual .start img {
        width: 50%;
    }
    #mainVisual .image img {
        height: 80vmin;
        object-fit: cover;
        object-position: 85% 50%;
    }

    .wid-cont{
        width:60% !important;
    }

}
.doctor_movie_box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.doctor_movie_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.margin-control{
    margin-bottom: 1px;
    margin-top: 20px;
}

.btn--daVinci {
    text-align: center !important;
    font-weight: bold;
    font-size: 17px;
    padding: 7px 15px;
    margin:0 auto;
    width: 20%;
    background: #efeee7;
}

a.btn--yellow {
    color: #000;
    background-color: #d6d6d6;
    border-bottom: 5px solid #7c7c7c;
  }
  
a.btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #d6d6d6;
    border-bottom: 2px solid #7c7c7c;
  }