@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  br.sponly,
img.sponly,
span.sponly {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  tr.sponly {
    display: table-row !important;
  }
}

@media screen and (max-width: 768px) {
  th.sponly,
td.sponly {
    display: table-cell !important;
  }
}

/**
 * rem起因の表示崩れを簡易修正（リファクタ時）
 */
html {
  font-size: 16px;
}

body {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
.container {
  width: 960px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
/**
 * mainHeader__header
 */
.mainHeader__logo {
  width: 208px;
}

.mainHeader__info {
  font-size: 10px;
  padding: 0 11px 0 20px;
}

.mainHeader__toushouLogo img {
  height: 58px;
}

.mainHeader__buttonEntry .button {
  width: 250px;
}

/**
 * mainHeader__nav
 */
.mainHeader__menu {
  max-width: 922.25px;
}

.mainHeader__menuItem {
  padding: 12px 0;
}

.mainHeader__menuSub {
  width: 960px;
}

.mainHeader__menuItem--02 .mainHeader__menuSub::before {
  left: 255px;
}

.mainHeader__menuItem--03 .mainHeader__menuSub::before {
  left: 405px;
}

.mainHeader__menuItem--04 .mainHeader__menuSub::before {
  left: 56px;
}

.mainHeader__menuItem--05 .mainHeader__menuSub::before {
  left: 705px;
}

.mainHeader__menuItem--06 .mainHeader__menuSub::before {
  left: 855px;
}

.mainHeader__menuSubItemCaption {
  font-size: 14px;
}

.mainHeader__menuSubMenuListItem {
  margin-right: 0.4rem;
  width: 128px;
}

.mainHeader__menuItem--02 .mainHeader__menuSubMenuListItem,
.mainHeader__menuItem--04 .mainHeader__menuSubMenuListItem {
  width: 118px;
}

.mainHeader__menuItem--04 .mainHeader__menuSubMenuListItem:nth-child(3) img {
  width: 128px;
}

.mainHeader__menuSubMenuListItemLargeItem {
  font-size: 14px;
  margin-right: 7px;
}

.mainHeader__menuSubMenuListItemOther #menu_list .nav_title {
  font-size: 11px;
}

/**
 * mainFooter
 */
.mainFooter {
  padding-bottom: 10px;
}

/**
 * 1ブロック目
 */
.mainFooter__row01 {
  font-size: 11px;
  padding: 3px 0;
}

/**
 * 2ブロック目
 */
.mainFooter__row02 {
  padding: 15px 0 21px;
}

.mainFooter__row02LeftLabel {
  border-radius: 20px;
  font-size: 15px;
  margin: 6px 0 0 0;
}

.mainFooter__row02LeftTelList {
  padding: 2px 0 0 0;
  margin: -9px 0 9px;
}

.mainFooter__row02LeftTelListItem {
  margin-top: 15px;
}

.mainFooter__row02LeftTelListItemTollFree {
  font-size: 50px;
  padding-right: 10px;
}

.mainFooter__row02LeftTelListItemText {
  font-size: 15px;
}

.mainFooter__row02LeftTelListItemNumber {
  font-size: 32px;
  margin-top: 1px;
}

.mainFooter__row02LeftBusinessHours {
  margin: -1px 0 0 0;
}

.mainFooter__row02LeftLinkWrapper {
  margin-top: 15px;
}

.mainFooter__row02Right {
  padding: 0 0 0 30px;
}

.mainFooter__row02RightButtonList {
  gap: 10px;
}

.mainFooter__row02RightSns {
  margin-right: 2px;
}

.mainFooter__row02RightSnsListWrapper {
  margin-top: 5px;
}

.mainFooter__row02RightSnsListCaption {
  padding: 5px;
  font-size: 11px;
}

.mainFooter__row02RightSnsListItem {
  padding: 3px;
  max-width: 36px;
}

.mainFooter__row02RightCreditCardImage {
  margin-top: 8px !important;
}
.mainFooter__row02RightCreditCardImage img {
  width: 315px;
  margin-bottom: -1px;
}

/**
 * 3ブロック目
 */
.mainFooter__row03 {
  padding: 20px 0;
}

.mainFooter__row03Menu {
  margin-top: -10px;
  margin-left: 5px;
}

.mainFooter__row03MenuItem {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 13px;
}
.mainFooter__row03MenuItem:first-child {
  margin-left: -5px;
}

.mainFooter__row03Info {
  margin-top: 20px;
}

.mainFooter__row03InfoLogo {
  margin-right: 10px;
}

.mainFooter__row03InfoCompanyName {
  margin-top: -0.5px;
}

.mainFooter__row03InfoSecuritiesCode {
  font-size: 10px;
  margin-top: -1px;
}

.mainFooter__row03InfoAddress {
  font-size: 10px;
}

.mainFooter__row03InfoIsms img {
  width: 132px;
  padding-top: 1px;
}

.mainFooter__row03InfoBanner img {
  width: 190px;
}

/**
 * コピーライト
 */
.mainFooter__copyright {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /*
  *  spのスタイル
  */
  footer .bnr_box:nth-child(2) img {
    padding-left: 0.3px !important;
  }
}

.button {
  width: 170px;
}
.button::before {
  width: 7px;
  height: 7px;
  right: 12px;
}

.button__text {
  border-radius: 20px;
  font-size: 16px;
  padding: 5px 30px;
}
.button__text button {
  font-size: 16px;
}

.main__snsLinkButton {
  margin: 0 5px;
}

.main__snsListCaption {
  font-size: 12px;
  padding: 0 15px;
}

.main__snsListItem {
  padding: 5px;
}
.main__snsListItem img {
  width: 30px;
}

.mainContentHeader__read {
  font-size: 19.2px;
}

.mainContentHeader__caption {
  font-size: 36px;
}

.moreLink {
  font-size: 16px;
}
.moreLink::after {
  font-size: 19.2px;
}

.jsMoreLink {
  font-size: 19.2px;
  padding: 8px;
  margin: 10px auto 0;
  border-radius: 20px;
}

/*
*  default_pc.cssからの移植
*/
body {
  background-color: #f3f3f3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*テキスト書体*/
.bold {
  font-weight: bold !important;
}

/*テキスト位置*/
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

/*カラー*/
.c_fff {
  color: #fff !important;
}

.bg_fff {
  background-color: #fff !important;
}

/*マージン*/
.mt10 {
  margin-top: 10px !important;
}

/*コンテンツ*/
.container {
  width: 960px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*
*  style_pc.cssからの移植
*/
section.mainArea img {
  height: auto;
}

/*
*  pcのスタイル
*/
#office .mainArea {
  padding-top: 28px;
  width: 100%;
}

section.office {
  margin: 0 auto;
}

/* MV（PC用） */
#office .mvTop {
  position: relative;
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}

#office .mvTop .mv_bg {
  width: 100%;
  height: auto;
}

