@charset "UTF-8";

html > body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
	overflow: hidden;
	margin: 0;
}
html > body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media all and (-ms-high-contrast: none) {
  html > body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
}

a img {
	display: inline-block;
	height: 12px;
	margin-right: 3px;
	margin-bottom: 3px;
}
a img:hover {
  opacity: 0.8;
}
a {
  color: #0071bc;
}
a:hover {
  cursor: pointer;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  color: #525252;
}

/* -------------------------------------------------
header
------------------------------------------------- */
header{
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
}
header h1 {
  text-align: left;
  margin: 0px 10px 10px;
}
@media (max-width: 800px){
  header h1 {
  margin: 15px 10px 11px;
  }
  header h1 img {
    width: 75px;
    display: block;
  }
}

/* -------------------------------------------------
footer
------------------------------------------------- */
footer{
	display: block;
  background: #eee;
  padding: 0 0 24px;
}
footer ul{
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 28px 0 24px;
}
footer ul li{
	display: inline-block;
  padding: 0 0 0 8px;
  font-size: 14px;
}
footer ul li a{
	color: #333;
  text-decoration: none;
  display: inline-block;
}
footer ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 0 0 8px;
}
footer ul li:last-child::after {
  display: none;
}
.ad-number{
	background: #fff;
}
.ad-number p {
	padding: 24px 0;
  display: block;
  text-align: center;
  margin: 0;
  z-index: 9999;
}
#copyright {
	margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#copyright p {
  text-align: center;
  font-size: 14px;	
}
.wrapper{
	margin: 0;
}
.fv_wrap {
  text-align: center;
  background: #ffffe6;
  margin-bottom: -5.5vw;
}
.container {
  margin: 0 auto;
  position: relative;
}
.btn {
  display: block;
  text-align: center;
  width: 40%;
  margin: auto;
}

/* -------------------------------------------------
  終了バー
------------------------------------------------- */

#cp_info{
  position: fixed;
  top: 40%;
  width: 100%;
  padding: 34px 0;
  text-align:center;
  background-color: #000;
  background: rgba(000,0,0,0.8);
}
#cp_info p{
  color: #fff;
  opacity: 1;
}

#cp_info .txt{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2px;
}

#cp_info .txt2{
  font-size: 0.95rem;
  font-weight: 100;
}

#cp_info a{
  display: block;
  padding: 10px 30px 8px;
  border-radius: 40px;
  background: #ff8800;
  border-bottom: 2px solid #666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: 80%;
  max-width: 250px;
  margin: 20px auto 0;
  opacity: 100;
}

