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

/****************************************************************

  index style

****************************************************************/
#content.howto_index .main_ttl {
	background:#fff url(../images/main_ttl_line.gif) no-repeat top;
	background-size:contain;
	padding:40px 0 37px;
	display: -webkit-flex;
	display: flex;
	margin-bottom:50px;
}

#content.howto_index .main_ttl h1 {
	padding:8px 41px 7px 280px;
	border-right:1px solid #eef1f4;
}

#content.howto_index .main_ttl p {
	padding:8px 0 7px 50px;
	font-size:16px;
	line-height:2;
	letter-spacing:0.1em;
	color:#476078;
}

/* left_content
--------------------------------*/

/* common */
#content.howto_index #left_cont .left_ttl {
	text-align:center;
	margin-bottom:40px;    
}

#content.howto_index #left_cont .left_ttl font {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
	color:#2c3e50;
	letter-spacing:-0.01em;
	text-indent:-0.01em;
	font-size:53px;
    line-height: 1.2;
}

#content.howto_index #left_cont .left_ttl span {
	display:block;
	font-size:16px;
	letter-spacing:0.1em;
	text-indent:0.1em;
	margin-top:10px;
	color:#5f5234;
}

/* slider */
#content.howto_index #left_cont #slider {
	margin-bottom:67px;
}

/* Keyword */
#content.howto_index #left_cont #keyword div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	padding-top:37px;
}

#content.howto_index #left_cont #keyword div p a {
	font-size:14px;
	color:#476078;
	letter-spacing:0.05em;
	text-indent:0.05em;
	display:block;
	border:1px solid #476078;
	padding:8px 6px 8px;
	text-align:center;
	background-color:#fff;
	transition: 0.4s;
	min-width:130x;
	box-sizing:border-box;
	margin:0 5px 5px 0;
}

#content.howto_index #left_cont #keyword div p a:hover {
	color:#fff;
	background-color:#476078;
}

/* New/Popular */
#content.howto_index #left_cont #new {
	padding-bottom:80px;
	border-bottom:1px solid #dedede;
	margin-bottom:37px;
}

/* New/Popular */
#content.howto_index #left_cont #popular {
	padding-bottom:80px;
	border-bottom:1px solid #dedede;
	margin-bottom:37px;
}


#content.howto_index #left_cont .post .post_block {
	margin-bottom:20px;
}

#content.howto_index #left_cont .post div:last-of-type.post_block {
	margin-bottom:0;
}

#content.howto_index #left_cont .post .post_block > a {
	display: -webkit-flex;
	display: flex;
	background-color:#fff;
}

#content.howto_index #left_cont .post .post_block > a .post_img {
	width:400px;
	min-height:200px;
	overflow: hidden;
	position:relative;
	box-sizing:border-box;
}

#content.howto_index #left_cont .post .post_block > a .post_img:after {
	content:"";
	opacity:0;
	transition:opacity 0.4s;
}

#content.howto_index #left_cont .post .post_block > a .post_img:before {
	content:"";
	opacity:0;
	transition:0.1s;
}

#content.howto_index #left_cont .post .post_block > a:hover .post_img:after {
	content:"Read More";
	color:#476078;
	font-family: 'Playfair Display', serif;
    font-weight: 400;
	font-size:40px;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	position:absolute;
	width:400px;
	height:100%;
	z-index:2;
	background:rgba(255,255,255,0.60);
	opacity:1;
}

#content.howto_index #left_cont .post .post_block > a:hover .post_img:before {
	content:"";
	display:block;
	position:absolute;
	width:400px;
	height:100%;
	z-index:3;
	opacity:1;
	border:15px #476078 solid;
	box-sizing:border-box;
}

