@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_gray: #4d4d4d;
  --color_red: #d60000;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  font-size: 1.6rem !important;
  font-feature-settings: "palt";
  line-height: 1.625;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("../images/pc_bg.webp") no-repeat top center / cover #fff;
  content: "";
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    vertical-align: bottom;
}

header {
    background: #fff;
}

header .fv_txt picture:first-of-type {
	padding: 1.2rem 0 1.3rem;
}
header .fv_txt picture:nth-of-type(3) {
	padding: 1.3rem 0 0.5rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}


/* common
------------------------------------------------*/
*::after, *::before {
    transition: all .3s;
}

/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}

#cpn-main {
    position: relative;
    margin: 0 auto;
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 500px;
    letter-spacing: .06em;
    font-feature-settings: "palt";
    background: #fff;
    box-shadow: #5b5b7c 0 0 15px;
}
#cpn-main picture {
  display: block;
}

.prize_wrap h2 {
  position: relative;
  top: 3rem;
  z-index: 2;
  font-size: 4.5rem;
  border-bottom: .2rem solid #fff;
  border-top: .2rem solid #fff;
}

.prize_wrap h2 span {
    font-size: 3.8rem;
    font-weight: bold;
}

#course h2 {
    color: #fff;
    border-color: #fff;
    padding: 1.6rem 0 2rem 0;
    width: 93%;
    margin: 0 auto 4.4rem;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

#cpn-main .link_deco {
	text-decoration: underline;
}

main>section {
 padding-top: 1rem;
}

.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("../images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}

@media screen and (max-width: 768px) {
  #cpn-main {
    max-width: 500px;
    margin: 0 auto;
  }
  #terms .term {
    padding: 0 1rem 0 0;
  }
  .ic_link_terms::after {
    width: 2.6vw;
    height: 2.6vw;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 6.5vw;
  }
}

/* btn
------------------------------------------------*/

.btn {
  position: relative;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .2s;
  text-decoration: none;
  border-radius: 5rem;
}

 .btn_lead {
    padding: 3rem 0 0;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.1;
    text-align: center;
    color: #212121;
}

.btn_lead_em {
    display: inline-block;
    position: relative;
    transform: rotate(2deg);
    color: var(--color_red);
    font-style: normal;
    font-weight: bold;
}

.btn_lead_em::after {
    display: inline-block;
    position: absolute;
    top: -.5em;
    right: -.1em;
    width: .6em;
    height: .7em;
    background: url(../images/ic_btn_deco.svg) no-repeat;
    content: "";
}

#cpn-main .link_btn {
  width: 400px;
  height: 80px;
  margin: 1rem auto 0;
}
#cpn-main .link_btn a::before {
  position: absolute;
  top: inherit;
  transform: rotate(0);
  right: 5%;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.5rem;
  content: "";
  background: url(../images/ic_white.svg) no-repeat;
}

#cpn-main .link_btn a {
    position: relative;
    border-radius: 5.5rem;
    pointer-events: all;
    color: #fff !important;
    background: var(--color_red);
    font-size: 2.5rem!important;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 0;
    padding: 2.5rem 0rem 2.2rem;
    line-height: 1.2;
    box-shadow: #5e0000 0 6px;
}

.link_ahamo {
    margin: 4rem 0 2.7rem;
}

.link_ahamo a {
    color: #fff !important;
    background: #333333;
    font-size: 2.2rem;
    border: unset;
    width: 35rem;
    margin: 0 auto 0;
    padding: 1.5rem;
}

.link_ahamo a::before {
    background: url(../images/btn_ic.svg) no-repeat center / contain;
    content: "";
    position: absolute;
    right: 8%;
    top: 1em;
    width: 1em;
    height: 1em;
}

#cpn-main .link_btn a>span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
#cpn-main .link_btn a>span>span {
  font-size: 2.1rem;
  font-weight: bold;
}


#cpn-main .method_ahamo a {
  font-size: 2.2rem;
}

#cpn-main a {
    position: relative;
    text-decoration: none;
    color: #242ee2;
}
.entry_tx a {
    text-decoration: underline!important;
}

@media screen and (max-width: 768px) {
  .btn a span::after {
    top: calc(50% - 2px);
    right: 3.5rem;
    border-width: .3rem 0 .3rem .4rem;
  }
  #cpn-main .link_btn {
    max-width: 95%;
    height: 85px;
    max-height: 10rem;
  }
}
@media screen and (max-width: 500px) {
  #cpn-main .link_btn {
    width: 40rem;
    height: 8rem;
    max-height: 8rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a span::after {
    top: calc(50% - 2px);
  }
  .link_btn a::before {
    right: 2rem;
  }
  #cpn-main .link_btn a {
    font-size: 2rem;
  }
}

/* entryBtn
------------------------------------------------*/

.CDT .entry_sub_tx, .CDT .cdt_date {
    color: #484a4c;
}

.entryBtnLarge {
  padding: .3rem;
}
.entry_wrap {
  position: relative;
}
.entryBtn_decoration {
  position: relative;
}
.entry_wrap .entryBtn {
  background: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 9999px;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: .8rem auto 1.5rem;
	box-shadow: #d60000 0 0 3px;
  transition: .2s;
	border: 1px solid var(--color_red);
}

.entry_wrap .entryBtn a {
  position: relative;
  background: var(--color_red);
  font-weight: bold;
  color: #fff!important;
  font-size: 2.6rem;
  padding: 1rem;
  opacity: 1;
}

