@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
.c5-card:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 640px) {
  .c5-card--imageRight .c5-card__figure {
    float: right;
    padding-left: 75px;
  }
  .c5-card--imageLeft .c5-card__figure {
    float: left;
    padding-right: 75px;
  }
  .c5-card__text {
    overflow: hidden;
  }
}

@media only screen and (max-width: 639px) {
  .c5-card__figure {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .c5-card--tablet .c5-card__figure {
    float: none;
    padding: 0;
    text-align: center;
  }
}

.c5-figure {
  text-align: center;
  margin: 50px auto;
}

@media only screen and (max-width: 639px) {
  .c5-figure {
    margin: 20px auto;
  }
}

.c5-figure img {
  vertical-align: bottom;
  max-width: 100%;
}

.c5-figure figcaption {
  text-align: left;
}

.c5-figure__figcaption {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}

@media only screen and (max-width: 639px) {
  .c5-figure__figcaption {
    margin-top: 40px;
  }
}

.c5-dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .5em;
}

.c5-dl dt:before {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: middle;
  background-color: #2f353d;
  position: absolute;
  top: .2em;
  left: 0;
}

.c5-dl dd {
  margin: 0;
}

.c5-dl dd + dt {
  margin-top: 2em;
}

.c5-list {
  padding: 0;
}

.c5-list li a {
  text-indent: initial;
}

.c5-list > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.c5-list > li:before {
  content: '';
  display: inline-block;
  width: .2em;
  height: .2em;
  vertical-align: middle;
  background-color: #555;
  border-radius: 50%;
  text-indent: 0;
  margin-left: .6em;
  margin-right: .7em;
}

.c5-listNote {
  color: #83838f;
  list-style-type: none;
  padding-left: 0;
  font-size: 12px;
}

.c5-listNote > li {
  padding-left: 1.5em;
}

.c5-listNote > li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}

.c5-container {
  font-size: 16px;
  color: #2f353d;
  line-height: 1.7;
  letter-spacing: .05em;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 639px) {
  .c5-container {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .c5-container img {
    max-width: 100%;
  }
}

.c5-container figure {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .c5-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 50px;
  }
}

.c5-mv__image {
  width: 100%;
  vertical-align: bottom;
}

.c5-mv__text {
  background: #222e53;
  color: white;
  padding: 60px;
}

@media only screen and (max-width: 639px) {
  .c5-mv__text {
    padding: 20px;
  }
}

.c5-mv__text__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .c5-mv {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.c5-anchor {
  margin: 60px auto;
  margin-top: 30px;
}

@media only screen and (max-width: 639px) {
  .c5-anchor {
    margin: 30px auto;
    margin-top: 10px;
  }
}

.c5-anchor__list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 639px) {
  .c5-anchor__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.c5-anchor__list--col2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c5-anchor__list--col2 .c5-anchor__item {
  margin: 0 8px;
}

@media only screen and (max-width: 639px) {
  .c5-anchor__list--col2 .c5-anchor__item {
    margin: 0;
    width: calc(100% / 2);
  }
  .c5-anchor__list--col2 .c5-anchor__item:not(:first-child) > a {
    border-left: 0;
  }
}

.c5-anchor__item {
  width: calc( (100% - 38px) / 3);
}

@media only screen and (max-width: 639px) {
  .c5-anchor__item {
    width: calc(100% / 3);
  }
  .c5-anchor__item:not(:first-child) > a {
    border-left: 0;
  }
}

.c5-anchor__btn {
  border: solid 1px #000004;
  color: #2f353d;
  text-decoration: none !important;
  display: table;
  width: 100%;
  max-width: 390px;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 639px) {
  .c5-anchor__btn {
    padding: 3px 3px 10px;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1.5;
    height: auto;
    min-height: 40px;
  }
}

.c5-anchor__btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #2f353d transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 639px) {
  .c5-anchor__btn:after {
    bottom: 3px;
  }
}

.c5-anchor__btn span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c5-anchor__btn:hover {
  background: #2f353d;
  color: white;
}

.c5-anchor__btn:hover:after {
  border-color: #fff transparent transparent transparent;
}

.c5-anchor__link {
  border: solid 1px #000004;
  color: #2f353d;
  text-decoration: none !important;
  display: table;
  width: 100%;
  max-width: 390px;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5px;
  border: solid 1px #245da3 !important;
  background: #245da3;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 639px) {
  .c5-anchor__link {
    padding: 3px 10px 3px 3px;
    font-size: 10px;
    line-height: 1.5;
    height: auto;
    height: 100%;
  }
}

.c5-anchor__link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #2f353d;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 639px) {
  .c5-anchor__link:after {
    right: 3px;
  }
}

.c5-anchor__link span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c5-anchor__link:hover {
  background: #2f353d;
  color: white;
}

.c5-anchor__link:hover:after {
  border-color: transparent transparent transparent #fff;
}

.c5-sectionTitle {
  font-size: 28px;
  font-weight: bold;
  padding: 25px 0;
  text-align: center;
  border-bottom: solid 2px #2f353d;
  margin-bottom: 80px;
}

@media only screen and (max-width: 639px) {
  .c5-sectionTitle {
    line-height: 1.2;
    font-size: 20px;
    padding: 15px 0;
    margin-left: -.25em;
    margin-right: -.25em;
    margin-bottom: 30px;
  }
}

.c5-section + .c5-section {
  margin-top: 120px;
}

@media only screen and (max-width: 639px) {
  .c5-section + .c5-section {
    margin-top: 60px;
  }
}

.c5-textCatch {
  font-size: 28px;
  color: #245da3;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 639px) {
  .c5-textCatch {
    font-size: 19px;
  }
}

.c5-block {
  margin-top: 80px;
}

@media only screen and (max-width: 639px) {
  .c5-block {
    margin-top: 40px;
  }
}

.c5-blockTitle {
  font-size: 20px;
  font-weight: bold;
  padding-left: .8em;
  position: relative;
}

.c5-blockTitle + .c5-card .c5-card__figure,
.c5-blockTitle + .c5-card .c5-card__text > p {
  margin-top: 0;
}

@media only screen and (max-width: 639px) {
  .c5-blockTitle {
    font-size: 16px;
  }
}

.c5-blockTitle:before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  top: .3em;
  left: 0;
  background: #245da3;
  position: absolute;
}

.c5-block + .c5-block {
  margin-top: 90px;
}

@media only screen and (max-width: 639px) {
  .c5-block + .c5-block {
    margin-top: 50px;
  }
}

.c5-noteBox {
  background: #f5f5f5;
  padding: 30px;
}

@media only screen and (max-width: 639px) {
  .c5-noteBox {
    padding: 10px;
  }
}

.c5-noteBox-02 {
  background: #f5f5f5;
  padding: 20px;
  display: table;
}

@media only screen and (max-width: 639px) {
  .c5-noteBox-02 {
    padding: 10px;
  }
}

.c5-em01 {
  font-size: 16px;
  color: #d9810f;
}

.js-sticky.is-fixed {
  width: 1200px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  .js-sticky.is-fixed {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 640px) {
  img[src*="logo_cross_remote.png"] {
    margin-top: 45%;
  }
}

p.c5-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

@media only screen and (max-width: 639px) {
  p.c5-anchor__list {
    margin-bottom: 0;
  }
}

p.c5-anchor__list .c5-anchor__item {
  margin-left: calc(100% * 2 / 3);
  margin-bottom: 0;
}

p.c5-anchor__list .c5-anchor__link {
  min-height: 40px;
}
