b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------
	element
------------------------------------------ */
body {
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

sub,
sup {
  font-size: 8px;
}

sup {
  vertical-align: top;
}

.small {
  font-size: 85%;
}

a:hover {
  color: #c00;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.mod-note-ol {
  margin-top: 10px;
}

.mod-note-ol:first-child {
  margin-top: 0;
}

.mod-section-title_1st + .mod-note-ol,
.mod-section-title_2nd + .mod-note-ol,
.mod-section-title_3rd + .mod-note-ol,
.mod-section-title_4th + .mod-note-ol,
.mod-section-title_5th + .mod-note-ol {
  margin-top: 0;
}

.mod-note-ol > li {
  position: relative;
  padding-left: 20px;
  zoom: 1;
}

.mod-note-ol > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}

.mod-link,
.mod-link-list li {
  font-weight: bold;
  line-height: 13px;
  background: url(/sp/common_renewal/img/parts/mod-icon_arrow.png) no-repeat center 0;
  background-size: 8px 13px;
  background-position: 2px 1px;
}

.mod-link a,
.mod-link-list li a {
  display: inline-block;
  padding-left: 13px;
}

.mod-link_blank a:after {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 12px;
  height: 10px;
  background: url(/sp/common_renewal/img/parts/mod-icon_blank.png) no-repeat center 0;
  background-size: 12px 10px;
  margin: 0 0 1px 4px;
}

.noteList {
  font-size: 12px;
}

