@charset "UTF-8";

/*------ここから(流用元：/_share17/rwd/css/common.css)--------*/
.m-grid:after {
  content: none;
  display: block;
  clear: both;
}

/*------ここから(流用元：/_share19/rwd/css/common_rn.css)--------*/
/* ====================================

Grid [SG01 / SG08 / SG09]

==================================== */
.m-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .m-grid--2col-pc > .m-grid__col,
  .m-grid--3col-pc > .m-grid__col,
  .m-grid--4col-pc > .m-grid__col,
  .m-grid--5col-pc > .m-grid__col,
  .m-grid-btn--2col-pc > .m-grid__col,
  .m-grid-btn--3col-pc > .m-grid__col,
  .m-grid-btn--4col-pc > .m-grid__col,
  .m-grid-btn--5col-pc > .m-grid__col {
    width: 100%;
  }
}

/* column ---------------*/
.m-grid--1col > .m-grid__col,
.m-grid-btn--1col > .m-grid__col {
  width: 100%;
}
@media only screen and (min-width: 768px), print, tv {
  .m-grid--1col.m-grid--1col-1sec > .m-grid__col {
    width: 460px;
    margin: 0 auto;
  }
  .m-unit__box.m-unit__box--mv {
    width: 970px;
  }
}

.m-grid--2col > .m-grid__col,
.m-grid--2col-sp > .m-grid__col,
.m-grid-btn--2col > .m-grid__col,
.m-grid-btn--2col-sp > .m-grid__col,
.m-grid-tab--2col > .m-grid__col {
  width: 48.2758621%;
}

.m-grid-btn--3col > .m-grid__col,
.m-grid-btn--3col-sp > .m-grid__col,
.m-grid-tab--3col > .m-grid__col {
  width: 31.0344828%;
}

.m-grid-btn--4col > .m-grid__col,
.m-grid-btn--4col-sp > .m-grid__col,
.m-grid-tab--4col > .m-grid__col {
  width: 22.4137931%;
}

.m-grid--3col > .m-grid__col, .m-grid--4col > .m-grid__col, .m-grid--5col > .m-grid__col, .m-grid--6col > .m-grid__col,
.m-grid-btn--5col > .m-grid__col {
  width: 100%;
}

@media only screen and (min-width: 768px), print, tv {
  .m-grid--2col > .m-grid__col,
  .m-grid--2col-pc > .m-grid__col {
    width: 47.9166667%;
  }
  .m-grid-btn--2col > .m-grid__col,
  .m-grid-btn--2col-pc > .m-grid__col {
    width: 48.75%;
  }
  .m-grid-tab--2col > .m-grid__col {
    width: 49.3670886%;
  }

  .m-grid--3col > .m-grid__col,
  .m-grid--3col-pc > .m-grid__col {
    width: 30.4166667%;
  }
  .m-grid-btn--3col > .m-grid__col,
  .m-grid-btn--3col-pc > .m-grid__col {
    width: 31.6666667%;
  }
  .m-grid-tab--3col > .m-grid__col {
    width: 32.4894515%;
  }

  .m-grid--4col > .m-grid__col,
  .m-grid--4col-pc > .m-grid__col {
    width: 21.875%;
  }
  .m-grid-btn--4col > .m-grid__col,
  .m-grid-btn--4col-pc > .m-grid__col {
    width: 23.125%;
  }
  .m-grid-tab--4col > .m-grid__col {
    width: 24.0506329%;
  }

  .m-grid--5col > .m-grid__col,
  .m-grid--5col-pc > .m-grid__col {
    width: 16.66667%;
  }
  .m-grid-btn--5col > .m-grid__col,
  .m-grid-btn--5col-pc > .m-grid__col {
    width: 18.3333333%;
  }
  .m-grid-tab--5col > .m-grid__col {
    width: 18.9873418%;
  }

  .m-grid--6col > .m-grid__col,
  .m-grid--6col-pc > .m-grid__col {
    width: 13.0208333%;
  }

  .m-grid-tab--2col,
  .m-grid-tab--3col,
  .m-grid-tab--4col,
  .m-grid-tab--5col {
    padding: 0 6px;
  }
}