.entryBtn a::before {
  position: absolute;
  right: 38px;
  top: .75em;
  display: inline-block;
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("../images/ic_white.svg") no-repeat;
  content: "";
}

#bg_right_area .entryBtnLarge a::before, #follow .entryBtnLarge a::before {
  transform: rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
}
#bg_right_area .entryBtnLarge a::before {
  top: 0.9vw;
  right: 3rem;
  width: 1.2vw;
  height: 1.5vw;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
}
.entry_wrap input[type="checkbox"],.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 1px solid #000;
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
  content: "";
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("../images/ic_check.svg") no-repeat center / 85% auto;
}

.entry_wrap .entry_tx {
    color: #000;
    margin: 1rem 0 0 5rem;
    font-weight: 500 !important;
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    line-height: 1.5;
}
.entry_wrap p span {
    color: #d60000;
    font-weight: 500 !important;

}
@media screen and (max-width: 1670px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.7rem;
  }
}
@media screen and (max-width: 1500px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.5rem;
  }
}
@media screen and (max-width: 1400px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2.2rem;
  }
}
@media screen and (max-width: 1300px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #bg_right_area .entryBtnLarge a::before {
    right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    font-size: 1.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 2.7rem;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px #000;
    border-radius: .15rem;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
  .entryBtn a::before {
    right: 30px;
  }
}
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: rgba(255, 255, 255, .9);
  padding: .6rem 0 0;
  margin: auto;
  right: 0;
}

.bg_contents .entryBtnLarge {
    padding: 0.2rem;
}

.bg_contents .entry_wrap .entryBtn {
    width: 70%;
    margin-top: 1.4rem;
}


@media screen and (max-width: 1550px) {
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1.2rem;
  }
  .CDT .cdt_num {
    border: solid .3vw #000;
  }
}

/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .benefits li a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
    border-radius: .5rem;
  }
  .benefits li a:hover::after {
    background: url("../images/ic_anchorlink_active.svg") no-repeat;
  }
  #cpn-main .link_btn a:hover {
    box-shadow: none;
		transform: translateY(6px);
		opacity: 1;	
  }
	#cpn-main .button_p.entry-btnStyle_checked:hover,.entry_wrap .entryBtn:hover,.entry_wrap a:hover {
    opacity: 0.8;
    box-shadow: none!important;
		transition: .2s;
  }
  #cpn-main .button_p.entry-btnStyle_checked a:hover {
    opacity: 1;
  }
	.link_ahamo a:hover {
    opacity: 0.7;
	}
	#information a:hover {
    opacity: 0.7;
		transition: 0.2s;
	}
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: calc((100vw - 500px) / 2);
	overflow: hidden;
}
.bg_contents .benefits {
  position: absolute;
	width: 23vw;
	max-width: 75%;
	height: 31vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/pc_img01.webp) no-repeat center / contain;
}
.benefits picture img {
  width: 75%;
	display: block;
	margin: 10.5% auto 0;
}
.benefits ul {
  position: absolute;
  top: 0;
  padding: 6vw 2.5vw 0 2vw;
  width: 100%;
}
.benefits li {
	margin-bottom: .5vw;
	padding-bottom: .5vw;
	border-bottom: #070d1e solid 1px;
	text-align: left;
	line-height: 1.4;
}

.benefits li:nth-of-type(3n) {
  margin-bottom: 0;
}
.benefits li:first-child {
	border-top: #070d1e solid 1px;
	padding-top: .5vw;
}
.benefits li:nth-of-type(4n) {
	border-bottom: none;
}
.benefits li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .38vw 0.3vw .42vw;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.benefits li a::after {
  position: relative;
  display: inline-block;
  width: 1em;
  height: .95em;
  background: url("../images/ic_anchorlink.svg") no-repeat;
  content: "";
  transition: 0s;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.4vw;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 1em auto;
  padding: 2em 6em 2em 0em;
  background: #efefef;
  color: #000;
  font-size: 1.1vw;
  font-weight: bold;
  border-radius: 1.5rem;
  text-align: center;
}
.bg_contents .benefits .access:after {
  position: absolute;
  top: .4em;
  right: 1em;
  display: inline-block;
  width: 6em;
  height: 6em;
  margin: auto;
  background: url("../images/qr.webp") no-repeat center/cover;
  content: "";
  vertical-align: baseline;
}

.bg_contents .entryBtn a {
  padding: .5vw;
  font-size: 1.35vw;
  font-weight: bold;
}

.benefits li a, .benefits p {
    font-weight: bold;
    font-size: 1.4vw;
}

.entry_sub_tx {
    font-size: 1.6vw;
    font-weight: bold;
    padding: 10% 0 3%;
}

.bg_contents .bg_right_area {
    position: fixed;
    top: calc((100% - 16vw) / 2);
    right: 0;
    width: 100%;
    max-width: calc((100% - 500px) / 2);
    margin-top: 0;
}

.bg_right_img {
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cta_area {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    font-feature-settings: "palt";
}

.cta_area {
    position: relative;
    width: 25vw;
    height: 16vw;
    margin: auto;
    padding: 0;
    text-align: center;
    background: url(../images/pc_img02.webp) no-repeat center / contain;
    border-radius: 1.3rem;
    align-items: center;
}

.entry_sub_tx span {
    font-size: 1.2vw;
    font-weight: bold;
}

@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1550px) {
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1.2rem;
  }
  .CDT .cdt_num {
    border: solid .3vw #000;
  }
}

