@charset "UTF-8";
/*===============================================================================================
FOUNDATION
=================================================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

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

/* YuGothic font-weight fix */
@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/*
SITE SETTINGS
-------------------------------------------------------------------------------------------------*/
/* html, body */
html {
  height: 100%;
  /* フッターをページ下部に固定 */
  font-size: 10px;
  /* サイズ固定（可変：62.5%） */
  -ms-text-size-adjust: 100%;
  /* 文字調整機能 fix */
  -webkit-text-size-adjust: 100%;
  /* 文字調整機能 fix */
}

body {
  display: flex;
  flex-direction: column;
  min-width: 1000px;
  /* 横スクロール時のズレ Fix */
  min-height: 100%;
  /* フッターをページ下部に固定 */
}

/* フォント設定 */
body, input, button {
  font-size: 1.4rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  /* 自動カーニング */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
    /* Safri のみ仮名に限る */
  }
}
strong, em {
  font-weight: bold;
}

small {
  font-size: 1.2rem;
}

/* box-sizing 指定 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* アンカー設定 */
a {
  text-decoration: none;
  border-bottom: 1px dotted #09428a;
  color: #09428a;
}
a:hover, a:focus {
  border-color: #ff6900;
  color: #ff6900;
}

/* 画像の下の余白 fix */
img {
  vertical-align: middle;
}

/*
INNER
-------------------------------------------------------------------------------------------------*/
.inner-box {
  width: 1000px;
  margin: 0 auto;
}

/*
COMMON
-------------------------------------------------------------------------------------------------*/
/* 行揃え */
.tal {
  text-align: left !important;
}

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

.tar {
  text-align: right !important;
}

/* 間隔 */
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

/* 文字サイズ */
.fs-s {
  font-size: 1.2rem !important;
}

.fs-l {
  font-size: 1.6rem !important;
}

.fs-xl {
  font-size: 1.8rem !important;
}

.fs-xxl {
  font-size: 2.4rem !important;
}

.fs-xxxl {
  font-size: 2.8rem !important;
}

.fs-ul {
  font-size: 3.2rem !important;
}

.fs-uul {
  font-size: 4rem !important;
}

.fs-uuul {
  font-size: 4.8rem !important;
}

/* 文字色 */
.c-white {
  color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.c-red {
  color: #dd0012 !important;
}

.c-blue {
  color: #003db9 !important;
}

.c-green {
  color: #09b12e !important;
}

.c-purple {
  color: #c700c5 !important;
}

/* 背景色 */
.bg-blue {
  background: #0565de !important;
}

/*
COMPONENT
-------------------------------------------------------------------------------------------------*/
/* アイコン付加 */
.top-blog__list a[target=_blank]::after,
.page__table a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/external_blue.png) no-repeat center center/contain;
}

/* 汎用リンクボタン */
a.c-btn-link {
  display: inline-block;
  padding: 8px;
  background: #09428a;
  border-bottom: none;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
}
a.c-btn-link::before {
  content: "\f0da";
  font-family: Fontawesome;
  margin-right: 4px;
}
a.c-btn-link:hover {
  background: #ff6900;
}

a.c-btn-external {
  display: inline-block;
  padding: 8px;
  background: #09428a;
  border-bottom: none;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
}
a.c-btn-external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(../img/external.png) no-repeat center center/contain;
}
a.c-btn-external:hover {
  background: #ff6900;
}

/* 汎用ボックス */
.c-box-yellow {
  background: #fff7e8 !important;
  border: 1px solid #e4dcb9;
}

/* 汎用定義リスト */
dl.normal:after {
  content: "";
  display: block;
  clear: both;
}
dl.normal dt, dl.normal dd {
  float: left;
  margin-bottom: 8px;
  padding: 8px 16px;
}
dl.normal dt {
  clear: left;
  width: 16em;
  margin-right: 8px;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
dl.normal dd {
  width: calc(100% - 17em);
  background: #eee;
}

/*===============================================================================================
LAYOUT
=================================================================================================*/
/*
HEADER
-------------------------------------------------------------------------------------------------*/
#header {
  width: 100%;
  min-height: 96px;
  border-top: 4px solid #0565de;
  border-bottom: 1px solid #09428a;
}
#header .inner-box {
  display: table;
  min-height: 93px;
  padding-bottom: 10px;
}

.site-title, .global-menu, .sub-menu {
  display: table-cell;
  min-height: 100%;
}
.site-title {
  /*width: 173px;*/
  width: 430px;
  padding-top: 10px;
  text-align: center;
  vertical-align: bottom;
}
.site-title img {
  height: 30px;
}
.site-title a {
  display: block;
  border-bottom: none;
  transition: 0.3s opacity;
}
.site-title a:hover, .site-title a:focus {
  opacity: 0.75;
}

/* グローバルメニュー */
.global-menu {
  /*width: 395px;*/
  width: 390px;
  padding-left: 20px;
  padding-top: 10px;
  vertical-align: bottom;
}
.global-menu ul {
  display: flex;
  justify-content: space-around;
}
.global-menu li a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: none;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.global-menu li a::before {
  content: url(../img/arrow.png);
  display: inline-block;
  margin-right: 8px;
}
.global-menu li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.3em;
  right: 0;
  width: 0;
  height: 2px;
  background: #0565de;
  transition: 0.3s;
}
.global-menu li a:hover, .global-menu li a:focus {
  color: #0565de;
}
.global-menu li a:hover::after, .global-menu li a:focus::after {
  width: 100%;
}
.global-menu li a.active {
  color: #0565de;
}
.global-menu li a.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.3em;
  right: 0;
  width: 100%;
  height: 2px;
  background: #0565de;
}

