@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 700;
}

body {
  font-family: "Roboto",
    "Noto Sans JP",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック体",
    YuGothic,
    "メイリオ",
    Meiryo,
    sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 0;
  color: #1d2129;
  overflow: hidden;
  line-height: 1.8;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* Chromeにだけ「Original Yu Gothic」を優先適用 */
  body {
    font-family: "Roboto",
      "Noto Sans JP",
      "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN",
      "游ゴシック Medium",
      "Yu Gothic Medium",
      "游ゴシック体",
      YuGothic,
      "メイリオ",
      Meiryo,
      sans-serif;
    font-feature-settings: "palt";
  }
}

@media only screen and (min-width: 641px) {
  body {
    min-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  body {
    min-width: auto;
    font-size: 12px;
  }

  .fs9sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .fs8sp {
    display: block;
    font-size: 10px !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .fs7sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  .fs6sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}

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

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #1d2129;
  -webkit-tap-highlight-color: transparent;
  overflow-wrap: anywhere;
}

a:link {
  color: #1d2129;
  text-decoration: underline;
}

a:visited {
  color: #1d2129;
  text-decoration: none;
}

a:hover {
  color: #00275d;
  text-decoration: none;
  border-bottom: 1px solid #00275d;
}

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

li img,
dt img,
dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  border-bottom: 0px;
}

a:not(img):hover {
  border-bottom: 0px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

table th,
table td {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

h1,
h2,
h5 {
  font-weight: 700;
}

strong {
  color: #000000;
}

strong.orange {
  color: #ff4d00;
}

header#header_block_pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-color: white;
  /* height: 100px; */
  background-image: url("../images/border.png");
  /* background-color: rgb(255,247,242); */
  background-position-y: 100%;
  background-repeat: repeat-x;
  background-position-x: right;
}

header#header_block_pc p {
  padding: 0;
}

/* 
header#header_block_pc .h_box {
  float: left;
  margin: 0;
  padding: 10px 0 0 10px;
} */

/* header#header_block_pc .h_box02 {
  float: right;
  margin: 0;
  width: 535px;
} */

header#header_block_pc .h_box {
  padding-top: 5px;
}

header#header_block_pc .h_box02 p {
  margin: 0;
  padding: 0;
  font-size: 12.9px;
  letter-spacing: 0;
}

header#header_block_pc .head_wrapper {
  width: 1000px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  header {
    display: none;
  }

  .header_block_sp {
    display: block;
    width: auto;
    padding: 0 10px 0;
  }

  .header_block_sp .head_logo {
    float: left;
    padding-bottom: 10px;
  }

  .header_block_sp h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .header_block_sp h1 a:hover {
    border-bottom: 0px;
  }

  .header_block_sp h1 img {
    width: 180px;
  }
}

#wrapper {
  margin: 100px auto 50px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    margin: 0px auto 20px;
    overflow: hidden;
  }
}

#contentbox {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contentbox {
    clear: both;
    width: auto;
    margin: 10px auto 0;
    overflow: hidden;
  }
}

#mainbox {
  width: 700px;
  float: left;
  margin: 20px 0 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  #mainbox {
    width: auto;
    float: none;
    padding: 0 10px;
  }
}


/* column */
.column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column01 {
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
}

.column02 {
  margin-bottom: 1rem;
  padding: 0;
  width: 49%;
}

.column02_b {
  margin-bottom: 1rem;
  padding: 0;
  width: 48%;
}

.column_border_right {
  border-right: 1px dashed #a6a6a6;
  padding-right: 10px;
}

.column_border_bottom {
  border-bottom: 1px dashed #a6a6a6;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .column_wrap {
    flex-direction: column;
  }

  .column02,
  .column02_b {
    width: 100%;
  }

  .column_border_right {
    border-right: 0px;
    padding-right: 0px;
  }

  .column_border_bottom {
    border-bottom: 0px;
  }
}

header h1 {
  transition: 0.3s;
}

.head_accesstxt {
  display: none;
}

.is-animation p.head_accesstxt {
  display: block;
  font-size: 14px;
}

.is-animation {
  height: 130px;
  background: #ffffff;
}

.is-animation h1 {
  color: #000;
}


header h1 {
  float: left;
  margin: 0;
}

header h1 img {
  vertical-align: middle;
}

header h1 a {
  display: block;
}

header h1 a:hover {
  border: 0px;
}

h1.des_txt {
  float: left;
  font-size: 13px;
  padding: 0;
  padding-bottom: 0px;
  font-weight: normal;
}

.head_contact {
  /* float: right; */
  max-width: 600px;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.head_contact a {
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  padding: 0 7px;
}

.head_contact a:first-child {
  background-color: #2c9149;
}

.head_contact a:nth-child(2) {
  background-color: #4e6db3;
}

.head_contact ul {
  text-align: center;
  color: #f3ffff;
  display: flex;
}

.head_contact ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.head_contact ul li img {
  vertical-align: text-top;
}

.head_contact ul li.contact_icon {
  padding-right: 12px;
}

.head_contact ul li.contact_icon img {
  width: 27px;
}

.head_contact ul li.contact_arrow {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.head_contact ul li.contact_arrow img {
  width: 8px;
}

.h_box02>div:last-child {
  text-align: right;
}

.h_box02>div:last-child>div:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;

}

.h_box02>div:last-child>div:first-child span:first-child {
  font-size: 18px;
  letter-spacing: 1px;
}

/* 翻訳 */
.language_wrap {
  display: flex;
  width: 95px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;

  a {
    background: none !important;
  }
}

.language_btn {
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  width: auto;

  img {
    max-width: 16px;
    margin-right: 5px;
  }
}

.language_btn:hover {
  background-color: #eee;
}

.bk {
  background: rgb(255, 215, 49);
}

.bk ul {
  color: #000 !important;
}

a>.bk:hover {
  background: rgba(255, 215, 49, 0.8);
}

ul.head_e_btn {
  float: right;
  width: 100px;
  background: #999999;
}

ul.head_e_btn li {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

ul.head_e_btn li a {
  color: #f3ffff;
  text-decoration: none;
  display: block;
}

ul.head_e_btn li a:hover {
  border: 0px;
}

ul.head_e_btn:hover {
  background: rgba(153, 153, 153, 0.8);
}

.head_access {
  clear: both;
  display: inline-block;
  margin-left: 10px;
  padding-top: 0px;
  float: right;
  /* 2018/07/06 */
}

.head_access ul {}

.head_access ul li {
  display: inline-block;
  font-size: 12.9px;
}

.head_access ul li img {
  width: 65px;
}

.head_access dl dt {
  width: 42px;
  display: inline-block;
  vertical-align: top;
}

.head_access dl dt img {
  width: 42px;
}

.head_access dl dd {
  display: inline-block;
}

.head_access dl dd p {
  height: 17px;
}

#sp_access,
.header_block_sp,
.head_access_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .header_block_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  h1.des_txt {
    float: left;
    font-size: 10px;
    padding: 0;
    padding-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0px;
  }

  #sp_access {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #00275d;
  }

  .head_access_sp {
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }

  .head_access_sp:first-child {
    border-right: 1px solid #103567;
  }

  .head_access_sp ul {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
  }

  .head_access_sp ul li {
    padding: 0;
    color: #ffffff;
  }

  .head_access_sp ul li:first-of-type {
    font-size: 10px;
    font-weight: normal;
  }

  .head_access_sp p {
    background: #3d3d3d;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
  }

  .head_access_sp p a {
    color: #ffffff;
    text-decoration: none;
  }

  .head_access_sp p:before {
    content: url("../images/sp_access.svg");
    display: inline-block;
    width: 8px;
    vertical-align: middle;
    padding-right: 5px;
  }
}

