@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* flexbox */
/*****************************************************/
/*デフォルトスタイルの上書き*/
.ec-layoutRole {
  min-height: auto; }

.ec-headerNaviRole {
  max-width: 1440px;
  min-width: 1420px; }

.ec-headerNaviRole img {
  max-width: 356px; }

.ec-headerNaviRole .ec-headerNaviRole__left > h1 {
  margin: 0 auto;
  font-size: 0;
  line-height: 0; }

.ec-footerRole {
  border-top: none;
  background: #1c425e; }

.ec-pageHeader h2 {
  margin: 0 40px 40px; }

.ec-pageHeader:nth-of-type(n + 2) h2 {
  margin: 60px 40px 40px; }

@media screen and (max-width: 767.98px) {
  .ec-headerNaviRole {
    padding: 15px;
    min-width: 100%; }

  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 50%; }

  .ec-pageHeader h2 {
    margin: 0 0 40px; }

  .ec-pageHeader:nth-of-type(n + 2) h2 {
    margin: 40px 0 40px; } }
ol, ul, dl {
  margin: 0;
  padding: 0; }

/*****************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  background: #fff; }

.sp_nav {
  visibility: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

/*img {width:100%;height:auto;max-width:100%;}
.ofcimage {object-fit:cover;font-family:'object-fit:cover;';}*/
.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  display: block;
  width: 320px;
  margin: 40px auto 0;
  background: #00a154;
  border: 1px solid #00a154;
  padding: 16px 0;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: .2s;
  text-align: center;
  border-radius: 40px; }
  .link_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #00a154; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 767.98px) {
  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 30px;
    right: 26px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 90%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; }

  .header_cart_icon {
    width: 50%;
    /* position: absolute; */
    text-align: right;
    padding-right: 40px;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .header_cart_icon a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .header_cart_icon:hover {
      opacity: .7; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.page_nav_container {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0;
  border: 1px solid #017ddd;
  border-radius: 40px;
  margin-right: 2%; }
  .page_nav_container span {
    width: 33.3333%;
    text-align: center;
    font-weight: 500;
    transition: .2s;
    color: #017ddd; }
    .page_nav_container span:nth-of-type(n + 2) {
      border-left: 1px solid #017ddd; }
    .page_nav_container span:last-of-type a {
      border-bottom-right-radius: 40px;
      border-top-right-radius: 40px; }
    .page_nav_container span a {
      display: block;
      text-decoration: none;
      color: #017ddd;
      width: 100%;
      height: 100%;
      padding: 10px 0; }
      .page_nav_container span a:hover {
        background: #017ddd;
        color: #fff; }

.header_link_btn {
  padding: 10px 20px;
  margin-left: 20px;
  background: #009d48;
  border: 1px solid #009d48;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  transition: .2s; }
  .header_link_btn:hover {
    background: #fff;
    color: #009d48;
    text-decoration: none; }

/*****************************************************

 Footer
 
*****************************************************/
.top_footer {
  margin-top: 0; }

.ec-footerRole {
  font-size: 16px;
  color: #fff; }

.footer_link_wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px; }
  .footer_link_wrap .footer_link_container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 2%; }
    .footer_link_wrap .footer_link_container a {
      text-decoration: none;
      color: #fff; }

.footer_notice_container {
  padding: 40px 0; }
  .footer_notice_container ul {
    padding: 16px;
    border: 1px solid #fff;
    margin-bottom: 40px; }
    .footer_notice_container ul li {
      list-style: none; }

.footer_copyright_wrap {
  width: 100%;
  background: #333;
  padding: 20px; }
  .footer_copyright_wrap .footer_copyright_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto; }
    .footer_copyright_wrap .footer_copyright_container p {
      font-size: 24px; }
      .footer_copyright_wrap .footer_copyright_container p span {
        font-size: 18px; }
    .footer_copyright_wrap .footer_copyright_container address a {
      text-decoration: none;
      color: #fff; }
    .footer_copyright_wrap .footer_copyright_container span {
      font-size: 14px; }

@media screen and (max-width: 767.98px) {
  .footer_link_wrap, .footer_notice_container {
    padding: 30px 0; }

  .footer_link_wrap .footer_link_container a {
    width: 100%; }

  .footer_notice_container ul li {
    margin-bottom: 12px; }
    .footer_notice_container ul li:last-of-type {
      margin-bottom: 0; }

  .footer_copyright_wrap .footer_copyright_container {
    gap: 10px 0; } }
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    color: #034996;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #fff;
    color: #034996; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

/*****************************************************

 下層共通
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 300px;
  padding: 110px 0;
  margin-bottom: 80px;
  background: url("https://www.fujikanko-plan.jp/pre/html/user_data/assets/img/common/lv1_cover_product.jpg") center/cover no-repeat; }
  .lv1_cover span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
  .lv1_cover h1 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0; }

.lv1_cover_product {
  background: url("https://www.fujikanko-plan.jp/pre/html/user_data/assets/img/common/lv1_cover_product.jpg") center/cover no-repeat; }

@media screen and (max-width: 767.98px) {
  .lv1_cover {
    height: 200px;
    padding: 60px 0;
    margin-bottom: 40px; }

  .lv1_cover_product {
    background-position: 60%; } }
/*****************************************************

 Front page
 
*****************************************************/
.main_cover {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
  padding: 0;
  min-width: 1420px; }
  .main_cover .slider {
    min-width: 1420px; }
  .main_cover .slider_item {
    margin: 0 20px;
    height: 100%;
    min-width: 800px; }
    .main_cover .slider_item img {
      width: 100%;
      border-radius: 20px;
      height: 100%;
      object-fit: cover; }
  .main_cover .cover_txt {
    position: absolute;
    top: 300px;
    left: calc((100vw / 5) + 60px);
    width: auto; }
    .main_cover .cover_txt p {
      font-size: 23px;
      color: #009d48;
      font-family: 'Noto Serif JP', serif;
      background: #fff;
      padding: 8px; }
      .main_cover .cover_txt p:first-of-type {
        font-size: 48px;
        font-weight: bold;
        color: #017ddd;
        margin-bottom: 20px; }
        .main_cover .cover_txt p:first-of-type span {
          font-size: 24px; }

.sub_nav_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 5%;
  margin: 0; }
  .sub_nav_container a {
    font-size: 24px;
    font-weight: bold;
    border-left: 3px solid #009d48;
    color: #009d48;
    padding-left: 16px; }
    .sub_nav_container a span {
      font-size: 20px; }
    .sub_nav_container a:first-of-type {
      font-family: 'Noto Serif JP', serif;
      color: #017ddd;
      border-left: 3px solid #017ddd; }

@media (min-width: 767.98px) and (max-width: 1440px) {
  .main_cover {
    height: 500px; }

  .main_cover .cover_txt {
    left: 23%;
    top: 250px; } }
@media screen and (max-width: 767.98px) {
  .main_cover {
    height: auto;
    min-width: 100%; }

  .main_cover .slider {
    min-width: 100%; }

  .main_cover::after {
    width: calc((100vw / 2) + 100px); }

  .main_cover .slider_item {
    height: 220px;
    margin: 0 10px;
    min-width: 280px; }

  .main_cover .cover_txt {
    position: static;
    width: 90%;
    margin: 8px auto; }

  .main_cover .cover_txt p {
    font-size: 14px;
    background: none; }

  .main_cover .cover_txt p:first-of-type {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0; }

  .main_cover .cover_txt p:first-of-type span {
    font-size: 14px; }

  .main_cover .cover_txt p:last-of-type {
    line-height: 20px; }

  .sub_nav_container {
    justify-content: flex-start;
    margin: 20px 0;
    border-top: 1px dotted #ccc;
    padding-top: 20px; } }
.kikaku_wrap, .syukuhaku_wrap, .higaeri_wrap {
  padding: 80px 0; }
  .kikaku_wrap h2, .syukuhaku_wrap h2, .higaeri_wrap h2 {
    display: inline-block;
    width: 200px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    background: #1c425e; }
  .kikaku_wrap h2 + span, .syukuhaku_wrap h2 + span, .higaeri_wrap h2 + span {
    margin-left: 20px;
    color: #1c425e;
    font-size: 37px; }
  .kikaku_wrap p.h2_summary_txt, .syukuhaku_wrap p.h2_summary_txt, .higaeri_wrap p.h2_summary_txt {
    font-size: 16px;
    margin-top: 30px;
    color: #1c425e; }
  .kikaku_wrap .product-list, .syukuhaku_wrap .product-list, .higaeri_wrap .product-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 5%;
    margin-top: 40px; }
    .kikaku_wrap .product-list li, .syukuhaku_wrap .product-list li, .higaeri_wrap .product-list li {
      width: 30%;
      list-style: none; }
      .kikaku_wrap .product-list li figure, .syukuhaku_wrap .product-list li figure, .higaeri_wrap .product-list li figure {
        width: 100%;
        height: 206px;
        position: relative; }
        .kikaku_wrap .product-list li figure img, .syukuhaku_wrap .product-list li figure img, .higaeri_wrap .product-list li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .kikaku_wrap .product-list li figure span, .syukuhaku_wrap .product-list li figure span, .higaeri_wrap .product-list li figure span {
          background: #fdd000;
          font-size: 21px;
          color: #fff;
          padding: 2px 10px;
          position: absolute;
          top: 0;
          left: 0; }
      .kikaku_wrap .product-list li h3, .syukuhaku_wrap .product-list li h3, .higaeri_wrap .product-list li h3 {
        font-size: 18px;
        color: #1c425e; }
      .kikaku_wrap .product-list li .ec-badge-process-changed, .syukuhaku_wrap .product-list li .ec-badge-process-changed, .higaeri_wrap .product-list li .ec-badge-process-changed {
        font-size: 18px;
        color: #d62839; }

.syukuhaku_wrap {
  background: #f0faff; }

.higaeri_wrap {
  background: #f8f5ee; }

.top_news_wrap {
  padding: 80px 0; }
  .top_news_wrap .top_news_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 2%; }
    .top_news_wrap .top_news_container .news_ttl {
      width: 200px;
      text-align: right; }
      .top_news_wrap .top_news_container .news_ttl div {
        width: 100%;
        height: 200px;
        color: #fff;
        background: #1c425e;
        padding: 60px 20px;
        text-align: left; }
        .top_news_wrap .top_news_container .news_ttl div span {
          font-size: 21px; }
        .top_news_wrap .top_news_container .news_ttl div p {
          font-size: 36px; }
      .top_news_wrap .top_news_container .news_ttl a {
        display: inline-block;
        color: #1c425e;
        font-weight: bold;
        margin-top: 8px;
        font-size: 18px; }
        .top_news_wrap .top_news_container .news_ttl a i {
          margin-right: 8px; }
    .top_news_wrap .top_news_container .news_item {
      width: 76%; }
      .top_news_wrap .top_news_container .news_item article {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px 2%;
        position: relative;
        z-index: 0;
        transition: .2s;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc; }
        .top_news_wrap .top_news_container .news_item article:last-of-type {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .top_news_wrap .top_news_container .news_item article a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .top_news_wrap .top_news_container .news_item article:hover {
          opacity: .7; }
        .top_news_wrap .top_news_container .news_item article div {
          width: 18%;
          font-size: 14px;
          font-weight: 500; }
          .top_news_wrap .top_news_container .news_item article div p.time {
            color: #1c425e;
            margin-bottom: 8px;
            letter-spacing: 1.2px; }
          .top_news_wrap .top_news_container .news_item article div span.wp_term {
            display: block;
            width: 126px;
            padding: 2px 8px;
            color: #fff;
            background: #017ddd;
            text-align: center; }
          .top_news_wrap .top_news_container .news_item article div span.important {
            background: #db5f03; }
        .top_news_wrap .top_news_container .news_item article p {
          width: 78%;
          font-size: 18px;
          font-weight: 500; }

.top_bnr_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 20px;
  margin-top: 80px; }
  .top_bnr_container figure {
    width: 265px;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .top_bnr_container figure a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_bnr_container figure:hover {
      opacity: .7; }

@media screen and (max-width: 767.98px) {
  .kikaku_wrap .product-list li, .syukuhaku_wrap .product-list li, .higaeri_wrap .product-list li {
    width: 100%; }

  .kikaku_wrap, .syukuhaku_wrap, .higaeri_wrap {
    padding: 40px 0; }

  .kikaku_wrap h2, .syukuhaku_wrap h2, .higaeri_wrap h2 {
    width: 100%;
    font-size: 30px; }

  .kikaku_wrap h2 + span, .syukuhaku_wrap h2 + span, .higaeri_wrap h2 + span {
    margin-left: 0;
    font-size: 6vw;
    display: block; }

  .top_news_wrap {
    padding: 20px 0 40px; }

  .top_news_wrap .top_news_container .news_ttl {
    width: 100%; }

  .top_news_wrap .top_news_container .news_ttl div {
    height: auto;
    padding: 16px; }

  .top_news_wrap .top_news_container .news_ttl div p {
    font-size: 21px; }

  .top_news_wrap .top_news_container .news_ttl div span {
    font-size: 15px; }

  .top_news_wrap .top_news_container .news_item {
    width: 100%; }

  .top_news_wrap .top_news_container .news_item article div {
    width: 100%; }

  .top_news_wrap .top_news_container .news_item article p {
    width: 100%;
    font-size: 16px; }

  .top_bnr_container {
    gap: 24px 2%; }

  .top_bnr_container figure {
    width: 48.21%; }

  .top_bnr_container figure img {
    width: 100%; } }
/*****************************************************

 詳細ページ、その他下層ページ
 
*****************************************************/
.travel_product_wrap {
  flex-wrap: wrap; }
  .travel_product_wrap .ec-productRole__title {
    width: 100%;
    color: #1c425e;
    font-weight: 500;
    margin-bottom: 40px; }
  .travel_product_wrap .ec-productRole__btn {
    width: 100%;
    margin-top: 40px; }
  .travel_product_wrap .ec-badge-depart-confirmed {
    display: inline-block;
    background: #fdd000;
    color: #fff;
    font-size: 21px;
    padding: 4px 20px;
    margin-bottom: 20px; }
  .travel_product_wrap .ec-badge-process-changed {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    padding: 4px 20px;
    box-sizing: border-box;
    background: #ff0000; }
  .travel_product_wrap .travel_description_txt {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #ccc; }

.travel_itinerary_wrap h3 {
  display: block;
  color: #1c425e;
  font-weight: bold;
  border-bottom: 1px solid #d33828;
  padding-bottom: 10px;
  margin-bottom: 20px; }
.travel_itinerary_wrap .travel_itinerary_container {
  width: 98%;
  margin: 0 auto;
  background: #f8f5ee;
  padding: 32px;
  line-height: 30px; }

.terms_content {
  line-height: 28px; }
  .terms_content table.terms_table {
    border: 1px solid #ccc; }
    .terms_content table.terms_table tr, .terms_content table.terms_table th, .terms_content table.terms_table td {
      padding: 8px;
      border: 1px solid #ccc; }
  .terms_content strong {
    display: inline-block;
    margin-top: 16px; }

.profile_list li {
  margin: 8px 0; }
  .profile_list li:first-of-type {
    margin: 16px 0 8px; }

@media screen and (max-width: 767.98px) {
  .travel_itinerary_wrap .travel_itinerary_container {
    width: 100%;
    padding: 16px; } }
/*****************************************************

 お知らせ(WP)
 
*****************************************************/
.news_archive_container {
  width: 100%; }
  .news_archive_container article {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 2%;
    position: relative;
    z-index: 0;
    transition: .2s;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc; }
    .news_archive_container article:last-of-type {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .news_archive_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news_archive_container article:hover {
      opacity: .7; }
    .news_archive_container article div {
      width: 18%;
      font-size: 14px;
      font-weight: 500; }
      .news_archive_container article div p.time {
        color: #1c425e;
        margin-bottom: 8px;
        letter-spacing: 1.2px; }
      .news_archive_container article div span.wp_term {
        display: block;
        width: 126px;
        padding: 2px 8px;
        color: #fff;
        background: #017ddd;
        text-align: center; }
      .news_archive_container article div span.important {
        background: #db5f03; }
    .news_archive_container article p {
      width: 78%;
      font-size: 18px;
      font-weight: 500; }

.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 60px; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #1c425e 　solid;
    color: #1c425e;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #1c425e solid;
      color: #1c425e;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #1c425e;
    border: 2px #1c425e solid;
    color: #FFF; }

.news_single_wrap h2 + p {
  color: #469a49; }

.news_single_container {
  width: 980px;
  margin: 30px auto 0; }

@media screen and (max-width: 896px) {
  .news_archive_wrap, .news_single_wrap {
    padding-bottom: 80px; }

  .news_single_container {
    width: 100%; }

  .news_archive_container article div {
    width: 100%; }

  .news_archive_container article div {
    width: 100%; }

  .news_archive_container article p {
    width: 100%;
    font-size: 16px; } }
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area h3 {
    color: #0b3f7a;
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
    margin-top: 40px;
    font-weight: bold; }
  .editor_area h4 {
    margin: 12px 0;
    color: #444;
    font-size: 18px;
    font-weight: bold; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important; }

  .editor_area {
    padding-bottom: 40px; } }