@charset "utf-8";



/*=============================================
common
================================================*/

.lutella_con.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3em 0;
}

.lutella_con.flexbox .headline1 span em{
    background-color: #d62626;
    color: #fff;
    margin-left: 8px;
    border-radius: 7px;
    font-size: 13px;
    padding: 2px 5px;
}

/*=============================================
lutella-series
================================================*/

.lutella_con.flexbox .image{
	width: 37%;
}
.lutella_con.flexbox .text{
	width: 58%;
}
.lutella_con.flexbox .text .copy{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: min(4.2vw,25px);
	margin-bottom: 1em;
}
.lutella_con.flexbox .text .copy sup{
	font-size: 13px;
}
.lutella_con.flexbox .text .copy span{
	display: block;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 5px;
}

@media screen and (max-width: 900px) {
	.lutella_con.flexbox .image{width: 75%; display:block; margin: 0 auto}
	.lutella_con.flexbox .text{width: 100%; display: block;}
}
@media screen and (max-width: 780px) {
	.lutella_con.flexbox .image{width: 90%; display:block; margin: 0 auto}
}
@media screen and (max-width: 600px) {
	.lutella_con.flexbox .image{width: 100%; display:block; margin: 0 auto}
}


/*=============================================
lutella-use
================================================*/

.luttela-use_icon{
	display: flex;
    flex-wrap: wrap;
    background-color: #f8f3ec;
    border-radius: 12px;
    padding: 15px;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
}
.luttela-use_icon li{
	max-width: 87px;
	height: auto;
	margin:0 1em;
}

@media screen and (min-width:901px) and ( max-width:1150px){
.luttela-use_icon li{
	width: 28%;
	max-width: 30%;
	margin: 0 1.5%;
	}	
}

	@media screen and (max-width: 420px) {
.luttela-use_icon li{
	width: 28%;
	max-width: 30%;
	margin: 0 1.5%;
	}
}

/*=============================================
feature
================================================*/

.feature_block{
	display:flex;
	flex-wrap: wrap;
}
.feature_block li{
	width: 22%;
	margin: 0 1.5%;
	margin-bottom: 5em;
}

.feature_block li div{}
.feature_block li p{
	line-height: 1.5;
}
.feature_block li p em{
	font-weight: 600;
	font-size: 110%;
}

@media screen and (max-width: 520px) {
	.feature_block li{display: flex;flex-wrap: wrap; width: 100%; margin-bottom: 15px; justify-content: space-between;}	
	.feature_block li div{width: 20%;}
	.feature_block li p{width: 76%;}
}
.feature_box .block_2 {
	display: flex;
	flex-wrap: wrap;
}
.feature_box .block_2 li{
	width: calc(47% - 20px);
	margin: 0 10px;	
}
.feature_box .block_2 li div .img img{
	border: 1px solid #ddd;
	box-sizing: border-box;
}
@media screen and (max-width: 760px) {	
	.feature_box .block_2 li{
		width: 100%;
	}
	.feature_box .block_2 li div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 2em;
	}
	.feature_box .block_2 li div .img{
		width: 45%;
	}
	.feature_box .block_2 li div .img img{
		
	}	
	.feature_box .block_2 li div .txt{
		width: 50%;
	}
}

.feature_list_text{}
.feature_list_text li{
	    font-size: 18px;
    margin-bottom: 16px;
}
.feature_list_text li::before{
	content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url( "https://takigawa.co.jp/img/brand/product/lutella/kirakira.svg");
  background-size: contain;
  vertical-align: middle;

}



