@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
.program_list_date dt:before,
.program_list_place dt:before, .page_category_list .inner_medium:before, .category_button span:before, .category_button span:after, .about_category a:before {
  display: block;
  content: "";
  position: absolute;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.0;
  }
}

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

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

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* @media screen and (min-device-width:992px){
    a{
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
    a:hover{

    }
} */
::selection {
  color: #d9272b;
  background: #ddd;
}

::-moz-selection {
  color: #d9272b;
  background: #ddd;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_yinkms.eot");
  src: url("../fonts/icomoon_yinkms.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon_yinkms.ttf") format("truetype"), url("../fonts/icomoon_yinkms.woff") format("woff"), url("../fonts/icomoon_yinkms.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail_magazine:before {
  content: "\e909";
}

.icon-blank:before {
  content: "\e90c";
}

.icon-arrow_l:before {
  content: "\e90a";
}

.icon-arrow_r:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e908";
}

.icon-program-date:before {
  content: "\e904";
}

.icon-program-place:before {
  content: "\e907";
}

.icon-line:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook2:before,
.icon-facebook-square:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.minimam {
  display: inherit;
}

.minimam_sp {
  display: none;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.tab_sp {
  display: block !important;
}

.tab_sp_inline {
  display: inline-block !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline-block !important;
}

@media (min-width: 541px) {
  .minimam {
    display: none;
  }
  .minimam_sp {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .minimam_sp {
    display: none;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline-block !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline-block !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab_sp,
  .tab_sp_inline {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: 0px none black;
}

input[type=text],
textarea {
  font-size: 16px;
  border: 1px solid #888;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

select:-ms-expand {
  display: none;
}

label {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

#wrap {
  width: 100%;
  padding-top: 64px;
  position: relative;
}

.main_contents {
  padding: 30px 0 50px;
}

@media (min-width: 768px) {
  .main_contents {
    padding: 70px 0 70px;
  }
}

@media (min-width: 992px) {
  #wrap {
    padding-top: 90px;
  }
  .main_contents {
    padding: 100px 0 100px;
  }
}

.page_section {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .page_section {
    padding: 0 50px;
  }
}

.inner_large {
  max-width: 1400px;
  margin: 0 auto;
}

.inner_medium {
  max-width: 1160px;
  margin: 0 auto;
}

.page_decoy_wrap {
  margin-top: -65px;
  padding-top: 65px;
}

@media (min-width: 768px) {
  .page_decoy_wrap {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .page_decoy_wrap {
    margin-top: -94px;
    padding-top: 94px;
  }
}

.page_primary_title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #d9272b;
  line-height: 1.3;
}

.page_contents_sub_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page_contents_sub_wrap .page_primary_title {
  padding: 3px 0;
  margin-right: 12px;
}

.page_primary_subtitle {
  display: inline-block;
  font-size: 1.6rem;
  color: #d9272b;
  line-height: 1.3;
  padding: 3px 0;
  padding-left: 12px;
  border-left: 1px solid #d9272b;
}

@media (min-width: 768px) {
  .page_contents_title_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .align-center.page_contents_title_wrap {
    align-items: center;
  }
  .page_primary_title {
    font-size: 3.0rem;
  }
  .page_primary_subtitle {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
}

.page_link_button {
  text-align: center;
}

.page_link_button a {
  display: inline-block;
  min-width: 232px;
  padding: 18px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 26px;
}

@media (min-width: 768px) {
  .page_link_button a {
    transition: background-color 0.3s ease;
  }
  .page_link_button a:hover {
    background-color: #d9272b;
  }
}

.thumb-wrap,
.page_program_item .i-amphtml-element,
.page_topics_item .i-amphtml-element {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 52.63158%;
}

.thumb-wrap img,
.thumb-wrap .i-amphtml-fill-content,
.page_program_item .i-amphtml-element img,
.page_program_item .i-amphtml-element .i-amphtml-fill-content,
.page_topics_item .i-amphtml-element img,
.page_topics_item .i-amphtml-element .i-amphtml-fill-content {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: inherit !important;
  right: inherit !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: top;
  z-index: 1;
  transition: opacity 0.3s ease;
  display: block;
  height: auto;
  max-height: inherit;
  min-height: inherit;
  min-width: inherit;
  width: auto;
  margin: auto;
}

.thumb-wrap .thumb-width,
.page_program_item .i-amphtml-element .thumb-width,
.page_topics_item .i-amphtml-element .thumb-width {
  opacity: 1;
}

.thumb-wrap .thumb-height,
.page_program_item .i-amphtml-element .thumb-height,
.page_topics_item .i-amphtml-element .thumb-height {
  max-width: inherit !important;
  height: 100% !important;
  opacity: 1;
}

.page_program_item i-amphtml-sizer,
.page_topics_item i-amphtml-sizer {
  display: none !important;
  padding: 0 !important;
}

.page_program_item .i-amphtml-element,
.page_topics_item .i-amphtml-element {
  width: auto !important;
  height: auto !important;
}

.program_end .thumb-wrap:after,
.program_end .i-amphtml-element:after {
  z-index: 2;
  content: "";
  background: url(../img/common/event_list_end.png) center center no-repeat rgba(77, 77, 77, 0.85);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tag_category {
  line-height: 1;
}

.tag_category a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.page_article_taglist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page_article_taglist .tag_purpose a,
.page_article_taglist .tag_field a {
  display: inline-block;
  margin: 7px 5px 0 0;
  padding: 5px 9px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 10px;
}

.page_article_taglist .tag_purpose a {
  background-color: #fbe6bf;
}

.page_article_taglist .tag_field a {
  background-color: #eceaed;
}

@media (min-width: 768px) {
  .tag_category a {
    transition: background-color 0.2s ease;
  }
  .tag_category a:hover {
    background-color: #d9272b;
  }
  .page_article_taglist .tag_purpose a,
  .page_article_taglist .tag_field a {
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .page_article_taglist .tag_purpose a:hover,
  .page_article_taglist .tag_field a:hover {
    color: #fff;
    background-color: #d9272b;
  }
}

.news_list li {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}

.news_list a {
  display: block;
  padding: 5px;
}

.news_list dl {
  line-height: 1.5;
}

.news_list dt {
  margin-bottom: 5px;
}

@media (min-width: 541px) {
  .news_list dl {
    display: flex;
    width: 100%;
  }
  .news_list dt {
    width: 120px;
    margin-bottom: 0;
  }
  .news_list dd {
    width: calc(100% - 120px);
  }
}

@media (min-width: 768px) {
  .news_list li {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news_list a {
    position: relative;
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    z-index: 1;
  }
  .news_list a:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 6px rgba(35, 33, 33, 0.25);
    z-index: 2;
  }
  .news_list dt {
    width: 150px;
  }
  .news_list dd {
    width: calc(100% - 150px);
  }
}

.page_program_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.page_program_item {
  width: 100%;
  margin-top: 25px;
  padding: 0 10px;
  list-style: none;
}

.page_program_item article {
  box-shadow: 3px 3px 6px rgba(35, 33, 33, 0.25);
}

.page_program_item .program_list_text {
  padding: 12px;
}

@media (min-width: 541px) {
  .page_program_item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .page_program_item {
    width: 33.333%;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .page_program_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .page_program_item {
    padding: 0 20px;
  }
  .page_program_item .program_list_text {
    padding: 20px 15px 30px;
  }
}

.program_list_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #d3d3d3;
}

.program_list_detail .detail_date {
  padding: 4px 0;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0 auto;
  color: #808080;
}

.program_list_detail .program_list_title {
  width: 100%;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.program_list_date,
.program_list_place {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.5;
}

.program_list_date dt,
.program_list_place dt {
  position: relative;
  width: 70px;
  padding-left: 25px;
}

.program_list_date dt:before,
.program_list_place dt:before {
  left: 3px;
  top: -3px;
  font-size: 1.6rem;
  font-family: 'icomoon';
}

.program_list_date dd,
.program_list_place dd {
  width: calc(100% - 70px);
}

.program_list_date dd span,
.program_list_place dd span {
  display: block;
}

.program_list_date {
  padding: 5px 0;
  border-bottom: 1px solid #d3d3d3;
}

.program_list_date dt:before {
  content: "\e904";
}

.program_list_place {
  padding: 5px 0 0;
}

.program_list_place dt:before {
  content: "\e907";
}

@media (min-width: 768px) {
  .page_program_item article {
    background-color: #fff;
    box-shadow: none;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .page_program_item article:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 6px rgba(35, 33, 33, 0.25);
  }
  .program_list_detail .program_list_title a {
    transition: color 0.2s ease;
  }
  .program_list_detail .program_list_title a:hover {
    color: #d9272b;
  }
  .program_list_date,
  .program_list_place {
    font-size: 1.3rem;
    padding: 12px 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .program_list_date dt,
  .program_list_place dt {
    width: 80px;
    padding-left: 25px;
  }
  .program_list_date dt:before,
  .program_list_place dt:before {
    left: 3px;
    top: -3px;
    font-size: 1.8rem;
  }
  .program_list_date dd,
  .program_list_place dd {
    width: calc(100% - 80px);
  }
}

@media (min-width: 992px) {
  .program_list_detail {
    padding-bottom: 15px;
  }
  .program_list_detail .detail_date {
    padding: 4px 0;
    font-size: 1.3rem;
  }
  .program_list_detail .program_list_title {
    margin: 10px 0 8px;
    font-size: 1.8rem;
  }
}

.page_topics_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.page_topics_list .page_topics_item {
  width: 100%;
  margin-top: 25px;
  padding: 0 10px 22px;
  border-bottom: 1px solid #d3d3d3;
}

.page_topics_list .page_topics_item article {
  display: flex;
}

.page_topics_list .page_topics_item .topics_list_img {
  width: 38%;
}

.page_topics_list .page_topics_item .topics_list_detail {
  width: 62%;
  padding-left: 15px;
}

.topics_list_detail .topics_list_date {
  font-size: 1.2rem;
  line-height: 1.5;
}

.topics_list_detail .topics_list_title {
  margin: 5px 0 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page_topics_list {
    width: calc(100% + 30px);
    margin: 0 -15px 0;
  }
  .page_topics_list .page_topics_item {
    width: 50%;
    margin-top: 50px;
    padding: 0 15px;
    border-bottom: none;
  }
  .page_topics_list .page_topics_item .topics_list_img span,
  .page_topics_list .page_topics_item .topics_list_img .i-amphtml-element {
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .page_topics_list .page_topics_item article:hover .topics_list_img span,
  .page_topics_list .page_topics_item article:hover .topics_list_img .i-amphtml-element {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 6px rgba(35, 33, 33, 0.25);
  }
  .page_topics_list .page_topics_item .topics_list_detail {
    padding-left: 20px;
  }
  .topics_list_detail .topics_list_date {
    font-size: 1.3rem;
  }
  .topics_list_detail .topics_list_title a {
    transition: color 0.2s ease;
  }
  .topics_list_detail .topics_list_title a:hover {
    color: #d9272b;
  }
}

@media (min-width: 992px) {
  .topics_list_detail .topics_list_title {
    margin: 10px 0 8px;
    font-size: 1.8rem;
  }
}

.page_category_list {
  display: none;
}

.page_category_list .page_section {
  margin-top: 25px;
  background-color: #edeeee;
}

@media (min-width: 768px) {
  .page_category_list .page_section {
    margin-top: 20px;
  }
}

.page_category_list .inner_medium {
  position: relative;
  padding: 10px 0;
}

.page_category_list .inner_medium:before {
  top: -22px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 24px 10.5px;
  border-color: transparent transparent #edeeee transparent;
}

.page_category_list.opened {
  display: block;
}

.category_button {
  margin-top: 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .category_button {
    width: 180px;
    margin-top: 0;
  }
}

.category_button a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #4c4c4c;
  padding-right: 30px;
}

.category_button span {
  position: absolute;
  border: 1px solid #4c4c4c;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  right: 0;
  border-radius: 50%;
}

.category_button span:before, .category_button span:after {
  width: 11px;
  height: 1px;
  top: 10px;
  left: 5px;
  background-color: #4c4c4c;
}

.category_button span:after {
  transform: rotate(90deg);
}

.category_button.opened span:after {
  display: none;
}

.category_list_row {
  padding: 20px 0 10px;
  line-height: 1.3;
  border-bottom: 1px solid #d3d3d3;
}

.category_list_row dt {
  margin-bottom: 10px;
}

.category_list_row:last-of-type {
  border: none;
}

@media (min-width: 768px) {
  .category_list_row {
    display: flex;
    width: 100%;
    min-height: 70px;
    padding: 0;
  }
  .category_list_row dt {
    width: 200px;
    font-weight: bold;
    padding: 20px 0 12px;
  }
  .category_list_row dd {
    width: calc(100% - 200px);
  }
}

@media (min-width: 992px) {
  .category_list_row dt {
    padding: 25px 0 0;
  }
  .category_list_row .category_area {
    width: calc(100% - 360px);
  }
}

.category_link_list {
  display: flex;
  flex-wrap: wrap;
}

.category_link_list li {
  font-weight: bold;
}

.category_link_list a {
  display: block;
  letter-spacing: 0.03em;
}

.category_link_list a .num {
  display: inline-block;
  margin-left: 3px;
  font-weight: normal;
  font-size: 1.1rem;
}

.list_category li {
  font-size: 2.0rem;
  margin: 0 10px 6px 0;
}

.list_category a span {
  display: inline-block;
  padding: 5px;
}

.list_purpose li {
  font-size: 1.5rem;
  margin: 0 6px 6px 0;
}

.list_purpose a {
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #d3d3d3;
}

.list_field li {
  font-size: 1.3rem;
  margin: 0 6px 6px 0;
}

.list_field a {
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid #d3d3d3;
}

.list_field a .num {
  font-size: 0.9rem;
}

.about_category a {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px 5px 27px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #808080;
  border-radius: 6px;
}

.about_category a:before {
  content: '?';
  width: 16px;
  height: 16px;
  top: 4px;
  left: 6px;
  padding-top: 1px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #808080;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .list_category {
    align-items: flex-end;
    /*         .current{
    span{
        &:before{
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 4px;
            left: 0;
            bottom: 0;
            background-color: $red;
        }
    }
} */
  }
  .list_category dt {
    margin-bottom: 0;
  }
  .list_category li {
    font-size: 1.9rem;
    margin: 0 15px 0 0;
  }
  .list_category li:last-child {
    margin-right: 0;
  }
  .list_category a {
    letter-spacing: 0.05em;
  }
  .list_category a span {
    position: relative;
    display: inline-block;
    padding: 22px 5px;
  }
  .list_category a span:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    background-color: #d9272b;
    transition: transform 0.3s ease;
  }
  .list_category a:hover span:before {
    transform: scaleY(1);
  }
  .list_category .about_category a {
    cursor: pointer;
    margin: 5px 0 0;
    transition: background-color 0.2s ease;
  }
  .list_category .about_category a:before {
    transition: color 0.2s ease;
  }
  .list_category .about_category a:hover {
    color: #fff;
    background-color: #d9272b;
  }
  .list_category .about_category a:hover:before {
    color: #d9272b;
  }
  .list_purpose dt {
    padding-top: 26px;
  }
  .list_purpose dd {
    padding: 15px 0;
  }
  .list_purpose li {
    font-size: 1.5rem;
    margin: 3px 6px 3px 0;
  }
  .list_purpose a {
    transition-property: color, background-color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .list_purpose a:hover {
    color: #fff;
    background-color: #d9272b;
    border-color: #d9272b;
  }
  .list_field dt {
    padding-top: 23px;
  }
  .list_field dd {
    padding: 18px 0;
  }
  .list_field li {
    font-size: 1.3rem;
    margin: 3px 6px 3px 0;
  }
  .list_field a {
    transition-property: color, background-color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .list_field a:hover {
    color: #fff;
    background-color: #d9272b;
    border-color: #d9272b;
  }
}

@media (min-width: 992px) {
  .list_category {
    align-items: flex-start;
  }
  .list_category li {
    font-size: 2.0rem;
    margin-right: 25px;
  }
  .list_category .about_category {
    display: block;
    text-align: left;
    width: 160px;
    margin-top: 0;
    padding-top: 23px;
  }
}

#about_category_modal {
  position: relative;
}

#about_category_modal .inner {
  padding: 20px;
}

#about_category_modal .category_modal_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #d9272b;
}

#about_category_modal .category_modal_row {
  margin-top: -1px;
  padding: 20px 20px 20px 100px;
  border: 1px solid #d3d3d3;
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: 10px 10px;
  background-color: #fff;
}

#about_category_modal .category_modal_row dt {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}

#about_category_modal .category_modal_row dt span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.3rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

#about_category_modal .category_modal_row dd {
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #4c4c4c;
}

#about_category_modal .mfp-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 12px;
  padding: 0;
  font-size: 0;
}

#about_category_modal .mfp-close:before, #about_category_modal .mfp-close:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  background-color: #808080;
}

#about_category_modal .mfp-close:before {
  transform: translateY(-50%) rotate(45deg);
}

#about_category_modal .mfp-close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.category_modal_row.modal_row01 {
  background-image: url(../img/common/project01.png);
}

.category_modal_row.modal_row02 {
  background-image: url(../img/common/project02.png);
}

.category_modal_row.modal_row03 {
  background-image: url(../img/common/project03.png);
}

.category_modal_row.modal_row04 {
  background-image: url(../img/common/project04.png);
}

.category_modal_row.modal_row05 {
  background-image: url(../img/common/project05.png);
}

@media (min-width: 992px) {
  #about_category_modal .category_modal_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #about_category_modal .category_modal_row {
    padding: 30px 15px 30px 150px;
    background-size: 110px auto;
    background-position: 25px center;
  }
  #about_category_modal .category_modal_row dt {
    font-size: 2.0rem;
  }
  #about_category_modal .category_modal_row dt span {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.3rem;
  }
  #about_category_modal .mfp-close {
    width: 45px;
    height: 45px;
    top: 0px;
    right: -35px;
  }
  #about_category_modal .mfp-close:before, #about_category_modal .mfp-close:after {
    width: 60px;
    margin-left: -30px;
  }
}

