@charset "UTF-8";
/* 変数宣言 */
/* カラム切替 */
/* SP縦 */
/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* コンテンツ（共通） */
.content_body {
  width: 90% !important;
  max-width: 400px !important;
  margin: 0 auto;
}

@media (min-width: 1110px) {
  .content_body {
    /* 2カラム切替 */
    width: 100% !important;
    max-width: 1000px !important;
  }
}

#first_contents,
#second_contents,
#third_contents {
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  margin: 0 auto;
}

#first_contents figure,
#first_contents a.btn,
#second_contents figure,
#second_contents a.btn,
#third_contents figure,
#third_contents a.btn {
  margin: 0 0 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#first_contents figure img,
#first_contents a.btn img,
#second_contents figure img,
#second_contents a.btn img,
#third_contents figure img,
#third_contents a.btn img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* アンカーナビ */
#anchor_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 auto;
}

@media (min-width: 1110px) {
  #anchor_nav {
    display: none;
  }
}

#anchor_nav li {
  padding: 0 5px 20px;
  width: 48%;
  display: table;
}

#anchor_nav li a {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

#anchor_nav li a img {
  max-width: 100%;
  height: auto;
}

#anchor_nav li:first-child a {
  text-align: left;
}

@media (min-width: 540px) {
  #anchor_nav li:first-child a {
    /* 1カラム(スマホ縦〜横) */
    text-align: right;
  }
}

#anchor_nav li:last-child a {
  text-align: right;
}

@media (min-width: 540px) {
  #anchor_nav li:last-child a {
    /* 1カラム(スマホ縦〜横) */
    text-align: left;
  }
}

/*赤青コンテンツだし分け*/
@media (max-width: 1110px) {
  .second_contents_only_pc {
    display: none !important;
  }
}

@media (min-width: 1110px) {
  .second_contents_only_sp {
    display: none !important;
  }
}

/* 色分けカラムエリア */
#second_contents {
  background: -webkit-gradient(linear, left top, right top, from(#1a4980), color-stop(50%, #1a4980), color-stop(50%, #cc2936), to(#cc2936));
  background: linear-gradient(90deg, #1a4980 0%, #1a4980 50%, #cc2936 50%, #cc2936 100%);
  /*1100px以上のみで表示する*/
  /*PC時のみマージン調整*/
  /*注釈*/
  /*1100px以上のみで表示する*/
  /*1100px以上のみで表示する*/
}

#second_contents .content_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

#second_contents .content_body > span {
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  z-index: 2147483647;
}

#second_contents .content_body > span::before {
  content: "";
  display: block;
  width: 50%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #fff 25%, #d1dbe6 25%, #d1dbe6 50%, #fff 50%, #fff 75%, #d1dbe6 75%, #d1dbe6);
  background-size: 20px 20px;
  z-index: 1;
}

#second_contents .content_body > span::after {
  content: "";
  display: block;
  width: 50%;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-45deg, #fff 25%, #f5d4d7 25%, #f5d4d7 50%, #fff 50%, #fff 75%, #f5d4d7 75%, #f5d4d7);
  background-size: 20px 20px;
}

#second_contents .content_body > span:first-of-type {
  top: 0;
}

#second_contents .content_body > span:first-of-type::before {
  border-radius: 15px 0 0 0;
}

#second_contents .content_body > span:first-of-type::after {
  border-radius: 0 15px 0 0;
}

#second_contents .content_body > span:last-of-type {
  bottom: 0;
}

#second_contents .content_body > span:last-of-type::before {
  border-radius: 0 0 0 15px;
}

#second_contents .content_body > span:last-of-type::after {
  border-radius: 0 0 15px 0;
}

#second_contents .content_body > .content_triplebox > h3 {
  padding-top: 16px;
  min-height: 68px;
}

#second_contents .content_body > .content_triplebox > h2 {
  font-size: 40px;
  line-height: 1em;
  z-index: 2147483647;
  position: relative;
  margin-bottom: 22px;
  padding: 15px 0 0;
  color: #fff;
  text-align: center;
}

#second_contents .content_body > .content_triplebox > h2::after {
  content: "....";
  display: block;
}

#second_contents .content_body > .mr0 h3 {
  margin-bottom: 20px;
}

