/*top*/
.top {
  background-color: #FEFFE6;
}

/*lp4*/
.lp4 {
  margin-top: 56px;
}
.spbr{
	display:block;
}

.sp{display: block;}
.pc{display: none;}

.lp4__kv {
	text-align: center;
}

.lp4__kv img{
	width:100%;
}

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

.lp4__btn{
	margin:10px auto 50px auto;
	text-align: center;
}

.lp4__btn span{
	font-size:14px;
	display: block;
	margin-bottom:10px;
}

.lp4__btn img{
	width:90%;
}

.lp4__campaign{
	width:100%;
	padding-bottom:40px;
}

.lp4__campaign__img{
	text-align: center;
}

.lp4__campaign img{
	width:90%;
}

.lp4__campaign__caution {
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: left;
}

.lp4__campaign__caution strong {
	font-weight:bold;
}

.lp4__story{
	text-align: center;
	margin-top: 50px;
}

.lp4__story img{
	width:100%;
}

.lp4__service__title{
	margin-bottom: 20px;
}

.lp4__service__img{
	margin-bottom: 50px;
}

.lp4__service__title img{
	width:100%;
}

.lp4__service__img img{
	margin:0 auto;
}

	.lp4__service__text{
		width:90%;
		margin:0 auto 40px auto;
	}

	.lp4__service__text strong{
		display: block;
		font-size: 1.2em;
		text-align: center;
		color: #8F0001;
		font-weight: bold;
		margin-bottom:20px;
	}

.lp4__plan{
	padding:30px 0;
	margin-bottom: 50px;
}

.lp4__plan__title{
	margin-bottom:20px;
}

.lp4__plan__title img{
	width:100%;
}

.lp4__plan table{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
	font-size:12px;
}

.lp4__plan table tr th{
	border: 1px solid #FFF;
	padding:3px;
	width:1rem;
	vertical-align: middle;
	background: #CCC;
}

.lp4__plan table tr th span{
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	white-space: nowrap;
}

.lp4__plan table tr td{
	border: 1px solid #FFF;
	padding:5px;
	background: #EEE;
	vertical-align: middle;
}

.lp4__plan__table__th__strong{
	background: #8F0001 !important;
	color: #FFF;
	font-weight: 900;
	white-space: nowrap;
}

.lp4__plan__table__td__strong{
	background: #E9CCCC !important;
	color:#8F0001;
	font-weight: 900;
	white-space: nowrap;
}

.lp4__caution{
	width:90%;
	margin: 0 auto 40px auto;
	background:#E9CCCC;
	padding:3% 5% 5% 5%;
}

.lp4__caution p:first-child{
	text-align: center;
}

.lp4__caution p:first-child .material-icons-outlined{
	color:#8F0001;
	font-size:70px;
}

.lp4__caution h2{
	text-align: center;
	color:#8F0001;
	font-size: 4.2vw;
}

.lp4__caution p:last-child{
	margin-top:10px;
}

.lp4__caution p:last-child strong{
	color:#8F0001;
	font-weight: bold;
}

.lp4__qanda{
	width:100%;
	display: block;
	padding-bottom:100px;
}

.lp4__qanda__title{
	margin-bottom:20px;
}

.lp4__qanda__title img{
	width:100%;
}

.lp4__qanda dl{
	width:90%;
	margin:0 auto;
}

.lp4__qanda dl dt{
	background: #8F0001;
	color:#FFF;
	padding:10px 40px 10px 10px;
	/*display: flex;*/
	position: relative;
	cursor: pointer;
	font-size:4vw;
	border:1px solid #FFF;
}

.lp4__qanda dl dt span{
	background: #FFF;
	border-radius: 100%;
	width:1.4em;
	height:1.4em;
	display: inline-block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:24px;
	margin-right:5px;
	vertical-align: middle;
	color:#8F0001;
}

.lp4__qanda dl dt:after{
	content: '\e5cf';
	font-family: 'Material Icons';
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	transform: translate(-20%,-50%);
	font-size:30px;
}

.lp4__qanda dl dt.on:after{
	content: '\e5ce';
	font-family: 'Material Icons';
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	transform: translate(-20%,-50%);
}

.lp4__qanda dl dd{
	background: #E9CCCC;
	padding:10px;
	/*display: flex;*/
}

.lp4__qanda dl dd small{
	font-size:0.9em;
}

.lp4__qanda dl dd strong{
	color:#8F0001;
}

