/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* end ress.css */

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #1f99c2;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}
@media screen and (min-width:768px) {
  body {
    min-width: 1080px;
  }
}
/* ios　safari用 */
html {
 -webkit-text-size-adjust: 100%;
}
/* 調整用汎用クラス */
.txt_center{
  text-align: center!important;
}
.txt_left{
  text-align: left!important;
}
.txt_right{
  text-align: right!important;
}
.txt_bold{
  font-weight: bold!important;
}

@media screen and (max-width:767px) {
  .w-100p-sp{
    width: 100%!important;
  }
}
@media print,screen and (min-width:768px) {
  .w-100p-pc{
    width: 100%!important;
  }
}

/* pc、sp出し分け用クラス */
.for_pc{
  display: none!important;
}
.for_sp{
  display: block!important;
}
.for_pc_i-b{
  display: none!important;
}
.for_sp_i-b{
  display: inline-block!important;
}
@media print,screen and (min-width:768px) {
  .for_pc{
    display: block!important;
  }
  .for_sp{
    display: none!important;
  }
  .for_pc_i-b{
    display: inline-block!important;
  }
  .for_sp_i-b{
    display: none!important;
  }
}

/* CVボタン */
.cv_button{
  position: relative;
  text-align: center;
  color: #004a31;
  margin: 15px auto;
  font-size: 15px;
  font-weight: bold;
  background-color: #a5ce18;
  border-radius: 20px;
}
.cv_button:hover{
  background-color: #fff;
  border:2px solid #a5ce18;
}
.cv_button:hover a{
  opacity: 1;
  padding: 8px 40px 8px 40px;
}
.cv_button a{
  text-align: center;
  color: #004a31;
  display: block;
  padding: 10px 40px 10px 40px;
}
.cv_button:before{
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(/camp/vpoint/responsive/img/img_icon_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.cv_button:hover:before{
  background-image: url(/camp/vpoint/responsive/img/img_icon_link_hover_green.png);
}
@media print,screen and (min-width:768px) {
  .cv_button{
    max-width: 400px;
    font-size: 22px;
    border-radius: 27px;
    margin: 15px auto 10px;
  }
  .cv_button:before{
    width: 20px;
    height: 15px;
  }
}
.cv_area {
  background-color: #fff6c3;
  padding: 35px 0 20px;
}
.cv_area_item{
  margin-bottom: 20px;
  margin-top: 35px;
}
.cv_area .cv_area_item:first-child{
  margin-top: 0;
}
.cv_area .cv_button{
  width: 76%;
  margin: 15px auto 5px;
  background-color: #ff9933;
}
.cv_area .cv_button:hover{
  background-color:#fff;
  border:2px solid #ff9933;
}
.cv_area .cv_button:hover a{
  color: #ff9933;
}
.cv_area .cv_button a{
  color: #fff;
}
.cv_area .cv_button:hover:before{
  background-image: url(/camp/vpoint/responsive/img/img_icon_link_hover_orange.png);
}
.cv_area .cv_area_txt{
  text-align: center;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.45;
  font-weight: bold;
  position: relative;
  margin-bottom: 18px;
}
.cv_area .cv_area_txt span{
  position: relative;
  padding: 0 1px;
  display: inline-block;
}
.cv_area .cv_area_txt span:before,
.cv_area .cv_area_txt span:after{
  position: absolute;
  content: "";
  width: 18px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cv_area .cv_area_txt span:before{
  background-image: url(/camp/vpoint/responsive/img/img_heading_left_sp_black.png);
  bottom: -10px;
  left: -20px;
}
.cv_area .cv_area_txt span:after{
  background-image: url(/camp/vpoint/responsive/img/img_heading_right_sp_black.png);
  bottom: -10px;
  right: -20px;
}
@media print,screen and (min-width:768px) {
  .cv_area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 55px 0 45px;
  }
  .cv_area .cv_button{
    width: 100%;
    margin-bottom: 10px;
  }
  .cv_area_item{
    margin-top: 0;
    width: 507px;
  }
  .cv_area .cv_area_txt{
    font-size: 22px;
    margin-bottom: 33px;
  }
  .cv_area .cv_area_txt span:before, .cv_area .cv_area_txt span:after{
    width: 35px;
    height: 70px;
  }
  .cv_area .cv_area_txt span:before{
    background-image: url(/camp/vpoint/responsive/img/img_heading_left_pc_black.png);
    bottom: -10px;
    left: -49px;
  }
  .cv_area .cv_area_txt span:after{
    background-image: url(/camp/vpoint/responsive/img/img_heading_right_pc_black.png);
    bottom: -10px;
    right: -52px;
  }
  
}
/* よくあるご質問 */
.faq_area{
  width: 100%;
  padding: 30px 15px 0;
}
.faq_title{
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #004a31;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq_title::before{
  position: relative;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: 2px;
  left: 1px;
  background-image: url(/camp/vpoint/responsive/img/img_icon_faq.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq_txt{
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}
.faq_area .faq_button{
  width: 80%;
  position: relative;
  text-align: center;
  color: #004a31;
  margin: 15px auto;
  font-size: 15px;
  font-weight: bold;
  background-color: #a5ce18;
  border-radius: 20px;
}
.faq_button:hover{
  background-color: #fff;
  border:2px solid #a5ce18;
}
.faq_button:hover a{
  opacity: 1;
  padding: 8px 40px 8px 40px;
}
.faq_button a{
  text-align: center;
  color: #004a31;
  display: block;
  padding: 10px 40px 10px 40px;
}
.faq_button:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/camp/vpoint/responsive/img/img_icon_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.faq_button:hover:before{
  background-image: url(/camp/vpoint/responsive/img/img_icon_link_hover_green.png);
}
@media print,screen and (min-width:768px) {
  .faq_area {
    padding: 60px 15px 0;
  }
  .faq_area .faq_button{
    max-width: 315px;
  }
  .faq_title {
    margin-bottom: 25px;
    padding-left: 10px;
  }
  .faq_txt{
    margin-bottom: 30px;
    text-align: center;
  }
}
/* 注釈 */
.txt_note li{
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.txt_note li:before{
  content:"※";
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
}
.txt_note.cv_note,
.txt_note.cv_note::before{
  color: #db0000;
}
@media print,screen and (min-width:768px) {
  .txt_note li,
  .txt_note li:before{
    font-size: 14px;
  }
}
/* header */
header{
  padding: 10px 0 13px 15px;
}
header .header-logo{
  width: 158px;
}

@media print,screen and (min-width:768px) {
  header{
    padding: 15px 0;
  }
  header .header-logo{
    width: 227px;
    text-align: left;
    margin-left: 60px;
  }
}

/* main_visual */
.main_visual{
  width: 100%;
  padding: 45px 0 135px;
  height: auto;
  background-image: url(/camp/vpoint/responsive/img/img_bg_sp.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main_visual h1 img{
  width: 295px;
  display: block;
  margin: 0 auto;
}
.main_visual h1{
  margin-bottom: 27px;
}
.main_visual_desc{
  width: 100%;
  margin: 0 auto;
}
.main_visual_desc ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
li.main_visual_desc_txt{
  position: relative;
  width: 130px;
  height: 130px;
  margin-right: 23px;
}
li.main_visual_desc_txt span{
  font-size: 23px;
  display: block;
}
li.main_visual_desc_txt:last-child{
  margin-right: 0;
}
.main_visual_desc_date{
  width: 285px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #367a61;
}
.main_visual_desc_date .txt_strong_heading{
  font-size: 21px;
}
.main_visual_date{
  width: 285px;
  margin: 0 auto;
}
@media print,screen and (min-width:768px) {
  .main_visual{
    width: 100%;
    padding: 80px 0 65px;
    height: auto;
    background-image: url(/camp/vpoint/responsive/img/img_bg_pc.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .main_visual h1{
    margin-bottom: 40px;
  }
  .main_visual h1 img{
    width: 500px;
  }
  li.main_visual_desc_txt{
    width: 160px;
    height: 160px;
    margin-right: 25px;
  }
  .main_visual_desc_date{
    width: 350px;
    font-size: 18px;
    padding: 0 10px;
  }
  .main_visual_desc_date .txt_strong_heading{
    font-size: 25px;
  }
  li.main_visual_desc_txt span{
    font-size: 26px;
    display: block;
  }
  .main_visual_date{
    display: block;
    width: 350px;
    margin: 0 auto;
  }
}

/* 特徴エリア */
.point_feature{
  padding: 45px 0 0;
  background-color: #a5ce18;
}
.point_feature .point_feature_heading,
.point_feature .point_feature_lead{
  color: #fff;
  text-align: center;
}
.point_feature .point_feature_heading{
  font-size: 18px;
  padding: 0px 56px;
  font-weight: 600;
  margin-bottom: 10px;
}
.point_feature .point_feature_heading span{
  display: inline-block;
  position: relative;
}
.point_feature .point_feature_heading span:before,
.point_feature .point_feature_heading span:after{
  position: absolute;
  content: "";
  width: 23px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
}
.point_feature .point_feature_heading span:before{
  background-image: url(/camp/vpoint/responsive/img/img_heading_left_sp.png);
  bottom: -10px;
  left: -20px;
}
.point_feature .point_feature_heading span:after{
  background-image: url(/camp/vpoint/responsive/img/img_heading_right_sp.png);
  bottom: -10px;
  right: -20px;
}
.point_feature .point_feature_lead{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px;
}
 .point_feature .point_feature_item2 .point_feature_lead{
  font-size: 18px;
  font-weight: bold;
  padding: 0 35px;
  margin-bottom: 35px;
  color: #000;
}
.point_feature_item1 h3{
  text-align: center;
  font-size: 14px;
  color: #004f34;
  font-weight: bold;
  margin-bottom: 24px;
}
.point_feature_item1 h3 span.txt_strong{
  text-align: center;
  font-size: 30px;
}
.point_feature_item2 h3{
  text-align: center;
  font-size: 14px;
  color: #004f34;
  font-weight: bold;
  margin-bottom: 20px;
}
.point_feature_item1 h3>.txt_strong_heading,
.point_feature_item2 h3>.txt_strong_heading{
  font-size: 26px;
}
.point_feature_item2 h3 span.txt_strong{
  text-align: center;
  font-size: 30px;
}
.point_feature_item1{
  background-color: #a5ce18;
  padding: 0 15px 40px;
}

.point_feature_item2{
  background-color: #e6f2f2;
  padding: 35px 0 40px;
}
.feature_item dl{
  margin-bottom: 30px;
}
.feature_item dl:last-child{
  margin-bottom: 0;
}
.feature_item dt{
  background-color: #004a31;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.3px;
  color: #fff;
  font-weight: 700;
  padding: 17px 15px;
}
.feature_item dd{
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.feature_item .feature_item1_wrap_01 figure img{
  margin: 0 auto;
}
.feature_item .feature_item1_wrap_01 dd{
  padding: 20px 15px 37px;
}

.feature_item .feature_item1_wrap_02 dd{
  padding: 40px 30px 35px;
}
.feature_item .feature_item1_wrap_02 dd figure{
  margin-bottom: 17px;
}
.feature_item .feature_item1_wrap_02 dd p{
  font-size: 12.5px;
  line-height: 1.5;
}
.feature_item .feature_item1_wrap_02 dd p{
  font-size: 12.5px;
  line-height: 1.5;
}
.feature_item .feature_item1_wrap_02 dd .cv_button{
  font-size: 15px;
  margin: 20px auto 5px;
}
.point_feature_item2 .cv_button{
  width: 77%;
  margin: 15px auto 3px;
}
.feature_item ul li:last-child .feature_baloon_desc{
  padding: 8px 25px 25px;
}
.feature_item ul li .feature_baloon_desc .feature_img_box figure img{
  flex-shrink: 0;
}

@media print,screen and (min-width:768px) {
  .point_feature{
    padding: 60px 0 0;
  }
  .point_feature .point_feature_heading{
    font-size: 26px;
    padding: 0px 56px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .point_feature .point_feature_lead{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .point_feature .point_feature_heading span:after{
    background-image: url(/camp/vpoint/responsive/img/img_heading_right_pc.png);
    bottom: -10px;
    right: -20px;
  }
  .point_feature .point_feature_heading span:before{
    background-image: url(/camp/vpoint/responsive/img/img_heading_left_pc.png);
    bottom: -10px;
    left: -20px;
  }
  .point_feature .point_feature_heading span:before,
  .point_feature .point_feature_heading span:after{
    width: 21px;
    height: 42px;
  }
  .point_feature_item1 h3{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .point_feature_item1 h3>.txt_strong_heading{
    font-size: 42px;
  }
  .point_feature_item1 h3 span.txt_strong{
    text-align: center;
    font-size: 40px;
  }
  .point_feature_item2 h3{
    font-size: 24px;
    margin-bottom: 17px;
  }
  .point_feature_item2 h3>.txt_strong_heading{
    font-size: 42px;
  }
  .point_feature_item2 h3 span.txt_strong{
    text-align: center;
    font-size: 40px;
  }
  .point_feature .point_feature_item2 .point_feature_lead{
    font-size: 20px;
    margin-bottom: 45px;
  }
  .feature_item{
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 986px;
    justify-content: space-between;
    padding: 0 3px;
  }
  .feature_item dl{
    margin-bottom: 30px;
    width: 483px;
  }
  .feature_item dt{
    font-size: 26px;
    padding: 20px 15px;
  }
  .feature_item .feature_item1_wrap_02 dd p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .feature_item .feature_item1_wrap_02 dd .cv_button{
    max-width: 400px;
    font-size: 22px;
    border-radius: 27px;
    margin: 15px auto 10px;
  }
  .feature_item>ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .feature_item>ul li{
    width: calc(100% / 3);
  }
  .point_feature_item2 {
    padding: 50px 0 70px;
  }
  .point_feature_item2 .cv_button{
    margin: 0 auto 10px;
  }
}

/* 吹き出し */
span.feature_baloon {
  position: relative;
  width: 84%;
  display: block;
  background-color: #004f34;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto 25px;
}
span.feature_baloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #004f34;
}
@media print,screen and (min-width:768px) {
  span.feature_baloon {
    width: 94%;
    font-size: 18px;
    padding: 14px;
    margin: 0px auto 50px;
  }
  .feature_baloon_desc figure{
    margin-bottom: 15px;
  }
  span.feature_baloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 15px solid #004f34;
  }
}
/* 吹き出し下コンテンツ*/
.feature_baloon_desc{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 50px;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  padding: 8px 25px 35px;
}
.feature_img_box{
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feature_baloon_desc figure{
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 0%;
}
.feature_baloon_desc p{
  line-height: 1.5;
  font-size: 16px;
  color:#004f34;
  font-weight: bold;
  text-align: center;
}

@media print,screen and (min-width:768px) {
  .feature_baloon_desc{
    padding: 8px 19px 35px;
  }
  .feature_baloon_desc p{
    text-align: center;
  }
}
/* 吹き出し下アイコン個別調整*/
figure.match_height_img.icon_bank{
  width: 44%;
  margin-left: 10px;
}
figure.match_height_img.icon_point{
  width: 38%;
}
figure.match_height_img.icon_milage{
  width: 55%;
}
figure.match_height_img.icon_gift{
  width: 41%;
}
@media print,screen and (min-width:768px) {
  .feature_baloon_desc figure{
    width: 89%;
    margin-bottom: 15px;
  }
  figure.match_height_img.icon_bank{
    width: 72%;
  }
  figure.match_height_img.icon_point{
    width: 62%;
  }
  figure.match_height_img.icon_milage{
    width: 92%;
  }
  figure.match_height_img.icon_gift{
    width: 68%;
  }
}
/* 比較表エリア*/
.comparison_table{
  margin-bottom: 15px;
  padding: 45px 15px 5px;
}
.comparison_table h2{
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #004a31;
  margin-bottom: 50px;
}
.comparison_table h2:after{
  content: "";
  position: absolute;
  bottom: -8px;
  width: 256px;
  height: 5px;
  background-color: #a5ce18;
  left: 50%;
  transform: translateX(-50%);
}
@media print,screen and (min-width:767px) {
  .comparison_table h2{
    letter-spacing: -1px;
    margin-bottom: 70px;
  }
  .comparison_table h2:after{
    width: 340px;
  }
}
/* テーブル */
.comparison_table table,
.comparison_table tbody{
  display: block;
}
.comparison_table tr{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.comparison_table tr:last-of-type td:last-of-type{
  border-radius: 0 0 10px 10px;
}
.comparison_table .table_head th{
  border-radius: 10px 10px 0 0;
  padding: 18px;
  font-weight: bold;
  border: transparent;
}
.comparison_table .table_head th.before_renewal{
  width: calc(50% - 1px);
  background-color: #a5ce18;
  color: #004a31;
  margin-right: 2px;
  vertical-align: middle;
}
.comparison_table .table_head th.after_renewal{
  width: calc(50% - 1px);
  background-color: #004a31;
  color: #fff;
  position: relative;
  vertical-align: middle;
}
.comparison_table .table_head th.after_renewal::before{
  position: absolute;
  content: "";
  background-image: url(/camp/vpoint/responsive/img/img_icon_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 45px;
  top: -25px;
  left: 5px;
}
@media screen and (max-width:767px) {
  .comparison_table .table_head th:first-child{
    display: none;
  }
}
.comparison_table th{
  width: 100%;
  padding: 6px;
  color: #004f34;
  font-size: 14px;
  background-color: #e6f2f2;
  border: 2px solid #e6f2f2;
  display: block;
}
.comparison_table td{
  width: 50%;
  text-align: left;
  padding: 13px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #e6f2f2;
  display: block;
}
.comparison_table td:nth-of-type(2n){
  border-left: transparent;
}

.comparison_table td ul.txt_list{
  text-align: left;
}
.comparison_table td ul.txt_list li{
  padding-left: 15px;
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.comparison_table td ul.txt_list li:before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color:#a5ce18;
  top: 8px;
  left: 0;
}
.comparison_table td ul.txt_note li{
  text-align: left;  
}
@media screen and (min-width:768px) {
  .comparison_table{
    margin-bottom: 60px;
    padding: 60px 15px 10px;
  }
  .comparison_table h2{
    font-size: 32px;
  }
  .comparison_table table{
    width: 100%;
    max-width: 798px;
    margin: 0 auto;
  }
  .comparison_table .table_head th{
    padding: 14px;
    font-size: 20px;
    border: transparent;
  }
  .comparison_table .table_head th.after_renewal::before{
    width: 50px;
    height: 50px;
  }
  .comparison_table .table_head th.before_renewal,
  .comparison_table .table_head th.after_renewal{
    width: 300px;
    text-align: center;
  }
  .comparison_table .table_head th.before_renewal{
    width: 298px;
    margin-right: 2px;
    border-right: 2px solid #fff;
  }
  .comparison_table tr{
    display: table;
  }
  .comparison_table .table_head th:first-child{
    background-color: #fff;
  }
  .comparison_table th,
  .comparison_table td{
    display: table-cell;
    border-top:transparent;
    padding: 18px 13px 18px 20px;
    vertical-align: top;
  }
  .comparison_table th{
    width: 200px;
    border-radius: 10px 0 0 10px;
    border-left: 0;
    border-bottom: 2px solid #fff;
    text-align: left;
  }
  .comparison_table td{
    width: 300px;
  }
  .comparison_table tr:last-of-type td:last-of-type{
    width: 600px;
    border-radius: 0;
  }
  .comparison_table td ul.txt_list li{
    padding-bottom: 11px;
  }
  .comparison_table table tr:last-of-type th{
    border-bottom: transparent;
  }
  
  .comparison_table td ul.txt_list li:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color:#a5ce18;
    top: 6px;
    left: 0;
  }
}

/* リンクエリア*/
.link_area{
  margin-bottom: 70px;
}
.link_area h2{
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #004a31;
  margin-top: 40px;
  margin-bottom: 50px;
}
.link_area h2:after{
  content: "";
  position: absolute;
  bottom: -8px;
  width: 210px;
  height: 5px;
  background-color: #a5ce18;
  left: 50%;
  transform: translateX(-50%);
}
.link_area .cv_button{
  width: 77%;
  margin: 15px auto 3px;
}
@media print,screen and (min-width:767px) {
  .link_area{
    margin-bottom: 70px;
  }
  .link_area h2{
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 70px;
  }
  .link_area h2:after{
    width: 490px;
  }
}


/* ご注意エリア */
.attention_renewal{
  background-color: #e8e8e8;
  padding:30px 15px;
}
.attention_renewal .attention_renewal_wrapper{
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 20px 20px;
}
.attention_renewal .attention_renewal_heading{
  text-align: center;
  font-size: 20px;
  color: #ff9933;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.attention_renewal_list li{
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.attention_renewal_list li::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 7px;
  left: 0;
  background-color: #ff9933;
}

@media print,screen and (min-width:768px) {
  .attention_renewal{
    padding: 20px 15px;
  }
  .attention_renewal .attention_renewal_heading{
    font-size: 22px;
    margin-bottom: 35px;
  }
  .attention_renewal .attention_renewal_wrapper{
    max-width: 986px;
    margin: 0 auto;
    padding: 33px 103px;
  }
  .attention_renewal_list li{
    padding-left: 22px;
    padding-bottom: 11px;
  }
  .attention_renewal_list li::before{
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .attention_renewal .attention_renewal_wrapper{
    max-width: 986px;
    margin: 0 auto;
  }
}

/* SNSエリア */
.sns-list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 31px 0;
}
.sns-list-item{
  width: 35px;
  height: 35px;
  margin-left: 30px;
}
.sns-list-item:first-of-type{
  margin-left: 0;
}
@media print,screen and (min-width:768px) {
  .sns-list{
    padding: 60px 0;
  }
  .sns-list-item{
    width: 45px;
    height: 45px;
    margin-left: 35px;
  }
}

/* フッター */
.footer{
  background-color: #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.footer-logo{
  margin-bottom: 15px;
  width: 135px;
  min-height: 0%;
}
.footer-copyright{
  font-size: 12px;
}
@media print,screen and (min-width:768px) {
  .footer{
    padding: 40px 0;
  }
  .footer-logo{
    margin-bottom: 15px;
    width: 145px;
  }
}