@charset "utf-8";
/* ==================================================
device
================================================== */

.sp_small,
.sp_medium,
.sp {
  display: none !important;
}

/* ==================================================
hr
================================================== */


/* ==================================================
heading
================================================== */

/* --------------------------------------------------
h1
-------------------------------------------------- */
.heading1 {
  margin-bottom: -1px;/* iPadで線が入ってしまうので */
}
.heading1_inner {
  position: relative;
}
.heading1_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 164px;
  padding: 50px 80px;
  background-color: #fff;
  color: #005BAB;
  border-radius: 0 32px 0 32px;
  box-shadow: 0 0 12px rgba(0, 91, 171, .2);
}
_:-ms-lang(x)::-ms-backdrop, .heading1_text {
  padding: 60px 80px 40px;
}
.heading1_text .text-main {
  font-size: 4.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
}
.heading1_text .text-main .small{
  font-size: 2.4rem;
}
.heading1_text .text-sub {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
}
.heading1_text .text-lead {
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #3C4950;
}

/* heading1_rightBox */
.heading1_rightBox {
  z-index: 1;
  width: 520px;
  position: absolute;
  bottom: 55px;
  right: 40px;
  right: clamp(10px,3%,80px);
}
.heading1_rightBox_item {
  border: 1px solid #C3C8D6;
  margin-top: 15px;
  padding: 10px 40px;
  background-color: #fff;
  text-align: center;
}
.heading1_rightBox_item:first-child {
  margin-top: 0;
}
.heading1_rightBox_title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
}
.heading1_rightBox_subTitle {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.heading1_rightBox_bg {
  padding: 5px;
  background-color: #E5EEF7;
  border-radius: 8px;
}
.heading1_rightBox_rate {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading1_rightBox_rate_tag {
  display: inline-block;
  margin-right: 20px;
  padding: 1px 18px;
  background-color: #66B6FC;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
  _:-ms-lang(x)::-ms-backdrop, .heading1_rightBox_rate_tag {
    padding: 2px 18px 0;
  }
.heading1_rightBox_rate_main {
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.heading1_rightBox_rate_main .num {
  margin: 0 4px;
  font-size: 4.2rem;
  color: #B9060E;
}
@media screen and (max-width: 1480px) {
  _:-ms-lang(x)::-ms-backdrop, .heading1_rightBox {
    right: 20px;
  }
}
.heading1_rightBox_colWrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.heading1_rightBox_col {
  display: table-cell;
  flex: 1;
  border-left: 1px solid #C3C8D6;
  padding: 0 10px;
}
.heading1_rightBox_col:first-child {
  border-left: none;
}
.heading1_rightBox_col .heading1_rightBox_rate_tag {
  margin-right: 2px;
  padding: 2px 4px;
  font-size: 12px;
}
.heading1_rightBox_col .heading1_rightBox_rate_main {
  font-size: 14px;
}
.heading1_rightBox_col .heading1_rightBox_rate_main .num {
  margin: 0 2px;
  font-size: 34px;
}

/* type-img */
.heading1.type-img {
  position: relative;
  padding-bottom: 95px;
  overflow: visible;
}
.heading1.type-img .heading1_inner {
  height: 480px;
  flex-direction: column;
  justify-content: center;
}
.heading1.type-img .heading1_text {
  width: 52%;
  max-width: 716px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  left: clamp(10px,3%,80px);
  padding: 50px;
  padding: 50px clamp(38px,3.5vw,80px);
  background: #fff;
  z-index: 1;
}
_:-ms-lang(x)::-ms-backdrop, .heading1.type-img .heading1_text {
  padding: 60px 50px 40px;
}
.heading1.type-img .heading1_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1480px) {
  _:-ms-lang(x)::-ms-backdrop, .heading1.type-img .heading1_text {
    left: 20px;
  }
}

/* type-column */
.heading1.type-column {
  position: relative;
  overflow: visible;
}
.heading1.type-column .heading1_inner {
  height: 480px;
  flex-direction: column;
  justify-content: center;
}
.heading1.type-column .heading1_inner .text-main {
  text-align: center;
}
.heading1.type-column .heading1_text {
  width: 100%;
  max-width: 1080px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  /* left: clamp(10px,3%,80px); */
  padding: 50px;
  padding: 50px clamp(38px,3.5vw,80px);
  background: rgba(255,255,255,.95);
  z-index: 1;
}
_:-ms-lang(x)::-ms-backdrop, .heading1.type-column .heading1_text {
  padding: 60px 50px 40px;
}
.heading1.type-column .heading1_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1480px) {
  _:-ms-lang(x)::-ms-backdrop, .heading1.type-column .heading1_text {
    left: 20px;
  }
}

/* type-slider */
.heading1.type-slider {
  position: relative;
  padding-bottom: 95px;
  overflow: visible;
}
.heading1.type-slider .heading1_inner {
  height: 480px;
  flex-direction: column;
  justify-content: center;
}
.heading1.type-slider .heading1_text {
  width: 47%;
  width: clamp(500px,44%,716px);
  position: absolute;
  bottom: -40px;
  left: 40px;
  left: clamp(10px,3%,80px);
  padding: 50px;
  padding: 50px clamp(38px,3.5vw,80px);
  background: #fff;
  z-index: 1;
}
_:-ms-lang(x)::-ms-backdrop, .heading1.type-slider .heading1_text {
  padding: 60px 50px 40px;
}
.heading1.type-slider .heading1_img {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.heading1.type-slider.slider-none .heading1_img {
  width: 100%;
}
.heading1.type-slider .heading1_slider {
  width: 626px;
  height: 460px;
  position: absolute;
  bottom: 55px;
  right: 40px;
  right: clamp(10px,3%,80px);
}
.heading1.type-slider .heading1_slider_container {
  height: 100%;
  background-color: rgba(255,255,255,.9);
  padding-bottom: 0;
  border-radius: 32px 0 32px 0;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 91, 171, .2);
  z-index: 1;
}
.heading1.type-slider .heading1_slider .swiper-pagination {
  bottom: -21px;
}
.heading1.type-slider .heading1_slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -30px;
}
.heading1.type-slider .heading1_slider .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -30px;
}
@media screen and (max-width: 1480px) {
  _:-ms-lang(x)::-ms-backdrop, .heading1.type-slider .heading1_text {
    left: 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .heading1.type-slider .heading1_slider {
    right: 20px;
  }
}

/* next */
.heading1_text_next {
  width: 52%;
  max-width: 716px;
  position: absolute;
  top: calc(100% + 60px);
  left: 40px;
  left: clamp(10px,3%,80px);
  padding-left: 20px;
}
.heading1_rightBox_next {
  width: 520px;
  position: absolute;
  top: calc(100% - 35px);
  right: 40px;
  right: clamp(10px,3%,80px);
}
.heading1.type-slider .heading1_text_next{
  width: 47%;
  width: clamp(500px,44%,716px);
}
.heading1.type-slider .heading1_rightBox_next{
  margin-top: 20px;
  width: 626px;
}


/* type-text */
.heading1.type-text {
  background-color: transparent;
}
.heading1.type-text .heading1_inner {
  width: 95%;
  margin-bottom: 54px;
}
.heading1.type-text .heading1_text {
  border-radius: 0 0 120px 0;
}
.heading1.type-text .heading1_text .text-sub {
  color: #3C4950;
}

.heading1 .heading1_box {
  margin: 40px auto 0;
  padding: 32px 40px;
  background-color: #E6EFF7;
  border-radius: 52px 0 52px 0;
  width: 1000px;
  position: relative;
  left: 2.5%;
}
.heading1 .heading1_box-text {
  color: #005BAB;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
}
.heading1 .heading1_box .nmlBtn {
  margin-top: 24px;
}
.heading1 .heading1_box .nmlBtn .text-main {
  font-size: 1.8rem;
}

/* --------------------------------------------------
h2
-------------------------------------------------- */
.heading2 {
  border-top: 1px solid #005AAB;
}
.heading2_text {
  display: block;
  margin: auto;
  padding-top: 72px;
  width: 1080px;
}
.heading2_text .text-main{
  font-size: 4.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  color: #005BAB;
}
.heading2_text .text-sub{
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #3C4950;
}

/* --------------------------------------------------
h3
-------------------------------------------------- */
.heading3 {
  border-bottom: 1px solid #005BAB;
  margin: 80px 0 40px;
  padding-bottom: 12px;
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #005BAB;
}
.heading3:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
h4
-------------------------------------------------- */
.heading4 {
  display: table;
  margin: 40px 0 32px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  border-left: 4px solid #005BAB;
  color: #005BAB;
  padding-left: 15px;
}
.heading4.fcWhite { border-left: 4px solid #fff }
.heading4.fcRed { border-left: 4px solid #B9060E }
.heading4.fcGreen { border-left: 4px solid #35A5B0 }
.heading4.fcGold { border-left: 4px solid #CEAE31 }
.heading4.fcSilver { border-left: 4px solid #929296 }
.heading4.fcBronze { border-left: 4px solid #A35B16 }
.heading4.fcOrange { border-left: 4px solid #F7774D }

/* --------------------------------------------------
h5
-------------------------------------------------- */
.heading5 {
  display: table;
  margin: 40px 0 32px;
  padding-left: 30px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  position: relative;
  color: #005BAB;
}
.heading5::before {
  content: "";
  background-color: #005BAB;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.heading5.fcWhite:before { background-color: #fff }
.heading5.fcRed:before { background-color: #B9060E }
.heading5.fcGreen:before { background-color: #35A5B0 }
.heading5.fcGold:before { background-color: #CEAE31 }
.heading5.fcSilver:before { background-color: #929296 }
.heading5.fcBronze:before { background-color: #A35B16 }
.heading5.fcOrange:before { background-color: #F7774D }

/* --------------------------------------------------
h6
-------------------------------------------------- */
.heading6 {
  margin: 32px 0 24px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #005BAB;
}
/* --------------------------------------------------
headingBL(ja, en)
-------------------------------------------------- */
/* topHedding3
-------------------------------------------------- */
.headingBL {
  margin: 80px auto 50px;
  text-align: center;
}
.headingBL_en {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #0B56C7;
  margin-bottom: 16px;
}
.headingBL_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* --------------------------------------------------
numIcon
-------------------------------------------------- */
.numIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #35A5B0;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.numIcon_text {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.numIcon_no {
  margin-top: 4px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.numIcon > img {
  width: 100%;
  height: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .numIcon {
  padding-top: .5em;
}
_:-ms-lang(x)::-ms-backdrop, .numIcon > img {
  margin-top: -.5em;
  height: calc(100% + 0.5em);
}


/* --------------------------------------------------
stepLabel
-------------------------------------------------- */
.stepLabel {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 72px;
  height: 80px;
  padding: 20px 0;
  z-index: 1;
  color: #fff;
  background-color: #35A5B0;
  text-align: center;
  border-radius: 0 12px 0 12px;
}
.stepLabel:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #2A8B95 transparent;
}
.stepLabel_text {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.stepLabel_no {
  margin-top: 4px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

/* --------------------------------------------------
houseLabel
-------------------------------------------------- */
.houseLabel {
  background: url(/common_v2/images/icon_house_blue.svg);
  color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
.houseLabel_text {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.houseLabel_no {
  margin-top: 4px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

/* --------------------------------------------------
headingSp
-------------------------------------------------- */
.headingSp {
  display: flex;
  margin: 40px auto 32px;
}
.headingSp:first-child {
  margin-top: 0;
}
.headingSp_text .text-main {
  display: block;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  letter-spacing: 0.05em;
}
.headingSp_text .text-sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 8px;
}

/* type-vertical */

.headingSp.type-vertical {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.headingSp.type-vertical .numIcon {
  margin-bottom: 12px;
}

/* type-horizontal */

.headingSp.type-horizontal {
  align-items: center;
}
.headingSp.type-horizontal .numIcon {
  margin-right: 20px;
  flex: 0 0 auto;
}
/* type-border-bottom */
.headingSp.type-bdrB {
  border-bottom: 1px solid #C3C8D6;
  padding-bottom: 15px;
}

/* ==================================================
Text
================================================== */
.nmlText {
  margin-top: 20px;
}
.nmlText:first-child {
  margin-top: 0;
}
.nmlText img {
  max-width: 100%;
}
.nmlTitle {
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.nmlTitle:first-child {
  margin-top: 0;
}
strong {
  color: #B9060E;
}
/* catch
-------------------------------------------------- */
.catch {
  margin: 30px auto 20px;
  font-size: 4.8rem;
  text-align: center;
  color: #35A5B0;
}
.catch:first-child {
  margin-top: 0;
}
.catch > strong{
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  background: linear-gradient(transparent 70%, #EDDD21 70%, #EDDD21 95%, transparent 95%);
  color: inherit;
}
_:-ms-lang(x)::-ms-backdrop, .catch > strong{
  background: linear-gradient(transparent 55%, #EDDD21 55%, #EDDD21 70%, transparent 70%);
}
/* telNumber
-------------------------------------------------- */
.telNumber:not(.style-none) {
  margin-top: 20px;
  vertical-align: middle;
}
.telNumber:not(.style-none):first-child {
  margin-top: 0;
}
.telNumber:not(.style-none) {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.telNumber:not(.style-none) span {
  font-size: 5.6rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  line-height: 1;
}
.telNumber.fcRed span {
  color: #B9060E !important;
}
.telNumber.size-medium span {
  font-size: 4.0rem;
}

/* fleedial */
.telNumber.icon-freedial span {
  padding-left: 1.6em;
  background: url(/common_v2/images/icon_freedial.svg) no-repeat left center / 1.4em .8em;
}
/* tel */
.telNumber.icon-tel span {
  padding-left: 1.3em;
  background: url(/common_v2/images/icon_tel.svg) no-repeat left center / auto 1em;
}

/* ==================================================
List
================================================== */

/* --------------------------------------------------
squareList
-------------------------------------------------- */
.squareList:not(:first-child) {
  margin-top: 20px;
}
.squareList>li>ul:not(.style-none),.squareList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.squareList>li>ul:not(.noteList):not(.noteNumList),.squareList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.squareList>li {
  position: relative;
  margin-top: 8px;
  padding-left: .8em;
  line-height: 1.5;
  text-indent: 0;
}
.squareList>li:first-child {
  margin-top: 0;
}
.squareList>li:before {
  position: absolute;
  left: 0;
  top: .5em;
  content: "";
  width: .5em;
  height: .5em;
  background: #005BAB;
}
.squareList>li.fcRed:before {
  background: #B9060E;
}

/* --------------------------------------------------
cirList
-------------------------------------------------- */
.cirList:not(:first-child) {
  margin-top: 20px;
}
.cirList>li>ul:not(.style-none),.cirList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.cirList>li>ul:not(.noteList):not(.noteNumList),.cirList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}

.cirList>li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: 0;
}
.cirList>li:first-child {
  margin-top: 0;
}
.cirList>li:before {
  position: absolute;
  left: 0;
  top: .5em;
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #005BAB;
}
.cirList>li.fcRed:before {
  background: #B9060E;
}

/* --------------------------------------------------
checkList
-------------------------------------------------- */
.checkList:not(:first-child) {
  margin-top: 20px;
}

.checkList>li>ul:not(.style-none),.checkList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.checkList>li>ul:not(.noteList):not(.noteNumList),.checkList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.checkList>li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.3em;
  line-height: 1.5;
  text-indent: 0;
}
.checkList>li:first-child {
  margin-top: 0;
}
.checkList>li:before {
  position: absolute;
  left: 0;
  top: .25em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: url(/common_v2/images/icon_check.svg) no-repeat center center;
  background-size: 1em 1em;
}
_:-ms-lang(x)::-ms-backdrop, .checkList>li:before {
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
_:-ms-lang(x)::-ms-backdrop,
.checkList>li.fs10rem:before ,
.checkList>li.pc_fs10rem:before {
  top: 2px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
_:-ms-lang(x)::-ms-backdrop,
.checkList>li.fs30rem:before ,
.checkList>li.pc_fs30rem:before {
  top: 2px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

/* --------------------------------------------------
attentionList
-------------------------------------------------- */
.attentionList:not(:first-child) {
  margin-top: 20px;
}

.attentionList>li>ul:not(.style-none),.attentionList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.attentionList>li>ul:not(.noteList):not(.noteNumList),.attentionList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.attentionList>li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.3em;
  line-height: 1.5;
  text-indent: 0;
  color: #B9060E;
}
.attentionList>li a{
  color: inherit;
}
.attentionList>li:first-child {
  margin-top: 0;
}
.attentionList>li:before {
  position: absolute;
  left: 0;
  top: .25em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: url(/common_v2/images/icon_attention_note.svg) no-repeat center center;
  background-size: 1em 1em;
}
_:-ms-lang(x)::-ms-backdrop, .attentionList>li:before {
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
_:-ms-lang(x)::-ms-backdrop,
.attentionList>li.fs10rem:before ,
.attentionList>li.pc_fs10rem:before {
  top: 2px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
_:-ms-lang(x)::-ms-backdrop,
.attentionList>li.fs30rem:before ,
.attentionList>li.pc_fs30rem:before {
  top: 2px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}


/* --------------------------------------------------
numList
-------------------------------------------------- */
.numList {
  margin-top: 20px;
  padding-left: 2em;
}
.numList:first-child {
  margin-top: 0;
}
.numList>li>ul:not(.style-none),.numList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.numList>li>ul:not(.noteList):not(.noteNumList),.numList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.numList>li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
  text-indent: 0;
}
.numList>li:first-child {
  margin-top: 0;
}
.numList>li:before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  display: marker;
  content: counter(num1) ".";
}

/* --------------------------------------------------
.numList.type-nest
-------------------------------------------------- */
.numList.type-nest {
  counter-reset: nest;
  list-style-type: none;
}
.numList.type-nest > li::before {
  counter-increment: nest;
  content: counters(nest, ".") ".";
}

/* --------------------------------------------------
docNumList
-------------------------------------------------- */
.docNumList {
  padding-left: 2em;
}
.docNumList:not(:first-child) {
  margin-top: 20px;
}
.docNumList>li>ul:not(.style-none),.docNumList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.docNumList>li>ul:not(.noteList):not(.noteNumList),.docNumList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.docNumList>li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: docNum;
  text-indent: 0;
}
.docNumList>li:first-child {
  margin-top: 0;
}
.docNumList>li:before {
  position: absolute;
  left: -2.5em;
  top: 0;
  font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #3C4950;
  display: marker;
  content: "（" counter(docNum) "）";
}

/* --------------------------------------------------
noteList
-------------------------------------------------- */
.noteList:not(:first-child) {
  margin-top: 20px;
}
.noteList>li>ul:not(.style-none),.noteList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.noteList>li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
  font-size: 1.4rem;
  text-indent: 0;
}
.noteList>li:first-child {
  margin-top: 0;
}
.noteList>li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\203B";
  display: block;
}

/* --------------------------------------------------
noteNumList
-------------------------------------------------- */
.noteNumList:not(:first-child) {
  margin-top: 20px;
}
.noteNumList>li>ul:not(.style-none),.noteNumList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.noteNumList>li {
  position: relative;
  margin-top: 8px;
  padding-left: 2.5em;
  font-size: 1.4rem;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: noteNum;
  text-indent: 0;
}
.noteNumList>li:first-child {
  margin-top: 0;
}
.noteNumList>li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\203B"counter(noteNum);
}

/* --------------------------------------------------
asteriskList
-------------------------------------------------- */
.asteriskList>li>ul:not(.style-none),
.asteriskList>li>ol:not(.style-none) {
    margin-top: 8px;
}

.asteriskList>li {
    position: relative;
    margin-top: 8px;
    padding-left: 1.5em;
    text-indent: 0;
}

.asteriskList>li:first-child {
    margin-top: 0;
}

.asteriskList>li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 1.4em;
    content: "\002A"; /* asteriskのUnicodeを指定 */
}

.asterisk-note-list {
    text-align: left;
    margin-top: 16px;
}

.asterisk-note {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

/* --------------------------------------------------
asteriskNumList
-------------------------------------------------- */
.asteriskNumList>li>ul:not(.style-none),
.asteriskNumList>li>ol:not(.style-none) {
    margin-top: 8px;
}

.asteriskNumList>li {
    position: relative;
    margin-top: 8px;
    padding-left: 1.5em;
    text-indent: 0;
    counter-increment: num;
}

.asteriskNumList>li:first-child {
    margin-top: 16px;
}

.asteriskNumList>li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 15px;
    content: "\002A" counter(num); /* asteriskのUnicodeを指定 */
}

/* --------------------------------------------------
nmlList
-------------------------------------------------- */
.nmlList:not(:first-child) {
  margin-top: 20px;
}
.nmlList>li>ul:not(.style-none),.nmlList>li>ol:not(.style-none) {
  margin-top: 8px;
}
.nmlList>li>ul:not(.noteList):not(.noteNumList),.nmlList>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
.nmlList>li {
  margin-top: 8px;
  list-style-type: none;
  text-indent: 0;
  margin-top: 8px;
}
.nmlList>li:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
nmlDList
-------------------------------------------------- */
.nmlDList {
  margin-top: 40px;
}
.nmlDList:first-child {
  margin-top: 0;
}
.nmlDList dt {
  margin-bottom: 8px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.nmlDList dt>a {
  color: inherit;
}
.nmlDList dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C3C8D6;
  font-size: 1.6rem;
}
.nmlDList dd:last-of-type {
  margin-bottom: 0;
}
/* --------------------------------------------------
floatDList
-------------------------------------------------- */
.floatDList {
  margin-top: 40px;
  width: 100%;
}
.floatDList:first-child {
  margin-top: 0;
}
.floatDList:after {
  content: "";
  display: block;
  clear: both;
}
.floatDList dt {
  float: left;
  clear: left;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.floatDList dd {
  padding-left: 5%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C3C8D6;
}
.floatDList dt:last-of-type,
.floatDList dd:last-of-type {
  margin-bottom: 0;
}
.floatDList dd > *:last-child {
  margin-bottom: 0;
}
.floatDList.per05 dt {width: 5%;} .floatDList.per05 dd {padding-left: 5%;}
.floatDList.per10 dt {width:10%;} .floatDList.per10 dd {padding-left:10%;}
.floatDList.per15 dt {width:15%;} .floatDList.per15 dd {padding-left:15%;}
.floatDList.per20 dt {width:20%;} .floatDList.per20 dd {padding-left:20%;}
.floatDList.per25 dt {width:25%;} .floatDList.per25 dd {padding-left:25%;}
.floatDList.per30 dt {width:30%;} .floatDList.per30 dd {padding-left:30%;}
.floatDList.per35 dt {width:35%;} .floatDList.per35 dd {padding-left:35%;}
.floatDList.per40 dt {width:40%;} .floatDList.per40 dd {padding-left:40%;}
.floatDList.per45 dt {width:45%;} .floatDList.per45 dd {padding-left:45%;}
.floatDList.per50 dt {width:50%;} .floatDList.per50 dd {padding-left:50%;}
.floatDList.per55 dt {width:55%;} .floatDList.per55 dd {padding-left:55%;}
.floatDList.per60 dt {width:60%;} .floatDList.per60 dd {padding-left:60%;}
.floatDList.per65 dt {width:65%;} .floatDList.per65 dd {padding-left:65%;}
.floatDList.per70 dt {width:70%;} .floatDList.per70 dd {padding-left:70%;}
.floatDList.per75 dt {width:75%;} .floatDList.per75 dd {padding-left:75%;}
.floatDList.per80 dt {width:80%;} .floatDList.per80 dd {padding-left:80%;}
.floatDList.per85 dt {width:85%;} .floatDList.per85 dd {padding-left:85%;}
.floatDList.per90 dt {width:90%;} .floatDList.per90 dd {padding-left:90%;}
.floatDList.per95 dt {width:95%;} .floatDList.per95 dd {padding-left:95%;}

/* --------------------------------------------------
追従コンバージョン内リスト調整
-------------------------------------------------- */
.cnvBtns_caption .cirList,
.cnvBtns_caption .squareList,
.cnvBtns_caption .numList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cnvBtns_caption .cirList>li,
.cnvBtns_caption .squareList>li,
.cnvBtns_caption .numList>li {
  font-size: 1.6rem;
  margin: 0;
}


/* --------------------------------------------------
newsList
-------------------------------------------------- */
.newsList {
  margin: 40px auto;
}
.newsList:first-child {
  margin-top: 0;
}
.newsList:last-child {
  margin-bottom: 0;
}
.newsList_item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #C3C8D6;
}
.newsList_item_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 80px;
  color: inherit;
  padding: 12px 56px 12px 20px;
  text-decoration: none;
  transition: all .3s ease;
  background: no-repeat right 20px center;
}
.newsList_date {
  flex: 0 0 auto;
  min-width: 110px;
  margin-right: 20px;
  font-size: 1.4rem;
}
.newsList_tag {
  flex: 0 0 166px;
  line-height: 24px;
  margin-right: 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop, .newsList_tag {
  padding-top: .1em ;
  height: 24px;
}
/* hover */
a.newsList_item_inner:hover {
  background-color: rgba(195, 200, 214, .3);
}
a.newsList_item_inner:hover .newsList_title{
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
/* ボタン内包型 */
.newsList_item.type-btn .newsList_title:not(:first-child) {
  margin-left: 20px;
}
.newsList_item.type-btn .smlBtn:last-child {
  margin-left: 20px;
}
.newsList_item.type-btn .smlBtn {
  flex: 0 0 186px;
  min-width: 186px;;
}
.newsList_item.type-btn .smlBtn,
.newsList_item.type-btn .smlBtn_item,
.newsList_item.type-btn .smlBtn .smlBtn_itemLink {
  margin-top: 0;
}

/* NOREN用タグ
-------------------------------------------------- */
.norenTag {
  background-color: #EA243B;
  min-width: 80px;
  margin-right: 10px;
  margin-left: 0;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  padding: 0 10px;
  border-radius: 4px;
}
.norenTag.norenTag_small {
  min-width: initial;
  background-color: #EA243B;
  margin-right: 10px;
  margin-left: 0;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  padding: 0 5px;
  border-radius: 4px;
  vertical-align: initial;
}
.heading2_text .norenTag {
  transform: translateY(-8px)
}
.heading2_text .norenTag+.text-main {
  display: inline-block;
}

/* 各種アイコン
-------------------------------------------------- */
.newsList_item a.newsList_item_inner::after {
  display: none;
}
.newsList_item_inner.arrow-right {
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
  background-size: 8px 8px;
}
.newsList_item_inner.arrow-down {
  background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);
  background-size: 8px 8px;
}
.newsList_item_inner.arrow-blank {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
  background-size: 16px 16px;
}
.newsList_item_inner.arrow-pdf {
  background-image: url(/common_v2/images/icon_pdf_red.svg);
  background-size: 15px 20px;
}

/* 各種カラー（タグ、ボタン）
-------------------------------------------------- */
/* 重要なお知らせ */
.newsList_tag.color-newsImportant {
  background-color: #EA243B;
}
.nmlBtn_item.color-newsImportant.arrow-right .nmlBtn_itemLink {
  color: #EA243B;
  border-color: #EA243B;
  background-image: url(/common_v2/images/arrow_right_triangle_newsimportant.svg);
}
.nmlBtn_item.color-newsImportant .nmlBtn_itemLink:hover {
  background-color: #EA243B;
}
/* ATM 休止のお知らせ */
.newsList_tag.color-newsAtm {
  background-color: #5BA48A;
}
.nmlBtn_item.color-newsAtm.arrow-right .nmlBtn_itemLink {
  color: #5BA48A;
  border-color: #5BA48A;
  background-image: url(/common_v2/images/arrow_right_triangle_newsatm.svg);
}
.nmlBtn_item.color-newsAtm .nmlBtn_itemLink:hover {
  background-color: #5BA48A;
}
/* その他 */
.newsList_tag.color-newsOther {
  background-color: #557A9B;
}
.nmlBtn_item.color-newsOther.arrow-right .nmlBtn_itemLink {
  color: #557A9B;
  border-color: #557A9B;
  background-image: url(/common_v2/images/arrow_right_triangle_newsother.svg);
}
.nmlBtn_item.color-newsOther .nmlBtn_itemLink:hover {
  background-color: #557A9B;
}
/* blue */
.newsList_tag.color-blue {
  background-color: #0066B1;
}
/* green */
.newsList_tag.color-green {
  background-color: #35A5B0;
}
/* gray */
.newsList_tag.color-gray {
  background-color: #ccc;
}

/* seminar pulldown
-------------------------------------------------- */
.linkPulldown {
  display: block;
  width: 166px;
  min-width: 166px;
  height: 40px;
  padding: 13px 28px 0 12px;
  background: url(/common_v2/images/arrow_down_triangle_blue.svg) no-repeat center right 12px;
  background-size: 8px 8px;
  border: solid 1px #C3C8D6;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005BAB;
  transition: all .3s ease;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.linkPulldown:hover {
  background-color: #C3C8D6;
  background-image: url(/common_v2/images/arrow_down_triangle_white.svg);
  color: #fff;
}
.linkPulldown.on {
  background-color: #C3C8D6;
  background-image: url(/common_v2/images/arrow_up_triangle_white.svg);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.linkPulldown .text {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}
.linkPulldown_layer {
  display: none;
  width: 166px;
  background-color: #fff;
  border: solid 1px #C3C8D6;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 10;
}
.linkPulldown.on .linkPulldown_layer {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.linkPulldown_layer a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 13px 0 0 12px;
  border-bottom: solid 1px #C3C8D6;
  text-align: left;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease;
}
.linkPulldown_layer a:last-child {
  border-bottom: none;
}
.linkPulldown_layer a.arrow-blank {
  background: url(/common_v2/images/icon_blank_blue.svg) no-repeat center right 12px;
}
.linkPulldown_layer a:hover {
  color: #fff;
}
.linkPulldown_layer a.arrow-blank:hover {
  background: #C3C8D6 url(/common_v2/images/icon_blank_white.svg) no-repeat center right 12px;
}


/* --------------------------------------------------
faqIcon
-------------------------------------------------- */
.faqIcon {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
  background: no-repeat 0 0 / contain;
}
.faqIcon_text {
  font-size: 3.2rem;
}
.faqIcon_no {
  font-size: 2.4rem;
}
.faqIcon-q {
  background-image: url(/common_v2/images/icon_qa_green.svg);
  color: #fff;
}
.faqIcon-a {
  background-image: url(/common_v2/images/icon_qa_white.svg);
  color: #35A5B0;
}
_:-ms-lang(x)::-ms-backdrop, .faqIcon {
  padding-top: .3em;
}

/* --------------------------------------------------
faqList
-------------------------------------------------- */
.faqList {
  margin-top: 40px;
}
.faqList:first-child {
  margin-top: 0;
}
.faqList_item_inner {
  width: 100%;
}
.faqList .faqIcon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-right: 16px;
}
.faqList .faqIcon .faqIcon_text {
  font-size: 2.0rem;
}
.faqList .faqIcon .faqIcon_no {
  font-size: 1.4rem;
}
/* faqList_item_inner-q */
.faqList_item_inner-q {
  padding: 16px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
/* faqList_item_inner-a */
.faqList_item_inner-a {
  background-color: #E8F6F7;
  padding: 30px;
}

/* リンクバージョン */
a.faqList_item_inner {
  border-bottom: 1px solid #C3C8D6;
  padding-right: 64px;
  background: url(/common_v2/images/arrow_right_triangle_green.svg) no-repeat right 20px center / 8px 8px;
  color: inherit;
}
a.faqList_item_inner .faqList_text{
  transition: all .2s ease;
}
a.faqList_item_inner:hover .faqList_text{
  text-decoration: underline;
  color: #35A5B0;
}

/* ==================================================
Link
================================================== */
.textLink:hover {
  opacity: .7;
}
.textLink.offset-wide {
  text-underline-offset:6px;
}
/* arrow-right
---------------------------------- */
.textLink.arrow-right {
  padding-left: 1.3em;
  background: url(/common_v2/images/arrow_right_half_blue.svg) no-repeat left .25em center / 0.55em 1em;
}
/* arrow-down
---------------------------------- */
.textLink.arrow-down {
  padding-left: 1.3em;
  background: url(/common_v2/images/arrow_down_half_blue.svg) no-repeat left center / 1em 0.55em;
}
.textLink.arrow-down.-adr {
  padding-right: 1.3em;
  padding-left: 0;
  background: url(/common_v2/images/arrow_down_half_blue.svg) no-repeat right center / 1em 0.55em;
}
/* arrow-pdf
---------------------------------- */
.textLink.arrow-pdf::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .2em;
  background: url(/common_v2/images/icon_pdf_red.svg) no-repeat center center / 0.83em 1.1em;
}
/* arrow-blank
---------------------------------- */
.textLink.arrow-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  position: relative;
  top: .1em;
  background: url(/common_v2/images/icon_blank_blue.svg) no-repeat center center / .7em .7em;
}
.attentionList .textLink.arrow-blank::after {
  background-image: url(/common_v2/images/icon_blank_note.svg);
}
/* arrow-download
---------------------------------- */
.textLink.arrow-download::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  position: relative;
  top: .2em;
  background: url(/common_v2/images/icon_download_blue.svg) no-repeat center center / .9em auto;
  margin-left: .1em;
}
/* arrow-doc
---------------------------------- */
.textLink.arrow-doc::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .2em;
  background: url(/common_v2/images/icon_doc_blue.svg) no-repeat center center / .83em auto;
  margin-left: .1em;
}
/* arrow-xlsx
---------------------------------- */
.textLink.arrow-xlsx::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .2em;
  background: url(/common_v2/images/icon_xlsx_blue.svg) no-repeat center center / .83em auto;
  margin-left: .1em;
}

/* --------------------------------------------------
nmlBtn
-------------------------------------------------- */
.nmlBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 40px auto 0;
  max-width: 100%;
}
.nmlBtn:first-child {
  margin-top: 0;
}
.nmlBtn_item {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.nmlBtn_itemLink {
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.25;
  background: no-repeat right 20px center;
  border: 1px solid ;
  padding: 4px 12px;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 60px;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  position: relative;
}
.nmlBtn_item[class*="arrow-"] .nmlBtn_itemLink {
  padding-right: 38px;
}
.nmlBtn_item.arrow-left .nmlBtn_itemLink {
  padding-left: 38px;
  padding-right: 12px;
}
.nmlBtn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 4px;
}
.nmlBtn_icon.posi-absolute {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.nmlBtn_tag {
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 36px;
  border-radius: 24px;
  padding: 0 12px;
  white-space: nowrap;
}
.nmlBtn_text {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn_text {
  margin-top: .2em;
}
.nmlBtn_text .text-main {
  display: block;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  margin: 4px 0;
}
.nmlBtn_text .text-main:first-child {
  margin-top: 0;
}
.nmlBtn_text .text-main:last-child {
  margin-bottom: 0;
}
.nmlBtn_text .text-sub {
  display: block;
  font-size: 1.4rem;
  margin: 4px 0;
}
.nmlBtn_text .text-sub:first-child {
  margin-top: 0;
}
.nmlBtn_text .text-sub:last-child {
  margin-bottom: 0;
}
.nmlBtn_caption {
  text-align: center;
  margin: 4px 0;
}

/*--- コンバージョンボタン ---*/
.nmlBtn.col1 .nmlBtn_item.type-cnv {
  width: 620px;
}
.nmlBtn_item.type-cnv .nmlBtn_itemLink {
  min-height: 80px;
  font-size: 2.4rem;
  border-radius: 40px;
}
.nmlBtn_item.type-cnv .nmlBtn_tag {
  line-height: 48px;
  border-radius: 24px;
}

/*--- 四角ボタン ---*/
.nmlBtn_item.type-square .nmlBtn_itemLink ,
.nmlBtn_item.type-square .nmlBtn_tag {
  border-radius: 0;
}

/*--- 各種color ---*/
/* 青（デフォルト） */
.nmlBtn_item .nmlBtn_itemLink,
.nmlBtn_item .nmlBtn_tag { color: #005BAB; background-color: #005BAB; border-color: #005BAB;}
/* ターコイズ（サブ1） */
.nmlBtn_item.color-aqua .nmlBtn_itemLink,
.nmlBtn_item.color-aqua .nmlBtn_tag { color: #13A4D6; background-color: #13A4D6; border-color: #13A4D6;}
/* ピーコック（サブ2） */
.nmlBtn_item.color-green .nmlBtn_itemLink,
.nmlBtn_item.color-green .nmlBtn_tag { color: #35A6AF; background-color: #35A6AF; border-color: #35A6AF;}
/* 赤（注意喚起） */
.nmlBtn_item.color-note .nmlBtn_itemLink,
.nmlBtn_item.color-note .nmlBtn_tag { color: #B90606; background-color: #B90606; border-color: #B90606;}
/* ピンク（ログイン） */
.nmlBtn_item.color-login .nmlBtn_itemLink,
.nmlBtn_item.color-login .nmlBtn_tag { color: #E21A57; background-color: #E21A57; border-color: #E21A57;}
/* オレンジ */
.nmlBtn_item.color-orange .nmlBtn_itemLink,
.nmlBtn_item.color-orange .nmlBtn_tag { color: #F7774D; background-color: #F7774D; border-color: #F7774D;}
/* 共通 */
.nmlBtn_item.bg-fill .nmlBtn_itemLink,
.nmlBtn_item:not(.bg-fill) .nmlBtn_tag { color: #fff;}
.nmlBtn_item:not(.bg-fill) .nmlBtn_itemLink,
.nmlBtn_item.bg-fill .nmlBtn_tag { background-color: #fff;}

/*--- 各種アイコン  ---*/
/* 通常 */
.nmlBtn_item.arrow-right .nmlBtn_itemLink { background-size: 8px 8px;}
/* 左向き */
.nmlBtn_item.arrow-left .nmlBtn_itemLink { background-size: 8px 8px; background-position: left 20px center}
/* 下向き */
.nmlBtn_item.arrow-down .nmlBtn_itemLink { background-size: 8px 8px;}
/* 別窓 */
.nmlBtn_item.arrow-blank .nmlBtn_itemLink { background-size: 16px 16px;}
/* PDF */
.nmlBtn_item.arrow-pdf .nmlBtn_itemLink { background-size: 15px 20px;}
/* ダウンロード */
.nmlBtn_item.arrow-download .nmlBtn_itemLink { background-size: 16px 18px;}
/* doc */
.nmlBtn_item.arrow-doc .nmlBtn_itemLink { background-size: 15px auto;}
/* xlsx */
.nmlBtn_item.arrow-xlsx .nmlBtn_itemLink { background-size: 15px auto;}

/*--- 色別各種アイコン ---*/
/* 青（デフォルト） */
.nmlBtn_item.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);}
.nmlBtn_item.arrow-left .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_left_triangle_blue.svg);}
.nmlBtn_item.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);}
.nmlBtn_item.arrow-up .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_up_triangle_blue.svg);}
.nmlBtn_item.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_blue.svg);}
.nmlBtn_item.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_blue.svg);}
.nmlBtn_item.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_blue.svg);}
.nmlBtn_item.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_blue.svg);}
.nmlBtn_item.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_blue.svg);}
/* ターコイズ（サブ1） */
.nmlBtn_item.color-aqua.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_aqua.svg);}
.nmlBtn_item.color-aqua.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_aqua.svg);}
/* ピーコック（サブ2） */
.nmlBtn_item.color-green.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_green.svg);}
.nmlBtn_item.color-green.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_green.svg);}
.nmlBtn_item.color-green.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_green.svg);}
.nmlBtn_item.color-green.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_green.svg);}
.nmlBtn_item.color-green.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_green.svg);}
.nmlBtn_item.color-green.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_green.svg);}
.nmlBtn_item.color-green.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_green.svg);}
/* 赤（注意喚起） */
.nmlBtn_item.color-note.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_note.svg);}
.nmlBtn_item.color-note.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_note.svg);}
.nmlBtn_item.color-note.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_note.svg);}
.nmlBtn_item.color-note.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_note.svg);}
.nmlBtn_item.color-note.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_note.svg);}
.nmlBtn_item.color-note.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_note.svg);}
.nmlBtn_item.color-note.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_note.svg);}
/* ピンク（ログイン） */
.nmlBtn_item.color-login.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_login.svg);}
.nmlBtn_item.color-login.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_login.svg);}
.nmlBtn_item.color-login.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_login.svg);}
.nmlBtn_item.color-login.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_login.svg);}
.nmlBtn_item.color-login.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_login.svg);}
.nmlBtn_item.color-login.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_login.svg);}
.nmlBtn_item.color-login.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_login.svg);}
/* オレンジ */
.nmlBtn_item.color-orange.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_orange.svg);}
.nmlBtn_item.color-orange.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_orange.svg);}
.nmlBtn_item.color-orange.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_orange.svg);}
.nmlBtn_item.color-orange.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_orange.svg);}
.nmlBtn_item.color-orange.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_orange.svg);}
.nmlBtn_item.color-orange.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_orange.svg);}
.nmlBtn_item.color-orange.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_orange.svg);}


