@charset "UTF-8";
/* ----------------
ベース
------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #4a90e2; }

a:link {
  color: #4a90e2; }

a:visited {
  color: #5e5cba; }

dt {
  font-weight: bold; }

body {
  color: #333333;
  font-family: 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.base-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto; }

.base-heading {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px; }

.base-required-label {
  background-color: #e30314;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  line-height: 1.3;
  display: inline-block;
  float: right;
  margin-top: 4px; }

.sub-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0; }

#js-seo_info th {
  width: 200px; }

@media screen and (max-width: 767px) {
  .base-container {
    max-width: 1130px;
    padding: 0 0px;
    margin: 0 auto;
    overflow-x: hidden; }

  .base-show-pc {
    display: none; }

  #offcanvas {
    padding: 15px 10px; } }
.header {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 20px 0; }
  .header:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    border-top: solid 5px #00479d;
    top: 0; }

.header-bg {
  padding: 0;
  background: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .header-bg:before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 60%;
    height: 230px;
    background: linear-gradient(to right, white 65%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0) 100%); }

.header-inner {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  height: 230px; }
  .header-inner:before, .header-inner:after {
    content: " ";
    display: table; }
  .header-inner:after {
    clear: both; }

.header__item--left {
  float: left;
  width: 70%; }

.header__item--right {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
  float: right;
  width: 30%; }
  .header__item--right a {
    display: block;
    width: 100%;
    max-width: 345px;
    float: right; }
  .header__item--right img {
    max-width: 100%;
    vertical-align: bottom; }

.header__site-name {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  background: #00479d;
  padding: .3em 2em;
  border-radius: 20px;
  color: #fff;
  margin: 25px 0 10px; }
  .header__site-name a {
    color: #333333; }
    .header__site-name a:link, .header__site-name a:hover, .header__site-name a:visited {
      color: #333333; }
    .header__site-name a:link, .header__site-name a:hover, .header__site-name a:visited {
      text-decoration: none; }

.header__blog-name {
  margin: 0 0 12px 10px;
  font-size: 2.4em;
  color: #00479d;
  font-family: "メイリオ";
  line-height: 1; }

.header__item--left__txt-unit {
  width: 45%;
  min-width: 80%; }
  .header__item--left__txt-unit p {
    font-size: .875em;
    line-height: 1.9em;
    margin: 0;
    padding: 0 0 0 5px; }

.header_blog-name {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2; }

.header-logo {
  width: 100%;
  height: auto; }

.header-logo-wrap {
  width: 67px;
  height: 67px;
  float: left;
  margin-right: 5px; }

.header-text {
  float: left; }

.header-icon-wrap {
  float: right; }

.header-wrap {
  width: 100%;
  height: 230px;
  display: table; }

.header-btn {
  border: none;
  display: none;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background: #00479d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 40px;
  padding: 12px 0; }

.header-btn-line {
  background: #fff;
  display: block;
  width: 24px;
  height: 3px;
  margin: 0 auto 4px auto; }

@media screen and (max-width: 767px) {
  .header {
    border-top: none; }
    .header:after {
      display: none; }

  .header-bg {
    background-position: right 50px; }
    .header-bg:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      width: 100%;
      height: 120px;
      background: linear-gradient(to bottom, white 50%, rgba(249, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%); }

  .header__item--left {
    width: 68%;
    max-width: 320px;
    margin-top: 20px; }

  .header__item--right {
    display: none; }

  .header-wrap {
    height: 160px; }

  .header-btn {
    display: block;
    top: 20px;
    right: 20px; }

  .header-inner {
    text-align: left;
    padding: 0 20px; }

  .header__site-name {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    padding: .2em .5em;
    margin: 0px 0 5px; }

  .header__blog-name {
    margin: 0 0 12px 5px; }
    .header__blog-name img {
      width: 100%; }

  .header__item--left__txt-unit {
    display: none; } }
/* @ hero
// ------------------------------------------------------------ */
.sec-hero__keyword {
  background: #f8f3e0; }
.sec-hero__txt-unit {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.7; }
.sec-hero__bnr-unit {
  padding: 20px 0;
  line-height: 1;
  text-align: center; }
  .sec-hero__bnr-unit a {
    display: block;
    width: 100%; }
  .sec-hero__bnr-unit img {
    width: 100%;
    max-width: 100%; }

/* ------------------------------
　　フッター
------------------------------ */
.footer {
  margin-top: 30px;
  background-color: #666666;
  padding: 25px 0; }

.footer__copy {
  padding-top: 25px; }

.footer-copyright {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-family: verdana, sans-serif; }

.f-nav {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .f-nav__item {
    width: 31%; }
  .f-nav__item__ttl {
    font-size: 16px;
    line-height: 1;
    border: solid 1px #fff;
    text-align: center;
    padding: .5em .5em;
    color: #fff; }
  .f-nav__item__body {
    margin: 0;
    padding: 0 1.5em;
    list-style: none; }
    .f-nav__item__body li {
      margin-bottom: .5em; }
      .f-nav__item__body li:before {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        position: relative;
        left: -15px;
        top: -3px; }
    .f-nav__item__body a {
      font-size: 14px;
      line-height: 1.2;
      color: #fff;
      transition: .2s; }
      .f-nav__item__body a:hover {
        opacity: .7;
        text-decoration: underline; }

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50; }
  .to-top a {
    position: relative;
    display: block;
    width: 70px;
    height: 50px;
    background: #000;
    border-radius: 5px; }
    .to-top a span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 40px;
      color: #fff;
      padding: 0; }

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    background-color: #666666;
    padding: 0 0 25px 0; }

  .f-nav__item {
    width: 100%;
    display: flex;
    -js-display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .f-nav__item__ttl {
    width: 100%;
    margin: 0;
    line-height: 1.4;
    padding: 1.5em .5em;
    border-bottom: none;
    border-left: none;
    border-right: none; }
  .f-nav__item__body {
    display: flex;
    -js-display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: solid 1px #fff; }
    .f-nav__item__body li {
      width: 50%;
      text-align: center;
      margin-bottom: 0;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff; }
      .f-nav__item__body li:nth-child(even) {
        border-right: none; }
      .f-nav__item__body li:nth-child(odd):last-child {
        border-bottom: none; }
      .f-nav__item__body li:before {
        display: none; }
    .f-nav__item__body a {
      display: block;
      width: 100%;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.2;
      padding: 1em .3em;
      transition: 0s; }
      .f-nav__item__body a:hover {
        opacity: 1;
        text-decoration: underline; }

  .to-top {
    right: 50%;
    margin-right: -35px; } }
/* ------------------------------
　　バナー
------------------------------ */
.banner {
  list-style-type: none;
  margin: 0;
  padding: 0 0 7px 0; }

.banner li {
  width: 100%;
  margin-bottom: 13px;
  display: inline-block; }

.banner a {
  opacity: 1;
  display: block;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }
  .banner a:hover {
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70); }

