@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: #fffbb2;

}

@media all and (min-width: 769px) {
  body {
    background-attachment: fixed;
    background-size: 200px auto;
  }
}

* {
  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 0 .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 {
  background: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.contents__box.contents__box_alpha {
  background: rgba(255, 255, 255, .94);
}

.contents__box__inner {
  padding: 4%;
}

.contents__box__present {
  padding: 4%;
  margin-bottom: 4%;
  border-radius: 0 0 3px 3px;
}

.contents__box__present--point10 {
  background:#fff;
}

.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-bottom: 4%;
  line-height: 1.4;
  border-radius: 3px;
  background: #fff;
  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__txt {
  width: 80%;
  margin: 0 auto 10px;
}

.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: #e62e8b;
  position: relative;
}

.contents__outline {
  padding: 4% 4% 2%;
}

.contents__box_wrap {
  padding: 20px 4%;
}


@media all and (min-width: 769px) {
  .contents__box_wrap {
    padding: 40px 0;
    /* background: url(/special/campaign/2024-0214-point10times/img/bg_pc.png) center top / 1200px auto repeat-y; */
    background-attachment: fixed;
    background-size: 200px auto;
  }

}






.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%;
}
.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: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}

.contents__box__inner {
  padding: 30px;
}

.contents__box__present {
  padding: 15px;
  margin-bottom: 20px;
}

.contents__box__flow {
  margin-bottom: 30px;
}

.contents__box__shohin {
  padding: 15px;
  margin-bottom: 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;
}


/*========= kv (PC) =========*/
.kv {
  /* background: linear-gradient(90deg, #fdb9d0 50%, #b3d8f9 50%); */
}
.kv__head {
  width: 100%;
  background: #e62e8b;
  /* background: linear-gradient(90deg, #d0ba5a, #f9eaa3 25%, #fef5cb 50%, #f9eaa3 75%, #d0ba5a ); */
}
.kv__head__txt {
  width: 290px;
  margin: 0 auto;
  padding: 10px 0;
}
.kv__img {
  background:url(/special/campaign/2024-0214-point10times/img/kv_bg_pc.png) center bottom / 1200px auto no-repeat;
  height: 600px;
}
@media all and (min-width: 1200px) {
  .kv__img {
    background-size: 100%;
  }
}

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



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


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

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

.contents__box__btn p:first-child {
  margin-bottom: 15px;
}

.contents__box__btn__txt {
  width: 460px;
  margin: 0 auto 10px;
}


/*========= 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;
}



}
