body {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
#page {
	background-color: #ffffff;
	background-image: url(../images/bg/transparent-square-tiles.png);
}
@media all and (max-width: 640px) {
	.column_head img{
		width: auto;
		height: 120%;
		overflow: hidden;
		z-index: 555;
	}
}
@media all and (max-width: 899px) {
	
	.column_head {
		height: 220px;
		position: relative;
		background: #000;
		overflow: hidden;
	}

/*	.column_head img{
		width: 100%;
		overflow: hidden;
		z-index: 555;
	}*/

	.column_head h1{
		color:#FFF;
		font-size: 28px;
		text-align: right;
		width: 100%;
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
		text-shadow:0 0 3px #000;
				background: rgba(0,0,0,0.6);

		box-sizing:border-box;
		padding: 10px;
		z-index: 666;
	}
	.column_head.nikki {
		background: url(../../column/images/nikki_head.jpg) no-repeat center;
		background-size: cover;
	}
	.column_head.office {
		background: url(../../column/images/office_head.jpg) no-repeat center;
		background-size: cover;
	}
	.column_head.database {
		background: url(../images/bg/mm21_day_1.jpg) no-repeat center;
		background-size: cover;
	}
	
	.column_body {
		margin: 20px;
	}
	.column_body h2{
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: bold;
		border-bottom: 1px solid #EEE;
		border-right: 1px solid #EEE;
		padding: 20px;
		background: #EFEFEF;
		border-radius: 10px;
		clear: both;

	}
	.column_body h3 {
		font-size:21px;
		font-weight: bold;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 1em;
	}
	.column_body h4{
		padding: 20px;
		border-left: 1px solid #000;
		margin-bottom: 20px;
		font-weight: bold;
	}
	
	.column_body h5{

	}
	.column_body p {
		margin-bottom: 30px;
		line-height: 2.15;
	}
	.column_body strong {
		font-weight: bold;
	}
	
	.spokesman {
		width: 100%;
		margin-bottom: 30px;
	}

	.spokesman_ph {
		width: 130px;
		height: 130px;
		border-radius: 130px;
		margin-right: 20px;
		overflow: hidden;
		float: left;
	}
	.spokesman_ph img{
		width: 100%;
	}
	.spokesman_ph p{
		margin-right: 20px;
	}
	
	.ph_r {
		float: none;
		width: 100%;
	}
	.ph_r img{
		width: 100%;
		margin-bottom: 10px;
	}

	.ph_l {
		float: left;
		width: 100%;
	}
	.ph_l img{
		width: 100%;
		margin-bottom: 10px;
	}
	/**/
	#office-list {
		margin:10px; 
	}

	#office-list li{
		width: 100%;
		float: left;
		margin-bottom: 30px;
		box-sizing:border-box;
				color: #333;

	}

	#office-list li a .thumb,
	#office-list li a:hover .thumb
	{
		width: 120px;	
		height: 120px;
		border-radius: 120px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
		position: relative;

	}
	#office-list li .thumb img{
		width: 100%;
	}
	#office-list li .tit{
		font-size: 18px;
		margin: 20px 0;
		display: block;
		font-weight: bold;
	}

	.bread_crumb {
		padding: 5px 10px;
		background: rgba(0,0,0,0.6);
		color: #FFF;
		width: 100%;
		position: relative;
		top:0px;
		z-index: 9999;
		line-height: 1.5em;
		box-sizing:border-box;
	}

	.bread_crumb a{
		color: #FFF;
		text-decoration: underline;
	}

	.column_body table { border:1px solid #DDD; margin-bottom: 30px;}
	.column_body table tr th{ border:1px solid #DDD; background: #EEE; padding: 1em;
	/*display: block;*/
	}
	.column_body table tr td{ border:1px solid #DDD; padding: 1em;
		/*display: block;*/
	}
	
	.column_body ul {
		margin-bottom: 30px;
	}

	.column_body ul li {
		line-height: 2.15;
	}

	#fs-result {}
	#fs-result ul{}
	#fs-result ul li:first-child{
		border-top: 1px solid #CCC;

	}
	#fs-result ul li{
		border-bottom: 1px solid #CCC;
		padding: 1em 0;
	}
	.fs-result-msg {

	}

	/* ページネーション */


	.fs-paginate {
	}
	.fs-paginate ul{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
	    display:-ms-flexbox;/*--- IE10 ---*/
	    display: -webkit-flex;/*--- safari（PC）用 ---*/
	    display:flex;
	    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	    -ms-flex-pack:justify;/*--- IE10 ---*/
	    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	    justify-content:center;
	    flex-wrap:wrap;
	}
	.fs-paginate ul li{
		border:none!important;
	}
	.fs-paginate ul li a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 40px;
		background: #EEE;
		margin: 0 5px;
	}

	.fs-paginate ul li.fs-next a,
	.fs-paginate ul li.fs-prev a
	{
		border-radius: 3px;
		width: auto;
		padding: 0 1em;
	}
	.fs-paginate ul li.fs-current a{
		background: #000;
		color: #FFF;
	}
}

