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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
}

.icon-kaitori:before {
  content: "\e900";
}

.icon-vaboo:before {
  content: "\e901";
}

.icon-bookgift:before {
  content: "\e902";
}

.icon-charibon:before {
  content: "\e903";
}

.icon-kotobaya:before {
  content: "\e904";
}

.icon-kuramoto:before {
  content: "\e905";
}

.icon-nabo:before {
  content: "\e906";
}

.icon-google:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-imstagram:before {
  content: "\e909";
}

.icon-tweeter:before {
  content: "\e90a";
}

html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #000;
  font-size: 14px;
  position: relative;
  padding-top: 90px;
}

.blog_single a {
  color: #2c2c2c;
  text-decoration: underline;
}
.blog a,
.blog_single .entry_list a,
.static-header a,
.static-footer a {
  color: #2c2c2c;
  text-decoration: none;
}
.blog a:hover,
.blog_single a:hover,
.static-header a:hover
.static-footer a:hover {
  color: #2c2c2c;
}
.blog a:active,
.blog_single a:active,
.static-header a:active,
.static-footer a:active {
  color: #2c2c2c;
}
.blog_single li,
.blog_single li a {
  font-size: 16px
}
img {
  max-width: 100%;
  height: auto;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.scroll-table table {
  width: 100%;
}
.scroll-table table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.scroll-table table td[bgcolor="#d9d9d9"] {
  background-color: #d9d9d9;
}
/* メインサイト側CSSとの競合打ち消し */
.blog .inner {
  max-width: auto;
  min-width: auto;
  padding: 0;
}
.blog img[width^="1"] {
  display: block!important;
}
.blog_single img {
  width: auto;
  max-width: 100%;
}
.blog_single pre {
  white-space: pre-wrap;
}
.blog_single article,
.blog_single article .content *
{
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}
#search #icon-search {
  max-width: unset;
}
/* 個別記事の定義 */
#post-7650 .banner_purchase_contents {
  display: none;
}
#container {
  color: #000;
  position: relative;
  padding: 80px 32px 50px;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #container {
    padding: 0 0 50px 0;
  }
  #container.blog_single {
    padding: 40px 0 50px 0;
  }
}
article {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.linkbnr {
  padding: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmYWZhZmEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #fafafa 25%, #efefef 25%, #efefef 50%, #fafafa 50%, #fafafa 75%, #efefef 75%, #efefef);
  background-image: -webkit-linear-gradient(135deg, #fafafa 25%, #efefef 25%, #efefef 50%, #fafafa 50%, #fafafa 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(-45deg, #fafafa 25%, #efefef 25%, #efefef 50%, #fafafa 50%, #fafafa 75%, #efefef 75%, #efefef);
  background-size: 5px 5px;
}
article.linkbnr section {
  width: calc(100% / 5 * 2);
  margin: 0 auto;
  padding: 30px 0;
}
article.linkbnr section div {
  margin-bottom: 20px;
}
article.linkbnr section div:nth-last-child(1) {
  margin-bottom: 0;
}
/* 目次プラグイン用定義 */
.blog_single #ez-toc-container a {
    color: #444;
    text-decoration: none;
    text-shadow: none;
}
.blog_single  #ez-toc-container .ez-toc-list li {
    line-height-step: 1.8;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}
.blog_single  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 12px;
}
.blog_single  p:last-of-type {
    margin-bottom: 0;
}
.blog_single  #ez-toc-container .ez-toc-title {
    color: #00475a;
    font-weight: 500;
    font-size: 120%;
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}
.blog_single  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 12px;
}
.blog_single  #ez-toc-container {
    width: 100%;
    background-color: transparent;
    padding: 26px 30px;
    margin-bottom: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-sizing: border-box;
}
.blog_single #ez-toc-container .ez-toc-list ul {
    margin: 0.6em 0 0 1.8em;
}
.blog_single #ez-toc-container .ez-toc-link:before {
    color: #00475a;
    font-weight: bold;
    margin-right: 0.6em;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
  article.linkbnr section {
    width: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
}
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.grid .col {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  flex: 0 0 auto;
}