#second_contents .content_body_padding_0 {
  padding: 0;
}
/*VBPをお使いのお客さまへ*/
#second_contents .message-for-vbp-user{
  border: solid 1px #bcbdc0;
    margin: 40px auto 0;
    width: 100%;
    max-width: 1000px;
    padding: 30px;
}
#second_contents .message-for-vbp-user h3{
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height:1.75em;
  margin-bottom:20px;
}
#second_contents .message-for-vbp-user p{
  font-size:15px;
  text-align: center;
}
@media (max-width: 1110px) {
  #second_contents .message-for-vbp-user{
    margin:30px auto 0;
    max-width: 400px;
    padding: 15px;
  }
  #second_contents .message-for-vbp-user h3{
    font-size: 17px;
    line-height:1.5em;
  }
  #second_contents .message-for-vbp-user p{
    font-size:14px;
    line-height: 1.75em;
  }
}

/*更新価格改定のお知らせ*/
#second_contents .bnr_new_price{
  margin:0 auto 30px;
}
#second_contents .bnr_new_price:hover{
  opacity:0.75;
}
@media (max-width: 1110px) {
  #second_contents .bnr_new_price{
    margin:0 auto 20px;
  }
  #second_contents .bnr_new_price:hover{
    opacity:1;
  }
  #second_contents .bnr_new_price img{
    width: 100%;
    max-width: 335px;
    margin: 0 auto 40px;
    display: block;
  }
}

#second_contents .ml0 {
  margin-left: 0 !important;
}

#second_contents .mr0 {
  margin-right: 0 !important;
}

#second_contents .content_note_pc {
  width: 100% !important;
  max-width: 1000px !important;
  padding: 0;
  margin: 0 auto;
}

#second_contents .content_note_pc > div {
  width: 100% !important;
  max-width: 1000px !important;
}

#second_contents .content_box_bg_fff {
  background: #fff;
}

#second_contents > div {
  padding: 60px 5%;
}

#second_contents > div > div {
  margin: 0 auto;
  max-width: 400px;
}

#second_contents > div > div:not(:first-child) h2 {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 60px;
  font-weight: bold;
}

#second_contents > div > div:not(:first-child) h2::after {
  content: "....";
  display: block;
}

#second_contents > div > div > .ico_list,
#second_contents > div > div:nth-child(2) .ico_list,
#second_contents > div > div .white-link {
  color: #fff;
}

@media (min-width: 1110px) {
  #second_contents > div > div > .ico_list,
  #second_contents > div > div:nth-child(2) .ico_list,
  #second_contents > div > div .white-link {
    font-size: 1.4em;
    width: 90vw;
    max-width: 1000px;
    z-index: 2147483647;
    position: relative;
  }
}

#second_contents > div > div .white-link {
  text-align: right;
}

#second_contents > div > div .white-link a {
  color: #fff;
}

#second_contents > div > div .white-link a:hover {
  color: #f5d4d7;
}

#second_contents > div .content_stripe {
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 40px 15px;
}

#second_contents > div .content_stripe h2 {
  margin-bottom: 20px;
}

#second_contents > div#contents_vbp {
  /* 青ボックス */
  background: #1a4980;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vbp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vbp div.content_stripe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #second_contents > div#contents_vbp div.content_stripe > span {
    display: block;
    width: 200%;
    height: 24px;
    position: absolute;
    left: 0;
    border-radius: 15px;
    z-index: 2147483647;
  }
  #second_contents > div#contents_vbp div.content_stripe > span::before {
    content: "";
    display: block;
    width: 50%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    background: linear-gradient(-45deg, #fff 25%, #d1dbe6 25%, #d1dbe6 50%, #fff 50%, #fff 75%, #d1dbe6 75%, #d1dbe6);
    background-size: 20px 20px;
  }
  #second_contents > div#contents_vbp div.content_stripe > span::after {
    content: "";
    display: block;
    width: 50%;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 15px;
    background: linear-gradient(-45deg, #fff 25%, #f5d4d7 25%, #f5d4d7 50%, #fff 50%, #fff 75%, #f5d4d7 75%, #f5d4d7);
    background-size: 20px 20px;
  }
  #second_contents > div#contents_vbp div.content_stripe > span:first-child {
    top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #second_contents > div#contents_vbp div.content_stripe > span:last-child {
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #second_contents > div#contents_vbp div.content_stripe > span:last-child::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px;
  }
  #second_contents > div#contents_vbp div.content_stripe > span:last-child::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
  }
}

#second_contents > div#contents_vbp div.content_stripe::before, #second_contents > div#contents_vbp div.content_stripe::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(-45deg, #fff 25%, #d1dbe6 25%, #d1dbe6 50%, #fff 50%, #fff 75%, #d1dbe6 75%, #d1dbe6);
  background-size: 20px 20px;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vbp div.content_stripe::before, #second_contents > div#contents_vbp div.content_stripe::after {
    display: none;
  }
}