/* pc-only ---------------*/
@media only screen and (max-width: 767px) {
  .m-grid--pc_only > .m-grid__col {
    width: 100%;
  }
}


/* -------------------------------------------------------
  Btn
   
  ボタン関連
   
*/
/* ====================================

[PT01]リンクボタン

==================================== */
.m-btn {
  border-radius: 8px;
  box-shadow: 0 3px rgba(0,0,0,0.3);
  box-sizing: border-box;
  color: #0070cb;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 16px 26px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn {
    font-size: 16px;
    padding: 20px 16px;
  }
}

.m-btn-gray {
  background-color: #f3f3f3;
}

.m-btn-white {
  background-color: #fff;
}

.m-btn-blue {
  background-color: #0070cb;
  color: #fff;
}

.m-btn:after {
  content: "";
  position: absolute;
  background-image: url(/_common/s19_icon_sprit_sp.png);
  background-size: 80px auto;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  background-position: 0 0;
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn:after {
    background-image: url(/_common/s19_icon_sprit_pc.png);
    background-size: 140px auto;
    right: 16px;
    width: 9px;
    min-width: 9px;
    max-width: 9px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
  }
}

.m-btn-blue:after {
  background-position: -25px 0;
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn-blue:after {
    background-position: -35px 0;
  }
}

.m-btn-anchor:after {
  transform: rotate(90deg);
}

.m-btn-window:after {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  background-position: 0 -54px;
}
.m-btn-window.m-btn-blue:after {
  background-position: -18px -54px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn-window:after {
    background-size: auto;
    background-position: 0 -90px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    right: 13px;
  }
  .m-btn-window.m-btn-blue:after {
    background-position: -26px -90px;
  }
}

.m-btn-modal:after {
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  background-position: 0 -72px;
}
.m-btn-modal.m-btn-blue:after {
  background-position: -17px -72px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn-modal:after {
    background-size: auto;
    background-position: 0 -116px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    right: 13px;
  }
  .m-btn-modal.m-btn-blue:after {
    background-position: -26px -116px;
  }
}

/* ====================================

Link

==================================== */
.m-link, .m-link--tel,
.m-link--wh, .m-link--red {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  text-decoration: none;
}
.m-link--s {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print, tv {
  .m-link:hover, .m-link--tel:hover, .m-link--s:hover,
  .m-link--wh:hover, .m-link--red:hover {
    text-decoration: underline;
  }
}

.m-link--s {
  font-size: 12px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-link, .m-link--tel,
  .m-link--wh, .m-link--red {
    font-size: 16px;
    padding-left: 18px;
  }
  .m-link--s {
    font-size: 14px;
    padding-left: 18px;
  }
}

.m-link:before, .m-link--tel:before, .m-link--s:before,
.m-link--wh:before, .m-link--red:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url(/tomo/_assets19/rwd/img/0106_19/s19_icon_sprit_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -17px;
  background-size: 80px auto;
  overflow: hidden;
}
.m-link--wh:before {
  background-position: -23px -17px;
}
.m-link--red:before {
  background-position: -34px -17px;
}
@media only screen and (max-width: 767px) {
  .m-link:before, .m-link--tel:before, .m-link--s:before,
  .m-link--wh:before,
  .m-link--red:before {
    margin-top: -6px;
    left: 0px;
    top: 50%;
  }
}

@media only screen and (min-width: 768px), print, tv {
  .m-link:before, .m-link--s:before,
  .m-link--wh:before,
  .m-link--red:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/tomo/_assets19/rwd/img/0106_19/s19_icon_sprit_pc.png);
    background-size: 115px auto;
    background-position: 0 -19px;
    width: 8px;
    min-width: 8px;
    max-width: 8px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    content: "";
    position: absolute;
    margin-top: -9px;
    left: 0;
    top: 50%;
  }
  .m-link--wh:before {
    background-position: -28px -19px;
  }
  .m-link--red:before {
    background-position: -43px -19px;
  }
}

