/* ====================================
	reset tag
==================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

html,
body {
  font-family: 'Noto Sans JP', 'Noto Sans', 'Hiragino Sans', 'Yu Gothic', sans-serif !important;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  color: #333;
  min-width: 320px;
}

body {
  line-height: 1;
  text-size-adjust: 100%;
  overscroll-behavior-y: none;
  font-size: 1.6rem;
  position: static;
  background-color: #f6f6f6;
  min-width: 320px;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

td,
th {
  line-height: 1.3;
}

p,
.main--privacy,
.main--howto,
.__text,
.main.main--howto .__content-top {
  font-size: 1.6rem;
  line-height: 1.5;
}

.main--privacy .text_set p {
  max-width: 750px;
}

.main--privacy .text_set p.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* -------------------
	ご利用案内
------------------- */
.main.main--howto .__content-top {
  margin-bottom: 50px;
}

.main.main--howto .__step h2.__heading {
  background-color: #e8f4ff;
  padding: 9px 3px;
  line-height: 1;
}

.main.main--howto .__step .__body ul.__list li.__item {
  display: block;
  margin-bottom: 50px;
}

.main.main--howto .__step .__body ul.__list li.__item h3.__title {
  background-color: #f2f2f2;
  padding: 9px 3px;
  line-height: 1;
}

/* -------------------
	個人情報の取り扱いについて
------------------- */
.main--privacy .text_set {
  margin: 0 0 40px;
}

.main--privacy .text_set .small {
  font-size: 1.2rem;
  color: #999;
}

.main--privacy h3 {
  margin: 0 0 10px;
  background-color: #f2f2f2;
  padding: 9px 3px;
  line-height: 1;
}

/* -------------------
	ログイン
------------------- */
.main--login .text_set {
  margin: 0 0 20px;
}

.main--login .text_set .small {
  font-size: 1.2rem;
  color: #999;
}

.main--login h2 {
  margin: 0 0 10px;
  background-color: #e8f4ff;
  padding: 9px 3px;
  line-height: 1;
}

.main--login h3 {
  margin: 0 0 10px;
  background-color: #f2f2f2;
  padding: 9px 3px;
  line-height: 1;
}

/* ====================================
	responsive
==================================== */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ====================================
	header
==================================== */
.header {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
}

.header .__banner {
  padding: 10px 10px 0;
  max-width: 1300px;
  height: 77px;
}

.header .__banner .__wrap a.__logo {
  padding: 0;
  vertical-align: middle;
  width: 300px;
}

.header h1 img {
  max-width: 300px;
  max-height: none;
}

.header .__banner .__wrap .__login {
  padding: 0;
  vertical-align: top;
}

.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form {
  padding: 0;
}
.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form .__submit {
  padding: 0;
}
.header
  .__banner
  .__wrap
  .__login.__is-guest
  .__block
  .__body
  .__login-form
  form
  .__submit
  .__button {
  background-color: #fd5e00;
  font-weight: bold;
}

.header .__banner .__wrap .__login .__block .__body ul.__menu li {
  font-size: 1.2rem;
}

/* ====================================
	gnav
==================================== */
.gnav-pc .__menu {
  max-width: 1300px;
}

.gnav-pc {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.gnav-pc .__menu.__menu--default ul li,
.gnav-pc .__menu.__menu--custom ul li {
  background-color: #fff;
  border: 0;
}

.gnav-pc .__menu.__menu--default ul li a,
.gnav-pc .__menu.__menu--custom ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 1.8rem;
  border-right: 1px solid #ccc;
  color: #fff;
  padding: 5px 0;
  background-color: #044362;
}

.gnav-pc .__menu.__menu--default ul li:last-child a,
.gnav-pc .__menu.__menu--custom ul li:last-child a {
  border-right: 0;
}

.gnav-pc .__menu.__menu--default ul li a:hover,
.gnav-pc .__menu.__menu--custom ul li a:hover {
  background-color: #044362;
  color: #fff;
  opacity: 1;
}

/* ====================================
	wrapper
==================================== */
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 200px;
  background-color: #fff;
}

.__to-home {
  display: none !important;
}

