/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}



/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}

#main-wrapper {
	
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}


/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}


.col5box .inner{
	margin:0 -2%;
}
.col5box .box{
	width:50%;
	float: left;
}
.col5box .box .box-inner{
	padding:0 4%;
}




/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:95px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(/common/fatiguefree/img/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:absolute;
	top:0;
	left:0;
	z-index:1020;
	width:100%;

}



#header .logo{
	width: 165px;
	text-align: center;
	margin: 15px;
}

#header .logo h1{
	display: table;
	width: 80px;
	height: 80px;

}
#header .logo h1 span{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
#header .logo p{
	position: absolute;
	top:40px;
	left: 120px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
}


#footer{
	
	background-color: #f6f6f6;
	padding-bottom: 80px;
}
.footer-inner{
	padding: 30px 0;
}

.footer-inner .footer-logo{
	float: none;
	width: auto;
}
.footer-inner .footer-btn{
	float: none;
	width: auto;
	margin-top: 20px;
}

.footer-inner .footer-logo strong{
	display: inline-block;
	width: 50px;
}
.footer-inner .footer-logo strong img{

}
.footer-inner .footer-logo p{
	display: inline-block;
	margin-left: 15px;
	font-size: 12px;
}

.copy{
	border-top: solid #d9d9d9 1px;
	padding: 30px 0;
	text-align: center;
	font-size: 8px;
	line-height: 120%;
	letter-spacing: 0.15em;
}


.copy strong{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.copy strong img{
	width: 180px;
}


/* フローティングメニュー
--------------------------------------------*/
#floating{
	position: fixed;
	width: 100%;
	height: 80px;
	bottom:0;
	left: 0;
	z-index: 100;
}
#floating .content-inner{
	position: relative;
}
#floating .item-img{
	position: absolute;
	width: 70px;
	height: 70px;
	top:-10px;
	left: 0px;
	display: none;
}

#floating .footer-item{
	padding: 10px 0 0 80px;
	float: left;
	width: 30%;
	font-size: 12px;
	display: none;
}

#floating .footer-shop-link{
	padding: 20px 0;
	float:none;
	width: 100%;
	text-align: center;
	line-height: 110%;
}



#floating .footer-shop-link .footer-shop-link-inner{
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	display: none;
}
#floating .footer-shop-link .footer-shop-link-inner .shop-link{
	display: none;
}
#floating .footer-shop-link .footer-shop-link-inner .shop-link a{
	text-decoration: none;
	margin: 0 10px;
	display: block;
}


#floating .footer-shop-link .btn-buy{
	display: block !important;
	width: 40%;
	float: left;
}
#floating .footer-shop-link .btn-buy a{
	width: 100%;
	font-size: 11px;
	padding: 10px 15px !important;
	
	display: table;
}
#floating .btn-buy a span{
	display: block;
	display: table-cell;
	vertical-align: middle;
	height: 3em !important;
	background: url("/common/fatiguefree/img/icon_cart_w.png") left center no-repeat;
	background-size: 20px auto;
	padding-left: 30px;
}



#floating .footer-shop-link .btn-buy-w{
	display: block !important;
	width: 40%;
	float: right;
	padding: 0;
	margin: 0 10% 0 0;
}
#floating .footer-shop-link .btn-buy-w a{
	width: 100%;
	font-size: 11px;
	padding: 10px 15px !important;
	display: table;
}

#floating .btn-buy-w a span{
	display: block;
	display: table-cell;
	vertical-align: middle;
	height: 3em !important;
	background: url("/common/fatiguefree/img/icon_cart_p.png") left center no-repeat;
	background-size: 20px auto;
	padding-left: 30px;
}





/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:none;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:absolute;
	top:25px;
	right:1%;
	width:30px;
	height:50px;
	z-index:1050;
	padding: 0 10px;
}
#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:absolute;
	top:81px;
	left:0;
	width:100%;
	background-color:#f8f8f8;
}



/* メインスライド
--------------------------------------------*/
#main-slide{

	height: 480px;
	position: relative;
	z-index: 50;
}
#mainImgSlider{
	height: 480px;
}

/*スライド設定*/
#main01{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img001.jpg") bottom center no-repeat;
	background-size: cover;
}
#main02{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img002.jpg") bottom center no-repeat;
	background-size: cover;
}
#main03{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img003_bg.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

#main03 .imgbox{

	width: 90%;
	padding-top: 100px;
	position: relative;
	left: auto;
	text-align: center;
	bottom:auto;
	z-index: 1;
	margin: 0 auto;
}

/**/
.slide-panel{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.slide-panel h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 0.1em;
}
.slide-panel h2 span{
	font-size: 23px;
}

