@charset "UTF-8";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 main] ***
------------------------------------------------------------*/
/* = [ 共通 ] ===========================================*/
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.main-cnt {
  font-size: 1.6rem;
}
.cnt-wrap {
  margin: auto;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .main-cnt {
    font-size: 1.4rem;
  }
    .cnt-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .topic {
    margin-top: 6px;
    padding: 0;
  }
}

/* = [ MODULE ] ===========================================*/
@media screen and (max-width: 768px) {
  h1.page-tit {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-tit {
    margin-top: 35px !important;
  }  
}
/* パンくずリスト */
.breadcrumb__list {
	margin: 15px auto 8px;
	display: flex;
	max-width: 880px;
	font-size: 1.3rem;
}
.breadcrumb__item:nth-child(n+2)::before {
	content: "\03e";
	margin: 0 0.5em;
	color: #3f3b39;
}
.breadcrumb__current {
	color: #E4007F;
}
@media screen and (max-width: 768px) {
	.breadcrumb__list {
		margin-left: 15px;
		font-size: 1.2rem;
	}
}

/* タイトル */
.index__tit {
  margin: 0;
  color: #E4007F;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.i-sec__tit01 {
  margin: 0;
  padding-left: 18px;
  display: flex;
  align-items: center;
  max-height: 70px;
  min-height: 50px;
  line-height: 1.6;
  font-size: 2.6rem;
  border-left: 12px solid #E4007F;
}
.i-sec__tit02 {
  margin: 0;
  padding-bottom: 8px;
  line-height: 1.62;
  font-size: 2rem;
  font-weight: 900;
  font-feature-settings: normal;
  border-bottom: 1px solid #E4007F;
}
.i-sec__tit02 em {
  color: #E4007F;
}
.em {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.em::before {
  content: "■";
  margin-right: 0.25em;
  color: #E4007F;
  font-size: 1.5rem;
}
.i-sec__tit03 {
	margin: 0;
	color: #E4007F;
	font-size: 2rem;
	font-weight: 900;
}
.i-sec__tit04 {
	margin: 25px 0 0;
	font-size: 1.8rem;
	font-weight: 700;
}
.i-sec__tit04::before {
  content: "■";
  margin-right: 0.25em;
  color: #E4007F;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .index__tit {
    font-size: 1.8rem;
  }
  .i-sec__tit01 {
    padding-left: 10px;
    min-height: auto;
    line-height: 1.6;
    font-size: 1.8rem;
    border-left: 10px solid #E4007F;
  }
  .i-sec__tit02 {
    padding-bottom: 8px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .i-sec__tit02 em {
    color: #E4007F;
  }
  .em {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .em::before {
    content: "■";
    margin-right: 0.25em;
    color: #E4007F;
    font-size: 1.5rem;
  }  
}

/* 図表 */
.i-table {
  table-layout: fixed;
  border: 1px solid #C2C2C3;
}
.i-table th,
.i-table td {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #C2C2C3;
}
.i-table td {
  line-height: 1.7;
  font-size: 1.1rem;
  font-weight: 400;
}
.i-table__row {
  min-height: 54px;
  line-height: 1.35;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #808080;
}
.i-table__col {
  width: 120px;
  line-height: 1.7;
  font-size: 1.1rem;
  font-weight: 400;
  background-color: #EBEBEB;
}
.fig-tit {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}
.fig-tit::before {
  content: "■";
  margin-right: 0.25em;
  font-size: 1.5rem;
}
.i-table__01 {
  min-width: 880px;
}
.i-table__02 {
  min-width: 460px;
}

@media screen and (max-width: 768px) {
  .table-area {
    overflow: auto;
  }
  .i-table {
    table-layout: fixed;
    border: 1px solid #C2C2C3;
  }
  .i-table th,
  .i-table td {
    padding: 8px 0;
    text-align: center;
    border: 1px solid #C2C2C3;
  }
  .i-table td {
    line-height: 1.7;
    font-size: 1.1rem;
    font-weight: 400;
  }
  .i-table__row {
    min-height: 54px;
    line-height: 1.35;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #808080;
  }
  .i-table__col {
    line-height: 1.7;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: #EBEBEB;
  }
  .fig-tit {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
  }
  .fig-tit::before {
    content: "■";
    margin-right: 0.25em;
    font-size: 1.5rem;
  }
  .i-table__01 {
    min-width: 880px;
  }
  .i-table__02 {
    min-width: 460px;
  }
}

/* テキスト */
.i-txt {
  margin-top: 30px;
  line-height: 1.75;
  font-feature-settings: normal;
}
.i-txt a {
  text-decoration: underline !important;
  color: #023399;
}
.i-txt a:hover {
  text-decoration: none !important;
}
.i-sec__tit02 + .i-txt {
  margin-top: 10px;
}
.em + .i-txt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .i-txt {
    margin-top: 15px;
  }
  .i-txt a {
    text-decoration: underline !important;
    color: #023399;
  }
  .i-txt a:hover {
    text-decoration: none !important;
  }
  .i-sec__tit02 + .i-txt {
    margin-top: 10px;
  }
  .em + .i-txt {
    margin-top: 5px;
  }
}

/* リスト */
.i-sec__list01 {
	margin-top: 0.75em;
}
.i-sec__item01 {
	margin-left: 1.5em;
	line-height: 1.75;
	font-size: 1.6rem;
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.i-sec__item01 {
		font-size: 1.4rem;
	}
}

.i-sec__dl-inner {
	display: flex;
	line-height: 2.25;
}
.i-sec__dt {
	max-width: 17em;
}

/* 注釈 */
.note {
  line-height: 1.75;
  font-size: 1.2rem;
	font-weight: 300;
}

/* flexbox */
.img__f-inner {
  display: flex;
}
.f-center {
  justify-content: center;
}
.f-bt {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .img__f-inner {
    flex-direction: column;
  }
}

/* img */
.img-box__01 {
	margin: auto;
  max-width: 660px;
}

/* = [ メインビジュアル ] ===========================================*/
.hb__inner {
  margin: auto;
  max-width: 880px;
}
.hb__lead {
  margin-top: 32px;
  line-height: 1.75;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.hb__txt {
  margin-top: 30px;
  line-height: 1.75;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .hb {
    min-height: auto;
  }
  .hb__lead {
    margin-top: 20px;
		padding: 0 15px;
    font-size: 1.6rem;
  }
  .hb__txt {
    margin-top: 15px;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}

/* = [ 目次 ] ===========================================*/
.index {
  padding-top: 33px;
  min-height: 810px;
  text-align: center;
  background-color: #F3F3F3;
}
.index__list {
  margin: 25px 0 0 24px;
  display: inline-block;
  line-height: 2.15;
  text-align: left;
  font-size: 1.5rem;
  font-feature-settings: normal;
}
.index__item::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 5px;
  height: 12px;
  background-color: #E4007F;
}
.index__item > a {
  font-weight: 700;
}
.index__sub-list {
  margin-left: calc(12px + 0.4em);
  font-weight: 300;
}
.index__sub-item::before {
  content: "―";
  margin-right: 0.25em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .index {
    padding: 15px;
  }
  .index__list {
    margin: 10px 0 0;
    line-height: 2.15;
    font-size: 1.3rem;
    font-feature-settings: normal;
  }
  .index__item::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 5px;
    height: 12px;
    background-color: #E4007F;
  }
  .index__item > a {
    font-weight: 700;
  }
  .index__sub-list {
    margin-left: calc(12px + 0.4em);
    font-weight: 300;
  }
  .index__sub-item::before {
    content: "―";
    margin-right: 0.25em;
    display: inline-block;
  }
}

.cashback-index {
	max-width: 696px;
	margin: 70px auto 0;
	padding: 35px 50px 30px;
	border: 2px solid #E4007D;
	border-radius: 10px;
}
.cashback-index__title {
	margin: 0;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.06em;
}
.cashback-index__inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 20px;
}
.cashback-index__inner::before {
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	margin: auto;
	background-color: #A8A8A8;
	content: "";
}
.cashback-index__list {
	position: relative;
}
.cashback-index__item {
	position: relative;
	max-width: 260px;
	padding-left: 2em;
	line-height: 1.5;
}
.cashback-index__item:nth-child(n+2) {
	margin-top: 15px;
}
.cashback-index__item::before {
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: -2em;
	border-radius: 100vh;
	background-color: #FC99D2;
	content: "";
}
.cashback-index__item::after {
	position: absolute;
	top: 6px;
	left: 7px;
	transform: rotate(135deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.cashback-index__link {
	color: #3f3b39 !important;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.cashback-index {
		max-width: 100%;
		margin: 60px auto 0;
		padding: 30px 50px 25px;
		border-radius: 8px;
	}
	.cashback-index__title {
		font-size: 1.7rem;
	}
	.cashback-index__inner {
		flex-direction: column;
		margin-top: 15px;
	}
	.cashback-index__item {
		max-width: 100%;
	}
	.cashback-index__inner::before {
		content: none;
	}
	.cashback-index__item::before {
		width: 18px;
		height: 18px;
	}
	.cashback-index__item::after {
		top: 5px;
		left: 5.5px;
	}
	.cashback-index__link {
		font-size: 1.4rem;
	}
}
.guide-article-btn {
	display: flex;
	justify-content: center;
}
.guide-article-btn__link {
	display: flex;
	justify-content: center;
	align-items: center; 
	position: relative;
	min-width: 400px;
	min-height: 54px;
	font-size: 1.8rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 100vh;
}
.guide-article-btn__link::after {
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}
.guide-article-btn__link--m {
	background-color: #E4007F;
	box-shadow: 2px 4px 0 #A90B63;
}
.guide-article-btn__link--w {
	color: #FFFFF;
	background-color: #1792D4;
	box-shadow: 2px 4px 0 #206B9E;
}
@media screen and (max-width: 768px) {
	.guide-article-btn__link {
		min-width: 300px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	/*--------------------------------------
			LAYOUT VARIATION
	--------------------------------------*/
	/* margin variation */
	.i-sec .sp_tm00 { margin-top: 0 !important; }
	.i-sec .sp_tm05 { margin-top: 5px !important; }
	.i-sec .sp_tm10 { margin-top: 10px !important; }
	.i-sec .sp_tm15 { margin-top: 15px !important; }
	.i-sec .sp_tm18 { margin-top: 18px !important; }
	.i-sec .sp_tm20 { margin-top: 20px !important; }
	.i-sec .sp_tm25 { margin-top: 25px !important; }
	.i-sec .sp_tm30 { margin-top: 30px !important; }
	.i-sec .sp_tm35 { margin-top: 35px !important; }
	.i-sec .sp_tm40 { margin-top: 40px !important; }
	.i-sec .sp_tm45 { margin-top: 45px !important; }
	.i-sec .sp_tm50 { margin-top: 50px !important; }
	.i-sec .sp_tm55 { margin-top: 55px !important; }
	.i-sec .sp_tm60 { margin-top: 60px !important; }
	.i-sec .sp_tm65 { margin-top: 65px !important; }
	.i-sec .sp_tm70 { margin-top: 70px !important; }
	.i-sec .sp_tm75 { margin-top: 75px !important; }
	.i-sec .sp_tm80 { margin-top: 80px !important; }
	.i-sec .sp_tm85 { margin-top: 85px !important; }
	.i-sec .sp_tm90 { margin-top: 90px !important; }
	.i-sec .sp_tm95 { margin-top: 95px !important; }
	.i-sec .sp_tm100 { margin-top: 100px !important; }

	.i-sec .sp_bm00 { margin-bottom: 0 !important; }
	.i-sec .sp_bm05 { margin-bottom: 5px !important; }
	.i-sec .sp_bm10 { margin-bottom: 10px !important; }
	.i-sec .sp_bm15 { margin-bottom: 15px !important; }
	.i-sec .sp_bm18 { margin-bottom: 18px !important; }
	.i-sec .sp_bm20 { margin-bottom: 20px !important; }
	.i-sec .sp_bm25 { margin-bottom: 25px !important; }
	.i-sec .sp_bm30 { margin-bottom: 30px !important; }
	.i-sec .sp_bm32 { margin-bottom: 32px !important; }
	.i-sec .sp_bm35 { margin-bottom: 35px !important; }
	.i-sec .sp_bm40 { margin-bottom: 40px !important; }
	.i-sec .sp_bm45 { margin-bottom: 45px !important; }
	.i-sec .sp_bm50 { margin-bottom: 50px !important; }
	.i-sec .sp_bm55 { margin-bottom: 55px !important; }
	.i-sec .sp_bm60 { margin-bottom: 60px !important; }
	.i-sec .sp_bm65 { margin-bottom: 65px !important; }
	.i-sec .sp_bm70 { margin-bottom: 70px !important; }
	.i-sec .sp_bm75 { margin-bottom: 75px !important; }
	.i-sec .sp_bm80 { margin-bottom: 80px !important; }
	.i-sec .sp_bm85 { margin-bottom: 85px !important; }
	.i-sec .sp_bm90 { margin-bottom: 90px !important; }
	.i-sec .sp_bm95 { margin-bottom: 95px !important; }
	.i-sec .sp_bm100 { margin-bottom: 100px !important; }

	/* font variation */
	.i-sec .sp_f10 { font-size: 1.0rem !important; }
	.i-sec .sp_f11 { font-size: 1.1rem !important; }
	.i-sec .sp_f12 { font-size: 1.2rem !important; }
	.i-sec .sp_f13 { font-size: 1.3rem !important; }
	.i-sec .sp_f14 { font-size: 1.4rem !important; }
	.i-sec .sp_f15 { font-size: 1.5rem !important; }
	.i-sec .sp_f16 { font-size: 1.6rem !important; }
	.i-sec .sp_f17 { font-size: 1.7rem !important; }
	.i-sec .sp_f18 { font-size: 1.8rem !important; }
	.i-sec .sp_f19 { font-size: 1.9rem !important; }
	.i-sec .sp_f20 { font-size: 2.0rem !important; }
	.i-sec .sp_f21 { font-size: 2.1rem !important; }
	.i-sec .sp_f22 { font-size: 2.2rem !important; }
	.i-sec .sp_f23 { font-size: 2.3rem !important; }
	.i-sec .sp_f24 { font-size: 2.4rem !important; }
	.i-sec .sp_f25 { font-size: 2.5rem !important; }
	.i-sec .sp_f26 { font-size: 2.6rem !important; }
	.i-sec .sp_f27 { font-size: 2.7rem !important; }
	.i-sec .sp_f28 { font-size: 2.8rem !important; }
	.i-sec .sp_f29 { font-size: 2.9rem !important; }
	.i-sec .sp_f30 { font-size: 3.0rem !important; }
}
