@charset "utf-8";

/*h1*/
.l-content h1 {
  position: relative;
}
.l-content h1 span a {
  display: block;
  width: 255px;
  height: 65px;
  position: absolute;
  bottom: 80px;
  right: 73px;
}
.l-content h1 span a:hover {
  opacity: .8;
}
/*h2*/
.l-content h2 {
  position: relative;
  color: #002262;
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}
.l-content h2::before {
  content: url(/pr/cp_tokuraku_service/img/border.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/*a*/
.l-content a {
  text-decoration: none;
}
/*c-btn*/
.l-content .c-btn p:first-of-type {
  line-height: 48px;
}
.l-content .c-btn p:first-of-type span {
  font-size: 36px;
}
.l-content .c-btn a.m-btnWin--strong {
  width: 500px;
  font-size: 24px;
  padding: 10px 0 6px;
}
/*m-btnList*/
.l-content ul.m-btnList--center {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 0;
}
.l-content ul.m-btnList--center li {
  padding-left: 0;
}
.l-content ul.m-btnList--center li a.m-btn--down,
.l-content ul.m-btnList--center li a.m-btn--up {
  width: 280px;
  font-size: 15px;
}
/*wrap*/
.l-content .wrap {
  width: 1050px;
  margin: 0 auto;
}
.l-content .wrap p {
  font-size: 19px;
  line-height: 30px;
}

/*summary*/
.l-content .summary {
  font-size: 21px;
  line-height: 30px;
}

/*campaign*/
.l-content .c-campaign .txt {
  font-size: 19px;
  line-height: 30px;
}
.l-content .c-campaign ul.step {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-content .c-campaign ul.step li {
  position: relative;
  width: 278px;
  height: 141px;
  background-color: #ccdfef;
  margin-right: 68px;
}
.l-content .c-campaign ul.step li::after {
  position: absolute;
  content: url(/pr/cp_tokuraku_service/img/triangle.png);
  top: 0;
  right: -68px;
}
.l-content .c-campaign ul.step li p {
  line-height: 48px;
}
.l-content .c-campaign ul.step li p:first-of-type {
  font-size: 30px;
  margin-top: 20px;
}
.l-content .c-campaign ul.step li p:first-of-type span {
  font-size: 40px;
}
.l-content .c-campaign ul.step li p:nth-of-type(2) {
  font-size: 24px;
}
.l-content .c-campaign ul.step li p:nth-of-type(2) span {
  font-size: 36px;
}
.l-content .c-campaign ul.step li:nth-of-type(2) p {
  box-sizing: border-box;
  padding-left: 10px;
}
.l-content .c-campaign ul.step li:nth-of-type(3) p {
  box-sizing: border-box;
  padding-left: 30px;
}
.l-content .c-campaign .rate {
  position: relative;
}
.l-content .c-campaign .rate .txt p {
  line-height: 48px;
}
.l-content .c-campaign .rate .txt p span.blue {
  color: #2877ba;
  font-size: 30px;
}
.l-content .c-campaign .rate .txt p span.red {
  color: #dd0000;
  font-size: 24px;
}
.l-content .c-campaign .rate .txt p span.large {
  font-size: 36px;
}
.l-content .c-campaign .rate .bubble {
  position: absolute;
  top: 10px;
  right: 110px;
  width: 286px;
  background-color: #bf0000;
  border-radius: 5px;
}
.l-content .c-campaign .rate .bubble:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 45px solid #bf0000;
}
.l-content .c-campaign .rate .bubble p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  padding: 11px 0 10px 20px;
}
.l-content .c-campaign .rate .bubble p span:first-of-type {
  font-size: 32px;
}
.l-content .c-campaign .rate .bubble p span:nth-of-type(2) {
  font-size: 50px;
}
.l-content .c-campaign .rate .bubble img {
  position: absolute;
  top: 25px;
  right: 20px;
}

/*service*/
.l-content .c-service .txt {
  font-size: 19px;
  line-height: 30px;
} 
.l-content .c-service .box {
  width: 610px;
  background-color: #eaeaea;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 30px;
  padding: 20px 0 20px 20px;
  margin: 20px auto 50px;
}
.l-content .c-service .box .m-down {
  padding-left: 0;
}
.l-content .c-service .box .m-down > a {
  padding: 2px 0 2px 1rem;
}
.l-content .c-service .serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.l-content .c-service .serviceList .item {
  position: relative;
  width: 380px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 0 15px 25px;
  text-align: center;
}

.l-content .c-service .serviceList .item img.icon {
  position: absolute;
  top: -20px;
  left: 20px;
}
.l-content .c-service .serviceList .item .logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 90px;
}
.l-content .c-service .serviceList .item:first-of-type .logo {
  gap: 20px;
}
.l-content .c-service .serviceList .item:nth-of-type(2) .logo {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.l-content .c-service .serviceList .item:nth-of-type(5) .logo {
  padding-right: 10px;
}
.l-content .c-service .serviceList .item:nth-of-type(3) .logo,
.l-content .c-service .serviceList .item:nth-of-type(7) .logo {
  padding-right: 20px;
}
.l-content .c-service .serviceList .item:nth-of-type(2) .logo,
.l-content .c-service .serviceList .item:nth-of-type(4) .logo,
.l-content .c-service .serviceList .item:nth-of-type(6) .logo {
  padding-right: 30px;
}
.l-content .c-service .serviceList .item:nth-of-type(8) .logo,
.l-content .c-service .serviceList .item:nth-of-type(9) .logo {
  padding-right: 40px;
}
.l-content .c-service .serviceList .item .gray {
  height: 120px;
  display: flex;
  align-items: center;
  background-color: #eaeaea;
  padding-left: 13px;
}
.l-content .c-service .serviceList .item .gray p {
  line-height: 30px;
}
.l-content .c-service .serviceList .item .btn a {
  width: 200px;
  padding: 14px 12px 11px;
}
.l-content .c-service .serviceList .item p.term {
  line-height: 24px;
}
.l-content .c-service .serviceList .item p.term > span:first-of-type {
  font-size: 19px;
}

/*detail*/
.l-content .c-detail .txt {
  font-size: 19px;
  line-height: 30px;
}
/*prize*/
.l-content .c-detail .prizeList {
  display: flex;
  justify-content: center;
}
.l-content .c-detail .prizeList .item:nth-of-type(2) {
  margin-left: 80px;
}
.l-content .c-detail .prizeList .item:nth-of-type(3) {
  margin-left: 60px;
}
.l-content .c-detail .prizeList .item {
  position: relative;
}
/*上部*/
.l-content .c-detail .prizeList .item > div:first-of-type {
  display: flex;
  gap: 10px;
}
.l-content .c-detail .prizeList .item:nth-of-type(3) > div:first-of-type {
  gap: 15px;
}
.l-content .c-detail .prizeList .item > div:first-of-type div p:first-of-type {
  font-size: 23px;
  line-height: 25px;
  padding-top: 10px;
}
.l-content .c-detail .prizeList .item:first-of-type > div:first-of-type div p:first-of-type {
  color: #ffcc00;
}
.l-content .c-detail .prizeList .item:nth-of-type(2) > div:first-of-type div p:first-of-type {
  color: #0f218b;
}
.l-content .c-detail .prizeList .item:nth-of-type(3) > div:first-of-type div p:first-of-type {
  color: #4b2c15;
}
.l-content .c-detail .prizeList .item:first-of-type > div:first-of-type div p:nth-of-type(2),
.l-content .c-detail .prizeList .item:nth-of-type(2) > div:first-of-type div p:nth-of-type(2) {
  font-size: 19px;
  line-height: 21px;
  padding-left: 15px;
}
.l-content .c-detail .prizeList .item:nth-of-type(3) > div:first-of-type div p:nth-of-type(2) {
  background-color: #efefef;
  padding: 3px 5px 0;
}
/*商品*/
.l-content .c-detail .prizeList .item > div:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.l-content .c-detail .prizeList .item:first-of-type > div:nth-of-type(2) > div {
  margin-top: 90px;
}
.l-content .c-detail .prizeList .item:nth-of-type(2) > div:nth-of-type(2) > div {
  margin-top: 80px;
}
.l-content .c-detail .prizeList .item > div:nth-of-type(2) > div p.maker {
  font-size: 16px;
}
.l-content .c-detail .prizeList .item > div:nth-of-type(2) > div p.name {
  line-height: 17px;
  margin-top: 5px;
}
.l-content .c-detail .prizeList .item > div:nth-of-type(2) > div p.gray {
  width: 127px;
  background-color: #efefef;
  padding: 2px 0 1px;
  margin-top: 8px;
  text-align: center;
}
.l-content .c-detail .prizeList .item p.number {
  position: absolute;
  font-size: 19px;
}
.l-content .c-detail .prizeList .item:first-of-type p.number,
.l-content .c-detail .prizeList .item:nth-of-type(2) p.number {
  top: 95px;
  left: 0;
}
.l-content .c-detail .prizeList .item:nth-of-type(3) p.number {
  top: 65px;
  right: 40px;
}
.l-content .c-detail .prizeList .item p.number span {
  font-size: 30px;
}
.l-content .c-detail .prizeList .item p {
  font-weight: bold;
}
/*up*/
.l-content .c-detail .upTtl {
  font-size: 27px;
  line-height: 27px;
  text-align: center;
}
.l-content .c-detail .upTtl::before {
  content: url(/pr/cp_tokuraku_service/img/deco_01.png);
  vertical-align: middle;
  padding-right: 10px;
}
.l-content .c-detail .upTtl::after {
  content: url(/pr/cp_tokuraku_service/img/deco_02.png);
  vertical-align: middle;
  padding-left: 10px;
}
.l-content .c-detail .upList {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.l-content .c-detail .upList .item {
  position:relative;
  width: 350px;
  height: 100px;
  background-color: #bf0000;
  border-radius: 5px;
  box-sizing: border-box;
}
.l-content .c-detail .upList .item p,
.l-content .c-detail .upList .item img {
  position: absolute;
}
.l-content .c-detail .upList .item p {
  color: #fff;
  font-weight: bold;
}
.l-content .c-detail .upList .item:first-of-type > p:first-child {
  top: 16px;
  left: 20px;
  font-size: 19px;
}
.l-content .c-detail .upList .item:nth-of-type(2) > p:first-child {
  top: 13px;
  left: 20px;
  font-size: 18px;
  line-height: 22px;
}
.l-content .c-detail .upList .item p:nth-of-type(2) {
  font-size: 14px;
}
.l-content .c-detail .upList .item p:nth-of-type(3) {
  font-size: 26px;
  line-height: 1;
}
.l-content .c-detail .upList .item p:nth-of-type(3) span {
  font-size: 40px;
}
.l-content .c-detail .upList .item:first-of-type p:nth-of-type(2) {
  left: 20px;
  bottom: 10px;
}
.l-content .c-detail .upList .item:nth-of-type(2) p:nth-of-type(2) {
  left: 105px;
  bottom: 10px;
}
.l-content .c-detail .upList .item:first-of-type p:nth-of-type(3) {
  left: 85px;
  bottom: 10px;
}
.l-content .c-detail .upList .item:nth-of-type(2) p:nth-of-type(3) {
  left: 156px;
  bottom: 6px;
}
.l-content .c-detail .upList .item img {
  right: 15px;
  bottom: 15px;
}
.l-content .c-detail .wrap table.m-listTable th,
.l-content .c-detail .wrap table.m-listTable td {
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0 10px 15px;
}