.mfp-bg {
  background: #fff;
  opacity: 0.95;
  z-index: 10000;
}

.mfp-wrap {
  z-index: 10001;
}

.mfp-auto-cursor .mfp-content {
  max-width: 740px;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-bg.mfp-ready {
  opacity: 0.95;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 0.95;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.95);
  transition: background 0.3s ease;
  box-shadow: 0 5px 15px rgba(100, 100, 100, 0.1);
}

.header:hover {
  background: white;
}

.header .header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.header .header_inner .header_logo {
  display: flex;
  align-items: center;
}

.header .header_inner .header_logo h1 {
  width: 70px;
  padding: 0 10px 2px;
}

.header .header_inner .header_logo h1 img {
  height: 42px;
}

.header .header_inner .header_logo p {
  width: calc(100% - 95px);
  max-width: 185px;
  padding-right: 5px;
}

.header .header_inner .header_nav {
  width: 64px;
}

.header .header_inner .header_nav .header_sp {
  padding: 0;
}

.header .header_inner .header_nav .header_pc {
  display: none;
}

/*sp_btn*/
.header_toggle_btn {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  background: none;
}

.header_toggle_btn span {
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  left: 50%;
  margin-left: -10px;
  background-color: #000;
}

.header_toggle_btn span:nth-child(1) {
  top: 34%;
}

