.blockquote-new {
  background: #f4f3f1;
  padding: 25px !important;
  line-height: 20px !important;
  font-size: 14px !important;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  width: 100%;
  color: #333;
}
.blockquote-new .signature {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #a7a7a7;
  width: calc(100% - 50px);
  text-align: right;
}
@media screen and (min-width: 691px) {
  .blockquote-new {
    font-size: 15px !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.p-contents__main__entry__postBox h1 {
  font-size: 2.2rem;
}
.p-contents__main__entry__postBox h2 {
  background: url(../images/sm_title03_04.png) repeat-x;
  padding-left: 15px !important;
  text-align: left;
  /*font-size:20px!important;*/
  font-size: 120%;
}

.p-contents__main__entry__postBox h3 {
  color: #311c07 !important;
  margin: 0px !important;
  background-color: #f4eee9;
  letter-spacing: 1px;
  padding-left: 10px !important;
  border-left: solid 7px !important;
  height: 34px;
  line-height: 34px !important;
  font-size: 110%;
}

.p-contents__main__entry__postBox h4 {
  background: url(../images/sm_title03_06.png) repeat-x;
  background-position: bottom;
}

.p-contents__main__entry__postBox h5 {
  background: url(../images/sm_title03_09.gif) repeat-x;
  background-position: bottom;
  padding-bottom: 7px;
}
.p-contents__main__entry__postBox a {
  color: #333;
}
.p-contents__main__entry__postBox a:link {
  color: #444;
}
.p-contents__main__entry__postBox a:hover {
  color: #999;
}
/*20180820ライブラリCTR変更*/
.single_txt.ctr_box {
  background: url(../images/sm_title_03_1.png) repeat-x;
  padding-top: 40px;
}
.ctr_bg {
  background-color: #f7f6f3;
  padding: 60px 30px;
}
.ctr_ttl_box {
  text-align: center;
}
.ctr_ttl {
  font-size: 1.875rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
  color: #473200 !important;
  border: none !important;
  background: none;
  font-weight: normal;
  margin: 30px 0 50px !important;
  height: auto;
}
.ctr_circle_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 15px;
}
.ctr_circle {
  width: 30%;
  height: 180px;
  display: flex;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.ctr_circle_txt {
  color: #3a2e28;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
  text-align: center;
  width: 100%;
  align-self: center;
  background: none;
}
.ctr_circle:first-child {
  background-image: url(../images/left_circle.png);
}
.ctr_circle:nth-child(2n) {
  background-image: url(../images/center_circle.png);
}
.ctr_circle:last-child {
  background-image: url(../images/right_circle.png);
}
.ctr_img {
  text-align: center;
  margin: 45px auto;
}
.ctr_img img {
  width: 100%;
}
.ctr_txt {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', 'sans-serif';
  color: #311c07;
  margin-bottom: 1.2rem;
  font-size: 0.875rem;
}
.ctr_btn {
  margin: 0 auto;
  width: 350px;
  height: 55px;
  background-image: url(../images/crt_btn.png);
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 65px;
}
.ctr_btn p {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', 'sans-serif';
  color: #fff;
  line-height: 55px;
}
.ctr_btn p i {
  margin-left: 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ctr_circle {
    background-size: 100%;
  }
  .ctr_img {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 400px) {
  .ctr_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px !important;
  }
  .ctr_circle_box {
    flex-wrap: nowrap;
    padding: 0;
  }
  .ctr_btn {
    width: 100%;
    background-size: contain;
    height: 40px;
    margin-top: 40px;
  }
  .ctr_btn p {
    line-height: 40px;
  }
  .ctr_circle {
    width: 77px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  h4.ctr_circle_txt.onlySp {
    font-size: 0.9rem;
  }
}
/*トップページサムネイル変更*/
.thumbnailBox {
  position: relative;
}
.thumbnailBox .category {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #da984c;
  width: auto;
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.thumbnailBox .category ul {
  padding: 10px 15px;
}
.thumbnailBox .category ul li {
  display: inline-block;
  line-height: 1.3;
}
.thumbnailBox .category ul li::after {
  content: ' 、 ';
  color: #fff;
  display: i;
}
.thumbnailBox .category ul li:last-child::after {
  display: none;
}
.thumbnailBox .category ul li a {
  color: #fff !important;
  font-size: 1.5rem;
}
.c-articleBox__infoBox .category ul li a:hover {
  color: #c0c0c0 !important;
}
@media screen and (max-width: 1239px) {
  .thumbnailBox .category ul {
    padding: 6px 1em;
    display: inline-grid;
    text-align: left;
  }
  .thumbnailBox .category ul li a {
    font-size: 1.37097vw;
  }
  .thumbnailBox .category ul li {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .thumbnailBox .category ul li a {
    font-size: 1.2rem;
  }
  .thumbnailBox .category {
    left: 0px;
    bottom: 0px;
  }
}

/*CTR調整*/
.p-contents__sub__banner {
  top: 50px;
}
/*201810ライブラリー・ブログスタイル追加*/
.movie_01 {
  background-color: #f7f6f3;
  padding: 60px 36px;
}
.movie_02 {
  border: solid 1px #d2d2d2;
  padding: 60px 36px;
}
.movie_03 {
  background-color: rgba(113, 138, 48, 0.09);
  padding: 60px 36px;
}
.p-contents__main__entry__postBox u.line_bold {
  background: linear-gradient(transparent 62%, rgba(229, 168, 168, 0.53) 30%);
  text-decoration: none;
  line-height: 2;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.p-contents__main__entry__postBox u.line_bold a {
  text-decoration: none;
}
.p-contents__main__entry__postBox blockquote {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}
blockquote.fontawesome:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: middle;
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}
blockquote.nofontawesome:before {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -4px;
  vertical-align: middle;
  content: '“';
  font-size: 53px;
  line-height: 1;
  font-weight: 900;
}
.p-contents__main__entry__postBox cite {
  font-size: 12px;
  color: #888;
}
.p-contents__main__entry__postBox ol {
  padding-left: 1.5em;
}
.p-contents__main__entry__postBox ol > li {
  list-style-type: decimal;
  margin-top: 0;
}
.p-contents__main__entry__postBox ul {
  padding-left: 1.5em;
  margin-top: 0;
}
.p-contents__main__entry__postBox ul > li {
  list-style-type: disc;
  margin-top: 5px;
}

.p-contents__main__entry__postBox ul > li:first-child {
  margin-top: 10px;
}
ul.caret {
  padding-left: 0 !important;
}
ul.caret li {
  list-style-type: none !important;
  padding-left: 1.5em;
  position: relative;
}
ul.caret li i {
  font-size: 26px;
  position: absolute;
  left: 7px;
  top: 2px;
}
.product_btn {
  background-color: #718b2e;
  padding: 15px 35px;
  text-align: center;
  width: 200px;
  line-height: 1.7;
  box-sizing: border-box;
}
.product_btn p {
  color: #fff !important;
  font-size: 1.4rem;
}
.product_btn p a {
  color: #fff;
  display: block;
  font-weight: 400;
  text-decoration: none;
}
.product_btn_new {
  background-color: #718b2e;
  padding: 15px 35px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  color: #fff;
  border-radius: 4px;
}
.product_btn_new p a {
  color: #fff !important;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.product_btn_new p a span {
  font-size: 17px;
}
.product_btn_new p a i {
  padding-left: 20px;
  font-size: 20px;
  margin-top: 0;
}
.p-contents__main__entry__postBox .product_btn p a:link,
.product_btn p a:hover {
  color: #fff;
}
.product_btn:hover {
  opacity: 0.7;
}
.p-contents__main__entry__postBox b.color_red {
  color: #b33538;
}
.product_btn {
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 479px) {
  .product_btn {
    padding: 0.5em 1.2em;
    width: 100%;
    text-align: left;
  }
}
/*グロナビ項目追加により変更*/
.p-header__nav ul li {
  padding: 0 14px;
  width: 100%;
}

@media screen and (max-width: 1239px) {
  .p-header__nav ul li {
    padding: 0 1.1vw;
  }
}
@media screen and (max-width: 839px) {
  .p-header__nav ul li {
    padding: 0 0.9vw;
  }
}
.wf-google {
  font-family: 'Noto Serif JP', serif;
}
.wp_social_bookmarking_light {
  margin: 0 auto !important;
  text-align: center;
}
div.wp_social_bookmarking_light > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto !important;
}
div.wp_social_bookmarking_light > div.wsbl_hatena_button {
  width: 86px;
  height: 20px;
}
/*目次*/
#toc_container ul.toc_list {
  list-style-type: none !important;
  padding: 40px 30px;
}
#toc_container ul.toc_list li {
  padding-bottom: 3px;
  padding-left: 0;
}
.p-contents__main__entry__postBox ul.toc_list > li,
.p-contents__main__entry__postBox ul.toc_list li ul > li {
  list-style-type: none !important;
}
@media screen and (max-width: 839px) {
  div#toc_container {
    width: 100% !important;
  }
}

.p-contents__main__entry__postBox h2 {
  background-repeat: repeat-y;
}
.p-contents__main__entry__postBox h3 {
  height: auto;
  line-height: 1.7;
  padding-top: 8px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 640px) {
  .single_txt .p-contents__main__entry__postBox img,
  .single_txt .p-contents__main__entry__infoBox__thumbnailBox {
    width: 100vw;
    margin-left: -3.86667vw;
    max-width: 100vw;
  }
  .single_txt .p-contents__main__entry__postBox iframe {
    width: 100vw !important;
    margin-left: -3.86667vw;
  }
  .single_txt .p-contents__main__entry__postBox iframe.image-padding,
  .single_txt .p-contents__main__entry__postBox img.image-padding {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
}
