/* ==================================================
  @extend
================================================== */
/* ===== clearfix ===== */
.c5-anchorLink a.c5-anchorButton {
  text-decoration: none !important;
  color: #333;
}

.c5-anchorLink {
  margin: 40px auto;
}
.c5-anchorLink__list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.s5-breadcrumbs{
  text-align: left;
}

a, a:link, a:visited, a:hover, a:active{
  color: #000;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLink__list {
    display: block;
  }
}
.c5-anchorLink__item {
  display: table-cell;
  padding: 0 2px;
}
@media only screen and (max-width: 639px) {
  .c5-anchorLink__item {
    display: block;
    padding: 0 !important;
    margin-bottom: 10px;
  }
}
.c5-anchorLink__item:first-child {
  padding: 0 4px 0 0;
}
.c5-anchorLink__item:last-child {
  padding: 0 0 0 4px;
}
.c5-anchorLink__item a.c5-anchorButton {
  width: 100%;
  height: 100%;
}

.c5-anchorLink a.c5-anchorButton {
  background: #485165;
  display: table;
  text-align: center;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  transition: opacity .25s;
}
.c5-anchorLink a.c5-anchorButton > span {
  display: table-cell;
  vertical-align: middle;
}
.c5-anchorLink a.c5-anchorButton:hover {
  opacity: .6;
}

.c5-icon-down:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: relative;
  top: -.2em;
  left: -.4em;
}

.c5-box {
  background: #F3F4F6;
  padding: 20px 30px;
  margin: 10px auto;
  max-width: 600px;
}

.c5-mt10 {
  margin-top: 10px !important;
}

.c5-mt20 {
  margin-top: 20px !important;
}

.c5-mt30 {
  margin-top: 30px !important;
}

.c5-mt40 {
  margin-top: 40px !important;
}

.c5-alignCenter {
  text-align: center !important;
}

.c5-ttlBox {
  border: solid 1px #4d5269;
  margin: 30px 0;
}
.c5-ttlBox__ttl {
  font-weight: bold;
}
.c5-ttlBox__ttl > span {
  background: #4d5269;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 8px 20px;
}
.c5-ttlBox__cont {
  padding: 20px 20px 30px;
}
@media only screen and (max-width: 639px) {
  .c5-ttlBox__cont img {
    max-width: 100%;
  }
}

.c5-lytCol {
  letter-spacing: -.5em;
  margin: 10px -10px;
}
.c5-lytCol__col2 {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .c5-lytCol__col2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.subTitle {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 639px) {
  .subTitle {
    margin-bottom: 10px;
  }
}

.c5-fzLarge {
  margin: 10px 0;
  font-size: 1.8em;
}
@media only screen and (max-width: 639px) {
  .c5-fzLarge {
    font-size: 1.2em;
  }
}

.c5-imgTxt {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .c5-imgTxt {
    display: block;
  }
}
.c5-imgTxt__image, .c5-imgTxt__text {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 639px) {
  .c5-imgTxt__image, .c5-imgTxt__text {
    display: block;
  }
  .c5-imgTxt__image img, .c5-imgTxt__text img {
    max-width: 100%;
  }
}

.c5-flowList__item {
  position: relative;
  padding-bottom: 60px;
}
.c5-flowList__item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #485165 transparent transparent transparent;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
}
.c5-flowList__item > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c5-flowList__item:last-child {
  padding-bottom: 0;
  padding: 20px 0;
}
.c5-flowList__item:last-child:after {
  display: none;
}

.c5-sp {
  display: none !important;
}
@media only screen and (max-width: 639px) {
  .c5-sp {
    display: block !important;
  }
}

.c5-pc {
  display: block !important;
}
@media only screen and (max-width: 639px) {
  .c5-pc {
    display: none !important;
  }
}

.c5-textNote {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4;
  margin: 0;
  color: #83838f;
}