/* サブメニュー */
.sub-menu {
  /*width: 432px;*/
  width: 570px;
}
.sub-menu__links {
  min-height: 38px;
  margin-bottom: 17px;
}
.sub-menu__links ul {
  display: flex;
  height: 38px;
  justify-content: flex-end;
  align-items: flex-end;
}
.sub-menu__links li {
  padding-left: 1.1rem;
  text-indent: -1.1rem;
}
.sub-menu__links li:first-child {
  margin-right: 16px;
}
.sub-menu__links li::before {
  content: "\f0da";
  font-family: Fontawesome;
  margin-right: 8px;
  color: #0565de;
}
.sub-menu__links li:hover::before, .sub-menu__links li:focus::before {
  color: #ff6900;
}
.sub-menu__tools {
  display: flex;
  justify-content: flex-end;
}
.sub-menu__tools button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #333;
  border: 2px solid #fff;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0;
  /* IE11 Fix */
}
.sub-menu__tools button.textresizer-active {
  background: #0565de;
  border-color: #fed900;
}
.sub-menu__tools button:hover, .sub-menu__tools button:focus {
  cursor: pointer;
  background: #ff6900;
}
.sub-menu__search form {
  display: flex;
  align-items: center;
  /*margin-right: 8px;*/
}
.sub-menu__search input[type=search] {
  /*width: 216px;*/
  width: 140px;
  height: 24px;
  min-height: 24px;
  margin-right: 4px;
  padding: 4px;
  border: 1px solid #ccc;
}
.sub-menu__resize {
  display: flex;
  align-items: center;
}
.sub-menu__resize-item {
  margin-right: 4px;
}

/* トグルボタン */
#nav-toggle {
  display: none;
}

/*
FOOTER
-------------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  margin-top: auto;
  /* フッターをページ下部に固定 */
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
}
#footer .inner-box {
  padding: 16px 0;
}

.footer-menu {
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #ccc;
}
.footer-menu li:first-child {
  border-left: none;
}

.copyright {
  background: #0565de;
  color: #fff;
  text-align: center;
}

/* PAGE TOP NAVIGATION */
.page-top {
  display: inline-block;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 4;
  width: 32px;
  min-height: 32px;
  line-height: 32px;
  background: #00b19e;
  border: none !important;
  border-radius: 2px;
  text-align: center;
  color: #fff !important;
  font-size: 2.4rem;
  transition: 0.3s background;
}
.page-top:hover, .page-top:focus {
  background: #ff6900;
  color: #fff;
}

/*
INDEX
-------------------------------------------------------------------------------------------------*/
#top {
  position: relative;
}

/* メインイメージ */
.main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 536px;
  background: url(../../img/main-image.jpg) no-repeat center center/cover;
  border-bottom: 1px solid #09428a;
  text-align: center;
}
.main-image img {
  max-width: 100%;
  height: auto;
}

.top__title {
  position: relative;
  margin-bottom: 40px;
}
.top__title::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #0565de;
}
.top__title h2 {
  position: relative;
  width: 296px;
  z-index: 2;
  margin: 0 auto;
  padding: 16px;
  background: linear-gradient(to bottom, #0565de 0%, #3a85e4 100%);
  border-radius: 2em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.top-information {
  padding: 48px 0;
}
.top-information h2 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.top-information h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 16px auto 0;
  background-color: #0565de;
}
.top-information dl {
  margin-bottom: 32px;
}
.top-information dl > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.top-information dl dt, .top-information dl dd {
  height: 100%;
  padding: 16px;
}
.top-information dl dt {
  display: flex;
  font-weight: bold;
}
.top-information dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.top-information dl dd .icon {
  width: 8em;
  margin-right: 32px;
  padding: 4px;
  background-color: #333;
  border-bottom: none;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: 0.3s opacity ease-in-out;
}
.top-information dl dd .icon.cat-news {
  background: #007ccb;
}
.top-information dl dd .icon.cat-important {
  background: #e3004b;
}
.top-information dl dd .icon.cat-event {
  background: #82b111;
}
.top-information dl dd .icon.cat-topics {
  background: #0caeb0;
}
.top-information dl dd .icon.cat-book {
  background: #3d9864;
}
.top-information dl dd .icon.cat-soliloquy {
  background: #5e7bc6;
}
.top-information dl dd .icon.cat-gourmet {
  background: #cd3c3c;
}
.top-information dl dd .icon:hover, .top-information dl dd .icon:focus {
  opacity: 0.75;
}
.top-information dl dd .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  border-bottom: none;
}
.top-information dl dd .text::after {
  content: "\f105";
  font-family: Fontawesome;
  margin-left: 16px;
  color: #0565de;
  font-size: 1.8rem;
}
.top-information dl dd .text:hover, .top-information dl dd .text:focus {
  color: #0565de;
}
.top-information.top-blog {
  margin-bottom: 64px;
  background-color: #f2f2f2;
}

