@charset "UTF-8";

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, 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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-size: .75rem;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  color: #333;
  overflow-wrap: break-word;
}

.not--pc {
  display: block;
}

@media (min-width: 960px) {
  .not--pc {
    display: none;
  }
}

.is--pc {
  display: none;
}

@media (min-width: 960px) {
  .is--pc {
    display: block;
  }
}

.l-container {
  position: relative;
}

.l-container__trigger {
  cursor: default;
  font-weight: bold;
  padding: 10px 5px 10px 35px;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .l-container__trigger {
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
  }
}

.l-container__trigger:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4Ig0KCSB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCAzNy41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MCAzNy41IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiMzQzNGNDciIHdpZHRoPSI0MCIgaGVpZ2h0PSI1Ii8+DQo8cmVjdCB5PSIxNi41IiBmaWxsPSIjM0MzRjQ3IiB3aWR0aD0iNDAiIGhlaWdodD0iNSIvPg0KPHJlY3QgeT0iMzIuNSIgZmlsbD0iIzNDM0Y0NyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjUiLz4NCjwvc3ZnPg0K") no-repeat 0 0;
  background-size: 20px 20px;
  content: "";
}

@media (min-width: 768px) {
  .l-container__inner {
    padding: 0 10px;
  }
}

@media (min-width: 960px) {
  .l-container__trigger {
    display: none;
  }

  .l-container__sub {
    width: 160px;
  }

  .l-container__inner {
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .l-container__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .l-container__main {
    width: calc(100% - 180px);
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .l-container__flex {
    margin-bottom: 90px;
  }
}

.l-header {
  padding: 0 8px 8px 0;
}

.l-header--top {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.l-header__logo {
  width: 211px;
}

.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-header__logo img.is--pc {
  display: none;
}

.l-header__trigger {
  margin-left: auto;
}

.l-header__trigger a {
  display: block;
  width: 60px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #d1d1d1;
  text-align: center;
  color: #111;
  text-decoration: none;
}

.l-header__login {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0IDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMjMxODE1O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEsNS41VjQuOUMxMSwyLjgsOS4yLDEsNy4xLDFTMy4xLDIuOCwzLjEsNC45djAuNkgxLjFWMTRoNS44YzAuMSwwLDAuMSwwLDAuMiwwczAuMSwwLDAuMiwwSDEzVjUuNUgxMXoNCgkgTTguMSwxMS43SDZsMC42LTIuMWMtMC40LTAuMi0wLjYtMC42LTAuNi0xYzAtMC42LDAuNS0xLjEsMS4xLTEuMWMwLjYsMCwxLjEsMC41LDEuMSwxLjFjMCwwLjQtMC4zLDAuOC0wLjYsMUw4LjEsMTEuN3ogTTkuNCw1LjUNCglINC43VjQuOWMwLTEuMywxLjEtMi40LDIuNC0yLjRzMi40LDEuMSwyLjQsMi40VjUuNXoiLz4NCjwvc3ZnPg0K") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}

.l-header__register {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0IDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMjMxODE1O30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEuOSw4LjkgNS4xLDEyLjEgMC43LDEzLjMgCSIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yLjEsOS45bDIsMmwtMi43LDAuN0wyLjEsOS45IE0xLjYsNy45TDAsMTRsNi4xLTEuNkwxLjYsNy45TDEuNiw3Ljl6Ii8+DQo8L2c+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE0LDMgMTEsMCAxMC4yLDAuOSA5LjQsMC4xIDIuMiw3LjQgNi42LDExLjggMTMuOSw0LjYgMTMuMSwzLjggIi8+DQo8L3N2Zz4NCg==") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}

.l-header__user {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODggMTAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4OCAxMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTIiIGhlaWdodD0iMTQiPg0KPGNpcmNsZSBjeD0iNDQiIGN5PSIyNyIgcj0iMjciLz4NCjxwYXRoIGQ9Ik00NCw1OUMxOS43LDU5LDAsNzcuOCwwLDEwMWg4OEM4OCw3Ny44LDY4LjMsNTksNDQsNTl6Ii8+DQo8L3N2Zz4NCg==") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}

.l-header__mypage {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQgMTIuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTIuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyI+DQo8cGF0aCBkPSJNMTAuOSw0LjRWMS4xSDl2MS4yTDcsMEwwLDcuOWgyLjF2NC44aDkuOFY3LjlIMTRMMTAuOSw0LjR6IE04LjksMTEuOEg1LjFWOGgzLjhWMTEuOHoiLz4NCjwvc3ZnPg0K") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 20px;
}

.l-header__menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.l-header__menu li a, .l-header__menu li span {
  color: #444;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-size: 0.75rem !important;
  text-decoration: none;
}

.l-header__menu li + li {
  margin-left: 5px;
}

.l-header__nav {
  position: absolute;
  display: none;
  top: 75px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
}

.l-header__search {
  background: #d1d1d1;
  padding: 5px 10px;
}

.l-header__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.l-header__input {
  width: calc(100% - 47px);
  height: 30px;
  box-sizing: border-box;
}

.l-header__input input {
  padding-left: 5px;
  box-sizing: border-box;
  outline: none;
}

.l-header__submit {
  width: 47px;
  height: 30px;
  background: #e8eaec;
}

.l-header__utility-list li a {
  background: #fff;
  display: block;
  height: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 4.1666666667;
  font-size: 0.75rem !important;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  color: #393432;
}

.l-header__utility-list li a:hover {
  text-decoration: underline;
}

.l-header__utility-list li a::after {
  display: block;
  position: absolute;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjcuMzA3IiBoZWlnaHQ9IjguMDk0IiB2aWV3Qm94PSIwIDAgNy4zMDcgOC4wOTQiPjxwYXRoIGZpbGw9IiM2MDYzNkIiIGQ9Ik0uMDA3IDBoMi45MWw0LjM5IDQuMDM3LTQuMzkzIDQuMDU3SDBsNC4zOTUtNC4wNTdMLjAwNyAweiIvPjwvc3ZnPg==") no-repeat 0 0;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 8px;
  margin-top: -4px;
  content: "";
}

.l-header__utility-list li a.js--close {
  background: #3c3f47;
  text-align: center;
  color: #fff !important;
  font-size: 100%;
}

.l-header__utility-list li a.js--close:after {
  display: block;
  position: absolute;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE3Ljk5MiIgaGVpZ2h0PSIxNS42OSIgdmlld0JveD0iMCAwIDE3Ljk5MiAxNS42OSI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTAgMTUuNjc0di02LjI1TDkuMDM3IDBsOC45NTUgOS40MzJ2Ni4yNkw5LjAzNyA2LjI1IDAgMTUuNjc1eiIvPjwvc3ZnPg==") no-repeat 0 0;
  background-size: 8px 7px;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 7px;
  margin-top: -4px;
  content: "";
}

.l-header__utility-list li + li {
  border-top: 1px solid #e8eaec;
}

@media (min-width: 768px) {
  .l-header {
    padding: 0 12px 8px 12px;
  }

  .l-header__logo {
    width: 211px;
  }

  .l-header__logo img.not--pc {
    display: none;
  }

  .l-header__logo img.is--pc {
    display: block;
  }
}

@media (min-width: 960px) {
  .l-header {
    padding: 0 0 12px 0;
  }

  .l-header__trigger {
    display: none;
  }

  .l-header__inner {
    width: 940px;
    margin: 0 auto;
  }

  .l-header__nav {
    position: static;
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    background: none;
    left: auto;
  }

  .l-header--top {
    padding: 0;
  }

  .l-header__input input {
    width: 298px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-size: 0.75rem !important;
  }

  .l-header__search {
    border: 1px solid #e8eaec;
    background: none;
    padding: 0;
  }

  .l-header__input input {
    width: 130px;
    height: 34px;
  }

  .l-header__submit {
    margin-left: auto;
    width: 40px;
    height: 34px;
  }

  .l-header__utility {
    margin-left: auto;
    width: 190px;
  }

  .l-header__utility-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .l-header__utility-list li a {
    text-align: right;
    display: block;
    height: auto;
    line-height: 1.5;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-size: .75rem;
  }

  .l-header__utility-list li a::after {
    display: none;
  }

  .l-header__utility-list li a.js--close {
    display: none;
  }

  .l-header__utility-list li.is--order--01 {
    order: 1;
    margin-right: 20px;
  }

  .l-header__utility-list li.is--order--02 {
    order: 2;
  }

  .l-header__utility-list li.is--order--03 {
    order: 3;
  }

  .l-header__utility-list li:nth-child(3) {
    flex-basis: 100%;
    margin-top: 4px;
  }

  .l-header__utility-list li + li {
    border-top: none;
  }

  .l-header__menu li a, .l-header__menu li span {
    color: #444;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-size: 0.75rem !important;
  }
}

.l-footer--bordered {
  border-top: 1px solid #61646b;
}

.l-footer__menu li a {
  display: block;
  padding: 2.5vh 0;
  text-align: center;
  color: #111;
  text-decoration: none;
  font-size: 0.75rem;
  border-bottom: 1px solid #61646b;
}

.l-footer__menu li a:hover {
  background-color: rgba(97, 100, 107, 0.7);
  color: #fff;
}

.l-footer--top {
  padding: 2.5vh 5%;
}

.l-footer--top p {
  font-size: 9pt;
  font-size: .75rem;
  line-height: 1;
  color: #666;
}

.l-footer--top p + p {
  margin-top: 1vh;
}

.l-footer__note {
  position: relative;
}

.l-footer__note:before {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
  position: relative;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQUNBQ0FDIj48cGF0aCBkPSJNOSAxMUgwVjNoMnY2aDd2MnoiLz48cGF0aCBkPSJNNCAwdjdoOFYwSDR6bTYgNUg2VjJoNHYzeiIvPjwvZz48L3N2Zz4=") no-repeat left top;
  background-size: 12px 11px;
  content: "";
}

.l-footer__links {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 1.5vh;
}

.l-footer__links li {
  text-decoration: underline;
  padding: 1vh 1vh .1vh;
}

.l-footer__links li a {
  color: #111;
  font-size: 10px;
  display: block;
  font-size: 0.625rem;
}

.l-footer__small {
  text-align: center;
  margin-bottom: 5vh;
}

.l-footer__small a {
  color: #111;
  font-size: .75rem;
  font-size: 9pt;
  font-size: .75rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .l-footer__links li {
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .l-footer {
    padding-bottom: 24px;
  }

  .l-footer--bordered {
    border-top: 1px solid #E1E1E1;
  }

  .l-footer__inner {
    width: 940px;
    margin: 0 auto;
  }

  .l-footer__menu {
    border-bottom: 1px solid #e1e1e1;
    padding: 22px 0;
    margin-bottom: 24px;
  }

  .l-footer__menu-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .l-footer__menu li a {
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    font-size: 9pt;
    color: #444;
    border-bottom: none;
    border-left: 1px solid #444;
  }

  .l-footer__menu li a:hover {
    background-color: #fff;
    color: #111;
    text-decoration: underline;
  }

  .l-footer__menu li:first-child a {
    border-left: none;
  }

  .l-footer--top {
    padding: 0;
  }

  .l-footer--top p {
    font-size: 12px;
  }

  .l-footer--top p + p {
    margin-top: 20px;
  }

  .l-footer__note {
    position: relative;
  }

  .l-footer__note:before {
    margin: 0 9px 0 0;
  }

  .l-footer--bottom {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .l-footer__links {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .l-footer__links li {
    text-decoration: none;
    padding: 0;
    margin: 0 12px 0 0;
    font-size: 10px;
  }

  .l-footer__links li a {
    font-size: 0.6rem;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
  }

  .l-footer__links li a:hover {
    text-decoration: underline;
  }

  .l-footer__small {
    margin-left: auto;
    text-align: center;
    margin-bottom: 0;
  }

  .l-footer__small a {
    font-size: .625rem;
    color: #444;
  }
}

.l-navigation {
  background: #2c2d35;
}

.l-navigation__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-navigation__list li {
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}

.l-navigation__list li:nth-child(odd) {
  border-right: 1px solid #96969b;
}

.l-navigation__list li a {
  font-weight: 700;
  height: 40px;
  line-height: 1.2;
  font-size: 0.875rem !important;
  /* font-size: 0.8rem !important;  /* ナビゲーションを8項目にする際　修正 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  padding: 0 1em;
}

.l-navigation__list li a.is--current {
  background: #60636b;
}

@media screen and (max-width: 480px) {
  .l-navigation__list li a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
  }
}

.l-navigation__list li span {
  line-height: 40px !important;
  display: block;
  text-align: center;
  font-weight: 700;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  font-size: 0.875rem !important;
  color: #fff;
  text-decoration: none;
  background: #60636b;
}

.l-navigation__list li a:hover {
  background-color: #707070;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .l-navigation__list li span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
  }
}

.l-navigation__list li + li + li {
  border-top: 1px solid #96969b;
}

.l-navigation--sub__list {
  display: table;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  table-layout: fixed;
}

.l-navigation--sub__list > li {
  display: table-cell;
  vertical-align: middle;
}

.l-navigation--sub__list > li.is--current {
  background: #e8eaec;
  text-decoration: none;
}

.l-navigation--sub__list > li a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: 0.75rem !important;
  text-decoration: none;
  padding: 9px 20px;
  color: #333;
}

.l-navigation--sub__item {
  position: relative;
  font-size: 0.75rem !important;
}

.l-navigation--sub__item--02 {
  position: relative;
}

.l-navigation--sub__item--02:after {
  display: block;
  margin: 0 auto;
  width: 33px;
  height: 26px;
  background: url("") no-repeat 0 0;
  content: "";
}

.l-navigation--sub__item--03 {
  position: relative;
}

.l-navigation--sub__item--03:after {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 28px;
  background: url("") no-repeat 0 0;
  content: "";
}

@media (min-width: 960px) {
  .l-navigation__list {
    width: 940px;
    margin: 0 auto;
  }

  .l-navigation__list li {
    width: 156px; /* ナビゲーション　6項目時 */
    /* width: 134px; /* ナビゲーション　7項目時 */
    /* width: 117px; /* ナビゲーション　8項目時 */
  }

  .l-navigation__list li:nth-child(odd) {
    border-right: none;
  }

  .l-navigation__list li a {
    position: relative;
    letter-spacing: -1px;
    /* font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8571428571; */
  }

  .l-navigation__list li a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #96969b;
    width: 1px;
    height: 21px;
    margin-top: -10px;
    content: "";
  }

  .l-navigation__list li:last-child a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #96969b;
    width: 1px;
    height: 21px;
    margin-top: -10px;
    content: "";
  }

  .l-navigation__list li + li + li {
    border-top: none;
  }

  .l-navigation--sub {
    margin-bottom: 12px;
  }

  .l-navigation--sub__list {
    width: 940px;
    padding: 0;
    margin: 0 auto;
  }

  .l-navigation--sub__list > li {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .23s ease-in-out;
    transition: all .23s ease-in-out;
  }

  .l-navigation--sub__list > li:hover {
    background: #e8eaec;
    text-decoration: none;
  }

  .l-navigation--sub__list > li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }

  .l-navigation--sub__item a > div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .l-navigation--sub__ico {
    margin: 0 10px;
  }

  .l-navigation--sub__ico img {
    vertical-align: bottom;
  }
}

.business-contact {
  background: #f5f6f7;
  padding: 9pt 15px;
}

.business-contact p {
  padding-top: 6px;
  margin-bottom: 9pt;
  font-size: .75rem;
  line-height: 18px;
}

.business-contact__btn {
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.business-search {
  font-size: .75rem;
}

.business-search__ttl {
  padding: 15px 2px 10px 2px;
  line-height: 24px;
  font-size: .875rem;
}

.business-search-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d1d1d1;
}

.business-search-box__input {
  display: table-cell;
  vertical-align: middle;
}

.business-search-box__input input[type=text] {
  border: none;
}

.business-search-box__submit {
  display: table-cell;
  width: 36px;
  vertical-align: bottom;
  background: #e8eaec;
}

.business-search-box__submit-input > input {
  display: block;
  padding: 6px 8px;
}

.business-ranking__ttl {
  font-size: .875rem;
  line-height: 21px;
  margin-top: 18px;
  margin-bottom: 1em;
}

.business-ranking {
  margin-bottom: 18px;
}

.business-ranking__box {
  display: table-cell;
  border: 1px solid #CCC;
  border-radius: 5px;
  line-height: 1.5em;
  vertical-align: middle;
  font-size: 0.7rem;
  margin-bottom: 18px;
}

.business-ranking__box li {
  padding: 1em 5px;
  border-bottom: 1px solid #d1d1d1;
}

.business-ranking__box li:last-of-type {
  border-bottom: none;
}

.business-ranking__box li a {
  color: #333;
}

.l-navigation--sub__item > .dbk-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10000;
}

.l-navigation--sub__item > .dbk-dropdown__list {
  position: absolute;
}

.dbk-sub-menu {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  background: #fff;
}

.dbk-sub-menu:after, .dbk-sub-menu:before {
  display: table;
  content: '';
}

.dbk-sub-menu__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.dbk-dropdown__list {
  display: block;
  table-layout: fixed;
  width: 100%;
}

.dbk-dropdown__item {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  line-height: 18px;
  text-align: left;
  font-size: 9pt;
  font-size: .75rem;
}

.dbk-dropdown__item a:hover {
  background: #e8eaec;
}

.dbk-dropdown__item .dbk-ico {
  margin-right: 10px;
}

.ie7 .dbk-dropdown__item {
  z-index: 1000;
}

.l-navigation--sub__item > a, .l-navigation--sub__item > span {
  display: block;
  padding: 6px 40px;
  background: #fff;
  color: #444;
}

.l-navigation--sub__item.is--current > a, .l-navigation--sub__item.is--current > span {
  background: #e8eaec;
  text-decoration: none;
}

.l-navigation--sub__item:hover > a, .l-navigation--sub__item:hover > span {
  background: #e8eaec;
  text-decoration: none;
}

.l-navigation--sub__item:hover > .dbk-dropdown {
  display: block;
}

.pg-title {
  padding: 21px 10px;
  background: #f5f6f7;
}

.pg-title__ttle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-size: 1.5rem;
}

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

@media (min-width: 960px) {
  .pg-title__inner {
    width: 940px;
    margin: 0 auto;
  }

  .pg-title__ttle {
    font-size: 24px;
    line-height: 36px; /*行間*/
    font-size: 1.5rem;
  }
}

.pg-title__ttle > small {
  line-height: 18px;
  vertical-align: middle;
  font-size: .75rem;
  color: #666666;
}

.pg-content {
  padding: 20px 10px 30px;
}

.pg-content__head {
  margin-bottom: 20px;
}

.pg-content__ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.pg-content__ttl:before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #333;
  line-height: 20px;
  margin-left: 2px;
  margin-right: 5px;
  box-sizing: border-box;
  border: 1px solid #747474;
  border-radius: 1px;
}

.pg-content__sttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-size: .875rem;
  font-weight: bold;
}

.pg-content__ssttl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-size: .75rem;
}

