/* ----------------------------
reset
------------------------------- */
body,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
form, fieldset, legend, pre, blockquote {
  margin: 0px;
  padding: 0px;
}

ul, li {
  list-style: none;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  text-align: left;
}

a {
  word-break: break-all;
}

a,
a:link,
a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

a img {
  margin: 0;
  padding: 0;
  border-style: none;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c {
  text-align: center;
  margin: 0px auto;
}

.img_c2 {
  text-align: center;
  margin: 20px auto;
}

.img_c2 img {
  width: 70%;
}

/* バナー */
.banner {}

.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=60);
}

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 900px;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_sp {
  display: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

/* ヘッダー */
#header_pc {
  background: #e60013;
  padding: 20px 0px;
}

#header_pc .logo {
  text-align: center;
}

#header_pc .logo img {
  max-width: 700px;
}

#header_pc {
  display: block;
}

#header_sp {
  display: none;
}

/*main*/
.main {
  width: 100%;
  margin: 0 auto;
  background: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: relative;
  text-align: center;
}

.main h1 {
  margin: 0px auto;
  position: relative;
}

.main h1 img {
  max-width: 90%;
}

.main h2 {
  margin: 0px auto;
  padding-bottom: 50px;
  position: relative;
}

.main h2 img {
  max-width: 80%;
}

/* book */
.book {
  margin: 30px auto;
}

.book .in_box {
  max-width: 650px;
  margin: 0 auto;
}

.book .in_box h2 {
  border-left: solid 10px #e60013;
  padding-left: 40px;
  margin: 20px 0px;
  font-size: 3.5rem;
  line-height: 5rem;
}

.book .in_cap {
  display: flex;
  margin: 50px 0px;
}

.book .in_cap ul {
  font-size: 2.5rem;
  margin-right: 22%;
}

.book .in_cap img {
  max-width: 35%;
}

/* about */
.about {
  margin: 30px auto;
}

.about .tl {
  background: #e60013;
  padding: 20px 0px;
  margin: 0px auto 30px;
}

.about .tl h2 {
  color: #fff;
  font-size: 3.1rem;
  line-height: 5rem;
}

.about h3 {
  border-left: solid 10px #e60013;
  padding-left: 40px;
  margin: 50px 0px 0px;
  font-size: 3.1rem;
  line-height: 5rem;
}

.about .in_box {
  max-width: 650px;
  margin: 0px auto;
}

.about p {
  margin-bottom: 30px;
  font-size: 1.75rem;
}

