@charset "UTF-8";

/*
  2026.03改修版
  businessd_style_v03.css
*/


@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body#business_d {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  background-color: #F0F0F0;
}

#business_d main a, #business_d main a:hover, #business_d main a:visited, #business_d main a:focus {
  text-decoration: none;
  border: none;
  outline: none;
  color: #000;
  opacity: 1;
}
#business_d main a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#business_d main img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
}
#business_d main p, #business_d main ul, #business_d main dl, #business_d main table {
  line-height: 1.8;
}
#business_d main ul, #business_d main ol {
  list-style: none;
}
#business_d main strong {
  font-weight: 700;
}

.pc-none {
  display: none;
}

.for-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .for-pc {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .for-pc {
    display: none;
  }
  .for-tab {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}
/*------------------------
  Layout
------------------------*/
#business_d main {
  background-color: #F0F0F0;
  color: #000;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 1260px;
}
#business_d .bda-container {
  /*padding: 90px 0 120px;*/
  padding: 90px 0 90px;
}
#business_d .bda-container.top {
  padding-top: 0;
}
#business_d .bda-container.bottom {
  padding-bottom: 0;
}
#business_d .bda-wrapper {
  margin: 0 auto;
  width: 1260px;
  padding: 0 30px;
}
#business_d .ly-row {
  display: flex;
  flex-wrap: wrap;
}
#business_d .ly-row .col2 {
  width: 50%;
}
#business_d .ly-row .col3 {
  width: 33.333%;
}
#business_d .ly-row .col4 {
  width: 25%;
}

@media screen and (max-width: 768px) {
  #business_d main {
    min-width: auto;
    width: 100%;
  }
  #business_d .bda-container {
    padding: 50px 0 60px;
  }
  #business_d .bda-wrapper {
    width: 100%;
    padding: 0 25px;
  }
  #business_d .ly-row {
    display: flex;
    flex-wrap: wrap;
  }
  #business_d .ly-row .col2 {
    width: 100%;
  }
  #business_d .ly-row .col3 {
    width: 100%;
  }
  #business_d .ly-row .col4 {
    width: 50%;
  }
}
/*------------------------
  Partial
------------------------*/
#business_d .link-blank {
  text-align: center;
  font-size: 20px;
}
#business_d .link-blank a:hover {
  opacity: 0.6;
}
#business_d .link-blank span {
  box-shadow: 0 1px 0 #000;
}
#business_d .link-blank svg {
  width: 12px;
  height: auto;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 10px;
}
#business_d .note-block {
  background-color: #F0F0F0;
  border-radius: 30px;
  padding: 40px 80px;
  margin-top: 50px;
}
#business_d .note-block ul, #business_d .note-block ol {
  font-size: 13px;
  line-height: 2;
  text-align: left;
}
#business_d .note-block ul.note li {
  padding-left: 1.5em;
  position: relative;
}
#business_d .note-block ul.note li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}
#business_d .note-block ol.decimal {
  list-style: decimal;
  margin-top: 15px;
}
#business_d .note-block ol.decimal li {
  margin-left: 1.5em;
  padding: 0.2em 0;
}

#business_d .modal-video {
  background: rgba(255, 255, 255, 0.9);
}
#business_d .modal-video-close-btn:before,
#business_d .modal-video-close-btn:after {
  background-color: #000;
}
#business_d .modal-video-movie-wrap iframe {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

#business_d #contact2,
#business_d .bg-wh {
  background-color: #FFF;
}

#business_d #contact2.p-contact02 {
  margin: 0 auto;
  padding: 80px 0 0;
}

#business_d .bg-wh {
  padding: 80px 0;
}
#business_d .bg-wh .p-contact02 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #business_d .link-blank {
    font-size: 16px;
  }
  #business_d .link-blank svg {
    width: 10px;
    margin-left: 8px;
  }
  #business_d .note-block {
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
  }
  #business_d #contact2.p-contact02 {
    margin: 0 auto;
  }
  #business_d #contact2.p-contact02 {
    margin: 0 auto;
    padding: 30px 0 0;
  }
  /*
  #business_d .bg-wh {
    padding: 30px 0;
  }
  */
  #business_d .bg-wh .p-contact02 {
    margin: 0 auto;
  }
}
/*------------------------
  Heading
------------------------*/
.content-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.content-title .balloon {
  font-size: 24px;
  line-height: 60px;
  position: relative;
  margin: 0 auto 15px;
  width: 300px;
  background-color: #FFF;
  border-radius: 30px;
}
.content-title .balloon::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #FFF transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}
.content-title .en {
  font-family: "DM Sans", sans-serif;
  font-size: 44px;
}
.content-title.small {
  font-size: 22px;
  width: 100%;
}
.content-title.small .balloon {
  background-color: #0281D0;
  width: 125px;
  color: #FFF;
  line-height: 36px;
  font-size: 16px;
}
.content-title.small .balloon::before {
  border-width: 10px 5px 0 5px;
  border-color: #0281D0 transparent transparent transparent;
  bottom: -10px;
}
.content-title + .sub-catch {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.sub-title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content-title {
    font-size: 24px;
  }
  .content-title .balloon {
    font-size: 18px;
    line-height: 45px;
    width: 260px;
  }
  .content-title .balloon::before {
    border-width: 10px 5px 0 5px;
    bottom: -10px;
  }
  .content-title .en {
    font-size: 28px;
  }
  .content-title.small {
    font-size: 20px;
    width: 100%;
  }
  .content-title.small .balloon {
    width: 100px;
    line-height: 32px;
    font-size: 15px;
  }
  .content-title + .sub-catch {
    /*font-size: 16px;*/
    font-size: 15px;
  }
  .sub-title {
    font-size: 20px;
  }
}
/*------------------------
  KV
------------------------*/
#business_d .kv-sect {
  margin: 90px 20px 20px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 48.2412060302%;
  max-height: 480px;
}
#business_d .kv-sect .main {
  position: relative;
  /*width: calc(100% - 330px);*/
  width: calc(100% - 520px);
}
#business_d .kv-sect .main img.kv-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
#business_d .kv-sect .main .kv-catch {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
#business_d .kv-sect .main .kv-catch h1 {
  margin-bottom: 30px;
}
#business_d .kv-sect .main .kv-catch h1 img {
  width: 640px;
}
#business_d .kv-sect .main .kv-catch h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#business_d .kv-sect .main .kv-catch h2 span {
  background-color: #FFF;
  margin: 3px;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}