/*--- 塗りつぶしの色別各種アイコン ---*/
.nmlBtn_item.bg-fill.arrow-right .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_triangle_white.svg);}
.nmlBtn_item.bg-fill.arrow-left .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_left_triangle_white.svg);}
.nmlBtn_item.bg-fill.arrow-down .nmlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_triangle_white.svg);}
.nmlBtn_item.bg-fill.arrow-blank .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_white.svg);}
.nmlBtn_item.bg-fill.arrow-pdf .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_white.svg);}
.nmlBtn_item.bg-fill.arrow-download .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_download_white.svg);}
.nmlBtn_item.bg-fill.arrow-doc .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_doc_white.svg);}
.nmlBtn_item.bg-fill.arrow-xlsx .nmlBtn_itemLink { background-image: url(/common_v2/images/icon_xlsx_white.svg);}

/*--- hover アイコン ---*/
.nmlBtn_item.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_white.svg);}
.nmlBtn_item.arrow-left .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_left_triangle_white.svg);}
.nmlBtn_item.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_white.svg);}
.nmlBtn_item.arrow-up .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_up_triangle_white.svg);}
.nmlBtn_item.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_white.svg);}
.nmlBtn_item.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_white.svg);}
.nmlBtn_item.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_white.svg);}
.nmlBtn_item.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_white.svg);}
.nmlBtn_item.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_white.svg);}