.about b {
  background: linear-gradient(transparent 60%, #fff176 60%);
}

.about img {
  max-width: 50%;
}

/*present*/
.present {
  background: #e60013;
  border-bottom: 20px solid #f67a84;
  padding: 40px 0px;
  margin: 50px 0px;
}

.present.last {
  background: #e60013;
  border-bottom: 0px;
  padding: 40px 0px;
  margin: 0px 0px;
}

.present .in_box {
  max-width: 650px;
  margin: 0px auto;
}

.present ul {
  color: #fff;
  font-size: 1.35rem;
  margin-top: 20px;
}

.present ul li.f_yellow {
  color: #fef102;
}

.present form {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  border: 7px #f67a84 solid;
  position: relative;
}

.present form h2 {
  background: #000000;
  padding: 10px 0px;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  position: relative;
  right: 30px;
  z-index: 2;
  width: 655px;
}

.present form h2:before {
  content: "";
  background-image: url(../images/p_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 62px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 30px;
}

.present .txt-s {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 10px auto;
}

.present input[type="email"],
 .present input[type="text"]{
  width: 95%;
  background: #eeeeee;
  padding: 10px 0px 10px 10px;
  border: solid 1px #9f9a9a;
}

.present input[type="submit"] {
  margin: 30px auto 0px;
  text-align: center;
  display: block;
  background: #b00312;
  color: #fff;
  width: 35%;
  border: solid 1px #b00312;
  padding: 10px 0px;
  font-size: 1.7rem;
}

/* premium */
.premium {
  margin: 0px auto;
}

.premium .in_box {
  max-width: 650px;
  margin: 0 auto;
}

.premium h2,
.premium h3 {
  margin: 20px auto;
  text-align: center;
}

.premium img {
  max-width: 650px;
}

.premium .center {
  margin: 50px auto;
}

.premium p {
  margin: 50px 0px;
}

/* company */
.company {
  padding: 50px 0px;
  border-top: solid 10px #e60013;
  border-bottom: solid 10px #e60013;
}

.company .in_box {
  max-width: 650px;
  margin: 0 auto;
}

.company .in_box h1 {
  background: #e60013;
  color: #fff;
  padding-left: 70px;
  margin: 20px 0px;
  font-size: 3rem;
  line-height: 5rem;
  position: relative;
}

.company .in_box h1:before {
  content: "";
  background-image: url(../images/p_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 62px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.company table {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 1.5em auto;
  box-sizing: border-box;
  font-size: 0.75em;
}

.company th {
  color: #FFFFFF;
  padding: 0.5em;
  background-color: #e60013;
  border: 1px solid #ffffff;
  line-height: 120%;
  text-align: center;
  box-sizing: border-box;
}

.company td {
  padding: 0.5em;
  background-color: #FFFFFF;
  border: 1px solid #e60013;
  line-height: 120%;
  text-align: left;
  box-sizing: border-box;
}

/* privacy */
.privacy {
  padding: 50px 0px;
}

.privacy .in_box {
  max-width: 650px;
  margin: 0 auto;
}

.privacy .in_box h1 {
  background: #e60013;
  color: #fff;
  padding-left: 70px;
  margin: 20px 0px;
  font-size: 3rem;
  line-height: 5rem;
  position: relative;
}

.privacy .in_box h1:before {
  content: "";
  background-image: url(../images/p_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 62px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.pr_box {
  width: 100%;
  font-size: 0.8em;
  padding: 1.0em 0.5em 2.0em 0.5em;
  box-sizing: border-box;
}

.pr_box h2 {
  color: #e60013;
  font-weight: bold;
  border-bottom: 1px solid #e60013;
  margin-bottom: 0.5em;
}

.pr_box p {
  padding: 0.5em;
}

.list_dec {
  width: 90%;
  padding: 0.5em 0 0 5%;
  list-style-type: decimal;
}

.list_dec li {
  padding: 0.35em 0;
}

.list_disc {
  width: 90%;
  padding: 0.5em 0 0 5%;
  list-style-type: disc;
}

.list_disc li {
  padding: 0.35em 0;
}

/* footer */
footer {
  background-color: #e60013;
  padding: 0px 0px 0;
  width: 100%;
}

.copy {
  text-align: center;
  font-size: 1.5rem;
  margin: 0px 0 0;
  padding: 10px 0;
  color: #ffffff;
}

footer .in_box {
  max-width: 650px;
  margin: 0px auto;
}

footer ul {
  display: flex;
  margin: 0px auto;
  padding: 20px 0px;
  border-top: solid 1px #fff;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
}

footer ul li {
  text-align: center;
  position: relative;
}

footer ul li::before {
  content: "|";
  color: #fff;
}

footer ul li:last-child::after {
  content: "|";
  color: #fff;
}

footer a,
footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: underline;
  padding: 0px 10px;
}

footer a:hover,
footer a:active {
  color: #ffffff;
  text-decoration: none;
}

#bottom_btn {
	max-width: 10%;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 99999;
	display: inline-block;
}

#bottom_amazon {
	max-width: 10%;
	text-align: left;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 4px;
	left: 4px;
	z-index: 99999;
	display: inline-block;
}


/*ここからタブレット用（600px～1200px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1200px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    background-image: none;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: block;
  }

  .banner_sp {
    display: none;
  }

  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }

  /* ヘッダー */
  #header_pc h1 {
    text-align: center;
  }

  #header_pc h1 img {
    max-width: 100%;
  }

  #header_pc {
    display: block;
  }

  #header_sp {
    display: none;
  }
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
  body {
    font-size: 1.4rem;
    background-image: none;
    line-height: 1.7;
    margin: 0 auto 0;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

  /*header*/
  #header_pc .logo img {
    max-width: 350px;
  }

  /*main*/
  .main h2 {
    padding-bottom: 20px;
  }

  /*book*/
  .book .in_box {
    max-width: 350px;
  }

  .book .in_box h2 {
    padding-left: 20px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .book .in_box h2 br {
    display: none;
  }

  .book .in_cap {
    display: block;
    margin: 50px auto;
    text-align: center;
  }

  .book .in_cap ul {
    text-align: left;
  }

  .book .in_cap img {
    max-width: 70%;
    margin: 20px auto;
  }

  .book .in_cap ul {
    font-size: 2rem;
    margin-right: 22%;
  }

  /*about*/
  .about .tl h2 {
    font-size: 2.5rem;
    line-height: 4rem;
    margin: 0 20px;
  }

  .about .tl h2 br {
    display: none;
  }

  .about .in_box {
    max-width: 350px;
  }

  .about p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  /*present*/
  .present form h2 {
    font-size: 1.6rem;
    width: 350px;
  }

  .present form h2:before {
    width: 42px;
    height: 68px;
    bottom: 0px;
    left: 0px;
  }

  .present input[type="submit"] {
    width: 100%;
}

  /*premium*/
  .premium img {
    max-width: 350px;
  }

  .premium p {
    margin: 50px 20px;
  }

  /*company*/
  .company .in_box {
    max-width: 350px;
  }

  /*privacy*/
  .privacy .in_box {
    max-width: 350px;
  }

  .privacy .in_box h1 {
    font-size: 2.5rem;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
  }

  #bottom_btn {
	display: none;
	max-width: 20%;
	min-width: 150px;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 99999;
	display: inline-block;
}