nav {
  clear: both;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  background: #00275d;
}

nav .navi_home img {
  width: 16px;
}

nav .menu>ul>li.navi_under {
  background: url(../images/ic_navi_down.png) center 52px no-repeat;
}

nav .menu>ul>li.navi_under ul li:last-child .navi_block {
  border-right: none;
}

nav .menu>ul>li a:hover {
  border: 0px;
  text-decoration: none;
}

nav .menu>ul>li.navi_home,
nav .menu>ul>li.navi_outline,
nav .menu>ul>li.navi_exhibition,
nav .menu>ul>li.navi_visit,
nav .menu>ul>li.navi_media,
nav .menu>ul>li.navi_seminar {
  padding: 10px 0;
}

nav .menu>ul>li.navi_outline:hover,
nav .menu>ul>li.navi_outline:hover,
nav .menu>ul>li.navi_exhibition:hover,
nav .menu>ul>li.navi_visit:hover,
nav .menu>ul>li.navi_media:hover,
nav .menu>ul>li.navi_seminar:hover {
  background: url(../images/ic_navi_b_ye.png) center bottom repeat-x;
}

nav .menu>ul>li.navi_home>a {
  border-left: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_outline>a {
  padding: 0 21px;
  border-right: 1px solid #2b4c79;
  border-left: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_exhibition>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_visit>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_media>a {
  padding: 0 40px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_seminar>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .g_menu_block {
  display: inline;
  padding: 0 40px;
}

nav .g_menu_block img {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
}

nav .g_menu_block img.he {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  margin-right: 10px;
}

nav .g_menu_block p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px !important;
  text-align: left;
  line-height: 1.2;
}

nav .g_gray {
  padding: 20px 63px !important;
  border-right: 1px solid #2b4c79;
  color: #666;
}

nav .g_gray:hover {
  background-image: none !important;
}

@media only screen and (max-width: 640px) {
  nav {
    min-width: auto;
  }
}

header h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}

header h1 img {
  width: 250px;
  padding-top: 10px;
}

/* title */

/* h1 */

.h1_ttltxt {
  display: table-cell;
  width: 565px;
  height: 120px;
  max-height: 120px;
  vertical-align: middle;
}

.h1_ttltxt h1 {
  line-height: 1;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.h1_ttltxt p {
  line-height: 1;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding-top: 14px;
  margin-top: 0px;
}

.h1_pagettl {
  width: 1000px;
  margin: 0 auto;
  padding-left: 35px;
  background: url(../images/bg_h100.jpg) left center no-repeat;
  height: 120px;
  max-height: 120px;
}

.h1_outline {
  background: url(../images/bg_h101.jpg) left center no-repeat;
}

.h1_exhibit {
  background: url(../images/bg_h102.jpg) left center no-repeat;
}

.h1_attendance {
  background: url(../images/bg_h103.jpg) left center no-repeat;
}

.h1_press {
  background: url(../images/bg_h104.jpg) left center no-repeat;
}

.h1_inquiry {
  background: url(../images/bg_h105.jpg) left center no-repeat;
}

@media only screen and (max-width: 640px) {
  .h1_ttltxt {
    display: block;
    width: 59%;
    padding: 15px 0;
    height: 60px;
    max-height: 60px;
    vertical-align: middle;
  }

  .h1_ttltxt h1 {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0em;
  }

  .h1_ttltxt p {
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0em;
    padding-top: 5px;
  }

  .h1_pagettl {
    width: auto;
    margin: 0 auto;
    padding-left: 15px;
    height: 61px;
    max-height: 61px;
    background: url(../images/bg_sp_h100.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_outline {
    background: url(../images/bg_sp_h101.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_exhibit {
    background: url(../images/bg_sp_h102.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_attendance {
    background: url(../images/bg_sp_h103.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_press {
    background: url(../images/bg_sp_h104.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_inquiry {
    background: url(../images/bg_sp_h105.jpg) left top no-repeat;
    background-size: cover;
  }
}

/* h2 */
h2.style_h201 {
  padding: 18px 25px 18px 30px;
  margin-bottom: 20px;
  border-left: 8px solid #f5f5f5;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #00275d url(../images/bg_h201.svg) left center no-repeat;
  background-size: 8px;
}

h2.style_h202 {
  padding: 18px 25px 18px 70px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #00275d url(../images/bg_h202.svg) 10px bottom no-repeat;
  background-size: 45px;
}

h2.style_h203 {
  margin-bottom: 20px;
  border: 1px solid #00275d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h201.svg) 8px center no-repeat;
  background-size: 8px;
}

.h2_ttltxt {
  padding: 25px 25px 25px 30px;
  border-left: 8px solid #f5f5f5;
}

@media only screen and (max-width: 640px) {
  h2.style_h201 {
    padding: 12px 12px 12px 15px;
    margin-bottom: 10px;
    border-left: 4px solid #f5f5f5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #00275d url(../images/bg_h201.svg) left center no-repeat;
    background-size: 4px;
  }

  h2.style_h202 {
    padding: 12px 12px 12px 45px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #00275d url(../images/bg_h202.svg) 5px bottom no-repeat;
    background-size: 30px;
  }

  h2.style_h203 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h201.svg) 4px center no-repeat;
    background-size: 4px;
  }

  .h2_ttltxt {
    padding: 12px 12px 12px 15px;
    border-left: 4px solid #f5f5f5;
  }
}

/* h3 */
h3.style_h301 {
  background: #00275d;
  border-left: 8px solid #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h3.style_h302 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: #00275d url(../images/bg_h302.svg) left center no-repeat;
  background-size: 8px;
}

h3.style_h303 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h302.svg) left center no-repeat;
  background-size: 8px;
  border: 1px solid #00275d;
}

@media only screen and (max-width: 640px) {
  h3.style_h301 {
    background: #00275d;
    border-left: 4px solid #f5f5f5;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }

  h3.style_h302 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #00275d url(../images/bg_h302.svg) left center no-repeat;
    background-size: 4px;
  }

  h3.style_h303 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h302.svg) left center no-repeat;
    background-size: 4px;
  }
}

/* h4 */
h4.style_h401 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
  background-size: 8px;
  border-bottom: 1px dashed #e6e6e6;
}

h4.style_h402 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00275d;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 2px solid #7f93ae;
}

h4.style_h403 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  border-top: 1px dotted #00275d;
  border-bottom: 1px dotted #00275d;
}

@media only screen and (max-width: 640px) {
  h4.style_h401 {
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
    background-size: 4px;
    border-bottom: 1px dashed #e6e6e6;
  }

  h4.style_h402 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }

  h4.style_h403 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* h5 */
h5.style_h501 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
  background-size: 8px;
}

h5.style_h502 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #00275d;
  font-weight: 700;
  line-height: 1.5;
}

h5.style_h503 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #00275d;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px dotted #7f93ae;
}

