@charset "UTF-8";

i {
  font-style: inherit;
}

._bold {
  font-weight: bold;
}

._full {
  width: 100%;
}

._middle {
  vertical-align: middle;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mt10 {
  margin-top: 10px !important;
}

.seriesPeriod {
  font-size: 1.9rem;
  line-height: 1.6;
  color: #fff;
  background: #df2019;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.seriesCatch {
  padding: 10px 18px 10px 50px;
  background: #d2f2ff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.seriesCatch > div {
  flex: 1;
}

.seriesCatch_sm {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 15px;
}

.seriesCatch_lg {
  font-size: 2.7rem;
  line-height: 1.5;
  color: #df2019;
}

.seriesStep {
  background: #93defd;
}

.seriesStep_title {
  background: #0b4a8e;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  height: 40px;
  position: relative;
}

.seriesStep_title span {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 356px;
  background: #0b4a8e;
  border-radius: 22px;
  padding: 2px 0;
}

.seriesStep_inner {
  padding: 40px 0;
}

.seriesStep_item {
  background: #fff;
  border-radius: 10px;
  padding: 8px 20px 28px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.seriesStep_item:after {
  content: '';
  width: 27px;
  height: 19px;
  background: url(../../images/ui1045/icon_03.png);
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

.seriesStep_item:last-child:after {
  display: none;
}

.seriesStep_item + .seriesStep_item {
  margin-top: 20px;
}

.seriesOver,
.seriesDetail_innerContent a {
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.seriesOver:hover,
.seriesDetail_innerContent a:hover {
  opacity: .7;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.seriesStep_itemTitle {
  font-size: 2.0rem;
  line-height: 1.4;
  color: #085c8f;
  font-weight: bold;
  margin-bottom: 3px;
}

.seriesStep_itemTitle span {
  font-size: 2.9rem;
}

.seriesStep_itemRed {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #e00;
}

.seriesStep_itemLg {
  font-size: 2.0rem;
}

.seriesDetail {
  background: #93defd;
  padding-bottom: 115px;
}

.seriesDetail_inner {
  width: 880px;
  margin: 60px auto 0;
  position: relative;
}

.seriesDetail_inner > * {
  background: #fff;
  position: relative;
  z-index: 2;
}

.seriesDetail_inner:after {
  content: '';
  background: #6ec5ef;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
}

.seriesDetail_innerTitle {
  background: #d2f2ff;
  color: #2f6b8f;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 6px;
}

.seriesDetail_innerContent {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 30px 40px;
}

.seriesDetail_innerContent.lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.seriesDetail_innerContent > * + * {
  margin-top: 20px;
}

.seriesDetail_innerContent > h4 + p,
.seriesDetail_innerContent > p + h4 {
  margin-top: 15px;
}

.seriesDetail_innerContent strong {
  font-weight: bold;
}

.seriesDetail_innerContent a {
  color: #0050ad;
}

.iconLink {
  width: 16px;
  height: 14px;
  background: url(../../images/ui1045/icon_02.png);
  background-size: 100%;
  display: inline-block;
  vertical-align: -1px;
  margin-left: 3px;
}

.seriesDetail_innerLink {
  padding-left: 16px;
  background: url(../../images/ui1045/icon_01.png) no-repeat 0 6px;
}

.seriesDetail_innerList01 {
  list-style: disc inside url(../../images/ui1045/icon_04.png);
  text-indent: -10px;
  margin-left: 13px;
}

.seriesDetail_innerList02 {
  list-style: disc inside url(../../images/ui1045/icon_05.png);
  text-indent: -10px;
  margin-left: 28px;
}

.seriesDetail_innerRed {
  font-weight: bold;
  color: #c00;
}

.seriesDetail_innerContent-title {
  background: #f7f7f7;
  font-weight: bold;
  color: #2f6b8f;
  padding: 7px 5px;
}

.seriesCatch_wrap {
  background-color: #d2f2ff;
}

.seriesTable {
  padding: 50px 0;
}

.seriesTable_title {
  font-size: 3.4rem;
}

.seriesTable_tbl {
  width: 100%;
  border: 2px solid #ccc;
  font-size: 1.4rem;
  margin-top: 25px;
}

.seriesTable_tbl th,
.seriesTable_tbl td {
  border: 2px solid #ccc;
  padding: 25px;
}

.seriesTable_tbl th {
  background: #eee;
  text-align: center;
  vertical-align: top;
  font-size: 1.4rem;
}

.seriesTable_tbl td {
  padding-right: 35px;
}

.seriesTable_tbl td > * + * {
  margin-top: 15px;
}

.seriesTable_tbl strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  ._pc-none {
    display: none !important;
  }

  .seriesContainer {
    width: 1160px;
    margin: auto;
    position: relative;
  }

  .seriesBanner {
    width: auto;
    background-color: #94defd;
  }

  .footer {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  ._sp-none {
    display: none !important;
  }

  ._mt0-sp {
    margin-top: 0 !important;
  }

  .seriesContainer {
    position: relative;
  }

  .seriesPeriod {
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .seriesCatch {
    padding: 15px 10px;
    font-size: 1.5rem;
    line-height: 1.7;
    display: block;
  }

  .seriesCatch img {
    display: block;
    margin: auto;
  }

  .seriesCatch_sm {
    font-size: 1.9rem;
  }

  .seriesCatch_lg {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .seriesStep_title {
    font-size: 2.0rem;
    line-height: 1.5;
    height: 36px;
  }

  .seriesStep_title span {
    width: 100%;
    border-radius: 18px;
    padding: 3px 0;
    max-width: 300px;
  }

  .seriesStep_inner {
    width: auto;
    padding: 40px 10px 30px;
  }

  .seriesDetail_inner {
    width: auto;
    margin: 40px 10px 0;
  }

  .seriesDetail_inner:after {
    left: 6px;
    top: 6px;
  }

  .seriesDetail_innerTitle {
    font-size: 1.6rem;
  }

  .seriesDetail_innerContent {
    font-size: 1.4rem;
    padding: 20px 25px;
  }

  .seriesDetail_innerContent.lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .seriesDetail {
    padding-bottom: 70px;
  }

  .seriesTable {
    padding: 30px 10px;
  }

  .seriesTable_title {
    font-size: 2.4rem;
  }

  .seriesTable_tbl {
    border-width: 1px;
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .seriesTable_tbl th,
  .seriesTable_tbl td {
    border-width: 1px;
    padding: 10px;
  }

  .seriesTable_tbl th {
    font-size: 1.3rem;
  }

  .seriesTable_tbl td {
    padding-right: 10px;
  }

  .footer {
    margin-top: 30px;
  }
}

.seriesBox {
  background-color: #d2f2ff;
  padding: 50px;
}
.seriesBoxTtl {
  padding: 15px 40px 13px;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  background-color: #93defd;
}
.seriesBoxText {
  background-color: #fff;
  padding: 30px 40px;
}
.seriesBoxText > * + * {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .seriesBox {
    padding: 20px 4%;
  }
  .seriesBoxTtl {
    padding: 8px 20px 7px;
  }
  .seriesBoxText {
    padding: 16px 25px;
  }
}