#second_contents > div#contents_vbp div.content_stripe::before {
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* @media (min-width: $breakpoint-pc) {
						border-top-right-radius: 0;
					} */
}

#second_contents > div#contents_vbp div.content_stripe::after {
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* @media (min-width: $breakpoint-pc) {
						border-bottom-right-radius: 0;
					} */
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vbp div.content_stripe {
    padding-left: 56px;
  }
}

#second_contents > div#contents_vb {
  /* 赤ボックス */
  background: #cc2936;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb div.content_stripe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

#second_contents > div#contents_vb div.content_stripe::before, #second_contents > div#contents_vb div.content_stripe::after {
  content: "";
  display: block;
  background-color: #fff;
  background: linear-gradient(-45deg, #fff 25%, #f5d4d7 25%, #f5d4d7 50%, #fff 50%, #fff 75%, #f5d4d7 75%, #f5d4d7);
  background-size: 20px 20px;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  border-radius: 15px;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb div.content_stripe::before, #second_contents > div#contents_vb div.content_stripe::after {
    display: none;
  }
}

#second_contents > div#contents_vb div.content_stripe::before {
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb div.content_stripe::before {
    border-top-left-radius: 0;
  }
}

#second_contents > div#contents_vb div.content_stripe::after {
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb div.content_stripe::after {
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb div.content_stripe {
    padding-right: 56px;
  }
}

#second_contents > div#contents_vb > div:last-child .gray-border li:last-child {
  display: none;
}

@media (min-width: 1110px) {
  #second_contents > div#contents_vb > div:last-child .gray-border li:last-child {
    display: block;
  }
}

@media (min-width: 1110px) {
  #second_contents {
    padding: 60px 0;
  }
  #second_contents > div {
    width: 50%;
    padding: 60px 0 0;
  }
  #second_contents > div > div {
    width: 90%;
    max-width: 460px;
  }
  #second_contents > div > div.content_vbp h2 {
    font-size: 40px;
    z-index: 2147483647;
    position: relative;
    margin-bottom: 22px;
    padding: 15px 0 0;
  }
  #second_contents > div > div.content_vb h2 {
    font-size: 40px;
    z-index: 2147483647;
    position: relative;
    margin-bottom: 43px;
    padding: 30px 0 0;
  }
  #second_contents > div > div div.content_stripe {
    padding: 75px 24px 55px;
  }
  #second_contents > div > div:last-child div.content_stripe {
    min-height: 1262px;
  }
  #second_contents > div > div:last-child div.content_stripe h2 {
    min-height: 62px;
  }
}

/* 青赤共通 */
#third_contents {
  padding: 60px 0 0;
}

#third_contents > div h2 {
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 35px;
}

#third_contents > div h2::before {
  content: url(../images/first2/pkg.png);
  display: block;
  margin: 0 auto 20px;
}

#third_contents > div h2::after {
  content: "....";
  display: block;
  color: #1a4980;
}

@media (min-width: 1110px) {
  #third_contents > div h2 {
    font-size: 40px;
  }
}

@media (min-width: 1110px) {
  #third_contents > div > ul {
    margin-bottom: 80px;
  }
}

#third_contents > div > ul li p {
  text-align: center;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#third_contents > div:first-child ul li {
  text-align: center;
  border-top: 4px solid #e6e7e8;
  padding: 30px 0 33px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li {
    width: 31%;
  }
}

#third_contents > div:first-child ul li p:nth-child(3) {
  border-top: 4px solid #e6e7e8;
  margin-top: 1.8em;
  padding-top: 1em;
  font-size: 0.9em;
}

#third_contents > div:first-child ul li:nth-child(3)::before {
  content: "POINT 03";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li:nth-child(3)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:first-child ul li:nth-child(3) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

#third_contents > div:first-child ul li:nth-child(3) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/point_illust03.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

#third_contents > div:first-child ul li:nth-child(2)::before {
  content: "POINT 02";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li:nth-child(2)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:first-child ul li:nth-child(2) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

#third_contents > div:first-child ul li:nth-child(2) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/point_illust02.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

#third_contents > div:first-child ul li:nth-child(1)::before {
  content: "POINT 01";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li:nth-child(1)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:first-child ul li:nth-child(1) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

#third_contents > div:first-child ul li:nth-child(1) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/point_illust01.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

#third_contents > div:first-child ul li:nth-child(2) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding-bottom: 29px;
}