.header_toggle_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header_toggle_btn span:nth-child(3) {
  bottom: 34%;
}

.header_toggle_btn em {
  display: none;
}

.remodal {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
}

.remodal .header_sp_menu {
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
}

.remodal .header_sp_menu .sp_nav_menu_wrap {
  height: 100%;
  overflow-y: auto;
}

.remodal .sp_menu_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.remodal .sp_menu_header .sp_menu_logo {
  width: 155px;
  padding-top: 10px;
}

.remodal .sp_menu_header .sp_menu_logo img {
  width: 155px;
  height: 60px;
}

.remodal .sp_menu_header .sp_close_btn {
  position: absolute;
  top: -64px;
  right: 0;
}

.remodal .sp_menu_header .sp_close_btn .header_toggle_btn {
  background: #d3d3d3;
}

.remodal .sp_menu_header .sp_close_btn .header_toggle_btn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  left: 50%;
  margin-left: -12px;
  background-color: #000;
}

.remodal .sp_menu_header .sp_close_btn .header_toggle_btn span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.remodal .sp_menu_header .sp_close_btn .header_toggle_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

html.remodal-is-locked {
  overflow: inherit;
}

body {
  padding-right: 0 !important;
}

.remodal-overlay {
  display: none !important;
}

.remodal-wrapper {
  overflow: inherit;
  top: 64px;
  height: calc(100% - 64px);
}

