<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.dpoint_content {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  color: #434343;
}
img {
  width: 100%
}
/*pc*/
/*----------キャンペーン----------*/
h2.campaign_title {
  margin-top: 25px;
  text-align: center;
  font-size: 30px;
  font-family: ヒラギノ角ゴシック;
  letter-spacing: 0;
  font-weight: bold;
}
.docomo_red {
  color: #C20024;
}
.campaign_text {
  font-size: 18px;
  line-height: 1.4;
  width: 70%;
  margin: 30px auto 0;
}
/*エントリーボタン*/
.campaign_entry {
  margin: 25px auto 0;
  width: 70%;
}
.entry_title {
  width: 70%;
  margin: 0 auto 10px;
}
.signup_btn {
  text-align: center;
  margin: 25px 0 60px;
  position: relative;
}
.signup_btn::after {
  content: "";
  position: absolute;
  background-image: url(../../images/dpoint/icon_newtab.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 9px;
  right: 36%;
}
.signup_btn a {
  padding: 15px 95px;
  background-color: #4B4B4B;
  color: #fff;
  border-radius: 30px;
  font-size: 17px;
}
/*エントリーボタン*/
/*３倍*/
.three_times {
  width: 53%;
  margin: 0 auto 25px;
}
.card {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.card_img {
  width: 53%;
  margin: 0 auto;
}
.three .signup_btn::after {
  content: "";
  position: absolute;
  background-image: url(../../images/dpoint/icon_newtab.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 9px;
  right: 38%;
}
/*３倍*/
/*表組み*/
.campaign_ex {
  width: 80%;
  margin: 0 auto 20px;
}
.dpoint_campaign th, .dpoint_campaign td {
  display: block;
}
.dpoint_campaign th {
  background-color: #FFF7DE;
  padding: 5px 0 5px 10px;
  color: #C20024;
  border-bottom: solid 3px;
}
.dpoint_campaign td {
  padding: 5px 5px 15px 10px;
  font-size: 13px;
}
table.dpoint_campaign a {
  color: #14a2d0;
  text-decoration: underline;
}
table.dpoint_campaign a:hover {
  color: #0e4675;
  text-decoration: none;
}
/*表組み*/
/*アコーディオン*/
.accordion {
  max-width: 700px;
  margin: 0 auto 40px;
}
.accordion_header {
  width: 80%;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  background-color: #434343;
  color: #fff;
  border-radius: 14px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_header::after {
  position: absolute;
  content: '\f107';
  top: 0px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 28px;
}
.accordion_header.open::after {
  position: absolute;
  content: '\f106';
  top: 0px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 28px;
}
.accordion_inner {
  margin: 35px 0;
  font-size: 13px;
  line-height: 1.7;
  display: none;
}
/*
.closeArea{
	width: 270px;
    margin: 0 auto;
}
.close_btn {
    align-items: center;
    background-color: #434343;
    color: #fff;
    padding: 10px 60px 10px 60px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
	border-radius: 14px;
}
.close_btn::after {
    position: absolute;
    content: '\f00d';
    top: 3px;
    right: 20px;
    font-family: FontAwesome;
    font-size: 20px;
}
*/
/*アコーディオン*/
.docomo {
  margin-bottom: 150px;
}
.signup_btn.docomo a {
  padding: 15px 70px 15px 50px;
}
.signup_btn.docomo::after {
  content: "";
  position: absolute;
  background-image: url(../../images/dpoint/icon_newtab.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 9px;
  right: 37%;
}
/*お問い合わせ*/
.campaign_faq {
  width: 53%;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #707070;
  border-radius: 10px;
  font-size: 15px;
}
.faq_index {
  font-weight: bold;
  margin-bottom: 10px;
}
.faq_index span {
  font-size: 12px;
  padding: 5px 20px;
  border: solid 1px #C20024;
  border-radius: 20px;
  font-weight: normal;
  margin-left: 7px;
}
.faq_index span.pc{display: inline-block;}
/*お問い合わせ*/
/*----------キャンペーン----------*/
/*----------通常----------*/
/*
section.generally {
  margin-top: 80px;
}
*/
h1.top_img {}
.top_img {
  background: url(../../images/dpoint/PC_top_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px 0 30px;
  margin: 0;
}
.top_img .pc {
  width: 45%;
  margin: 0 auto;
}
.campaign_list {
  background-color: #FFF7E2;
  padding: 25px 0 35px;
}
.list_title {
  /*  width: 40%;*/
  max-width: 700px;
  margin: 0 auto 15px;
}
.campaign_img {
  /*  width: 30%;*/
  max-width: 560px;
  margin: 0 auto 15px;
}
.entry_red_btn {
  /*  width: 28%;*/
  max-width: 482px;
  margin: 0 auto 60px;
}
.con1 {
  padding-bottom: 120px;
}
.dpoint_con {
  max-width: 700px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dpoint_con_img {
  width: 25%;
  margin-right: 37px;
}
.dpoint_con_text {
  font-size: 13px;
  line-height: 1.7;
}
.dpoint_con02 {
  max-width: 700px;
  margin: 0 auto 15px;
}
.dpoint_con03 {
  max-width: 752px;
  margin: 0 auto;
}
.con2 {
  background-color: #DEF3FF;
  padding: 15px 0;
}
.touroku_con {
  max-width: 700px;
  margin: 38px auto 0;
}
.touroku_con .signup_btn {
  margin: 33px 0 60px;
}
.touroku_con .signup_btn::after {
  content: "";
  position: absolute;
  background-image: url(../../images/dpoint/icon_newtab.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 9px;
  right: 35%;
}
.touroku_con .signup_btn.dpoint::after {
  content: "";
  position: absolute;
  background-image: url(../../images/dpoint/icon_newtab.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 9px;
  right: 18%;
}
.con3 {
  background-color: #FFF7E2;
  padding: 1px 0 75px;
}
.otoku_con_img {
  width: 700px;
  margin: 25px auto;
}
.btn_box {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 25px auto 0;
}
.blue_btn {
  background-color: #25ADE0;
  width: 300px;
  text-align: center;
  padding: 12px 0;
  border-radius: 35px;
}
.btn_box a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  /*  padding: 15px 40px;*/
  letter-spacing: 0px;
}
.con4 {
  padding: 55px 0;
}
.con4_text_top {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.con4_text_top p {
  color: #C00000;
}
.con4_text_top span {
  color: #C00000;
  font-size: 23px;
}
.con4_box1 {
  margin: 0 auto 10px;
  max-width: 840px;
  border: solid 2px #25ADE0;
  border-radius: 20px;
  position: relative;
}
.con4_box1 .index {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  min-width: 300px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 10px 72px;
  background-color: #25ADE0;
  color: #fff;
  border-radius: 8px;
}
ul.box1_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 20px;
}
li.box {
  width: calc(100% / 4);
  padding: 10px;
  border-right: solid 1px #25ADE0;
}
li.box:nth-child(4n) {
  border-right: none;
}
.box_title {
  width: 160px;
  text-align: center;
  background-color: #4B4B4B;
  color: #fff;
  border-radius: 13px;
  font-size: 14px;
  margin: 0 auto 15px;
}
.box_img {
  width: 60%;
  margin: 0 auto 15px;
}
li.box:nth-child(4n) .box_img {
  width: 90%;
}
li.box:first-child .box_text {
  text-align: center;
  font-size: 25px;
  margin-top: 80px;
  font-weight: bold;
}
li.box:nth-child(4n) .box_text {
  margin-top: 60px;
}
.box_text {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
}
li.box:nth-child(3n) .box_text {
  letter-spacing: -1px;
}
.percent {
  font-size: 29px;
  font-family: futura;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 5px 0;
}
.percent span {
  font-size: 20px;
}
p.light_blue {
  margin: 10px 0 0;
  text-align: left;
  padding: 10px;
  padding-left: 20px;
  background-color: #ECF6FA;
  font-size: 13px;
  line-height: 1.3;
  text-indent: -1rem;
}
.plus {
  position: relative;
}
.plus::before, .plus::after {
  position: absolute;
  content: "";
  background-color: #C00000;
  width: 10px;
  height: 36px;
  top: 0;
  left: 50%;
}
.plus::after {
  transform: rotate(90deg);
}
.con4_box2 {
  margin: 80px auto 50px;
  max-width: 840px;
  border: solid 2px #25ADE0;
  border-radius: 20px;
  position: relative;
}
.con4_box2 .index {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  min-width: 300px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 10px 25px;
  background-color: #C00000;
  color: #fff;
  border-radius: 8px;
}
.box2 {
  margin: 35px 70px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box2_img {
  width: 180px;
  margin-right: 70px;
}
.box2_text {
  font-size: 22px;
  line-height: 1.4;
}
.box2_text p {
  font-size: 15px;
  margin-top: 10px;
}
.con4 .accordion {
  max-width: 840px;
}
.table_title {
  color: #C20024;
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
}
table.sintei {
  margin: 12px 0 50px;
  border: solid 1px #707070;
}
.sintei thead th, .sintei thead td {
  background-color: #C00000;
  color: #fff;
  font-weight: bold;
  border: none;
}
.sintei th, .sintei td {
  padding: 14px 14px 14px 20px;
  border: solid 1px #707070;
  line-height: 1.3;
}
.sintei th {
  width: 25%;
  background-color: #DDDDDD;
}
.con5_title {
  position: relative;
  margin: 20px auto 50px;
  max-width: 1020px;
  text-align: center;
  background-image: url(../../images/dpoint/pc_dot.png);
  background-size: 20px;
  background-repeat: repeat-x;
  background-position: center;
  /*
    background-image: linear-gradient(to right, #707070 5px, transparent 5px);
    background-size: 15px 5px;
    background-repeat: repeat-x;
    background-position: bottom;
*/
}
/*
.con5_title::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  border-bottom: dotted 5px #707070;
}
*/
.con5_title span {
  position: relative;
  padding: 0 95px;
  background: #fff;
  font-weight: bold;
}
.con5_title.sub span {
  padding: 0 20px;
}
.con5_img_box {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 50px;
}
.con5_text {
  text-align: center;
  font-weight: bold;
}
/*pc END*/
/*SP START*/
@media screen and (max-width:769px) {
	.faq_index span.pc{display: none;}
  /*----------キャンペーン----------*/
  h2.campaign_title {
    margin-top: 20px;
    font-size: 18px;
  }
  .campaign_text {
    font-size: 13px;
    width: 100%;
    margin: 15px auto 0;
  }
  /*エントリーボタン*/
  .campaign_entry {
    width: 90%;
  }
  .entry_title {
    width: 95%;
    margin: 0 auto 10px;
  }
  .signup_btn {
    width: 300px;
    margin: 20px auto 40px;
  }
  .signup_btn a {
    padding: 10px 60px;
    font-size: 13px;
  }
  .signup_btn::after {
    background-size: 11px;
    width: 12px;
    height: 11px;
    top: 10px;
    right: 70px;
  }
  /*エントリーボタン*/
  /*３倍*/
  .three_times {
    width: 100%;
    margin: 0 auto 30px;
  }
  .card {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .card_img {
    width: 90%;
    margin: 0 auto;
  }
  /*３倍*/
  /*表組み*/
  .campaign_ex {
    width: 100%;
    margin: 0 auto 20px;
  }
  .dpoint_campaign td {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .three .signup_btn {
    width: 230px;
    margin: 15px auto 40px;
  }
  .three .signup_btn a {
    padding: 10px 40px;
  }
  .three .signup_btn::after {
    background-size: 11px;
    width: 12px;
    height: 11px;
    top: 10px;
    right: 30px;
  }
  /*表組み*/
  /*アコーディオン*/
  .accordion {
    width: 100%;
    margin: 0 auto 20px;
  }
  .accordion_header {
    width: 100%;
    padding: 10px 10px 10px 5px;
    border-radius: 8px;
    font-size: 11px;
    letter-spacing: 0px;
  }
  .accordion_header::after {
    top: 5px;
    right: 5px;
    font-size: 15px;
  }
  .accordion_header.open::after {
    top: 5px;
    right: 5px;
    font-size: 15px;
  }
  .accordion_inner {
    margin: 15px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  /*
.closeArea{
	width: 270px;
    margin: 0 auto;
}
.close_btn {
    align-items: center;
    background-color: #434343;
    color: #fff;
    padding: 10px 60px 10px 60px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
	border-radius: 14px;
}
.close_btn::after {
    position: absolute;
    content: '\f00d';
    top: 3px;
    right: 20px;
    font-family: FontAwesome;
    font-size: 20px;
}
*/
  /*アコーディオン*/
  .docomo {
    margin-bottom: 50px;
  }
  .signup_btn.docomo a {
    padding: 10px 55px 10px 37px;
  }
  .signup_btn.docomo::after {
    background-size: 11px;
    width: 12px;
    height: 12px;
    top: 9px;
    right: 45px;
  }
  /*お問い合わせ*/
  .faq_index {
    text-align: center;
  }
  .faq_index p {
    font-size: 12px;
    font-weight: normal;
    margin-left: 0px;
    text-align: left;
    margin-top: 10px;
  }
  .faq_index p span {
    padding: 5px 20px;
    border: solid 1px #C20024;
    border-radius: 20px;
	  margin-left: 0px;
  }
  .campaign_faq {
    width: 100%;
    padding: 15px;
    font-size: 12px;
  }
  .faq_address {
    letter-spacing: 0px;
  }
  /*お問い合わせ*/
  /*----------キャンペーン----------*/
  /*----------通常----------*/
/*
  section.generally {
    margin-top: 133px;
  }
*/
  h1.top_img {}
  .top_img {
    background: url(../../images/dpoint/SP_top_back.png);
    padding: 20px 0 40px;
    background-size: cover;
  }
  .top_img .sp {
    width: 100%;
    margin: 0 auto;
  }
  .campaign_list {
    padding: 15px 0 10px;
  }
  .list_title {
    width: 95%;
  }
  .campaign_img {
    width: 90%;
	  margin: 0 auto;
  }
  .entry_red_btn {
    width: 90%;
	  margin: 0 auto 20px;
  }
  .con1 {
    padding-bottom: 35px;
  }
  .dpoint_con {
    width: 95%;
    margin: 38px auto 30px;
    align-items: flex-start;
  }
  .dpoint_con_img {
    width: 75%;
    margin-right: 23px;
  }
  .dpoint_con_text {
    line-height: 1.5;
  }
  .dpoint_con02 {
    width: 80%;
    margin: 0 auto 27px;
  }
  .dpoint_con03 {
    width: 90%;
    margin: 0 auto;
  }
  .con2 {
    background-color: #DEF3FF;
    padding: 20px 0;
  }
  .touroku_con {
    width: 95%;
    margin: 38px auto 0;
  }
  .touroku {
    width: 80%;
    margin: 10px 70px 20px 20px;
  }
  .touroku_con .signup_btn {
    margin: 40px auto;
  }
  .touroku_con .signup_btn a {
    letter-spacing: 0px;
    padding: 10px 60px;
  }
  .touroku_con .signup_btn::after {
    background-size: 11px;
    width: 12px;
    height: 10px;
    top: 10px;
    right: 75px;
  }
  .signup_btn.dpoint {
    width: 300px;
  }
  .signup_btn.dpoint a {
    padding: 15px 30px 15px 25px;
    font-size: 10px;
  }
  .touroku_con .signup_btn.dpoint::after {
    background-size: 11px;
    width: 12px;
    height: 10px;
    top: 10px;
    right: 30px;
  }
  .con3 {
    background-color: #FFF7E2;
    padding: 1px 0 15px;
  }
  .otoku_con_img {
    width: 95%;
    margin: 25px auto;
  }
  .btn_box {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .blue_btn {
    background-color: #25ADE0;
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    /*  padding: 12px 0;*/
    border-radius: 35px;
  }
  .btn_box a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /*  padding: 15px 40px;*/
    letter-spacing: 0px;
  }
  .con4 {
    padding: 40px 0 25px;
  }
  .con4_text_top {
    margin: 0 10px 60px;
    font-size: 17px;
    letter-spacing: 0px;
  }
  .con4_box1 {
    width: 95%;
  }
  .con4_box1 .index {
    padding: 10px 60px;
    min-width: 300px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  ul.box1_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 5px 10px;
  }
  li.box {
    width: calc(100% / 2);
    padding: 5px;
    border-right: solid 1px #25ADE0;
  }
  li.box:first-child {
    order: 3;
  }
  li.box:nth-child(2n) {
    order: 1;
    padding-bottom: 30px;
  }
  li.box:nth-child(3n) {
    order: 2;
    border-right: none;
  }
  li.box:nth-child(4n) {
    order: 4;
    border-right: none;
  }
  .box_title {
    width: 150px;
  }
  .box_img {
    width: 60%;
    margin: 0 auto 15px;
  }
  li.box:first-child .box_img {
    width: 75%;
  }
  li.box:nth-child(4n) .box_img {
    width: 90%;
  }
  li.box:first-child .box_text {
    margin-top: 20px;
  }
  li.box:nth-child(4n) .box_text {
    margin-top: 20px;
  }
  .box_text {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0px;
  }
  li.box:nth-child(3n) .box_text {
    letter-spacing: -1px;
  }
  .percent {
    font-size: 25px;
  }
  .percent span {
    font-size: 20px;
  }
  p.light_blue {
    padding: 5px 5px 5px 17px;
    font-size: 12px;
    text-indent: -1rem
  }
  .con4_box2 {
    margin: 80px auto 40px;
    width: 95%;
  }
  .con4_box2 .index {
    padding: 10px;
    min-width: 300px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 0px;
  }
  .box2 {
    margin: 35px 20px 20px;
    display: block;
  }
  .box2_img {
    margin: 0 auto 15px;
  }
  .box2_text {
    letter-spacing: -1px;
  }
  .box2_text p {
    font-size: 15px;
    margin-top: 10px;
  }
  .con4 .accordion {
    width: 95%;
    margin: 0 auto;
  }
  .table_title {
    font-size: 18px;
    margin-left: 0px;
  }
  table.sintei {
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
    border: none;
  }
  .sintei thead th {
    display: none;
  }
  .sintei thead td {
    text-align: center;
  }
  .sintei th, .sintei td {
    padding: 7px 7px 7px 15px;
    border-bottom: solid 1px #707070;
    border-top: none;
    border-right: solid 1px #707070;
    border-left: solid 1px #707070;
    display: block;
  }
  .sintei th {
    width: 100%;
  }
  .con5_title {
    margin: 0px auto 25px;
    width: 95%;
    background-image: url(../../images/dpoint/sp_dot.png);
    background-size: 14px;
    background-repeat: repeat-x;
    background-position: center;
    /*
    background-image: linear-gradient(to right, #707070 5px, transparent 5px);
    background-size: 15px 5px;
    background-repeat: repeat-x;
    background-position: bottom;
*/
  }
  /*
  .con5_title::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-bottom: dotted 5px #707070;
  }
*/
  .con5_title span {
    position: relative;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
  }
  .con5_title.sub span {
    padding: 10px 30px 10px 10px;
    margin-right: -25px;
    background: #fff;
  }
  .con5_img_box {
    display: block;
    width: 95%;
    margin: 0 auto 35px;
  }
  .com5_img {
    margin-bottom: 12px;
  }
  .con5_text {
    text-align: center;
    font-size: 12px;
  }
  .touroku_con a {
    color: #fff;
    font-size: 13px;
/*    font-weight: bold;*/
    /* padding: 15px 40px; */
    letter-spacing: 0px;
  }
  .signup_btn.dpoint {
    background-color: #4B4B4B;
    width: 100%;
    margin: 20px auto 20px;
    text-align: center;
    padding: 12px 35px 12px 25px;
    border-radius: 35px;
  }
  .touroku_con .signup_btn.dpoint::after {
    background-size: 11px;
    width: 12px;
    height: 10px;
    top: 19px;
    right: 40px;
    -webkit-transform: translate(20px, 0%);
  }
}</pre></body></html>