.lp4__qanda dl dd span{
	background: #8F0001;
	color:#FFF;
	border-radius: 100%;
	width:1.4em;
	height:1.4em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:24px;
	margin-right:5px;
	vertical-align: middle;
	display: inline-block;
	flex-shrink: 0;
}

.lp4__qanda .other{
	border:1px solid #000;
	margin:30px auto;
	width:60vw;
	text-align: center;
	font-size:14px;
}

.lp4__qanda dl dd a{
	/*display: block;*/
	word-break: break-all;
}

.lp4__qanda .other a{
	display: block;
	color:#000;
	text-decoration: none;
	padding:10px;
}

.lp4__caution__icon{
	text-align: center;
}

.lp4__caution .material-icons-outlined{
	color:#8F0001;
	font-size:70px;
}

.lp4__btnarea1{
	width:100%;
	background:#F6EFE5;
	padding:20px 0;
	text-align: center;
	position: fixed;
	bottom:0;
}

.lp4__btnarea1 div p img{
	width: 90%;
}

/* header area */
.header__left {
  margin-top: 16.5px;
  margin-left: 15.6px;
  font-weight: bold;
}
.hamburger {
  padding-top: 84px;
}

.header__login, .header__registration {
  position: absolute;
  top: 0;
  margin-top: 15px;
  padding: 4px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .01em;
}

.header__login {
  right: 10px;
  color: #000000;
  background-color: #d3d3d3;
}

.header__registration {
  right: 75px;
  color: #FFFFFF;
  background-color: #FF7024;
}

/* footer area */
.footer{
	background: #333 !important;
  color: #fff !important;
}

.footer__top-banner{
	background-color: #f6efe5 !important;
	border-top: none !important;
	text-align: center !important;
	display: inline-block !important;
}

.footer__top-banner-button-wrap{
	display: inline-block !important;
}

.footer__top-banner-button-wrap a img{
	box-shadow: none !important;
}

.footer__top-banner-button-wrap a:last-of-type{
	display: inline-block !important;
	margin-left: 0 !important;
}

.footer__to-top-button{
	background: #CCC !important;
}
/* footer area end */


/*PC用（max-width:960px）*/
@media screen and (min-width:768px){
.spbr{
	display:none;
}

.pc{display: block;}
.sp{display: none;}

.lp4__kv{
	text-align: center;
}

.lp4__kv img{
	width:auto;
}

.lp4__btn{
	text-align: center;
}

.lp4__btn img{
	width:auto;
}

.lp4__campaign img{
	width:auto;
}

.lp4__campaign__caution {
	width: 560px;
	margin: 30px auto 0 auto;
	text-align: left;
}

.lp4__story img{
	width:auto;
}

.lp4__btn span{
	font-size:20px;
}

.lp4__service__title,
.lp4__service__img{
	text-align: center;
}

.lp4__service__title img,
.lp4__service__img img{
	width:auto;
}

	.lp4__service__text{
		width:560px;
		margin:0 auto 40px auto;
	}

	.lp4__service__text strong{
		display: block;
		font-size: 1.6em;
		text-align: center;
		color: #8F0001;
		font-weight: bold;
		margin-bottom:20px;
	}

.lp4__plan{
	padding:30px 0;
}

.lp4__plan__title{
	text-align: center;
}

.lp4__plan__title img{
	width:auto;
}

.lp4__plan table{
	max-width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
	font-size:16px;
}

.lp4__plan table tr th{
	border: 1px solid #FFF;
	padding:10px;
	width:1rem;
	vertical-align: middle;
	background: #CCC;
}

.lp4__plan table tr th span{
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	white-space: nowrap;
}

.lp4__plan table tr td{
	border: 1px solid #FFF;
	padding:5px;
	background: #EEE;
}

.lp4__plan__table__th__strong{
	background: #8F0001 !important;
	color: #FFF;
	font-weight: 900;
	white-space: nowrap;
}

.lp4__plan__table__td__strong{
	background: #E9CCCC !important;
	color:#8F0001;
	font-weight: 900;
	white-space: nowrap;
	font-size:1.4em;
}

.lp4__caution{
	width:600px;
	margin: 0 auto 40px auto;
	background:#E9CCCC;
	padding:10px 20px 20px 20px;
}

.lp4__caution p:first-child{
	text-align: center;
}

.lp4__caution p:first-child .material-icons-outlined{
	color:#8F0001;
	font-size:70px;
}

.lp4__caution h2{
	text-align: center;
	color:#8F0001;
	font-size: 22px;
	font-weight: bold;
}

.lp4__caution p:last-child{
	margin-top:10px;
}

.lp4__caution p:last-child strong{
	color:#8F0001;
}

.lp4__qanda__title{
	text-align: center;
}

.lp4__qanda__title img{
	width:auto;
}

.lp4__qanda{
	width:100%;
	display: block;
	padding-bottom:100px;
}

.lp4__qanda dl{
	width:600px;
	margin:0 auto;
}

.lp4__qanda dl dt{
	background: #8F0001;
	color:#FFF;
	padding:10px 40px 10px 10px;
	/*display: flex;*/
	position: relative;
	cursor: pointer;
	font-size:16px;
	border:1px solid #FFF;
}

.lp4__qanda dl dt span{
	background: #FFF;
	border-radius: 100%;
	width:1.4em;
	height:1.4em;
	display: inline-block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:24px;
	margin-right:5px;
	vertical-align: middle;
	color:#8F0001;
}

.lp4__qanda dl dt:after{
	content: '\e5cf';
	font-family: 'Material Icons';
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	transform: translate(-20%,-50%);
	font-size:30px;
}

.lp4__qanda dl dt.on:after{
	content: '\e5ce';
	font-family: 'Material Icons';
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	transform: translate(-20%,-50%);
}

.lp4__qanda dl dd{
	background: #E9CCCC;
	padding:10px;
	/*display: flex;*/
}

.lp4__qanda dl dd small{
	font-size:0.9em;
}

.lp4__qanda dl dd span{
	background: #8F0001;
	color:#FFF;
	border-radius: 100%;
	width:1.4em;
	height:1.4em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:24px;
	margin-right:5px;
	vertical-align: middle;
	display: inline-block;
	flex-shrink: 0;
}

.lp4__qanda .other{
	border:1px solid #000;
	margin:30px auto;
	width:300px;
	text-align: center;
	font-size:14px;
}

.lp4__qanda dl dd a{
	/*display: block;*/
	word-break: break-all;
}

.lp4__qanda .other a{
	display: block;
	color:#000;
	text-decoration: none;
	padding:10px;
}
}
/*lp4 end*/