.pg-content__body > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  margin-top: 13px;
}

.pg-content__body > p strong {
  font-weight: bold;
}

.pg-content__body > p span.red {
  color: #E50000;
}

.pg-content__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pg-content__flex__col--50 {
  width: 50%;
}

.pg-content__calenders .pg-content__flex {
  justify-content: space-between;
  padding: 20px 0px;
  margin: 20px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.pg-content__calenders .pg-content__flex li {
  width: 48.5%;
  margin-bottom: 20px;
}

.pg-content__calenders .pg-content__flex li:nth-child(even) {
  margin-left: auto;
}

.pg-content__calenders .pg-content__flex li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pg-content__calenders-note li {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  font-size: .75rem;
}

.pg-content__calenders-note li:before {
  display: inline-block;
  content: "・";
}

.pg-content__calenders-note li span.red {
  color: #E50000;
}

.pg-content__mapinfo {
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.pg-content__mapinfo:before {
  content: ' ';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 10px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 3px;
}

.pg-content__map {
  position: relative;
  padding-top: 56.25%;
}

.pg-content__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pg-content__list-epub li a {
  display: block;
  text-decoration: none;
  padding: 20px 0 15px;
}

.pg-content__list-epub li a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.pg-content__list-epub li + li {
  border-top: 1px solid #ccc;
}

.pg-content__list-group {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pg-content__list-group .date {
  width: 25%;
  color: #333;
}

.pg-content__list-group .post {
  width: 75%;
  color: #039;
}

.pg-content__list-year strong {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: .75rem;
  color: #333;
}

@media (min-width: 768px) {
  .pg-content {
    padding: 20px 0;
  }
}

@media (min-width: 1200px) {
  .pg-content__sttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-size: .875rem;
    font-weight: bold;
  }

  .pg-content__ssttl {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-size: .75rem;
  }

  .pg-content__body > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-size: .75rem;
    margin-top: 13px;
  }

  .pg-content__list-epub li a {
    padding: 20px 0;
  }

  .pg-content__list-epub li a > div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .pg-content__list-epub li + li {
    border-top: 1px solid #ccc;
  }

  .pg-content__list-group {
    width: calc(100% - 100px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .pg-content__list-group > p {
    margin: 0;
  }

  .pg-content__list-group .date {
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-size: .75rem;
    color: #333;
  }

  .pg-content__list-group .post {
    width: 75%;
    color: #039;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-size: .75rem;
  }

  .pg-content__list-year {
    width: 100px;
  }

  .pg-content__list-year strong {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-size: .75rem;
    color: #333;
  }

  .pg-content__calenders .pg-content__flex {
    border-bottom: none;
    padding-bottom: 0;
  }

  .pg-content__calenders .pg-content__flex li {
    width: 31%;
    margin-bottom: 30px;
  }

  .pg-content__calenders .pg-content__flex li:nth-child(even) {
    margin-left: 0;
  }

  .pg-content__calenders-note li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-size: .75rem;
  }
}


.sub-content {
  position: relative;
}

.sub-content__trigger .dbk-switch-menu__hum-button {
  display: flex;
  align-items: center;
}

.sub-content__trigger .dbk-switch-menu__hum-button img {
  margin-left: 0;
}

.sub-content__container {
  display: none;
  position: absolute;
  right: 0;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  width: 91.5%;
  box-sizing: border-box;
  z-index: 1000;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .dbk-switch-menu__hum-button {
    cursor: default;
    font-weight: bold;
    padding: 10px 5px;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    width: 100%;
  }

  .sub-content__trigger .dbk-switch-menu__hum-button img {
    margin-left: 0;
  }

  .dbk-switch-menu__hum-button img {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .sub-content__trigger {
    display: none;
  }

  .sub-content__container {
    display: block !important;
    box-sizing: border-box;
    background: #fff;
    margin-left: auto;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    font-weight: bold;
    position: static;
    border: none;
    width: 100%;
  }
}

.sub-content__menu {
  line-height: 15px;
}

.sub-content__label {
  border-bottom: 1px solid #d1d1d1;
  background-color: #3c3f48;
  color: #fff;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: 0.875rem !important;
}

@media (min-width: 960px) {
  .sub-content__group {
    display: block !important;
    position: static;
    border-left: none;
    border-right: none;
  }

  .sub-content__box {
    background: #F2F2F2;
    padding: 0 10px;
    border-bottom: 1px solid #d1d1d1;
  }

  .sub-content__box li a {
    color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-size: .675rem;
    padding: 10px 5px 10px 0;
    text-decoration: none;
    display: block;
  }

  .sub-content__box li + li {
    border-top: 1px solid #D1D1D1;
  }

  .sub-content__block {
    width: 100%;
    font-weight: normal;
    margin-bottom: 24px;
  }

  .sub-content__block--profile {
    margin-top: 20px;
  }

  .sub-content__menu {
    line-height: 15px;
  }

  .sub-content__label {
    border-bottom: 1px solid #d1d1d1;
    background-color: #fff;
    color: #333;
    padding: 0 0 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-size: .75rem;
  }
}

.sub-menu {
  padding: 5px 0 5px 13px;
}

.sub-menu__label {
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: 0.75rem !important;
  font-weight: bold;
}

.sub-menu__label a {
  color: #333;
  text-decoration: none;
}

.sub-menu__list {
  margin-bottom: 9px;
}

.sub-menu__list li a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  font-size: 0.6875rem !important;
  color: #333;
  text-decoration: none;
}

.sub-menu__list li a:hover {
  color: #f63;
  text-decoration: underline;
}

.sub-menu__list li + li {
  margin-top: 5px;
}

.c-accordion__trigger {
  background: #cdced2;
  padding: 12px 10px 12px 40px;
  cursor: pointer;
  position: relative;
}

.c-accordion__trigger:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  line-height: 30px;
  color: #8a8b94;
  background: #fff;
  content: "";
}

.c-accordion__trigger:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTUgMiI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjIiIGZpbGw9IiM4YThiOTQiLz48L3N2Zz4=") no-repeat 0 0;
  content: "";
}