#business_d .kv-sect .main .kv-catch h2 em {
  color: #CC0033;
}
#business_d .kv-sect .special {
  /*width: 330px;*/
  width: 520px;
}
#business_d .kv-sect .special a {
  width: 100%;
  height: 100%;
  background-color: #CC0033;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#business_d .kv-sect .special a:hover {
  opacity: 1;
  background-color: #BF0030;
}
#business_d .kv-sect .special img {
  vertical-align: middle;
}
#business_d .kv-sect .special p {
  color: #FFF;
  font-weight: 700;
  text-align: center;
  /*font-size: 18px;*/
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#business_d .kv-sect .special p .icon{
  /*font-size: 24px;*/
  font-size: 34px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
 #business_d .kv-sect .special p .slash {
  font-size: 24px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#business_d .kv-sect .special p .icon svg, #business_d .kv-sect .special p .slash svg {
  fill: #FFF;
  height: auto;
}
#business_d .kv-sect .special p .icon {
  align-items: center;
}
#business_d .kv-sect .special p .icon svg {
  width: 32px;
  margin-right: 8px;
}
#business_d .kv-sect .special p .slash svg {
  width: 18px;
  /*margin: 0 10px -10px 0;*/
  margin: 0 5px;
}
#business_d .kv-sect .special p .slash svg:last-child {
  /*margin: 0 0 -10px 5px;*/
}
/*
#business_d .kv-sect .special .banner-wrap {
  margin: 5px 0;
}
#business_d .kv-sect .special .banner-box {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}
#business_d .kv-sect .special .banner-box a {
  display: block;
}
*/
  #business_d .kv-sect .special .banner-wrap {
    margin: 5px -5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #business_d .kv-sect .special .banner-box {
    width: calc(50% - 15px);
    margin: 10px 5px;
  }
  #business_d .kv-sect .special .banner-box a {
    display: block;
  }

@media screen and (max-width: 768px) {
  #business_d .kv-sect {
    margin: 70px 10px 10px;
    height: auto;
    max-height: none;
  }
  #business_d .kv-sect .main {
    width: 100%;
    height: 250px;
  }
  #business_d .kv-sect .main img.kv-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    bottom: 0;
  }
  #business_d .kv-sect .main .kv-catch {
    left: auto;
    padding: 25px 20px;
    width: 100%;
  }
  #business_d .kv-sect .main .kv-catch h1 {
    margin-bottom: 15px;
    text-align: center;
  }
  #business_d .kv-sect .main .kv-catch h1 img {
    width: 90%;
    max-width: 420px;
  }
  #business_d .kv-sect .main .kv-catch h2 {
    /*font-size: 18px;*/
    font-size: 17px;
    text-align: center;
  }
  #business_d .kv-sect .main .kv-catch h2 span {
    background-color: #FFF;
    margin: 2px 0;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
  }
  #business_d .kv-sect .special {
    width: 100%;
  }
  #business_d .kv-sect .special p {
    font-size: 15px;
  }
  #business_d .kv-sect .special p .icon, #business_d .kv-sect .special p .slash {
    font-size: 20px;
    align-items: baseline;
  }
  #business_d .kv-sect .special p .icon {
    align-items: center;
  }
  #business_d .kv-sect .special p .icon svg {
    width: 25px;
  }
  #business_d .kv-sect .special p .slash svg {
    width: 15px;
  }
  #business_d .kv-sect .special .banner-wrap {
    margin: 5px -5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #business_d .kv-sect .special .banner-box {
    width: calc(50% - 15px);
    margin: 10px 5px;
  }
  #business_d .kv-sect .special .banner-box a {
    display: block;
  }
}
/*------------------------
  Scroll Nav
------------------------*/
#business_d > .top-head {
  margin-top: 65px;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 15px 0;
  /*height: 70px;*/
  height: 60px;
  line-height: 1;
  z-index: 999;
  background: #000;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#business_d > .top-head .orig_inner {
  position: relative;
  width: 907px;
  margin: 0 auto;
}
#business_d > .top-head #nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#business_d > .top-head #nav-toggle div {
  position: relative;
}
#business_d > .top-head #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.35s ease-in-out;
}
#business_d > .top-head #nav-toggle span:nth-child(1) {
  top: 0;
}
#business_d > .top-head #nav-toggle span:nth-child(2) {
  top: 11px;
}
#business_d > .top-head #nav-toggle span:nth-child(3) {
  top: 22px;
}
#business_d > .top-head #global-nav ul {
  list-style: none;
  /*
  position: absolute;
  right: 0;
  left: 0;
  top: -4px;
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#business_d > .top-head #global-nav ul li {
  line-height: 22px;
  display: table;
  /*height: 50px;*/
  height:auto;
  text-align: center;
  position: relative;
}
#business_d > .top-head #global-nav ul li a {
  color: #FFF;
  /*font-size: 16px;*/
  font-size: 20px;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
#business_d > .top-head #global-nav ul li::before {
  position: absolute;
  border-right: solid 1px #fff;
  content: "";
  height: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#business_d > .top-head #global-nav ul li:last-child::before {
  content: none;
}

@media screen and (max-width: 768px) {
  #business_d > .top-head {
    padding: 10px 0;
    /*height: 60px;*/
    height: 45px;
  }
  #business_d > .top-head .orig_inner {
    width: 100%;
  }
  #business_d > .top-head #global-nav ul li {
    line-height: 20px;
  }
  #business_d > .top-head #global-nav ul li a {
    /*font-size: 14px;*/
    font-size: 18px;
    padding: 0 12px;
  }
  #business_d > .top-head #global-nav ul li::before {
    height: 20px;
  }
}
/*------------------------
  Introduction
------------------------*/
#business_d .intro-sect .bda-container {
  padding-top: 40px;
}
#business_d .intro-sect .ly-row {
  background-color: #F0F8FA;
  border: 3px solid #CBE5EC;
  border-radius: 30px;
  padding: 25px 20px;
}
#business_d .intro-sect .ly-row .col2 {
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#business_d .intro-sect .ly-row .col2:nth-child(1) {
  border-right: 1px solid #CBE5EC;
}
#business_d .intro-sect .ly-row .content-title.small {
  margin-bottom: 35px;
}
#business_d .intro-sect .ly-row p {
  font-size: 18px;
  line-height: 2.2;
}
#business_d .intro-sect .ly-row img {
  margin-top: auto;
}

#business_d .intro-sect .modal-open {
  text-align: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin: 25px auto 45px;
}
#business_d .intro-sect .modal-open:hover, #business_d .intro-sect .modal-open:focus {
  opacity: 0.6;
}
#business_d .intro-sect .modal-open span {
  box-shadow: 0 1px 0 #000;
}
#business_d .intro-sect .modal-open svg {
  width: 12px;
  height: auto;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 10px;
}

#business_d .modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#business_d .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
#business_d .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#business_d .modal .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}
#business_d .modal .modal-close.top {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#business_d .modal .modal-close.top::before, #business_d .modal .modal-close.top::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 1px;
  background-color: #000;
}
#business_d .modal .modal-close.top::before {
  transform: rotate(-45deg);
}
#business_d .modal .modal-close.top::after {
  transform: rotate(45deg);
}
#business_d .modal .modal-close.bottom {
  margin-top: 40px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