.m-link--wh {
  color: #fff;
}

.m-link--red {
  color: #ff4455;
}

.m-link--modal,
.m-imp--modal,
.m-link--window {
  padding-right: 23px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-link--modal,
  .m-imp--modal,
  .m-link--window {
    padding-right: 26px;
  }
}

.m-link--modal:after,
.m-imp--modal:after,
.m-link--window:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/tomo/_assets19/rwd/img/0106_19/s19_icon_sprit_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -72px;
  background-size: 80px auto;
  overflow: hidden;
}
.m-link--window:after {
  background-position: 0 -54px;
}
.m-link--wh.m-link--modal:after {
  background-position: -17px -72px;
}
.m-link--red.m-link--modal:after {
  background-position: -34px -72px;
}
.m-link--wh.m-link--window:after {
  background-position: -18px -54px;
}
@media only screen and (max-width: 767px) {
  .m-link--modal:after,
  .m-imp--modal:after,
  .m-link--window:after {
    margin-top: -7px;
    right: 0px;
    top: 50%;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-link--modal:after,
  .m-imp--modal:after,
  .m-link--window:after {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/tomo/_assets19/rwd/img/0106_19/s19_icon_sprit_pc.png);
    background-size: auto;
    background-position: 0 -116px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    content: "";
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
  }
  .m-link--wh.m-link--modal:after {
    background-position: -26px -116px;
  }
  .m-link--red.m-link--modal:after {
    background-position: -52px -116px;
  }
  .m-link--window:after {
    background-position: 0 -90px;
  }
  .m-link--wh.m-link--window:after {
    background-position: -26px -90px;
  }
}

.m-link--tel {
  padding-left: 30px;
  position: relative;
  font-size: 12px;
}

.m-link--tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/_common/s17_sprite_pc.png);
  background-size: auto;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-position: -499px -46px;
  left: 0;
  -webkit-transform: translate(-12px, 0px);
      -ms-transform: translate(-12px, 0px);
          transform: translate(-12px, 0px);
}

@media only screen and (max-width: 767px) {
  .m-link--white-sp {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px), print, tv {
  .m-link--white-sp {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px), print, tv {
  .m-link--white-sp:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-link--white-sp:before {
    background-image: url(/_common/s17_sprite.png);
    background-position: -77px -86px;
    width: 7px;
    height: 11px;
    background-size: 151.5px 116px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
  }
}

.m-link-op {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m-link-op:hover {
  opacity: 0.7;
}


/*--------ここまで-------*/



/* -------------------------------------------------------
	Common
	 
	汎用
	 
*/
#m-friend {
  color: #333;
}
/* ====================================

width

==================================== */
@media only screen and (min-width: 768px), print, tv {
  .w360 {
    width: 360px;
    margin: 0 auto;
  }
}
/* ====================================

bg

==================================== */
#m-friend .m-unit--bg-cream {
  background-color: #fffbdf;
}
/* ====================================

btn

==================================== */
#m-friend .m-btn {
  border: 1px solid #333;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  box-shadow: 0 5px rgba(0,0,0,0.3);
  padding: 12px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-btn {
    border: 2px solid #333;
    border-radius: 8px;
    font-size: 20px;
    box-shadow: 0 6px rgba(0,0,0,0.3);
    padding: 14px;
  }
}
#m-friend .m-btn:after {
  background-image: url(/tomo/_assets19/rwd/img/0106_19/ico_arrow.png);
  background-size: 7px auto;
  width: 7px;
  min-width: 7px;
  max-width: 7px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-btn:after {
    background-size: 9px auto;
    width: 9px;
    min-width: 9px;
    max-width: 9px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
  }
}
/* btn--s */
#m-friend .m-btn--s {
  background-color: #fff;
  font-size: 14px;
  padding: 11px;
}
#m-friend .m-btn.m-btn--s:after {
  background-size: 6px auto;
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  height: 11px;
  min-height: 11px;
  max-height: 11px;
  right: 11px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-btn--s {
    font-size: 16px;
    padding: 14px;
  }
  #m-friend .m-btn.m-btn--s:after {
    background-size: 8px auto;
    width: 8px;
    min-width: 8px;
    max-width: 8px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    right: 14px;
  }
}
/* btn--line */
.m-btn--line .m-btn--ico {
  position: relative;
}
.m-btn--line .m-btn--ico::before {
  content: "";
  position: absolute;
  background-image: url(/tomo/_assets19/rwd/img/0106_19/ico_line.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: -2px;
}
.m-btn--line .m-btn--ico span {
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .m-btn--line .m-btn--ico {
    position: relative;
  }
  .m-btn--line .m-btn--ico::before {
    content: "";
    position: absolute;
    background-image: url(/tomo/_assets19/rwd/img/0106_19/ico_line.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: -2px;
  }
  .m-btn--line .m-btn--ico span {
    padding-left: 32px;
  }
}
/* btn--cv */
#m-friend .m-btn--cv {
  background-color: #ffee33;
}
/* btn--window */
#m-friend .m-btn.m-link--window:after {
  background-image: url(/tomo/_assets19/rwd/img/0106_19/ico_window.png);
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-btn.m-link--window:after{
    background-size: 16px auto;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #m-friend .m-btn.m-link--window:after{
    background-size: 12px auto;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    right: 11px;
  }
}
/* ====================================

hover

==================================== */
@media only screen and (min-width: 768px), print, tv {
  .m-u-sec3--icon li a:hover {
    opacity: .7;
  }
}
/* ====================================

acc

==================================== */
#m-friend .m-acc {
  margin-top: 0;
}
#m-friend .m-acc__btn {
  margin: 0;
  font-size: 12px;
  color: #333;
  text-align: left;
}
#m-friend .m-acc__content {
  margin-top: 10px
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-acc__btn {
    font-size: 14px;
  }
}
/* -------------------------------------------------------
	Assets
	 
	固有
	 
*/
/* ====================================

mv

==================================== */