.top-blog__list {
  padding-bottom: 8px;
}
.top-blog__list dt, .top-blog__list dd {
  border-top: 1px dotted #ccc;
  line-height: 1.8;
}
.top-blog__list dt {
  float: left;
  width: 8em;
  padding: 4px 8px 0 8px;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.top-blog__list dt:first-child {
  border-top: none;
}
.top-blog__list dd {
  padding: 4px;
  padding-left: 8em;
}
.top-blog__list dd:after {
  content: "";
  display: block;
  clear: both;
}
.top-blog__list dd:nth-child(2) {
  border-top: none;
}
.top-blog__list__cat {
  float: left;
  width: 8em;
  text-align: center;
}
.top-blog__list__cat a {
  display: inline-block;
  width: 8em;
  padding: 0 4px;
  background: #ccc;
  border-bottom: none;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.top-blog__list__cat a.cat-news {
  background: #007ccb;
}
.top-blog__list__cat a.cat-important {
  background: #e3004b;
}
.top-blog__list__cat a.cat-event {
  background: #82b111;
}
.top-blog__list__cat a.cat-topics {
  background: #0caeb0;
}
.top-blog__list__cat a.cat-book {
  background: #3d9864;
}
.top-blog__list__cat a.cat-soliloquy {
  background: #5e7bc6;
}
.top-blog__list__cat a.cat-gourmet {
  background: #cd3c3c;
}
.top-blog__list__text {
  padding-left: 9em;
}
.top-blog__list__text a::before {
  content: "\f138";
  font-family: Fontawesome;
  margin-right: 8px;
}

/* 取扱い商品 */
.top-service {
  margin-bottom: 64px;
}
.top-service p {
  line-height: 1.8;
}
.top-service__menu {
  padding: 0 40px;
}
.top-service__menu__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0 40px;
}
.top-service__menu__inner li {
  width: 280px;
  margin-bottom: 40px;
}
.top-service__menu__inner li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.top-service__menu__inner li a {
  display: block;
  padding: 24px 16px;
  background: linear-gradient(to bottom, #fff 80%, #f5f5f5 100%);
  border: 1px solid #999;
  border-top: 2px solid #0565de;
  border-bottom: 2px solid #999;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 #ccc;
  text-align: center;
  text-decoration: none;
  transition: 0.3s border-color, 0.3s box-shadow;
}
.top-service__menu__inner li a img {
  transition: 0.3s opacity;
}
.top-service__menu__inner li a:hover, .top-service__menu__inner li a:focus {
  border-color: #ff6900;
  box-shadow: 0 0 8px 0 #e6ab83;
}
.top-service__menu__inner li a:hover img, .top-service__menu__inner li a:focus img {
  opacity: 0.75;
}
.top-service__menu__inner li a:hover .top-service__btn, .top-service__menu__inner li a:focus .top-service__btn {
  background: #ff6900;
}
.top-service__btn {
  margin-top: 24px;
  padding: 12px;
  background: #09428a;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  transition: 0.3s background;
}
.top-service__btn span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/external.png) no-repeat center center/contain;
}
.top-service__btn-all {
  text-align: center;
}
.top-service__btn-all a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  border: 1px solid #999;
  border-bottom: 2px solid #999;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}
.top-service__btn-all a:hover, .top-service__btn-all a:focus {
  background: linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
  border-color: #ff6900;
  color: #ff6900;
}
.top-service__btn-all a:hover span::after, .top-service__btn-all a:focus span::after {
  color: #ff6900;
}
.top-service__btn-all span::after {
  content: "\f138";
  font-family: Fontawesome;
  margin-left: 8px;
  color: #09428a;
}

/* 経営理念 */
.top-management__idea {
  display: flex;
  justify-content: space-around;
  margin-bottom: 32px;
}
.top-management__idea__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 196px;
  margin: 0 auto 24px;
  border-radius: 98px;
  background: #ccc;
}
.top-management__idea__text {
  line-height: 1.8;
}
.top-management__idea li {
  text-align: center;
}
.top-management__idea li:first-child .top-management__idea__pic {
  background: #53a0b5;
}
.top-management__idea li:nth-child(2) .top-management__idea__pic {
  background: #6792cb;
}
.top-management__idea li:last-child .top-management__idea__pic {
  background: #676fcb;
}
.top-management__cfp {
  margin-bottom: 48px;
  padding: 16px;
  border: 1px solid #ccc;
}
.top-management__cfp:after {
  content: "";
  display: block;
  clear: both;
}
.top-management__cfp__pic {
  float: left;
  width: 100px;
}
.top-management__cfp__text {
  float: right;
  width: 846px;
}
.top-management__cfp__text p {
  line-height: 1.8;
}
.top-management__cfp h3 {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 1.6rem;
  color: #666;
}
.top-management__cfp h3 i {
  margin-right: 8px;
}

