@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table { line-height: 1.5; }

.table-design-1 { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #ccc; }
.table-design-1 > tbody > tr { border-bottom: 1px solid #ccc; }
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td { padding: 1.5em 0; }
.table-design-1 > tbody > tr > th { padding-left: 1em; }
.table-design-1 > tbody > tr > td { padding-left: 2em; }

.table-design-2 { width: 100%; border-collapse: separate; border-spacing: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td { padding: 1em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.table-design-2 > tbody > tr > th { background: #eee; }
.table-design-2 > tbody > tr > td { background-color: #fff; }

@media only screen and (max-width: 767px) { .table-inline colgroup { display: none !important; }
  .table-inline > tbody > tr { width: 100%; display: block; }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td { width: 100% !important; display: block; }
  .table-design-1.table-inline tbody > tr { padding: 1em 0.5em; }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td { padding: 0; }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td { margin-top: .5em; } }
/* -------------------------------
	list
-------------------------------- */
.list-sns { line-height: 1; list-style: none; padding: 0; margin: 0; display: flex; }
.list-sns > li + li { margin-left: 0.4em; }
.list-sns > li > a { display: inline-block; transition: opacity 0.3s ease; }
.list-sns > li > a:hover { opacity: 0.65; }
.list-sns > li.facebook > a { color: #0866ff; }
.list-sns > li.instagram > a { color: #d91e6f; }

/* -------------------------------------*/
.list-icon { list-style: none; padding: 0; }
.list-icon li { line-height: 1.875; padding-left: 1.4em; position: relative; }
.list-icon li i { line-height: 1.875; width: 1em; display: block; text-align: center; position: absolute; left: 0; }

.list-inline-slash { list-style: none; letter-spacing: -.4em; padding: 0; }
.list-inline-slash > li { letter-spacing: 0.05em; display: inline-block; }
.list-inline-slash > li:after { content: "/"; margin: 0 0.5em; }
.list-inline-slash > li:last-child:after { content: ""; }

.list-inline-md-slash { list-style: none; padding: 0; }

@media print, screen and (min-width: 768px) { .list-inline-md-slash { letter-spacing: -.4em; }
  .list-inline-md-slash > li { letter-spacing: 0.05em; display: inline-block; }
  .list-inline-md-slash > li:after { content: "/"; margin: 0 0.5em; }
  .list-inline-md-slash > li:last-child:after { content: ""; } }
.list-punctuation { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; align-items: flex-start; }
.list-punctuation > li:after { content: "、"; }
.list-punctuation > li:last-child:after { content: ""; }

/**/
.list-inline-1 { letter-spacing: -.4em; list-style: none; padding-left: 0; margin-left: -1em; margin-right: -1em; }
.list-inline-1 > li { letter-spacing: 0.06em; display: inline-block; padding-left: 1em; padding-right: 1em; }
.list-inline-1.md { margin-left: -0.5em; margin-right: -0.5em; }
.list-inline-1.md > li { padding-left: 0.5em; padding-right: 0.5em; }

.list-inline-md-1 { list-style: none; padding-left: 0; }

@media print, screen and (min-width: 768px) { .list-inline-md-1 { letter-spacing: -.4em; margin-left: -1em; margin-right: -1em; }
  .list-inline-md-1 > li { letter-spacing: 0.06em; display: inline-block; padding-left: 1em; padding-right: 1em; }
  .list-inline-md-1.md { margin-left: -0.5em; margin-right: -0.5em; }
  .list-inline-md-1.md > li { padding-left: 0.5em; padding-right: 0.5em; } }
/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.link_figure { color: inherit; text-decoration: none; }
.link_figure:hover { text-decoration: none; }

.figure_banner_1 { margin: 0; aspect-ratio: 131/46; overflow: hidden; }
.figure_banner_1 img { max-width: inherit; width: 100%; height: 100%; object-fit: scale-down; }

a > .figure_banner_1 img { transition: opacity 0.3s ease; }
a > .figure_banner_1:hover img { opacity: 0.65; }

.figure_item_1 { font-size: calc(0.75rem + 4 * (100vw - 320px) / 880); height: 100%; margin: 0; display: flex; flex-direction: column; position: relative; z-index: 0; }
@media print, screen and (min-width: 1200px) { .figure_item_1 { font-size: 1rem; } }
.figure_item_1 > .photo { width: 100%; aspect-ratio: 1/1; margin-bottom: 0.75em; background-color: #fff; }
.figure_item_1 > .photo img { max-width: inherit; width: 100%; height: 100%; object-fit: scale-down; }
.figure_item_1 figcaption { display: flex; flex-direction: column; flex-basis: 0; flex-grow: 1; }
.figure_item_1 figcaption .icon { position: absolute; left: 3px; top: 8px; width: 23.13726%; z-index: 10; }
.figure_item_1 figcaption .htmlarea { margin-bottom: .75rem; }
.figure_item_1 figcaption .btns { text-align: center; padding: 3px 0; margin-top: auto; border-top: solid 1px #121212; border-bottom: solid 1px #121212; position: relative; }
.figure_item_1 figcaption .btns i { position: absolute; right: 1em; top: 50%; font-size: 0.875rem; line-height: 1; margin-top: -.5em; }

a > .figure_item_1 > .photo { overflow: hidden; }
a > .figure_item_1 > .photo img { transition: transform 1s ease; transform-origin: 50% 100%; }
a > .figure_item_1 figcaption .btns { background: rgba(255, 255, 255, 0); position: relative; transition: color .3s ease, background .3s ease; }
a > .figure_item_1:hover > .photo img { transform: scale(1.1); transform-origin: 50% 100%; }
a > .figure_item_1:hover figcaption .btns { color: #fff; background: #121212; }

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font { width: auto; height: 1em; }

/* 画像を枠に収める */
.photo-ofi { height: 0; display: block; padding-top: 100%; border: solid 3px #fff; box-shadow: 0 3px 10px rgba(51, 51, 51, 0.15); overflow: hidden; position: relative; }
.photo-ofi img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; position: absolute; left: 0; top: 0; }
.photo-ofi a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }
.photo-ofi.cover img { object-fit: cover; }

/* objectの位置 */
.object-lt { object-position: left top; }

.object-lb { object-position: left bottom; }

.object-rt { object-position: right top; }

.object-rb { object-position: right bottom; }

.object-cc { object-position: center center; }

@media print, screen and (min-width: 576px) { .object-sm-lt { object-position: left top; }
  .object-sm-lb { object-position: left bottom; }
  .object-sm-rt { object-position: right top; }
  .object-sm-rb { object-position: right bottom; }
  .object-sm-cc { object-position: center center; } }
@media print, screen and (min-width: 768px) { .object-md-lt { object-position: left top; }
  .object-md-lb { object-position: left bottom; }
  .object-md-rt { object-position: right top; }
  .object-md-rb { object-position: right bottom; }
  .object-md-cc { object-position: center center; } }
@media print, screen and (min-width: 992px) { .object-lg-lt { object-position: left top; }
  .object-lg-lb { object-position: left bottom; }
  .object-lg-rt { object-position: right top; }
  .object-lg-rb { object-position: right bottom; }
  .object-lg-cc { object-position: center center; } }
@media print, screen and (min-width: 1200px) { .object-xl-lt { object-position: left top; }
  .object-xl-lb { object-position: left bottom; }
  .object-xl-rt { object-position: right top; }
  .object-xl-rb { object-position: right bottom; }
  .object-xl-cc { object-position: center center; } }
/**/
.object-fit-img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; }
.object-fit-img.cover { object-fit: cover; }

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel]:after { content: "\f00e"; position: absolute; left: 50%; top: 50%; z-index: 20; color: #222; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 1rem; line-height: 2; text-align: center; width: 2em; border-radius: 50%; margin-top: -1em; margin-left: -1em; background-color: rgba(255, 255, 255, 0.8); opacity: 0; transition: opacity .3s ease; }
a[data-rel]:hover:after { opacity: 1; }

/* -------------------------------
	btn
-------------------------------- */
.btn-w220 { min-width: 220px; }

.btn-icon-l, .btn-icon-r { position: relative; }
.btn-icon-l i, .btn-icon-r i { font-size: 0.875em; line-height: 1; letter-spacing: normal; position: absolute; top: 50%; margin-top: -.5em; }

.btn-icon-l { padding-left: 2em; }
.btn-icon-l i { left: 1.2em; }

.btn-icon-r { padding-right: 2em; }
.btn-icon-r i { right: 1.2em; }

/* file icon */
.link-icon:before { content: ""; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 1em; }
.link-icon[href$=".pdf"]:before { content: "\f1c1"; }
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before { content: "\f1c3"; }
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before { content: "\f1c2"; }
.link-icon [target="_blank"]:before { content: "\f35d"; font-size: 0.875em; }

/* -------------------------------
	タグ調整
-------------------------------- */
h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1.5rem; }

p, ol, ul, dl, table { margin-bottom: 1rem; }
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 { margin-top: 2rem; }
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child { margin-bottom: 0; }

img { max-width: 100%; vertical-align: middle; }

ul { padding-left: 1.5em; }

ol { padding-left: 2em; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
/* 見出しサイズ 1rem/16px */
.h1 { font-size: 1.75rem; }

.h2 { font-size: 1.5625rem; }

.h3 { font-size: 1.4375rem; }

.h4 { font-size: 1.1875rem; }

.h5 { font-size: 1.0625rem; }

.h6 { font-size: 1rem; }

@media print, screen and (min-width: 768px) { .h1 { font-size: 1.8125rem; }
  .h2 { font-size: 1.6875rem; }
  .h3 { font-size: 1.5rem; }
  .h4 { font-size: 1.25rem; }
  .h5 { font-size: 1.125rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { .h1 { font-size: 2.6875rem; }
  .h2 { font-size: 2.125rem; }
  .h3 { font-size: 1.8125rem; }
  .h4 { font-size: 1.3125rem; }
  .h5 { font-size: 1.125rem; } }
@media print, screen and (min-width: 1200px) { .h1 { font-size: 3.6875rem; }
  .h2 { font-size: 2.625rem; }
  .h3 { font-size: 2rem; }
  .h4 { font-size: 1.5rem; }
  .h5 { font-size: 1.1875rem; } }
.fs-12-16 { font-size: calc(0.75rem + 4 * (100vw - 320px) / 880); }

.fs-16-24 { font-size: calc(1rem + 8 * (100vw - 320px) / 880); }

@media print, screen and (min-width: 1200px) { .fs-12-16 { font-size: 1rem; }
  .fs-16-24 { font-size: 1.5rem; } }
/* -------------------------------
	main title
-------------------------------- */
.title-1 { padding-bottom: 0.5em; margin-bottom: 1.25em; border-bottom: solid 1px #dfdfdf; position: relative; }
.title-1:before { content: ""; position: absolute; left: 0; bottom: -1px; width: 10%; height: 1px; background-color: #c11920; }

.title-2 { border-left: solid 0.25em #c11920; padding-left: 0.75em; }

.title-3 { padding: 0.5em 0; margin-bottom: 1.25em; border-top: solid 1px #333; border-bottom: solid 1px #333; position: relative; }

.title-hh-1 { text-align: center; }
.title-hh-1 > .en { font-size: calc(1.875rem + 20 * (100vw - 320px) / 880); line-height: 1; display: block; }
.title-hh-1 > .ja { font-size: calc(1rem + 4 * (100vw - 320px) / 880); display: block; margin-top: .75em; }
@media print, screen and (min-width: 1200px) { .title-hh-1 > .en { font-size: 3.125rem; }
  .title-hh-1 > .ja { font-size: 1.25rem; } }

.title-hh-2 { font-size: calc(23px + 13 * (100vw - 320px) / 880); text-align: center; }
.title-hh-2 .subtxt { font-size: calc(16px + 10 * (100vw - 320px) / 880); display: block; }
.title-hh-2 .txt { display: inline-block; padding-top: .5em; margin-top: .75em; border-top: dashed 1px #ccc; }
@media print, screen and (min-width: 1200px) { .title-hh-2 { font-size: 36px; }
  .title-hh-2 .subtxt { font-size: 26px; } }

.title-num-1 { display: flex; align-items: center; }
.title-num-1 .num { color: #fff; line-height: 2; letter-spacing: normal; text-align: center; width: 2em; height: 2em; background-color: #c11920; }
.title-num-1 .txt { padding-left: .5em; }

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl { width: 100%; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
@media print, screen and (min-width: 768px) { .container-fluid-xl { max-width: 1500px; padding-left: calc(50px + 48 * (100vw - 768px) / 732); padding-right: calc(50px + 48 * (100vw - 768px) / 732); } }
@media print, screen and (min-width: 1500px) { .container-fluid-xl { padding-left: 98px; padding-right: 98px; } }

/* --- row --- */
.row-gallery { margin-left: calc(-5px - 10 * (100vw - 320px) / 880); margin-right: calc(-5px - 10 * (100vw - 320px) / 880); }
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] { padding-left: calc(5px + 10 * (100vw - 320px) / 880); padding-right: calc(5px + 10 * (100vw - 320px) / 880); }
@media print, screen and (min-width: 1200px) { .row-gallery { margin-left: -15px; margin-right: -15px; }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] { padding-left: 15px; padding-right: 15px; } }

.row-10 { margin-left: -5px; margin-right: -5px; }
.row-10 > [class^="col"], .row-10 > [class*=" col"] { padding-left: 5px; padding-right: 5px; }

/* --- form --- */
@media print, screen and (min-width: 768px) { .select-inline { width: auto; display: inline; } }

/* -------------------------------
	common
-------------------------------- */
.htmlarea { line-height: normal; word-wrap: break-word; overflow-wrap: break-word; overflow: hidden; }

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

.ov_hi { overflow: hidden; }

.clear { clear: both; }

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft { display: block; margin: 0 auto; }

@media print, screen and (min-width: 480px) { img.alignright { max-width: 38%; margin-left: 30px; display: inline; }
  img.alignleft { max-width: 38%; margin-right: 30px; display: inline; }
  .alignright { float: right; }
  .alignleft { float: left; } }
@media print, screen and (min-width: 1200px) { /* 画像回り込み */
  img.alignright { max-width: 100%; }
  img.alignleft { max-width: 100%; } }
/* --▼color-- */
.bg-cr-1 { background-color: #f6f1ea; }

.bg-cr-2 { background-color: #fafafa; }

.bg-cr-3 { background-color: #F0F0F0; }

/* --▼text-- */
.text-kome { display: block; padding-left: 1.2em; position: relative; }
.text-kome:before { content: "※"; color: #ff0000; font-weight: 700; position: absolute; left: 0; }

/* --▼font -- */
.fs10 { font-size: 0.625rem !important; }

.fs11 { font-size: 0.6875rem !important; }

.fs12 { font-size: 0.75rem !important; }

.fs13 { font-size: 0.8125rem !important; }

.fs14 { font-size: 0.875rem !important; }

.fs15 { font-size: 0.9375rem !important; }

.fs16 { font-size: 1rem !important; }

.fs17 { font-size: 1.0625rem !important; }

.fs18 { font-size: 1.125rem !important; }

.fs19 { font-size: 1.1875rem !important; }

.fs20 { font-size: 1.25rem !important; }

.fs-sm { font-size: 0.875em !important; }

.fs-md { font-size: 1.125em !important; }

.fs-lg { font-size: 1.250em !important; }

.f-feature { font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; }

.fw4 { font-weight: 400 !important; }

.fw5 { font-weight: 500 !important; }

.fw7 { font-weight: 700 !important; }

.fwn { font-weight: 400 !important; }

.fwb { font-weight: 700 !important; }

/* --▼margin-- */
/* space */
.mt-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); }

.mb-50 { margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.mtb-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.mt-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); }

.mb-60 { margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.mtb-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.mt-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); }

.mb-70 { margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.mtb-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.mt-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); }

.mb-80 { margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.mtb-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.mt-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); }

.mb-90 { margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.mtb-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.mt-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); }

.mb-100 { margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.mtb-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.pt-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); }

.pb-50 { padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.ptb-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.pt-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); }

.pb-60 { padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.ptb-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.pt-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); }

.pb-70 { padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.ptb-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.pt-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); }

.pb-80 { padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.ptb-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.pt-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); }

.pb-90 { padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.ptb-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.pt-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); }

.pb-100 { padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.ptb-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

@media print, screen and (min-width: 992px) { .mt-lg-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); }
  .mb-lg-50 { margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .mtb-lg-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .mt-lg-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); }
  .mb-lg-60 { margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .mtb-lg-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .mt-lg-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); }
  .mb-lg-70 { margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .mtb-lg-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .mt-lg-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); }
  .mb-lg-80 { margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .mtb-lg-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .mt-lg-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); }
  .mb-lg-90 { margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .mtb-lg-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .mt-lg-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); }
  .mb-lg-100 { margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .mtb-lg-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 992px) { .pt-lg-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); }
  .pb-lg-50 { padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .ptb-lg-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .pt-lg-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); }
  .pb-lg-60 { padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .ptb-lg-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .pt-lg-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); }
  .pb-lg-70 { padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .ptb-lg-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .pt-lg-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); }
  .pb-lg-80 { padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .ptb-lg-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .pt-lg-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); }
  .pb-lg-90 { padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .ptb-lg-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .pt-lg-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); }
  .pb-lg-100 { padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .ptb-lg-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 1200px) { .mt-50, .mt-lg-50 { margin-top: 50px; }
  .mb-50, .mb-lg-50 { margin-bottom: 50px; }
  .mtb-50, .mtb-lg-50 { margin-top: 50px; margin-bottom: 50px; }
  .mt-60, .mt-lg-60 { margin-top: 60px; }
  .mb-60, .mb-lg-60 { margin-bottom: 60px; }
  .mtb-60, .mtb-lg-60 { margin-top: 60px; margin-bottom: 60px; }
  .mt-70, .mt-lg-70 { margin-top: 70px; }
  .mb-70, .mb-lg-70 { margin-bottom: 70px; }
  .mtb-70, .mtb-lg-70 { margin-top: 70px; margin-bottom: 70px; }
  .mt-80, .mt-lg-80 { margin-top: 80px; }
  .mb-80, .mb-lg-80 { margin-bottom: 80px; }
  .mtb-80, .mtb-lg-80 { margin-top: 80px; margin-bottom: 80px; }
  .mt-90, .mt-lg-90 { margin-top: 90px; }
  .mb-90, .mb-lg-90 { margin-bottom: 90px; }
  .mtb-90, .mtb-lg-90 { margin-top: 90px; margin-bottom: 90px; }
  .mt-100, .mt-lg-100 { margin-top: 100px; }
  .mb-100, .mb-lg-100 { margin-bottom: 100px; }
  .mtb-100, .mtb-lg-100 { margin-top: 100px; margin-bottom: 100px; } }