/* ====================================

cv

==================================== */
#m-friend .m-u-cv {
  padding: 30px 0 35px;
  text-align: center;
}
#m-friend .m-u-cv__ttl {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-u-cv {
    padding: 40px 0 50px;
  }
  #m-friend .m-u-cv__ttl {
    width: 360px;
    margin: 0 auto 16px;
  }
  #m-friend .m-u-cv .m-btn {
    width: 360px;
    margin: 0 auto;
  }
  #m-friend .m-u-cv .m-acc.g-mt20 {
    width: 360px;
    margin: 0 auto;
  }
  #m-friend .m-u-cv .m-acc__btn {
    display:inline-table;
  }
}
/* ====================================

section1

==================================== */
#m-friend .m-u-sec1 {
  padding: 40px 0 60px;
}
#m-friend .m-u-sec1__ttl {
  margin-bottom: 30px;
}
#m-friend .m-u-sec1__lead {
  margin-bottom: 15px;
}
#m-friend .m-u-sec1__cp {
  margin-bottom: 35px;
}
#m-friend .m-u-sec1__add {
  margin-bottom: 15px;
}
#m-friend .m-u-sec1__add-ttl {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-u-sec1 {
    padding: 80px 0 100px;
  }
  #m-friend .m-u-sec1__ttl {
    margin-bottom: 40px;
    text-align: center;
  }
  #m-friend .m-u-sec1__cp {
    margin-bottom: 40px;
  }
  #m-friend .m-u-sec1__add {
    margin-bottom: 20px;
  }
  #m-friend .m-u-sec1__add-ttl {
    width: 435px;
    margin: 0 auto 20px;
  }
}
/* ====================================

section2

==================================== */
#m-friend .m-u-sec2 {
  padding: 50px 0 40px;
}
#m-friend .m-u-sec2__ttl {
  margin-bottom: 30px;
}
#m-friend .m-u-sec2__lead {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-u-sec2 {
    padding: 80px 0 60px;
  }
  #m-friend .m-u-sec2__ttl {
    width: 470px;
    margin: 0 auto 60px;
  }
  #m-friend .m-u-sec2__lead {
    width: 403px;
    margin: 0 auto 24px;
  }
}
/* ====================================

section2:tab

==================================== */
/* col */
#m-friend .m-grid.m-grid-tab--3col.m-p-tab--frd__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
     align-items: flex-end;
}
#m-friend .m-grid-tab--3col {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #m-friend .m-p-tab--frd .m-grid--2col-pc > .m-grid__col.img {
    text-align: center;
  }
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-tab--frd .m-grid-tab--3col > .m-grid__col {
    width: 310px;
  }
  #m-friend .m-p-tab--frd .m-grid--2col-pc > .m-grid__col:first-child {
    width: 380px;
  }
  #m-friend .m-p-tab--frd .m-grid--2col-pc > .m-grid__col:last-child {
    width: 420px;
    text-align: center;
  }
  #m-friend .m-p-tab--frd .m-grid--2col-pc.m-grid--hukidashi {
    width: 760px;
    margin: 0 auto;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  }
  #m-friend .m-p-tab--frd .m-grid--2col-pc.m-grid--hukidashi > .m-grid__col {
    width: 360px;
  }
}