/* MV（SP用） */
#office .mvTop_sp {
  position: relative;
  width: 100%;
}

#office .mvTop_sp .mv_bg {
  width: 100%;
  height: auto;
  display: block;
}

/* TOPページ */
#office .mvTop,
#office .mvTop_sp {
  position: relative;
}

#office .mvTop .mv_bg,
#office .mvTop_sp .mv_bg {
  display: block;
  width: 100%;
  height: auto;
}

#office .office_mv_text {
  position: absolute;
  top: 15%;
  left: 4%;
  z-index: 2;
  text-align: left;
}

#office .office_mv_title {
  margin: 0 0 14px;
  color: #111;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

#office .office_mv_title span {
  color: #F38200;
  font-size: 44px;
}

#office .office_mv_label {
  display: table;
  margin: 0 0 8px;
  padding: 4px 12px;
  background: #F38200;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}

#office .mvTop .office_mv_label span,
#office .mvTop_sp .office_mv_label span {
  color: #fff45c;
}

@media screen and (max-width: 768px) {
  #office .office_mv_text {
    left: 5%;
    width: 62%;
  }
  #office .office_mv_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.32;
  }
  #office .office_mv_title span {
    font-size: inherit;
    color: #F38200;
  }
  #office .office_mv_label {
    margin-bottom: 5px;
    padding: 3px 8px;
    font-size: 13px;
  }
  #office .office_mv_label span {
    color: #fff45c;
  }
}

/* TOPページ */
.base_section {
  padding-bottom: 40px;
}

.base_section .wrapper {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}

