@charset "UTF-8";

/*=================[すべてに適用]=================*/
@media all {

html {
  font-size: 62.5%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;

}


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  background: #fbe507;
}



* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

._pc {
  display: none!important;
}

._sp {
  display: inline-block!important;
}

._notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 4% .25em!important;
}

._notice span {
  background:linear-gradient(transparent 30%, #ffff00 30%);
}

._notice--more {
  color: #e30e0e;
}

._mb0 {
  margin-bottom: 0!important;
}



/*a*/
a, a img {
  color: #00a0e9;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #00a0e9;
}

a:hover {
  opacity: .6;
  text-decoration: none;
}

a:active {
  opacity: .8;
}

a:hover img {
  opacity: 0.8;
}


/*========= contents (SP) =========*/
.contents {
  margin: 0 auto 30px;
}


.contents__box {
  position: relative;
  border-radius: 3px;
  z-index: 1;
}

/* .contents__box.contents__box_alpha {
  background: rgba(255, 255, 255, .7);
} */


.contents__box__present {
  padding: 4% 0;
  margin-bottom: 4%;
  border-radius: 0 0 4px 4px;
  /* border: solid 4px #0132b3; */
  border-top: none;
  background:#fff;
}

.contents__box__present.contents__box__present__g {
  border-color: #dfdfdf;
}


.contents__box__flow {
  margin-bottom: 6%;
}

.contents__box__flow__box {
  margin: 1em auto .5em auto;
}

.contents__box__flow__entry {
  width: 60%;
  margin: 1.5em auto!important;
}

.contents__box__shohin {
  padding: 4%;
  margin: 2% 4% 4%;
  line-height: 1.4;
  border-radius: 3px;
  background: #f0f0f0;
  font-weight: bold;
}

.contents__box__shohin__name {
  color: #e60012;
}

.contents__box__notice {
  margin-bottom: 6%;
}



.contents__box__point__txt--point10 {
  background:#fbe1d7;
}

.contents__box__point__subtit {
  font-weight: bold;
  margin: 1.5em 0 .5em;
  font-size: 1.2rem;
}

.contents__box__point__subtit:first-child {
  margin-top: 0;
}

.contents__box__btn {
  margin-bottom: 4%;
}


.contents__box__btn__link {
  margin-bottom: 2%;
  display: block;
}

/* .contents__box__btn__link:last-child {
  margin-bottom: 0;
} */

.contents__box__present__box {
  margin-bottom: 4%;
}


/* .contents__point10 {
  background: #fff100;
  position: relative;
} */

.contents__point10__txt__wrap {
  width: 100%;
  background: #e50012;
  padding: 4% 0;
}

.contents__point10__txt {
  width: 70%;
  margin: 0 auto;
}


/* .contents__outline {
  padding: 0 4%;
} */

.contents__box_wrap {
  padding: 20px 4%;
}


@media all and (min-width: 769px) {
  .contents__box_wrap {
    padding: 40px 0;
  }

}






.contents__box--outline {
  font-size: 1.3rem;
  margin-bottom: 4%;
}

.outline__contents {
  /* border: 1px solid #e30e0e; */
  padding: 4%;
  overflow-y: scroll;
  height: 300px;
  /* margin-bottom: 6%; */
  /* border: solid 4px #0132b3; */
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.outline__contents a {
  color: #e30e0e;
}

.outline__box {
  margin-bottom: 30px;
}

.outline__box p {
  margin-bottom: 1em;
}

.outline__box__tit-l {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e70017;
  margin-bottom: .6em;
  padding-bottom: .4em;
  border-bottom: 2px solid #e70017;
}

.outline__box__tit-m {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__tit-m--course {
  text-decoration: underline;
}

.outline__box__tit-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__list {
  margin-bottom: 1em;
}

.outline__box__list__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  list-style-type:none;
}

._notice--outline {
  font-size: 1.2rem;
  margin-bottom: .5em;
}





/*========= back-cpidx (SP) =========*/
.back-cpidx {
  text-align: center;
}

.back-cpidx__link,
.back-cpidx__link:visited {
  display: inline-block;
  color: #000;
  background:#fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
}

.back-cpidx__link:hover {
 background: rgb(255, 255, 234);
}

.back-cpidx__link i {
  color:#e30e0e;
}



/*========= footer (SP) =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
}

.footer__logo__img {
  width: 60%;
}

.footer__copyright {
  font-size: 0.8rem;
}


/*========= common (SP) =========*/
/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #e30e0e;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  /* background: #e30e0e;
  color: #fff; */
  text-decoration: none;
}


}


/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
body {
  font-size: 1.5rem;
}

._pc {
  display: inline-block!important;
}

._sp {
  display: none!important;
}

._notice {
  font-size: 1.3rem;
}

#pagetop a {
  padding: 20px;
}


/*========= common (PC) =========*/
.contents {
  margin: 0 auto 60px;
}

.contents__box {
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


.contents__box__present {
  padding: 15px 0 30px;
  margin-bottom: 30px;
  border-radius: 0 0 4px 4px;
  border-width: 6px;
}

.contents__box__flow {
  margin-bottom: 30px;
}

.contents__box__shohin {
  padding: 15px;
  margin: 10px 4% 15px;
  text-align: center;
}

.contents__box__point {
  margin-bottom: 30px;
}

.contents__box__point__tit {
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
}

.contents__box__point__txt {
  padding: 20px;
  font-size: 1.4rem;
}

.contents__box__point__subtit {
  font-size: 1.4rem;
}

.contents__box__notice {
  margin-bottom: 30px;
}

.contents__box__present__box {
  margin-bottom: 10px;
}



.contents__box__flow__entry {
  width: 30%;
}

.contents__point10 {
  padding:0;
}

.contents__point10__txt__wrap {
  padding: 30px 0;
}

.contents__point10__txt {
  margin: 0 auto;
  width: 411px;
}


/*========= kv (PC) =========*/

.kv__head {
  width: 100%;
  background: #e50012;
  /* background: linear-gradient(90deg, #d0ba5a, #f9eaa3 25%, #fef5cb 50%, #f9eaa3 75%, #d0ba5a ); */
}
.kv__head__txt {
  width: 261px;
  margin: 0 auto;
  padding: 10px 0;
}

.kv__img {
  position: relative;
  background:url(/special/campaign/2024-0514-point-present-net/img/kv_bg_pc.png) top center / auto 100% no-repeat;
  /* height: 514px; */
}

@media all and (min-width: 1200px) {
  .kv__img {
    background-size: 100% auto;
    /* background-attachment: fixed; */
  }
}

.kv__img__logo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  /* padding: 10px 0 0; */
  position: relative;
}



/*========= outline (PC) =========*/
.contents__outline {
  /* padding: 0 0 25px; */
}


.outline__contents {
  padding: 20px;
  height: 300px;
  margin-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.outline__contents a {
  color: #e30e0e;
}
.outline__contents a:visited {
  color: #be1111;
}
.outline__contents a:hover {
  color: #e27314;
  text-decoration: none;
}

.contents__box__btn {
  margin-bottom: 30px;
}



/*========= footer (PC) =========*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer__inner {
  width: calc(100% - 20px);
  max-width: 900px;
  margin: 0 auto;
}

.footer__logo {
  float: left;
}

.footer__logo__img {
  width: 260px;
}

.footer__copyright{
  font-size: 1.2rem;
  display: inline-block;
  padding: 30px 0 0 0;
}

}