@media screen and (max-width: 1270px) {
    .benefits ul {
  padding: 6.5vw 2.5vw 0 2vw;
  }

	.benefits picture img {
		margin: 13% auto 0;
	}
    .bg_contents .benefits .access {
    margin: 0.6em auto;
}
}

@media screen and (max-width: 1260px) {
    .benefits ul {
  padding: 6.5vw 2.5vw 0 2vw;
  }

	.benefits picture img {
		margin: 13% auto 0;
	}
}

@media screen and (max-width: 1250px) {
    .bg_contents .benefits .access {
        margin: 0.5em auto;
    }
}

@media screen and (max-width: 1220px) {
	.benefits picture img {
		margin: 14% auto 0;
	}
  .bg_contents .benefits .access {
        border-radius: 1vw;
        margin: 0.7em auto;
    }
}

@media screen and (max-width: 1210px) {
	.benefits li a, .benefits p {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 1200px) {
  .cta_area .entry_sub_tx {
    padding: 11% 0 1%;
  }
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1rem;
  }
  .bg_contents .benefits .access {
    border-radius: 1vw;
    margin: 0.6em auto;
}
}

@media screen and (max-width: 1180px) {
	.benefits ul {
		padding: 6.5vw 2.5vw 0 2vw;;
	}
	.benefits li a, .benefits p {
		font-size: 1.15vw;
	}
  .bg_contents .benefits {
	height: 30vw;
}
  .bg_contents .benefits .access {
    font-size: 1vw;
}
    .bg_contents .benefits .access {
    margin: 1em auto;
}
}

@media screen and (max-width: 1135px) {
	.benefits picture img {
		margin: 16% auto 0;
	}
}

@media screen and (max-width: 1100px) {
	.benefits picture img {
		margin: 17% auto 0;
	}
  .bg_contents .benefits .access {
    margin: 0.6em auto;
}
}

@media screen and (max-width: 1070px) {
	.benefits ul {
		padding: 6.5vw 2.5vw 0 2vw;;
	}
  .benefits picture img {
  margin: 18% auto 0;
}
  .bg_contents .benefits .access {
      margin: 0.4em auto;
}
}

@media screen and (max-width: 1050px) {
	.benefits li a, .benefits p {
		font-size: 1.1vw;
	}
  .benefits picture img {
  margin: 19% auto 0;
}
}

@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active
------------------------------------------------*/
.benefits ul li a.nav__link.is-active {
  color: #fff;
  background: #000;
}
.benefits ul li a.nav__link.is-active::after {
  background: url("../images/ic_anchorlink_active.svg") no-repeat;
}

/* list indent
------------------------------------------------*/
.list li {
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
}
.list .indent_none {
  text-indent: 0;
  padding-left: 0;
}
.list .indent0 {
  text-indent: 0;
}
.list_indent01 li {
  text-indent: -0.5em!important;
}
.list_indent02 li {
  text-indent: -1em!important;
}
/* kv
------------------------------------------------*/
#kv {
background: #fff;
}

#kv p {
    text-align: left;
    line-height: 1.4;
    font-weight: 600 !important;
    color: var(--color_gray);
    text-indent: -1em;
    padding: 0 1.5em 0 5rem;
    font-size: 1.6rem;
    margin-top: -11rem;
}

h1 {
  font-size: 1rem;
}
header .fv_txt picture:first-of-type {
    padding: 0 0 0.8rem;
}

@media screen and (max-width: 500px) {
  #kv>ul {
    line-height: 1.4;
  }
}
/* prize
------------------------------------------------*/
.prize_subheading {
    position: relative;
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-top: -0.5rem;
    padding: 1.1rem 0 1.4rem;
    line-height: 1;
    z-index: 0;
    letter-spacing:.05em;
}

.prize_subheading span {
    font-size: 3.4rem;
    font-weight: bold;
}

.prize_img_inner {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 600px;
  margin: 3rem 0 auto; 
  padding: 1rem 1.5rem 0;
  
}
.prize_img_inner .prize_subheading::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #ebf1ff;
    z-index: -1;
}
.prize_wrap {
  padding: 0 1.5rem 0;
  background: #003a8e;
}

.prize_wrap_tx {
  margin: -0.5rem 0;
  letter-spacing: 0.01rem;
}

.prize_wrap_tx .line_white_2 {
  padding-bottom: 1rem;
  background: url(../images/txt_line_white.svg) no-repeat center bottom / 100% auto;
}

.prize_wrap_tx p {
  font-weight: 600;
  color: #fff;
  font-size: 2.3rem;
}

.prize_wrap_tx span {
  font-weight: 500;
}

.content01_txt_yellow, .content01_txt_white {
  font-size: 3rem;
}

.content01_txt_yellow,.content01_txt_yellow_5 {
  color: #ffff00; 
}

.content01_txt_yellow {
    font-size: 3.2rem;
}

.content01_txt_yellow_5 {
  font-size: 3.9rem;
  vertical-align: -0.05em;
  letter-spacing: -0.3rem;
}

.prize_wrap.black {
  background: #000;
}
.prize_img_wrap {
  margin: 2.5rem 0 1.3rem;
}
#course .prize_img_wrap .list li {
  font-weight: 600;
}