.detail {
  font-family: "rooney-sans", sans-serif;
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
}
.blog article .is-sp {
  display: none;
}
.blog article .article_header {
  text-align: center;
  margin-right: 80px;
  max-width: 304px;
  min-width: 295px;
}
.blog article .article_header h1 {
  font-family: "MaruminOld";
  font-size: 1.76rem;
  margin-bottom: 54px;
}

.blog article .article_header ul li {
  padding: 0 10px;
  margin-bottom: 10px;
}
.blog article .article_header ul li a img {
  width: 100%;
}
.blog article .article_header ul li:last-child {
  margin-bottom: 0;
}
.blog article .article_header .cat_main {
  padding: 0 10px;
}
.blog article .article_header .cat_main img {
  width: 100%;
}
.blog article .article_header .other_cat {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}
.blog article section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog article .col {
  width: calc(100% / 3 + 8px);
  padding: 0 16px;
  margin: 0 -16px 64px;
}
.blog article .col .post_text {
  padding: 24px 16px;
}
.blog article .col .inner h3 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog article .col .inner h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.blog article .col .inner p {
  font-size: 12px;
}
.blog article .col1 {
  width: calc(100%);
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.blog article .col1 .post_text {
  padding: 24px;
}
.blog article .col1 .inner .post_img img {
  width: 100%;
  height: auto;
}
.blog article .col1 .inner h3 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog article .col1 .inner h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog article .col1 .inner p {
  font-size: 12px;
}
.blog article .col2 {
  width: calc(100% / 3 + 8px);
  padding: 0 16px;
  margin: 0 -16px 64px;
}
.blog article .col2 .post_text {
  padding: 24px 16px;
}
.blog article .col2 .inner .post_img img {
  width: 100%;
  height: auto;
}
.blog article .col2 .inner h3 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog article .col2 .inner h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog article .col2 .inner p {
  font-size: 12px;
}
.blog article .col3 {
  width: calc(100% / 3 + 8px);
  padding: 0 16px;
  margin: 0 -16px 64px;
}
.blog article .col3 .post_text {
  padding: 24px 16px;
}
.blog article .col3 .inner .post_img img {
  width: 100%;
  height: auto;
}
.blog article .col3 .inner h3 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog article .col3 .inner h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog article .col3 .inner p {
  font-size: 12px;
}
.blog article .back {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 50px;
  margin-top: 50px;
}
.blog article .back img {
  width: 50px;
}
.endpaper table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.endpaper table th,.endpaper table td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.endpaper .article_header p {
  width: 230px;
  margin: 0 auto 20px;
}
.endpaper .article_header .kaitori-banner {
  width: 100%;
  margin: 0;
}
.endpaper .article_header p#blog_title{
  width: auto;
  margin: 0 auto 0;
}
.endpaper .article_header h1, .endpaper .article_header p#blog_title {
  font-family: "太ゴB101" !important;
  font-size: 20px !important;
  letter-spacing: 0.3em;
  line-height: 2.2;
}
.endpaper .article_header h1 .sp-only, .endpaper .article_header p#blog_title .sp-only  {
  display: none;
}

