@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #303030;
	background: #fff;
	font-size: 16px;
}

a{
	color: #0066ff;
	text-decoration: none;
	color: inherit;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}



/* 共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* パソコン */
.pc {
	display: block !important; 
	width: 100%;
	}

.sp { display: none !important; }
.sp-span { display: none !important; }


/* スマートフォン*/
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .sp-span { display: inline-block !important; }
}

.d-flex {
	display: flex;
}
.flex-center {
	justify-content: center;
	align-items: center;
}
.mb-2 {
	margin-bottom: 2rem;
}

.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mt-3 {
	margin-top: 3.5rem;
}

.img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


.sec01 .cta__box{
	position: relative;
}
.sec01 .cta__btn {
	box-sizing: border-box;
	padding: 0 3%;
	position: absolute;
	top: 7%;
	/* left: 0;
	width: 100%; */
	left: 50%;
	transform: translateX(-50%);
  width: 90%;
}

.sec07 .cta__btn {
	padding: 0 3%;
}




/*アコーディオン*/
.ac_area {
/* background:#E8E8F3; */
background-size: 100%;
padding: 0 0 2.6%;
width:100%;/*背景の幅設定*/
}
.ac_box{
margin: 0 auto;
width: 100%;
/* max-width:680px; */
/*PC版でのアコーディオン幅の設定*/
}

.ac_item{
	/* ここにpadding・marginつけない！開閉対象に直接指定 */
	/* margin-bottom: 5%; */
}

.ac_answer{
display:none;
margin-bottom: 5%;
}
.is-active{
border-radius: 0;
overflow: hidden;
}

.ac_question{
display: block;
position: relative;
cursor: pointer;
}
/* 横ライン */
.ac_question::before{
content: '';
position: absolute;
width: 5.8%;/*+、-の大きさ設定*/
height: 1px;
border-bottom: solid #FFFFFF;/*+、-の色設定*/
border-bottom-width: 8px;/*+、-の太さ設定*/
margin: auto;
top: 0;
bottom: 0;
right: 6.2%;/*+、-の位置設定*/
transform: rotate(0deg);
transition: transform .4s;
z-index: 5;
}
/* 縦ライン */
.ac_question::after{
content: '';
position: absolute;
width: 5.8%;/*+、-の大きさ設定*/
height: 1px;
border-bottom: solid #FFFFFF;/*+、-の色設定*/
border-bottom-width: 8px;/*+、-の太さ設定*/
margin: auto;
top: 0;
bottom: 0;
right: 6.2%;/*+、-の位置設定*/
transform: rotate(90deg);
transition:  transform  .4s;
z-index: 5;
}
.is-active::before{
/* transform: rotate(360deg); */
transition:  transform  .4s;
}
.is-active::after{
transform: rotate(360deg);
transition:  transform  .4s;
}

/* 商品説明 */
.product__box {
    border: 1px solid #26be79;
    box-sizing: border-box;
    position: relative;
    width: 93.75%;
    z-index: 2;
    margin: 0 auto 0;
    padding: 3.5%;
}

.product__box dl {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}
.product__box dd + dt {
    border-top: 1px solid #26be79;
}
.product__box dt {
    border-bottom: 1px solid #26be79;
    color: #26be79;
    font-weight: bold;
    padding: 2%;
    position: relative;
    text-align: center;
    /* font-size: .9em; */
}
.product__box dd {
    padding: 3% 0;
    /* font-size: .82em; */
    line-height: 1.5em;
    position: relative;
    text-align: center;
}
.product__box dd.text--left {
    text-align: left;
}

.footer__link {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}
.footer__link a::before {
	content: "\25A0";
	color: #26be79;
	display: inline-block;
	margin-right: 5px;

}

#lpfooter .footer__link li {
    margin-bottom: 1em;
}
#copy {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #26be79;
    box-sizing: border-box;
    padding: 0.5em;
}


/* ボタンアニメーション */
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}

.keyframe6 {
    animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* 固定バナー
==============================　*/
.cta_fix_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
	transform: translateX(-50%);
  transition: 0.5s;
	z-index: 999;
	width: 100%;
	padding: 3px 0;
	/* background-color: #fff; */
	background-color: #ffffb4;
}
.cta_link {
  position: relative;
  display: block;
	width: 90%;
	margin: 0 auto;
  /* width: 45px;
  height: 45px;
  border-radius: 10px; */
}



/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


.lp_footer02 form {
	/* display: inline-block; */
	padding: 0 20px;
}


/* pc */
@media only screen and (min-width: 750px) {
	.sec08 {
		margin-top: 130px;
	}
	.product__box {
    width: 80%;
}

.cta_fix_btn .pc{
	max-width: 600px;
	margin: 0 auto;
	margin-top: 7px;
}

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* タブレット */
@media only screen and (min-width: 750px) and (max-width: 960px) {
}



@media screen and (max-width: 750px){
	.inner {
	width: 100%;
}

  img {
    width: 100% ;
  }
	.accordion_box{
	width: 100%;/*スマホ表示時のアコーディオン幅設定*/
}
#copy {
    font-size: 12px;
}

.sec01 .cta__btn {
  width: 100%;
}

input {
  width: 100%;
}

.lp_footer02 form {
	display: inline-block;
	padding: 0 3%;
}

.cta_fix_btn form{
	display: inline-block;
	padding: 0 4%;
}

.cta_fix_btn {
	background-color: #ffffb4;
}

}