#business_d .modal .modal-close.bottom::before, #business_d .modal .modal-close.bottom::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -2.3em;
  width: 15px;
  height: 2px;
  background-color: #000;
}
#business_d .modal .modal-close.bottom::before {
  transform: rotate(-45deg);
}
#business_d .modal .modal-close.bottom::after {
  transform: rotate(45deg);
}
#business_d .modal .modal-content {
  background: #FFF;
  border-radius: 10px;
  border: 3px solid #CC0033;
  padding: 70px 75px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
#business_d .modal .modal-content h3 {
  text-align: center;
  margin-bottom: 55px;
}
#business_d .modal .modal-content h3 img {
  width: 455px;
}
#business_d .modal .modal-content p {
  margin-top: 30px;
  text-align: left;
}
#business_d .modal .modal-content p.lead {
  font-weight: 500;
  line-height: 2;
}
#business_d .modal .modal-content .ex {
  position: relative;
  margin-top: 40px;
  padding: 20px;
}
#business_d .modal .modal-content .ex::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: -40px;
  top: 0;
  width: calc(100% + 80px);
  height: 100%;
  background-color: #F0F0F0;
  border-radius: 6px;
}
#business_d .modal .modal-content .ex img {
  position: relative;
}
#business_d .modal .modal-content .content-title {
  font-size: 26px;
  font-weight: 500;
}
#business_d .modal .modal-content .content-title .balloon {
  background-color: #FAE5EA;
  color: #CC0033;
  font-size: 20px;
  margin-bottom: 20px;
}
#business_d .modal .modal-content .content-title .balloon::before {
  border-color: #FAE5EA transparent transparent transparent;
}
#business_d .modal .modal-content .ly-row .col2:nth-child(1) {
  padding-right: 35px;
}
#business_d .modal .modal-content .ly-row p {
  margin: 0 0 20px;
  font-weight: 700;
}
#business_d .modal .modal-content .ly-row dl {
  margin-top: 10px;
  background-color: #F0F0F0;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
}
#business_d .modal .modal-content .ly-row dl dt {
  font-size: 18px;
  font-weight: 700;
  width: 230px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#business_d .modal .modal-content .ly-row dl dt svg {
  width: 20px;
  height: auto;
  fill: #CC0033;
  margin-right: 6px;
}
#business_d .modal .modal-content .ly-row dl dd {
  width: calc(100% - 230px);
  font-size: 14px;
  text-align: left;
}
#business_d .modal .modal-content .cta-wrap {
  border: solid #CC0033;
  border-width: 3px 0;
  padding: 65px 0 55px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #business_d .intro-sect .ly-row {
    border-radius: 20px;
    padding: 30px 15px;
  }
  #business_d .intro-sect .ly-row .col2 {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #business_d .intro-sect .ly-row .col2:nth-child(1) {
    border-right: none;
    padding-top: 0;
  }
  #business_d .intro-sect .ly-row .col2:nth-child(2) img {
    max-width: 280px;
    width: 80%;
    display: block;
    margin: 15px auto 0;
  }
  #business_d .intro-sect .ly-row .content-title.small {
    margin-bottom: 20px;
  }
  #business_d .intro-sect .ly-row p {
    font-size: 16px;
    line-height: 2;
  }
  #business_d .intro-sect .modal-open {
    font-size: 16px;
  }
  #business_d .intro-sect .modal-open svg {
    width: 10px;
  }
  #business_d .modal {
    padding: 5px;
  }
  #business_d .modal .modal-container {
    max-width: 1000px;
    width: 90%;
  }
  #business_d .modal .modal-close.top {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  #business_d .modal .modal-close.top::before, #business_d .modal .modal-close.top::after {
    width: 20px;
  }
  #business_d .modal .modal-content {
    background: #FFF;
    border-radius: 10px;
    border: 3px solid #CC0033;
    padding: 50px 20px 50px;
  }
  #business_d .modal .modal-content h3 {
    margin-bottom: 30px;
  }
  #business_d .modal .modal-content h3 img {
    width: 100%;
    max-width: 300px;
  }
  #business_d .modal .modal-content p {
    margin-top: 20px;
    text-align: left;
  }
  #business_d .modal .modal-content .ex {
    position: relative;
    margin-top: 30px;
    padding: 25px 0;
  }
  #business_d .modal .modal-content .ex::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  #business_d .modal .modal-content .ex img.for-mobile {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  #business_d .modal .modal-content .content-title {
    font-size: 18px;
  }
  #business_d .modal .modal-content .content-title .balloon {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #business_d .modal .modal-content .ly-row .col2:nth-child(1) {
    padding-right: 0;
  }
  #business_d .modal .modal-content .ly-row .col2:nth-child(1) img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #business_d .modal .modal-content .ly-row p {
    margin: 30px 0 20px;
  }
  #business_d .modal .modal-content .ly-row dl dt {
    font-size: 16px;
    width: 100%;
  }
  #business_d .modal .modal-content .ly-row dl dt svg {
    width: 18px;
  }
  #business_d .modal .modal-content .ly-row dl dd {
    width: 100%;
    padding-left: 24px;
  }
  #business_d .modal .modal-content .cta-wrap {
    border: solid #CC0033;
    border-width: 3px 0;
    padding: 50px 0;
    margin-top: 50px;
  }
}
/*------------------------
  Services
------------------------*/
#business_d .service-sect .sub-title {
  margin-bottom: 40px;
}
#business_d .service-sect .service-wrap {
  margin: -10px;
}
#business_d .service-sect .service-wrap.splide__list {
  height: auto;
}
#business_d .service-sect .service-wrap .splide__slide {
  padding: 10px;
}
#business_d .service-sect .service-wrap .splide__slide a {
  display: block;
  height: 100%;
  background-color: #FFF;
  border-radius: 30px;
  padding: 10px 0 30px;
  position: relative;
}
#business_d .service-sect .service-wrap .splide__slide a:hover {
  opacity: 1;
}
#business_d .service-sect .service-wrap .splide__slide a:hover p {
  color: #CC0033;
  text-decoration: underline;
}
#business_d .service-sect .service-wrap .splide__slide a .icon-new {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #CC0033;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 40px;
  top: -5px;
  left: -5px;
  position: absolute;
  z-index: 1;
}
#business_d .service-sect .service-wrap .splide__slide figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
#business_d .service-sect .service-wrap .splide__slide .desc {
  padding: 0 25px;
}
#business_d .service-sect .service-wrap .splide__slide h3 {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 20px;
}
#business_d .service-sect .service-wrap .splide__slide p {
  color: #666;
  line-height: 2;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#business_d .service-sect .service-wrap .splide__slide p small {
  font-size: 13px;
}
#business_d .service-sect .service-wrap .splide__slide p + p {
  margin-top: 12px;
}
#business_d .service-sect .splide__arrow {
  width: 45px;
  height: 45px;
  background-color: #E6E6E6;
  opacity: 1;
  content: "";
  position: absolute;
  box-sizing: border-box;
}
#business_d .service-sect .splide__arrow svg {
  fill: none;
  stroke: #666;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: auto;
}
#business_d .service-sect .splide__arrow:hover {
  background-color: #000;
}
#business_d .service-sect .splide__arrow:hover svg {
  stroke: #FFF;
}
#business_d .service-sect .splide__arrow--prev {
  left: -14px;
}
#business_d .service-sect .splide__arrow--next {
  right: -14px;
}
#business_d .service-sect .link-blank {
  margin-top: 35px;
}
/*
#business_d .service-sect .cta-wrap {
  margin: 90px 0 0;
  padding: 45px 0 55px;
  background-color: #FAE5EA;
  border: 3px solid #CC0033;
  border-radius: 30px;
}
#business_d .service-sect .cta-wrap .content-title {
  margin-bottom: 40px;
}
*/

