@charset "utf-8";
/* CSS Document */

#cellcure{
	text-align:center;
}

#cellcure h2{
	font-size:40px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	padding:80px 0;
}



#cellcure h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#cellcure h3 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}

#cellcure .comm_conts{
	max-width:1000px;
	width:90%;
	margin:80px auto;
}


#cellcure #mediaarea{
	width:100%;
	margin:80px auto;
}

#cellcure #mediaarea iframe{
	width:90%;
	max-width:1200px;
	height:800px;
}


@media only screen and (max-width: 560px) { 
#cellcure h3{
	font-size:36px;
	letter-spacing:2px;
}

#cellcure #mediaarea iframe{
	height:560px;
}


}

@media only screen and (max-width: 780px) { 

#cellcure h2{
	font-size:18px;
	text-align:left;
	padding:30px 10%;
}

}





/*
point
------------------------------------------------------------------------------------*/
#point{
	background:#E3E3E3;
	padding:80px 0 50px;
	position:relative;
}

/* #point:after{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 30%;
	border: 300px solid transparent;
	border-top: 80px solid #E3E3E3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:-58%;
} */

#point h4{
	font-size:50px;
}

#point h4 span{
	font-size:100px;
	font-style:italic;
	font-weight:300;
	margin:0 20px 0 15px;
}

#point p{
	width:90%;
	font-size:25px;
	margin:20px auto 0;
}

#point ul{
	width:90%;
	max-width:900px;
	margin:20px auto 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

#point ul li{
	width:22%;
    margin-top: 30px;
}

#point ul li p{
	font-size:16px;
	margin-top:8px;
}


@media only screen and (max-width: 480px) { 
#point h4{
	font-size:30px;
}

#point h4 span{
	font-size:80px;
	margin: 0 15px 0 8px;
}
#point p{
	font-size:22px;
}
#point ul li{
	width:42%;
	max-width:145px;
	margin-bottom:30px;
}
}












#cellcure #treat.comm_conts{
	margin-top:0;
	position:relative;
}

#cellcure #treat:before{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 30%;
	border: 300px solid transparent;
	border-top: 80px solid #e3e3e3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#cellcure #treat #image{
	padding-top:150px;
}

#cellcure #treat #mode{
	border:1px solid #000;
	padding:40px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-top:80px;
}

#cellcure #treat #mode p{
	width:32%;
}

#cellcure #treat #mode dl{
	width:65%;
	font-size:16px;
}

#cellcure #treat #mode dt{
	font-size:35px;
	margin-bottom:20px;
	font-weight:bold;
}

#cellcure #treat #mode #sp{
	display:none;
}

@media only screen and (max-width: 680px) { 
#cellcure #treat:before{
	border: 150px solid transparent;
	border-top: 60px solid #e3e3e3;
}
#cellcure #treat #mode dt{
	font-size:18px;
	margin-bottom:10px;
}
#cellcure #treat #mode dd{
	font-size:18px;
	text-align:left;
}
#cellcure #treat #mode dd:last-child {
	display:none;
}
#cellcure #treat #mode #sp{
	display:block;
}
}
@media only screen and (max-width: 460px) { 
/* #cellcure #treat #mode dt{
	font-size:20px;
	margin-bottom:10px;
} */
#cellcure #treat #mode dd{
	font-size:14px;
}

}





/*
秘密
------------------------------------------------------------------------------------*/
#secret{
	background:url(../../img/special/cellcure2/secret_item.jpg) no-repeat #F0F7F5;
	position:relative;
	margin-top:120px;
	padding-bottom:80px;
	background-position:66% 50%;
	background-size:450px;
}

#secret h5{
	font-size:45px;
	font-weight:normal;
	letter-spacing:3px;
	padding-top:150px;
}

#secret:before{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 30%;
	border: 300px solid transparent;
	border-top: 80px solid #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#secret #text{
	width:40%;
	margin:20px 0 40px 20%;
	font-size:20px;
}

#secret #text img{
	margin-top:20px;
}


#secret #patent{
	width:90%;
	max-width:850px;
	padding:50px 3%;
	margin:auto;
	background:rgba(255, 255, 255, .4);
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}


#secret #patent p{
	width:65%;
	text-align:left;
	font-size:20px;
	line-height:2;
}

@media only screen and (max-width: 1200px) { 
#secret{
	background-position:76% 60%;
}
#secret #text{
	margin:20px 0 40px 18%;
}
}

