@charset "UTF-8";



/*--------------------------------------------------------------------------------
	汎用外モジュール - ポイント
--------------------------------------------------------------------------------*/

.c-point {
  margin-bottom: 30px;
  padding-top: 15px;
}

.c-point__inner {
  position: relative;
  max-width: 1160px;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 156, 255, 0.2)), to(rgba(102, 208, 255, 0.2)));
  background: linear-gradient(to right, rgba(0, 156, 255, 0.2) 0%, rgba(102, 208, 255, 0.2) 100%);
}

.c-point__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 60px;
  padding-left: 30px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
  background: -webkit-gradient(linear, right top, left top, from(#00A0E9), to(#004098)) no-repeat left bottom;
  background: linear-gradient(to left, #00A0E9 0%, #004098 100%) no-repeat left bottom;
  background-size: 100% 1px;
}

.c-point__header:before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 85px;
  height: 85px;
  margin-top: -15px;
  margin-right: 20px;
  background: url(../img/icon_point.png) no-repeat center;
  background-size: contain;
}

.c-point__header span {
  display: block;
  padding-top: 30px;
}

.c-point__body {
  padding: 40px 60px;
}

.c-point__body > *:last-child {
  margin-bottom: 0 !important;
}


/*--------------------------------------------------------------------------------
	独自モジュール - 手順
--------------------------------------------------------------------------------*/

.c-number {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}

.c-number + .c-number {
  margin-top: 20px;
}

.c-number + .c-number:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: -20px auto 0;
  background: url(../img/arrow_number_triangle.svg) no-repeat center bottom;
  background-size: contain;
}

.c-number__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #F2F5FA;
}

.c-number__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -30px;
  margin-right: 30px;
  min-width: 48px;
  height: 84px;
  padding: 0 10px 10px;
  color: #00A0E9;
  border-right: 2px solid #00A0E9;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
}

.c-number__icon i {
  font-style: normal;
}

