/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, q,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, menu, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'NotoSansCJKjp-Regular';
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #313131;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

input, select {
  vertical-align: middle;
}

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

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tac{text-align: center;}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp-Black';
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/NotoSansCJKjp-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header .header_top_wrap {
  background-color: #fff;
}

header .header_top {
  margin: 0 auto;
  overflow: hidden;
}

header .header_top h1 {
  float: left;
}

header #countdown {
  display: flex;
}

header #countdown #result_day {
  padding: 0 2px;
}

header #countdown .txt_01,
header #countdown .txt_02 {
  font-weight: bold;
}

header #countdown .h {
  background: url(../../images/common/day_bg.png) no-repeat -2px 0;
  color: #fff;
}

header .btn li {
  display: table;
}

header .btn span {
  display: block;
}

header .btn .en {
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2.5px;
}

header .btn .jp {
  font-size: 9px;
}

header .btn a {
  width: 160px;
  color: #fff;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-left: 10px;
}

header .btn .ticket a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e22f54+0,ec6969+100 */
  background: #e22f54;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e22f54), to(#ec6969));
  background: linear-gradient(to right, #e22f54 0%, #ec6969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f54', endColorstr='#ec6969',GradientType=1 );
  /* IE6-9 */
}

/*チケット情報オフ
header .btn .ticket a {
  pointer-events: none;
  background: #e4e5e6;
  background: -webkit-gradient(linear, left top, right top, from(#e4e5e6), to(#cfd0d2));
  background: linear-gradient(to right, #e4e5e6 0%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e6', endColorstr='#cfd0d2',GradientType=1 );
}*/


header .btn .ticket a:before {
  content: "";
  background: url(../../images/common/icon_ticket.png) no-repeat 0 0;
  width: 30px;
  display: block;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 19px;
}

header .btn .results {
  margin-left: 2px;
}

header .btn .results a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d7fc1+0,098f9f+100 */
  background: #2d7fc1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2d7fc1), to(#098f9f));
  background: linear-gradient(to right, #2d7fc1 0%, #098f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7fc1', endColorstr='#098f9f',GradientType=1 );
  /* IE6-9 */
}

header .btn .results a:before {
  content: "";
  background: url(../../images/common/icon_result.png) no-repeat 0 0;
  width: 26px;
  display: block;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 13px;
}

header .menu_wrap {
  background: #313131;
}

header .menu_wrap .menu {
  margin: 0 auto;
  position: relative;
}
/**/
header .menu_wrap ul.menu_list li:nth-child(10) a {
  opacity: 0.5;
  pointer-events: none;
}

header .menu_wrap ul.menu_list a span {
  display: block;
  line-height: 1.3;
}

header .menu_wrap ul.menu_list a .en {
  color: #f4acac;
  font-family: 'Poppins-Bold';
  font-size: 13px;
}

header .menu_wrap ul.menu_list a .jp {
  color: #fff;
  font-size: 9px;
}

header .menu_wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu_wrap .sns li + li {
  margin-left: 13px;
}

footer {
  border-top: 6px solid #2d7fc1;
  background: #313131;
}

footer ul {
  text-align: center;
}

footer small {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}

#page-top a {
  position: fixed;
  text-align: center;
  font-family: 'Poppins-Bold';
  background: #2d7fc1;
  color: #fff;
  display: block;
}

#page-top a:before {
  content: "";
  display: block;
  position: relative;
}

.tit .tit_in {
  overflow: hidden;
}

.tit h2 {
  position: relative;
  text-align: center;
  float: right;
}

.tit h2:before {
  content: "";
  background: url(../../images/common/icon_ball.png) no-repeat 0 0;
  position: absolute;
}

.tit h2 span {
  display: block;
}

.tit h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  margin-bottom: 10px;
}

#comming_soon {
  clear: both;
  background: #e5e5e5;
}