@media only screen and (max-width: 789px) { 
#secret{
	background-position:82% 60%;
}
#secret #text{
	margin:20px 0 40px 10%;
}
}


@media only screen and (max-width: 640px) { 
#secret{
	margin-top:20px;
	background-position:95% 60%;
	background-size:250px;
}
#secret:before{
	border: 150px solid transparent;
	border-top: 60px solid #fff;
}
#secret h5{
	font-size:28px;
	letter-spacing:normal;
	padding-top:120px;
}
#secret #text{
	width:63%;
	margin:20px 0 40px 3%;
	font-size:18px;
}
#secret #text img{
	width:65%;
	margin-top:10px;
}
#secret #patent{
	width:80%;
	padding:20px 5%;
}

#secret #patent img{
	width:38%;
}

#secret #patent p{
	width:60%;
	font-size:12px;
	line-height:1.6;
}
}



















#reco{
	position:relative;
}

#reco:before{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 30%;
	border: 300px solid transparent;
	border-top: 80px solid #F0F7F5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#reco img{
	object-fit:cover;
	height:660px;
}

#reco dl{
	width:60%;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:20px;
	line-height:1.6;
	letter-spacing:2px;
}

#reco dt{
	font-size:35px;
	margin:20px 0;
	font-weight:bold;
}


@media only screen and (max-width: 789px) { 
#reco dl{
	width:68%;
	letter-spacing:normal;
}
#reco dt{
	font-size:32px;
}
}


@media only screen and (max-width: 640px) { 
#reco:before{
	border: 150px solid transparent;
	border-top: 60px solid #F0F7F5;
}
#reco img{
	height:480px;
}
#reco dl{
	width:90%;
	margin-left:5%;
	font-size:18px;
}
#reco dt{
	font-size:22px;
}
}

















/*
使い方
------------------------------------------------------------------------------------*/
#howto #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	counter-reset: number;
	margin-top:80px;
}

#howto #inner .box{
	width:30%;
	margin-bottom:50px;
	text-align:left;
}

#howto #inner .box p{
	margin-top:10px;
	counter-increment: number
}

#howto #inner .box p:before{
	content:"STEP."counter(number);
	font-size:30px;
	letter-spacing:2px;
	display:block;
	font-weight:300;
	margin-bottom:10px;
}

#howto #easy{
	border:5px solid #ccc;
	padding:50px;
	position:relative;
	margin-top:60px;
	line-height:1.8;
	box-sizing: border-box;
}

#howto #easy #ttl{
	width:90%;
	position:absolute;
	top:-23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size:30px;
	font-weight:bold;
}

#howto #easy #ttl span{
	background:#ccc;
	padding:15px 4%;
}

#howto #easy dt{
	font-size:25px;
	margin:20px 0;
}

#howto #easy dd{
	font-size:16px;
}

#howto #easy dd span{
	background:#ffff66;
}

@media only screen and (max-width: 580px) { 
#howto #inner .box{
	width:48%;
}
#howto #inner .box p{
	font-size:14px;
}

#howto #inner .box p:before{
	font-size:22px;
}
#howto #easy{
	border:3px solid #ccc;
	padding:20px;
	line-height:1.6;
}
#howto #easy #ttl{
	font-size:16px;
}
/* #howto #easy #ttl span{
	padding:15px 15px;
} */
#howto #easy dt{
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
}
#howto #easy dt br{
	display:none;
}
#howto #easy dd{
	margin-bottom:10px;
	font-size:12px;
	text-align:left;
}
}




/*
モード
------------------------------------------------------------------------------------*/
#mode #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
}

#mode #inner .box{
	width:48%;
	margin-bottom:50px;
}

#mode #inner .box .ttl{
	background:#C9E0CB;
	border-bottom:2px solid #000;
	font-size:25px;
	padding:50px 0;
}

#mode #inner .box:nth-of-type(2) .ttl{
	background:#F3F1C5;
}

#mode #inner .box:nth-of-type(3) .ttl{
	background:#CBE2EA;
	padding:65px 0;
}

#mode #inner .box:nth-of-type(4) .ttl{
	background:#F6CDCD;
	padding:65px 0;
}

#mode #inner .box .ttl span{
	display:block;
}

#mode #inner .box .index{
	font-size:20px;
	margin:30px auto 45px
}

#mode #inner .box .index span{
	background:linear-gradient(transparent 60%, #C9E0CB 60%);
}