.c-accordion__trigger.is--closed:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjggLTUyKSI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4IDU4KSIgZmlsbD0iIzhhOGI5NCIvPjxyZWN0IHdpZHRoPSIxNSIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi41IDUyKSByb3RhdGUoOTApIiBmaWxsPSIjOGE4Yjk0Ii8+PC9nPjwvc3ZnPg==") no-repeat 0 0;
  content: "";
}

.c-accordion__label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: 0.75rem !important;
}

.c-accordion__label--s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: 0.75rem !important;
  line-height: 18px;
  margin-bottom: 6px;
}

.c-accordion__body {
  padding: 12px 5px;
}

.c-accordion__row {
  margin-bottom: 18px;
}

@media (min-width: 960px) {
  .c-accordion__trigger {
    padding: 12px 10px 12px 10px;
  }

  .c-accordion__trigger:before {
    left: auto;
    right: 5px;
  }

  .c-accordion__trigger:after {
    left: auto;
    right: 9px;
  }

  .c-accordion__trigger.is--active:after {
    left: auto;
    right: 9px;
  }

  .c-accordion__label {
    font-weight: bold;
  }

  .c-accordion__label--s {
    font-weight: bold;
  }
}

.c-adobebox {
  zoom: 1;
  margin-bottom: 20px;
}

.c-adobebox:after {
  content: "";
  display: block;
  clear: both;
}

.c-adobebox__img {
  float: left;
  margin: 0 20px 0 0;
}

.c-adobebox__text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}

.c-alertbox {
  border: 1px solid #b51500;
  padding: 8px;
}

.c-alertbox__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  font-size: 0.75rem !important;
  padding-left: 28px;
  position: relative;
}

.c-alertbox__text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 27px;
  background: url(/images/common/icon_red.png) no-repeat 0 0;
  content: "";
}

.c-alertbox__text strong {
  font-weight: bold;
}

@media (min-width: 960px) {
  .c-alertbox__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-size: .75rem;
  }
}

.c-bar__item {
  border: 1px solid #D4D4D4;
}

.c-bar__item a {
  display: block;
  padding: 12px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-bar__item a img {
  width: 7px;
  height: 8px;
  vertical-align: middle;
}

.c-box {
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.c-box__head {
  border-bottom: 1px solid #D1D1D1;
  padding: 13px 0 12px 16px;
}

.c-box__head span img {
  vertical-align: middle;
  width: 17px;
  height: 17px;
}

.c-box__ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.c-box__table {
  display: table;
  width: 100%;
}

.c-box__table--fixed {
  table-layout: fixed;
}

.c-box__cell {
  display: table-cell;
}

.c-box__cell a {
  display: block;
  padding: 23px 2px;
}

.c-box__cell + .c-box__cell {
  border-left: 1px solid #d1d1d1;
}

.c-box__img {
  text-align: center;
  margin-bottom: 11px;
}

.c-box__img img {
  width: auto;
  height: 44px;
}

.c-box__text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
}

.c-box__ranking li {
  position: relative;
  padding-left: 46px;
  counter-increment: ranking;
}

.c-box__ranking li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 100%;
  background: #60636b;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 4.1818181818;
  content: counter(ranking);
}

.c-box__ranking li a {
  display: block;
  padding: 18px 18px 17px 19px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}

.c-box__ranking li + li {
  border-top: 1px solid #D1D1D1;
}

.c-btn--bordered, .c-btn--bordered-s {
  display: table-cell;
  padding: 18px 0;
  text-align: center;
  border: 1px solid #e1e1e1;
  line-height: 21px;
  font-size: 0.875rem !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}

.c-btn--bordered:before, .c-btn--bordered-s:before {
  display: inline-block;
  width: 9px;
  margin-right: 8px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjkuMDMxIiBoZWlnaHQ9IjEwLjAwNCIgdmlld0JveD0iMCAwIDkuMDMxIDEwLjAwNCI+PHBhdGggZmlsbD0iIzAwNDVFMCIgZD0iTS4wMSAwaDMuNTk3bDUuNDI1IDQuOTktNS40MyA1LjAxNEgwTDUuNDMyIDQuOTkuMDEgMHoiLz48L3N2Zz4=") no-repeat 0 0;
  content: "";
}

.c-btn--bordered-s {
  padding: 9px 0;
}

.c-btn--blue {
  display: block;
  background: #0058c5;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-size: 0.65rem !important;
  text-decoration: none;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.c-btn__submit--primary {
  background: #eb4a4a;
  border: 1px solid #eb4a4a;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  line-height: 0.75rem !important;
  font-size: 0.75rem !important;
  display: block;
  width: 100%;
  padding: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}

.c-btn__submit--primary:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

@media (min-width: 960px) {
  .c-btn--bordered, .c-btn--bordered-s {
    padding: 18px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
  }

  .c-btn--bordered:hover, .c-btn--bordered-s:hover {
    color: #f63;
    text-decoration: underline;
  }

  .c-btn--bordered-s {
    padding: 0px 0;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8571428571;
  }
}

.c-button__search {
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.c-card__item {
  border: 1px solid #d1d1d1;
  padding: 9px 15px;
}

.c-card__item a {
  display: block;
  text-decoration: none;
}

.c-card__head {
  text-align: center;
}

.c-card__ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 0.875rem !important;
}

.c-card__sttl {
  margin-top: 13px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
}

.c-card__item + .c-card__item {
  margin-top: 18px;
}

.c-card__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c-card--ph {
  align-items: stretch;
}

.c-card--ph__item {
  width: 48.5%;
  margin-bottom: 12px;
  border: 1px solid #d1d1d1;
}

.c-card--ph__item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.c-card--ph__item:nth-child(even) {
  margin-left: auto;
}

.c-card--ph__head img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-card--ph__body {
  padding: 7px;
}

.c-card--ph__date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-size: 0.65rem !important;
  margin-bottom: 4px;
}

.c-card--ph__ttl {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-size: 0.65rem !important;
  font-weight: bold;
  margin-bottom: 7px;
}

