@charset "utf-8";
/* CSS Document */

html { font-size: 62.5%; }   /*   rem    */
body{
	font-family: Verdana, Meiryo, sans-serif;
	line-height: 1.5;
	font-size:1.4em;
	}

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	line-height: 1.2;
	font-weight: normal;
	}

h4{
	font-size: 2.8rem;
	border-left: solid 4px #000;
	margin-bottom: 2rem;
	padding: 0 0 0 1rem;
	}
.contents.rows-contents h4{
	border-left: none;
	border-bottom: solid 1px #000;
	padding: 0 0 1rem 0;
	}
h3 a{
	font-size: 2.4rem;
	padding:1rem 0 2rem;
	}
.design02 h3 a,
.design03 h3 a,
.design04 h3 a,
.design05 h3 a{
	padding:0 0 1rem;
	}
h5.category-title.display{
	display: block;
	font-size: 2.2rem;
	border-left: solid 4px #000;
	margin-bottom: 1rem;
	padding-left: 1rem;
	}
h5.category-title.display a{
	color: #000;
	text-decoration: none;
	}

.btn-tab,
h5.category-title,
h3 span.tag-new{
	display: none;
	}

a{
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
	text-decoration: none;
}

/*↓clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* =======================================
    header
======================================= */
.header{
	/*
	position: fixed;
	display: table;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	z-index: 100;
	*/
	position: relative;
	/*
	display: table;
	*/
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	z-index: 100;
	}
.logo{
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	}
.logo img{
	display: block;
	height: 60px;
	max-width: none;
	}
@media (max-width: 959px) {
	.drawer--left .logo{
		margin-left: 30px;
	}
	.logo.sp-logo-center,
	.logo.sp-logo-center img{
		display: block;
		margin: 0 auto;
		}
}

/* =======================================
    layout
======================================= */
.main{
	/*
	padding-top:60px;
	*/
	}

.column{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.contents{
	width: 100%;
	/* overflow: hidden; */
	}
.design{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	}
.design.design-ba{
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
.contents.two-contents{
	width: 50%;
	}
.contents.rows-contents .wrap-block{
	margin-bottom: 4rem;
	}
.block{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: solid 1px #ededed;
	margin-bottom: 0rem;
	padding: 2rem 0;
	}
.block-img img{
	display: block;
	width: 100%;
	}
.block-body{
	-webkit-flex-grow: 1;
    flex-grow: 1;
	}
.block-body p a{
	font-size: 1.8rem;
	padding-bottom: 1rem;
	}
.block a{
	display: block;
	color: #000;
	text-decoration: none;
	}
span.tag-new{
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background-color: #900;
	margin-right: 1rem;
	padding: 0.6rem;
	}
span.tag-new.none{
	display: none;
	}
date span{
	font-size: 1.2rem;
	}

/*     block　1カラム	 */
.blo-col-1 article,
.blo-col-1 section{
	width: 100%;
	}

/*     block　2カラム	 */
.blo-col-2 article,
.blo-col-2 section{
	width: 49%;
	}
.b-column.blo-col-2 section{
	width: 50%;
	}

/*     block　3カラム	 */
.blo-col-3 article,
.blo-col-3 section{
	width: 32%;
	}

/*     block　3カラム 1番目のカラムだけ大きい 1つあたり1/4の幅	 */
.blo-col-3-02 article,
.blo-col-3-02 section{
	width: 24%;
	}
.blo-col-3-02 article:nth-of-type(1),
.blo-col-3-02 section:nth-of-type(1){
	width: 48%;
	}

/*     block　3カラム 1番目のカラムだけ大きい 1つあたり1/3の幅	 */
.blo-col-3-03 article,
.blo-col-3-03 section{
	width: 33%;
	}
.blo-col-3-03 article:nth-of-type(1),
.blo-col-3-03 section:nth-of-type(1){
	width: 65%;
	}

/*     block　4カラム	 */
.blo-col-4 article,
.blo-col-4 section{
	width: 24%;
	}

/*     block　5カラム	 */
.blo-col-5{
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.blo-col-5 article,
.blo-col-5 section{
	width: 19%;
	}

/*     block　6カラム	 */
.blo-col-6 article,
.blo-col-6 section{
	width: 15%;
	}