@charset "UTF-8";
#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #000;
}
@media screen and (max-width: 1169px) {
  body {
    letter-spacing: 0;
  }
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
a:hover, a:active {
  opacity: .6;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1169px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.row {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}

.col {
  position: relative;
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
}

.m-title {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin-bottom: 90px;
}
.m-title .small {
  position: relative;
  display: block;
  font-size: 16px;
}
.m-title .purple {
  color: #4c3087;
}
.m-title .yellow {
  color: #e9db21;
}
.m-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #4c3087;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1169px) {
  .m-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .m-title .small {
    position: relative;
    display: block;
    font-size: 12px;
  }
  .m-title:before {
    bottom: -20px;
  }
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}