.c-card--ph__tag {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c-card--ph__tag li {
  padding: 2px 5px;
  margin: 0 2px 2px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  font-size: 0.65rem !important;
  background: #e4e4e4;
}

.c-card--product__item {
  border: 1px solid #e1e1e1;
}

.c-card--product__item a {
  display: block;
  padding: 6px 20px;
  text-decoration: none;
}

.c-card--product__ph {
  text-align: center;
}

.c-card--product__ph img {
  max-height: 154px;
  vertical-align: bottom;
}

.c-card--product__body {
  border-top: 1px solid #e1e1e1;
  padding: 6px 0 0;
  margin-top: 12px;
}

.c-card--product__annotation {
  margin-bottom: 10px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  font-size: .65rem;
  color: #fff;
}

.c-card--product__annotation--gold {
  background: #bdb177;
}

.c-card--product__annotation--blue {
  background: #00b1d7;
}

.c-card--product__name {
  margin-bottom: 6px;
  color: #111;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-size: .65rem;
  font-weight: bold;
}

.c-card--product__name span + span {
  display: none;
}

.c-card--product__color {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-size: .65rem;
  color: #111;
}

.c-card--product__color img {
  vertical-align: middle;
}

.c-card--product__function {
  display: none;
}

@media (min-width: 768px) {
  .c-card {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .c-card__item {
    width: 32%;
    box-sizing: border-box;
  }

  .c-card__item + .c-card__item {
    margin-top: 0;
  }

  .c-card__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .c-card__ttl a {
    text-decoration: none;
  }

  .c-card__sttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .c-card--product {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .c-card--product__item {
    width: 32%;
  }

  .c-card--product__item a {
    padding: 12px 15px 18px;
  }

  .c-card--product__body {
    border-top: 1px solid #e1e1e1;
    padding: 6px 0 0;
    margin-top: 12px;
  }

  .c-card--product__annotation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-bottom: 10px;
  }

  .c-card--product__name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .c-card--product__name span + span {
    display: block;
    margin-top: 32px;
  }

  .c-card--product__color {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
  }

  .c-card--product__function {
    margin-top: 12px;
    display: block;
  }

  .c-card--product__function li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #111;
  }

  .c-card--product__function li img {
    width: 36px;
    margin-right: 5px;
    height: auto;
    vertical-align: middle;
  }

  .c-card--product__function li + li {
    margin-top: 12px;
  }
}

.p-aside {
  padding: 0 15px;
}

.p-aside__row {
  text-align: center;
  padding: 18px 0 9px;
  border-top: 1px solid #d1d1d1;
}

.p-aside__row a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.p-aside__alert {
  color: #f00;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.c-check-text__item {
  padding: 9px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: .75rem;
  font-weight: normal;
}

@media (min-width: 960px) {
  .c-check-text__item {
    padding: 0 0 9px;
  }
}

.c-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-flex--spb {
  justify-content: space-between;
}

.c-flex--fdc {
  flex-direction: column;
}

.c-flex--alc {
  align-items: center;
}

.c-flex__item--right {
  margin-left: auto;
}

.c-flex__item--col4 {
  width: 20%;
}

.c-input__text {
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  appearance: normal;
  -webkit-appearance: none;
  font-size: 0.65rem;
  color: #999;
  width: 100%;
}

.c-link-text__item > a {
  display: block;
  padding: 15px 10px 10px 25px;
  border-bottom: 1px solid #d1d1d1;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
  position: relative;
}

.c-link-text__item > a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgiIGhlaWdodD0iOCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzYwNjM2QiIgZD0iTTAsMGgyLjlsNC4zLDRMMi45LDhIMGw0LjMtNEwwLDB6Ii8+DQo8L3N2Zz4NCg==") no-repeat 0 0;
  background-size: 8px 8px;
  content: "";
}

.c-link-text__item > span {
  display: block;
  padding: 15px 10px 10px 25px;
  border-bottom: 1px solid #d1d1d1;
  color: #777;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
  position: relative;
}

.c-link-text__item > span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  background: url("/images/common/icon_arrow_current.png") no-repeat 0 0;
  background-size: 8px 8px;
  content: "";
}

.c-link-list__item > a {
  display: block;
  padding: 15px 10px 10px 25px;
  border-bottom: 1px solid #d1d1d1;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
  position: relative;
}

.c-link-list__item > a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgiIGhlaWdodD0iOCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzYwNjM2QiIgZD0iTTAsMGgyLjlsNC4zLDRMMi45LDhIMGw0LjMtNEwwLDB6Ii8+DQo8L3N2Zz4NCg==") no-repeat 0 0;
  background-size: 8px 8px;
  content: "";
}

.c-link-list__item > span {
  display: block;
  padding: 15px 10px 10px 25px;
  border-bottom: 1px solid #d1d1d1;
  color: #777;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
  position: relative;
}

.c-link-list__item > span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  background: url("/images/common/icon_arrow_current.png") no-repeat 0 0;
  background-size: 8px 8px;
  content: "";
}

@media (min-width: 960px) {
  .c-link-text__item > a {
    display: block;
    padding: 6px 0 6px 0;
    border-bottom: none;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
  }

  .c-link-text__item > a:hover {
    text-decoration: underline;
    color: #f63;
  }

  .c-link-text__item > a:before {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 5px;
    margin-top: 3px;
    content: "";
  }

  .c-link-text__item > span {
    display: block;
    padding: 6px 0 6px 0;
    border-bottom: none;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
  }

  .c-link-text__item > span:hover {
    text-decoration: underline;
    color: #f63;
  }

  .c-link-text__item > span:before {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 5px;
    margin-top: 3px;
    content: "";
  }

  .c-link-list__item > a {
    display: block;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #d1d1d1;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .c-link-list__item > a:hover {
    text-decoration: underline;
    color: #f63;
  }

  .c-link-list__item > a:before {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 5px;
    margin-top: 3px;
    content: "";
  }

  .c-link-list__item > span {
    display: block;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #d1d1d1;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .c-link-list__item > span:hover {
    text-decoration: underline;
    color: #f63;
  }

  .c-link-list__item > span:before {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 5px;
    margin-top: 3px;
    content: "";
  }
}

.c-list--dots li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 13px;
  position: relative;
}

.c-list--dots li:before {
  content: "・";
}

.c-local-menu {
  padding: 0 15px;
}

.c-local-menu__list {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-local-menu__item {
  width: 50%;
}

.c-local-menu__item a, .c-local-menu__item span {
  display: block;
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: .75rem;
  text-decoration: none;
  color: #333;
}

.c-local-menu__item span {
  color: #b5b5b5;
}

.c-local-menu__item + .c-local-menu__item {
  border-left: 1px solid #ccc;
}

@media (min-width: 960px) {
  .c-local-menu__item {
    width: auto;
  }

  .c-local-menu__item a, .c-local-menu__item span {
    padding: 9px 20px;
  }
}

.c-pagetop__link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #8a8b94;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.c-pagetop__link img {
  width: 24px;
  height: auto;
}

.c-square__item {
  border: 1px solid #d1d1d1;
}

.c-square__item a {
  display: block;
  padding: 27px 10px;
}

.c-square__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.c-square__text {
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  text-align: right;
}

.c-tab__list {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.c-tab__item {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
}

.c-tab__item a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-size: 0.75rem !important;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #d1d1d1;
}

.c-tab__item:first-child a {
  border-left: none;
}

.c-tab__content {
  display: none;
}

@media (min-width: 960px) {
  .c-tab__item a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

.c-table--01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table--01 tbody th {
  width: 124px;
  background: #F2F2F2;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  font-weight: bold;
  border: 1px solid #DEDEDE;
  border-right: 0;
}

.c-table--01 tbody td {
  background: #FFF;
  height: 70px;
  padding: 10px 10px 10px 12px;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  border: 1px solid #DEDEDE;
}

.c-table--01 tbody td img {
  width: 100%;
  height: auto;
}

.c-table--02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 10px 0 20px;
}

.c-table--02 thead {
  display: none;
}

.c-table--02 tbody th {
  text-align: left;
  padding: 10px;
  margin: 0 0 10px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: block;
  background: #F2F2F2;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  font-weight: bold;
  border-right: 0;
}

.c-table--02 tbody th br {
  display: none;
}

.c-table--02 tbody td {
  display: block;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-size: .75rem;
  border: none;
}

.c-table--02 tbody td:last-child {
  padding-bottom: 10px;
}

.p-banner {
  padding: 0 15px;
  margin-bottom: 20px;
}

.p-banner__item {
  text-align: center;
}

.p-banner__item a {
  display: block;
}

.p-banner__item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-banner__item a img.is--pc {
  display: none;
}

.p-banner__item--right {
  text-align: right;
}

.p-banner__item + .p-banner__item {
  margin-top: 10px;
}

.p-banner--full {
  padding: 0 15px;
  margin-bottom: 20px;
}

.p-banner--full__item {
  margin-bottom: 10px;
}

.p-banner--full__item a {
  display: block;
}

.p-banner--full__item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-banner--full__item a img.is--pc {
  display: none;
}

.p-banner--full__item--center {
  text-align: center;
}

.p-banner--full__item--right {
  text-align: right;
}

@media (min-width: 768px) {
  .p-banner--full__item a img.not--pc {
    display: none;
  }

  .p-banner--full__item a img.is--pc {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .p-banner {
    width: 700px;
    margin: 0 auto 20px;
  }

  .p-banner__item a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .p-banner__item a img.is--pc {
    display: block;
  }

  .p-banner__item a img.not--pc {
    display: none;
  }

  .p-banner__item + .p-banner__item {
    margin-top: 20px;
  }
}

.p-banners__list li a {
  display: block;
}

.p-banners__list li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-banners__list li + li {
  margin-top: 18px;
}

@media (min-width: 960px) {
  .p-banners__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .p-banners__list li {
    margin-bottom: 18px;
  }

  .p-banners__list li a {
    display: block;
  }

  .p-banners__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .p-banners__list li + li {
    margin-top: 0;
  }

  .p-banners__col--1 {
    flex-basis: 100%;
  }

  .p-banners__col--2 {
    flex-basis: 48.5%;
  }

  .p-banners__col--3 {
    flex-basis: 32%;
  }
}

.p-breadcrumb {
  display: none;
}

@media (min-width: 960px) {
  .p-breadcrumb {
    display: block;
    padding-top: 12px;
    margin-bottom: 12px;
  }

  .p-breadcrumb__list {
    /*
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
    */
  }

  .p-breadcrumb__list li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    font-size: .625rem;
    display: inline
  }

  .p-breadcrumb__list li a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-size: .625rem;
    position: relative;
    text-decoration: none;
  }

  .p-breadcrumb__list li a:hover {
    color: #f63;
    text-decoration: underline;
  }

  .p-breadcrumb__list li:not(.dbk-breadcrumb__list-item) a:after {
    display: inline-block;
    margin: 0 5px;
    content: ">";
  }
}