/* ====================================
	footer
==================================== */
.footer {
  max-width: 1300px;
  margin: 0 auto;
  background: #044362;
}

.footer .__copyright,
.footer .__poweredby {
  color: #fff;
}

.footer nav.__nav ul {
  color: #fff;
  text-align: center;
}

/* ====================================
	side : search, cart
==================================== */
.aside section.__block.__block--cart .__body,
.aside section.__block.__block--search .__body {
  padding: 10px 0;
}

.aside section.__block.__block--search .__body input {
  width: 159px;
}

.aside section.__block.__block--banner a img {
  border: 1px solid #ccc;
}

/* ====================================
	side : category
==================================== */
.aside section.__block.__block--page .__body ul,
.aside section.__block.__block--feature .__body ul,
.aside section.__block.__block--category .__body ul.__tree {
  padding: 0;
}

.aside section.__block.__block--page .__body ul > li,
.aside section.__block.__block--feature .__body ul > li,
.aside section.__block.__block--category .__body ul.__tree > li {
  border-bottom: 1px solid #eee;
  margin: 0 !important;
  padding: 0 0 0 10px;
}

.aside section.__block.__block--page a:hover,
.aside section.__block.__block--feature a:hover,
.aside section.__block.__block--category a:hover {
  text-decoration: none;
}

.aside section.__block.__block--page .__body ul li.__item ul,
.aside section.__block.__block--feature .__body ul li.__item ul,
.aside section.__block.__block--category .__body ul.__tree li.__item ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 300px;
}

.aside section.__block.__block--page .__body ul li.__item li,
.aside section.__block.__block--feature .__body ul li.__item li,
.aside section.__block.__block--category .__body ul.__tree li.__item li {
  padding: 0;
  height: 52px;
}

.aside section.__block.__block--page .__body ul > li.__item > ul > li.__item,
.aside section.__block.__block--feature .__body ul > li.__item > ul > li.__item,
.aside section.__block.__block--category .__body ul.__tree > li.__item > ul > li.__item {
  padding: 0 0 0 10px;
}

