@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #contents .title {
    width: 100%;
    background: url(../images/mv_bg.png) repeat;
    padding: 42px 0 34px;
  }
  #contents .title .title_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #contents .title date {
    display: inline-block;
    font-size: 1.3rem;
    color: #666;
    letter-spacing: 0.8px;
    margin-right: 10px;
  }
  #contents .title span {
    background: #fff;
    border-radius: 12px;
    font-size: 1.3rem;
    color: #333;
    padding: 8px 14px 6px;
  }
  #contents .title h2 {
    width: 1100px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 12px;
    line-height: 1.3;
  }
  #contents .title h2 strong {
    color: #c64545;
    font-weight: bold;
  }
  #contents .title h2.info_title {
    text-align: center;
    margin-top: 0;
  }
  #contents .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #contents .inner .content_wrap {
    width: 780px;
  }
  #contents .inner article:not(.info_list) {
    width: 780px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #contents .inner article:not(.info_list) h3 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 40px;
    background: url(../images/detail/h3_icon.png) no-repeat top 4px left/26px 24px;
    margin-bottom: 20px;
  }
  #contents .inner article:not(.info_list) .text {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0 20px;
    margin-bottom: 30px;
    display: block;
  }
  #contents .inner article:not(.info_list) .bold {
    font-weight: bold;
  }
  #contents .inner article:not(.info_list) .red {
    color: #c64545;
    font-weight: bold;
  }
  #contents .inner article:not(.info_list) .marker {
    font-weight: bold;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
  }
  #contents .inner article:not(.info_list) .result {
    padding-left: 40px;
    background: url(../images/detail/vector.png) no-repeat top 2px left/25px 23px;
  }
  #contents .inner article:not(.info_list) .mt80 {
    margin-top: 80px;
  }
  #contents .inner article:not(.info_list) .link {
    color: #333;
    text-decoration: underline;
  }
  #contents .inner article:not(.info_list) .greenbox {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 16px 20px 14px;
    background: #f2f8f3;
  }
  #contents .inner article:not(.info_list) p {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #contents .inner article:not(.info_list) figure {
    margin: 40px 0;
    text-align: center;
    position: relative;
  }
  #contents .inner article:not(.info_list) figure img.poster01, #contents .inner article:not(.info_list) figure img.poster02, #contents .inner article:not(.info_list) figure img.poster03 {
    position: absolute;
    z-index: 10;
    cursor: pointer;
  }
  #contents .inner article:not(.info_list) figure img.modal_img01 {
    top: 80px;
    left: -5px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img02 {
    top: 80px;
    right: 250px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img03 {
    top: 30px;
    left: -5px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img04 {
    top: 30px;
    right: 158px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img05 {
    top: 40px;
    left: -5px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img06 {
    top: 40px;
    left: -5px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img07 {
    top: 40px;
    right: 180px;
  }
  #contents .inner article:not(.info_list) figure img.modal_img08 {
    top: 40px;
    left: -5px;
  }
  #contents .inner article:not(.info_list) .modal_wrap strong {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #contents .inner article:not(.info_list) .modal_wrap figure {
    width: 320px;
    margin: 30px auto 0;
  }
  #contents .inner article:not(.info_list) .modal_wrap figure img {
    width: 100%;
  }
  #contents .inner article:not(.info_list) .modal_wrap .close {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #333;
    top: 0;
    right: -80px;
    box-shadow: 0 0 6px #333;
  }
  #contents .inner article:not(.info_list) .modal_wrap .close:before {
    content: '×';
    color: #fff;
    font-size: 4rem;
    position: absolute;
    top: 2px;
    left: 12px;
  }
  #contents .inner article:not(.info_list) #poster01_modal, #contents .inner article:not(.info_list) #poster02_modal, #contents .inner article:not(.info_list) #poster03_modal {
    display: none;
    position: fixed;
    display: none;
    width: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99;
    background: #fff;
    padding: 60px 0;
    box-shadow: 0 0 6px #333;
  }
  #contents .inner article:not(.info_list) .list_box {
    border: solid 6px #f2f8f3;
    padding: 42px 40px 40px;
    margin-bottom: 40px;
  }
  #contents .inner article:not(.info_list) .list_box h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 40px 0 20px;
    padding-left: 25px;
    background: url(../images/detail/h4_icon.png) no-repeat top 5px left/16px 12px;
  }
  #contents .inner article:not(.info_list) .list_box ul li {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
  }
  #contents .inner article:not(.info_list) .list_box ul li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_box ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c6e4cd;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner article:not(.info_list) .list_box ol {
    padding-left: 20px;
  }
  #contents .inner article:not(.info_list) .list_box ol li {
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #contents .inner article:not(.info_list) .list_box ol li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_gray {
    padding: 32px 40px 30px;
    margin-bottom: 40px;
  }
  #contents .inner article:not(.info_list) .list_gray li {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
  }
  #contents .inner article:not(.info_list) .list_gray li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_gray li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ccc;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner .info_list {
    width: 780px;
  }
  #contents .inner .info_list ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .info_list ul li:last-of-type {
    border-bottom: solid 1px #e3e3e3;
  }
  #contents .inner .info_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
  #contents .inner .info_list ul li a:hover {
    background: #f6f6f6;
  }
  #contents .inner .info_list ul li a figure {
    width: 250px;
    height: 160px;
    overflow: hidden;
    position: relative;
  }
  #contents .inner .info_list ul li a figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  #contents .inner .info_list ul li a .info_detail {
    width: 470px;
    padding-top: 10px;
  }
  #contents .inner .info_list ul li a .info_detail date {
    font-size: 1.4rem;
    color: #aaa;
  }
  #contents .inner .info_list ul li a .info_detail span {
    font-size: 1.3rem;
    background: #f0f9f2;
    padding: 10px 14px 8px;
    border-radius: 16px;
    color: #333;
    margin-left: 10px;
  }
  #contents .inner .info_list ul li a .info_detail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
  }
  #contents .inner .info_list ul li a .info_detail p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 15px;
    color: #666;
  }
  #contents .inner .info_list #pagenav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 60px;
  }
  #contents .inner .info_list #pagenav .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    background: #f2f8f3;
    text-align: center;
    color: #333;
  }
  #contents .inner .info_list #pagenav .page-numbers:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list #pagenav .current {
    color: #fff;
    background: #333;
  }
  #contents .inner .info_list #pagenav .dots, #contents .inner .info_list #pagenav .dots:hover {
    color: #333;
    background: none;
  }
  #contents .inner .info_list #pagenav .next {
    width: 80px;
    background: none;
    padding-left: 20px;
  }
  #contents .inner .info_list #pagenav .next:hover {
    background: none;
    color: #2e9648;
  }
  #contents .inner .info_list .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 60px;
  }
  #contents .inner .info_list .wp-pagenavi .page, #contents .inner .info_list .wp-pagenavi .current, #contents .inner .info_list .wp-pagenavi .extend, #contents .inner .info_list .wp-pagenavi .last, #contents .inner .info_list .wp-pagenavi .first {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    background: #f2f8f3;
    text-align: center;
    color: #333;
  }
  #contents .inner .info_list .wp-pagenavi .page:hover, #contents .inner .info_list .wp-pagenavi .last:hover, #contents .inner .info_list .wp-pagenavi .first:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list .wp-pagenavi .current {
    color: #fff;
    background: #333;
  }
  #contents .inner .info_list .wp-pagenavi .current:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list .wp-pagenavi .extend {
    color: #333;
    background: none;
  }
  #contents .inner .info_list .wp-pagenavi .previouspostslink, #contents .inner .info_list .wp-pagenavi .nextpostslink {
    width: 80px;
    background: none;
    font-size: 1.6rem;
    line-height: 60px;
    color: #333;
    padding-left: 20px;
  }
  #contents .inner .info_list .wp-pagenavi .previouspostslink:hover, #contents .inner .info_list .wp-pagenavi .nextpostslink:hover {
    background: none;
    color: #2e9648;
  }
  #contents .inner .content_wrap article {
    margin-bottom: 80px;
  }
  #contents .inner .content_wrap article h1, #contents .inner .content_wrap article h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 40px;
    background: url(../images/detail/h3_icon.png) no-repeat top 4px left/26px 24px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 40px 0 20px;
    padding-left: 25px;
    background: url(../images/detail/h4_icon.png) no-repeat top 5px left/16px 12px;
  }
  #contents .inner .content_wrap article h5, #contents .inner .content_wrap article h6 {
    font-weight: bold;
    font-size: 1.7rem;
    border-left: 4px solid #2e9648;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ul li {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
  }
  #contents .inner .content_wrap article ul li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner .content_wrap article ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c6e4cd;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner .content_wrap article ol {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ol li {
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ol li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner .content_wrap article a {
    color: #333;
    text-decoration: underline;
  }
  #contents .inner .content_wrap article a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  #contents .inner .content_wrap article i {
    font-style: italic;
  }
  #contents .inner .content_wrap article strong, #contents .inner .content_wrap article b {
    font-weight: bold;
  }
  #contents .inner .content_wrap article blockquote {
    font-style: italic;
    position: relative;
    padding: 40px 35px 25px 65px;
    background: #f2f8f3;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    vertical-align: middle;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 32px;
    height: 25px;
  }
  #contents .inner .content_wrap article table {
    margin-bottom: 30px;
  }
  #contents .inner .content_wrap article table tbody tr {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr th {
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    background-color: #f2f8f3;
    border-right: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr th:first-of-type {
    border-left: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr td {
    padding: 15px 25px;
    font-size: 1.4rem;
    line-height: 2.0;
    border-right: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr td:first-of-type {
    border-left: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article .aligncenter, #contents .inner .content_wrap article .alignnone {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  #contents .inner .content_wrap article .alignright {
    display: block;
    float: right;
    max-width: 100%;
    margin-left: 100%;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article .alignleft {
    display: block;
    float: left;
    max-width: 100%;
    margin-right: 100%;
    margin-bottom: 20px;
  }
  #contents .inner .related_posts {
    margin: 90px 0 50px;
  }
  #contents .inner .related_posts h3 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin: 10px 0;
  }
  #contents .inner .related_posts .noentry {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 40px;
  }
  #contents .inner .related_posts .article_list {
    padding: 0 20px;
  }
  #contents .inner .related_posts .article_list ul li {
    margin-top: 20px;
  }
  #contents .inner .related_posts .article_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contents .inner .related_posts .article_list ul li a figure {
    width: 200px;
    height: 125px;
    overflow: hidden;
    position: relative;
  }
  #contents .inner .related_posts .article_list ul li a figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  #contents .inner .related_posts .article_list ul li a .detail {
    margin-left: 20px;
  }
  #contents .inner .related_posts .article_list ul li a .detail .date {
    display: block;
    font-size: 14px;
    color: #999;
  }
  #contents .inner .related_posts .article_list ul li a .detail h4 {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #contents .inner .related_posts .article_list ul li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #contents .inner .pager ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 30px;
  }
  #contents .inner .pager ul li {
    width: 45%;
  }
  #contents .inner .pager ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #contents .inner .pager ul li a {
    position: relative;
    display: block;
    padding: 30px;
  }
  #contents .inner .pager ul li a span {
    font-size: 1.3rem;
    color: #999;
  }
  #contents .inner .pager ul li a p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px 0 0;
  }
  #contents .inner .pager ul .next a:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: url("../images/detail/next_arrow.png") left 0/100% no-repeat;
    width: 7px;
    height: 10px;
    top: 40%;
    right: -10px;
    -webkit-transition: right .2s;
    transition: right .2s;
  }
  #contents .inner .pager ul .next a:hover:before {
    right: -13px;
  }
  #contents .inner .pager ul .prev a:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url("../images/detail/next_arrow.png") left 0/100% no-repeat;
    width: 7px;
    height: 10px;
    top: 40%;
    left: -10px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-transition: left .2s;
    transition: left .2s;
  }
  #contents .inner .pager ul .prev a:hover:after {
    left: -13px;
  }
  #contents .inner .pager .btn {
    width: 400px;
    text-align: center;
    margin: 40px auto 0;
  }
  #contents .inner .pager .btn a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 6px;
    padding: 23px 0 23px 15px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 38px/8px 12px #555;
  }
  #contents .inner .pager .btn a:hover {
    background: url(../images/detail/more_arrow.png) no-repeat center right 34px/8px 12px #222;
  }
  #contents .inner .side_nav {
    width: 270px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #contents .inner .side_nav .news {
    border: solid 1px #e3e3e3;
    padding: 20px;
  }
  #contents .inner .side_nav .news h3 {
    margin: 10px 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/detail/new_icon.png) no-repeat center bottom/25px 13px;
  }
  #contents .inner .side_nav .news ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .news ul li:last-of-type {
    border-bottom: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .news ul li a {
    display: block;
    padding: 18px 10px 14px;
  }
  #contents .inner .side_nav .news ul li a date {
    display: inline-block;
    font-size: 1.3rem;
    color: #aaa;
  }
  #contents .inner .side_nav .news ul li a span {
    display: inline-block;
    font-size: 1.2rem;
    background: #f0f9f2;
    padding: 8px 14px 6px;
    border-radius: 10px;
    color: #333;
    margin-left: 10px;
    margin-bottom: 8px;
  }
  #contents .inner .side_nav .news ul li a p {
    margin-top: 7px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #contents .inner .side_nav .news ul li a:hover {
    background: #f6f6f6;
  }
  #contents .inner .side_nav .news .btn {
    margin-top: 20px;
  }
  #contents .inner .side_nav .news .btn a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 0 18px 50px;
    display: block;
    border-radius: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 38px/8px 12px #555;
  }
  #contents .inner .side_nav .news .btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 34px/8px 12px #222;
  }
  #contents .inner .side_nav .category {
    margin-top: 40px;
    border: solid 1px #e3e3e3;
    padding: 20px 20px 0;
  }
  #contents .inner .side_nav .category h3 {
    margin: 10px 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/detail/category_icon.png) no-repeat center bottom/59px 11px;
  }
  #contents .inner .side_nav .category ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .category ul li a {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 18px 10px 14px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/next_arrow.png) no-repeat center right 20px/7px 10px;
  }
  #contents .inner .side_nav .category ul li a:hover {
    color: #2e9648;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/next_arrow.png) no-repeat center right 16px/7px 10px;
  }
  #contents .inner .exception {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 80px 40px 100px;
    margin: 100px 0 110px;
    position: relative;
    background: #f2f8f3;
  }
  #contents .inner .exception h3 {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    font-size: 2.8rem;
    font-weight: bold;
    color: #2e9648;
    letter-spacing: 2px;
  }
  #contents .inner .exception h3 span {
    font-size: 4.8rem;
    font-weight: bold;
  }
  #contents .inner .exception ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents .inner .exception ul li:not(.current) {
    width: 230px;
  }
  #contents .inner .exception ul li:not(.current) a {
    width: 100%;
    padding: 25px 10px 20px;
    display: block;
    background: #fff;
    border-radius: 10px;
  }
  #contents .inner .exception ul li:not(.current) a h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    min-height: 75px;
  }
  #contents .inner .exception ul li:not(.current) a h4 strong {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    font-weight: bold;
  }
  #contents .inner .exception ul li:not(.current) a figure {
    text-align: center;
  }
  #contents .inner .exception ul li:not(.current) a .btn {
    width: 180px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 16px 0 14px 40px;
    border-radius: 6px;
    color: #2e9648;
    border: solid 2px #2e9648;
    display: block;
    margin: 20px auto 0;
    background: url(../images/arrow.png) no-repeat center right 20px/7px 10px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception ul li:not(.current) a:hover .btn {
    background: url(../images/arrow.png) no-repeat center right 12px/7px 10px #f2f8f3;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception ul .current {
    width: 230px;
    padding: 25px 10px 20px;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  #contents .inner .exception ul .current h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    min-height: 75px;
  }
  #contents .inner .exception ul .current h4 strong {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    font-weight: bold;
  }
  #contents .inner .exception ul .current figure {
    text-align: center;
  }
  #contents .inner .exception ul .current .btn {
    width: 180px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 16px 0 14px 40px;
    border-radius: 6px;
    color: #2e9648;
    border: solid 2px #2e9648;
    display: block;
    margin: 20px auto 0;
    background: url(../images/arrow.png) no-repeat center right 20px/7px 10px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception ul .current:before {
    content: '';
    width: 230px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  #contents .inner .exception .chart_btn {
    width: 340px;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    position: absolute;
  }
  #contents .inner .exception .chart_btn a {
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    display: block;
    background: url(../images/detail/more_arrow.png) no-repeat center right 32px/8px 12px #2e9648;
    color: #fff;
    padding: 32px 0 30px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 8px #d5eada;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception .chart_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 26px/8px 12px #176e2d;
  }

  #overlay {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(3, 3, 3, 0.6);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #contents .title {
    width: 100%;
    background: url(../images/mv_bg.png) repeat;
    padding: 30px 20px 24px;
    margin-top: 60px;
  }
  #contents .title date {
    display: inline-block;
    font-size: 1.3rem;
    color: #666;
    letter-spacing: 0.8px;
    margin-right: 10px;
  }
  #contents .title span {
    background: #fff;
    border-radius: 12px;
    font-size: 1.3rem;
    color: #333;
    padding: 5px 10px;
  }
  #contents .title h2 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 12px;
    line-height: 1.3;
  }
  #contents .title h2 strong {
    color: #c64545;
    font-weight: bold;
  }
  #contents .title h2.info_title {
    text-align: center;
    margin-top: 0;
  }
  #contents .inner {
    margin-top: 40px;
  }
  #contents .inner article:not(.info_list) {
    margin: 0 20px;
  }
  #contents .inner article:not(.info_list) h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 34px;
    background: url(../images/detail/h3_icon.png) no-repeat top 4px left/auto 20px;
    margin-bottom: 20px;
  }
  #contents .inner article:not(.info_list) .text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 30px;
    display: block;
  }
  #contents .inner article:not(.info_list) .bold {
    font-weight: bold;
  }
  #contents .inner article:not(.info_list) .red {
    color: #c64545;
    font-weight: bold;
  }
  #contents .inner article:not(.info_list) .marker {
    font-weight: bold;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
  }
  #contents .inner article:not(.info_list) .mt80 {
    margin-top: 80px;
  }
  #contents .inner article:not(.info_list) .link {
    color: #333;
    text-decoration: underline;
  }
  #contents .inner article:not(.info_list) .greenbox {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 16px 20px 14px;
    background: #f2f8f3;
  }
  #contents .inner article:not(.info_list) p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #contents .inner article:not(.info_list) figure {
    margin: 40px 0 30px;
    text-align: center;
    position: relative;
  }
  #contents .inner article:not(.info_list) figure img.poster01, #contents .inner article:not(.info_list) figure img.poster02, #contents .inner article:not(.info_list) figure img.poster03 {
    position: absolute;
    z-index: 10;
    cursor: pointer;
  }
  #contents .inner article:not(.info_list) figure img.modal_img01 {
    top: -20px;
    left: -20px;
    width: 50%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img02 {
    top: -20px;
    right: 10%;
    width: 50%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img03 {
    top: -20px;
    left: -20px;
    width: 50%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img04 {
    top: -20px;
    right: -2%;
    width: 70%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img05 {
    top: -20px;
    left: -20px;
    width: 50%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img06 {
    top: -20px;
    left: -20px;
    width: 45%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img07 {
    top: -20px;
    right: 20px;
    width: 60%;
  }
  #contents .inner article:not(.info_list) figure img.modal_img08 {
    top: -20px;
    left: -20px;
    width: 45%;
  }
  #contents .inner article:not(.info_list) .modal_wrap strong {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #contents .inner article:not(.info_list) .modal_wrap figure {
    width: 60%;
    margin: 20px auto 0;
  }
  #contents .inner article:not(.info_list) .modal_wrap figure img {
    width: 100%;
  }
  #contents .inner article:not(.info_list) .modal_wrap .close {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px auto 0;
    background: #333;
    padding: 16px 0 14px;
  }
  #contents .inner article:not(.info_list) .modal_wrap .close span {
    display: block;
    text-align: center;
    color: #fff;
  }
  #contents .inner article:not(.info_list) #poster01_modal, #contents .inner article:not(.info_list) #poster02_modal, #contents .inner article:not(.info_list) #poster03_modal {
    display: none;
    position: fixed;
    display: none;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    padding: 30px 0 20px;
    box-shadow: 0 0 6px #333;
  }
  #contents .inner article:not(.info_list) .list_box {
    border: solid 6px #f2f8f3;
    padding: 28px 20px 28px;
    margin-bottom: 30px;
  }
  #contents .inner article:not(.info_list) .list_box h4 {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px 0 20px;
    padding-left: 25px;
    background: url(../images/detail/h4_icon.png) no-repeat top 5px left/16px 12px;
  }
  #contents .inner article:not(.info_list) .list_box ul li {
    padding-left: 25px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
  }
  #contents .inner article:not(.info_list) .list_box ul li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_box ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c6e4cd;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner article:not(.info_list) .list_box ol {
    padding-left: 15px;
  }
  #contents .inner article:not(.info_list) .list_box ol li {
    padding-left: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #contents .inner article:not(.info_list) .list_box ol li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_gray {
    padding: 28px 20px 28px;
    margin-bottom: 30px;
  }
  #contents .inner article:not(.info_list) .list_gray li {
    padding-left: 25px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
  }
  #contents .inner article:not(.info_list) .list_gray li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner article:not(.info_list) .list_gray li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ccc;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner .info_list {
    width: 100%;
  }
  #contents .inner .info_list ul {
    margin: 0 20px;
  }
  #contents .inner .info_list ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .info_list ul li:last-of-type {
    border-bottom: solid 1px #e3e3e3;
  }
  #contents .inner .info_list ul li a {
    display: block;
    padding: 15px 10px;
  }
  #contents .inner .info_list ul li a:hover {
    background: #f6f6f6;
  }
  #contents .inner .info_list ul li a figure {
    width: 40%;
    height: 100px;
    overflow: hidden;
    position: relative;
    float: left;
  }
  #contents .inner .info_list ul li a figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  #contents .inner .info_list ul li a .sp_info_detail {
    width: -webkit-calc(60% - 15px);
    width: calc(60% - 15px);
    padding-top: 10px;
    float: left;
    margin-left: 15px;
  }
  #contents .inner .info_list ul li a .sp_info_detail date {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #aaa;
    margin: 0 10px 8px 0;
  }
  #contents .inner .info_list ul li a .sp_info_detail span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.3;
    background: #f0f9f2;
    border-radius: 16px;
    color: #333;
    padding: 10px 14px 8px;
  }
  #contents .inner .info_list ul li a .sp_info_detail h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0 10px;
  }
  #contents .inner .info_list ul li a p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 15px;
    color: #666;
    clear: both;
  }
  #contents .inner .info_list #pagenav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 60px;
  }
  #contents .inner .info_list #pagenav .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    background: #f2f8f3;
    text-align: center;
    color: #333;
  }
  #contents .inner .info_list #pagenav .page-numbers:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list #pagenav .current {
    color: #fff;
    background: #333;
  }
  #contents .inner .info_list #pagenav .dots, #contents .inner .info_list #pagenav .dots:hover {
    color: #333;
    background: none;
  }
  #contents .inner .info_list #pagenav .next {
    width: 70px;
    background: none;
    padding-left: 10px;
  }
  #contents .inner .info_list #pagenav .next:hover {
    background: none;
    color: #2e9648;
  }
  #contents .inner .info_list .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 60px;
  }
  #contents .inner .info_list .wp-pagenavi .page, #contents .inner .info_list .wp-pagenavi .current, #contents .inner .info_list .wp-pagenavi .last, #contents .inner .info_list .wp-pagenavi .first {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.6rem;
    background: #f2f8f3;
    text-align: center;
    color: #333;
  }
  #contents .inner .info_list .wp-pagenavi .extend {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.6rem;
    background: #f2f8f3;
    text-align: center;
    color: #333;
  }
  #contents .inner .info_list .wp-pagenavi .page:hover, #contents .inner .info_list .wp-pagenavi .last:hover, #contents .inner .info_list .wp-pagenavi .first:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list .wp-pagenavi .current {
    color: #fff;
    background: #333;
  }
  #contents .inner .info_list .wp-pagenavi .current:hover {
    background: #888;
    color: #fff;
  }
  #contents .inner .info_list .wp-pagenavi .extend {
    color: #333;
    background: none;
  }
  #contents .inner .info_list .wp-pagenavi .nextpostslink, #contents .inner .info_list .wp-pagenavi .previouspostslink {
    width: 55px;
    background: none;
    line-height: 40px;
    font-size: 1.5rem;
    color: #333;
    padding-left: 10px;
  }
  #contents .inner .info_list .wp-pagenavi .nextpostslink:hover, #contents .inner .info_list .wp-pagenavi .previouspostslink:hover {
    background: none;
    color: #2e9648;
  }
  #contents .inner .info_list .wp-pagenavi a, #contents .inner .info_list .wp-pagenavi span {
    margin-bottom: 10px;
  }
  #contents .inner .content_wrap {
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article {
    margin-bottom: 60px;
  }
  #contents .inner .content_wrap article h1, #contents .inner .content_wrap article h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 34px;
    background: url(../images/detail/h3_icon.png) no-repeat top 4px left/auto 20px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article h4 {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px 0 20px;
    padding-left: 25px;
    background: url(../images/detail/h4_icon.png) no-repeat top 5px left/16px 12px;
  }
  #contents .inner .content_wrap article h5, #contents .inner .content_wrap article h6 {
    font-weight: bold;
    font-size: 1.7rem;
    border-left: 4px solid #2e9648;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ul {
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ul li {
    padding-left: 25px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
  }
  #contents .inner .content_wrap article ul li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner .content_wrap article ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c6e4cd;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  #contents .inner .content_wrap article ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article ol li {
    padding-left: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #contents .inner .content_wrap article ol li:last-of-type {
    margin-bottom: 0;
  }
  #contents .inner .content_wrap article a {
    color: #333;
    text-decoration: underline;
  }
  #contents .inner .content_wrap article i {
    font-style: italic;
  }
  #contents .inner .content_wrap article strong, #contents .inner .content_wrap article b {
    font-weight: bold;
  }
  #contents .inner .content_wrap article blockquote {
    font-style: italic;
    position: relative;
    padding: 40px 25px 20px 45px;
    background: #f2f8f3;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 19px;
  }
  #contents .inner .content_wrap article table {
    min-width: 100%;
    margin-bottom: 20px;
  }
  #contents .inner .content_wrap article table tbody tr {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr th {
    padding: 15px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    background-color: #f2f8f3;
    border-right: 1px solid #e7e7e7;
    vertical-align: middle;
  }
  #contents .inner .content_wrap article table tbody tr th:first-of-type {
    border-left: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr td {
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.3;
    border-right: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody tr td:first-of-type {
    border-left: 1px solid #e7e7e7;
  }
  #contents .inner .content_wrap article table tbody img {
    max-width: 120px;
  }
  #contents .inner .content_wrap article .aligncenter, #contents .inner .content_wrap article .alignnone, #contents .inner .content_wrap article .alignright, #contents .inner .content_wrap article .alignleft {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  #contents .inner .related_posts {
    margin: 40px 20px 20px;
  }
  #contents .inner .related_posts h3 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0;
  }
  #contents .inner .related_posts .noentry {
    font-size: 1.4rem;
    text-align: center;
    padding: 40px 0 15px;
  }
  #contents .inner .related_posts .article_list ul li {
    width: 100%;
    margin-top: 20px;
  }
  #contents .inner .related_posts .article_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #contents .inner .related_posts .article_list ul li a figure {
    position: relative;
    width: 120px;
    height: 80px;
    overflow: hidden;
  }
  #contents .inner .related_posts .article_list ul li a figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #contents .inner .related_posts .article_list ul li a .detail {
    margin-left: 20px;
  }
  #contents .inner .related_posts .article_list ul li a .detail date {
    display: block;
    font-size: 1.4rem;
    color: #999;
  }
  #contents .inner .related_posts .article_list ul li a .detail h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
  }
  #contents .inner .pager {
    padding: 0 15px;
  }
  #contents .inner .pager ul {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 5px;
  }
  #contents .inner .pager ul li {
    position: relative;
  }
  #contents .inner .pager ul li a {
    display: block;
    padding: 20px 10px 20px 30px;
  }
  #contents .inner .pager ul li span {
    font-size: 1.3rem;
    color: #999;
  }
  #contents .inner .pager ul li p {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 10px;
    margin: 10px 0 0;
  }
  #contents .inner .pager ul li:nth-child(n+2) {
    border-top: 1px solid #e6e6e6;
  }
  #contents .inner .pager ul .next:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: url("../images/detail/next_arrow.png") left 0/100% no-repeat;
    top: 40%;
    right: 5px;
    width: 7px;
    height: 10px;
  }
  #contents .inner .pager ul .prev:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url("../images/detail/next_arrow.png") left 0/100% no-repeat;
    top: 40%;
    left: 5px;
    width: 7px;
    height: 10px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #contents .inner .pager .btn {
    margin-top: 30px;
  }
  #contents .inner .pager .btn a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    padding: 20px 0 18px;
    background: url(../images/detail/more_arrow.png) no-repeat center right 20px/auto 9px #555;
  }
  #contents .inner .side_nav {
    margin: 0 20px;
  }
  #contents .inner .side_nav .news {
    width: 100%;
    border: solid 1px #e3e3e3;
    padding: 20px;
  }
  #contents .inner .side_nav .news h3 {
    margin: 10px 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/detail/new_icon.png) no-repeat center bottom/25px 13px;
  }
  #contents .inner .side_nav .news ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .news ul li:last-of-type {
    border-bottom: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .news ul li a {
    display: block;
    padding: 18px 10px 14px;
  }
  #contents .inner .side_nav .news ul li a date {
    font-size: 1.3rem;
    color: #aaa;
  }
  #contents .inner .side_nav .news ul li a span {
    font-size: 1.2rem;
    background: #f0f9f2;
    padding: 8px 14px 6px;
    border-radius: 10px;
    color: #333;
    margin-left: 10px;
  }
  #contents .inner .side_nav .news ul li a p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #contents .inner .side_nav .news ul li a:hover {
    background: #f3f3f3;
  }
  #contents .inner .side_nav .news .btn {
    margin-top: 20px;
  }
  #contents .inner .side_nav .news .btn a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 0 18px;
    text-align: center;
    display: block;
    border-radius: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 20px/auto 9px #555;
  }
  #contents .inner .side_nav .news .btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 16px/auto 9px #222;
  }
  #contents .inner .side_nav .category {
    margin: 20px 0 40px;
    border: solid 1px #e3e3e3;
    padding: 20px 20px 0;
  }
  #contents .inner .side_nav .category h3 {
    margin: 10px 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/detail/category_icon.png) no-repeat center bottom/59px 11px;
  }
  #contents .inner .side_nav .category ul li {
    border-top: solid 1px #e3e3e3;
  }
  #contents .inner .side_nav .category ul li a {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 18px 10px 14px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/next_arrow.png) no-repeat center right 20px/7px 10px;
  }
  #contents .inner .side_nav .category ul li a:hover {
    color: #2e9648;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/next_arrow.png) no-repeat center right 16px/7px 10px;
  }
  #contents .inner .exception {
    width: 100%;
    padding: 30px 15px 70px;
    margin: 100px 0 110px;
    position: relative;
    background: #f2f8f3;
  }
  #contents .inner .exception h3 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #2e9648;
    letter-spacing: 1px;
    margin: -55px 0 30px;
  }
  #contents .inner .exception h3 span {
    font-size: 4rem;
    font-weight: bold;
  }
  #contents .inner .exception ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents .inner .exception ul li:not(.current) {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
  #contents .inner .exception ul li:not(.current) a {
    width: 100%;
    padding: 25px 10px 12px;
    display: block;
    background: #fff;
    border-radius: 10px;
  }
  #contents .inner .exception ul li:not(.current) a h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    min-height: 70px;
  }
  #contents .inner .exception ul li:not(.current) a h4 strong {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    font-weight: bold;
  }
  #contents .inner .exception ul li:not(.current) a figure {
    text-align: center;
  }
  #contents .inner .exception ul li:not(.current) a .btn {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 14px 0 12px;
    text-align: center;
    border-radius: 6px;
    color: #2e9648;
    border: solid 2px #2e9648;
    display: block;
    margin: 20px auto 0;
    background: url(../images/arrow.png) no-repeat center right 6px/5px 7px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
  }
  #contents .inner .exception ul li:not(.current) a:hover .btn {
    background: url(../images/arrow.png) no-repeat center right 12px/7px 10px #f2f8f3;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception ul .current {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    padding: 25px 10px 12px;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    margin-bottom: 20px;
  }
  #contents .inner .exception ul .current h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    min-height: 70px;
  }
  #contents .inner .exception ul .current h4 strong {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, #f8efad 30%);
    font-weight: bold;
  }
  #contents .inner .exception ul .current figure {
    text-align: center;
  }
  #contents .inner .exception ul .current .btn {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 14px 0 12px;
    text-align: center;
    border-radius: 6px;
    color: #2e9648;
    border: solid 2px #2e9648;
    display: block;
    margin: 20px auto 0;
    background: url(../images/arrow.png) no-repeat center right 6px/5px 7px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception ul .current:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  #contents .inner .exception .chart_btn {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    position: absolute;
  }
  #contents .inner .exception .chart_btn a {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    display: block;
    background: url(../images/detail/more_arrow.png) no-repeat center right 20px/8px 12px #2e9648;
    color: #fff;
    padding: 32px 0 30px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 8px #d5eada;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents .inner .exception .chart_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/detail/more_arrow.png) no-repeat center right 16px/8px 12px #176e2d;
  }

  #overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(3, 3, 3, 0.6);
  }
}