#mode #inner .box:nth-of-type(2) .index span{
	background:linear-gradient(transparent 60%, #F3F1C5 60%);
}

#mode #inner .box:nth-of-type(3) .index span{
	background:linear-gradient(transparent 60%, #CBE2EA 60%);
}

#mode #inner .box:nth-of-type(4) .index span{
	background:linear-gradient(transparent 60%, #F6CDCD 60%);
}

#mode #inner .box dl{
	text-align:left;
	font-size:16px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

#mode #inner .box dt{
	width:21%;
	font-size:14px;
	border:1px solid #000;
	text-align:center;
	margin-right:2%;
	padding:2px 0;
}

#mode #inner .box dd{
	width:75%;
	margin-bottom:30px;
	line-height:1.6;
}

@media only screen and (max-width: 1000px){
#mode #inner .box dt{
	font-size:12px;
}
#mode #inner .box dd{
	font-size:15px;
}

}




@media only screen and (max-width: 740px) { 
#mode #inner .box{
	width:100%;
}
#mode #inner .box dd{
	font-size:14px;
}
#mode #inner .box .ttl{
	font-size:23px;
}
}













/*
MOVIE
------------------------------------------------------------------------------------*/
#movie{
	background:#e3e3e3;
	padding:100px 0;
}

#movie iframe{
	width:90%;
	max-width:1000px;
	margin:0 auto 10px;
}

#movie #big{
	margin-top:50px;
}

#movie #big iframe{
	height:530px;
}

#movie li iframe{
	width:100%;
	height:265px;
}

#movie ul{
	max-width:1000px;
	width:90%;
	margin:50px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#movie ul li{
	width:49%;
}



@media only screen and (max-width: 950px) { 
#movie #big iframe{
	height:400px;
}
#movie li iframe{
	height:180px;
}
}



@media only screen and (max-width: 760px) { 
#movie #big iframe{
	height:250px;
}
#movie ul li{
	width:100%;
	margin-bottom:30px;
}
#movie li iframe{
	height:250px;
}
}












/*
おうちでエステ
------------------------------------------------------------------------------------*/
#home{
	position:relative;
}

#home img{
	object-fit:cover;
	height:750px;
}

#home dl{
	width:80%;
	max-width:780px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:rgba(255, 255, 255, .7);
	padding:120px 5%;
}

#home dt{
	font-size:45px;
	line-height:1.8;
	letter-spacing:3px;
}

#home dd{
	font-size:18px;
	line-height:1.6;
}

#home dd p{
	font-size:25px;
	margin:30px 0 20px;
}

@media only screen and (max-width: 540px) { 
#home img{
	height:525px;
}

#home dl{
	width:90%;
	padding:50px 2%;
}
#home dt{
	font-size:28px;
	line-height:1.3;
}
#home dd{
	font-size:14px;
}

#home dd p{
	font-size:18px;
}


}


/*
VOICE
------------------------------------------------------------------------------------*/
#voice{
	margin-top:80px;
}
#voice dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:30px auto;
	max-width:1000px;
}

#voice dt:first-child{
	width:60%;
}

#voice dt:nth-of-type(2){
	width:38%;
}

#voice dd{
	width:95%;
	margin:50px auto 0;
}



/* #voice #index{
	font-size:30px;
}

#voice #index span{
	font-size:45px;
	display:block;
	margin-bottom:10px;
}

#voice ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
}

#voice ul li{
	background:#e4e4e4;
	width:31%;
	padding:35px 0;
	margin-bottom:4%;
	font-size:16px;
}

#voice ul li p{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
} */

@media only screen and (max-width: 580px) { 
#voice dt:first-child{
	width:85%;
	margin:0 auto 20px;
}

#voice dt:nth-of-type(2){
	width:50%;
	margin:auto;
}
/* #voice img{
	width:65%;
	max-width:415px;
}
#voice #index{
	font-size:22px;
}

#voice #index span{
	font-size:24px;
}
#voice ul li{
	width:48%;
	font-size:13px;
}
#voice ul li p{
	font-size:18px;
} */
}















/*
効果
------------------------------------------------------------------------------------*/
#effect{
	background:#F5D9DD;
	margin-top:120px;
	padding-bottom:80px;
}


#effect:before{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 30%;
	border: 300px solid transparent;
	border-top: 80px solid #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


#effect h6{
	font-size:40px;
	font-weight:normal;
	letter-spacing:3px;
	padding-top:150px;
}