/* お問い合わせ */
.top-contact {
  margin-bottom: 48px;
}
.top-contact__box {
  display: flex;
}
.top-contact__box__map {
  width: 400px;
  margin-right: 24px;
}
.top-contact__box__address {
  position: relative;
  width: 544px;
  padding: 48px;
  background: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
  overflow: hidden;
}
.top-contact__box__address::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 32px 32px;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #aaa #fff #aaa;
  /* A bit more verbose to work with .rounded too */
  display: block;
  /* Optional: shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.top-contact__box__address h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-contact__box__address p {
  line-height: 1.8;
}

/* リンク */
.top-link {
  padding: 32px 0;
  border-top: 1px solid #ccc;
}
.top-link h2 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.top-link ul:after {
  content: "";
  display: block;
  clear: both;
}
.top-link ul li {
  float: left;
  margin-right: 25px;
}
.top-link ul li:last-child {
  margin-right: 0;
}
.top-link a {
  display: block;
  border: none;
  transition: 0.3s opacity;
}
.top-link a:hover, .top-link a:focus {
  opacity: 0.75;
}
.top-link__company {
  margin-bottom: 32px;
}
.top-link__box {
  display: table;
}
.top-link__banner, .top-link__group {
  display: table-cell;
  vertical-align: middle;
}
.top-link__banner {
  padding-bottom: 8px;
}
.top-link__group {
  padding-left: 24px;
  line-height: 1.8;
}
.top-link__group li {
  margin-bottom: 8px;
}
.top-link__group a {
  border-bottom: 1px dotted #09428a;
}
.top-link__group a:hover, .top-link__group a:focus {
  border-color: #ff6900;
}
.top-link__group a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/external_blue.png) no-repeat center center/contain;
}

/*
CONTENTS
-------------------------------------------------------------------------------------------------*/
/* パンくずリスト */
#pankuzu {
  padding: 8px;
  font-size: 1.2rem;
}
#pankuzu ul:after {
  content: "";
  display: block;
  clear: both;
}
#pankuzu li {
  float: left;
}
#pankuzu li::after {
  content: "\f105";
  font-family: Fontawesome;
  margin: 0 8px;
  color: #9dc9ff;
}
#pankuzu li:last-child {
  font-weight: bold;
}
#pankuzu li:last-child::after {
  content: none;
}
#pankuzu a {
  border-bottom: none;
}

/* ページ共通 */
.page__title {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.page__title::before {
  content: "";
  position: absolute;
  display: block;
  width: calc((100% - 1000px) / 2);
  height: 120px;
  background: #3375c7;
}
.page__title h2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 408px;
  height: 120px;
  background: #3375c7;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}
.page__title h2 span {
  display: block;
  width: 408px;
  padding-bottom: 8px;
  border-bottom: 1px solid #80b5f7;
}
.page__title h2::after {
  content: url(../img/title-corner.png);
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  width: 100px;
  height: 120px;
}
.page__title.blog {
  background-image: url(../img/title-blog.jpg);
}
.page__title.service {
  background-image: url(../img/title-service.jpg);
}
.page__title.notice {
  background-image: url(../img/title-notice.jpg);
}
.page__title.privacy {
  background-image: url(../img/title-privacy.jpg);
}
.page__title.search {
  background-image: url(../img/title-search.jpg);
}
.page__title.sitemap {
  background-image: url(../img/title-sitemap.jpg);
}
.page__title.notfound {
  background-image: url(../img/title-sitemap.jpg);
}
.page__container {
  padding: 24px 0;
  line-height: 1.8;
}
.page__container h3 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  background: linear-gradient(to top, #eee 0%, #fff 100%);
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.8rem;
}
.page__container h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  margin-right: 16px;
  background: #0565de;
}
.page__container h4 {
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid #999;
  font-weight: bold;
  font-size: 1.6rem;
}
.page__container h5 {
  margin-bottom: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.page__container ul.list-disc {
  list-style: disc;
}
.page__container ul.list-disc li {
  margin-left: 1.2em;
}
.page__container ol.list-decimal {
  list-style: decimal;
}
.page__container ol.list-decimal li {
  margin-left: 1.2em;
}
.page__box {
  padding: 16px;
}
.page__table {
  width: 100%;
}
.page__table th, .page__table td {
  padding: 8px;
  border: 1px solid #0854b4;
  vertical-align: middle;
}
.page__table th {
  color: #fff;
  font-weight: bold;
}
.page__table thead th {
  background: #0565de;
}
.page__table thead th:first-child {
  background: #fff;
  border-top: none;
  border-left: none;
}
.page__table tbody th {
  background: #4388dd;
}

/* スタッフブログ */
.page__container .top-blog__list {
  padding-bottom: 0;
  border-bottom: 1px dotted #ccc;
}

.blog__nav dl {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  padding-bottom: 0;
  background: #fff7e8;
  border: 1px solid #e4dcb9;
}
.blog__nav dt {
  display: flex;
  align-items: center;
  width: 10em;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4dcb9;
  font-weight: bold;
  color: #7e360f;
}
.blog__nav dt:nth-last-child(2) {
  margin-bottom: 0;
  border-bottom: none;
}
.blog__nav dd {
  display: flex;
  align-items: center;
  width: calc(100% - 10em);
  margin-bottom: 8px;
  border-bottom: 1px solid #e4dcb9;
}
.blog__nav dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog__nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.blog__nav li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.blog__nav li:last-child {
  margin-right: 0;
}
.blog__nav a {
  display: block;
  padding: 8px;
  background: #09428a;
  border-bottom: none;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.blog__nav a::before {
  content: "\f105";
  font-family: Fontawesome;
  margin-right: 8px;
}
.blog__nav a:hover {
  background: #ff6900;
}
.blog__nav .current-cat a, .blog__nav .current-year a {
  background: #0565de;
}
.blog__page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  line-height: 1;
  font-weight: bold;
}
.blog__page-nav .current {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  background: #f5f5f5;
  border-radius: 2px;
}
.blog__page-nav .dots {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
}
.blog__page-nav a {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  background: #09428a;
  border-bottom: none;
  border-radius: 2px;
  color: #fff;
}
.blog__page-nav a:hover {
  background: #ff6900;
}
.blog__page-nav a:last-child {
  margin-right: 0;
}
.blog__page-nav span:last-child {
  margin-right: 0;
}
.blog__post-info {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.blog__post-info span {
  margin-right: 8px;
}
.blog__post-info span::before {
  margin-right: 4px;
  color: #666;
}
.blog__post-info__cat::before {
  content: "\f07c";
  font-family: Fontawesome;
}
.blog__post-info__date::before {
  content: "\f073";
  font-family: Fontawesome;
}
.blog__post-info__editor::before {
  content: "\f2bd";
  font-family: Fontawesome;
}
.blog__post {
  padding: 16px 0;
}
.blog__post:after {
  content: "";
  display: block;
  clear: both;
}
.blog__post p {
  line-height: 1.7em;
  padding: 0 16px 16px 16px;
  font-size: 1.6rem;
}
.blog__post img {
  max-width: 100%;
  height: auto;
}
.blog__post table {
  width: calc(100% - 32px);
  margin: 0 16px 16px;
}
.blog__post table th, .blog__post table td {
  padding: 8px;
  border: 1px solid #0854b4;
  vertical-align: middle;
}
.blog__post table th {
  color: #fff;
  font-weight: bold;
}
.blog__post table thead th {
  background: #0565de;
}
.blog__post table tbody th {
  background: #4388dd;
}
.blog__post ul {
  list-style: disc;
  padding: 0 16px 16px;
}
.blog__post ul li {
  margin-left: 1.2em;
}
.blog__post ol {
  list-style: decimal;
  padding: 0 16px 16px;
}
.blog__post ol li {
  margin-left: 1.2em;
}
.blog__post-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  line-height: 1;
  font-weight: bold;
}
.blog__post-nav li:last-child a {
  margin-right: 0;
}
.blog__post-nav li.prev a::before {
  content: "\f100";
  font-family: Fontawesome;
  margin-right: 8px;
}
.blog__post-nav li.next a::after {
  content: "\f101";
  font-family: Fontawesome;
  margin-left: 8px;
}
.blog__post-nav a {
  display: block;
  margin-right: 16px;
  margin-bottom: 8px;
  padding: 8px;
  background: #09428a;
  border-bottom: none;
  border-radius: 2px;
  color: #fff;
}
.blog__post-nav a:hover {
  background: #ff6900;
}

/* 取扱い商品 */
.service__corporation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
  background: #fff7e8;
  border: 1px solid #e4dcb9;
}
.service__corporation li {
  width: 280px;
}
.service__corporation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  background: #fff;
  border: 1px solid #999;
  border-top: 2px solid #0565de;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 #ccc;
  line-height: 1;
  transition: 0.3s border-top;
}
.service__corporation a img {
  transition: 0.3s opacity;
}
.service__corporation a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(../img/external_blue.png) no-repeat center center/contain;
  transition: 0.3s opacity;
}
.service__corporation a:hover {
  border-top: 2px solid #ff6900;
}
.service__corporation a:hover img {
  opacity: 0.75;
}
.service__corporation a:hover::after {
  opacity: 0.75;
}