@media all and (min-width: 900px) {
	
	.column_head {
		height: 330px;
		position: relative;
		background: #000;
		overflow: hidden;
	}

	.column_head img{
		width: 100%;
		z-index: 555;
	}

	.column_head h1{
		color:#FFF;
		font-size: 24px;
		text-align: right;
		width: 100%;
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
		text-shadow:0 0 3px #000;
		padding: 30px;

		background: rgba(0,0,0,0.6);
		box-sizing:border-box;
		z-index: 666;


	}
	.column_head.nikki {
		background: url(../../column/images/nikki_head.jpg) no-repeat center;
		background-size: 100% auto;
	}
	.column_head.office {
		background: url(../../column/images/office_head.jpg) no-repeat center;
		background-size: 100% auto;
	}
	.column_head.database {
		background: url(../images/bg/mm21_day_1.jpg) no-repeat center;
		background-size: 100% auto;
	}
	.column_body {
		margin: 50px;
		max-width: 980px;
		line-height: 1.5em;
		/*margin: 50px auto;*/

	}
	.column_body h2{
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: bold;
		border-bottom: 1px solid #EEE;
		border-right: 1px solid #EEE;
		padding: 20px;
		background: #EFEFEF;
		border-radius: 10px;
		clear: both;

	}
	.column_body h3 {
		font-size:21px;
		font-weight: bold;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 1em;
	}
	.column_body h4{
		padding: 20px;
		border-left: 1px solid #000;
		margin-bottom: 20px;
		font-weight: bold;
	}
	
	.column_body h5{
		
	}
	.column_body p {
		margin-bottom: 30px;
		line-height: 2.15;
	}
	.column_body strong {
		font-weight: bold;
	}
	
	.spokesman {
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.spokesman_ph {
		width: 130px;
		height: 130px;
		border-radius: 130px;
		margin-right: 20px;
		overflow: hidden;
		float: left;
	}
	.spokesman_ph img{
		width: 100%;
	}
	.spokesman_ph p{
		margin-right: 20px;
	}
	
	.ph_r {
		float: right;
		width: 45%;
		margin-left: 30px;
	}
	.ph_r img{
		width: 100%;
		margin-bottom: 10px;
	}

	.ph_l {
		float: left;
		width: 45%;
		margin-right: 30px;
	}
	.ph_l img{
		width: 100%;
		margin-bottom: 10px;
	}

	/**/
	#office-list {
		margin:50px; 
	}

	#office-list li{
		width: 50%;
		float: left;
		margin-bottom: 30px;	
		padding-right: 30px;
		box-sizing:border-box;
	}

	#office-list li a .thumb,
	#office-list li a:hover .thumb
	{
		width: 150px;	
		height: 150px;
		border-radius: 150px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
		position: relative;
	}
	#office-list li .thumb img{
		width: 100%;
	}
	#office-list li .tit{
		font-size: 18px;
		margin: 20px 0;
		display: block;
	}

	.bread_crumb {
		padding: 10px;
		background: rgba(0,0,0,0.6);
		color: #FFF;
		width: 100%;
		position: fixed;
		top:0px;
		z-index: 9999;
		font-size: 12px;
	}

	.bread_crumb a{
		color: #FFF;
		text-decoration: underline;
	}

	.column_body table { border:1px solid #DDD; margin-bottom: 30px;}
	.column_body table tr th{ border:1px solid #DDD; background: #EEE; padding: 1em; white-space: nowrap;}
	.column_body table tr td{ border:1px solid #DDD; padding: 1em}
	
	.column_body ul {
		margin-bottom: 30px;
	}

	.column_body ul li {
		line-height: 2.15;
	}
	
	/*  */
	#fs-result {}
	#fs-result ul{}
	#fs-result ul li:first-child{
		border-top: 1px solid #CCC;

	}
	#fs-result ul li{
		border-bottom: 1px solid #CCC;
		padding: 1em 0;
	}
	.fs-result-msg {

	}

	/* ページネーション */


	.fs-paginate {
	}
	.fs-paginate ul{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
	    display:-ms-flexbox;/*--- IE10 ---*/
	    display: -webkit-flex;/*--- safari（PC）用 ---*/
	    display:flex;
	    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	    -ms-flex-pack:justify;/*--- IE10 ---*/
	    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	    justify-content:center;
	    flex-wrap:nowrap;
	}
	.fs-paginate ul li{
		border:none!important;
	}
	.fs-paginate ul li a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 40px;
		background: #EEE;
		margin: 0 5px;
	}

	.fs-paginate ul li.fs-next a,
	.fs-paginate ul li.fs-prev a
	{
		border-radius: 3px;
		width: auto;
		padding: 0 1em;
	}
	.fs-paginate ul li.fs-current a{
		background: #000;
		color: #FFF;
	}

	.fs-current-next {

	}

	.fs-paginate .current_page {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 40px;
		background: #000;
		margin: 0 5px;
		color: #FFF;
	}

}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.form_list li {
	width: 33.3%;
	float: left;
}