#effect #inner{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#effect #inner .box{
	width:47%;
	margin-bottom:80px;
}


#effect #inner .box:nth-of-type(3){
	width:100%;
}

#effect #inner .box:nth-of-type(3) li{
	width:47%;
	display:inline-block;
	margin:0 1%;
}

#effect #inner .box dl{
	margin-bottom:30px;
}


#effect #inner .box dt{
	font-size:23px;
	font-weight:bold;
	margin-bottom:20px;
}

#effect #inner .box dt:after{
	content:"";
	width:35%;
	margin:auto;
	display:block;
	border-bottom:1px solid #000;
	padding-bottom:15px;
}


#effect #mens{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	border-radius:10px;
	padding:50px 0;
	line-height:1.6;
}

#effect #mens p{
	width:90%;
	margin:auto;
}

#effect #mens p#ttl{
	font-size:25px;
	letter-spacing:2px;
	margin-bottom:10px;
}


@media only screen and (max-width: 580px) { 
#effect{
	margin-top:20px;
}
#effect h6{
	font-size:28px;
	letter-spacing:normal;
}

#effect #inner .box{
	width:100%;
}
#effect #mens{
	margin-top:-50px !important;
}

#effect #mens p br{
	display:none;
}

}














/*
商品情報
------------------------------------------------------------------------------------*/
#item_detail{
	background:#f9f9f9;
	padding:120px 0;
	margin-top:120px;
}

#item_detail #item{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#item_detail #item p{
	width:54%;
}

#item_detail #item ul{
	width:42%;
	text-align:left;
}

#item_detail #item li{
	border-bottom:1px dotted #000;
	padding-bottom:20px;
	margin-bottom:20px;
	line-height:1.6;
}
#item_detail #item ul span{
	width:23%;
	display:inline-block;
	vertical-align:top
}

#item_detail #item ul p{
	width:75%;
	display:inline-block;
	vertical-align:top
}

#item_detail #set{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:5%;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

#item_detail #set img{
	width:35%;
	margin-right:15px;
}

#item_detail #set ul{
	text-align:left;
	line-height:1.6;
}

#item_detail #set ul p{
	font-weight:bold;
	margin-bottom:15px;
}


#item_detail #attachment{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:50px 50px 80px;
}

#item_detail #attachment dl{
	margin:60px auto 20px;
}


#item_detail #attachment dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

#item_detail #attachment dt:after{
	content:"";
	max-width:530px;
	margin:auto;
	display:block;
	border-bottom:2px solid #000;
	padding-bottom:12px;
}

@media only screen and (max-width: 820px){
#item_detail #item li{
	font-size:15px;
}

#item_detail #set{
	font-size:14px;
}
#item_detail #attachment{
	padding:50px 5% 80px;
}


}


@media only screen and (max-width: 680px) { 
#item_detail{
	padding-bottom:15px;
}

#item_detail #item p{
	width:100%;
}

#item_detail #item ul{
	width:100%;
}
#item_detail #set,
#item_detail #attachment{
	display:block;
}
#item_detail #set img{
	width:100%;
	max-width:330px;
	margin:0 0 10px;
}

#item_detail #set ul{
	width:90%;
	margin:auto
}

#item_detail #attachment dl{
	margin-top:30px;
}
#item_detail #attachment img{
	margin-bottom:50px;
}
}






/*
リニューアル
------------------------------------------------------------------------------------*/

#renewal img{
	margin:40px 0 20px;
}







/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	background:#f9f9f9;
	padding:80px 0;
}

#faq #inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq #inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq #inner dt{
	font-size:20px;
	font-weight:bold;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
}

#faq #inner dd{
	margin:0 0 30px 50px;
	line-height:1.6;
}

@media only screen and (max-width: 789px){
#faq #inner dt{
	text-indent:-38px;
	padding-left:50px;
	line-height:1;
	margin-bottom:10px;
}
#faq #inner dt:before{
	font-size:45px;
}
}


@media only screen and (max-width: 640px) { 
#faq #inner dl{
	width:100%;
}
#faq #inner dt:before{
	font-size:36px;
}
#faq #inner dt{
	font-size:18px;
	text-indent:-30px;
	padding-left:30px;
}
#faq #inner dd{
	margin:0 0 30px 30px;
}
}











#trial{
	background:#000;
	padding:50px 0;
}