.prize_img01 {
  margin: 1.3rem 2.6rem 0 0.2rem;
}
.prize01_img_wrap {
margin: 0.7rem 0 1.5rem;
}

.prize_img_inner .tx_small, .gift_2 .prizeB .tx_small, .gift_2 .prizeA .tx_small, .gift_2 .prizeC .tx_small,.gift_3 .prizeB .tx_small {
    margin-top: -1em;
  
}
.gift_2 .prizeC .tx_small.tx_only {
    margin-top: 0em; 
}

.prize_img_inner .tx_small {
    text-align: right;
    font-size: 1.6rem;
    color: #999;
    font-weight: 500;
}

.tx_date {
    text-align: right;
    font-size: 1.7rem!important;
    color: #000;
}

.prize_number02 {
    margin: 2.5rem 0 1.5rem;
}

.h2_deco_1 {
  background: url("../images/h2_deco.svg") no-repeat center/contain;
  border-bottom: none!important;
  padding: 0.7rem 0 1.5rem!important;
  border-top: none !important;
  top: 0!important;
  width: 100%!important;
  margin-bottom: 2rem !important;
}

.h2_deco {
  background: url("../images/h2_deco.svg") no-repeat center/contain;
  border-bottom: none!important;
  padding: 1.5rem 0 2rem!important;
  border-top: none !important;
  top: 0!important;
  width: 100%!important;
  margin: 6rem 0 1.5rem !important;
}

.h2_deco_2 {
  background: url("../images/h2_deco.svg") no-repeat center/contain;
  border-bottom: none!important;
  padding: 1.5rem 0 2rem!important;
  border-top: none !important;
  top: 0!important;
  width: 100%!important;
  margin: 3.5rem 0 1.5rem !important;
}

.h2_deco span, .h2_deco_1 span, .h2_deco_2 span {
  position: relative;
  z-index: 3;
  color: var(--color_red);
  font-weight: 500;
  line-height: 1;
}
.h2_deco .gift_txt_big, .h2_deco_1 .gift_txt_big {
  font-size: 5rem!important;
  vertical-align: -0.05em;
}

.h2_deco_2 .gift_txt_big {
  font-size: 5rem!important;
  vertical-align: -0.05em;
}

.gift_2 .prize_number {
    position: relative;
    text-align: center;
    background: #e5e5e5;
    padding: 1.5rem 16.5rem 1.5rem;
    margin: 2.5rem 0 1.5rem;
}

.gift_2 .prize_subheading {
    padding: 1.1rem 0 1.4rem;
}

.gift_2 .prize_subheading::before {
    left: 15.5%;
}

.gift_2 .prize_subheading::after {
    right: 15.5%;
    transform: scaleX(-1);
}

.gift_2 .prize_subheading::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #ebf1ff;
    z-index: -1;
}
.gift_3 .prize_number {
    position: relative;
    text-align: center;
    background: #e5e5e5;
    padding: 1.5rem 16.5rem 1.5rem;
    margin: 2.5rem 0 1.5rem;
}

.gift_3 .prize_subheading {
    padding: 1.1rem 0 1.4rem;
    margin-bottom: 7rem;
    color: #fff;
    font-size: 2.8rem;
}

.gift_3 .prize_subheading::before {
    left: 15.5%;
}

.gift_3 .prize_subheading::after {
    right: 15.5%;
    transform: scaleX(-1);
}

.gift_3 .prize_subheading::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #ea483f;
    z-index: -1;
}

.gift_3 .more_present_2{
    background: url(../images/txt_line_red.svg) no-repeat center bottom / 100% auto;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.gift_3 p{
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 0.15rem;
}

.gift_3_txt1 {
	border: solid .1em #000!important;
  margin: 0.4rem 9.5rem 1rem!important ;
  font-size: 1.8rem!important;
  line-height: 3rem!important;
  letter-spacing: 0.2rem!important;
}

.gift_3_txt2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color_red);
}

.gift_3 .gift_present {
  position: relative;
  line-height: 1.9;
  z-index: 1;
}

.prize_inner .prize2_tx::before {
    background: url(../images/ic_check_prize_1.webp) no-repeat center / contain;
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 0.7rem;
}
.prize2_tx {
    display: inline-block;
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5rem;
}
.prize_img_wrap.black .section_02_docomo {
  padding: 1.3rem 0 2rem;
}
.prize_img_wrap.black .section_03_docomo {
  padding: 1.3rem 0 0;
}
.prize_img_wrap>section {
  position: relative;
  padding: 1.5rem 0 1.5rem;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #f9bd49, #ffffce, #f9bd49) 1;
  background: #fff;
}
.robot_bottom {
	padding-bottom: 0.8rem!important;
}
.prize_img_wrap>section:last-of-type {
  border-bottom: 5px solid;
}
.prize_img_wrap>section h4 {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  width: 4.8em;
  content: "";
}

.prize_inner .prize01_img02_wrap .indMark li {
    margin: 0;
}

.indMark .content_top, .indMark .name_only {
    margin-bottom: 1.3rem!important;
}

.prize01_img02_wrap picture:nth-child(4) {
    width: 77%;
    margin-left: 5rem;
    margin-top: -0.5rem;
}

.prize01_img02_wrap picture:nth-child(3) {
    width: 97%;
    margin: 1rem auto 0;
}
#cpn-main ul.indMark li {
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color_gray);
}

