@charset "UTF-8";
.movie {
  position: relative;
  margin: 100px auto 0;
  width: 90%; }
  @media (min-width: 1024px) {
    .movie {
      width: 92%; } }
  .movie .thumbnail-ph img {
    border-radius: 20px; }

/*
---------------------------------------------------------------------------------------------------------------------
投稿エリア
---------------------------------------------------------------------------------------------------------------------
*/
#post-single {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 120px;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #post-single {
      width: 94%;
      display: flex;
      padding-top: 120px; } }
  #post-single #post {
    margin-bottom: 80px; }
    @media (min-width: 1024px) {
      #post-single #post {
        width: calc(100% - 340px);
        padding-right: 5%;
        margin-bottom: 0; } }
    #post-single #post .post-header .post-title {
      margin: 10px 0 20px;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        #post-single #post .post-header .post-title {
          width: 80%;
          padding-right: 2%;
          margin: 0px 0 0px; } }
      #post-single #post .post-header .post-title h4 {
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1.4em;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 3.5px 10px 2px;
        background-color: #FF0000;
        border-radius: 20px; }
      #post-single #post .post-header .post-title p {
        font-size: 0.8em; }
        @media (min-width: 1250px) {
          #post-single #post .post-header .post-title p {
            font-size: 0.9em; } }
    #post-single #post .post-header h1 {
      font-size: 1.4em;
      line-height: 1.4em;
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      margin-top: 10px; }
      @media (min-width: 1250px) {
        #post-single #post .post-header h1 {
          font-size: 2.3em; } }
    #post-single #post .single-content {
      margin: 20px auto 60px; }
      @media (min-width: 768px) {
        #post-single #post .single-content {
          margin: 40px auto 60px; } }
      #post-single #post .single-content .contents {
        border: 1px solid #707070;
        padding: 10px 20px 10px; }
        @media (min-width: 768px) {
          #post-single #post .single-content .contents {
            padding: 20px 40px 20px; } }
        #post-single #post .single-content .contents h4 {
          font-size: 1.0em;
          font-weight: bold;
          text-align: center;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #post-single #post .single-content .contents h4 {
              font-size: 1.2em;
              margin-bottom: 20px; } }
        #post-single #post .single-content .contents ul {
          border-top: 1px solid #707070;
          padding-top: 20px; }
          #post-single #post .single-content .contents ul li {
            margin-bottom: 10px; }
            #post-single #post .single-content .contents ul li a {
              font-size: 0.8em;
              font-weight: 400;
              color: #000;
              transition: .5s; }
              @media (min-width: 768px) {
                #post-single #post .single-content .contents ul li a {
                  font-size: 1.0em; } }
              #post-single #post .single-content .contents ul li a:hover {
                color: #036eb8; }
      #post-single #post .single-content .sab-title {
        padding-top: 70px; }
      #post-single #post .single-content h2 {
        font-size: 1.2em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        padding: 20px 0 0 0;
        line-height: 1.4em;
        margin-bottom: 10px;
        border-bottom: 3px solid #FF0000;
        padding-bottom: 5px; }
        @media (min-width: 1250px) {
          #post-single #post .single-content h2 {
            font-size: 1.4em; } }
      #post-single #post .single-content h3 {
        font-weight: 500;
        font-size: 1.0em;
        line-height: 1.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        text-align: center;
        padding: 10px 0px;
        margin-bottom: 20px; }
        @media (min-width: 1250px) {
          #post-single #post .single-content h3 {
            font-size: 1.2em; } }
      #post-single #post .single-content h4, #post-single #post .single-content h5 {
        font-weight: 400;
        font-size: 0.9em;
        line-height: 1.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em; }
        @media (min-width: 1250px) {
          #post-single #post .single-content h4, #post-single #post .single-content h5 {
            font-size: 1.0em; } }
      #post-single #post .single-content h6 {
        font-size: 0.9em;
        line-height: 1.8em;
        letter-spacing: 0.08em;
        text-align: justify; }
      #post-single #post .single-content p {
        font-size: 0.8em;
        line-height: 1.8em;
        color: #222;
        letter-spacing: 0.08em;
        text-align: justify; }
        @media (min-width: 1250px) {
          #post-single #post .single-content p {
            font-size: 0.9em; } }
      #post-single #post .single-content a {
        font-size: 1.10em;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        padding: 6px 26px 6px 20px;
        background-color: #FF0000;
        transition: .5s;
        transform: scale(1);
        transition: .5s;
        margin: 20px auto 0; }
        #post-single #post .single-content a::after {
          position: absolute;
          top: 50%;
          right: 15px;
          content: '';
          margin: -3px 0 0 0;
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: .5s; }
        #post-single #post .single-content a:hover::after {
          right: 10px; }
      #post-single #post .single-content img {
        margin-bottom: 5px;
        margin-top: 2px;
        max-width: 100%;
        height: auto; }
  #post-single #pager-post-navi {
    display: flex;
    position: relative; }
    @media (min-width: 1024px) {
      #post-single #pager-post-navi {
        padding-top: 40px; } }
    #post-single #pager-post-navi a {
      transition: 0.5s; }
      #post-single #pager-post-navi a:hover {
        opacity: 0.7; }
    #post-single #pager-post-navi a.prev-post {
      width: 46%; }
      @media (min-width: 768px) {
        #post-single #pager-post-navi a.prev-post {
          display: flex; } }
    #post-single #pager-post-navi a.next-post {
      width: 46%;
      margin-left: 8%;
      position: relative; }
      @media (min-width: 768px) {
        #post-single #pager-post-navi a.next-post {
          display: flex; } }
    #post-single #pager-post-navi .fa-chevron-left {
      background-image: url("../../img/parts/arrow-more-blue-L.svg");
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: 0 center;
      height: 24px;
      display: flex;
      align-items: center; }
    #post-single #pager-post-navi .fa-chevron-left:before {
      content: ""; }
    #post-single #pager-post-navi .fa-chevron-right {
      background-image: url("../../img/parts/arrow-more-blue.svg");
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: right center;
      height: 24px;
      display: flex;
      align-items: center;
      position: absolute;
      right: 0; }
    #post-single #pager-post-navi .fa-chevron-right:before {
      content: ""; }
    #post-single #pager-post-navi .next-post-title {
      margin: 25px 0 0 auto; }
      @media (min-width: 768px) {
        #post-single #pager-post-navi .next-post-title {
          margin: 0 70px 0 auto; } }
    #post-single #pager-post-navi .fa-chevron-left p {
      margin: 0 10px 0 30px;
      color: #0b198c;
      width: 36px; }
    #post-single #pager-post-navi .fa-chevron-right p {
      margin: 0 30px 0px 0;
      color: #0b198c; }

