@charset "UTF-8";
/** ============================================================
 * CMS用追加
 * ========================================================== */
.bootstrap a{
  color: #272727;
}
.bootstrap a:hover,
.bootstrap a:focus{
  color: #bc2739;
  text-decoration: none;
}
.bootstrap a.oval-link{
  text-decoration: none;
}
.bootstrap a.oval-link--border--red{
  color: #bc2739;
}
.bootstrap a.oval-link--red{
  background: #bc2739;
}
.bootstrap .text-underline{
  text-decoration: underline!important;
  transition: all 0.25s;
}
.bootstrap .text-underline:hover,
.bootstrap .text-underline:focus {
  color: #bc2739;
  text-decoration: none!important;
}
.bootstrap img{
  vertical-align: bottom;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap ul,
.bootstrap ol,
.bootstrap p{
  margin-bottom: 0;
}
.node__content{
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .bootstrap a.oval-link{
    padding: 10px 40px;
    font-size: 14px;
  }
}


/** ============================================================
 * 共通
 * ========================================================== */
/* ブロック */
.content-inner {
  max-width: 1200px;
}
.content-block{
  margin: 60px 0;
}
.bg-block{
  padding: 40px;
  border-radius: 10px;
}
.bg-block--yellow{
  margin: 30px 0 0;
  background: #fcf8e5;
}
.bg-block--glay {
  max-width: 1000px;
  margin: 45px auto 0;
  border: 1px solid #272727;
  background: #f7f7f7;
  text-align: center;
}
.bg-block_text {
  font-size: 18px;
  line-height: 1.89;
}
.bg-block_text .text-color--red {
  font-size: 26px;
  line-height: 1;
}
.bg-block_text .text-color--red span {
  font-size: 20px;
}

/* 見出し系 */
.flow-heading {
  font-size: 34px!important;
  font-weight: bold!important;
  text-align: center;
  line-height: 1.24!important;
}

/* テキスト系 */
.text {
  font-size: 18px;
}
.note-block {
  margin: 18px 0 0!important;
}
.note-text {
  font-size: 14px;
}
.note-text + .note-text {
  margin-top: 8px;
}

/* リスト */
.dot-list li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}
.dot-list li::before {
  content: "・";
}
.dot-list li span {
  font-weight: bold;
}
.dot-list li + li {
  margin-top: 10px;
}

/* リンク */
.arrow-link--left{
  padding-left: 33px;
  font-size: 16px;
  font-weight: bold;
}
.arrow-link--left::after {
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_arrow-rd-r.webp) no-repeat center / 100%;
}
main a:not(.oval-link):not(.text-underline):hover,
.popup-image:hover {
  cursor: pointer;
  opacity: .7;
}

.bootstrap a.oval-link{
  width: 100%;
}
.bootstrap a.oval-link--red{
  background: linear-gradient(to right, #bc2739, #f02857);
}

@media screen and (max-width: 768px) {
  /* ブロック */
  .content-inner {
    padding: 0 15px;
  }
  .content-block{
    margin: 32px 0;
  }
  .bg-block{
    padding: 10px 12px;
    border-radius: 5px;
  }
  .bg-block--yellow{
    margin-top: 14px;
    padding: 16px 8px;
  }
  .bg-block--glay {
    margin-top: 28px;
    text-align: left;
  }
  .bg-block_text {
    font-size: 14px;
    line-height: 1.57;
  }
  .bg-block_text .text-color--red {
    font-size: 18px;
  }
  .bg-block_text .text-color--red span {
    font-size: 14px;
  }

  /* 見出し系 */
  .flow-heading {
    font-size: 24px!important;
  }

  /* テキスト系 */
  .text {
    font-size: 16px;
  }
  .note-block {
    margin-top: 9px!important;
  }
  .note-text {
    line-height: 1.57;
  }
  .note-text + .note-text {
    margin-top: 0;
  }

  /* リスト */
  .dot-list li {
    font-size: 14px;
    line-height: 1.57;
  }

  /* リンク */
  .arrow-link--left{
    padding-left: 25px;
    font-size: 14px;
  }
  .arrow-link--left::after {
    width: 18px;
    height: 18px;
  }
}


/** ============================================================
 * MV
 * ========================================================== */
@media screen and (max-width: 768px) {
  .content-block.mv {
    margin: 0;
  }

  .content-block.mv .content-inner {
    padding: 0;
  }
}



/** ============================================================
 * 導入部分
 * ========================================================== */
.intro-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}
.intro-text_inner {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
.intro-text_inner::before,
.intro-text_inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #222222;
  bottom: 0;
}
.intro-text_inner::before {
  left: 0;
  transform: rotate(-30deg);
}
.intro-text_inner::after {
  right: 0;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .intro-text {
    font-size: 18px;
    line-height: 1.56;
  }
  .intro-text_inner {
    padding: 0 22px;
  }
  .intro-text_inner::before,
  .intro-text_inner::after {
    bottom: 4px;
    width: 1px;
    height: 25px;
  }
}



/** ============================================================
 * ご利用方法
 * ========================================================== */
.content-block.flow {
  margin: 122px 0 0;
}

.flow-list_title {
  position: relative;
  background: #fceaed;
  margin: 60px 0 0!important;
  padding: 18px 10px 18px 95px;
  font-size: 26px!important;
  font-weight: bold!important;
  line-height: 1.5;
}

.flow-list {
  counter-reset: number 0;
}
.flow-list_title:before {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  border-radius: 50%;
  background: #c01733;
  color: #fff;
  font-size: 28px;
}
.flow-list_body {
  margin: 30px 0 0;
}