@media only screen and (max-width: 767px) {
  .blog article {
    width: 100%;
    margin: 0;
  }
  .blog article .is-pc {
    display: none;
  }
  .blog article .is-sp {
    display: block;
    padding: 0 24px;
    margin-bottom: 64px;
  }
  .blog article .article_header {
    text-align: center;
    margin: 0;
    padding: 24px 5vw;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
  }
  .blog article .article_header h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .blog article .article_header ul li {
    padding: 0;
  }
  .blog article .article_header .cat_main {
    padding: 0;
  }
  .blog article .grid {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .blog article .col1 {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
  }
  .blog article .col1 .post_text {
    padding: 24px;
  }
  .blog article .col1 .inner .post_img {
    width: 100%;
    margin-bottom: 0;
  }
  .blog article .col1 .inner .post_img img {
    width: 100%;
    height: auto;
  }
  .blog article .col1 .inner h3 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .blog article .col1 .inner h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog article .col1 .inner p {
    font-size: 10px;
  }
  .blog article .col2 {
    width: 100%;
    padding: 0;
    flex: unset;
    margin: 0 0 56px;
  }
  .blog article .col2 .post_text {
    padding: 24px;
  }
  .blog article .col2 .inner .post_img {
    margin-bottom: 0;
  }
  .blog article .col2 .inner .post_img img {
    width: 100%;
    height: auto;
  }
  .blog article .col2 .inner h3 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .blog article .col2 .inner h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog article .col2 .inner p {
    font-size: 10px;
  }
  .blog article .col3 {
    width: 100%;
    padding: 0;
    flex: unset;
    margin: 0 0 34px;
  }
  .blog article .col3 .post_text {
    padding: 24px;
  }
  .blog article .col3 .inner .post_img {
    margin-bottom: 0;
  }
  .blog article .col3 .inner .post_img img {
    width: 100%;
    height: auto;
  }
  .blog article .col3 .inner h3 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .blog article .col3 .inner h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog article .col3 .inner p {
    font-size: 10px;
  }
  .blog article .col {
    width: calc(50% - 1px);
    padding: 0;
    margin: 0;
    flex: unset;
  }
  .blog article .col .post_text {
    padding: 16px;
  }
  .blog article .col .inner .post_img {
    margin-bottom: 0;
  }
  .blog article .col .inner h3 {
    font-size: 12px;
    font-weight: 800;
  }
  .blog article .col .inner .base_ttl {
    color: #00ced1;
  }
  .blog article .col .inner .hontorinjin_ttl {
    color: #4682b4;
  }
  .blog article .col .inner h2 {
    margin-bottom: 10px;
  }
  .blog article .col .inner p {
    font-size: 10px;
  }

  .endpaper .article_header p {
    width: 160px;
    margin: 0 auto 10px;
  }
  .endpaper .article_header h1, .endpaper .article_header p#blog_title {
    font-family: "太ゴB101" !important;
    font-size: 14px !important;
    letter-spacing: 0.3em;
    line-height: 1.8;
  }
  .endpaper .article_header h1 .sp-only, .endpaper .article_header p#blog_title .sp-only {
    display: block;
  }
}
.blog_single article .article_header {
  text-align: center;
  margin-bottom: 60px;
}
.blog_single article .article_header p {
  font-family: "rooney-sans", sans-serif;
  font-size: 50px;
  line-height: 1;
}
.blog_single article .article_header h1 {
  font-family: "MaruminOld";
  font-size: 1.76rem;
  margin-bottom: 30px;
  text-align: center;
}
.blog_single article .article_header .cat_main {
  padding: 0 10px;
}
.blog_single article .article_header .cat_main img {
  width: 100%;
}
.blog_single article section {
  width: 100%;
  max-width: calc(100% / 3 * 2);
  min-width: 727px;
  margin: 0 auto 100px;
  word-break: break-all;
}
.blog_single article section .section_header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.blog_single article section .section_header h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog_single article section .section_header h2 {
  font-size: 22px;
}
.blog_single article section .section_header .title_sub {
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: -15px;
}
.blog_single article section .section_header .sharebtn.sharer-0 .social.middle ul li {
  font-size: 100%;
}
.blog_single article section .content {
  text-align: left;
}
.blog_single article section .content p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}
.blog_single article section .content iframe {
  width: 100%;
  max-width: 500px;
}
.blog_single article section .content p strong {
  font-weight: 800;
}
.blog_single article section .content h2 {
  /*font-size: 22px;
  font-weight: 800;*/
  font-size: 22px;
  font-weight: 800;
}
.blog_single article section .content h3 {
  font-size: 18px;
  font-weight: 800;
  /*font-size: 16px;
  font-weight: 800;*/
}
.blog_single article section .content h4 {
  /*font-size: 16px;
  font-weight: 800;*/
  font-size: 14px;
  font-weight: 800;
}
.blog_single article section .content h5 {
  font-size: 14px;
  font-weight: 800;
}
.blog_single article section .content .image {
  margin-bottom: 20px;
}
.blog_single article section .content .image .vertical {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.blog_single article section .content .caption {
  font-size: 12px;
  margin-top: -15px;
}
.blog_single article section .content .profile p {
  font-size: 12px;
}
.blog_single article section .content .profile .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.blog_single article section .content .profile .name span {
  font-family: "rooney-sans", sans-serif;
  font-size: 10px;
}
.blog_single article section .content .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blog_single article section .content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_single article section .profile {
  margin: 100px 0 0;
}
.blog_single article section .profile p {
  font-size: 12px;
}
.blog_single article section .profile .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.blog_single article section .profile .name span {
  font-family: "rooney-sans", sans-serif;
  font-size: 10px;
}
.blog_single article section .mt-30 {
  margin-top: 30px;
}
.blog_single article section .aligncenter {
  display: block;
  margin: 0 auto;
}
.blog_single article .banner_purchase_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.blog_single article .banner_purchase_contents p {
  margin-top: 20px;
}
.blog_single article .banner_purchase_contents p a {
  font-size: 16px;
}
.blog_single article .entry_list p {
  font-size: 20px;
  text-align: center;
  font-family: "rooney-sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}
.blog_single article .entry_list p span {
  display: block;
  font-size: 12px;
}
.blog_single article .entry_list .inner {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.blog_single article .entry_list .inner .entry {
  width: calc(20% - 20px);
  float: left;
  margin-right: 20px;
}
.blog_single article .entry_list .inner .entry:last-child {
  margin-right: 0;
}
.blog_single article .entry_list .inner .entry .entry_img {
  margin-bottom: 10px;
}
.blog_single article .entry_list .inner .entry h5 {
  font-size: 12px;
  font-weight: 800;
}
.blog_single article .entry_list .inner .entry p {
  font-size: 12px;
  text-align: left;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
}
.blog_single article .back {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
.blog_single article .back img {
  width: 50px;
}

.blog_single blockquote {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #eee;
}
.blog_single blockquote p:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .blog_single article {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .blog_single article .article_header {
    text-align: center;
    margin-bottom: 30px;
  }
  .blog_single article .article_header p {
    font-size: 30px;
  }
  .blog_single article .article_header h1 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .blog_single article section .section_header h2 {
    font-size: 1.42857em;
  }
  .blog_single article .article_header .cat_main {
    padding: 0;
  }
  .blog_single article section {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 50px;
  }
  .blog_single article section .section_header h1 {
    font-size: 18px;
  }
  .blog_single article section .content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog_single article section .content h2 {
    font-size: 18px;
	font-weight:bold;
  }
  .blog_single article section .content h3 {
    font-size: 16px;
	font-weight:bold;
    /*font-size: 14px;
	font-weight:bold;*/
  }
  .blog_single article section .content h4 {
    font-size: 14px;
	font-weight:bold;
  }
  .blog_single article section .content h5 {
    font-size: 14px;
	font-weight:bold;
  }
  .blog_single article section .content .caption {
    font-size: 10px;
    margin-top: -5px;
  }
  .blog_single article section .content .image {
    margin-bottom: 10px;
  }
  .blog_single article section .content .profile p {
    font-size: 11px;
  }
  .blog_single article section .profile {
    margin: 50px 0 0;
  }
  .blog_single article section .profile p {
    font-size: 11px;
  }
  .blog_single article section .mt-30 {
    margin-top: 30px;
  }
  .blog_single article .banner_purchase_contents {
    margin-bottom: 50px;
  }
  .blog_single article .entry_list p {
    font-size: 20px;
    text-align: center;
    font-family: "rooney-sans", sans-serif;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .blog_single article .entry_list p span {
    display: block;
    font-size: 12px;
  }
  .blog_single article .entry_list .inner {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    padding: 20px 0;
    border-top: 1px solid #ccc;
  }
  .blog_single article .entry_list .inner .entry {
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px;
  }
  .blog_single article .entry_list .inner .entry:nth-child(even) {
    margin-right: 0;
  }
  .blog_single article .entry_list .inner .entry .entry_img {
    margin-bottom: 10px;
  }
  .blog_single article .entry_list .inner .entry h5 {
    font-size: 12px;
    font-weight: 800;
  }
}


/* 固定用ヘッダー */
.v-application ul {
  padding-left: unset !important;
}
.static-header header .small-logo {
  width: 100% !important;
}

.static-header header .large-logo, .static-header header nav.header-navi {
  display: none;
}
.static-header header .inner #logo {
  padding: 0;
}

.static-header #gnav ul {
  padding: 6.375vw 32px 0 !important;
}

.static-header header .inner .sub-nav img.icon {
  height: 100% !important;
}

@media (min-width: 960px) {
  .static-header header .inner #logo {
    padding: 0 20px;
    margin: 0 10px 0 0;
  }
  .static-header header .small-logo, .static-header nav.header-bottom-nav, .static-header header .icon-hamburger {
    display: none;
  }
  .static-header header .large-logo, .static-header header nav.header-navi {
    display: block;
  }
  .static-header header img.icon {
    margin-right: 8px;
    width: 22px;
    height: 22px;
  }
}
.static-header header * {
  display: flex;
  box-sizing: border-box;
}
.static-header header input, .static-header header select {
  outline-width: 0;
}
.static-header header a, .static-header header button {
  cursor: pointer;
}

.static-header header .inner #logo a {
  width: 100%;
}
.static-header header .inner #logo a img {
  width: 170px;
}
.static-header header .inner nav #header-menu .header-menu-child {
  margin-right: 22px;
}
.static-header header .inner nav #header-menu .header-menu-child a, .static-header header .inner nav #header-menu .header-menu-child button {
  width: 100%;
  outline-width: 0;
  white-space: nowrap;
  align-items: center;
  color: #2c2c2c;
}
.static-header header .inner .search-form {
  flex: auto;
  justify-content: flex-end;
  margin-right: 32px;
  /* Webkit */
  /* Firefox 18 以前 */
  /* Firefox 19 以降 */
}
.static-header header .inner .search-form .search-form-inner {
  width: 100%;
  max-width: 320px;
  min-width: 180px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 20px;
  transition: all 0.6s ease;
}
.static-header header .inner .search-form a#search {
  outline-width: 0;
  padding: 0 16px;
}
.static-header header .inner .search-form a#search img {
  width: 20px;
  height: 20px;
  margin: auto;
}
.static-header header .inner .search-form #search-query {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 14px 0;
  border: 0 none;
  border-radius: 20px;
  font-size: 12px;
  outline: 0 none;
}
.static-header header .inner .search-form #search-query::placeholder {
  color: #6e6e6e;
  opacity: 1;
}
.static-header header .inner .search-form #search-query::-ms-clear {
  visibility: hidden;
}
.static-header header .inner .search-form #search-query:-ms-input-placeholder {
  color: #888;
  padding-top: 1em;
}
.static-header header .inner .search-form #search-query:focus::-webkit-input-placeholder {
  color: transparent;
}
.static-header header .inner .search-form #search-query:focus:-moz-placeholder {
  color: transparent;
}
.static-header header .inner .search-form #search-query:focus::-moz-placeholder {
  color: transparent;
}
.static-header header .sub-nav {
  height: 100%;
}
.static-header header .js-info-cnt {
  font-size: 10px;
  line-height: 13px;
  width: 12px;
  height: 12px;
  margin-left: -10px;
  margin-top: -24px;
  color: #fff;
  background: #dd0022;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.static-header header .js-info-cnt small {
  transform: scale(0.8, 0.8);
}
.static-header header .btn-outline a, .static-header header .btn-black a {
  width: 80px;
  height: 32px;
  margin: auto;
  display: flex;
  padding: 10px 16px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-color: #2c2c2c;
  white-space: nowrap;
  font-weight: bold;
}
.static-header header .btn-outline {
  margin-right: 8px;
}
.static-header header .btn-outline a {
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.static-header header .btn-black {
  margin-right: 12px;
}
.static-header header .btn-black a {
  color: #FFF;
  background-color: #2c2c2c;
}
.static-header header .btn-mypage a {
  padding: 0 12px 0 0;
  justify-content: center;
  align-items: center;
}
.static-header header .btn-cart a {
  padding: 0 12px;
}
.static-header header .btn-cart a img {
  margin: auto;
}
.static-header header.is-search .search-form-inner {
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
}
/* ビルド前固定用フッター */
.static-footer footer {
  padding: 64px 80px 80px;
  background: #00475a;
  color: #FFF;
  font-size: 13px;
  box-sizing: border-box;
}
.static-footer footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1024px;
}
.static-footer footer .footer-content:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFF;
}
.static-footer footer .footer-content .our-site {
  display: flex;
  align-items: baseline;
}
.static-footer footer .footer-content .our-site dt {
  margin-right: 45px;
  font-weight: 800;
}
.static-footer footer .footer-content .our-site dd {
  margin-right: 20px;
}
.static-footer footer .footer-content ul.footer-sns {
  display: flex;
}
.static-footer footer .footer-content ul.footer-sns li {
  width: 25px;
}
.static-footer footer .footer-content ul.footer-sns li:not(:last-child) {
  margin-right: 32px;
}
.static-footer footer .footer-content ul.footer-navi {
  display: flex;
}
.static-footer footer .footer-content ul.footer-navi li {
  margin-right: 32px;
}
.static-footer footer .footer-content .corp {
  font-size: 10px;
}
.static-footer footer a {
  color: #FFF;
  font-size: 12px;
}
.static-footer footer .out-link {
  font-size: 14px;
  padding-right: 26px;
  background: url("/assets/images/footer/icon_link.svg") no-repeat center right;
  background-size: 16px 12px;
}
.static-footer footer *::-ms-backdrop, .static-footer footer .out-link {
  background-size: 16px 20px;
}
.static-footer #partnership-program {
  padding: 0;
  background-image: -moz-linear-gradient(135deg, #FAFAFA 25%, #efefef 25%, #efefef 50%, #FAFAFA 50%, #FAFAFA 75%, #efefef 75%, #efefef);
  background-image: -webkit-linear-gradient(135deg, #FAFAFA 25%, #efefef 25%, #efefef 50%, #FAFAFA 50%, #FAFAFA 75%, #efefef 75%, #efefef);
  background-image: linear-gradient(-45deg, #FAFAFA 25%, #efefef 25%, #efefef 50%, #FAFAFA 50%, #FAFAFA 75%, #efefef 75%, #efefef);
  background-size: 5px 5px;
}
.static-footer #partnership-program img {
  width: 100%;
}
.static-footer #partnership-program section {
  padding: 30px 0;
}
.static-footer #partnership-program section .partnership-bnr {
  width: 680px;
  background: #fff;
  margin: 30px auto 0;
  position: relative;
}
.static-footer #partnership-program section .partnership-bnr a {
  display: block;
  padding: 30px 50px;
}
.static-footer #partnership-program section .vb10th-bnr, .static-footer #partnership-program section .endpaper-bnr {
  width: 680px;
  background: #eeeadb;
  margin: 0 auto;
  position: relative;
}
.static-footer #partnership-program section .vb10th-bnr a, .static-footer #partnership-program section .endpaper-bnr a {
  display: block;
  padding: 20px 50px;
}
.static-bnr {
  padding: 0;
  background-image: linear-gradient(-45deg,#fafafa 25%,#efefef 0,#efefef 50%,#fafafa 0,#fafafa 75%,#efefef 0,#efefef);
  background-size: 5px 5px;
}
.static-bnr section {
  padding: 30px 0;
}
.static-bnr section .partnership-bnr {
  width: 680px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.static-bnr section .partnership-bnr a {
  display: block;
  padding: 30px 50px;
}
@media screen and (min-width: 896px) {
  .campaign-banner .campaign-image {
    width: 700px;
    height: 64px;
  }
}
/* EZ TOC 用定義 */
/* Easy Table Of Contentsによる目次に番号振りをする */
#ez-toc-container .ez-toc-list {
  margin-left: 0;
}
#ez-toc-container ul.ez-toc-list li {
  list-style: none;
}
#ez-toc-container ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
}
#ez-toc-container ul.ez-toc-list li a::before, .ez-toc-widget-container ul.ez-toc-list li a::before {
  content: counters(item, "-") ". ";
  counter-increment: item;
}
/* H2のみ太字表記 */
.ez-toc-heading-level-2 {
  font-weight: bold;
}
.ez-toc-heading-level-3 {
  font-weight: normal;
}

.share-btn-wrapper {
  display:flex;
  column-gap: 8px;  
  margin-top: 0.75em;
}
.share-btn img {
  width: 24px;
}

.v-footer .copy-right {
  transform-origin: center bottom;
  @media screen and (min-width: 960px) {
    transform-origin: right bottom;
  }
}

.recaptcha-notice {
  font-size: 12px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  transform: scale(.8);
}

.v-footer .v-sheet.footer-bottom {
  background-color: rgb(202, 202, 202) !important;
  @media screen and (min-width: 960px) {
    background-color: unset !important;
  }
}