/*
.category-table {
  width: 100%; }
  .category-table-container {
    position: relative;
    display: none; }
    .category-table-container.current {
      display: block; }
  .category-table tr th {
    border: solid 1px #d1d1d1;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-size: .625rem;
    padding: 6px 8px;
    background-color: #fbfbfb;
    vertical-align: middle;
    text-align: right; }
  .category-table tr td {
    border: solid 1px #d1d1d1;
    text-align: center;
    vertical-align: middle;
    padding: 1.3em 0.7em;
    word-break: break-all;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    font-size: .625rem; }
  .category-table tr .color {
    vertical-align: top;
    text-align: left; }
    .category-table tr .color.is-center {
      text-align: center; }
    .category-table tr .color .color-wrap {
      display: inline-block;
      position: relative; }
  .category-table.col5 th {
    width: 12%; }
  .category-table.col5 td {
    width: 18%; }
  .category-table.col4 th {
    width: 10%; }
  .category-table.col4 td {
    width: 22.5%; }
  .category-table.col3 th {
    width: 12%; }
  .category-table.col3 td {
    width: 30%; }
  .category-table.col2 th {
    width: 20%; }
  .category-table.col2 td {
    width: 40%; }
  .category-table.col1 th {
    width: 15%; }
  .category-table.col1 td {
    width: 85%; }
  .category-table-top-row th, .category-table-top-row td {
    border-top: none; }
  .category-table .category-link {
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px; }
  .category-table-head {
    width: 100%;
    position: relative;
    z-index: 50;
    background-color: #fff; }
    .category-table-head.fix {
      position: fixed;
      top: 0; }
    .category-table-head.abs {
      position: absolute;
      top: auto;
      bottom: 0; }
    .category-table-head-maker {
      position: relative; }
  .category-table-name {
    font-weight: 700;
    font-size: 166%;
    text-decoration: underline;
    color: #000 !important;
    word-break: break-all; }
*/

.category-color-chip {
  margin-top: .2em;
  margin-bottom: 1em;
  position: relative;
}

.category-color-chip:last-child {
  margin-bottom: 0;
}

.category-color-chip.rose span:before {
  background-color: #f19dae;
}

.category-color-chip.blue span:before {
  background-color: #00498f;
}

.category-color-chip.black span:before {
  background-color: #000;
}

.category-color-chip.gold span:before {
  background-color: #bca173;
}

.category-color-chip.white span:before {
  background-color: #fff;
}

.category-color-chip.red span:before {
  background-color: #c50819;
}

.category-color-chip.blue span:before {
  background-color: #384979;
}

.category-color-chip span {
  padding-left: 15px;
  display: inline-block;
}

.category-color-chip span:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px #333;
  position: absolute;
  left: 0;
  top: 4px;
}

.category-btn-direct {
  border-radius: .5em;
  border: solid 2px #fc6d32;
  display: block;
  color: #fc6d32 !important;
  font-size: 12px;
  line-height: 1.3;
  padding: .5em 0;
  margin-bottom: .8em;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

.category-btn-direct .strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: .4em;
  display: block;
}

.category-btn-direct .inr {
  display: inline-block;
  font-weight: 600;
}

.category-btn-normal {
  border-radius: .5em;
  border: solid 1px #d1d1d1;
  display: block;
  font-size: 12px;
  padding: .9em 0;
  margin: 0 auto;
  max-width: 300px span;
  max-width-display: inline-block;
}

.category-tab-btn-wrap {
  text-align: center;
  line-height: 1;
  margin: 10px 10px 10px 0;
}

.category-tab-item-btn {
  display: block;
  vertical-align: bottom;
  padding: 10px 25px 10px 30px;
  font-size: 14px;
  background: #000;
  color: #fff !important;
}

.category-spec-note {
  font-size: 12px;
  margin-top: 25px;
}

.category-spec-note .head {
  position: absolute;
  top: 0;
  left: 0;
}

.category-spec-note .middle {
  vertical-align: middle;
  margin: 0 0.2em;
}

.category-spec-note_item {
  position: relative;
  padding-left: 1.3em;
  line-break: 1.7;
  line-height: 20px;
  font-size: 12px;
}

.p-contact__label {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #aaa;
}

.p-contact__label span {
  color: red;
  margin-left: 5px;
}

.p-contact__note {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-top: 10px;
}

.p-contact__select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f2f2f2;
  height: 40px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.p-contact__select.is--ok {
  border: 1px solid #0c0;
}

.p-contact__select.is--error {
  border: 1px solid #cc0;
}

.p-contact__input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0 10px;
  box-sizing: border-box;
}

.p-contact__input.is--ok {
  border: 1px solid #0c0;
}

.p-contact__input.is--error {
  border: 1px solid #cc0;
}

.p-contact__textarea {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  box-sizing: border-box;
}

.p-contact__row {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.p-contact__row > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-contact__row > p span {
  color: red;
}

.p-contact__item--30 a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #039;
  padding: 20px 0;
}

.p-contact__item--30 a:hover {
  background: #0058BF;
  color: #fff;
}

.p-contact__item--30 a.is--active {
  background: #0058BF;
  color: #fff;
}

.p-contact__item--30 + .p-contact__item--30 {
  margin-top: 10px;
}

.p-contact__item--50 + .p-contact__item--50 {
  margin-top: 40px;
}

.p-contact__frame {
  margin-top: 20px;
  border: 1px solid #444;
  padding: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  height: 200px;
  overflow: auto;
  color: #444;
}

.p-contact__btn {
  margin-top: 15px;
}

.p-contact__submit {
  background: #f1f1f1;
  height: 40px;
  width: 140px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-contact--02 {
  padding: 20px;
}

.p-contact--02__label {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #aaa;
}

.p-contact--02__label span {
  color: red;
  margin-left: 5px;
}

.p-contact--02__ico--01 {
  position: relative;
}

.p-contact--02__ico--01:before {
  display: block;
  width: 96px;
  height: 66px;
  background: url(/images/business/contact/ico_pc_01.png) no-repeat center center;
  margin: 0 auto 30px;
  content: "";
}

.p-contact--02__ico--01:hover:before {
  background: url(/images/business/contact/ico_pc_02.png) no-repeat center center;
}

.p-contact--02__ico--02 {
  position: relative;
}

.p-contact--02__ico--02:before {
  display: block;
  width: 65px;
  height: 71px;
  background: url(/images/business/contact/ico_light_01.png) no-repeat center center;
  margin: 0 auto 30px;
  content: "";
}

.p-contact--02__ico--02:hover:before {
  background: url(/images/business/contact/ico_light_02.png) no-repeat center center;
}

.p-contact--02__ico--03 {
  position: relative;
}

.p-contact--02__ico--03:before {
  display: block;
  width: 71px;
  height: 62px;
  background: url(/images/business/contact/ico_other_01.png) no-repeat center center;
  margin: 0 auto 30px;
  content: "";
}

.p-contact--02__ico--03:hover:before {
  background: url(/images/business/contact/ico_other_02.png) no-repeat center center;
}

.p-contact--02__btn {
  padding: 20px 0 0;
  width: 250px;
  margin: 0 auto;
}

.p-contact--02__aside {
  background: #eee;
  margin-bottom: 20px;
  padding: 30px 15px;
}

.p-contact--02__list {
  margin-top: 40px;
}

.p-contact--02__list li a {
  color: #039;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.p-contact--02__list li a:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: solid 2px #039;
  border-right: solid 2px #039;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.p-contact--02__list li + li {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .p-contact__item--30 {
    width: 32%;
  }

  .p-contact__item--30 a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #039;
    padding: 20px 0;
    min-height: 40px;
  }

  .p-contact__item--30 a:hover {
    background: #0058BF;
    color: #fff;
  }

  .p-contact__item--30 a.is--active {
    background: #0058BF;
    color: #fff;
  }

  .p-contact__item--30 + .p-contact__item--30 {
    margin-top: 0;
  }

  .p-contact--02 {
    padding: 45px 30px;
  }

  .p-contact--02__row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .p-contact--02__ico--01:before {
    height: 71px;
  }

  .p-contact--02__ico--02:before {
    height: 71px;
  }

  .p-contact--02__ico--03:before {
    height: 71px;
  }

  .p-contact--02__btn {
    padding: 20px 0 0;
    width: 100%;
    margin: 0;
  }

  .p-contact--02__btn a {
    width: 250px;
    margin: 0 auto;
  }

  .p-contact--02__aside {
    background: #eee;
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  .p-contact--02__aside button {
    width: 320px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .p-contact--02__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p-contact--02__list li a {
    color: #039;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    text-decoration: none;
  }

  .p-contact--02__list li a:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-top: solid 2px #039;
    border-right: solid 2px #039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .p-contact--02__list li + li {
    margin-top: 0;
    margin-left: 48px;
  }
}

@media (min-width: 960px) {
  .p-contact {
    margin-top: 40px;
  }

  .p-contact__label {
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 4px solid #aaa;
  }

  .p-contact__label span {
    color: red;
    margin-left: 5px;
  }

  .p-contact__row {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .p-contact__row > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-contact__row > p.p-contact__label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }

  .p-contact__row > p span {
    color: red;
  }

  .p-contact__row--column {
    flex-direction: column;
  }

  .p-contact__item {
    width: 100%;
  }

  .p-contact__item--50 {
    width: 48.5%;
  }

  .p-contact__item--50:nth-child(even) {
    margin-left: auto;
  }

  .p-contact__item--50 + .p-contact__item--50 {
    margin-top: 0;
  }

  .p-contact__btn {
    width: 170px;
    margin: 15px auto 0;
  }

  .p-contact--02 {
    padding: 45px 30px;
  }

  .p-contact--02__row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.p-content {
  padding: 0 15px;
  margin-bottom: 48px;
}

.p-content__head {
  margin-bottom: 18px;
}

.p-content__head--borderd {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.p-content__head--sub {
  margin-bottom: 6px;
}

.p-content__head .c-btn--blue {
  display: inline-block;
  width: 70px;
  margin-left: auto;
}

.p-content__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-size: 1.375rem !important;
  display: inline-block;
}

.p-content__ttl span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-size: 0.75rem !important;
}

.p-content__ttl a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-size: 1rem !important;
  text-decoration: none;
  color: #333;
}

.p-content__ttl--s {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-size: 0.875rem !important;
}

.p-content__body {
  margin-bottom: 18px;
}

.p-content__note > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-size: 0.75rem !important;
}

.p-content__note > p a {
  text-decoration: none;
}

.p-content__note > p + p {
  margin-top: 20px;
}

.p-content__note--small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-size: 0.75rem !important;
  color: #666;
}

.p-content__caution {
  color: #666;
  margin-bottom: 42px;
  padding: 0 15px;
}

.p-content__caution li {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem !important;
}

.p-content__list--normal {
  margin-bottom: 60px;
  padding: 0 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-content__list--normal li {
  margin: 0 20px 10px 0;
}

.p-content__list--normal li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-size: 0.875rem !important;
  color: #039;
}