.aside section.__block.__block--page .__body ul li.__item.__item--has-children > a,
.aside section.__block.__block--feature .__body ul li.__item.__item--has-children > a,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a {
  padding: 0;
  background-image: url('../img/menu_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 10px 10px;
}

.aside section.__block.__block--page .__body ul li.__item.__item--has-children span.__js-toggle,
.aside section.__block.__block--feature .__body ul li.__item.__item--has-children span.__js-toggle,
.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item.__item--has-children
  span.__js-toggle {
  display: none;
}

.aside section.__block.__block--page .__body ul li.__item a,
.aside section.__block.__block--feature .__body ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item a {
  padding: 0 !important;
  line-height: 50px;
}

.aside section.__block.__block--category .__body ul li.__item ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item a {
  padding: 0 !important;
}

.aside section.__block.__block--page .__body ul li.__item,
.aside section.__block.__block--page .__body ul li.__item ul li.__item,
.aside section.__block.__block--page .__body ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--page .__body ul li.__item ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item,
.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item {
  background-color: rgb(255 255 255 / 100%);
  border-bottom: 1px solid rgb(255 255 255 / 100%);
  color: #333;
}

.aside section.__block.__block--page .__body ul > li.__item,
.aside section.__block.__block--feature .__body ul > li.__item,
.aside section.__block.__block--category .__body ul.__tree > li.__item {
  border-top: 1px solid #e6e6e6;
}

.aside section.__block.__block--page .__body ul li.__item:hover,
.aside section.__block.__block--page .__body ul li.__item ul li.__item:hover,
.aside section.__block.__block--page .__body ul li.__item ul li.__item ul li.__item:hover,
.aside
  section.__block.__block--page
  .__body
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item:hover,
.aside
  section.__block.__block--feature
  .__body
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item:hover,
.aside section.__block.__block--category .__body ul li.__item:hover,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item:hover,
.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item
  ul
  li.__item
  ul
  li.__item:hover,
.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item:hover {
  background-color: #459dbf;
  border-bottom: 1px solid #459dbf;
  color: #fff;
}

.aside section.__block.__block--page .__body ul li.__item ul li.__item ul li.__item a,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item a {
  padding: 0 0 0 10px !important;
}

.aside
  section.__block.__block--category
  .__body
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item
  a,
.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item
  ul
  li.__item
  ul
  li.__item
  ul
  li.__item
  a {
  padding: 0 0 0 10px !important;
}

/* ====================================
	商品一覧
==================================== */
.p-product-block ul.__product li.__item a .__title {
  line-height: 1.5;
}

.main.main--product-list
  section.__list.__list--row
  ul.__product
  > li.__item
  a
  table
  tr
  td.__detail {
  vertical-align: middle;
}

/* ====================================
	商品詳細 
==================================== */

.main.main--product-detail section.__information .__secondary h1.__title {
  line-height: 1.25;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333;
}

.main.main--product-detail section.__information .__secondary .__catch {
  font-size: 1.8rem;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

.main.main--product-detail section.__information .__secondary .__description {
  font-size: 1.6rem;
  font-weight: normal;
  color: #999;
  line-height: 1.5;
}

.main.main--product-detail section.__information .__secondary .__control span.__cad {
  display: inline-block;
  padding: 0.5em 0.5em 0 0;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li {
  padding: 5px;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li a {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  height: 100%;
  padding: 5px;
}

.__js-cad {
  padding: 0.6em 1em;
  line-height: 16px;
  border-radius: 15px;
  color: #333 !important;
  text-decoration: none !important;
  margin: 0;
}

.__cad .__button {
  text-decoration: none;
  display: block !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2em;
}

.__cad .__button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  content: '\F019';
  margin-right: 0.5em;
  color: #2ab27b;
}

span.__cad .__button::after {
  content: 'CADファイル・寸法図';
}

/* ------------------------
	寸法表
------------------------ */

/*
.c-table-dl tr:nth-child(1) {
  display: none;
}
*/
.wrapper--corporate .c-table-dl tr:nth-child(1) {
  display: table-row !important;
}

/* ------------------------
	寸法表
------------------------ */
.product_caption {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.product_caption img {
  display: inline-block;
  margin: 0 5px;
  width: 18px;
}

/* stylelint-disable selector-id-pattern -- Legacy markup uses underscore IDs. */
#product_size table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
}

#product_size table caption {
  background-color: #fff;
}

#product_size table caption p {
  text-align: right;
  font-size: 1.4rem;
  color: #666;
  padding-right: 5px;
}

#product_size table caption p a {
  text-decoration: underline;
  color: #0080ff;
}

#product_size table caption p:first-child {
  padding-top: 5px;
}

#product_size table caption p:last-child {
  padding-bottom: 5px;
}

#product_size thead {
  border-top: 1px solid #fff;
}

#product_size thead td {
  background-color: #757575;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px;
  font-size: 1.4rem;
  color: #fff;
}

#product_size thead td :last-child {
  border-right: 0;
}

#product_size thead th:nth-child(1) {
  width: 120px;
}

#product_size thead select {
  width: 100%;
}

#product_size .none {
  display: none;
}

#product_size tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 3px;
  font-size: 1.4rem;
  color: #333;
  vertical-align: middle;
}

#product_size tbody td.cart img {
  display: block;
  margin: 0 auto;
  width: 18px;
}

#product_size tbody td:last-child {
  border-right: 0;
}

#product_size tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

#product_size tbody tr:nth-child(even).blink {
  background-color: #f2f2f2;
  animation: blink 2s infinite;
}

#product_size tbody tr.blink {
  background-color: #fff;
  animation: blink 2s infinite;
}

@keyframes blink {
  50% {
    background-color: rgb(0 128 255 / 50%);
  }
}

@media only screen and (width <= 415px) {
  #product_size {
    width: 100%;
    overflow-x: scroll;
  }

  #product_size thead td:nth-child(1) {
    min-width: 60px;
  }

  #product_size thead td:nth-child(2) {
    min-width: 100px;
  }
}

/* ------------------------
	カート
------------------------ */
.p-product-set table thead tr th {
  background-color: #757575;
  font-size: 1.4rem;
  color: #fff;
}

.p-product-set table tbody tr td:nth-child(1) {
  padding: 15px 10px;
}