@media screen and (max-width: 768px) {
  #business_d .service-sect .sub-title {
    margin-bottom: 20px;
  }
  #business_d .service-sect .service-wrap {
    margin: -5px;
  }
  #business_d .service-sect .service-wrap .splide__slide {
    padding: 5px;
  }
  #business_d .service-sect .service-wrap .splide__slide a {
    border-radius: 20px;
    padding: 0 0 25px;
  }
  #business_d .service-sect .service-wrap .splide__slide a .icon-new {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
  #business_d .service-sect .service-wrap .splide__slide figure {
    border-radius: 20px 20px 0 0;
  }
  #business_d .service-sect .service-wrap .splide__slide .desc {
    padding: 0 15px;
  }
  #business_d .service-sect .service-wrap .splide__slide h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #business_d .service-sect .service-wrap .splide__slide p {
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  #business_d .service-sect .service-wrap .splide__slide p small {
    font-size: 12px;
  }
  #business_d .service-sect .splide__arrow {
    width: 30px;
    height: 30px;
  }
  #business_d .service-sect .splide__arrow--prev {
    left: -12px;
  }
  #business_d .service-sect .splide__arrow--next {
    right: -12px;
  }
  #business_d .service-sect .link-blank {
    margin-top: 30px;
  }
  /*
  #business_d .service-sect .cta-wrap {
    margin: 50px 0 0;
    padding: 30px 15 40px;
    border-radius: 20px;
  }
  #business_d .service-sect .cta-wrap .content-title {
    margin-bottom: 25px;
  }
  */
}
/*------------------------
  CTA
------------------------*/
#business_d .cta-cont {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#business_d .cta-cont .icon {
  position: absolute;
  left: 0;
  top: -10px;
}
#business_d .cta-cont p {
  color: #CC0033;
}
#business_d .cta-cont p + p {
  margin-top: 5px;
}
#business_d .cta-cont p a, #business_d .cta-cont p a:visited {
  color: #CC0033;
  font-weight: 700;
  text-decoration: underline;
}
#business_d .cta-cont p a:hover, #business_d .cta-cont p a:focus {
  opacity: 0.5;
}
#business_d .cta-cont p.note {
  padding-left: 1.5em;
  position: relative;
  max-width: 730px;
  margin: 50px auto 0;
}
#business_d .cta-cont p.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#business_d .cta-cont .catch {
  color: #CC0033;
  font-size: 24px;
  font-weight: 700;
}
#business_d .cta-cont .btn {
  margin: 15px auto 35px;
}
#business_d .cta-cont .btn a {
  background-color: #CC0033;
  max-width: 730px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  margin: 0 auto;
  position: relative;
}
#business_d .cta-cont .btn a:hover {
  opacity: 1;
}
#business_d .cta-cont .btn a:hover .arrow svg {
  transform: scale(1.5);
}
#business_d .cta-cont .btn a img {
  width: auto;
  height: 42px;
  margin: 0 5px 6px 0;
}
#business_d .cta-cont .btn a .arrow {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: 14px;
}
#business_d .cta-cont .btn a .arrow svg {
  width: 14px;
  height: auto;
  fill: none;
  stroke: #CC0033;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  #business_d .cta-cont {
    padding: 0 25px;
    margin: 0 auto;
  }
  #business_d .cta-cont .icon {
    left: 50%;
    top: -5px;
    margin-left: -9.5em;
  }
  #business_d .cta-cont .icon img {
    width: 60px;
  }
  #business_d .cta-cont p.note {
    font-size: 13px;
    width: 100%;
    margin: 30px auto 0;
  }
  #business_d .cta-cont .catch {
    font-size: 16px;
  }
  #business_d .cta-cont .btn {
    margin: 15px auto 20px;
  }
  #business_d .cta-cont .btn a {
    height: 80px;
    border-radius: 50px;
    flex-direction: column;
    font-size: 18px;
    padding: 0 0 5px;
  }
  #business_d .cta-cont .btn a img {
    width: 90%;
    max-width: 200px;
    height: auto;
    margin: 0 0 10px;
  }
  #business_d .cta-cont .btn a .arrow {
    right: 20px;
    background-color: transparent;
    width: 14px;
  }
  #business_d .cta-cont .btn a .arrow svg {
    width: 14px;
    stroke: #FFF;
    stroke-width: 2;
  }
}
/*------------------------
  Merit
------------------------*/
#business_d .merit-sect {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
#business_d .merit-sect .bg {
  position: relative;
}
/*
#business_d .merit-sect .bg::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 550px;
  height: 771px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/business_d/bg_d.svg) no-repeat center/100% auto;
}
*/
#business_d .merit-sect .bg.left::before {
  top: -100px;
  left: -90px;
}
#business_d .merit-sect .bg.right::before {
  top: 30px;
  right: calc((100vw - 100%) / -2);
}
#business_d .merit-sect h2.content-title {
  margin-bottom: 40px;
  position: relative;
}
#business_d .merit-sect h2.content-title .balloon {
  position: relative;
}
#business_d .merit-sect .scroll-title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap:10px 0;
}
#business_d .merit-sect .scroll-title li {
  width: 50%;
}
#business_d .merit-sect .scroll-title li a {
  color: #CC0033;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#business_d .merit-sect .scroll-title li a:hover {
  opacity: 0.6;
}
#business_d .merit-sect .scroll-title li a svg {
  fill: none;
  stroke: #CC0033;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 12px;
  width: 16px;
  height: auto;
}
#business_d .merit-sect .merit-wrap {
  margin: 0 auto 30px;
  max-width: 960px;
}
#business_d .merit-sect .merit-wrap .content-title {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}
#business_d .merit-sect .merit-wrap .content-title .balloon {
  width: 440px;
  background-color: #FAE5EA;
  font-size: 20px;
  position: relative;
}
#business_d .merit-sect .merit-wrap .content-title .balloon::before {
  border-color: #FAE5EA transparent transparent transparent;
}
#business_d .merit-sect .merit-wrap .content-title .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#business_d .merit-sect .merit-wrap .content-title .icon img {
  margin-right: 15px;
}
#business_d .merit-sect .merit-wrap p.lead {
  max-width: 840px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  position: relative;
}
#business_d .merit-sect .merit-wrap p.lead.full {
  max-width: 100%;
  text-align: center;
}
#business_d .merit-sect .merit-wrap p.lead a {
  text-decoration: underline;
}
#business_d .merit-sect .merit-wrap p.lead a:hover {
  opacity: 0.8;
}
#business_d .merit-sect .merit-wrap .catch {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
#business_d .merit-sect .merit-wrap .catch .slash {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#business_d .merit-sect .merit-wrap .catch .slash svg {
  width: 18px;
  height: auto;
  fill: #CC0033;
}
#business_d .merit-sect .merit-wrap .catch .slash svg:first-child {
  margin: 0 10px -10px 0;
}
#business_d .merit-sect .merit-wrap .catch .slash svg:last-child {
  margin: 0 0 -10px 10px;
}
#business_d .merit-sect .merit-wrap .red-block {
  border: 3px solid #CC0033;
  background-color: #FFF;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 70px 50px;
  margin: 40px 0 50px;
  position: relative;
}
#business_d .merit-sect .merit-wrap .red-block p {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 2.2;
  margin: 0 0 30px;
}
#business_d .merit-sect .merit-wrap .blue-block {
  border: 3px solid #CBE5EC;
  background-color: #F0F8FA;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
  padding: 10px;
}
#business_d .merit-sect .merit-wrap .blue-block .col2:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#business_d .merit-sect .merit-wrap .blue-block .col2:nth-child(1) img {
  width: 80%;
}
#business_d .merit-sect .merit-wrap .special-wrap {
  margin: 20px -30px -20px;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item {
  padding: 20px 30px;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item a::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #CC0033;
  width: 100%;
  height: calc(100% - 80px);
  border: solid #CC0033;
  border-width: 0 3px 3px;
  border-radius: 0 0 30px 30px;
  left: 0;
  bottom: 0;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item h4 {
  width: 100%;
  height: 80px;
  background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/bg_slash.svg) repeat center;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item .desc {
  padding: 30px 40px 45px;
  width: 100%;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p {
  line-height: 2.2;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p + p {
  margin-top: 15px;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p small {
  color: #CC0033;
  font-size: 12px;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item img {
  margin: auto auto 0;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item.new a {
  pointer-events: none;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item.new a::before {
  border-color: #E6E6E6;
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item.new h4 {
  color: #000;
  background: #F0F0F0 url(/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/bg_slash_gr.svg) repeat center;
}
/*
#business_d .merit-sect .cta-wrap {
  margin: 100px auto;
}*/
#business_d .merit-sect .sub-catch {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
#business_d .merit-sect .link-blank {
  margin-top: 15px;
}
#business_d .merit-sect .link-blank a {
  font-weight: 700;
}
#business_d .merit-sect #merit01 {
  margin-top: -135px;
  padding-top: 195px;
}
#business_d .merit-sect #merit02 {
  margin-top: -135px;
  padding-top: 145px;
}

@media screen and (max-width: 768px) {
  #business_d .merit-sect .bg::before {
    width: 200px;
    height: 281px;
  }
  #business_d .merit-sect .bg.left::before {
    top: -55px;
    left: -10px;
  }
  #business_d .merit-sect .bg.right::before {
    top: 110px;
    right: 0;
  }
  #business_d .merit-sect h2.content-title {
    margin-bottom: 30px;
  }
  #business_d .merit-sect .scroll-title {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #CC0033;
  }
  #business_d .merit-sect .scroll-title li {
    width: 100%;
    border-bottom: 1px solid #CC0033;
  }
  #business_d .merit-sect .scroll-title li a {
    font-size: 15px;
    text-align: left;
    padding: 8px 0;
    justify-content: flex-end;
    justify-content: flex-start;
  }
  #business_d .merit-sect .scroll-title li a:hover {
    opacity: 0.6;
  }
  #business_d .merit-sect .scroll-title li a svg {
    margin-left: auto;
    width: 10px;
  }
  #business_d .merit-sect .merit-wrap {
    margin: 0 auto 30px;
    width: 100%;
    padding: 0 25px;
  }
  #business_d .merit-sect .merit-wrap .content-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #business_d .merit-sect .merit-wrap .content-title .balloon {
    width: 300px;
    font-size: 14px;
  }
  #business_d .merit-sect .merit-wrap .content-title .icon img {
    margin-right: 10px;
    width: 45px;
  }
  #business_d .merit-sect .merit-wrap p.lead {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }
  #business_d .merit-sect .merit-wrap p.lead.full {
    text-align: left;
  }
  #business_d .merit-sect .merit-wrap .catch {
    text-align: center;
    font-size: 14px;
    margin: -5px auto 20px;
  }
  #business_d .merit-sect .merit-wrap .catch .slash svg {
    width: 15px;
  }
  #business_d .merit-sect .merit-wrap .red-block {
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px 40px;
    margin: 30px 0;
    position: relative;
  }
  #business_d .merit-sect .merit-wrap .red-block p {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin: 0 0 20px;
  }
  #business_d .merit-sect .merit-wrap .blue-block {
    border-radius: 20px;
    margin-top: 20px;
    padding: 30px 20px 20px;
  }
  #business_d .merit-sect .merit-wrap .blue-block .col2:nth-child(1) {
    margin-bottom: 20px;
  }
  #business_d .merit-sect .merit-wrap .blue-block .col2:nth-child(1) img {
    width: 80%;
    max-width: 300px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap {
    margin: 15px 0 -15px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item {
    padding: 15px 0;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item a {
    border-radius: 20px;
    padding: 0 0 30px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item a::before {
    height: calc(100% - 60px);
    border-radius: 0 0 20px 20px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item h4 {
    height: 60px;
    font-size: 17px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item .desc {
    padding: 20px 20px 30px;
    width: 100%;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p {
    line-height: 2;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p + p {
    margin-top: 15px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item .desc p small {
    color: #CC0033;
    font-size: 12px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item img {
    width: 70%;
    max-width: 150px;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item.new a {
    pointer-events: none;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item.new a::before {
    border-color: #E6E6E6;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item.new h4 {
    color: #000;
    background: #F0F0F0 url(/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/bg_slash_gr.svg) repeat center;
  }
  #business_d .merit-sect .merit-wrap .special-wrap .special-item:nth-child(4) img {
    max-width: 100px;
  }
  /*
  #business_d .merit-sect .cta-wrap {
    margin: 50px auto;
  }
  */
  #business_d .merit-sect .sub-catch {
    font-size: 16px;
  }
  #business_d .merit-sect .link-blank {
    margin-top: 15px;
  }
  #business_d .merit-sect .link-blank a {
    font-weight: 700;
  }
  #business_d .merit-sect #merit01 {
    margin-top: -135px;
    padding-top: 195px;
  }
  #business_d .merit-sect #merit02 {
    margin-top: -135px;
    padding-top: 145px;
  }
}
/*------------------------
  Banner
------------------------*/
#business_d .banner-cont .bda-wrapper {
  max-width: 1020px;
  width: 100%;
}

/*------------------------
  Movie
------------------------*/
#business_d .movie-sect .movie-block {
  border: 3px solid #CC0033;
  border-radius: 30px;
  background-color: #FFF;
  margin: 45px 0 0;
  overflow: hidden;
}
#business_d .movie-sect .movie-block .col2 {
  padding: 65px 60px 110px;
}
#business_d .movie-sect .movie-block .col2:nth-child(1) {
  background-color: #FAE5EA;
}
#business_d .movie-sect .movie-block .col2:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#business_d .movie-sect .movie-block .col2:nth-child(2) .youtube-modal {
  padding-top: 40px;
}
#business_d .movie-sect .movie-block h3 {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}
#business_d .movie-sect .movie-block h3::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 5px;
  height: 100%;
  background-color: #CC0033;
  border-radius: 3px;
  left: 0;
  top: 0;
}
#business_d .movie-sect .movie-block h4 {
  color: #CC0033;
  font-weight: 700;
  height: 40px;
}
#business_d .movie-sect .movie-block .youtube-modal + h4 {
  margin-top: 40px;
}
#business_d .movie-sect .movie-block .note-block {
  padding: 35px 25px;
  margin-top: auto;
}
#business_d .movie-sect .movie-block .note-block li {
  margin: 0.5em 0;
}