.base_section h2.title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.base_section h2.title span {
  background-image: linear-gradient(to right, #a0d15b, #a0d15b 9px, transparent 9px, transparent 20px);
  background-size: 14px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}

.d-flex-wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

ol, ul {
  list-style: none;
}

.user_box, .shop_box {
  background-color: #fff;
}

.user_box, .shop_box {
  position: relative;
  border-radius: 10px;
  width: 49%;
  padding: 0 25px 20px;
  margin-top: 2%;
}

.customer_title {
  background: url(/images/office/icon_customer.png) no-repeat 120px;
  font-size: 1.2rem;
  background-size: 6%;
  padding: 25px 0;
}
@media (max-width: 820px) {
  .customer_title {
    background: url(/images/office/icon_customer.png) no-repeat 90px;
    font-size: 1.2rem;
    background-size: 6%;
    padding: 25px 0;
  }
}
.underline-text {
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .underline-text {
    font-size: 18px;
  }
}

.d-flex {
  display: flex;
}

.step_txt {
  padding: 5px 10px;
}

.bg-bf546c {
  background-color: #bf546c;
}

.bg-ee6a87.step_txt, .bg-89c53b.step_txt {
  flex-grow: 1;
}

.bg-ee6a87 {
  background-color: #ee6a87;
}

.user_txt1, .user_txt2, .user_txt5, .shop_txt1, .shop_txt2, .shop_txt3 {
  margin-bottom: 20px;
}

.user_txt1, .user_txt2, .user_txt5, .shop_txt1, .shop_txt2, .shop_txt3 {
  background-color: #fff;
  position: relative;
  padding: 10px;
}

.user_txt1:after, .user_txt2:after, .user_txt5:after {
  color: #ee6a87;
  right: -66px;
  transform: rotate(35deg);
}

.user_txt1:after, .user_txt2:after, .user_txt5:after, .shop_txt1:after, .shop_txt2:after, .shop_txt3:after {
  content: "\f30b";
  position: absolute;
  top: 50%;
  font-weight: 700;
  font-family: "font awesome 5 free";
  font-size: 4.5rem;
  z-index: 1;
}

.user_txt5_list {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.user_txt5_list li {
  font-weight: bold;
}

.user2_span {
  font-size: 12px;
  display: block;
}

.user_txt3 .bg-ee6a87.step_txt {
  color: #fff;
}
.shop_title {
  background: url(/images/office/icon_shop.png) no-repeat 125px;
  font-size: 1.2rem;
  background-size: 9%;
  padding: 25px 0;
}
@media (max-width: 820px) {
  .shop_title {
    background: url(/images/office/icon_shop.png) no-repeat 110px;
    font-size: 1.2rem;
    background-size: 6%;
    padding: 25px 0;
  }
}

.step_box1 {
  margin-top: 50px;
}

.bg-6d9d30 {
  background-color: #6d9d30;
}

.bg-89c53b {
  background-color: #89c53b;
}

.shop_txt1:after, .shop_txt2:after, .shop_txt3:after {
  color: #89c53b;
  left: -65px;
  transform: rotate(145deg);
}

.step_box2 {
  margin-top: 35px;
}

.step_box3 {
  margin-top: 90px;
}
.user-item {
  border: 1px solid #ee6A87;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.shop-item {
  border: 1px solid #89c53b;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.rad {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.rad-full {
  border-radius: 6px;
  overflow: hidden;
}
.w100p {
  width: 100%;
}

#office .preparation_description_text {
  font-size: 20px;
}

.preparation_box span {
  font-size: 0.6rem;
  font-weight: normal;
}

.preparation_box a {
  font-weight: 600;
  color: #0171BC !important;
}

.check_box, .folder_box, .certificate_box {
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 6%;
}

.preparation_box {
  width: 49%;
  border-radius: 5px;
  padding: 15px 20px 15px 55px;
  margin-bottom: 10px;
}

.preparation_box_item {
  margin: 8px auto;
  line-height: 1.2;
  font-size: 24px;
}

.preparation_box_item_note {
  font-size: 12px;
  font-weight: normal;
}

.folder_box {
  background-image: url(/images/office/icon_folder.png);
}

.check_box {
  background-image: url(/images/office/icon_check.png);
}

.certificate_box {
  background-image: url(/images/office/icon_certificate.png);
}

.explanation_txt {
  text-indent: -2rem;
  padding-left: 1.8rem;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  /*style_sp.cssからの移植*/
  .wrapper {
    margin-top: 50px;
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
  }
  section.mainArea img {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
  /**/
  /*
  *  spのスタイル
  */
  body {
    font-size: 16px;
    min-width: unset;
  }
  #office .container.mainArea {
    padding-top: 0;
  }
  .base_section {
    padding: 20px 0;
  }
  .base_section .wrapper {
    width: 94%;
    margin: 0 auto;
  }
  .base_section h2.title {
    font-size: 22px;
    line-height: 1.6;
  }

  /* お申し込みの流れ */
  .user_box, .shop_box {
    padding: 0 6px 15px;
    width: 49.2%;
    margin-top: 5%;
  }
  .customer_title {
    background: url(/images/office/icon_customer.png) no-repeat 35px;
    font-size: 1rem;
    background-size: 13%;
    padding: 15px 0px 15px 25px;
  }
  .shop_title {
    background: url(/images/office/icon_shop.png) no-repeat 38px;
    font-size: 1rem;
    background-size: 20%;
    padding: 15px 0px 15px 25px;
  }
  .user_txt1, .user_txt2, .user_txt5, .shop_txt1, .shop_txt2, .shop_txt3 {
    font-size: 0.7rem;
    padding: 6px;
    line-height: 1.4;
  }
  .user_txt1:after, .user_txt2:after, .user_txt5:after, .shop_txt1:after, .shop_txt2:after, .shop_txt3:after {
    top: 40%;
    font-size: 1.2rem;
  }
  .user_txt1:after, .user_txt2:after, .user_txt5:after {
    color: #EE6A87;
    right: -18px;
    transform: rotate(40deg);
  }
  .user_txt2:after {
    top: 55%;
  }
  .user_txt5:after {
    top: 70%;
  }
  .shop_txt1:after, .shop_txt2:after, .shop_txt3:after {
    left: -17px;
  }
  .shop_txt2:after {
    top: 60%;
  }
  .shop_txt3:after {
    top: 50%;
  }
  .step_txt {
    font-size: 0.72rem;
    padding: 3px;
  }
  .bg-6d9d30.step_txt {
    font-size: 0.7rem;
  }
  .step_box1 {
    margin-top: 70px;
  }
  .step_box2 {
    margin-top: 77px;
  }
  .step_box3 {
    margin-top: 120px;
  }
  .user_txt5_list {
    font-size: 0.65rem;
    padding-left: 15px;
    margin: 5px 0;
  }

  /* ご用意いただくもの */
  #office .preparation_description_text {
    font-size: 16px;
  }
  .preparation_box {
    width: 100%;
    padding: 10px 10px 10px 45px;
    font-size: 0.8rem;
  }
  .check_box, .folder_box, .certificate_box {
    background-position: 12px;
  }
}
@media screen and (max-width: 320px) {
  .customer_title {
    background: url(/images/office/icon_customer.png) no-repeat 25px;
  }
  .shop_title {
    background: url(/images/office/icon_shop.png) no-repeat 28px;
    padding: 15px 0px 15px 25px;
  }
}