.slide-panel p{
	padding-top: 15px;
	font-size: 14px;
	line-height: 190%;
}

.slide-panel strong {
	text-align: center;
	display: block;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 20px;
}
.slide-panel.panel03 strong{
	width: 70%;
	padding-bottom: 0;
}


.slide-panel .bottom{
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
}

.slide-panel .slide-panel-inner h2{
	font-size: 20px;
	padding-top: 20px;
}
.slide-panel .slide-panel-inner p{
	padding-top: 10px;
}


.slide-panel.panel01{
	padding-top: 130px;
}
.slide-panel.panel02{
	padding-top: 130px;
	float: none;
}
.slide-panel.panel03{
	padding-top: 30px;
	float: none;
	margin-right: 0;
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto;
}


.slide-panel.panel03 .slide-panel-inner h2{
	display: none;
}
.slide-panel.panel03 .slide-panel-inner p{
	display: none;
}


.slide-panel.panel01 .panel-box{
	width: 90%;
	margin: 0 auto;
}
.slide-panel.panel02 .panel-box{
	width: 90%;
	margin: 0 auto;
}
.slide-panel.panel03 .panel-box{
	width: 90%;
	margin: 0 auto;
}




.slide-panel .btn-buy{
	margin-top: 20px;
}


.slide-panel .panel-box{
	padding: 20px;
}


/* 共通
--------------------------------------------*/
.c-section{
	padding: 40px 0;
	position: relative;
}

.c-section-inner{
	padding: 30px 0 0 0;
	position: relative;
}




/* パネル
--------------------------------------------*/
/**/
.panel-box{
	padding: 20px;
	position: relative;
}
.panel-box:after{
	content: '';
	display: block;
	height: 1px;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -100px;
}


/* タイトル
--------------------------------------------*/


