@charset "utf-8";

/* ---------- style ---------- */

#style_list {
	margin: 0 auto;
    max-width: 1080px;
	padding:50px 0 100px;
}

#style_list ul {
	padding: 20px 0 0;
}

#style_list li {
	border-bottom: #ccc 1px dotted;
	margin: 0 0 50px;
	padding: 0 0 40px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#style_list li:last-child {
	margin: 0 0 20px;
}

.title_x {
  color: #ff6600;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0 0 40px;
  text-align: center; }


/* ---------- 

#style_list li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
}

#style_list li a:hover {
	opacity: 0.6;
}
---------- */

#style_list li p {
	float: right;
    padding: 0;
	width: 40%;
}

#style_list li p:nth-child(1) {
	float: left;
	width: 57%;
}

#style_list li h5 {
	float: right;
	font-weight: 700;
	padding: 25px 0 20px;
	text-decoration: underline;
	width: 40%;
}

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

	#style_list ul {
		padding: 10px 20px 0;
	}
	
	#style_list li {
		margin: 0 0 30px;
		padding: 0 0 25px;
	}
	
	#style_list li p,
	#style_list li h5 {
		width: 100%!important;
	}

}


/* ---------- technique ---------- */

#technique {
	background:#f5f5f5;
}

#technique .section {
	max-width:1080px;
	padding: 50px 10px;
}

#technique > .section > ul {
    display: flex;
    gap: 0 2.5%;
}

#technique > .section > ul > li {
	background:#fff;
	border:#eee 1px solid;
	box-sizing:border-box;
    display: flex;
    flex-direction: column;
	width:18%;
}

#technique figure img {
	border-bottom:#eee 1px solid;
	height:auto;
	width:100%;
}


#technique p {
	font-size:0.85em;
	line-height:1.6;
	padding:0 10px 10px;
}

#technique p.button {
    margin: auto 0 0;
}

#technique p a {
	background:#eee;
	display:block;
	margin:10px 0 0;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
}

#technique ul ul {
	font-size:0.8em;
	margin:0 10px;
}

#technique ul ul li {
	padding:0 0 5px;
}

.title_technique {
	font-size:0.95em;
	font-weight:500;
	color: #ff6600;
	letter-spacing:0.05em;
	text-align:center;
	padding:20px 0;
}

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

    #technique > .section > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 0;
    }

	#technique > .section > ul > li {
		box-sizing: border-box;
        display: block;
		padding: 15px 15px 5px;
		width: 100%;
	}

	#technique figure {
		float:right;
		padding:0 0 20px 20px;
		width:40%;
	}

	#technique figure img {
		border:#eee 1px solid;
	}

	#index #technique h3,
	#technique h4 {
		padding:0 0 10px;
	}

	#technique p {
		padding:0 0 10px;
	}

	#technique p a {
		clear:both;
		margin:10px 0 0;
	}

	#technique ul ul {
		margin:0;
	}
	
	.title_technique {
	font-size:0.95em;
	font-weight:500;
	letter-spacing:0.05em;
	text-align:center;
	padding:10px 0 20px;
}

}
