@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

a {
  color: #333;
  text-decoration: none;
}

:-webkit-any-link {
  color: #333;
  text-decoration: none;
}

:-moz-any-link {
  color: #333;
  text-decoration: none;
}

:any-link {
  color: #333;
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.media-query {
  display: none;
  font-family: 'pc';
}

@media all and (max-width: 767px) {
  .media-query {
    font-family: 'sp';
  }
}

:root {
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 767px) {
  :root {
    line-height: 1.8;
  }
}

html {
  overflow: auto;
}

body {
  min-width: 1000px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

ul, ol {
  list-style: none;
}

[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
  outline: none;
}

.wrapper {
  position: relative;
}

/* .l-breadcrumb
================================================ */
.breadcrumb {
  background-color: #000080;
}

.breadcrumb-list {
  line-height: 1.7;
}

.breadcrumb-list__item {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-list__item + .breadcrumb-list__item {
  padding-left: 6px;
}

.breadcrumb-list__item + .breadcrumb-list__item:before {
  content: "＞";
  margin-right: 6px;
}

.breadcrumb-list--link {
  color: #fff;
}

.inner {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

.inner_large {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .inner_large {
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

.h1 {
  font-size: 40px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h1 {
    font-size: 34px;
  }
}

.h2 {
  font-size: 34px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h2 {
    font-size: 28px;
  }
}

.h3 {
  font-size: 28px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h4 {
    font-size: 18px;
  }
}

.h5 {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .h5 {
    font-size: 16px;
  }
}

.m_title01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  line-height: 1.35;
  margin-bottom: 5px;
}

.m_title01.is-red {
  background-color: #C8161E;
}

.m_title01.is-green {
  background-color: #04870D;
}

.m_title01.is-blue {
  background-color: #2265A8;
}

.m_title02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}

.m_title02:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 1px 0;
}

.m_title02.is-red:before {
  background-color: #C8161E;
}

.m_title02.is-green:before {
  background-color: #04870D;
}

.m_title02.is-blue:before {
  background-color: #2265A8;
}

.m_title02.is-blue02:before {
  background-color: #1E87F0;
}

@media all and (max-width: 767px) {
  .m_title02 {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.m_title03 {
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0;
  border-top: 1px solid;
  border-bottom: 1px solid #000;
}

.m_title03.is-red {
  color: #C8161E;
  border-color: #C8161E;
}

.m_title03.is-green {
  color: #04870D;
  border-color: #04870D;
}

.m_title03.is-blue {
  color: #2265A8;
  border-color: #2265A8;
}

@media all and (max-width: 767px) {
  .m_title03 {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
}

.m_title04 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 4px 20px;
  background-color: #1E87F0;
}

@media all and (max-width: 767px) {
  .m_title04 {
    padding: 4px 14px;
  }
}

/* .footer-banner
================================================ */
.footer-banner {
  background-color: #F2F2F2;
  padding: 60px 0 36px;
  border-top: 1px solid #ccc;
}

@media all and (min-width: 768px) {
  .footer-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
  }
  .footer-banner__item {
    width: 304px;
    margin: 0 12px 24px;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  .footer-banner__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-banner__item a:hover {
    opacity: .7;
  }
}

@media all and (max-width: 767px) {
  .footer-banner {
    padding: 40px 0 30px;
  }
  .footer-banner .slick-slide {
    margin: 0 20px 0 0;
  }
  .footer-banner .slick-list {
    margin-right: -40px;
    padding-right: 60px;
  }
  .footer-banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 8px;
    margin: auto;
    background-color: #fff;
    border-radius: 60px;
  }
  .footer-banner .slick-dots li {
    width: 100%;
    height: 8px;
    margin: 0;
  }
  .footer-banner .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .footer-banner .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    border-radius: 60px;
    top: 0;
    opacity: 1;
  }
  .footer-banner .slick-dots li.slick-active button:before {
    background-color: #1E87F0;
    opacity: 1;
  }
}

.m-btn01 {
  max-width: 294px;
  margin: auto;
}

.m-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#74c7fd), color-stop(52.71%, #2188f1), to(#0058b1));
  background: linear-gradient(#74c7fd 0%, #2188f1 52.71%, #0058b1 100%);
}

@media all and (min-width: 768px) {
  .m-btn01 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn01 a:hover {
    opacity: .7;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-btn01 a {
    height: 60px;
  }
}

@media all and (max-width: 767px) {
  .m-btn01 {
    max-width: 100%;
  }
}

.m-btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

@media all and (min-width: 768px) {
  .m-btn02 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn02 a:hover {
    opacity: .7;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-btn02 a {
    height: 60px;
  }
}

.m-btn02 a:after {
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.m-btn02.is-arrow-green a:after {
  background: url(/7cn/culture/cc/img/common/ico_arrow_green.svg) 0 0 no-repeat;
  background-size: cover;
}

.m-btn02.is-arrow-blue a:after {
  background: url(/7cn/culture/cc/img/common/ico_arrow_blue.svg) 0 0 no-repeat;
  background-size: cover;
  right: 15px;
}

@media all and (max-width: 767px) {
  .m-btn02 a {
    padding: 5px 15px;
  }
  .m-btn02 a:after {
    right: 7px;
  }
  .m-btn02.is-arrow-blue a:after {
    right: 7px;
  }
}

.m-mail-btn01 {
  max-width: 294px;
  margin: auto;
}

.m-mail-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9aa00), to(#c67200));
  background: linear-gradient(#d9aa00 0%, #c67200 100%);
}

@media all and (min-width: 768px) {
  .m-mail-btn01 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-mail-btn01 a:hover {
    opacity: .7;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-mail-btn01 a {
    height: 60px;
  }
}

.m-mail-btn01 a:before {
  content: '';
  background: url(/7cn/culture/cc/img/common/ico_mail.svg) 0 0 no-repeat;
  background-size: cover;
  width: 36px;
  height: 27px;
  display: inline-block;
  margin: 0 9px 0 0;
}

@media all and (max-width: 767px) {
  .m-mail-btn01 {
    max-width: 100%;
  }
  .m-mail-btn01 a:before {
    margin: 0 9px 0 0;
  }
}

.m-mail-btn02 {
  max-width: 315px;
}

.m-mail-btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9aa00), to(#c67200));
  background: linear-gradient(#d9aa00 0%, #c67200 100%);
}

@media all and (min-width: 768px) {
  .m-mail-btn02 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-mail-btn02 a:hover {
    opacity: .7;
  }
}

@media all and (max-width: 767px) {
  .m-mail-btn02 {
    max-width: 100%;
  }
  .m-mail-btn02 a {
    height: 60px;
  }
}

.pager {
  margin-top: 20px;
}

.pager ul li {
  display: inline-block;
  margin: 0 5px;
}

.pager ul li span, .pager ul li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #1E87F0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.pager ul li span {
  background-color: #1E87F0;
  color: #fff;
}

.pager ul li a {
  color: #1E87F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager ul li a:hover {
  background-color: #1E87F0;
  color: #fff;
}

.pager ul li a.link_before,
.pager ul li a.link_next {
  text-indent: -9999px;
  position: relative;
}

.pager ul li a.link_before:before,
.pager ul li a.link_next:before {
  content: '';
  background-image: url(/7cn/culture/cc/img/common/ico_arrow_blue.svg);
  background-size: 14px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.pager ul li a.link_before:hover:before,
.pager ul li a.link_next:hover:before {
  background-image: url(/7cn/culture/cc/img/common/ico_arrow_white.svg);
}

.pager ul li a.link_before:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pager ul li a.link_next:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media all and (max-width: 767px) {
  .pager ul {
    text-align: center;
  }
  .pager ul li {
    margin: 0 3px;
  }
}

.m-table table {
  width: 100%;
}

.m-table table th, .m-table table td {
  text-align: center;
  vertical-align: middle;
  height: 60px;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 1.2;
}

.m-table table th {
  font-weight: bold;
}

.m-table table td {
  background-color: #fff;
}

.m-table .s-txt {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
}

.m-table.is-red table th, .m-table.is-red table td {
  border-top: 1px solid #C8161E;
}

.m-table.is-red table tr:last-child th, .m-table.is-red table tr:last-child td {
  border-bottom: 1px solid #C8161E;
}

.m-table.is-red table th {
  background-color: #F7C6C7;
}

.m-table.is-green table th, .m-table.is-green table td {
  border-top: 1px solid #04870D;
}

.m-table.is-green table tr:last-child th, .m-table.is-green table tr:last-child td {
  border-bottom: 1px solid #04870D;
}

.m-table.is-green table th {
  background-color: #D3EBD5;
}

.m-table.is-blue table th, .m-table.is-blue table td {
  border-top: 1px solid #2265A8;
}

.m-table.is-blue table tr:last-child th, .m-table.is-blue table tr:last-child td {
  border-bottom: 1px solid #2265A8;
}

.m-table.is-blue table th {
  background-color: #C7D5EF;
}

@media all and (max-width: 767px) {
  .m-table table th, .m-table table td {
    height: 40px;
    padding: 10px 0;
  }
}

.m-table-col2 table th {
  width: 28.5%;
}

@media all and (max-width: 767px) {
  .m-table-col2 table th {
    width: 29.5%;
  }
}

.m-table-col2-head table tr:first-child th:first-child {
  width: 21%;
}

.m-table-col2-head.col-3 table tr:first-child th:first-child {
  width: 34.5%;
}

.m-table-col2-head.is-green table td {
  border-left: 1px solid #04870D;
}

.m-table-col2-head.is-green table th + th {
  border-left: 1px solid #04870D;
}

.m-table-col2-head.is-blue table td {
  border-left: 1px solid #2265A8;
}

.m-table-col2-head.is-blue table th + th {
  border-left: 1px solid #2265A8;
}

@media all and (max-width: 767px) {
  .m-table-col2-head table tr:first-child th:first-child {
    width: 40%;
  }
  .m-table-col2-head.col-3 table tr:first-child th:first-child {
    width: 30%;
  }
}

.m-table-col3 table tr:first-child th:first-child {
  width: 17%;
}

.m-table-col3 table tr:first-child th:not(:first-child) {
  width: 41.5%;
}

.m-table-col3.is-red table td {
  border-left: 1px solid #C8161E;
}

.m-table-col3.is-red table th + th {
  border-left: 1px solid #C8161E;
}

.m-table-col3.is-green table td {
  border-left: 1px solid #04870D;
}

.m-table-col3.is-green table th + th {
  border-left: 1px solid #04870D;
}

.m-table-col3.is-blue table td {
  border-left: 1px solid #2265A8;
}

.m-table-col3.is-blue table th + th {
  border-left: 1px solid #2265A8;
}

@media all and (max-width: 767px) {
  .m-table-col3 table tr:first-child th:first-child {
    width: 23%;
  }
  .m-table-col3 table tr:first-child th:not(:first-child) {
    width: 38.5%;
  }
}

.m-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}

.m-box01__left {
  width: 364px;
}

.m-box01__left--txt {
  font-size: 16px;
  margin-top: 14px;
}

.m-box01__left--stxt {
  font-size: 12px;
}

.m-box01__left--link {
  margin-top: 5px;
}

.m-box01__left--link a {
  font-size: 16px;
  font-weight: 900;
}

.m-box01__left--link.is-blue a {
  color: #2265a8;
}

.m-box01__left--link.is-blue a:after {
  content: '';
  width: 15px;
  height: 16px;
  background: url(/7cn/culture/cc/img/common/ico_arrow_blue2.svg) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0px 0 -3px 7px;
}

.m-box01__right {
  width: 572px;
}

@media all and (max-width: 767px) {
  .m-box01 {
    display: block;
  }
  .m-box01__left {
    width: 100%;
  }
  .m-box01__left--txt {
    font-size: 16px;
    margin-top: 14px;
  }
  .m-box01__left--stxt {
    line-height: 1.1;
  }
  .m-box01__left--link {
    margin-top: 12px;
  }
  .m-box01__right {
    width: 100%;
    margin-top: 18px;
  }
  .m-box01__right--img img {
    width: 100%;
  }
}

/* トピックスタイトル用(20220704追記) */
.tpc_tit {
    font-size: 40px;
    font-weight: bold;
}

@media all and (max-width: 767px){
.tpc_tit {
    font-size: 34px;
}
}