#course .indMark>li {
    font-weight: 500;
}
.indMark > li {
    font-size: 1.6rem;
}
.indMark > li {
    text-indent: -0.5em;
/*    padding-left: 1em;*/
}

.indMark_prize_box2 li {
    text-indent: -1em!important;
    margin: -2rem 1.2rem!important;
    padding-left: 4%!important;
    font-size: 1.4rem !important;
    color: #000 !important;
}

.gift_3 .prizeA .indMark li, .gift_3 .prizeB .indMark li {
  color: #4d4d4d!important;
  position: relative;
  z-index: 1;
}

.tx_small_red {
  text-align: right;
  font-size: 1.6rem!important;
  font-weight: 500!important;
  color: #808080!important;
  position: relative;
  z-index: 1;
}

.prizeA, .prizeB {
    margin-top: 0.6rem;
    padding-bottom: 1rem;
}
.prizeC {
    margin-top: -1.4rem;
    padding-bottom: 1rem;
}
.prizeA picture {
    top: -2rem;
    position: relative;
}

.gift_3 .prizeA picture {
    right: -3rem;
    width: 90%;
    height: auto;
}

.prize_inner .tx_small {
    text-align: right;
    font-size: 1.6rem;
    color: #888888;
    font-weight: 500;
}

.prizeB .border_line, .prizeC .border_line{
  border-top: 3px solid #e6eeff;
  margin: 8% 4%;
}

.gift_3 .prizeB {
  border-top: none;
  margin-top: 0;
  padding: 0 0 10%;;
}
.prizeB picture {
    top: -1.5rem;
    position: relative;
    right: -1.5rem;
    width: 96%;
}
.prizeC picture {
    top: -1.2rem;
    position: relative;
    right: -1rem;
    width: 96.5%;}

.gift_3 .prizeB picture {
  top: -5.5rem;
  right: -1rem;
  width: 97%;
}

.gift_3 .prizeA picture {
  top: -4rem;
}

.gift_3 .prizeA .indMark {
  margin: -1.2rem 0 1.7rem 0!important;
}
.gift_3 .prizeB .indMark {
  margin: 1.8rem 0 3rem 0!important;
}

.gift_3 .prizeB .tx_small_red {
  margin-top: -4rem;
}

#course .indMark {
    margin: 2.7rem 0 6.2rem 0;
}

#course .prizeB .indMark {
    margin: 2.7rem 0 4.2rem 0;
}

#course .prizeC .indMark {
    margin: 2rem 0 1.5rem 0;
}
#course .prizeA .indMark {
    margin: 1.5rem 0 3rem 0;
}
#course .indMark li:last-child  {
    margin-bottom: -3.5rem;
}

#course .prize_wrap.black .indMark.last_tx li:last-child  {
    padding-bottom: 2rem;
}

#course .prize_img_wrap {
  text-align: right;
}
#course .prize_img_wrap .list {
  display: flex;
  text-align: left;
  margin: 1rem auto 0;
  justify-content: center;
}
#course .list {
  font-size: 1.5rem;
  line-height: 1.5;
}
#course .list li {
  font-weight: 500;
}

/*カウントダウンタイマー
------------------------------------------------*/
[class*=cdt_date] small {
  font-size: 1.1vw;
  letter-spacing: .06em;
  padding: 12% 0 0;
  font-weight: bold;
}
.CDT .entry_sub_tx,.CDT .cdt_date {
	color: #484a4c;
}
.cdt_num {
  display: inline-block;
  min-width: 2.6vw;
  height: auto;
  border-radius: 1rem;
  margin: 0 .4vw;
  padding: .5rem .5rem .8rem;
  text-align: center;
  color: #000;
  font-weight: 900;
  font-family: inherit;
  background-clip: padding-box;
  border: solid 0.5rem #000;
  background: #fff;
  line-height: 1;
  font-size: 1.6vw;
}

@media screen and (max-width: 1380px) {
  .cdt_num {
    border-radius: .7rem;
    padding: .3rem .3rem .5rem;
  border-width: 3px;
  }
}

/*追従
------------------------------------------------*/
#follow .entry_wrap .entryBtn {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #follow {
    width: 100%;
  }
}
/* clip
------------------------------------------------*/
.conditions_inner {
    padding: 2rem 1rem 2.5rem;
}

#course .clip-path {
    position: relative;
    display: grid;
    width: 87%;
    height: 45rem;
    margin: 2rem auto 0.5rem;
    background: #fff;
    align-items: center;
    line-height: 1.5;
    border: .2rem solid #212121;
    overflow: hidden;
    color: #6b6b6b;
}

.method_bg_1{
  margin: 2em 0.8em 0;
  padding: 0 0 3em;
  background: #ffebeb;
}

.method_bg_2{
  margin: 2em 0.8em 0;
  padding: 0 0 3em;
  background: #e6e6e6;
}

.method_red h2 {
  color: #000!important;
  border-color: #000!important;
  width: 88% !important;
  top: 2rem !important;
}

.method_txt {
    margin: 2rem 1rem;
}

.clip-path.clip_first.conditions_inner.conditions01 .indMark .method_red_txt {
    color: #6b6b6b!important;
    font-weight: 500!important;
    margin: -2.5rem 3rem;
    text-indent: -1em!important;
}