@media (min-width: 960px) {
  .p-content--02 {
    padding: 0;
  }

  .p-content__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }

  .p-content__ttl a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }

  .p-content__ttl--s {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-eftc__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 960px) {
  .p-eftc__img {
    width: 65.78947%;
  }
}

.p-imp-newsbox {
  padding: 0 15px;
  margin-bottom: 20px;
}

.p-lineup__links {
  margin: 13px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.p-lineup__links li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
  font-weight: bold;
}

.p-lineup__list--dots li + li {
  margin-left: 10px;
}

.p-lineup__list--slash {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.p-lineup__list--slash li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.p-lineup__list--slash li:nth-child(even):after {
  display: none;
}

.p-lineup__img {
  text-align: center;
}

.p-lineup__img--2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
}

.p-lineup__img--2 img {
  width: auto;
  height: 85px;
}

.p-lineup__text {
  margin-top: 12px;
  border-top: 1px solid #e1e1e1;
  padding: 12px 0 0;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-size: 0.75rem !important;
}

@media (min-width: 960px) {
  .p-lineup__links {
    margin: 13px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .p-lineup__links li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .p-lineup__list--dots li + li {
    margin-left: 0;
  }

  .p-lineup__list--slash {
    width: 100%;
  }

  .p-lineup__list--slash li {
    padding-left: 0;
  }

  .p-lineup__list--slash li:after {
    content: "　／　";
  }

  .p-lineup__text {
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.p-login {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: #f5f6f7;
}

.p-login__head {
  margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
}

.p-login__head p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.p-login__btn {
  display: table;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.p-login__btn a {
  display: table-cell;
  text-decoration: none;
  color: #039;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-login__btn a img {
  width: 10px;
  height: auto;
  vertical-align: middle;
}

.p-login__text {
  margin-top: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .p-login {
    display: none;
  }
}

.p-menu__item + .p-menu__item {
  margin-top: 18px;
}

@media (min-width: 960px) {
  .p-menu__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .p-menu__item {
    width: 32%;
  }

  .p-menu__item + .p-menu__item {
    margin-top: 0;
  }
}

.p-news__tab-list {
  margin-bottom: 18px;
}

.p-news__line {
  padding: 12px 0;
  border-top: 1px solid #d1d1d1;
}

.p-news__date {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: 0.75rem !important;
  margin-bottom: 6px;
}

.p-news__content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 0.75rem !important;
}

.p-news__sticker {
  background: #F7F6F8;
  border-right: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  padding: 15px 10px;
  margin-bottom: 20px;
}

.p-news__sticker p a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-size: 0.65rem !important;
  text-decoration: none;
  position: relative;
}

.p-news__sticker p a:after {
  display: inline-block;
  position: relative;
  width: 12px;
  margin-left: 8px;
  height: 11px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQUNBQ0FDIj48cGF0aCBkPSJNOSAxMUgwVjNoMnY2aDd2MnoiLz48cGF0aCBkPSJNNCAwdjdoOFYwSDR6bTYgNUg2VjJoNHYzeiIvPjwvZz48L3N2Zz4=") no-repeat 0 0;
  content: "";
}

@media (min-width: 960px) {
  .p-news__line {
    padding: 18px 0;
  }

  .p-news__line > div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p-news__date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0;
    width: 20%;
  }

  .p-news__content {
    width: 80%;
  }

  .p-news__content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }

  .p-news .p-news__foot a {
    width: 50%;
    margin: 0 auto;
  }

  .p-news__sticker {
    border-right: none;
    border-left: none;
  }

  .p-news__sticker p a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.p-ranking__list {
  margin-bottom: 18px;
}

.p-ranking__item {
  position: relative;
}

.p-ranking__item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #afb6bc;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.1818181818;
  font-size: 0.75rem !important;
  color: #fff;
  content: attr(data-rank);
}

.p-ranking__item a {
  display: block;
}

.p-ranking__item + .p-ranking__item {
  margin-top: 24px;
}

.p-ranking__img img {
  width: 100%;
  height: auto;
}

.p-ranking__text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-size: 0.75rem !important;
}

@media (min-width: 960px) {
  .p-ranking__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .p-ranking__item {
    width: 32%;
  }

  .p-ranking__item a {
    display: block;
  }

  .p-ranking__item + .p-ranking__item {
    margin-top: 0;
  }

  .p-ranking__text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-search-result {
  padding: 20px 0;
}

.p-search-result .c-card--product__item {
  margin-bottom: 18px;
}

.p-search-result__note {
  align-items: center;
  margin-bottom: 18px;
}

.p-search-result__nums {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.p-search-result__select select {
  border: 1px solid #d1d1d1;
  height: 36px;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.7142857143;
  color: #039;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}

.p-search-result__box {
  border: 1px solid #d1d1d1;
  padding: 18px;
  margin-bottom: 18px;
}

.p-search-result__name a {
  color: #60c;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.p-search-result__url {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

.p-search-result__excerpt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
}

@media (min-width: 768px) {
  .p-search-result__nums {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }

  .p-search-result__select select {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.375;
  }

  .p-search-result__name a {
    color: #60c;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .p-search-result__url {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }

  .p-search-result__excerpt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-search-result .c-card--product__item {
    margin-bottom: 18px;
  }
}

.c-bar__title {
  padding: 9px 15px;
  background: #afb6bc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #fff;
}

.c-bar__title span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.1818181818;
}

.c-pagenation__list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.c-pagenation__list li a {
  border: 1px solid #d1d1d1;
  display: none;
  width: 30px;
  height: 34px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.0769230769;
  text-decoration: none;
}

.c-pagenation__list li a.is--current {
  display: block;
  background: #d1d1d1;
  color: #fff;
  pointer-events: none;
}

.c-pagenation__list li a.is--arrow {
  display: block;
}

@media (min-width: 768px) {
  .c-pagenation__list li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .c-pagenation__list li + li {
    margin-left: 6px;
  }
}

.p-seris--right {
  text-align: right;
  padding: 20px;
}

.p-seris--right img {
  width: 140px;
  height: auto;
}

.p-seris--new {
  position: relative;
}

.p-seris--new:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 14px;
  background: url(/images/standard-notebook/new_icon.png) no-repeat 0 0;
  content: "";
}

.p-seris__list {
  padding: 0 10px;
}

.p-seris .type {
  font-size: 11px;
  padding: 1px 4px;
  color: #444;
  border: solid 1px #5f5f5f;
  margin-left: 5px;
  vertical-align: middle;
}

.p-seris .line1 {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.p-seris__head {
  background-color: #e1e1e1;
  text-align: center;
  padding: 10px 4px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  font-size: 14px !important;
  border-bottom: 1px solid #ccc;
}

.p-seris__head .initial {
  font-size: 22px !important;
}

.p-seris__inner {
  padding: 24px 24px 16px;
}

.p-seris__inner .p-seris__product {
  width: 25%;
  margin: 0 auto;
}

.p-seris__inner .p-seris__product img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-seris__inner .p-seris__lead {
  padding: 0;
  margin: 15px 0;
  font-size: 17px;
}

.p-seris__inner .p-seris__lead p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-size: 1.0625rem;
  text-align: left;
  color: #444;
}

.p-seris__model-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-size: .75rem;
  padding-left: 20px;
  position: relative;
}

.p-seris__model-list li:before {
  content: '－';
  position: absolute;
  top: 0;
  left: 0;
}

.p-seris__tag {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.p-seris__tag li {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-size: .75rem;
  padding: 8px 16px;
  background: #a0a0a0;
}

.p-seris__tag li + li {
  margin-left: 5px;
}

.p-seris__main_tag {
  border-top: solid 1px #d1d1d3;
  border-bottom: solid 1px #d1d1d3;
  padding: 7px;
  background: #dededf;
}

.p-seris__container {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.p-seris__lead {
  padding: 0 10px;
}

.p-seris__lead p {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  font-weight: bold;
}

.p-seris__container + .p-seris__container {
  border-top: none;
}

.p-seris__category {
  width: 100%;
  box-sizing: border-box;
  background-color: #e1e1e1;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 4px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  position: relative;
}

.p-seris__category span.sub {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-size: .625rem;
  font-weight: normal;
}

.p-seris__category span.initial {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-size: 1.2rem;
}

.p-seris__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.p-seris__column {
  background: #f6f6f8;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
}

.p-seris__column:nth-child(even) {
  border-right: none;
}

.p-seris__column--1 {
  width: 100%;
}

.p-seris__column--2 {
  width: 50%;
}

.p-seris__column--3 {
  width: 50%;
}

.p-seris__product {
  text-align: center;
  margin-bottom: 5px;
}

.p-seris__option {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-size: .625rem;
  padding: 0 10px;
}

.p-seris__option--left {
  text-align: left;
}

.p-seris__option--bottom {
  margin-bottom: 20px;
}

.p-seris__option li + li {
  margin-top: 10px;
}

.p-seris__color {
  margin: 20px 0 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.p-seris__color--left {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 20px 0 0px;
}

.p-seris__color--left span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-size: .875rem;
  margin-right: 20px;
}

.p-seris__color--left + .p-seris__color--left {
  margin-bottom: 20px;
}

.p-seris__chip {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #333;
}

.p-seris__chip--gold {
  background: #bca173;
}

.p-seris__chip--blue {
  background: #384979;
}

.p-seris__chip--white {
  background: #fff;
}

.p-seris__chip--pink {
  background: #f19dae;
}

.p-seris__chip--red {
  background: #c50819;
}

.p-seris__chip + .p-seris__chip {
  margin-left: 10px;
}

.p-seris__btns {
  background: #fff;
  padding: 22px 10px;
}

.p-seris__btns--02 {
  max-width: 326px;
  margin: 0 auto;
  padding: 15px;
}

.p-seris__btns--02 a {
  display: block;
}

.p-seris__btns--02 a + a {
  margin-top: 15px;
}

.p-seris__btn--01 {
  display: block;
  border: 1px solid;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: .875rem;
  text-decoration: none;
  border: solid 1px #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  text-align: center;
}

.p-seris__btn--01 img {
  margin-right: 8px;
}

.p-seris__btn--02 {
  display: block;
  border: solid 2px #ff8f0f;
  border-radius: 5px;
  padding: 12px 10px 6px;
  text-align: center;
  margin-top: 15px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-seris__note {
  margin: 25px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-size: .625rem;
}

.p-seris__note--num p {
  padding-left: 20px;
  position: relative;
  counter-increment: number;
}

.p-seris__note--num p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "*" counter(number);
}

.p-seris__category-tab {
  margin: 0 10px 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-seris__category-tab-item {
  cursor: pointer;
  background: #f5f6f7;
  width: 50%;
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-size: 1rem;
  border-bottom: solid 1px #d3d3d3;
}

.p-seris__category-tab-item:nth-of-type(n+2) {
  border-left: solid 2px #fff;
}

.p-seris__category-tab-item.is--current {
  background: #fff;
  border-top: solid 2px #000;
  border-right: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  border-bottom: none;
}

.p-seris__pannel {
  margin: 0 0 0 10px;
}

@media (min-width: 960px) {
  .p-seris__head {
    border: 1px solid #c9c9c9;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .p-seris__head.not--pc {
    display: none;
  }

  .p-seris__name {
    padding: 10px 4px;
    text-align: center;
    box-sizing: border-box;
  }

  .p-seris__name--01 {
    width: 20%;
  }

  .p-seris__name--02 {
    width: 40%;
  }

  .p-seris__category span.sub {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-size: .625rem;
    margin-top: 20px;
    font-weight: normal;
  }

  .p-seris__category span.initial {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    font-size: 1.5rem;
  }

  .p-seris__name + .p-seris__name {
    border-left: 1px solid #c9c9c9;
  }

  .p-seris__body {
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .p-seris__container {
    border: none;
  }

  .p-seris__container--01 {
    width: 20%;
    border-right: 1px solid #c9c9c9;
  }

  .p-seris__container--02 {
    width: 80%;
  }

  .p-seris__column {
    box-sizing: border-box;
  }

  .p-seris__column--2 {
    width: 25%;
    border-right: 1px solid #c9c9c9;
  }

  .p-seris__column--3 {
    width: 33.33%;
    border-right: none;
  }

  .p-seris__column--3 + .p-seris__column--3 {
    border-left: 1px solid #c9c9c9;
  }

  .p-seris__option {
    text-align: left;
  }

  .p-seris__color {
    margin: 10px 0 20px;
  }

  .p-seris__color--left {
    margin: 5px 0 0px;
  }

  .p-seris__color--left span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-size: .625rem;
    margin-right: 10px;
  }

  .p-seris__color--left + .p-seris__color--left {
    margin-bottom: 5px;
  }

  .p-seris__btn--01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-size: .75rem;
    padding: 5px 0px;
  }

  .p-seris__btn--01 img {
    margin-right: 8px;
  }

  .p-seris__btn--02 {
    padding: 12px 5px 6px;
  }

  .p-seris__btn--02 img {
    width: 100%;
    height: auto;
  }
}

.p-compare {
  margin-top: 56px;
}

.p-compare__container {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d1d1d1;
}

.p-compare__head {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px;
  border-bottom: 1px solid #d1d1d1;
}

.p-compare__name {
  display: table-cell;
  width: 75%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: .875rem;
}

.p-compare__name a {
  color: #039;
  font-weight: bold;
  text-decoration: none;
}

.p-compare__color {
  margin-left: auto;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-size: .625rem;
}

.p-compare__color img {
  margin-left: 5px;
  vertical-align: middle;
}

.p-compare__main {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-star;
  align-items: center;
  padding: 12px 15px;
}

.p-compare__prod {
  width: 25%;
}

.p-compare__prod img {
  width: 100%;
}

.p-compare__info {
  width: 75%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-star;
  align-items: center;
}

.p-compare__list {
  width: 60%;
  padding: 0 30px;
  box-sizing: border-box;
}

.p-compare__list li {
  position: relative;
}

.p-compare__list li p {
  background: #e1e1e1;
}

.p-compare__list li p span {
  display: block;
  width: 0;
  height: 5px;
  background-color: #039;
}

.p-compare__list li:before {
  display: inline-block;
  content: attr(data-label);
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-size: .625rem;
}

.p-compare__list li + li {
  margin-top: 5px;
}

.p-compare__icons {
  width: 40%;
}

.p-compare__icons li > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-star;
  align-items: center;
}

.p-compare__icons li + li {
  margin-top: 12px;
}

.p-compare__ico {
  width: 39px;
  margin-right: 10px;
}

.p-compare__ico img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-compare__text {
  width: calc(100% - 39px);
  margin-left: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  font-size: .75rem;
}

.p-compare__sub {
  padding: 18px 20px;
  background-color: #f5f6f7;
}

.p-compare__sub a {
  display: block;
  padding: 9px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  text-decoration: none;
}

.p-compare__sub a.btn--bordered {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #039;
  text-decoration: none;
}

.p-compare__sub a.btn--orange {
  border: 2px solid #ff8f0f;
  background-color: #fff;
  color: #ff6c00;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: .75rem;
  position: relative;
}

.p-compare__sub a.btn--orange:after {
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/images/common/icon_link_01.svg) no-repeat 0 0;
  content: "";
}

.p-compare__sub a.btn--orange span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-size: .625rem;
}

