 .row {
     padding-bottom: 0;
     margin: 0;
 }

 .col {
     display: block;
     float: left;
     width: 100%
 }

 @media(min-width: 768px) {
     .gutters .col {
         margin-left: 2%
     }

     .span_1 {
         width: 8.33333333333%
     }

     .span_2 {
         width: 16.6666666667%
     }

     .span_3 {
         width: 25%
     }

     .span_4 {
         width: 33.3333333333%
     }

     .span_5 {
         width: 41.6666666667%
     }

     .span_6 {
         width: 50%
     }

     .span_7 {
         width: 58.3333333333%
     }

     .span_8 {
         width: 66.6666666667%
     }

     .span_9 {
         width: 75%
     }

     .span_10 {
         width: 83.3333333333%
     }

     .span_11 {
         width: 91.6666666667%
     }

     .span_12 {
         width: 100%
     }

     .gutters .span_1 {
         width: 6.5%
     }

     .gutters .span_2 {
         width: 15%
     }

     .gutters .span_3 {
         width: 23.5%
     }

     .gutters .span_4 {
         width: 32%
     }

     .gutters .span_5 {
         width: 40.5%
     }

     .gutters .span_6 {
         width: 49%
     }

     .gutters .span_7 {
         width: 57.5%
     }

     .gutters .span_8 {
         width: 66%
     }

     .gutters .span_9 {
         width: 74.5%
     }

     .gutters .span_10 {
         width: 83%
     }

     .gutters .span_11 {
         width: 91.5%
     }

     .gutters .span_12 {
         width: 100%
     }
 }

 /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1*/
 .container {
     padding: 0 1%
 }

 .container img {
     max-width: 100%
 }

 *+.container {
     margin-top: 2em
 }

 .row:not(:last-child) {
     margin-bottom: 4%
 }

 .col {
     float: none
 }

 .col:not(:last-child) {
     margin-bottom: 3%
 }

 @media(min-width: 768px) {
     .container {
         max-width: 1000px;
         margin: auto;
         padding: 0 10px
     }

     *+.container {
         margin-top: 40px
     }

     .col {
         float: left
     }

     .reverse>.col {
         float: right
     }

     .col:not(:last-child) {
         margin-bottom: 0
     }

     .reverse>.col:last-child,
     :not(.reverse)>.col:first-child {
         margin-left: 0
     }

     .col.offset_1 {
         margin-left: 8.33333333333%
     }

     .gutters .col.offset_1 {
         margin-left: 10.5%
     }

     .gutters .col.offset_1:first-child {
         margin-left: 8.5%
     }

     .col.offset_2 {
         margin-left: 16.6666666667%
     }

     .gutters .col.offset_2 {
         margin-left: 19%
     }

     .gutters .col.offset_2:first-child {
         margin-left: 17%
     }

     .col.offset_3 {
         margin-left: 25%
     }

     .gutters .col.offset_3 {
         margin-left: 27.5%
     }

     .gutters .col.offset_3:first-child {
         margin-left: 25.5%
     }

     .col.offset_4 {
         margin-left: 33.3333333333%
     }

     .gutters .col.offset_4 {
         margin-left: 36%
     }

     .gutters .col.offset_4:first-child {
         margin-left: 34%
     }

     .col.offset_5 {
         margin-left: 41.6666666667%
     }

     .gutters .col.offset_5 {
         margin-left: 44.5%
     }

     .gutters .col.offset_5:first-child {
         margin-left: 42.5%
     }

     .col.offset_6 {
         margin-left: 50%
     }

     .gutters .col.offset_6 {
         margin-left: 53%
     }

     .gutters .col.offset_6:first-child {
         margin-left: 51%
     }

     .col.offset_7 {
         margin-left: 58.3333333333%
     }

     .gutters .col.offset_7 {
         margin-left: 61.5%
     }

     .gutters .col.offset_7:first-child {
         margin-left: 59.5%
     }

     .col.offset_8 {
         margin-left: 66.6666666667%
     }

     .gutters .col.offset_8 {
         margin-left: 70%
     }

     .gutters .col.offset_8:first-child {
         margin-left: 68%
     }

     .col.offset_9 {
         margin-left: 75%
     }

     .gutters .col.offset_9 {
         margin-left: 78.5%
     }

     .gutters .col.offset_9:first-child {
         margin-left: 76.5%
     }

     .col.offset_10 {
         margin-left: 83.3333333333%
     }

     .gutters .col.offset_10 {
         margin-left: 87%
     }

     .gutters .col.offset_10:first-child {
         margin-left: 85%
     }

     .col.offset_11 {
         margin-left: 91.6666666667%
     }

     .gutters .col.offset_11 {
         margin-left: 95.5%
     }

     .gutters .col.offset_11:first-child {
         margin-left: 93.5%
     }

     .col.offset_12 {
         margin-left: 100%
     }

     :not(.reverse)>.col.break+.col {
         clear: left;
         margin-left: 0
     }

     .reverse>.col.break {
         margin-left: 0
     }

     .reverse>.col.break+.col {
         clear: right;
         margin-right: 0
     }

     .col.break~.col {
         margin-top: 2%
     }
 }

 .m-pagettl.container {
     margin-top: 6rem;
 }

 .bread_wrap {
     margin-bottom: 2%;
 }

 .bread {
     overflow: hidden;
     margin: 0;
     font-size: 12px;
     font-size: 1.2rem;
 }

 .bread ul {
     padding: 1em 0;
     margin: 0 auto;
     float: none;
 }

 .bread ul li {
     list-style: none;
     position: relative;
     float: left;
     padding-right: 2em;
     margin-right: 1.5em;
 }

 .bread ul li a {
     text-decoration: none;
     color: #3c2515;
 }

 .bread ul li a:hover {
     color: #3c2515;
     text-decoration: none;
 }

 .bread ul li:after {
     content: '>';
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     margin: auto;
 }

 .bread ul li:last-child {
     padding-right: 0;
     margin-right: 0;
 }

 .bread ul li:last-child:after {
     content: none;
 }

 .article_list {
     padding: 0.5em;
     position: relative;
     overflow: hidden;
 }

 @media (min-width: 768px) {
     .article_list {
         padding: 1em;
     }
 }

 .article_list:nth-child(even) {
     color: #3c2515;
     background: rgba(201, 103, 45, 0.05);
 }

 .article_list:before {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     background: transparent;
     transform: translate(-10px, -10px) rotate(45deg);
     transition: 0.3s;
 }

 .article_list:hover:before {
     background: #6c000e;
 }

 .article_list .case_arrow {
     overflow: hidden;
     text-indent: 100%;
     white-space: nowrap;
     display: block;
     position: relative;
     height: 245px;
 }

 @media (max-width: 767px) {
     .article_list .case_arrow {
         height: 80px;
     }
 }

 .article_list .case_arrow:after {
     content: '';
     display: block;
     position: absolute;
     top: 50%;
     right: 0;
     margin: auto;
     width: 70px;
     height: 70px;
     border-top: 5px solid #6c000e;
     border-right: 5px solid #6c000e;
     transform: translate(0, -50%) rotate(45deg);
     transform-origin: left top;
     transition: 0.2s;
 }

 @media (max-width: 767px) {
     .article_list .case_arrow:after {
         left: 0;
         bottom: 25%;
         border-top: 5px solid #6c000e;
         border-right: 5px solid #6c000e;
         transform: translate(0, -50%) rotate(135deg);
         transform-origin: center;
     }
 }

 .article_list .span_12 {
     margin: 2% 0;
 }

 .pagination>* {
     display: inline-block;
     padding: 0.5em;
     border: 1px solid #ccc;
 }

 .pagination a {
     text-decoration: none;
     background: rgba(201, 103, 45, 0.05);
     transition: 0.3s;
 }

 .pagination a:hover {
     background: #fff;
 }

 .container {
     margin: 0 auto;
 }

 @media (min-width: 768px) {
     .container {
         max-width: 1000px;
     }
 }

 @media (min-width: 1024px) {
     .container {
         padding: 0 10px;
     }
 }

 .container {
     padding: 0 10px;
 }

 @media (min-width: 1020px) {
     .container {
         padding: 0;
     }
 }

 .row,
 .column_main {
     /* width: 100%; */
     /* padding: 0; */
 }

 h2 {
     font-size: 28px;
     font-size: 2.8rem;
     font-weight: bold;
     letter-spacing: .1em;
     text-align: center;
     color: #3c2515;
     font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
     margin: 0 0 .8em 0;
     position: relative;
     word-wrap: break-word;
     position: relative;
     padding-bottom: 16px;
     letter-spacing: 0;
     line-height: 1.64286;
     text-align: center;
     z-index: 4;
 }

 @media (max-width: 767px) {
     h2 {
         font-size: 20px;
         font-size: 2rem;
     }
 }

 h2:before {
     content: "";
     display: block;
     width: 100%;
     height: 1px;
     top: auto;
     left: 0;
     right: 0;
     bottom: 0;
     margin: 0 auto;
     background: #3c2515;
     position: absolute;
     z-index: -1;
 }

 .more {
     display: block;
     overflow: hidden;
     margin: auto;
 }

 .more a {
     display: block;
     border: 1px solid #6c000e;
     color: #fff;
     background: #6c000e;
     padding: 0.6em;
     margin: 0 auto 1px;
     max-width: 280px;
     width: 100%;
     text-align: center;
     text-decoration: none;
     transition: 0.3s;
     font-size: 14px;
     font-size: 1.4rem;
 }

 @media (min-width: 768px) {
     .more a {
         font-size: 18px;
         font-size: 1.8rem;
     }
 }

 .more a.inverse {
     border: 1px solid #6c000e;
     color: #6c000e;
     background: #fff;
 }

 .more a:hover {
     opacity: .9;
     filter: opacity(90%);
 }

 .newlist {
     margin-bottom: 10%;
 }

 .epress_pager {
     overflow: hidden;
     margin-bottom: 5%;
 }

 .epress_pager .epress_pager_prev {
     float: left;
 }

 .epress_pager .epress_pager_prev a {
     display: block;
     position: relative;
     padding-left: 15px;
     text-decoration: none;
 }

 .epress_pager .epress_pager_prev a:before,
 .epress_pager .epress_pager_prev a:after {
     content: '';
     display: block;
     position: absolute;
     left: 2px;
     margin: auto;
     width: 8px;
     height: 1px;
     background: #3c2515;
     transition: 0.2s;
 }

 .epress_pager .epress_pager_prev a:before {
     transform: translateY(-50%) rotate(-45deg);
     top: calc(50% - 2px);
 }

 .epress_pager .epress_pager_prev a:after {
     transform: translateY(-50%) rotate(-135deg);
     top: calc(50% + 3px);
 }

 .epress_pager .epress_pager_prev a:hover {
     text-decoration: underline;
 }

 .epress_pager .epress_pager_prev a:hover:before {
     left: 0;
 }

 .epress_pager .epress_pager_prev a:hover:after {
     left: 0;
 }

 .epress_pager .epress_pager_next {
     float: right;
 }

 .epress_pager .epress_pager_next a {
     display: block;
     position: relative;
     padding-right: 15px;
     text-decoration: none;
 }

 .epress_pager .epress_pager_next a:before,
 .epress_pager .epress_pager_next a:after {
     content: '';
     display: block;
     position: absolute;
     right: 2px;
     margin: auto;
     width: 8px;
     height: 1px;
     background: #3c2515;
     transform-origin: center;
     transition: 0.2s;
 }

 .epress_pager .epress_pager_next a:before {
     transform: translateY(-50%) rotate(45deg);
     top: calc(50% - 2px);
 }

 .epress_pager .epress_pager_next a:after {
     transform: translateY(-50%) rotate(135deg);
     top: calc(50% + 3px);
 }

 .epress_pager .epress_pager_next a:hover {
     text-decoration: underline;
 }

 .epress_pager .epress_pager_next a:hover:before {
     right: 0;
 }

 .epress_pager .epress_pager_next a:hover:after {
     right: 0;
 }