/* tab */
#m-friend .m-p-tab--frd__item .active,
#m-friend .m-p-tab--frd__item.is-active .default {
  display: none;
}
#m-friend .m-p-tab--frd__item.is-active .active,
#m-friend .m-p-tab--frd__iteme .default {
  display: block;
}

#m-friend .m-p-tab--frd__item a {
  display: block;
}

/* content */
#m-friend .m-p-tab--frd__content {
  display: none;
}
#m-friend .m-p-tab--frd__content.is-active {
  display: block;
  background-color: #fffbdf;
}

#m-friend .m-p-tab--frd__content {
  padding: 28px 15px 50px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-tab--frd__content {
    padding: 60px 60px 80px;
  }
}
/* ====================================

section2:tab:step

==================================== */
#m-friend .m-p-step--ico {
  width: 26.73%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-step--ico {
    width: 108px;
    margin-bottom: 20px;
  }
}
#m-friend .m-p-step--txt {
  color: #59301a;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #m-friend .m-p-step--txt {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-step--txt {
    font-size: 20px;
  }
}
/* img */
@media only screen and (max-width: 767px) {
  #m-friend .m-p-step--img1-1 {
    width: 87.3076923%;
  }
  #m-friend .m-p-step--img2 {
    width: 70%;
  }
  #m-friend .m-p-step--img3-1 {
    width: 96.5384615%;
  }
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-step--img2 {
    width: 249px;
  }
}

/* line */
#m-friend .m-p-step--line {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-step--line {
    /* background-color: #fff;
    border: 3px solid #00b900;
    border-radius: 6px; */
    margin: 0 auto 60px;
    /* padding: 21px 37px 27px; */
    width: 360px;
  }
  #m-friend .m-p-step--line .m-grid--2col-pc > .m-grid__col:first-child {
    width: 320px;
  }
  #m-friend .m-p-step--line .m-grid--2col-pc > .m-grid__col:last-child {
    width: 128px;
  }
  #m-friend .m-p-step--line .m-grid--2col-pc > .m-grid__col p:first-child {
    margin-bottom: 16px;
  }
  #m-friend .m-p-step--line-qr {
    margin-top: 6px;
  }
}
/* hukidashi */
#m-friend .m-p-step--hukidashi {
  background-color: #59301a;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 15px 10px 20px;
  position: relative;
}
#m-friend .m-p-step--hukidashi:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  #m-friend .m-p-step--hukidashi:after {
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: solid 10px #59301a;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-p-step--hukidashi {
    border-radius: 6px;
    font-size: 16px;
    padding: 20px 16px;
  }
  #m-friend .m-p-step--hukidashi:after {
    top: 97px;
    left: -21px;
    border-top: solid 14px #59301a;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    transform: rotate(90deg);
  }
}
/* ====================================

section3

==================================== */
#m-friend .m-u-sec3 {
  padding: 0 0 60px;
}
#m-friend .m-u-sec3__ttl {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-u-sec3__ttl {
    width: 492px;
    margin: 0 auto 24px;
  }
}
/* icon */
#m-friend .m-u-sec3--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60.9375%;
  margin: 0 auto;
}
#m-friend .m-u-sec3--icon li {
  width: 23.0769231%;
}
@media only screen and (min-width: 768px), print, tv {
  #m-friend .m-u-sec3--icon {
    width: 260px;
  }
  #m-friend .m-u-sec3--icon li {
    width: 60px;
  }
}