#trial p{
	color:#fff;
	font-size:40px;
	margin-bottom:30px;
	letter-spacing:3px;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#trial #btn{
	background:#333;
	width:80%;
	max-width:700px;
	margin:auto;
	font-size:50px;
	letter-spacing:3px;
	font-weight:100;
}

#trial #btn span{
	display:block;
	font-size:15px;
	margin-top:20px
}

#trial #btn a{
	display:block;
	color:#fff;
	padding:80px 0;
}


@media only screen and (max-width: 700px) { 
#trial p{
	width:90%;
	margin:0 auto 30px;
	font-size:28px;
	letter-spacing:normal;
}
}


@media only screen and (max-width: 430px) { 
#trial p{
	font-size:21px;
}
#trial #btn{
	font-size:30px;
}
#trial #btn a{
	padding:40px 0;
}
}





#contents{
	display:none;
}





#salon_index{
	color:#fff;
	position:relative;
}

/* #salon_index:after{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 100%;
	border: 1000px solid transparent;
	border-top: 80px solid #000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top:40px;
} */

#salon_index dl{
	background:#000;
	width:100%;
	margin:auto;
	padding:80px 0 40px;
}


#salon_index dt{
	font-size:40px;
	width:90%;
	margin:auto;
}

#salon_index dt span{
	display:block;
	font-size:24px;
	margin-bottom:10px;
}

#salon_index dd{
	width:90%;
	margin:30px auto 0;
	line-height:1.6;
}

@media only screen and (max-width: 640px) { 
#salon_index{
	margin-bottom:0;
}
#salon_index dl{
	padding:50px 0;
}
#salon_index dt{
	font-size:26px;
}
#salon_index dt span{
	font-size:18px;
}
}


#fb{
	margin:0 auto 0;
	text-align:center;
	background:#f7f7f7;
	padding:80px 0;
}

#fb h3{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#fb h3 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}


#fb iframe{
	max-width:500px;
	width:90%;
	margin:50px auto 0;
	border-bottom: 1px solid #EEE !important;
}

@media only screen and (max-width: 480px){
#fb{
	padding:50px 0;
}

#fb h3{
    font-size: 36px;
    letter-spacing: 2px;
}

#fb iframe{
	margin-top:25px;
}

}


/*セルキュア4T++*/
#cellcure #plus{
width: 80%;
max-width: 600px;
display: flex;
justify-content: space-between; 
text-align: left;
margin: 60px auto 0;
border:  #B9B9B9 1px solid;
padding: 50px 50px;
}

#cellcure #plus dt{
width: 60%;
max-width: 450px;
font-size: 40px;
font-weight:  bold;
}

#cellcure #plus dt span{
font-size: 20px;
display: block;
}

#cellcure #plus dt p{
margin-top: 10px;
font-size: 16px;
font-weight: normal;
line-height: 1.8;
}


#cellcure #plus dd{
width: 40%;
max-width: 250px;
}


@media only screen and (max-width: 480px){
#cellcure #plus{
width: 75%;
padding: 30px 25px;
margin: 0 auto;
display: block;
margin-top: 30px;
}

#cellcure #plus dt{
width: 100%;
text-align: center;
}

#cellcure #plus dt p{
text-align: left;
}

#cellcure #plus dd{
text-align: center;
margin-top: 20px;
width: 100%;
}


}





/* .comm_bnr,
#salon{
	display:none !important;
} */

























/* #line{
	max-width:1000px;
	width:90%;
	margin:0 auto 80px;
	border-top:6px solid #38AD36;
	border-bottom:6px solid #38AD36;
	padding:5px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

#line:before{
	width:100%;
	content:"";
	display:block;	
	border-top:2px solid #38AD36;
}

#line:after{
	width:100%;
	content:"";
	display:block;	
	border-bottom:2px solid #38AD36;
}


#line #inner{
	width:60%;
	text-align:left;
	margin:40px 4% 40px 0;
}

#line #inner dt{
	width:80%;
	max-width:280px;
	border:1px solid #000;
	border-radius:5px;
	margin:15px 0;
	text-indent:25px;
	padding:5px 0;
}


#line p{
	width:20%;
}


@media only screen and (max-width: 620px) { 
#line{
	display:block;
}

#line #inner{
	width:90%;
	text-align:left;
	margin:30px auto 10px;
}

#line #inner dt{
	margin:15px auto;
	text-indent:0;
	text-align:center;
}

#line p{
	width:55%;
	margin:0 auto 30px;
}

} */