@media only screen and (max-width: 640px) {
  h5.style_h501 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
    background-size: 4px;
  }

  h5.style_h502 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  h5.style_h503 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
}

#top_pickup {
  padding: 12px 0;
  background: #f5f5f5;
}

#top_pickup>h2 {
  color: #000000;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

#top_pickup>h2 span {
  display: block;
  font-size: 20px;
}

.top_pickup_block {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_pickup a {
  text-decoration: none;
}

.top_pickup a:hover {
  border-bottom: 0px;
}

.top_pickup {
  background: #ffffff url(../images/bg_pickup02.png) left bottom no-repeat;
  /*  background-size: contain;*/
  width: 314px;
  /*  width : -webkit-calc(100% / 4 - 10px) ;
  width : calc(100% / 4 - 10px) ;*/
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
}

.top_pickup figure {
  margin: 0 auto;
  /*  padding: 10px;*/
}

.top_pickup figure img {
  max-width: 270px;
}

.top_pickup p {
  padding: 0 20px 50px;
}

@media only screen and (max-width: 640px) {
  #top_pickup {
    padding: 0;
  }

  #top_pickup>h2 {
    font-size: 18px;
  }

  #top_pickup>h2 span {
    font-size: 12px;
  }

  .top_pickup_block {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .top_pickup {
    background: #ffffff url(../images/bg_pickup02.png) left bottom no-repeat;
    background-size: 262px;
    width: 260px;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 auto;
  }

  .top_pickup img {
    width: 230px;
  }
}

/* 4枠 */

#top_media {
  padding-top: 0px;
  width: 1000px;
  margin: 0 auto;
}

#top_media .top_media_block {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 49%;
  padding: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: 0 20px;4つのときは削除 */
}

#top_media .top_media_block .top_media_img {
  width: 180px;
  text-align: center;
  margin-right: 10px;
}

#top_media .top_media_block ul {
  text-align: left;
  flex: 1;
}


@media only screen and (max-width: 640px) {
  #top_media {
    padding: 2vw 0;
    width: auto;
    margin: 0;
    text-align: center;
    /* justify-content: space-between;4つのときは削除 */
  }

  #top_media .top_media_block {
    border: 1px solid #cccccc;
    width: 100%;
    min-height: 100%;
    padding: 12px;
    position: relative;
    margin-right: 4px;
    margin-bottom: 15px;
    vertical-align: top;
    /* margin-left: 0px;4つのときは削除 */
  }

  #top_media .top_media_block .top_media_img {
    width: 100px;
    text-align: center;
    margin-right: 10px;
  }

  #top_media .top_media_block ul li {
    font-size: 11px;
  }
}

.top_sponsor_block {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}

#top_content .top_sponsor_block>h2 {
  background: #3d3d3d;
  color: #f5f5f5;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.top_sponsor_block ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/
  align-items: center;
  flex-wrap: wrap;
}

.top_sponsor_block ul::after {
  content: "";
  display: block;
  width: 30%;
}

.top_sponsor_block ul li {
  width: 30%;
  margin: 50px 10px 0;
}

.top_sponsor_block ul li:first-child img {
  width: 75%;
}

.top_sponsor_block ul.media_partner {
  margin-top: 50px;
}

.top_sponsor_block ul.media_partner li {
  margin: 0;
}

.top_sponsor_block ul.media_partner li.imgw75 img {
  width: 75%;
}

.top_sponsor_block ul.lead_media {
  margin-top: 50px;
}

.top_sponsor_block ul.lead_media li {
  margin: 0;
  width: 100%;
}

.top_sponsor_block ul.lead_media li img {
  width: 200px;
}