/*----------- モーダル --------------------*/


/* ====================================

floating_bnr

==================================== */
@media only screen and (min-width: 768px), print, tv {
  .floating-bnr{
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .floating-bnr.js-floating-bnr-close{
    display: none;
  }
  .floating-bnr-wrap{
    position: fixed;
    bottom: 0px;
    left:29.2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .floating-bnr__close{
    color: #464646;
    cursor: pointer;
    text-align: center;
    margin-bottom: 8px;
  }
  .floating-bnr__close:hover{
    opacity: 0.7;
  }
  .floating-bnr__close-icon{
    display: inline-block;
    background-image: url('/tomo/_assets21/rwd/img/210201_bnr-close.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 10px;
  }
  .floating-bnr__close-txt{
    font-size: 10px;
    font-weight: bold;
  }
  .floating-bnr a:hover{
    opacity: 0.7;
  }
  .floating-bnr__bg{
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 6px 6px 0 0;
    width: 960px;
  }
  .floating-bnr__txt{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
  }
  .floating-bnr-btn{
    display: flex;
    padding: 0 40px;
  }
  .floating-bnr-btn__item:not(:last-child){
    padding-right: 40px;
  }
  .floating-bnr-btn__txt{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .floating-bnr-btn__txt--clacal{
    color: #ffb92f;
  }
  .floating-bnr-btn__txt--studycast{
    color: #ff474c;
  }
  .c-floatingcv,.m-totop,.c-pagetop {
  display:none !important;
  }
}

@media only screen and (max-width: 767px) {
  .floating-bnr{
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .floating-bnr.js-floating-bnr-close{
    display: none;
  }
  .floating-bnr-wrap{
    position: fixed;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .floating-bnr__close{
    color: #464646;
    cursor: pointer;
    text-align: center;
    margin-bottom: 2.13333333vw;
    margin-right: 4vw;
  }
  .floating-bnr__close-icon{
    display: inline-block;
    background-image: url('/tomo/_assets21/rwd/img/210201_bnr-close.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 10px;
  }
  .floating-bnr__close-txt{
    font-size: 2.66666667vw;
    font-weight: bold;
  }
  .floating-bnr__bg{
    background-color: #f6f6f6;
    padding:5.33333333vw 8vw;
  }
  .floating-bnr__txt{
    text-align: center;
    font-weight: bold;
    font-size: 4.26666666vw;
    margin-bottom: 5.33333333vw;
  }
  .floating-bnr-btn{
    display: flex;
  }
  .floating-bnr-btn__item:not(:last-child){
    padding-right: 4vw;
  }
  .floating-bnr-btn__txt{
    text-align: center;
    font-weight: bold;
    font-size: 3.73333333vw;
    margin-bottom: 4vw;
  }
  .floating-bnr-btn__txt--clacal{
    color: #ffb92f;
  }
  .floating-bnr-btn__txt--studycast{
    color: #ff474c;
  }
  .c-floatingcv,.m-totop,.c-pagetop {
  display:none !important;
  }
}












#m-friend .m-p-tab--frd__content--white.is-active {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-grid.m-grid-tab--2col.m-p-tab--frd__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-grid-tab--2col > .m-grid__col {
    width: 48%;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-grid-tab--2col {
    padding: 0;
  }
  .m-grid.m-grid-tab--2col.m-p-tab--frd__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-grid-tab--2col > .m-grid__col {
    width: 470px;
  }
  .m-u-sec1__cp--auto img {
    text-align: center;
  }
  .m-u-sec1__cp--auto img {
    width: auto;
  }
}