#office .office_area {
  padding-top: 40px;
}

/* 会社のお困りごと */
#office .office_problem_box {
  position: relative;
  margin: 40px auto 30px;
  padding: 30px 40px 30px;
  background: #f4f8f9;
  border-radius: 10px;
  width: 90%;
}

#office .office_problem_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 48px;
  height: 24px;
  background: #f4f8f9;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
  pointer-events: none;
}

#office .office_problem_title {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.35;
  color: #1f1f1f;
}

#office .office_problem_title span {
  color: #005bac;
  font-size: 44px;
}

#office .office_problem_list {
  margin: 0;
  padding: 0;
}

#office .office_problem_list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

#office .office_problem_list img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#office .office_problem_list strong {
  font-weight: bold;
}

#office .office_problem_img {
  position: absolute;
  right: 10px;
  bottom: 0px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #office .office_problem_box {
    position: relative;
    margin: 40px auto;
    padding: 16px;
    width: calc(100% - 32px);
    border-radius: 10px;
  }

  #office .office_problem_box::after {
    bottom: -20px;
    width: 40px;
    height: 20px;
  }

  #office .office_problem_content {
    position: relative;
    z-index: 2;
    max-width: none;
    padding-right: 0;
  }

  #office .office_problem_title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  #office .office_problem_title span {
    font-size: 20px;
  }

  #office .office_problem_list {
    width: 62%;
  }

  #office .office_problem_list li {
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  #office .office_problem_list li span {
    display: inline-block;
    max-width: none;
  }

  #office .office_problem_list img {
    width: 17px;
    height: 17px;
    margin-top: 1px;
  }

  #office .office_problem_img {
    position: absolute;
    right: -20px;
    bottom: 0;
    display: block;
    width: 55%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px)  {
  #office .office_problem_content {
    max-width: 68%;
  }

  #office .office_problem_title {
    font-size: 26px;
  }

  #office .office_problem_title span {
    font-size: 38px;
  }

  #office .office_problem_list li {
    font-size: 16px;
  }

  #office .office_problem_img {
    right: 0;
    width: 39%;
  }
}