.sp_nav_menu_wrap::-webkit-scrollbar {
  width: 5px;
}

.sp_nav_menu_wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.sp_nav_menu_wrap::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 3px;
  box-shadow: none;
}

.sp_nav_search {
  padding: 30px 20px;
}

.sp_nav_search .sp_nav_search_wrap {
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid #808080;
  border-radius: 6px;
  overflow: hidden;
}

.sp_nav_search .sp_nav_search_wrap form {
  margin: 0;
  padding: 0;
}

.sp_nav_search .sp_nav_search_wrap input {
  width: calc(100% - 40px);
  border: none;
  padding: 0 0 0 10px;
  height: 35px;
  vertical-align: top;
  box-sizing: border-box;
}

.sp_nav_search .sp_nav_search_wrap button {
  width: 40px;
  height: 35px;
  border: none;
  background: none;
  font-size: 1.8rem;
}

.sp_nav_program,
.sp_nav_others {
  padding: 25px 20px;
  border-top: 1px solid #d3d3d3;
}

.sp_nav_program .sp_nav_inner,
.sp_nav_others .sp_nav_inner {
  max-width: 480px;
  margin: 0 auto;
}

.sp_nav_program_title a {
  font-weight: bold;
  color: #d9272b;
}

.sp_category_list .category_list_row {
  margin-top: 15px;
  padding: 0;
  border: none;
}

