@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
/* --- normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- reset+ --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.offtype_block {
  opacity: 0.5;
}
.offtype_block a {
  pointer-events: none;
}

body {
  color: #333;
  background: #fff;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #0d828d;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  background: transparent;
}
a img:hover {
  opacity: 0.7;
}
.a_deco a {
  text-decoration: underline;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  margin-right: 0.25em;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 992;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
header.is-animation {
  height: 45px;
}
header .inset {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inset a {
  color: #fff;
}
header .logo {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
header .logo a {
  display: block;
  width: 100%;
}
header .logo img {
  width: 100%;
}
header .main_navigation {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .main_navigation .subinfo_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .main_navigation .permanent_area {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .subinfo_area .headData {
  margin-left: 5px;
}
header .subinfo_area .headData img {
  height: 40px;
}
header .subinfo_area ul.sns_icon {
  margin-left: auto;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .subinfo_area ul.sns_icon li a {
  margin-left: 0.5em;
  display: block;
  line-height: 1;
}
header .subinfo_area ul.sns_icon li a span {
  display: block;
  font-size: 16px;
}
header .subinfo_area ul.sns_icon li a span img {
  height: 16px;
}
header .subinfo_area ul.sns_icon li.x-twitter a {
  margin-right: 2px;
}
header .subinfo_area ul.sub02 {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .subinfo_area ul.sub02 li {
  margin-left: 0.5em;
  font-size: 13px;
}
header .permanent_area > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .permanent_area > ul > li {
  position: relative;
}
header .permanent_area > ul > li .category {
  white-space: nowrap;
  height: 45px;
  font-size: 15px;
  padding: 0 0.875em;
  margin-right: 0em;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
header .permanent_area > ul > li .category:hover {
  border-bottom: 3px solid #009fe8;
}
header .permanent_area > ul > li:hover .pages {
  visibility: visible;
  opacity: 1;
}
header .permanent_area > ul > li .pages {
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  min-width: 14.5em;
}
header .permanent_area > ul > li .pages a:hover {
  opacity: 0.5;
}
header .permanent_area > ul > li .pages > ul {
  padding: 0.75em 1em 0.75em;
}
header .permanent_area > ul > li .pages > ul > li {
  display: block;
}
header .permanent_area > ul > li .pages > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
header .permanent_area > ul > li .pages > ul > li .sub {
  padding: 12px 0;
}
header .permanent_area > ul > li .pages > ul > li .sub > a {
  font-size: 15px;
  display: block;
  white-space: nowrap;
}
header .permanent_area > ul > li .pages > ul > li .sub ul {
  margin-top: 0.5em;
  margin-left: 0.125em;
  padding: 0 0.75em;
  border-left: 2px solid #009fe8;
}
header .permanent_area > ul > li .pages > ul > li .sub ul li a {
  font-size: 0.8125em;
  display: block;
  white-space: nowrap;
  padding: 0.6125em 0;
}
header .permanent_area .venue_select {
  white-space: nowrap;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .permanent_area .venue_select a {
  margin: 0;
  font-size: 12px;
  display: block;
  padding: 3px 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
header .permanent_area .venue_select a.another {
  background: rgba(255, 255, 255, 0.1);
}
header .permanent_area .venue_select a.another:hover {
  opacity: inherit;
  background: #009e41;
  color: #fff;
}
header .permanent_area .venue_select a.here {
  pointer-events: none;
  background: white;
  color: #333;
}
header .reg_button,
header .reg_login_button {
  height: 100%;
}
header .reg_button a,
header .reg_login_button 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  width: 120px;
  padding: 0 1.375em;
  font-size: 13px;
  line-height: 1.375;
}
header .reg_button a:hover,
header .reg_login_button a:hover {
  opacity: 0.8;
}
header .reg_button {
  margin-left: 20px;
}
header .reg_button a {
  background: #3fb1c8;
}
header .reg_login_button a {
  background: #ef5c4e;
}
header .rsp_nav {
  display: none;
}
header.is-animation .logo img {
  height: 34px;
}
header.is-animation .main_navigation .subinfo_area {
  display: none;
}
header.is-animation .main_navigation .permanent_area .venue_select {
  display: none;
}
header.is-animation .reg_button a,
header.is-animation .reg_login_button a {
  font-size: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1499px) {
  header .permanent_area > ul li .category {
    padding: 0 0.75em;
  }
}
@media screen and (max-width: 1399px) {
  header .permanent_area > ul li .category {
    font-size: 14px;
    padding: 0 0.6em;
  }
}
@media screen and (max-width: 1329px) {
  header .permanent_area > ul li .category {
    font-size: 13px;
    padding: 0 0.6em;
  }
}
@media screen and (max-width: 1255px) {
  header .main_navigation .subinfo_area ul,
  header .main_navigation .permanent_area .venue_select {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header {
    height: 60px;
    overflow: hidden;
  }
  header.is-animation {
    height: 60px;
  }
  header .logo, header.is-animation .logo {
    width: auto;
  }
}
@media screen and (max-width: 1023px) and (max-width: 559px) {
  header .logo, header.is-animation .logo {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  header .logo img, header.is-animation .logo img {
    width: auto;
    height: 42px;
  }
  header .main_navigation {
    display: none;
  }
  header .reg_button,
  header .reg_login_button {
    margin-left: auto;
    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;
    text-align: center;
  }
  header .reg_button a,
  header .reg_login_button a {
    height: auto;
    width: auto;
    padding: 0.75em 1em;
    border-radius: 3px;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .reg_button {
    margin-left: auto;
  }
  header .reg_login_button {
    margin-left: 5px;
  }
  header .rsp_nav {
    margin-left: 1em;
    display: block;
    width: 60px;
  }
}
@media screen and (max-width: 559px) {
  header .reg_button,
  header .reg_login_button {
    display: none;
  }
  header .rsp_nav {
    margin-left: auto;
  }
}

.rsp_nav .openbtn {
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 100%;
  height: 60px;
  background-image: url(../images/icon/bars-solid-white.svg);
}
.rsp_nav .openbtn.active {
  background-image: url(../images/icon/close-solid-white.svg);
}

footer {
  background: #333;
  color: #fff;
  text-align: left;
}
footer a {
  color: #fff;
}
footer p.copyright {
  background: #000;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 2.5em 0.5em;
}

.footer_navi_22 {
  padding: 2.5em 0;
}
.footer_navi_22 .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
.footer_navi_22 .menu_wrap ul.column {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 1199px) {
  .footer_navi_22 .menu_wrap ul.column {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 999px) {
  .footer_navi_22 .menu_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_navi_22 .menu_wrap ul.column {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 374px) {
  .footer_navi_22 .menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_navi_22 .menu_wrap ul.column {
    width: 100%;
  }
}
.footer_navi_22 ul.column > li {
  margin-bottom: 1.5em;
}
.footer_navi_22 ul.column > li .category {
  margin-bottom: 0.5em;
  display: block;
  font-size: 1em;
  padding: 0.25em 0.5em;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.footer_navi_22 ul.column > li .pages {
  margin: 0 0.5em;
}
.footer_navi_22 ul.column > li .pages > ul > li > a {
  display: block;
  font-size: 0.8125em;
  line-height: 1.5;
  padding: 0.375em 0;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub {
  padding: 0.25em 0;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub a {
  font-size: 0.8125em;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub ul {
  margin-top: 0.375em;
  margin-left: 0.5em;
  padding: 0 0.5em;
  border-left: 2px solid #009fe8;
}
.footer_navi_22 ul.column > li .pages > ul > li .sub ul li a {
  font-size: 0.8125em;
  display: block;
  padding: 0.375em 0;
}
.footer_navi_22 ul.column > li .sns_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .footer_navi_22 ul.column > li .sns_set {
    margin: 0 5px 1em;
  }
}
.footer_navi_22 ul.column > li .sns_set > div {
  width: 100%;
}
.footer_navi_22 ul.column > li .sns_set span.icon {
  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;
  margin: 0 auto;
  padding: 0.5em 0;
}
.footer_navi_22 ul.column > li .sns_set span.icon img {
  height: 1em;
}
.footer_navi_22 ul.column > li .sns_set .tweet {
  background: #1da1f2;
}
.footer_navi_22 ul.column > li .sns_set .facebook {
  background: #295199;
}
.footer_navi_22 ul.column > li .sns_set .youtube {
  background: #f00;
}
.footer_navi_22 ul.column > li ul.sub_set {
  margin: 0 0 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_navi_22 ul.column > li ul.sub_set li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_navi_22 ul.column > li ul.sub_set li a {
  display: block;
  font-size: 0.8125em;
  line-height: 1.5;
  padding: 0.5em 0.5em;
}
.footer_navi_22 ul.column > li .reg_button a,
.footer_navi_22 ul.column > li .reg_login_button a {
  display: block;
  text-align: center;
  border-radius: 3px;
  font-size: 0.875em;
  padding: 0.75em;
}
.footer_navi_22 ul.column > li .reg_button a {
  background: #3fb1c8;
}
.footer_navi_22 ul.column > li .reg_login_button {
  margin-top: 5px;
}
.footer_navi_22 ul.column > li .reg_login_button a {
  background: #ef5c4e;
}
.footer_navi_22 .organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_navi_22 .organization p.title {
  margin-bottom: 0.5em;
  font-size: 0.8125em;
}
.footer_navi_22 .organization .org_info {
  width: calc(25% - 1.5em);
}
.footer_navi_22 .organization .org_info .banner {
  width: 100%;
  min-height: 50px;
  background: rgb(255, 255, 255);
  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;
  text-align: center;
}
.footer_navi_22 .organization .org_info .banner img {
  width: 90%;
}
.footer_navi_22 .organization .contact {
  width: calc(50% - 1.5em);
  border-left: 1px solid #fff;
  padding-left: 0.5em;
}
.footer_navi_22 .organization .contact p.name {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0.25em 0;
}
.footer_navi_22 .organization .contact .add {
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_navi_22 .organization .contact .add a.mailadd {
  margin-left: 0.75em;
}
.footer_navi_22 .organization .contact .add a.mailadd span:before {
  margin-right: 0.25em;
}
.footer_navi_22 .organization .contact ul.other_page li a {
  display: block;
  font-size: 0.8125em;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 1119px) {
  .footer_navi_22 .organization {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_navi_22 .organization .org_info {
    width: calc(50% - 1em);
    margin-bottom: 1.5em;
  }
  .footer_navi_22 .organization .org_info .banner {
    min-height: 70px;
  }
  .footer_navi_22 .organization .contact {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer_navi_22 .organization {
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_navi_22 .organization .org_info {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer_navi_22 .organization .org_info .banner {
    min-height: 50px;
  }
  .footer_navi_22 .organization .org_info .banner img {
    width: 70%;
    max-width: 300px;
  }
  .footer_navi_22 .organization .contact {
    margin-top: 2em;
    width: 100%;
  }
  .footer_navi_22 .organization .contact p.info a {
    display: block;
    margin-left: 0;
    margin-top: 0.25em;
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 990;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 991;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  padding-top: 85px;
}
@media screen and (max-width: 1023px) {
  #g-nav .layout_area {
    padding-top: 60px;
  }
}
#g-nav .layout_area .ins {
  padding: 20px;
}
#g-nav ul.layout_area {
  display: none;
}
#g-nav.panelactive ul.layout_area {
  display: block;
}
#g-nav .button_pad_1 {
  margin-bottom: 30px;
}
#g-nav .button_pad_2 {
  margin-bottom: 30px;
}
#g-nav .reg_button a,
#g-nav .reg_login_button a {
  display: block;
  font-size: 1em;
  padding: 0.75em;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 5px;
}
#g-nav .reg_button a {
  background: #3fb1c8;
}
#g-nav .reg_login_button a {
  background: #ef5c4e;
}
#g-nav ul.modalnav li a {
  color: #000;
}
#g-nav ul.modalnav li .category {
  font-weight: bold;
  font-size: 1.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 0.5em;
  padding-bottom: 0.125em;
}
#g-nav ul.modalnav li .pages {
  margin-bottom: 2em;
  margin-left: 0px;
}
#g-nav ul.modalnav li .pages > ul > li {
  font-size: 1.125em;
}
#g-nav ul.modalnav li .pages > ul > li > a {
  display: block;
  padding: 0.5em 0;
}
#g-nav ul.modalnav li .pages .sub {
  padding: 0.3125em 0;
}
#g-nav ul.modalnav li .pages .sub ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
  padding: 0 0.75em;
  border-left: 2px solid #009fe8;
}
#g-nav ul.modalnav li .pages .sub ul li a {
  font-size: 0.9125em;
  display: block;
  padding: 0.5em 0;
}
#g-nav .sns_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
  border-radius: 4px;
  overflow: hidden;
}
#g-nav .sns_set > div {
  width: 100%;
}
#g-nav .sns_set span.icon {
  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;
  margin: 0 auto;
  padding: 1em 0;
}
#g-nav .sns_set span.icon img {
  height: 1em;
}
#g-nav .sns_set .tweet {
  background: #1da1f2;
}
#g-nav .sns_set .facebook {
  background: #295199;
}
#g-nav .sns_set .youtube {
  background: #f00;
}
#g-nav ul.sub_set {
  margin: 2em 0;
}
#g-nav ul.sub_set li {
  font-size: 1.125em;
}
#g-nav ul.sub_set li a {
  color: #000;
  display: block;
  padding: 0.5em 0;
}

.topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  border: 1px solid #fff;
  background-color: rgb(0, 0, 0);
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.topBtn:before {
  content: "▲";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.topBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .topBtn_area {
    display: none;
  }
}
.rsp_nav .openbtn {
  background-image: url(../../images/icon/bars-solid-white.svg);
}
.rsp_nav .openbtn.active {
  background-image: url(../../images/icon/close-solid-white.svg);
}

header.n22 h1, header.n22 h2, header.n22 h3, header.n22 h4, header.n22 h5, header.n22 h6, header.n22 p, header.n22 a, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
  letter-spacing: 0;
}

.main_wrap {
  padding-top: 85px;
}
@media screen and (max-width: 1023px) {
  .main_wrap {
    padding-top: 60px;
  }
}