@charset "UTF-8";
@media screen and (min-width: 1030px) {
  #contentsWrap img {
    max-width: 100%;
  }
  /* under_mv
  ---------------------------------------------*/
  #under_mv {
    background: #ddf2f3 url(/brand/eyebon/img/doctor/doctor_title.png) no-repeat center top;
  }
  #title {
    font-size: 30px !important;
    font-weight: bold;
    color: #2e6480;
  }
  #title span {
    font-size: 43px;
  }
  /* evidence
  ---------------------------------------------*/
  .evidence {
    padding-top: 60px;
    text-align: center;
  }
  .evidence .video iframe {
    width: 640px;
    height: 360px;
    margin: 0 auto;
  }
  .evidence-content {
    margin-top: 20px;
  }
  .evidence-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: #2e6480;
  }
  .evidence-content p {
    font-size: 20px;
    margin-top: 20px;
  }
  .evidence-ttl {
    font-size: 30px;
    line-height: 1.42;
    color: #005aad;
    width: -moz-fit-content;
    width: fit-content;
    padding: 26px 86px 26px 136px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .evidence-ttl--01 {
    background-image: url("../img/doctor/evidence_ttl01_bg.png");
  }
  .evidence-ttl--02 {
    background-image: url("../img/doctor/evidence_ttl02_bg.png");
  }
  .evidence-list {
    background: #d3f0f8;
    position: relative;
    margin-top: 100px;
    padding: 90px 0;
  }
  .evidence-list::before {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/bg_wave01_top.png) repeat-x left bottom;
    height: 24px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .evidence-list::after {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/bg_wave01_bottom.png) repeat-x left bottom;
    height: 24px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .evidence-list__item + .evidence-list__item {
    margin-top: 100px;
  }
  .evidence-list__item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    padding: 0 64px;
  }
  .evidence-list__item > div p {
    width: 430px;
    font-size: 22px;
    text-align: left;
  }
  .evidence-list__item > div p span {
    color: #005aad;
    font-weight: bold;
  }
  .evidence-list__item > div picture {
    width: 430px;
  }
  /* point
  ---------------------------------------------*/
  .point {
    text-align: center;
    margin-top: 60px;
  }
  .point-lead {
    width: 634px;
    margin: 0 auto;
  }
  .point-wrap {
    margin-top: 100px;
    background: #f2f8fa;
    border: solid 3px #005aad;
    border-radius: 20px;
    padding: 90px 64px 60px;
    position: relative;
  }
  .point-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 31px;
    text-align: center;
    color: #005aad;
    width: 640px;
    height: 81px;
    background-image: url("../img/doctor/point_ttl_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .point-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .point-list li + li {
    margin-top: 50px;
  }
  .point-list li div {
    width: 430px;
    background: url(/brand/eyebon/img/doctor/point01.png) no-repeat left top/66px;
  }
  .point-list li div h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .point-list li.point-list--01 div h3 {
    padding-left: 86px;
  }
  .point-list li.point-list--02 div {
    background-image: url(/brand/eyebon/img/doctor/point02.png);
  }
  .point-list li.point-list--02 div h3 {
    padding-left: 86px;
  }
  .point-list li.point-list--03 div {
    background-image: url(/brand/eyebon/img/doctor/point03.png);
    padding-left: 86px;
  }
  .point-list li div p {
    font-size: 18px;
    margin-top: 10px;
  }
  .point-list li div p span {
    color: #dd0000;
    font-weight: bold;
  }
  .point-list li picture {
    width: 430px;
  }
  .point-list li.point-list--03 {
    flex-direction: column;
  }
  .point-list li.point-list--03 div {
    width: auto;
  }
  .point-list li.point-list--03 picture {
    width: 100%;
    margin-top: 30px;
  }
  .point-list li.point-list--03 img {
    width: 100%;
    margin-top: 30px;
  }
  .point-last {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #005aad;
    width: 590px;
    height: 140px;
    border-radius: 10px;
    background: #e0f2fc;
    position: relative;
  }
  .point-last::before,
  .point-last::after,
  .point-last p::before,
  .point-last p::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #005aad;
    border-radius: 4px;
    position: absolute;
  }
  .point-last::before {
    top: 8px;
    left: 8px;
  }
  .point-last::after {
    top: 8px;
    right: 8px;
  }
  .point-last p::before {
    bottom: 8px;
    left: 8px;
  }
  .point-last p::after {
    bottom: 8px;
    right: 8px;
  }
  /* column
  ---------------------------------------------*/
  .column {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  .column-wrap {
    margin-top: 60px;
    border: solid 3px #de0f0f;
    border-radius: 20px;
    padding: 60px 64px;
    position: relative;
  }
  .column-wrap::before {
    content: "コラム①";
    position: absolute;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #de0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
  }
  .column-ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .column-lead {
    margin-top: 20px;
    font-size: 18px;
  }
  .column-box {
    margin-top: 40px;
  }
  .column-box .bg {
    background: #e0f2fc;
    border-radius: 10px;
    padding: 30px 60px;
  }
  .column-box .bg h3 {
    color: #005aad;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .column-box .bg .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .column-box .bg .flex .txt {
    width: 420px;
    font-size: 12px;
  }
  .column-box > p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
  }
  .column-wrap--02::before {
    content: "コラム②";
  }
  .column-wrap--02 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
  .column-wrap--02 .flex .txt {
    width: 430px;
    font-size: 22px;
  }
  .column-wrap--02 .flex .txt span {
    font-weight: bold;
  }
  .top-btn {
    margin-top: 60px;
    text-align: center;
  }
  .share,
  .contentsNav,
  body > aside {
    display: none !important;
  }
}
@media screen and (max-width: 1029px) {
  article#main {
    padding-top: 0;
  }
  /* under_mv
  ---------------------------------------------*/
  #under_mv {
    background: #ddf2f3;
    padding: 0;
    background: #ddf2f3 url(/brand/eyebon/img/doctor/doctor_title_sp.png) no-repeat center top;
    background-size: 100% 100%;
  }
  #under_mv .inner {
    height: auto;
  }
  #title {
    font-size: 4vw !important;
    font-weight: bold;
    line-height: 1.4;
    color: #2e6480;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
  #title span {
    font-size: 5vw;
  }
  /* evidence
  ---------------------------------------------*/
  .evidence {
    padding: 40px 5% 0;
    text-align: center;
  }
  .evidence .video iframe {
    width: 100%;
    height: 51vw;
    margin: 0 auto;
  }
  .evidence-content {
    margin-top: 10px;
  }
  .evidence-content h2 {
    font-size: 4.2vw;
    font-weight: bold;
    color: #2e6480;
  }
  .evidence-content p {
    font-size: 3vw;
    margin-top: 10px;
  }
  .evidence-ttl {
    font-size: 5vw;
    line-height: 1.42;
    color: #005aad;
    width: 100%;
    padding: 10vw 0 4vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .evidence-ttl--01 {
    background-image: url("../img/doctor/evidence_ttl01_bg_sp.png");
  }
  .evidence-ttl--02 {
    background-image: url("../img/doctor/evidence_ttl02_bg_sp.png");
  }
  .evidence-list {
    background: #d3f0f8;
    position: relative;
    margin: 30px -5% 0;
    padding: 40px 5%;
  }
  .evidence-list::before {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/sp/bg_wave01_top.png) repeat-x left top/50%;
    height: 5vw;
    width: 100%;
    left: 0;
    top: 0;
  }
  .evidence-list::after {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/sp/bg_wave01_bottom.png) repeat-x left bottom/50%;
    height: 5vw;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .evidence-list__item + .evidence-list__item {
    margin-top: 30px;
  }
  .evidence-list__item .evidence-ttl {
    margin: 0 auto;
  }
  .evidence-list__item > div {
    margin-top: 25px;
  }
  .evidence-list__item > div p {
    font-size: 3.6vw;
    text-align: left;
  }
  .evidence-list__item > div p span {
    color: #005aad;
    font-weight: bold;
  }
  .evidence-list__item > div img {
    margin-top: 30px;
  }
  /* point
  ---------------------------------------------*/
  .point {
    text-align: center;
    margin-top: 40px;
  }
  .point-lead {
    width: 75vw;
    margin: 0 auto;
  }
  .point-wrap {
    margin: 12vw 5% 0;
    background: #f2f8fa;
    border: solid 2px #005aad;
    border-radius: 10px;
    padding: 12vw 20px 20px;
    position: relative;
  }
  .point-ttl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    font-size: 5vw;
    text-align: center;
    color: #005aad;
    padding: 4vw 0;
    background-image: url("../img/doctor/point_ttl_bg_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .point-list li + li {
    margin-top: 30px;
  }
  .point-list li div h3 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 8vw;
    background: url(/brand/eyebon/img/doctor/sp/point01.png) no-repeat center top/auto 7vw;
  }
  .point-list li.point-list--02 div h3 {
    background-image: url(/brand/eyebon/img/doctor/sp/point02.png);
  }
  .point-list li.point-list--03 div h3 {
    background-image: url(/brand/eyebon/img/doctor/sp/point03.png);
  }
  .point-list li div p {
    font-size: 3.6vw;
    margin-top: 10px;
    text-align: left;
  }
  .point-list li div p img {
    margin-bottom: 10px;
  }
  .point-list li div p span {
    color: #dd0000;
    font-weight: bold;
  }
  .point-last {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: bold;
    color: #005aad;
    width: 100%;
    border-radius: 10px;
    padding: 20px 0;
    background: #e0f2fc;
    position: relative;
  }
  .point-last::before,
  .point-last::after,
  .point-last p::before,
  .point-last p::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #005aad;
    border-radius: 4px;
    position: absolute;
  }
  .point-last::before {
    top: 8px;
    left: 8px;
  }
  .point-last::after {
    top: 8px;
    right: 8px;
  }
  .point-last p::before {
    bottom: 8px;
    left: 8px;
  }
  .point-last p::after {
    bottom: 8px;
    right: 8px;
  }
  /* column
  ---------------------------------------------*/
  .column {
    padding: 0 5% 60px;
  }
  .column-wrap {
    border: solid 3px #de0f0f;
    border-radius: 10px;
    position: relative;
    padding: 45px 20px 20px;
    margin-top: 45px;
  }
  .column-wrap::before {
    content: "コラム①";
    position: absolute;
    width: 26vw;
    height: 9vw;
    border-radius: 4.5vw;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #de0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
  }
  .column-ttl {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }
  .column-lead {
    margin-top: 20px;
    font-size: 3.6vw;
  }
  .column-box {
    margin-top: 20px;
  }
  .column-box .bg {
    background: #e0f2fc;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .column-box .bg h3 {
    color: #005aad;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    margin: 0 -15px;
    font-feature-settings: "palt";
  }
  .column-box .bg .flex {
    margin-top: 20px;
  }
  .column-box .bg .flex .txt {
    font-size: 2.8vw;
    margin-top: 10px;
  }
  .column-box > p {
    margin-top: 20px;
    font-size: 3.6vw;
  }
  .column-wrap--02::before {
    content: "コラム②";
  }
  .column-wrap--02 .flex {
    margin-top: 20px;
  }
  .column-wrap--02 .flex .txt {
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
  .column-wrap--02 .flex .txt span {
    font-weight: bold;
  }
  .column-wrap--02 .flex .txt + picture {
    margin-top: 20px;
  }
  .top-btn {
    margin-top: 45px;
    text-align: center;
  }
  #shareArea,
  article > aside {
    display: none !important;
  }
  .sp-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}