.title01{
	width: auto;
	margin: 0 auto;
	
	padding: 20px 0 20px 0px;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title01 span{
	font-size: 28px;

}
.title01 i{
	display: inline-block;
	margin-left: 3px;
}
.title01 i img{
	width: 80px;
	vertical-align: middle;
	margin-top: -1.0em;
}


.title01.osusume span{
	font-size: 23px;
}
.title01.osusume i{
	margin-left: 0;
	margin-right: -30px;
}
.title01.osusume i img{
	width: 80px;
}


/**/
.title02{
	
	margin: 0 auto;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title02 span{
	font-size: 28px;
}
.title02:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	margin: 0 auto;

	position: relative;
	bottom:-20px;
	left:50%;
	margin-left: -30px;
}



/**/
.title03{
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title02 span{

}






/**/
.title-tag{
	position: relative;
	top:-75px;
	display: table;
	margin: 0px auto 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
}
.title-tag-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 140%;
}
.title-tag-inner strong{
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
	padding-bottom: 13px;
	margin-bottom: 13px;
	width: 60%;
}
.title-tag-inner h2{
	font-weight: normal;
	font-size: 18px;
}



/* ポイント
--------------------------------------------*/
.point-item{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.point-item .imgbox{
	text-align: center;
}
.point-item .imgbox img{
	width: 60%;
}


.point-main-wrapp .point-item .imgbox{
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px rgb(0,0,0,0.40);
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	overflow: hidden;
}
.point-main-wrapp .point-item .imgbox img{
	width: 200px;
}

.point-item .txtbox{
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.point-item .txtbox h3{
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.point-item .txtbox h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left: -30px;
}

.point-item .txtbox h3 span{

}
.point-item .txtbox h3 i{
	display: inline-block;
	width: 35px;
	margin-right: 10px;
}

.point-item .txtbox p{
	padding-top: 20px;
}
.point-item .txtbox p span{
	font-size: 12px;
	line-height: 140%;
}


.sf-b{
	font-size: 16px !important;

}

.point-sub-wrapp{
	padding: 40px 4% 0 4%;
	
}
.point-sub-wrapp .c-section-inner{
	padding: 0;
}
.point-sub-wrapp .point-item{
	padding-bottom: 20px;
	border-bottom: none;
	margin: 0;
	margin-bottom: 40px;
}
.point-sub-wrapp .title01{
	width: auto;
	border: none;
	padding-top: 0;
	letter-spacing: 0;
	font-size: 18px;
}
.point-sub-wrapp .title01 span{
	font-size: 23px;
}

.point-sub-wrapp .title01 i img{
	width: 70px;
}


.point-sub-wrapp .point-item .imgbox img{
	width: auto;
}
.point-sub-wrapp .point-item .txtbox{
	padding-top: 30px;
}

.point-item .btn-open{
	margin-top: 30px;
	margin-bottom: 10px;
}


.icon-point{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.icon-point strong{
	display: block;
	padding: 5px 25px;
	line-height: 110%;
	margin: 10px;
	font-weight: normal;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 13px;
}





/* カートエリア 
--------------------------------------------*/
.cart-wrapp .point-item{
	padding: 0;
	padding-bottom: 30px;

}
.cart-wrapp .title01{
	font-size: 18px;
}
.cart-modal-box{
	padding: 30px 15px 0 15px;
}

.cart-wrapp .type-item{
	width: auto;
}

.cart-wrapp .point-item .imgbox img{
	width: auto;
}


.cart-load{
	width: 100%;
}
.cart-load table{
	width: 80% !important;
}



/* ボタン 
--------------------------------------------*/

.btn-buy a{
	display: block;
	width: auto;
}


/**/

.btn-buy-w a{
	display: block;
	width: auto;
}


/**/

.btn-open a{
	display: block;
	width: auto;
}

/**/

.btn-open-w a{
	display: block;
	width: auto;
}


/**/
.btn-open-p a{
	display: block;
	width: auto;
}


/**/


.btn-mail a{
	display: block;
	width: auto;
}





/* 背景画像プラスボタン
--------------------------------------------*/
.c-section-fullimg{
	background: url("/common/fatiguefree/img/bg_proimg.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 80px;
	text-align: center;
	position: relative;
}
.fullimg-inner{
	padding: 20px 0 80px 0;
	text-align: center;
	color: #fff;
}
.fullimg-inner h3{
	font-size: 23px;
	font-weight: normal;
}
.fullimg-inner h3 span{
	font-size: 28px;
}
.fullimg-inner p{
	padding-top: 30px;
	font-size: 14px;
	line-height: 190%;
}
.fullimg-inner p span{
	font-size: 18px;
}

.fullimg-inner .btn-open-w{
	margin-top: 60px;
}



/* ギフト包装
--------------------------------------------*/
.gift-wrapp{
	background: url("/common/fatiguefree/img/bg_gift.jpg") center bottom no-repeat;
	background-size: cover;
	margin-top: 30px;
}
.gift-wrapp.c-section{
	padding: 20px 0;
}
.gift-wrapp .c-section-inner{
	padding-top: 0;
}

.gift-wrapp .imgbox{
	width: auto;
	float: none;
	position: relative;
}
.gift-wrapp .txtbox{
	width: auto;
	float: none;
	margin-top: 30px;
}
.gift-wrapp .imgbox strong{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
}
.gift-wrapp .btn-open-p{
	margin-top: 20px;
}

/**/
.modal-de {
	text-align: left;
}
.modal-de h2{
	font-size: 23px;
	padding: 30px 0;
}
.modal-de h3{
	margin-top: 30px;
	font-size: 18px;
}

.modal-de p{
	margin-top: 20px !important;
}

.modal-de ul,
.modal-de ol{
	margin-left: 1.25em;
	margin-top: 20px;
}

.modal-de .sf{
	font-size: 11px;
	line-height: 130%;
}


.hosoku{
	padding: 10px 0;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
}


/* タイプ・カラー
--------------------------------------------*/

.type-wrapp{
	position: relative;
	padding-top: 0 !important;
}
.type-wrapp .txtbox{
	width: auto;
	float: none;
	position: relative;
	top:-30px;
	z-index: 5;
}
.type-wrapp .imgbox-bg{
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	width: auto;
}



.type-wrapp .txtbox strong{
	display: block;
	width: 70%;
	margin: 0 auto;
}

.type-wrapp .btn-buy{
	margin-top: 40px;
}


.type-inner{
	position: relative;
	margin-top: 20px;
}


.type-inner .type01{
	width: auto;
	float: none;
}
.type-inner .type02{
	width: auto;
	float: none;
	margin-top: 50px;
}

.type-inner h3{
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: normal;
}

.type-inner .type-item{
	margin-top: 30px;
}
.type-inner .type-item h4{
	font-size: 16px;
	letter-spacing: 0.1em;
}
.type-inner .type-item .imgbox{
	margin-top: 20px;
	height: auto;
}




/* お客様の声
--------------------------------------------*/
.voice-wrapp{
	padding-top: 0 !important;
}
.voice-wrapp .voice-box{
	
	padding: 15px;
	margin-bottom: 10px;
}

.voice-wrapp .voice-box h3{
	padding-bottom: 15px;
	padding-top: 5px;
}
.voice-wrapp .voice-box h3 strong{
	font-size: 18px;

}
.voice-wrapp .voice-box h3 span{
	font-size: 13px;
	display: inline-block;
	margin-left: 30px;
}
.voice-wrapp .voice-box p{
	font-size: 13px;
	line-height: 150%;
}
.voice-wrapp .voice-box h4{
	font-size: 16px;
	line-height: 150%;
}




/* 購入訴求エリア
--------------------------------------------*/
.buy-box-wrapp{
	background: url("/common/fatiguefree/img/bg_buyimg.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 20px;
	padding: 15px;
}
.buy-box-inner{
	float: none;
	width: auto;
	padding: 20px 15px;
	text-align: center;
}
.buy-box-inner .buy-box-item{
	text-align: center;
	margin-top: 30px;
}
.buy-box-inner .buy-box-item h3{
	font-weight: normal;
	font-size: 18px;
}
.buy-box-inner .buy-box-item p{
	font-weight: normal;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* エコノレッグ紹介
--------------------------------------------*/

.econoreg-wrapp{
	padding-top: 60px !important;
}

.econoreg-head{
	text-align: center;
}
.econoreg-head h2{
	width: 70px;
	margin: 0 auto;
}
.econoreg-head p{
	margin-top: 15px;
	font-size: 13px;
}

.econoreg-inner{
	margin-top: 30px;
}

.econoreg-inner h3{
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.15em;
}


.econoreg-item-wrapp{
	padding-top: 40px;
}

.econoreg-item{
	margin-bottom: 20px;
}
.econoreg-item a{
	display: block;
	text-decoration: none;

	
}

.econoreg-item .imgbox{
	display: table;
	width: 100%;
	height: 130px;
}
.econoreg-item .imgbox h4{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px;

}
.econoreg-item .imgbox h4 img{
	width: 80%;
}

.econoreg-item .txtbox{
	margin-top: 20px;
}
.econoreg-item .txtbox h5{
	text-align: center;
	font-size: 16px;
}
.econoreg-item .txtbox p{
	margin-top: 15px;
	font-size: 12px;
	line-height: 140%;
}


.econoreg-other-wrapp{
	padding-top: 0 !important;
}

.slider-other{
	padding-left: 5px;
}

.other-item{
	background-color: #fff;
	margin: 0 10px;
}
.other-item a{
	display: block;
	text-decoration: none;

}
.other-item .imgbox{
	
}
.other-item .txtbox h3{
	margin-top: 15px;
	font-size: 16px;
}
.other-item .txtbox p{
	font-size: 12px;
	margin-top: 5px;
	line-height: 150%;
}


/* おすすめスライダー
--------------------------------------------*/
.sean-box-inner{
	width: 100%;
	height: 250px;
	display: table;
	float: left;
	position: relative;
}
.sean-box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sean-box .txtbox{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 97%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
	display: table;
	padding: 5px 1.5%;
}
.sean-box .txtbox p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	font-size: 15px;
	line-height: 150%;
}
.sean-box .txtbox p span{

}




/* スライダー基本
--------------------------------------------*/
		
.slick-next {
	position: absolute;
    right: -10px !important;
	top:50%;
	margin-top: -20px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:40px !important;
	height:40px !important;
	background: url(/common/fatiguefree/img/btn_next.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
	border: none  !important;
}
.slick-prev {
	position: absolute;
    left: -10px !important;
	top:50%;
	margin-top: -20px;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width:40px !important;
	height:40px !important;
	background: url(/common/fatiguefree/img/btn_prev.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
	border: none  !important;
}



/* モーダルcss
--------------------------------------------*/

.modal-content {
    position:fixed;
    display:none;
    z-index:9999;
    width:94%;
    margin:0;
    padding:0;
	color:#333;
	
}

.modal-content-wrapp{
	position:relative;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	background-color:#fff;
	padding:0 0;
	margin-top:60px;
}
.modal-content-inner{
	padding:40px 4%;
}







#hiwa.modal-content .modal-content-wrapp{
	background: #fff url("/common/fatiguefree/img/bg_moyou.jpg") bottom center no-repeat !important;
	background-size: cover !important;
}

.modal-content.img-modal {
    position:fixed;
    display:none;
    z-index:9999;
    width:94%;
	max-width:auto;
    margin:0;
    padding:0;
	color:#333;
}

.img-modal .modal-content-wrapp{
	position:relative;
	overflow:auto;
	background-color:#fff;
	padding:0 0;
	max-height: auto;
}
.img-modal .modal-content-inner{
	padding:0;
}






.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:9998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}


.modal-close {
    cursor:pointer;
}


.modal-content .close{
	position:fixed;
	top:15px;
	right:4%;
	font-weight:100;
	z-index:10000;
}
.modal-content .close a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:40px;
}

	
}



#hinshitsu .modal-content-inner p{
	padding: 1.5rem;
}