/* 最短当日出荷！ */
#office .office_shipping_cta {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

#office .office_shipping_title {
  display: inline-block;
  padding: 0 18px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
  color: #111;
  background: linear-gradient(transparent 70%, #fff45c 70%);
}
#office .office_shipping_title::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 7px;
  height: 15px;
  background: #fff45c;
  z-index: -1;
}

#office .office_shipping_title strong {
  color: #E94579;
}

#office .office_shipping_title sup{
  font-size: 45%;
  vertical-align: super;
}

#office .office_shipping_note {
  margin: 8px 0 24px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

#office .office_shipping_text {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #222;
}

#office .office_shipping_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 58px 17px 44px;
  border-radius: 999px;
  background: #F25C0C;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

#office .office_shipping_btn:hover {
  opacity: 0.8;
  color: #fff;
}

#office .office_shipping_btn span {
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #office .office_shipping_cta {
    width: 100%;
    margin: 40px auto;
    text-align: center;
  }

  #office .office_shipping_title {
    display: inline;
    padding: 0 10px;
    font-size: 22px;
    background: linear-gradient(transparent 68%, #fff45c 68%);
  }

  #office .office_shipping_title::after {
    content: none;
  }

  #office .office_shipping_title span {
    display: inline;
  }

  #office .office_shipping_title strong {
    display: inline;
    white-space: nowrap;
  }

  #office .office_shipping_note {
    margin: 10px 0 25px;
    font-size: 14px;
  }

  #office .office_shipping_text {
    width: 70%;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
  }

  #office .office_shipping_btn {
    width: 65%;
    padding: 8px;
    font-size: 16px;
  }

  #office .office_shipping_btn span {
    right: 28px;
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px)  {
  #office .office_shipping_title {
    font-size: 28px;
    line-height: 1.35;
  }
  #office .office_shipping_title strong {
    white-space: nowrap;
  }
}

/* ルーター */
#office .office_router_cards {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 84px auto 64px;
  width: 90%;
}

#office .office_router_card {
  position: relative;
  width: calc((100% - 32px) / 2);
  max-width: 430px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  overflow: visible;
}

#office .office_router_badge {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 0;
  padding: 0 16px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

#office .office_router_badge * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#office .office_router_badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: translateX(-50%);
}

#office .office_router_card_home .office_router_badge {
  background: #FF9524;
}

#office .office_router_card_home .office_router_badge::after {
  border-top-color: #FF9524;
}

#office .office_router_card_pocket .office_router_badge {
  background: #3261A8;
}

#office .office_router_card_pocket .office_router_badge::after {
  border-top-color: #3261A8;
}

#office .office_router_img_area {
  position: relative;
  z-index: 2;
  height: 230px;
  overflow: visible;
}

#office .office_router_bg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}

#office .office_router_device {
  position: absolute;
  left: 50%;
  z-index: 3;
  height: auto;
  transform: translateX(-50%);
}

#office .office_router_device_home {
  bottom: -28px;
  width: 115px;
}

#office .office_router_device_pocket {
  bottom: -18px;
  width: 220px;
}

#office .office_router_body {
  position: relative;
  padding: 36px 34px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

#office .office_router_lead {
  margin: 0 0 8px;
  color: #f7941d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
}

#office .office_router_card_pocket .office_router_lead {
  color: #2367a8;
}

#office .office_router_title {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}

#office .office_router_subtitle {
  margin: 8px 0 20px;
  color: #111;
  font-size: 18px;
  font-weight: bold;
}

