@charset "UTF-8";

@keyframes modalFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes modalOverlayFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 0.5
  }
}
@keyframes hnav-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hnav-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (min-width:769px) {
  #sp-contents,
  .sp-contents {
    display: none;
  }
  .g-max-image {
    width: auto;
  }
  .m-hnav li>a:hover+.m-hnav-modal,
  .m-hnav li>span:hover+.m-hnav-modal,
  .m-hnav li>a:hover+.m-hnav-modal .m-hnav-modal__content,
  .m-hnav li>span:hover+.m-hnav-modal .m-hnav-modal__content,
  .m-hnav-modal:hover,
  .m-hnav-modal__content:hover {
    display: block;
  }
}
@media screen and (max-width:768px) {
  #pc-contents,
  .pc-contents {
    display: none;
  }
  .m-fixed-btn {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .m-btn--white:after,
  .m-btn--gray:after,
  .m-btn--blue:after,
  .m-btn--accordion-below:after,
  .m-link:before,
  .m-link--l:before,
  .m-link--xl:before,
  .m-carousel .bx-wrapper .bx-prev,
  .m-carousel .bx-wrapper .bx-next,
  .m-carousel-cover .bx-wrapper .bx-prev,
  .m-carousel-cover .bx-wrapper .bx-next,
  .m-qlist li:before,
  .m-ttl:before,
  .m-ttl--lightblue:before,
  .i-arrow-black-m,
  .i-arrow-black-l,
  .i-arrow-blue-ctrl,
  .i-arrow-blue-l,
  .i-arrow-blue-m,
  .i-arrow-blue-xl,
  .i-arrow-blue-xxl,
  .i-arrow-up,
  .i-arrow-down,
  .i-arrow-gray,
  .i-arrow-link-m,
  .i-arrow-link-xl,
  .i-arrow-link-l,
  .i-arrow-lightblue-down,
  .i-arrow-white-ctrl,
  .i-arrow-white-m,
  .i-arrow-white-xl,
  .i-camp,
  .i-circle,
  .i-circle1,
  .i-consult-bc,
  .i-consult-method,
  .i-dir,
  .i-future-pay,
  .i-new,
  .i-plus,
  .i-pr,
  .i-q,
  .i-refund,
  .i-search,
  .i-service,
  .i-tel,
  .i-zero {
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/sprite.png);
    background-size: auto;
  }
  .i-info {
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www2.shimajiro.co.jp/_share17/pc/img/topics_icon.png);
    background-size: auto;
  }
  .m-btn--white.m-btn--l:after,
  .m-btn--white.m-btn--xl:after,
  .m-btn--white.m-btn--xxl:after,
  .i-arrow-black-l {
    width: 11px;
    height: 18px;
    background-position: -243px -67px;
  }
  .m-btn--white:after,
  .m-link.m-link--black:before,
  .i-arrow-black-m {
    width: 7px;
    height: 14px;
    background-position: -204px -124px;
  }
  /* 
  .m-carousel .bx-wrapper .bx-prev, .m-carousel .bx-wrapper .bx-next, .i-arrow-blue-ctrl {
      width: 15px;
      height: 28px;
      background-position: -33px -174px;
  } */
  .i-arrow-blue-l {
    width: 11px;
    height: 18px;
    background-position: -243px -151px;
  }
  .m-btn--gray:after,
  .m-hnav-sub a.is-active:before,
  .i-arrow-blue-m {
    width: 9px;
    height: 14px;
    background-position: -185px -124px;
  }
  .m-btn--gray.m-btn--xl:after,
  .i-arrow-blue-xl {
    width: 11px;
    height: 18px;
    background-position: -243px -123px;
  }
  .i-arrow-blue-xxl {
    width: 14px;
    height: 25px;
    background-position: -243px 0px;
  }
  .i-arrow-down {
    width: 14px;
    height: 7px;
    background-position: -200px -104px;
  }
  .i-arrow-gray {
    width: 11px;
    height: 18px;
    background-position: -243px -95px;
  }
  .i-arrow-lightblue-down {
    width: 19px;
    height: 10px;
    background-position: -147px -104px;
  }
  .m-link--l:before,
  .m-linklist--l a:before,
  .m-link--xl:before,
  .m-linklist--xl a:before,
  .i-arrow-link-l {
    width: 7px;
    height: 14px;
    background-position: -115px -174px;
  }
  .m-link:before,
  .m-linklist a:before,
  .i-arrow-link-m {
    width: 7px;
    height: 14px;
    background-position: -221px -124px;
  }
  .i-arrow-link-xl {
    width: 13px;
    height: 22px;
    background-position: -243px -35px;
  }
  .i-arrow-up {
    width: 14px;
    height: 7px;
    background-position: -176px -104px;
  }
  .m-carousel-cover .bx-wrapper .bx-prev,
  .m-carousel-cover .bx-wrapper .bx-next,
  .i-arrow-white-ctrl {
    width: 23px;
    height: 38px;
    background-position: 0px -174px;
  }
  .m-btn--blue:after,
  .m-link.m-link--white:before,
  .m-linklist.m-linklist--white a:before,
  .i-arrow-white-m {
    width: 9px;
    height: 14px;
    background-position: -166px -124px;
  }
  .m-btn--blue.m-btn--xl:after,
  .i-arrow-white-xl {
    width: 11px;
    height: 18px;
    background-position: -243px -179px;
  }
  .i-circle,
  .m-ttl:before {
    width: 30px;
    height: 30px;
    background-position: -42px -124px;
  }
  .i-circle1,
  .m-ttl--lightblue:before {
    width: 30px;
    height: 30px;
    background-position: -82px -124px;
  }
  .i-consult-bc {
    width: 42px;
    height: 38px;
    background-position: -147px -56px;
  }
  .i-consult-method {
    width: 45px;
    height: 44px;
    background-position: -78px -69px;
  }
  .i-dir {
    width: 32px;
    height: 37px;
    background-position: -199px -56px;
  }
  .i-future-pay {
    width: 65px;
    height: 59px;
    background-position: 0px 0px;
  }
  .i-new {
    width: 34px;
    height: 16px;
    background-position: -122px -124px;
  }
  .i-plus,
  .m-btn--accordion-below:after {
    width: 18px;
    height: 18px;
    background-position: -87px -174px;
  }
  .i-pr {
    width: 86px;
    height: 18px;
    background-position: -147px 0px;
  }
  .i-q,
  .m-qlist li:before {
    width: 16px;
    height: 20px;
    background-position: 0px -222px;
  }
  .i-refund {
    width: 62px;
    height: 55px;
    background-position: -75px 0px;
  }
  .i-search {
    width: 19px;
    height: 19px;
    background-position: -58px -174px;
  }
  .i-service {
    width: 86px;
    height: 18px;
    background-position: -147px -28px;
  }
  .i-tel {
    width: 32px;
    height: 40px;
    background-position: 0px -124px;
  }
  .i-zero {
    width: 68px;
    height: 45px;
    background-position: 0px -69px;
  }
  .i-info {
    width: 86px;
    height: 18px;
    background-position: 0px 0px;
  }
  .i-camp {
    width: 86px;
    height: 18px;
    background-position: -283px -466px;
  }
  .m-bg {
    padding: 40px 0;
  }
  .m-bg--white {
    background-color: #fff;
  }
  .m-bg--beige {
    background-color: #f5f2e9;
  }
  .m-block {
    margin-bottom: 80px;
  }
  .m-block.m-block--top {
    margin-top: 80px;
  }
  .m-block>.m-block__el {
    margin-bottom: 80px;
  }
  .m-block--xs {
    margin-bottom: 10px;
  }
  .m-block--xs.m-block--top {
    margin-top: 10px;
  }
  .m-block--xs>.m-block__el {
    margin-bottom: 10px;
  }
  .m-block--s {
    margin-bottom: 20px;
  }
  .m-block--s.m-block--top {
    margin-top: 20px;
  }
  .m-block--s>.m-block__el {
    margin-bottom: 20px;
  }
  .m-block--m {
    margin-bottom: 30px;
  }
  .m-block--m.m-block--top {
    margin-top: 30px;
  }
  .m-block--m>.m-block__el {
    margin-bottom: 30px;
  }
  .m-block--l {
    margin-bottom: 40px;
  }
  .m-block--l.m-block--top {
    margin-top: 40px;
  }
  .m-block--l>.m-block__el {
    margin-bottom: 40px;
  }
  .m-block--xl {
    margin-bottom: 50px;
  }
  .m-block--xl.m-block--top {
    margin-top: 50px;
  }
  .m-block--xl>.m-block__el {
    margin-bottom: 50px;
  }
  .m-block--tight {
    margin-bottom: 0;
  }
  .m-block--tight>.m-block__el:last-child {
    margin-bottom: 0;
  }
  .m-box {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .m-btn-group {
    margin-top: 50px;
    text-align: right;
  }
  .m-btn-group .m-btn {
    width: 300px;
  }
  .m-btn-group .m-btn:nth-child(n+2) {
    margin-left: 20px;
  }
  .m-btn-group--ctr {
    text-align: center;
  }
  .m-btn-group--sm {
    margin-top: 20px;
  }
  .m-btn-group--v {
    text-align: center;
  }
  .m-btn-group--v .m-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 390px;
  }
  .m-btn-group--v .m-btn:nth-child(n+2) {
    margin-left: auto;
    margin-top: 20px;
  }
  .m-btn-group--jumbo .m-btn {
    width: 620px;
  }
  .m-btn {
    padding: 10px 35px 9px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: background-color .2s;
  }
  .m-btn:hover {
    text-decoration: none;
  }
  .m-btn:after {
    content: "";
    margin: auto;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
  }
  .m-btn--fw {
    display: block;
  }
  .m-btn--l {
    padding: 11px 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-btn--l:after {
    right: 6px;
    zoom: 1;
  }
  .m-btn--xl,
  .m-btn--xxl {
    padding: 18px 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-btn--xl:after,
  .m-btn--xxl:after {
    right: 12px;
    zoom: 1;
  }
  .m-btn--xxl {
    padding: 27px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .m-btn--blue {
    background-color: #0070cb;
    color: #fff;
  }
  .m-btn--blue:hover {
    background-color: #008cfe;
  }
  .m-btn--gray {
    color: #08c;
    background-color: #f3f3f3;
  }
  .m-btn--gray:hover {
    background-color: white;
  }
  .m-btn--white {
    background-color: #fff;
    color: #000;
    border: 2px solid #e6e6e6;
  }
  .m-btn--search {
    width: 360px !important;
  }
  .m-btn--search .i-search {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -10px;
  }
  .m-btn--accordion-above:after {
    -webkit-transform: translateX(-3px) rotate(90deg);
    transform: translateX(-3px) rotate(90deg);
  }
  .m-btn--accordion-above.is-active:after {
    -webkit-transform: translateX(-3px) rotate(-90deg);
    transform: translateX(-3px) rotate(-90deg);
  }
  .m-btn--accordion-below {
    padding: 18px 35px;
    display: block;
    border: 1px solid #e6e6e6;
    color: #08c;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-btn--accordion-below:after {
    right: 12px;
  }
  .m-btn--accordion-below.is-active:after {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 2px;
    min-height: 2px;
    max-height: 2px;
    background-position: -133px -182px;
  }
  .m-btn--accordion-below.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m-btn--accordion-below.m-btn--icon {
    padding: 34px 35px 34px 125px;
    text-align: left;
  }
  .m-btn--accordion-below.m-btn--icon i {
    left: 25px;
  }
  .m-btn--down:after {
    -webkit-transform: translateX(-3px) rotate(90deg);
    transform: translateX(-3px) rotate(90deg);
  }
  .m-btn--anchor {
    padding: 10px 10px 30px;
    color: #08c;
    position: relative;
  }
  .m-btn--anchor:after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    top: auto;
    -webkit-transform: rotate(90deg) scale(0.8);
    transform: rotate(90deg) scale(0.8);
    pointer-events: none;
  }
  .m-btn--icon {
    padding-left: 65px;
    padding-right: 65px;
  }
  .m-btn--icon i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
  }
  .m-btn--fat {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-carousel-cover__body {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-carousel-cover__body>* {
    width: 100%;
  }
  .m-carousel-cover__body a {
    display: block;
  }
  .m-carousel-cover .bx-wrapper {
    position: relative;
  }
  .m-carousel-cover .bx-wrapper .m-carousel-cover__body {
    display: block;
  }
  .m-carousel-cover .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 12px;
    line-height: 1;
    text-align: center;
  }
  .m-carousel-cover .bx-wrapper .bx-pager-item {
    display: inline-block;
    height: 12px;
  }
  .m-carousel-cover .bx-wrapper .bx-prev,
  .m-carousel-cover .bx-wrapper .bx-next {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .m-carousel-cover .bx-wrapper .bx-prev {
    -webkit-transform: translateX(-500px) rotate(180deg);
    transform: translateX(-500px) rotate(180deg);
  }
  .m-carousel-cover .bx-wrapper .bx-next {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  .m-carousel-cover .bx-wrapper .bx-pager-link {
    margin: 0 8px;
    padding-left: 12px;
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .m-carousel-cover .bx-wrapper .bx-pager-link.active {
    background-color: #0070cb;
  }
  .m-carousel__body {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-carousel__body>* {
    width: 212px;
  }
  .m-carousel__body a {
    display: block;
  }
  .m-carousel__ttl {
    margin: 10px 0 10px 5px;
    font-weight: normal;
  }
  a .m-carousel__ttl:hover {
    text-decoration: underline;
  }
  .m-carousel .bx-wrapper {
    position: relative;
  }
  .m-carousel .bx-wrapper .m-carousel__body {
    display: block;
  }
  .m-carousel .bx-wrapper .bx-controls {
    margin: 45px auto 0;
    text-align: center;
    position: relative;
    display: table;
  }
  .m-carousel .bx-wrapper .bx-pager {
    height: 14px;
    line-height: 1;
  }
  .m-carousel .bx-wrapper .bx-pager-item {
    display: inline-block;
    height: 14px;
  }
  .m-carousel .bx-wrapper .bx-prev,
  .m-carousel .bx-wrapper .bx-next {
    position: absolute;
    top: -7px;
  }
  .m-carousel .bx-wrapper .bx-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -250px;
  }
  .m-carousel .bx-wrapper .bx-next {
    right: -250px;
  }
  .m-carousel .bx-wrapper .bx-pager-link {
    margin: 0 10px;
    padding-left: 14px;
    display: inline-block;
    background-color: #e6e6e6;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .m-carousel .bx-wrapper .bx-pager-link.active {
    background-color: #0070cb;
  }
  .m-column {
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
  }
  .m-column__ttl {
    padding: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    border-left-width: 0;
    border-right-width: 0;
  }
  .m-column__ttl:first-child {
    border-top-width: 0;
  }
  .m-column__body {
    padding: 25px 15px;
  }
  .m-column--fat .m-column__body {
    padding: 25px;
  }
  .m-column--grid {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/bg_grid.png);
  }
  .m-column--heavy {
    border-width: 3px;
  }
  .m-column--gray {
    background-color: #f7f7f7;
  }
  .m-column--beige {
    border-color: #e5e0cf;
  }
  .m-column--beige .m-column__ttl {
    border-color: #e5e0cf;
    background-color: #e5e0cf;
  }
  .m-column--blue {
    border-color: #daecfb;
    background-color: #edf7ff;
    color: #0070cb;
  }
  .m-column--multi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-column--multi .m-column__body {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .m-column--multi .m-column__body:nth-child(n+2) {
    border-left: 2px solid #e6e6e6;
  }
  .m-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-grid--col1>* {
    margin-right: 30px;
    width: 960px;
  }
  .m-grid--col1>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--col1>*:nth-child(n+2) {
    margin-top: 15px;
  }
  .m-grid--col1.m-grid--liquid>* {
    margin-right: 3.125%;
    width: 100%;
  }
  .m-grid--col1.m-grid--liquid>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--col1.m-grid--liquid>*:nth-child(n+2) {
    margin-top: 15px;
  }
  .m-grid--col2>* {
    margin-right: 30px;
    width: 465px;
  }
  .m-grid--col2>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--col2>*:nth-child(n+3) {
    margin-top: 15px;
  }
  .m-grid--col2.m-grid--liquid>* {
    margin-right: 3.125%;
    width: 48.4375%;
  }
  .m-grid--col2.m-grid--liquid>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--col2.m-grid--liquid>*:nth-child(n+3) {
    margin-top: 15px;
  }
  .m-grid--col3>* {
    margin-right: 30px;
    width: 300px;
  }
  .m-grid--col3>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--col3>*:nth-child(n+4) {
    margin-top: 15px;
  }
  .m-grid--col3.m-grid--liquid>* {
    margin-right: 3.125%;
    width: 31.25%;
  }
  .m-grid--col3.m-grid--liquid>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--col3.m-grid--liquid>*:nth-child(n+4) {
    margin-top: 15px;
  }
  .m-grid--col4>* {
    margin-right: 30px;
    width: 217.5px;
  }
  .m-grid--col4>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--col4>*:nth-child(n+5) {
    margin-top: 15px;
  }
  .m-grid--col4.m-grid--liquid>* {
    margin-right: 3.125%;
    width: 22.65625%;
  }
  .m-grid--col4.m-grid--liquid>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--col4.m-grid--liquid>*:nth-child(n+5) {
    margin-top: 15px;
  }
  .m-grid--col5>* {
    margin-right: 30px;
    width: 168px;
  }
  .m-grid--col5>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--col5>*:nth-child(n+6) {
    margin-top: 15px;
  }
  .m-grid--col5.m-grid--liquid>* {
    margin-right: 3.125%;
    width: 17.5%;
  }
  .m-grid--col5.m-grid--liquid>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--col5.m-grid--liquid>*:nth-child(n+6) {
    margin-top: 15px;
  }
  .m-grid--sm.m-grid--col1>* {
    margin-right: 20px;
    width: 960px;
  }
  .m-grid--sm.m-grid--col1>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col1>*:nth-child(n+2) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col1.m-grid--liquid>* {
    margin-right: 2.08333%;
    width: 100%;
  }
  .m-grid--sm.m-grid--col1.m-grid--liquid>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col1.m-grid--liquid>*:nth-child(n+2) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col2>* {
    margin-right: 20px;
    width: 470px;
  }
  .m-grid--sm.m-grid--col2>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col2>*:nth-child(n+3) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col2.m-grid--liquid>* {
    margin-right: 2.08333%;
    width: 48.95833%;
  }
  .m-grid--sm.m-grid--col2.m-grid--liquid>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col2.m-grid--liquid>*:nth-child(n+3) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col3>* {
    margin-right: 20px;
    width: 306.66667px;
  }
  .m-grid--sm.m-grid--col3>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col3>*:nth-child(n+4) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col3.m-grid--liquid>* {
    margin-right: 2.08333%;
    width: 31.94444%;
  }
  .m-grid--sm.m-grid--col3.m-grid--liquid>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col3.m-grid--liquid>*:nth-child(n+4) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col4>* {
    margin-right: 20px;
    width: 225px;
  }
  .m-grid--sm.m-grid--col4>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col4>*:nth-child(n+5) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col4.m-grid--liquid>* {
    margin-right: 2.08333%;
    width: 23.4375%;
  }
  .m-grid--sm.m-grid--col4.m-grid--liquid>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col4.m-grid--liquid>*:nth-child(n+5) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col5>* {
    margin-right: 20px;
    width: 176px;
  }
  .m-grid--sm.m-grid--col5>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col5>*:nth-child(n+6) {
    margin-top: 10px;
  }
  .m-grid--sm.m-grid--col5.m-grid--liquid>* {
    margin-right: 2.08333%;
    width: 18.33333%;
  }
  .m-grid--sm.m-grid--col5.m-grid--liquid>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--sm.m-grid--col5.m-grid--liquid>*:nth-child(n+6) {
    margin-top: 10px;
  }
  .m-grid--lm.m-grid--col1>* {
    margin-right: 40px;
    width: 960px;
  }
  .m-grid--lm.m-grid--col1>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col1>*:nth-child(n+2) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col1.m-grid--liquid>* {
    margin-right: 4.16667%;
    width: 100%;
  }
  .m-grid--lm.m-grid--col1.m-grid--liquid>*:nth-child(1n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col1.m-grid--liquid>*:nth-child(n+2) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col2>* {
    margin-right: 40px;
    width: 460px;
  }
  .m-grid--lm.m-grid--col2>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col2>*:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col2.m-grid--liquid>* {
    margin-right: 4.16667%;
    width: 47.91667%;
  }
  .m-grid--lm.m-grid--col2.m-grid--liquid>*:nth-child(2n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col2.m-grid--liquid>*:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col3>* {
    margin-right: 40px;
    width: 293.33333px;
  }
  .m-grid--lm.m-grid--col3>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col3>*:nth-child(n+4) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col3.m-grid--liquid>* {
    margin-right: 4.16667%;
    width: 30.55556%;
  }
  .m-grid--lm.m-grid--col3.m-grid--liquid>*:nth-child(3n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col3.m-grid--liquid>*:nth-child(n+4) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col4>* {
    margin-right: 40px;
    width: 210px;
  }
  .m-grid--lm.m-grid--col4>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col4>*:nth-child(n+5) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col4.m-grid--liquid>* {
    margin-right: 4.16667%;
    width: 21.875%;
  }
  .m-grid--lm.m-grid--col4.m-grid--liquid>*:nth-child(4n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col4.m-grid--liquid>*:nth-child(n+5) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col5>* {
    margin-right: 40px;
    width: 160px;
  }
  .m-grid--lm.m-grid--col5>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col5>*:nth-child(n+6) {
    margin-top: 20px;
  }
  .m-grid--lm.m-grid--col5.m-grid--liquid>* {
    margin-right: 4.16667%;
    width: 16.66667%;
  }
  .m-grid--lm.m-grid--col5.m-grid--liquid>*:nth-child(5n) {
    margin-right: 0;
  }
  .m-grid--lm.m-grid--col5.m-grid--liquid>*:nth-child(n+6) {
    margin-top: 20px;
  }
  .m-grid--top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .m-grid--mdl {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-grid--btm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-grid--ctr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-grid--justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-grid--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .m-hover,
  .m-carousel-cover .bx-wrapper .bx-controls a,
  .m-carousel .bx-wrapper .bx-controls a,
  .m-hnav-modal__close,
  .m-sample:after,
  .m-sample--s:after,
  .m-years a,
  a img {
    transition: opacity .2s;
  }
  .m-hover:hover,
  .m-carousel-cover .bx-wrapper .bx-controls a:hover,
  .m-carousel .bx-wrapper .bx-controls a:hover,
  .m-hnav-modal__close:hover,
  .m-sample:hover:after,
  .m-sample--s:hover:after,
  .m-years a:hover,
  a:hover img {
    opacity: .7;
  }
  .m-line {
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/dotted.png) repeat-x;
    height: 3px;
    border: 0;
  }
  .m-line--blue {
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/dotted_blue.png);
  }
  .m-line--arrow {
    margin-top: 0;
    margin-bottom: 0;
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/line_arrow.png) no-repeat 50% 0;
    height: 49px;
  }
  .m-line--l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-line--xl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-link,
  .m-linklist a {
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
  }
  .m-link:before,
  .m-linklist a:before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-12px, 2px);
    transform: translate(-12px, 2px);
  }
  /* .m-link--down */
  .m-link--down {
    position: relative;
    display: inline-block;
    color: #08c;
    padding-right: 20px;
    font-weight: normal;
  }
  .m-link--down::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_link_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -6px;
    right: 0px;
    top: 50%;
  }
  /* .m-link--down */
  .m-link--modal {
    padding-right: 20px;
    background: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_modal.svg) no-repeat right center;
    -webkit-background-size: 13px 14px;
    background-size: 13px 14px;
    background-position-y: 2px;
  }
  .m-link--l,
  .m-linklist--l a,
  .m-link--xl,
  .m-linklist--xl a {
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
  }
  .m-link--l:before,
  .m-linklist--l a:before,
  .m-link--xl:before,
  .m-linklist--xl a:before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-12px, 4px);
    transform: translate(-12px, 4px);
  }
  .m-link--xl,
  .m-linklist--xl a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-link--xl:before,
  .m-linklist--xl a:before {
    -webkit-transform: translate(-12px, 6px);
    transform: translate(-12px, 6px);
  }
  .m-link.m-link--black,
  .m-linklist.m-linklist--black a {
    color: #333;
  }
  .m-linklist--h>* {
    margin-right: 1.5em;
    display: inline-block;
  }
  .m-qlist {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-qlist li {
    padding: 12px 0 12px 40px;
    position: relative;
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/dotted.png) repeat-x 0 100%;
  }
  .m-qlist li:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 14px;
  }
  .m-remarklist {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #808080;
  }
  .m-remarklist li {
    padding-left: 1.1em;
    position: relative;
  }
  .m-remarklist li:nth-child(n+2) {
    margin-top: 4px;
  }
  .m-remarklist li:before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .m-tab-body {
    overflow: hidden;
    height: 0;
  }
  .m-tab-body.is-active {
    height: auto;
  }
  .m-tab-head {
    border-bottom: 4px solid #0070cb;
    position: relative;
  }
  .m-tab-head:after {
    border-bottom: 1px solid #0070cb;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
  }
  .m-tab-head__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-tab-head__item {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #0070cb;
    background-color: #fff;
    text-align: center;
    border: 2px solid #0070cb;
    border-bottom-width: 0;
    border-radius: 6px 6px 0 0;
  }
  .m-tab-head__item a {
    padding: 10px;
    display: block;
  }
  .m-tab-head__item:nth-child(n+2) {
    margin-left: 15px;
  }
  .m-tab-head__item.is-active {
    color: #fff;
    background-color: #0070cb;
  }
  .m-tab-head__item.is-active a {
    padding: 16px 10px;
    color: #fff;
  }
  .m-tab-head--lm .m-tab-head__item:nth-child(n+2) {
    margin-left: 40px;
  }
  .m-tilelink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-tilelink>* {
    white-space: nowrap;
  }
  .m-tilelink>*:after {
    content: "|";
    margin: 0 12px;
    display: inline-block;
    color: #ccc;
  }
  .m-tilelink>*:last-child:after {
    display: none;
  }
  .m-tilelink--tight>*:after {
    margin: 0 5px;
  }
  .m-ttl {
    margin-bottom: 50px;
    padding: 0 0 10px 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #e6e6e6;
  }
  .m-ttl:before {
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: translate(-6px, 4px);
    transform: translate(-6px, 4px);
    content: "";
  }
  .corp-color .m-ttl:before {
    background: transparent url(https://www2.shimajiro.co.jp/_share16/pc/img/sprite.png) no-repeat scroll left top;
    background-position: -42px -124px;
  }
  .m-ttl--sm {
    margin-bottom: 25px;
  }
  .m-accordion-btn,
  .m-accordion-btn--def {
    color: #08c;
    cursor: pointer;
  }
  .m-accordion-btn:before,
  .m-accordion-btn--def:before {
    content: attr(data-passive);
  }
  .m-accordion-btn.is-active:before,
  .m-accordion-btn--def.is-active:before {
    content: attr(data-active);
  }
  .m-accordion-btn--def {
    margin-bottom: 7px;
    margin-top: 15px;
    margin-left: auto;
    display: table;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-accordion {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .m-accordion>*:first-child {
    margin-top: 0 !important;
  }
  .m-accordion>*:last-child {
    margin-bottom: 0 !important;
  }
  .m-accordion__body {
    padding: 35px 20px;
    background-color: #edf7ff;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25), inset 0 15px 10px -8px rgba(0, 0, 0, 0.1);
  }
  .m-back2top {
    position: absolute;
    right: 21px;
    top: -10px;
    z-index: 1000;
  }
  .m-back2top a {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/btn_scroll.png);
    width: 36px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }
  html:not(.is-bottom) .m-back2top {
    position: fixed;
    top: auto;
    bottom: 27px;
  }
  .m-cover {
    height: 430px;
  }
  .m-cover .m-box {
    position: relative;
  }
  .m-cover__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-cover--cover {
    background: no-repeat 50% 0;
    background-size: 1300px 430px;
  }
  .m-cover--cover .m-cover__inner {
    display: block;
  }
  .m-cover--bg {
    background: no-repeat 50% 0;
  }
  .m-cover--bg .m-cover__inner {
    display: block;
  }
  .m-wrapper {
    width: 100%;
    min-width: 1024px;
    overflow: hidden;
  }
  .m-fixed-btn {
    width: 151px;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 150px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .m-fixed-btn a {
    display: block;
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/btn_fixed_bg.png) 0 0 no-repeat;
  }
  html.is-stuck.is-scrolldown .m-fixed-btn {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  html.is-stuck.is-scrollup .m-fixed-btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .m-fnav {
    margin-top: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    position: relative;
  }
  .m-fnav a,
  .m-fnav span {
    color: #333;
  }
  .m-fnav__tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-fnav__tab a,
  .m-fnav__tab span {
    width: 100%;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/fnav.png);
  }
  .m-fnav__tab a.is-active,
  .m-fnav__tab span.is-active {
    height: 54px;
  }
  .m-fnav__tab a.is-active:hover img,
  .m-fnav__tab span.is-active:hover img {
    opacity: 1;
  }
  .m-fnav__tab li:nth-child(1) a,
  .m-fnav__tab li:nth-child(1) span {
    background-position: 0 0;
  }
  .m-fnav__tab li:nth-child(1) a.is-active,
  .m-fnav__tab li:nth-child(1) span.is-active {
    background-position: 0 -44px;
  }
  .m-fnav__tab li:nth-child(2) a,
  .m-fnav__tab li:nth-child(2) span {
    background-position: -245px 0;
  }
  .m-fnav__tab li:nth-child(2) a.is-active,
  .m-fnav__tab li:nth-child(2) span.is-active {
    background-position: -245px -44px;
  }
  .m-fnav__tab li:nth-child(3) a {
    background-position: -490px 0;
  }
  .m-fnav__tab li:nth-child(3) a.is-active {
    background-position: -490px -44px;
  }
  .m-fnav__tab li:nth-child(4) a {
    background-position: -735px 0;
  }
  .m-fnav__tab li:nth-child(4) a.is-active {
    background-position: -735px -44px;
  }
  .m-fnav__tab li {
    width: 225px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-fnav__body {
    border-top: 3px solid #e70012;
  }
  .m-fnav__body .m-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-fnav__map {
    width: 770px;
  }
  .m-fnav__map__body {
    width: 545px;
  }
  .m-fnav__map__body:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .m-fnav__map__ttl {
    margin: 0 0 8px;
    font-weight: bold;
  }
  .m-fnav__map__ttl:before {
    content: "【";
  }
  .m-fnav__map__ttl:after {
    content: "】";
  }
  .m-fnav--cource .m-fnav__tab .is-active {
    position: relative;
    overflow: initial;
  }
  .m-fnav--cource .m-fnav__tab .is-active:after {
    width: 27px;
    margin-left: -16px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    content: "";
  }
  .m-fnav--cource .m-fnav__map {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .m-fnav--cource .m-fnav__map__body {
    width: 400px;
    float: left;
  }
  .m-fnav--cource .m-fnav__map__body:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .m-fnav--cource .m-fnav__map__body ul {
    margin-bottom: -15px;
  }
  .m-fnav--cource .m-fnav__map__body li {
    margin-bottom: 15px;
  }
  .m-fnav--cource .m-fnav__map__ttl {
    width: 160px;
    float: left;
    clear: left;
  }
  .m-fnav--cource .m-fnav__map__ttl:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .m-fnav__contact-h {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-fnav__contact-h i {
    margin: 0 auto 15px;
    display: block;
  }
  .m-fnav__contact-h li {
    width: 118px;
    height: 93px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  .m-fnav__contact-h li:nth-child(1) {
    border-left: 0;
  }
  .m-fnav__contact-h li:nth-child(2) {
    width: 140px;
  }
  .m-fnav__contact-h li:nth-child(2) i {
    margin-top: 2px;
  }
  .m-fnav__contact-h li:nth-child(3) i {
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .m-fnav__contact-v {
    width: 167px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-fnav__contact-v li {
    margin: 12px 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .m-fnav__contact-v a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-fnav__contact-v div {
    margin-right: 10px;
    width: 44px;
    text-align: center;
  }
  .m-fnav__contact-h {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-fnav__contact-h i {
    margin: 0 auto 15px;
    display: block;
  }
  .m-fnav__contact-h li {
    width: 118px;
    height: 93px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  .m-fnav__contact-h li:nth-child(1) {
    border-left: 0;
  }
  .m-fnav__contact-v div {
    margin-right: 10px;
    width: 44px;
    text-align: center;
  }
  .m-footer {
    font-size: 12px;
    font-size: 1.2rem;
    clear: both;
    border-top: 1px solid #e6e6e6;
  }
  .m-footer,
  .m-footer a {
    color: #808080;
  }
  .m-footer .m-box {
    padding: 14px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-footer .m-box>p {
    margin-left: 20px;
  }
  .m-footer p {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .m-header {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    z-index: 1000;
  }
  .m-header__upper,
  .m-header__lower {
    margin: 0 auto;
    width: 960px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-header__lower {
    padding: 3px 0 17px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-header__lower a {
    color: #000;
  }
  .m-header__r {
    text-align: right;
  }
  .m-header__bc {
    padding: 11px 0;
    display: block;
  }
  .m-header__plus {
    margin-top: -3px;
    line-height: 1;
  }
  .m-header__mem {
    display: inline-block;
    vertical-align: middle;
  }
  .m-hnav-modal {
    margin: auto;
    display: none;
    box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.3);
    background-color: #e5f0fa;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 480px;
    box-sizing: border-box;
    border: 5px solid #0070cb;
    border-radius: 6px;
  }
  .m-hnav-modal.is-active {
    display: block;
  }
  .m-hnav-modal.m-age0 {
    border-color: #ee87b4;
    background-color: #fdf3f7;
  }
  .m-hnav-modal.m-age0 .m-hnav-modal__hdg {
    background-color: #ee87b4;
  }
  .m-hnav-modal.m-age0:before {
    left: -340px;
    border-color: transparent transparent #ee87b4 transparent;
  }
  .m-hnav-modal.m-age1 {
    left: -137px;
    border-color: #e8373d;
    background-color: #fdebeb;
  }
  .m-hnav-modal.m-age1 .m-hnav-modal__hdg {
    background-color: #e8373d;
  }
  .m-hnav-modal.m-age1:before {
    left: -65px;
    border-color: transparent transparent #e8373d transparent;
  }
  .m-hnav-modal.m-age2 {
    left: -274px;
    border-color: #fdd000;
    background-color: #fffae5;
  }
  .m-hnav-modal.m-age2 .m-hnav-modal__hdg {
    background-color: #fdd000;
  }
  .m-hnav-modal.m-age2:before {
    left: 212px;
    border-color: transparent transparent #fdd000 transparent;
  }
  .m-hnav-modal.m-age3 {
    left: -170px;
    border-color: #00afec;
    background-color: #e5f7fd;
  }
  .m-hnav-modal.m-age3 .m-hnav-modal__hdg {
    background-color: #00afec;
  }
  .m-hnav-modal.m-age3:before {
    border-color: transparent transparent #00afec transparent;
  }
  .m-hnav-modal.m-age4 {
    left: -70px;
    border-color: #00a73c;
    background-color: #e5f6eb;
  }
  .m-hnav-modal.m-age4 .m-hnav-modal__hdg {
    background-color: #00a73c;
  }
  .m-hnav-modal.m-age4:before {
    left: -200px;
    border-color: transparent transparent #00a73c transparent;
  }
  .m-hnav-modal.m-age5 {
    left: -207px;
    border-color: #006fbc;
    background-color: #e5f0f8;
  }
  .m-hnav-modal.m-age5 .m-hnav-modal__hdg {
    background-color: #006fbc;
  }
  .m-hnav-modal.m-age5:before {
    left: 70px;
    border-color: transparent transparent #006fbc transparent;
  }
  .m-hnav-modal.m-age6 {
    left: -346px;
    border-color: #ff737c;
    background-color: #ffecee;
  }
  .m-hnav-modal.m-age6 .m-hnav-modal__hdg {
    background-color: #ff737c;
  }
  .m-hnav-modal.m-age6:before {
    left: 347px;
    border-color: transparent transparent #ff737c transparent;
  }
  .m-hnav-modal:after {
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 49px;
    content: "";
  }
  .m-hnav-modal:before {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #00afec transparent;
  }
  .m-hnav-modal>dt {
    background-color: #00afec;
    text-align: center;
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-hnav-modal>dt img {
    margin-bottom: 3px;
  }
  .m-hnav-modal>dd {
    padding-top: 10px;
    background-color: #fff;
  }
  .m-hnav-modal__hdg {
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 5px 0 8px;
    text-align: center;
  }
  .m-hnav-modal__content {
    margin-bottom: -20px;
    padding: 20px 21px 20px;
  }
  .m-hnav-modal__content>dl.m-new b {
    color: #00aeef;
  }
  .m-hnav-modal__content>dl.m-old b {
    color: #00a835;
  }
  .m-hnav-modal__content>dl:first-child dt {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .m-hnav-modal__content>dl dt {
    margin: 15px 0 0;
    padding: 15px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    clear: both;
    border-top: 1px solid #0070cb;
  }
  .m-hnav-modal.m-age0 .m-hnav-modal__content>dl dt {
    border-top-color: #ee87b4;
  }
  .m-hnav-modal.m-age1 .m-hnav-modal__content>dl dt {
    border-top-color: #e8373d;
  }
  .m-hnav-modal.m-age2 .m-hnav-modal__content>dl dt {
    border-top-color: #fdd000;
  }
  .m-hnav-modal.m-age3 .m-hnav-modal__content>dl dt {
    border-top-color: #00afec;
  }
  .m-hnav-modal.m-age4 .m-hnav-modal__content>dl dt {
    border-top-color: #00a73c;
  }
  .m-hnav-modal.m-age5 .m-hnav-modal__content>dl dt {
    border-top-color: #006fbc;
  }
  .m-hnav-modal.m-age6 .m-hnav-modal__content>dl dt {
    border-top-color: #ec6e81;
  }
  .m-hnav-modal__content>dl dd {
    padding: 13px 0 20px;
    margin: 0 12px 0;
    float: left;
  }
  .m-hnav-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close.png);
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  html.is-hnav-open .m-hnav-overlay {
    display: block;
  }
  /*
  html.is-hnav-open .m-content, html.is-hnav-open .m-fnav, html.is-hnav-open .m-footer {
    -webkit-filter: blur(0);
            filter: blur(0);
  }*/
  .m-hnav-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .m-hnav-wrapper {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
  }
  html.is-stuck:not(.is-first) .m-hnav-wrapper {
    position: fixed;
  }
  html.is-stuck.is-scrolldown:not(.is-first) .m-hnav-wrapper {
    -webkit-animation: hnav-out .4s forwards;
    animation: hnav-out .4s forwards;
  }
  html.is-stuck.is-scrollup .m-hnav-wrapper {
    -webkit-animation: hnav-in .4s backwards;
    animation: hnav-in .4s backwards;
  }
  html.is-stuck.is-hnav-open .m-hnav-wrapper {
    position: fixed !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  html.is-first .m-spacer {
    display: none;
  }
  .m-hnav {
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
  }
  .m-hnav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-hnav ul li>a,
  .m-hnav ul li>span {
    width: 137px;
    height: 49px;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    position: relative;
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/hnav.png);
  }
  .m-hnav li {
    padding-bottom: 7px;
    margin-bottom: -7px;
    position: relative;
  }
  .m-hnav li:nth-child(1)>a,
  .m-hnav li:nth-child(1)>span {
    background-position: 0 0;
  }
  .m-hnav li:nth-child(1)>a:hover,
  .m-hnav li:nth-child(1)>a.is-active,
  .m-hnav li:nth-child(1)>a.is-current,
  .m-hnav li:nth-child(1)>span:hover,
  .m-hnav li:nth-child(1)>span.is-active,
  .m-hnav li:nth-child(1)>span.is-current {
    background-position: 0 -49px;
  }
  .m-hnav li:nth-child(2)>a,
  .m-hnav li:nth-child(2)>span {
    background-position: -137px 0;
  }
  .m-hnav li:nth-child(2)>a:hover,
  .m-hnav li:nth-child(2)>a.is-active,
  .m-hnav li:nth-child(2)>a.is-current,
  .m-hnav li:nth-child(2)>span:hover,
  .m-hnav li:nth-child(2)>span.is-active,
  .m-hnav li:nth-child(2)>span.is-current {
    background-position: -137px -49px;
  }
  .m-hnav li:nth-child(3)>a,
  .m-hnav li:nth-child(3)>span {
    background-position: -274px 0;
  }
  .m-hnav li:nth-child(3)>a:hover,
  .m-hnav li:nth-child(3)>a.is-active,
  .m-hnav li:nth-child(3)>a.is-current,
  .m-hnav li:nth-child(3)>span:hover,
  .m-hnav li:nth-child(3)>span.is-active,
  .m-hnav li:nth-child(3)>span.is-current {
    background-position: -274px -49px;
  }
  .m-hnav li:nth-child(4)>a,
  .m-hnav li:nth-child(4)>span {
    background-position: -411px 0;
  }
  .m-hnav li:nth-child(4)>a:hover,
  .m-hnav li:nth-child(4)>a.is-active,
  .m-hnav li:nth-child(4)>a.is-current,
  .m-hnav li:nth-child(4)>span:hover,
  .m-hnav li:nth-child(4)>span.is-active,
  .m-hnav li:nth-child(4)>span.is-current {
    background-position: -411px -49px;
  }
  .m-hnav li:nth-child(5)>a,
  .m-hnav li:nth-child(5)>span {
    background-position: -548px 0;
  }
  .m-hnav li:nth-child(5)>a:hover,
  .m-hnav li:nth-child(5)>a.is-active,
  .m-hnav li:nth-child(5)>a.is-current,
  .m-hnav li:nth-child(5)>span:hover,
  .m-hnav li:nth-child(5)>span.is-active,
  .m-hnav li:nth-child(5)>span.is-current {
    background-position: -548px -49px;
  }
  .m-hnav li:nth-child(6)>a,
  .m-hnav li:nth-child(6)>span {
    background-position: -685px 0;
  }
  .m-hnav li:nth-child(6)>a:hover,
  .m-hnav li:nth-child(6)>a.is-active,
  .m-hnav li:nth-child(6)>a.is-current,
  .m-hnav li:nth-child(6)>span:hover,
  .m-hnav li:nth-child(6)>span.is-active,
  .m-hnav li:nth-child(6)>span.is-current {
    background-position: -685px -49px;
  }
  .m-hnav li:nth-child(7)>a,
  .m-hnav li:nth-child(7)>span {
    width: 138px;
    background-position: -822px 0;
  }
  .m-hnav li:nth-child(7)>a:hover,
  .m-hnav li:nth-child(7)>a.is-active,
  .m-hnav li:nth-child(7)>a.is-current,
  .m-hnav li:nth-child(7)>span:hover,
  .m-hnav li:nth-child(7)>span.is-active,
  .m-hnav li:nth-child(7)>span.is-current {
    background-position: -822px -49px;
  }
  /*---------------------------------------------
  .m-hnav--wideversion
  ---------------------------------------------*/
  .m-hnav--wideversion dt {
    display: none;
  }
  .m-hnav--wideversion .m-hnav-modal {
    width: 880px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age3 {
    left: -370px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age4 {
    left: -468px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age5 {
    left: -605px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age6 {
    left: -742px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age0:before {
    left: -740px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age1:before {
    left: -466px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age2:before {
    left: -196px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age4:before {
    left: 196px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age5:before {
    left: 466px;
  }
  .m-hnav--wideversion .m-hnav-modal.m-age6:before {
    left: 742px;
  }
  /*---------------------------------------------
  .m-hnav--wideversion .a-branch-link 
  20160404追記
  20170427修正
  ---------------------------------------------*/
  .m-hnav--wideversion .m-hnav-modal__content dd dt {
    display: block;
  }
  .m-hnav--wideversion dd.a-branch-link {
    padding-left: 18px;
    padding-right: 18px;
  }
  .m-hnav--wideversion dd.a-branch-link>a {
    display: inline-block;
    margin: 60px 0 0;
    width: 168px;
  }
  .m-hnav--wideversion dd.a-branch-link>a:first-child {
    margin-right: 13px
  }
  .m-hnav--wideversion dd.a-branch-link--age5 {
    background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/nav/2019/0515/age5_b_bg.png");
    background-position: 0 13px;
    background-repeat: no-repeat;
  }
  .m-hnav--wideversion dl.a-branch-link {
    background-repeat: no-repeat;
    margin-top: 13px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 8px;
    overflow: hidden;
  }
  .m-hnav--wideversion dl.a-branch-link dd {
    margin-top: 47px;
    padding-bottom: 36px;
  }
  .m-hnav--wideversion dl.a-branch-link.a-branch-link--age6 {
    background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/nav/2019/0515/age6_bg.png");
  }
  .m-modal {
    background-color: #fff;
    box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.3);
    border: 5px solid #0070cb;
    border-radius: 6px;
    display: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 960px;
    z-index: 2500;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .m-modal.is-active {
    animation-name: modalFadeIn;
    animation-duration: .5s;
    animation-timing-function: ease;
    display: block;
    opacity: 1;
  }
  .m-modal-content1.m-modal {
    width: 520px;
  }
  .m-modal-list {
    display: flex;
    justify-content: space-between;
  }
  .m-modal-list.-birth {
    flex-wrap: wrap;
    margin: 0 0 -16px -12px;
  }
  .m-modal-list.-birth > li {
    margin: 0 0 16px 18px;
    position: relative;
  }
  .m-modal-list__birth-text {
    position: absolute;
    left: 30px;
    bottom: 10px;
    width: 100%;
    color: #444;
    text-align: left;
    transition: opacity .2s;
  }
  .m-modal-hdg {
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
    text-align: center;
  }
  .m-modal-content {
    width: 880px;
  }
  .m-size-s-gray{
    width: 610px;
  }
  #m-modal-content4-1{
    border-color: #0070cb;
    background-color: #fff;
  }
  #m-modal-content4-1 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close3.png);
  }
  #m-modal-content4-2.m-modal,
  #m-modal-content4-2.m-modal .m-modal-def+.m-modal-def p {
    border-color: #ee87b4;
  }
  #m-modal-content4-2.m-modal {
    background-color: #fdf3f7;
  }
  #m-modal-content4-2 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close8.png);
  }
  #m-modal-content4-3.m-modal,
  #m-modal-content4-3.m-modal .m-modal-def+.m-modal-def p {
    border-color: #e8373d;
  }
  #m-modal-content4-3.m-modal {
    background-color: #fdebeb;
  }
  #m-modal-content4-3 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close7.png);
  }
  #m-modal-content4-4.m-modal,
  #m-modal-content4-4.m-modal .m-modal-def+.m-modal-def p {
    border-color: #fdd000;
  }
  #m-modal-content4-4.m-modal {
    background-color: #fffae5;
  }
  #m-modal-content4-4 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close6.png);
  }
  #m-modal-content4-5.m-modal,
  #m-modal-content4-5.m-modal .m-modal-def+.m-modal-def p {
    border-color: #00afec;
  }
  #m-modal-content4-5.m-modal {
    background-color: #e5f7fd;
  }
  #m-modal-content4-5 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close5.png);
  }
  #m-modal-content4-6.m-modal,
  #m-modal-content4-6.m-modal .m-modal-def+.m-modal-def p {
    border-color: #00a73c;
  }
  #m-modal-content4-6.m-modal {
    background-color: #e5f6eb;
  }
  #m-modal-content4-6 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close4.png);
  }
  #m-modal-content4-7.m-modal,
  #m-modal-content4-7.m-modal .m-modal-def+.m-modal-def p {
    border-color: #006fbc;
  }
  #m-modal-content4-7.m-modal {
    background-color: #e5f0f8;
  }
  #m-modal-content4-7 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close3.png);
  }
  #m-modal-content4-8.m-modal,
  #m-modal-content4-8.m-modal .m-modal-def+.m-modal-def p {
    border-color: #ff737c;
  }
  #m-modal-content4-8.m-modal {
    background-color: #ffecee;
  }
  #m-modal-content4-8 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close2.png);
  }
  .m-modal.m-modal-contact {
    border-color: #0070cb !important;
    background-color: #fff !important;
  }
  .m-modal-content .m-modal__body .m-modal-def li {
    padding: 13px 0 20px;
    margin: 0 12px 0;
    float: left;
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def>li {
    margin: 0px 5px;
  }
  .m-modal-contact .m-modal__body .m-modal__close,
  .m-modal__close {
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close3.png);
    background-position: 0 0;
  }
  .m-modal__overlay {
    display: none;
    /* PC必要なし */
  }
  .m-overlay-modal {
    display: none;
  }
  .m-overlay-modal.is-active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
  }
  html.is-ie11 .m-overlay-modal,
  html.is-edge .m-overlay-modal {
      background-color: rgba(0, 0, 0, 0.2);
  }
  .m-modal-contact {
    width: 680px;
  }
  .m-modal-contact .m-modal__body .m-modal__content {
    padding-bottom: 30px;
  }
  .m-modal-contact .m-modal__body .m-modal-lead {
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-modal-contact .m-modal__body .m-modal-info {
    margin-top: 20px;
  }
  .m-modal-contact .m-modal__body .m-modal__content__inner {
    width: 460px;
    margin: 0 auto;
  }
  .m-modal-contact .m-modal__body .m-accordion-btn--def {
    margin-right: auto;
  }
  .m-modal-contact .m-modal__body .m-modal-btn-list {
    width: 630px;
    margin: 27px 0 0 -27px;
    overflow: hidden;
  }
  .m-el-footer--s {
    margin-top: 15px;
  }
  .m-modal__inner {
    padding: 24px 34px;
  }
  .m-modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
  }
  .m-modal__content {
    text-align: center;
  }
  html.is-modal-open:not(.is-edge):not(.is-ie11) .m-wrapper:not(.touchevents),
  html.is-modal-open:not(.is-edge):not(.is-ie11) .m-fixed-btn:not(.touchevents){
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  .m-path {
    font-size: 10px;
    position: relative;
    top: 10px;
  }
  .m-path ul {
    margin-left: -480px;
    position: absolute;
    left: 50%;
    z-index: 1;
    overflow: hidden;
  }
  .m-path li {
    float: left;
  }
  .m-path li:not(:last-child):after {
    content: "＞";
    margin: 0 7px;
  }
  .m-header .m-link {
    font-size: 12px;
    font-size: 1.2rem;
    color: #08c;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -5px;
    left: 8px;
  }
  .m-header .m-link:before {
    position: relative;
    top: -3px;
    left: 5px;
  }
  .m-footer-notice {
    padding: 14px;
    background-color: #f2f2f2;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-footer-notice a {
    color: #808080;
  }
  /* 20160202 追加 */
  ul.m-alone li {
    float: none !important;
    text-align: center !important;
    padding-bottom: 0 !important;
  }
  ul.m-alone2 li {
    float: none !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  ul.m-alone3 li {
    float: none !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-hnav-modal.m-age0 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-2 dl dt b {
    color: #ee87b4;
  }
  .m-hnav-modal.m-age0 .m-hnav-modal__content>dl.m-alone2 dt b,
  .m-hnav-modal.m-age1 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-2 dl.m-alone3 dt b,
  #m-modal-content4-3 dl dt b {
    color: #e8373d;
  }
  .m-hnav-modal.m-age1 .m-hnav-modal__content>dl.m-old dt b,
  .m-hnav-modal.m-age2 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-3 dl.m-old dt b,
  #m-modal-content4-4 dl dt b {
    color: #fdd000;
  }
  .m-hnav-modal.m-age2 .m-hnav-modal__content>dl.m-old dt b,
  .m-hnav-modal.m-age3 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-4 dl.m-old dt b,
  #m-modal-content4-5 dl dt b {
    color: #00afec;
  }
  .m-hnav-modal.m-age3 .m-hnav-modal__content>dl.m-old dt b,
  .m-hnav-modal.m-age4 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-5 dl.m-old dt b,
  #m-modal-content4-6 dl dt b {
    color: #00a73c;
  }
  .m-hnav-modal.m-age4 .m-hnav-modal__content>dl.m-old dt b,
  .m-hnav-modal.m-age5 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-6 dl.m-old dt b,
  #m-modal-content4-7 dl dt b {
    color: #006fbc;
  }
  .m-hnav-modal.m-age5 .m-hnav-modal__content>dl.m-old dt b,
  .m-hnav-modal.m-age6 .m-hnav-modal__content>dl dt b,
  #m-modal-content4-7 dl.m-old dt b,
  #m-modal-content4-8 dl dt b {
    color: #ec6e81;
  }
  #m-modal-content4-2 .m-modal__body,
  #m-modal-content4-2 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #ee87b4;
  }
  #m-modal-content4-2 .m-modal__body {
    background-color: #fdf3f7;
  }
  #m-modal-content4-2 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close8.png);
  }
  #m-modal-content4-3 .m-modal__body,
  #m-modal-content4-3 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #e8373d;
  }
  #m-modal-content4-3 .m-modal__body {
    background-color: #fdebeb;
  }
  #m-modal-content4-3 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close7.png);
  }
  #m-modal-content4-4 .m-modal__body,
  #m-modal-content4-4 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #fdd000;
  }
  #m-modal-content4-4 .m-modal__body {
    background-color: #fffae5;
  }
  #m-modal-content4-4 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close6.png);
  }
  #m-modal-content4-5 .m-modal__body,
  #m-modal-content4-5 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #00afec;
  }
  #m-modal-content4-5 .m-modal__body {
    background-color: #e5f7fd;
  }
  #m-modal-content4-5 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close5.png);
  }
  #m-modal-content4-6 .m-modal__body,
  #m-modal-content4-6 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #00a73c;
  }
  #m-modal-content4-6 .m-modal__body {
    background-color: #e5f6eb;
  }
  #m-modal-content4-6 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close4.png);
  }
  #m-modal-content4-7 .m-modal__body,
  #m-modal-content4-7 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #006fbc;
  }
  #m-modal-content4-7 .m-modal__body {
    background-color: #e5f0f8;
  }
  #m-modal-content4-7 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close3.png);
  }
  #m-modal-content4-8 .m-modal__body,
  #m-modal-content4-8 .m-modal__body .m-modal-def+.m-modal-def p {
    border-color: #ff737c;
  }
  #m-modal-content4-8 .m-modal__body {
    background-color: #ffecee;
  }
  #m-modal-content4-8 .m-modal__close {
    background: url(https://www2.shimajiro.co.jp/_share16/pc/img/modal_close2.png);
  }
  /*------------------------------------------------------
  m-modal-content--wideversion
  ------------------------------------------------------*/
  .m-modal-content.m-modal-content--wideversion .m-modal-def {
    width: 100%;
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def>dt {
    display: none;
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def>li {
    margin: 0px 5px;
  }
  /*---------------------------------------------
  .m-modal-content--wideversion .a-branch-link
  20160404追記
  20170427修正
  ---------------------------------------------*/
  .m-modal-content.m-modal-content--wideversion .m-modal-def .a-branch-link {
    padding-left: 18px;
    padding-right: 18px;
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def .a-branch-link>a {
    display: inline-block;
    width: 168px;
    margin: 60px 0 0;
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def .a-branch-link>a:first-child {
    margin-right: 14px
  }
  .m-modal-content.m-modal-content--wideversion .m-modal-def .a-branch-link--age5 {
    background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/nav/2019/0515/age5_b_bg.png");
    background-position: 0 13px;
    background-repeat: no-repeat;
  }
  .m-modal-content.m-modal-content--wideversion ul.a-branch-link {
    background-repeat: no-repeat;
    margin-top: 13px;
    padding-left: 12px;
    overflow: hidden;
  }
  .m-modal-content.m-modal-content--wideversion ul.a-branch-link>li {
    margin-top: 47px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 36px;
  }
  .m-modal-content.m-modal-content--wideversion ul.a-branch-link.a-branch-link--age1 {
    background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/nav/2019/0115/age1_bg.png");
  }
  .m-modal-content.m-modal-content--wideversion ul.a-branch-link.a-branch-link--age6 {
    background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/nav/2021/0112/age6_bg.png");
  }
  .footer-offer {
    clear: both;
    margin: 0 auto 60px;
    padding-top: 30px;
    width: 960px;
  }
  .footer-offer li {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
  }
  .m-information {
    margin: 30px auto;
    width: 960px;
    box-sizing: border-box;
    background-color: #e60012;
    border: 3px solid #e60012;
    border-radius: 5px;
  }
  .m-information__ttl {
    padding: 8px 8px 6px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .m-information__cont {
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
  }
  .m-information__list:nth-child(n+2) {
    margin-top: 5px;
  }
  .m-information__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /*# sourceMappingURL=module.css.map */
  .m-linelist {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-linelist .inner {
    width: 960px;
    margin: auto;
  }
  .m-linelist-ttl01 {
    text-align: center;
  }
  .m-linelist-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: left;
    margin-top: 44px;
  }
  .m-linelist__li {
    background-repeat: no-repeat;
    width: 465px;
    height: 150px;
    margin-top: 20px;
  }
  .m-linelist__li:nth-child(4n) {
    margin-right: 0;
  }
  .m-linelist__li {
    background-position: 0 bottom;
  }
  .m-linelist__li--age0 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age0.png");}
  .m-linelist__li--age1 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age1.png");}
  .m-linelist__li--age2 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age2.png");}
  .m-linelist__li--age3 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age3.png");}
  .m-linelist__li--age4 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age4.png");}
  .m-linelist__li--age5 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age5.png");}
  .m-linelist__li--age6 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_age6.png");}
  .m-linelist__li--19y-age0b {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age0b.png");}
  .m-linelist__li--19y-age0 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age0.png");}
  .m-linelist__li--19y-age1 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age1.png");}
  .m-linelist__li--19y-age2 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age2.png");}
  .m-linelist__li--19y-age3 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age3.png");}
  .m-linelist__li--19y-age4 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age4.png");}
  .m-linelist__li--19y-age5 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age5.png");}
  .m-linelist__li--19y-age6 {background-image: url("https://www2.shimajiro.co.jp/_share17/pc/img/linelist/linelist_19y_age6.png");}
  

  .m-linelist__li--20y-age0 {background-image: url("https://www2.shimajiro.co.jp/_common/200402_linelist_20y_age0_pc.png");}
  .m-linelist__li--20y-age0b {background-image: url("https://www2.shimajiro.co.jp/_common/200402_linelist_20y_age0b_pc.png");}
  .m-linelist__li--20y-age1 {background-image: url("https://www2.shimajiro.co.jp/_common/200114_linelist_20y_age1-pc.png");}
  .m-linelist__li--20y-age2 {background-image: url("https://www2.shimajiro.co.jp/_common/200114_linelist_20y_age2-pc.png");}
  .m-linelist__li--20y-age3 {background-image: url("https://www2.shimajiro.co.jp/_common/200114_linelist_20y_age3-pc.png");}
 	 .m-linelist__li--20y-age3b {background-image: url("/_common/200503_linelist_20y_age3-pc.png");}
  .m-linelist__li--20y-age4 {background-image: url("https://www2.shimajiro.co.jp/_common/200114_linelist_20y_age4-pc.png");}
	  .m-linelist__li--20y-age4b {background-image: url("/_common/200503_linelist_20y_age4-pc.png");}
	  
  .m-linelist__li--20y-age5 {background-image: url("https://www2.shimajiro.co.jp/_common/200114_linelist_20y_age5-pc.png");}
	  .m-linelist__li--20y-age5_2 {background-image: url("https://www2.shimajiro.co.jp/_common/200218_linelist_20y_age5_2-pc.png");}

	  .m-linelist__li--20y-age5b {background-image: url("/_common/200503_linelist_20y_age5-pc.png");}
  .m-linelist__li--20y-age6 {background-image: url("https://www2.shimajiro.co.jp/_common/200402_linelist_20y_age6_pc.png");}

  .m-linelist__li--21y-age0 {background-image: url("/_common/210112_linelist_21y_age0-pc.png");}
  .m-linelist__li--21y-age0b {background-image: url("/_common/210112_linelist_21y_age0b-pc.png");}
  .m-linelist__li--21y-age1 {background-image: url("/_common/210112_linelist_21y_age1-pc.png");}
  .m-linelist__li--21y-age2 {background-image: url("/_common/210112_linelist_21y_age2-pc.png");}
  .m-linelist__li--21y-age3b {background-image: url("/_common/210112_linelist_21y_age3b-pc.png");}
 	.m-linelist__li--21y-age4 {background-image: url("/_common/210112_linelist_21y_age4-pc.png");}
  .m-linelist__li--21y-age4b {background-image: url("/_common/210112_linelist_21y_age4b-pc.png");}
  .m-linelist__li--21y-age5a {background-image: url("/_common/210216_linelist_21y_age5a-pc.png");}
	.m-linelist__li--21y-age5b {background-image: url("/_common/210112_linelist_21y_age5b-pc.png");}
  
  .m-linelist__li:hover {
    background-position-x: -465px;
  }
  .m-linelist__li a {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: block;
  }
  .m-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .m-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .m-notice>li,
  p.m-notice {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
    color: #808080;
    line-height: 1.8;
  }
  .m-notice>li:before,
  p.m-notice:before {
    content: "※";
    margin-right: 0.3em;
  }
  /*　js-swiper　*/
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
  .js-swiper .swiper-button-prev,
  .js-swiper .swiper-container-rtl .swiper-button-next,
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(https://www2.shimajiro.co.jp/_share17/sp/img/btn_sw_carousel.png) no-repeat center center;
    background-size: 100%;
  }
  .js-swiper .swiper-button-prev,
  .js-swiper .swiper-container-rtl .swiper-button-next {
    left: 3px;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-container-rtl .swiper-button-prev {
    right: 3px;
    left: auto;
  }
  .js-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 100%;
    left: 0;
    right: 0;
  }
  .js-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  .js-swiper .swiper-pagination-bullet:last-child {
    margin-right: 0px;
  }
  .js-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .js-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
  .js-swiper .swiper-pagination-custom,
  .js-swiper .swiper-pagination-fraction {
    bottom: 0px;
  }
  /*　js-swiper end　*/
  /* QA */
  .m-qa {
    width: 960px;
    margin: 30px auto;
    border-radius: 8px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
  }
  .m-qa__dl {
    border-bottom: 1px solid #006fbc;
    padding: 30px 0;
  }
  .m-qa .m-qa__dl:first-child {
    padding-top: 0px;
  }
  .m-qa__dt,
  .m-qa__dd {
    width: 100%;
    box-sizing: border-box;
  }
  .m-qa__dt {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_q_jump.svg);
    background-repeat: no-repeat;
    background-size: 32px 40px;
    color: #006fbc;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 50px;
    padding-bottom: 10px;
  }
  .m-qa__dd {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_a.svg);
    background-repeat: no-repeat;
    background-size: 30px 34px;
    margin-top: 15px;
    padding-left: 50px;
    padding-top: 5px;
  }
  .m-qa__answer {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .m-qa__dd p {
    margin-top: 0;
  }
  .section-cv {
    margin: 0 0 40px;
    border-top: 1px solid #faed96;
    border-bottom: 1px solid #faed96;
    background: #fff6cc;
  }
  .section-cv > .inner {
      padding: 40px 0;
      width: 960px;
      margin: 0 auto;
  }
  /* 20190213 新CV line配下 */
  /*cv*/
  .m-cvarea {
    background-color: #fff;
  }
  .m-cv-line-cv__flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-cv-line-cv__kyozai-inner {
    background-color: #fff;
    box-sizing: border-box;
  }
  .m-cv-line-cv__kyozai-inner.m-cv-line-cv__kyozai-inner--sy {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .m-cv-line-cv__cp-bnr-link {
    display: inline-block;
  }
  .m-cv-line-cv__wai {
    color: #ff4455;
    font-weight: bold;
    text-align: center;
  }
  .m-cv-line-cv__cap {
    text-align: center;
  }
  .m-cv-line-cv__push {
    font-weight: bold;
    text-align: center;
  }
  .m-cv-line-cv__push--cost {
    color: #ff4455;
    line-height: 1;
    display: block;
    background-color: #cceeff;
    border-radius: 9999px;
  }
  .m-cv-line-cv__push-strong {
    color: #ff4455;
  }
  .m-cv-line-cv__push--cp {
    color: #444444;
  }
  .m-cv-line-cv__day {
    font-weight: bold;
    line-height: 1;
  }
  .m-cv-line-cv__day-txt {
    display: block;
    background-color: #cceeff;
    border-radius: 9999px;
    text-align: center;
  }
  .m-cv-line-cv__day-dead {
    color: #ff4455;
    display: block;
    text-align: center;
  }
  .m-cv-line-cv__monthly {
    display: table-cell;
    vertical-align: middle;
  }
  .m-cv-line-cv__cost {
    color: #ff4455;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .m-cv-line-cv__subject {
    overflow: hidden;
  }
  .m-cv-line-cv__subject-item {
    color: #fff;
    font-weight: bold;
    width: 31%;
    float: left;
    text-align: center;
  }
  .m-cv-line-cv__subject-item + .m-cv-line-cv__subject-item {
    margin-left: 3.5%;
  }
  .m-cv-line-cv__subject-item--japanese {
    background-color: #f1506f;
  }
  .m-cv-line-cv__subject-item--math {
    background-color: #2299dd;
  }
  .m-cv-line-cv__subject-item--english {
    background-color: #fbb600;
  }

  .m-cv-line-cv__nyukai-btn {
    max-width: 360px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    background-color: #46bf0a;
    display: block;
    text-align: center;
  }
  .m-cv-line-cv__wai--nyukai {
    line-height: 1.3;
    margin: -5px 0;
  }
  .m-cv-line-cv__wai--cp {
    color: #ff4d96;
  }

  /*cvエリア*/
  .m-cv-line-cv{
    margin-bottom: 0px;
  }
  .m-cv-line-cv__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0 40px;
  }
  .m-cv-line-cv__flex-wrap--sy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .m-cv-line-cv__flex-item {
    box-sizing: border-box;
  }
  .m-cv-line-cv__cp-bnr {
    width: 100%;
    max-width: 960px;
    margin: 20px auto 0;
    text-align: center;
  }
  .m-cv-line-cv__cp-bnr-item + .m-cv-line-cv__cp-bnr-item {
    margin-top: 10px;
  }
  .m-cv-line-cv__cp-bnr-item--nyukai {
    margin-left: -19px;
  }
  .m-cv-line-cv__flex-item--kyozai {
    width: 58.33%;
  }
  .m-cv-line-cv__flex-item--jyukou {
    width: 37.5%;
  }
  .m-cv-line-cv__kyozai-inner {
    border: solid 2px #e5e5e5;
    border-radius: 5px;
    padding: 20px 0;
    overflow: hidden;
  }
  .m-cv-line-cv__kyozai-wrap {
    margin: 10px 42px 0;
    overflow: hidden;
  }
  .m-cv-line-cv__push {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .m-cv-line-cv__push--sy {
    float: left;
  }
  .m-cv-line-cv__push--cost {
    font-size: 16px;
    padding: 10px 0;
  }
  .m-cv-line-cv__wai {
    font-size: 20px;
  }
  .m-cv-line-cv__sample {
    width: 47.1%;
    float: left;
  }
  .m-cv-line-cv__cap {
    font-size: 10px;
    margin-top: 5px;
  }
  .m-cv-line-cv__detail {
    width: 47.1%;
    float: right;
  }
  .m-cv-line-cv__detail--tokuten {
    padding-top: 0;
  }
  .m-cv-line-cv__detail-offer {
    margin-top: 5px;
  }
  .m-cv-line-cv__modal-link {
    margin-top: 5px;
  }
  .m-cv-line-cv__modal-link + .m-cv-line-cv__modal-link {
    margin-top: 5px;
  }
  .m-cv-line-cv__deadline {
    font-size: 14px;
  }
  .m-cv-line-cv__day {
    width: 185px;
    float: right;
  }
  .m-cv-line-cv__day-txt {
    font-size: 16px;
    padding: 10px 0;
  }
  .m-cv-line-cv__day-dead {
    font-size: 36px;
    margin-top: 10px;
  }
  .m-cv-line-cv__day-dead small {
    font-size: 0.6em;
  }
  .m-cv-line-cv__day--sy {
    width: auto;
    margin-top: 20px;
  }
  .m-cv-line-cv__day small {
    font-size: 0.6em;
  }
  .m-cv-line-cv__tokuten-link {
    margin-top: 10px;
  }
  .m-cv-line-cv__monthly {
    font-size: 1em;
  }
  .m-cv-line-cv__monthly {
    line-height: 1.4;
    width: 45%;
    padding-right: 3%;
  }
  .m-cv-line-cv__cost {
    font-size: 36px;
    margin-top: 20px;
  }
  .m-cv-line-cv__cost-small {
    font-size: 0.6em;
  }
  .m-cv-line-cv__cost-offer {
    margin: 5px auto 0;
    width: 70%;
  }
  .m-cv-line-cv__nyukai {
    margin-top: 25px;
  }
  .m-cv-line-cv__nyukai--sy {
    margin-top: 0;
  }
  .m-cv-line-cv__nyukai-link {
    margin-top: 16px;
  }
  .m-cv-line-cv__cost-link {
    margin-top: 10px;
  }
  .m-cv-line-cv__subject {
    width: 70%;
    margin: 5px auto 0;
  }
  .m-cv-line-cv__subject-item {
    padding: 5px 0;
    border-radius: 6px;
  }
  .m-cv-line-cv__bnr {
    width: 100%;
    max-width: 920px;
    margin: 40px auto 0;
    padding-bottom: 5px;
  }
  .m-cv-line-cv__bnr-item {
    margin-top: 0px;
  }
  .m-cv-line-cv__bnr-item:nth-child(1) {
    margin-top: 0;
  }
  .m-cv-line-cv__bnr-link {
    color: #808080;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    padding: 5px 32px 5px 45px;
  }
  .m-cv-line-cv__bnr-link:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
  }
  .m-cv-line-cv__bnr-link:after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_after.png);
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .m-cv-line-cv__bnr-link--shiryo:before {
    width: 25px;
    height: 25px;
  }
  .m-cv-line-cv__bnr-link--cost:before {
    width: 25px;
    height: 25px;
  }
  .m-cv-line-cv__bnr-link--yusho:before {
    width: 25px;
    height: 25px;
  }
  .m-cv-line-cv__bnr-link:after {
    width: 9px;
    height: 15px;
    right: 0;
  }
  .m-cv-line-cv__bnr-item + .m-cv-line-cv__bnr-item {
    margin-left: 55px;
  }
  .m-cv-line-cv__bnr-item {
    display: inline-block;
  }
  .m-cv-line-cv__bnr-link--shiryo:before {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_siryo.png);
  }
  .m-cv-line-cv__bnr-link--cost:before {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_cost.png);
  }
  .m-cv-line-cv__bnr-link--yusho:before {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_friend.png);
  }
  .m-cv-line-cv__petit-link {
    margin-top: 10px;
    text-align: right;
  }
  .m-cv-line-cv__yusho-bnr {
    margin-top: 10px;
  }
  .m-cv-line-cv__lead--sy {
    text-align: center;
  }

  .m-cv-line-cv__nyukai-btn {
    font-size: 1.375em;
    padding: 20px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 2px rgba(178, 178, 178, 0.7);
    box-shadow: 0px 2px 2px rgba(178, 178, 178, 0.7);
    transition: opacity 0.2s;
  }
  .m-cv-line-cv__nyukai-btn:hover {
    text-decoration: none;
    opacity: .7;
  }


  .m-cv-line-cv__cost-wrap{
    margin-top: 20px;
  }

  .m-cv-line-cv .m-notice{
    font-weight: normal;
  }



  /* lazyload */
  img.js-lazyload {
    display: block !important;
    margin: auto !important;
    padding: 20%;
    width: 26px !important;
  }

  /* experiences */
  .experiencesHeading{
    color: #593001;
    margin-top: 60px;
    font-size: 21px;
    text-align: center;
  }
  .experiences {
    color: #593001;
    width: 960px;
    margin: 0 auto 50px;
  }
  .experiences__contents{
    margin-top: 30px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .experiences__contents--even .experiences__item{
  }
  .experiences__item{
    width: 300px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 23px 23px 53px;
    position: relative;
  }
  .experiences__icon{
    text-align: center;
  }
  .experiences__icon img{
    text-align: center;
    width: 80px;
  }
  .experiences__ttl{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
  }
  .experiences__ttl--lp{
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .experiences__txt{
    margin-top: 20px;
    font-size: 14px;
  }
  .experiences__name{
    font-weight: bold;
    position: absolute;
    bottom: 23px;
    right: 23px;
  }

  /* ----------petit---------- */
  /* #e8373d #fff0f0 */
  .theme-petit .experiences__item{
    border: 2px solid #e8373d;
  }
  .theme-petit .experiences__ttl,
  .theme-petit .experiences__ttl--lp {
    color: #e8373d;
  }

  /* ----------pocket---------- */
  /* #fdd000 #fffae5 */
  .theme-pocket .experiences__item{
    border: 2px solid #fdd000;
  }
  .theme-pocket .experiences__ttl,
  .theme-pocket .experiences__ttl--lp {
    color: #d19402;
  }

  /* ----------hop---------- */
  /* #00afec #e5f7fd */

  .theme-hop .experiences__item{
    border: 2px solid #00afec;
  }
  .theme-hop .experiences__ttl,
  .theme-hop .experiences__ttl--lp {
    color: #00afec;
  }

  /* ----------step---------- */
  /* #029e3a #e5f6eb */
  .theme-step .experiences__item{
    border: 2px solid #029e3a;
  }
  .theme-step .experiences__ttl,
  .theme-step .experiences__ttl--lp {
    color: #029e3a;
  }

  /* ----------jump---------- */
  /* #006fbc #e5f0f8 */
  .theme-jump .experiences__item{
    border: 2px solid #006fbc;
  }
  .theme-jump .experiences__ttl,
  .theme-jump .experiences__ttl--lp {
    color: #006fbc;
  }

  /* ----------ownly---------- */
  .instagram{
    padding-top: 80px;
    background-color: #bcf3ff;
  }
  .instagram__ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .instagram .instagram__script{
    width: 960px;
    margin:20px auto 0;
    padding: 20px;
  }

  .m-al {
    text-align: left;
    margin-left: 0;
  }


}
@media screen and (max-width:768px) {
  /*================================================================
  layouts
  =================================================================*/
  /* ----------------------------------
    header component
  ---------------------------------- */
  .m-header {
    position: relative;
    display: block;
    background: #fff;
    z-index: 1000;
  }
  .m-header span {
    vertical-align: middle;
  }
  .m-header__head {
    position: relative;
    display: table;
    width: 100%;
    padding: 9px 0;
    height: 42px;
  }
  .m-header__head-company {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -11px;
  }
  .m-header__head-logo {
    text-align: center;
    padding: 10px 100px;
  }
  .m-header__head-logo img {
    max-width: 100%;
  }
  .m-header__head-logo p {
    margin: 0;
  }
  .m-header__head-account {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
  }
  .m-header__head-company-btn {
    display: inline-block;
    width: 77px;
    height: 15px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -129px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-header__head-account-btn {
    display: inline-block;
    width: 72px;
    height: 35px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -207px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-header__gmenu {
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
  }
  .m-header__gmenu>ul {
    display: flex;
    *zoom: 1;
  }
  .m-header__gmenu>ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-header__gmenu>ul>li {
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 33.3%;
  }
  .m-header__gmenu>ul>li.m-header__gmenu-li--line {
    border-left: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 66.6%;
  }
  .m-header__gmenu>ul>li.m-header__gmenu-li--line+.m-header__gmenu-li {
    border-left: none;
  }
  .m-header__gmenu>ul>li>a {
    position: relative;
    display: block;
    max-height: 44px;
    overflow: hidden;
  }
  .m-header__gmenu>ul>li>a>img {
    max-width: 100%;
  }
  .m-header__gmenu>ul>li>a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '.';
    color: #fff;
  }
  .m-header__gmenu>ul>li:first-child>a {
    border: none;
  }
  .m-header__gmenu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
  }
  .m-birth-guide,
  .m-birth-guide--baby,
  .m-birth-guide--petit,
  .m-birth-guide--pocket,
  .m-birth-guide--hop,
  .m-birth-guide--step,
  .m-birth-guide--jump{
    color: #000;
    display: block;
    line-height: 1.3;
    padding: 7px 5px 5px 60px;
    position: relative;
    text-align: left;
  }
  .m-birth-guide:before,
  .m-birth-guide--baby:before,
  .m-birth-guide--petit:before,
  .m-birth-guide--pocket:before,
  .m-birth-guide--hop:before,
  .m-birth-guide--step:before,
  .m-birth-guide--jump:before{
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon1.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 26px;
    left: 10px;
    margin-top: -13px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 48px;
  }
  .m-birth-guide--baby:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon1.png");}
  .m-birth-guide--petit:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon2.png");}
  .m-birth-guide--pocket:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon3.png");}
  .m-birth-guide--hop:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon4.png");}
  .m-birth-guide--step:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon5.png");}
  .m-birth-guide--jump:before{background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/f_icon6.png");}
  .m-birth-guide__target,
  .m-birth-guide__target--baby,
  .m-birth-guide__target--petit,
  .m-birth-guide__target--pocket,
  .m-birth-guide__target--hop,
  .m-birth-guide__target--step,
  .m-birth-guide__target--jump{
    font-weight: bold;
  }
  .m-birth-guide__target--baby {color: #ee87b4;}
  .m-birth-guide__target--petit {color: #e8373d;}
  .m-birth-guide__target--pocket {color: #fcb100;}
  .m-birth-guide__target--hop {color: #00afec;}
  .m-birth-guide__target--step {color: #00a73c;}
  .m-birth-guide__target--jump {color: #006fbc;}
  .m-birth-guide__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* ----------------------------------
    footer compornent
  ---------------------------------- */
  .m-footer {
    border-bottom: 4px solid #0070cb;
  }
  .m-footer-class__ttl {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 5px solid #0070cb;
    color: #0070cb;
  }
  .m-footer-class__item>dt {
    border-top: 1px solid #e6e6e6;
  }
  .m-footer-class__item>dd {
    display: none;
  }
  .m-footer-class__item:first-child>dt {
    border: none;
  }
  .m-footer-class__item-ttl,
  .is-active .m-footer-class__item-ttl,
  .m-footer-class__item-ttl-course,
  .is-active .m-footer-class__item-ttl-course,
  .m-footer-class__item-ttl--link,
  .m-footer-class__item-ttl-arrow,
  .is-active .m-footer-class__item-ttl-arrow {
    position: relative;
    display: block;
    padding: 15px;
    background: #f3f3f3;
    color: #000;
  }
  .m-footer-class__item-ttl:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -218px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -6px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .is-active .m-footer-class__item-ttl {
    background: #0070cb;
    color: #fff;
  }
  .is-active .m-footer-class__item-ttl:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -204px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -6px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-footer-class__item-ttl-course {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-footer-class__item-ttl-course:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -218px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -6px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .is-active .m-footer-class__item-ttl-course {
    background: #0070cb;
    color: #fff;
  }
  .is-active .m-footer-class__item-ttl-course:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -204px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -6px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-footer-class__item-ttl--link:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -83px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-footer-class__item-ttl-arrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-footer-class__item-ttl-arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .is-active .m-footer-class__item-ttl-arrow {
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px solid #e6e6e6;
    background: #0070cb;
    color: #fff;
  }
  .is-active .m-footer-class__item-ttl-arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-footer-entry {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
  }
  .m-footer-ls__mnu-ico,
  .m-footer-ls__mnu-ico--sec,
  .m-footer-ls__mnu-ico--sec-hop,
  .m-footer-ls__mnu-ico--sec-kyozai {
    color: #000;
    position: relative;
    display: block;
    padding: 15px 17px;
  }
  .m-footer-ls__mnu-ico:after,
  .m-footer-ls__mnu-ico--sec:after,
  .m-footer-ls__mnu-ico--sec-hop:after,
  .m-footer-ls__mnu-ico--sec-kyozai:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-footer-ls__mnu-ico--sec {
    padding: 7px 17px 7px 80px;
  }
  .m-footer-ls__mnu-ico--sec-hop {
    padding-left: 36px;
  }
  /* entry ---------------*/
  .m-footer-entry {
    border-top: 1px solid #e6e6e6;
    padding: 25px 15px;
  }
  .m-footer-others {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
  }
  .m-footer-official {
    border: 2px solid #f3f3f3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    background: #f7f7f7;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-footer-official> :first-child {
    margin-top: 0;
  }
  .m-footer-official>p>a {
    color: #808080;
  }
  .m-footer-logo {
    margin-top: 10px;
    text-align: center;
  }
  .m-footer-logo> :first-child {
    margin-top: 0;
  }
  .m-footer-logo-btn {
    display: inline-block;
    width: 96px;
    height: 19px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -163px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-footer-utility {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  .m-footer-utility>ul> :first-child {
    margin-top: 0;
  }
  .m-footer-utility>ul>li {
    margin-top: 8px;
  }
  .m-footer-utility>ul>li>a {
    position: relative;
    padding: 0 15px;
    color: #808080;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
  }
  .m-footer-copy {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    color: #808080;
    font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----------------------------------
    content compornent
  ---------------------------------- */
  /* pagetop link ---------------*/
  .m-pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 900;
    cursor: pointer;
  }
  .m-icon-pagetop {
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -2060px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
  }
  /* ----------------------------------
    overlay component
  ---------------------------------- */
  /* overlay ---------------*/
  .m-overlay-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 1450;
    -webkit-transform: 0 0 0;
    -moz-transform: 0 0 0;
    -o-transform: 0 0 0;
    -ms-transform: 0 0 0;
    transform: 0 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* modal base---------------*/
  .m-modal,
  .m-modal-mv {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    border: 3px solid #0070cb;
    display: none;
    position: absolute;
    width: 92%;
    z-index: 1500;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .m-modal.is-active,
  .m-modal-mv.is-active {
    animation-name: modalFadeIn;
    animation-duration: .5s;
    animation-timing-function: ease;
    display: block;
    opacity: 1;
  }

  .m-modal__inner {
    padding: 10px;
  }
  .m-modal__inner> :first-child,
  .m-modal__content :first-child {
    margin-top: 0;
  }
  .m-modal__close {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1534px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  .m-overlay-modal.is-active {
    animation-name: modalOverlayFadeIn;
    animation-duration: .5s;
    animation-timing-function: ease;
    display: block;
    opacity: 0.5
  }

  .m-modal-fiexd {
    display: none;
    position: fixed;
    width: 92%;
    z-index: 1500;
  }
  .m-modal-fiexd.is-action {
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-modal-cls {
    display: none;
    position: absolute;
    width: 92%;
    z-index: 1500;
  }
  .m-modal-cls.is-action {
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-modal.is-cls1 {
    border: 3px solid #ee87b4;
    background: #fdf3f7;
  }
  .m-modal.is-cls2 {
    border: 3px solid #e8373d;
    background: #fdebeb;
  }
  .m-modal.is-cls3 {
    border: 3px solid #fcc600;
    background: #fffae5;
  }
  .m-modal.is-cls4 {
    border: 3px solid #00afec;
    background: #e5f7fd;
  }
  .m-modal.is-cls5 {
    border: 3px solid #00a73c;
    background: #e5f6eb;
  }
  .m-modal.is-cls6 {
    border: 3px solid #006fbc;
    background: #e5f0f8;
  }
  .m-modal.is-cls7 {
    border: 3px solid #ec6e81;
    background: #ffecee;
  }
  .m-modal.is-cls1 .m-modal__close,
  .m-modal.is-cls2 .m-modal__close,
  .m-modal.is-cls3 .m-modal__close,
  .m-modal.is-cls4 .m-modal__close,
  .m-modal.is-cls5 .m-modal__close,
  .m-modal.is-cls6 .m-modal__close,
  .m-modal.is-cls7 .m-modal__close {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    -ms-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: 0 0;
  }
  .m-modal.is-cls1 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn0.png");
  }
  .m-modal.is-cls2 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn1.png");
  }
  .m-modal.is-cls3 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn2.png");
  }
  .m-modal.is-cls4 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn3.png");
  }
  .m-modal.is-cls5 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn4.png");
  }
  .m-modal.is-cls6 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn5.png");
  }
  .m-modal.is-cls7 .m-modal__close {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/close_btn6.png");
  }
  @media only screen and (orientation: landscape) {
    .m-modal,
    .m-modal-mv {
      width: 70%;
    }
    .m-modal-cls {
      width: 70%;
    }
  }
  /* class menu ---------------*/
  .m-modal--youtube {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .m-modal--youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* class menu ---------------*/
  .m-modal-class {
    padding-bottom: 5px;
  }
  .m-modal-class> :first-child {
    margin-top: 0;
  }
  .m-modal-class__ttl-c1,
  .m-modal-class__ttl-c2,
  .m-modal-class__ttl-c3,
  .m-modal-class__ttl-c4,
  .m-modal-class__ttl-c5,
  .m-modal-class__ttl-c6,
  .m-modal-class__ttl-c7 {
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    color: #000;
  }
  .m-modal-class__ttl-c1 span {
    color: #ee87b4;
    font-weight: bold;
  }
  .m-modal-class__ttl-c1.under span,
  .m-modal-class__ttl-c2 span {
    color: #e8373d;
    font-weight: bold;
  }
  .m-modal-class__ttl-c2.under span,
  .m-modal-class__ttl-c3 span {
    color: #fdd000;
    font-weight: bold;
  }
  .m-modal-class__ttl-c3.under span,
  .m-modal-class__ttl-c4 span {
    color: #00afec;
    font-weight: bold;
  }
  .m-modal-class__ttl-c4.under span,
  .m-modal-class__ttl-c5 span {
    color: #00a73c;
    font-weight: bold;
  }
  .m-modal-class__ttl-c5.under span,
  .m-modal-class__ttl-c6 span {
    color: #006fbc;
    font-weight: bold;
  }
  .m-modal-class__ttl-c6.under span,
  .m-modal-class__ttl-c7 span {
    color: #ff737c;
    font-weight: bold;
  }
  .m-modal-class__ttl-p {
    width: 185px;
    margin: 0 auto;
    text-align: left;
  }
  .m-modal-class__item {
    margin-top: 10px;
  }
  .m-modal-class__item> :first-child {
    margin-top: 0;
  }
  .m-modal-class__text-c1,
  .m-modal-class__text-c2,
  .m-modal-class__text-c3,
  .m-modal-class__text-c4,
  .m-modal-class__text-c5,
  .m-modal-class__text-c6,
  .m-modal-class__text-c7 {
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  /*------------------------------
  a-branch-link（20160404追加）
  ------------------------------*/
  .m-button-wrap-s__item.a-branch-link {
    position: relative;
  }
  .m-button-wrap-s__item.a-branch-link .m-button-wrap-s-twins__l {
    position: absolute;
    left: 4%;
    top: 48%;
    width: 44%;
  }
  .m-button-wrap-s__item.a-branch-link .m-button-wrap-s-twins__r {
    position: absolute;
    right: 4%;
    top: 48%;
    width: 44%;
  }
  .m-button-wrap-s__item.a-branch-link .m-button-wrap-s-twins__inner {
    margin-left: 0;
  }
  .m-button-wrap-s__item.a-branch-link .m-button-wrap-s-twins__bg .m-button-wrap-s-twins__inner {
    margin-left: 15px;
  }
  /*------------------------------
  m-modal-def（20160613）
  ------------------------------*/
  .m-modal-def {
    line-height: 1.5;
    padding: 5px;
  }
  .m-modal-def> :first-child {
    margin-top: 0;
  }
  .m-modal-def__ttl {
    color: #0070cb;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .m-modal-def__ttl-black {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .m-modal-def__item {
    margin-top: 10px;
  }
  .m-modal-def__item> :first-child {
    margin-top: 0;
  }
  /* slidemenu ---------------*/
  .m-overlay-content,
  .m-overlay-head,
  .m-overlay-gmenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: 0 0 0;
    -moz-transform: 0 0 0;
    -o-transform: 0 0 0;
    -ms-transform: 0 0 0;
    transform: 0 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-overlay-content {
    z-index: 1400;
  }
  .m-slmenu-body {
    font-size: 14px;
    font-size: 1.4rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -580px;
    display: block;
    *zoom: 1;
    width: 580px;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1500;
  }
  .m-slmenu-body:after {
    content: "";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-slmenu-body.is-active {
    right: -290px;
  }
  .is-fixed .m-slmenu-body {
    top: 0;
  }
  .m-slmenu-body__inner {
    overflow: hidden;
  }
  .m-slmenu {
    float: left;
    width: 290px;
    overflow: hidden;
    border-bottom: 5px solid #666;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .m-slmenu.is-active {
    margin-left: -290px;
  }
  .m-slmenu.is-slide {
    margin-left: -290px;
  }
  .m-sldmnu-first.is-action {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .m-sldmnu-first.is-active {
    margin-left: -290px;
  }
  .m-slmenu-scrl {
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 2px);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translate3d(0, 0, 2px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    background: #fff;
  }
  .m-slmenu-scrl__inner {
  }
  @media screen and (orientation: landscape) {
    .m-slmenu-scrl__inner {
    }
  }
  .m-sldmnu-set__hd,
  .m-sldmnu-set__hd--sec1,
  .m-sldmnu-set__hd--sec2,
  .m-sldmnu-set__hd--sec3,
  .m-sldmnu-set__hd--sec4,
  .m-sldmnu-set__hd--sec5,
  .m-sldmnu-set__hd--sec6,
  .m-sldmnu-set__hd--sec7,
  .m-sldmnu-set__hd--sec0 {
    position: relative;
    padding: 17px;
    border-bottom: 2px solid #e6e6e6;
  }
  .m-sldmnu-set__hd--sec1 {
    border-top: 2px solid #ee87b4;
    background: #ffedf4;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec1>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec2 {
    border-top: 2px solid #e8373d;
    background: #ffebeb;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec2>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec3 {
    border-top: 2px solid #fcc600;
    background: #fff6df;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec3>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec4 {
    border-top: 2px solid #00afec;
    background: #e8f7fc;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec4>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec5 {
    border-top: 2px solid #00a73c;
    background: #d8f6e8;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec5>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec6 {
    border-top: 2px solid #006fbc;
    background: #d9effc;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec6>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec7 {
    border-top: 2px solid #ec6e81;
    background: #ffecee;
    padding: 10px 17px;
    color: #000;
  }
  .m-sldmnu-set__hd--sec7>a {
    color: #000;
  }
  .m-sldmnu-set__hd--sec1-text {
    color: #ee87b4;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec2-text {
    color: #e8373d;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec3-text {
    color: #fcc600;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec4-text {
    color: #00afec;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec5-text {
    color: #00a73c;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec6-text {
    color: #006fbc;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec7-text {
    color: #ec6e81;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle !important;
    padding-left: 3px;
  }
  .m-sldmnu-set__hd--sec-third {
    padding-left: 65px;
  }
  .m-sldmnu-set__hd--sec-birthday {
    color: #000;
    font-weight: normal;
  }
  .m-sldmnu-set__hd--sec0 {
    background: #fff;
    padding: 8px 17px 5px 17px;
  }
  .m-sldmnu-set__cls {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    padding: 9px;
  }
  .m-sldmnu-set__cls-0 {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    padding: 9px;
  }
  .m-sldmnu-set__lg-sho-ico {
    display: block;
    width: 159px;
    height: 32px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/logo_kochare_main.png");
    background-repeat: no-repeat;
    /* background-position: 0px -182px; */
    -webkit-background-size: 115px 31px;
    -moz-background-size: 115px 31px;
    background-size: 115px 31px;
  }
  .m-sldmnu-set__lg-sho-ico--sec {
    display: block;
    width: 84px;
    height: 15px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -146px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-sldmnu-set__cls-ico {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -52px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-sldmnu-set__cls-ico--sec {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -52px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-sldmnu-set__return {
    display: inline-block;
    padding-right: 10px;
    width: 30px;
    height: 30px;
  }
  .m-sldmnu-set__return-ico {
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -65px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-sldmnu-set__return-ico-g {
    margin-top: 10px;
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
  }
  .m-sldmnu-set__logo--sec {
    display: inline-block;
    padding-right: 10px;
  }
  .m-sldmnu-set__ttl--sec {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-sldmnu-ls {
    border-top: 2px solid #e6e6e6;
  }
  .m-sldmnu-ls:first-child {
    border: none;
  }
  .m-sldmnu-ls--last {
    border-bottom: 1px solid #e6e6e6;
  }
  .m-sldmnu-ls__itm {
    border-top: 1px solid #e6e6e6;
    position: relative;
  }
  .m-sldmnu-ls__itm>a {
    cursor: pointer;
  }
  .m-sldmnu-ls-mnu-tag {
    display: inline-block;
    width: 4.5em;
  }
  .m-sldmnu-ls__itm-hop:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll -196px 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 350px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-step:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll -246px 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 350px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-pocket:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll -145px 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 350px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-jump:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll -298px 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 350px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-petit:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll -94px 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 336px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-baby:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png) no-repeat scroll 0 0;
    -webkit-background-size: 350px 416px;
    -moz-background-size: 350px 416px;
    background-size: 350px 416px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-tag,
  .m-sldmnu-ls__mnu-ttl {
    display: block;
    padding: 15px 17px;
    background: #f3f3f3;
  }
  .m-sldmnu-ls__mnu-ttl {
    background: #f4f2ee;
    font-weight: bold;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-sldmnu-ls__mnu-dbl,
  .m-sldmnu-ls__mnu-ico,
  .m-sldmnu-ls__mnu-user,
  .m-sldmnu-ls__mnu-entry,
  .m-sldmnu-ls__mnu-trial,
  .m-sldmnu-ls__mnu-intro,
  .m-sldmnu-ls__mnu-site,
  .m-sldmnu-ls__mnu-ico--sec {
    position: relative;
    display: block;
    padding: 15px 17px;
  }
  .m-sldmnu-ls__mnu-dbl {
    color: #999;
    font-weight: bold;
  }
  .m-sldmnu-ls__mnu-dbl:after {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -26px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 14px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-cls1 {
    color: #ee87b4;
  }
  .m-sldmnu-ls__mnu-cls2 {
    color: #e8373d;
  }
  .m-sldmnu-ls__mnu-cls3 {
    color: #fcc600;
  }
  .m-sldmnu-ls__mnu-cls4 {
    color: #00afec;
  }
  .m-sldmnu-ls__mnu-cls5 {
    color: #00a73c;
  }
  .m-sldmnu-ls__mnu-cls6 {
    color: #006fbc;
  }
  .m-sldmnu-ls__mnu-cls7 {
    color: #ec6e81;
  }
  .m-sldmnu-ls__mnu-dbl-now {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-sldmnu-ls__mnu-ico,
  .m-sldmnu-ls__mnu-ico--sec {
    color: #000;
  }
  .m-sldmnu-ls__mnu-ico:after,
  .m-sldmnu-ls__mnu-ico--sec:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-ico--sec {
    padding-left: 15px;
  }
  .m-sldmnu-ls__mnu-ico--sec-icon {
    position: relative;
    display: block;
    padding: 7px 17px 7px 120px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-sldmnu-ls__mnu-ico--sec-icon:after {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -26px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 14px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-ico--sec-icon span {
    font-weight: bold;
  }
  a.m-sldmnu-ls__mnu-ico--sec-icon {
    min-height: 52px;
    color: #333;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .m-sldmnu-ls__mnu-ico--sec-icon span:first-child {
    display: table-cell;
    vertical-align: middle;
  }
  .m-sldmnu-ls__mnu-ico--birth {
    color: #000;
    display: flex;
    align-items: center;
    padding: 5px 17px;
  }
  .m-sldmnu-ls__mnu-ico--birth:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__birth-text {
    text-align: center;
    width: 50px;
  }
  .m-sldmnu-ls__mnu-ico--birth>span {
    margin-left: 15px;
  }
  .m-sldmnu-ls__mnu-ico--birth>span:first-child {
    margin-left: 0;
  }
  .m-sldmnu-ls__itm-baby-petit:before {
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 50px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/modal_btn_baby-petit.png) no-repeat scroll;
    -webkit-background-size: 100px 50px;
    -moz-background-size: 100px 50px;
    background-size: 100px 50px;
    margin-top: 0px;
    left: 15px;
    top: 0%;
    overflow: hidden;
  }
  .m-sldmnu-ls__itm-sho:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: transparent url(https://www2.shimajiro.co.jp/_share16/sp/img/modal_btn_sho.png) no-repeat scroll;
    -webkit-background-size: 50px 27px;
    -moz-background-size: 50px 27px;
    background-size: 50px 27px;
    margin-top: -13px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-user {
    background: #0070cb;
    color: #fff;
  }
  .m-sldmnu-ls__mnu-user:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -39px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-entry {
    background: #46bf0a;
    color: #fff;
  }
  .m-sldmnu-ls__mnu-entry:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -39px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-trial {
    background: #508cce;
    color: #fff;
  }
  .m-sldmnu-ls__mnu-trial:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -39px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-intro {
    background: #fff;
    color: #000;
  }
  .m-sldmnu-ls__mnu-intro:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-site {
    background: #fff;
    color: #000;
  }
  .m-sldmnu-ls__mnu-site:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -13px;
    -webkit-background-size: 117px 242px;
    -moz-background-size: 117px 242px;
    background-size: 117px 242px;
    margin-top: -5px;
    right: 17px;
    top: 50%;
    overflow: hidden;
  }
  /* slide menu accordion */
  .m-sldmnu-ls__mnu-acod {
    display: block;
    position: relative;
    padding: 15px 17px;
  }
  .m-sldmnu-ls__mnu-acod:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -47px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-acod.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -59px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-sldmnu-ls__mnu-acod__menu {
    display: none;
  }
  .m-sldmnu-ls__mnu-acod__menu> :first-child {
    margin-top: 0;
  }
  .m-sldmnu-ls__itm.icon-ce,
  .m-footer-ls__itm.icon-ce {
    background-image: url(https://www2.shimajiro.co.jp/_share17/sp/img/logo_kodomo_ce_top.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-size: 28px;
  }
  .m-sldmnu-ls__itm.icon-plus,
  .m-footer-ls__itm.icon-plus {
    background-image: url(https://www2.shimajiro.co.jp/_share17/sp/img/logo_pluscourse.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-size: 28px;
  }
  .m-footer-ls__itm {
    border-top: 1px solid #e6e6e6;
    position: relative;
  }
  .m-sldmnu-ls__itm.icon-ce > .m-sldmnu-ls__mnu-ico,
  .m-sldmnu-ls__itm.icon-plus > .m-sldmnu-ls__mnu-ico,
  .m-footer-ls__mnu-ico {
    padding-left: 50px;
  }
  /*  */
  .m-overlay-content,
  .m-overlay-head,
  .m-overlay-gmenu {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-overlay-content.is-active,
  .m-overlay-head.is-active,
  .m-overlay-gmenu.is-active {
    display: block;
    visibility: visible;
    opacity: 0.4;
  }
  /* fixed slide menu nav*/
  .js-head-gmenu-fixed {
    position: fixed;
    top: -48px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .js-head-gmenu-fixed.is-slide-down {
    top: 0px;
  }
  .m-overlay-gmenu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    height: 48px;
  }
  /*================================================================
  modules
  =================================================================*/
  /* ----------------------------------
    heading component
  ---------------------------------- */
  .m-heading2-top {
    margin-top: 40px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding: 3px 0 10px 0;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/bg_h2_line.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
  }
  .m-heading2-top span {
    padding-right: 3px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -691px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    height: 20px;
  }
  /* ----------------------------------
    block component
  ---------------------------------- */
  .m-block,
  .m-block--ht-medium,
  .m-block--ht-medium-top,
  .m-block--ht-large,
  .m-block--ht-large--top,
  .m-block--ht-xlarge,
  .m-block--notice,
  .m-block--notice-large,
  .m-block--system,
  .m-block--device,
  .m-block--program,
  .m-block--program-top,
  .m-block--lightblue,
  .m-block--lightblue-s,
  .m-block--curriculum,
  .m-block--btmtri-white,
  .m-block--movie,
  .m-block--birthday,
  .m-block--cloudy,
  .m-block--cloudy--s,
  .m-block--cloudy--arrowbtm,
  .m-block--cloudy-arrowtop-khaki,
  .m-block--cloudy--arrowbtm-skyblue {
    padding: 0 15px;
  }
  .m-block> :first-child,
  .m-block--ht-medium> :first-child,
  .m-block--ht-medium-top> :first-child,
  .m-block--ht-large> :first-child,
  .m-block--ht-large--top> :first-child,
  .m-block--ht-xlarge> :first-child,
  .m-block--notice> :first-child,
  .m-block--notice-large> :first-child,
  .m-block--system> :first-child,
  .m-block--device> :first-child,
  .m-block--program> :first-child,
  .m-block--program-top> :first-child,
  .m-block--lightblue> :first-child,
  .m-block--lightblue-s> :first-child,
  .m-block--curriculum> :first-child,
  .m-block--btmtri-white> :first-child,
  .m-block--movie> :first-child,
  .m-block--birthday> :first-child,
  .m-block--cloudy> :first-child,
  .m-block--cloudy--s> :first-child,
  .m-block--cloudy--arrowbtm> :first-child,
  .m-block--cloudy-arrowtop-khaki> :first-child,
  .m-block--cloudy--arrowbtm-skyblue> :first-child {
    margin-top: 0;
  }
  .m-block--ht-medium {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-block--ht-medium-top {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .m-block--ht-large {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-block--ht-large--top {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .m-block--ht-xlarge {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .m-block--notice {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff6cc;
    border-top: 1px solid #faed96;
    border-bottom: 1px solid #faed96;
  }
  .m-block--notice-large {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff6cc;
    border-top: 1px solid #faed96;
    border-bottom: 1px solid #faed96;
  }
  .m-block--system {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4f2ee;
  }
  .m-block--device {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #dbf6c9;
    position: relative;
  }
  .m-block--device:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #dbf6c9 transparent transparent transparent;
  }
  .m-block--program {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e5f0fa;
    position: relative;
  }
  .m-block--program:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #e5f0fa transparent transparent transparent;
  }
  .m-block--program-top {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #e5f0fa;
    position: relative;
  }
  .m-block--program-top:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #e5f0fa transparent transparent transparent;
    z-index: 400;
  }
  .m-block--program-top.arrowNone:after {
    border: none;
  }
  .m-block--lightblue {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e8f7fc;
    position: relative;
  }
  .m-block--lightblue-s {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #e8f7fc;
    position: relative;
  }
  .m-block--lightblue-s.corp-color {
    background: #e8f7fc;
  }
  .m-block--lightblue-s.corp-color .m-heading3 {
    color: #0070cb;
  }
  .m-block--curriculum {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #0070cb;
    position: relative;
  }
  .m-block--curriculum:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #0070cb transparent transparent transparent;
    z-index: 400;
  }
  .m-block--btmtri-white {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
  }
  .m-block--btmtri-white:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    z-index: 400;
  }
  .m-block--btmtri-white.last {
    border-bottom: 2px #e5f7fd solid;
  }
  .m-block--btmtri-white.last:after {
    background: url(https://www2.shimajiro.co.jp/hop/theme_01/_assets16/pc/img/arrow.png) no-repeat 0 0;
    -webkit-background-size: 40px 21px;
    -moz-background-size: 40px 21px;
    background-size: 40px 21px;
    width: 40px;
    margin-left: -10px;
    height: 21px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    content: "";
    border-width: 0;
  }
  .m-block--movie {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e5f0fa;
  }
  .m-block--movie+.m-block--movie {
    margin-top: 10px;
  }
  .m-block--birthday {
    padding-top: 30px;
    padding-bottom: 0;
    background: #e5f0fa;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/bg_birthday.png");
    background-repeat: repeat-x;
    background-position: 0 top;
  }
  .m-block--cloudy,
  .m-block--cloudy--arrowbtm {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f8f8f8;
  }
  .m-block--cloudy--s {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f8f8f8;
  }
  .m-block--cloudy--arrowbtm {
    position: relative;
  }
  .m-block--cloudy--arrowbtm:after {
    content: '';
    display: inline-block;
    border-top: 25px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid transparent;
    border-top-color: #f8f8f8;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-top: -40px;
    margin-left: -40px;
  }
  .m-block--cloudy-arrowtop-khaki {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4f2ee;
    position: relative;
  }
  .m-block--cloudy-arrowtop-khaki:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #f4f2ee transparent;
    z-index: 400;
  }
  .m-block--cloudy--arrowbtm {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .m-block--cloudy--arrowbtm:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    z-index: 400;
  }
  .m-block--cloudy-arrowtop-birthday {
    margin-top: 40px;
    position: relative;
    background: #f6fcfe;
    padding: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .m-block--cloudy-arrowtop-birthday:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 400;
  }
  /* ----------------------------------
    unit component
  ---------------------------------- */
  .m-unit,
  .m-unit--large {
    margin-top: 25px;
  }
  .m-unit> :first-child,
  .m-unit--large> :first-child {
    margin-top: 0;
  }
  .m-unit-s {
    margin-top: 15px;
  }
  .m-unit-s> :first-child {
    margin-top: 0;
  }
  .m-unit-xs {
    margin-top: 10px;
  }
  .m-unit-xs> :first-child {
    margin-top: 0;
  }
  .m-unit-xxs {
    margin-top: 5px;
  }
  .m-unit-xxs> :first-child {
    margin-top: 0;
  }
  .m-unit-b {
    margin: 15px 0 15px;
  }
  .m-unit-b> :first-child {
    margin-top: 0;
  }
  .m-unit-l {
    margin-top: 45px;
  }
  .m-unit-l> :first-child {
    margin-top: 0;
  }
  .m-unit--large {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* ----------------------------------
    box component
  ---------------------------------- */
  .m-box,
  .m-box-white {
    margin-top: 15px;
    padding: 15px;
  }
  .m-box> :first-child,
  .m-box-white> :first-child {
    margin-top: 0;
  }
  .m-box-white {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* ----------------------------------
    pack component
  ---------------------------------- */
  .m-pack-qalist__item,
  #faq-tab-1>li,
  #faq-tab-2>li,
  #faq-tab-3>li,
  #faq-tab-4>li,
  #faq-tab-5>li,
  #faq-tab-6>li {
    padding: 0 10px;
  }
  .m-pack-qalist__item>a,
  #faq-tab-1>li>a,
  #faq-tab-2>li>a,
  #faq-tab-3>li>a,
  #faq-tab-4>li>a,
  #faq-tab-5>li>a,
  #faq-tab-6>li>a {
    position: relative;
    padding: 15px 7px 15px 30px;
    display: block;
    color: #08c;
  }
  .m-pack-qalist__item>a:after,
  #faq-tab-1>li>a:after,
  #faq-tab-2>li>a:after,
  #faq-tab-3>li>a:after,
  #faq-tab-4>li>a:after,
  #faq-tab-5>li>a:after,
  #faq-tab-6>li>a:after {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 15px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -326px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -7px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-pack-qalist__item>a:before,
  #faq-tab-1>li>a:before,
  #faq-tab-2>li>a:before,
  #faq-tab-3>li>a:before,
  #faq-tab-4>li>a:before,
  #faq-tab-5>li>a:before,
  #faq-tab-6>li>a:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url("https://www2.shimajiro.co.jp/_share16/sp/img/bg_dot.png") repeat-x 0 0;
    -webkit-background-size: 6px 2px;
    -moz-background-size: 6px 2px;
    background-size: 6px 2px;
  }
  .m-pack-qalist-more {
    text-align: right;
    padding-right: 15px;
  }
  /* ----------------------------------
    tab component
  ---------------------------------- */
  .m-tab {
    margin-top: 25px;
  }
  .m-tab> :first-child {
    margin-top: 0;
  }
  .m-tab__head {
    padding: 0 5px;
  }
  .m-tab__list {
    display: table;
    width: 100%;
    min-height: 3em;
    border-collapse: separate;
    border-spacing: 10px 0;
    table-layout: fixed;
  }
  .m-tab__list-item {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    border: 2px solid #0070cb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }
  .m-tab__list-item a {
    display: block;
    padding: 5px 10px;
    color: #0070cb;
  }
  .m-tab__list-item.is-active {
    background: #0070cb;
  }
  .m-tab__list-item.is-active a {
    color: #fff;
  }
  .m-tab__cont {
    margin-top: -2px;
    border-top: 2px solid #0070cb;
  }
  .m-tab-offer {
    margin-top: 25px;
  }
  .m-tab-offer> :first-child {
    margin-top: 0;
  }
  .m-tab-offer>ul li {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 7px 8px 5px;
    background: #fac364;
    display: table-cell;
    color: #fff;
  }
  /* ----------------------------------
    accordion component
  ---------------------------------- */
  /* accordion 1 // only ---------------*/
  .m-accordion,
  .m-accordion--s,
  .m-accordion-series {
    margin-top: 15px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .m-accordion__ttl,
  .m-accordion--s__ttl {
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 13px 35px 11px 15px;
    color: #08c;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
  }
  .m-accordion__ttl:after,
  .m-accordion--s__ttl:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -47px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl.is-active:after,
  .m-accordion--s__ttl.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -59px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion__ttl.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m-accordion__ttl-green {
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    font-weight: bold;
    padding: 13px 35px 11px 15px;
    color: #00a73c;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    background: #fff;
  }
  .m-accordion__ttl-green:after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -109px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-green.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -71px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-green {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion__ttl-green.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m-accordion__ttl-hiragana:before {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -525px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -9px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-nature:before {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 19px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -670px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -9px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-child:before {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 19px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -565px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -9px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-home {
    padding: 13px 35px 11px 35px;
  }
  .m-accordion__ttl-home:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1171px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -12px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-book {
    padding: 13px 35px 11px 35px;
  }
  .m-accordion__ttl-book:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1197px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -12px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-pen {
    padding: 13px 35px 11px 35px;
  }
  .m-accordion__ttl-pen:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1249px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -12px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-dvd {
    padding: 13px 35px 11px 35px;
  }
  .m-accordion__ttl-dvd:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1223px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -12px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-icon:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    background: transparent url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_m-linkls-anc--s.png") no-repeat 0 0;
    -webkit-background-size: 16px 200px;
    -moz-background-size: 16px 200px;
    background-size: 16px 200px;
    margin-top: -10px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion__ttl-icon.icon-type1:before {
    background-position: 0 0;
  }
  .m-accordion__ttl-icon.icon-type2:before {
    background-position: 0 -20px;
  }
  .m-accordion__ttl-icon.icon-type3:before {
    background-position: 0 -40px;
  }
  .m-accordion__ttl-icon.icon-type4:before {
    background-position: 0 -60px;
  }
  .m-accordion__ttl-icon.icon-type5:before {
    background-position: 0 -80px;
  }
  .m-accordion__ttl-icon.icon-type6:before {
    background-position: 0 -100px;
  }
  .m-accordion__ttl-icon.icon-type7:before {
    background-position: 0 -120px;
  }
  .m-accordion__ttl-icon.icon-type8:before {
    background-position: 0 -140px;
  }
  .m-accordion__ttl-icon.icon-type9:before {
    background-position: 0 -160px;
  }
  .m-accordion__ttl-icon.icon-type10:before {
    background-position: 0 -180px;
  }
  .m-accordion__cont,
  .m-accordion--s__cont,
  .m-accordion-series__cont {
    display: none;
    -webkit-box-shadow: 0 5px 5px 0 rgba(128, 128, 128, 0.1) inset;
    box-shadow: 0 5px 5px 0 rgba(128, 128, 128, 0.1) inset;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #e5f0fa;
  }
  .m-accordion__cont> :first-child,
  .m-accordion--s__cont> :first-child,
  .m-accordion-series__cont> :first-child {
    margin-top: 0;
  }
  .m-accordion__cont.is-active,
  .m-accordion--s__cont.is-active,
  .m-accordion-series__cont.is-active {
    display: block;
  }
  .m-accordion__cont:last-child,
  .m-accordion--s__cont:last-child,
  .m-accordion-series__cont:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .m-accordion__cont-white {
    display: none;
    -webkit-box-shadow: 0 5px 5px 0 rgba(128, 128, 128, 0.1) inset;
    box-shadow: 0 5px 5px 0 rgba(128, 128, 128, 0.1) inset;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
  }
  .m-accordion__cont-white> :first-child {
    margin-top: 0;
  }
  .m-accordion__cont-white.is-active {
    display: block;
  }
  .m-accordion__cont-white:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .m-accordion__cont {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion__cont-white {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion__cont-inner,
  .m-accordion--s__cont-inner,
  .m-accordion-series__cont-inner {
    padding: 20px 13px 13px 13px;
  }
  .m-accordion__cont-inner> :first-child,
  .m-accordion--s__cont-inner> :first-child,
  .m-accordion-series__cont-inner> :first-child {
    margin-top: 0;
  }
  /* accordion 1++(text small) // only ---------------*/
  .m-accordion--s__ttl {
    font-size: 13px;
    font-size: 1.3rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion--s__ttl.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m-accordion--s__cont {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion--s__ttl-system {
    padding: 20px 35px 20px 15px;
  }
  /* accordion 2 // series ---------------*/
  .m-accordion-series__ttl {
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 13px 35px 11px 15px;
    color: #08c;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    background: #fff;
    font-weight: normal;
  }
  .m-accordion-series__ttl:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -47px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion-series__ttl.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -59px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-accordion-series__ttl:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .m-accordion-series__ttl:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion-series__cont:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .m-accordion-series__icon {
    width: 60px;
    padding-right: 10px;
    text-align: left;
  }
  /* accordion thumbnail ttl ---------------*/
  .m-accordion-ttl {
    display: table;
    margin-top: 0;
    padding-top: 2px;
  }
  .m-accordion-ttl__icon,
  .m-accordion-ttl__text {
    display: table-cell;
    vertical-align: middle;
  }
  .m-accordion-ttl__icon {
    width: 60px;
    padding-right: 20px;
    text-align: left;
  }
  .m-accordion-ttl__icon-s {
    width: 60px;
    padding-right: 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  .m-accordion-ttl__text {
    text-align: left;
  }
  /* accordion 3 // text link ---------------*/
  .m-accordion-text__ttl {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
  .m-accordion-text__ttl>a {
    position: relative;
    color: #08c;
    padding-right: 25px;
  }
  .m-accordion-text__ttl>a:after {
    position: absolute;
    display: block;
    content: '[+]';
    top: -4px;
    right: 0;
  }
  .m-accordion-text__ttl.is-active>a:after {
    position: absolute;
    display: block;
    content: '[?]';
    top: -4px;
    right: 0;
  }
  .m-accordion-text__cont {
    display: none;
  }
  .m-accordion-text__cont-inner> :first-child {
    margin-top: 0;
  }
  /* accordion 3 // text link ---------------*/
  .m-accordion-text_hire__ttl {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    color: #808080;
  }
  .m-accordion-text_hire__ttl>a {
    position: relative;
    color: #08c;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .m-accordion-text_hire__cont {
    display: none;
  }
  .m-accordion-text_hire__cont-inner> :first-child {
    margin-top: 0;
  }
  /* accordion 4 // area open & close ---------------*/
  .m-accordion-area__vsbl {
    display: block;
  }
  .m-accordion-area__hide {
    display: none;
  }
  /* accordion 5 // text link ---------------*/
  .m-accordion-textlink {
    margin-top: 5px;
  }
  .m-accordion-textlink> :first-child {
    margin-top: 0;
  }
  .m-accordion-textlink__ttl {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .m-accordion-textlink__ttl>a {
    color: #08c;
  }
  .m-accordion-textlink__ttl-center {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-accordion-textlink__ttl-center>a {
    color: #08c;
  }
  .m-accordion-textlink__ttlflg {
    margin-right: 5px;
  }
  .m-accordion-textlink__cont {
    display: none;
  }
  .m-accordion-textlink__cont-inner {
    padding-top: 5px;
  }
  .m-accordion-textlink__cont-inner> :first-child {
    margin-top: 0;
  }
  .m-accordion-textlink>.m-accordion-textlink__ttl {
    margin-top: 0px;
  }
  .m-accordion-textlink>.m-accordion-textlink__cont>.m-accordion-textlink__cont-inner {
    padding-bottom: 0;
  }
  /* accordion // overlay ---------------*/
  .js-accordion-getdata__cont {
    position: relative;
  }
  .m-getdata-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edf7ff;
  }
  .m-getdata-overlay:after {
    position: absolute;
    content: '';
    display: block;
    top: 40px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url("https://www2.shimajiro.co.jp/_share16/sp/img/image.gif") no-repeat 0 0;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
  }
  /* ----------------------------------
    link component
  ---------------------------------- */
  .m-link {
    color: #08c;
  }
  .m-link-icon {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    color: #08c;
  }
  .m-link-icon:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    left: 0px;
    top: 50%;
    overflow: hidden;
  }
  .m-link-icon-ac {
    position: relative;
    padding-left: 17px;
    display: inline-block;
    color: #08c;
  }
  .m-link-icon-ac:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    left: 6px;
    top: 50%;
    overflow: hidden;
  }
  .m-link-icon--top {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    color: #08c;
  }
  .m-link-icon--top:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    left: 0px;
    top: 0;
    overflow: hidden;
    top: 3px;
  }
  .m-link-arrow {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    color: #08c;
  }
  .m-link-arrow:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    left: 0px;
    top: 50%;
    overflow: hidden;
  }
  .m-link-tell {
    position: relative;
    display: inline-block;
    color: #08c;
    padding-right: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .m-link-tell:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    overflow: hidden;
  }
  /* .m-link--acc */
  .m-link--acc {
    position: relative;
    display: inline-block;
    color: #444 !important;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .m-link--acc::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_acc.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    bottom: -15px;
  }
  .js-accordion-text-more__ttl.is-active .m-link--acc {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .js-accordion-text-more__ttl.is-active .m-link--acc::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -18px;
  }
  /* .m-link--acc */
  /* .m-link--down */
  .js-accordion-text-more__ttl.is-active .m-link--down::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .m-link--down {
    position: relative;
    display: inline-block;
    color: #08c;
    padding-right: 20px;
    font-weight: normal;
  }
  .m-link--down::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_link_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -6px;
    right: 0px;
    top: 50%;
  }
  /* .m-link--down */
  .m-link--modal {
    background: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_modal.svg) no-repeat right center;
    -webkit-background-size: 13px 14px;
    background-size: 13px 14px;
    background-position-y: 2px;
    display: inline-block;
    color: #08c;
    font-weight: normal;
    padding-right: 20px;
    position: relative;
  }
  .m-link-read {
    position: relative;
    display: inline-block;
    color: #08c;
    padding-right: 15px;
    font-weight: normal;
  }
  .m-link-read:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -18px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 0px;
    top: 50%;
    overflow: hidden;
  }
  .m-linklist {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-linklist__list {
    text-align: center;
  }
  .m-linklist__item {
    position: relative;
    margin-top: 7px;
  }
  .m-linklist__item>a {
    color: #08c;
  }
  .m-linklist__item>a span {
    padding-left: 15px;
  }
  .m-linklist__item>a:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  /* ----------------------------------
    list component
  ---------------------------------- */
  /* notice list ---------------*/
  .m-list-notice,
  .m-list-notice--s {
    margin-top: 15px;
  }
  .m-list-notice> :first-child,
  .m-list-notice--s> :first-child {
    margin-top: 0;
  }
  .m-list-notice>ul li,
  .m-list-notice--s>ul li {
    *zoom: 1;
  }
  .m-list-notice>ul li:after,
  .m-list-notice--s>ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-list-notice {
    color: #808080;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-list-notice__mark,
  .m-list-notice--s__mark {
    float: left;
    width: 1.5em;
  }
  .m-list-notice__text,
  .m-list-notice--s__text {
    display: block;
    overflow: hidden;
  }
  /* ----------------------------------
    hr component
  ---------------------------------- */
  /* line class modal ---------------*/
  .m-line-md--class-c1,
  .m-line-md--class-c2,
  .m-line-md--class-c3,
  .m-line-md--class-c4,
  .m-line-md--class-c5,
  .m-line-md--class-c6,
  .m-line-md--class-c7 {
    border-width: 1px 0 0 0;
    padding: 0;
    margin: 20px 0;
  }
  .m-line-md--class-c1 {
    border-top: 1px solid #ee87b4;
  }
  .m-line-md--class-c2 {
    border-top: 1px solid #e8373d;
  }
  .m-line-md--class-c3 {
    border-top: 1px solid #fcc600;
  }
  .m-line-md--class-c4 {
    border-top: 1px solid #00afec;
  }
  .m-line-md--class-c5 {
    border-top: 1px solid #00a73c;
  }
  .m-line-md--class-c6 {
    border-top: 1px solid #006fbc;
  }
  .m-line-md--class-c7 {
    border-top: 1px solid #ec6e81;
  }
  /* ----------------------------------
    button component
  ---------------------------------- */
  .m-button-wrap> :first-child {
    margin-top: 0;
  }
  .m-button-wrap__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .m-button-supplement {
    margin-top: 15px;
    color: #808080;
    text-align: center;
  }
  .m-button-wrap-twins {
    *zoom: 1;
    margin-left: -15px;
  }
  .m-button-wrap-twins:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-button-wrap-twins__l {
    float: left;
    width: 50%;
  }
  .m-button-wrap-twins__r {
    float: right;
    width: 50%;
  }
  .m-button-wrap-twins__inner {
    margin-left: 15px;
  }
  .m-button-wrap-s> :first-child {
    margin-top: 0;
  }
  .m-button-wrap-s__item {
    margin-top: 10px;
  }
  .m-button-wrap-s-twins {
    *zoom: 1;
    margin-left: -15px;
  }
  .m-button-wrap-s-twins:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-button-wrap-s-twins__l {
    float: left;
    width: 50%;
  }
  .m-button-wrap-s-twins__r {
    float: right;
    width: 50%;
  }
  .m-button-wrap-s-twins__alone {
    width: 70%;
    margin: 0 auto;
  }
  .m-button-wrap-s-twins__alone2 {
    width: 50%;
    margin: 0 auto;
  }
  .m-button-wrap-s-twins__inner {
    margin-left: 15px;
  }
  .m-button,
  .m-button--unnatural,
  .m-button--unnatural-btm,
  .m-button--nextstep,
  .m-button--artificial,
  .m-button--artificial2,
  .m-button--artificial--s,
  .m-button--artificial-movie-area,
  .m-button--artificia-black,
  .m-button--artificial-s,
  .m-button--acdn-more,
  .m-button--entry,
  .m-button--freetrial,
  .m-button--introfriends,
  .m-button--tell,
  .m-button--tell2,
  .m-button--md-class-pocket,
  .m-button--md-class-hop,
  .m-button--md-class-step,
  .m-button--more-btm,
  .m-button--acdn-more-set,
  .m-button--more-btm-white {
    position: relative;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
  }
  .m-button--unnatural {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 12px;
    background: #0070cb;
    color: #fff;
    font-weight: bold;
  }
  .m-button--unnatural:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--unnatural-btm {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 12px;
    background: #0070cb;
    color: #fff;
  }
  .m-button--unnatural-btm:after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -27px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--unnatural-search:before {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -466px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -8px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--nextstep {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 12px;
    background: #0070cb;
    color: #fff;
    font-weight: bold;
  }
  .m-button--nextstep:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 7px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 25px;
    background: #f3f3f3;
    color: #0070cb;
    font-weight: bold;
  }
  .m-button--artificial:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial2 {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 25px;
    background: #f2f2f2;
    color: #0070cb;
    font-weight: bold;
  }
  .m-button--artificial2:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial--s {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 7px 20px 7px 15px;
    background: #f3f3f3;
    color: #0070cb;
  }
  .m-button--artificial--s:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-movie-area {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 30px;
    background: #f3f3f3;
    color: #0070cb;
    font-weight: bold;
  }
  .m-button--artificial-movie-area:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-movie:before {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -411px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -8px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-movie-center {
    text-align: center;
  }
  .m-button--artificial-movie-center:before {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -411px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -8px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-book:before {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -429px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -8px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-smt:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 21px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -980px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -10px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-edutoy::before {
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-position: 0 -648px;
    background-repeat: no-repeat;
    background-size: 80px auto;
    content: "";
    display: block;
    height: 22px;
    left: 10px;
    margin-top: -8px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 24px;
  }
  .m-button--artificia-black {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
    background: #fff;
    color: #000;
  }
  .m-button--artificia-black:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--artificial-s {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
    background: #fff;
    color: #0070cb;
  }
  .m-button--artificial-s:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--year {
    position: relative;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 12px 12px 100px;
    background: #fff;
    color: #000;
    position: relative;
  }
  .m-button--year:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -18px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--followingyear {
    color: #0070cb;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-button--year-1-icon:before,
  .m-button--year-2-icon:before,
  .m-button--year-3-icon:before,
  .m-button--year-4-icon:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite2.png");
    background-repeat: no-repeat;
    -webkit-background-size: 420px 500px;
    -moz-background-size: 420px 500px;
    background-size: 420px 500px;
    margin-top: -10px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--acdn-more {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 12px;
    background: #fff;
    color: #000;
  }
  .m-button--acdn-more:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--entry {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 12px;
    background: #46bf0a;
    color: #fff;
  }
  .m-button--entry:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--entry:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 20px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -798px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -10px;
    left: 15px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--freetrial {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 12px;
    background: #508cce;
    color: #fff;
    font-weight: bold;
  }
  .m-button--freetrial:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--freetrial .m-button--freetrial__icon {
    display: block;
    width: 21px;
    height: 26px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1331px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin: 0 auto;
  }
  .m-button--freetrial .m-button--freetrial__text {
    display: block;
    margin-top: 10px;
  }
  .m-button--introfriends {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 12px;
    background: #fff;
    color: #000;
    font-weight: bold;
  }
  .m-button--introfriends:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--introfriends .m-button--introfriends__icon {
    display: block;
    width: 30px;
    height: 26px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1303px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin: 0 auto;
  }
  .m-button--introfriends .m-button--introfriends__text {
    display: block;
    margin-top: 10px;
  }
  .m-button--tell {
    padding: 10px 30px 10px 15px;
    background: #f3f3f3;
    color: #0070cb;
    font-weight: normal;
  }
  .m-button--tell:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--tell2 {
    padding: 10px 30px 10px 15px;
    background: #f2f2f2;
    color: #0070cb;
    font-weight: normal;
  }
  .m-button--tell2:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-classbtn-list {
    *zoom: 1;
    margin-left: -10px;
  }
  .m-classbtn-list:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .m-classbtn-list__item {
    float: left;
    width: 50%;
  }
  .m-classbtn-list__inner {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
  }
  .m-classbtn-list__btn1,
  .m-classbtn-list__btn2,
  .m-classbtn-list__btn3,
  .m-classbtn-list__btn4,
  .m-classbtn-list__btn5,
  .m-classbtn-list__btn6,
  .m-classbtn-list__btn7,
  .m-classbtn-list__btn8 {
    position: relative;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px 10px 10px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .m-classbtn-list__btn1:after,
  .m-classbtn-list__btn2:after,
  .m-classbtn-list__btn3:after,
  .m-classbtn-list__btn4:after,
  .m-classbtn-list__btn5:after,
  .m-classbtn-list__btn6:after,
  .m-classbtn-list__btn7:after,
  .m-classbtn-list__btn8:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-classbtn-list__btn1 {
    background: #ee87b4;
  }
  .m-classbtn-list__btn2 {
    background: #e8373d;
  }
  .m-classbtn-list__btn3 {
    background: #fcc600;
  }
  .m-classbtn-list__btn4 {
    background: #00afec;
  }
  .m-classbtn-list__btn5 {
    background: #00a73c;
  }
  .m-classbtn-list__btn6 {
    background: #006fbc;
  }
  .m-classbtn-list__btn7 {
    background: #ec6e81;
  }
  .m-classbtn-list__btn8 {
    background: #fff;
  }
  .m-classbtn-list__btn8 {
    padding: 12px 15px 11px 18px;
    color: #000;
  }
  .m-classbtn-list__btn8:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-classbtn-list__btn8:before {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -232px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -6px;
    left: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-classbtn-list__btn-cls {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 2px;
  }
  .m-button--md-class-pocket {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
    background: #fff;
    color: #fdd000;
    font-weight: bold;
    text-align: center;
  }
  .m-button--md-class-pocket-num {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .m-button--md-class-pocket-mark {
    display: block;
    width: 50px;
    height: 27px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1474px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin: 5px auto;
  }
  .m-button--md-class {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
    background: #fff;
    color: #0070cb;
    font-weight: bold;
    text-align: center;
  }
  .m-button--md-class-num {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .m-button--md-class-mark {
    display: block;
    width: 50px;
    height: 27px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1387px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin: 5px auto;
  }
  .m-button--md-class-step {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
    background: #fff;
    color: #00a73c;
    font-weight: bold;
    text-align: center;
  }
  .m-button--md-class-step-num {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .m-button--md-class-step-mark {
    display: block;
    width: 50px;
    height: 27px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -1445px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin: 5px auto;
  }
  .m-button--more-btm {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 12px 12px 20px;
    background: #0070cb;
    color: #fff;
  }
  .m-button--more-btm:after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -27px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--more-btm.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--acdn-more-set {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px;
    margin: 0 auto;
    background: #f3f3f3;
    color: #0070cb;
    width: 140px;
  }
  .m-button--acdn-more-set:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -18px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--acdn-more-set.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -9px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--more-btm-white {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 12px 12px 20px;
    background: #fff;
    color: #0070cb;
  }
  .m-button--more-btm-white:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -18px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  .m-button--more-btm-white.is-active:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -9px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -3px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
  /* ----------------------------------
    text component
  ---------------------------------- */
  .m-text-center {
    text-align: center;
  }
  .m-text-right {
    text-align: right;
  }
  .m-text-left {
    text-align: left;
  }
  .m-text-small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-text-xxsmall {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-text-xxxsmall {
    font-size: 10px;
    font-size: 1.0rem;
  }
  /* supplement ---------------*/
  .m-text-supplement {
    color: #808080;
    text-align: center;
  }
  .m-text-supplement-rs {
    color: #808080;
    text-align: right;
  }
  .m-text-supplement-ls {
    color: #808080;
    text-align: left;
  }
  .m-footer-ls__mnu-ico--sec {
    padding-left: 15px !important;
  }
  .m-footer-ls__mnu-ico--sec img.txt {
    padding-top: 8px;
  }
  .m-footer-ls__mnu-ico--sec span.txt,
  .m-footer-ls__mnu-ico--sec div.txt {
    display: block;
    padding-left: 54px;
    padding-right: 10px;
    margin-top: -35px;
    margin-bottom: 0;
  }
  .m-footer-ls__mnu-ico--sec img {
    width: 50px;
    vertical-align: middle;
  }
  /* youtube */
  .m-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .m-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .footer-offer {
    margin: 20px 0;
    padding: 0 15px;
  }
  .footer-offer li {
    color: #666;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
  }
  .m-information {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .m-information--line {
    margin-top: 15px;
    padding: 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .m-information__ttl {
    padding: 5px;
    background: #e60012;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    font-weight: bold;
  }
  .m-information__cont {
    padding: 12px;
    border: 2px solid #e60012;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
  }
  .m-information__list> :first-child {
    margin-top: 0;
  }
  .m-information__list li {
    margin-top: 10px;
  }
  .m-information__list li a {
    color: #08c;
  }
  .m-hover,
  .m-carousel-cover .bx-wrapper .bx-controls a,
  .m-carousel .bx-wrapper .bx-controls a,
  .m-hnav-modal__close,
  .m-sample:after,
  .m-sample--s:after,
  .m-years a,
  a img {
    transition: opacity .2s;
  }
  .m-hover:hover,
  .m-carousel-cover .bx-wrapper .bx-controls a:hover,
  .m-carousel .bx-wrapper .bx-controls a:hover,
  .m-hnav-modal__close:hover,
  .m-sample:hover:after,
  .m-sample--s:hover:after,
  .m-years a:hover,
  a:hover img {
    opacity: .7;
  }
  .footer-bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 890;
    transition: .5s;
  }
  .footer-bnr img {
    width: 100%;
  }
  .footer-bnr.is-hide {
    bottom: -100px;
  }
  .footer-bnr .closebtn img {
    width: 21px;
    height: 21px;
    text-align: left;
  }
  .m-pack-infolist li {
    padding: 10px 0 15px;
    border-bottom: 2px dotted #e6e6e6;
  }
  .m-pack-infolist li a {
    display: block;
  }
  .m-pack-infolist li i {
    margin: 8px 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    color: #fff;
    background: #0070cb;
  }
  .m-linelist {}
  .m-linelist .inner {
    padding: 6.25% 3.125%;
  }
  .m-linelist-content {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .m-linelist__li {
    width: 48%;
    margin-top: 4%;
  }
  .m-linelist__li a {
    display: block;
    width: 100%;
  }
  /*　.m-notice　*/
  .m-notice>li,
  p.m-notice {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
    color: #808080;
    line-height: 1.5;
  }
  .m-notice>li:before,
  p.m-notice:before {
    content: "※";
    margin-right: 0.3em;
  }
  /*　.m-notice　*/
  /*　.js-swiper　*/
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-button-prev,
  .js-sp-swiper .swiper-button-next,
  .js-sp-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
  .js-swiper .swiper-button-prev,
  .js-swiper .swiper-container-rtl .swiper-button-next,
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-container-rtl .swiper-button-prev,
  .js-sp-swiper .swiper-button-prev,
  .js-sp-swiper .swiper-container-rtl .swiper-button-next,
  .js-sp-swiper .swiper-button-next,
  .js-sp-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(https://www2.shimajiro.co.jp/_share17/sp/img/btn_sw_carousel.png) no-repeat center center;
    background-size: 100%;
  }
  .js-swiper .swiper-button-prev,
  .js-swiper .swiper-container-rtl .swiper-button-next,
  .js-sp-swiper .swiper-button-prev,
  .js-sp-swiper .swiper-container-rtl .swiper-button-next {
    left: 3px;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js-swiper .swiper-button-next,
  .js-swiper .swiper-container-rtl .swiper-button-prev,
  .js-sp-swiper .swiper-button-next,
  .js-sp-swiper .swiper-container-rtl .swiper-button-prev {
    right: 3px;
    left: auto;
  }
  .js-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
  .js-sp-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 100%;
    left: 0;
    right: 0;
  }
  .js-swiper .swiper-pagination-bullet,
  .js-sp-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .js-swiper .swiper-pagination-bullet:last-child,
  .js-sp-swiper .swiper-pagination-bullet:last-child {
    margin-right: 0px;
  }
  .js-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .js-sp-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  /*　.js-swiper　*/
  .m-qa {
    margin: 0 auto 20px;
    padding: 0 4%;
    line-height: 1.7;
  }
  .m-qa__dl {
    border-bottom: 2px dotted #006fbc;
  }
  .m-qa__dt {
    align-items: center;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_q_jump.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 32px;
    color: #006fbc;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
    min-height: 2.6em;
    padding-left: 45px;
    padding-right: 10%;
    position: relative;
  }
  .m-qa__dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 15px;
    padding-top: 15px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_minus.gif);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -7.5px;
  }
  .m-qa__dt.is-active::after {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_plus.gif);
  }
  .m-qa__dd {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_a.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .m-qa__dd .m-qa__answer {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-qa__answer {
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 45px;
  }
  .m-qa__dd p:first-child {
    margin-top: 0;
  }
  /* 3/6更新分新規デザイン用CSS */
  .m-block--notice-uxd {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff6cc;
    border-top: 1px solid #faed96;
    border-bottom: 1px solid #faed96;
  }
  .m-block--notice-uxd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-block--notice-uxd > :first-child{
    margin-top: 0px;
  }

  .m-button--entry-uxd {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    border-radius: 8px;
    padding: 22px 0px;
    background: #46bf0a;
    color: #fff;
  }

  .m-cv-line-cv__kyozai-inner{
    padding: 20px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    border: solid 2px #e5e5e5;
    border-radius: 8px;
    color: #444444;
  }

  .m-cv-line-cv__push{
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
  }
  .m-cv-line-cv__day-dead{
    margin-top: 15px;
    color: #ff4455;
    font-size: 270%;
    font-weight: bold;
  }
  .m-cv-line-cv__day-dead small{
    font-size: 60%;
  }
  .m-cv-line-cv .m-notice{
    margin-top: 15px;
    text-align: left;
  }

  .m-cv-line-cv__push--cp{
    margin-top: 30px;
  }

  .m-cv-line-cv__cost{
    margin-top: 15px;
    color: #ff4455;
    font-weight: bold;
  }
  .cost_monthly{
    font-size: 270%;
  }
  .m-cv-line-cv__cost-small{
    font-size: 150%;
  }

  .m-cv-line-cv__wai--nyukai{
    color: #ff4455;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
  }

  .m-cv-line-cv__bnr-link {
    font-size: 14px;
    padding: 5px 32px 5px 45px;
  }
  .m-cv-line-cv__bnr-link:before {
    left: 0;
  }
  .m-cv-line-cv__bnr-item{
    margin-bottom: 30px;
  }
  .m-cv-line-cv__bnr-link {
    color: #808080;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .m-cv-line-cv__bnr-link:before,
  .m-cv-line-cv__bnr-link:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0px;
    width: 9px;
    height: 15px;
    right: 0;
  }
  .m-cv-line-cv__bnr-link:after {
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_after.png);
  }
  .m-cv-line-cv__bnr-link--shiryo:before {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_siryo.png);
  }
  .m-cv-line-cv__bnr-link--cost:before {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_cost.png);
  }
  .m-cv-line-cv__bnr-link--yusho:before {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/cv_link_before_friend.png);
  }

  .m-cv-line-cv__bnr-item--yusho{
    margin-bottom: 10px;
  }



  /* js-accordion-grd */
  .js-accordion-grd {
    position: relative;
    margin-bottom: 50px;
  }
  .js-accordion-grd__contents {
    height: 90px;
    overflow: hidden;
  }
  .js-accordion-grd__contents> :last-child {
    margin-bottom: 40px !important;
  }
  .js-accordion-grd__trigger {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.7, white), to(white));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255, 0) 0%, #fff 70%);
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0), #fff 70%);
    cursor: pointer;
    transition: bottom 0.2s;
  }
  .js-accordion-grd__trigger::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_acc.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    bottom: -10px;
  }
  .js-accordion-grd__trigger.is-active {
    background: none;
    bottom: -20px;
    padding-top: 0;
  }
  .js-accordion-grd__trigger.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -15px;
  }
  /* lazyload */
  img.js-lazyload {
    display: block !important;
    margin: auto !important;
    padding: 20%;
    width: 26px !important;
  }

    /* experiences */
  .experiencesHeading {
    color: #593001;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-align: center;
  }
  .experiences {
    color: #593001;
    margin: auto;
    width: 90.625%;
    border-radius: 8px;
    background-color: #fff;
  }
  .experiences__heading{
    padding: 15px;
  }
  .experiences__heading img{
    max-width: 33%
  }
  .experiences__ttl {
    padding-top: 0%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }
  .experiences__ttl img{
    max-width: 100%;
    display: block;
  }
  .experiences__carouselItem {
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
  }
  .experiences__icon{
    margin-top: 20px;
  }
  .experiences__icon > img{
    width: 105px;
    margin: auto;
    display: block;
  }
  .experiences__ttl{
    margin-top: 20px;
  }
  .experiences__txt{
    margin-top: 10px;
    text-align: left;
  }

  /* sw-taiken */
  .sw-taiken{
    padding-bottom: 50px;
  }
  .sw-taiken .swiper-button-prev,
  .sw-taiken .swiper-container-rtl .swiper-button-next,
  .sw-taiken .swiper-button-next,
  .sw-taiken .swiper-container-rtl .swiper-button-prev {
    margin-top: 55px;
    top: 0;
  }

  /* ----------petit---------- */
  .theme-petit .experiences {
    border: 2px solid #e8373d;
  }
  .theme-petit .experiences__ttl {
    color: #e8373d;
  }
  /* ----------pocket---------- */
  .theme-pocket .experiences {
    border: 2px solid #fdd000;
  }
  .theme-pocket .experiences__ttl {
    color: #fdd000;
  }
  /* ----------hop---------- */
  .theme-hop .experiences {
    border: 2px solid #00afec;
  }
  .theme-hop .experiences__ttl {
    color: #00afec;
  }
  /* ----------step---------- */
  .theme-step .experiences {
    border: 2px solid #029e3a;
  }
  .theme-step .experiences__ttl {
    color: #029e3a;
  }
  /* ----------jump---------- */
  .theme-jump .experiences {
    border: 2px solid #006fbc;
  }
  .theme-jump .experiences__ttl {
    color: #006fbc;
  }

  /* ----------ownly---------- */
  .instagram {
    padding: 35px 15px 0 15px;
    background: #bcf3ff;
  }
  .instagram__ttl {
    margin-bottom: 20px;
  }

}