/* 個人情報保護方針 */
.privacy__nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.privacy__nav li {
  float: left;
  margin: 0 8px 8px 0;
}
.privacy__nav li:last-child {
  margin-right: 0;
}

/* サイトマップ　*/
#sitemap_list .page_item a, .sitemap-blog .page_item a {
  display: block;
  padding: 16px;
  font-size: 1.8rem;
}
#sitemap_list .page_item a::before, .sitemap-blog .page_item a::before {
  content: "\f138";
  font-family: Fontawesome;
  margin-right: 8px;
}

.sitemap-blog {
  margin-bottom: 24px;
}

/* サイト内検索結果 */
.s__box {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.s__title {
  font-size: 1.8rem;
}
.s__url {
  color: #006621;
}

/* 404 ページ */
.notfound__nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.notfound__nav li {
  float: left;
  margin: 0 8px 8px 0;
}
.notfound__nav li:last-child {
  margin-right: 0;
}

/*===============================================================================================
RESIZE
=================================================================================================*/
/*
RESIZE COMMON
-------------------------------------------------------------------------------------------------*/
.resize.large {
  /* 文字サイズ */
}
.resize.large .fs-s {
  font-size: 1.4rem !important;
}
.resize.large .fs-l {
  font-size: 1.8rem !important;
}
.resize.large .fs-xl {
  font-size: 2.4rem !important;
}
.resize.large .fs-xxl {
  font-size: 2.8rem !important;
}
.resize.large .fs-xxxl {
  font-size: 3.2rem !important;
}
.resize.large .fs-ul {
  font-size: 4rem !important;
}
.resize.large .fs-uul {
  font-size: 4.8rem !important;
}
.resize.large .fs-uuul {
  font-size: 5.6rem !important;
}

/*
RESIZE HEADER
-------------------------------------------------------------------------------------------------*/
#header.resize.large {
  font-size: 1.6rem;
}

/*
RESIZE FOOTER
-------------------------------------------------------------------------------------------------*/
#footer.resize.large {
  font-size: 1.6rem;
}
#footer.resize.large small {
  font-size: 1.4rem;
}