#bottom_amazon {
	display: none;
	max-width: 20%;
	min-width: 150px;
	text-align: left;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 4px;
	left: 4px;
	z-index: 99999;
	display: inline-block;
}
}

/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.m5 {
  margin: 5px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.m10 {
  margin: 10px !important
}

.mt10 {
  margin-top: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.m15 {
  margin: 15px !important
}

.mt15 {
  margin-top: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.m20 {
  margin: 20px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.m25 {
  margin: 25px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.m30 {
  margin: 30px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.m35 {
  margin: 35px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.m40 {
  margin: 40px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.m45 {
  margin: 45px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.m50 {
  margin: 50px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.m55 {
  margin: 55px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.m60 {
  margin: 60px !important
}

.mt60 {
  margin-top: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.m65 {
  margin: 65px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.m70 {
  margin: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.m75 {
  margin: 75px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.m80 {
  margin: 80px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mlrb30 {
  margin: 10px 30px 30px !important
}

.ml90 {
  margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important
}

.pt0 {
  padding-top: 0 !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pl0 {
  padding-left: 0 !important
}

.p5 {
  padding: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.p10 {
  padding: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.p20 {
  padding: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.p30 {
  padding: 30px !important
}

.p4050 {
  padding: 40px 50px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb80 {
  padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w876 {
  width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/
.h10 {
  height: 10px;
}

.h30 {
  height: 30px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/**************************************************************
【配置設定】
**************************************************************/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/
.red1 {
  color: #FF0000;
}

/*明るい赤 */
.red2 {
  color: #b00000;
}

/*暗い赤 */
.red1_b {
  color: #F00;
  font-weight: bold;
}

/*太字・明るい赤 */
.red2_b {
  color: #d13938;
  font-weight: bold;
}

/*太字・暗い赤 */
.blue {
  color: #00F;
}

/*青 */
.bl {
  color: #1a7ca7;
}

/*青 */
.or {
  color: #ff8a00;
}

/*オレンジ */
.or2 {
  color: #ff6c00;
}

/*オレンジ2 */
.blk {
  color: #000;
}

/*黒 */
.gr {
  color: #999;
}

/*グレー */
.grn {
  color: #50A810;
}

/*みどり */
.pk {
  color: #FE48DA;
}

/*ピンク */
.gld {
  color: #d5b876;
}

/*ゴールド */
.pp {
  color: #8A37BC;
}

/*むらさき */
.underline {
  text-decoration: underline;
}

/*アンダーライン */
strong {
  font-weight: bold;
}

/*太字 */
.bg_y {
  background-color: #F6BD15;
  padding: 0px 5px 0px;
}

.bg_k {
  background-color: #F8FF12;
  padding: 0px 5px 0px;
}

.font0_5 {
  font-size: 0.5em;
}

.font0_6 {
  font-size: 0.6em;
}

.font0_7 {
  font-size: 0.7em;
}

.font0_8 {
  font-size: 0.8em;
}

.font0_9 {
  font-size: 0.9em;
}

.font1 {
  font-size: 1em;
}

.font1_1 {
  font-size: 1.1em;
}

.font1_2 {
  font-size: 1.2em;
}

.font1_3 {
  font-size: 1.3em;
}

.font1_4 {
  font-size: 1.4em;
}

.font1_5 {
  font-size: 1.5em;
}

.font1_6 {
  font-size: 1.6em;
}

.font1_7 {
  font-size: 1.7em;
}

.font1_8 {
  font-size: 1.8em;
}

.font1_9 {
  font-size: 1.9em;
}

.font2 {
  font-size: 2em;
}

.lh160 {
  line-height: 160%;
}

.font_M {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