.banner img {
  line-height: 0; }

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
  margin: 0 -12.5px;
  margin-bottom: 30px; }
  .card:before, .card:after {
    content: " ";
    display: table; }
  .card:after {
    clear: both; }

.card-item {
  float: left;
  width: 33.33333333333%;
  padding: 0 12.5px;
  margin-bottom: 10px; }

.card-img {
  width: 100%;
  height: 0;
  padding-bottom: 84%;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.card-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0; }
  .card-title a:link, .card-title a:hover, .card-title a:visited {
    text-decoration: none; }

.card-text {
  font-size: 12px;
  color: #333;
  margin: 0; }

@media screen and (max-width: 767px) {
  .card-item {
    float: none;
    width: auto; }
    .card-item:before, .card-item:after {
      content: " ";
      display: table; }
    .card-item:after {
      clear: both; }

  .card-img-wrap {
    float: left;
    width: 50%; }

  .card-body {
    float: left;
    width: 50%;
    padding: 0 0 10px 10px; } }
/* ------------------------------
　　カテゴリーリスト
------------------------------ */
.category-list {
  margin: 0 0 20px 0;
  padding: 0; }
  .category-list ul {
    border-top: 1px solid #979797;
    padding: 0;
    margin: 0; }
  .category-list li {
    display: block;
    list-style-type: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 45px 15px 5px;
    border-bottom: 1px solid #979797; }
    .category-list li ul {
      margin: 15px -45px -15px -5px;
      border-top: none; }
    .category-list li li {
      padding: 5px 45px 5px 20px;
      border-top: 1px solid #dddddd;
      border-bottom: none;
      font-size: 15px; }
      .category-list li li ul {
        margin: 5px -45px -5px -20px; }
      .category-list li li li {
        padding: 5px 45px 5px 20px;
        font-size: 14px; }
        .category-list li li li a {
          margin: -5px -45px -5px -40px;
          padding: 5px 45px 5px 40px; }
      .category-list li li a {
        margin: -5px -45px -5px -20px;
        padding: 5px 45px 5px 20px; }
      .category-list li li .category-list-label {
        background-color: #f4f4f4; }
    .category-list li a {
      position: relative;
      display: block;
      color: #333333;
      text-decoration: none;
      margin: -15px -45px -15px -5px;
      padding: 15px 45px 15px 5px;
      background-color: transparent;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -ms-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .category-list li a:hover {
        background-color: #CCCCCC; }

.category-list-label {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  border-radius: 3px;
  background: #e3e3e3;
  font-size: 13px;
  line-height: 25px;
  min-width: 36px;
  color: #777777;
  padding: 0 5px;
  text-align: center;
  float: right; }

/* ----------------
コメント
------------------ */
.comment-form {
  margin-bottom: 50px; }

.comment-table {
  width: 100%;
  margin-bottom: 15px;
  border-top: none; }
  .comment-table th {
    width: 140px;
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    padding: 5px 20px 5px 0;
    border-bottom: none; }
  .comment-table td {
    padding: 5px 0;
    border-bottom: none; }
  .comment-table input[type="text"],
  .comment-table input[type="password"] {
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #b2b2b4; }
  .comment-table textarea {
    border-radius: 3px;
    width: 100%;
    border: 1px solid #b2b2b4;
    font-size: 16px;
    padding: 0 10px;
    line-height: 40px; }
  @media screen and (max-width: 767px) {
    .comment-table {
      display: block; }
      .comment-table tbody, .comment-table td, .comment-table th, .comment-table tr {
        display: block;
        width: auto; } }

.comment-btn,
.comment-btn-inline {
  font-size: 14px;
  width: 152px;
  padding: 10px 0;
  color: #ffffff;
  border: none;
  text-align: center;
  border-radius: 5px; }

.comment-btn {
  background-color: #00479d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin: 0 auto;
  display: block; }
  .comment-btn:hover {
    background-color: #00479d; }

.comment-btn-inline {
  background-color: #949494;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: inline-block; }
  .comment-btn-inline:hover {
    background-color: #333333; }

.comment-list {
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #979797; }
  .comment-list li {
    list-style-type: none;
    border-bottom: 1px solid #979797;
    display: block;
    padding: 15px 0; }

.comment-list-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333333; }

.comment-list-text {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333; }

.comment-list-info {
  text-align: right;
  margin: 0;
  font-size: 14px;
  color: #636363; }

/* ----------------
エントリーの部分
------------------ */
.entry {
  word-break: break-word; }

.entry .entry-header {
  border-top: 6px solid #00479d;
  border-bottom: dashed 1px #aaa;
  padding: 10px 5px;
  margin-bottom: 10px; }

.entry .entry-date {
  font-family: Verdana;
  font-size: 14px;
  color: #888888;
  margin: 0; }

.entry .entry-title {
  font-size: 22px;
  color: #333333;
  margin: 0;
  line-height: 1.4; }
  .entry .entry-title a {
    text-decoration: none; }
    .entry .entry-title a:link, .entry .entry-title a:hover, .entry .entry-title a:visited {
      color: #333333; }
    .entry .entry-title a:hover {
      text-decoration: underline; }

.entry-labels {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none; }

.entry-labels li {
  padding: 0 5px;
  display: inline-block; }

.entry-labels a {
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  font-size: 11px; }
  .entry-labels a:link, .entry-labels a:hover, .entry-labels a:visited {
    text-decoration: none; }

.entry-category-label {
  background-color: #007ab7; }
  .entry-category-label:link, .entry-category-label:hover, .entry-category-label:visited {
    color: #FFFFFF; }

.entry-tag-label {
  background-color: #cbe6f3; }
  .entry-tag-label:link, .entry-tag-label:hover, .entry-tag-label:visited {
    color: #007AB7; }

.entry-body {
  line-height: 1.5;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 16px; }
  .entry-body p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.7; }
  .entry-body a:hover {
    text-decoration: underline; }
  .entry-body h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px; }
  .entry-body h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px; }
  .entry-body h4,
  .entry-body h5 {
    font-size: 18px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px; }
  .entry-body ul {
    padding: 0 10px;
    margin: 0 0 30px 0; }
    .entry-body ul li {
      position: relative;
      color: #333333;
      list-style-type: none;
      padding-left: 35px;
      margin-bottom: 10px; }
      .entry-body ul li:before {
        position: absolute;
        top: 10px;
        left: 20px;
        content: "";
        display: inline-block;
        background: #cacaca;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        margin-right: 8px; }
  .entry-body ol {
    padding-left: 45px; }
    .entry-body ol li {
      margin-bottom: 10px; }
  .entry-body dt {
    font-weight: bold;
    margin-bottom: 15px; }
  .entry-body dd {
    margin-left: 15px;
    margin-bottom: 15px; }
  .entry-body table {
    font-size: 16px;
    color: #333333;
    width: 100%;
    margin-bottom: 20px; }
    .entry-body table th {
      padding: 10px;
      background: #eeeeee;
      border: 1px solid #999999;
      text-align: left; }
    .entry-body table td {
      padding: 10px;
      border: 1px solid #999999;
      text-align: left; }
  .entry-body blockquote {
    line-height: 1.7;
    border: 1px solid #999999;
    border-left: 7px solid #999999;
    padding: 20px 10px;
    font-size: 14px; }
  .entry-body .quoteTitle a {
    font-weight: bold;
    font-size: 18px; }
  .entry-body .quoteDescription {
    font-size: 13px; }
  .entry-body .caption {
    margin-bottom: 10px;
    font-size: 12px;
    color: #aaa;
    line-height: 1; }
  .entry-body .prettyprint {
    margin: 0 0 20px 0; }
    .entry-body .prettyprint ol {
      padding-left: 30px;
      margin: 0;
      line-height: 2em; }
    .entry-body .prettyprint li {
      margin-bottom: 5px;
      line-height: 1.5; }
  .entry-body .entry-container {
    clear: both; }
  .entry-body > ul, .entry-body > ol, .entry-body > dl {
    clear: both; }
  @media screen and (max-width: 767px) {
    .entry-body .entry-container {
      -ms-overflow-x: auto;
      overflow-x: auto; }
    .entry-body table th,
    .entry-body table td {
      white-space: nowrap; } }

.entry-continue-btn-wrap {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 0; }
  .entry-continue-btn-wrap:before, .entry-continue-btn-wrap:after {
    content: " ";
    display: table; }
  .entry-continue-btn-wrap:after {
    clear: both; }

.entry-continue-btn {
  font-size: 14px;
  position: relative;
  float: right;
  max-width: 540px;
  padding: 7px 40px 6px 35px;
  display: block;
  background-color: #00479d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .entry-continue-btn:link, .entry-continue-btn:hover, .entry-continue-btn:visited {
    color: #FFFFFF; }
  .entry-continue-btn:link, .entry-continue-btn:hover, .entry-continue-btn:visited {
    text-decoration: none; }
  .entry-continue-btn:hover {
    background-color: #00479d; }

.entry-continue-btn i {
  position: absolute;
  right: 10px;
  top: 10px; }

.entry-footer {
  padding: 30px 0; }

.entry-user {
  color: #777777;
  font-size: 14px; }
  .entry-user i {
    margin-right: 5px; }

.entry-user-info {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #999999; }

.entry-user-info a {
  color: #999999; }

.entry-user-info i {
  font-size: 14px;
  vertical-align: text-top; }

.entry-user-info i {
  margin-left: 10px; }

.entry-user-info:first-child i {
  margin-left: 0; }

.entry-social {
  margin-top: 10px;
  background-color: #eee;
  padding: 10px; }

.entry-social-inner {
  padding: 0;
  margin: 0 auto;
  display: table; }

.entry-social-btn-wrap {
  float: left;
  display: block;
  line-height: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 20px; }
  .entry-social-btn-wrap:last-child {
    margin-right: 0; }

/* ----------------
acms.cssの上書き
------------------ */
@media screen and (max-width: 767px) {
  .acms-entry [class*=column-eximage-].nocaption,
  .acms-entry [class*=column-image-].nocaption,
  .acms-entry [class*=column-map-],
  .acms-entry [class*=column-media-].nocaption,
  .acms-entry [class*=column-video-],
  .acms-entry [class*=column-yolp-],
  .acms-entry [class*=column-youtube-] {
    text-align: center; }

  .column-eximage-left,
  .column-image-left,
  .column-media-left {
    float: none;
    text-align: center; }

  .column-eximage-right,
  .column-image-right,
  .column-media-right {
    float: none;
    text-align: center; }

  .entry-title {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .acms-entry .caption {
    text-align: center; } }
/* ------------------------------
　　エントリーサマリー（リスト表示）
------------------------------ */
.entry-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #979797; }

.entry-list .acms-admin-label {
  display: inline-block; }

.entry-list li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #979797;
  color: #333333; }

.entry-list a {
  display: block;
  margin: -10px;
  padding: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .entry-list a:link, .entry-list a:hover, .entry-list a:visited {
    color: #333333; }
  .entry-list a:link, .entry-list a:hover, .entry-list a:visited {
    text-decoration: none; }
  .entry-list a:hover {
    background-color: #EEEEEE; }

.entry-list-date {
  color: #888888;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block; }

.entry-list-category {
  color: #007ab7;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block; }

.entry-list-title {
  font-size: 14px;
  display: block;
  font-weight: bold; }

/* ------------------------------
　　ナビゲーション
------------------------------ */
.nav {
  background-color: #00479d; }

.nav-list {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto; }
  .nav-list:before, .nav-list:after {
    content: " ";
    display: table; }
  .nav-list:after {
    clear: both; }
  .nav-list li {
    padding: 13px 20px;
    float: left;
    display: block;
    list-style-type: none;
    border-left: 1px solid #003b84; }
    .nav-list li:last-child {
      border-right: 1px solid #003b84; }
      .nav-list li:last-child a {
        border-right: 1px solid #003b84; }
  .nav-list a {
    display: block;
    margin: -13px -20px;
    padding: 13px 20px;
    border-left: 1px solid #003b84;
    background-color: #00479d;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .nav-list a:link, .nav-list a:hover, .nav-list a:visited {
      color: #FFFFFF; }
    .nav-list a:link, .nav-list a:hover, .nav-list a:visited {
      text-decoration: none; }
    .nav-list a:hover {
      background-color: #0476ff; }

#nav-list-wrap {
  display: inline; }

.nav-title {
  display: none;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin: 0;
  background-color: #00479d; }

/* パターン2 */
.links {
  padding: 20px 0; }

.links-list {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 16px;
  list-style-type: none; }
  .links-list li {
    margin-bottom: 20px; }
    .links-list li:last-child {
      margin-bottom: 0; }
  .links-list a {
    text-decoration: none; }
    .links-list a:link, .links-list a:hover, .links-list a:visited {
      color: #333333; }
    .links-list a:hover {
      text-decoration: underline; }
    .links-list a:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      margin-right: 10px;
      background-color: #cacaca;
      vertical-align: middle; }

@media screen and (max-width: 767px) {
  .nav-title {
    display: block; }
    .nav-title i {
      float: right; }

  .js-toggle-heading {
    cursor: pointer; }

  #nav-list-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s; }

  .nav-list {
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    padding: 0;
    color: #333333;
    background-color: #ffffff; }
    .nav-list li {
      float: none;
      font-weight: bold;
      border-left: none; }
      .nav-list li:last-child {
        border-right: none; }
        .nav-list li:last-child a {
          border-right: none; }
    .nav-list a {
      background-color: #FFFFFF;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -ms-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s;
      border-left: none;
      border-bottom: 1px solid #9b9b9b; }
      .nav-list a:link, .nav-list a:hover, .nav-list a:visited {
        color: #333333; }
      .nav-list a:hover {
        background-color: #EEEEEE; } }
/* ----------------
シリアルナビ
------------------ */
.serial-nav {
  position: relative;
  height: 35px;
  margin-bottom: 30px;
  font-size: 14px; }
  .serial-nav ul {
    margin: 0;
    padding: 0; }
  .serial-nav li {
    list-style-type: none;
    display: block; }
  .serial-nav a {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #00479d;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .serial-nav a:link, .serial-nav a:hover, .serial-nav a:visited {
      color: #FFFFFF; }
    .serial-nav a:link, .serial-nav a:hover, .serial-nav a:visited {
      text-decoration: none; }
    .serial-nav a:hover {
      background-color: #00479d; }

.serial-nav-prev {
  max-width: 290px;
  float: left; }
  .serial-nav-prev a {
    position: relative;
    padding: 5px 10px 5px 25px; }

.serial-nav-prev-icon {
  position: absolute;
  top: 8px;
  left: 5px; }

.serial-nav-index {
  width: 60px;
  top: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center; }
  .serial-nav-index a {
    padding: 5px 0; }

.serial-nav-next {
  max-width: 290px;
  text-align: right;
  float: right; }
  .serial-nav-next a {
    position: relative;
    padding: 5px 25px 5px 10px; }

.serial-nav-next-icon {
  position: absolute;
  top: 8px;
  right: 5px; }

@media screen and (max-width: 970px) {
  .serial-nav-next,
  .serial-nav-prev {
    max-width: 200px; } }
@media screen and (max-width: 767px) {
  .serial-nav {
    height: auto; }
    .serial-nav ul {
      position: static;
      padding: 5px 10px; }
    .serial-nav li {
      position: static;
      padding: 5px 10px; }

  .serial-nav-prev {
    max-width: 100%;
    float: left;
    width: 50%; }

  .serial-nav-next {
    max-width: 100%;
    float: right;
    width: 50%; }

  .serial-nav-index {
    width: 100%;
    clear: both;
    margin: 10px 0 0 0;
    max-width: 100%; } }
/* ----------------
ページャー
------------------ */
.pager {
  width: 100%; }
  .pager ul {
    margin: 0 135px;
    padding: 0;
    text-align: center; }
  .pager li {
    list-style-type: none;
    background: #ffffff;
    margin-bottom: 5px; }
    .pager li span {
      display: block;
      width: 100%;
      border-radius: 5px;
      background: #ffffff;
      border: 1px solid #949494;
      font-size: 14px;
      color: #949494; }
    .pager li a > span {
      color: #ffffff;
      border: 1px solid #00479d;
      background-color: #00479d;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -ms-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .pager li a > span:hover {
        background-color: #00479d; }
  .pager a {
    display: block;
    width: 100%; }
    .pager a:link, .pager a:hover, .pager a:visited {
      text-decoration: none; }
    .pager a:link, .pager a:hover, .pager a:visited {
      color: #FFFFFF; }

.pager-item {
  width: 37px;
  height: 33px;
  line-height: 33px;
  display: inline-block; }

.pager-next {
  float: right;
  height: 33px;
  line-height: 33px;
  margin: 0; }

.pager-next a {
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 10px 2px 30px;
  background-color: #00479d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .pager-next a:hover {
    background-color: #00479d; }

.pager-next-icon {
  margin-left: 5px; }

.pager-container {
  position: relative; }

.pager-prev {
  float: left;
  height: 33px;
  line-height: 33px;
  margin: 0;
  font-size: 14px; }

.pager-prev a {
  border-radius: 5px;
  padding: 2px 30px 2px 10px;
  background-color: #00479d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .pager-prev a:hover {
    background-color: #00479d; }

.pager-prev-icon {
  margin-right: 5px; }

@media screen and (max-width: 767px) {
  .pager {
    display: table;
    margin-bottom: 30px; }

  .pager-container {
    display: table-footer-group; }

  .pager ul {
    margin: 0; }

  .pager-next a {
    font-size: 12px;
    padding: 0 10px 0 20px; }

  .pager-prev a {
    font-size: 12px;
    padding: 0 10px 0 20px; } }
/* ------------------------------
　　プロフィール
------------------------------ */
.profile {
  margin-bottom: 20px; }

.profile-name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin: 0 0 10px 0; }

.profile-position {
  font-size: 12px;
  color: #333;
  margin: 0 0 15px 0; }

.profile-text {
  font-size: 14px;
  color: #333;
  margin: 0 0 20px 0; }

.profile-img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 10px auto; }

.profile-icon-list {
  text-align: center; }

@media screen and (min-width: 480px) {
  .js-acms-offcanvas-body-right {
    left: -300px; }

  .js-acms-offcanvas-body-left {
    left: 300px; }

  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
    width: 300px; }
  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
    margin-right: -300px; }
  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
    margin-left: -300px; }

  .js-acms-offcanvas-body-right .js-acms-header-fixed {
    margin-left: -300px; }

  .js-acms-offcanvas-body-left .js-acms-header-fixed {
    margin-left: 300px; } }
/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%; }

.search-form-text {
  width: 100%;
  display: table-cell;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #bfbfbf;
  height: 30px;
  font-size: 14px;
  padding: 5px; }

.search-form-btn-wrap {
  display: table-cell;
  position: relative;
  width: 40px; }

.search-form-btn {
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 1;
  text-align: center;
  background: #949494;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  margin-left: -1px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }

/* ------------------------------
　　検索結果の表示
------------------------------ */
.search-result {
  text-align: center;
  margin: 0 0 20px 0;
  position: relative; }
  .search-result:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #9b9b9b;
    display: block;
    width: 100%;
    height: 1px;
    z-index: -1; }

.search-result-heading {
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  z-index: 1;
  margin: 0; }

.search-result-heading a {
  color: #333333; }

.search-result-heading a:hover {
  color: #4a90e2; }

.social-icon {
  width: 44px;
  height: 44px;
  background-color: #9b9b9b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
  .social-icon:link, .social-icon:hover, .social-icon:visited {
    color: #FFFFFF; }
  .social-icon:link, .social-icon:hover, .social-icon:visited {
    text-decoration: none; }
  .social-icon:last-child {
    margin-right: 0; }

.social-icon i {
  line-height: 1.8; }

.social-icon-twitter {
  background-color: #55acee; }

.social-icon-facebook {
  background-color: #3b5998; }

.social-icon-gplus {
  background-color: #cc3732; }

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
  margin: 0 -12.5px;
  margin-bottom: 30px; }
  .card:before, .card:after {
    content: " ";
    display: table; }
  .card:after {
    clear: both; }

.card-item {
  float: left;
  width: 33.33333333333%;
  padding: 0 12.5px;
  margin-bottom: 10px; }

.card-img {
  width: 100%;
  height: 0;
  padding-bottom: 84%;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.card-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0; }
  .card-title a:link, .card-title a:hover, .card-title a:visited {
    text-decoration: none; }

.card-text {
  font-size: 12px;
  color: #333;
  margin: 0; }

@media screen and (max-width: 767px) {
  .card-item {
    float: none;
    width: auto; }
    .card-item:before, .card-item:after {
      content: " ";
      display: table; }
    .card-item:after {
      clear: both; }

  .card-img-wrap {
    float: left;
    width: 50%; }

  .card-body {
    float: left;
    width: 50%;
    padding: 0 0 10px 10px; } }
.media {
  margin: 0 -7.5px;
  margin-bottom: 30px; }
  .media:before, .media:after {
    content: " ";
    display: table; }
  .media:after {
    clear: both; }

.media-time {
  font-weight: bold;
  font-size: 12px;
  color: #888888; }

.media-item {
  float: left;
  width: 50%;
  padding: 0 7.5px;
  margin-bottom: 10px; }

.media-img {
  float: left;
  width: 150px;
  height: 100px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.media-body {
  margin-left: 160px; }

.media-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0; }
  .media-title a:link, .media-title a:hover, .media-title a:visited {
    color: #333333; }
  .media-title a:link, .media-title a:hover, .media-title a:visited {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .media-item {
    float: none;
    width: auto; } }
/* ------------------------------
　　タグクラウド
------------------------------ */
.tag-cloud {
  padding: 0;
  margin: 0 0 20px 0; }
  .tag-cloud a:link, .tag-cloud a:hover, .tag-cloud a:visited {
    color: #2262AC; }
  .tag-cloud a:link, .tag-cloud a:visited {
    text-decoration: none; }
  .tag-cloud a:hover {
    text-decoration: underline; }
  .tag-cloud li {
    list-style-type: none;
    display: inline; }
  .tag-cloud ul {
    padding: 0 0 0 10px;
    margin: 0; }
  .tag-cloud .acms-admin-module-edit a {
    text-decoration: underline; }
    .tag-cloud .acms-admin-module-edit a:link, .tag-cloud .acms-admin-module-edit a:hover, .tag-cloud .acms-admin-module-edit a:visited {
      color: #FFFFFF; }

.tag-cloud-item1 {
  font-size: 12px; }

.tag-cloud-item2 {
  font-size: 12px; }

.tag-cloud-item3 {
  font-size: 14px; }

.tag-cloud-item4 {
  font-size: 14px; }

.tag-cloud-item5 {
  font-size: 14px; }

.tag-cloud-item6 {
  font-size: 16px; }

.tag-cloud-item7 {
  font-size: 16px; }

.tag-cloud-item8 {
  font-size: 16px; }

.tag-cloud-item9 {
  font-size: 16px; }

.tag-cloud-item10 {
  font-size: 16px; }

.tag-cloud-item11 {
  font-size: 16px;
  font-weight: bold; }

.tag-cloud-item12 {
  font-size: 16px;
  font-weight: bold; }

.tag-cloud-item13 {
  font-weight: bold; }

.tag-cloud-item14 {
  font-weight: bold; }

.tag-cloud-item15 {
  font-size: 18px;
  font-weight: bold; }

.tag-cloud-item16 {
  font-size: 18px;
  font-weight: bold; }

.tag-cloud-item17 {
  font-weight: bold; }

.tag-cloud-item18 {
  font-weight: bold; }

.tag-cloud-item19 {
  font-weight: bold; }

.tag-cloud-item20 {
  font-size: 20px;
  font-weight: bold; }

.tag-cloud-item21 {
  font-size: 20px;
  font-weight: bold; }

.tag-cloud-item22 {
  font-size: 20px;
  font-weight: bold; }

.tag-cloud-item23 {
  font-size: 20px;
  font-weight: bold; }

.tag-cloud-item24 {
  font-size: 20px;
  font-weight: bold; }

.tag-cloud-item25 {
  font-size: 20px;
  font-weight: bold; }

.tag-filter {
  text-align: center;
  margin-bottom: 20px; }

.tag-filter-list {
  margin: 0;
  padding: 0;
  text-align: center; }

.tag-filter-list li {
  display: inline-block;
  list-style-type: none; }
  .tag-filter-list li:after {
    color: #9b9b9b;
    content: "/";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px; }
  .tag-filter-list li:last-child:after {
    display: none; }

.tag-filter-list a {
  color: #9b9b9b; }

.tag-filter-list a:hover {
  color: #4a90e2; }

/* ------------------------------
　　エントリーサマリー（サムネイル表示）
------------------------------ */
.thumbnail {
  margin: 0 0 20px 0;
  padding: 0; }
  .thumbnail li {
    list-style-type: none;
    margin-bottom: 10px;
    display: block; }
  .thumbnail a {
    text-shadow: 0 0 3px #000000; }
    .thumbnail a:link, .thumbnail a:hover, .thumbnail a:visited {
      text-decoration: none; }
    .thumbnail a:link, .thumbnail a:hover, .thumbnail a:visited {
      color: #FFFFFF; }

.thumbnail-bg {
  display: table;
  width: 100%;
  height: 150px;
  background: #333333 center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-shadow: 0 0 3px #000000; }
  .thumbnail-bg:hover {
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70); }

.thumbnail-inner {
  display: block;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom; }

.thumbnail-shade {
  padding: 10px 5px;
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%);
  background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%); }

.thumbnail-date {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px; }

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .thumbnail li {
    width: 100%;
    float: none;
    padding: 0; } }
/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 12px; }

.topicpath-wrap {
  min-height: 48px; }

.topicpath li {
  margin-left: 20px;
  display: inline-block; }
  .topicpath li:after {
    content: ">";
    display: inline-block;
    margin-left: 20px; }
  .topicpath li:first-child {
    margin-left: 0; }
  .topicpath li:last-child:after {
    display: none; }

/*--------------------------------------------------------------//
// @ layout
// ------------------------------------------------------------ */
.main-block {
  width: 720px;
  padding: 0 10px;
  float: left; }

.side-block {
  width: 400px;
  padding: 0 10px;
  float: right; }

.side-item {
  background: #f8f3e0;
  padding: 20px 0;
  margin-bottom: 40px; }
  .side-item__inner-spfull {
    padding: 0 20px; }
  .side-item__inner {
    padding: 0 20px; }
  .side-item__outer {
    padding: 0; }

@media screen and (max-width: 1130px) {
  .main-block {
    width: 64%;
    padding: 0 10px;
    float: left; }

  .side-block {
    width: 36%;
    padding: 0 10px;
    float: right; } }
@media screen and (max-width: 767px) {
  .main-block {
    width: 100%;
    padding: 0 25px;
    float: none; }

  .side-block {
    width: 100%;
    padding: 0px;
    float: none; }

  .side-item {
    background: #f8f3e0;
    padding: 0; }
    .side-item__inner-spfull {
      padding: 0 10px; }
    .side-item__inner {
      padding: 0 20px; }
    .side-item__outer {
      padding: 0 20px; } }
/*--------------------------------------------------------------//
// @ navigation
// ------------------------------------------------------------ */
.g-nav {
  margin-bottom: 30px; }

.g-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  z-index: 999; }

@media screen and (max-width: 767px) {
  .g-nav {
    display: none; } }
.offcanvas-nav {
  display: none; }

@media screen and (max-width: 767px) {
  .offcanvas-nav {
    display: block; }
    .offcanvas-nav.sideGroup {
      margin-top: 0; }

  .sideGroup {
    margin: 50px 0; } }
/*--------------------------------------------------------------//
// @ store info
// ------------------------------------------------------------ */
.side-item__store {
  padding-bottom: 20px; }

.store-img {
  width: 100%;
  margin-bottom: 10px; }
  .store-img img {
    width: 100%;
    max-width: 100%; }

.store-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 5px 0; }

.store-zip {
  font-size: 14px;
  text-align: center;
  margin: 0; }

.store-acceptance {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px; }

.store-tel {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
  margin: 0 0 14px; }
  .store-tel__label {
    position: relative;
    top: -3px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 20px;
    margin-right: 10px; }

.store-time {
  font-size: 12px;
  text-align: center;
  margin: 0; }

.store-holiday {
  font-size: 12px;
  text-align: center;
  margin: 0; }

.side-ttl {
  font-size: 16px;
  line-height: 1;
  display: table;
  margin: 0 auto;
  color: #00479d;
  border-bottom: solid 3px #00479d;
  padding-bottom: .3em;
  margin-bottom: 1em; }

.store-area {
  font-size: 14px;
  line-height: 1.6; }

/*--------------------------------------------------------------//
// @ pickup
// ------------------------------------------------------------ */
.label--pickup {
  display: table;
  background: #00479d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto 8px; }

.side-pickup.entry .entry__item {
  display: inline-block;
  margin-bottom: 30px; }
.side-pickup.entry .entry__item__ttl {
  text-align: center;
  color: #00479d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; }
  .side-pickup.entry .entry__item__ttl > a {
    color: #00479d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5; }
    .side-pickup.entry .entry__item__ttl > a:hover {
      opacity: .7;
      transition: .2s; }
.side-pickup.entry .entry__item__unit {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px; }
.side-pickup.entry .item--left {
  width: 48%;
  text-align: center; }
  .side-pickup.entry .item--left img {
    width: 100%;
    vertical-align: middle; }
.side-pickup.entry .item--right {
  width: 48%; }
  .side-pickup.entry .item--right p {
    text-align: left;
    margin: 0; }

@media screen and (max-width: 767px) {
  .side-item__pickup {
    background: transparent; } }
/*--------------------------------------------------------------//
// @ parts
// ------------------------------------------------------------ */
.module-heading {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1em; }

.label--new {
  background: #00479d;
  margin-left: 1em;
  font-size: 12px;
  position: relative;
  top: -2px;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .module-heading {
    text-align: center;
    font-size: 0.93em;
    margin-bottom: .75em; } }
/*--------------------------------------------------------------//
// @ utility
// ------------------------------------------------------------ */
.dib {
  display: inline-block; }

.c-black {
  color: #333; }

.fz11 {
  font-size: 11px !important; }

.fz20 {
  font-size: 20px !important; }

.mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ta-c {
  text-align: center !important; }

.ta-l {
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .bdt-none--sm {
    border-top: none; } }