/* 以下セレクトボックス　装飾 */

.select_form,
.map_select
 {
	/*border: 1px solid #d1d1d1;*/
	background: #FFF;
	border-radius: 6px;
	padding: 40px;
	margin-bottom: 40px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.dropdown {
    display: inline-block;
    /**/
    *zoom: 1;
    margin: 0 auto ;
    border: 2px solid #000;
    border-radius: 35px;
    box-sizing:border-box;
    position: relative;
    z-index: 9997;

    width:32%;
    margin-right: 1%;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

  }

@media all and (max-width: 899px) {
	.dropdown {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.dropdown:last-child {
		margin-bottom: 0;
	}
}

 .dropdown:last-child {
 	margin-right: 0;
  }

.dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;

  width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
  text-indent:1.5em;
}
.dropdown select:hover {
    background: #FFF;
    color: #90c400;
    border-radius: 35px;
}
.dropdown:after {
    font-family: icomoon;
    content: "\e914";
    font-size: 14px;
    padding-left: 10px;
    color:#000;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    z-index: 9999;
}
.dropdown:after select:hover {
    color:#90c400;
    }

/* フリーフォーム */


.form-container {
   /*border: 1px solid #d1d1d1;*/

box-shadow: 0 0 5px rgba(0,0,0,0.1);
   background: #FFF;
   /*background: #c9c9c9;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c9c9c9));
   background: -webkit-linear-gradient(top, #ffffff, #c9c9c9);
   background: -moz-linear-gradient(top, #ffffff, #c9c9c9);
   background: -ms-linear-gradient(top, #ffffff, #c9c9c9);
   background: -o-linear-gradient(top, #ffffff, #c9c9c9);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #c9c9c9 100%);*/
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   /*-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;*/
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:100%;
   padding:40px;
   min-width:100%;
   box-sizing:border-box;
	margin-bottom: 40px;
   }
 @media all and (max-width: 899px) {
 	.form-container, .select_form, .map_select {
 		padding: 20px;
 	}
 }

.input_area {
	/*background: #FAFAFA;*/
	text-align: center;
	padding: 20px 0 0 0;
}

.form-field {
   border: 1px solid #c4c4c4;
   background: #ebebeb;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 40px 0px 0px 40px;
   color: #858585;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:12px 8px;
   margin-bottom:20px;
   width:280px;
   }
 @media all and (max-width: 899px) {
 	.form-field {
 		width: 150px;
 	}
 }
.form-field:focus {
   background: #fff;
   color: #5885a3;
   }
.form-container h2 {
   text-shadow: #e6e6e6 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #666666;
   text-shadow: #e6e6e6 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 1px solid #6598bf;
   background: #54848c;
   background: -webkit-gradient(linear, left top, left bottom, from(#5ab8bf), to(#54848c));
   background: -webkit-linear-gradient(top, #5ab8bf, #54848c);
   background: -moz-linear-gradient(top, #5ab8bf, #54848c);
   background: -ms-linear-gradient(top, #5ab8bf, #54848c);
   background: -o-linear-gradient(top, #5ab8bf, #54848c);
   background-image: -ms-linear-gradient(top, #5ab8bf 0%, #54848c 100%);

   -webkit-border-radius: 0px 40px 40px 0px;
   -moz-border-radius: 0px 40px 40px 0px;
   border-radius: 0px 40px 40px 0px;

   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #316270 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #155573;
   text-shadow: #0c4452 0 1px 0;
   background: #3686a3;
   background: -webkit-gradient(linear, left top, left bottom, from(#5abfbf), to(#3686a3));
   background: -webkit-linear-gradient(top, #5abfbf, #3686a3);
   background: -moz-linear-gradient(top, #5abfbf, #3686a3);
   background: -ms-linear-gradient(top, #5abfbf, #3686a3);
   background: -o-linear-gradient(top, #5abfbf, #3686a3);
   background-image: -ms-linear-gradient(top, #5abfbf 0%, #3686a3 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#3686a3));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }


.select_form h3,
.map_select h3,
.form-container h3{
	border: none;
	border-bottom:1px solid #000;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
/*	width: 50%;
	float: left;*/
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

.select_form h3:before,
.map_select h3:before,
.form-container h3:before{
	font-family: icomoon;
    content: "\e91f";
    font-size: 24px;
    margin-right: 10px;
}

/* ==================================================== 詳細ページ */
.detail_body {
	background: #FFF;
	padding:40px; 
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-bottom: 40px;
}

.detail_body h2{
	background: #FFF;
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #000;
	text-align: center;
}

.detail_body h2 .gaiku{
	display: inline-block;
	color: #FFF;
	background: #000;
	border-radius: 40px;
	padding: 0.4em 1em;
	font-size: 18px;
	margin-top: 10px;
}

/*.detail_body table {
	width: 100%;
}*/

.img_body {
	/*width: 100%;*/
	/*height: 0px;*/
	/*padding-bottom: 100%;*/
	overflow: hidden;
	margin-bottom: 40px;
/* 以下修正 */
	width: 47.5%;
	float: left;
}

.img_body img{
	width: 100%;
}

.entry_body {
	width: 47.5%;
	float: right;
}

.entry_txt {
	margin-bottom: 20px;
}
table{
		width: 100%;
	}
@media all and (max-width: 899px) {
	.img_body {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 0px;
	}
	.entry_body {
		width: 100%;
		float: none;
	}
	table{
		line-height: 1.5em;
		width: 100%;
	}
	table th{
		display: block;
	}
	table td{
		display: block;
	}
}
/* ==================================================== 一覧ページ */

.search_list {
	display: flex;
	flex-wrap: wrap;
}

.search_list li{
	/*float: left;*/
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	background: #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
}

@media all and (max-width: 899px) {
	.search_list li{
	float: left;
	width: 46.5%;
	margin: 0 3.5% 3.5% 0;
	}
	.search_list li:nth-child(even){
		margin: 0 0 3.5% 0; 	
	}
}
@media all and (min-width: 900px) {
	.search_list li:nth-child(3n){
		margin: 0 0 3.5% 0; 	
	}
}
.search_list li a{
	display: block;
	/*background: #FFF;*/
	box-sizing:border-box;
	padding: 5px;
	color: #000;
	height: 100%;
	cursor: pointer;
	display: block;
}

.search_list li:hover{
	color: #333;
	background: #DDD;
	cursor: pointer;
}

.search_list li a:active{

}

.search_list li a .thumb{
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: block;
}
.search_list li a .thumb img{
	width: 100%;
}
@media all and (max-width: 899px) {
	.search_list li a .thumb {

	}
	.search_list li a .thumb img{
		height: 100%;
		width: auto;
		margin: 0 auto;
		display: block;
	}
}
.search_list li a .items {
	display: block;
	/*padding: 10px 15px;*/
	position: relative;
}

.search_list li a .tit {
	display: block;
	/*padding: 10px 15px;*/
	padding: 5px 10px 5px 5px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

.search_list li a .gaiku {
	display: block;
	font-size: 11px;
	color:#FFF;
	background: #000;
	padding: 2px 20px;
	/*padding: 10px 15px;*/
	border-radius: 30px;
	max-width: 60%;
	text-align: center;
	margin: 0 auto; 
}
@media all and (max-width: 899px) {
	.search_list li a .gaiku {
		width: 60%;
	}
}
/* ==================================================== 記事ページ リンクエリア用 */

.link_cnt {
	padding: 50px;
	background: #F0F0F0;
	box-shadow: inset 3px 0 3px 0 rgba(0,0,0,0.1)
}
.link_cnt h2{
	margin-bottom: 50px;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding:20px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;

}
.link_cnt ul{
	display: flex;
	flex-wrap: wrap;
}

.link_cnt ul li.new a:before{
	content: url("../images/indent_new.svg");
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 9999;
}

@media all and (max-width: 979px) {
	.link_cnt {
		padding: 15px;
	}
	.link_cnt h2{
		margin-bottom: 15px;
	}
	.link_cnt ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		position: relative;
		z-index: 999;
	}
	.link_cnt ul li:nth-child(2n){
		margin-right: 0;
	}
	.link_cnt ul li a .thumb{
		display: block;
		z-index: 0;
		overflow: hidden;
		margin-bottom: 10px;
	}
}
@media all and (min-width: 980px) {
	.link_cnt ul li{
		width: 23.5%;
		margin-right: 2%;
		position: relative;
		z-index: 999;
	}
	.link_cnt ul li:nth-child(2n){
		margin-right: 2%;
	}
	.link_cnt ul li:nth-child(4n){
		margin-right: 0;
	}
	.link_cnt ul li a .thumb{
		display: block;
		z-index: 0;
		height: 180px;
		overflow: hidden;
		margin-bottom: 10px;
	}
}



.link_cnt ul li{
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	overflow: hidden;
}

.link_cnt ul li a{
	display: block;
}

.link_cnt ul li a .thumb img{
	width: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.link_cnt ul li a:hover .thumb img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
.link_cnt {}
.link_cnt {}

.link_cnt .thumb {}
.link_cnt .tag {
	color: #FFF;
	border-radius: 0 3px 3px 0;
	padding: 5px;
	display: block;
	box-sizing:border-box;
	width: 50%;
	float: left;
	font-size: 12px;
	text-align: center;
}
.link_cnt .date {
	padding: 5px;
	display: block;
	box-sizing:border-box;
	width: 50%;
	float: left;
	font-size: 12px;
	text-align: center;
	min-height: 1.9em;
}
.link_cnt .tit {
	display: block;
	padding: 20px;
	float: left;
	line-height: 1.4em;
}

/* ======================= 以下トピックスリスト */

.topics_list {
	display: flex;
	flex-wrap :wrap;
}

.topics_list {}
.topics_list {}
.topics_list {}

@media all and (max-width: 899px) {
	.topics_list a {
		box-shadow: 0 0 3px rgba(0,0,0,0.1)
	}
}
@media all and (min-width: 900px) {
	.topics_list a {
		display: block;
		width: 235px;
		background: #FFF;
		box-shadow: 0 0 3px rgba(0,0,0,0.1)
	}
}

/* ======================= 以下定型文用スタイル */

.img_45_txt_55 {
	margin-bottom: 0;
}
.img_45_txt_55 img{
	width: 45%;
	float: left;
	margin: 10px 30px 30px 0;
}
.img_45_txt_55 .ph_l{
	float: left;
	width: 45%;
	margin: 0 30px 30px 0;
}
.img_45_txt_55 .ph_r{
	float: right;
	width: 45%;
	margin: 0 0 30px 30px;
}
.img_45_txt_55 p{
}
.img_45_txt_55 .ph_l img,
.img_45_txt_55 .ph_r img
{
	float: none!important;
	width: 100%!important;
	margin-bottom: 10px;
}

/*  */

.txt_55_img_45 {
	margin-bottom: 0;
}
.txt_55_img_45 img{
	width: 45%;
	float: right;
	margin: 10px 0 30px 30px;
}
.txt_55_img_45 p{
}

/*  */

.btn_single {
	padding: 0 0 30px 0;
}





/*.txt_30_img_50 {}
.txt_30_img_50 {}
.txt_30_img_50 {}*/

.img_50_img_50 {}
.img_50_img_50 img{
	width: 45%;
	float: left;
	margin:0 30px 30px 0;
}
.img_50_img_50 {}

.img_33_img_33_img_33 {}
.img_33_img_33_img_33 {}
.img_33_img_33_img_33 {}


/**/

a.btn_more {
	/*display: inline-block;*/
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;


	background: #FFF;
	border-radius:3px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


a.btn_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.btn_more:hover:before, a.btn_more:focus:before, a.btn_more:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

a[target="_blank"]:after {
	font-family: icomoon;
    content: "\e128";
    font-size: 16px;
    padding-left: 10px;
    color:#0079AF;
}



.btn_double {
	display: flex;
	flex-wrap:wrap;
}

.btn_double a{
	width: 45%;
	margin: 0 2% 2% 2%;
}

.btn_double a[target="_blank"]:after {
	font-family: icomoon;
    content: "\e128";
    font-size: 16px;
    padding-left: 10px;
	color:#0079AF;
}