@media only screen and (max-width: 640px) {
  .top_sponsor_block {
    width: 100%;
    padding: 50px 0 20px;
  }

  #top_content .top_sponsor_block>h2 {
    border-bottom: 0px;
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
  }

  .top_sponsor_block ul {
    /*justify-content: space-between;*/
  }

  .top_sponsor_block ul:after {
    content: "";
    display: block;
    width: 116px;
    max-width: 116px;
    height: 0;
  }

  .top_sponsor_block ul li {
    margin: 20px 10px 0;
  }

  .top_sponsor_block ul.lead_media li img {
    width: 150px;
  }
}

.top_information {
  width: auto;
  margin: 0 auto 25px;
  padding: 0;
}

#top_content .top_information>h2 {
  background: #3d3d3d;
  color: #f5f5f5;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

#footer {
  clear: both;
  margin: 0 auto;
  background: #f5f5f5;
}

#footer a:link {
  text-decoration: none;
  /* border: 0px; */
}

#footer #footerbox {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #footer #footerbox {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0;
  }
}

.fo_sitemap {
  display: block;
  padding: 50px 0 40px;
  background: #e6e6e6;
}

.fo_sitemap_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}

.fo_sitemap .sitemap_ttl {
  font-size: 16px;
  font-weight: 700;
}

.fo_sitemap_block01 {
  width: 270px;
}

.fo_sitemap_block01 ul li {
  margin-bottom: 20px;
}

.fo_sitemap_block02 {
  width: 445px;
}

.fo_sitemap_block03 {
  width: 285px;
}

.fo_sitemap_block02 p,
.fo_sitemap_block03 p {
  clear: both;
}

.fo_sitemap_block02 ul,
.fo_sitemap_block03 ul {
  float: left;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.fo_sitemap_block02 ul:nth-of-type(2),
.fo_sitemap_block03 ul:nth-of-type(2) {
  margin-right: 0px;
}

.fo_sitemap_block02 ul li,
.fo_sitemap_block03 ul li {
  margin-bottom: 5px;
}

.fo_bnr ul {
  display: block;
  text-align: center;
}

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

@media only screen and (max-width: 640px) {

  .fo_sitemap,
  .fo_bnr {
    display: none;
  }
}

#footer #fo_logo {
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

#footer #fo_logo p {
  font-size: 14px;
  padding: 0;
}

#footer #fo_logo img.logo {
  width: 36px;
  margin-right: 20px;
  vertical-align: middle;
}

#footer #fo_logo dl {
  text-align: left;
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  padding: 0 0 0 50px;
}

#footer #fo_logo dl dt {
  font-size: 14px;
  width: 50px;
}

#footer #footerbox .nitten {
  position: absolute;
  top: 40px;
  right: 0;
}





#footer .fo_box {
  padding-bottom: 45px;
}

#footer .fo_box ul {
  text-align: center;
  margin-top: 0;
}

#footer .fo_address {
  text-align: center;
}

#footer .fo_address p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

#footer .fo_address p span {
  font-size: 20px;
}

#footer .copy {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  background: #3d3d3d;
  padding-top: 45px;
}

#footer .copy p {
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  #footer #fo_logo {
    padding: 0 5px 10px;
    margin: 0;
    text-align: center;
    font-size: 14.4px;
    font-weight: 700;
  }

  #footer #fo_logo p {
    font-size: 8px;
    padding: 0;
    line-height: 1;
  }

  #footer #fo_logo img.logo {
    width: 28px;
    margin-right: 7px;
  }

  #footer #fo_logo dl {
    max-width: 65%;
    padding: 0;
    align-items: baseline;
  }

  #footer #fo_logo dl dt {
    width: 35px;
  }

  #footer #fo_logo dl dt,
  #footer #fo_logo dl dd p {
    font-size: 10px;
  }

  #footer .fo_box {
    padding-bottom: 20px;
  }

  #footer .fo_box ul {
    text-align: center;
    margin-top: 1em;
  }

  #footer .fo_box ul li {
    white-space: nowrap;
    line-height: 1.4;
    font-size: 10px;
    margin-bottom: 5px;
  }

  #footer .fo_address {
    text-align: center;
  }

  #footer .fo_address p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  #footer .fo_address p span {
    font-size: 20px;
  }

  #footer .copy {
    display: none;
  }
}

.copy_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .fo_address {
    display: none;
  }

  #footer .fo_box ul li.copy_sp {
    display: block;
    margin-top: 2em;
  }
}

.footer-menu {
  display: none;
}

@media only screen and (max-width: 640px) {
  .footer-menu ul {
    text-align: center;
    min-height: 55px;
    line-height: 55px;
  }

  .footer-menu ul li {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
  }

  .mail_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 64, 0.2);
  }

  .mail_btn img {
    width: 110px;
  }

  .tel_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 64, 0.2);
  }

  .tel_btn img {
    width: 110px;
  }

  .top_btn {
    /* display: inline-block; */
    /* width: calc(100% * 100 / 640); */
    /* vertical-align: middle; */
  }

  .top_btn img {
    width: 60px;
  }

  .footer-menu {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #b80202 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #b80202 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #b80202 100%);
    box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .footer-menu_blue {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #003a86;
    background: -moz-linear-gradient(top, #003a86 0%, #18254d 100%);
    background: -webkit-linear-gradient(top, #003a86 0%, #18254d 100%);
    background: linear-gradient(to bottom, #003a86 0%, #18254d 100%);
    box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .footer-menu_blue ul {
    text-align: center;
    min-height: 55px;
    line-height: 55px;
  }

  .footer-menu_blue ul li {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
  }

  /* .footer-menu_blue .mail_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 91, 150, 0.5);
  }

  .footer-menu_blue .tel_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 91, 150, 0.5);
  } */

  .footer-menu {
    left: 0px;
    display: flex;

  }

  .footer-menu>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
  }

  .footer-menu>a:nth-child(1) {
    flex: 0 0 35%;
    border-right: 1px solid #ff6e76;
  }

  .footer-menu>a:nth-child(2) {
    flex: 0 0 35%;
    border-right: 1px solid #ff6e76;
  }

  .footer-menu>a:nth-child(3) {
    flex: 0 0 15%;
    border-right: 1px solid #ff6e76;
  }

  .footer-menu>a:nth-child(3) img {
    width: 20px;
    height: 20px;
    opacity: 1;
  }

  .footer-menu>a:nth-child(4) {
    flex: 0 0 15%
  }


  #footer #footerbox .nitten {
    position: relative;
    text-align: center;
    top: auto;
    text-align: center;
    display: block;
    margin-bottom: 50px;

    img {
      max-width: 139px;
    }
  }



}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #b3b3b3;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
  border: 0px;
}

@media only screen and (max-width: 640px) {
  #page-top {
    display: none;
  }
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

.c_color {
  color: #ff4d00;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .top_fb_block {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br-sp {
    display: inline;
  }
}