.p-product-set table tbody tr td {
  font-size: 1.4rem;
}
.p-product-set table tbody tr td.__description h2.__name {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-product-set table tbody tr td.__description .__payment > span,
.p-product-set table tbody tr td.__description .__shipping-group span {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-product-set table tbody tr td.__description .__content,
.p-product-set table tbody tr td.__description .__spec dl {
  font-size: 1.4rem;
}

.p-product-set table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.p-product-set table tbody tr:nth-child(even).blink {
  background-color: #f2f2f2;
  animation: blink 2s infinite;
}

.p-product-set table tbody tr.blink {
  background-color: #fff;
  animation: blink 2s infinite;
}

.p-form-table img {
  max-width: 100%;
  width: auto;
}

.wrapper--howto .__content-top a {
  text-decoration: underline;
  color: #0080ff;
}

/* ====================================
	page : 表組フィルタ
==================================== */
.product_filter_desp {
  font-size: 1.6rem;
  margin: 0 0 40px;
  line-height: 1.5;
}

.product_filter_select {
  width: 100%;
}

.product_filter_select td {
  width: calc(100% / 8);
  border-bottom: 0 solid #ddd;
  border-top: 0 solid #ddd;
  border-right: 0 solid #ddd;
  line-height: 1;
  padding: 10px 2px;
  font-size: 1.4rem;
}

.product_filter_select thead td {
  background-color: #0080ff;
  color: #fff;
}

.product_filter_select td select {
  width: 100%;
}

#product_filter_result table {
  width: 100%;
}

#product_filter_result table thead td {
  background-color: #0080ff;
  color: #fff;
}

#product_filter_result table td {
  width: calc(100% / 8);
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1;
  padding: 10px 2px;
  font-size: 1.4rem;
}

#product_filter_result table td span {
  font-size: 1rem;
  color: #999;
}

#product_filter_result table td span::before {
  content: '(';
  padding-right: 2px;
}

#product_filter_result table td span::after {
  content: ')';
  padding-left: 2px;
}

#product_filter_result table td:last-child {
  border-right: 0;
}

#product_filter_result table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

#product_filter_result table tbody td a {
  color: #0080ff;
  border-bottom: 1px dotted #0080ff;
}
/* stylelint-enable selector-id-pattern */

.__table.c-table-dl {
  margin-bottom: 30px;
}

.__set.p-product-set {
  margin: 0 !important;
}

.product_h3 {
  background-color: #0080ff;
  color: #fff;
  padding: 10px !important;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1px;
}

.search_loading {
  margin: 100px auto;
}

.search_loading--icon {
  display: block;
  margin: 0 auto 10px;
  width: 48px;
}

.search_loading p {
  font-size: 1.6rem;
  text-align: center;
}

.header .__banner .__wrap a.__logo img {
  max-height: none;
  max-width: 90px;
  width: auto;
}

a.pdf {
  color: #0080ff;
  text-decoration: underline;
}

@media screen and (width <= 599px) {
  .header .__banner .__wrap a.__logo {
    max-width: 200px;
  }
}

/* ====================================
	TOP : ニュース
==================================== */
.main.main--home section.__block.__block--news .__body ul li {
  font-size: 1.6rem;
  height: 30px;
}

@media only screen and (width <= 767px) {
  .main.main--home section.__block.__block--news .__body ul li {
    height: auto;
  }

  .main.main--home section.__block {
    padding: 0 10px;
  }
}

.main.main--home section.__block.__block--news .__body ul li a span {
  padding: 5px;
}

/* ====================================
	page : 商品詳細
==================================== */
.body-product-detail .c-form {
  display: none;
}

.product__contact {
  display: block;
  max-width: 120px;
  text-align: center;
  background-color: #0080ff;
  margin: 0 auto;
  color: #fff;
  padding: 5px 0;
  border-radius: 5px;
}

.product__contact:hover {
  text-decoration: none;
  opacity: 0.75;
}

.main.main--product-detail
  section.__information
  .__secondary
  .__control
  span.__download
  .__button::after {
  content: '資料ダウンロード' !important;
}

/* ====================================
	page : 利用規約
==================================== */
.howto__section {
  margin: 0 0 80px;
}