#third_contents > div:first-child ul li:nth-child(2) > h3::before {
  content: "";
  margin: 0 auto 49px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li:nth-child(2) p {
    height: 89px;
    border-bottom: 4px solid #e6e7e8;
  }
}

#third_contents > div:first-child ul li:nth-child(1) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding-bottom: 29px;
}

#third_contents > div:first-child ul li:nth-child(1) > h3::before {
  content: "";
  margin: 0 auto 49px;
}

@media (min-width: 1110px) {
  #third_contents > div:first-child ul li:nth-child(1) p {
    height: 89px;
    border-bottom: 4px solid #e6e7e8;
  }
}

#third_contents > div:last-child ul li {
  text-align: center;
  padding: 30px 0 33px;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li {
    text-align: left;
    padding-left: 280px;
  }
  #third_contents > div:last-child ul li:nth-child(3) {
    background: url(../images/first2/merit_illust03.svg) no-repeat left 25px;
  }
  #third_contents > div:last-child ul li:nth-child(2) {
    background: url(../images/first2/merit_illust02.svg) no-repeat left 25px;
  }
  #third_contents > div:last-child ul li:nth-child(1) {
    background: url(../images/first2/merit_illust01.svg) no-repeat left 25px;
  }
}

#third_contents > div:last-child ul li p {
  margin-bottom: 0.8em;
}

#third_contents > div:last-child ul li p:nth-child(3) {
  font-size: 0.9em;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li p {
    text-align: left;
  }
}

#third_contents > div:last-child ul li span {
  display: inline-block;
}

#third_contents > div:last-child ul li:nth-child(3)::before {
  content: "MERIT 03";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(3)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:last-child ul li:nth-child(3) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(3) > h3 {
    text-align: left;
  }
}

#third_contents > div:last-child ul li:nth-child(3) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/merit_illust03.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(3) > h3::before {
    display: none;
  }
}

#third_contents > div:last-child ul li:nth-child(2)::before {
  content: "MERIT 02";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(2)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:last-child ul li:nth-child(2) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(2) > h3 {
    text-align: left;
  }
}

#third_contents > div:last-child ul li:nth-child(2) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/merit_illust02.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(2) > h3::before {
    display: none;
  }
}

#third_contents > div:last-child ul li:nth-child(1)::before {
  content: "MERIT 01";
  display: inline-block;
  background: #1464be;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.9;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 auto 25px;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(1)::before {
    font-size: 1.18em;
  }
}

#third_contents > div:last-child ul li:nth-child(1) > h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(1) > h3 {
    text-align: left;
  }
}

#third_contents > div:last-child ul li:nth-child(1) > h3::before {
  content: "";
  display: block;
  background: url(../images/first2/merit_illust01.svg) no-repeat center center;
  width: 100%;
  max-width: 200px;
  height: 110px;
  margin: 0 auto 20px;
  background-size: contain;
}

@media (min-width: 1110px) {
  #third_contents > div:last-child ul li:nth-child(1) > h3::before {
    display: none;
  }
}

@media (min-width: 1110px) {
  #third_contents {
    padding: 75px 0;
  }
}

/* バルーン（上吹き出し） */
.balloon-top {
  margin: 20px auto 0;
  position: relative;
  padding: 25px;
  width: 100%;
  text-align: center;
  border: 3px solid #E6E7E8;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1110px) {
  .balloon-top {
    margin: auto 0;
    padding: 15px;
  }
}

@media (min-width: 1110px) {
  .balloon-top:after, .balloon-top:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
  }
  .balloon-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
  }
  .balloon-top:before {
    border-color: rgba(230, 231, 232, 0);
    border-top-width: 33px;
    border-bottom-width: 33px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-left: -14px;
    margin-bottom: 3px;
    border-bottom-color: #E6E7E8;
  }
}

.balloon-top p {
  margin: 0 auto 20px;
}

.balloon-top figure {
  margin: 0 auto;
}

/* バルーン（オススメ） */
.balloon-osusume {
  position: relative;
  width: 150px;
  background: #e60012;
  padding: 8px;
  text-align: center;
  border: 5px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  margin: -50px auto 20px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 3s linear infinite;
          animation: yurayura 3s linear infinite;
}

.balloon-osusume::after, .balloon-osusume::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.balloon-osusume::after {
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #e60012;
}

.balloon-osusume::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 5px;
  border-top-color: #FFFFFF;
}