/*--- hover 各種色 ---*/
/* 青（デフォルト） */
.nmlBtn_item .nmlBtn_itemLink:hover,
.nmlBtn_item .nmlBtn_itemLink:hover .nmlBtn_tag { color: #005BAB; background-color: #005BAB;}
.nmlBtn_item.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);}
.nmlBtn_item.bg-fill.arrow-left .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);}
.nmlBtn_item.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);}
.nmlBtn_item.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_blue.svg);}
.nmlBtn_item.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_blue.svg);}
.nmlBtn_item.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_blue.svg);}
.nmlBtn_item.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_blue.svg);}
.nmlBtn_item.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_blue.svg);}
/* ターコイズ（サブ1） */
.nmlBtn_item.color-aqua .nmlBtn_itemLink:hover,
.nmlBtn_item.color-aqua .nmlBtn_itemLink:hover .nmlBtn_tag { color: #13A4D6; background-color: #13A4D6;}
.nmlBtn_item.color-aqua.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_aqua.svg);}
.nmlBtn_item.color-aqua.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_aqua.svg);}
/* ピーコック（サブ2） */
.nmlBtn_item.color-green .nmlBtn_itemLink:hover,
.nmlBtn_item.color-green .nmlBtn_itemLink:hover .nmlBtn_tag { color: #35A6AF; background-color: #35A6AF;}
.nmlBtn_item.color-green.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_green.svg);}
.nmlBtn_item.color-green.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_green.svg);}
/* 赤（注意喚起） */
.nmlBtn_item.color-note .nmlBtn_itemLink:hover,
.nmlBtn_item.color-note .nmlBtn_itemLink:hover .nmlBtn_tag { color: #B90606; background-color: #B90606;}
.nmlBtn_item.color-note.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_note.svg);}
.nmlBtn_item.color-note.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_note.svg);}
/* ピンク（ログイン） */
.nmlBtn_item.color-login .nmlBtn_itemLink:hover,
.nmlBtn_item.color-login .nmlBtn_itemLink:hover .nmlBtn_tag { color: #E21A57; background-color: #E21A57;}
.nmlBtn_item.color-login.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_login.svg);}
.nmlBtn_item.color-login.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_login.svg);}
/* オレンジ */
.nmlBtn_item.color-orange .nmlBtn_itemLink:hover,
.nmlBtn_item.color-orange .nmlBtn_itemLink:hover .nmlBtn_tag { color: #F7774D; background-color: #F7774D;}
.nmlBtn_item.color-orange.bg-fill.arrow-right .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_triangle_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-down .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_triangle_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-blank .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-pdf .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-download .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-doc .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_doc_orange.svg);}
.nmlBtn_item.color-orange.bg-fill.arrow-xlsx .nmlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_xlsx_orange.svg);}
/* 共通 */
.nmlBtn_item:not(.bg-fill) .nmlBtn_itemLink:hover,
.nmlBtn_item.bg-fill .nmlBtn_itemLink:hover .nmlBtn_tag { color: #fff;}
.nmlBtn_item.bg-fill .nmlBtn_itemLink:hover,
.nmlBtn_item:not(.bg-fill) .nmlBtn_itemLink:hover .nmlBtn_tag { background-color: #fff;}

/*--- hover無効 ---*/
.nmlBtn_item.disabled {
  pointer-events: none;
  user-select: none;
}
.nmlBtn_item.disabled .nmlBtn_itemLink {
  box-shadow: none;
}
.nmlBtn_item.color-disabled .nmlBtn_itemLink {
  background-image: none;
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.nmlBtn_item.color-orange.color-disabled .nmlBtn_itemLink {
  background-image: none;
  border-color: #ccc;
  background-color: #FAB283;
  color: #fff;
}
.nmlBtn_item.color-disabled:not(.disabled) .nmlBtn_itemLink:hover {
  opacity: .7;
}

/*--- 各カラム ---*/
/* 1カラム */
.nmlBtn.col1 {
  display: block;
}
.nmlBtn.col1 .nmlBtn_item {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.nmlBtn.col1 .nmlBtn_item:nth-child(n+2) {
  margin-top: 20px;
}

/* 2カラム */
.nmlBtn.col2 .nmlBtn_item {
  width: calc((100% - 20px) / 2);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col2 .nmlBtn_item {
  width: calc((100% - 20.01px) / 2);
}
.nmlBtn.col2 .nmlBtn_item:not(:first-child):not(:nth-child(2n+1)) {
  margin-left: 20px;
}
.nmlBtn.col2 .nmlBtn_item:nth-child(n+3) {
  margin-top: 20px;
}

/* 2カラム：6-4 */
.nmlBtn.col2 .nmlBtn_item.size-big {
  width: calc((100% - 20px) / 10 * 6);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col2 .nmlBtn_item.size-big {
  width: calc((100% - 20.01px) / 10 * 6);
}
.nmlBtn.col2 .nmlBtn_item.size-small {
  width: calc((100% - 20px) / 10 * 4);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col2 .nmlBtn_item.size-small {
  width: calc((100% - 20.01px) / 10 * 4);
}

/* 3カラム */
.nmlBtn.col3 .nmlBtn_item {
  width: calc((100% - 40px) / 3);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col3 .nmlBtn_item {
  width: calc((100% - 40.01px) / 3);
}
.nmlBtn.col3 .nmlBtn_item:not(:first-child):not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.nmlBtn.col3 .nmlBtn_item:nth-child(n+4) {
  margin-top: 20px;
}

/* 4カラム */
.nmlBtn.col4 .nmlBtn_item {
  width: calc((100% - 60px) / 4);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col4 .nmlBtn_item {
  width: calc((100% - 60.01px) / 4);
}
.nmlBtn.col4 .nmlBtn_item:not(:first-child):not(:nth-child(4n+1)) {
  margin-left: 20px;
}
.nmlBtn.col4 .nmlBtn_item:nth-child(n+5) {
  margin-top: 20px;
}

/* 5カラム */
.nmlBtn.col5 .nmlBtn_item {
  width: calc((100% - 80px) / 5);
}
_:-ms-lang(x)::-ms-backdrop, .nmlBtn.col5 .nmlBtn_item {
  width: calc((100% - 80.01px) / 5);
}
.nmlBtn.col5 .nmlBtn_item:not(:first-child):not(:nth-child(5n+1)) {
  margin-left: 20px;
}
.nmlBtn.col5 .nmlBtn_item:nth-child(n+6) {
  margin-top: 20px;
}

/* --------------------------------------------------
smlBtn
-------------------------------------------------- */
.smlBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 20px -10px 0;
}
.smlBtn:first-child {
  margin-top: 0;
}
.smlBtn_item {
  width: 200px;
  margin: 20px 10px 0;
  display: flex;
  flex-direction: column;
}
.smlBtn_itemLink {
  width: 100%;
  height: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: no-repeat right 12px center;
  border: 1px solid ;
  padding: 4px 12px;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 40px;
}
.smlBtn_item[class*="arrow-"] .smlBtn_itemLink {
  padding-right: 28px;
}
.smlBtn_text {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .smlBtn_text {
  margin-top: .2em;
}
.smlBtn_text .text-main {
  display: block;
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1;
}
.smlBtn_text .text-sub {
  display: block;
  margin: 2px 0;
  font-size: 1.1rem;
  line-height: 1;
}

.smlBtn02 .smlBtn_itemLink {
  border-radius: 0;
}

/*--- 各種color ---*/
/* デフォルト */
.smlBtn_item .smlBtn_itemLink { color: #005BAB; background-color: #fff; border-color: #C3C8D6;}

/*--- 各種アイコン  ---*/
/* 通常 */
.smlBtn_item.arrow-right .smlBtn_itemLink { background-size: 6px 12px;}
/* 下向き */
.smlBtn_item.arrow-down .smlBtn_itemLink { background-size: 12px 6px;}
/* 別窓 */
.smlBtn_item.arrow-blank .smlBtn_itemLink { background-size: 16px 16px;}
/* PDF */
.smlBtn_item.arrow-pdf .smlBtn_itemLink { background-size: 15px 20px;}
/* ダウンロード */
.smlBtn_item.arrow-download .smlBtn_itemLink { background-size: 16px 18px;}

/*--- 色別各種アイコン ---*/
/* デフォルト */
.smlBtn_item.arrow-right .smlBtn_itemLink { background-image: url(/common_v2/images/arrow_right_half_gray.svg);}
.smlBtn_item.arrow-down .smlBtn_itemLink { background-image: url(/common_v2/images/arrow_down_half_gray.svg);}
.smlBtn_item.arrow-blank .smlBtn_itemLink { background-image: url(/common_v2/images/icon_blank_blue.svg);}
.smlBtn_item.arrow-pdf .smlBtn_itemLink { background-image: url(/common_v2/images/icon_pdf_red.svg);}
.smlBtn_item.arrow-download .smlBtn_itemLink { background-image: url(/common_v2/images/icon_download_blue.svg);}

/*--- hover アイコン ---*/
.smlBtn_item.arrow-right .smlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_right_half_white.svg);}
.smlBtn_item.arrow-down .smlBtn_itemLink:hover { background-image: url(/common_v2/images/arrow_down_half_white.svg);}
.smlBtn_item.arrow-blank .smlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_blank_white.svg);}
.smlBtn_item.arrow-pdf .smlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_pdf_white.svg);}
.smlBtn_item.arrow-download .smlBtn_itemLink:hover { background-image: url(/common_v2/images/icon_download_white.svg);}

/*--- hover 各種色 ---*/
/* デフォルト */
.smlBtn_item .smlBtn_itemLink:hover { color: #fff; background-color: #C3C8D6;}

/* --------------------------------------------------
ページ内アンカー
-------------------------------------------------- */
.anchorBox {
  margin-top: 40px;
  display: flex;
}
.anchorBox:first-child {
  margin-bottom: 0;
}
.anchorBox_item {
  flex: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchorBox_item {
  border-left: 1px solid #C3C8D6;
}
.anchorBox_item:last-child {
  border-right: 1px solid #C3C8D6;
}
.anchorBox_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 8px 8px 24px;
  background: url(/common_v2/images/arrow_down_half_blue.svg) no-repeat center bottom 12px / 16px 8px;
  text-align: center;
  text-decoration: none;
  color: #005BAB;
  transition: all .3s ease;
}
.anchorBox_item .anchorBox_text {
  font-size: 1.6rem;
}

/* hover */
.anchorBox_inner:hover {
  background-color: rgba(0, 90, 171,.1);
}

/* --------------------------------------------------
Panel
-------------------------------------------------- */
.panel {
  margin-top: 40px;
}
.panel:first-child {
  margin-top: 0;
}
.panel+.panel {
  margin-top: 20px;
}
.panel_list {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -8px -20px;
}
.panel_item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 8px 20px;
}
/* カラム */
.panel.col1 .panel_item {
  width: calc(100% / 1);
}
_:-ms-lang(x)::-ms-backdrop, .panel.col1 .panel_item {
  width: calc((100% - 0.01px) / 1);
}
.panel.col2 .panel_item {
  width: calc(100% / 2);
}
_:-ms-lang(x)::-ms-backdrop, .panel.col2 .panel_item {
  width: calc((100% - 0.01px) / 2);
}
.panel.col3 .panel_item {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .panel.col3 .panel_item {
  width: calc((100% - 0.01px) / 3);
}
.panel.col4 .panel_item {
  width: calc(100% / 4);
}
_:-ms-lang(x)::-ms-backdrop, .panel.col4 .panel_item {
  width: calc((100% - 0.01px) / 4);
}
.panel.col5 .panel_item {
  width: calc(100% / 5);
}
_:-ms-lang(x)::-ms-backdrop, .panel.col5 .panel_item {
  width: calc((100% - 0.01px) / 5);
}
.panel_inner {
  position: relative;
  border: 1px solid #C3C8D6;
  padding: 30px 7.5% 40px;
  border-radius: 0 24px 0 24px;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background: #fff right 16px bottom 16px no-repeat;
  /* safariバグ 対策*/
  transition: all .3s ease;
  text-decoration: none;
}
.panel_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 57.78%;
  margin-top: 20px;
}
.panel_img:first-child {
  margin-top: 0;
}
.panel_img > img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all .3s ease;
}
.panel_txt {
  margin-top: 20px;
}
.panel_txt:first-child {
  margin-top: 0;
}
.panel_txt .text-main {
  font-size: 2.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.panel_txt .nmlBtn .text-main {
  font-size: 1.6rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.panel_txt .text-main + .text-sub {
  margin-top: 20px;
}

/* type-link */
.panel_item.type-link .panel_txt .text-main {
  color: #005BAB;
}
.panel_item.type-link .panel_txt .text-main .small {
  color: #3C4950;
  font-size: 1.8rem;
}
.panel_item.type-link.arrow-right .panel_inner {
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
  background-size: 8px 8px;
}
.panel_item.type-link.arrow-pdf .panel_inner {
  background-image: url(/common_v2/images/icon_pdf_blue.svg);
  background-size: 15px 20px;
}
.panel_item.type-link.arrow-blank .panel_inner {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
  background-size: 14px 14px;
}
.panel_item.type-link.arrow-down .panel_inner {
  background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);
  background-size: 8px 8px;
}
.panel_item.type-link .panel_txt .text-sub {
  color: #3C4950;
}
.panel_item.type-link .panel_inner:hover {
  background-color: #E6EFF7;
}

/* --------------------------------------------------
PointBox
-------------------------------------------------- */
.pointBox {
  margin-top: 40px;
}
.pointBox:first-child {
  margin-top: 0;
}
.pointBox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 -8px -20px;
}
.pointBox_item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 8px 20px;
}
/* カラム */
.pointBox.col1 .pointBox_item {
  width: calc(100% / 1);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox.col1 .pointBox_item {
  width: calc((100% - 0.01px) / 1);
}
.pointBox.col2 .pointBox_item {
  width: calc(100% / 2);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox.col2 .pointBox_item {
  width: calc((100% - 0.01px) / 2);
}
.pointBox.col3 .pointBox_item {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox.col3 .pointBox_item {
  width: calc((100% - 0.01px) / 3);
}
.pointBox.col4 .pointBox_item {
  width: calc(100% / 4);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox.col4 .pointBox_item {
  width: calc((100% - 0.01px) / 4);
}
.pointBox.col5 .pointBox_item {
  width: calc(100% / 5);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox.col5 .pointBox_item {
  width: calc((100% - 0.01px) / 5);
}
.pointBox_inner {
  position: relative;
  padding: 0 7.5% 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pointBox_inner .numIcon {
  margin: auto;
}
.pointBox_txt {
  margin-top: 20px;
}
.pointBox_txt:first-child {
  margin-top: 0;
}
.pointBox_txt .text-main {
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
}

/* --------------------------------------------------
PointBox2
-------------------------------------------------- */
.pointBox2 {
  margin-top: 40px;
}
.pointBox2:first-child {
  margin-top: 0;
}
.pointBox2_list {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -12px -20px;
}
.pointBox2_item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 12px 20px;
}
/* カラム */
.pointBox2.col1 .pointBox2_item {
  width: calc(100% / 1);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox2.col1 .pointBox2_item {
  width: calc((100% - 0.01px) / 1);
}
.pointBox2.col2 .pointBox2_item {
  width: calc(100% / 2);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox2.col2 .pointBox2_item {
  width: calc((100% - 0.01px) / 2);
}
.pointBox2.col3 .pointBox2_item {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox2.col3 .pointBox2_item {
  width: calc((100% - 0.01px) / 3);
}
.pointBox2.col4 .pointBox2_item {
  width: calc(100% / 4);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox2.col4 .pointBox2_item {
  width: calc((100% - 0.01px) / 4);
}
.pointBox2.col5 .pointBox2_item {
  width: calc(100% / 5);
}
_:-ms-lang(x)::-ms-backdrop, .pointBox2.col5 .pointBox2_item {
  width: calc((100% - 0.01px) / 5);
}
.pointBox2_inner {
  position: relative;
  border: 1px solid #C3C8D6;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff right 16px bottom 16px no-repeat;
  /* safariバグ 対策*/
  transition: all .3s ease;
  text-decoration: none;
}
.pointBox2_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 57.78%;
  margin-top: 20px;
}
.pointBox2_img:first-child {
  margin-top: 0;
}
.pointBox2_img > img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all .3s ease;
}
.pointBox2_txt {
  margin: 20px 24px 40px;
}
.pointBox2_txt:first-child {
  margin-top: 0;
}
.pointBox2_txt > .text-main {
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
  color: #35A5B0;
}
.pointBox2_txt > .text-main + .text-sub {
  margin-top: 20px;
}
.pointBox2 .numIcon {
  border: 2px solid #fff;
  margin: -40px auto 0;
  position: relative;
}

/* type-link */
.pointBox2_item.type-link .pointBox2_txt > .text-main {
  color: #35A5B0;
}
.pointBox2_item.type-link.arrow-right .pointBox2_inner {
  background-image: url(/common_v2/images/arrow_right_triangle_green.svg);
  background-size: 8px 8px;
}
.pointBox2_item.type-link.arrow-pdf .pointBox2_inner {
  background-image: url(/common_v2/images/icon_pdf_green.svg);
  background-size: 15px 20px;
}
.pointBox2_item.type-link.arrow-blank .pointBox2_inner {
  background-image: url(/common_v2/images/icon_blank_green.svg);
  background-size: 14px 14px;
}
.pointBox2_item.type-link .pointBox2_txt > .text-sub {
  color: #3C4950;
}
.pointBox2_item.type-link .pointBox2_inner:hover {
  background-color: #E8F6F7;
}

/* --------------------------------------------------
circleBox
-------------------------------------------------- */
.circleBox {
  width: 100%;
  margin: 40px auto 0;
}
.circleBox:first-child {
  margin-top: 0;
}
.circleBox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1% -2%;
  align-items: flex-start;
}
.circleBox_item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0 1% 2%;
}
/* カラム */
.circleBox.col1 .circleBox_item {
  width: calc(100% / 1);
}
_:-ms-lang(x)::-ms-backdrop, .circleBox.col1 .circleBox_item {
  width: calc((100% - 0.01px) / 1);
}
.circleBox.col2 .circleBox_item {
  width: calc(100% / 2);
}
_:-ms-lang(x)::-ms-backdrop, .circleBox.col2 .circleBox_item {
  width: calc((100% - 0.01px) / 2);
}
.circleBox.col3 .circleBox_item {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .circleBox.col3 .circleBox_item {
  width: calc((100% - 0.01px) / 3);
}
.circleBox.col4 .circleBox_item {
  width: calc(100% / 4);
}
_:-ms-lang(x)::-ms-backdrop, .circleBox.col4 .circleBox_item {
  width: calc((100% - 0.01px) / 4);
}
.circleBox.col5 .circleBox_item {
  width: calc(100% / 5);
}
_:-ms-lang(x)::-ms-backdrop, .circleBox.col5 .circleBox_item {
  width: calc((100% - 0.01px) / 5);
}
.circleBox_inner {
  width: 100%;
  height: auto;
  border-radius: 50%;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  background-color: #fff;
  position: relative;
}
.circleBox_inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circleBox_txt {
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* ==================================================
Box
================================================== */

/* --------------------------------------------------
box1
-------------------------------------------------- */
.box1 {
  margin-top: 40px;
  padding: 32px 40px;
  background-color: #E6EFF7;
  border-radius: 0 16px 0 16px;
}
.box1.type-large {
  border-radius: 52px 0 52px 0;
  padding: 40px 80px;
}
.box1:first-child {
  margin-top: 0;
}
.box1_head {
  margin-bottom: 24px;
  color: #005BAB;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.box1.color-gray {
  background-color: #F5F5F5;
}
.box1.color-green {
  background-color: #E8F6F7;
}
.box1.color-green > .box1_head {
  color: #35A6AF;
}
.box1.color-white {
  background-color: #fff;
}
.box1_body > *:first-child,.box1_body > *:first-child > *:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
box2
-------------------------------------------------- */
.box2 {
  margin-top: 40px;
  border-radius: 0 16px 0 16px;
}
.box2:first-child {
  margin-top: 0;
}
.box2_head {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  background-color: #005BAB;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  border-radius: 0 15px 0 0;
  border: 1px solid #005BAB;
}
.box2_head-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.box2_body {
  padding: 32px 39px;
  border-radius: 0 0 0 16px;
  background-color: #fff;
  border: 1px solid #005BAB;
}
/* アコーディオン付き */
.box2_head.js-acd_btn {
  cursor: pointer;
  border-radius: 0 15px 0 15px;
  transition: all .3s ease;
  position: relative;
}
.box2_head.js-acd_btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/common_v2/images/icon_plus_circle_blue.svg) no-repeat 0 0 / 100% 100%;
  transition: all .3s ease;
}
.box2_head.js-acd_btn.active {
  border-radius: 0 15px 0 0;
  border-bottom: 1px solid #005BAB;
}
.box2_head.js-acd_btn.active::after {
  background-image: url(/common_v2/images/icon_minus_circle_blue.svg);
}
.box2_head.js-acd_btn:not(.active) + .box2_body {
  border-radius: 0 16px 0 16px;
  border: none;
}
/* ボタンホバー時 */
.box2_head:not(.active).js-acd_btn:hover {
  background-color: #fff;
  color: #005BAB;
}


/* color-green */
.box2.color-green .box2_head {
  border: 1px solid #35A6AF;
}
.box2.color-green .box2_head.js-acd_btn::after {
  background: url(/common_v2/images/icon_plus_circle_green.svg) no-repeat 0 0 / 100% 100%;
}
.box2.color-green .box2_head.js-acd_btn.active::after {
  background-image: url(/common_v2/images/icon_minus_circle_green.svg);
}
/* ボタンホバー時 */
.box2.color-green .box2_head:not(.active).js-acd_btn:hover {
  background-color: #fff;
  color: #35A6AF;
}
.box2.color-green {
  background-color: #E8F6F7;
  border-color: transparent;
}
.box2.color-green .box2_body{
  background-color: #E8F6F7;
  border-color: #E8F6F7;
}
.box2.color-green .box2_body.bgWhite{
  border-color: #35A6AF;
}
.box2.color-green .box2_head {
  background-color: #35A6AF;
}


/* color-gray */
.box2.color-gray .box2_head {
  border: 1px solid #ccc;
  color: #3C4950;
}
.box2.color-gray {
  background-color: #fff;
  border-color: #ccc;
}
.box2.color-gray .box2_body{
  background-color: #fff;
  border-color: #ccc;
}
.box2.color-gray .box2_head {
  background-color: #ccc;
}

.box2_body > *:first-child,.box2_body > *:first-child > *:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
noteBox
-------------------------------------------------- */
.noteBox {
  margin-top: 40px;
  background-color: #F7E6E9;
  border-radius: 0 16px 0 16px;
}
.noteBox:first-child {
  margin-top: 0;
}
.noteBox_head {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  background-color: rgba(185, 6, 6, 1);
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  position: relative;
  border-radius: 0 16px 0 0;
}
.noteBox_head::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(/common_v2/images/icon_attention_white.svg) no-repeat left center / contain;
  transition: all .3s ease;
}
.noteBox_body {
  padding: 32px 40px;
}
/* アコーディオン付き */
.noteBox_head.js-acd_btn {
  border: 1px solid rgba(185, 6, 6, 1);
  cursor: pointer;
  border-radius: 0 16px 0 16px;
  transition: all .3s ease;
}
.noteBox_head.js-acd_btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(/common_v2/images/icon_plus_circle_red.svg) no-repeat 0 0 / 100% 100%;
  transition: all .3s ease;
}
.noteBox_head.js-acd_btn.active {
  border-radius: 0 16px 0 0;
}
.noteBox_head.js-acd_btn.active::after {
  background-image: url(/common_v2/images/icon_minus_circle_red.svg);
}
/* ボタンホバー時 */
.noteBox_head:not(.active).js-acd_btn:hover {
  background-color: #fff;
  color: rgba(185, 6, 6, 1);
  border: 1px solid rgba(185, 6, 6, 1);
}
.noteBox_head:not(.active).js-acd_btn:hover::before {
  background-image: url(/common_v2/images/icon_attention_note.svg);
}

/* --------------------------------------------------
imgTxt
-------------------------------------------------- */

.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 40px;
  width: 100%;
}
.imgTxt:first-child {
  margin-top: 0;
}
.imgTxt .imgTxt_img {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.imgTxt .imgTxt_img img {
  width: 100%;
}
.imgTxt .imgTxt_img:not(:first-child) {
  margin-left: 30px;
}
.imgTxt .imgTxt_img:not(:last-child) {
  margin-right: 30px;
}
.imgTxt .imgTxt_txt {
  flex: 1 1 50%;
}
/* 回り込みあり */
.imgTxtFloat {
  margin-top: 40px;
}
.imgTxtFloat:first-child {
  margin-top: 0;
}
.imgTxtFloat {
  display: block;
}
.imgTxFloat .imgTxtFloat_item {
  margin: 0;
}
.imgTxtFloat .imgTxtFloat_item.imgTxtFloat_left {
  float: left;
  margin: 0 30px 30px 0;
}
.imgTxtFloat .imgTxtFloat_item.imgTxtFloat_right {
  float: right;
  margin: 0 0 30px 30px;
}
.imgTxtFloat .imgTxtFloat_item.imgTxtFloat_left:after, .imgTxFloat .imgTxtFloat_item.imgTxtFloat_right:after {
  display: block;
  clear: both;
  content: '';
}

/* --------------------------------------------------
balloonBox
-------------------------------------------------- */
.balloonBox {
  display: flex;
  align-items: center;
  width: 1012px;
  margin: 40px auto 0;
}
.balloonBox:first-child {
  margin-top: 0;
}
.balloonBox .peopleWrap {
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
}
.balloonBox .peopleWrap img {
  width: 100%;
  height: auto;
}
.balloonBox .balloonWrap {
  position: relative;
  margin: 0 56px;
}
.balloonBox .balloonWrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 50px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
.balloonBox .balloonWrap::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  content: "";
  border-color: #fff ;
  border-style: solid;
  border-width: 15px;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  transform: scaleY(.6) translate(-50%, -50%) rotate(-135deg);
}
.balloonBox .balloon {
  width: 699px;
  min-height: 120px;
  border-radius: 20px;
  padding: 22px 40px;
  background-color: #fff;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.balloonBox .balloonWrap.color-yellow:after {
  background-color: #F8F8CC;
}
.balloonBox .balloonWrap.color-yellow::before {
  border-color: #F8F8CC;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
}
.balloonBox .balloonWrap.color-yellow .balloon {
  background-color: #F8F8CC;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  font-size: 2.0rem;
  color: #005BAB;
}
.balloonBox .balloonWrap.color-yellow .balloon .catch {
  color: #005BAB;
  font-size: 2.0rem;
}
/* 左：吹き出し、右：人 */
.balloonBox.people-right {
  flex-direction: row-reverse;
}
.balloonBox.people-right .balloonWrap::after {
  left: auto;
  right: 0;
}
.balloonBox.people-right .balloonWrap::before {
  left: auto;
  right: 0;
  transform: scaleY(.6) translate(50%, -50%) rotate(-135deg);
}

/* ==================================================
Conversion
================================================== */

.cntSec.conversion {
  background-color: #E6EFF7 ;
}
.cntSec.conversion .innerWrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cnv_lead {
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  text-align: center;
}
.cnv_lead+.nmlBtn {
  margin-top: 24px;
}

/* ==================================================
Tab
================================================== */
.stdTab {
  width: 100%;
  margin-top: 40px;
}
.stdTab:first-child {
  margin-top: 0;
}
.stdTab_btnWrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.stdTab_btnWrap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  min-width: 1280px;
  height: 1px;
  content: '';
  background-color: #C3C8D6;
  transform: translateX(-50%);
}
.stdTab_btn {
  position: relative;
  display: flex;
  flex: 1;
  border-radius: 0 8px 0 0;
  background-color: #E6EFF7;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}
.stdTab_btn:not(:first-child) {
  margin-left: 2px;
}
.stdTab_btn > span,
.stdTab_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 8px 16px;
  color: inherit;
  text-decoration: none;
}
/* active, hover */
.stdTab_btn.active,
.stdTab_btn:hover {
  background-color: #005BAB;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.2;
  transform: scaleY(1.1);
  transform-origin: bottom;
}
.stdTab_btn.active > span,
.stdTab_btn.active > a,
.stdTab_btn:hover > span,
.stdTab_btn:hover > a {
  padding: 0 4px;
  transform: scaleY(0.9);
}
/* color-green */
.stdTab_btn.color-green {
  background-color: #E8F6F7;;
}
.stdTab_btn.color-green.active,
.stdTab_btn.color-green:hover {
  background-color: #35A6AF;;
}

.stdTab_bodyWrap {
  position: relative;
}
.stdTab_body {
  width: 100%;
  padding: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.stdTab_body .stdTab_bodyInner {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}
.stdTab_body .stdTab_bodyInner:last-child {
  padding-bottom: 120px;
}
.stdTab_body .stdTab_bodyInner:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  content: '';
  background-color: inherit;
  transform: translateX(-50%);
  z-index: 0;
}
.stdTab_body.active {
  position: static;
}
.stdTab_body>*:first-child {
  margin-top: 0;
}
.stdTab_body>*:last-child {
  margin-bottom: 0;
}
.stdTab_body .stdTab_bodyContent {
  position: relative;
  z-index: 1;
}
.stdTab_body .stdTab_bodyContent>*:first-child {
  margin-top: 0;
}
.stdTab_body .stdTab_bodyContent>*:last-child {
  margin-bottom: 0;
}

/* ==================================================
Accordion
================================================== */
.js-acd_box {display: none;}
.js-acd_text_close { display: none !important; }
.js-acd_btn.active .js-acd_text_open { display: none !important; }
.js-acd_btn.active .js-acd_text_close { display: block !important; }

/* --------------------------------------------------
通常
-------------------------------------------------- */
.acd {
  margin-top: 40px;
  border-bottom: 1px solid rgba(195, 200, 214, .3);
}
.acd:first-child {
  margin-top: 0;
}
.acd+.acd {
  margin-top: 20px;
}
.acd_btn {
  position: relative;
  border-top: 1px solid rgba(195, 200, 214, .3);
  padding: 20px 80px 20px 20px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  cursor: pointer;
  transition: all .3s ease;
}
.acd_btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 32px;
  height: 100%;
  background: url(/common_v2/images/icon_plus_green.svg) no-repeat center center / contain;
}
.acd_btn.active {
  background-color: #35A5B0;
}
.acd_btn.active:after {
  background-image: url(/common_v2/images/icon_minus_green.svg);
}
.acd_box {
  border-top: 1px solid rgba(195, 200, 214, .3);
  padding: 20px 40px;
  background-color: #E8F6F7;
}
.acd_btn_inner,
.acd_box_inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.acd_btn_main,
.acd_box_main {
  width: 100%;
  transition: all .3s ease;
}
/* hover */
.acd_btn.active,.acd_btn:hover {
  background-color: #35A5B0;
}
.acd_btn.active .acd_btn_main,.acd:not(.color-plane) .acd_btn:not(.bgWhite):hover .acd_btn_main {
  color: #fff;
}
.acd_btn.bgWhite.active .acd_btn_main {
  color: #3C4950;
}
.acd_btn:hover:after {
  background-image: url(/common_v2/images/icon_plus_white.svg);
}
.acd_btn.bgWhite:hover:after {
  background-image: url(/common_v2/images/icon_plus_green.svg);
}
.acd_btn.active:after {
  background-image: url(/common_v2/images/icon_minus_white.svg);
}
.acd_btn.bgWhite.active:after {
  background-image: url(/common_v2/images/icon_minus_green.svg);
}

/* color-plane */
.acd.color-plane {
  border-bottom: 1px solid #ccc;
}
.acd.color-plane .acd_btn {
  border-top: 1px solid #ccc;
}
.acd.color-plane .acd_btn.active {
  background-color: #F5F5F5;
}
.acd.color-plane .acd_btn:after {
  background: url(/common_v2/images/icon_plus_gray.svg) no-repeat center center / contain;
}
.acd.color-plane .acd_btn.active:after {
  background: url(/common_v2/images/icon_minus_gray.svg) no-repeat center center / contain;
}
.acd.color-plane .acd_box {
  border-top: 1px solid ccc;
  background-color: transparent;
}
.acd.color-plane .acd_btn.active, .acd.color-plane .acd_btn:hover {
  background-color: #F5F5F5;
}
.acd.color-plane .acd_btn.active .acd_btn_main,.acd.color-plane .acd_btn:hover .acd_btn_main {
  color: #3C4950;
}
.acd.color-plane .acd_btn:hover:after {
  background-image: url(/common_v2/images/icon_plus_gray.svg);
}
.acd.color-plane .acd_btn.active:hover:after {
  background-image: url(/common_v2/images/icon_minus_gray.svg);
}

/* color-blue */
.acd.color-blue {
  border: 1px solid #005BAB;
}
.acd.color-blue .acd_btn {
  background-color: #fff;
}
.acd.color-blue .acd_btn.active {
  background-color: #005BAB;
}
.acd.color-blue .acd_btn:after {
  background: url(/common_v2/images/icon_plus_circle_blue.svg) no-repeat center center / contain;
}
.acd.color-blue .acd_btn.active:after {
  background: url(/common_v2/images/icon_minus_circle_blue.svg) no-repeat center center / contain;
}
.acd.color-blue .acd_box {
  border-top: 1px solid #005AAB;
  background-color: #fff;
}
.acd.color-blue .acd_btn.active, .acd.color-blue .acd_btn:hover {
  background-color: #005BAB;
}
.acd.color-blue .acd_btn .acd_btn_main {
  color: #005AAB;
}
.acd.color-blue .acd_btn.active .acd_btn_main,.acd.color-blue .acd_btn:hover .acd_btn_main {
  color: #fff;
}
.acd.color-blue .acd_btn:hover:after {
  background-image: url(/common_v2/images/icon_plus_circle_blue.svg);
}
.acd.color-blue .acd_btn.active:hover:after {
  background-image: url(/common_v2/images/icon_minus_circle_blue.svg);
}

/* Q&A
-------------------------------------------------- */
.acd.type-qa .faqIcon {
  margin-right: 16px;
}
.acd.type-qa .acd_btn .faqIcon-q {
  transition: all .3s ease;
}
.acd.type-qa .acd_box_main {
  padding: 20px;
}
/* hover */
.acd.type-qa .acd_btn:hover .faqIcon-q, .acd.type-qa .acd_btn.active .faqIcon-q {
  background-image: url(/common_v2/images/icon_qa_white.svg);
  color: #35A5B0;
}

/* --------------------------------------------------
アコーディオン： リスト形式
-------------------------------------------------- */
.acd_list_type {
  margin-top: 40px;
  border: 1px solid rgba(195, 200, 214, .3);
  border-color: #005BAB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background-color: #fff;
}
.acd_list_type:first-child {
  margin-top: 0;
}
.acd_list_type+.acd_list_type {
  margin-top: 20px;
}
.acd_list_type_btn {
  position: relative;
  padding: 14px 80px 14px 20px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  cursor: pointer;
  transition: all .3s ease;
}
.acd_list_type_btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 24px;
  height: 100%;
  background: url(/common_v2/images/icon_plus_blue.svg) no-repeat center center / contain;
}
.acd_list_type_box {
  padding: 20px 40px;
  background-color: #fff;
}
.acd_list_type_btn_inner,
.acd_list_type_box_inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.acd_list_type_btn_main,
.acd_list_type_box_main {
  color: #005BAB;
  width: 100%;
  transition: all .3s ease;
  text-align: left;
}
.acd_list_type_btn.active,
.acd_list_type_btn:hover {
  background-color: #005BAB;
}
.acd_list_type_btn.active .acd_list_type_btn_main,
.acd_list_type_btn:hover .acd_list_type_btn_main {
    color: #fff;
}
.acd_list_type_btn:hover:after {
  background-image: url(/common_v2/images/icon_plus_white.svg);
}
.acd_list_type_btn.active:after {
  background-image: url(/common_v2/images/icon_minus_white.svg);
}
/* リスト */
.acd_list_type_link_list:not(:first-child) {
  margin-top: 30px;
}
.acd_list_type_link_list > li {
  border-bottom: 1px solid #C3C8D6;
  text-align: left;
}
.acd_list_type_link_list > li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 56px 12px 20px;
  text-decoration: none;
  background: no-repeat right 20px center;
  transition: all .3s ease;
  pointer-events: auto;
}
.acd_list_type_link_list > li a:hover {
  background-color: rgba(195, 200, 214, .3);
}
/* アイコン */
.acd_list_type_link_list > li a.arrow-right {
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
  background-size: 8px 8px;
}
.acd_list_type_link_list > li a.arrow-down {
  background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);
  background-size: 8px 8px;
}
.acd_list_type_link_list > li a.arrow-blank {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
  background-size: 16px 16px;
}
.acd_list_type_link_list > li a.arrow-pdf {
  background-image: url(/common_v2/images/icon_pdf_red.svg);
  background-size: 15px 20px;
}