/*
RESIZE TOP
-------------------------------------------------------------------------------------------------*/
#top.resize.large {
  font-size: 1.8rem;
}
#top.resize.large .top__title h2 {
  font-size: 3.2rem;
}
#top.resize.large .top-blog__title h2 {
  font-size: 2.8rem;
}
#top.resize.large .top-service__btn {
  font-size: 2.4rem;
}
#top.resize.large .top-service__btn-all a {
  font-size: 2.4rem;
}
#top.resize.large .top-management__idea__text {
  font-size: 2.4rem;
}
#top.resize.large .top-management__cfp h3 {
  font-size: 2.4rem;
}
#top.resize.large .top-contact__box__address h3 {
  font-size: 2.4rem;
}

/*
RESIZE CONTENTS
-------------------------------------------------------------------------------------------------*/
#pankuzu.resize.large {
  font-size: 1.6rem;
}

#contents.resize.large .page__title h2 {
  font-size: 3.2rem;
}
#contents.resize.large .page__container {
  font-size: 1.8rem;
}
#contents.resize.large .page__container h3 {
  font-size: 2.8rem;
}
#contents.resize.large .page__container h4 {
  font-size: 2.4rem;
}
#contents.resize.large .top-service__btn {
  font-size: 2.4rem;
}
#contents.resize.large .top-service__btn-all a {
  font-size: 2.4rem;
}
#contents.resize.large .s__title {
  font-size: 2.8rem;
}
#contents.resize.large .blog__post p {
  font-size: 1.8rem;
}
#contents.resize.large #sitemap_list .page_item a, #contents.resize.large .sitemap-blog .page_item a {
  font-size: 2.8rem;
}

/*===============================================================================================
TinyMCE Advanced
=================================================================================================*/
.blog__post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog__post .alignleft {
  float: left;
  margin: 16px 15px 28px 0;
}

.blog__post .alignright {
  float: right;
  margin: 16px 0 28px 15px;
}

.blog__post .clear {
  clear: both;
}