@-webkit-keyframes yurayura {
  0%,
  44%,
  56%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  48% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  52% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes yurayura {
  0%,
  44%,
  56%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  48% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  52% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

/* ※付きリスト */
.ico_list {
  font-size: 0.9em;
  margin-top: 15px;
}

.ico_list li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  text-indent: -2em;
}

.ico_list li::before {
  padding-right: 0.5em;
}

.ico_list li.ico_0 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ico_list li.ico_0::before {
  content: "※";
}

.ico_list li.ico_1::before {
  content: "※1";
}

.ico_list li.ico_2::before {
  content: "※2";
}

@media (min-width: 1110px) {
  .ico_list {
    margin-top: 35px;
  }
}

/* 価格リスト */
.price_list {
  padding: 25px 0;
}

.price_list li {
  display: block;
  text-align: center;
  padding-bottom: 12px;
  background: #ffffff;
  border-radius: 16px;
  margin: 25px 0 0;
  padding: 25px 25px 5px;
  position: relative;
}

.price_list li > img {
  width: 100%;
}

.price_list li p {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  max-width: none;
  font-size: 12px;
  border: solid 2px #e3e3e3;
  width: 100%;
  padding: 12px;
}

@media (min-width: 1110px) {
  .price_list li p {
    padding: 8px;
  }
}

.price_list li p span {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1110px) {
  .price_list li p span {
    display: inline;
    text-align: left;
  }
}

@media (max-width: 1110px) {
  #red .price_list {
    padding-bottom: 0;
  }
}

.gray-border {
  width: 100%;
  margin: 30px auto 0;
  border-radius: 20px;
}

.gray-border span {
  display: inline-block;
}

@media (min-width: 1110px) {
  .gray-border {
    border: 4px solid #e6e7e8;
    padding: 30px 30px 6px;
  }
}

.gray-border > li {
  padding: 0 0 24px;
}

.gray-border > li:not(:first-child) {
  border-top: 2px solid #e6e7e8;
  padding: 24px 0;
}

.gray-border > li img {
  max-height: 120px;
}

.gray-border > li p {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}

@media (min-width: 1110px) {
  .gray-border > li:nth-child(2) {
    height: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gray-border > li:last-child div {
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 2px;
  background: #e6e7e8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 150px;
}

@media (min-width: 1110px) {
  .gray-border > li:last-child {
    height: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gray-border > li:last-child div {
    margin-top: 0;
  }
}

/* その他 */
#contents_vbp .ico_list .ico_2 {
  display: none;
}

@media (min-width: 1110px) {
  #second_contents > #contents_vb .ico_list,
  #second_contents > div#contents_vb > div:not(:first-child) h2 {
    width: 0 !important;
    height: 0 !important;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
  }
  #contents_vbp .text-area {
    width: 90vw;
    max-width: 1000px;
    z-index: 2147483647;
    position: relative;
  }
  #contents_vbp .ico_list .ico_2 {
    display: inline-block;
  }
  #contents_vb .content_stripe h2,
  #contents_vb .content_triplebox h3 {
    padding-top: 16px;
    min-height: 68px;
  }
  .content_stripe h3 {
    padding-top: 16px;
    min-height: 79px;
  }
  #contents_vb .content_stripe h3 {
    padding-top: 16px;
    min-height: 62px;
  }
  #contents_vb > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .content_triplebox {
    width: 92%;
  }
  #contents_vb .content_triplebox {
    padding-top: 90px;
  }
  #contents_vb > div:last-child {
    padding-top: 90px;
  }
  #contents_vb > div.chohayatoku .content_triplebox {
    padding-top: 261px;
  }
}

.renew-cv__update a {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.renew-cv__update a img {
  max-width: 100%;
}

.text-bold {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #000;
}

.text-bold .txt_blue {
  color: #1464be;
}

a.link_txt {
  display: inline-block;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

/* 超早得バナーエリア */
@media (min-width: 1110px) {
  #second_contents figure.bnr_area {
    width: 90vw;
    max-width: 1000px;
    z-index: 2147483647;
    position: relative;
    margin-bottom: 50px;
  }
  #second_contents figure.bnr_area img {
    width: 100%;
  }
  #second_contents figure.sp {
    display: none;
  }
  #second_contents #contents_vb > div:last-child {
    padding-top: 98px;
  }
  #second_contents #contents_vb > div:last-child .content_stripe {
    min-height: 1250px;
    padding-top: 68px;
  }
  #second_contents #contents_vb > div:last-child.chohayatoku {
    padding-top: 104px;
  }
  #second_contents #contents_vb > div:last-child.chohayatoku .content_stripe {
    padding-top: 64px;
  }
}

@media (max-width: 1110px) {
  #second_contents figure.pc {
    display: none;
  }
}
/*# sourceMappingURL=style_renew_first2.css.map */