@media print, screen and (min-width: 1200px) { .pt-50, .pt-lg-50 { padding-top: 50px; }
  .pb-50, .pb-lg-50 { padding-bottom: 50px; }
  .ptb-50, .ptb-lg-50 { padding-top: 50px; padding-bottom: 50px; }
  .pt-60, .pt-lg-60 { padding-top: 60px; }
  .pb-60, .pb-lg-60 { padding-bottom: 60px; }
  .ptb-60, .ptb-lg-60 { padding-top: 60px; padding-bottom: 60px; }
  .pt-70, .pt-lg-70 { padding-top: 70px; }
  .pb-70, .pb-lg-70 { padding-bottom: 70px; }
  .ptb-70, .ptb-lg-70 { padding-top: 70px; padding-bottom: 70px; }
  .pt-80, .pt-lg-80 { padding-top: 80px; }
  .pb-80, .pb-lg-80 { padding-bottom: 80px; }
  .ptb-80, .ptb-lg-80 { padding-top: 80px; padding-bottom: 80px; }
  .pt-90, .pt-lg-90 { padding-top: 90px; }
  .pb-90, .pb-lg-90 { padding-bottom: 90px; }
  .ptb-90, .ptb-lg-90 { padding-top: 90px; padding-bottom: 90px; }
  .pt-100, .pt-lg-100 { padding-top: 100px; }
  .pb-100, .pb-lg-100 { padding-bottom: 100px; }
  .ptb-100, .ptb-lg-100 { padding-top: 100px; padding-bottom: 100px; } }
