@charset "utf-8";

/* ======================================================
 * hr10.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Common setting
====================================================== */
.hr10-heading2, .hr10-heading3, .hr10-heading4,
.hr10-column-v1, .hr10-column-v2, .hr10-column-v3, .hr10-column-v4, .hr10-column-v5,
.hr10-mode-list,.hr10-myopia-heading, .hr10-myopia-text,.hr10-myopia-box__title,.hr10-myopia-column-figure01__title,.hr10-use__text,.hr10-sensor-box__title {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */
    /* ----- Header ----- */
  .hr10-social-button{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .social-button > li {
    float: left;
    margin-left: 20px;
    line-height: 1;
  }
  .hr10-social-button + .hr10-contents > *:first-child{
    margin-top: 44px!important;
  }
    /* ----- Footer ----- */
  .hr10-Footer {
  }
  .hr10-footer-social > li a:hover img {
    opacity: .7;
  }
  .hr10-footer-social > li a img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .hr10-Footer {
    background-color: #fff;
  }
  /* ----- hr10-FooterBody ----- */
  .hr10-FooterBody {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 54px;
  }
  /* ----- hr10-footer-wrap ----- */
  .hr10-footer-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: end;
    align-items: end;
    padding: 6px 0;
  }
  .hr10-footer-wrap > *:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .hr10-footer-wrap-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 29px;
  }
  .hr10-footer-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- hr10-footer-identity ----- */
  .hr10-footer-identity {
    margin-right: 102px;
  }
  .hr10-footer-identity .identity_logo img {
    width: 180px;
  }
  /* ----- hr10-footer-social ----- */
  .hr10-footer-social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: end;
    align-items: end;
  }
  .hr10-footer-social > li + li {
    margin-left: 29px;
  }
  .hr10-footer-social > li img {
    width: 32px;
  }
  /* ----- hr10-footer-copyright ----- */
  .hr10-footer-copyright {
    font-size: 1.3rem;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  /* ----- hr10-pagetop ----- */
  .hr10-pagetop {
    position: fixed;
    bottom: 29px;
    right: 1.6%;
    z-index: 999;
  }
  .hr10-pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #ccc;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .hr10-pagetop a:hover {
    opacity: .8;
  }
  .hr10-pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hr10-main-layout ----- */
  .hr10-main-layout {
    background-color: #eaf9ff;
  }
  .hr10-main-layout__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1920px;
    margin: 0 auto;
  }
  /* ----- hr10-container ----- */
  .hr10-container {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 108px;
  }
  /* ----- hr10-main-heading ----- */
  .hr10-main-heading {
    width: 586px;
    flex-shrink: 0;
    padding: 0px 28px 0px 27px;
  }
  .hr10-main-heading .hr10-main-heading__image01 {
    display: inline-block;
  }
  .hr10-main-heading .hr10-main-heading__image02 {
    margin-top: 30px;
    display: inline-block;
  }
  .hr10-main-heading .hr10-main-heading__body {
    margin-top: 30px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hr10-main-heading .hr10-main-heading__image03 {
    text-align: center;
  }
  .hr10-main-heading .hr10-main-heading__detail {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 24px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  .hr10-main-heading .hr10-main-heading__detail > dd {
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__detail > dt {
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__detail + .hr10-main-heading__detail {
    margin-top: 0;
  }
  .hr10-main-heading .hr10-main-heading__button {
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: -30px;
  }
  .hr10-main-heading .hr10-main-heading__button__link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
  }
  .hr10-main-heading .hr10-main-heading__button__link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  .hr10-main-visual__image {
    max-width: 1334px;
  }
  .hr10-main-heading__image-wrap {
    text-align: center;
    display: block;
  }
  .hr10-main-heading__image03 {
    display: inline-block;
  }
  
/* ----- hr10-column-v1 ----- */
  .hr10-column-v1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .hr10-column-v1 > .hr10-column__item {
    width: calc((100% - 18px * 2) / 2);
    margin-left: 36px;
  }
  .hr10-column-v1 > .hr10-column__item:nth-child(odd) {
    margin-left: 0;
  }
  .hr10-column-v1 > .hr10-column__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .hr10-column-v1 .hr10-column__text-container {
    text-align: center;
    margin-top: 44px;
  }
  .hr10-column-v1 .hr10-column__text {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .hr10-column-v1__text__marker {
    background: linear-gradient(transparent 75%, #caebf8 0%);
  }
  
/* ----- hr10-myopia-heading ----- */
  .hr10-myopia-heading {
    margin-top: 50px;
    text-align: center;
  }
  .hr10-myopia-heading .hr10-myopia-heading__title {
    font-size: 2.4rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4;
  }
  .hr10-myopia-heading .hr10-myopia-heading__large__text {
    font-size: 3.6rem;
    font-weight: 700;
    color: #007cc4;
  }
  .hr10-myopia-heading .hr10-myopia-heading__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  .hr10-myopia-text {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 8px;
    text-align: center;
  }

/* ----- hr10-myopia-figure ----- */
  .hr10-myopia-figure {
    text-align: center;
    margin-top: 16px;
  }
  .hr10-myopia-figure__frame > img {
    padding-left: 92px;
  }
  
/* ----- hr10-myopia-box ----- */
  .hr10-myopia-box {
    position: relative;
    margin-top: 52px;
    padding: 26px 102px 30px 101px;
    border-radius: 8px;
    background-color: #eaf9ff;
  }
  .hr10-myopia-box::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/sp/hr10/img/index_ic01.png");
    background-repeat: no-repeat;
    top: -5.5%;
    right: 46%;
    width: 72px;
    height: 34px;
  }
  .hr10-myopia-box .hr10-myopia-box__title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .hr10-myopia-box .hr10-myopia-box__title__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  .hr10-myopia-box .hr10-myopia-box__body {
    margin-top: 18px;
  }
  .hr10-myopia-box .hr10-myopia-column {
    display: flex;
    width: 100%;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(-n+2) {
    margin-top: 0!important;;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(even) {
    padding-left: 70px;
  }
  .hr10-myopia-box .hr10-myopia-column-figure01__title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
  .hr10-myopia-box .hr10-myopia-column-figure01__frame {
    margin-top: 6px;
  }
  .hr10-myopia-box .hr10-myopia-column-figure02 {
    padding-top: 14px;
    position: relative;
  }
  .hr10-myopia-box .hr10-myopia-column-figure02::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/sp/hr10/img/index_ic02.png");
    background-repeat: no-repeat;
    top: 50%;
    left: -8.5%;
    width: 30px;
    height: 50px;
  }
  
/* ----- hr10-heading2 ----- */
  .hr10-heading2 {
    margin-top: 72px;
    padding-bottom: 9px;
    border-bottom: 3px solid #007cc4;
  }
  .hr10-heading2__title {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
  }
  
/* ----- hr10-heading3 ----- */
  .hr10-heading3-wrap {
    text-align: center;
  }
  .hr10-heading3-wrap .hr10-heading3 {
    display: inline-block;
    margin-top: 38px;
    padding-bottom: 6px;
    border-bottom: 6px dotted #12ade5;
  }
  .hr10-heading3-wrap .hr10-heading3__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hr10-heading3-wrap .hr10-heading3__usage {
    color: #fff;
    background: #12ade5;
    margin: 0 15px 0 0;
    padding: 4px 17px;
    border-radius: 17px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .hr10-heading3-wrap .hr10-heading3__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  
/* ----- hr10-column-v2 ----- */
  .hr10-column-v2 {
    margin-top: 30px;
    display: flex;
    width: 100%;
  }
  .hr10-column-v2 .hr10-column-v2__item {
    width: calc(((100% - (18px)) / 2) - 0.1px);
  }
  .hr10-column-v2 .hr10-column-v2__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-column-v2 .hr10-column-v2__item:nth-child(even) {
    margin-left: 36px;
  }
  .hr10-column-v2 .hr10-column-v2__item:nth-child(-n+2) {
    margin-top: 0!important;
  }
  
/* ----- hr10-heading4 ----- */
  .hr10-heading4__title {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .hr10-heading4__title__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  
/* ----- hr10-column-v3 ----- */
  .hr10-column-v3 {
    margin-top: 18px;
    display: flex;
    width: 100%;
  }
  .hr10-column-v3 .hr10-column-v3__item {
    width: calc(((100% - (36px)) / 2) - 0.1px);
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(even) {
    margin-left: 36px;
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(-n+2) {
    margin-top: 0!important;
  }
  
/* ----- hr10-column-v4 ----- */
  .hr10-column-v4 {
    margin-top: 33px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .hr10-column-v4 .hr10-column-v4__item {
    width: calc(((100% - (72px)) / 3) - 0.1px);
    margin-left: 36px;
  }
  .hr10-column-v4 .hr10-column-v4__item:nth-child(3n+1) {
    margin-left: 0!important;
  }
  .hr10-column-v4 .hr10-column-v4__item:nth-child(-n+3) {
    margin-top: 0!important;
  }
/* ----- hr10-media ----- */
  .hr10-media {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
  }
  .hr10-media__head {
    margin-left: 36px;
    width: calc(((100% - (72px)) / 3) - 0.1px);
  }
  .hr10-media__image {
    width: 100%;
  }
  .hr10-media__body {
    width: calc((100% - 36px) - (((100% - (72px)) / 3) - 0.1px));
  }
/* ----- hr10-use-media ----- */
  .hr10-use-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .hr10-use__text {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 14px;
  }
  .hr10-use-media__head {
    margin-left: 36px;
    width: 34.64467%;
  }
  .hr10-use-media__image {
    width: 100%;
  }
  .hr10-use-media__body {
    width: calc((100% - (36px)) - 34.64467%);
  }
  
/* ----- hr10-use-figure ----- */
  .hr10-use-figure--wrap {
    margin-top: 30px;
  }
  .hr10-use-figure {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hr10-use-figure__frame:nth-child(even) {
    margin-left: 36px;
  }
  
/* ----- hr10-sensor-box ----- */
  .hr10-sensor-box {
    margin: 38px 76px 20px;
    border: 1px solid #ddd;
  }
  .hr10-sensor-box .hr10-sensor-box__head {
    padding: 22px 30px 0;
  }
  .hr10-sensor-box__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .hr10-sensor-box__body {
    padding: 30px 30px;
  }
  .hr10-sensor-box__head + .hr10-sensor-box__body {
    padding-top: 0
  }
  .hr10-sensor-media {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 8px;
  }
  .hr10-sensor-media__head {
    margin-left: 38px;
  }
  .hr10-sensor-media__image {
    width: 100%;
    margin: 0;
  }
  .hr10-sensor-media__body {
    flex: 1 1;
  }
  .hr10-sensor-unorder-list {
    padding: 0;
    list-style: none;
  }
  .hr10-sensor-unorder-list > li {
    margin-top: 15px;
    padding-left: 20px;
    font-size: 1.6rem;
    position: relative;
    list-style: none;
  }
  .hr10-sensor-unorder-list > li:first-child {
    margin-top: 0;
  }
  .hr10-sensor-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    top: 8.5px;
    left: 0;
    background-color: #777;
    content: "";
    width: 8px;
    height: 8px;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
	.social-button::after
	{
    display: block;
    clear: both;
    content: "";
  }
}


@media screen and (min-width: 768px) and (max-width: 1520px) {
  /* ----- hr10-main-heading ----- */
  .hr10-main-heading {
    /*width: 380px;*/
    /*width: min(calc((380/1280)*100vw), 380px);*/
    width: clamp(252px, calc((385/1280)*100vw), 385px);
    padding: calc((20/1280)*100vw) min(calc((15/1280)*100vw), 30px) calc((20/1280)*100vw) min(calc((15/1280)*100vw), 30px);
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__image01 {
    width: min(calc((350/1280)*100vw), 350px);
  }
  .hr10-main-heading .hr10-main-heading__image02 {
    width: min(calc((190/1280)*100vw), 288px);
  }
  .hr10-main-heading .hr10-main-heading__image03 {
    width: min(calc((81/1280)*100vw), 124px);
  }
  .hr10-main-heading .hr10-main-heading__body {
    margin-top: calc((30/1280)*100vw);
  }
  .hr10-main-heading .hr10-main-heading__detail {
    font-size: 1.8rem;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */
  /* ----- Header ----- */
  .hr10-social-button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .social-button > li {
    float: left;
    margin-left: 5px;
    line-height: 1;
  }
  .social-button > li:first-child{
    margin-left: 0;
  }
  .hr10-social-button + .hr10-contents > *:first-child{
    margin-top: 22px!important;
  }
  
  /* ----- Footer ----- */
  .hr10-Footer {
  }
  /* ----- lelap-FooterBody ----- */
  .hr10-FooterBody {
  }
  /* ----- hr10-footer-wrap ----- */
  .hr10-footer-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 15px;
  }
  .hr10-footer-wrap > *:first-child {
    margin-top: 0 !important;
  }
  /* v2 */
  .hr10-footer-wrap-v2 {
    padding: 15px 15px 43px;
  }
  .hr10-footer-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- hr10-footer-identity ----- */
  .hr10-footer-identity {
  }
  .hr10-footer-identity .identity_logo img {
    width: 132px;
  }
  /* ----- hr10-footer-utility ----- */
  .hr10-footer-utility {
    margin-top: 24px;
  }
  /* ----- hr10-footer-social ----- */
  .hr10-footer-social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: end;
    align-items: end;
  }
  .hr10-footer-social > li + li {
    margin-left: 30px;
  }
  .hr10-footer-social > li img {
    width: 32px;
  }
  /* ----- hr10-footer-copyright ----- */
  .hr10-footer-copyright {
    font-size: 1.2rem;
    text-align: center;
  }
  
  /* ----- hr10-pagetop ----- */
  .hr10-pagetop {
    display: none!important;
    opacity: 0!important;
  }
  
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
    /* ----- hr10-main-layout ----- */
  .hr10-main-layout {
    background-color: #eaf9ff;
  }
  .hr10-main-layout__inner {
    display: flex;
    flex-flow: column-reverse;
  }
    /* ----- hr10-container ----- */
  .hr10-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
  }
  /* ----- hr10-main-heading ----- */
  .hr10-main-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__inner {
    display: flex;
    justify-content: flex-start;
    padding: 17px 15px;
  }
  .hr10-main-heading .hr10-main-heading__title {
    width: 165px;
    margin-top: 24px;
  }
  .hr10-main-heading .hr10-main-heading__body {
    flex: 1;
    margin-left: 15px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hr10-main-heading .hr10-main-heading__detail {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  .hr10-main-heading .hr10-main-heading__detail > dt {
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__detail > dd {
    flex-shrink: 0;
  }
  .hr10-main-heading .hr10-main-heading__detail + .hr10-main-heading__detail {
    margin-top: 0;
  }
  .hr10-main-heading .hr10-main-heading__button {
    margin-top: 5px;
  }
  .hr10-main-heading .hr10-main-heading__button__link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    background-color: #fff;
    padding: 1px 19px 2px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hr10-main-heading__image-wrap {
    text-align: center;
    display: block;
  }
  .hr10-main-heading__image01 {
    margin-top: 25px;
  }
  .hr10-main-heading__image02 {
    margin-top: 15px;
    display: inline-block;
    width: 112px;
  }
  .hr10-main-heading__image03 {
    display: inline-block;
    width: 59px;
  }
  
/* ----- hr10-column-v1 ----- */
  .hr10-column-v1 {
    margin-top: 30px;
  }
  .hr10-column-v1 > .hr10-column__item {
    width: 100%;
    margin-left: 36px;
  }
  .hr10-column-v1 > .hr10-column__item:nth-child(1n+1) {
    margin-left: 0;
    margin-top: 18px;
  }
  .hr10-column-v1 > .hr10-column__item:nth-child(-n+1) {
    margin-top: 0;
  }
  .hr10-column-v1 .hr10-column__text-container {
    text-align: center;
  }
  .hr10-column-v1 .hr10-column__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .hr10-column-v1__text__marker {
    background: linear-gradient(transparent 75%, #caebf8 0%);
  }
  
/* ----- hr10-myopia-heading ----- */
  .hr10-myopia-heading {
    margin-top: 40px;
    text-align: center;
  }
  .hr10-myopia-heading .hr10-myopia-heading__title {
    font-size: 1.7rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4;
  }
  .hr10-myopia-heading .hr10-myopia-heading__large__text {
    font-size: 2.4rem;
    font-weight: 700;
    color: #007cc4;
  }
  .hr10-myopia-heading .hr10-myopia-heading__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  .hr10-myopia-text {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 8px;
    line-height: 1.4;
    text-align: center;
  }

/* ----- hr10-myopia-figure ----- */
  .hr10-myopia-figure {
    text-align: center;
    margin-top: 14px;
  }
/* ----- hr10-myopia-box ----- */
  .hr10-myopia-box {
    position: relative;
    margin-top: 22px;
    padding: 15px;
    border-radius: 8px;
    background-color: #eaf9ff;
  }
  .hr10-myopia-box::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/sp/hr10/img/index_ic01.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -2.5%;
    right: 45%;
    width: 36px;
    height: 17px;
  }
  .hr10-myopia-box .hr10-myopia-box__title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
  }
  .hr10-myopia-box .hr10-myopia-box__title__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  .hr10-myopia-box .hr10-myopia-box__body {
    margin-top: 18px;
  }
  .hr10-myopia-box .hr10-myopia-column {
    width: 100%;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(-n+2) {
    margin-top: 0!important;;
  }
  .hr10-myopia-box .hr10-myopia-column__item:nth-child(even) {
  }
  .hr10-myopia-box .hr10-myopia-column-figure01__title {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
  .hr10-myopia-box .hr10-myopia-column-figure01__frame {
    margin-top: 6px;
  }
  .hr10-myopia-box .hr10-myopia-column-figure02 {
    padding-top: 48px;
    position: relative;
  }
  .hr10-myopia-box .hr10-myopia-column-figure02::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/sp/hr10/img/index_ic02_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 14px;
    right: 45%;
    width: 32px;
    height: 19px;
  }
  
/* ----- hr10-heading2 ----- */
  .hr10-heading2 {
    margin-top: 36px;
    padding-bottom: 6px;
    border-bottom: 3px solid #007cc4;
  }
  .hr10-heading2__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  
/* ----- hr10-heading3 ----- */
  .hr10-heading3-wrap {
    text-align: center;
  }
  .hr10-heading3-wrap .hr10-heading3 {
    display: inline-block;
    margin-top: 19px;
    padding-bottom: 2px;
    border-bottom: 5px dotted #12ade5;
  }
  .hr10-heading3-wrap .hr10-heading3__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hr10-heading3-wrap .hr10-heading3__usage {
    color: #fff;
    background: #12ade5;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    border-radius: 17px;
    font-size: 1.0rem;
    font-weight: 700;
  }
  .hr10-heading3-wrap .hr10-heading3__title {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
  }
  
/* ----- hr10-column-v2 ----- */
  .hr10-column-v2 {
    margin-top: 14px;
    width: 100%;
  }
  .hr10-column-v2 .hr10-column-v2__item {
    width: 100%;
  }
  .hr10-column-v2 .hr10-column-v2__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-column-v2 .hr10-column-v2__item:nth-child(-n+2) {
    margin-top: 0!important;
  }
  .hr10-column-v2-figure {
    margin-top: 15px;
  }
  
/* ----- hr10-heading4 ----- */
  .hr10-heading4__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .hr10-heading4__title__marker {
    background: linear-gradient(transparent 75%, #ffcd79 0%);
  }
  
/* ----- hr10-column-v3 ----- */
  .hr10-column-v3 {
    margin-top: 14px;
    display: flex;
    width: 100%;
  }
  .hr10-column-v3 .hr10-column-v3__item {
    width: calc(((100% - (16px)) / 2) - 0.1px);
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(odd) {
    margin-left: 0!important;
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(even) {
    margin-left: 16px;
  }
  .hr10-column-v3 .hr10-column-v3__item:nth-child(-n+2) {
    margin-top: 0!important;
  }
  
/* ----- hr10-column-v4 ----- */
  .hr10-column-v4 {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .hr10-column-v4 .hr10-column-v4__item {
    width: 100%;
    margin-top: 15px;
  }
  .hr10-column-v4 .hr10-column-v4__item:nth-child(3n+1) {
    margin-left: 0!important;
  }
  .hr10-column-v4 .hr10-column-v4__item:first-child {
    margin-top: 0!important;
  }
/* ----- hr10-media ----- */
  .hr10-media {
    display: flex;
    flex-direction: column-reverse!important;
    margin-top: 15px;
  }
  .hr10-media__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hr10-media__image {
    width: 100%;
    margin-top: 15px;
  }
  .hr10-media__body {
    flex: 1 1;
  }
/* ----- hr10-use-media ----- */
  .hr10-use-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .hr10-use__text {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 16px;
    line-height: 1.6;
  }
  .hr10-use-media__head {
    margin-left: 15px;
    width: 48.5507246%;
  }
  .hr10-use-media__image {
    width: 100%;
  }
  .hr10-use-media__body {
    width: calc((100% - (15px)) - 48.5507246%);
  }
  
/* ----- hr10-use-figure ----- */
  .hr10-use-figure--wrap {
    margin-top: 35px;
  }
  .hr10-use-figure {
    width: 100%
  }
  .hr10-use-figure__frame:first-child {
    margin-top: 0;
  }
  .hr10-use-figure__frame {
    margin-top: 15px;
  }
  
/* ----- hr10-sensor-box ----- */
  .hr10-sensor-box {
    margin-top: 30px;
    border: 1px solid #ddd;
  }
  .hr10-sensor-box .hr10-sensor-box__head {
    padding: 12px 15px 0;
  }
  .hr10-sensor-box__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .hr10-sensor-box__body {
    padding: 15px 15px;
  }
  .hr10-sensor-box__head + .hr10-sensor-box__body {
    padding-top: 0
  }
  .hr10-sensor-media {
    display: flex;
    flex-direction: column-reverse!important;
    margin-top: 8px;
  }
  .hr10-sensor-media__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hr10-sensor-media__image {
    width: 100%;
    margin-top: 14px;
  }
  .hr10-sensor-media__frame {
    text-align: center;
  }
  .hr10-sensor-media__body {
    flex: 1 1;
  }
  .hr10-sensor-unorder-list {
    margin-top: 4px;
    padding: 0;
    list-style: none;
  }
  .hr10-sensor-unorder-list > li {
    margin-top: 12px;
    padding-left: 15px;
    font-size: 1.4rem;
    position: relative;
    list-style: none;
  }
  .hr10-sensor-unorder-list > li:first-child {
    margin-top: 0;
  }
  .hr10-sensor-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    top: 6.5px;
    left: 0;
    background-color: #777;
    content: "";
    width: 6px;
    height: 6px;
  }
  
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
	.social-button::after
	{
    display: block;
    clear: both;
    content: "";
  }
}
@media only screen and (max-width: 370px) {
  .hr10-main-heading .hr10-main-heading__inner {
    display: flex;
    justify-content: flex-start;
    padding: 30px 10px 20px;
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media screen and (min-width: 400px) and (max-width: 767.9px) {
}
@media only screen and (max-width: 330px) {
}
/* ======================================================
 * Print
====================================================== */
@media print {
}