/*
---------------------------------------------------------------------------------------------------------------------
サイドメニュー
---------------------------------------------------------------------------------------------------------------------
*/
.side-menu {
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .side-menu.main-page {
      width: 340px; } }
  @media (min-width: 1024px) {
    .side-menu.post-page {
      width: 340px; } }
  .side-menu .side-menu-in {
    position: sticky;
    top: 100px; }
    .side-menu .side-menu-in .menu-item {
      margin-top: 15px; }
      .side-menu .side-menu-in .menu-item.welfare {
        margin-bottom: 60px; }
      .side-menu .side-menu-in .menu-item ul {
        background-color: #ffe51d;
        border-radius: 20px;
        padding: 20px 40px; }
        @media (min-width: 1024px) {
          .side-menu .side-menu-in .menu-item ul {
            border-radius: 30px; } }
        .side-menu .side-menu-in .menu-item ul li {
          position: relative;
          padding: 8px 0; }
          .side-menu .side-menu-in .menu-item ul li a {
            padding: 8px 0;
            display: flex;
            align-items: center; }
            .side-menu .side-menu-in .menu-item ul li a:hover p {
              color: #0b198c; }
            .side-menu .side-menu-in .menu-item ul li a:hover img {
              right: -10px; }
            .side-menu .side-menu-in .menu-item ul li a p {
              font-size: 0.85em;
              font-weight: 700;
              line-height: 1.2em;
              font-feature-settings: "palt";
              letter-spacing: 0.05em;
              transition: .5s; }
              @media (min-width: 1024px) {
                .side-menu .side-menu-in .menu-item ul li a p {
                  font-size: 0.90em; } }
            .side-menu .side-menu-in .menu-item ul li a img {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              display: flex;
              align-items: center;
              width: 30px;
              height: 100%;
              transition: .5s; }
      .side-menu .side-menu-in .menu-item select {
        font-size: 0.85em;
        font-weight: 700;
        width: 100%;
        display: inline-block;
        position: relative;
        border: none;
        vertical-align: middle;
        height: 60px;
        padding: 0 40px;
        border-radius: 10px;
        appearance: none;
        background-color: #ffe51d;
        color: #000; }
        @media (min-width: 1024px) {
          .side-menu .side-menu-in .menu-item select {
            border-radius: 20px;
            font-size: 0.9em; } }
      .side-menu .side-menu-in .menu-item select {
        background-image: url("../../img/parts/arrow-more-blue-d.svg");
        background-position: right 40px center;
        background-repeat: no-repeat;
        background-size: 30px 30px; }
      .side-menu .side-menu-in .menu-item select::-ms-expand {
        display: none; }

#pager-post-navi {
  max-width: 1000px;
  margin: 20px auto 0;
  display: flex;
  position: relative; }
  #pager-post-navi a {
    transition: 0.5s; }
    #pager-post-navi a:hover {
      opacity: 0.7; }
  #pager-post-navi a.prev-post {
    width: 46%; }
    @media (min-width: 768px) {
      #pager-post-navi a.prev-post {
        display: flex; } }
  #pager-post-navi a.next-post {
    width: 46%;
    margin-left: 8%;
    position: relative; }
    @media (min-width: 768px) {
      #pager-post-navi a.next-post {
        display: flex; } }
  #pager-post-navi .fa-chevron-left {
    background-image: url("../../img/parts/arrow-left-L.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    height: 20px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      #pager-post-navi .fa-chevron-left {
        background-size: 24px;
        height: 24px; } }
  #pager-post-navi .fa-chevron-left:before {
    content: ""; }
  #pager-post-navi .fa-chevron-right {
    background-image: url("../../img/parts/arrow-left-R.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0; }
    @media (min-width: 768px) {
      #pager-post-navi .fa-chevron-right {
        background-size: 24px;
        height: 24px; } }
  #pager-post-navi .fa-chevron-right:before {
    content: ""; }
  #pager-post-navi .prev-post-title, #pager-post-navi .next-post-title {
    font-size: 0.9em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em; }
  #pager-post-navi .next-post-title {
    margin: 20px 0 0 auto; }
    @media (min-width: 768px) {
      #pager-post-navi .next-post-title {
        margin: 0 70px 0 auto; } }
  #pager-post-navi .fa-chevron-left p {
    font-weight: bold;
    margin: 0 10px 0 24px;
    color: #0b198c;
    width: 36px; }
    @media (min-width: 768px) {
      #pager-post-navi .fa-chevron-left p {
        margin: 0 10px 0 30px; } }
  #pager-post-navi .fa-chevron-right p {
    font-weight: bold;
    margin: 0 24px 0px 0;
    color: #0b198c; }
    @media (min-width: 768px) {
      #pager-post-navi .fa-chevron-right p {
        margin: 0 30px 0px 0; } }