.p-compare__sub a.btn--orange:hover {
  background: #ff8f0f;
  color: #fff;
}

.p-compare__sub a.btn--orange:hover:after {
  background: url(/images/common/icon_link_02.svg) no-repeat 0 0;
}

.p-compare__sub a + a {
  margin-top: 10px;
}

.p-compare__checks {
  padding: 12px 10px;
  border-top: 1px solid #d1d1d1;
}

@media (min-width: 960px) {
  .p-compare__container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .p-compare__box {
    width: calc(100% - 30px);
  }

  .p-compare__checks {
    width: 30px;
    border-top: none;
    border-left: 1px solid #d1d1d1;
    box-sizing: border-box;
  }

  .p-compare__checks input {
    margin: 0 0 5px;
  }

  .p-compare__checks label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-size: .625rem;
  }

  .p-compare__body {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .p-compare__main {
    width: calc(100% - 250px);
  }

  .p-compare__prod {
    width: 30%;
  }

  .p-compare__info {
    width: 70%;
  }

  .p-compare__list {
    padding: 0 15px;
  }

  .p-compare__ico {
    width: 35px;
    margin-right: 5px;
  }

  .p-compare__text {
    width: calc(100% - 40px);
    margin-left: auto;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4545454545;
    font-size: .625rem;
  }

  .p-compare__sub {
    width: 250px;
  }

  .p-compare__sub a.btn--orange {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    font-size: .75rem;
  }

  .p-compare__sub a.btn--orange span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    font-size: .625rem;
  }
}

.p-useful-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-useful-nav--02 {
  justify-content: flex-start;
}

.p-useful-nav__item {
  margin-right: 15px;
}

.p-useful-nav__item--col3 {
  width: 32%;
}

.p-useful-nav__item--col3 a {
  height: 80px;
  text-align: center;
  text-decoration: none;
  color: #039;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.p-useful-nav__item--col3 a img {
  margin-right: 5px;
}

.p-useful-nav__item--col3 a:hover {
  color: #f63;
  text-decoration: underline;
}

.banner {
  padding: 0 15px;
  margin-bottom: 40px;
}

.banner > div a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.banner > div + div {
  margin-top: 20px;
}

.p-sitemap {
  padding: 3vh 5% 3vh;
  color: #fff;
  background: #61646b;
}

.p-sitemap__head {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2.5vh;
  margin-bottom: 3.75vh;
}

.p-sitemap__label a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-size: 1rem !important;
  font-weight: 400;
  margin-bottom: 9pt;
  margin-bottom: .75rem;
  margin-bottom: 2.5vh;
  color: #fff !important;
  text-decoration: none;
}

.p-sitemap__label a:hover {
  text-decoration: underline;
}

.p-sitemap__type {
  margin-bottom: 3.5vh;
}

.p-sitemap__type a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-bottom: 3.5vh;
  color: #fff !important;
  text-decoration: none;
}

.p-sitemap__type a:hover {
  text-decoration: underline;
}

.p-sitemap__series {
  margin-bottom: 3.5vh;
}

.p-sitemap__series a {
  font-size: 9pt;
  font-size: 0.75rem !important;
  font-weight: 400;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-bottom: 3.5vh;
  color: #fff !important;
  text-decoration: none;
}

.p-sitemap__series a:hover {
  text-decoration: underline;
}

.p-sitemap__list {
  margin-bottom: 4.5vh;
}

.p-sitemap__list li a {
  color: #dbdbdb;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-size: 0.625rem !important;
  margin-bottom: 9pt;
  margin-bottom: 3.5vh;
  text-decoration: none;
}

.p-sitemap__list li a:hover {
  text-decoration: underline;
}

.p-sitemap__list li + li {
  margin-top: 3.5vh;
}

.p-sitemap__container + .p-sitemap__container {
  margin-top: 4.5vh;
}

@media (min-width: 768px) {
  .p-sitemap__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .p-sitemap__label a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .p-sitemap__type a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-sitemap__list {
    margin-bottom: 4.5vh;
  }

  .p-sitemap__list li a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .p-sitemap__container {
    font-size: .875rem;
    width: 45%;
  }

  .p-sitemap__container:nth-child(even) {
    margin-left: auto;
  }

  .p-sitemap__container:nth-child(3) {
    flex-basis: 100%;
  }

  .p-sitemap__container + .p-sitemap__container {
    margin-top: 0;
  }

  .p-sitemap__container + .p-sitemap__container + .p-sitemap__container {
    margin-top: 4.5vh;
  }
}

@media (min-width: 960px) {
  .p-sitemap {
    padding: 36px calc(50% - 940px / 2) 20px;
  }

  .p-sitemap__inner {
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
  }

  .p-sitemap__type {
    margin-bottom: 9pt;
    font-size: 14px;
    line-height: 1.5;
  }

  .p-sitemap__series {
    margin-bottom: 9pt;
    font-size: .65rem;
    line-height: 1.5;
  }

  .p-sitemap__list {
    margin-bottom: 1rem;
  }

  .p-sitemap__list li + li {
    margin-top: 18px;
  }

  .p-sitemap__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p-sitemap__row {
    width: 223px;
  }

  .p-sitemap__row:nth-child(even) {
    margin-left: auto;
  }

  .p-sitemap__container {
    width: 216px;
  }

  .p-sitemap__container:nth-child(even) {
    margin-left: 0;
  }

  .p-sitemap__container:nth-child(2) {
    flex-basis: 457px;
  }

  .p-sitemap__container:nth-child(3) {
    flex-basis: 216px;
  }

  .p-sitemap__container + .p-sitemap__container + .p-sitemap__container {
    margin-top: 0;
  }
}

.p-slider__item a {
  display: block;
}

.p-slider__item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-slider-thumb {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 7px 0;
}

.p-slider-thumb__item {
  width: 28vw;
  margin: 0 7px 7px 0;
}

.p-slider-thumb__item a {
  display: block;
}

.p-slider-thumb__item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-slider--dotts {
  padding: 0 15px;
  margin-bottom: 20px;
}