/* ------------------------------------------
    layout
------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }
}

.inner {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 4%;
  }
}

.flexbox {
  display: flex;
}

/**  gHeader **/
.gHeader {
  padding: 15px 0 10px;
  text-align: center;
  background: url(../img/mv.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .gHeader {
    padding: 10px 0;
    background: url(../img/mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.gHeader .logo {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .gHeader .logo img {
    width: 44%;
  }
}

.pageTitle {
  margin: -30px 0 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .pageTitle {
    margin-top: 0;
  }
}

/*********************************
anchor
*********************************/
.area__anchor {
  padding: 40px 0;
  background: #E8F4FF;
}
@media only screen and (max-width: 480px) {
  .area__anchor {
    padding: 28px 38px 40px;
  }
}

.list__anchor {
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .list__anchor {
    flex-flow: row wrap;
  }
}
.list__anchor li {
  flex: 0 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background: #fff url(../img/icon_anchor.png) no-repeat 93% center;
  background-size: 12px;
  border: 1px #c00 solid;
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  .list__anchor li {
    flex: 0 1 100%;
    margin-top: 20px;
  }
  .list__anchor li:first-child {
    margin-top: 0;
  }
  .list__anchor li:first-child a {
    padding: 26px;
  }
}
.list__anchor li a {
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .list__anchor li a {
    padding: 18px 0;
  }
}

/******************************
head
******************************/
.head__section {
  padding: 34px 0 32px;
  background: #F4F4F4;
}

.wrap__head {
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .wrap__head {
    display: block;
  }
}
.wrap__head .head__cardface {
  margin: -50px 0 0;
  transform: translateX(-100px);
}
@media only screen and (max-width: 768px) {
  .wrap__head .head__cardface {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 480px) {
  .wrap__head .head__cardface {
    margin-top: -80px;
    text-align: center;
  }
}
.wrap__head .head__cardface img {
  width: 258px;
  box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .wrap__head .head__cardface img {
    width: 53.3%;
  }
}

@media only screen and (max-width: 480px) {
  .head__txt {
    margin: 15px 5% 0;
  }
}

.head__lead {
  margin-top: 14px;
}
@media only screen and (max-width: 480px) {
  .head__lead {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .l__section--general .head__img img {
    width: 63%;
  }
}

.l__section--est .head__section {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .l__section--est .head__section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .l__section--est .head__img img {
    width: 75%;
  }
}

.l__section--navi .head__section {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .l__section--navi .head__section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .l__section--navi .head__img img {
    width: 77%;
  }
}

/**************************
section
***************************/
.cardselect {
  padding: 40px 0 0;
}
@media only screen and (max-width: 480px) {
  .cardselect {
    padding: 20px 0 0;
  }
}

/***************************
cardselect
****************************/
.table__caution {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .table__caution {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .table__caution::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/slide_arrow.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
  }
  .table__caution::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/slide_arrow.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin-left: 15px;
  }
}

.box-horizontal {
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .box-horizontal {
    margin-top: 10px;
  }
}
.box-horizontal .mask {
  width: 100%;
  overflow-x: auto;
}
.box-horizontal .list {
  max-width: 100%;
  width: 940px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
@media only screen and (max-width: 480px) {
  .box-horizontal .list {
    max-width: none;
    width: 670px;
  }
}

.list__row {
  display: flex;
  justify-content: center;
}
.list__row .list__col:nth-child(1) {
  background: #F8F9FA;
}
.list__row .list__col:nth-child(2) {
  background: #FFFDCC;
}
.list__row .list__col:nth-child(3) {
  background: #FFF3C6;
}
.list__row .list__col:nth-child(4) {
  background: #EAECF0;
}

.list--navi .list__row .list__col:nth-child(n) {
  background: #EFF7F2;
}

.list__col {
  width: 293px;
  border-right: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .list__col {
    padding: 5px;
  }
}
.list__col.head {
  font-size: 13px;
  font-weight: bold;
}
.list__col.head .credit-d {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 36px;
  margin-top: -10px;
}
@media only screen and (max-width: 480px) {
  .list__col.head {
    font-size: 12px;
  }
  .list__col.head .credit-d {
    font-size: 10px;
    padding-right: 20px;
    margin-top: -5px;
  }
}
.list__col.last {
  display: block;
  padding-top: 0;
  border-bottom: 1px solid #dedede;
}
.list__col .img {
  margin: 12px 0;
}
@media only screen and (max-width: 480px) {
  .list__col .img {
    margin: 6px 0;
  }
}
.list__col .img img {
  width: 140px;
}
@media only screen and (max-width: 480px) {
  .list__col .img img {
    width: 70%;
  }
}

.cardtype {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .cardtype {
    font-size: 14px;
  }
}

.list__col__inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.list__lead span {
  font-size: 11px;
}
.list__lead.second {
  margin-top: 20px;
}

.list__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.list__price span:first-of-type {
  flex: 0 1 30%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .list__price span:first-of-type {
    flex: 0 1 42%;
  }
}
.list__price span:last-of-type {
  flex: 0 1 33%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .list__price span:last-of-type {
    flex: 0 1 45%;
  }
}

.btn__entry {
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #c00 url(../img/arrow_circle.png) no-repeat 95% center;
  background-size: 18px;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  .btn__entry {
    font-size: 12px;
    background: #c00 url(../img/arrow_circle.png) no-repeat 97% center;
    background-size: 15px;
  }
}
.btn__entry:hover {
  color: #fff !important;
  opacity: 0.8;
}

.btn__bottom {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .btn__bottom {
    margin-top: 40px;
  }
}

.btn__black {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  max-width: 320px;
  background: #2D2D2D url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  transition: 0.2s;
}
.btn__black.link__inner {
  background: #2D2D2D url(../img/arrow_right.png) 95% center no-repeat;
  background-size: 10px;
}
@media only screen and (max-width: 480px) {
  .btn__black {
    max-width: 100%;
  }
}
.btn__black:hover {
  color: #fff !important;
  opacity: 0.8;
}

.table__note {
  margin-top: 20px;
}

.icon--plus {
  position: relative;
}
.icon--plus::before {
  content: "+";
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .icon--plus::before {
    top: -20px;
    font-size: 20px;
  }
}

.list__col.icon--plus:nth-child(1)::before {
  background: #F8F9FA;
}
.list__col.icon--plus:nth-child(2)::before {
  background: #FFFDCC;
}
.list__col.icon--plus:nth-child(3)::before {
  background: #FFF3C6;
}
.list__col.icon--plus:nth-child(4)::before {
  background: #EAECF0;
}

/*********************************
box--benefit
*********************************/
.subttl {
  margin-top: 65px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .subttl {
    margin-top: 40px;
  }
}

.box--benefit {
  justify-content: space-between;
  flex-flow: row wrap;
}
@media only screen and (max-width: 480px) {
  .box--benefit {
    display: block;
  }
}
.box--benefit .item--benefit {
  flex: 0 1 45%;
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding: 10px 0 10px 28px;
  border-radius: 10px;
  background: #EDEDED;
}
@media only screen and (max-width: 480px) {
  .box--benefit .item--benefit {
    margin-top: 10px;
    padding: 10px;
  }
  .box--benefit .item--benefit:first-of-type {
    margin-top: 20px;
  }
}
.box--benefit .item--benefit .img {
  padding-right: 22px;
  border-right: 1px solid #fff;
}
.box--benefit .item--benefit .img.img--low {
  padding: 22px 22px 22px 0;
}
@media only screen and (max-width: 480px) {
  .box--benefit .item--benefit .img {
    flex: 0 1 22.5%;
    padding-right: 10px;
    text-align: center;
  }
  .box--benefit .item--benefit .img img {
    max-width: 59px;
  }
  .box--benefit .item--benefit .img.img--low {
    padding: 20px 10px 20px 0;
  }
}
.box--benefit .item--benefit .txt {
  padding-left: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .box--benefit .item--benefit .txt {
    padding-left: 20px;
    font-size: 16px;
  }
}

/************************************
section--mail
************************************/
.section--mail {
  padding: 60px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .section--mail {
    padding: 40px 0;
  }
}
.section--mail .subttl {
  margin-top: 0;
  margin-bottom: 10px;
}

.bg-gray {
  background: #EEE;
}

.list--mail {
  margin-top: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .list--mail {
    display: block;
  }
}
.list--mail li {
  flex: 0 1 30%;
}
@media only screen and (max-width: 480px) {
  .list--mail li {
    margin-top: 16px;
  }
}
.list--mail li .btn__black {
  margin-top: 10px;
  text-align: center;
}

.wrapper__bnr {
  position: relative;
  z-index: 1000;
}
.wrapper__bnr .campaign {
  padding: 20px 0;
  background: #DCDCDC;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .wrapper__bnr .campaign {
    padding: 10px 0;
  }
}

.attention {
  margin: 30px 0 0;
  font-size: 12px;
}

.gFooter {
  margin-top: 80px;
  padding: 20px 0;
  background: #000;
}
@media only screen and (max-width: 480px) {
  .gFooter {
    margin-top: 40px;
  }
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.area__bnr {
  padding: 30px 0 0;
}
.area__bnr .box__lead__mv {
  margin-top: 15px;
}

.block__recommend {
  padding: 60px 0;
}
@media only screen and (max-width: 480px) {
  .block__recommend {
    padding: 30px 0;
  }
}

.mod-imageState_textTitle {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_textTitle {
    font-size: 18px;
  }
}

.mod-imageState_subtextTitle {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_subtextTitle {
    font-size: 15px;
  }
}

.mod-imageState_inner {
  background-color: #fff;
  border: 2px solid #dddddd;
  margin-top: 20px;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_inner {
    padding: 0.625rem;
    margin-top: 0.625rem;
    border-width: 1px;
  }
}

.mod-imageState_number {
  padding-bottom: 15px;
  border-bottom: 2px solid #cc0000;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_number {
    margin-top: 5px;
    padding-bottom: 8px;
    border-width: 1px;
  }
}

.mod-imageState_number_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_number_title {
    font-size: 16px;
  }
}
.mod-imageState_number_title .number {
  display: block;
  position: relative;
  padding-left: 45px;
}
.mod-imageState_number_title .number::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 480px) {
  .mod-imageState_number_title .number::before {
    width: 30px;
    height: 30px;
  }
}
.mod-imageState_number_title .number01::before {
  background: url(../img/mod-imageState_number01.png) no-repeat;
  background-size: contain;
}
.mod-imageState_number_title .number02::before {
  background: url(../img/mod-imageState_number02.png) no-repeat;
  background-size: contain;
}
.mod-imageState_number_title .number03::before {
  background: url(../img/mod-imageState_number03.png) no-repeat;
  background-size: contain;
}
.mod-imageState_number_title .number04::before {
  background: url(../img/mod-imageState_number04.png) no-repeat;
  background-size: contain;
}

.flex__recommend {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .flex__recommend {
    display: block;
  }
}

.item__recommend--img {
  flex: 0 1 48%;
}

.item__recommend--txt {
  flex: 0 1 48%;
}
@media only screen and (max-width: 480px) {
  .item__recommend--txt {
    margin-top: 0.625rem;
  }
}

.img__sub__recommend {
  margin-top: 15px;
}
.img__sub__recommend img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .img__sub__recommend img {
    width: 80%;
  }
}

.article__experience {
  padding: 60px 0 0;
}
@media only screen and (max-width: 480px) {
  .article__experience {
    padding: 30px 0 0;
  }
}
.article__experience .noteList {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .article__experience .noteList {
    margin-top: 0.625rem;
  }
}

.furthermore {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding-top: 70px;
}
.furthermore::after {
  content: "";
  display: block;
  width: 160px;
  height: 38px;
  background: url(../img/icon-furthermore.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 20px;
  z-index: 1;
}

.mod-list-indent li {
  background: url(../img/icon_circle.png) no-repeat left center;
  background-size: 20px 19px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.btn__mv {
  margin: 15px auto;
  text-align: center;
}
.btn__mv .btnRD {
  padding: 15px 43px !important;
}
@media only screen and (max-width: 480px) {
  .btn__mv .btnRD {
    padding: 10px 22px !important;
  }
}
.btn__mv .btnRD.iconDown span {
  background: rgba(0, 0, 0, 0) url(/commonY15/img/icon_anchor_white_01.png) no-repeat scroll right 7px;
  padding-right: 35px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .btn__mv .btnRD.iconDown span {
    font-size: 18px;
  }
}

.box__lead__mv {
  background: #e7f7ff;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  .box__lead__mv {
    padding: 10px 0;
  }
}

.flex__lead__mv {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .flex__lead__mv {
    display: block;
  }
}

.img__lead__mv {
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .img__lead__mv {
    margin: 0 0 15px;
    text-align: center;
  }
}
.img__lead__mv img {
  max-width: 105px;
}

@media only screen and (max-width: 480px) {
  .txt__lead__mv {
    text-align: center;
  }
}