@charset "UTF-8";
/* 1.html5doctor.com Reset Stylesheet
-----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* 【カラー設定】 */
/* フォント設定　*/
/* シャドー設定 */
/* レイアウト幅 */
/* デバイス分岐 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-size: 15px; }

main {
  display: block; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all .5s ease; }

a:hover {
  opacity: 0.6;
  transition: all .5s ease; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

table.asp_list th, table.asp_list td {
  vertical-align: middle; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll; }

strong {
  font-weight: bold; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-family: "BIZ UDGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 200;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/ }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

.pcnone {
  display: none; }

@media screen and (max-width: 599px) {
  .spnone {
    display: none; }

  .pcnone {
    display: block; } }
/*ページ用ＣＳＳ*/
.wrapper {
  max-width: 1200px;
  position: relative;
  padding-bottom: 30px;
  margin: auto;
  width: 94%; }
  @media screen and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }

.container {
  width: 100%; }

pre {
  background: #666;
  margin: 10px 0; }

code {
  padding: 0;
  top: 0;
  color: #ccc; }

figure {
  margin-bottom: 10px; }

figcaption {
  font-size: 0.8rem;
  color: #666; }

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

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

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

.underline {
  text-decoration: underline; }

.txt_red {
  color: #c70000; }

.txtblue {
  color: #037edb; }

.pnk {
  background-color: #f6cbdd; }

.txtsmall {
  font-size: 0.8rem !important; }

.txt_big {
  font-size: 2rem !important; }

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

.txtgray, .txtgray a {
  color: #999; }

.right_img {
  float: right;
  margin: 0 0 20px 20px; }

.left_img {
  float: left;
  margin: 0 20px 20px 0; }

.cb {
  clear: both; }

.pt0 {
  padding-top: 0 !important; }

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

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

.mb20 {
  margin-bottom: 20px !important; }

.mb30, .container {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.no_border {
  border: 0 !important; }

main .w100 {
  width: 100% !important; }

main .w90 {
  width: 90% !important; }

main .w80 {
  width: 80% !important; }

main .w70 {
  width: 70% !important; }

main .w60 {
  width: 60% !important; }

main .w50 {
  width: 50% !important; }

main .w40 {
  width: 40% !important; }

main .w30 {
  width: 30% !important; }

main .w20 {
  width: 20% !important; }

main .w10 {
  width: 10% !important; }

.top section {
  max-width: 1200px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9rem; }

input[type="submit"],
input[type="reset"] {
  margin: 20px 10px;
  color: #0d7fbe;
  transition: 0.5s; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #ccc; }

input[type="submit"] {
  padding: 10px 20px; }
  input[type="submit"]:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

input[type="reset"] {
  color: #999;
  padding: 5px 10px; }

select {
  padding: 8px 38px 8px 8px;
  color: #666666;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect.cp_sl01 {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: 1rem;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

input.short {
  box-sizing: border-box;
  width: 70%; }

input.long {
  box-sizing: border-box;
  width: 100%; }

textarea {
  box-sizing: border-box;
  width: 100%; }

::placeholder {
  color: #999; }

input, textarea, select {
  padding: 8px;
  line-height: 1.7; }

/*ページ用ＣＳＳここまで*/
.container {
  max-width: none; }

.float_fbox {
  position: fixed;
  bottom: 0;
  height: 100px;
  background: #eee;
  padding: 15px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .float_fbox {
      line-height: 1.2;
      width: auto; } }
  @media screen and (max-width: 599px) {
    .float_fbox {
      height: 150px;
      font-size: 3.5vw; } }
  .float_fbox .inner {
    display: flex;
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .float_fbox .inner {
        display: block; } }
    .float_fbox .inner .text {
      width: 70%; }
      @media screen and (max-width: 1000px) {
        .float_fbox .inner .text {
          width: auto; } }
    .float_fbox .inner .btn {
      margin: 10px auto;
      width: 20%; }
      @media screen and (max-width: 1000px) {
        .float_fbox .inner .btn {
          width: auto; } }
      .float_fbox .inner .btn a.allow_btn {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        display: block;
        position: absolute;
        bottom: 30px;
        width: 200px;
        padding: 15px 0;
        margin: auto; }
        @media screen and (max-width: 1000px) {
          .float_fbox .inner .btn a.allow_btn {
            position: relative;
            bottom: auto;
            width: auto;
            padding: 5px; } }

/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*　共通：パンくず　*/
nav.breadcrumb {
  width: 100%;
  margin: auto;
  padding: 0;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    nav.breadcrumb {
      height: auto; } }
  nav.breadcrumb ul {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #aaa; }
    @media screen and (max-width: 599px) {
      nav.breadcrumb ul {
        margin: 0 10px;
        line-height: 1.5; } }
    nav.breadcrumb ul li {
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 790px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        nav.breadcrumb ul li {
          max-width: 90vw;
          white-space: normal;
          overflow: auto; } }

nav.breadcrumb {
  font-size: 0.8rem;
  margin: 0 0 10px;
  padding: 20px 0;
  overflow: hidden; }
  nav.breadcrumb a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 1px solid #999; }
  nav.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    float: left; }
    nav.breadcrumb ul li a::after {
      padding-left: 15px;
      content: ">"; }
nav.paging {
  text-align: center; }
  nav.paging a, nav.paging span {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin: 5px;
    width: 20px;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 30px; }
  nav.paging a {
    color: #333;
    text-decoration: none;
    background: #eee; }
    nav.paging a.prev {
      transform: rotate(-70deg); }
    nav.paging a.next {
      transform: rotate(70deg); }

header {
  font-size: 0.8rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    header {
      margin-bottom: 0; } }
  header .header_inner {
    margin: 0 auto;
    padding: 20px;
    overflow: hidden; }
  header .logo_wrap {
    font-size: 2rem;
    text-align: center;
    width: 445px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      header .logo_wrap {
        width: auto; } }
    header .logo_wrap img {
      max-width: 120px; }
  header nav {
    position: fixed;
    z-index: 101;
    top: 0;
    width: 200px;
    height: 100vh;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
    right: -100%;
    padding: 0 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: auto; }
    header nav ul {
      flex-direction: column;
      background: transparent;
      margin: 10px 0 20px 0;
      width: auto;
      border-top: solid 1px #fff; }
      @media screen and (max-width: 768px) {
        header nav ul {
          margin-top: 4vw; } }
      header nav ul li {
        margin-right: 0; }
        header nav ul li a {
          width: auto;
          padding: 10px 20px;
          display: block;
          border-bottom: 1px solid #fff;
          text-decoration: none;
          color: #fff;
          font-size: 18px; }
    header nav #search_form {
      position: relative;
      margin-bottom: 30px; }
      header nav #search_form input {
        border: 0;
        padding: 13px;
        width: 100%; }
      header nav #search_form button {
        border: 0;
        position: absolute;
        top: 12px;
        right: 0;
        background: #fff; }
    header nav .menu_link {
      background: #fff;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 20px; }
      header nav .menu_link a {
        text-decoration: none;
        font-weight: bold;
        color: #999;
        display: block;
        width: 100%; }
        header nav .menu_link a img {
          margin-bottom: 10px;
          width: 32px; }
    header nav .flexblock {
      display: flex;
      justify-content: space-between; }
      header nav .flexblock .menu_link {
        width: 47%; }
        header nav .flexblock .menu_link img.contact {
          margin: 5px 0 15px; }

.close_btn {
  width: auto;
  text-align: center;
  position: relative;
  margin: 10px 0px 10px auto;
  display: flex !important;
  align-items: center;
  justify-items: center;
  font-size: 1rem;
  padding: 10px;
  background: #fff;
  height: 50px;
  width: 50px;
  z-index: 102;
  border-radius: 50px; }
  @media screen and (max-width: 768px) {
    .close_btn {
      margin: 4vw 0 4vw auto;
      height: 8vw;
      width: 8vw; } }
  .close_btn::after, .close_btn::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    left: 22%; }
    @media screen and (max-width: 768px) {
      .close_btn::after, .close_btn::before {
        width: 7.2vw; } }
  .close_btn::before {
    transform: rotate(135deg); }

#sm_menu {
  display: block;
  position: fixed;
  right: 30px;
  top: 25px;
  padding: 0 0 0 15px;
  z-index: 100;
  width: 45px;
  height: 60px;
  text-align: right;
  cursor: pointer;
  background: #0d7fbe;
  border-radius: 50px; }
  @media screen and (max-width: 768px) {
    #sm_menu {
      right: 20px;
      top: auto;
      bottom: 20px;
      width: 12vw;
      height: 12vw;
      padding: 0; } }
  #sm_menu .menu_btn, #sm_menu .menu_btn:before, #sm_menu .menu_btn:after {
    display: block;
    font-size: 10px;
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 30px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #sm_menu .menu_btn, #sm_menu .menu_btn:before, #sm_menu .menu_btn:after {
        top: 6vw;
        right: 2vw;
        width: 8vw; } }
    #sm_menu .menu_btn:before, #sm_menu .menu_btn:after {
      content: ""; }
      @media screen and (max-width: 768px) {
        #sm_menu .menu_btn:before, #sm_menu .menu_btn:after {
          right: 0; } }
    #sm_menu .menu_btn:before {
      top: -8px; }
    #sm_menu .menu_btn:after {
      top: 8px; }

/*　共通：流し込み　*/
.sec-contents {
  width: 100%;
  margin: auto; }
  .sec-contents .contents {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sec-contents .contents li {
      width: 30%;
      max-width: 360px;
      margin-bottom: 40px;
      line-height: 1.6;
      margin-right: 5%;
      box-sizing: border-box; }
      .sec-contents .contents li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 768px) {
          .sec-contents .contents li:nth-child(3n) {
            margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        .sec-contents .contents li {
          width: 100%;
          margin: 0 auto; } }
      .sec-contents .contents li .txt {
        padding: 20px 0;
        letter-spacing: -0.05em;
        position: relative; }
        .sec-contents .contents li .txt time {
          position: absolute;
          top: 10px;
          right: 10px;
          color: #999; }
        .sec-contents .contents li .txt .genre {
          font-size: 15px;
          color: #666;
          margin-bottom: 10px; }
          .sec-contents .contents li .txt .genre span {
            display: inline-block;
            border-radius: 20px;
            padding: 5px 8px;
            background: #eee;
            font-size: .8rem;
            font-weight: normal; }
        .sec-contents .contents li .txt .text {
          font-family: "BIZ UDGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
          font-size: 18px;
          color: #7d7d7d; }
          @media screen and (max-width: 599px) {
            .sec-contents .contents li .txt .text {
              font-size: 4vw; } }

.home .sec-contents .contents {
  display: block; }
  .home .sec-contents .contents li {
    width: auto;
    max-width: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px; }
    .home .sec-contents .contents li a {
      display: flex;
      justify-content: space-between; }
      .home .sec-contents .contents li a .image {
        max-width: 200px;
        height: 100px;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .home .sec-contents .contents li a .image {
            max-width: 30vw;
            height: auto;
            margin-bottom: 10px; } }
      .home .sec-contents .contents li a .txt {
        width: calc(100% - 220px);
        padding-top: 35px; }
        @media screen and (max-width: 768px) {
          .home .sec-contents .contents li a .txt {
            width: 60vw;
            padding-bottom: 10px;
            padding-top: 30px; }
            .home .sec-contents .contents li a .txt time {
              top: 0;
              font-size: 2.5vw; } }
        .home .sec-contents .contents li a .txt .genre {
          position: absolute;
          left: 0;
          top: 0; }
          @media screen and (max-width: 768px) {
            .home .sec-contents .contents li a .txt .genre span {
              font-size: 3vw;
              padding: 0 5px; } }

/*　共通：ボタン・READ MORE　*/
.btn-more {
  display: block;
  overflow: hidden;
  margin: auto;
  text-decoration: none;
  width: 240px;
  height: 48px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  transition: 0.7s;
  background-image: linear-gradient(to right, #0186da, #b631a7);
  border-radius: 100px; }
  .btn-more:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 20px;
    right: 20px;
    height: 2px;
    width: 10px;
    transform: rotate(45deg); }
  .btn-more:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 24px;
    right: 20px;
    height: 2px;
    width: 18px; }

/* ------------------------------------------------- *
 *  ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* FOOTER */
.footer {
  width: 100%;
  padding: 0;
  background-color: #fff; }
  .footer .page-top {
    width: 100%;
    height: 54px;
    margin: auto;
    text-align: center;
    background: #0d7fbe;
    position: relative; }
    .footer .page-top span {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(-45deg);
      left: calc(50% - 10px);
      top: calc(50% - 5px); }
  .footer .box {
    width: 100%;
    background-color: #fff; }
    .footer .box .inner {
      max-width: 1200px;
      margin: auto;
      padding: 20px 0 0;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .footer .box .inner {
          display: block;
          text-align: center;
          padding: 0;
          margin-top: 8vw; } }
      .footer .box .inner .txt {
        font-size: 16px;
        color: #666; }
        .footer .box .inner .txt a {
          color: #0d7fbe; }
        .footer .box .inner .txt .logo {
          margin-bottom: 35px; }
          .footer .box .inner .txt .logo img {
            width: 210px; }
        .footer .box .inner .txt .links {
          line-height: 2; }
          .footer .box .inner .txt .links a {
            margin-right: 15px; }
          @media screen and (max-width: 599px) {
            .footer .box .inner .txt .links {
              overflow: hidden;
              border-top: 1px solid #ccc; }
              .footer .box .inner .txt .links a {
                display: block;
                margin-right: 0;
                width: calc(100% / 3);
                float: left;
                border-bottom: 1px solid #ccc;
                font-size: 4.5vw;
                height: 40px;
                line-height: 40px; }
                .footer .box .inner .txt .links a.bdr {
                  border-left: 1px solid #fff;
                  float: right;
                  width: 49%; } }
      .footer .box .inner .sns {
        display: flex;
        margin-right: 0;
        margin-bottom: 0; }
        .footer .box .inner .sns img {
          width: 32px; }
        @media screen and (max-width: 768px) {
          .footer .box .inner .sns {
            justify-content: center;
            margin: 20px auto 0; } }
        .footer .box .inner .sns .menu_link {
          background: #fff;
          text-align: center;
          padding: 15px 10px;
          margin-right: 10px;
          overflow: hidden; }
          @media screen and (max-width: 599px) {
            .footer .box .inner .sns .menu_link {
              margin-right: 20px; } }
          .footer .box .inner .sns .menu_link:nth-child(2) {
            padding-top: 20px;
            height: 45px; }
            @media screen and (max-width: 599px) {
              .footer .box .inner .sns .menu_link:nth-child(2) {
                margin-right: 0; } }
          .footer .box .inner .sns .menu_link a {
            text-decoration: none;
            font-weight: bold;
            color: #999;
            display: block;
            width: 100%; }
            .footer .box .inner .sns .menu_link a img {
              margin-bottom: 10px; }
  .footer .copyright {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    color: #969696;
    font-size: 13px; }

/* ------------------------------------------------- *
 *  ＠TOP　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#top_slider {
  width: 100%;
  overflow: hidden; }

.top .sec-contents {
  margin: 30px auto 0; }
  .top .sec-contents .btn-more {
    text-align: center;
    margin: 60px auto 175px; }

/* ------------------------------------------------- *
 *  ＠TOP　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
.single .wrapper {
  width: 100%; }

.single .title, .page .title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 90px; }
  @media screen and (max-width: 599px) {
    .single .title, .page .title {
      margin-top: 50px;
      margin-bottom: 40px; } }
  .single .title::after, .page .title::after {
    content: "";
    display: block;
    width: 50px;
    margin: 35px auto 0;
    border-bottom: 1px solid #333; }
    @media screen and (max-width: 599px) {
      .single .title::after, .page .title::after {
        margin-top: 20px; } }

.single .sec-contents, .page .sec-contents {
  margin: 30px auto 0; }
  .single .sec-contents .btn-more, .page .sec-contents .btn-more {
    text-align: center;
    margin: 60px auto 175px; }
    @media screen and (max-width: 599px) {
      .single .sec-contents .btn-more, .page .sec-contents .btn-more {
        width: 50%;
        margin: 30px auto 80px; } }

/* 個別ページ */
.single .sec-mv, .page .sec-mv {
  width: 100%;
  margin: 50px auto 100px;
  letter-spacing: 0.05em;
  position: relative; }
  @media screen and (max-width: 599px) {
    .single .sec-mv, .page .sec-mv {
      margin: 30px auto; } }
  @media screen and (max-width: 599px) {
    .single .sec-mv figure, .page .sec-mv figure {
      height: 33vh; } }
  .single .sec-mv .mv, .page .sec-mv .mv {
    position: absolute;
    max-width: 1200px;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 599px) {
      .single .sec-mv .mv, .page .sec-mv .mv {
        height: 35vh;
        margin-left: -4%; }
        .single .sec-mv .mv img, .page .sec-mv .mv img {
          max-width: none;
          max-height: 100%;
          left: -50%;
          position: absolute; } }
  .single .sec-mv .catch, .page .sec-mv .catch {
    z-index: 10;
    position: relative;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 36px;
    padding: 50px 0 0 100px;
    color: #fff;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .single .sec-mv .catch, .page .sec-mv .catch {
        padding: 8vw 0 0 8vw;
        font-size: 6.5vw;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } }
    .single .sec-mv .catch::after, .page .sec-mv .catch::after {
      content: "";
      display: block;
      width: 48px;
      margin: 20px 0 0;
      border-bottom: 1px solid #fff; }
      @media screen and (max-width: 599px) {
        .single .sec-mv .catch::after, .page .sec-mv .catch::after {
          margin-top: 10px; } }
  .single .sec-mv .lead, .page .sec-mv .lead {
    z-index: 10;
    position: relative;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 18px;
    padding: 20px 0 0 100px;
    margin-bottom: 120px;
    color: #fff; }
    @media screen and (max-width: 599px) {
      .single .sec-mv .lead, .page .sec-mv .lead {
        padding: 3vw 0 0 8vw;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 4.5vw;
        margin-bottom: 10vw; } }
  .single .sec-mv .date, .page .sec-mv .date {
    z-index: 10;
    position: relative;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 100px;
    color: #fff; }
    @media screen and (max-width: 599px) {
      .single .sec-mv .date, .page .sec-mv .date {
        margin: 0 0 0 8vw; } }

.single .sec-column, .page .sec-column {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 599px) {
    .single .sec-column, .page .sec-column {
      display: block;
      margin-top: 5vw; } }
  .single .sec-column h1, .single .sec-column h2, .single .sec-column h3, .single .sec-column h4, .page .sec-column h1, .page .sec-column h2, .page .sec-column h3, .page .sec-column h4 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .single .sec-column .entry, .page .sec-column .entry {
    margin-bottom: 50px; }
    @media screen and (max-width: 599px) {
      .single .sec-column .entry, .page .sec-column .entry {
        width: 94%;
        margin: 0 auto 20vw; } }
    .single .sec-column .entry p, .page .sec-column .entry p {
      margin-bottom: 30px;
      line-height: 2;
      font-family: "BIZ UDGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
      color: #333; }
    .single .sec-column .entry h1, .page .sec-column .entry h1 {
      font-size: 25px;
      line-height: 2;
      padding: 20px 0 10px;
      margin-bottom: 30px;
      font-weight: 100;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 599px) {
        .single .sec-column .entry h1, .page .sec-column .entry h1 {
          font-size: 6vw;
          line-height: 1.7;
          text-align: left;
          margin-bottom: 5vw;
          padding-bottom: 4vw; } }
      .single .sec-column .entry h1:before, .page .sec-column .entry h1:before {
        content: '';
        background: #0d7fbe;
        opacity: .5;
        position: absolute;
        height: 1px;
        width: 40px;
        margin-left: -20px;
        left: 50%;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          .single .sec-column .entry h1:before, .page .sec-column .entry h1:before {
            left: 5vw; } }
    .single .sec-column .entry h2, .page .sec-column .entry h2 {
      font-size: 25px;
      line-height: 2;
      padding: 20px 0 10px;
      margin-bottom: 30px;
      font-weight: 100;
      position: relative; }
      @media screen and (max-width: 599px) {
        .single .sec-column .entry h2, .page .sec-column .entry h2 {
          font-size: 5vw;
          line-height: 1.7;
          padding-bottom: 10px;
          margin-bottom: 20px; } }
      .single .sec-column .entry h2:before, .page .sec-column .entry h2:before {
        content: '';
        background: #0d7fbe;
        opacity: .2;
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          .single .sec-column .entry h2:before, .page .sec-column .entry h2:before {
            left: 0; } }
      .single .sec-column .entry h2:after, .page .sec-column .entry h2:after {
        content: '';
        background: #0d7fbe;
        position: absolute;
        height: 1px;
        width: 30%;
        bottom: 0;
        left: 0; }
    .single .sec-column .entry h3, .page .sec-column .entry h3 {
      font-weight: lighter;
      font-size: 20px;
      padding: 10px;
      border-left: 5px solid #0d7fbe;
      margin-bottom: 15px;
      line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .single .sec-column .entry h3, .page .sec-column .entry h3 {
          font-size: 4.8vw; } }
    .single .sec-column .entry h4, .page .sec-column .entry h4 {
      font-size: 20px;
      padding: 10px 0;
      border-bottom: 1px dotted #0d7fbe;
      margin-bottom: 15px;
      line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .single .sec-column .entry h4, .page .sec-column .entry h4 {
          font-size: 4.8vw; } }
    .single .sec-column .entry .aligncenter, .page .sec-column .entry .aligncenter {
      text-align: center; }
    .single .sec-column .entry .contents, .page .sec-column .entry .contents {
      margin: 30px 0; }
      .single .sec-column .entry .contents .row img, .page .sec-column .entry .contents .row img {
        display: block;
        margin: auto; }
    .single .sec-column .entry time.top-time, .page .sec-column .entry time.top-time {
      display: block;
      margin: 20px 0;
      text-align: right;
      color: #666; }
  .single .sec-column .items, .page .sec-column .items {
    margin-bottom: 50px; }
    @media screen and (max-width: 599px) {
      .single .sec-column .items, .page .sec-column .items {
        font-size: 4vw; } }
    .single .sec-column .items .sub-title, .page .sec-column .items .sub-title {
      border-top: 1px solid #eee;
      padding-top: 40px;
      padding-bottom: 20px;
      font-size: 18px;
      text-align: center; }
  .single .sec-column .add, .page .sec-column .add {
    background: #eee;
    padding: 30px;
    margin: 0 0 50px;
    line-height: 1.8; }
    @media screen and (max-width: 599px) {
      .single .sec-column .add, .page .sec-column .add {
        margin: 0 3% 50px; } }
    .single .sec-column .add img, .page .sec-column .add img {
      margin-right: 15px; }
    .single .sec-column .add .sub-title, .page .sec-column .add .sub-title {
      font-size: 20px;
      margin-bottom: 15px; }
  .single .sec-column .sns, .page .sec-column .sns {
    padding: 20px 0 50px;
    margin-bottom: 80px;
    text-align: center; }
    .single .sec-column .sns .sub-title, .page .sec-column .sns .sub-title {
      font-size: 18px;
      margin-bottom: 20px; }
    .single .sec-column .sns .icons, .page .sec-column .sns .icons {
      display: flex;
      justify-content: center; }
      .single .sec-column .sns .icons p, .page .sec-column .sns .icons p {
        margin: 0 10px; }
  .single .sec-column .relatedpages h4.heading, .page .sec-column .relatedpages h4.heading {
    line-height: 2;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-weight: 100;
    position: relative;
    font-size: 30px; }
    @media screen and (max-width: 599px) {
      .single .sec-column .relatedpages h4.heading, .page .sec-column .relatedpages h4.heading {
        font-size: 7vw;
        line-height: 1.7;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 599px) {
    .single .sec-column .relatedpages, .page .sec-column .relatedpages {
      width: 94%;
      margin: auto; } }
  .single .sec-column .relatedpages .box-relatedpages, .page .sec-column .relatedpages .box-relatedpages {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .single .sec-column .relatedpages .box-relatedpages a, .page .sec-column .relatedpages .box-relatedpages a {
      color: #666; }
    .single .sec-column .relatedpages .box-relatedpages li, .page .sec-column .relatedpages .box-relatedpages li {
      width: 30%;
      max-width: 360px;
      margin-bottom: 40px;
      border: 1px solid #efefef;
      line-height: 1.6; }
      @media screen and (max-width: 599px) {
        .single .sec-column .relatedpages .box-relatedpages li, .page .sec-column .relatedpages .box-relatedpages li {
          width: 100%; } }
      .single .sec-column .relatedpages .box-relatedpages li .txt, .page .sec-column .relatedpages .box-relatedpages li .txt {
        padding: 12px;
        letter-spacing: -0.05em; }
        .single .sec-column .relatedpages .box-relatedpages li .txt h3.category-name, .page .sec-column .relatedpages .box-relatedpages li .txt h3.category-name {
          font-family: "BIZ UDGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
          font-size: 1.1rem;
          margin-bottom: .5rem;
          font-weight: normal; }
        .single .sec-column .relatedpages .box-relatedpages li .txt .genre, .page .sec-column .relatedpages .box-relatedpages li .txt .genre {
          font-size: 15px;
          color: #999; }
        .single .sec-column .relatedpages .box-relatedpages li .txt .text, .page .sec-column .relatedpages .box-relatedpages li .txt .text {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 18px;
          color: #7d7d7d; }
          @media screen and (max-width: 599px) {
            .single .sec-column .relatedpages .box-relatedpages li .txt .text, .page .sec-column .relatedpages .box-relatedpages li .txt .text {
              font-size: 4vw; } }
  .single .sec-column .pager, .page .sec-column .pager {
    margin-bottom: 50px; }
    @media screen and (max-width: 599px) {
      .single .sec-column .pager, .page .sec-column .pager {
        width: 94%;
        margin: 0 auto 50px; } }
    .single .sec-column .pager .box-pager ul, .page .sec-column .pager .box-pager ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .single .sec-column .pager .box-pager ul, .page .sec-column .pager .box-pager ul {
          flex-direction: column-reverse; } }
      .single .sec-column .pager .box-pager ul li, .page .sec-column .pager .box-pager ul li {
        width: 47%; }
        @media screen and (max-width: 768px) {
          .single .sec-column .pager .box-pager ul li, .page .sec-column .pager .box-pager ul li {
            margin: 3vw 0;
            width: auto; } }
      .single .sec-column .pager .box-pager ul .prev, .page .sec-column .pager .box-pager ul .prev {
        position: relative; }
        @media screen and (max-width: 768px) {
          .single .sec-column .pager .box-pager ul .prev, .page .sec-column .pager .box-pager ul .prev {
            margin-left: 30px;
            margin-right: 30px; } }
        .single .sec-column .pager .box-pager ul .prev a::before, .page .sec-column .pager .box-pager ul .prev a::before {
          content: "";
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 1px solid #999;
          border-right: 1px solid #999;
          transform: rotate(-135deg);
          left: -15px;
          top: calc(50% - 6px); }
      .single .sec-column .pager .box-pager ul .next, .page .sec-column .pager .box-pager ul .next {
        position: relative;
        text-align: right; }
        @media screen and (max-width: 768px) {
          .single .sec-column .pager .box-pager ul .next, .page .sec-column .pager .box-pager ul .next {
            margin-right: 30px;
            margin-left: 30px;
            text-align: left; } }
        .single .sec-column .pager .box-pager ul .next a::after, .page .sec-column .pager .box-pager ul .next a::after {
          content: "";
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 1px solid #999;
          border-right: 1px solid #999;
          transform: rotate(45deg);
          right: -15px;
          top: calc(50% - 6px); }
      .single .sec-column .pager .box-pager ul a, .page .sec-column .pager .box-pager ul a {
        color: #333;
        font-size: .9rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .single .sec-column .pager .box-pager ul a, .page .sec-column .pager .box-pager ul a {
            font-size: 4vw; } }
      .single .sec-column .pager .box-pager ul span.prev_arrow, .page .sec-column .pager .box-pager ul span.prev_arrow {
        transform: rotate(-45deg);
        margin-right: 10px;
        display: inline-block; }
      .single .sec-column .pager .box-pager ul span.next_arrow, .page .sec-column .pager .box-pager ul span.next_arrow {
        transform: rotate(45deg);
        margin-left: 10px;
        display: inline-block; }
  .single .sec-column .inner, .page .sec-column .inner {
    max-width: 800px; }
    @media screen and (max-width: 800px) {
      .single .sec-column .inner, .page .sec-column .inner {
        max-width: auto;
        width: 90vw;
        margin: 0 auto; } }
  .single .sec-column .side_menu, .page .sec-column .side_menu {
    width: 280px;
    padding: 30px; }
    @media screen and (max-width: 599px) {
      .single .sec-column .side_menu, .page .sec-column .side_menu {
        width: 94%;
        margin: auto;
        padding: 30px 0; } }
    .single .sec-column .side_menu .side-content, .page .sec-column .side_menu .side-content {
      height: 500px;
      position: sticky;
      top: 0; }
      .single .sec-column .side_menu .side-content li, .page .sec-column .side_menu .side-content li {
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee; }
        .single .sec-column .side_menu .side-content li a, .page .sec-column .side_menu .side-content li a {
          color: #333;
          font-family: "BIZ UDGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
          font-size: 18px; }

.under-single-profile {
  background: #eee;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 50px; }
  .under-single-profile .under-single-profile__img {
    border-radius: 80px;
    float: left;
    margin-right: 15px; }
  .under-single-profile h3 {
    font-size: 1.5rem;
    margin-bottom: 5px; }
    .under-single-profile h3 a {
      font-size: .9rem;
      line-height: 1rem;
      display: inline-block; }
  .under-single-profile p {
    line-height: 1.5; }

.wp-caption {
  max-width: 100%; }

/* ------------------------------------------------- *
 *  ＠TOP　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　その他のページ　*/
/* 【カラー設定】 */
h2.title {
  font-size: 25px;
  margin: 30px auto;
  font-weight: normal;
  color: #666; }

main {
  width: auto;
  margin: 0 auto 20px;
  clear: both;
  padding: 0;
  color: #333; }
  main h1, main h2, main h3, main h4 {
    clear: both;
    font-weight: normal;
    margin-bottom: 20px;
    color: #0d7fbe; }
  main img {
    max-width: 100%;
    height: auto; }
    main img.eyecatch {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      width: 98%;
      margin: 3px 1% 20px;
      height: auto; }
    main img.bd1 {
      border: 1px solid #ccc; }
  main a {
    color: #037edb;
    text-decoration: underline; }
    main a:hover {
      text-decoration: none; }
  main p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px; }
    main p.detail {
      font-size: 1rem; }
  main ul {
    margin-bottom: 20px; }
    main ul li {
      margin-bottom: 10px;
      margin-left: 50px;
      list-style-type: disc; }
      main ul li ul {
        margin-top: 10px; }
    main ul.kome {
      clear: both; }
      main ul.kome li {
        text-indent: -1rem;
        margin-left: 1rem;
        line-height: 1.5;
        list-style-type: none; }
    main ul.btn_area {
      display: flex;
      justify-content: space-between;
      margin: 0 0 20px 0; }
      main ul.btn_area a {
        display: inline-block;
        padding: 10px 40px;
        background: #037edb;
        color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        transition: opacity .3s ease-out;
        margin: 0 5px 15px; }
      main ul.btn_area li {
        margin: 0;
        list-style-type: none; }
        main ul.btn_area li img {
          width: 98%; }
        main ul.btn_area li:nth-child(2) {
          text-align: right; }
  main ol {
    margin: 0 0 20px 0; }
    main ol li {
      list-style-type: decimal;
      margin-bottom: 10px;
      margin-left: 50px; }
  main .reference {
    background-color: #0391fc;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px 5px; }
  main div.default_box h2 {
    border: 0;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  main table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    min-width: 100%;
    margin-bottom: 20px; }
    main table th, main table td {
      padding: 10px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    main table th {
      color: #fff;
      font-weight: bold;
      background: #0072c8;
      text-align: center; }
    main table tr:nth-child(even) {
      background: #eee; }
    main table tr:hover {
      background: #ddd; }
  main .quote_area, main blockquote p {
    background: #eee;
    margin: 0 0 20px;
    padding: 20px 30px; }
  main .border_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px; }
  main .default_box {
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 20px;
    padding: 20px 25px 0 25px;
    overflow: hidden; }
    main .default_box.blue {
      border-color: #99bdd7;
      background-color: #d3ebfd; }
    main .default_box.yellow {
      border-color: #f7a730;
      background-color: #f5d4a3; }

.sns {
  max-width: 290px;
  margin: 0 auto 30px;
  overflow: hidden; }
  .sns .row {
    display: flex;
    justify-content: space-around; }
    .sns .row .col-3-sm {
      width: 100%;
      margin: 0 10px; }
      .sns .row .col-3-sm .line_btn {
        width: 100%;
        border-radius: 30px;
        background: #02ac31;
        border-bottom: solid 5px #008525;
        height: 47px; }
        .sns .row .col-3-sm .line_btn img {
          margin-top: 8px !important; }
      .sns .row .col-3-sm .hateb {
        width: 100%;
        border-radius: 30px;
        background: #00a4de;
        border-bottom: solid 5px #006eab;
        height: 47px; }
        .sns .row .col-3-sm .hateb img {
          margin-top: 8px !important; }
      .sns .row .col-3-sm .fb_btn {
        width: 100%;
        border-radius: 30px;
        background: #3b5998;
        border-bottom: solid 5px #2d4473;
        height: 47px; }
        .sns .row .col-3-sm .fb_btn img {
          margin-top: 14px !important; }
      .sns .row .col-3-sm .tw_btn {
        width: 100%;
        border-radius: 30px;
        background: #55acee;
        border-bottom: solid 5px #178ee8;
        height: 47px; }
        .sns .row .col-3-sm .tw_btn img {
          margin-top: 15px !important; }
      .sns .row .col-3-sm .hatena-bookmark-button {
        background: #007bb6;
        border-color: #005983; }

.hutoaka, .txtred {
  font-weight: bold;
  color: #c70000; }

.oomozi {
  font-size: 2rem; }

.komozi {
  font-size: .8rem; }

.dotline {
  border-bottom: 1px dotted #333; }

.ymarker {
  background-color: #ffd499;
  color: #000; }

.rmarker, .txt_redbor {
  background-color: #ffc2cc;
  color: #000; }

.sankou {
  background: #ff9300;
  color: #fff;
  font-size: .8rem;
  padding: 2px 4px;
  margin-right: 10px; }

.inyoumodoki {
  background: #eee;
  padding: 30px;
  margin: 20px 0;
  line-height: 1.7; }

.graybox, .redbox, .yellowbox {
  margin: 20px 0;
  padding: 20px;
  line-height: 1.7;
  border: solid 1px #ccc;
  background-color: #f3f3f3;
  color: #000; }

.redbox {
  border: solid 1px #ff6e9a;
  background-color: #ffd4e1; }

.yellowbox {
  border: solid 1px #fffacd;
  background-color: #ffffe0; }

.flex-block {
  display: flex;
  justify-content: space-between; }

.insert-link {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto; }
  .insert-link a {
    color: #333;
    text-decoration: none; }
  .insert-link h5 {
    margin-bottom: 10px;
    line-height: 1.5; }
  .insert-link p {
    font-size: .8rem;
    line-height: 1.5;
    margin-bottom: 10px !important; }
  .insert-link dt {
    width: 100px;
    margin-right: 20px; }
  .insert-link dd {
    width: calc(100% - 130px); }
    .insert-link dd .cardbox-more {
      margin-bottom: 0; }
      .insert-link dd .cardbox-more a {
        text-decoration: underline; }

.rankstlink-r2 a, .rankstlink-l2 a {
  max-width: 400px;
  background: #48b8e3;
  text-align: center;
  display: block;
  margin: 20px auto;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #666;
  position: relative; }
  .rankstlink-r2 a:after, .rankstlink-l2 a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 20px;
    top: calc(50% - 5px); }

.rankstlink-l2 a {
  background: #55b046; }

.rank-wrap {
  min-width: 250px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .rank-wrap {
      width: 90%;
      margin: 20px 5%; } }
  .rank-wrap .rank-box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0; }
    .rank-wrap .rank-box dt {
      position: relative;
      width: 100px; }
      .rank-wrap .rank-box dt img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
      .rank-wrap .rank-box dt .poprank-no {
        background: #ff5c77;
        color: #fff;
        display: block;
        position: absolute;
        top: -5px;
        right: -5px;
        padding: 5px 8px;
        border-radius: 20px;
        border: 3px solid #fff; }
    .rank-wrap .rank-box dd {
      width: calc(100% - 120px); }
      .rank-wrap .rank-box dd h5 {
        line-height: 1.5; }
        .rank-wrap .rank-box dd h5 a {
          color: #333;
          text-decoration: none; }

#toc_container {
  background: #eee;
  padding: 20px 0;
  border-top: #000 1px solid;
  margin-bottom: 20px; }
  #toc_container .toc_title {
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff; }
    #toc_container .toc_title .toc_toggle {
      font-size: .8rem; }
  #toc_container li {
    line-height: 1.8; }
  #toc_container a {
    color: #333; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px; }

.shoplinkyahoo {
  display: none !important; }

main {
  line-height: 2;
  font-size: 1rem; }

body {
  line-height: 1.5; }

a {
  color: #037edb; }

nav.paging a, nav.paging span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 5px;
  width: 20px;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 20px;
  background: #eee; }

nav.paging a {
  color: #037edb;
  text-decoration: none;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative; }

nav.paging a:after {
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

nav.paging a:hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5; }

nav.paging a:hover {
  -webkit-box-shadow: 0 0 0 10px #037edb;
  box-shadow: 0 0 0 10px #037edb;
  color: #fff;
  background: #037edb;
  opacity: 1; }

.index-page-ttl {
  font-size: 25px;
  line-height: 2;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 100;
  position: relative;
  text-align: center;
  color: #0d7fbe; }

.index-page-dcr {
  margin: 30px auto 50px;
  line-height: 1.8;
  color: #333;
  max-width: 800px; }

.wp-caption {
  max-width: 100%; }

.sec-contents .contents li .image {
  max-height: 250px;
  overflow: hidden; }

.sec-contents .contents li .image img {
  width: 100%; }

*, .single .sec-column .entry p, .page .sec-column .entry p {
  font-family: 'BIZ UDGothic',"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

.comment-respond {
  margin: 50px 0; }

.comment-respond h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  border-top: 1px solid #999;
  padding-top: 1rem;
  color: #0d7fbe; }

.comment-form-comment {
  margin-top: 1rem; }

.comment-form-comment label, .comment-form-author label {
  display: block; }

.comment-respond .form-submit {
  text-align: center; }

.comment-respond .form-submit input[type="submit"] {
  color: #fff;
  background: #f45000;
  border: 0;
  border-radius: 50px; }

p#throwsSpamAway {
  text-align: center;
  font-size: .8rem;
  color: #ee0020; }

h3#comments {
  margin-top: 40px;
  margin-bottom: 1rem;
  color: #0d7fbe; }

.comment-body {
  margin-top: 1rem; }

input#author {
  width: 100%;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  #sm_menu {
    bottom: 25vw; } }
.txt_redbor {
  background-color: #ffc2cc;
  color: #000; }

.shoplinkamazon a {
  background: #FF9901;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 5px;
  display: inline-block;
  font-size: 0.8rem; }

.shoplinkrakuten a {
  background: #c20004;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 5px;
  display: inline-block;
  font-size: 0.8rem; }

.shoplinkkindle a {
  background: #007dcd;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 5px;
  display: inline-block;
  font-size: 0.8rem; }

.shoplinkkakakucom a {
  background: #314995;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 5px;
  display: inline-block;
  font-size: 0.8rem; }

.shoplinkyahoo {
  display: none !important; }

.home .entry .top-box {
  background: #bfdbff;
  border: 1px solid #005dd0;
  padding: 20px;
  margin: 20px 0; }
  .home .entry .top-box h3 {
    background: #c5bf3b;
    color: #fff;
    text-align: center;
    border: 0;
    font-family: sans-serif;
    font-weight: 600; }
  .home .entry .top-box .top-box-link {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .home .entry .top-box .top-box-link {
        display: block; } }
    .home .entry .top-box .top-box-link a {
      text-decoration: none;
      display: block;
      background: #fff;
      width: 32%;
      text-align: center;
      font-size: 16px;
      padding: 20px 0;
      position: relative;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .home .entry .top-box .top-box-link a {
          width: auto;
          margin-top: 3vw; } }
      .home .entry .top-box .top-box-link a::after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid #037edb;
        border-right: 1px solid #037edb;
        transform: rotate(45deg);
        right: 15px;
        top: calc(50% - 5px); }

.single .sec-column, .page .sec-column {
  display: block; }
  .single .sec-column .inner, .page .sec-column .inner {
    margin: auto; }

.postid-59 .kaerebatextlink {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .postid-59 .kaerebatextlink li {
    margin-left: 0; }

@media screen and (max-width: 768px) {
  .sec-contents .contents li {
    margin-bottom: 30px;
    position: relative;
    min-height: 60vw;
    background: #000; }
    .sec-contents .contents li .image {
      overflow: hidden;
      background: #000; }
      .sec-contents .contents li .image img {
        opacity: .5; }
    .sec-contents .contents li .txt {
      position: absolute;
      top: 20px;
      left: 5%;
      width: 90%; }
      .sec-contents .contents li .txt p.text {
        color: #fff;
        font-size: 7vw; }
    .sec-contents .contents li:nth-child(3n) {
      margin-bottom: 30px; } }
.box-relatedpages p.image img {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