/* ==================================================
Table
================================================== */
.nmlTable {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
.nmlTable:first-child {
  margin-top: 0;
}
.nmlTable th {
  padding: 28px 24px;
  font-size: 1.8rem;
  vertical-align: middle;
  border: 1px solid #C3C8D6;
  text-align: center;
}
.nmlTable td {
  padding: 28px 24px;
  font-size: 1.6rem;
  border: 1px solid #C3C8D6;
}
.nmlTable td *:last-child {
  margin-bottom: 0;
}
.nmlTable thead th {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  background: #005BAB;
}
.nmlTable tbody th {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  background: #005BAB;
}
.nmlTable tbody.vaM td {
  vertical-align: middle;
}
.nmlTable tbody td {
  background: #fff;
}
.nmlTable thead+tbody th {
  color: inherit;
  background: #F5F5F5;
}
.nmlTable caption {
  margin-bottom: 8px;
  font-size: 2.0rem;
  text-align: left;
}
/* tdのテキストを上下中央 */
.nmlTable.vaM tbody td {
  vertical-align: middle;
}

/* 余白調整 */
.nmlTable.p00 th, .nmlTable.p00 td, .nmlTable.pc_p00 th, .nmlTable.pc_p00 td { padding: 0;}
.nmlTable.p05 th, .nmlTable.p05 td, .nmlTable.pc_p05 th, .nmlTable.pc_p05 td { padding: 5px;}
.nmlTable.p10 th, .nmlTable.p10 td, .nmlTable.pc_p10 th, .nmlTable.pc_p10 td { padding: 10px;}
.nmlTable.p15 th, .nmlTable.p15 td, .nmlTable.pc_p15 th, .nmlTable.pc_p15 td { padding: 15px;}
.nmlTable.p20 th, .nmlTable.p20 td, .nmlTable.pc_p20 th, .nmlTable.pc_p20 td { padding: 20px;}

.nmlTable > *.p00 th, .nmlTable > *.p00 td, .nmlTable > *.pc_p00 th, .nmlTable > *.pc_p00 td { padding: 0;}
.nmlTable > *.p05 th, .nmlTable > *.p05 td, .nmlTable > *.pc_p05 th, .nmlTable > *.pc_p05 td { padding: 5px;}
.nmlTable > *.p10 th, .nmlTable > *.p10 td, .nmlTable > *.pc_p10 th, .nmlTable > *.pc_p10 td { padding: 10px;}
.nmlTable > *.p15 th, .nmlTable > *.p15 td, .nmlTable > *.pc_p15 th, .nmlTable > *.pc_p15 td { padding: 15px;}
.nmlTable > *.p20 th, .nmlTable > *.p20 td, .nmlTable > *.pc_p20 th, .nmlTable > *.pc_p20 td { padding: 20px;}

/* 余白調整（左右のみ） */
.nmlTable.prl00 th, .nmlTable.prl00 td, .nmlTable.pc_prl00 th, .nmlTable.pc_prl00 td { padding-right: 0; padding-left: 0;}
.nmlTable.prl05 th, .nmlTable.prl05 td, .nmlTable.pc_prl05 th, .nmlTable.pc_prl05 td { padding-right: 5px; padding-left: 5px;}
.nmlTable.prl10 th, .nmlTable.prl10 td, .nmlTable.pc_prl10 th, .nmlTable.pc_prl10 td { padding-right: 10px; padding-left: 10px;}
.nmlTable.prl15 th, .nmlTable.prl15 td, .nmlTable.pc_prl15 th, .nmlTable.pc_prl15 td { padding-right: 15px; padding-left: 15px;}
.nmlTable.prl20 th, .nmlTable.prl20 td, .nmlTable.pc_prl20 th, .nmlTable.pc_prl20 td { padding-right: 20px; padding-left: 20px;}

.nmlTable > *.prl00 th, .nmlTable > *.prl00 td, .nmlTable > *.pc_prl00 th, .nmlTable > *.pc_prl00 td { padding-right: 0; padding-left: 0;}
.nmlTable > *.prl05 th, .nmlTable > *.prl05 td, .nmlTable > *.pc_prl05 th, .nmlTable > *.pc_prl05 td { padding-right: 5px; padding-left: 5px;}
.nmlTable > *.prl10 th, .nmlTable > *.prl10 td, .nmlTable > *.pc_prl10 th, .nmlTable > *.pc_prl10 td { padding-right: 10px; padding-left: 10px;}
.nmlTable > *.prl15 th, .nmlTable > *.prl15 td, .nmlTable > *.pc_prl15 th, .nmlTable > *.pc_prl15 td { padding-right: 15px; padding-left: 15px;}
.nmlTable > *.prl20 th, .nmlTable > *.prl20 td, .nmlTable > *.pc_prl20 th, .nmlTable > *.pc_prl20 td { padding-right: 20px; padding-left: 20px;}

/* ==================================================
Video
================================================== */
.videoWrap {
  margin: 40px auto 0;
}
.videoWrap:first-child {
  margin-top: 0;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==================================================
stepBox
================================================== */
.stepBox {
  margin-top: 40px;
}
.stepBox:first-child {
  margin-top: 0;
}
.stepBox_item {
  position: relative;
  background: #fff;
  margin-bottom: 62px;
}
.stepBox:not(.arrowNone) .stepBox_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  height: 36px;
  background: url(/common_v2/images/arrow_down_triangle2_green.svg) no-repeat center center / contain;
}
.stepBox_item:last-child {
  margin-bottom: 0;
}
.stepBox_item:last-child::after {
  display: none;
}
.stepBox_head {
  display: table;
  width: 100%;
  min-height: 108px;
  padding: 12px 32px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  background-color: #EFEFEF;
}
.stepLabel + .stepBox_head {
  padding-left: 107px;
}
.stepBox_head_inner {
  display: table-cell;
  vertical-align: middle;
}
.stepBox_body {
  border: 2px solid #EFEFEF;
  padding: 24px 32px;
  display: flex;
  align-items: center;
}
.stepBox_body_icon {
  margin: -16px 14px -16px 0;
  flex: 0 0 80px;
  text-align: center;
}
.stepBox_body_inner {
  width: 100%;
}
.stepBox_triangle {
  margin: 30px 0;
  width: 100%;
  height: 36px;
  background: url(/common_v2/images/arrow_down_triangle2_green.svg) no-repeat center center / contain;
}
.stepBox_triangle.gray {
  background: url(/common_v2/images/arrow_down_triangle2_gray.svg) no-repeat center center / contain;
}

/* stepBox(横並び)
-------------------------------------------------- */
.stepBox2 {
  margin-top: 40px;
  display: flex;
  width: 100%;
}
.stepBox2:first-child {
  margin-top: 0;
}
.stepBox2_item {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  margin-right: 24px;
  padding: 24px;
}
.stepBox2:not(.arrowNone) .stepBox2_item:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(/common_v2/images/arrow_right_triangle2_green.svg) no-repeat center center / 16px 36px;
}
.stepBox2_item:last-child {
  margin-right: 0;
}
.stepBox2_item:last-child::after {
  content: none;
}
.stepBox2_title {
  margin-top: 16px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  text-align: center;
  color: #35A5B0;
}
.stepBox2_icon {
  margin-top: 20px;
  text-align: center;
}
.stepBox2_icon img {
  max-width: 100%;
  max-height: 100%;
}
.stepBox2_text {
  margin-top: 20px;
}
.stepBox2_item > *:first-child ,
.stepLabel + * {
  margin-top: 0;
}
.stepBox2_item .stepLabel {
  width: 58px;
  height: 66px;
  padding: 12px 0;
}
.stepBox2:not(.arrowNone).color-inversion .stepBox2_item {
  background-color: #35A5B0;
}
.stepBox2:not(.arrowNone).color-inversion .stepBox2_item::after {
  background-image: url(/common_v2/images/arrow_right_triangle2_gray.svg);
}
.stepBox2.color-inversion .stepBox2_title ,
.stepBox2:not(.arrowNone).color-inversion .stepBox2_text {
  color: #fff;
}
.stepBox2:not(.arrowNone).color-inversion .stepLabel {
  background-color: #F5F5F5;
  color: #35A5B0;
}
.stepBox2:not(.arrowNone).color-inversion .stepLabel:after {
  border-color: transparent transparent #CCC7C7 transparent;
}

/* --------------------------------------------------
selectChart
-------------------------------------------------- */
.selectChart {
  margin-top: 30px;
}
.selectChart:first-child {
  margin-top: 0;
}
.selectChart .stepBox:not(:last-child) {
  margin-bottom: 42px;
}
.selectChart>.stepBox>.stepBox_item {
  margin-bottom: 0;
  padding-top: 10px;
  background-color: transparent;
}
.selectChart>.stepBox:not(.arrowNone)>.stepBox_item::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  height: 36px;
  background: url(/common_v2/images/arrow_down_triangle2_green.svg) no-repeat center center / contain;
}
.selectChart>.stepBox>.stepBox_item>.stepLabel {
  top: 0;
}
.selectChart>.stepBox>.stepBox_head {
  min-height: 0;
  padding-top: 36px;
  padding-bottom: 0;
  text-align: center;
}
.selectChart>.stepBox>.stepBox_body {
  padding: 40px;
  background-color: #EFEFEF;
}
.selectChart .dataBoxWrap {
  display: none;
  margin: 0;
}
.selectChart .dataBoxWrap .dataBox_item {
  background-color: #fff;
  margin-top: 32px;
  padding: 40px;
}
.selectChart .dataBoxWrap:first-child .dataBox_item {
  margin-top: 0;
}
.selectChart>.stepBox:not(:first-child),
.selectChart>.stepBox:not(:first-child)>.branch:not(.selected),
.selectChart .dataBox_item:not(.selected),
.selectChart>.stepBox>.stepBox_item::after {
  display: none;
}
.selectChart>.stepBox.answered:not(.done)>.stepBox_item::after,
.selectChart .dataBoxWrap.show,
.selectChart .dataBoxWrap.show .dataBox_item {
  display: block !important;
}
/* backbranchWrap */
.selectChart .stepBox.answered>.backbranchWrap {
  display:none;
}


/* ==================================================
お問い合わせ
================================================== */

.inquiry {
  background: url(/common_v2/images/bg_inquiry.jpg) no-repeat center center / cover;
  text-align: center;
}
.cntSec.inquiry .innerWrap {
  padding: 48px 0;
}
.inquiry_head {
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  margin-bottom: 32px;
}
.inquiry_body {
  display: flex;
  margin: 0 -40px;
}
.inquiry_body:nth-of-type(n+2) {
  border-top: 1px solid #3C4950;
  margin-top: 40px;
  padding-top: 40px;
}
.inquiry_item {
  flex: 1;
  padding: 0 40px;
}
.inquiry_item:not(:first-child) {
  border-left: 1px solid #3C4950;
}
.inquiry_item>*:not(:first-child) {
  margin-top: 16px;
}
.inquiry_title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  position: relative;
}
.inquiry_title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  content: '';
  background-color: #005BAB;
}
.inquiry_subTitle {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.inquiry .telNumber {
  margin-top: 10px;
}

/* ==================================================
検索
================================================== */
.search {
  position: relative;
  width: 100%;
  height: 54px;
  border-radius: 8px;
}
.search_input {
  position: relative;
  width: 100%;
  height: 100%;
}
.search_input input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px 150px 10px 74px;
  background: #EFEFEF url(/common_v2/images/icon_search_gray.svg) no-repeat 30px center / 24px 24px;
  border: none;
  border-radius: 8px;
  transition: all .3s ease;
}
.search_input.focused,
.search_input.focused+.search_submit,
.search_input.entered input,
.search_input.entered+.search_submit {
  background-color: rgba(255, 255, 255, 1);
  transition: all .3s ease;
}
.search_input.focused,
.search_input.entered input {
  border-radius: 0;
}
.search_submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 145px;
  height: 54px;
  line-height: 54;
  color: #fff;
  background-color: #005BAB;
  border: 1px solid #005BAB;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease;
}
.search_submit:hover {
  color: #005BAB;
  background-color: #fff;
}
.search_submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  letter-spacing: .1em;
}
_:-ms-lang(x)::-ms-backdrop, .search_submit input {
  padding-top: 0.2em;
}
/* カテゴリ検索 */
.SS_searchCategory,
.SS_searchCategory tr,
.SS_searchCategory td {
  display: block;
}
.SS_searchCategory > tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* --------------------------------------------------
formTable
-------------------------------------------------- */
::-webkit-input-placeholder,
::placeholder,
:placeholder-shown {
  color: rgba(60, 73, 80, .5);
}
:-ms-input-placeholder {
  color: rgba(60, 73, 80, .5);
}