/* ナビゲーション */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  margin: 0 auto;
}

.menu-mobile {
  display: none;
}

.menu {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 17px;
  background: #00275d;
}

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  background: #00275d;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.menu>ul>li>ul {
  display: none;
  width: 77%;
  /* 100 */
  background: #f5f5f5;
  padding: 10px 30px 0;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding: 0px;
  list-style: none;
  /*  width: calc(100% /4);*/
  background: none;
  float: left;
}

.menu>ul>li>ul>li a {
  font-weight: normal;
  padding: 0;
  display: block;
  color: #000000;
}

.menu>ul>li>ul>li.navi_ttl_block {
  float: none;
}

.navi_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.navi_block {
  text-align: left;
}

.navi_block img {
  width: 140px;
}

.navi_block ul {
  margin-top: 0px;
}

.navi_block ul li {
  margin-bottom: 20px;
}

.navi_block ul li a {
  font-size: 14px;
  text-align: left !important;
}

.navi_block ul li a:hover {
  text-decoration: underline;
}

.navi_w250 {
  border-right: 1px dashed #000000;
  width: 250px;
  padding-left: 15px;
  min-height: 150px;
}

.navi_w320 {
  border-right: 1px dashed #000000;
  width: 300px;
  padding-left: 15px;
  min-height: 150px;
}

.navi_w210 {
  width: 230px;
  padding-left: 15px;
  min-height: 150px;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.drawer {
  display: none;
}

@media only screen and (max-width: 640px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .drawer {
    display: block;
  }

  span.menu_title {
    font-size: 10px;
    position: relative;
    top: 25px;
    background-color: transparent !important;
  }

  .drawer-open span.menu_title {
    display: none;
  }

  .drawer-hamburger {
    position: relative;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 40px;
    padding: 0;
    padding: 9px 0 30px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
    float: right;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 66px;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  ul.drawer-menu {
    border-top: 1px solid #cccccc;
  }

  ul.drawer-menu a {
    text-decoration: none;
  }

  ul.drawer-menu a:hover {
    border-bottom: 0px;
  }

  ul.drawer-menu li {
    background: #f7f7f7;
    border-bottom: 1px solid #cccccc;
  }

  ul.drawer-menu ul {
    border-top: 1px solid #cccccc;
  }

  ul.drawer-menu ul li {
    border-bottom: 1px solid #cccccc;
    background: white url(../images/sp_menu_right.svg) 3% center no-repeat;
    background-size: 7px;
  }

  ul.drawer-menu ul li:last-child {
    border-bottom: 0px solid #cccccc;
  }

  ul.drawer-menu li.drawer-dropdown>a {
    background: #f7f7f7 url(../images/sp_menu_down.svg) 97% center no-repeat;
    background-size: 10px;
  }

  .drawer-dropdown-menu-item {
    line-height: 2.75rem;
    display: block;
    padding: 0;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: none;
  }

  a.drawer-dropdown-menu-item:hover {
    border-bottom: 0px;
    text-decoration: none;
  }
}

.menu a:hover {
  cursor: pointer;
}

.on_hover {
  color: red;
}

.mainvisual a:hover {
  border-bottom: 0px;
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    background: url(../images/bg_slide.png) center bottom repeat-x;
  }
}

.mv {
  text-align: center;
}

.mv img {
  width: 100%;
}

/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  line-height: 1.5;
}

.swiper-slide {
  height: 475px;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: #cccccc;
  stroke-width: 1;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 10;
}

.swiper-pagination-bullet-active {
  background: #666563;
}

.swiper-pagination {
  position: static;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  padding: 5px 0;
}

@media (min-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -35px;
  }
}

@media only screen and (max-width: 640px) {
  .swiper-slide {
    height: 100%;
    line-height: 1;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    line-height: 0.8;
    padding: 5px 0 7px;
  }
}

/**
 * mainvisual
 */
.mainvisual {
  overflow: hidden;
  margin-top: 9px;
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    margin-top: 0;
  }
}

/* PC非表示 */
@media only screen and (min-width: 641px) {
  .pc_delete {
    display: none;
  }

  .sp_delete {
    display: block;
  }
}

/* SP非表示 */
@media only screen and (max-width: 640px) {
  .pc_delete {
    display: block;
  }

  .sp_delete {
    display: none;
  }
}

/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 3px;
  right:
    /* 20px */
    10px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */
}

.menu-btn a:hover {
  border-bottom: 0px;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 93px;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0);
}

/* RESPONSIVE */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span.menu_title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.menu-trigger.active span.menu_title {
  opacity: 0;
}

/* temlate */
.template_block .h1_pagettl,
.list_densha01,
.list_bus01,
.list_car01,
.list_hikouki01,
.list_densha02,
.list_bus02,
.list_car02,
.list_hikouki02 {
  margin-bottom: 10px;
}

.sample_li {
  margin: 10px;
}

.sample_li li {
  display: inline-block;
  margin-right: 10px;
}