.sp_category_list .category_link_list li a {
  background-color: #d3d3d3;
  border: none;
}

.sp_category_list .list_category li {
  font-size: 1.5rem;
  margin: 0 5px 6px 0;
}

.sp_category_list .list_category li a {
  border-radius: 16px;
}

.sp_category_list .list_category li a span {
  padding: 7px 12px;
}

.sp_category_list .list_purpose li {
  font-size: 1.2rem;
}

.sp_category_list .list_purpose li a {
  padding: 7px 15px;
}

.sp_nav_others {
  padding-bottom: 50px;
}

.sp_nav_others .sp_nav_inner {
  display: flex;
  flex-wrap: wrap;
}

.sp_nav_others .sp_nav_others_item {
  width: 50%;
  min-width: 145px;
  padding-right: 10px;
}

.sp_nav_others .sp_nav_menu li {
  margin-top: 15px;
}

.sp_nav_others .sp_nav_menu li a {
  font-weight: bold;
  color: #d9272b;
}

.sp_nav_others .sp_nav_menu li:first-child {
  margin-top: 0;
}

.sp_nav_others .sp_nav_archive {
  display: flex;
  margin-top: 57px;
}

.sp_nav_others .sp_nav_archive li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d9272b;
  line-height: 1.1;
}

.sp_nav_others .sp_nav_archive li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.sp_nav_others .sp_nav_archive a {
  font-weight: bold;
  color: #d9272b;
}

