@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Lato:400,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
article,
picture,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}
menu,
ol,
ul {
  list-style: none;
  counter-reset: i;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  line-height: 1.5;
  color: #121212;
  font-size: 14px;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
.header {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 200;
}
@media screen and (max-width: 800px) {
  .header {
    padding-right: 70px;
    height: 50px;
  }
}
.header__ci {
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .header__ci {
    width: 70%;
  }
}
.header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__utility li {
  margin-left: 44px;
}
.header__utility li a {
  font-weight: 600;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.header__utility li a:hover {
  color: #c14040;
}
.header__utility__btn {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 500 !important;
  background: #840B0B;
  letter-spacing: .1em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.header__utility__btn:hover {
  color: #fff !important;
  background: #c14040;
}
@media screen and (max-width: 800px) {
  .header__utility {
    display: none;
  }
}
.header img {
  display: block;
}
.gnav {
  display: none;
}
@media screen and (max-width: 800px) {
  .gnav {
    float: right;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
  }
  .gnav .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .gnav .humberger {
    cursor: pointer;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 15;
    background: #840B0B;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 28px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger span {
    width: 26px;
    height: 2px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(1) {
    top: 16px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(1) {
    top: 12px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(2) {
    top: 26px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(2) {
    top: 21px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(3) {
    top: 34px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger span:nth-of-type(3) {
    top: 28px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .humberger__typo {
    margin: 0;
    position: absolute;
    top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .humberger__typo {
    top: 33px;
    left: 50%;
    font-size: 9px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js {
    background: #840B0B;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 0;
    height: 100%;
    width: 300px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js {
    padding: 50px 0;
    height: 100%;
    width: 300px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js .gnav_menu {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js .gnav_menu {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js .gnav_menu li {
    margin: 16px 0;
    color: #fff;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js .gnav_menu li {
    margin: 16px 0;
    color: #fff;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility li a {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav .gnav-js .gnav_utility li a {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .gnav.is-open .overlay {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
  }
  .gnav.is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 11px) rotate(-45deg);
    -ms-transform: translate(-50%, 11px) rotate(-45deg);
    transform: translate(-50%, 11px) rotate(-45deg);
    background: #fff;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav.is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 9px) rotate(-45deg);
    -ms-transform: translate(-50%, 9px) rotate(-45deg);
    transform: translate(-50%, 9px) rotate(-45deg);
  }
}
@media screen and (max-width: 800px) {
  .gnav.is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav.is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  .gnav.is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -7px) rotate(45deg);
    -ms-transform: translate(-50%, -7px) rotate(45deg);
    transform: translate(-50%, -7px) rotate(45deg);
    background: #fff;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .gnav.is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -7px) rotate(45deg);
    -ms-transform: translate(-50%, -7px) rotate(45deg);
    transform: translate(-50%, -7px) rotate(45deg);
  }
}
@media screen and (max-width: 800px) {
  .gnav.is-open .humberger__typo {
    color: #fff;
  }
  .gnav.is-open .gnav-js {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  background: url(../images/hero.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
  }
}
.hero__typo {
  padding-top: 150px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  line-height: 2.4;
  text-shadow: 0 0 20px #000;
}
@media screen and (max-width: 800px) {
  .hero__typo {
    padding-top: 0;
    font-size: 15px;
  }
}
.hero__typo span {
  margin-top: 40px;
  display: block;
  font-size: 23px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .hero__typo span {
    margin-top: 20px;
    display: block;
    font-size: 13px;
  }
}
.sidekick {
  padding-top: 130px;
  padding-bottom: 60px;
  background: #0A214E;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sidekick {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.sidekick__typo {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .15em;
}
@media screen and (max-width: 800px) {
  .sidekick__typo {
    font-size: 22px;
  }
}
.container {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.container:nth-child(even) {
  background: #F0F0F0;
}
.container.gray {
  background: #F0F0F0;
}
.locus {
  margin: auto;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
}
@media screen and (max-width: 800px) {
  .locus {
    width: auto;
  }
}
.locus li:first-child>a:before {
  font-family: "FontAwesome";
  content: "\f015";
}
.locus li:not(:last-child):after {
  margin-right: 8px;
  margin-left: 8px;
  content: "/";
}
.contents {
  margin: auto;
  width: 1024px;
}
@media screen and (max-width: 800px) {
  .contents {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.context>*:first-child {
  margin-top: 0 !important;
}
.context>*:last-child {
  margin-bottom: 0 !important;
}
.context>* {
  margin-top: 20px;
  line-height: 1.8;
}
.context ul li {
  margin-left: 40px;
  list-style: disc;
}
.context ol li {
  margin-left: 40px;
  list-style: decimal;
}
.context strong,
.context em {
  font-weight: 600;
}
.heading__enorme {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  color: #0A214E;
}
@media screen and (max-width: 800px) {
  .heading__enorme {
    font-size: 18px;
  }
}
.heading__enorme span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .heading__enorme span {
    font-size: 15px;
  }
}
.heading__enorme span:before {
  margin-top: 16px;
  margin-bottom: 16px;
  content: url(../images/hori.png);
  display: block;
}
.heading__venti {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.heading__venti:after {
  margin: auto;
  margin-top: 20px;
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: #ccc;
  border-radius: 100px;
}
.heading__grande {
  font-size: 24px;
  font-weight: bold;
  padding: 4px 20px;
  background: #ccc;
}
.heading__tall {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.heading__tall.blue {
  color: #0A214E;
}
.heading__short {
  padding: 2px 4px;
  border-left: solid 8px #ccc;
  font-size: 16px;
  font-weight: bold;
}
.shortest {
  margin: auto;
  width: 820px;
}
@media screen and (max-width: 800px) {
  .shortest {
    width: auto;
  }
}
.frame {
  padding: 40px 20px;
  border: solid 5px #0A214E;
}
@media screen and (max-width: 800px) {
  .frame {
    padding: 16px;
  }
}
.frame2 {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .frame2 {
    padding: 16px;
  }
}
.pannel {
  padding: 20px;
  color: #fff;
  background: #0A214E;
}
.pannel.white {
  padding: 20px;
  color: #626262;
  background: #fff;
}
.pannel.gray {
  padding: 20px;
  color: #333;
  background: #f0f0f0;
}

.btns {
  display: block;
}
.btns>* {
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .btns>* {
    margin: 0;
    display: block;
  }
}
.btn {
  height: 40px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #0A214E;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  font-size: 15px;
  letter-spacing: .1em;
  min-width: 250px;
}
@media screen and (max-width: 800px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #2c4880;
}
.btn__large {
  width: 391px;
  height: 77px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #0A214E;
  background: #fff;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  font-size: 25px;
  letter-spacing: .1em;
}
@media screen and (max-width: 800px) {
  .btn__large {
    width: 100%;
  }
}
.btn__large:hover {
  background: #c4d1ea;
}
.btn.alpha {
  color: #840B0B;
  background: #fff;
}
.btn.alpha:hover {
  background: #fff5dd;
}
.btn.radius {
  border-radius: 100px;
}
.bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bnrs li {
  margin: 0 28px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .bnrs li {
    margin: 5px 4%;
    width: 40%;
  }
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .news {
    display: block;
  }
}
.news:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .news:not(:first-child) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: dotted 1px #ccc;
  }
}
.news dt {
  width: 150px;
}
@media screen and (max-width: 800px) {
  .news dt {
    width: 100%;
  }
}
.news dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 800px) {
  .news dd {
    width: 100%;
  }
}
.post-categories {
  margin-top: 12px;
  text-align: right;
}
.post-categories li {
  display: inline-block;
}
.post-categories li a {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  min-width: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #666;
  border-radius: 100px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
@media screen and (max-width: 800px) {
  .post-categories li a {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.post-categories li a:hover {
  background: #888;
}
.fig {
  text-align: center;
}
.fig__caption {
  margin-top: 8px;
  text-align: center;
  color: #666;
}
.circle {
  border-radius: 100%;
}
.column--sb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .column--sb2 {
    display: block;
  }
}
.column--sb2>* {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .column--sb2>* {
    width: auto;
  }
}
.column--sb2>*:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.column--sb2.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.column--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .column--2 {
    display: block;
  }
}
.column--2>* {
  margin-right: 20px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .column--2>* {
    margin-right: 0;
    width: auto;
  }
}
.column--2>*:nth-child(2n) {
  margin-right: 0;
}
.column--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .column--3 {
    display: block;
  }
}
.column--3>* {
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(33% - 10px);
}
@media screen and (max-width: 800px) {
  .column--3>* {
    margin-right: 0;
    width: auto;
  }
}
.column--3>*:nth-child(3n) {
  margin-right: 0;
}
.column--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .column--4 {
    display: block;
  }
}
.column--4>* {
  margin-right: 20px;
  width: calc(25% - 15px);
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .column--4>* {
    margin-right: 0;
    width: auto;
  }
}
.column--4>*:nth-child(4n) {
  margin-right: 0;
}
.lefty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .lefty {
    display: block;
  }
}
.lefty>*:first-child {
  width: calc(40% - 20px);
}
@media screen and (max-width: 800px) {
  .lefty>*:first-child {
    width: 100%;
  }
}
.lefty>*:last-child {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .lefty>*:last-child {
    width: 100%;
  }
}
.righty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .righty {
    display: block;
  }
}
.righty>*:first-child {
  width: calc(40% - 20px);
}
@media screen and (max-width: 800px) {
  .righty>*:first-child {
    width: 100%;
  }
}
.righty>*:last-child {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .righty>*:last-child {
    width: 100%;
  }
}
.definitioncard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .definitioncard {
    display: block;
  }
}
.definitioncard dt {
  width: 16%;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .definitioncard dt {
    width: 100%;
    font-size: 16px;
  }
}
.definitioncard dt span {
  display: block;
}
.definitioncard dd {
  padding-left: 30px;
  border-left: solid 2px #333;
  width: 84%;
}
@media screen and (max-width: 800px) {
  .definitioncard dd {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    border-left: 0;
    border-top: solid 1px #999;
    width: 100%;
  }
}
.gmap {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 800px) {
  .gmap {
    height: 300px;
  }
}
.table__alpha {
  width: 100%;
  table-layout: fixed;
}
.table__alpha tr th {
  padding: 20px;
  border: solid 1px #fff;
  width: 30%;
  color: #fff;
  background: #0A214E;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .table__alpha tr th {
    padding: 12px;
    border: solid 1px #0A214E;
    display: block;
    width: 100%;
  }
}
.table__alpha tr td {
  padding: 20px;
  border: solid 1px #626262;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .table__alpha tr td {
    padding: 12px;
    border: solid 1px #0A214E;
    display: block;
    width: 100%;
  }
}
.table__beta {
  width: 100%;
  table-layout: fixed;
}
.table__beta tr th {
  padding: 12px;
  text-align: left;
  border-bottom: solid 1px #aaa;
  vertical-align: middle;
}
.table__beta tr td {
  padding: 12px;
  text-align: right;
  border-bottom: solid 1px #aaa;
  vertical-align: middle;
}
.table__gamma {
  width: 100%;
  table-layout: fixed;
}
.table__gamma tr th {
  padding: 12px;
  border: solid 2px #fff;
  vertical-align: middle;
  background: #ccc;
}
@media screen and (max-width: 800px) {
  .table__gamma tr th {
    border: solid 1px #fff;
    padding: 4px;
    font-size: 11px;
  }
}
.table__gamma tr th:first-child {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .table__gamma tr th:first-child {
    width: 22%;
  }
}
.table__gamma tr th:last-child {
  width: 15%;
}
@media screen and (max-width: 800px) {
  .table__gamma tr th:last-child {
    width: 16%;
  }
}
.table__gamma tr td {
  padding: 12px;
  border: solid 2px #fff;
  vertical-align: middle;
  text-align: center;
  background: #eee;
  color: #666;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .table__gamma tr td {
    border: solid 1px #fff;
    padding: 4px;
    font-size: 15px;
  }
}
.table__contact {
  width: 100%;
  table-layout: fixed;
}
.table__contact tr th {
  width: 30%;
  padding: 24px 0;
  text-align: left;
  border-bottom: dashed 1px #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .table__contact tr th {
    margin-bottom: 8px;
    padding: 0;
    display: block;
    border-bottom: 0;
    width: 100%;
  }
}
.table__contact tr td {
  width: 70%;
  padding: 24px 0;
  border-bottom: dashed 1px #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .table__contact tr td {
    padding: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
}
.input__short {
  margin-bottom: 20px;
  width: 30%;
  padding: 12px;
  font-size: 15px;
  border: solid 1px #9F9F9F;
  background: #fff;
  color: #626262;
}
@media screen and (max-width: 800px) {
  .input__short {
    width: 50%;
  }
}
.input__large {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: solid 1px #9F9F9F;
  background: #fff;
  color: #626262;
}
.textarea__large {
  padding: 12px;
  border: 0;
  width: 100%;
  height: 300px;
  border: solid 1px #9F9F9F;
  background: #fff;
  color: #626262;
  font-size: 15px;
}
.require:after {
  margin-right: 0;
  padding: 2px 10px;
  display: block;
  float: right;
  content: "必須";
  color: #fff;
  font-size: 11px;
  background: #e57373;
}
@media screen and (max-width: 800px) {
  .require:after {
    margin-right: 0;
    padding: 2px 4px;
  }
}
.confirm:after {
  margin-right: 0;
  padding: 2px 10px;
  display: block;
  float: right;
  content: "確認";
  color: #fff;
  font-size: 11px;
  background: #81C784;
}
@media screen and (max-width: 800px) {
  .confirm:after {
    margin-right: 0;
    padding: 2px 4px;
  }
}
.categorynav {
  margin: auto;
  width: 600px;
}
@media screen and (max-width: 800px) {
  .categorynav {
    margin: auto;
    width: 100%;
  }
}
.categoryselect {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  background: #eee url(../images/select_down.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 11px center;
  border-radius: 0;
  font-size: 16px;
  vertical-align: middle;
  height: 40px;
  padding: 5px 12px;
  border: none;
  color: #828c9a;
  width: 100%;
}
.postdate {
  font-size: 14px;
}
.ico--circle:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
}
.ico--clock:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f017";
}
.ico--callme:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
}
.ico--contactus:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
}
.ico--facebook:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
}
.ico--twitter:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}
.ico--instagram:before {
  margin-right: 5px;
  font-size: 15px;
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}
.indent {
  padding-left: 18px;
}
.pagination {
  margin-top: 60px;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .pagination {
    margin-top: 28px;
  }
}
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  color: #999;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #999;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}
.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}
.pagination li.current a {
  background-color: #eee;
  cursor: default;
  pointer-events: none;
}
.pagination>li:first-child>a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination>li:last-child>a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.footer {
  padding-top: 40px;
  background: #0A214E;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-top: 20px;
  }
}
.footer__ci {
  font-size: 25px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}
