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


.top_title{
	background-image: url("../images/company.png");
	background-size: cover;
	height: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	display: block;
}
.top_title h1{
	background: #FFF;
	opacity: 0.9;
	display: block;
	position: absolute;
font-family: 'Zen Old Mincho', serif;
	padding: 10px 30px 10px 60px;
	letter-spacing: 10px;
	top: 30px;
	left: -30px;

}

.main{
	width: 100%;
	margin: 0 auto;
}
.wraps{
	width: 90%;
	display: block!important;
	float: none !important;
	margin: 0 auto !important;
	position: relative;
	padding: 0 !important;
}
.entry-content {
		float: left;
	width: 80%;
	padding: 0;
	
  margin-top: 1.5em;
  margin-bottom: 3em;
}
.entry-wrap{
	width: 100%;
	display: block;
}
.entry-content{
	width: 78% !important;
	float: left;
}

.category-name {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 24px;            /* 文字サイズ指定 */
    background-color:  #335719;    /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    padding: 10px 0 10px 30px;  /* 余白指定 */
    margin-bottom:  20px;       /* 周りの余白指定 */
}
.category-name p {
 font-family: 'Zen Old Mincho', serif;
   margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
 
.category-name:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(3deg);    /* 回転 */
}
.category-name:after {
    content: '';                /* 空の要素を作る */
    height: 116%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(-15deg);  /* 回転 */
}
.entry-content h1{
	display: none;
}
h3{
 font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
}

.title_example{
color:#444;
	margin-right: 12px;
	padding: 1em;
	background: none;
	border: 3px solid #444;
	box-shadow: 12px 8px #A0C0C0;/*影の色とサイズ*/
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.detail{
background-color:#E3E3E3;
  background-image: linear-gradient(#fff 1px, transparent 0),
                    linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 3px 3px;
	padding: 5px 5px;
	margin: 0 0 50px;
}
.detail dl {
	margin: 0;
	padding: 0;
}
.detail dl dt{
	background: #FFF;
	padding: 10px 15px;
	display: block;
	float: left;
	margin: 10px;
}
ul.example_list{
	width: 100%;
	margin: 0;
background-color:#E3E3E3;
  background-image: linear-gradient(#fff 1px, transparent 0),
                    linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 3px 3px;
	padding: 5px 5px 15px;
}
ul.example_list li{
	list-style: none;
	width: 46%;
	float: left;
	display: block;
	margin: 1% 2% 0 2%;
	position: relative;
		height: 250px;
	overflow: hidden;

}
ul.example_list li img{
	width: 100%;
	overflow: hidden;
}
.category_title{
	padding: 10px;
 background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 95%;
	color: #333;
}
.category_title span{
	background: #5A5A5A;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	margin-right: 7px;
}
.point{
	background: #FFF;
	padding: 15px;
}
.thum{
	position: relative;
}
.thum p{
	position: absolute;
	top: 0;
	width: 100%;
 background-color: rgba(255, 255, 255, 0.75);
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.2em;
}




@media screen and (max-width: 1023px) {
.wraps{
	width: 100%;
	margin: 0 auto;
	display: block;
	min-width: 100%;
}
	.sidebars{
		clear: both;
	width: 100%;
	float: none;
		visibility: visible;
		display:block;
}
	.entry-content{
	width: 100% !important;
	float: none;
}
h3{
 font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	font-size: 1.0em;
    margin-bottom:  10px;       /* 周りの余白指定 */
}
.category-name {
    margin-bottom:  10px;       /* 周りの余白指定 */
}
ul.example_list li{
	width: 96%;
}
ul.example_list li img{
	height: auto;
}


}