@charset "UTF-8";
/* @PC Point Min 1300px~ calclate font-size
================================================*/
/* =================================================================================
Index SCSS
================================================================================ */
.copyright {
  vertical-align: -0.3em;
  line-height: 1;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: block;
}

.alignright {
  display: block;
  margin-left: auto;
}

/* @SP BreakPoint Min 320px
================================================*/
/* ================================================================================
	SP Default CSS 320px-639px
================================================================================ */
@media screen and (max-width: 639px) {
  .news {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .news__side {
    margin-top: 40px;
  }
  .side-box:not(:first-child) {
    margin-top: 20px;
  }
  .side-box__ttl {
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #00a0e9;
  }
  .side-box__bnr {
    display: block;
  }
  .side-box__bnr img {
    width: 100%;
  }
  .side-box h4 {
    position: relative;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px #bbb solid;
  }
  .side-box h4:before, .side-box h4:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .side-box h4:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .side-box h4:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .side-box h4.is-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .side-list li:not(:last-child), .side-list__item:not(:last-child) {
    border-bottom: dotted 1px #bbbbbb;
  }
  .side-list a, .side-list__inner {
    display: block;
    padding: 10px;
    color: #444;
    text-decoration: none;
  }
  .side-list a:hover .side-list__date, .side-list a:active .side-list__date, .side-list__inner:hover .side-list__date, .side-list__inner:active .side-list__date {
    color: #444;
  }
  .side-list a:hover .side-list__ttl, .side-list a:active .side-list__ttl, .side-list__inner:hover .side-list__ttl, .side-list__inner:active .side-list__ttl {
    color: #c93643;
  }
  .side-list__date {
    font-size: 0.8125rem;
  }
  .side-list.is-archive a:hover, .side-list.is-archive a:active {
    color: #c93643;
  }
  .news-list__item {
    border-top: solid 1px #bbbbbb;
  }
  .news-list__item:last-child {
    border-bottom: solid 1px #bbbbbb;
  }
  .news-list__inner {
    display: block;
    padding: 15px 10px;
    color: #444;
    text-decoration: none;
  }
  .news-list__inner:hover, .news-list__inner:active {
    color: #444;
    background-color: #fff000;
  }
  .news-list__date {
    font-size: 0.875rem;
  }
  .news-list__ttl {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 5px;
    text-decoration: none;
  }
  .pagination .page-numbers.current, .pagination .page-numbers.dots {
    color: #444;
    background-color: transparent;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 50px;
    color: #c93643;
    background-color: transparent;
    text-decoration: underline;
  }
  .pagination .page-numbers:hover, .pagination .page-numbers:active {
    text-decoration: none;
    opacity: 0.8;
  }
  .article__head {
    padding-top: 13px;
    border-top: solid 1px #bbbbbb;
  }
  .article__ttl {
    padding-bottom: 10px;
    border-bottom: solid 1px #bbbbbb;
  }
  .article__date {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 10px;
  }
  .article__main {
    margin-top: 30px;
    padding: 0 10px;
  }
  .article__main p:not(:first-child) {
    margin-top: 20px;
  }
  .article__main ul {
    padding-left: 1.5rem;
  }
  .article__main ul li {
    list-style-type: disc;
  }
  .article__main ol {
    padding-left: 1.5rem;
  }
  .article__main ol li {
    list-style-type: decimal;
  }
  .article__main img {
    max-width: 100%;
    height: auto;
  }
  .article__main a {
    text-decoration: underline;
  }
  .article__main a:hover {
    text-decoration: none;
  }
  .article__main strong {
    font-weight: bold;
  }
  .article__main em {
    font-style: italic;
  }
  .article__main p.wp-caption-text {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
  .article__main h1 {
    font-size: 2rem;
  }
  .article__main h2 {
    font-size: 1.5rem;
  }
  .article__main h3 {
    font-size: 1.1875rem;
  }
  .article__main h4 {
    font-size: 1rem;
  }
  .article__main h5 {
    font-size: 0.8125rem;
  }
  .article__main h6 {
    font-size: 0.6875rem;
  }
  .article__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .article__sns {
    width: 70.667px;
  }
  .article__sns:not(:last-child) {
    margin-right: 10px;
  }
  .post-link {
    margin-top: 40px;
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
  }
  .post-link__prev {
    position: relative;
  }
  .post-link__prev a {
    padding-left: 25px;
  }
  .post-link__prev:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    left: 5px;
    border-left: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .post-link__next {
    position: relative;
    text-align: right;
    border-top: dotted 1px #bbbbbb;
  }
  .post-link__next a {
    padding-right: 25px;
  }
  .post-link__next:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    right: 5px;
    border-right: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .post-link__date {
    font-size: 0.875rem;
    display: block;
    font-weight: normal;
  }
  .post-link a {
    font-size: 1.125rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    color: #444;
    font-weight: bold;
    text-decoration: none;
  }
  .post-link a:hover, .post-link a:active {
    color: #c93643;
  }
  .post-link a:hover .post-link__date, .post-link a:active .post-link__date {
    color: #444;
  }
  .column-type {
    font-size: 0.875rem;
  }
  .column-category {
    font-size: 0.875rem;
    display: inline-block;
    padding: 4px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-ttl {
    padding-bottom: 25px;
    font-weight: normal;
    text-align: center;
    background: url(../../images/bg_column_heading_img01.png) calc(100% - 10px) bottom/12% no-repeat;
    border-bottom: solid 1px #bbbbbb;
  }
  .column-ttl__sub {
    font-size: 1rem;
    display: block;
  }
  .column-ttl img {
    display: block;
    max-width: 210px;
    margin: 0 auto;
  }
  .column-ttl__note {
    font-size: 0.9375rem;
    display: block;
    margin-top: 5px;
  }
  .column-list-ttl {
    position: relative;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px #bbb solid;
  }
  .column-list-ttl:before, .column-list-ttl:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .column-list-ttl:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column-list-ttl:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .column-list-ttl.is-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .column-list-ttl__cat {
    font-size: 0.9375rem;
    margin-left: 20px;
    font-weight: normal;
    color: #ccc;
  }
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .column-list__item {
    width: calc((100% - 10px) / 2);
    border: solid 4px #00a0e9;
    border-radius: 8px;
  }
  .column-list__item:nth-child(odd) {
    margin-right: 10px;
  }
  .column-list__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .column-list__inner {
    display: block;
    padding: 10px 5px;
    text-align: center;
    color: #444;
  }
  .column-list__inner:hover, .column-list__inner:active {
    color: #444;
    text-decoration: none;
  }
  .column-list__date {
    font-size: 0.8125rem;
  }
  .column-list__ttl {
    font-size: 1.125rem;
    margin-top: 3px;
    font-weight: bold;
  }
  .column-list__cat {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-block:not(:first-child) {
    margin-top: 40px;
    padding-top: 30px;
    border-top: dotted 1px #bbbbbb;
  }
}
/* @SP BreakPoint Min 320px */
/* @TABLET BreakPoint Min 640px
================================================*/
/* ================================================================================
	LARGETABLET Default CSS 640px-
================================================================================ */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .news {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news__side {
    width: 30%;
  }
  .news__main {
    width: 68%;
  }
  .side-box:not(:first-child) {
    margin-top: 20px;
  }
  .side-box__ttl {
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #00a0e9;
  }
  .side-box__bnr {
    display: block;
  }
  .side-box__bnr img {
    width: 100%;
  }
  .side-box h4 {
    display: block;
    margin-top: 10px;
    cursor: pointer;
  }
  .side-list li:not(:last-child), .side-list__item:not(:last-child) {
    border-bottom: dotted 1px #bbbbbb;
  }
  .side-list a, .side-list__inner {
    display: block;
    padding: 10px;
    color: #444;
    text-decoration: none;
  }
  .side-list a:hover .side-list__date, .side-list a:active .side-list__date, .side-list__inner:hover .side-list__date, .side-list__inner:active .side-list__date {
    color: #444;
  }
  .side-list a:hover .side-list__ttl, .side-list a:active .side-list__ttl, .side-list__inner:hover .side-list__ttl, .side-list__inner:active .side-list__ttl {
    color: #c93643;
  }
  .side-list__date {
    font-size: 0.8125rem;
  }
  .side-list.is-archive a:hover, .side-list.is-archive a:active {
    color: #c93643;
  }
  .news-list__item {
    border-top: solid 1px #bbbbbb;
  }
  .news-list__item:last-child {
    border-bottom: solid 1px #bbbbbb;
  }
  .news-list__inner {
    display: block;
    padding: 15px 10px;
    color: #444;
    text-decoration: none;
  }
  .news-list__inner:hover, .news-list__inner:active {
    color: #444;
    background-color: #fff000;
  }
  .news-list__date {
    font-size: 0.875rem;
  }
  .news-list__ttl {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 5px;
    text-decoration: none;
  }
  .pagination .page-numbers.current, .pagination .page-numbers.dots {
    color: #444;
    background-color: transparent;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 50px;
    color: #c93643;
    background-color: transparent;
    text-decoration: underline;
  }
  .pagination .page-numbers:hover, .pagination .page-numbers:active {
    text-decoration: none;
    opacity: 0.8;
  }
  .article__head {
    padding-top: 13px;
    border-top: solid 1px #bbbbbb;
  }
  .article__ttl {
    padding-bottom: 10px;
    border-bottom: solid 1px #bbbbbb;
  }
  .article__date {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 10px;
  }
  .article__main {
    margin-top: 30px;
    padding: 0 10px;
    font-size: 1.125rem;
  }
  .article__main p:not(:first-child) {
    margin-top: 20px;
  }
  .article__main ul {
    padding-left: 1.5rem;
  }
  .article__main ul li {
    list-style-type: disc;
  }
  .article__main ol {
    padding-left: 1.5rem;
  }
  .article__main ol li {
    list-style-type: decimal;
  }
  .article__main img {
    max-width: 100%;
    height: auto;
  }
  .article__main a {
    text-decoration: underline;
  }
  .article__main a:hover {
    text-decoration: none;
  }
  .article__main strong {
    font-weight: bold;
  }
  .article__main em {
    font-style: italic;
  }
  .article__main p.wp-caption-text {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
  .article__main h1 {
    font-size: 2.25rem;
  }
  .article__main h2 {
    font-size: 1.6875rem;
  }
  .article__main h3 {
    font-size: 1.3125rem;
  }
  .article__main h4 {
    font-size: 1.125rem;
  }
  .article__main h5 {
    font-size: 0.9375rem;
  }
  .article__main h6 {
    font-size: 0.75rem;
  }
  .article__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .article__sns {
    width: 70.667px;
  }
  .article__sns:not(:last-child) {
    margin-right: 10px;
  }
  .post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 80px;
    padding: 15px 0;
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
  }
  .post-link__prev {
    position: relative;
    width: 50%;
    padding-right: 7%;
    text-align: right;
  }
  .post-link__prev a {
    padding-left: 25px;
  }
  .post-link__prev:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    left: 5px;
    border-left: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .post-link__next {
    position: relative;
    width: 50%;
    padding-left: 7%;
    border-left: dotted 1px #bbbbbb;
  }
  .post-link__next a {
    padding-right: 25px;
  }
  .post-link__next:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    right: 5px;
    border-right: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .post-link__date {
    font-size: 0.875rem;
    display: block;
    font-weight: normal;
  }
  .post-link a {
    font-size: 1.125rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    color: #444;
    font-weight: bold;
    text-decoration: none;
  }
  .post-link a:hover, .post-link a:active {
    color: #c93643;
  }
  .post-link a:hover .post-link__date, .post-link a:active .post-link__date {
    color: #444;
  }
  .column-type {
    font-size: 0.875rem;
  }
  .column-category {
    font-size: 0.875rem;
    display: inline-block;
    padding: 4px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-ttl {
    padding-bottom: 12px;
    font-weight: normal;
    text-align: center;
    background: url(../../images/bg_column_heading_img01.png) calc(100% - 30px) bottom no-repeat;
    border-bottom: solid 1px #bbbbbb;
  }
  .column-ttl__sub {
    font-size: 1rem;
    display: block;
  }
  .column-ttl img {
    display: block;
    max-width: 310px;
    margin: 0 auto;
  }
  .column-ttl__note {
    font-size: 0.9375rem;
    display: block;
    margin-top: 8px;
  }
  .column-list-ttl {
    position: relative;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px #bbb solid;
  }
  .column-list-ttl:before, .column-list-ttl:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .column-list-ttl:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column-list-ttl:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .column-list-ttl.is-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .column-list-ttl__cat {
    font-size: 0.9375rem;
    margin-left: 20px;
    font-weight: normal;
    color: #ccc;
  }
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .column-list__item {
    width: calc((99.9% - 20px) / 2);
    border: solid 4px #00a0e9;
    border-radius: 8px;
  }
  .column-list__item:nth-child(odd) {
    margin-right: 10px;
  }
  .column-list__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .column-list__inner {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #444;
  }
  .column-list__inner:hover, .column-list__inner:active {
    color: #444;
    text-decoration: none;
  }
  .column-list__date {
    font-size: 0.8125rem;
  }
  .column-list__ttl {
    font-size: 1.125rem;
    margin-top: 3px;
    font-weight: bold;
  }
  .column-list__cat {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-block:not(:first-child) {
    margin-top: 40px;
    padding-top: 30px;
    border-top: dotted 1px #bbbbbb;
  }
}
/* @TAB BreakPoint Min 640px */
/* @SMALLPC BreakPoint Min 960px
================================================*/
/* ================================================================================
	Tablet  CSS 960px-
================================================================================ */
@media print, screen and (min-width: 960px) {
  .news {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news__side {
    width: 20%;
  }
  .news__main {
    width: 78%;
  }
  .side-box:not(:first-child) {
    margin-top: 20px;
  }
  .side-box__ttl {
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #00a0e9;
  }
  .side-box__bnr {
    display: block;
  }
  .side-box__bnr img {
    width: 100%;
  }
  .side-box h4 {
    position: relative;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px #bbb solid;
  }
  .side-box h4:before, .side-box h4:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .side-box h4:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .side-box h4:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .side-box h4.is-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .side-list li:not(:last-child), .side-list__item:not(:last-child) {
    border-bottom: dotted 1px #bbbbbb;
  }
  .side-list a, .side-list__inner {
    display: block;
    padding: 10px;
    color: #444;
    text-decoration: none;
  }
  .side-list a:hover .side-list__date, .side-list a:active .side-list__date, .side-list__inner:hover .side-list__date, .side-list__inner:active .side-list__date {
    color: #444;
  }
  .side-list a:hover .side-list__ttl, .side-list a:active .side-list__ttl, .side-list__inner:hover .side-list__ttl, .side-list__inner:active .side-list__ttl {
    color: #c93643;
  }
  .side-list__date {
    font-size: 0.8125rem;
  }
  .side-list.is-archive a:hover, .side-list.is-archive a:active {
    color: #c93643;
  }
  .news-list__item {
    border-top: solid 1px #bbbbbb;
  }
  .news-list__item:last-child {
    border-bottom: solid 1px #bbbbbb;
  }
  .news-list__inner {
    display: block;
    padding: 15px 10px;
    color: #444;
    text-decoration: none;
  }
  .news-list__inner:hover, .news-list__inner:active {
    color: #444;
    background-color: #fff000;
  }
  .news-list__date {
    font-size: 0.875rem;
  }
  .news-list__ttl {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 5px;
    text-decoration: none;
  }
  .pagination .page-numbers.current, .pagination .page-numbers.dots {
    color: #444;
    background-color: transparent;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 50px;
    color: #c93643;
    background-color: transparent;
    text-decoration: underline;
  }
  .pagination .page-numbers:hover, .pagination .page-numbers:active {
    opacity: 0.8;
    text-decoration: none;
  }
  .article__head {
    padding-top: 13px;
    border-top: solid 1px #bbbbbb;
  }
  .article__ttl {
    padding-bottom: 10px;
    border-bottom: solid 1px #bbbbbb;
  }
  .article__date {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 10px;
  }
  .article__main {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 1.125rem;
  }
  .article__main p:not(:first-child) {
    margin-top: 20px;
  }
  .article__main ul {
    padding-left: 1.5rem;
  }
  .article__main ul li {
    list-style-type: disc;
  }
  .article__main ol {
    padding-left: 1.5rem;
  }
  .article__main ol li {
    list-style-type: decimal;
  }
  .article__main img {
    max-width: 100%;
    height: auto;
  }
  .article__main a {
    text-decoration: underline;
  }
  .article__main a:hover {
    text-decoration: none;
  }
  .article__main strong {
    font-weight: bold;
  }
  .article__main em {
    font-style: italic;
  }
  .article__main p.wp-caption-text {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
  .article__main h1 {
    font-size: 2.25rem;
  }
  .article__main h2 {
    font-size: 1.6875rem;
  }
  .article__main h3 {
    font-size: 1.3125rem;
  }
  .article__main h4 {
    font-size: 1.125rem;
  }
  .article__main h5 {
    font-size: 0.9375rem;
  }
  .article__main h6 {
    font-size: 0.75rem;
  }
  .article__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .article__sns {
    width: 70.667px;
  }
  .article__sns:not(:last-child) {
    margin-right: 10px;
  }
  .post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 80px;
    padding: 15px 0;
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
  }
  .post-link__prev {
    position: relative;
    width: 50%;
    padding-right: 7%;
    text-align: right;
  }
  .post-link__prev a {
    padding-left: 25px;
  }
  .post-link__prev:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    left: 5px;
    border-left: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .post-link__next {
    position: relative;
    width: 50%;
    padding-left: 7%;
    border-left: dotted 1px #bbbbbb;
  }
  .post-link__next a {
    padding-right: 25px;
  }
  .post-link__next:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    border-bottom: solid 2px #bbbbbb;
    right: 5px;
    border-right: solid 2px #bbbbbb;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .post-link__date {
    font-size: 0.875rem;
    display: block;
    font-weight: normal;
  }
  .post-link a {
    font-size: 1.125rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    color: #444;
    font-weight: bold;
    text-decoration: none;
  }
  .post-link a:hover, .post-link a:active {
    color: #c93643;
  }
  .post-link a:hover .post-link__date, .post-link a:active .post-link__date {
    color: #444;
  }
  .column-type {
    font-size: 0.875rem;
  }
  .column-category {
    font-size: 0.875rem;
    display: inline-block;
    padding: 4px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-ttl {
    padding-bottom: 12px;
    font-weight: normal;
    text-align: center;
    background: url(../../images/bg_column_heading_img01.png) calc(100% - 30px) bottom no-repeat;
    border-bottom: solid 1px #bbbbbb;
  }
  .column-ttl__sub {
    font-size: 1rem;
    display: block;
  }
  .column-ttl img {
    display: block;
    max-width: 310px;
    margin: 0 auto;
  }
  .column-ttl__note {
    font-size: 0.9375rem;
    display: block;
    margin-top: 8px;
  }
  .column-list-ttl {
    position: relative;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px #bbb solid;
  }
  .column-list-ttl:before, .column-list-ttl:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .column-list-ttl:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column-list-ttl:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .column-list-ttl.is-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .column-list-ttl.no-mark:before, .column-list-ttl.no-mark:after {
    display: none;
  }
  .column-list-ttl__cat {
    font-size: 0.9375rem;
    margin-left: 20px;
    font-weight: normal;
    color: #ccc;
  }
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .column-list__item {
    width: calc((99.9% - 20px) / 3);
    border: solid 4px #00a0e9;
    border-radius: 8px;
  }
  .column-list__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .column-list__item:nth-child(n+4) {
    margin-top: 15px;
  }
  .column-list__inner {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #444;
  }
  .column-list__inner:hover, .column-list__inner:active {
    color: #444;
    text-decoration: none;
  }
  .column-list__date {
    font-size: 0.8125rem;
  }
  .column-list__ttl {
    font-size: 1.125rem;
    margin-top: 3px;
    font-weight: bold;
  }
  .column-list__cat {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px 2px;
    color: #fff;
    background-color: #3683c0;
    border-radius: 20px;
  }
  .column-block:not(:first-child) {
    margin-top: 40px;
    padding-top: 30px;
    border-top: dotted 1px #bbbbbb;
  }
}
/* @SMALLPC BreakPoint Min 960px */
h3.article_beer_ttl {
  margin: 0 0 20px 0;
}

section .article__main .article_beer_shop {
  background: #eee;
  border-radius: 6px;
  padding: 15px;
  margin: 0 0 15px 0;
}
section .article__main .article_beer_shop.support_class {
  background: #e7f2f9;
}
section .article__main .article_beer_shop h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .article__main .article_beer_shop h4 a {
  padding: 1px 0 0 0px;
  text-decoration: underline;
}
section .article__main .article_beer_shop h4 span.special {
  border-radius: 5px;
  background: #e78727;
  margin: 0 8px 0 0;
  padding: 5px 8px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 8px 0 0;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop h4 span.special {
    min-width: 56px;
    padding: 5px;
    text-align: center;
  }
}
section .article__main .article_beer_shop p.more_text {
  margin: 0;
  font-size: 0.8rem;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop p.more_text {
    margin: 5px 0 0 0;
  }
}
section .article__main .article_beer_shop .about_text {
  margin: 0;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop .about_text {
    margin: 5px 0 0 0;
  }
}
section .article__main .article_beer_shop .about_text span {
  display: inline;
  font-size: 0.8rem;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop .about_text span {
    display: block;
    margin: 5px 0 0 0;
  }
}
section .article__main .article_beer_shop .about_text span:nth-last-of-type(n+2):after {
  content: "｜";
  margin: 0 8px;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop .about_text span:nth-last-of-type(n+2):after {
    content: "";
  }
}
section .article__main .article_beer_shop .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  background: #f9f9f9;
  border-radius: 6px;
}
section .article__main .article_beer_shop .text span.label {
  margin: 0 8px 0 0;
  padding: 2px 6px;
  border-radius: 4px;
  background: #e78727;
  color: #fff;
  font-size: 0.8rem;
  /* ================================================================================
  	SP Default CSS 320px-639px
  ================================================================================ */
}
@media screen and (max-width: 639px) {
  section .article__main .article_beer_shop .text span.label {
    min-width: 36px;
    padding: 5px;
    text-align: center;
  }
}
section .article__main .article_beer_shop .note {
  margin: 0;
  font-size: 0.8rem;
}