/*===============================================================================================
TABLET
=================================================================================================*/
@media screen and (max-width: 800px) {
  body {
    min-width: 100%;
    /* 横スクロール時のズレ Fix */
  }

  /*
  COMPONENT
  -------------------------------------------------------------------------------------------------*/
  /* 汎用ボックス */
  .box-yellow {
    border-right: none;
    border-left: none;
  }

  /*
  INNER
  -------------------------------------------------------------------------------------------------*/
  .inner-box {
    width: 100%;
  }

  #header {
    position: fixed;
    z-index: 4;
    height: 58px;
    min-height: auto;
    border-bottom: 1px solid #09428a;
  }
  #header .inner-box {
    display: block;
    min-height: auto;
    padding-bottom: 0;
  }

  .site-title, .global-menu, .sub-menu {
    display: block;
    min-height: auto;
  }

  .site-title {
    position: relative;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
    width: auto;
    text-align: left;
    vertical-align: bottom;
  }
  .site-title h1 {
    display: flex;
    align-items: center;
    height: 53px;
    padding-left: 8px;
  }
  .site-title img {
    width: 75vw;
    max-width: 340px;
    height: auto;
  }

  /* グローバルメニュー */
  .global-menu {
    width: 100%;
    padding-left: 0;
    vertical-align: bottom;
    background: #3375c7;
  }
  .global-menu ul {
    display: block;
  }
  .global-menu li a {
    position: static;
    display: block;
    padding: 24px 8px;
    border-bottom: 1px dotted #09428a;
    color: #fff;
    text-align: center;
  }
  .global-menu li a::before {
    content: none;
  }
  .global-menu li a::after {
    content: none;
  }
  .global-menu li a:hover, .global-menu li a:focus {
    background: #ff6900;
    color: #fff;
  }
  .global-menu li a.active {
    color: #fff;
    background: #ff6900;
  }
  .global-menu li a.active::after {
    content: none;
  }

  /* サブメニュー */
  .sub-menu {
    width: 100%;
    background: #3375c7;
  }
  .sub-menu__links {
    min-height: auto;
    margin-bottom: 0;
  }
  .sub-menu__links ul {
    display: block;
    height: auto;
  }
  .sub-menu__links li {
    padding-left: 0;
    text-indent: 0;
  }
  .sub-menu__links li:first-child {
    margin-right: 0;
  }
  .sub-menu__links li:last-child a {
    border-bottom: none;
  }
  .sub-menu__links li::before {
    content: none;
  }
  .sub-menu__links li a {
    display: block;
    padding: 24px 8px;
    border-bottom: 1px dotted #09428a;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sub-menu__links li a:hover, .sub-menu__links li a:focus {
    background: #ff6900;
    color: #fff;
  }
  .sub-menu__tools {
    display: block;
  }
  .sub-menu__tools button {
    width: 36px;
    height: 36px;
    background: #fff;
    border-color: #09428a;
    color: #333;
    font-size: 1.8rem;
  }
  .sub-menu__tools button:hover, .sub-menu__tools button:focus {
    color: #fff;
  }
  .sub-menu__search {
    justify-content: center;
    margin-right: 0;
    padding: 16px;
    background: #09428a;
  }
  .sub-menu__search label {
    width: 100%;
  }
  .sub-menu__search input[type=search] {
    width: 100%;
    height: 32px;
    min-height: 32px;
    margin-right: 4px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 1.6rem;
    -webkit-appearance: none;
  }
  .sub-menu__resize {
    display: none;
  }

  /* トグル */
  #menu {
    position: fixed;
    top: -500px;
    width: 100%;
    transition: 0.5s ease-in-out;
  }

  /* トグルボタン */
  #nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #09428a;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:first-child {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:last-child {
    top: 22px;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:first-child {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:last-child {
    top: 11px;
    transform: rotate(-315deg);
  }
  .open #menu {
    /* #global-nav スライドアニメーション */
    transform: translateY(558px);
    box-shadow: 0 0 8px 0 #000;
  }

  /*
  FOOTER
  -------------------------------------------------------------------------------------------------*/
  .footer-menu {
    line-height: 1.8;
  }

  /*
  INDEX
  -------------------------------------------------------------------------------------------------*/
  #top {
    padding-top: 56px;
  }

  /* メインイメージ */
  .main-image {
    height: calc(50vh - 56px);
    padding: 0 24px;
  }

  .top__title {
    position: static;
    margin-bottom: 24px;
  }
  .top__title::after {
    content: none;
  }
  .top__title h2 {
    width: 100%;
    border-radius: 0;
  }

  .top-information {
    padding: 64px 16px;
  }
  .top-information h2 {
    margin-bottom: 24px;
  }
  .top-information dl {
    margin-bottom: 24px;
  }
  .top-information dl > div {
    display: block;
    border-bottom: none;
  }
  .top-information dl dt, .top-information dl dd {
    height: auto;
    padding: 8px;
  }
  .top-information dl dt {
    display: block;
    background-color: #eee;
  }
  .top-information dl dd {
    display: flex;
  }
  .top-information dl dd .icon {
    margin-right: 16px;
    font-size: 1.2rem;
  }
  .top-information.top-blog {
    margin-bottom: 0;
    background-color: #f2f2f2;
  }
  .top-information.top-blog dl dt {
    background-color: #fff;
  }

  .top-blog__list dt {
    width: 100%;
    padding: 8px 16px;
    background: #eee;
    text-align: left;
  }
  .top-blog__list dd {
    display: flex;
    padding: 8px;
  }
  .top-blog__list dd:last-child {
    border-bottom: 1px solid #999;
  }
  .top-blog__list__cat {
    width: 8em;
    margin-right: 8px;
  }
  .top-blog__list__cat a {
    display: inline-block;
    text-align: center;
  }
  .top-blog__list__text {
    padding-left: 0;
  }

  /* 取扱い商品 */
  .top-service {
    margin-bottom: 48px;
  }
  .top-service .inner-box {
    padding: 0 8px;
  }
  .top-service__menu {
    padding: 0;
  }
  .top-service__menu__inner {
    justify-content: space-around;
  }
  .top-service__menu li {
    margin-bottom: 32px;
  }
  .top-service__menu li:nth-last-child(-n+3) {
    margin-bottom: 27px;
  }
  .top-service__menu li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .top-service__btn-all {
    width: 280px;
    margin: 0 auto;
  }

  /* 経営理念 */
  .top-management {
    margin-bottom: 48px;
  }
  .top-management .inner-box {
    padding: 0 8px;
  }
  .top-management__idea {
    margin-bottom: 16px;
  }
  .top-management__idea__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 98px;
    margin-bottom: 8px;
    border-radius: 49px;
  }
  .top-management__idea__pic img {
    max-width: 48px;
  }
  .top-management__idea__text {
    font-size: 1.4rem;
  }
  .top-management__idea li {
    padding: 8px;
    text-align: center;
  }
  .top-management__cfp {
    margin-bottom: 24px;
    padding: 16px;
  }
  .top-management__cfp__text {
    width: calc(100% - 146px);
  }

  /* お問い合わせ */
  .top-contact {
    margin-bottom: 48px;
  }
  .top-contact__box {
    display: block;
  }
  .top-contact__box__map {
    width: 100%;
    margin-bottom: 16px;
  }
  .top-contact__box__map iframe {
    width: 100%;
  }
  .top-contact__box__address {
    width: 100%;
    background: none;
  }
  .top-contact__box__address::before {
    content: none;
  }

  /* リンク */
  .top-link {
    padding: 32px 8px;
  }
  .top-link ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-link ul::after {
    content: none;
  }
  .top-link ul li {
    float: none;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  /*
  CONTENTS
  -------------------------------------------------------------------------------------------------*/
  #pankuzu {
    padding-top: 64px;
  }

  .page__title {
    position: static;
    background: none;
  }
  .page__title::before {
    content: none;
  }
  .page__title h2 {
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 16px;
    background: #3375c7;
  }
  .page__title h2 span {
    display: inline;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
  .page__title h2::after {
    content: none;
  }
  .page__container h3 {
    border-left: none;
    border-right: none;
  }
  .page__container h4 {
    border-left: none;
    border-right: none;
  }

  /* スタッフブログ */
  .page__container .top-blog__list {
    padding-bottom: 0;
    border-bottom: 1px dotted #ccc;
  }

  .blog__nav dl {
    border-right: none;
    border-left: none;
  }
  .blog__nav dt {
    display: flex;
    align-items: center;
    width: 10em;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4dcb9;
    font-weight: bold;
    color: #7e360f;
  }
  .blog__nav dt:nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: none;
  }
  .blog__nav dd {
    display: flex;
    align-items: center;
    width: calc(100% - 10em);
    margin-bottom: 8px;
    border-bottom: 1px solid #e4dcb9;
  }
  .blog__nav dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .blog__nav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .blog__nav li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .blog__nav li:last-child {
    margin-right: 0;
  }
  .blog__nav a {
    display: block;
    padding: 8px;
    border-bottom: none;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  .blog__nav a::before {
    content: "\f105";
    font-family: Fontawesome;
    margin-right: 8px;
  }
  .blog__nav a:hover {
    background: #ff6900;
  }

  /* 取扱い商品 */
  .service__corporation {
    display: block;
  }
  .service__corporation li {
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
  }
  .service__corporation li:first-child {
    margin-bottom: 16px;
  }
  .service__corporation a {
    width: 100%;
  }

  /* サイトマップ　*/
  #sitemap_list, .sitemap-blog {
    padding: 0 16px;
  }
}
/*===============================================================================================
SMARTPHONE
=================================================================================================*/
@media screen and (max-width: 600px) {
  /* 定義リスト */
  dl.normal dt, dl.normal dd {
    float: none;
    width: 100% !important;
    padding: 8px;
  }
  dl.normal dt {
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }

  /*
  FOOTER
  -------------------------------------------------------------------------------------------------*/
  .footer-menu li {
    border-left: none;
  }

  /* PAGE TOP NAVIGATION */
  .page-top {
    bottom: 32px;
    right: 8px;
  }

  /*
  INDEX
  -------------------------------------------------------------------------------------------------*/
  /* スタッフブログ */
  .top-blog__list dt, .top-blog__list dd {
    border-top: none;
  }
  .top-blog__list dt {
    padding: 8px;
    background: #fff;
    font-size: 1.2rem;
  }
  .top-blog__list dd {
    display: block;
    padding: 0;
  }
  .top-blog__list dd:last-child .top-blog__list__text {
    border-bottom: none;
  }
  .top-blog__list__cat {
    float: none;
    width: 100%;
    margin: 0;
    padding: 4px;
    text-align: left;
    font-size: 1.2rem;
  }
  .top-blog__list__cat a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4px 8px;
  }
  .top-blog__list__cat a::after {
    content: "\f115";
    font-family: Fontawesome;
    padding: 4px;
    background: linear-gradient(to top, #eee 0%, #fff 100%);
    border-radius: 2px;
    color: #09428a;
    line-height: 1;
  }
  .top-blog__list__text {
    border-bottom: 1px dotted #09428a;
  }
  .top-blog__list__text a {
    display: block;
    padding: 8px;
    border-bottom: none;
  }

  /* 取扱い商品 */
  .top-service__menu {
    padding: 0 8px;
  }
  .top-service__menu li {
    margin-bottom: 16px;
  }
  .top-service__menu li:nth-child(odd) {
    margin-right: 0;
  }
  .top-service__menu li:nth-last-child(-n+3) {
    margin-bottom: 16px;
  }
  .top-service__menu li:nth-last-child(-n+2) {
    margin-bottom: 16px;
  }
  .top-service__menu li:last-child {
    margin-bottom: 0;
  }

  /* 経営理念 */
  .top-management__idea__pic {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  .top-management__idea__pic img {
    max-width: 24px;
  }
  .top-management__cfp {
    padding: 16px;
  }
  .top-management__cfp__pic {
    float: none;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .top-management__cfp__text {
    float: none;
    width: 100%;
  }
  .top-management__cfp__text h3 {
    line-height: 1.4;
  }

  /* お問い合わせ */
  .top-contact {
    margin-bottom: 24px;
  }
  .top-contact__box {
    display: block;
  }
  .top-contact__box__map {
    width: 100%;
    margin-bottom: 16px;
  }
  .top-contact__box__map iframe {
    width: 100%;
  }
  .top-contact__box__address {
    width: 100%;
  }

  /* リンク */
  .top-link ul {
    justify-content: space-around;
  }
  .top-link ul li {
    margin-right: 0;
  }
  .top-link__box {
    display: block;
  }
  .top-link__banner, .top-link__group {
    display: block;
  }
  .top-link__banner {
    text-align: center;
    margin-bottom: 16px;
  }
  .top-link__group {
    padding-left: 0;
  }

  /*
  CONTENTS
  -------------------------------------------------------------------------------------------------*/
  .blog__nav ul {
    width: 100%;
  }
  .blog__nav li {
    float: none;
    margin-right: 0;
  }
  .blog__nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    line-height: 1.4;
  }
  .blog__nav a::before {
    content: none;
  }
  .blog__nav a::after {
    content: "\f105";
    font-family: Fontawesome;
    margin-left: 8px;
  }
  .blog__post-info {
    padding: 0 16px 8px;
    text-align: left;
  }
}

/*
Update 2024-07-04
-------------------------------------------------------------------------------------------------*/
.top-topics{
	text-align:center;
	margin-bottom: 64px;
}
.top-topics a {
	border:none;
}
.top-topics a img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	width /***/:auto;
	min-width:1px;
}
/* chrome opera firefox */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img{
		image-rendering:-webkit-optimize-contrast;
	}
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root img{
		image-rendering:auto;
	}
}
@media screen and (max-width: 600px) {
	.top-topics{
		margin-bottom: 48px;
	}
	.top-topics a{
		width: 280px;
	}
}
/*# sourceMappingURL=../maps/style.css.map */