.content_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .content_block {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.content_doc {
  flex: 1;
  padding-right: 10px;
}

.content_img {
  max-width: 240px;
  width: 240px;
}

.content_img02 {
  max-width: 350px;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .content_doc {
    padding-right: 0px;
  }

  .content_img,
  .content_img02 {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.tel_no {
  font-size: 30px;
  font-weight: 700;
}

dl.release_list {
  margin-bottom: 10px;
}

dl.release_list dt {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

dl.release_list dd {
  display: inline-block;
}

@media only screen and (max-width: 640px) {

  dl.release_list dt,
  dl.release_list dd {
    display: block;
  }
}

#about_ir {
  margin-top: -220px;
  padding-top: 220px;
}

@media only screen and (max-width: 640px) {
  #about_ir {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.caption_txt {
  background-color: #fefefa;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}

/* 基調講演 */

.keynote_box {
  display: flex;
  background-color: #f2f2f2;
}

.keynote_time {
  position: relative;
  padding: 5px;
  width: 20%;
  max-width: 115px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(31, 42, 102, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.keynote_time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  /*transform: translate(0, -50%);*/
  border: 15px solid transparent;
  border-left: 15px solid rgba(31, 42, 102, 0.8);
}

.keynote_border {
  border-bottom: 1px solid #ffffff;
}

.keynote_border:last-of-type {
  margin-bottom: 50px;
}

.keynote_time span {
  margin: 0;
  padding: 0;
}

.keynote_speaker {
  padding: 10px 10px 10px 30px;
  width: 80%;
}

.keynote_speaker h4 {
  color: #1f2a66;
  font-size: 18px;
  padding-bottom: 10px;
}

.keynote_speaker ul {
  display: flex;
  align-items: center;
}

.keynote_speaker ul:nth-child(n + 2) {
  margin-top: 10px;
}

.keynote_speaker ul li p {
  font-size: 14px;
}

.keynote_speaker ul li img {
  width: 120px;
}

.keynote_speaker ul li:first-of-type {
  min-width: 120px;
}

.keynote_speaker ul li:last-of-type {
  padding-left: 20px;
}

.profile_box {
  padding: 0 10px 10px;
  background-color: #ffffff;
  font-size: 16px;
}

.profile_box dl {
  border: 1px solid #1f2a66;
  padding: 10px;
}

.profile_box dl dt {
  color: #1f2a66;
  font-weight: 700;
  padding-bottom: 5px;
}

.profile_box dl dd {
  margin-left: 0;
  line-height: 1.5;
}

.st {
  font-size: 16px;
  margin-left: 20px;
  background: linear-gradient(transparent 75%, #ff7f7f 75%);
}

.st_border {
  padding: 10px;
  background-color: rgba(255, 127, 127, 0.2);
}

.m50 {
  margin: 50px 0;
}

@media only screen and (max-width: 640px) {
  .keynote_box {
    flex-direction: column;
  }

  .keynote_time {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    background: #95a5bc;
  }

  .keynote_time:before {
    top: 50%;
    left: 50%;
    bottom: 0;
    margin-top: 30px;
    transform: translate(-50%, -50%);
    border: 15px solid transparent;
    border-top: 15px solid #95a5bc;
  }

  .keynote_border {
    border-bottom: 1px solid #ffffff;
  }

  .keynote_border:last-of-type {
    margin-bottom: 50px;
  }

  .keynote_time span {
    margin: 0;
    padding: 0;
  }

  .keynote_speaker {
    padding: 10px;
    width: 100%;
  }

  .keynote_speaker h4 {
    font-size: 16px;
  }

  .keynote_speaker ul li p {
    font-size: 12px;
  }

  .keynote_speaker ul li:first-of-type {
    width: 100px;
  }

  .keynote_speaker ul li:last-of-type {
    padding-left: 10px;
  }

  .st {
    display: inline-block;
    font-size: 12px;
    margin-left: 0;
  }
}

#top_media {
  justify-content: center;
}

#top_content .flex_wrap {
  display: flex;
  justify-content: center;

}

#top_content .flex_wrap>a {
  display: block;
  width: 24%;
  background-color: white;
  border: 1px solid #ddd;
  padding: 8px 10px 0px;
  box-shadow: 0 0 5px #c7c7c7;
  border-radius: 4px;
}

#top_content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#top_content ul li {
  border-left: 1px solid #333;
}

#top_content ul>li:last-child {
  border-right: 1px solid #333;
}

#top_content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 25px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: 0.3s;
}

#top_content ul li a:hover {
  background-color: #fff;
  border-radius: 5px;
}

#top_content .flex_wrap>a img {
  width: 100%;
}

#top_content ul li:nth-child(1) a:hover {
  color: #2c9149;
}

#top_content ul li:nth-child(3) a:hover {
  color: #009944;
}

#top_content ul li:nth-child(4) a:hover {
  color: #bf2026;
}

#top_content ul li:nth-child(2) a:hover {
  color: #f29218;
}



.map_content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0;
}

.map_content img {
  margin: 50px 0 20px;
  max-width: 80%;
  width: 1000px;
}

.map_content h2 {
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.map_content h2::after {
  content: "";
  border-bottom: 3px solid #2c9149;
  position: absolute;
  top: 48%;
  width: 100%;
  left: 0;
  z-index: -1;
}

.map_content h2 span {
  background-color: white;
  display: inline-block;
  z-index: 1;
  padding: 0 20px;
  font-size: 32px;
}

.map_content .note span:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 20px 10px;
  letter-spacing: 1px;
  text-decoration: underline;
  display: block;
}

.map_content .note span:last-child {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: #ff0900;
  padding: 0 20px 20px;
}


/* TOPスケジュール */
.schedule-wrap {
  max-width: 720px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

.schedule-item {
  width: 350px;
  font-size: 18px;
  border: 2px solid #aaa;
  border-radius: 30px;
  text-align: left;
  overflow: hidden;

  p {
    padding: 0 30px;

    span {
      font-size: 13px;
    }
  }

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

h3.schedule-titke {
  font-size: 1.7rem;
  font-weight: 400;
  color: #4e6db3;
  padding: 30px 30px 0;
}

.schedule-link {
  font-size: 18px;
  padding: 15px;
  text-align: center;
  margin-top: 20px;
}

.schedule-link.aichi {
  background: #2b9149;
}

.schedule-link.gunma {
  background: #f2961a;
}



#second_content {
  padding: 30px 0;
}

#second_content h2 {
  background: #3d3d3d;
  color: #f5f5f5;
  border-bottom: 0px;
  padding: 10px 15px;
  margin: 0 0 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_copy {
  padding-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#second_content>div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#second_content>div>div {
  flex: 1;
}

#second_content .top_information_inner li {
  border-bottom: 1px dotted #aaa;
  display: flex;
  gap: 10px;
  padding: 4px 0;
}

#second_content .top_information_inner {
  max-height: 290px;
  overflow-y: auto;
}