@media screen and (max-width: 768px) {
  #business_d .movie-sect .movie-block {
    border-radius: 20px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  #business_d .movie-sect .movie-block .col2 {
    padding: 40px 20px 20px;
  }
  #business_d .movie-sect .movie-block .col2:nth-child(2) .youtube-modal {
    padding-top: 0;
  }
  #business_d .movie-sect .movie-block h3 {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  #business_d .movie-sect .movie-block h3::before {
    width: 3px;
  }
  #business_d .movie-sect .movie-block h4 {
    height: auto;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #business_d .movie-sect .movie-block .youtube-modal + h4 {
    margin-top: 30px;
  }
  #business_d .movie-sect .movie-block .note-block {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
/*------------------------
  FAQ
------------------------*/
#business_d .faq-sect {
  background-color: #F0F8FA;
}
#business_d .faq-sect .content-title {
  margin-bottom: 55px;
}
#business_d .faq-sect .content-title .balloon {
  width: 580px;
}
#business_d .faq-sect .sub-title {
  font-size: 24px;
  margin-bottom: 20px;
}
#business_d .faq-sect .faq-item {
  margin: 10px auto 0;
  width: 1040px;
}
#business_d .faq-sect .faq-item + h3 {
  margin-top: 80px;
}
#business_d .faq-sect .faq-item .question {
  background-color: #FFF;
  height: 90px;
  width: 100%;
  border-radius: 45px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#business_d .faq-sect .faq-item .question::before {
  content: "Q";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F0F8FA;
  color: #0281D0;
  text-align: center;
  line-height: 80px;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  margin: 0 15px 0 5px;
}
#business_d .faq-sect .faq-item .question::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  right: 40px;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/business_d/icon_faq.svg) no-repeat center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#business_d .faq-sect .faq-item .question.on::after {
  transform: rotate(180deg);
}
#business_d .faq-sect .faq-item .question p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  padding-right: 70px;
}
#business_d .faq-sect .faq-item .answer {
  position: relative;
  padding: 15px 40px 50px 105px;
  display: none;
}
#business_d .faq-sect .faq-item .answer::before {
  content: "A";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFF;
  color: #0281D0;
  text-align: center;
  line-height: 80px;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  margin: 0 15px 0 5px;
  position: absolute;
  left: 5px;
  top: 15px;
}
#business_d .faq-sect .faq-item .answer a {
  color: #0281D0;
  text-decoration: underline;
}
#business_d .faq-sect .faq-item .answer a:hover {
  opacity: 0.6;
}
#business_d .faq-sect .faq-item .answer .mt20 {
  margin-top: 20px;
}
#business_d .faq-sect .faq-item .answer p {
  line-height: 2;
}
#business_d .faq-sect .faq-item .answer p.main {
  color: #0281D0;
  font-weight: 700;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.8;
}
#business_d .faq-sect .faq-item .answer p.large {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
#business_d .faq-sect .faq-item .answer p.indent {
  padding-left: 20px;
}
#business_d .faq-sect .faq-item .answer .note-block {
  background-color: transparent;
  padding: 0;
}
#business_d .faq-sect .faq-item .answer ul, #business_d .faq-sect .faq-item .answer ol {
  line-height: 2;
}
#business_d .faq-sect .faq-item .answer ul.disc {
  list-style: disc;
}
#business_d .faq-sect .faq-item .answer ul.disc li {
  margin-left: 1.5em;
}
#business_d .faq-sect .faq-item .answer ol.decimal {
  list-style: decimal;
}
#business_d .faq-sect .faq-item .answer ol.decimal li {
  margin-left: 1.5em;
}
#business_d .faq-sect .faq-item .answer ol.decimal li::marker {
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  #business_d .faq-sect .content-title {
    margin-bottom: 30px;
  }
  #business_d .faq-sect .content-title .balloon {
    width: 320px;
    font-size: 14px;
  }
  #business_d .faq-sect .sub-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #business_d .faq-sect .faq-item {
    margin: 10px auto 0;
    width: 100%;
  }
  #business_d .faq-sect .faq-item + h3 {
    margin-top: 40px;
  }
  #business_d .faq-sect .faq-item .question {
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  #business_d .faq-sect .faq-item .question::before {
    width: 30px;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    color: #0281D0;
    text-align: left;
    line-height: 2;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    margin: 0 15px 0 5px;
  }
  #business_d .faq-sect .faq-item .question::after {
    right: 10px;
    width: 10px;
    background-size: 100% auto;
  }
  #business_d .faq-sect .faq-item .question p {
    font-size: 16px;
    padding-right: 30px;
  }
  #business_d .faq-sect .faq-item .answer {
    position: relative;
    padding: 15px 0 40px 50px;
    display: none;
  }
  #business_d .faq-sect .faq-item .answer::before {
    width: 30px;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    line-height: 2;
    font-size: 20px;
    margin: 0 15px 0 5px;
    left: 5px;
    top: 10px;
  }
  #business_d .faq-sect .faq-item .answer a {
    color: #0281D0;
    text-decoration: underline;
  }
  #business_d .faq-sect .faq-item .answer a:hover {
    opacity: 0.6;
  }
  #business_d .faq-sect .faq-item .answer .mt20 {
    margin-top: 20px;
  }
  #business_d .faq-sect .faq-item .answer p {
    line-height: 2;
  }
  #business_d .faq-sect .faq-item .answer p.main {
    height: auto;
    width: 100%;
    line-height: 1.8;
  }
  #business_d .faq-sect .faq-item .answer p.large {
    font-size: 16px;
    margin-top: 15px;
  }
  #business_d .faq-sect .faq-item .answer p.indent {
    padding-left: 0;
  }
  #business_d .faq-sect .faq-item .answer .note-block {
    background-color: transparent;
    padding: 0;
  }
  #business_d .faq-sect .faq-item .answer p {
    font-size: 15px;
  }
  #business_d .faq-sect .faq-item .answer ul, #business_d .faq-sect .faq-item .answer ol {
    line-height: 2;
    font-size: 15px;
  }
}
/*------------------------
  Floating
------------------------*/
#business_d .bda-floating {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
#business_d .bda-floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}
#business_d .bda-floating .floating-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#business_d .bda-floating .floating-tit img {
  width: 165px;
  margin: 0 2px 5px 0;
}
#business_d .bda-floating .ly-row {
  justify-content: center;
  width: 100%;
}
#business_d .bda-floating .ly-row .btn {
  width: 420px;
  margin: 0 5px;
}
#business_d .bda-floating .ly-row .btn a {
  background-color: #CC0033;
  height: 70px;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 50px;
  border-radius: 35px;
  display: block;
  position: relative;
}
#business_d .bda-floating .ly-row .btn a:hover svg {
  transform: scale(1.5);
}
#business_d .bda-floating .ly-row .btn a small {
  display: block;
  font-size: 14px;
}
#business_d .bda-floating .ly-row .btn a .circle {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#business_d .bda-floating .ly-row .btn a svg {
  fill: none;
  stroke: #CC0033;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#business_d .bda-floating .close {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  right: 15px;
  top: 15px;
}
#business_d .bda-floating .close::before, #business_d .bda-floating .close::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 1px;
  background-color: #FFF;
  transform-origin: center;
  top: 50%;
  left: 50%;
}
#business_d .bda-floating .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#business_d .bda-floating .close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  #business_d .bda-floating .ly-row {
    justify-content: center;
  }
  #business_d .bda-floating .ly-row .btn {
    width: 265px;
  }
  #business_d .bda-floating .ly-row .btn a {
    font-size: 14px;
    padding: 15px 15px;
    border-radius: 35px;
    display: block;
    position: relative;
  }
  #business_d .bda-floating .ly-row .btn a:hover svg {
    transform: scale(1.5);
  }
  #business_d .bda-floating .ly-row .btn a small {
    display: block;
    font-size: 12px;
  }
  #business_d .bda-floating .ly-row .btn a .circle {
    position: absolute;
    width: 12px;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    top: 0;
    right: 10px;
  }
  #business_d .bda-floating .ly-row .btn a svg {
    stroke: #FFF;
    width: 10px;
  }
  #business_d .bda-floating .close {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #business_d .bda-floating .close::before, #business_d .bda-floating .close::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 6px;
    height: 1px;
    background-color: #FFF;
    transform-origin: center;
    top: 50%;
    left: 50%;
  }
  #business_d .bda-floating .close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #business_d .bda-floating .close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #business_d .bda-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 60px 15px 15px;
  }
  #business_d .bda-floating .floating-tit {
    font-size: 14px;
    margin-bottom: 5px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none;
  }
  #business_d .bda-floating .floating-tit img {
    width: 150px;
    margin: 0 auto 5px;
  }
  #business_d .bda-floating .ly-row {
    justify-content: center;
  }
  #business_d .bda-floating .ly-row .btn {
    width: 100%;
    max-width: 300px;
    margin: 5px;
  }
  #business_d .bda-floating .ly-row .btn a {
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 15px 5px 25px;
  }
  #business_d .bda-floating .ly-row .btn a small {
    display: block;
    font-size: 12px;
  }
  #business_d .bda-floating .ly-row .btn a .circle {
    width: 10px;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    right: 10px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #business_d .bda-floating .ly-row .btn a svg {
    stroke: #FFF;
    width: 10px;
  }
  #business_d .bda-floating .close {
    right: 15px;
    top: 15px;
  }
}
/*------------------------
  Page Top
------------------------*/
.page-top {
  position: fixed;
  z-index: 2;
  right: 35px;
  bottom: 35px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #CC0033;
  background-color: #FFF;
}
.page-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #CC0033;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-top {
    right: 15px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
  .page-top svg {
    width: 10px;
  }
}
#business_d #intro{
    margin-top: -200px;
    padding-top: 200px;
}
#business_d #note,
#business_d #merit,
#business_d #movie,
#business_d #howto,
#business_d #faq {
    /*margin-top: -135px;
    padding-top: 135px;
    */
    margin-top: -110px;
    padding-top: 110px;
}
@media screen and (max-width: 736px) {
  #business_d .p-contact__wrap .sec-cmn-lv2 {
    margin: 0 auto;
    padding-bottom: 9.375vw;
  }
}
#business_d .merit-sect .merit-wrap .special-wrap .special-item.disable a {
    pointer-events: none;
}


