@charset "UTF-8";
/* 記事詳細ページ共通CSS（news.cssから切り出し） */

@media screen and (min-width: 770px) {
  #news_detail_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    background-color: var(--color-bg-main);
    padding-top: 0px;
  }
  #news_detail_conts .encircle {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    
    }
  #news_detail_conts .conts_in img {
    height: auto !important;
  }
  #news_detail_conts .conts_in {
        width: 900px;
        float: left;
        clear: both;
        background-color: #fff;
        padding-top: 46px;
        padding-left: 38px;
        padding-right: 38px;
        padding-bottom: 0px;
    
    }
  #news_detail_conts .conts_in .top_area {
        margin-bottom: 54px;
        width: 900px;
        float: left;
        clear: both;
        text-align: center;
    
    }
  #news_detail_conts .conts_in .top_area .inner {
    display: inline-block;
  }
  #news_detail_conts .conts_in .top_area .inner .button {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 15px;
  }
  #news_detail_conts .conts_in .top_area .inner .button a {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 36px 6px 36px;
    color: #fff;
    border: 1px solid var(--color-thema);
    background-color: var(--color-thema);
    transition: .3s;
  }
  #news_detail_conts .conts_in .top_area .button a:hover {
    color: var(--color-thema);
    opacity: 1;
    background-color: #fff;
    text-decoration: none;
  }
  #news_detail_conts .conts_in .top_area .inner .button_none {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 15px;
  }
  #news_detail_conts .conts_in .top_area .inner .button_none a {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 36px 6px 36px;
    color: #fff;
    border: 1px solid var(--color-thema);
    background-color: var(--color-thema);
    transition: .3s;
  }
  #news_detail_conts .conts_in .top_area .button_none a:hover {
    opacity: 1;
    color: var(--color-thema);
    text-decoration: none;
    background-color: #fff;
  }
  #news_detail_conts .conts_in .top_area ul {
    width: 740px;
    float: left;
    clear: both;
  }
  #news_detail_conts .conts_in .top_area ul li {
    font-size: 18px;
  }
  #news_detail_conts .conts_in .top_area ul .left {
    float: left;
  }
  #news_detail_conts .conts_in .top_area ul .right {
    float: right;
  }
  #news_detail_conts .conts_in .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 6px;
    clear: both;
  }
  #news_detail_conts .conts_in .posting {
    margin-bottom: 44px;
  }
  #news_detail_conts .conts_in .detail_box {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  #news_detail_conts .conts_in .detail_box .text {
    margin-bottom: 18px;
  }
}

@media screen and (max-width:769px) {
  #news_detail_conts {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-top: 0px;
    background-color: var(--color-bg-main);
  }
  #news_detail_conts .encircle {
    margin-top: 80px;
  }
  #news_detail_conts .conts_in {
    background-color: #fff;
    width: 90%;
    margin: 0 5%;
    padding: 36px 5% 44px;
    box-sizing: border-box;
  }
  #news_detail_conts .conts_in img {
    height: auto !important;
  }
  #news_detail_conts .conts_in .top_area {
    margin-bottom: 54px;
    text-align: center;
  }
  #news_detail_conts .conts_in .top_area:last-of-type {
    margin-bottom: 0;
  }
  #news_detail_conts .conts_in .top_area .inner {
    width: 100%;
    margin: 0 auto;
    letter-spacing: -.4em;
  }
  #news_detail_conts .conts_in .top_area .inner .button {
    font-weight: bold;
    letter-spacing: normal;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    box-sizing: border-box;
  }
  #news_detail_conts .conts_in .top_area .inner .button:last-of-type {
    margin-right: 0;
  }
  #news_detail_conts .conts_in .top_area .inner .button a {
        color: #fff;
        display: block;
        padding: 8px 0 6px;
        width: 100%;
        border: 1px solid var(--color-thema);
        background-color: var(--color-thema);
    
    }
  #news_detail_conts .conts_in .top_area .inner .button_none {
    letter-spacing: normal;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #news_detail_conts .conts_in .top_area .inner .button_none:last-of-type {
    margin-right: 0;
  }
  #news_detail_conts .conts_in .top_area .inner .button_none a {
    color: #fff;
    background-color: var(--color-thema);
    display: block;
    padding: 8px 0 6px;
    border: 1px solid var(--color-thema);
    width: 100%;
  }
  #news_detail_conts .conts_in .top_area ul li {
    font-size: 18px;
  }
  #news_detail_conts .conts_in .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  #news_detail_conts .conts_in .posting {
    margin-bottom: 44px;
    font-size: 13px;
  }
  #news_detail_conts .conts_in .detail_box {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  #news_detail_conts .conts_in .detail_box .text {
    margin-bottom: 18px;
  }
  #news_detail_conts #wp-article-area {
    max-width: 100%;
  }
}