.conditions_inner p {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.conditions03.conditions_inner p {
    margin-bottom: 4rem;
}

.conditions_inner p span {
    font-weight: bold;
    color: #212121;
}


.conditions_inner picture {
    width: 90%;
    margin: 4.5rem auto 2rem;
}
.conditions_inner.conditions03 picture {
    margin: 2.5rem auto 2rem;
}


.conditions_link {
    display: flex;
    justify-content: space-between;
    margin: 0 1rem;
}

.method_wrap h2 {
    color: #000!important;
    border-color: #000!important;
    padding: 2rem 0;
    border-top: .2rem solid #fff;
    border-bottom: .2rem solid #fff;
    width: 85%;
    margin: 0 auto;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

.method_wrap h2::before {
  background: none;
}

.sub_tx {
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #000;
  letter-spacing:.07rem;
}

.top_bg {
    margin: 2.5em 2em -0.5rem;
    background: #fff !important;
    padding: 1rem 0;
}
.top_bg.black_bg {
    padding: 0.5rem 0 1.4rem;
}

.top_bg p {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}
.top_bg p:first-of-type {
  margin-bottom: -0.8rem;
}

.top_txt_big {
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}

.conditions_list {
    color: #000;
    text-align: center;
    padding: 0 3.4rem 0;
}
.conditions_list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.conditions_list li {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2.8rem;
    padding: 0 1.6em;
    text-decoration: underline;
    text-decoration-color: #7a7a7a;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.2rem;
}

.conditions_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
}

.prize_wrap .method_red {
  margin: 5rem -0.95em 0;
  background-color: #ebf1ff!important;
  padding: 2rem 0 5rem;
  border-bottom-width: 0.7rem;
  border-bottom-style: solid;
  border-bottom-color: #003a8e;
}

.prize_wrap .method_red.black_line {
  border-bottom-color: #000;
}


@media screen and (max-width: 500px) {
  .conditions_inner {
    padding: 20px 3vw 30px;
  }
  .conditions_inner p {
    font-size: 3.5vw;
  }
  .conditions_inner picture {
    margin-top: 4rem;
  }
}

.conditions_link {
  display: flex;
  justify-content: space-between;
  margin: 0 1rem;
}

/*about_plan
--------------------------------------------------------------*/

.about_plan_list_img_left span {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: .02rem;
    line-height: 5rem;
}

.text_blue {
    color: #277fff;
    font-weight: bold;
}

.about_plan_content_border{
    background-color: #fff;
    padding: 0.5rem 2rem 3.5rem;
    margin: 0 -1.5rem;
    
}

.alternative_text {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}

.about_plan_bg {
    background: #000;
    border-radius: 2rem 2rem 0 0;
    padding: 1rem 0;
    margin: -0.1rem -4rem;
}

.about_plan_price picture {
  margin-top: 3rem;
}

.about_txt_top {
  color: #000!important;
  border-bottom: none!important;
  border-top: none!important;
  margin-bottom: 3.5rem!important;
  padding-top: 0!important;
}

.caption_text_right, .caption_text_left {
    font-size: 1.5rem;
    line-height: 1.4em;
    font-feature-settings: "palt";
}

.caption_text_left {
    text-align: left;
    padding-left: 2.4em;
    text-indent: -1.8em;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color_gray);
}

.caption_text_right {
    text-align: right;
    margin: -1.5rem 0 2rem;
    font-size: 1.5rem;
    color: #3f3f3f;
}

.about_plan_content {
    background-color: #fff;
    padding: 0 3%;
    border: 0.3rem solid #000;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.about_plan_price {
    margin: 0 5.5%;
}

.about_plan_price_img + .caption_text_right {
    margin-bottom: 5.5%;
    font-size: min(15px, 2.5vw); 
}


.about_plan_list {
    border-top: 1px solid #d4e2ff;
    padding: 7% 0;
}

.about_plan_list_img_left {
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    padding: 0 2%;
}

.about_plan_list_icon {
    width: 12%;
    object-fit: contain;
    transform: scale(0.9);
    padding: 0 2rem;
}
.about_plan_list_icon_2 {
    width: 16%;
    object-fit: contain;
    transform: scale(0.9);
    padding: 0 2rem;
    margin-left: -2rem;
}

.about_plan_list_desc {
    text-align: left;
    line-height: 2em;
    width: 100%;
    max-width: 18em;
    font-weight: 600;
    font-feature-settings: "palt";
}

.about_plan_list_desc .strong_word {
    font-size: 4rem;
    line-height: 4.2rem;
}

.about_plan_five {
    display: inline-block;
    width: auto;
    height: 1.5em;
    transform: translate(0, -0.9rem);
    margin-top: 1.5rem;
    font-size: 3rem !important;
}

.about_plan_list_img_left + .bule_rounded {
    margin-top: 10px;
}

sup {
    font-size: 1.5rem;
    vertical-align: top;
    position: relative;
    top: -0.6em;
    font-weight: 900;
}

.sup_2 {
    top: 0.1em;
}