.formTable tbody th ,
.formTable thead + tbody th {
  background: #E0F0FF;
  color: #3C4950;
  border-color: transparent transparent #fff transparent;
  text-align: left;
}
.formTable tbody tr:first-child>th {
  border-color: #E0F0FF transparent #fff transparent;
}
.formTable tbody tr:last-child>th {
  border-color: transparent transparent #E0F0FF transparent;
}
.formTable tbody tr:last-child:last-child>th {
  border-color: #E0F0FF transparent #E0F0FF transparent;
}
.formTable tbody td {
  padding: 20px 60px 20px 40px;
}
.formTable tbody td p {
  font-size: 1.4rem;
  margin-top: 4px;
}
.formTable .tag {
  display: inline-block;
  background: #EA243B;
  border-radius: 4px;
  color: #fff;
  font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  margin-left: 8px;
  padding: 2px 8px 0;
  vertical-align: middle;
}
.form_label_list {
  display: flex;
  justify-content: flex-start;
  margin-left: -20px;
  margin-top: -20px !important;
  flex-wrap: wrap;
}
.form_label_list .form_label {
  margin-left: 20px !important;
  margin-top: 20px !important;
}
.form_label {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 12px;
  cursor: pointer;
}
.form_label:last-child {
  margin-bottom: 0;
}
.form_text,
.form_select,
.form_textarea {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 4px;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form_text.entered,
.form_select.entered,
.form_textarea.entered {
  background: #fff;
}
.form_text, .form_select {
  height: 50px;
}
.form_text {
  width: 160px;
  margin-right: 24px;
  padding-left: 20px;
  padding-right: 10px;
}
.form_selectWrap {
  display: inline-block;
  position: relative;
}
.form_selectWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 9px;
  height: 9px;
  border-right: 1px solid #3C4950;
  border-bottom: 1px solid #3C4950;
  transform: rotate(45deg);
  pointer-events: none;
}
.form_select {
  min-width: 340px;
  padding-left: 20px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_select::-ms-expand {
  display: none;
}
.form_select.color-placeholder {
  color: rgba(60, 73, 80, .5);
}
.form_textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #CCC;
  line-height: 1.4;
  padding: 13px 20px;
  overflow: auto;
}
.form_checkbox,
.form_radio {
  display: none;
}
.form_checkbox_icon,
.form_radio_icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #CCC;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
#SS_searchForm1 .form_checkbox+.form_label {
  content: '';
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #CCC;
  margin: 0 10px 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
}
#SS_searchForm1 .form_checkbox:not(:first-child)+.form_label {
  margin-left: 30px;
}
.form_checkbox:checked + .form_checkbox_icon::before,
.form_radio:checked + .form_radio_icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_checkbox_icon {
  border-radius: 4px;
}
.form_checkbox:checked + .form_checkbox_icon::before {
  background: url(/common_v2/images/icon_form_check.svg) no-repeat center center ;
}
#SS_searchForm1 .form_checkbox:checked+.form_label {
  background: url(/common_v2/images/icon_form_check.svg) no-repeat center center ;
  background-color: #fff;
  border: 1px solid #CCC;
}
.form_radio_icon {
  border-radius: 50%;
}
.form_radio:checked + .form_radio_icon::before {
  width: 20px;
  height: 20px;
  background: #0B56C7;
  border-radius: 50%;
}

/* 送信ボタン */
.form_submit {
  width: 620px;
  min-height: 80px;
  background: #0B56C7 url(/common_v2/images/arrow_right_triangle_white.svg) no-repeat right 20px center;
  border: 1px solid #0B56C7;
  color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s ease;
}
.form_submit:not([disabled=""]):hover {
  color: #0B56C7;
  background-color: #fff;
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
}
.form_submit.type-small {
  width: 560px;
  min-height: 60px;
  font-size: 1.8rem;
}
.form_submit[disabled=""] {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

/* 郵便番号 */
.form_text.zipcode {
  width: 120px;
  margin-left: 8px;
  margin-right: 8px;
}
.form_text.zipcode:first-child {
  margin-left: 0;
}
.formTable tbody tr .zipcodeBtn {
  display: inline-block;
  width: 160px;
  height: 48px;
  background: #0B56C7;
  border: 1px solid #0B56C7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 48px;
  margin-left: 18px;
  text-align: center;
  vertical-align: middle;
  transition: all .3s ease;
}
.formTable tbody tr .zipcodeBtn:hover {
  background: #fff;
  color: #0B56C7;
}

/* 電話番号 */
.formTable tbody tr.tel input {
  width: 120px;
  margin-left: 8px;
  margin-right: 8px;
}
.formTable tbody tr.tel input:first-child {
  margin-left: 0;
}

/* 個人情報保護方針 */
.privacyPolicy {
  height: 240px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 40px auto;
  padding: 30px 40px 24px;
  overflow: auto;
}
.privacyPolicy .title {
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.privacyPolicy p:not(:first-child) {
  margin-top: 20px;
}

/* 同意する */
.agreeWrap {
  text-align: center;
}
.agreeInner {
  width: 800px;
  margin: 20px auto;
  background-color: #F5F5F5;
  padding: 24px;
}
.agreeCheck {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreeText {
  margin-bottom: 16px;
}
/* エラー */
.is-error[class*="form_"],
.is-error[class*="form_"] + [class*="form_"]:not(.form_errorText) {
  background-color: #F9EBEB;
  border-color: #EA243B;
}
.is-error[class*="form_"]::-webkit-input-placeholder,
.is-error[class*="form_"]::placeholder,
.is-error[class*="form_"]:placeholder-shown {
  color: rgba(234, 36, 59, .5);
}
.is-error[class*="form_"]:-ms-input-placeholder {
  color: rgba(234, 36, 59, .5);
}
.form_errorText {
  color: #EA243B;
  position: relative;
  padding-left: 1.2em;
}
.form_errorText::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  background: url(/common_v2/images/icon_attention_red.svg) no-repeat left top / .85em .85em;
}
/* 数値フィールド 矢印非表示 */
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-spin{
  -moz-appearance:textfield;
}

/* ==================================================
タグ
================================================== */
.nmlTag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-top: -14px;
}
.nmlTag:not(:first-child) {
  margin-top: 0;
}
.nmlTag_item {
  padding: 6px 20px;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  line-height: 1;
  background: #35a5b0;
  margin-left: 14px;
  margin-top: 14px;
}

/* ==================================================
swiper 汎用
================================================== */
.swiper-parent {
  position: relative;
}
.swiper-container {
  padding-bottom: 31px;
}
.swiper-slide {
  height: auto;
}

/* swiper-pagination
-------------------------------------------------- */
.swiper-parent .swiper-pagination-bullets ,
.swiper-container .swiper-pagination-bullets {
  width: 100%;
  line-height: 0;
  bottom: 0;
}
.swiper-parent .swiper-pagination-bullets .swiper-pagination-bullet ,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background-color: #66B6FC;
  opacity: .3;
  transition: all .3s ease;
}
.swiper-parent .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-parent .swiper-pagination-bullets .swiper-pagination-bullet-active ,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

/* swiper-button
-------------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3) url(/common_v2/images/arrow_right_normal_white.svg) no-repeat center center / 26px 19px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  transition: all .3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  left: 40px;
  transform: scale(-1, 1);
}
.swiper-button-next {
  right: 40px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #66B6FC;
}

/* ==================================================
ツールチップ
================================================== */
.tooltip {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tooltip_open {
  transition: opacity .3s ease;
  cursor: pointer;
}
.tooltip_open:hover {
  opacity: .7;
}
.tooltip_box {
  width: 376px;
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 10%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.tooltip.active .tooltip_box {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.tooltip_box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 70px;
  height: 24px;
  content: "";
  background-color: #fff;
  transform: translateX(-50%);
}
.tooltip_box::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
  content: "";
  border-color: #fff ;
  border-style: solid;
  border-width: 15px;
  transform: scaleX(.8) translate(-60%, -50%) rotate(45deg);
  box-shadow: 0 0 8px 2px rgba(0,125,175,0.2);
}
.tooltip_box_inner {
  position: relative;
  padding: 24px 30px;
  text-align: left;
  color: #3C4950;
  background-color: #fff ;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
}
.tooltip_box_inner > *:not(:first-child) {
  margin-top: 10px;
}
.tooltip_box_close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  border-radius: 30px;
  background: #005BAB;
  text-align: center;
  transition: opacity .3s ease;
  cursor: pointer;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
}
.tooltip_box_close img {
  vertical-align: middle;
}
.tooltip_box_close:hover {
  opacity: .7;
}


/* ==================================================
editArea
================================================== */
.editArea {
  margin: 80px 0;
}
.editArea > * {
  margin-top: 20px;
}
.editArea h1,
.editArea h2,
.editArea h3 {
  border-bottom: 1px solid #005BAB;
  margin: 80px 0 40px;
  padding-bottom: 12px;
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #005BAB;
}
.editArea h4 {
  display: table;
  margin: 40px 0 32px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  border-left: 4px solid #005BAB;
  color: #005BAB;
  padding-left: 15px;
}
.editArea h5 {
  display: table;
  margin: 40px 0 32px;
  padding-left: 30px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  position: relative;
  color: #005BAB;
}
.editArea h5::before {
  content: "";
  background-color: #005BAB;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.editArea h6 {
  margin: 32px 0 24px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.editArea h1:first-child,
.editArea h2:first-child,
.editArea h3:first-child,
.editArea h4:first-child,
.editArea h5:first-child,
.editArea h6:first-child {
  margin-top: 0;
}
.editArea h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.editArea strong {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: inherit;
}
.editArea em {
  font-style: italic;
}
.editArea u {
  text-decoration: underline;
}
.editArea strike {
  text-decoration: line-through;
}
.editArea ol {
  padding-left: 2em;
}
.editArea ol li > ul,
.editArea ol li > ol {
  margin-top: 8px;
}
.editArea ol > li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
  text-indent: 0;
}
.editArea ol > li:first-child {
  margin-top: 0;
}
.editArea ol > li:before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  display: marker;
  content: counter(num1) ".";
}
.editArea ul li > ul,
.editArea ul li > ol {
  margin-top: 8px;
}
.editArea ul > li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: 0;
}
.editArea ul > li:first-child {
  margin-top: 0;
}
.editArea ul > li:before {
  position: absolute;
  left: 0;
  top: .5em;
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #005BAB;
}
.editArea table {
  width: 100%;
  border: 1px solid #C3C8D6;
}
.editArea th {
  padding: 28px 24px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  vertical-align: middle;
  border: 1px solid #C3C8D6;
  text-align: center;
  color: #fff;
  background: #005BAB;
}
.editArea td {
  padding: 28px 24px;
  font-size: 1.6rem;
  border: 1px solid #C3C8D6;
}
.editArea thead+tbody th {
  color: inherit;
  background: #F5F5F5;
}


/* ==================================================
SyncSearch SyncAnswer
================================================== */

.SS_wrap.contentWrap .panel_list .imgTxt .imgTxt_txt {
  flex: 0 0 200px;
}
.SS_wrap.contentWrap .panel_list .imgTxt .imgTxt_img {
  flex: 1 1 75%;
  max-width: 75%;
}
.SS_wrap.contentWrap .panel_list .panel_txt:not(:first-child) {
  margin-top: 10px;
}
.SS_wrap.contentWrap .panel_txt .text-sub {
  word-break: break-all;
}
.SA_Search_Highlight,.SS_highlight {
  background: linear-gradient(transparent 70%, #EDDD21 70%, #EDDD21 95%, transparent 95%);
  color: #35a5b0;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.panel_txt .text-main .SA_Search_Highlight,.panel_txt .text-main .SS_highlight {
  font-size: 2.8rem;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.pagination .pagination_previous {
  position: relative;
  flex: 0 0 auto;
  padding-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.pagination .pagination_previous:before {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 27px;
  color: inherit;
  content: '<';
}
.pagination .pagination_next {
  position: relative;
  flex: 0 0 auto;
  padding-right: 30px;
  margin-left: 20px;
  cursor: pointer;
}
.pagination .pagination_next a,
.pagination .pagination_previous a {
text-decoration: none;
color: #3C4950;
}
.pagination .pagination_next:before {
  position: absolute;
  top: -2px;
  right: 0;
  width: 20px;
  height: 27px;
  color: inherit;
  content: '>';
}
.pagination .pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 1080px;
}
.pagination .pagination_item {
  flex: 0 0 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: all .3s ease;
  background-color: #E8F6F7;
}
_:-ms-lang(x)::-ms-backdrop, .pagination .pagination_item {
  margin-top: 20px;
  margin-left: 20px;
}
.pagination .pagination_item.current {
  border-bottom: 1px solid #707070;
  background-color: #35A5B0;
}
.pagination .pagination_item.current .pagination_item-inner {
  color: #fff;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.pagination .pagination_item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  text-decoration: none;
  color: #3C4950;
}
.pagination .pagination_previous:hover::before,
.pagination .pagination_next:hover::before,
.pagination .pagination_previous:hover a,
.pagination .pagination_next:hover a{
  color: #007DAF;
  transition: all .3s ease;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.pagination .pagination_item-inner:hover {
  color: #fff;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  transition: background-color .3s ease;
}
.pagination .pagination_item:hover {
  transition: all .3s ease;
  background-color: #35A5B0;
}
#answer > * {
  margin-bottom: 20px;
}
#answer > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
FAQ詳細ページ
-------------------------------------------------- */

#answer h1 {
  font-size: 3.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  color: #005BAB;
}

/* --------------------------------------------------
h2
-------------------------------------------------- */
#answer h2 {
  font-size: 3.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  color: #005BAB;
}

/* --------------------------------------------------
h3
-------------------------------------------------- */
#answer h3 {
  border-bottom: 1px solid #005BAB;
  margin-top: 20px;
  padding-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #005BAB;
}

/* --------------------------------------------------
h4
-------------------------------------------------- */
#answer h4 {
  display: table;
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  border-left: 4px solid #005BAB;
  color: #005BAB;
  padding-left: 15px;
}

/* --------------------------------------------------
h5
-------------------------------------------------- */
#answer h5 {
  display: table;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
  position: relative;
  color: #005BAB;
}
#answer h5::before {
  content: "";
  background-color: #005BAB;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/* --------------------------------------------------
p
-------------------------------------------------- */
#answer p strong {
  color: #B9060E;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
#answer p em {
  font-style: italic;
}

/* --------------------------------------------------
blockquote
-------------------------------------------------- */
#answer blockquote {
  border-left: 4px solid #ccc;
  padding-left: 8px;
}

/* --------------------------------------------------
pre
-------------------------------------------------- */
#answer pre {
  background-color: #c4c4c4;
  color: #3c3c3c;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 1em;
  overflow-x: auto;
}

/* --------------------------------------------------
ul
-------------------------------------------------- */
#answer ul:not(:first-child) {
  margin-top: 20px;
}
#answer ul>li>ul:not(.style-none),#answer ul>li>ol:not(.style-none) {
  margin-top: 8px;
}
#answer ul>li>ul:not(.noteList):not(.noteNumList),#answer ul>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}

#answer ul>li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: 0;
}
#answer ul>li:first-child {
  margin-top: 0;
}
#answer ul>li:before {
  position: absolute;
  left: 0;
  top: .5em;
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #005BAB;
}

/* --------------------------------------------------
ol
-------------------------------------------------- */
#answer ol {
  margin-top: 20px;
  padding-left: 2em;
}
#answer ol:first-child {
  margin-top: 0;
}
#answer ol>li>ul:not(.style-none),#answer ol>li>ol:not(.style-none) {
  margin-top: 8px;
}
#answer ol>li>ul:not(.noteList):not(.noteNumList),#answer ol>li>ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
#answer ol>li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
  text-indent: 0;
}
#answer ol>li:first-child {
  margin-top: 0;
}
#answer ol>li:before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  display: marker;
  content: counter(num1) ".";
}

/* --------------------------------------------------
table
-------------------------------------------------- */
#answer table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
#answer table:first-child {
  margin-top: 0;
}
#answer table th {
  padding: 28px 24px;
  font-size: 1.8rem;
  vertical-align: middle;
  border: 1px solid #C3C8D6;
  text-align: center;
}
#answer table td {
  padding: 28px 24px;
  font-size: 1.6rem;
  border: 1px solid #C3C8D6;
}
#answer table td *:last-child {
  margin-bottom: 0;
}
#answer table thead th {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  background: #005BAB;
}
#answer table tbody th {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  background: #005BAB;
}
#answer table tbody td {
  background: #fff;
}
#answer table thead+tbody th {
  color: inherit;
  background: #F5F5F5;
}

/* --------------------------------------------------
a
-------------------------------------------------- */
#answer a{
  color: #005BAB;
  text-decoration: underline;
  transition: opacity .3s ease;
}
#answer a:hover {
  opacity: 0.8;
  transition: opacity .3s ease;
  text-decoration: none;
}


/* シンクサーチ 変更不可要素 */
.sync_search_ranking_custom {
  display: flex;
  margin-top: 20px;
}
.sync_search_ranking_custom .nmlTitle {
  flex: 0 0 20%;
  margin-bottom: 0;
}
.sync_search_ranking_custom_list_outer {
  flex: 0 0 80%;
  margin-top: -8px;
}
.sync_search_ranking_custom ul{
  margin-top: -8px;
  margin-left: -60px;
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sync_search_ranking_custom ul:first-child {
  margin-top: 0;
}
.sync_search_ranking_custom ul li {
  margin-left: 60px;
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
  text-indent: 0;
  flex: 0 1 auto;
}
_:-ms-lang(x)::-ms-backdrop, .sync_search_ranking_custom ul li {
  flex: 0 1 100px;
}
.sync_search_ranking_custom ul li:before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  display: marker;
  content: counter(num1) ".";
}
#sortSelected {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}

/* ==================================================
aigent recommender
================================================== */
.cntSec.recommended,
.cntSec.recommended_bb {
  overflow: hidden;
}
.cntSec.recommended {
  background-color: #F5F5F5;
}
.cntSec.recommended_bb {
  background-color: #fff;
  min-height: 450px;
}
.cntSec.recommended_bb .dv_recommend .dv_rc_header,
.cntSec.recommended_bb .dv_recommend .dv_rc_title,
.cntSec.recommended_bb .dv_recommend .dv_rc_footer {
  display: none;
}
.cntSec.recommended_bb .dv_recommend {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
}
.cntSec.recommended_bb .dv_rc_items {
  flex: 0 0 300px;
}
.cntSec.recommended_bb .dv_rc_items a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
}
.cntSec.recommended_bb .dv_rc_img {
  overflow: hidden;
}
.cntSec.recommended_bb .dv_rc_img img {
  transition: all .3s ease;
}
.cntSec.recommended_bb .dv_rc_name {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-decoration: none;
  color: #005BAB;
}

#recommender_pc111 {
  min-height: 704px;
}

/* hover */
.cntSec.recommended_bb .dv_rc_items a:hover .dv_rc_img img {
  transform: scale(1.1);
}
.recommended_colWrap {
  display: flex;
  justify-content: space-between;
  min-height: 590px;
}
.recommended_col {
  width: 500px;
}
/* ie フォントの位置調整 */
_:-ms-lang(x)::-ms-backdrop,
.recommended_list .dv_rc_name ,
.recommended_list.ranking .dv_rc_items a::before {
  margin-top: .3em;
}

/* recommended_list
-------------------------------------------------- */
.recommended_list .dv_rc_header,
.recommended_list .dv_rc_title,
.recommended_list .dv_rc_header,
.recommended_list .dv_rc_img,
.recommended_list .dv_rc_description,
.recommended_list .dv_rc_price,
.recommended_list .dv_rc_footer {
  display: none;
}
.recommended_list .dv_rc_items a {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #C3C8D6;
  padding: 0 40px 0 20px;
  background: #fff url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 20px center / 10px 10px;
  color: #3C4950;
  font-size: 1.8rem;
  transition: all .3s ease;
  text-decoration: none;
}
.recommended_list .dv_rc_items:last-of-type a {
  border-bottom: none;
}
.recommended_list .dv_rc_items a:hover {
  background-color: rgba(195, 200, 214, .3);
}
/* ranking */
.recommended_list.ranking .dv_rc_items {
  counter-increment: ranking;
}
.recommended_list.ranking .dv_rc_items a::before {
  content: counter(ranking, decimal-leading-zero) ".";
  color: #13A4D6;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-right: 5px;
}


/* recommendedHeading2
-------------------------------------------------- */
.recommendedHeading2 {
  margin: 0 auto 80px;
}
.recommendedHeading2_en {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #E6EFF7;
  font-size: 5.8rem;
  margin-bottom: -14px;
}
.recommendedHeading2_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #1A1A1A;
}
.recommendedHeading2_ja::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: -9px 10px 0 0;
  vertical-align: middle;
  background: #005BAB;
}

