@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

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

/*===================================
 * colors
===================================*/
/*===================================
 * color
===================================*/
.mh_tRed01 {
  color: #e70012;
}

/*===================================
 * 画像
===================================*/
img {
  width: 100%;
  height: auto;
}

.imgbg img {
  vertical-align: middle;
}

/*===================================
 * リンク
===================================*/
a {
  display: inline-block;
}

/*===================================
 * font
===================================*/
h6 {
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: rgba(153, 153, 153, 0.6);
  margin-bottom: 5px;
}

/*===================================
 * 文字
===================================*/
p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: #021f59;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*===================================
 * smGird
===================================*/
.smGrid {
  font-size: 12px;
}

/*===================================
 * ページネーション
===================================*/
.p-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.page-numbers {
  display: flex;
  margin-top: 12px;
}

.page-numbers li {
  display: block;
}

.page-numbers span {
  background: #005c42;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  font-weight: bold;
  box-sizing: content-box;
  line-height: 17px;
}

.pagination {
  margin-top: 12px;
  text-align: center;
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 30px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #d81f32;
  border: 1px solid #d81f32;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.sub-text-center {
  text-align: center;
}

/*===================================
 * layout 外枠
===================================*/
.layout {
  margin-top: 6.25rem;
}

/*===================================
 * 公開まで非表示
===================================*/
#access .inner_links {
  max-width: 500px;
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#access .inner_links a {
  display: block;
  width: 20%;
  margin: 15px 10px;
  text-align: center;
  padding: 8px 19px;
  border: 1px solid #b9d8cf;
  border-radius: 50px;
  margin-bottom: 20px;
}
#access .inner_links a:hover {
  background: #021f59;
  color: #ebf0f2;
}
@media screen and (max-width: 767px) {
  #access .inner_links a {
    width: 100%;
  }
}
#access .inner_links a:nth-child(odd) {
  margin-right: 20px;
}
#access img {
  width: 100%;
}

table.access-train {
  color: #021f59;
  width: 100%;
  font-size: 13px;
  line-height: 200%;
}
table.access-train tr {
  height: 26px;
}
table.access-train th {
  padding: 0;
  text-align: left;
  width: 140px;
}
table.access-train td {
  padding: 0;
  text-align: left;
  width: calc(100% - 140px);
}
table.access-train ul {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 200%;
  color: #021f59;
}
table.access-train ul li:before {
  content: url("/wp-content/themes/machspeed/assets/img/access/triangle-right.svg");
  margin-right: 4px;
}

.access-info {
  background: #ebf0f2;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
.access-info__text {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 200%;
  color: #5f7092;
}
.access-info__text li {
  display: flex;
}
.access-info__text li::before {
  content: url("/wp-content/themes/machspeed/assets/img/access/callout-info.svg");
  margin-right: 10px;
}

.access-subTitle {
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: #021f59;
  margin-top: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.access-subTitle::before {
  display: flex;
  content: url("/wp-content/themes/machspeed/assets/img/access/train.svg");
  height: 28px;
  margin-right: 8px;
}
.access-subTitle::after {
  display: flex;
  content: "";
  height: 1px;
  margin-left: 8px;
  background: url("/wp-content/themes/machspeed/assets/img/access/h3-line.svg") repeat-x;
}

.access-floa__list li {
  display: flex;
}
.access-floa__list li::before {
  content: "⚫︎";
  margin-right: 6px;
  position: relative;
  top: 10px;
}
.access-floa .floa-title {
  font-size: 16px;
  font-weight: bold;
}