/*taikaienquete（退会アンケート）*/
.taikaienquete{
	width:850px;
	margin:0 auto;
	font-weight: 500;
	letter-spacing: .05em;
}

.taikaienquete__h2{
	text-align: center;
	font-size:3rem;
	font-weight: 500;
}

.taikaienquete__headline{
	margin-top:3rem;
	margin-bottom:5rem;
}

.taikaienquete__headline strong{
	text-align: center;
	display: block;
	font-weight: normal;
	margin-bottom:1em;
	font-size:2rem;
	color:#FF7024;
	font-weight: 500;
}

.taikaienquete__headline p{
	margin-bottom:2em;
}

.taikaienquete__h1{
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.taikaienquete__h1 span{
	border-bottom: 2px solid #FF7024;
	padding:0 2em 0.5em 2em;
}

.taikaienquete__text {
	margin:3rem 0 2rem 0 ;
	position: relative;
	padding:0 0 0 1.5em;
}

.taikaienquete__text::before{
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	border-bottom: 2px solid #FF7024;
	position: absolute;
	top: 1rem;
	left: 0;
}

.taikaienquete__text2{
	text-align: center;
	margin:3rem 0 7rem 0 ;
	min-height: 100vh;
}

.taikaienquete__level{
	position: relative;
}

.taikaienquete__level li{
	margin:0 0 0.5rem 0;
}

.taikaienquete__level input[type="checkbox"]{
	display: none;
}

.taikaienquete__level input[type="checkbox"] + label{
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	width: auto;
	padding:0 0 0 1.5em;
}

.taikaienquete__level input[type="checkbox"] + label::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    display: block;
    width: 1em;
    height: 1em;
    content: '';
    border:1px solid #000;
    border-radius: 0;
}

.taikaienquete__level input[type="checkbox"]:checked + label::after{
border-right: 2px solid #FF7024;
border-bottom: 2px solid #FF7024;
content: '';
display: block;
height: 1em;
top: 0;
left: 0.25em;
position: absolute;
transform: rotate(45deg);
width: 0.5em;
}

.taikaienquete__opinion textarea{
	width:100%;
	border:1px solid #000;
	padding:0.5em;
	box-sizing: border-box;
	margin-bottom:3em;
}

.taikaienquete__btn{
	text-align: center;
}