/* ==================================================
display
================================================== */
.pc_dispN { display: none !important; }
.pc_dispB { display: block !important; }
.pc_dispI { display: inline !important; }
.pc_dispIB { display: inline-block !important; }
.pc_dispT { display: table !important; width: 100% !important; }
.pc_dispTC { display: table-cell !important; }
.pc_tlF { table-layout: fixed !important; }
/* display flex */
.pc_dispFR { display: flex !important; flex-direction: row !important; }
.pc_dispFC { display: flex !important; flex-direction: column !important; }
.pc_jcS { justify-content: flex-start !important; }
.pc_jcC { justify-content: center !important; }
.pc_jcSB { justify-content: space-between !important; }
.pc_jcSA { justify-content: space-around !important; }
.pc_jcE { justify-content: flex-end !important; }
.pc_aiS { align-items: flex-start !important; }
.pc_aiC { align-items: center !important; }
.pc_aiE { align-items: flex-end !important; }
.pc_aiB { align-items: baseline !important; }
.pc_jsS { justify-self: flex-start !important; }
.pc_jsC { justify-self: center !important; }
.pc_jsSB { justify-self: space-between !important; }
.pc_jsSA { justify-self: space-around !important; }
.pc_jsE { justify-self: flex-end !important; }
.pc_asS { align-self: flex-start !important; }
.pc_asC { align-self: center !important; }
.pc_asE { align-self: flex-end !important; }
.pc_fxdR { flex-direction: row !important; }
.pc_fxdC { flex-direction: column !important; }
.pc_fxdRR { flex-direction: row-reverse !important; }
.pc_fxdCR { flex-direction: column-reverse !important; }
.pc_fx1 { flex: 1;}  /* flex: 1 1 0%; */
.pc_fxs1 { flex-shrink: 1 !important; }
.pc_fxs0 { flex-shrink: 0 !important; }
.pc_fxg1 { flex-grow: 1 !important; }
.pc_fxg0 { flex-grow: 0 !important; }
.pc_fxwWrap { flex-wrap: wrap !important; }
.pc_fxbAuto { flex-basis: auto !important; }
.pc_fxb01p { flex-basis: 1% !important; }
.pc_fxb02p { flex-basis: 2% !important; }
.pc_fxb03p { flex-basis: 3% !important; }
.pc_fxb04p { flex-basis: 4% !important; }
.pc_fxb05p { flex-basis: 5% !important; }
.pc_fxb06p { flex-basis: 6% !important; }
.pc_fxb07p { flex-basis: 7% !important; }
.pc_fxb08p { flex-basis: 8% !important; }
.pc_fxb09p { flex-basis: 9% !important; }
.pc_fxb10p { flex-basis: 10% !important; }
.pc_fxb11p { flex-basis: 11% !important; }
.pc_fxb12p { flex-basis: 12% !important; }
.pc_fxb13p { flex-basis: 13% !important; }
.pc_fxb14p { flex-basis: 14% !important; }
.pc_fxb15p { flex-basis: 15% !important; }
.pc_fxb16p { flex-basis: 16% !important; }
.pc_fxb17p { flex-basis: 17% !important; }
.pc_fxb18p { flex-basis: 18% !important; }
.pc_fxb19p { flex-basis: 19% !important; }
.pc_fxb20p { flex-basis: 20% !important; }
.pc_fxb21p { flex-basis: 21% !important; }
.pc_fxb22p { flex-basis: 22% !important; }
.pc_fxb23p { flex-basis: 23% !important; }
.pc_fxb24p { flex-basis: 24% !important; }
.pc_fxb25p { flex-basis: 25% !important; }
.pc_fxb26p { flex-basis: 26% !important; }
.pc_fxb27p { flex-basis: 27% !important; }
.pc_fxb28p { flex-basis: 28% !important; }
.pc_fxb29p { flex-basis: 29% !important; }
.pc_fxb30p { flex-basis: 30% !important; }
.pc_fxb31p { flex-basis: 31% !important; }
.pc_fxb32p { flex-basis: 32% !important; }
.pc_fxb33p { flex-basis: 33.3% !important; }
.pc_fxb34p { flex-basis: 34% !important; }
.pc_fxb35p { flex-basis: 35% !important; }
.pc_fxb36p { flex-basis: 36% !important; }
.pc_fxb37p { flex-basis: 37% !important; }
.pc_fxb38p { flex-basis: 38% !important; }
.pc_fxb39p { flex-basis: 39% !important; }
.pc_fxb40p { flex-basis: 40% !important; }
.pc_fxb41p { flex-basis: 41% !important; }
.pc_fxb42p { flex-basis: 42% !important; }
.pc_fxb43p { flex-basis: 43% !important; }
.pc_fxb44p { flex-basis: 44% !important; }
.pc_fxb45p { flex-basis: 45% !important; }
.pc_fxb46p { flex-basis: 46% !important; }
.pc_fxb47p { flex-basis: 47% !important; }
.pc_fxb48p { flex-basis: 48% !important; }
.pc_fxb49p { flex-basis: 49% !important; }
.pc_fxb50p { flex-basis: 50% !important; }
.pc_fxb51p { flex-basis: 51% !important; }
.pc_fxb52p { flex-basis: 52% !important; }
.pc_fxb53p { flex-basis: 53% !important; }
.pc_fxb54p { flex-basis: 54% !important; }
.pc_fxb55p { flex-basis: 55% !important; }
.pc_fxb56p { flex-basis: 56% !important; }
.pc_fxb57p { flex-basis: 57% !important; }
.pc_fxb58p { flex-basis: 58% !important; }
.pc_fxb59p { flex-basis: 59% !important; }
.pc_fxb60p { flex-basis: 60% !important; }
.pc_fxb61p { flex-basis: 61% !important; }
.pc_fxb62p { flex-basis: 62% !important; }
.pc_fxb63p { flex-basis: 63% !important; }
.pc_fxb64p { flex-basis: 64% !important; }
.pc_fxb65p { flex-basis: 65% !important; }
.pc_fxb66p { flex-basis: 66% !important; }
.pc_fxb67p { flex-basis: 67% !important; }
.pc_fxb68p { flex-basis: 68% !important; }
.pc_fxb69p { flex-basis: 69% !important; }
.pc_fxb70p { flex-basis: 70% !important; }
.pc_fxb71p { flex-basis: 71% !important; }
.pc_fxb72p { flex-basis: 72% !important; }
.pc_fxb73p { flex-basis: 73% !important; }
.pc_fxb74p { flex-basis: 74% !important; }
.pc_fxb75p { flex-basis: 75% !important; }
.pc_fxb76p { flex-basis: 76% !important; }
.pc_fxb77p { flex-basis: 77% !important; }
.pc_fxb78p { flex-basis: 78% !important; }
.pc_fxb79p { flex-basis: 79% !important; }
.pc_fxb80p { flex-basis: 80% !important; }
.pc_fxb81p { flex-basis: 81% !important; }
.pc_fxb82p { flex-basis: 82% !important; }
.pc_fxb83p { flex-basis: 83% !important; }
.pc_fxb84p { flex-basis: 84% !important; }
.pc_fxb85p { flex-basis: 85% !important; }
.pc_fxb86p { flex-basis: 86% !important; }
.pc_fxb87p { flex-basis: 87% !important; }
.pc_fxb88p { flex-basis: 88% !important; }
.pc_fxb89p { flex-basis: 89% !important; }
.pc_fxb90p { flex-basis: 90% !important; }
.pc_fxb91p { flex-basis: 91% !important; }
.pc_fxb92p { flex-basis: 92% !important; }
.pc_fxb93p { flex-basis: 93% !important; }
.pc_fxb94p { flex-basis: 94% !important; }
.pc_fxb95p { flex-basis: 95% !important; }
.pc_fxb96p { flex-basis: 96% !important; }
.pc_fxb97p { flex-basis: 97% !important; }
.pc_fxb98p { flex-basis: 98% !important; }
.pc_fxb99p { flex-basis: 99% !important; }
.pc_fxb100p { flex-basis: 100% !important; }
/* ==================================================
position
================================================== */
.pc_posiS { position: static !important; }
.pc_posiR { position: relative !important; }
.pc_posiA { position: absolute !important; }
.pc_posiF { position: fixed !important; }
/* ==================================================
position
================================================== */
/* top */
.pc_t00 { top: 0 !important; }
.pc_t05 { top: 5px !important; }
.pc_t10 { top: 10px !important; }
.pc_t15 { top: 15px !important; }
.pc_t20 { top: 20px !important; }
.pc_t25 { top: 25px !important; }
.pc_t30 { top: 30px !important; }
.pc_t35 { top: 35px !important; }
.pc_t40 { top: 40px !important; }
.pc_t45 { top: 45px !important; }
.pc_t50 { top: 50px !important; }
.pc_t55 { top: 55px !important; }
.pc_t60 { top: 60px !important; }
.pc_t65 { top: 65px !important; }
.pc_t70 { top: 70px !important; }
.pc_t75 { top: 75px !important; }
.pc_t80 { top: 80px !important; }
.pc_t85 { top: 85px !important; }
.pc_t90 { top: 90px !important; }
.pc_t95 { top: 95px !important; }
.pc_t100 { top: 100px !important; }
/* right */
.pc_r00 { right: 0 !important; }
.pc_r05 { right: 5px !important; }
.pc_r10 { right: 10px !important; }
.pc_r15 { right: 15px !important; }
.pc_r20 { right: 20px !important; }
.pc_r25 { right: 25px !important; }
.pc_r30 { right: 30px !important; }
.pc_r35 { right: 35px !important; }
.pc_r40 { right: 40px !important; }
.pc_r45 { right: 45px !important; }
.pc_r50 { right: 50px !important; }
.pc_r55 { right: 55px !important; }
.pc_r60 { right: 60px !important; }
.pc_r65 { right: 65px !important; }
.pc_r70 { right: 70px !important; }
.pc_r75 { right: 75px !important; }
.pc_r80 { right: 80px !important; }
.pc_r85 { right: 85px !important; }
.pc_r90 { right: 90px !important; }
.pc_r95 { right: 95px !important; }
.pc_r100 { right: 100px !important; }
/* bottom */
.pc_b00 { bottom: 0 !important; }
.pc_b05 { bottom: 5px !important; }
.pc_b10 { bottom: 10px !important; }
.pc_b15 { bottom: 15px !important; }
.pc_b20 { bottom: 20px !important; }
.pc_b25 { bottom: 25px !important; }
.pc_b30 { bottom: 30px !important; }
.pc_b35 { bottom: 35px !important; }
.pc_b40 { bottom: 40px !important; }
.pc_b45 { bottom: 45px !important; }
.pc_b50 { bottom: 50px !important; }
.pc_b55 { bottom: 55px !important; }
.pc_b60 { bottom: 60px !important; }
.pc_b65 { bottom: 65px !important; }
.pc_b70 { bottom: 70px !important; }
.pc_b75 { bottom: 75px !important; }
.pc_b80 { bottom: 80px !important; }
.pc_b85 { bottom: 85px !important; }
.pc_b90 { bottom: 90px !important; }
.pc_b95 { bottom: 95px !important; }
.pc_b100 { bottom: 100px !important; }
/* left */
.pc_l00 { left: 0 !important; }
.pc_l05 { left: 5px !important; }
.pc_l10 { left: 10px !important; }
.pc_l15 { left: 15px !important; }
.pc_l20 { left: 20px !important; }
.pc_l25 { left: 25px !important; }
.pc_l30 { left: 30px !important; }
.pc_l35 { left: 35px !important; }
.pc_l40 { left: 40px !important; }
.pc_l45 { left: 45px !important; }
.pc_l50 { left: 50px !important; }
.pc_l55 { left: 55px !important; }
.pc_l60 { left: 60px !important; }
.pc_l65 { left: 65px !important; }
.pc_l70 { left: 70px !important; }
.pc_l75 { left: 75px !important; }
.pc_l80 { left: 80px !important; }
.pc_l85 { left: 85px !important; }
.pc_l90 { left: 90px !important; }
.pc_l95 { left: 95px !important; }
.pc_l100 { left: 100px !important; }

/* ==================================================
float
================================================== */
.pc_fN { float: none !important; }
.pc_fL { float: left !important; }
.pc_fR { float: right !important; }
/* ==================================================
text-align
================================================== */
.pc_taR { text-align: right !important; }
.pc_taL { text-align: left !important; }
.pc_taC { text-align: center !important; }
/* ==================================================
text-decoration
================================================== */
.pc_tdN { text-decoration: none !important; }
.pc_tdU { text-decoration: underline !important; }
.pc_tdO { text-decoration: overline !important; }
.pc_tdT { text-decoration: line-through !important; }
.pc_tdN-U { text-decoration: none !important; }
.pc_tdN-U:hover { text-decoration: underline !important; }
/* ==================================================
line-height
================================================== */
.pc_lh0 { line-height: 0 !important; }
.pc_lh1 { line-height: 1 !important; }
.pc_lh1p1 { line-height: 1.1 !important; }
.pc_lh1p2 { line-height: 1.2 !important; }
.pc_lh1p3 { line-height: 1.3 !important; }
.pc_lh1p4 { line-height: 1.4 !important; }
.pc_lh1p5 { line-height: 1.5 !important; }
.pc_lh1p6 { line-height: 1.6 !important; }
.pc_lh1p7 { line-height: 1.7 !important; }
.pc_lh1p8 { line-height: 1.8 !important; }
.pc_lh1p9 { line-height: 1.9 !important; }
.pc_lh2 { line-height: 2 !important; }
/* ==================================================
letter-spacing
================================================== */
.pc_ls0 { letter-spacing: 0em !important; }
.pc_lsp05 { letter-spacing: 0.05em !important; }
.pc_ls1 { letter-spacing: 0.1em !important; }
/* ==================================================
font-size
================================================== */
.pc_fs00 { font-size: 0 !important; }
.pc_fs06 { font-size: 6px !important; }
.pc_fs07 { font-size: 7px !important; }
.pc_fs08 { font-size: 8px !important; }
.pc_fs09 { font-size: 9px !important; }
.pc_fs10 { font-size: 10px !important; }
.pc_fs11 { font-size: 11px !important; }
.pc_fs12 { font-size: 12px !important; }
.pc_fs13 { font-size: 13px !important; }
.pc_fs14 { font-size: 14px !important; }
.pc_fs15 { font-size: 15px !important; }
.pc_fs16 { font-size: 16px !important; }
.pc_fs17 { font-size: 17px !important; }
.pc_fs18 { font-size: 18px !important; }
.pc_fs19 { font-size: 19px !important; }
.pc_fs20 { font-size: 20px !important; }
.pc_fs21 { font-size: 21px !important; }
.pc_fs22 { font-size: 22px !important; }
.pc_fs23 { font-size: 23px !important; }
.pc_fs24 { font-size: 24px !important; }
.pc_fs25 { font-size: 25px !important; }
.pc_fs26 { font-size: 26px !important; }
.pc_fs27 { font-size: 27px !important; }
.pc_fs28 { font-size: 28px !important; }
.pc_fs29 { font-size: 29px !important; }
.pc_fs30 { font-size: 30px !important; }
.pc_fs31 { font-size: 31px !important; }
.pc_fs32 { font-size: 32px !important; }
.pc_fs33 { font-size: 33px !important; }
.pc_fs34 { font-size: 34px !important; }
.pc_fs35 { font-size: 35px !important; }
.pc_fs36 { font-size: 36px !important; }
.pc_fs37 { font-size: 37px !important; }
.pc_fs38 { font-size: 38px !important; }
.pc_fs39 { font-size: 39px !important; }
.pc_fs40 { font-size: 40px !important; }
.pc_fs41 { font-size: 41px !important; }
.pc_fs42 { font-size: 42px !important; }
.pc_fs43 { font-size: 43px !important; }
.pc_fs44 { font-size: 44px !important; }
.pc_fs45 { font-size: 45px !important; }
.pc_fs46 { font-size: 46px !important; }
.pc_fs47 { font-size: 47px !important; }
.pc_fs48 { font-size: 48px !important; }
.pc_fs49 { font-size: 49px !important; }
.pc_fs50 { font-size: 50px !important; }
.pc_fs51 { font-size: 51px !important; }
.pc_fs52 { font-size: 52px !important; }
.pc_fs53 { font-size: 53px !important; }
.pc_fs54 { font-size: 54px !important; }
.pc_fs55 { font-size: 55px !important; }
.pc_fs56 { font-size: 56px !important; }
.pc_fs57 { font-size: 57px !important; }
.pc_fs58 { font-size: 58px !important; }
.pc_fs59 { font-size: 59px !important; }
.pc_fs60 { font-size: 60px !important; }
.pc_fs61 { font-size: 61px !important; }
.pc_fs62 { font-size: 62px !important; }
.pc_fs63 { font-size: 63px !important; }
.pc_fs64 { font-size: 64px !important; }
.pc_fs65 { font-size: 65px !important; }
.pc_fs66 { font-size: 66px !important; }
.pc_fs67 { font-size: 67px !important; }
.pc_fs68 { font-size: 68px !important; }
.pc_fs69 { font-size: 69px !important; }
.pc_fs70 { font-size: 70px !important; }
.pc_fs71 { font-size: 71px !important; }
.pc_fs72 { font-size: 72px !important; }
.pc_fs73 { font-size: 73px !important; }
.pc_fs74 { font-size: 74px !important; }
.pc_fs75 { font-size: 75px !important; }
.pc_fs76 { font-size: 76px !important; }
.pc_fs77 { font-size: 77px !important; }
.pc_fs78 { font-size: 78px !important; }
.pc_fs79 { font-size: 79px !important; }
.pc_fs80 { font-size: 80px !important; }

.pc_fs06rem { font-size: 0.6rem!important; }
.pc_fs07rem { font-size: 0.7rem!important; }
.pc_fs08rem { font-size: 0.8rem!important; }
.pc_fs09rem { font-size: 0.9rem!important; }
.pc_fs10rem { font-size: 1.0rem !important; }
.pc_fs11rem { font-size: 1.1rem !important; }
.pc_fs12rem { font-size: 1.2rem !important; }
.pc_fs13rem { font-size: 1.3rem !important; }
.pc_fs14rem { font-size: 1.4rem !important; }
.pc_fs15rem { font-size: 1.5rem !important; }
.pc_fs16rem { font-size: 1.6rem !important; }
.pc_fs17rem { font-size: 1.7rem !important; }
.pc_fs18rem { font-size: 1.8rem !important; }
.pc_fs19rem { font-size: 1.9rem !important; }
.pc_fs20rem { font-size: 2.0rem !important; }
.pc_fs21rem { font-size: 2.1rem !important; }
.pc_fs22rem { font-size: 2.2rem !important; }
.pc_fs23rem { font-size: 2.3rem !important; }
.pc_fs24rem { font-size: 2.4rem !important; }
.pc_fs25rem { font-size: 2.5rem !important; }
.pc_fs26rem { font-size: 2.6rem !important; }
.pc_fs27rem { font-size: 2.7rem !important; }
.pc_fs28rem { font-size: 2.8rem !important; }
.pc_fs29rem { font-size: 2.9rem !important; }
.pc_fs30rem { font-size: 3.0rem !important; }
.pc_fs31rem { font-size: 3.1rem !important; }
.pc_fs32rem { font-size: 3.2rem !important; }
.pc_fs33rem { font-size: 3.3rem !important; }
.pc_fs34rem { font-size: 3.4rem !important; }
.pc_fs35rem { font-size: 3.5rem !important; }
.pc_fs36rem { font-size: 3.6rem !important; }
.pc_fs37rem { font-size: 3.7rem !important; }
.pc_fs38rem { font-size: 3.8rem !important; }
.pc_fs39rem { font-size: 3.9rem !important; }
.pc_fs40rem { font-size: 4.0rem !important; }
.pc_fs41rem { font-size: 4.1rem !important; }
.pc_fs42rem { font-size: 4.2rem !important; }
.pc_fs43rem { font-size: 4.3rem !important; }
.pc_fs44rem { font-size: 4.4rem !important; }
.pc_fs45rem { font-size: 4.5rem !important; }
.pc_fs46rem { font-size: 4.6rem !important; }
.pc_fs47rem { font-size: 4.7rem !important; }
.pc_fs48rem { font-size: 4.8rem !important; }
.pc_fs49rem { font-size: 4.9rem !important; }
.pc_fs50rem { font-size: 5.0rem !important; }
.pc_fs51rem { font-size: 5.1rem !important; }
.pc_fs52rem { font-size: 5.2rem !important; }
.pc_fs53rem { font-size: 5.3rem !important; }
.pc_fs54rem { font-size: 5.4rem !important; }
.pc_fs55rem { font-size: 5.5rem !important; }
.pc_fs56rem { font-size: 5.6rem !important; }
.pc_fs57rem { font-size: 5.7rem !important; }
.pc_fs58rem { font-size: 5.8rem !important; }
.pc_fs59rem { font-size: 5.9rem !important; }
.pc_fs60rem { font-size: 6.0rem !important; }
.pc_fs61rem { font-size: 6.1rem !important; }
.pc_fs62rem { font-size: 6.2rem !important; }
.pc_fs63rem { font-size: 6.3rem !important; }
.pc_fs64rem { font-size: 6.4rem !important; }
.pc_fs65rem { font-size: 6.5rem !important; }
.pc_fs66rem { font-size: 6.6rem !important; }
.pc_fs67rem { font-size: 6.7rem !important; }
.pc_fs68rem { font-size: 6.8rem !important; }
.pc_fs69rem { font-size: 6.9rem !important; }
.pc_fs70rem { font-size: 7.0rem !important; }
.pc_fs71rem { font-size: 7.1rem !important; }
.pc_fs72rem { font-size: 7.2rem !important; }
.pc_fs73rem { font-size: 7.3rem !important; }
.pc_fs74rem { font-size: 7.4rem !important; }
.pc_fs75rem { font-size: 7.5rem !important; }
.pc_fs76rem { font-size: 7.6rem !important; }
.pc_fs77rem { font-size: 7.7rem !important; }
.pc_fs78rem { font-size: 7.8rem !important; }
.pc_fs79rem { font-size: 7.9rem !important; }
.pc_fs80rem { font-size: 8.0rem !important; }