#second_content .top_information_inner li span {
  display: inline-block;
}

#second_content .top_information_inner li span:nth-child(1) {
  width: 10%;
}

#second_content .top_information_inner li span:nth-child(2) {
  width: 10%;
}

#second_content #top_information_inner2 li span:nth-child(2) {
  width: 0;
}

#second_content .top_information_inner li span:nth-child(3) {
  width: 80%;
}

#second_content .top_information_inner li span:nth-child(3) img {
  display: none;
}

#second_content .area_box {
  color: white;
  display: flex;
  width: 48px;
  height: 24px;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 3px;

}

/* #second_content .okinawa {
  background-color: #1e94d4;
} */

/* #second_content .tokyo {
  background-color: #d60c18;
} */

#second_content .aichi {
  background-color: #009a44;
}

#second_content .gunma {
  background-color: #f29219;
}

/* #second_content .chubu {
  background-color: #962128;
} */

#second_content .loading {
  text-align: center;
  padding: 20px 0;
}

#third_content {
  background-color: rgb(255, 247, 242);
  padding: 30px 0 25px;
}

#third_content>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* max-width: 1000px; */
  max-width: 700px;
  margin: 0 auto;
}

#third_content>div>div {
  flex: 1;
}

#third_content>div>div img {
  max-width: 100%;
}

#fourth_content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

#fourth_content h2 {
  background: #3d3d3d;
  color: #f5f5f5;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

#fourth_content>div:nth-child(n + 2) {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#fourth_content>div:last-child {
  margin-bottom: 0;
}

#fourth_content>div:nth-child(n + 2) a.border img {
  border: 1px solid #aaa;
}

#fourth_content>div:nth-child(n + 2) img {
  width: 220px;
}

#fourth_content>div img.bb {
  border: 1px solid #aaa;
}


#footer {}

#footer #fo_logo>div:first-child img {
  max-width: 300px;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.right_column iframe {
  margin-top: 0;
}

/* .right_column>a:nth-child(2) {
  margin-bottom: 25px;
  display: block;
}

.right_column>a:nth-child(2) img {
  display: block;
} */

@media only screen and (max-width: 640px) {
  #top_content ul li {
    width: 49%;
    border: none;
  }

  #top_content ul>li:last-child {
    border: none;
  }

  #top_content .flex_wrap {
    flex-wrap: wrap;
  }

  #top_content .flex_wrap a {
    width: 48%;
    margin-bottom: 2vw;
  }

  #top_content ul li a {}

  .main_copy {
    font-size: 4.5vw;
    padding: 2vw;
  }

  .main_copy br {
    display: none;
  }

  .map_content img {
    margin: 0;
    max-width: 100%;
  }

  .map_content {
    padding: 0;
  }

  .map_content h2,
  #second_content h2 {
    font-size: 4vw;
    padding: 2vw;
    margin-bottom: 2vw;
  }

  .map_content h2 span {
    font-size: 6vw;
    padding: 0 2vw;
  }

  .map_content .note span:first-child {
    font-size: 5vw;
    line-height: 1.5;
  }

  .map_content .note span:last-child {
    font-size: 4vw;
    line-height: 1.2;
  }

  #second_content {
    padding: 0 10px;
  }

  #second_content>div {
    max-width: 100%;
    display: block;
  }

  #second_content>div>div {
    padding: 0 2vw;
  }

  #second_content .area_box {
    height: 6vw;
  }

  #second_content #top_information_inner li {
    flex-wrap: wrap;
    gap: 1vw;
    padding: 3vw 0;
  }

  #second_content .top_information_inner {
    padding: 2vw;
    height: auto;
    overflow: scroll;
  }

  #second_content #top_information_inner li span {}

  #second_content #top_information_inner li span:nth-child(3) {
    width: 100%;
    font-size: 3.5vw;
  }

  #second_content #top_information_inner li span:nth-child(1) {
    width: 25%;
  }

  #second_content #top_information_inner li span:nth-child(2) {
    width: 25%;
  }

  #second_content h2 span:last-child {
    font-size: 100%;
  }

  #third_content {
    padding: 2vw;
  }

  #third_content>div {
    max-width: 100%;
    display: block;
  }

  #fourth_content {
    max-width: 100%;
  }

  #fourth_content>div:nth-child(2),
  #fourth_content>div {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }

  #fourth_content>div:nth-child(n + 3) {
    /* padding: 0 5vw;
    gap: 5vw; */
    display: block;
  }

  #fourth_content>div:last-child {
    margin-bottom: 1vw;
  }


  #top_content ul li a {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 6px 0;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .right_column iframe {
    max-width: 100%;
    height: 60vw;
    margin-top: 20px;
  }

  /* スケジュール */

  .schedule-wrap {
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 10px;

    h3 {
      padding: 20px;
    }

    p {
      font-size: 15px;
      padding: 0 20px;
    }
  }


}







.interview_youtube {
  max-width: 700px;
  margin: 40px auto 20px;
  /* border: 1px solid red; */
  padding-bottom: 25px;




  .title {
    background-color: red;
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
    padding: 10px;
    text-align: center;


    span {
      font-size: 18px;
      font-weight: normal;
    }
  }

  .youtube {
    text-align: center;
  }

  iframe {
    margin: 0 auto;
  }
}




.message_bnr {
  margin-top: 30px;
  text-align: center;
}