.taikaienquete__btn a{
	text-decoration: none;
}



/*スマホ用*/
@media screen and (max-width:849px){

.taikaienquete{
	width:100%;
}

.taikaienquete__headline{
	width:90%;
	margin:3rem auto 5rem auto;
}

.taikaienquete__level,
.taikaienquete__opinion{
	width:90%;
	margin: 0 auto;
}

.taikaienquete__text2{
	width:90%;
	margin:3rem auto 7rem auto ;
}

}
/*taikaienquete（退会アンケート）end*/

/*PC用*/

.footer{
	background: #DDD;
}

.footer__top-banner-button-wrap a:last-of-type{
width: 100%;
background: transparent;
}

.footer__top-banner-button-wrap a img{
box-shadow: none;
}

.footer__top-banner{
background-color: #F6EFE5;
border-top: none;
}

.footer__to-top-button{
background: #DDD;
}



/*スマホ用*/

.footer{
	background: #DDD;
}

.footer__top-banner-button-wrap a:last-of-type{
	width: 90%;
}

.footer__link{
	color:#000;
}

.tutorial__section1 .title{
	background:url(/wp-content/themes/365diet/assets/img/tutorial/section1_03-2_sp.png) !important;
	background-size:cover !important;
}

.tutorial__section5 .tejun .icon{
	background: #FF7024  !important;
}


/*TOP　LINEエリア===============================*/

.spbrlp4{display: none;}

.lp4__line{
	width:560px;
	margin:90px auto 50px;
	box-sizing: border-box;
	border:2px solid #FF7024;
	padding:20px;
}

.lp4__line__headline{
	display: flex;
}

.lp4__line__headline__left{
	padding-right:30px;
	width:70%;
}

.lp4__line__headline__left h2{
	margin-bottom:1rem;
	color:#FF7024;
	display: inline-block;
	width:100%;
}

.lp4__line__headline__left h2 span{
	font-size:3rem;
	position: relative;
	margin-bottom: .5em;
	display: block;
	font-weight: bold;
}

.lp4__line__headline__left h2 span::after{
	content: "";
	position: absolute;
	background: url("/wp-content/themes/365diet/assets/img/top2/lp4__dot.png");
	display: inline-block;
	background-repeat: repeat-x;
	background-size:auto;
	width:100%;
	height:5px;
	bottom:-10px;
	left:0;
}

.lp4__line__headline__right{
	margin-top:-40px;
	width:30%;
}

.lp4__line__headline__right img{
	width: 154px;
}

.lp4__line__comment{
	background:#70e57b;
	padding:10px;
	border-radius: 0.5em;
	position: relative;
	margin:1.5em 0;
}

.lp4__line__comment::after{
	content: "▼";
	display: inline-block;
	position: absolute;
	bottom:-1em;
	right:30px;
	color:#70e57b;
}

.lp4__line strong{
	background:#FF0;
}

.lp4__line small{
	margin-top:1em;
	display: block;
	font-size:0.8em;
}

/*SP用*/
@media screen and (max-width:640px){

.spbrlp4{display: block}

.lp4__line{
	width:90%;
}

.lp4__line__headline__left h2{
	width:100%;
}

.lp4__line__headline__left h2 span{
	font-size: 1.6em;
}
.lp4__line__headline__left{
	padding-right:20px;
	width:60%;
}
.lp4__line__headline__right{
	width:40%;
	margin-top:0;
}
.lp4__line__headline__right img{
	width: 100%;
}
}

/*===============================TOP　LINEエリア*/



/*チュートリアル　LINEエリア===============================*/

.tutorial__lineconnect__text1{
	font-size: 22px;
	line-height: 30px;
	margin: 75px auto 0;
	max-width: 676px;
}

.tutorial__lineconnect__btn{
	text-align: center;
	margin:30px 0;
}

.tutorial__lineconnect__btn img{
	width:300px;
}

.tutorial__lineconnect__text2{
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 70px;
	max-width: 676px;
	margin: 0 auto;
}

/*SP用*/
@media screen and (max-width:676px){

	.tutorial__lineconnect__text1{
		font-size: 16px;
		line-height: 23px;
		margin: 30px auto 0;
		max-width: 90%;
	}

	.tutorial__lineconnect__text2{
		font-size: 16px;
		line-height: 23px;
		padding-bottom: 30px;
		max-width: 90%;
	}

	.tutorial__lineconnect__btn img{
		width:250px;
	}

}

/*===============================チュートリアル　LINEエリア*/
