@charset "UTF-8";
/* -------------------------------------------------------------- */
body {
  /*color:#333;
	font-size:16px;
	font-family:verdana,"メイリオ","Meiryo","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#fff;*/
  -webkit-text-size-adjust: none;
}

.clearfix {
  zoom: 1;
  /*for IE 5.5-7*/
  min-height: 1%;
}

.clearfix:after {
  /*for modern browser*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  display: inline-table;
  /*\*/
  display: block;
}

body {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.main {
  width: auto;
  border: none;
}

@media screen and (max-width: 767px) {
  .main {
    line-height: 1.5;
  }
}

h1 {
  margin: 0;
}

/*2105追加*/
.ff-yugo {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.max-w-100p {
  max-width: 100%;
}

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

.fw-500 {
  font-weight: 500;
}

.u-line {
  text-decoration: underline;
}

.bg-lite-g {
  background: #f6f6f6 !important;
}

.bg-red {
  background: #c00 !important;
}

.fc-red {
  color: #C00 !important;
}

.fc-red-d {
  color: #990000 !important;
}

.fc-wh {
  color: #fff !important;
}

.ff-didot {
  font-family: linotype-didot,serif;
  font-weight: 400;
  font-style: normal;
}

.brand-expand-btn {
  color: #000;
  text-decoration: none;
}

.top-mv {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .top-mv {
    margin-bottom: 40px;
  }
}

.top-mv__lead {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top-mv__lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.top-mv__link {
  font-size: 12px;
  margin-bottom: 170px;
}

@media screen and (max-width: 767px) {
  .top-mv__link {
    margin-bottom: 50px;
  }
}

.top-mv__link-head {
  font-size: 16px;
  color: #cc0000;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top-mv__link-head {
    font-size: 14px;
  }
}

.top-mv__link-head:after, .top-mv__link-head:before {
  content: '';
  width: 1px;
  height: 120%;
  background: #cc0000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-mv__link-head:after, .top-mv__link-head:before {
    height: 110%;
  }
}

.top-mv__link-head:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -20px;
}

.top-mv__link-head:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -20px;
}

.top-mv__link .btn {
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .top-mv__link .btn img {
    width: 80%;
  }
}

.top-mv__link .btn.normal-btn {
  margin: 30px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .top-mv__link .btn.normal-btn {
    margin: 30px 0 0;
  }
  .top-mv__link .btn.normal-btn img {
    padding-right: 6%;
  }
}

.top-mv__link .under-line {
  text-decoration: underline;
}

.about__navi {
  width: 1000px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about__navi {
    width: 100%;
    margin-bottom: 75px;
    padding: 0 20px;
  }
}

.about__navi-list {
  background: #fff;
  padding: 40px 30px 0;
  width: 235px;
  height: 235px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .about__navi-list {
    width: 160px;
    height: 160px;
    padding: 30px 20px 0;
  }
  .about__navi-list:nth-child(n+3) {
    margin-top: 5%;
  }
}

.about__navi-lead {
  border-bottom: dashed 1px #ccc;
}

.about__navi-lead .dot {
  position: relative;
}

.about__navi-lead .dot:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #c00;
  border-radius: 50%;
  position: absolute;
  top: -0.5em;
  right: 0;
  left: 0;
  margin: auto;
}

.about__box {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about__box {
    width: 100%;
  }
}

.about__box-inner {
  border: 1px solid #000;
}

.about__box-lead h3 {
  background: #f6f6f6;
}

.about__box-exp span {
  border-bottom: 1px solid #000;
}

.about__box-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .about__box-list + .about__box-list:before {
    content: '';
    display: block;
    height: 100%;
    border-left: dashed 1px #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .about__box-list + .about__box-list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: dashed 1px #ccc;
  }
}

@media screen and (min-width: 768px) {
  .about__box-list.s-item + .about__box-list:before {
    left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .about__box-list.s-item + .about__box-list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .about__box-list.s-item {
    position: relative;
  }
  .about__box-list.s-item:after {
    content: '';
    display: block;
    width: 260px;
    border-bottom: dashed 1px #ccc;
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -40px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .about__box-list.s-item:last-child {
    border-bottom: dashed 1px #ccc;
  }
}

.about__box-label {
  background: #990000;
}

.about__box-double {
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
}

.condition__lead {
  border-bottom: dashed 1px #ccc;
}

.condition__desc {
  position: relative;
  padding-left: 10px;
}

.condition__desc + .condition__desc {
  margin-top: 5px;
}

.condition__desc:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
/*# sourceMappingURL=campaign.css.map */