.message {
  #content {
    max-width: 1000px;
    margin: 0 auto;

    .head {
      text-align: center;
      margin-top: 30px;




      .bg {
        padding: 30px 0 80px;
        background-image: url(/images/message/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        .copy {
          font-size: 36px;
          margin-bottom: 30px;
          font-weight: bold;

          .sp {
            display: none;
          }
        }

        .text {
          font-size: 18px;
          font-weight: bold;

          p {
            margin-bottom: 15px;
            text-shadow: 0 1px 3px white;
          }
        }
      }

    }

    .body {
      margin-top: 50px;

      h2 {
        text-align: left;
        font-family: "Montserrat", serif;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
        color: #000;
        position: relative;
      }

      h2::after {
        position: absolute;
        top: 27px;
        left: 17%;
        content: "";
        display: block;
        border: 1px solid #000;
        letter-spacing: 2px;
        margin-top: -6px;
        width: 82%;
      }

      .sec1 {
        text-align: center;

        h2+div {
          margin-top: 10px;
        }

        h3 {
          text-align: center;
          font-size: 36px;
          font-weight: bold;
          margin-bottom: 50px;
          background-color: rgb(229 0 18);
          color: white;


          .sp {
            display: none;
          }
        }

        img {
          max-width: 800px;
        }

        .catch {
          font-size: 22px;
          margin-bottom: 50px;
        }
      }

      .sec2 {
        margin-top: 40px;

        .text1 {
          font-size: 17px;
          margin-bottom: 20px;
          font-weight: bold;
        }

        .img {
          text-align: center;
          padding-top: 60px;

          img {
            max-width: 600px;
          }
        }
      }


    }

    .profile {
      margin-top: 80px;
      border: 5px solid rgb(229 0 18);
      padding: 30px 30px 50px;



      .head {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;





        .name {
          font-size: 34px;
          font-weight: bold;
          margin-bottom: 30px;
          letter-spacing: 2px;
        }

        .name>span:first-child {
          margin-right: 10px;
          display: block;
          line-height: 1;
          margin-bottom: 7px;
        }

        .name>span:last-child {
          font-size: 16px;
          font-weight: normal;
          font-family: "Montserrat", serif;
          letter-spacing: 1px;
          display: block;
          line-height: 1;
        }

        .title {
          font-weight: bold;
          font-size: 14px;
          line-height: 1.5;
          padding-left: 10px;
          margin-bottom: 20px;
          letter-spacing: 2px;
        }

        .office {
          font-size: 17px;
          margin-bottom: 10px;
        }
      }

      .head>div {
        flex: 0 0 48%;
        text-align: left;
      }

      .head>div:first-child {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
        flex: 0 0 30%;
      }

      .body {
        margin-top: 30px;

        h3 {
          background-color: rgb(229 0 18);
          color: white;
          margin-bottom: 10px;
          /* font-family: "Montserrat", serif; */
          padding: 5px 20px;
          letter-spacing: 1px;
          margin: 40px 0 15px;
        }
      }
    }


    .btn {
      display: flex;
      justify-content: center;
      margin-top: 50px;

      a {
        width: 90%;
        display: block;
        max-width: 300px;
        background-color: red;
        color: white;
        font-weight: bold;
        font-size: 24px;
        line-height: 1;
        text-decoration: none;
        display: flex;
        justify-content: center;
        padding: 20px;
        letter-spacing: 1px;
        border: 2px solid red;
        transition: 0.2s;
      }

      a:hover {
        background-color: white;
        color: red;
      }
    }
  }
}


@media only screen and (max-width: 640px) {
  .interview_youtube {
    margin: 20px auto;
    padding-bottom: 0;
    border: none;

    .title {
      font-size: 28px;
      margin-bottom: 0;

      span {
        margin-top: 5px;
        display: block;
        font-size: 14px;
      }
    }

    iframe {
      width: 100%;
    }
  }



  .message {
    .sp {
      display: block !important;
    }

    #content {
      max-width: 1000px;
      margin: 0 auto;

      .head {
        text-align: center;

        .bg {
          padding-bottom: 0px;

          .copy {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1.3;

            .sp {
              display: block;
            }
          }

          .text {
            font-size: 15px;
            font-weight: bold;
            text-align: left;
            padding: 0 10px;
            line-height: 1;

            p {
              margin-bottom: 5px;
            }

            br {
              display: none;
            }
          }
        }

      }

      .body {
        margin-top: 20px;

        h2 {
          font-size: 16px;
          margin-bottom: 10px;
          padding: 0 10px;
        }

        h2::after {
          top: 20px;
          left: 31%;
        }

        .sec1 {
          text-align: center;

          h2+div {
            margin-top: 10px;
          }

          h3 {
            font-size: 20px;
            line-height: 1.3;
            padding: 5px 0;
            margin-bottom: 20px;
          }

          img {
            max-width: 100%;
          }

          .img {
            padding: 0 30px;
          }

          .catch {
            font-size: 15px;
            margin-bottom: 20px;
            text-align: left;
            padding: 0 10px;

            br {
              display: none;
            }
          }
        }

        .sec2 {
          margin-top: 40px;

          .text1 {
            font-size: 14px;
            margin-bottom: 20px;
            font-weight: bold;
            padding: 0 10px;
          }

          .text2 {
            padding: 0 10px;
          }

          .img {
            text-align: center;
            padding: 10px 10px 10px;

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


      }

      .profile {
        margin: 20px 10px;
        /* border: 5px solid #000000; */
        padding: 25px 10px;










        .head {
          display: block;
          justify-content: space-between;
          align-items: flex-end;
          margin-top: 15px;











          .name {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px;
          }

          .name>span:first-child {
            margin-right: 10px;
          }

          .name>span:last-child {
            font-size: 14px;
            font-weight: normal;
            font-family: "Montserrat", serif;
          }

          .title {
            font-weight: bold;
            font-size: 13px;
            line-height: 1.5;
            padding-left: 0;
            margin-bottom: 10px;
          }

          .office {
            font-size: 14px;
            margin-bottom: 10px;
            padding-left: 0;
          }
        }

        .head>div {
          flex: 0 0 48%;
          text-align: left;
        }

        .head>div:first-child {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          align-items: flex-start;
          padding-left: 30px;
        }

        .body {
          margin-top: 30px;

          h3 {
            /* background-color: #000; */
            color: white;
            margin-bottom: 10px;
            /* font-family: "Montserrat", serif; */
            padding: 5px 20px;
            letter-spacing: 1px;
            margin: 20px 0 5px;
          }
        }
      }


      .btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 40px;







        a {
          width: 90%;
          display: block;
          max-width: 300px;
          background-color: red;
          color: white;
          font-weight: bold;
          font-size: 20px;
          line-height: 1;
          text-decoration: none;
          display: flex;
          justify-content: center;
          padding: 20px;
          letter-spacing: 1px;
          border: 2px solid red;
          transition: 0.2s;
        }

        a:hover {
          background-color: white;
          color: red;
        }
      }
    }
  }











}