@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cherry+Cream+Soda&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt";
  background: #ffffff;
  color: #181818;
  font: 1.6rem/1.7 "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 300;
  letter-spacing: 0;
}

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

a {
  -webkit-transition: 0.3s;
  color: #181818;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

li {
  list-style: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.side_fixed {
  z-index: 10;
  position: fixed;
  top: 50px;
  right: 0;
  width: 57px;
}

.side_fixed_radiko {
  margin-bottom: 20px;
}

.side_fixed_tw a,
.side_fixed_fb a {
  display: block;
  width: 36px;
  margin: 0 auto 9px;
}

.header {
  height: 568px;
  border-top: #66ccff 5px solid;
  background: url(../../img/main_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.header_main {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding-top: 45px;
}

.header_ttl {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.header_about {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.header_about_person {
  width: 200px;
  margin-left: 55px;
}

.header_about_person img {
  width: 100%;
  max-width: 377px;
  height: auto;
}

.header_about_txt div {
  margin: 20px 0;
}

.header_about_txt p {
  font-size: 1.4rem;
}

.main {
  background: url(../../img/article_bg.png) top center repeat-y;
}

.articles, .report, .archive {
  padding: 0 30px;
}

.articles_inner, .report_inner, .archive_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.articles_ttl, .report_ttl, .archive_ttl {
  width: 321px;
  margin: 30px auto 50px;
}

.articles_archive {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 15px;
}

.articles_item, .articles_item-archive {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 31%;
  margin: 0 3.5% 3.5% 0;
  border: #ccc 1px solid;
}

.articles_item:nth-of-type(3n), .articles_item-archive:nth-of-type(3n) {
  margin-right: 0;
}

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

.articles_item_summary {
  padding: 11px;
  background: #ffffff;
}

.articles_item_date, .report_date, .archive_date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: rotate(0.03deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transform: rotate(0.03deg);
  color: #888;
  font-family: "Cherry Cream Soda", sans-serif;
  font-size: 1.4rem;
}

.articles_item_date::before, .report_date::before, .report_date:before, .archive_date::before {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../../img/loadtime_24.svg) top left no-repeat;
  background-size: contain;
  content: "";
}

.articles_item_ttl {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.3;
}

.articles_item-archive {
  display: block;
}

.articles_more_btn {
  width: 310px;
  margin: 0 auto 50px;
}

.articles_more_btn a {
  display: block;
  padding-bottom: 80px;
  background: url(../../img/article_more_btn.png) center center no-repeat;
}

.articles_more_btn a:hover {
  background: url(../../img/article_more_btn_hover.png) center center no-repeat;
}

.articles_archive_btn {
  width: 310px;
  margin: 0 auto 50px;
}

.articles_archive_btn a {
  display: block;
  padding-bottom: 80px;
  background: url(../../img/article_archive_btn.png) center center no-repeat;
}

.articles_archive_btn a:hover {
  background: url(../../img/article_archive_btn_hover.png) center center no-repeat;
}

.articles_archive_btn-report {
  width: 310px;
  margin: 20px auto 50px;
}

.articles_archive_btn-report a {
  display: block;
  padding-bottom: 80px;
  background: url(../../img/article_archive_btn.png) center center no-repeat;
}

.articles_archive_btn-report a:hover {
  background: url(../../img/article_archive_btn_hover.png) center center no-repeat;
}

.articles_201909_btn {
  width: 700px;
  margin: 0 auto 70px;
}

.articles_201909_btn a {
  display: block;
  padding-bottom: 75px;
  background: url(../../img/article_201909_btn.png) center center no-repeat;
}

.articles_201909_btn a:hover {
  background: url(../../img/article_201909_btn_hover.png) center center no-repeat;
}

.report_inner, .archive_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 70px;
  padding: 50px 140px;
  border: 1px solid #ccc;
}

.report_ttl, .archive_ttl {
  width: 368px;
}

.report_head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #054673;
}

.report_itemTtl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.report_date {
  margin-left: 10px;
  font-size: 1.6rem;
}

.report_date:before {
  width: 25px;
  height: 21px;
}

.report_txt {
  font-size: 1.4rem;
}

.report_txt > img {
  width: 100%;
  height: auto;
}

.report_txt > img:first-of-type {
  margin-bottom: 40px;
}

.report_txt > p {
  padding: 30px;
  background: #e0f5ff;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.report_txt > a {
  text-decoration: underline;
}

.report_txt > iframe {
  max-width: 100%;
}

.archive_year {
  padding-bottom: 10px;
  border-bottom: 1px solid #054673;
}

.archive_list {
  margin-bottom: 40px;
}

.archive_list:last-of-type {
  margin-bottom: 0;
}

.archive_list li {
  padding: 20px 10px;
}

.archive_list li:nth-child(even) {
  background: #f0faff;
}

.archive_list li:last-of-type {
  margin-bottom: 0;
}

.archive_list a {
  -webkit-text-decoration-color: #ccc;
  text-decoration: underline;
  text-decoration-color: #ccc;
}

.archive_list a:hover {
  -webkit-text-decoration-color: #555;
  text-decoration-color: #555;
}

.archive_date {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 8px;
  font-weight: normal;
}

.archive_date:before {
  background: url(../../img/loadtime_24.svg) top left no-repeat;
}

.archive_list li:nth-child(even) .archive_date:before {
  background: url(../../img/loadtime_24-blue.svg) top left no-repeat;
}

.archive_head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 5px;
  color: #054673;
  font-weight: bold;
  line-height: 1;
}

.archive_lineup {
  display: block;
  line-height: 2;
}

.archive_note {
  margin: 10px 0 0;
  padding: 10px;
  border: solid 1px #b9e8ff;
  border-radius: 5px;
  background: #fff;
  color: #054673;
  font-size: 1.4rem;
}

.archive_access {
  padding-left: 18px;
  color: #555;
  text-indent: -18px;
}

.archive_access img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.message {
  padding: 30px;
  background: #e8f6fc;
}

.message_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.message_ttl {
  width: 368px;
  margin: 30px auto 50px;
}

.message_txt {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: left;
  text-align: center;
}

.message_txt > img {
  display: block;
  max-width: 350px;
  height: auto;
  margin: 30px auto 0;
}

.message_btn {
  width: 310px;
  margin: 0 auto 50px;
}

.message_btn a {
  display: block;
  height: 80px;
  background: url(../../img/message_btn.png) no-repeat;
}

.message_btn a:hover {
  background: url(../../img/message_btn_hover.png) no-repeat;
}

.footer {
  position: relative;
}

.footer_sns_sp {
  display: none;
}

.footer_bnr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  list-style: none;
}

.footer_bnr-cat {
  margin-bottom: 20px;
  background: #e8f6fc;
}

.footer_bnrBig {
  max-width: 90%;
  margin: 0 auto -20px;
  padding: 70px 0 0;
  text-align: center;
}

.footer_pagetop {
  display: none;
}

.footer_tfm {
  width: 224px;
  height: auto;
  margin-right: 50px;
}

.footer_seibu {
  width: 224px;
  height: auto;
}

.footer_bottom {
  position: relative;
}

.copyright {
  padding: 11px 0;
  background: #054673;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.pagetop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -135px;
  align-items: center;
  padding: 15px 10px;
  border-radius: 10px;
  background: #66ccff;
  cursor: pointer;
  transition: 0.4s ease;
}

.pagetop img {
  width: 20px;
}

.pagetop.is-scroll {
  bottom: 30px;
}

/*//// pageswitch////*/
.pageswitch {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: rotate(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  transform: rotate(0);
}

.pageswitch img {
  width: 18px;
  height: 28px;
  margin: 0 10px;
  vertical-align: bottom;
  opacity: .4;
}

.pageswitch a img {
  opacity: .8;
}

.pageswitch .pre {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.num {
  display: block;
  height: 28px;
  margin: 0 3px;
  padding: 0px 5px;
  border: 1px solid #66CCFF;
  color: #054673;
}

strong.num {
  border: 1px solid #054673;
  background: #054673;
  color: #fff;
}

a svg {
  opacity: 1;
}

svg.pre {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

/*/// select ///*/
.selectBox {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 auto 35px;
  text-align: center;
}

.selectWrapper {
  position: relative;
  width: 310px;
  margin: 0 auto;
}

.selectWrapper:after {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 6px solid #66ccff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  pointer-events: none;
}

.selectBox select {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 310px;
  height: 50px;
  padding: 10px;
  border: 1px solid #66ccff;
  border-radius: 0;
  outline: none;
  background: #fff;
  background-image: none;
  box-shadow: none;
  color: #054673;
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  cursor: pointer;
}

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

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .side_fixed {
    width: 40px;
  }
  .side_fixed_radiko img {
    width: 100%;
    max-width: 40px;
    height: auto;
  }
  .header {
    height: auto;
    border-top: #66ccff 10px solid;
    background: url(../../img/sp/main_bg.png), url(../../img/sp/main_bg_footer.png);
    background-position: center 20px, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 96%, 200%;
  }
  .header_main {
    position: relative;
    width: 82%;
    margin: 0 auto;
    padding-top: 45px;
  }
  .header_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .header_about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .header_about_person {
    width: 50%;
    margin: 0 0 180px 0;
  }
  .header_about_txt {
    margin-bottom: 20px;
  }
  .header_about_txt div {
    margin: 20px 0 20px;
    text-align: center;
  }
  .header_about_txt div img {
    width: 100%;
    max-width: 370px;
    height: auto;
  }
  .header_about_txt p {
    font-size: 2.2vw;
    text-align: center;
  }
  .articles, .report, .archive {
    padding: 0;
  }
  .articles_inner, .report_inner, .archive_inner {
    width: 100%;
    margin: 0 auto;
  }
  .articles_archive {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
  .articles_item, .articles_item-archive {
    width: 48%;
    margin: 0 0 4%;
  }
  .articles_item:nth-of-type(3n), .articles_item-archive:nth-of-type(3n) {
    margin: 0 0 4%;
  }
  .articles_201909_btn {
    width: 82%;
  }
  .articles_more_btn {
    width: 64%;
    max-width: 310px;
    margin: 0 auto 30px;
  }
  .articles_more_btn a {
    height: auto;
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_more_btn.png) center center no-repeat;
    background-size: contain;
  }
  .articles_more_btn a:hover {
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_more_btn_hover.png) center center no-repeat;
    background-size: contain;
  }
  .articles_archive_btn {
    width: 64%;
    max-width: 310px;
    margin: 0 auto 30px;
  }
  .articles_archive_btn a {
    height: auto;
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_archive_btn.png) center center no-repeat;
    background-size: contain;
  }
  .articles_archive_btn a:hover {
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_archive_btn_hover.png) center center no-repeat;
    background-size: contain;
  }
  .articles_archive_btn-report {
    width: 64%;
    max-width: 310px;
    margin: 0 auto 50px;
  }
  .articles_archive_btn-report a {
    height: auto;
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_archive_btn.png) center center no-repeat;
    background-size: contain;
  }
  .articles_archive_btn-report a:hover {
    padding-bottom: 25.80645%;
    background: url(../../img/sp/article_archive_btn_hover.png) center center no-repeat;
    background-size: contain;
  }
  .articles_201909_btn {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .articles_201909_btn a {
    height: auto;
    padding-bottom: 10.71429%;
    background-size: contain;
  }
  .articles_201909_btn a:hover {
    padding-bottom: 10.71429%;
    background-size: contain;
  }
  .report {
    width: 90%;
    margin: 0 auto 70px;
  }
  .report_inner, .archive_inner {
    padding: 30px;
  }
  .report_itemTtl {
    font-size: 2.0rem;
  }
  .report_date {
    font-size: 1.4rem;
  }
  .report_date:before {
    width: 20px;
    height: 16px;
  }
  .report_txt > img:first-of-type {
    margin-bottom: 30px;
  }
  .report_txt > p {
    font-size: 1.4rem;
  }
  .archive {
    width: 90%;
    margin: 0 auto 70px;
    font-size: 1.4rem;
  }
  .archive_year {
    padding-bottom: 5px;
  }
  .archive_year img {
    width: 26%;
    max-width: 120px;
  }
  .archive_list {
    margin-bottom: 30px;
  }
  .archive_head {
    font-size: 1.5rem;
  }
  .archive_head-hawaii {
    display: block;
  }
  .archive_head-hawaii .archive_date {
    margin: 5px 0 0 0;
  }
  .archive_lineup {
    line-height: 1.7;
  }
  .archive_date {
    font-size: 1.2rem;
  }
  .archive_note {
    margin: 7px 0 0;
    padding: 7px 5px;
    font-size: 1.3rem;
  }
  .archive_access {
    margin-top: 5px;
  }
  .archive_access img {
    width: 15px;
    height: 15px;
    margin-bottom: -1px;
  }
  .message {
    padding: 30px;
  }
  .message_inner {
    width: 100%;
    margin: 0 auto;
  }
  .message_txt {
    text-align: center;
  }
  .message_txt > img {
    display: block;
    width: 90%;
    max-width: 350px;
    height: auto;
    margin: 15px auto;
  }
  .message_btn {
    margin: 0 auto 30px;
  }
  .message_btn a {
    height: auto;
    padding-bottom: 25.80645%;
    background: url(../../img/sp/message_btn.png) no-repeat;
    background-size: contain;
  }
  .message_btn a:hover {
    height: auto;
    padding-bottom: 25.80645%;
    background: url(../../img/sp/message_btn_hover.png) no-repeat;
    background-size: contain;
  }
  .copyright {
    padding: 15px 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .pagetop {
    right: 15px;
  }
  .pagetop.is-scroll {
    bottom: 15px;
  }
  .pageswitch {
    margin-bottom: 6%;
    padding-top: 2%;
  }
  .selectWrapper {
    margin: 0 auto 20px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 480px) {
  .side_fixed {
    display: none;
  }
  .header_main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .header_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .header_about_person {
    width: 60%;
    margin: 0 0 90px 0;
  }
  .header_about_txt {
    margin-bottom: 10px;
  }
  .header_about_txt div {
    margin: 0 0 20px;
  }
  .header_about_txt div img {
    width: 100%;
    max-width: 80%;
    height: auto;
  }
  .header_about_txt p {
    font-size: 1.3rem;
    text-align: left;
  }
  .header_about_txt p br {
    display: none;
  }
  .articles_ttl, .report_ttl, .archive_ttl {
    width: 66.87%;
    margin: 30px auto 30px;
  }
  .articles_archive {
    width: 90%;
  }
  .articles_item, .articles_item-archive {
    width: 100%;
    margin-bottom: 5%;
  }
  .articles_item_date, .report_date, .archive_date {
    font-size: 1.2rem;
  }
  .articles_item_ttl {
    font-size: 1.4rem;
  }
  .articles_201909_btn {
    width: 73%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .articles_201909_btn a {
    height: auto;
    padding-bottom: 25.71429%;
    background: url(../../img/sp/article_201909_btn_sp.png) center center no-repeat;
    background-size: contain !important;
  }
  .articles_201909_btn a:hover {
    padding-bottom: 25.71429%;
    background: url(../../img/sp/article_201909_btn_sp_over.png) center center no-repeat;
    background-size: contain !important;
  }
  .report {
    margin: 0 auto;
  }
  .report_inner, .archive_inner {
    margin-bottom: 40px;
    padding: 20px 5% 30px;
  }
  .report_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-flow: column;
    align-items: flex-start;
  }
  .report_date {
    margin-left: 0;
  }
  .report_itemTtl {
    margin-bottom: 2px;
    font-size: 1.8rem;
  }
  .report_txt > img:first-of-type {
    margin-bottom: 30px;
  }
  .report_txt > p {
    font-size: 1.4rem;
    text-align: left;
  }
  .archive {
    margin: 0 auto 30px;
  }
  .archive_inner {
    padding: 10px 0 0px;
    border: none;
  }
  .message_ttl {
    width: 85%;
    margin: 30px auto 30px;
  }
  .message_txt {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 1.4rem;
    text-align: left;
  }
  .message_txt > img {
    width: 82%;
    margin: 15px auto 0;
  }
  .message_txt br {
    display: none;
  }
  .message_present_img {
    width: 82%;
    margin: 0 auto 40px;
  }
  .message_present_img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .message_btn {
    width: 70%;
    max-width: 310px;
    margin: 0px auto 20px;
  }
  .message_btn a {
    height: auto;
    padding-bottom: 25.80645%;
    background-size: contain;
  }
  .message_btn a:hover {
    padding-bottom: 25.80645%;
    background-size: contain;
  }
  .footer_sns_sp {
    display: block;
    width: 100%;
    padding: 30px 0;
    background: #e8f6fc;
  }
  .footer_sns_sp-cat {
    background: #fff;
  }
  .footer_sns_sp_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .footer_sns_sp_radiko {
    width: 45%;
    margin: 0 auto 20px;
  }
  .footer_sns_sp_radiko img {
    width: 100%;
    max-width: 229px;
    height: auto;
  }
  .footer_sns_sp_tw a {
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer_sns_sp_fb a {
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer_sns_sp_line a {
    display: block;
    width: 30px;
    margin: 0 0px 0 0;
  }
  .footer_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-flow: column;
    align-items: center;
    padding: 40px 0;
  }
  .footer_bnr-cat {
    margin-bottom: 0;
    background: #e8f6fc;
  }
  .footer_bnr > li {
    max-width: 250px;
  }
  .footer_bnrBig {
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .footer_pagetopSp {
    display: block;
    position: relative;
    text-align: center;
  }
  .footer_tfm {
    width: 45%;
    margin: 0 auto 20px;
  }
  .footer_seibu {
    width: 45%;
  }
  .pageswitch {
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .selectWrapper,
  .selectBox select {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .footer_bnr-cat {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=./style.css.map */