#comming_soon p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  header .header_top {
    width: 1280px;
  }
  header .header_top h1 {
    margin: 5px 0 0 15px;
  }
  header .header_top h1 img {
    width: 270px;
    height: auto;
  }
  header .header_right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #countdown {
    margin: 12px 20px 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 12px;
    font-size: 12px;
  }
  header #countdown .h {
    font-size: 18px;
    width: 64px;
    height: 26px;
    display: block;
    letter-spacing: 11px;
    padding: 4px 0 0 5px;
  }
  header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .btn.sp {
    display: none;
  }
  header .btn li {
    display: table;
  }
  header .btn span {
    display: block;
  }
  header .btn .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  header .btn .jp {
    font-size: 13px;
  }
  header .btn a {
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 16px;
  }
  header .btn .ticket a:before {
    content: "";
    width: 30px;
    display: block;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 19px;
  }
  header .btn .results {
    margin-left: 2px;
  }
  header .btn .results a:before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  header .menu_wrap {
    background: #313131;
    height: 50px;
  }
  header .menu_wrap .menu {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  header .menu_wrap ul.menu_list {
    width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap ul.menu_list li {
    display: table;
  }
  header .menu_wrap ul.menu_list a {
    display: table-cell;
    vertical-align: middle;
    width: 132px;
    text-align: center;
    height: 50px;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    color: #f4acac;
    font-family: 'Poppins-Bold';
    font-size: 13px;
  }
  header .menu_wrap ul.menu_list a .jp {
    color: #fff;
    font-size: 9px;
  }
  header .menu_wrap .sns {
    position: absolute;
    right: 13px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap .sns li + li {
    margin-left: 13px;
  }
  footer {
    padding: 30px 0;
  }
  footer ul {
    text-align: center;
    margin-bottom: 80px;
  }
  footer ul li {
    display: inline;
    margin: 0 20px;
  }
  footer small {
    font-size: 12px;
  }
  #page-top a {
    bottom: 50px;
    right: 50px;
    padding-top: 33px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 13px;
  }
  #page-top a:before {
    left: 38px;
    top: -11px;
    width: 23px;
    height: 32px;
    background: url(../../images/common/arrow_to_top.png) no-repeat 0 0;
  }
  .tit {
    width: 840px;
    margin: -36px auto 125px;
  }
  .tit .tit_in {
    padding: 36px 36px 0 0;
  }
  .tit h2:before {
    width: 36px;
    height: 36px;
    top: -35px;
    right: -30px;
  }
  .tit h2 .en {
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 14px;
  }
  #comming_soon {
    padding: 80px 0;
    margin-bottom: 600px;
  }
  #comming_soon p {
    font-size: 32px;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  header .header_top {
    border-bottom: 2px solid #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_top h1 {
    margin: 2vw 0 0 5vw;
  }
  header .header_top h1 img {
    width: 13.85vw;
    height: auto;
  }
  header #countdown {
    margin: 3vw -29vw 0 0;
  }
  header #countdown .txt_01,
  header #countdown .txt_02 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  header #countdown .h {
    font-size: 4.3vw;
    width: 15vw;
    height: 7vw;
    display: block;
    letter-spacing: 2.5vw;
    padding: 1vw 0 0 1.3vw;
    background-size: 100%;
  }
  header .btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .btn.sp li {
    width: calc(99.7% / 2);
  }
  header .btn.sp span {
    display: block;
  }
  header .btn.sp .en {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 4.2vw;
    letter-spacing: 2.5px;
    margin-left: 5%;
  }
  header .btn.sp .jp {
    font-size: 2.7vw;
  }
  header .btn.sp a {
    color: #fff;
    height: 13.3vw;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-left: 0;
  }
  header .btn.sp .ticket a:before {
    content: "";
    background: url(../../images/common/icon_ticket_sp.png) no-repeat 0 0;
    width: 7.9vw;
    display: block;
    height: 4.6vw;
    position: absolute;
    left: 4vw;
    top: 4.3vw;
    background-size: 100%;
  }
  header .btn.sp .results {
    margin-left: 0;
  }
  header .btn.sp .results a:before {
    content: "";
    background: url(../../images/common/icon_result_sp.png) no-repeat 0 0;
    width: 7.8vw;
    display: block;
    height: 7.8vw;
    position: absolute;
    left: 5vw;
    top: 2.8vw;
    background-size: 100%;
  }
  header #nav-toggle {
    width: 12vw;
    height: 11.5vw;
    padding: 2.2vw 3.3vw;
    cursor: pointer;
    z-index: 1000;
    background: #313131;
  }
  header #nav-toggle > div {
    position: relative;
  }
  header #nav-toggle span {
    background: #fff;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    width: 5.5vw;
  }
  header #nav-toggle span:nth-child(1) {
    top: 2.5vw;
  }
  header #nav-toggle span:nth-child(2) {
    top: 4.9vw;
  }
  header .open #nav-toggle {
    background: none;
  }
  header .menu_wrap {
    bottom: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 25vw;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 990;
    padding: 14.6vw 8vw 3vw;
    overflow-y: auto;
  }
  header .menu_wrap ul.menu_list {
    margin: 0 auto 19.9vw;
  }
  header .menu_wrap ul.menu_list li:nth-child(3) a,
  header .menu_wrap ul.menu_list li:nth-child(4) a,
  header .menu_wrap ul.menu_list li:nth-child(5) a {
    display: block;
  }
  header .menu_wrap ul.menu_list a {
    text-align: center;
  }
  header .menu_wrap ul.menu_list a span {
    display: block;
    line-height: 1.3;
  }
  header .menu_wrap ul.menu_list a .en {
    font-size: 4.7vw;
    margin-bottom: 0.5vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list a .jp {
    font-size: 3.1vw;
    color: #313131;
  }
  header .menu_wrap ul.menu_list li + li {
    margin-top: 9.3vw;
  }
  header .menu_wrap .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu_wrap .sns li {
    margin: 0 4vw;
  }
  header .menu_wrap .sns img {
    width: 13.3vw;
    height: 13.3vw;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .menu_wrap {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  footer {
    padding: 5.9vw 0 2.6vw;
  }
  footer ul {
    text-align: center;
    margin-bottom: 18.7vw;
  }
  footer ul li img {
    width: 54.6vw;
  }
  footer ul li + li {
    margin-top: 20px;
  }
  footer small {
    font-size: 2.3vw;
  }
  #page-top a {
    bottom: 45px;
    right: 30px;
    padding-top: 6vw;
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    font-size: 2.6vw;
  }
  #page-top a:before {
    left: 7.7vw;
    top: -3vw;
    width: 5.6vw;
    height: 8vw;
    background: url(../../images/common/arrow_to_top_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  #hero.comming {
    padding-top: 25vw;
  }
  .tit {
    margin: -2.9vw auto 14.6vw;
    width: 76%;
  }
  .tit .tit_in {
    padding: 5.9vw 5.9vw 0 0;
  }
  .tit h2:before {
    width: 5.9vw;
    height: 5.9vw;
    top: -4vw;
    right: -4vw;
    background-size: 100%;
  }
  .tit h2 .en {
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  .tit h2 .jp {
    font-size: 2.7vw;
  }
  #comming_soon {
    padding: 17.3vw 0;
    margin-bottom: 300px;
  }
  #comming_soon p {
    font-size: 5.5vw;
  }
}