.bule_rounded {
    text-align: center;
    background-color: #ebf1ff;
    padding: 0.8rem 0;
    margin: 0 1rem;
    border-radius: 3em;
    line-height: 1.3em;
    font-feature-settings: "palt";
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


@media all and (min-width: 500px) {

  .about_plan_list_desc {
    max-width: 19em;
  }
}

/*date_wrap
--------------------------------------------------------------*/
.date_wrap_blue {
  padding: 1.5rem 3rem .5rem;
  margin: 0 -1.5rem;
  border-top-width: 0.7rem;
  border-top-style: solid;
  border-top-color: #003a8e;
  border-bottom-width: 0.7rem;
  border-bottom-style: solid;
  border-bottom-color: #003a8e;
  background-color: #fff;
}
.date_wrap_black {
  padding: 1.5rem 3rem .5rem;
  margin: 0 -1.5rem;
  border-bottom-width: 0.7rem;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: #fff;
}

#cpn-main .date_wrap_blue dl, #cpn-main .date_wrap_black dl {
  margin-bottom: 5rem;
}
.date_wrap_blue dt, .date_wrap_black dt {
  margin-top: 2.5rem;
}
.date_wrap_blue dt, .date_wrap_black dt {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: .3rem;
  background: #000;
}
.date_wrap_blue .only_date, .date_wrap_black .only_date {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 1rem;
  background: #000;
  line-height: 2.2rem;
}
.date_wrap_blue dt span, .date_wrap_black dt span{
  font-size: 1.5rem;
}
.date_wrap_blue dd,.date_wrap_blue dd>p, .date_wrap_black dd,.date_wrap_black dd>p {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.date_wrap_blue dd span, .date_wrap_black dd span {
  font-size: 1.6rem;
  font-weight: bold;
}
.date_wrap_blue .caution {
  font-size: 1.6rem;
  font-weight: 500!important;
  color: var(--color_gray);
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
	margin-top: 0;
}

.date_wrap_blue .caution_2, .date_wrap_black .caution_2 {
    line-height: 1;
    margin-top: -0.5rem;
}
.date_wrap_blue .caution_2.sim_txt, .date_wrap_black .caution_2.sim_txt {
    font-weight: 500!important;
    color: #545454;
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    line-height: 1.5;
    margin-top: 1rem;
}

.date_wrap_blue .caution_2.text_center, .date_wrap_black .caution_2.text_center {
    text-align: center;
    margin-bottom: -1.5rem;
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
}
.campaignCode span {
  font-size: 2.3rem;
}

/* teams
------------------------------------------------*/
#terms h2 {
    border: none;
    padding: 2rem 0;
    width: 85%;
    color: #000;
    margin: 1rem auto;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1;
}

.terms_wrap {
    padding: 0 2.7rem 3.5rem;
}

#cpn-main #terms #termsContent {
    width: 100%;
    height: 36rem;
    border: .2rem solid #666;
    overflow: hidden;
    text-align: left;
    margin: 1rem auto 2.2rem;
}

#cpn-main #terms #termsContent .wrap {
    width: calc(100% - 3.4rem);
    height: calc(100% - 4rem);
    margin: 2rem 1.4rem 2rem 2rem;
    padding: 0 1rem 0 0;
    border-radius: 0;
    overflow-y: scroll;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}
#cpn-main #terms #termsContent * {
    font-weight: normal;
    padding: 0;
}

#cpn-main #termsContent .wrap > section.line {
    border-bottom: .2rem solid #666;
    padding-bottom: 2.2rem !important;
    margin-right: 1rem;
}

#cpn-main #terms #termsContent h3 {
    margin-bottom: .6rem;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
}

#cpn-main #terms #termsContent .line p {
    letter-spacing: 0.04em;
}
#cpn-main #terms #termsContent .line .pattern {
    margin-top: 2rem;
}

.period-s li {
    color: #000!important;
}

.period-s span {
    padding: 0 .7rem 0 0 !important;
}

#cpn-main #terms #termsContent p {
    font-size: 1.9rem;
    margin-top: .8rem;
    margin-bottom: .8rem;
    padding-left: 0;
    text-align: justify;
}
#cpn-main #terms #termsContent .entry_teams {
    font-size: 1.6rem;
}
#cpn-main #terms #termsContent .terms_tx1 {
    font-weight: bold!important;
}
#cpn-main #terms #termsContent .teams_tx_small {
    font-size: 1.6rem!important;
}

#cpn-main #terms #termsContent p + * {
    margin-top: 6px;
}


#cpn-main .indMark.size-m > li > span {
    position: absolute;
    top: .5rem;
    left: -1rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff !important;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 1.4rem;
}

#cpn-main #terms #termsContent .indMark.size-m > li {
    text-indent: 0;
    padding-left: 2.6rem;
    font-size: 1.8rem;
    color: #000;
}
#cpn-main #terms #termsContent .indMark.size-m > .tx_bold {
    font-weight: bold!important;
}
#cpn-main #terms #termsContent ul li {
    font-size: 1.9rem;
}
#cpn-main #terms #termsContent * {
    font-weight: normal;
    padding: 0;
}
#cpn-main .indMark.size-m > li {
    position: relative;
    font-size: 1.6rem;
    margin-left: 1rem;
    padding-left: 2.1rem;
    text-align: justify;
}
#terms ul.indMark li {
    font-weight: 400 !important;
}
#terms .indMark > li {
    font-weight: 500;
}

.tx_red {
    color: rgb(255, 0, 0) !important;
    font-weight: bold!important;
}
.indMark > li {
    font-size: 1.6rem;
}
.indMark > li {
    text-indent: -0.5em;
    padding-left: 1em;
}

.gift_3 .prizeA .indMark > li {
    text-indent: -1.05em;
}

.indMark > .content_top {
    text-indent: 0;
    padding-left: 0.5em;
}

#cpn-main .period > li::before {
    position: absolute;
    top: 1.2rem;
    left: 0;
    display: block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #666;
    content: "";
}

