@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #main_img {
    background-image: url(../img/dx_list/main_img.jpg);
  }
  #dx_contents {
    width: 100%;
    float: left;
    clear: both;
  }
  /*detail_content*/
  #conts_news {
    padding-top: 11px;
  }
  #news-area {
    color: #292929;
    margin: 0;
  }
  #conts_news .detail_content {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 60px;
  }
  #conts_news .detail_content .date {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #292929;
    margin-bottom: 10px;
  }
  #conts_news .detail_content h2 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: 600;
  }
  #conts_news .content_text img {
    max-width: 100%;
    height: auto;
  }
  #conts_news .content_text a {
    text-decoration: underline;
    overflow-wrap: anywhere;
  }
  #conts_news .content_text {
    line-height: 1.8;
  }
  /*▼▼お知らせ本文▼▼*/
  #conts_news .content_text h1 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #conts_news .content_text h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #conts_news .content_text h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #conts_news .content_text h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 18px;
  }
  #conts_news .content_text h5 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 18px;
  }
  #conts_news .content_text h6 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
  }
  #conts_news .content_text ul > li {
    list-style: disc inside;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #conts_news .content_text ol > li {
    list-style: decimal inside;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #conts_news .content_text strong {
    font-weight: 600;
  }
  #conts_news .content_text blockquote {
    background: #f4f1f1;
    padding: 28px 36px 20px;
  }
  #conts_news .content_text a {
    width: auto;
    color: #f1899f;
    display: inline-block;
    text-decoration: underline;
  }
  #conts_news .content_text a:hover {
    text-decoration: none;
  }
  /*▼▼一覧ページャー▼▼*/
  #conts_news .pagination {
    margin: 0 auto;
    text-align: center;
    padding-top: 66px;
    border-top: 2px solid #f4f2f3;
  }
  #conts_news .pagination .nav-links {
    padding: 0 60px;
    position: relative;
  }
  #conts_news .pagination h2 {
    display: none;
  }
  #conts_news .pagination .nav-links a {
    width: auto;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    margin: 0 6px;
    vertical-align: middle;
  }
  #conts_news .pagination .nav-links .page-numbers {
    width: 330px;
    padding: 18px 20px;
  }
  #conts_news .pagination .nav-links .page-numbers {
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #f7dee3;
    border: 2px solid #f7dee3;
  }
  #conts_news .pagination .nav-links .page-numbers:hover {
    background-color: #fff;
  }
  #conts_news .pagination .nav-links .prev,
  .pagination .nav-links .next {
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
    position: absolute;
    top: 21px;
    transition: 0.3s;
  }
  #conts_news .pagination .nav-links .next {
    display: inline-block;
    background-color: #fff;
    background-image: url(../img/dx_list/right_arrow.png);
    background-repeat: no-repeat;
    background-position: 86px 3px;
    background-size: 10px;
    padding-right: 55px;
    font-size: 14px;
    top: 21px;
    right: 30px;
    text-decoration: none;
    margin-right: 0;
  }
  #conts_news .pagination .nav-links .next:hover {
    background-position: 90px 3px;
  }
  #conts_news .pagination .nav-links .prev {
    display: block;
    background-image: url(../img/dx_list/left_arrow.png);
    background-repeat: no-repeat;
    background-position: 26px 3px;
    background-size: 10px;
    padding-left: 55px;
    font-size: 14px;
    top: 21px;
    left: 30px;
    text-decoration: none;
    margin-left: 0;
  }
  #conts_news .pagination .nav-links .prev:hover {
    background-position: 22px 3px;
  }
  #conts_news .pagination .nav-links a img {
    width: 11px;
    display: block;
  }
  /*▲▲一覧ページャー▲▲*/
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 769px) {
  #main_img {
    background-image: url(../img/dx_list/main_img.jpg);
  }
  #dx_contents {
    width: 92%;
    clear: both;
    float: left;
    margin: 0 4%;
  }
  /*detail_content*/
  #conts_news {
    padding-top: 20px;
  }
  #news-area {
    color: #292929;
    margin: 0;
  }
  #conts_news .detail_content {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 42px;
  }
  #conts_news .content_text a {
    text-decoration: underline;
    overflow-wrap: anywhere;
  }
  #conts_news .detail_content .date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  #conts_news .detail_content h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 600;
  }
  #conts_news .content_text img {
    max-width: 100%;
    height: auto;
  }
  #conts_news .content_text p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  #conts_news .content_text ul li {
    letter-spacing: 0.05em;
  }
  /*▼▼お知らせ本文▼▼*/
  #conts_news .content_text h1 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #conts_news .content_text h2 {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #conts_news .content_text h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #conts_news .content_text h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 18px;
  }
  #conts_news .content_text h5 {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 18px;
  }
  #conts_news .content_text h6 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
  }
  #conts_news .content_text ul > li {
    list-style: disc inside;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #conts_news .content_text ol > li {
    list-style: decimal inside;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #conts_news .content_text strong {
    font-weight: 600;
  }
  #conts_news .content_text blockquote {
    background: #f4f1f1;
    padding: 24px 5% 18px;
  }
  #conts_news .content_text a {
    width: auto;
    color: #f1899f;
    display: inline-block;
    text-decoration: underline;
  }
  /*▼▼一覧ページャー▼▼*/
  #conts_news .pagination {
    width: 100%;
    text-align: center;
    padding-top: 48px;
    border-top: 1px solid #dde2dc;
  }
  #conts_news .pagination .nav-links {
    display: inline-block;
    padding: 0px 100px;
    position: relative;
  }
  #conts_news .pagination h2 {
    display: none;
  }
  #conts_news .pagination .nav-links a,
  .pagination .nav-links span {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 12px 24px;
  }
  #conts_news .pagination .nav-links .page-numbers {
    height: auto;
    text-decoration: none;
    background-color: #f7dee3;
  }
  #conts_news .pagination .nav-links .prev,
  .pagination .nav-links .next {
    height: 37px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  #conts_news .pagination .nav-links .next {
    display: block;
    width: auto;
    height: auto;
    padding: 12px 16px;
    font-size: 1.3rem;
    right: -20px;
    background: none;
    text-decoration: none;
    /* background-image: url(../img/dx_list/right_arrow.png); */
    background-repeat: no-repeat;
    background-position: right 0px top 13px;
    background-size: 8px;
  }
  #conts_news .pagination .nav-links .next:before {
    display: none;
  }
  #conts_news .pagination .nav-links .prev {
    width: auto;
    height: auto;
    display: block;
    padding: 12px 16px;
    font-size: 1.3rem;
    left: -20px;
    background: none;
    text-decoration: none;
    /* background-image: url(../img/dx_list/left_arrow.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left 0px top 13px; */
    background-size: 8px;
  }
  #conts_news .pagination .nav-links .prev:before {
    display: none;
  }
  #conts_news .pagination .nav-links a img {
    width: 11px;
    display: block;
  }
}