/* flex */
.flexbox {
  display: flex;
}
.flow-list_body .flow-list_detail {
  width: calc(100% - 440px);
  margin-right: 40px;
}
.flow-list_body .flow-list_popup {
  width: 400px;
}
.flow-list_body .flexbox {
  margin: 40px 0 0;
  align-items: center;
}

/* ふきだし */
.speech-bubble {
  position: relative;
  width: calc(100% - 317px);
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-right: 18px!important;
  padding: 33px 34px;
}
.speech-bubble:before,
.speech-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.speech-bubble:before {
  right: -14px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #fff;
  z-index: 2;
}
.speech-bubble:after {
  right: -16px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid #ccc;
  z-index: 1;
}

.flow-list_body .flexbox .flow-image {
  width: 299px;
}



/* STEP */
.step-heading {
  font-size: 24px!important;
  font-weight: bold!important;
}
.arrow-link_block + .step-heading {
  margin-top: 30px;
}
.step-heading span {
  display: inline-block;
  margin-right: 16px;
  padding: 4px 20px;
  border: 2px solid #cc0033;
  border-radius: 100vh;
  color: #cc0033;
  line-height: 1;
}
.step-heading + .text {
  margin-top: 30px;
}

.flow-list_text {
  line-height: 1.78;
}

.step-list_item:nth-child(n + 2) {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.step-list_item:nth-child(n + 2)::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: url(/sites/default/files/media/office-products/point-use/image/border.webp);
}
.step-list_item:nth-child(n + 2) .flow-list_body {
  margin: 0;
}

.popup-image {
  position: relative;
}
.popup-image::after {
  position: absolute;
  right: -13px;
  bottom: -12px;
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url(/sites/default/files/media/office-products/point-use/image/icon_zoom.webp) no-repeat center / contain;
}
.popup-image:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .content-block.flow {
    margin-top: 54px;
  }
  
  .flow-list_title {
    margin-top: 30px!important;
    padding: 10px 10px 10px 50px;
    font-size: 20px!important;
  }

  .flow-list_title:before {
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .flow-list_body {
    margin-top: 14px;
  }
  
  /* flex */
  .flexbox {
    display: block;
  }
  .flow-list_body .flow-list_detail {
    width: 100%;
    margin: 0;
  }
  .flow-list_body .flow-list_popup {
    width: 100%;
    margin-top: 20px;
  }
  .flow-list_body .flexbox {
    margin-top: 16px;
  }
  
  /* ふきだし */
  .speech-bubble {
    width: 100%;
    margin: 0 0 20px!important;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.57;
  }
  .speech-bubble:before,
  .speech-bubble:after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .speech-bubble:before {
    border-top: 9px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -8px;
    border-bottom: none;
  }
  .speech-bubble:after {
    border-top: 10px solid #ccc;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -10px;
    border-bottom: none;
  }

  .flow-list_body .flexbox .flow-image {
    max-width: 214px;
    margin: 0 auto;
  }



  /* STEP */
  .step-heading {
    font-size: 18px!important;
  }
  .arrow-link_block + .step-heading {
    margin-top: 18px;
  }
  .step-heading span {
    margin-right: 10px;
    padding: 2px 15px;
    border-width: 1px;
  }
  .step-heading + .text {
    margin-top: 6px;
  }

  .flow-list_text {
    line-height: 1.63;
  }

  .step-list_item:nth-child(n + 2) {
    margin-top: 30px;
    padding-top: 30px;
  }

  .popup-image::after {
    right: -11px;
    bottom: -13px;
    width: 56px;
    height: 56px;
  }
}



/** ============================================================
 * 注意事項
 * ========================================================== */
.content-block.atten{
  max-width: 1200px;
  margin: 124px auto 120px;
}

.atten-heading {
  position: relative;
  padding: 9px 10px;
  border-bottom: 1px solid #aaaaaa;
  background: #f2f2f2;
  font-size: 20px!important;
  font-weight: bold!important;
}
.atten-heading::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 90px;
  height: 2px;
  background: #cc0033;
}

.atten .dot-list {
  margin-top: 30px;
}
.atten .dot-list li {
  font-size: 18px;
}

.link-block {
  margin: 100px 0 0;
}
.link-block .oval-link {
  max-width: 552px;
  margin: 0 auto;
  display: block;
  font-size: 24px;
  padding: 20px 70px;
}
.link-block .oval-link::after {
  right: 38px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .content-block.atten {
    margin: 60px 0 58px;
  }

  .atten-heading {
    padding: 9px 16px;
  }

  .atten .dot-list {
    margin-top: 20px;
  }
  .atten .dot-list li {
    font-size: 16px;
    line-height: 1.63;
  }

  .link-block {
    margin-top: 56px;
  }
  .bootstrap .link-block a.oval-link {
    padding: 19px 40px;
    font-size: 16px;
  }
  .link-block .oval-link::after {
    right: 22px;
    width: 16px;
    height: 16px;
  }

}


/* 拡大画像表示 */
.popup-block{
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 30px;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9610;
}
.popup-block.is-show {
  display: flex;
}
.popup-block.is-show img{
  animation: zoomImage 0.3s ease-out;
}
.popup-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popup-detail img{
  max-height: 100%;
  object-fit: contain;
}
@keyframes zoomImage {
  from {
    transform:scale(0);
  }
}
@media screen and (max-width: 768px) {
  .popup-block{
    padding: 22px 20px;
  }
}