@media all and (max-width: 414px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@media all and (max-width: 375px) {
  header #nav-toggle {
    height: 11.6vw;
  }
}

@media all and (max-width: 320px) {
  header #nav-toggle {
    height: 11.7vw;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

#hero img.hero_img {
  width: 100%;
  height: auto;
}

#hero h2 {
  color: #fff;
  position: absolute;
}

#hero h2 span {
  display: block;
}

#hero h2 .en {
  font-weight: bold;
  font-family: 'Poppins-Bold';
  font-weight: bold;
}

.about_box {
  margin: 0 auto;
}

.about_box table {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  margin:0 auto;
}

.about_box th {
  background: #4499dc;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}

.about_box td {
  line-height: 1.4;
  font-size: 150%;
  font-weight: bold;
}

.about_box td span{
display:block;
font-size:70%;
font-weight:normal;
line-height:1.6;}

.about_box .txt_01 {
  padding-left: 4.8em;
  text-indent: -4.8em;
}

h3{
  text-align: center;
  background-color:#e22f54;
  color: #fff;
  padding: 10px;
  margin:20px 0 10px 0;
}

@media all and (min-width: 769px) {
  .tit {
    width: 840px;
    margin: -36px auto 85px;
  }
  #hero h2 {
    top: 210px;
    right: 16%;
  }
  #hero h2 .en {
    margin-bottom: 10px;
    font-size: 46px;
    letter-spacing: 2.5px;
  }
  #hero h2 .jp {
    font-size: 14px;
  }
  .about_box {
    width: 960px;
    margin: 0 auto 120px;
  }
  .about_box table {
  border-top: 0;
  border-left: 0;
  margin:0 auto;
  }
  .about_box th,
  .about_box td {
    border-bottom: 0;
    font-size: 120%;
    text-align: center;
    line-height: 1.7;
  }
  .about_box th {
    width: 650px;
    padding: 10px 30px 10px 30px;
    border-left: 0;
    border-radius: 100px;
  }
  .about_box td {
    padding: 20px 40px 20px 40px;
    border-right: 0;
    border-bottom:2px dotted #ccc;
    font-size: 140%;
  }
  
  h3{
  text-align: center;
  background-color:#e22f54;
  color: #fff;
  padding: 20px 10px;
  margin:40px 0 10px 0;
  font-size: 150%;
}
}

@media all and (max-width: 768px) {
  #hero h2 {
    top: 35vw;
    right: 11vw;
  }
  #hero h2 .en {
    margin-bottom: 10px;
    font-size: 7.7vw;
    letter-spacing: 2.5px;
  }
  #hero h2 .jp {
    font-size: 2.7vw;
  }
  .tit {
    margin: -2.9vw auto -4.4vw;
  }
  .about_box {
    width: 90%;
    margin: 12vw auto 80px;
  }
  .about_box table {
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    width:90%;
    text-align: center;
  }
  .about_box th,
  .about_box td {
    display: block;
    border-bottom: 2px solid #ccc;
    font-size: 3.2vw;
  }
  .about_box th {
    width: auto;
    padding: 10px 0;
    text-align: center;
  }
  .about_box td {
    padding: 10px;
  }
  .about_box .sp_txt {
    margin-left: 4.5em;
  }
}
/*# sourceMappingURL=style.css.map */


/*ボランティア共通ナビ部分*/

@media all and (min-width: 769px) {

    #volunteer{
        position:absolute;
        top:10px;
        right:0;
        background-color:#989898;
        height:30px;
        line-height:30px;
        padding:0 20px;
        text-align:center;
        border-radius:15px;
    }
    #volunteer a{
        color:#505050;
        font-weight:bold;
        font-size:15px;
    }

}

@media all and (max-width: 768px) {
    
    #volunteer{
        width:90%;
        text-align:center;
        margin:auto;
        background-color:#989898;
        height:50px;
        line-height:50px;
        border-radius:25px;}
    #volunteer a{
        color:#505050;
        font-weight:bold;
        font-size:18px;} 
}