#office .office_router_text {
  margin: 0;
  color: #222;
  font-size: 15px;
}

#office .office_router_text_style {
  font-size: 2rem;
  padding-bottom: 5px;
}

#office .office_trial_line sup {
  position: relative;
  top: -5px;
  font-size: 70%;
}

@media screen and (max-width: 768px) {
  #office .office_router_cards {
    display: block;
    margin: 64px 16px 48px;
  }

  #office .office_router_card {
    width: 100%;
    max-width: none;
    margin-bottom: 56px;
  }

  #office .office_router_badge {
    top: -24px;
    min-width: 210px;
    height: 48px;
    font-size: 18px;
  }

  #office .office_router_img_area {
    height: 210px;
  }

  #office .office_router_device_home {
    bottom: -24px;
    width: 100px;
  }

  #office .office_router_device_pocket {
    bottom: -14px;
    width: 220px;
  }

  #office .office_router_body {
    padding: 54px 22px 28px;
  }

  #office .office_router_lead {
    font-size: 14px;
  }

  #office .office_router_title {
    font-size: 24px;
  }

  #office .office_router_text {
    font-size: 14px;
  }
}

/* シンプルフリーWifi */
#office .free-wifi-banner {
  margin: 0 auto;
  width: 90%;
}

/* 固定回線とモバイルルーターの比較 */
#office .office_trial_section {
  margin: 40px auto 80px;
  text-align: center;
  width: 90%;
}

#office .office_trial_subtitle {
  margin: 0 0 6px;
  color: #111;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

#office .office_trial_title {
  margin: 0 0 22px;
  color: #1DABC7;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}

#office .office_trial_text {
  margin: 0 0 34px;
  color: #222;
  font-size: 14px;
  line-height: 1.35;
}

#office .office_trial_compare {
  position: relative;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 0 35px 55px;
  justify-content: space-between;
}

#office .office_trial_compare::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 225px;
  background: #22a9bd;
  border-radius: 6px;
}

#office .office_trial_card {
  position: relative;
  display: grid;
  grid-template-rows: 44px 34px 100px 34px auto;
  row-gap: 15px;
  height: 400px;
  padding: 10px 20px 26px;
  background: #fff;
  border: 1px solid #22a9bd;
  border-radius: 6px;
  text-align: left;
  width: 60%;
}

#office .office_trial_card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

#office .office_trial_card_title img {
  width: 44px;
  height: auto;
}

#office .office_trial_card_title p {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

#office .office_trial_label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

#office .office_trial_label_merit {
  background: #EC4D71;
}

#office .office_trial_label_demerit {
  background: #111;
}

#office .office_trial_list {
  margin: 0;
  padding: 0;
}

#office .office_trial_list li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}

#office .office_trial_list li .office_trial_line {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 1px solid #d9d9d9;
}

#office .office_trial_list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #111;
  border-radius: 50%;
}

#office .office_trial_list span.office_text_style {
  color: #EC4D71;
}

#office .office_trial_note {
  position: absolute;
  bottom: 24px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #office .office_trial_subtitle {
    font-size: 20px;
  }

  #office .office_trial_title {
    font-size: 30px;
  }

  #office .office_trial_text {
    font-size: 14px;
    text-align: left;
  }

  #office .office_trial_compare {
    display: block;
    max-width: none;
    padding: 0;
    background: transparent;
  }
  #office .office_trial_compare::before {
    content: none;
  }
  #office .office_trial_card {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 26px;
    padding: 24px 20px 26px;
    border: 2px solid #22a9bd;
    border-radius: 8px;
    background: #fff;
  }
  #office .office_trial_card_title {
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  #office .office_trial_card_title img {
    width: 42px;
  }
  #office .office_trial_card_title p {
    font-size: 28px;
    line-height: 1.2;
  }
  #office .office_trial_label {
    height: auto;
    margin: 0 0 14px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.2;
  }
  #office .office_trial_label_demerit {
    margin-top: 24px;
  }
  #office .office_trial_list li {
    margin-bottom: 11px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.7;
  }
  #office .office_trial_list li::before {
    top: 6px;
    width: 15px;
    height: 15px;
  }
  #office .office_trial_line {
    padding-bottom: 2px;
    border-bottom: 1px solid #d9d9d9;
  }
  #office .office_trial_note {
    position: static;
    margin: 0;
    color: #111;
    font-size: 12px;
    text-align: left;
  }
  #office .office_trial_section {
    margin: 40px auto;
  }
  #office .office_trial_card_style {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px)  {
  #office .office_trial_card {
    grid-template-rows: 44px 34px 140px 34px auto;
    height: auto;
    min-height: 430px;
    padding: 18px 18px 26px;
  }
  #office .office_trial_list li {
    font-size: 18px;
    line-height: 1.45;
  }
  #office .office_trial_label_demerit {
    margin-top: 0;
  }
}