.box-style-1 { border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; }

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap { position: relative; padding-top: 66.666%; /*これが縦横比*/ height: 0; background-color: #f8f8f8; overflow: hidden; z-index: 0; }
.googlemap:before { color: #ccc; font-size: 20px; content: "google map"; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }
.googlemap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
@media print, screen and (min-width: 768px) { .googlemap { padding-top: 560px; } }

/* -------------------------------
	検索
-------------------------------- */
form.search { position: relative; }
form.search .input-group { border: solid 1px #ccc; border-radius: 10em; overflow: hidden; }
form.search .input-group .form-control { font-size: 0.9375rem; line-height: 1.6; height: calc(1.6em + 0.93334em + 2px); border: none; padding: 0.46667em 2.6em 0.46667em 1em; border-radius: 10em 0 0 10em; background-color: #dcdcdc; }
form.search .input-group .form-control:focus { border-color: #ccc; background-color: #fff; box-shadow: none; }
form.search .input-group .form-control:not(:placeholder-shown) { border-color: #ccc; background-color: #fff; box-shadow: none; }
form.search .input-group .form-control:-moz-placeholder { color: #777; font-size: 0.86667em; }
form.search .input-group .form-control::-webkit-input-placeholder { color: #777; font-size: 0.86667em; }
form.search .input-group .form-control:-ms-input-placeholder { color: #777; font-size: 0.86667em; }
form.search .input-group .input-group-btn { position: absolute; top: 0; right: 0.5em; width: 2em; height: 100%; z-index: 10; }
form.search .input-group .input-group-btn .btn { color: #777; font-size: 1rem; border-radius: 0 10em 10em 0; width: 100%; height: 100%; padding: 0; display: flex; align-items: center; justify-content: center; }

/* ---	ページング  --- */
.paging { font-size: 13px; line-height: normal; letter-spacing: normal; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -5px; }
.paging span { display: block; flex: 0 0 2.6em; height: 2.6em; margin: 2px 3px; overflow: hidden; }
.paging span.paging-text { cursor: pointer; }
.paging span.current { color: #fff; display: flex; align-items: center; justify-content: center; border: solid 1px #000; background-color: #000; cursor: auto; }
.paging span.paging-text a { color: #999; border: solid 1px #999; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: color 0.3s ease, border 0.3s ease; }
.paging span.paging-text a:hover { color: #000; border-color: #000; }

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual { margin-top: 50px; }
@media print, screen and (min-width: 992px) { #mainvisual { margin-top: 120px; } }
#mainvisual .swiper-slide img { max-width: inherit; width: 100%; }
#mainvisual .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; width: clamp(8px, 1vw, 12px); height: clamp(8px, 1vw, 12px); background: #fff; opacity: 0.85; }
#mainvisual .swiper-pagination .swiper-pagination-bullet-active { background-color: #dc3545; opacity: 1; }

/* -------------------------------
	home
-------------------------------- */
.home_banner { padding: calc(40px + 20 * (100vw - 320px) / 880) 0 25px; }
@media print, screen and (min-width: 1200px) { .home_banner { padding: 60px 0 25px; } }
.home_banner .mb { margin-bottom: calc(15px + 20 * (100vw - 320px) / 880); }
@media print, screen and (min-width: 1200px) { .home_banner .mb { margin-bottom: 35px; } }

/* ---  --- */
.home_search { background-color: #f6f1ea; }
.home_search .columns { width: 100%; }
@media print, screen and (min-width: 992px) { .home_search .columns { width: 420px; } }
.home_search .columns .ttl { font-size: 1.125rem; line-height: normal; text-align: center; margin-bottom: 1em; }
@media print, screen and (min-width: 992px) { .home_search .columns .ttl { font-size: 1.5rem; } }
.home_search .columns .form-row { margin: 0; flex-wrap: nowrap; }
.home_search .columns .form-row > div { padding: 0; }
.home_search .columns input, .home_search .columns select { border-right: none; }
.home_search .columns .btn { font-size: 14px; display: block; padding: 0 1em; height: 100%; }
.home_search .columns .btn:hover { color: #fff; border-color: #9F141A; background-color: #9F141A; }

/* ---  --- */
.home_news h2 { font-size: calc(1.5rem + 8 * (100vw - 320px) / 880); text-align: center; }
@media print, screen and (min-width: 1200px) { .home_news h2 { font-size: 2rem; } }

.list-news { list-style: none; padding: 0; margin: 0; }
.list-news > li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: solid 1px #cccccc; }
.list-news > li:last-child { margin-bottom: 0; }
.list-news > li { display: flex; flex-wrap: wrap; align-items: center; }
.list-news > li .cat { color: #fff; font-size: 0.8125rem; text-align: center; flex: 0 0 10em; padding: 0.25em 0.75em; margin-right: 10px; background-color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-news > li .date { color: #777; }
.list-news > li .columns { flex: 0 0 100%; margin: 0.5rem 0; }
.list-news > li .btns { text-align: right; flex: 0 0 100%; }
.list-news > li .btns .btn { color: #fff; font-size: 0.8125rem; padding: 0.32693em 0.75em 0.32693em 1.25em; border-radius: 10em; border: solid 1px #c11920; background-color: #c11920; }
.list-news > li .btns .btn i { font-size: 0.923076em; }
.list-news > li .btns .btn:hover { color: #c11920; background-color: #fff; }
@media print, screen and (min-width: 992px) { .list-news > li { flex-wrap: nowrap; }
  .list-news > li .cat { flex: 0 0 10rem; padding: 1.04808em 0.5em; margin-right: 20px; }
  .list-news > li .date { flex: 0 0 7.5em; }
  .list-news > li .columns { flex-basis: 0; flex-grow: 1; }
  .list-news > li .btns { flex: 0 0 auto; width: auto; padding-left: 20px; } }

/* ---  --- */
.home_figure_1 { font-size: 0.9375rem; max-width: 350px; margin: 0 auto; }
.home_figure_1 > img { display: block; }
.home_figure_1 figcaption h3 { display: flex; align-items: center; margin: 10px 0; }
.home_figure_1 figcaption h3 .num { color: #fff; line-height: 2; letter-spacing: normal; text-align: center; width: 2em; height: 2em; background-color: #c11920; }
.home_figure_1 figcaption h3 .txt { padding-left: .5em; }

/* -------------------------------
	お知らせ
-------------------------------- */
.news_date { color: #777; font-weight: 700; font-size: 0.9375rem; }

.news_cat { color: #fff; font-size: 0.8125rem; text-align: center; flex: 0 0 10em; padding: 0.25em 0.75em; margin-right: 10px; background-color: #333; }

/* -------------------------------
	カネダイ酒屋について
-------------------------------- */
.about_contents h3 { font-size: calc(23px + 20 * (100vw - 320px) / 880); line-height: 1.5; letter-spacing: normal; }
.about_contents h3 small { font-size: 0.875em; }
@media print, screen and (min-width: 1200px) { .about_contents h3 { font-size: 43px; } }

.about_teach { background: url("../images/about/about_4.jpg") no-repeat center center/cover; }
.about_teach h3 { color: #fff; font-size: min(calc(20px + 20 * (100vw - 320px) / 880), 40px); text-align: center; text-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.25); margin: 0; }
@media print, screen and (min-width: 768px) { .about_teach h3 { font-size: min(calc(25px + 15 * (100vw - 768px) / 880), 432px); } }
.about_teach .columns { color: #fff; padding: calc(30px + 50 * (100vw - 320px) / 880) calc(20px + 30 * (100vw - 320px) / 880); background-color: rgba(0, 0, 0, 0.65); }
@media print, screen and (min-width: 1200px) { .about_teach .columns { padding: 80px 50px; } }

/* -------------------------------
	ご購入ガイド
-------------------------------- */
.howto_navi { padding: 30px 0; }
.howto_navi ul { font-size: 11px; letter-spacing: normal; line-height: 1.5; list-style: none; padding: 0; margin: 0 5px; display: flex; flex-wrap: wrap; }
@media print, screen and (min-width: 768px) { .howto_navi ul { font-size: 13px; } }
@media print, screen and (min-width: 992px) { .howto_navi ul { font-size: 15px; } }
.howto_navi ul > li { padding: 0 5px; margin: 5px 0; flex: 0 0 50%; }
@media print, screen and (min-width: 768px) { .howto_navi ul > li { flex: 0 0 25%; } }
.howto_navi ul > li > a { color: #121212; text-align: center; text-decoration: none; white-space: nowrap; border: solid 1px #777; padding: 0; border-radius: 5px; height: 5em; display: flex; align-items: center; justify-content: center; position: relative; transition: color 0.3s ease, background 0.3s ease; }
.howto_navi ul > li > a:before { content: "\f105"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 0.875em; line-height: 1; position: absolute; top: 50%; right: 1em; margin-top: -.5em; }
.howto_navi ul > li > a:hover { color: #fff; background-color: #121212; }

/* ---  --- */
.howto_order .telphone { font-size: 20px; text-align: center; margin-bottom: 1rem; }
@media print, screen and (min-width: 768px) { .howto_order .telphone { margin-bottom: 0; } }
@media print, screen and (min-width: 992px) { .howto_order .telphone { font-size: 26px; } }
@media print, screen and (min-width: 768px) { .howto_order .btn { font-size: 14px; } }
@media print, screen and (min-width: 992px) { .howto_order .btn { font-size: 1rem; } }

/* --- --- */
.table-shipping { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #ccc; }
.table-shipping > tbody > tr { border-bottom: 1px solid #ccc; }
.table-shipping > tbody > tr > th, .table-shipping > tbody > tr > td { font-weight: 400; padding: 0.75em 0; }
.table-shipping > tbody > tr > th { padding-left: 1em; }
.table-shipping > tbody > tr > td { text-align: right; padding-right: 1em; }

/* -------------------------------
	商品
-------------------------------- */
.products-row { padding: calc(40px + 40 * (100vw - 320px) / 880) 0; }
@media print, screen and (min-width: 992px) { .products-row { padding: 80px 0; } }
.products-row .product_sidebaer { width: 100%; background-color: #fff; }
.products-row .product_contents { margin-bottom: 50px; }
@media print, screen and (min-width: 768px) { .products-row { display: flex; }
  .products-row .product_sidebaer { width: auto; flex: 0 0 240px; height: auto; padding: 0; position: static; }
  .products-row .product_contents { flex-basis: 0; flex-grow: 1; padding-left: 50px; padding-left: clamp(50px, 6.66667vw, 80px); order: 13; margin: 0; } }
@media print, screen and (min-width: 992px) { .products-row .product_sidebaer { flex: 0 0 280px; } }

/* ---  --- */
.box-warning { color: #fff; font-size: 15px; font-weight: 700; line-height: 1.5; text-align: center; padding: 20px 0; margin-bottom: 3px; background-color: #ff0000; }

.product_side_box_1 .ttl { font-weight: 700; text-align: center; padding: 15px 0; margin: 0; border-top: solid 1px #121212; border-bottom: solid 1px #121212; }
.product_side_box_1 .column { font-size: 0.9375rem; text-align: center; margin-top: 5px; padding: 1rem; background-color: #f3f3f3; }

/* ---  --- */
.product_lists a { text-decoration: none; display: block; }
.product_lists > ul { font-size: 0.9375rem; line-height: 1.5; list-style: none; padding: 0; margin: 0; }
.product_lists > ul > li { margin-bottom: 1px; }
.product_lists > ul > li > .ttl { color: #fff; padding: 1em 2em 1em 1em; display: block; background: #121212; cursor: pointer; }
.product_lists > ul > li > ul { display: none; list-style: none; padding: 0; margin: 0; }
.product_lists > ul > li > ul > li { border-bottom: solid 1px #ccc; }
.product_lists > ul > li > ul > li:last-child { border-bottom: none; }
.product_lists > ul > li > ul > li > a { color: #121212; padding: 0.75em 2em 0.75em 1em; position: relative; transition: background 0.3s ease; }
.product_lists > ul > li > ul > li > a:before { content: "\f105"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 0.875em; line-height: 1; position: absolute; top: 50%; right: 1em; margin-top: -.5em; }
.product_lists > ul > li > ul > li.active > a, .product_lists > ul > li > ul > li > a:hover { background-color: #FFF8DD; }
.product_lists > ul > li > ul > li.active > a { font-weight: 700; }

.product_lists > ul > li > .ttl { position: relative; }
.product_lists > ul > li > .ttl:before, .product_lists > ul > li > .ttl:after { content: ""; position: absolute; right: .75em; top: 50%; width: 1em; height: 1px; background-color: #fff; transition: transform 0.3s ease; }
.product_lists > ul > li > .ttl:after { transform: rotate(90deg); }
.product_lists > ul > li > .ttl:hover:before { transform: rotate(180deg); }
.product_lists > ul > li > .ttl:hover:after { transform: rotate(-180deg); }
.product_lists > ul > li > .ttl.active:before { transform: rotate(180deg); }
.product_lists > ul > li > .ttl.active:after { transform: rotate(0deg); }

/**/
.product_list_2 ul { line-height: 1.5; list-style: none; padding: 0; margin: 0; }
.product_list_2 ul li a { text-decoration: none; display: block; }
.product_list_2 > ul > li > a { color: #fff; padding: 1em 2em 1em 1em; background-color: #c11920; transition: background 0.3s ease; position: relative; }
.product_list_2 > ul > li > a:before { content: "\f105"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 0.875em; line-height: 1; position: absolute; top: 50%; right: 1em; margin-top: -.5em; }
.product_list_2 > ul > li > a:hover { background-color: #121212; }
.product_list_2 > ul > li > ul > li { border-bottom: solid 1px #ccc; }
.product_list_2 > ul > li > ul > li > a { color: #121212; font-size: 0.9375em; padding: 0.75em 1em 0.75em 2em; position: relative; transition: background 0.3s ease; }
.product_list_2 > ul > li > ul > li > a:before { content: "\f0da"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 0.875em; line-height: 1; position: absolute; top: 50%; left: 1em; margin-top: -.45em; }
.product_list_2 > ul > li > ul > li > a:hover { background-color: #efefef; }

/* --- --- */
.list_item_figure { line-height: 1.5; margin: 0; height: 100%; display: flex; flex-direction: column; }
.list_item_figure > .photo { aspect-ratio: 1/1; border: solid 1px #ccc; padding: 3%; margin-bottom: 10px; }
.list_item_figure > .photo img { max-width: inherit; width: 100%; height: 100%; object-fit: scale-down; }
.list_item_figure > .photo a { transition: opacity 0.3s ease; }
.list_item_figure > .photo a:hover { opacity: 0.65; }
.list_item_figure figcaption { display: flex; flex-direction: column; flex-basis: 0; flex-grow: 1; text-align: center; }
.list_item_figure figcaption .item_name { font-size: 13px; font-weight: 700; }
.list_item_figure figcaption .item_price { margin-bottom: 10px; font-size: 13px; }
.list_item_figure figcaption .htmlarea { font-size: 12px; margin-bottom: 10px; }
.list_item_figure figcaption .item_num { margin-top: auto; margin-bottom: 10px; font-size: 11px; font-weight: 700; padding: 0.75em; background-color: #efefef; }
.list_item_figure figcaption form .custom-select { padding-top: .25em; padding-bottom: .25em; height: auto; }
.list_item_figure figcaption form button { font-size: 11px; padding: 0.5em; display: block; width: 100%; height: 100%; }
@media print, screen and (min-width: 992px) { .list_item_figure figcaption .item_name { font-size: 15px; }
  .list_item_figure figcaption .item_price { font-size: 15px; }
  .list_item_figure figcaption .htmlarea { font-size: 13px; }
  .list_item_figure figcaption .item_num { font-size: 12px; }
  .list_item_figure figcaption form button { font-size: 12px; } }
@media print, screen and (min-width: 1200px) { .list_item_figure figcaption .item_name { font-size: 16px; }
  .list_item_figure figcaption .item_price { font-size: 16px; }
  .list_item_figure figcaption .htmlarea { font-size: 14px; }
  .list_item_figure figcaption .item_num { font-size: 13px; }
  .list_item_figure figcaption form button { font-size: 13px; } }

/* --- --- */
.list_detail_price { color: #c11920; text-align: right; }
.list_detail_price strong { font-size: 1.5em; }

.list_detail_form { margin-top: 1rem; }
.list_detail_form .custom-select { padding-top: .25em; padding-bottom: .25em; height: auto; }
.list_detail_form button { font-size: 12px; padding: 0.5em 2em; display: block; width: 100%; height: 100%; }
@media print, screen and (min-width: 768px) { .list_detail_form button { font-size: 15px; max-width: 280px; } }

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact { background-color: #f6f1ea; }
.tel_contact .columns { text-align: center; padding: 20px; height: 100%; background-color: #fff; }
@media print, screen and (min-width: 768px) { .tel_contact .columns { padding: 30px 15px; } }
.tel_contact .telphone { font-size: calc(20px + 16 * (100vw - 320px) / 880); display: flex; align-items: center; justify-content: center; }
.tel_contact .telphone i { color: #fff; font-size: 0.75em; line-height: 2; text-align: center; margin-right: 10px; width: 2em; height: 2em; border-radius: 50%; background-color: #c11920; }
@media print, screen and (min-width: 1200px) { .tel_contact .telphone { font-size: 36px; } }

#contactform { /**/ }
#contactform .form-control { border-color: #eee; background-color: #f6f6f6; box-shadow: none; }
#contactform .form-control:focus { border-color: #ccc; background-color: #fff; box-shadow: none; }
#contactform .form-control:not(:placeholder-shown) { border-color: #ccc; background-color: #fff; box-shadow: none; }
#contactform .custom-select { box-shadow: none !important; }
#contactform input[type="file"] { font-size: 15px; letter-spacing: normal; }
#contactform input[type="file"]::-webkit-file-upload-button { font-size: 12px; }

/* フォーム用　table */
.table-contact { line-height: 1.75; width: 100%; border-collapse: collapse; text-align: left; border-top: 1px solid #ccc; margin-bottom: 30px; }
.table-contact > tbody > tr { border-bottom: 1px solid #ccc; }
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td { padding: 1em 0; }
.table-contact > tbody > tr > th { width: 15em; padding-left: 1em; }
.table-contact > tbody > tr > th.hisu { background-image: url("../images/common/hisu.svg"); background-repeat: no-repeat; background-position: right center; }
.table-contact > tbody > tr > td { padding-left: 2em; }
.table-contact > tbody > tr > td .sm { width: auto !important; display: inline; }
.table-contact > tbody > tr > td .md { max-width: 360px !important; }
.table-contact > tbody > tr > td .rei { color: #999; font-size: 12px; line-height: normal; display: block; margin: 5px 0 0; }
@media only screen and (max-width: 767px) { .table-contact > tbody > tr { width: 100%; display: block; padding: 1em 0.5em; }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td { width: 100%; display: block; padding: 0; }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td { margin-top: .5em; } }

.img-hisu { margin: -.2em .5em 0 0; }

/*  */
.agree { text-align: center; margin-top: 20px; }

.buttons { text-align: center; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.buttons .btn { font-size: 15px; margin: 0.3125em 0.625em; width: 260px; display: block; cursor: pointer; }
@media print, screen and (min-width: 1200px) { .buttons .btn { font-size: 16px; } }

/* プライバシーポリシー */
#policy { margin-top: 30px; }
#policy .contents { padding: 1.5% 3.4448%; border: solid 1px #ccc; max-height: 300px; word-wrap: break-word; overflow-wrap: break-word; overflow: auto; }
#policy .contents h5 { font-size: 1rem; font-weight: bold; margin: 2rem 0 0; }
#policy .contents p, #policy .contents ol { font-size: 0.9375rem; margin: 1rem 0; }
#policy .contents ol { padding-left: 0; list-style: none; counter-reset: number; }
#policy .contents ol li { padding-left: 2em; margin-bottom: 5px; position: relative; }
#policy .contents ol li:before { position: absolute; top: 0; left: 0; counter-increment: number; content: counter(number) " )"; }

/*# sourceMappingURL=module.css.map */