#content.howto_index #left_cont .post .post_block > a .post_txt {
	width:420px;
	box-sizing:border-box;
	padding:25px 25px 0 23px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt h3 {
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#333;
	line-height:1.3;
	margin-bottom:15px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	font-size:12px;
	letter-spacing:0.1em;
	font-style: italic;
	color:#95b1ce;
	margin-bottom:15px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt ul {
	-webkit-flex-direction:row-reverse;
  	flex-direction:row-reverse;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#content.howto_index #left_cont .post .post_block > a .post_txt ul li {
	margin:0 0 5px 8px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt > p {
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.6;
	color:#333;
    padding-bottom: 5px;
}

#content.howto_index #left_cont .post .post_other a {
	display:block;
	width:220px;
	margin:40px auto 0;
	border-radius:25px;
	background-color:#fff;
	border:1px solid #2c3e50;
	color:#2c3e50;
	padding:17px 0 15px;
	text-align:center;
	font-size:16px;
	letter-spacing:0.025em;
	text-indent:0.025em;
	transition:0.4s;
}

#content.howto_index #left_cont .post .post_other a:hover {
	background-color:#2c3e50;
	color:#fff;
}

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

#content.howto_index .main_ttl {
    padding: 6.9% 0 8%;
    display: block;
    margin-bottom: 3.2%;
}

#content.howto_index .main_ttl h1 {
    padding:0;
	width:35%;
	margin:auto;
    border-right:none;
}

#content.howto_index .main_ttl h1:after {
	content:"";
	display:block;
	width:27.6%;
	height:1px;
	margin:13.4% auto;
	border-top:1px solid #eef1f4;
}

#content.howto_index .main_ttl p {
    padding:0;
    font-size: 10px;
	text-align:center;
}

/* left_content
--------------------------------*/

/* common */
#content.howto_index #left_cont .left_ttl {
	margin-bottom:6.1%;    
}

#content.howto_index #left_cont .left_ttl font {
	font-size:25px;
}

#content.howto_index #left_cont .left_ttl span {
	font-size:11px;
	margin-top:8px;
}

/* slider */
#content.howto_index #left_cont #slider {
    /* margin-bottom: 7.5%; */
	margin-bottom: 43px;
}

/* Keyword */
#content.howto_index #left_cont #keyword div {
	-webkit-justify-content: space-between;
    justify-content: space-between;
	padding-bottom: 12.9%;
/*    margin-bottom: 6.3%;*/
}

#content.howto_index #left_cont #keyword div p {
	width:49%;
	margin: 0 0 2% 0;
}

#content.howto_index #left_cont #keyword div p a {
    font-size: 10px;
    padding: 13px 0 11px;
    min-width:100%;
	margin:0;   
}

#content.howto_index #left_cont #keyword div p:nth-last-child(1),
#content.howto_index #left_cont #keyword div p:nth-last-child(2) {
	margin: 0;
}

/* New/Popular */
#content.howto_index #left_cont .post .post_block {
    margin-bottom: 3.4%;
}

#content.howto_index #left_cont .post .post_block > a {
    display:block;
}

#content.howto_index #left_cont .post .post_block > a .post_img {
	width:100%;
	height:auto;
	padding-top:50%;
}

#content.howto_index #left_cont .post .post_block > a .post_txt {
    width: 100%;
    padding: 4.2% 3.9% 4.4%;
}

#content.howto_index #left_cont .post .post_block > a .post_txt h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt div {    
    font-size: 11px;
    margin-bottom: 8px;
}

#content.howto_index #left_cont .post .post_block > a .post_txt > p {
    font-size: 12px;
    padding-bottom: 0;
}

#content.howto_index #left_cont .post .post_block > a:hover .post_img:before {
    width: 100%;
    border: 10px #476078 solid;
	top:0;
}

#content.howto_index #left_cont .post .post_block > a:hover .post_img:after {
    font-size: 20px;
    width: 100%;
	top:0;
}

#content.howto_index #left_cont .post .post_other a {
    width: 180px;
    margin: 6.5% auto 0;
    padding: 15px 0 15px;
    font-size: 12px;
}

#content.howto_index #left_cont #new {
    padding-bottom: 12.9%;
    margin-bottom: 6%;
}

}