/* WiFiレンタルどっとこむが選ばれる理由 */
#office .office_reason_section {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

#office .office_reason_title {
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 6px;
  color: #222;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  background: none;
  border-bottom: 2px dashed #8cc63f;
}

#office .office_application_title {
  display: block;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
}
#office .office_application_title p {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px dashed #8cc63f;
}

#office .office_reason_item {
  display: grid;
  grid-template-columns: 78px 110px 1fr;
  align-items: center;
  min-height: 104px;
  margin-bottom: 14px;
  background: #fff;
  border: 2px solid;
  border-radius: 7px;
  overflow: hidden;
  text-align: left;
}

#office .office_reason_point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

#office .office_reason_point span {
  font-size: 15px;
}

#office .office_reason_point strong {
  font-size: 22px;
}

#office .office_reason_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#office .office_reason_icon img {
  width: 50%;
  height: auto;
}

#office .office_reason_icon_01 img {
  width: 60%;
  height: auto;
}

#office .office_reason_body {
  padding: 16px 24px 16px 0;
}

#office .office_reason_item_title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
}

#office .office_reason_text {
  margin: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.65;
}

#office .office_reason_item_01,
#office .office_reason_item_01 .office_reason_item_title {
  color: #99CB3C;
}

#office .office_reason_item_02,
#office .office_reason_item_02 .office_reason_item_title {
  color: #EA7DB2;
}

#office .office_reason_item_03,
#office .office_reason_item_03 .office_reason_item_title {
  color: #1CB5DA;
}

#office .office_reason_item_04,
#office .office_reason_item_04 .office_reason_item_title {
  color: #F8A600;
}

#office .office_reason_item_05,
#office .office_reason_item_05 .office_reason_item_title {
  color: #007CC0;
}

#office .office_reason_item_01 .office_reason_point {
  background: #99CB3C;
}

#office .office_reason_item_02 .office_reason_point {
  background: #EA7DB2;
}

#office .office_reason_item_03 .office_reason_point {
  background: #1CB5DA;
}

#office .office_reason_item_04 .office_reason_point {
  background: #F8A600;
}

#office .office_reason_item_05 .office_reason_point {
  background: #007CC0;
}

#office .office_reason_more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  margin-top: 8px;
  padding: 3px 30px 3px 30px;
  border: 1px solid #007CC0;
  border-radius: 999px;
  color: #0079b8;
  font-size: 14px;
  font-weight: bold;
}

#office .office_reason_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #007CC0;
  border-right: 1px solid #007CC0;
  transform: translateY(-50%) rotate(45deg);
}

#office .office_reason_buttons {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

#office .office_reason_contact,
#office .office_reason_tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 38%;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#office .office_reason_contact img,
#office .office_reason_tel img {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

#office .office_reason_contact::after,
#office .office_reason_tel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#office .office_reason_contact {
  background: #FF5582;
}

#office .office_reason_tel {
  background: #2D407E;
}