.howto__section h2 {
  border-bottom: 1px solid #333;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

.howto__section p {
  margin: 0 0 20px;
  text-indent: -2em;
  padding-left: 2em;
}

.howto__section p.one {
  text-indent: -0;
  padding-left: 0;
}

/* ====================================
	common : 共通上書き
==================================== */
.c-heading-main {
  background-color: #fff;
  border-bottom: 2px solid #044362;
  color: #044362;
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
}

.c-heading-main span {
  font-weight: 700;
  font-size: 1.3em;
}

/* nav */
body .gnav-pc .__menu.__menu--default ul li a,
body .gnav-pc .__menu.__menu--custom ul li a {
  padding-top: 45px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: top 10px center;
  font-size: 1.6rem;
}

.gnav-pc .__menu.__menu--default ul li.__item--1 a,
.gnav-pc .__menu.__menu--custom ul li.__item--1 a {
  background-image: url('../img/icon__nav--home.svg');
}

.gnav-pc .__menu.__menu--default ul li.__item--1 a:hover,
.gnav-pc .__menu.__menu--custom ul li.__item--1 a:hover {
  opacity: 1;
}

.gnav-pc .__menu.__menu--default ul li.__item--2 a,
.gnav-pc .__menu.__menu--custom ul li.__item--2 a {
  background-image: url('../img/icon__nav--item.svg');
}

.gnav-pc .__menu.__menu--default ul li.__item--3 a,
.gnav-pc .__menu.__menu--custom ul li.__item--3 a {
  background-image: url('../img/icon__nav--list.svg');
}

.gnav-pc .__menu.__menu--default ul li.__item--4 a,
.gnav-pc .__menu.__menu--custom ul li.__item--4 a {
  background-image: url('../img/icon__nav--doc.svg');
}

.gnav-pc .__menu.__menu--default ul li.__item--5 a,
.gnav-pc .__menu.__menu--custom ul li.__item--5 a {
  background-image: url('../img/icon__nav--inquiry.svg');
}

/* side */
.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
  padding: 15px 0 15px 50px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center left 14px;
}

.aside section.__block--search .__heading.__heading--default,
.aside section.__block--search .__heading.__heading--custom {
  background-image: url('../img/icon__side--search.svg');
  background-color: #459dbf;
}

.aside section.__block--cart .__heading.__heading--default,
.aside section.__block--cart .__heading.__heading--custom {
  background-image: url('../img/icon__side--cart.svg');
  background-color: #459dbf;
}

.aside section.__block--category .__heading.__heading--default,
.aside section.__block--category .__heading.__heading--custom {
  background-image: url('../img/icon__side--category.svg');
  background-color: #459dbf;
}

.aside section.__block--feature .__heading.__heading--default,
.aside section.__block--feature .__heading.__heading--custom {
  background-image: url('../img/icon__side--feature.svg');
  background-color: #459dbf;
}

.aside section.__block--page .__heading.__heading--default,
.aside section.__block--page .__heading.__heading--custom {
  background-image: url('../img/icon__side--page.svg');
  background-color: #459dbf;
}

.__block--calendar::before {
  content: '営業日カレンダー';
  display: block;
  background-color: #044362;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.aside section.__block.__block--calendar ul li {
  padding: 0 0;
  margin: 1em 0;
}

.toc {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.toc h2 {
  margin-top: 0;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.toc ul {
  padding-left: 0;
  margin: 30px 0;
}

.toc li {
  margin-bottom: 8px;
}

.toc li::before {
  content: '・';
}

.toc a {
  text-decoration: none;
  color: #0080ff;
}

.toc a:hover {
  text-decoration: underline;
}

.faq h3 {
  background-color: #f0f0f0;
  padding: 10px;
  border-left: 5px solid #0080ff;
  margin-top: 30px;
}

.faq ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 60px;
}

.faq li {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.faq li:last-child {
  border-bottom: 0 dotted #ccc;
}

.faq dl {
  margin: 0;
}

.faq dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.faq dd {
  margin-left: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.faq dd img {
  display: block;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.faq a {
  color: #0080ff;
  text-decoration: none;
}

.faq a:hover {
  text-decoration: underline;
}