.feature_three_block{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.feature_three_block li{
	width: 31%;
	background-color: #f1eee1;
	margin:0 1%;
	box-sizing: border-box;
	border-radius: 15px;
    padding: 15px;
}
.feature_three_block li p.ttl{
font-size: 23px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    color: #ac842e;
	margin-bottom: 15px;
}
.feature_three_block li div{
	font-size: 16px;
    line-height: 1.6;
	text-align: center
}


@media screen and (max-width: 800px) {
	.feature_three_block li{
		width: 98%;
		margin-bottom: 10px;
	}

}





/*=============================================
JEPA
================================================*/

.lutella_con .tableStyle02 th, .tableStyle02 td {
	padding: 10px;
}

.con_certification{}
.con_certification ul{}
.con_certification ul li{
	display: flex;
	flex-wrap: wrap;
}
.con_certification ul > li > p{
	width: 25%;
	max-width: 70px;
	margin-right: 1em;
}
.con_certification ul li div{
	width: 70%;
	line-height: 1.4;
}
@media screen and (max-width: 420px) {
	.con_certification ul > li > p{
		width: 22%;
		max-width: 22%;
	}
	
}

/*=============================================
JEPA
================================================*/





.epi_block {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}



.six{
	width: 110px;
    height: 25px;
    border-radius: 40px;
	background-color: #BB9F62;;
	position: relative;
}
.six_text{
		position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.lutella_mode_detail{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.lutella_mode_detail > div{
	width: 48%;
}


@media screen and (max-width: 1000px) {	
	.six{
		width: 63px;
        height: auto;
        text-align: center;
        padding: 2px 7px;		
	}
	.six_text{font-size: 12px;position: static;}
}
@media screen and (max-width: 500px) {
	.lutella_mode_detail > div{
	width: 100%;
}
}

.lutella_mode_detail > div table.three_set_mode{
	
}
.lutella_mode_detail > div table.three_set_mode tr{
	display: flex;
	flex-wrap: wrap;
	margin: 7px 0;
}
.lutella_mode_detail > div table.three_set_mode tr th{
	
}
.lutella_mode_detail > div table.three_set_mode tr td{
	
}

.series{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
	
.series_in{
	width: calc(50% - 20px);
    padding: 28px 10px 26px 10px;
    border: 1px solid #c8c8c8;
    margin: 10px;
    border-radius: 8px;
    box-sizing: border-box;
	display: flex;
	align-items: center;
}
.series_in p.img{
	width: 42%;
}
.series_in .series_text{
	width: 58%;
	font-size: 14px;
	line-height: 1.5;
}
.series_title{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	color: #b69e64;
}

@media screen and (max-width: 640px) {
	.series_in{
		width: calc(100% - 20px);
	}
	
}


.form_epi{
	width: calc(100% - 20px);
	padding: 28px 10px 26px 10px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-sizing: border-box;	
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.5;
}
.form_epi p.img{
	width: 30%;
}
.form_epi .series_text{
	width: 70%;
}
.form_epi_pic{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}
.form_epi_pic p{
	max-width: 95px;
	margin-right: 5px;
}
.form_epi_pic p span{
	font-size: 11px;
	display: block;
	text-align: center;
}


.product_name{
	font-weight: 600;
	font-size: 15px;
	margin: 10px 0;
}

@media screen and (max-width: 640px) {
	.form_epi_pic p{max-width: 18%;}	
}
@media screen and (max-width: 500px) {
	.form_epi_pic p{max-width: 30%;}	
}



/*


.side_text{
	margin-left: 110px;
	line-height: 0.8;
}
.side_text_small{
	margin-left: 110px;
	margin-top: 10px;
	font-size: 10px;
}

.side_text_2{
	margin-left: 15px;
	line-height: 0.8;
	font-size: 16px;
}
.edawakare{
	font-size: 16px;
}
.six{
	width: 110px;
    height: 25px;
    border-radius: 40px;
	background-color: #BB9F62;;
	position: relative;
}
.six_text{
		position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.star{
	margin-top: 5px;
}

.circle{
	width: 90px;
	height: 90px;
	border-radius: 50px;
	background-color: #BB9F62;
	position: relative;
}

.big_circle{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #BB9F62;;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	
}



*/