#office .office_reason_more:hover,
#office .office_reason_contact:hover,
#office .office_reason_tel:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #office .office_reason_list {
    width: 90%;
    margin: 0 auto;
  }
  #office .office_reason_section {
    width: 100%;
  }

  #office .office_reason_title {
    padding-top: 20px;
    font-size: 22px;
  }

  #office .office_reason_item {
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: stretch;
    min-height: 0;
    margin-bottom: 18px;
    border-width: 2px;
    border-radius: 7px;
    overflow: hidden;
  }

  #office .office_reason_point {
    grid-column: 1;
    grid-row: 1;
    min-height: 180px;
  }

  #office .office_reason_point span {
    font-size: 16px;
  }

  #office .office_reason_point strong {
    font-size: 28px;
  }

  #office .office_reason_icon {
    display: none;
  }

  #office .office_reason_body {
    grid-column: 2;
    grid-row: 1;
    padding: 24px 18px 26px;
  }

  #office .office_reason_item_title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.2;
  }

  #office .office_reason_text {
    font-size: 14px;
    line-height: 1.65;
  }

  #office .office_reason_more {
    width: 90%;
    margin-top: 14px;
    padding: 2px 20px;
    font-size: 12px;
  }

  #office .office_reason_buttons {
    display: block;
    margin-top: 14px;
  }

  #office .office_reason_contact,
  #office .office_reason_tel {
    width: 90%;
    margin-top: 8px;
    padding: 2px 20px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px)  {
  #office .office_reason_buttons {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  #office .office_reason_more {
    width: 45%;
  }

  #office .office_reason_contact,
  #office .office_reason_tel {
    width: 45%;
    height: 44px;
    padding: 6px 34px 6px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  #office .office_reason_contact img,
  #office .office_reason_tel img {
    width: 16px;
  }

  #office .office_reason_contact::after,
  #office .office_reason_tel::after {
    right: 16px;
  }
}

/* 法人登録のメリット */
#office .section_title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
#office .section_title h2 {
  font-weight: bold;
  line-height: 28px;
}

#office .section_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #7cb342;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* ボタンエリア（PC/SP両方表示） */
#office .merit_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

#office .merit_btn_wrap {
  position: relative;
}

#office .merit_note {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
}

#office .merit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 72px 15px 36px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  max-width: 285px;
  min-height: 70px;
  position: relative;
  white-space: nowrap;
}

#office .merit_btn_tel {
  background-color: #E95D37;
  color: #fff;
  box-shadow: 0 4px 0 #D35738;
}

#office .merit_btn_tel .tel_number {
  font-size: 24px;
}

#office .merit_btn_tel .btn_arrow::after {
  border-top: 2px solid #D3360C;
  border-right: 2px solid #D3360C;
}

#office .merit_btn_contact {
  background-color: #343D60;
  color: #fff;
  box-shadow: 0 4px 0 #333A57;
}

#office .merit_btn_contact .contact_text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

#office .merit_btn_contact .btn_arrow::after {
  border-top: 2px solid #00457C;
  border-right: 2px solid #00457C;
}

#office .merit_btn .btn_arrow {
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#office .merit_btn .btn_arrow::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-left: -3px;
}

#office .merit_btn img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  #office .merit_buttons {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    text-align: center;
  }

  #office .merit_btn {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.underline {
  background: linear-gradient(transparent 75%, #F1E769 75%);
}

/* お客様に選ばれる理由 */
.bg-gray {
  background-color: #eff2f2;
}
.wrapper--overflow-visible {
  overflow: visible !important;
}
#office .office_area_wrapper {
  width: 90%;
  margin: 0 auto;
}

/* お問い合わせ */
#office .contact-strong {
  font-weight: bold;
  color: #e85c36;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
}
.flow-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.flow-card .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.flow-card .title-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flow-card .title-item img {
  width: 20px;
}
.flow-card .title-item p {
  font-size: 16px;
  font-weight: bold;
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.step-item-title {
  display: flex;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.step-item-title:last-child {
  border-radius: 6px;
}
.step {
  width: 75px;
  text-align: center;
  padding: 6px 10px;
}
.step.customer {
  background-color: #bf546c;
  color: #fff;
}
.step.shop {
  background-color: #6d9d30;
  color: #fff;
}
.step-title {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.step-title img {
  width: 25px;
}
.step-title.customer {
  background-color: #ee6a87;
  color: #fff;
}
.step-title.shop {
  background-color: #89c53b;
  color: #fff;
}
.step-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
}
.step-item-content {
  padding: 10px;
  font-size: 14px;
}
.step-item-content.customer {
  border: 1px solid #ee6a87;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.step-item-content.shop {
  border: 1px solid #89c53b;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.arrow-bottom {
  width: 16px;
  height: 16px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(45deg);
  margin: 0 auto 4px auto;
}
.arrow-bottom.customer {
  border-color: #ee6a87;
}
.arrow-bottom.shop {
  border-color: #89c53b;
}

.step-item-list {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.step-item-note {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0;
}

@media (min-width: 500px) {
  .xsonly {
    display: none!important;
  }
}
.bg-C4DA59 {
  background-color: #C4DA59;
}