@charset "utf-8";

/* CSS Document */

html {
  background-color: #9d1602;
}


#container {
  width: 100%;
}

#content {
  width: 800px;
  margin: 0 auto;
  padding-top: 6rem;
}

.fsM {
  font-size: 1.4rem;
}


.fsS {
  font-size: .8rem;
}

.fwB {
  font-weight: bold;
}

.mB20 {margin-bottom: 20px;}
.mB40 {margin-bottom: 40px;}
.mAuto {margin-left: auto; margin-right: auto; text-align: center;}




h1 {
  padding: 2rem 0 4rem;
}

.section {
  margin-bottom: 4rem;
}

.leadtxt {
  color: #fff;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
}

.message {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}


.attention {
  border-radius: 2px;
  border: 2px solid #fff;
  margin-bottom: 4rem;
  padding: 1rem 1.6rem;

}

.attention p {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.attention--more {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 1.6rem;
  padding: 1rem 1.6rem;
  background-color: #f3e4e2;
  color: #9d1602;
}


.normal {
  border-radius: 2px;
  background:#efefef;
  margin-top: .8rem;
  margin-bottom: 1.6rem;
  padding: 2rem 2.4rem 1rem;
}

.normal h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom:1.6rem;
}
.normal p {
  font-size: 1rem;
  margin-bottom:1.6rem;
}




.section--white {
  background-color: #fff;
  border-radius: 2px;
  padding: 3.2rem 2.4rem 1.6rem;
}


.summary__Inner {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem ;
  border-bottom: 2px solid #9d1602;
}

.summary__head {
  line-height: 1;
  font-size: 1.1rem;
  font-weight:bold;
  margin-bottom: .8rem;

}

.summary__body {
  font-size:1rem;
  line-height: 1.8rem;
}

.item {
  margin-bottom: 1.6rem;
}

.pict {
  margin-bottom: 2.4rem;
  text-align: center;
}

.pict img {
  margin: 0 auto;
}


.list li {
  margin-bottom: 1rem;
  position:relative;
}


.list li:before {
  content: '';
  position: absolute;
  background-color: #9d1602;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 0px;
  top: .3rem;
}


.list li p {
  margin-left: 1.6rem;
}


.allBtn {
    width:auto;
    max-width: 400px;
    margin: 0 auto 160px;
}

.allBtn a {
    display: block;
    font-size:1rem;
    padding: 0.6rem 1rem;
    text-align: center;
    border-radius: 4px;
    background-color: #c65b67;
    color: #fff;
}
.white {
  color:#fff;
  font-size:1rem;
  margin-bottom:1.6rem;
  text-align: center;
}

.section--recommend {
  width:800px;
  margin:0 auto 4rem;
}

.section--recommend img {
  width:100%;
}

.spOnly {
  display: none;
}


@media (max-width: 735px) {

  #container {
    box-sizing: border-box;
    width: 100%;
  }

  #content {
    width: 98%;
    margin: 0 1%;
    padding-top: 6rem;
  }



  #content img {
    width: 100%;
  }

  .attention p {
    font-size:1rem;
  }

  .leadtxt {
    font-size: 1.4rem ;
    line-height: 1.4;
  }

  .message {
    font-size:1rem;
  }

.normal {
  padding: 2.4rem 1.6rem 1.6rem;
}

  .summary__head {
    font-size:1rem;
  }
  .summary__body {
    font-size:1rem;
    line-height:1.4;
  }

  .section--white {
    background-color: #fff;
    border-radius: 2px;
    padding: 2.4rem 1.6rem 1.6rem;
  }

  .spOnly {
    display: block;
  }

.allBtn {
    width:80%;
    margin:0 auto 4rem;
}




}


/* -------------------- header -------------------- */

/* 背景色変更 不要な場合は削除 */
header {
  background-color: #fffcf8; 
}



/* -------------------- pagetop -------------------- */

/* ページの上部へ　右下固定版 */

#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}

#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
}