.footer__address {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .footer__address {
    font-size: 12px;
  }
}
.footer__copyright {
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
.goentry {
  padding: 24px 20px;
  display: block;
  border: solid 5px #840B0B;
  background: #fff;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .goentry {
    padding: 12px;
  }
}
.goentry:hover {
  background: #fff5dd;
}
.entryflow li {
  position: relative;
  padding: 28px;
  color: #fff;
  background: #BF6060;
}
@media screen and (max-width: 800px) {
  .entryflow li {
    padding: 14px;
    padding-top: 18px;
  }
}
.entryflow li:after {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 87px);
  content: '';
  display: block;
  border-top: solid 9px #BF6060;
  border-right: solid 87px transparent;
  border-bottom: solid 9px transparent;
  border-left: solid 87px transparent;
  z-index: 100;
}
.entryflow li:nth-child(2n) {
  background: #932F2F;
}
.entryflow li:nth-child(2n):after {
  content: '';
  display: block;
  border-top: solid 9px #932F2F;
  border-right: solid 87px transparent;
  border-bottom: solid 9px transparent;
  border-left: solid 87px transparent;
}
.entryflow li:last-child:after {
  display: none;
}
.entryflow li dl dt {
  font-weight: 600;
  font-size: 18px;
}
.entryflow li dl dd {
  margin-top: 8px;
  font-weight: 300;
}
.caution {
  text-indent: -1em;
  margin-left: 1em;
}
.eyecatch {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
  width: 500px;
}
@media screen and (max-width: 800px) {
  .eyecatch {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.lefty>*:last-child {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .lefty>*:last-child {
    width: 100%;
  }
}
.righty>*:last-child {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .righty>*:last-child {
    width: 100%;
  }
}
.ico--callme:before {
  font-size: 20px;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt28 {
  margin-top: 28px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt36 {
  margin-top: 36px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mt70 {
  margin-top: 70px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-mb4 {
  margin-bottom: 4px !important;
}
.u-mb8 {
  margin-bottom: 8px !important;
}
.u-mb12 {
  margin-bottom: 12px !important;
}
.u-mb16 {
  margin-bottom: 16px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb24 {
  margin-bottom: 24px !important;
}
.u-mb28 {
  margin-bottom: 28px !important;
}
.u-mb32 {
  margin-bottom: 32px !important;
}
.u-mb36 {
  margin-bottom: 36px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-fz8 {
  font-size: 8px !important;
}
.u-fz12 {
  font-size: 12px !important;
}
.u-fz16 {
  font-size: 16px !important;
}
.u-fz20 {
  font-size: 20px !important;
}
.u-fz24 {
  font-size: 24px !important;
}
.u-fz28 {
  font-size: 28px !important;
}
.u-fz32 {
  font-size: 32px !important;
}
.u-fz36 {
  font-size: 36px !important;
}
.u-fz40 {
  font-size: 40px !important;
}
.u-disc {
  margin-left: 40px;
  list-style: disc;
}
.u-decimal {
  margin-left: 40px;
  list-style: decimal;
}
.u-ti {
  padding-left: 20px;
}
.u-tal {
  text-align: left !important;
}
.u-tac {
  text-align: center !important;
}
.u-tar {
  text-align: right !important;
}
.u-dn {
  display: none !important;
}
.u-db {
  display: block !important;
}
.u-di {
  display: inline !important;
}
.u-dib {
  display: inline-block !important;
}
.u-df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-jcc {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.u-jcsb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.u-tdu {
  text-decoration: underline !important;
}
@media screen and (max-width: 800px) {
  .u-mt0-s {
    margin-top: 0px !important;
  }
  .u-mt4-s {
    margin-top: 4px !important;
  }
  .u-mt8-s {
    margin-top: 8px !important;
  }
  .u-mt12-s {
    margin-top: 12px !important;
  }
  .u-mt16-s {
    margin-top: 16px !important;
  }
  .u-mt20-s {
    margin-top: 20px !important;
  }
  .u-mt24-s {
    margin-top: 24px !important;
  }
  .u-mt28-s {
    margin-top: 28px !important;
  }
  .u-mt32-s {
    margin-top: 32px !important;
  }
  .u-mt36-s {
    margin-top: 36px !important;
  }
  .u-mt40-s {
    margin-top: 40px !important;
  }
  .u-mt50-s {
    margin-top: 50px !important;
  }
  .u-mt60-s {
    margin-top: 60px !important;
  }
  .u-mt70-s {
    margin-top: 70px !important;
  }
  .u-mt80-s {
    margin-top: 80px !important;
  }
  .u-mb0-s {
    margin-bottom: 0px !important;
  }
  .u-mb4-s {
    margin-bottom: 4px !important;
  }
  .u-mb8-s {
    margin-bottom: 8px !important;
  }
  .u-mb12-s {
    margin-bottom: 12px !important;
  }
  .u-mb16-s {
    margin-bottom: 16px !important;
  }
  .u-mb20-s {
    margin-bottom: 20px !important;
  }
  .u-mb24-s {
    margin-bottom: 24px !important;
  }
  .u-mb28-s {
    margin-bottom: 28px !important;
  }
  .u-mb32-s {
    margin-bottom: 32px !important;
  }
  .u-mb36-s {
    margin-bottom: 36px !important;
  }
  .u-mb40-s {
    margin-bottom: 40px !important;
  }
  .u-mb50-s {
    margin-bottom: 50px !important;
  }
  .u-mb60-s {
    margin-bottom: 60px !important;
  }
  .u-mb70-s {
    margin-bottom: 70px !important;
  }
  .u-mb80-s {
    margin-bottom: 80px !important;
  }
  .u-fz8-s {
    font-size: 8px !important;
  }
  .u-fz12-s {
    font-size: 12px !important;
  }
  .u-fz16-s {
    font-size: 16px !important;
  }
  .u-fz20-s {
    font-size: 20px !important;
  }
  .u-fz24-s {
    font-size: 24px !important;
  }
  .u-fz28-s {
    font-size: 28px !important;
  }
  .u-fz32-s {
    font-size: 32px !important;
  }
  .u-fz36-s {
    font-size: 36px !important;
  }
  .u-fz40-s {
    font-size: 40px !important;
  }
  .u-tal-s {
    text-align: left !important;
  }
  .u-tac-s {
    text-align: center !important;
  }
  .u-tar-s {
    text-align: right !important;
  }
  .u-dn-s {
    display: none !important;
  }
  .u-db-s {
    display: block !important;
  }
  .u-di-s {
    display: inline !important;
  }
  .u-dib-s {
    display: inline-block !important;
  }
  .u-df-s {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-jcc-s {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-jcsb-s {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-tdu-s {
    text-decoration: underline !important;
  }
}