/*汎用*/
.fs-14{
  font-size:14px !important;
}
.fs-16{
  font-size:16px !important;
}
.fs-18{
  font-size:18px !important;
}
.fs-24{
  font-size:24px !important;
}
.fs-27{
  font-size:27px !important;
}
.fs-34{
  font-size:34px !important;
}
.t-c{
  text-align:center !important;
}
.td-underline{
  text-decoration:underline;
}
@media screen and (max-width: 768px) {
  .sp-w100p{
    width:100%;
  }
}

/*ビジネスdアカウントでできること*/
.cando-title_wrap{
  position: relative;
  width:fit-content;
  margin:50px auto;
}
.cando-title_wrap p{
  position: absolute;
  top:-50px;
  left:-60px;
}
.cando-title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cando-title_wrap p{
    position: absolute;
    top:-25px;
    left:-30px;
  }
  .cando-title_wrap p img{
    width:75px;
  }
  .cando-title{
      font-size: 24px;
  }
}
/*ページ内リンク*/
ul.cando-navi{
  list-style: none;
  margin:50px 0 135px;
  padding:0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap:20px 25px;
}
ul.cando-navi li{
  width:calc((100% - 75px) / 4);
}

@media screen and (max-width: 768px) {
  ul.cando-navi li{
    width:100%;
  }
}
/*ページ内リンク ボタン*/
.cando-btn a {
    background-color: #FFF;
    width: 100%;
    height: 80px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    line-height: 1.4;
    margin: 0 auto;
    padding:0 54px 0 20px;
    position: relative;
}
.cando-btn a .arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    right: 14px;
}
@media screen and (max-width: 768px) {
  .cando-btn a {
    height: 50px;
    justify-content: start;
    font-size:16px;
  }
  .cando-btn a .arrow {
    right: 10px;
  }
}
/*関連リンク*/
.banner-cont .content-title {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .banner-cont .content-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}