.terms_m2 {
    margin-bottom: 0.5rem;
}

#cpn-main .period li {
    position: relative;
    padding-left: 1.6rem !important;
    font-size: 1.6rem;
    font-weight: bold!important;
}

#cpn-main #terms #termsContent .size-s.indMark li {
    text-indent: -1em;
    padding-left: .9em;
    text-align: justify;
}
#cpn-main #terms #termsContent .size-s.indMark .tx_indent {
    text-indent: -1em !important;
    padding-left: 3rem;
}
#cpn-main #terms #termsContent .size-s.indMark .size-s_only {
    padding-left: 1em!important;
    color: #000!important;
    text-indent: 0em!important;
}
#cpn-main #terms #termsContent .size-s li, #cpn-main #terms #termsContent p.size-s {
    font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s .campaign_only {
    font-size: 1.9rem!important;
}

#terms .p_indent {
    padding-left: 1em;
    text-indent: -1em;
}

#cpn-main #terms #termsContent .indMark .indMark_small {
    font-size: 1.6rem !important;
    text-indent: -1em !important;
    padding-left: .9em !important;
    text-align: justify;
    color: #4d4d4d!important;
}
#cpn-main #terms #termsContent .indMark > li + li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#cpn-main #terms #termsContent .indMark > li {
    font-weight: normal;
    text-indent: -.5em;
    padding-left: .5em;
}


#cpn-main #terms #termsContent .wrap a {
    text-decoration: underline;
    color: #242ee2;
    transition: .2s;
}
#cpn-main #terms #termsContent a {
    text-decoration: underline;
}

#cpn-main #terms #termsContent .weightNormal {
    font-weight: normal;
}


#cpn-main #terms #termsContent .line .size-m {
    font-size: 1.8rem;
}

#terms .p_indent {
    padding-left: 1em;
    text-indent: -1em;
}


#cpn-main #termsContent .wrap > section + section {
    margin-top: 2.2rem;
}

/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 1rem auto 0;
  color: #141414;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 5rem auto 0;
  padding: 2.5rem 0;
  background: #000;
  font-size: 1.4rem;
  color: #fff;
}

/* タブ関連
------------------------------------------------*/

/*タブ切り替え　タブ*/
.tab_inner{
  padding: 0 1rem;
}
.sec_course {
  margin-top: 2rem;
}

.sec_course .course__tabs .tab__items, .sec_course .course__tabs .tab__items {
  display: flex;
  justify-content: space-between;
}


.sec_course .course__tabs .tab__item {
    align-items: center;
    flex: 1;
    background: #545454;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.8rem 0;
    cursor: pointer;
    border-radius: 1.5rem 1.5rem 0 0;
    transition: .2s;
    animation: fadeIn .5s ease-in-out forwards;
    line-height: 1.2;
}
.sec_course .course__tabs .tab__item {
  color: #fff;
  background-color: transparent;
}
.sec_course .course__tabs .tab__item.active {
  position: relative;
  box-shadow: none;
}
.sec_course .course__tabs .tab__item.gray {
  background: #83b4dd;
  color: #0f396b;
  border-bottom: none;
  margin-right: 1rem;
}
.sec_course .course__tabs .tab__item.gray.active {
  background: #003a8e;
  color: #fff;
  margin-right: 1rem;
}
.sec_course .course__tabs .tab__item.black {
  background-color: #aaa;
  color: #353535;
  border-bottom: none;
  padding: 2rem 0;
}
.sec_course .course__tabs .tab__item.black.active {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
.sec_course .course__tabs .tab__item .active {
  background-color: #dff1f3;
  color: #006fae;
  transition: initial;
}
.sec_course .course__tabs .tab__item span {
  font-size: 2rem;
  font-weight: bold;
}
.sec_course .course__tabs .tab__item .txt_big {
  font-size: 2.3rem;
  font-weight: bold;
}
.sec_course .course__tabs .tab__item .txt_big.big_2 {
  line-height: 1;
}

.sec_course .course__tabs .tab__item {
  height: calc(5.5rem * 1.73);
  font-size: calc(1.4rem * 1.4);
}
.sec_course .course__tabs .tab__item:hover {
  box-shadow: none;
  transition: .2s;
}

/*タブ切り替え　コンテンツ*/
.sec_course .tab__content {
  display: none;
}
.sec_course .tab__content.active {
  display: block;
}
/*（エントリーボタン）
------------------------------------------------*/
/*チェック済みボタン*/
#cpn-main .button_p.entry-btnStyle_checked {
  background: var(--color_red);
  box-shadow: #687ebc 0 0 3px;
  transition: transform .2s,box-shadow .2s;
	border: var(--color_red) 2px solid;
}
#cpn-main .button_p.entry-btnStyle_checked a {
  pointer-events: all;
}
#cpn-main .button_p a::before {
  position: absolute;
  right: 38px;
  top: .9em;
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}
/*未チェックボタン*/
#cpn-main .button_p {
  position: relative;
  margin: 3rem auto 0;
  width: 90%;
  height: 8rem;
  background: linear-gradient(to bottom, #aaaaaa 0%, #959595 20%, #959595 100%);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
	border: 2px solid #959595;
}
#cpn-main .button_p a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  pointer-events: none;
	border: 3px solid #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 500px) {
  #cpn-main .button_p a::before {
    right: 30px;
  }
}