@charset "UTF-8";
/**
 * フォントサイズ
 */
/**
 * Retina対応の背景画像
 */
/**
 * メディアクエリ
 */
/**
 * クリアフィックス
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, able, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  background: transparent;
  color: #1a0dab;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16px;
  font-size: 1rem;
}
a:hover {
  color: #65c0f5;
  text-decoration: none;
}
a[href^="tel:"] {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%;
  }
}

p {
  margin-bottom: 16px;
}

small {
  font-size: 12px;
  font-size: 0.75rem;
}

h2 {
  background: #f6f6f6;
  line-height: 1.2;
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  color: #333;
  line-height: 1.2;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
h3 span {
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  border-bottom: 1px solid #333;
  clear: both;
  color: #333;
  margin: 20px 0 15px;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .global-header,
  .mainvisual,
  .content,
  .global-footer {
    margin: 0 auto;
    padding: 0 10px;
    width: 1000px;
  }
}
/**
 * リスト
 */
ul,
ol {
  margin: 0 0 16px 32px;
}

/**
 * フロート
 */
.clear {
  clear: both;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  img.left,
  img.right {
    display: block;
    margin: 0 auto 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  img.left {
    margin: 0 14px 14px 0;
  }
  img.right {
    margin: 0 0 14px 14px;
  }
}
/**
 * Clearfix
 */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/**
 * テーブル
 */
.table-bordered {
  margin-bottom: 20px;
  width: 100%;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
.table-bordered th {
  font-weight: bold;
  text-align: left;
}
.table-bordered thead th {
  background: #ccc;
  text-align: center;
  white-space: nowrap;
}

.bordered-container {
  border: 1px solid #ddd;
  padding: 10px;
}

table td *:last-child,
.bordered-container *:last-child {
  margin-bottom: 0;
}

.full-width {
  width: 100%;
}

.red {
  color: #f00;
}

.more {
  clear: both;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
/**
 * ヘッダー
 */
.global-header .global-header-inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}
.global-header a {
  color: #649f20;
}
@media screen and (max-width: 767px) {
  .global-header {
    margin-bottom: 10px;
    padding: 10px 0 0;
  }
  .global-header h1 {
    margin: 10px 0 20px;
    text-align: center;
  }
  .global-header h1 a {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .global-header .logo {
    margin: 0 auto 10px;
    width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .global-header h1 {
    float: left;
    margin: 25px 0 0;
  }
  .global-header h1 a {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .global-header .logo {
    margin: 10px 0 0;
  }
}

.tel {
  margin-bottom: 20px;
}
.tel a {
  color: #cc4b30;
  text-decoration: none;
  font-size: 38px;
  font-size: 2.375rem;
}
.tel .inner {
  display: table;
  width: 100%;
}
.tel .fd-wrapper {
  display: flex;
}
.tel .fd,
.tel .ivr {
  display: table-cell;
  font-weight: bold;
  text-align: center;
}
.tel .ivr {
  padding-left: 5px;
}
.tel .label {
  background: #cc4b30;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tel .num {
  color: #cc4b30;
  font-family: Arial;
  line-height: 1;
  font-size: 38px;
  font-size: 2.375rem;
}
.tel .num img {
  margin-right: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.tel .ivr-num {
  padding: 0 5px;
}
.tel .reception {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .tel {
    float: none;
    padding-bottom: 5px;
  }
  .tel a {
    font-size: 32px;
    font-size: 2rem;
  }
  .tel .inner {
    margin: 0 auto;
    width: 100%;
  }
  .tel .label {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .tel .num {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
  }
  .tel .num img {
    display: none;
  }
  .tel .reception {
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .tel .label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.header-tel {
  border: 2px solid #cc4b30;
  margin: 0;
  padding: 5px;
}
.header-tel .fd,
.header-tel .ivr {
  padding-top: 0;
}
.header-tel .label {
  padding: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 768px) {
  .header-tel {
    float: right;
  }
}

/**
 * メインビジュアル
 */
.mainvisual {
  margin-bottom: 20px;
}
.mainvisual .mainvisual-inner {
  margin: 0 auto;
  width: 1000px;
}
.mainvisual .mainvisual-inner .comment p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mainvisual-inner {
    height: auto;
    max-width: 100%;
    text-align: center;
  }
  .mainvisual .mainvisual-inner .comment p {
    text-align: left;
  }
}

.not-entered {
  color: #f00;
  display: block;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

/**
 * コンテンツ
 */
.content {
  margin: 0 auto;
}

section {
  margin-bottom: 20px;
}

.text-first {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-inner {
    padding: 20px;
  }
}

/**
 * パソコン・ネットワークのトラブルでお困りの際はお任せください
 */
.section-trouble {
  border-bottom: 1px solid #dedede;
}
.section-trouble:nth-child(2) {
  border-bottom: none;
}

.box-trouble h4 {
  border-bottom: none;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
}
.box-trouble ul li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-trouble {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .box-trouble h4 {
    margin: 0;
    padding: 18px 0;
    text-align: center;
  }
  .box-trouble ul {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .box-trouble {
    float: left;
    margin: 0 30px 0 0;
    width: 300px;
  }
  .box-trouble:nth-child(3) {
    margin-right: 0;
  }
}

.flex-sp {
  width: auto;
}
@media screen and (max-width: 767px) {
  .flex-sp {
    display: flex;
    flex-direction: column;
  }
}

.box-help {
  float: left;
  width: 550px;
}
.box-help p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box-help {
    margin: 0 auto;
    order: 1;
    width: 100%;
  }
  .box-help p {
    height: auto;
  }
}

.help-tel {
  border: 2px solid #cc4b30;
  box-sizing: border-box;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .help-tel {
    float: left;
    width: 550px;
  }
}
.help-tel .label-left {
  float: left;
  height: 88px;
  margin-right: 5px;
  width: 150px;
}
.help-tel .label-left p.up {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 auto;
  padding-top: 20px;
}
.help-tel .label-left p.down {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 auto;
}
.help-tel .fd {
  display: block;
  flex: 2;
  padding-top: 0;
}
.help-tel .fd .label {
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
.help-tel .fd .num a {
  border-bottom: none;
  color: #cc4b30;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}
.help-tel .ivr {
  padding-top: 0;
}
.help-tel .ivr .label {
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
.help-tel .ivr .num {
  margin: 2px 5px 0 0;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .help-tel {
    order: 3;
    padding-bottom: 5px;
  }
  .help-tel .label-left {
    display: none;
  }
  .help-tel .fd-wrapper {
    display: flex;
  }
  .help-tel .fd {
    display: block;
    flex: 3;
  }
  .help-tel .fd .label {
    margin: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .help-tel .fd .num a {
    letter-spacing: -0.04em;
    padding: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .help-tel .ivr {
    flex: 1;
    width: auto;
  }
  .help-tel .ivr .label {
    height: auto;
    margin: 5px;
    white-space: nowrap;
  }
  .help-tel .ivr .num {
    margin-top: 6px;
    letter-spacing: -0.04em;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .help-tel .reception p {
    clear: both;
    text-align: center;
  }
}

.img-help img {
  margin-left: 29px;
}
@media screen and (max-width: 767px) {
  .img-help {
    margin: 0 0 10px 0;
    order: 2;
  }
  .img-help img {
    margin: 0;
  }
}

.box-claim {
  border-bottom: 1px solid #dedede;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.box-claim .img {
  float: left;
}
.box-claim .content {
  float: right;
  padding-left: 20px;
  width: 630px;
}
.box-claim .content h3 {
  background-image: url(../../template2/img/check-box.png);
  background-repeat: no-repeat;
  border-bottom: none;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 10px 0;
  padding-left: 30px;
  text-align: left;
}
.box-claim .content .title {
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
}
.box-claim .content .claim-text {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .box-claim {
    text-align: center;
  }
  .box-claim .content {
    float: none;
    padding-left: 0;
    width: auto;
  }
  .box-claim .content h4 {
    background-image: url(../../template2/img/check-box-2x.png);
    background-size: 28px 23px;
  }
  .box-claim .content .claim-text {
    width: 100%;
  }
  .box-claim .content .claim-text p {
    text-align: left;
  }
  .box-claim .content .title {
    margin: 0 auto;
  }
  .box-claim .img {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

.comment p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.box-img {
  float: right;
  width: 400px;
}

/**
 * サポートの流れ
 */
.section-flow {
  margin-bottom: 0;
}

.box-arrow {
  background-image: url("../../template2/img/arrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 210px;
  margin-bottom: 15px;
  width: 960px;
}
@media screen and (max-width: 767px) {
  .box-arrow {
    height: 100%;
    width: auto;
  }
}

.box-flow {
  background: #fff;
  border: 2px solid #649f20;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
  width: 960px;
}
.box-flow .step {
  background: #649f20;
  border-radius: 50%;
  float: left;
  font-weight: bold;
  height: 115px;
  margin: 30px 0 0 20px;
  text-align: center;
  width: 115px;
}
.box-flow .step p.up {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
}
.box-flow .step p.down {
  color: #fff;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .box-flow {
    background: none;
    border: none;
    display: table-cell;
    padding-bottom: 32px;
    width: 100%;
  }
}

.text-image {
  display: flex;
}
.text-image .text {
  float: left;
  margin-left: 21px;
  overflow: hidden;
  width: 600px;
}
.text-image .text h3 {
  color: #649f20;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 0 0 0;
  text-align: left;
}
.text-image .text h4 {
  border-bottom: none;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 10px 0;
  padding-bottom: 0;
}
.text-image .img-flow {
  float: right;
}
@media screen and (max-width: 767px) {
  .text-image {
    border: 2px solid #649f20;
    flex-direction: column;
    margin-left: 0;
    padding: 10px;
  }
  .text-image .step {
    border-radius: 50%;
    height: 40px;
    margin: 5px 0 15px 5px;
    text-align: center;
    width: 40px;
  }
  .text-image .step p.up {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1;
    margin: 0;
    padding-top: 6px;
  }
  .text-image .step p.down {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 2px;
  }
  .text-image .text {
    clear: both;
    margin: 0;
    order: 2;
    width: 100%;
  }
  .text-image .text h3 {
    text-align: center;
  }
  .text-image .img-flow {
    float: none;
    order: 1;
    text-align: center;
    width: 100%;
  }
}

.price-system {
  margin-bottom: 5px;
}
.price-system:after {
  clear: both;
  content: "";
  display: block;
}
.price-system > div {
  position: relative;
  /* プラス・イコール */
}
.price-system > div:before, .price-system > div:after {
  background: #888;
  display: block;
  content: "";
  position: absolute;
}
.price-system > div:before {
  height: 22px;
  width: 4px;
}
.price-system > div:after {
  height: 4px;
  width: 22px;
}
.price-system > div:last-of-type:before, .price-system > div:last-of-type:after {
  display: none;
  padding-bottom: 0;
}
.price-system .inner {
  background: #fff;
  border: 2px solid #649f20;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
}
.price-system .inner .exp {
  font-size: 16px;
  font-size: 1rem;
}
.price-system .inner .title {
  color: #649f20;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.price-system .inner .price {
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
.price-system .inner .ast {
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .price-system .inner .ast {
    text-align: center;
  }
}
.price-system .inner span {
  display: block;
}
.price-system .total .title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .price-system > div:not(:last-child) {
    margin-bottom: 28px;
  }
  .price-system > div:before, .price-system > div:after {
    right: 50%;
  }
  .price-system > div:before {
    bottom: -25px;
  }
  .price-system > div:after {
    bottom: -16px;
    margin-right: -9px;
  }
  .price-system > div:nth-of-type(2):before, .price-system > div:nth-of-type(2):after {
    height: 22px;
    width: 4px;
  }
  .price-system > div:nth-of-type(2):before {
    margin: 0 4px 0 0;
  }
  .price-system > div:nth-of-type(2):after {
    bottom: -25px;
    margin: 0 -4px 0 0;
  }
  .price-system .inner {
    padding: 10px;
  }
  .price-system .inner .title br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .price-system > div {
    display: table;
    float: left;
    height: 150px;
    margin-right: 53px;
    width: 200px;
    /* プラス・イコール */
  }
  .price-system > div:before, .price-system > div:after {
    top: 50%;
  }
  .price-system > div:before {
    margin-top: -10px;
    right: -28px;
  }
  .price-system > div:after {
    margin-top: -1px;
    right: -37px;
  }
  .price-system > div:last-child {
    margin-right: 0;
  }
  .price-system > div:nth-of-type(2):before, .price-system > div:nth-of-type(2):after {
    height: 4px;
    right: -38px;
    width: 22px;
  }
  .price-system > div:nth-of-type(2):before {
    margin-top: -5px;
  }
  .price-system > div:nth-of-type(2):after {
    margin-top: 3px;
  }
  .price-system.box-3 > div {
    width: 284px;
  }
  .price-system.box-5 > div {
    width: 157px;
  }
  .price-system .inner {
    display: table-cell;
    height: 121px;
    padding: 0 5px;
  }
}

.price-system-option {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .price-system-option::before {
    border-bottom: 14px solid #649f20;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 0;
    content: "";
    display: block;
    height: 0;
    margin-left: 133.5px;
    width: 0;
  }
}
.price-system-option-title {
  background: #649f20;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.price-system-option-content {
  align-items: center;
  background: #ffffcc;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .price-system-option-content {
    padding: 20px;
  }
}
.price-system-option-content-list {
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .price-system-option-content-list {
    display: flex;
  }
}
.price-system-option-content-list li {
  background: url(../../template2/img/icon_price_system_check.svg) left center no-repeat;
  padding: 6px 0 0 34px;
  font-size: 16px;
  font-size: 1rem;
}
.price-system-option-content-list li:not(:last-child) {
  margin: 0 0 5px 0;
}
@media print, screen and (min-width: 768px) {
  .price-system-option-content-list li:not(:last-child) {
    margin: 0 30px 0 0;
  }
}

.section-price .option-price-title {
  background: none;
  border-bottom: none;
  border-left: solid 5px #0075c1;
  color: #333333;
  line-height: 1.2;
  margin: 40px 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}

.option-price {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  padding: 20px;
}
.option-price-item {
  background: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .option-price-item {
    width: calc((100% - 10px) / 2);
  }
}
.option-price-item-title {
  color: #0075c1;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.option-price-item-price {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.option-price-item-desc {
  font-size: 14px;
  font-size: 0.875rem;
}

.price {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.box-comment {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-example {
  margin-top: 10px;
}
.price-example h3 {
  border-bottom: none;
  border-left: solid 5px #649f20;
  color: #333333;
  line-height: 1.2;
  margin-top: 40px;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.price-example p.comment {
  color: #333333;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.price-example .odd {
  background: #f6f6f6;
}

.price-note {
  border: 2px solid #bf2123;
  color: #bf2123;
  font-weight: bold;
  padding: 10px;
}

/**
 * 店舗一覧
 */
.store-note-table th {
  background: #bf2123;
  color: #fff;
  width: 5em;
}
.store-note-table th.custody {
  background: #0f1c6d;
}

.section-store h3 {
  background: #649f20;
  color: #fff;
  margin: 40px 0 20px;
  padding: 10px;
}
.section-store h4 {
  margin: 10px 0;
  padding: 0;
  border: 0;
}
.section-store .store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .section-store .store-list .store {
    width: calc((100% - 40px) / 3);
  }
}
.section-store .store-list .store-img {
  position: relative;
}
.section-store .store-list .store-img img {
  height: auto;
  max-width: 100%;
}
.section-store .store-list .store-img-tag {
  background: #bf2123;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
}
.section-store .store-list .store-img-tag.custody {
  background: #0f1c6d;
}
.section-store .store-list-tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-top: 40px;
}
.section-store .store-list-tag li {
  border: 2px solid #649f20;
  border-radius: 5px;
  font-weight: bold;
}
.section-store .store-list-tag li a {
  color: #333;
  display: block;
  line-height: 1.2;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.section-store .store-list-tag li a:hover {
  background: #649f20;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .section-store .store-list-tag li a {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/**
 * コンテンツ内のサポートご予約専用ダイヤルバナー
 */
.tel-content {
  background: #fff;
  border: 2px solid #cc4b30;
  height: 100px;
  margin: 0 20px 20px 20px;
  overflow: hidden;
  position: relative;
  width: 956px;
}
.tel-content .label-left {
  background: #cc4b30;
  color: #fff;
  float: left;
  font-weight: bold;
  height: 100px;
  text-align: center;
  margin: 0px;
  width: 190px;
}
.tel-content .label-left p.up {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 auto;
  padding-top: 15px;
}
.tel-content .label-left p.down {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tel-content {
    height: auto;
    width: auto;
  }
  .tel-content .label-left {
    display: none;
  }
}

.fd-ivr {
  float: left;
}
.fd-ivr .inner {
  display: flex;
  margin-bottom: 5px;
}
.fd-ivr .reception-c p {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 0 7px;
}

@media screen and (max-width: 767px) {
  .fd-ivr {
    display: table-cell;
    height: auto;
    width: 100%;
  }
  .fd-ivr .inner {
    margin: 0 auto;
    width: 100%;
  }
  .fd-ivr .reception-c {
    margin: 0;
    padding: 0 5px 5px 5px;
  }
  .img-right {
    display: none;
  }
}
.fd-c {
  flex: 3;
  margin-bottom: 0;
}
.fd-c .label {
  background: #cc4b30;
  color: #fff;
  margin: 7px 0 0 7px;
  padding: 0;
}
.fd-c .label p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.fd-c .num {
  background-color: #fff;
  text-align: center;
}
.fd-c .num a {
  background-image: url("../img/tel.png?20251212");
  background-repeat: no-repeat;
  border-bottom: none;
  color: #cc4b30;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0 0 7px;
  padding-left: 35px;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .fd-c {
    padding: 5px 5px 0 5px;
  }
  .fd-c .label {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fd-c .num a {
    background-image: none;
    letter-spacing: -0.04em;
    margin: 0;
    padding-left: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fd-c .label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ivr-c {
  flex: 1;
  padding: 0 0 0 5px;
}
.ivr-c .label {
  background: #cc4b30;
  color: #fff;
  margin-left: 7px;
  margin-top: 7px;
  padding: 0;
}
.ivr-c .label p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.ivr-c .num {
  background-color: #fff;
  margin-left: 7px;
}
.ivr-c .num p {
  border-bottom: none;
  color: #cc4b30;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 5px 5px 0 5px;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ivr-c {
    padding-right: 5px;
  }
  .ivr-c .label {
    margin: 5px 0 5px 0;
  }
  .ivr-c .num {
    margin: 0;
  }
  .ivr-c .num p {
    letter-spacing: -0.04em;
    padding: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.img-right {
  right: 0;
  position: absolute;
}

/**
 * サービス提供会社
 */
.offer {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 20px 16px 20px;
}

/**
 * フッター
 */
.global-footer {
  background: #649f20;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 20px;
}
.global-footer .copyright {
  color: #fff;
  float: left;
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.global-footer .privacy {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .global-footer .privacy {
    float: none;
  }
}
.global-footer .privacy a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .global-footer .privacy a {
    margin-top: 1em;
  }
}
.global-footer .privacy a:not(:last-child) {
  margin-right: 1em;
}

.cashless-note {
  background: #ffffcc;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .cashless-note {
    margin-bottom: 0;
  }
}