@media (min-width: 768px) {
  .sp_nav_search {
    padding: 30px 20px;
  }
  .sp_nav_search .sp_nav_search_wrap {
    border-radius: 6px;
  }
  .sp_nav_search .sp_nav_search_wrap input {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
    height: 42px;
  }
  .sp_nav_search .sp_nav_search_wrap button {
    width: 50px;
    height: 42px;
    font-size: 2.0rem;
  }
  .sp_nav_program_title a {
    font-size: 1.7rem;
  }
  .sp_category_list .category_list_row {
    display: block;
    margin-top: 15px;
    padding: 0;
    border: none;
  }
  .sp_category_list .category_list_row dt {
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .sp_category_list .category_list_row dd {
    width: 100%;
    padding: 0;
  }
  .sp_category_list .category_link_list li a {
    background-color: #d3d3d3;
    border: none;
  }
  .sp_category_list .list_category dt {
    padding-bottom: 10px;
  }
  .sp_category_list .list_category li {
    font-size: 2.0rem;
    margin: 0 5px 6px 0;
  }
  .sp_category_list .list_category li a {
    border-radius: 16px;
    transition: none;
  }
  .sp_category_list .list_category li a span {
    padding: 7px 12px;
  }
  .sp_category_list .list_category li a span:before {
    display: none;
  }
  .sp_category_list .list_purpose li {
    font-size: 1.5rem;
  }
  .sp_category_list .list_purpose li a {
    padding: 7px 15px;
    transition: none;
  }
  .sp_category_list .list_purpose li a:hover {
    color: #000;
  }
  .sp_nav_others {
    padding-bottom: 50px;
  }
  .sp_nav_others .sp_nav_menu li {
    font-size: 1.7rem;
    margin-top: 15px;
  }
  .sp_nav_others .sp_nav_menu li:first-child {
    margin-top: 0;
  }
  .sp_nav_others .sp_nav_archive {
    margin-top: 75px;
  }
  .sp_nav_others .sp_nav_archive li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .sp_nav_others .sp_nav_archive li:first-child {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .header {
    height: 90px;
  }
  .header .header_inner {
    padding: 0 25px 0 20px;
  }
  .header .header_inner .header_logo {
    width: 280px;
  }
  .header .header_inner .header_logo h1 {
    width: 75px;
    padding: 0 0 3px;
  }
  .header .header_inner .header_logo h1 img {
    height: 60px;
  }
  .header .header_inner .header_logo p {
    width: calc(100% - 86px);
    max-width: 285px;
    padding: 0 0 0 10px;
  }
  .header .header_inner .header_nav {
    width: calc(100% - 300px);
    padding: 0;
  }
  .header .header_inner .header_nav .header_sp {
    display: none;
  }
  .header .header_inner .header_nav .header_pc {
    display: block;
  }
  .header_pc .pc_nav_menu {
    display: flex;
    justify-content: flex-end;
  }
  .header_pc .pc_nav_menu > li {
    position: relative;
    margin-left: 3%;
    width: auto;
    height: 90px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .header_pc .pc_nav_menu > li > a {
    position: relative;
    display: block;
    padding-top: 30px;
    text-align: center;
    color: #000;
  }
  .header_pc .pc_nav_menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background-color: #000;
    transform: scaleX(0);
  }
  .header_pc .pc_nav_menu > li .gl_id_program {
    height: 100%;
  }
  .header_pc .pc_nav_menu > li .nav_disabled {
    display: block;
    padding-top: 30px;
  }
  .header_pc .pc_nav_menu > li:first-child {
    margin-left: 0;
  }
  .header_pc .pc_nav_menu li a:hover:before,
  .header_pc .pc_nav_menu .active a:before {
    transform: scaleX(1);
  }
  .header_pc .pc_nav_menu .search_btn {
    font-size: 1.8rem;
  }
  .header_pc .pc_nav_menu .search_btn a {
    padding-top: 27px;
  }
  .loaded .header_pc .pc_nav_menu > li > a:before {
    transition: transform 0.3s ease;
  }
  .pc_drop {
    display: none;
    position: absolute;
    width: 800px;
    top: 70px;
    left: 0;
    transform: translateX(-50%);
  }
  .pc_category_list {
    position: relative;
    width: 800px;
    padding: 5px 40px 10px;
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.03em;
    background-color: #edeeee;
    border-top: 6px solid #d9272b;
    z-index: 9001;
  }
  .pc_category_list:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 53.5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 20px 7px;
    border-color: transparent transparent #d9272b transparent;
  }
  .pc_category_row {
    display: flex;
    padding: 25px 0;
  }
  .pc_category_row dt {
    width: 230px;
    padding: 0;
  }
  .pc_category_row dd {
    width: calc(100% - 230px);
    padding: 0;
  }
  .pc_category_row.list_purpose {
    border-top: 1px solid #d3d3d3;
  }
  .pc_category_link_list {
    display: flex;
  }
  .pc_category_link_list li {
    margin: 0;
    padding: 0;
  }
  .pc_category_link_list a {
    font-size: 1.6rem;
    padding: 0;
    background: none;
    border: none;
    transition: color 0.3s ease;
  }
  .pc_category_link_list a:hover {
    color: #d9272b;
    background: none;
  }
  .list_category .pc_category_link_list li:not(:first-child) {
    margin-left: 30px;
  }
  .list_category .pc_category_link_list a {
    font-size: 2.0rem;
  }
  .list_purpose .pc_category_link_list li:not(:first-child) {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .header {
    height: 90px;
  }
  .header .header_inner {
    padding: 0 25px 0 20px;
  }
  .header .header_inner .header_logo {
    width: 400px;
  }
  .header .header_inner .header_logo h1 {
    width: 75px;
    padding: 0 0 3px;
  }
  .header .header_inner .header_logo h1 img {
    height: 64px;
  }
  .header .header_inner .header_logo p {
    width: calc(100% - 106px);
    padding: 0 0 0 25px;
  }
  .header .header_inner .header_nav {
    width: calc(100% - 400px);
    padding: 0;
  }
  .header .header_inner .header_nav .header_sp {
    display: none;
  }
  .header .header_inner .header_nav .header_pc {
    display: block;
  }
  .header_pc .pc_nav_menu > li {
    margin-left: 25px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1400px) {
  .header_pc .pc_nav_menu > li {
    margin-left: 30px;
  }
}

.toppage .gl_id_top:before,
.about .gl_id_about:before,
.program .gl_id_program:before,
.topics .gl_id_topics:before,
.ticket .gl_id_ticket:before,
.access .gl_id_access:before {
  transform: scaleX(1) !important;
}

/*nav_search*/
.header_gl_search {
  margin: 30px 0 50px;
  text-align: center;
}

.header_gl_search input {
  width: 70%;
  font-size: 1.6rem;
  padding: 7px 10px !important;
  border: 1px solid #d9272b !important;
  vertical-align: top;
}

.header_gl_search button {
  width: 50px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
  background: #d9272b;
  border: none;
}

.header_gl_search button:hover {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .search_btn, .search_close {
    display: block;
  }
  .search_btn a:hover {
    cursor: pointer;
  }
  .header_gl_search {
    position: fixed;
    top: 90px;
    right: 0;
    width: 500px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(100, 100, 100, 0.1);
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .header_gl_search input {
    width: 360px;
    font-size: 1.8rem;
    padding: 7px 10px !important;
    border: none !important;
    border-bottom: 1px solid #d9272b !important;
    vertical-align: top;
  }
  .header_gl_search button {
    width: 50px;
    height: 42px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header_gl_search button:hover {
    opacity: 0.5;
  }
  .search_close {
    height: 0;
  }
  .search_open {
    height: 120px;
    border-top: 1px solid #d3d3d3;
  }
  .search_btn_cl {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 5px 5px 15px auto;
  }
  .search_btn_cl:hover {
    cursor: pointer;
  }
  .search_btn_cl span {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 3px;
    margin-left: -8px;
    background-color: #000;
  }
  .search_btn_cl span:nth-of-type(1) {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .search_btn_cl span:nth-of-type(2) {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.footer {
  padding: 30px 0 120px;
  text-align: center;
  background: #f5f5f5;
}

.footer a:hover {
  color: #d9272b;
}

.footer_logo img {
  width: 115px;
}

.footer_sns_list {
  margin-top: 20px;
}

.footer_sns_list li {
  display: inline-block;
  padding: 0 7px;
  font-size: 24px;
}

.footer_gl_nav_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 300px;
  margin: 15px auto 5px;
}

.footer_gl_nav_list .nav_disabled {
  opacity: 0.35;
}

.footer_gl_nav_list li {
  margin-bottom: 12px;
  padding: 2px 12px;
  font-size: 1.1rem;
  line-height: 1;
  border-right: 1px solid #000;
}

.footer_gl_nav_list li:nth-child(1),
.footer_gl_nav_list li:nth-child(4) {
  border-left: 1px solid #000;
}

.copy {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .footer {
    padding: 70px 30px 80px;
  }
  .footer_logo img {
    width: 150px;
  }
  .footer_sns_list {
    margin-top: 25px;
  }
  .footer_sns_list li {
    padding: 0 7px;
  }
  .footer_gl_nav_list {
    max-width: 500px;
    margin: 15px auto;
  }
  .footer_gl_nav_list li {
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 1.3rem;
  }
  .footer_gl_nav_list li:nth-child(4) {
    border-left: none;
  }
  .copy {
    font-size: 1.3rem;
  }
}

.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}

.pager span, .pager a {
  position: relative;
  display: block;
  width: 40px;
  height: 36px;
  margin: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

.pager a {
  background-color: #d3d3d3;
  transition: background-color 0.2s ease;
}

.pager .current {
  font-weight: normal;
  background-color: #d9272b;
  color: #fff;
}

.pager .prev a, .pager .next a {
  margin: 0;
}

.pager .prev a:before, .pager .next a:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.pager .prev a:before {
  transform: rotate(-45deg);
  left: calc(50% - 2px);
}

.pager .next a:before {
  transform: rotate(135deg);
  right: calc(50% - 2px);
}

@media (min-width: 541px) {
  .pager {
    margin-top: 40px;
  }
  .pager a:hover {
    color: #fff;
    background-color: #d9272b;
  }
  .prev a:hover:before, .next a:hover:before {
    border-top-color: #fff;
    border-left-color: #fff;
  }
}

.search_wrap {
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: normal !important;
}

.search_wrap h2 {
  line-height: 1;
  margin-bottom: 20px;
}

.search_wrap .gs-title {
  height: inherit !important;
}

@media (min-width: 768px) {
  .search_wrap {
    max-width: 1260px;
    padding: 0 50px;
  }
  .search_wrap h2 {
    margin-bottom: 40px;
  }
}

.gsc-wrapper {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-above-wrapper-area {
  border-bottom: none !important;
}

.gsc-webResult .gsc-result {
  margin-bottom: 40px !important;
  padding: 0 0 25px !important;
  border-bottom: 1px solid #d3d3d3 !important;
}

.gsc-table-result td {
  border: none;
}

.gs-title,
.gs-title b {
  color: #d9272b !important;
  line-height: 1.6;
  font-size: 2.0rem !important;
  text-decoration: none !important;
}

.gs-title a.gs-title {
  text-decoration: underline !important;
}

.gs-title a.gs-title:hover {
  text-decoration: none !important;
}

.gs-visibleUrl {
  margin-top: 5px;
  line-height: 1.5;
  color: #777 !important;
}

.gs-snippet {
  font-size: 1.4rem;
}

.gsc-results {
  width: 100% !important;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0 10px !important;
}

.gs-web-image-box-landscape img.gs-image {
  max-width: 250px !important;
  max-height: inherit !important;
}

.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 100% !important;
  float: none;
}

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  padding: 20px 30px 20px 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  color: #d9272b !important;
  padding: 8px 3px;
  width: 30px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  border: 1px #d9272b solid !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff !important;
  background-color: #d9272b !important;
}

.gsc-above-wrapper-area {
  padding: 0 !important;
}

.gsc-result-info-container {
  padding: 20px 5px;
}

.gsc-orderby-container {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .gsc-table-result td {
    display: block;
  }
  .gsc-above-wrapper-area td {
    padding: 7px 0 5px !important;
  }
  .gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    padding: 15px 0 0;
  }
  .gsc-table-cell-snippet-close {
    padding-top: 15px;
  }
  .gsc-result-info {
    padding: 0 !important;
  }
  .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important;
  }
  .gs-title,
  .gs-title b {
    font-size: 1.8rem !important;
  }
}

.error_wrap {
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: center;
}

.error_wrap h2 {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 6.0rem;
}

.error_wrap h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
}

.error_wrap p {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .error_wrap {
    max-width: 1240px;
    margin: 90px auto 0;
    padding: 0 50px;
  }
  .error_wrap h2 {
    margin-bottom: 40px;
    font-size: 10.0rem;
  }
  .error_wrap h2 h2 span {
    margin-top: 15px;
    font-size: 2.0rem;
  }
  .error_wrap p {
    margin-bottom: 40px;
  }
}

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

.side_button_menu {
  position: fixed;
  z-index: 70;
  right: 10px;
  bottom: 60px;
  opacity: 0;
  transform: translateY(25px);
  -webkit-transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
  -moz-transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
  -ms-transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
  transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.side_button_menu.sb_loaded {
  opacity: 1;
  transform: translateY(0px);
}

.side_button_menu .sb_item {
  display: block;
  height: 46px;
  margin: 10px 0 0 auto;
  padding: 12px 12px 0;
  text-align: center;
  background: #dcdcdc;
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}

.side_button_menu div {
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.side_button_menu div .svg_img {
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -ms-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.side_button_menu .sb_item:hover {
  color: #fff;
  background: #d9272b;
}

.side_button_menu .sb_item:hover .svg_img {
  fill: #fff;
}

.side_button_menu .pc_text {
  display: none;
}

@media print, screen and (min-width: 950px) {
  .side_button_menu {
    right: 16px;
    bottom: 86px;
  }
  .side_button_menu .pc_text {
    display: inline;
  }
  .side_button_menu .sp_text {
    display: none;
  }
}