/*==========================================================
2026.03 改修
==========================================================*/
sup,sub,span{
	color:inherit;
}

/*PC・SP*/
.only_pc{
	display:block;
}
.only_sp{
	display:none;
}
@media screen and (max-width: 480px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}

/*スクロール位置調整*/
@media screen and (min-width: 769px) {
	#merit03{
		margin-top: -150px !important;
		padding-top: 150px;
		
		margin-bottom:150px !important;
	}
}
@media screen and (max-width: 768px) {
    #merit03 {
        margin-top: -135px !important;
        padding-top: 145px !important;
    }
}

/*メリット メニュー*/
#business_d .merit-sect .scroll-title li a{
	justify-content: start;
  gap:10px 0;
}

/*新CTA*/
.cta-wrap{
	margin:50px 0 0;
}

#business_d .cta-cont .catch{
	/*メールアドレスを登録して を非表示*/
	visibility: hidden;
}

@media screen and (min-width: 769px){
	#business_d .cta-cont .btn a img {
		width: auto;
		height: 32px;
		margin: 0 5px 6px 0;
	}
	#business_d .cta-cont .btn a{
		font-size: 24px;
	}
}
/*イラストの位置*/
@media screen and (min-width: 769px){
  #business_d .cta-cont .icon{
  	top:15px;
    left:50px;
  }
  /*イラストの位置 モーダル内*/
  .modal-content .cta-cont .icon{
  	top:15px;
    left:0 !important;
  }
}