.c-number__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-number__heading {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
  font-weight: bold;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - グレーエリア
--------------------------------------------------------------------------------*/

.c-grayfill-area {
  margin-top: 105px;
  background: #F2F5FA;
}

.c-grayfill-area.c-grayfill-area--withTab .c-grayfill-area__heading {
  margin-bottom: 40px;
}

.c-grayfill-area.c-grayfill-area--ir-top {
  margin-top: 83px !important;
}

.c-grayfill-area__inner {
  padding: 100px 130px 80px;
}

.c-grayfill-area__heading {
  margin-top: -120px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.48148;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#00A0E9), to(#004098)) no-repeat center bottom;
  background: linear-gradient(to left, #00A0E9 0%, #004098 100%) no-repeat center bottom;
  background-size: 60px 3px;
}

.c-grayfill-area__body > *:last-child {
  margin-bottom: 0 !important;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - タブ
--------------------------------------------------------------------------------*/

.c-tab__inner {
  position: relative;
  max-width: 1160px;
  margin: auto;
}

.c-tab__switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 6px;
}

.c-tab__switcher {
  width: calc(25% - 2px);
  margin-right: 1px;
  margin-left: 1px;
  text-align: center;
}

.c-tab__switcher.is-active span {
  border-color: #004098;
}

.c-tab__switcher.is-active span:after {
  visibility: visible;
}

.c-tab__switcher a {
  display: block;
}

.c-tab__switcher a:hover span {
  border-color: #004098;
}

.c-tab__switcher span {
  position: relative;
  display: block;
  padding: 16px 10px;
  text-align: center;
  border-bottom: 2px solid #D8D8D8;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.c-tab__switcher span:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 2px auto auto;
  border-width: 6px;
  border-style: solid;
  border-color: #004098 transparent transparent transparent;
  visibility: hidden;
}

.c-tab__pane {
  display: none;
}

.c-tab__pane.is-active {
  display: block;
}

.c-tab__toDetail {
  width: 300px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - タブ V2
--------------------------------------------------------------------------------*/

.c-tab-v2__inner {
  position: relative;
  max-width: 1160px;
  margin: auto;
}

.c-tab-v2__switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.c-tab-v2__switcher {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1px;
  margin-left: 1px;
  text-align: center;
}

.c-tab-v2__switcher.is-active span {
  border-color: #004098;
}

.c-tab-v2__switcher a {
  display: block;
}

.c-tab-v2__switcher a:hover span {
  border-color: #004098;
}

.c-tab-v2__switcher span {
  position: relative;
  display: block;
  padding: 16px 10px;
  text-align: center;
  border-bottom: 2px solid #D8D8D8;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.c-tab-v2__pane {
  display: none;
}

.c-tab-v2__pane.is-active {
  display: block;
}

.c-tab-v2__toDetail {
  width: 300px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - グリッド
--------------------------------------------------------------------------------*/

.c-grid {
  margin-bottom: 30px;
}

.c-grid.c-grid--1x1 .c-grid__item {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--1x2 .c-grid__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--1x2 .c-grid__item:nth-child(odd) {
  width: calc(33.33% - 20px);
}

.c-grid.c-grid--1x2 .c-grid__item:nth-child(even) {
  width: calc(66.67% - 20px);
}

.c-grid.c-grid--1x3 .c-grid__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--1x3 .c-grid__item:nth-child(odd) {
  width: calc(25% - 20px);
}

.c-grid.c-grid--1x3 .c-grid__item:nth-child(even) {
  width: calc(75% - 20px);
}

.c-grid.c-grid--2x1 .c-grid__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--2x1 .c-grid__item:nth-child(odd) {
  width: calc(66.67% - 20px);
}

.c-grid.c-grid--2x1 .c-grid__item:nth-child(even) {
  width: calc(33.33% - 20px);
}

.c-grid.c-grid--3x1 .c-grid__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--3x1 .c-grid__item:nth-child(odd) {
  width: calc(75% - 20px);
}

.c-grid.c-grid--3x1 .c-grid__item:nth-child(even) {
  width: calc(25% - 20px);
}

.c-grid.c-grid--single .c-grid__items {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -20px;
}

.c-grid.c-grid--single .c-grid__item {
  width: auto;
  margin-bottom: 20px;
}

.c-grid.c-grid--twoUp .c-grid__items {
  margin-bottom: -20px;
}

.c-grid.c-grid--twoUp .c-grid__item {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--threeUp .c-grid__items {
  margin-bottom: -20px;
}

.c-grid.c-grid--threeUp .c-grid__item {
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--fourUp .c-grid__items {
  margin-bottom: -20px;
}

.c-grid.c-grid--fourUp .c-grid__item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--fiveUp .c-grid__items {
  margin-bottom: -20px;
}

.c-grid.c-grid--fiveUp .c-grid__item {
  width: calc(20% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.c-grid.c-grid--central .c-grid__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-grid.c-grid--rightWards .c-grid__items {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.c-grid__inner {
  overflow: hidden;
}

.c-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.c-grid__item > *:first-child[class^="c-"] {
  margin-top: 0;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - アンカーグループ
--------------------------------------------------------------------------------*/

.c-anchorGroup {
  margin-bottom: 40px;
}

.c-anchorGroup.u-margin--siblings + .c-anchorGroup {
  margin-top: -20px;
}

.c-anchorGroup.c-anchorGroup--single .c-anchorGroup__inner {
  margin-left: 0;
  margin-right: 0;
}

.c-anchorGroup.c-anchorGroup--single .c-anchorGroup__items {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.c-anchorGroup.c-anchorGroup--single .c-anchorGroup__item {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.c-anchorGroup.c-anchorGroup--single.c-anchorGroup--central .c-anchorGroup__item {
  margin-left: auto;
  margin-right: auto;
}

.c-anchorGroup.c-anchorGroup--single.c-anchorGroup--rightWards .c-anchorGroup__item {
  margin-left: auto;
  margin-right: 0;
}

.c-anchorGroup.c-anchorGroup--twoUp .c-anchorGroup__item {
  width: calc(50% - 2px);
}

.c-anchorGroup.c-anchorGroup--threeUp .c-anchorGroup__item {
  width: calc(33.33% - 2px);
}

.c-anchorGroup.c-anchorGroup--fourUp .c-anchorGroup__item {
  width: calc(25% - 2px);
}

.c-anchorGroup.c-anchorGroup--fiveUp .c-anchorGroup__item {
  width: calc(20% - 2px);
}

.c-anchorGroup.c-anchorGroup--central .c-anchorGroup__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-anchorGroup.c-anchorGroup--rightWards .c-anchorGroup__items {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.c-anchorGroup__inner {
  margin: 0 -1px;
  overflow: hidden;
}

.c-anchorGroup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-anchorGroup__item {
  width: calc(50% - 2px);
  margin-left: 1px;
  margin-right: 1px;
}

.c-anchor {
  position: relative;
}

.c-anchorGroup .c-anchor {
  height: 100%;
}

.c-anchorGroup .c-anchor a,
.c-anchorGroup .c-anchor button {
  height: 100%;
}

.c-anchorGroup .c-anchor span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.c-anchor a,
.c-anchor button {
  display: block;
  width: 100%;
}

a:hover .c-anchor span,
  .c-anchor a:hover span,
  button:hover .c-anchor span,
  .c-anchor button:hover span,
.c-anchor.is-active span {
  border-color: #004098;
}

.c-anchor span {
  position: relative;
  display: block;
  padding: 13px 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color .3s, background .3s, border-color .3s;
  transition: color .3s, background .3s, border-color .3s;
  border-bottom: 2px solid #D8D8D8;
  color: #004098;
}

.c-anchor span:after {
  display: none !important;
}

.c-anchor i {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  color: #00A0E9;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-anchor span + i {
  left: auto;
  right: 16px;
}


/*--------------------------------------------------------------------------------
	ページネーション V2
--------------------------------------------------------------------------------*/

.c-paging-v2 {
  margin-top: 80px;
}

.c-paging-v2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.c-paging-v2__toPrev {
  width: 26%;
}

.c-paging-v2__toPrev + .c-paging-v2__current {
  margin-left: 0;
}

.c-paging-v2__toPrev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 14px 50px;
  color: #004098;
  border: 1px solid #B2C5E0;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.c-paging-v2__toPrev a {
  display: block;
  height: 100%;
}

.c-paging-v2__toPrev a span {
  position: relative;
}

.c-paging-v2__toPrev a span:after {
  content: "\ea04" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 20px;
  color: #00A0E9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-paging-v2__toPrev a:hover span {
  background: #004098;
  color: #FFFFFF;
}

.c-paging-v2__toPrev a:hover span:after {
  color: #FFFFFF;
}

.c-paging-v2__current {
  width: 48%;
  margin-left: auto;
}

.c-paging-v2__current span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: -1px;
  padding: 14px 20px;
  color: #004098;
  border: 1px solid #B2C5E0;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.c-paging-v2__current a {
  display: block;
  height: 100%;
}

.c-paging-v2__current a span {
  position: relative;
}

.c-paging-v2__current a:hover span {
  background: #004098;
  color: #FFFFFF;
}

.c-paging-v2__toNext {
  width: 26%;
}

.c-paging-v2__toNext span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: -1px;
  padding: 14px 50px;
  color: #004098;
  border: 1px solid #B2C5E0;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.c-paging-v2__toNext a {
  display: block;
  height: 100%;
}

.c-paging-v2__toNext a span {
  position: relative;
}

.c-paging-v2__toNext a span:after {
  content: "\ea05" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #00A0E9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-paging-v2__toNext a:hover {
  color: #FFFFFF;
}

.c-paging-v2__toNext a:hover span {
  background: #004098;
  color: #FFFFFF;
}

.c-paging-v2__toNext a:hover span:after {
  color: #FFFFFF;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - プルダウンによるリスト切り替え
--------------------------------------------------------------------------------*/

.c-list-switcher__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.c-list-switcher__selector {
  margin-left: 20px;
  width: 500px;
}


/*--------------------------------------------------------------------------------
	汎用外モジュール - お問い合わせ（複数カラム）
--------------------------------------------------------------------------------*/

.c-contactboxGroup-v2 {
  margin-bottom: 60px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--twoUp .c-contactboxGroup-v2__items {
  margin-bottom: -40px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--twoUp .c-contactboxGroup-v2__item {
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--threeUp .c-contactboxGroup-v2__items {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--threeUp .c-contactboxGroup-v2__item {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--fourUp .c-contactboxGroup-v2__items {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.c-contactboxGroup-v2.c-contactboxGroup-v2--fourUp .c-contactboxGroup-v2__item {
  width: calc(25% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.c-contactboxGroup-v2__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.c-contactbox-v2 {
  padding: 0 40px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 206, 246, 0.3)), to(rgba(0, 160, 233, 0.3))) no-repeat left top;
  background: linear-gradient(to left, rgba(0, 206, 246, 0.3) 0%, rgba(0, 160, 233, 0.3) 100%) no-repeat left top;
  background-size: 100% 100%;
}

.c-contactbox-v2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1160px;
  margin: auto;
  padding: 40px 0;
  height: 100%;
}

.c-contactbox-v2__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF)) no-repeat center bottom;
  background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 100%) no-repeat center bottom;
  background-size: 60px 3px;
}

.c-contactbox-v2__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: center;
}

.c-contactbox-v2__body > *:last-child {
  margin-bottom: 40px;
}

.c-contactbox-v2__buttons {
  margin: auto 0 0;
}

@media only screen and (max-width: 735px) {
  .c-point {
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .c-point__header {
    margin-right: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
  .c-point__header:before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-right: 10px;
    background: url(../img/icon_point.png) no-repeat center;
    background-size: contain;
  }
  .c-point__header span {
    display: block;
    padding-top: 10px;
  }
  .c-point__body {
    padding: 20px;
  }
  .c-number {
    margin-bottom: 10px;
    padding-top: 8px;
  }
  .c-number + .c-number {
    margin-top: 10px;
  }
  .c-number + .c-number:before {
    width: 30px;
    height: 20px;
    margin: -10px auto 0;
  }
  .c-number__inner {
    padding: 10px 20px 20px 0;
  }
  .c-number__icon {
    min-width: 66px;
    height: auto;
    margin-top: -20px;
    margin-right: 18px;
    padding: 8px 8px 8px 0;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
  .c-number__heading {
    margin-bottom: 10px;
  }
  .c-grayfill-area {
    margin-top: 88px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-grayfill-area.c-grayfill-area--ir-top {
    margin-top: 73px !important;
  }
  .c-grayfill-area__inner {
    padding: 80px 20px 40px;
  }
  .c-grayfill-area__heading {
    margin-top: -105px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-tab {
    padding: 0;
  }
  .c-tab__switchers {
    margin-bottom: 20px;
  }
  .c-tab__switcher span {
    padding: 12px 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .c-tab__toDetail {
    width: auto;
    margin-top: 30px;
    padding: 0 20px;
  }
  .c-tab-v2 {
    padding: 0;
  }
  .c-tab-v2__switchers {
    width: auto;
    margin-bottom: 30px;
  }
  .c-tab-v2__switcher span {
    padding: 12px 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .c-tab-v2__toDetail {
    width: auto;
    margin-top: 30px;
    padding: 0 20px;
  }
  .c-grid {
    margin-bottom: 20px;
  }
  .c-grid.c-grid--invert-onmobile .c-grid__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -20px;
  }
  .c-grid.c-grid--invert-onmobile .c-grid__item {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  .c-grid.c-grid--1x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--1x2:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--2x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--1x3:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--3x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--twoUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--threeUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--fourUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items,
.c-grid.c-grid--fiveUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__items {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -20px;
  }
  .c-grid.c-grid--1x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--1x2:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--2x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--1x3:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--3x1:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--twoUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--threeUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--fourUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item,
.c-grid.c-grid--fiveUp:not(.c-grid--keep-alive):not(.c-grid--invert-onmobile) .c-grid__item {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  .c-anchorGroup {
    margin-bottom: 30px;
  }
  .c-anchorGroup.u-margin--siblings + .c-anchorGroup {
    margin-top: -30px;
  }
  .c-anchorGroup.c-anchorGroup--single .c-anchorGroup__item {
    width: auto;
  }
  .c-anchorGroup__item {
    width: calc(50% - 2px) !important;
    margin-left: 1px;
    margin-right: 1px;
  }
  .c-paging-v2 {
    margin-top: 60px;
  }
  .c-paging-v2__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .c-paging-v2__toPrev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
  .c-paging-v2__toPrev + .c-paging-v2__current {
    margin-left: 0;
  }
  .c-paging-v2__toPrev span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 14px 50px;
    color: #004098;
    border: 1px solid #B2C5E0;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
  }
  .c-paging-v2__toPrev a {
    display: block;
    height: 100%;
  }
  .c-paging-v2__toPrev a span {
    position: relative;
  }
  .c-paging-v2__toPrev a span:after {
    content: "\ea04" !important;
    display: inline-block;
    vertical-align: baseline;
    font-family: "iconfont";
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 20px;
    color: #00A0E9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .c-paging-v2__toPrev a:hover span {
    background: #004098;
    color: #FFFFFF;
  }
  .c-paging-v2__toPrev a:hover span:after {
    color: #FFFFFF;
  }
  .c-paging-v2__current {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
    margin-left: 0;
  }
  .c-paging-v2__current span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-left: 0;
    padding: 14px 20px;
    color: #004098;
    border: 1px solid #B2C5E0;
  }
  .c-paging-v2__toNext {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    margin-left: auto;
  }
  .c-paging-v2__toNext span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-left: -1px;
    padding: 14px 50px;
    color: #004098;
    border: 1px solid #B2C5E0;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
  }
  .c-paging-v2__toNext a {
    display: block;
    height: 100%;
  }
  .c-paging-v2__toNext a span {
    position: relative;
  }
  .c-paging-v2__toNext a span:after {
    content: "\ea05" !important;
    display: inline-block;
    vertical-align: baseline;
    font-family: "iconfont";
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #00A0E9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .c-paging-v2__toNext a:hover {
    color: #FFFFFF;
  }
  .c-paging-v2__toNext a:hover span {
    background: #004098;
    color: #FFFFFF;
  }
  .c-paging-v2__toNext a:hover span:after {
    color: #FFFFFF;
  }
  .c-list-switcher__controller {
    margin-bottom: 30px;
  }
  .c-list-switcher__selector {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .c-contactboxGroup-v2 {
    margin-bottom: 50px;
  }
  .c-contactboxGroup-v2.c-contactboxGroup-v2--twoUp .c-contactboxGroup-v2__items,
.c-contactboxGroup-v2.c-contactboxGroup-v2--threeUp .c-contactboxGroup-v2__items,
.c-contactboxGroup-v2.c-contactboxGroup-v2--fourUp .c-contactboxGroup-v2__items {
    margin: 0 0 -20px;
  }
  .c-contactboxGroup-v2.c-contactboxGroup-v2--twoUp .c-contactboxGroup-v2__item,
.c-contactboxGroup-v2.c-contactboxGroup-v2--threeUp .c-contactboxGroup-v2__item,
.c-contactboxGroup-v2.c-contactboxGroup-v2--fourUp .c-contactboxGroup-v2__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-contactboxGroup-v2__items {
    margin: 0 -7px;
  }
  .c-contactbox-v2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-contactbox-v2__heading {
    margin-bottom: 30px;
  }
  .c-contactbox-v2__lead {
    margin-bottom: 30px;
  }
  .c-contactbox-v2__buttons {
    margin: 0;
  }
}