.p-slider--dotts__item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 960px) {
  .p-slider {
    margin-bottom: 20px;
  }

  .p-slider-thumb {
    width: 700px;
    margin: 10px auto 0;
    padding: 7px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-slider-thumb__item {
    width: 130px;
    margin: 0 0 0px 0;
  }

  .p-slider-thumb__item a {
    display: block;
  }

  .p-slider-thumb__item a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.p-solution__item a {
  display: block;
  padding: 18px 10px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}

.p-solution__item a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-solution__head {
  font-size: 1.375rem !important;
  line-height: 33px;
  margin-bottom: 18px;
}

.p-solution__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 0.75rem !important;
}

.p-solution__img {
  margin: 0 10px;
}

.p-solution__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.p-solution__container {
  margin-bottom: 32px;
}

.p-solution__label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-size: 1.375rem !important;
  margin-bottom: 18px;
}

.p-solution__label a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-size: 1.375rem !important;
  color: #60c;
  text-decoration: none;
}

.p-solution__label--s {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 0.875rem !important;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 9px;
}

.p-solution__sec + .p-solution__sec {
  margin-top: 18px;
}

.p-solution__btn {
  background: #f5f6f7;
  padding: 24px 40px;
  font-size: .875rem;
}

.p-solution__btn a {
  display: table;
  border-collapse: separate;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #039;
  vertical-align: middle;
  font-size: .875rem;
}

.p-solution__aside {
  font-size: 0.625rem !important;
  margin-top: 20px;
}

.p-solution__list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 0.875rem !important;
}

.p-solution__list li:not(p-solution__item) {
  padding: 0;
}

.p-solution__list li:not(p-solution__item):before {
  display: none;
}

.p-solution__list li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 0.875rem !important;
  color: #60c;
  text-decoration: none;
}

.p-solution__list li:before {
  position: absolute;
  left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-size: 0.75rem !important;
  top: 0;
  content: "・";
}

.p-solution__list li + li {
  margin-top: 8px;
}

.p-solution__list li + li:not(p-solution__item) {
  margin-top: 0;
}

@media (min-width: 960px) {
  .p-solution__flex {
    flex-direction: row;
  }

  .p-solution__col--2 {
    width: 48.5%;
  }

  .p-solution__col--2:nth-child(even) {
    margin-left: auto;
  }
}

.p-support__item + .p-support__item {
  margin-top: 18px;
}

@media (min-width: 960px) {
  .p-support__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .p-support__item {
    width: 32%;
    margin-bottom: 18px;
  }

  .p-support__item a {
    display: block;
  }

  .p-support__item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .p-support__item + .p-support__item {
    margin-top: 0;
  }
}

.p-useful__list li a {
  display: block;
}

.p-useful__list li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-useful__list li + li {
  margin-top: 18px;
}

@media (min-width: 960px) {
  .p-useful__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .p-useful__list li {
    width: 32%;
    margin-bottom: 18px;
  }

  .p-useful__list li a {
    display: block;
  }

  .p-useful__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .p-useful__list li + li {
    margin-top: 0;
  }

  .p-useful .p-content__foot a {
    width: 50%;
    margin: 0 auto;
  }
}


/*
 * object/utility/_state.scss
 */

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}


/*
 * object/utility/_dimension.scss
 */

.u-fill {
  width: 100%;
}

.u-half {
  width: 50%;
}

.u-quarter {
  width: 25%;
}

.u-third {
  width: 33.33%;
}

.u-twoThirds {
  width: 66.66%;
}


/*
 * object/utility/_display.scss
 */

.u-table {
  display: table;
  table-layout: fixed;
  position: relative;
}

.u-row {
  display: table-row;
}

.u-cell {
  display: table-cell;
}

.u-inline {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}


/*
 * object/utility/_clearfix.scss
 */

.u-flex, .u-flex--v-center, .u-flex--h-center, .u-flex--space-arround, .u-flex--space-betweem, .u-flex--h-end, .u-flex--v-end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.u-flex--v-center {
  align-items: center;
}

.u-flex--h-center {
  justify-content: center;
}

.u-flex--space-arround {
  justify-content: space-around;
}

.u-flex--space-betweem {
  justify-content: space-between;
}

.u-flex--h-end {
  justify-content: flex-end;
}

.u-flex--v-end {
  align-content: flex-end;
}

.u-flex--grow-1 {
  flex-grow: 1;
}

.u-flex--grow-2 {
  flex-grow: 2;
}

.u-flex--grow-3 {
  flex-grow: 3;
}


/*
 * object/utility/_position.scss
 */

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}


/*
 * object/utility/_object-fit.scss
 */

.u-object-fit-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-object-fit-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}


/*
 * object/utility/_state.scss
 */

.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-hidden {
  visibility: hidden;
}


/*
 * object/utility/_clearfix.scss
 */

.u-margin-top {
  margin-top: auto;
}

.u-margin-right {
  margin-right: auto;
}

.u-margin-bottom {
  margin-bottom: auto;
}

.u-margin-left {
  margin-left: auto;
}


/*
 * object/utility/_media_float.scss
 */

.u-fltL {
  float: left;
}

.u-fltR {
  float: right;
}


/*
 * object/utility/_clearfix.scss
 */

.u-cf:before, .u-cf:after {
  content: "";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

.u-clear {
  clear: both;
}


/*
 * object/utility/_img_replacement.scss
 */

.u-ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.u-imw {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}


/*
 * object/utility/misc.scss
 */


/*
 * rotate
 */

.u-trsfR180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.u-overflowHidden {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

.u-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.u-breakAll {
  word-break: break-all;
}


/*
 * prevent callout
 */

.u-nocallout {
  -webkit-touch-callout: none;
}


/*
 * A hack for HTML5 contenteditable attribute on mobile
 */

textarea[contenteditable] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.u-invisible {
  visibility: hidden;
}


/*
 * object/utility/_spases.scss
 */

.u-p1 {
  padding: 1px;
}

.u-p2 {
  padding: 2px;
}

.u-p3 {
  padding: 3px;
}

.u-p4 {
  padding: 4px;
}

.u-p5 {
  padding: 5px;
}

.u-p10 {
  padding: 10px;
}

.u-p15 {
  padding: 15px;
}

.u-p20 {
  padding: 20px;
}

.u-p30 {
  padding: 30px;
}

.u-pt1 {
  padding-top: 1px;
}

.u-pt2 {
  padding-top: 2px;
}

.u-pt3 {
  padding-top: 3px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb1 {
  padding-bottom: 1px;
}

.u-pb2 {
  padding-bottom: 2px;
}

.u-pb3 {
  padding-bottom: 3px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr1 {
  padding-right: 1px;
}

.u-pr2 {
  padding-right: 2px;
}

.u-pr3 {
  padding-right: 3px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl1 {
  padding-left: 1px;
}

.u-pl2 {
  padding-left: 2px;
}

.u-pl3 {
  padding-left: 3px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-m0 {
  margin: 0;
}

.u-m1 {
  margin: 1px;
}

.u-m2 {
  margin: 2px;
}

.u-m3 {
  margin: 3px;
}

.u-m4 {
  margin: 4px;
}

.u-m5 {
  margin: 5px;
}

.u-m10 {
  margin: 10px;
}

.u-m15 {
  margin: 15px;
}

.u-m20 {
  margin: 20px;
}

.u-m30 {
  margin: 30px;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1px;
}

.u-mt2 {
  margin-top: 2px;
}

.u-mt3 {
  margin-top: 3px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 1px;
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb3 {
  margin-bottom: 3px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr1 {
  margin-right: 1px;
}

.u-mr2 {
  margin-right: 2px;
}

.u-mr3 {
  margin-right: 3px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml1 {
  margin-left: 1px;
}

.u-ml2 {
  margin-left: 2px;
}

.u-ml3 {
  margin-left: 3px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mh5 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

.u-mh20 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-mh30 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-mAuto {
  margin: 0 auto;
}


/*
 * object/utility/_state.scss
 */

.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-hidden {
  visibility: hidden;
}


/*
 * object/utility/_typography.scss
 */

.u-fs8 {
  font-size: 8px !important;
  font-size: .8rem !important;
}

.u-fs9 {
  font-size: 9px !important;
  font-size: .9rem !important;
}

.u-fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.u-fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u-fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u-fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.u-fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-lighter {
  font-weight: lighter !important;
}

.u-normal {
  font-weight: normal !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-textleft {
  text-align: left !important;
}

.u-textCenter {
  text-align: center !important;
}

.u-textRight {
  text-align: right !important;
}

.u-verticalTop {
  vertical-align: top !important;
}

.u-verticalMiddle {
  vertical-align: middle !important;
}

.u-verticalBottom {
  vertical-align: bottom !important;
}

.u-verticalBaseline {
  vertical-align: baseline !important;
}

.u-verticalTextBottom {
  vertical-align: text-bottom !important;
}

.u-baseTextShadow {
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 960px) {
  .story__sub {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}


.dbk-dropdown__item > a, .dbk-dropdown__item > span, .dbk-dropdown__nested-list > li > a, .dbk-dropdown__nested-list > li > span {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/*
.seminar_lead{
    font-size: 14px;
}

.box{
  font-size: 14px;
  line-height: 1.7em;
}
*/

.dbk-u-right {
  font-size: .875rem;
}

/*本番サイト打ち消し*/

.dbk-contents__main-inner {
  margin-right: 0 !important
}

.dbk-contents__main {
  float: none !important;
  margin: 0 !important;
}

.dbk-contents__main.fl-right {
  float: right !important;
}

.top-message .pg-content__flex {
  justify-content: center;
}

.top-message .pg-content__flex figcaption {
  font-size: 16px;
}

.top-message .pg-content__sttl {
  font-size: 16px;
}

.top-message .pg-content__ssttl {
  font-size: 16px;
}

.top-message .pg-content__body p {
  font-size: 14px;
}

/*本番サイトoverwrite*/
.dbk-product-guide .dbk-local-menu .dbk-local-menu__item span {
  color: #b5b5b5 !important;
}


.dbk-product-overview__manual .dbk-list.dbk-list--inline .dbk-list__item:first-child a {
  font-size: 1.5em;
}

@media screen and (max-width: 480px) {
  .dbk-hero {
    margin-right: 0;
  }
}

.visually-hidden {
  display: none;
}

/* IE イメージリンク切れ対応 */
.dbk-product-overview__copy img {
  display: none;
}

/* フッタリンクなしメニュー start */
.p-sitemap__list li span {
  font-size: 0.625rem !important;
  color: #dbdbdb;
}

.p-sitemap__label span {
  line-height: 1.25;
  font-size: 1rem !important;
}

/* フッタリンクなしメニュー end */