/* -------------------------------------------------
sec00
------------------------------------------------- */
.sec00 {
  background: rgb(255, 255, 231);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffe7',GradientType=0 );
}
.sec00 div.box {
  text-align: center;
  width: 100%;
  position: relative;
  top: -7.5vw;
}
.sec00-Box {
  margin: auto;
  position: relative;
  top: -7vw;
}
.sec00-btn {
  padding-bottom: 2vw;
  margin-top: -9vw;
}
.bnr_area {
  position: absolute;
  top: 30vw;
}
.bnr_area img {
  height: 4.5vw;
  width: 100vw; /*IE*/
}
.bnr_area_txt {
  position: relative;
  top: -3.5vw;
}
.bnr_area p {
  font-size: 1.75vw;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec00-btn {
    margin-top: 0;
  }
  .bnr_area {
    position: relative;
    top: -17vw;
    margin: 0 1.9vw 0 1.9vw;
  }
  .bnr_area img {
    height: 10vw;
  }
  .bnr_area p {
    font-size: 4.25vw;
  }
  .bnr_area_txt {
    top: -7.75vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 768px){
  .bnr_area {
    margin: 0 24px 0 24px;
  }
}

.cp-Code {
  margin: 20px auto;
  text-align: center;
  width: 30vw;
  height: 3.5vw;
}
.cp-Code_inner {
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.cp-Code_input {
  width: 22.5vw;
  text-align: center;
  font-weight: bold;
  font-size: 2.5vw;
  background: #fff;
  border: 3px solid #ce0505;
  line-height: 1; /*IE*/
}
.cp-Code_btn {
  width: 6.75vw;
  font-size: 1.25vw;
  font-weight: bold;
  background-color: #ce0505;
  color: #fff;
  border-bottom: 0.1875em solid #940000;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.cp-Code_btn:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
@media screen and (max-width: 768px) {
  .cp-Code {
    margin: 1vw auto;
    width: 87vw;
    height: 10vw;
  }
  .cp-Code_inner {
    width: 100%;
    height: 100%;
    display: inline-flex;
  }
  .cp-Code_input {
    width: 65vw;
    font-size: 5vw;
  }
  .cp-Code_btn {
    width: 20vw;
    font-size: 3.5vw;
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and  (max-width: 1000px){
  .sec00-Box {
    top: -8.25vw;
  }
}

dd .cp-Code {
  text-align: center;
  width: 67vw;
  height: 10vw;
}
dd .cp-Code_input {
  display: block;
  width: 49vw;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
  background: #fff;
  border: 3px solid #ce0505;
}
dd .cp-Code_btn {
  width: 15vw;
  font-size: 3.467vw;
  font-weight: bold;
  background-color: #ce0505;
  color: #fff;
  border-bottom: 0.1875em solid #940000;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  dd .cp-Code {
    width: 55vw;
    height: 7vw;
  }
  dd .cp-Code_input {
    width: 40vw;
    font-size: 4vw;
  }
  dd .cp-Code_btn {
    width: 13vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  dd .cp-Code {
    width: 456px;
    height: 60px;
  }
  dd .cp-Code_input {
    width: 303px;
    font-size: 40px;
  }
  dd .cp-Code_btn {
    width: 143px;
    font-size: 25px;
  }
  .sec00-btn {
    position: relative;
  }
}

@media screen and (min-width: 2000px) {
  .fv_wrap {
    margin-bottom: -125px;
  }
  .sec00 div.box {
    width: 100%;
    top: -125px;
  }
  .sec00-Box {
    top: -130px;
  }
  .cp-Code {
    width: 745px;
    height: 70px;
  }
  .cp-Code_input {
    width: 566px;
    padding: 4px;
    font-size: 45px;
  }
  .cp-Code_btn {
    width: 155px;
    font-size: 30px;
  }
  .bnr_area {
    top: 640px;
    width: 100%;
  }
  .bnr_area img {
    height: 70px;
    width: 100%;
  }
  .bnr_area_txt {
    top: -60px;
  }
  .bnr_area p {
    font-size: 35px;
  }
  .sec00-btn {
    padding-bottom: 60px;
    margin-top: -100px;
  }
  .section00 .btn {
    margin: -145px auto -20px;
  }
}

/* -------------------------------------------------
sec01
------------------------------------------------- */
section.sec01 {
  background: #ffffe6;
  padding-bottom: 30px;
}
.sec01 h2 {
  margin-bottom: 30px;
  text-align: center;
}
.sec01_list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  width: 940px;
}
.sec01_list .list_large {
  margin-bottom: 28px;
  flex: 100%;
}
.sec01 .note {
  font-size: 13px;
  text-align: right;
  margin: 8px auto 20px;
  width: 940px;
}
@media screen and (min-width: 2000px) {
  section.sec01 {
    padding-bottom: 20px;
  }
}

/* -------------------------------------------------
sec02
------------------------------------------------- */
section.sec02 {
  background: #ffffe6;
  padding-bottom: 1px;
}
.sec02 div.tit,
.sec03 div.tit {
  background: linear-gradient( 0deg, #fff5ab 0%, #fff5ab 80%, #ffffe6 40%, #ffffe6 55% );
  text-align: center;
  margin-bottom: 50px;
}
.sec02 div.life {
  border: 6px solid #000;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 50px;
  font-size: 20px;
  position: relative;
  margin: 0 auto 100px;
  max-width: 1200px;
}
.sec02 div.life::after {
  content: "";
  position: absolute;
  left: 500px;
  bottom: -230px;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  border: 100px solid transparent;
  border-left: 50px solid #eb3c0f;
  transform: rotate(90deg);
}
.sec02 div.life:last-child::after {
  content: "";
  border: none;
}
.sec02 div.life p {
  padding-top: 185px;
  width: 600px;
}
.sec02 div.life span.red {
  font-size: 16px;
  color: #ff0000;
}
.sec02 div.life01 {
  background: url("../img/pc/pc_sec02_sub01.png") left top no-repeat,
    url("../img/pc/pc_sec02_img01.png") right bottom no-repeat, #fff;
}
.sec02 div.life02 {
  background: url("../img/pc/pc_sec02_sub02.png") left top no-repeat,
    url("../img/pc/pc_sec02_img02.png") right bottom no-repeat, #fff;
}
.sec02 div.life03 {
  background: url("../img/pc/pc_sec02_sub03.png") left top no-repeat,
    url("../img/pc/pc_sec02_img03.png") right bottom no-repeat, #fff;
}

/* -------------------------------------------------
sec03
------------------------------------------------- */
section.sec03 {
  background: #ffffe6;
  padding-bottom: 50px;
}
.sec03 h2 {
  text-align: center;
  margin-bottom: 25px;
}
.sec03_list {
  margin: auto;
}
.sec03 ul li p {
  letter-spacing: 1px;
  padding-left: 5px;
}
.sec03 ul {
  margin: 50px 0 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; 
}
.sec03 li {
  margin: auto 25px;
  border: 4px solid #000;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.sec03 li::after {
  content: url("../img/pc/pc_sec03_icon.png");
  position: absolute;
  top: 330px;
  right: -47px;
}
.sec03 li:last-child::after {
  display: none;
}
.sec03 h3 {
  margin-top: 30px;
}
.sec03 .tit .container img {
  background: linear-gradient( 0deg, #fff5ab 0%, #fff5ab 80%, #ffffe6 40%, #ffffe6 55% );
}
.sec03_wrap {
  text-align: center;
  box-sizing: border-box;
  width: 95%;
  max-width: 1200px;
  border: 6px solid #000;
  border-radius: 20px;
  padding: 60px 0 20px 0;
  font-size: 20px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.sec03_box {
  margin: 0 auto 50px;
}
.sec03_box p {
  margin-top: 25px;
}
.sec03_box a {
  width: 450px;
  margin: 20px auto 60px;
}
.sec03 a {
  margin-top: -20px;
}
.sec03 dt {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.sec03 dd {
  margin-bottom: 50px;
}
.sec03_wrap dt img {
  width: 35px;
  margin-right: 20px;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .sec00-btn {
    padding-top: 95vw;
  }
  .sec03_box {
    margin: 0 auto 30px;
  }
  .sec03_box p {
    margin-top: 3vw;
  }
  .sec03_wrap {
    padding: 30px 25px 10px 25px;
  }
  .sec03_box a {
    width: 100%;
    margin: 3vw auto 4vw;
  }
  .sec03 p {
    font-size: 3.733vw;
  }
  .sec03 dt {
    font-size: 5vw;
  }
  .sec03 dt {
    margin-bottom: 10px;
  }
  .sec03 dd {
    margin-bottom: 30px;
    font-size: 3.467vw;
  }
  .sec03_wrap dt img {
    width: 5vw;
    margin-right: 20px;
    vertical-align: unset;
  }
}


/* -------------------------------------------------
sec04
------------------------------------------------- */
section.sec04 {
  background: #ffffe6;
  text-align: center;
  padding-bottom: 50px;
}
.sec04 ul {
  text-align: left;
  max-width: 1200px;
  margin: auto;
}
.sec04 li {
  background: #fff;
  border: 4px solid #000;
  border-radius: 11px;
  margin: 20px 0;
  padding: 26px 28px;
  box-sizing: border-box;
}
.sec04 li p {
  margin: 20px 0 0 100px;
  position: relative;
  font-size: 20px;
}
.sec04 li p::before {
  content: url("../img/pc/pc_sec05_a.png");
  position: absolute;
  top: -5px;
  left: -45px;
}
.sec04 li p a {
  color: #0071bc;
}

/* -------------------------------------------------
sec05
------------------------------------------------- */
.sec05 {
  margin: 40px auto;
}
.sec05 h2 {
  text-align: center;
  font-size: 35px;
}
.sec05 dl {
  width: 100%;
  max-width: 1200px;
  text-align: center ;
  overflow: auto;
  margin: auto;
}
.sec05 dt {
  background-color: #eee;
  font-size: 25px;
  margin: 25px auto;
  padding: 5px;
  font-weight: bold;
}

.sec05 dd {
  margin-left: 0px ;
  padding: 0px 1em ;
  text-align: left ;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    margin: 35px auto;
  }
  .sec05 h2 {
    font-size: 6vw;
  }
  .sec05 dt {
    font-size: 5vw;
  }
  .sec05 dd {
    font-size: 3.467vw;
  }
}

/* -------------------------------------------------
お問い合わせフォーム
------------------------------------------------- */
.contact-btn {
  max-width: 330px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-btn img {
  width: 100%;
}
.contact-btn-wrap {
  width: 85%;
  max-width: 800px;
  margin: 20px auto 0;
  background: #fff;
  padding: 28px 20px;
  border-radius: 6px;
}
.contact-btn-wrap:first-child {
  margin-top: 0;
}
.contact-wrap {
  display: inline-block;
  width: 100%;
  margin: 50px auto;
}
.contact-btn-wrap h6 {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
.contact-btn-wrap p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}
.contact-btn-wrap p.contact-btn_txt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.contact-btn a {
  width: 100%;
  display: block;
  margin: 10px auto 20px;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background: #54c11e;
  border-radius: 36px;
  border: 0;
  -webkit-appearance: none;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px;
  color: #fff;
  font-size: 20px;
}
.receive-mailmag p {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
.receive-mailmag-btn {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background: #999;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px;
  border-radius: 36px;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
}
.checkbox-parts {
  color: #525252;
}

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #ccc;
  border-radius: 8px;
  background: #f7f7f7;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 17px;
  width: 17px;
  height: 27px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 7px solid #8fc31f;
  border-right: 7px solid #8fc31f;
}
#box-ecom-questionnaire {
  padding: 0px 0px;
}

.fs_b {
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.fs_s {
  margin-top: 10px;
  font-size: 15px;
}

/* -----------------------------------------------
フッター
----------------------------------------------- */
.footer-cnt{
  width:100%;
  margin: 0;
  background-color: #e6dec0;
}
.footer-cnt{
  max-width:100%;
  margin-bottom: 0;
}
.footer-cnt section {
  margin-bottom: 0;
}
#copyright {
  padding-bottom: 20px;
}
#copyright p {
  text-align: center;
  font-size: 14px;
}
/* .ad-number p {
  padding: 24px 0;
  display: block;
  text-align: center;
} */

/* -----------------------------------------------
「メルマガを受け取る」チェックボックス
----------------------------------------------- */
.receive {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 0;
  background: #fff;
  position: relative;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.checkbox-input {
  display: none;
}
.checkbox-parts {
  color: #525252;
  padding-left: 60px;
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  min-height: 50px;
}
.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border: 3px solid #ccc;
  border-radius: 8px;
  background: #f7f7f7;
}
.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  width: 11px;
  height: 20px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 7px solid #8fc31f;
  border-right: 7px solid #8fc31f;
}

/* -----------------------------------------------
不快調査
----------------------------------------------- */
#box-ecom-questionnaire {
  padding: 0px;
  max-width: 100%;
  margin-top: 20px;
}
.inner {
  background-color: #fff;
  padding: 28px 20px 30px;
  width: 85%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  border-radius: 6px;
  border: none;
}
.inner a {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: 10px auto 20px;
  padding: 16px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background: #54c11e;
  border-radius: 36px;
  border: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px;
}
.fs_b {
  width: 60%;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #525252;
}
.ab-test {
  display: none;
}
.test-a .ab-test, .test-b .ab-test {
  display: block;
}
.test-a .not-test, .test-b .not-test {
  display: none;
}

.back_top {
	max-width: 50px;
	min-width: 40px;
	width: 10vw;
	position: fixed;
	right: 20px;
	bottom: 20px;
  cursor: pointer;
  display: none;
}
.back_top:hover {
	opacity: 0.75;
}

/* -------------------------------------------------
1200px～
------------------------------------------------- */
/* @media screen and (min-width: 1200px) {
    .sec00 .container {
    height: 825px;
  }
} */

/* -------------------------------------------------
～1200px
------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .fv_wrap h1.sp_none img {
    width: 100vw;
  }
  .sec00 p.txt {
    font-size: 1.3vw;
    line-height: 1.833vw;
    width: 100vw;
    top: 255px;
    left: 0;
  }
  section.sec01 {
    background: #ffffe6;
    padding-bottom: 4.167vw;
  }
  .sec01 h2.box {
    margin: 0 auto 2.5vw;
    width: 78.333vw;
  }
  .sec01_list {
    margin: auto;
    width: 78.333vw;
  }
  .sec01_list li {
    width: 32%;
  }
  .sec01_list .list_large {
    margin-bottom: 2.333vw;
  }
  .sec01 .note {
    font-size: 1.083vw;
    margin: 0.667vw auto 1.667vw;
    width: 78.333vw;
  }

  .btn {
    margin: auto;
    width: 58.333%;
  }
  section.sec02 {
    padding-bottom: 0.083vw;
  }
  .sec02 div.tit {
    margin-bottom: 6.667vw;
  }
  .sec02 div.life {
    border: 0.5vw solid #000;
    border-radius: 1.667vw;
    padding: 4.167vw;
    font-size: 1.5vw;
    margin-bottom: 8.333vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec02 div.life::after {
    content: "";
    position: absolute;
    left: 41.667vw;
    bottom: -19.167vw;
    box-sizing: border-box;
    width: 16.667vw;
    height: 4.167vw;
    border: 8.333vw solid transparent;
    border-left: 4.167vw solid #eb3c0f;
    transform: rotate(90deg);
  }
  .sec02 div.life p {
    padding-top: 15.417vw;
    width: 49vw;
  }
  .sec02 div.life span.red {
    font-size: 1.333vw;
  }
  .sec02 div.life01 {
    background-size: contain;
  }
  .sec02 div.life02 {
    background-size: contain;
  }
  .sec02 div.life03 {
    background-size: contain;
  }
  .sec03 li {
    border: 0.333vw solid #000;
  }
  .sec03_list {
    margin: auto;
  }
  .sec03 li::after {
    content: url("../img/pc/pc_sec03_icon.png");
    position: absolute;
    width: 3.333vw;
    height: 3.333vw;
    top: 27.667vw;
    right: -4vw;
  }
  section.sec04 {
    padding: 6.667vw 0;
  }
  section.sec04 {
    padding-bottom: 4.333vw;
  }
  .sec04 ul {
    text-align: left;
  }
  .sec04 li {
    background: #fff;
    border: 0.333vw solid #000;
    border-radius: 0.917vw;
    margin: 1.667vw auto;
    padding: 2.167vw 2.333vw;
    box-sizing: border-box;
    width: 96%;
  }
  .sec04 li p {
    margin: 1.667vw 0 0 10.333vw;
  }
  .sec04 li p::before {
    content: "";
    background: url("../img/pc/pc_sec05_a.png") no-repeat;
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: -0.417vw;
    left: -5.3vw;
  }
}

/* -------------------------------------------------
1150px~1200px(txt用)
------------------------------------------------- */
@media screen and (max-width: 1150px) {
  .sec00 p.txt {
    font-size: 1.3vw;
    line-height: 1.833vw;
    width: 100vw;
    top: 22vw;
    left: 0;
  }
}

/* -------------------------------------------------
～750px   768px
------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  a img.sp_none {
    display: none;
  }
  a img.pc_none {
    display: block;
    width: 92vw;
  }
  section.sec00 {
    background: #ffffe6;
    padding-top: 0;
  }
  .sec00 .container {
    height: 50vw;
  }
  .sec00 div.box {
    width: 100%;
    top: -3.467vw;
  }
  .sec00-Box {
    position: relative;
    top: -16vw;
    margin: auto 18px;
    font-size: 2.667vw;
  }
  .sec00 .btn {
    margin-top: -3vw;
    margin-bottom: 2vw;
  }
  section.sec01 {
    padding-bottom: 2vw;
  }
  .sec01_list {
    display: block;
    margin: auto;
    width: 92%;
  }
  .sec01_list li {
    margin-bottom: 6.4vw;
    width: 100%;
  }
  .sec01_list li:last-child {
    margin-bottom: 2vw;
  }
  .sec01_list .list_large {
    margin-bottom: 6.4vw;
  }
  .sec01 .note {
    font-size: 2.667vw;
    margin: 1.067vw auto 1vw;
    width: 92%;
  }
  .btn {
    margin: auto;
    width: 92%;
  }
  section.sec02 {
    padding-bottom: 0.133vw;
  }
  .sec02 div.tit {
    margin-bottom: 10.667vw;
    padding-top: 5vw;
  }
  .sec02 div.life {
    border: 6px solid #000;
    border-radius: 2.667vw;
    padding: 3.667vw;
    font-size: 3.467vw;
    margin: 0 auto 10.667vw;
    width: 92vw;
  }
  .sec02 div.life::after {
    content: "";
    left: 31.667vw;
    bottom: -30.667vw;
    width: 26.667vw;
    height: 6.667vw;
    border: 13.333vw solid transparent;
    border-left: 6.667vw solid #eb3c0f;
  }
  .sec02 div.life p {
    padding-top: 82vw;
    width: 80vw;
    margin: 0 auto;
  }
  .sec02 div.life span.red {
    display: block;
    margin-top: 1vw;
    font-size: 2.667vw;
    line-height: 4vw;
  }
  .sec02 div.life01 {
    background: url("../img/sp/sp_sec02_sub01.png") left top no-repeat#fff;
    background-size: 100%;
  }
  .sec02 div.life02 {
    background: url("../img/sp/sp_sec02_sub02.png") left top no-repeat #fff;
    background-size: 100%;
  }
  .sec02 div.life03 {
    background: url("../img/sp/sp_sec02_sub03.png") left top no-repeat #fff;
    background-size: 100%;
  }
  .sec03 h2 {
  margin: 0 auto 20px;
  }
  .sec03 ul {
    width: 90%;
    display: block;
  }
  .sec03 li::after {
    content: "";
    background: url("../img/sp/sp_sec03_icon.png") no-repeat;
    top: auto;
    display: inline-block;
    width: 8.8vw;
    height: 8.8vw;
    background-size: contain;
    bottom: -12vw;
    right: 40vw;
  }
  .sec03_list {
    display: block;
    margin: auto;
    width: 92%;
  }
  .sec03_list li {
    margin-bottom: 6.4vw;
    width: 100%;
  }
  .sec03_list li:last-child {
    margin-bottom: 2vw;
  }
  .sec03 ul {
    margin: auto;
  }
  .sec03 li {
    margin: 0 auto 14.133vw;
    border: 0.53vw solid #000;
  }
  section.sec04 {
    padding: 0 0 10.667vw;
  }
  section.sec04 {
    text-align: center;
    padding-bottom: 5.333vw;
  }
  .sec04 ul {
    text-align: left;
  }
  .sec04 li {
    width: 92vw;
    border: 0.53vw solid #000;
    border-radius: 1.467vw;
    margin: 0 auto 4.4vw;
    padding: 3.467vw 1.733vw 3.467vw;
  }
  .sec04 li p {
    margin: 2.667vw 0 0 13.333vw;
    font-size: 3.467vw;
  }
  .sec04 li p::before {
    content: "";
    background: url("../img/sp/sp_sec05_a.png") no-repeat;
    display: inline-block;
    width: 6.8vw;
    height: 6.8vw;
    background-size: contain;
    top: -0.667vw;
    left: -8vw;
  }
  .sec04 li p a {
    color: #0071bc;
  }
  .contact-btn-wrap h6 {
    margin-bottom: 14px;
  }
  .checkbox-parts {
    max-width: 448px;
    padding: 0px 0 12px 56px;
    line-height: 24px;
  }
}

/* -------------------------------------------------
768px～
------------------------------------------------- */
@media screen and (max-width: 768px) {
  #box-ecom-questionnaire {
    margin-bottom: 30px;
  }
  .receive-mailmag-btn {
    max-width: 290px;
    width: 100%;
  }
  .inner {
    width: 85%;
    max-width: 100%;
  }
  .inner a {
    font-size: 14px;
    max-width: 290px;
    width: 100%;
  }
  .fs_b {
    font-size: 20px;
  }
  .contact-btn a {
    font-size: 14px;
    max-width: 290px;
    width: 100%;
  }
  .sec03_list {
    width: 100%;
  }
}

/* -------------------------------------------------
801px～
------------------------------------------------- */
@media (min-width: 801px) {
	label.checkbox {
    width: 522px;
	}
  .checkbox-parts {
    width: 522px;
    padding: 10px 0 12px 62px;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    display: block;
  }
  .receive {
    max-width: 600px;
  }
  .receive-mailmag-btn {
    width: 330px;
    font-size: 20px;
  }
  .inner {
    width: 85%;
    max-width: 800px;
  }
  .contact-btn-wrap {
    max-width: 800px;
    margin: 20px auto 0;
  }
  .contact-btn-wrap h6 {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .contact-btn-wrap p {
    font-size: 15px;
  }
  .contact-btn {
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .receive-mailmag p {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .checkbox-parts::before {
    top: 0;
  }
  .checkbox-input:checked+.checkbox-parts::after {
    top: 10px;
  }
  innner a {
    width: 330px;
    font-size: 20px;
  }
}

/* -------------------------------------------------
840px～
------------------------------------------------- */
@media screen and (max-width: 840px) {
	.back_top {
		right: 10px;
		bottom: 10px;
	}
}