/*サブキャッチ*/
.sub-catch{
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.sub-catch{
		font-size: 16px;
	}
}
/*サブキャッチ 注釈*/
.sub-catch-note{
	color:#C03 !important;
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin:1em 0;
}
.sub-catch-note a{
	color:#C03 !important;
	text-decoration:underline !important;
}

/*発行方法 タイトル*/
.howto_box_ttl {
	padding: 0 25px;
	margin: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-radius: 30px 30px 0 0;
	background-color: #C03;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.howto_box_ttl {
		font-size: 17px;
		height: 60px;
	}
}
.howto_box_ttl a{
	color:#FFF !important;
	text-decoration:underline !important;
}

/*発行方法 外側囲み*/
.howto_outer_ttl{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	margin:50px 0 10px 0;
}

.howto_outer_wrap{
	list-style: none;
	margin: 0;
	padding: 0 120px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 60px;
}
.howto_outer_wrap > li{
	width:calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
	.howto_outer_wrap{
		padding: 0;
	}
	.howto_outer_wrap > li{
		width:100%;
	}
}

/*発行方法 囲み*/
.howto_box_wrap{
	padding:20px 40px 30px;
	margin:0;
	border-radius:0 0 30px 30px;
	border:3px solid #C03;
  background-color:#FFF;
}
.howto_box_pic{
	width:100%;
}
.howto_box_pic img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.howto_box_txt{
	margin-top:10px;
}
.howto_box_txt a{
	text-decoration:underline !important;
}
/*ボタン*/
.howto_box_btn{
	margin-top:10px;
}
.howto_box_btn a{
	color:#FFF !important;
	background-color: #C03;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	padding:10px;
	margin: 0 auto;
	position: relative;
	width:200px;
}
.howto_box_btn_arrow {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	right: 2px;
}
.howto_box_btn_arrow svg {
	width: 14px;
	height: auto;
	fill: none;
	stroke: #CC0033;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/*▼*/
.howto_under_arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 20px solid #C03;
	border-bottom: 0;
	margin:10px auto;
}

/*発行方法 注釈*/
#anc-howto-note{
	/*スクロール位置*/
	margin-top: -100px !important;
	padding-top: 100px;
}

.howto_note_wrap{
	background-color:#FFF;
	border-radius:30px;
	padding:30px 90px;
	font-size:12px;
	line-height:1.5;
	margin-top:50px;
}
@media screen and (max-width: 768px) {
	.howto_note_wrap{
		padding:20px;
		margin-top:30px;
	}
}
.howto_note_wrap ul,
.howto_note_wrap ol{
	margin-left:1.3em;
}
.howto_note_wrap ul ol{
	margin-left:1.3em;
}
.howto_note_wrap ul li{
	list-style-type:disc ;
}
.howto_note_wrap ol li{
	list-style-type:decimal;
}

/*関連バナー*/
.relation_wrap{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px 30px;
}
.relation_wrap > li{
	width:fit-content;
}
.relation_wrap > li img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.relation_wrap{
		padding:0 25px;
	}
	.relation_wrap > li{
		width:100%;
	}
}
/*関連サービスバナー*/
.relation_sec{
  background-color:#FFF;
  padding:0 0 180px 0;
}


/*==========================================================
2026.03 下部固定お問い合わせ
==========================================================*/
.sticky-cta_wrap {
  position: fixed;
  bottom: 0;
  margin: 0;
  background-color: #fff;
  padding: 15px 0 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -8px 8px 2px rgba(0, 0, 0, 0.07);
  z-index: 990;/*モーダルより下になるように*/
  text-align: center;
  justify-content: center;
}

.attach_cta_wrap{
  max-width:560px;
  margin:0 auto;
  padding:0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	gap:0 2%;
}
.attach_cta_pic{
  width:15%;
}
.attach_cta_pic img{
	display:block;
  width:100%;
  max-width:100%;
  margin:0 auto;
}

.attach_cta_detail{
	width:calc(100% - 15% - 2%);
}

@media screen and (max-width: 768px) {
  .attach_cta_wrap{
    width: 100%;
  }
}

/*ボタン*/
.attach_cta_detail_btn a{
	color:#FFF !important;
	background-color: #C03;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3;
	padding:0 35px 0 15px;
	margin: 0 auto;
	position: relative;
	width:100%;
  height:40px;
}
.attach_cta_detail_btn_arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	right: 5px;
}
.attach_cta_detail_btn_arrow svg {
	width: 14px;
	height: auto;
	fill: none;
	stroke: #CC0033;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/*注釈*/
.attach_cta_detail_note{
  color: #C03 !important;
  font-size: 12px;
  text-align: center;
  line-height:1.3 !important;
  margin:5px 0 10px;
}

@media screen and (max-width: 480px) {
	.attach_cta_pic{
	  width:20%;
	}
	.attach_cta_detail{
		width:calc(100% - 20% - 2%);
	}
  .attach_cta_detail_btn a{
    font-size: 12px;
    padding:0 25px 0 10px;
    height:30px;
  }
  .attach_cta_detail_btn_arrow {
    width: 20px;
    height: 20px;
  }
	.attach_cta_detail_btn_arrow svg {
		width: 10px;
	}
	.attach_cta_detail_note{
	  font-size: 10px;
	}
}