/* ==================================================
color
================================================== */
.pc_fcBlack { color: #000 !important; }
.pc_fcNormal { color: #3C4950 !important; }
.pc_fcBlue { color: #005BAB !important; }
.pc_fc111 { color: #111 !important; }
.pc_fc222 { color: #222 !important; }
.pc_fc333 { color: #333 !important; }
.pc_fc444 { color: #444 !important; }
.pc_fc555 { color: #555 !important; }
.pc_fc666 { color: #666 !important; }
.pc_fc777 { color: #777 !important; }
.pc_fc888 { color: #888 !important; }
.pc_fc999 { color: #999 !important; }
.pc_fcAAA { color: #AAA !important; }
.pc_fcBBB { color: #BBB !important; }
.pc_fcCCC { color: #CCC !important; }
.pc_fcDDD { color: #DDD !important; }
.pc_fcEEE { color: #EEE !important; }
.pc_fcWhite { color: #fff !important; }
.pc_fcRed { color: #B9060E !important; }
.pc_fcGreen { color: #35A5B0 !important; }
.pc_fcBlue { color: #005BAB !important; }
.pc_fcLBlue { color: #02b9ee !important; }
.pc_fcPink { color: #eb6ea5 !important; }
.pc_fcOrange { color: #F7774D !important; }
.pc_fcGold { color: #CEAE31 !important; }
.pc_fcSilver { color: #929296 !important; }
.pc_fcBronze { color: #A35B16 !important; }
/* ==================================================
font-weight
================================================== */
.pc_fwN { font-weight: normal !important; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif !important; }
.pc_fwB { font-weight: bold !important; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif !important; }
/* ==================================================
word
================================================== */
.pc_wordBreak { word-wrap: break-word; overflow-wrap: break-word; }
/* ==================================================
nowrap
================================================== */
.pc_nowrap { white-space: nowrap; }
/* ==================================================
background-color
================================================== */
.pc_bgNone { background-color: transparent !important; }
.pc_bgWhite { background-color: #fff !important; }
.pc_bgBlack { background-color: #000 !important; }
.pc_bgGray { background-color: #F5F5F5 !important; }
.pc_bgBlue { background-color: #005BAB !important; }
.pc_bgBlue2 { background-color: #66B6FC !important; }
.pc_bgRed { background-color: #B90606 !important; }
.pc_bgGreen { background-color: #35A6AF !important; }
.pc_bgLBlue { background-color: #E6EFF7 !important; }
.pc_bgLRed { background-color: #F7E6E9 !important; }
.pc_bgLGreen { background-color: #E8F6F7 !important; }
.pc_bgBeige { background-color: #FFEFDD !important; }
.pc_bgPink { background-color: #FFF5F5 !important; }
/* ==================================================
border
================================================== */
.pc_bdr { border: 1px solid #C3C8D6 !important; }
.pc_bdrN { border: none !important; }
.pc_bdrT { border-top: 1px solid #C3C8D6 !important; }
.pc_bdrTN { border-top: none !important; }
.pc_bdrB { border-bottom: 1px solid #C3C8D6 !important; }
.pc_bdrBN { border-bottom: none !important; }
.pc_bdrL { border-left: 1px solid #C3C8D6 !important; }
.pc_bdrLN { border-left: none !important; }
.pc_bdrR { border-right: 1px solid #C3C8D6 !important; }
.pc_bdrRN { border-right: none !important; }
/* ==================================================
border-color
================================================== */
.pc_bcNone { border-color: transparent !important; }
.pc_bcBlack { border-color: #000 !important; }
.pc_bcBlue { border-color: #005BAB !important; }
.pc_bcGreen { border-color: #35A5B0 !important; }
.pc_bcRed { border-color: #B90606 !important; }
/* ==================================================
border-width
================================================== */
.pc_bw00 { border-width: 0 !important; }
.pc_bw03 { border-width: 3px !important; }
/* ==================================================
vertical-align
================================================== */
.pc_vaT { vertical-align: top !important; }
.pc_vaM { vertical-align: middle !important; }
.pc_vaB { vertical-align: bottom !important; }
/* ==================================================
ぶら下げインデント 文字幅指定
================================================== */
.pc_tI1em { margin-left: 1em !important; text-indent: -1em !important; }
.pc_tI1p5em { margin-left: 1.5em !important; text-indent: -1.5em !important; }
.pc_tI2em { margin-left: 2em !important; text-indent: -2em !important; }
.pc_tI2p5em { margin-left: 2.5em !important; text-indent: -2.5em !important; }
.pc_tI3em { margin-left: 3em !important; text-indent: -3em !important; }
.pc_tI4em { margin-left: 4em !important; text-indent: -4em !important; }
.pc_tI5em { margin-left: 5em !important; text-indent: -5em !important; }
/* ==================================================
width
================================================== */
.pc_wAuto { width: auto !important; }
.pc_w00 { width: 0 !important; }
.pc_w01 { width: 1px !important; }
.pc_w02 { width: 2px !important; }
.pc_w03 { width: 3px !important; }
.pc_w04 { width: 4px !important; }
.pc_w05 { width: 5px !important; }
.pc_w06 { width: 6px !important; }
.pc_w07 { width: 7px !important; }
.pc_w08 { width: 8px !important; }
.pc_w09 { width: 9px !important; }
.pc_w10 { width: 10px !important; }
.pc_w15 { width: 15px !important; }
.pc_w20 { width: 20px !important; }
.pc_w25 { width: 25px !important; }
.pc_w30 { width: 30px !important; }
.pc_w35 { width: 35px !important; }
.pc_w40 { width: 40px !important; }
.pc_w45 { width: 45px !important; }
.pc_w50 { width: 50px !important; }
.pc_w55 { width: 55px !important; }
.pc_w60 { width: 60px !important; }
.pc_w65 { width: 65px !important; }
.pc_w70 { width: 70px !important; }
.pc_w75 { width: 75px !important; }
.pc_w80 { width: 80px !important; }
.pc_w85 { width: 85px !important; }
.pc_w90 { width: 90px !important; }
.pc_w95 { width: 95px !important; }
.pc_w100 { width: 100px !important; }
.pc_w110 { width: 110px !important; }
.pc_w120 { width: 120px !important; }
.pc_w130 { width: 130px !important; }
.pc_w140 { width: 140px !important; }
.pc_w150 { width: 150px !important; }
.pc_w160 { width: 160px !important; }
.pc_w170 { width: 170px !important; }
.pc_w180 { width: 180px !important; }
.pc_w190 { width: 190px !important; }
.pc_w200 { width: 200px !important; }
.pc_w210 { width: 210px !important; }
.pc_w220 { width: 220px !important; }
.pc_w230 { width: 230px !important; }
.pc_w240 { width: 240px !important; }
.pc_w250 { width: 250px !important; }
.pc_w260 { width: 260px !important; }
.pc_w270 { width: 270px !important; }
.pc_w280 { width: 280px !important; }
.pc_w290 { width: 290px !important; }
.pc_w300 { width: 300px !important; }
.pc_w310 { width: 310px !important; }
.pc_w320 { width: 320px !important; }
.pc_w330 { width: 330px !important; }
.pc_w340 { width: 340px !important; }
.pc_w350 { width: 350px !important; }
.pc_w360 { width: 360px !important; }
.pc_w370 { width: 370px !important; }
.pc_w380 { width: 380px !important; }
.pc_w390 { width: 390px !important; }
.pc_w400 { width: 400px !important; }
.pc_w410 { width: 410px !important; }
.pc_w420 { width: 420px !important; }
.pc_w430 { width: 430px !important; }
.pc_w440 { width: 440px !important; }
.pc_w450 { width: 450px !important; }
.pc_w460 { width: 460px !important; }
.pc_w470 { width: 470px !important; }
.pc_w480 { width: 480px !important; }
.pc_w490 { width: 490px !important; }
.pc_w500 { width: 500px !important; }
.pc_w510 { width: 510px !important; }
.pc_w520 { width: 520px !important; }
.pc_w530 { width: 530px !important; }
.pc_w540 { width: 540px !important; }
.pc_w550 { width: 550px !important; }
.pc_w560 { width: 560px !important; }
.pc_w570 { width: 570px !important; }
.pc_w580 { width: 580px !important; }
.pc_w590 { width: 590px !important; }
.pc_w600 { width: 600px !important; }
.pc_w610 { width: 610px !important; }
.pc_w620 { width: 620px !important; }
.pc_w630 { width: 630px !important; }
.pc_w640 { width: 640px !important; }
.pc_w650 { width: 650px !important; }
.pc_w660 { width: 660px !important; }
.pc_w670 { width: 670px !important; }
.pc_w680 { width: 680px !important; }
.pc_w690 { width: 690px !important; }
.pc_w700 { width: 700px !important; }
.pc_w710 { width: 710px !important; }
.pc_w720 { width: 720px !important; }
.pc_w730 { width: 730px !important; }
.pc_w740 { width: 740px !important; }
.pc_w750 { width: 750px !important; }
.pc_w760 { width: 760px !important; }
.pc_w770 { width: 770px !important; }
.pc_w780 { width: 780px !important; }
.pc_w790 { width: 790px !important; }
.pc_w800 { width: 800px !important; }
.pc_w810 { width: 810px !important; }
.pc_w820 { width: 820px !important; }
.pc_w830 { width: 830px !important; }
.pc_w840 { width: 840px !important; }
.pc_w850 { width: 850px !important; }
.pc_w860 { width: 860px !important; }
.pc_w870 { width: 870px !important; }
.pc_w880 { width: 880px !important; }
.pc_w890 { width: 890px !important; }
.pc_w900 { width: 900px !important; }
.pc_w910 { width: 910px !important; }
.pc_w920 { width: 920px !important; }
.pc_w930 { width: 930px !important; }
.pc_w940 { width: 940px !important; }
.pc_w950 { width: 950px !important; }
.pc_w960 { width: 960px !important; }
.pc_w970 { width: 970px !important; }
.pc_w980 { width: 980px !important; }
.pc_w990 { width: 990px !important; }
.pc_w1000 { width: 1000px !important; }
.pc_w00p { width: 0% !important; }
.pc_w01p { width: 1% !important; }
.pc_w02p { width: 2% !important; }
.pc_w03p { width: 3% !important; }
.pc_w04p { width: 4% !important; }
.pc_w05p { width: 5% !important; }
.pc_w06p { width: 6% !important; }
.pc_w07p { width: 7% !important; }
.pc_w08p { width: 8% !important; }
.pc_w09p { width: 9% !important; }
.pc_w10p { width: 10% !important; }
.pc_w11p { width: 11% !important; }
.pc_w12p { width: 12% !important; }
.pc_w13p { width: 13% !important; }
.pc_w14p { width: 14% !important; }
.pc_w15p { width: 15% !important; }
.pc_w16p { width: 16% !important; }
.pc_w17p { width: 17% !important; }
.pc_w18p { width: 18% !important; }
.pc_w19p { width: 19% !important; }
.pc_w20p { width: 20% !important; }
.pc_w21p { width: 21% !important; }
.pc_w22p { width: 22% !important; }
.pc_w23p { width: 23% !important; }
.pc_w24p { width: 24% !important; }
.pc_w25p { width: 25% !important; }
.pc_w26p { width: 26% !important; }
.pc_w27p { width: 27% !important; }
.pc_w28p { width: 28% !important; }
.pc_w29p { width: 29% !important; }
.pc_w30p { width: 30% !important; }
.pc_w31p { width: 31% !important; }
.pc_w32p { width: 32% !important; }
.pc_w33p { width: 33% !important; }
.pc_w34p { width: 34% !important; }
.pc_w35p { width: 35% !important; }
.pc_w36p { width: 36% !important; }
.pc_w37p { width: 37% !important; }
.pc_w38p { width: 38% !important; }
.pc_w39p { width: 39% !important; }
.pc_w40p { width: 40% !important; }
.pc_w41p { width: 41% !important; }
.pc_w42p { width: 42% !important; }
.pc_w43p { width: 43% !important; }
.pc_w44p { width: 44% !important; }
.pc_w45p { width: 45% !important; }
.pc_w46p { width: 46% !important; }
.pc_w47p { width: 47% !important; }
.pc_w48p { width: 48% !important; }
.pc_w49p { width: 49% !important; }
.pc_w50p { width: 50% !important; }
.pc_w51p { width: 51% !important; }
.pc_w52p { width: 52% !important; }
.pc_w53p { width: 53% !important; }
.pc_w54p { width: 54% !important; }
.pc_w55p { width: 55% !important; }
.pc_w56p { width: 56% !important; }
.pc_w57p { width: 57% !important; }
.pc_w58p { width: 58% !important; }
.pc_w59p { width: 59% !important; }
.pc_w60p { width: 60% !important; }
.pc_w61p { width: 61% !important; }
.pc_w62p { width: 62% !important; }
.pc_w63p { width: 63% !important; }
.pc_w64p { width: 64% !important; }
.pc_w65p { width: 65% !important; }
.pc_w66p { width: 66% !important; }
.pc_w67p { width: 67% !important; }
.pc_w68p { width: 68% !important; }
.pc_w69p { width: 69% !important; }
.pc_w70p { width: 70% !important; }
.pc_w71p { width: 71% !important; }
.pc_w72p { width: 72% !important; }
.pc_w73p { width: 73% !important; }
.pc_w74p { width: 74% !important; }
.pc_w75p { width: 75% !important; }
.pc_w76p { width: 76% !important; }
.pc_w77p { width: 77% !important; }
.pc_w78p { width: 78% !important; }
.pc_w79p { width: 79% !important; }
.pc_w80p { width: 80% !important; }
.pc_w81p { width: 81% !important; }
.pc_w82p { width: 82% !important; }
.pc_w83p { width: 83% !important; }
.pc_w84p { width: 84% !important; }
.pc_w85p { width: 85% !important; }
.pc_w86p { width: 86% !important; }
.pc_w87p { width: 87% !important; }
.pc_w88p { width: 88% !important; }
.pc_w89p { width: 89% !important; }
.pc_w90p { width: 90% !important; }
.pc_w91p { width: 91% !important; }
.pc_w92p { width: 92% !important; }
.pc_w93p { width: 93% !important; }
.pc_w94p { width: 94% !important; }
.pc_w95p { width: 95% !important; }
.pc_w96p { width: 96% !important; }
.pc_w97p { width: 97% !important; }
.pc_w98p { width: 98% !important; }
.pc_w99p { width: 99% !important; }
.pc_w100p { width: 100% !important; }
.pc_w01em { width: 1em !important; }
.pc_w02em { width: 2em !important; }
.pc_w03em { width: 3em !important; }
.pc_w04em { width: 4em !important; }
.pc_w05em { width: 5em !important; }
.pc_w06em { width: 6em !important; }
.pc_w07em { width: 7em !important; }
.pc_w08em { width: 8em !important; }
.pc_w09em { width: 9em !important; }
.pc_w10em { width: 10em !important; }
.pc_w11em { width: 11em !important; }
.pc_w12em { width: 12em !important; }
.pc_w13em { width: 13em !important; }
.pc_w14em { width: 14em !important; }
.pc_w15em { width: 15em !important; }
.pc_w16em { width: 16em !important; }
.pc_w17em { width: 17em !important; }
.pc_w18em { width: 18em !important; }
.pc_w19em { width: 19em !important; }
.pc_w20em { width: 20em !important; }
/* ==================================================
height
================================================== */
.pc_h00 { height: 0 !important; }
.pc_h01 { height: 1px !important; }
.pc_h02 { height: 2px !important; }
.pc_h03 { height: 3px !important; }
.pc_h04 { height: 4px !important; }
.pc_h05 { height: 5px !important; }
.pc_h06 { height: 6px !important; }
.pc_h07 { height: 7px !important; }
.pc_h08 { height: 8px !important; }
.pc_h09 { height: 9px !important; }
.pc_h10 { height: 10px !important; }
.pc_h15 { height: 15px !important; }
.pc_h20 { height: 20px !important; }
.pc_h25 { height: 25px !important; }
.pc_h30 { height: 30px !important; }
.pc_h35 { height: 35px !important; }
.pc_h40 { height: 40px !important; }
.pc_h45 { height: 45px !important; }
.pc_h50 { height: 50px !important; }
.pc_h55 { height: 55px !important; }
.pc_h60 { height: 60px !important; }
.pc_h65 { height: 65px !important; }
.pc_h70 { height: 70px !important; }
.pc_h75 { height: 75px !important; }
.pc_h80 { height: 80px !important; }
.pc_h85 { height: 85px !important; }
.pc_h90 { height: 90px !important; }
.pc_h95 { height: 95px !important; }
.pc_h100 { height: 100px !important; }
.pc_h110 { height: 110px !important; }
.pc_h120 { height: 120px !important; }
.pc_h130 { height: 130px !important; }
.pc_h140 { height: 140px !important; }
.pc_h150 { height: 150px !important; }
.pc_h160 { height: 160px !important; }
.pc_h170 { height: 170px !important; }
.pc_h180 { height: 180px !important; }
.pc_h190 { height: 190px !important; }
.pc_h200 { height: 200px !important; }
.pc_h210 { height: 210px !important; }
.pc_h220 { height: 220px !important; }
.pc_h230 { height: 230px !important; }
.pc_h240 { height: 240px !important; }
.pc_h250 { height: 250px !important; }
.pc_h260 { height: 260px !important; }
.pc_h270 { height: 270px !important; }
.pc_h280 { height: 280px !important; }
.pc_h290 { height: 290px !important; }
.pc_h300 { height: 300px !important; }
.pc_h310 { height: 310px !important; }
.pc_h320 { height: 320px !important; }
.pc_h330 { height: 330px !important; }
.pc_h340 { height: 340px !important; }
.pc_h350 { height: 350px !important; }
.pc_h360 { height: 360px !important; }
.pc_h370 { height: 370px !important; }
.pc_h380 { height: 380px !important; }
.pc_h390 { height: 390px !important; }
.pc_h400 { height: 400px !important; }
.pc_h410 { height: 410px !important; }
.pc_h420 { height: 420px !important; }
.pc_h430 { height: 430px !important; }
.pc_h440 { height: 440px !important; }
.pc_h450 { height: 450px !important; }
.pc_h460 { height: 460px !important; }
.pc_h470 { height: 470px !important; }
.pc_h480 { height: 480px !important; }
.pc_h490 { height: 490px !important; }
.pc_h500 { height: 500px !important; }
.pc_h510 { height: 510px !important; }
.pc_h520 { height: 520px !important; }
.pc_h530 { height: 530px !important; }
.pc_h540 { height: 540px !important; }
.pc_h550 { height: 550px !important; }
.pc_h560 { height: 560px !important; }
.pc_h570 { height: 570px !important; }
.pc_h580 { height: 580px !important; }
.pc_h590 { height: 590px !important; }
.pc_h600 { height: 600px !important; }
.pc_h610 { height: 610px !important; }
.pc_h620 { height: 620px !important; }
.pc_h630 { height: 630px !important; }
.pc_h640 { height: 640px !important; }
.pc_h650 { height: 650px !important; }
.pc_h660 { height: 660px !important; }
.pc_h670 { height: 670px !important; }
.pc_h680 { height: 680px !important; }
.pc_h690 { height: 690px !important; }
.pc_h700 { height: 700px !important; }
.pc_h710 { height: 710px !important; }
.pc_h720 { height: 720px !important; }
.pc_h730 { height: 730px !important; }
.pc_h740 { height: 740px !important; }
.pc_h750 { height: 750px !important; }
.pc_h760 { height: 760px !important; }
.pc_h770 { height: 770px !important; }
.pc_h780 { height: 780px !important; }
.pc_h790 { height: 790px !important; }
.pc_h800 { height: 800px !important; }
.pc_h810 { height: 810px !important; }
.pc_h820 { height: 820px !important; }
.pc_h830 { height: 830px !important; }
.pc_h840 { height: 840px !important; }
.pc_h850 { height: 850px !important; }
.pc_h860 { height: 860px !important; }
.pc_h870 { height: 870px !important; }
.pc_h880 { height: 880px !important; }
.pc_h890 { height: 890px !important; }
.pc_h900 { height: 900px !important; }
.pc_h910 { height: 910px !important; }
.pc_h920 { height: 920px !important; }
.pc_h930 { height: 930px !important; }
.pc_h940 { height: 940px !important; }
.pc_h950 { height: 950px !important; }
.pc_h960 { height: 960px !important; }
.pc_h970 { height: 970px !important; }
.pc_h980 { height: 980px !important; }
.pc_h990 { height: 990px !important; }
.pc_h1000 { height: 1000px !important; }
.pc_h00p { height: 0% !important; }
.pc_h01p { height: 1% !important; }
.pc_h02p { height: 2% !important; }
.pc_h03p { height: 3% !important; }
.pc_h04p { height: 4% !important; }
.pc_h05p { height: 5% !important; }
.pc_h06p { height: 6% !important; }
.pc_h07p { height: 7% !important; }
.pc_h08p { height: 8% !important; }
.pc_h09p { height: 9% !important; }
.pc_h10p { height: 10% !important; }
.pc_h11p { height: 11% !important; }
.pc_h12p { height: 12% !important; }
.pc_h13p { height: 13% !important; }
.pc_h14p { height: 14% !important; }
.pc_h15p { height: 15% !important; }
.pc_h16p { height: 16% !important; }
.pc_h17p { height: 17% !important; }
.pc_h18p { height: 18% !important; }
.pc_h19p { height: 19% !important; }
.pc_h20p { height: 20% !important; }
.pc_h21p { height: 21% !important; }
.pc_h22p { height: 22% !important; }
.pc_h23p { height: 23% !important; }
.pc_h24p { height: 24% !important; }
.pc_h25p { height: 25% !important; }
.pc_h26p { height: 26% !important; }
.pc_h27p { height: 27% !important; }
.pc_h28p { height: 28% !important; }
.pc_h29p { height: 29% !important; }
.pc_h30p { height: 30% !important; }
.pc_h31p { height: 31% !important; }
.pc_h32p { height: 32% !important; }
.pc_h33p { height: 33% !important; }
.pc_h34p { height: 34% !important; }
.pc_h35p { height: 35% !important; }
.pc_h36p { height: 36% !important; }
.pc_h37p { height: 37% !important; }
.pc_h38p { height: 38% !important; }
.pc_h39p { height: 39% !important; }
.pc_h40p { height: 40% !important; }
.pc_h41p { height: 41% !important; }
.pc_h42p { height: 42% !important; }
.pc_h43p { height: 43% !important; }
.pc_h44p { height: 44% !important; }
.pc_h45p { height: 45% !important; }
.pc_h46p { height: 46% !important; }
.pc_h47p { height: 47% !important; }
.pc_h48p { height: 48% !important; }
.pc_h49p { height: 49% !important; }
.pc_h50p { height: 50% !important; }
.pc_h51p { height: 51% !important; }
.pc_h52p { height: 52% !important; }
.pc_h53p { height: 53% !important; }
.pc_h54p { height: 54% !important; }
.pc_h55p { height: 55% !important; }
.pc_h56p { height: 56% !important; }
.pc_h57p { height: 57% !important; }
.pc_h58p { height: 58% !important; }
.pc_h59p { height: 59% !important; }
.pc_h60p { height: 60% !important; }
.pc_h61p { height: 61% !important; }
.pc_h62p { height: 62% !important; }
.pc_h63p { height: 63% !important; }
.pc_h64p { height: 64% !important; }
.pc_h65p { height: 65% !important; }
.pc_h66p { height: 66% !important; }
.pc_h67p { height: 67% !important; }
.pc_h68p { height: 68% !important; }
.pc_h69p { height: 69% !important; }
.pc_h70p { height: 70% !important; }
.pc_h71p { height: 71% !important; }
.pc_h72p { height: 72% !important; }
.pc_h73p { height: 73% !important; }
.pc_h74p { height: 74% !important; }
.pc_h75p { height: 75% !important; }
.pc_h76p { height: 76% !important; }
.pc_h77p { height: 77% !important; }
.pc_h78p { height: 78% !important; }
.pc_h79p { height: 79% !important; }
.pc_h80p { height: 80% !important; }
.pc_h81p { height: 81% !important; }
.pc_h82p { height: 82% !important; }
.pc_h83p { height: 83% !important; }
.pc_h84p { height: 84% !important; }
.pc_h85p { height: 85% !important; }
.pc_h86p { height: 86% !important; }
.pc_h87p { height: 87% !important; }
.pc_h88p { height: 88% !important; }
.pc_h89p { height: 89% !important; }
.pc_h90p { height: 90% !important; }
.pc_h91p { height: 91% !important; }
.pc_h92p { height: 92% !important; }
.pc_h93p { height: 93% !important; }
.pc_h94p { height: 94% !important; }
.pc_h95p { height: 95% !important; }
.pc_h96p { height: 96% !important; }
.pc_h97p { height: 97% !important; }
.pc_h98p { height: 98% !important; }
.pc_h99p { height: 99% !important; }
.pc_h100p { height: 100% !important; }
.pc_hAuto { height: auto !important; }
.pc_minH1000 { min-height: 1000px !important; }
/* ==================================================
margin
================================================== */
.pc_m00 { margin: 0 !important; }
.pc_mAuto { margin-right: auto !important; margin-left: auto !important; }
.pc_mtAuto { margin-top: auto !important; }
.pc_mbAuto { margin-bottom: auto !important; }
.pc_mlAuto { margin-left: auto !important; }
.pc_mrAuto { margin-right: auto !important; }
/* margin(pixel)
-------------------------------------------------- */
.pc_m01 { margin: 1px !important; }
.pc_m02 { margin: 2px !important; }
.pc_m03 { margin: 4px !important; }
.pc_m04 { margin: 4px !important; }
.pc_m05 { margin: 5px !important; }
.pc_m10 { margin: 10px !important; }
.pc_m15 { margin: 15px !important; }
.pc_m20 { margin: 20px !important; }
.pc_m25 { margin: 25px !important; }
.pc_m30 { margin: 30px !important; }
.pc_m35 { margin: 35px !important; }
.pc_m40 { margin: 40px !important; }
.pc_m45 { margin: 45px !important; }
.pc_m50 { margin: 50px !important; }
.pc_m55 { margin: 55px !important; }
.pc_m60 { margin: 60px !important; }
.pc_m65 { margin: 65px !important; }
.pc_m70 { margin: 70px !important; }
.pc_m75 { margin: 75px !important; }
.pc_m80 { margin: 80px !important; }
.pc_m85 { margin: 85px !important; }
.pc_m90 { margin: 90px !important; }
.pc_m95 { margin: 95px !important; }
.pc_m100 { margin: 100px !important; }
.pc_m105 { margin: 105px !important; }
.pc_m110 { margin: 110px !important; }
.pc_m115 { margin: 115px !important; }
.pc_m120 { margin: 120px !important; }
.pc_m125 { margin: 125px !important; }
.pc_m130 { margin: 130px !important; }
.pc_m135 { margin: 135px !important; }
.pc_m140 { margin: 140px !important; }
.pc_m145 { margin: 145px !important; }
.pc_m150 { margin: 150px !important; }
.pc_m155 { margin: 155px !important; }
.pc_m160 { margin: 160px !important; }
.pc_m165 { margin: 165px !important; }
.pc_m170 { margin: 170px !important; }
.pc_m175 { margin: 175px !important; }
.pc_m180 { margin: 180px !important; }
.pc_m185 { margin: 185px !important; }
.pc_m190 { margin: 190px !important; }
.pc_m195 { margin: 195px !important; }
.pc_m200 { margin: 200px !important; }
.pc_mt00 { margin-top: 0 !important; }
.pc_mt01 { margin-top: 1px !important; }
.pc_mt02 { margin-top: 2px !important; }
.pc_mt03 { margin-top: 3px !important; }
.pc_mt04 { margin-top: 4px !important; }
.pc_mt05 { margin-top: 5px !important; }
.pc_mt10 { margin-top: 10px !important; }
.pc_mt15 { margin-top: 15px !important; }
.pc_mt20 { margin-top: 20px !important; }
.pc_mt25 { margin-top: 25px !important; }
.pc_mt30 { margin-top: 30px !important; }
.pc_mt35 { margin-top: 35px !important; }
.pc_mt40 { margin-top: 40px !important; }
.pc_mt45 { margin-top: 45px !important; }
.pc_mt50 { margin-top: 50px !important; }
.pc_mt55 { margin-top: 55px !important; }
.pc_mt60 { margin-top: 60px !important; }
.pc_mt65 { margin-top: 65px !important; }
.pc_mt70 { margin-top: 70px !important; }
.pc_mt75 { margin-top: 75px !important; }
.pc_mt80 { margin-top: 80px !important; }
.pc_mt85 { margin-top: 85px !important; }
.pc_mt90 { margin-top: 90px !important; }
.pc_mt95 { margin-top: 95px !important; }
.pc_mt100 { margin-top: 100px !important; }
.pc_mt105 { margin-top: 105px !important; }
.pc_mt110 { margin-top: 110px !important; }
.pc_mt115 { margin-top: 115px !important; }
.pc_mt120 { margin-top: 120px !important; }
.pc_mt125 { margin-top: 125px !important; }
.pc_mt130 { margin-top: 130px !important; }
.pc_mt135 { margin-top: 135px !important; }
.pc_mt140 { margin-top: 140px !important; }
.pc_mt145 { margin-top: 145px !important; }
.pc_mt150 { margin-top: 150px !important; }
.pc_mt155 { margin-top: 155px !important; }
.pc_mt160 { margin-top: 160px !important; }
.pc_mt165 { margin-top: 165px !important; }
.pc_mt170 { margin-top: 170px !important; }
.pc_mt175 { margin-top: 175px !important; }
.pc_mt180 { margin-top: 180px !important; }
.pc_mt185 { margin-top: 185px !important; }
.pc_mt190 { margin-top: 190px !important; }
.pc_mt195 { margin-top: 195px !important; }
.pc_mt200 { margin-top: 200px !important; }
.pc_mb00 { margin-bottom: 0 !important; }
.pc_mb01 { margin-bottom: 1px !important; }
.pc_mb02 { margin-bottom: 2px !important; }
.pc_mb03 { margin-bottom: 3px !important; }
.pc_mb04 { margin-bottom: 4px !important; }
.pc_mb05 { margin-bottom: 5px !important; }
.pc_mb10 { margin-bottom: 10px !important; }
.pc_mb15 { margin-bottom: 15px !important; }
.pc_mb20 { margin-bottom: 20px !important; }
.pc_mb25 { margin-bottom: 25px !important; }
.pc_mb30 { margin-bottom: 30px !important; }
.pc_mb35 { margin-bottom: 35px !important; }
.pc_mb40 { margin-bottom: 40px !important; }
.pc_mb45 { margin-bottom: 45px !important; }
.pc_mb50 { margin-bottom: 50px !important; }
.pc_mb55 { margin-bottom: 55px !important; }
.pc_mb60 { margin-bottom: 60px !important; }
.pc_mb65 { margin-bottom: 65px !important; }
.pc_mb70 { margin-bottom: 70px !important; }
.pc_mb75 { margin-bottom: 75px !important; }
.pc_mb80 { margin-bottom: 80px !important; }
.pc_mb85 { margin-bottom: 85px !important; }
.pc_mb90 { margin-bottom: 90px !important; }
.pc_mb95 { margin-bottom: 95px !important; }
.pc_mb100 { margin-bottom: 100px !important; }
.pc_mb105 { margin-bottom: 105px !important; }
.pc_mb110 { margin-bottom: 110px !important; }
.pc_mb115 { margin-bottom: 115px !important; }
.pc_mb120 { margin-bottom: 120px !important; }
.pc_mb125 { margin-bottom: 125px !important; }
.pc_mb130 { margin-bottom: 130px !important; }
.pc_mb135 { margin-bottom: 135px !important; }
.pc_mb140 { margin-bottom: 140px !important; }
.pc_mb145 { margin-bottom: 145px !important; }
.pc_mb150 { margin-bottom: 150px !important; }
.pc_mb155 { margin-bottom: 155px !important; }
.pc_mb160 { margin-bottom: 160px !important; }
.pc_mb165 { margin-bottom: 165px !important; }
.pc_mb170 { margin-bottom: 170px !important; }
.pc_mb175 { margin-bottom: 175px !important; }
.pc_mb180 { margin-bottom: 180px !important; }
.pc_mb185 { margin-bottom: 185px !important; }
.pc_mb190 { margin-bottom: 190px !important; }
.pc_mb195 { margin-bottom: 195px !important; }
.pc_mb200 { margin-bottom: 200px !important; }
.pc_ml00 { margin-left: 0 !important; }
.pc_ml01 { margin-left: 1px !important; }
.pc_ml02 { margin-left: 2px !important; }
.pc_ml03 { margin-left: 3px !important; }
.pc_ml04 { margin-left: 4px !important; }
.pc_ml05 { margin-left: 5px !important; }
.pc_ml10 { margin-left: 10px !important; }
.pc_ml15 { margin-left: 15px !important; }
.pc_ml20 { margin-left: 20px !important; }
.pc_ml25 { margin-left: 25px !important; }
.pc_ml30 { margin-left: 30px !important; }
.pc_ml35 { margin-left: 35px !important; }
.pc_ml40 { margin-left: 40px !important; }
.pc_ml45 { margin-left: 45px !important; }
.pc_ml50 { margin-left: 50px !important; }
.pc_ml55 { margin-left: 55px !important; }
.pc_ml60 { margin-left: 60px !important; }
.pc_ml65 { margin-left: 65px !important; }
.pc_ml70 { margin-left: 70px !important; }
.pc_ml75 { margin-left: 75px !important; }
.pc_ml80 { margin-left: 80px !important; }
.pc_ml85 { margin-left: 85px !important; }
.pc_ml90 { margin-left: 90px !important; }
.pc_ml95 { margin-left: 95px !important; }
.pc_ml100 { margin-left: 100px !important; }
.pc_ml105 { margin-left: 105px !important; }
.pc_ml110 { margin-left: 110px !important; }
.pc_ml115 { margin-left: 115px !important; }
.pc_ml120 { margin-left: 120px !important; }
.pc_ml125 { margin-left: 125px !important; }
.pc_ml130 { margin-left: 130px !important; }
.pc_ml135 { margin-left: 135px !important; }
.pc_ml140 { margin-left: 140px !important; }
.pc_ml145 { margin-left: 145px !important; }
.pc_ml150 { margin-left: 150px !important; }
.pc_ml155 { margin-left: 155px !important; }
.pc_ml160 { margin-left: 160px !important; }
.pc_ml165 { margin-left: 165px !important; }
.pc_ml170 { margin-left: 170px !important; }
.pc_ml175 { margin-left: 175px !important; }
.pc_ml180 { margin-left: 180px !important; }
.pc_ml185 { margin-left: 185px !important; }
.pc_ml190 { margin-left: 190px !important; }
.pc_ml195 { margin-left: 195px !important; }
.pc_ml200 { margin-left: 200px !important; }
.pc_mr00 { margin-right: 0 !important; }
.pc_mr01 { margin-right: 1px !important; }
.pc_mr02 { margin-right: 2px !important; }
.pc_mr03 { margin-right: 3px !important; }
.pc_mr04 { margin-right: 4px !important; }
.pc_mr05 { margin-right: 5px !important; }
.pc_mr10 { margin-right: 10px !important; }
.pc_mr15 { margin-right: 15px !important; }
.pc_mr20 { margin-right: 20px !important; }
.pc_mr25 { margin-right: 25px !important; }
.pc_mr30 { margin-right: 30px !important; }
.pc_mr35 { margin-right: 35px !important; }
.pc_mr40 { margin-right: 40px !important; }
.pc_mr45 { margin-right: 45px !important; }
.pc_mr50 { margin-right: 50px !important; }
.pc_mr55 { margin-right: 55px !important; }
.pc_mr60 { margin-right: 60px !important; }
.pc_mr65 { margin-right: 65px !important; }
.pc_mr70 { margin-right: 70px !important; }
.pc_mr75 { margin-right: 75px !important; }
.pc_mr80 { margin-right: 80px !important; }
.pc_mr85 { margin-right: 85px !important; }
.pc_mr90 { margin-right: 90px !important; }
.pc_mr95 { margin-right: 95px !important; }
.pc_mr100 { margin-right: 100px !important; }
.pc_mr105 { margin-right: 105px !important; }
.pc_mr110 { margin-right: 110px !important; }
.pc_mr115 { margin-right: 115px !important; }
.pc_mr120 { margin-right: 120px !important; }
.pc_mr125 { margin-right: 125px !important; }
.pc_mr130 { margin-right: 130px !important; }
.pc_mr135 { margin-right: 135px !important; }
.pc_mr140 { margin-right: 140px !important; }
.pc_mr145 { margin-right: 145px !important; }
.pc_mr150 { margin-right: 150px !important; }
.pc_mr155 { margin-right: 155px !important; }
.pc_mr160 { margin-right: 160px !important; }
.pc_mr165 { margin-right: 165px !important; }
.pc_mr170 { margin-right: 170px !important; }
.pc_mr175 { margin-right: 175px !important; }
.pc_mr180 { margin-right: 180px !important; }
.pc_mr185 { margin-right: 185px !important; }
.pc_mr190 { margin-right: 190px !important; }
.pc_mr195 { margin-right: 195px !important; }
.pc_mr200 { margin-right: 200px !important; }
/* ==================================================
padding
================================================== */
.pc_p00 { padding: 0 !important; }
.pc_p05 { padding: 5px !important; }
.pc_p10 { padding: 10px !important; }
.pc_p15 { padding: 15px !important; }
.pc_p20 { padding: 20px !important; }
.pc_p25 { padding: 25px !important; }
.pc_p30 { padding: 30px !important; }
.pc_p35 { padding: 35px !important; }
.pc_p40 { padding: 40px !important; }
.pc_p45 { padding: 45px !important; }
.pc_p50 { padding: 50px !important; }
.pc_p55 { padding: 55px !important; }
.pc_p60 { padding: 60px !important; }
.pc_p65 { padding: 65px !important; }
.pc_p70 { padding: 70px !important; }
.pc_p75 { padding: 75px !important; }
.pc_p80 { padding: 80px !important; }
.pc_p85 { padding: 85px !important; }
.pc_p90 { padding: 90px !important; }
.pc_p95 { padding: 95px !important; }
.pc_p100 { padding: 100px !important; }
.pc_pt00 { padding-top: 0 !important; }
.pc_pt05 { padding-top: 5px !important; }
.pc_pt10 { padding-top: 10px !important; }
.pc_pt15 { padding-top: 15px !important; }
.pc_pt20 { padding-top: 20px !important; }
.pc_pt25 { padding-top: 25px !important; }
.pc_pt30 { padding-top: 30px !important; }
.pc_pt35 { padding-top: 35px !important; }
.pc_pt40 { padding-top: 40px !important; }
.pc_pt45 { padding-top: 45px !important; }
.pc_pt50 { padding-top: 50px !important; }
.pc_pt55 { padding-top: 55px !important; }
.pc_pt60 { padding-top: 60px !important; }
.pc_pt65 { padding-top: 65px !important; }
.pc_pt70 { padding-top: 70px !important; }
.pc_pt75 { padding-top: 75px !important; }
.pc_pt80 { padding-top: 80px !important; }
.pc_pt85 { padding-top: 85px !important; }
.pc_pt90 { padding-top: 90px !important; }
.pc_pt95 { padding-top: 95px !important; }
.pc_pt100 { padding-top: 100px !important; }
.pc_pt105 { padding-top: 105px !important; }
.pc_pt110 { padding-top: 110px !important; }
.pc_pt115 { padding-top: 115px !important; }
.pc_pt120 { padding-top: 120px !important; }
.pc_pt125 { padding-top: 125px !important; }
.pc_pt130 { padding-top: 130px !important; }
.pc_pt135 { padding-top: 135px !important; }
.pc_pt140 { padding-top: 140px !important; }
.pc_pt145 { padding-top: 145px !important; }
.pc_pt150 { padding-top: 150px !important; }
.pc_pt155 { padding-top: 155px !important; }
.pc_pt160 { padding-top: 160px !important; }
.pc_pt165 { padding-top: 165px !important; }
.pc_pt170 { padding-top: 170px !important; }
.pc_pt175 { padding-top: 175px !important; }
.pc_pt180 { padding-top: 180px !important; }
.pc_pt185 { padding-top: 185px !important; }
.pc_pt190 { padding-top: 190px !important; }
.pc_pt195 { padding-top: 195px !important; }
.pc_pt200 { padding-top: 200px !important; }
.pc_pb00 { padding-bottom: 0 !important; }
.pc_pb05 { padding-bottom: 5px !important; }
.pc_pb10 { padding-bottom: 10px !important; }
.pc_pb15 { padding-bottom: 15px !important; }
.pc_pb20 { padding-bottom: 20px !important; }
.pc_pb25 { padding-bottom: 25px !important; }
.pc_pb30 { padding-bottom: 30px !important; }
.pc_pb35 { padding-bottom: 35px !important; }
.pc_pb40 { padding-bottom: 40px !important; }
.pc_pb45 { padding-bottom: 45px !important; }
.pc_pb50 { padding-bottom: 50px !important; }
.pc_pb55 { padding-bottom: 55px !important; }
.pc_pb60 { padding-bottom: 60px !important; }
.pc_pb65 { padding-bottom: 65px !important; }
.pc_pb70 { padding-bottom: 70px !important; }
.pc_pb75 { padding-bottom: 75px !important; }
.pc_pb80 { padding-bottom: 80px !important; }
.pc_pb85 { padding-bottom: 85px !important; }
.pc_pb90 { padding-bottom: 90px !important; }
.pc_pb95 { padding-bottom: 95px !important; }
.pc_pb100 { padding-bottom: 100px !important; }
.pc_pb105 { padding-bottom: 105px !important; }
.pc_pb110 { padding-bottom: 110px !important; }
.pc_pb115 { padding-bottom: 115px !important; }
.pc_pb120 { padding-bottom: 120px !important; }
.pc_pb125 { padding-bottom: 125px !important; }
.pc_pb130 { padding-bottom: 130px !important; }
.pc_pb135 { padding-bottom: 135px !important; }
.pc_pb140 { padding-bottom: 140px !important; }
.pc_pb145 { padding-bottom: 145px !important; }
.pc_pb150 { padding-bottom: 150px !important; }
.pc_pb155 { padding-bottom: 155px !important; }
.pc_pb160 { padding-bottom: 160px !important; }
.pc_pb165 { padding-bottom: 165px !important; }
.pc_pb170 { padding-bottom: 170px !important; }
.pc_pb175 { padding-bottom: 175px !important; }
.pc_pb180 { padding-bottom: 180px !important; }
.pc_pb185 { padding-bottom: 185px !important; }
.pc_pb190 { padding-bottom: 190px !important; }
.pc_pb195 { padding-bottom: 195px !important; }
.pc_pb200 { padding-bottom: 200px !important; }
.pc_pl00 { padding-left: 0 !important; }
.pc_pl05 { padding-left: 5px !important; }
.pc_pl10 { padding-left: 10px !important; }
.pc_pl15 { padding-left: 15px !important; }
.pc_pl20 { padding-left: 20px !important; }
.pc_pl25 { padding-left: 25px !important; }
.pc_pl30 { padding-left: 30px !important; }
.pc_pl35 { padding-left: 35px !important; }
.pc_pl40 { padding-left: 40px !important; }
.pc_pl45 { padding-left: 45px !important; }
.pc_pl50 { padding-left: 50px !important; }
.pc_pl55 { padding-left: 55px !important; }
.pc_pl60 { padding-left: 60px !important; }
.pc_pl65 { padding-left: 65px !important; }
.pc_pl70 { padding-left: 70px !important; }
.pc_pl75 { padding-left: 75px !important; }
.pc_pl80 { padding-left: 80px !important; }
.pc_pl85 { padding-left: 85px !important; }
.pc_pl90 { padding-left: 90px !important; }
.pc_pl95 { padding-left: 95px !important; }
.pc_pl100 { padding-left: 100px !important; }
.pc_pl105 { padding-left: 105px !important; }
.pc_pl110 { padding-left: 110px !important; }
.pc_pl115 { padding-left: 115px !important; }
.pc_pl120 { padding-left: 120px !important; }
.pc_pl125 { padding-left: 125px !important; }
.pc_pl130 { padding-left: 130px !important; }
.pc_pl135 { padding-left: 135px !important; }
.pc_pl140 { padding-left: 140px !important; }
.pc_pl145 { padding-left: 145px !important; }
.pc_pl150 { padding-left: 150px !important; }
.pc_pl155 { padding-left: 155px !important; }
.pc_pl160 { padding-left: 160px !important; }
.pc_pl165 { padding-left: 165px !important; }
.pc_pl170 { padding-left: 170px !important; }
.pc_pl175 { padding-left: 175px !important; }
.pc_pl180 { padding-left: 180px !important; }
.pc_pl185 { padding-left: 185px !important; }
.pc_pl190 { padding-left: 190px !important; }
.pc_pl195 { padding-left: 195px !important; }
.pc_pl200 { padding-left: 200px !important; }
.pc_pr00 { padding-right: 0 !important; }
.pc_pr05 { padding-right: 5px !important; }
.pc_pr10 { padding-right: 10px !important; }
.pc_pr15 { padding-right: 15px !important; }
.pc_pr20 { padding-right: 20px !important; }
.pc_pr25 { padding-right: 25px !important; }
.pc_pr30 { padding-right: 30px !important; }
.pc_pr35 { padding-right: 35px !important; }
.pc_pr40 { padding-right: 40px !important; }
.pc_pr45 { padding-right: 45px !important; }
.pc_pr50 { padding-right: 50px !important; }
.pc_pr55 { padding-right: 55px !important; }
.pc_pr60 { padding-right: 60px !important; }
.pc_pr65 { padding-right: 65px !important; }
.pc_pr70 { padding-right: 70px !important; }
.pc_pr75 { padding-right: 75px !important; }
.pc_pr80 { padding-right: 80px !important; }
.pc_pr85 { padding-right: 85px !important; }
.pc_pr90 { padding-right: 90px !important; }
.pc_pr95 { padding-right: 95px !important; }
.pc_pr100 { padding-right: 100px !important; }
.pc_pr105 { padding-right: 105px !important; }
.pc_pr110 { padding-right: 110px !important; }
.pc_pr115 { padding-right: 115px !important; }
.pc_pr120 { padding-right: 120px !important; }
.pc_pr125 { padding-right: 125px !important; }
.pc_pr130 { padding-right: 130px !important; }
.pc_pr135 { padding-right: 135px !important; }
.pc_pr140 { padding-right: 140px !important; }
.pc_pr145 { padding-right: 145px !important; }
.pc_pr150 { padding-right: 150px !important; }
.pc_pr155 { padding-right: 155px !important; }
.pc_pr160 { padding-right: 160px !important; }
.pc_pr165 { padding-right: 165px !important; }
.pc_pr170 { padding-right: 170px !important; }
.pc_pr175 { padding-right: 175px !important; }
.pc_pr180 { padding-right: 180px !important; }
.pc_pr185 { padding-right: 185px !important; }
.pc_pr190 { padding-right: 190px !important; }
.pc_pr195 { padding-right: 195px !important; }
.pc_pr200 { padding-right: 200px !important; }
/* ==================================================
border-radius
================================================== */
.pc_br50p { border-radius: 50% !important; }
.pc_br00 { border-radius: 0px!important; }
.pc_br03 { border-radius: 3px!important; }
.pc_br05 { border-radius: 5px!important; }
.pc_br06 { border-radius: 6px!important; }
.pc_br08 { border-radius: 8px!important; }
.pc_br10 { border-radius: 10px!important; }
.pc_br12 { border-radius: 12px!important; }
.pc_br14 { border-radius: 14px!important; }
.pc_br16 { border-radius: 16px!important; }
.pc_br18 { border-radius: 18px!important; }
.pc_br20 { border-radius: 20px!important; }
.pc_br30 { border-radius: 30px!important; }
.pc_br40 { border-radius: 40px!important; }
/* ==================================================
opacity
================================================== */
.pc_opc1 { opacity: 0.1 !important; }
.pc_opc2 { opacity: 0.2 !important; }
.pc_opc3 { opacity: 0.3 !important; }
.pc_opc4 { opacity: 0.4 !important; }
.pc_opc5 { opacity: 0.5 !important; }
.pc_opc6 { opacity: 0.6 !important; }
.pc_opc7 { opacity: 0.7 !important; }
.pc_opc8 { opacity: 0.8 !important; }
.pc_opc9 { opacity: 0.9 !important; }
.pc_opc10 { opacity: 1 !important; }
