/*-------------------------------------------------------------------------
 [PC] top
--------------------------------------------------------------------------*/
.slider {
	overflow: hidden;
	width: 1200px;/* トリミングしたい枠の幅 */
	height: 450px;/* トリミングしたい枠の高さ */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.slider img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#top_imgbox {
	width: 1200px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#top_imgbox article {
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 30px;
}

#top_imgbox article:nth-child(even){
	margin-left: 2%;
}

#top_imgbox article:nth-child(odd){
	clear: both !important; 
}

#top_imgbox article:first-child {
	margin-left: 0px !important;
}
#top_imgbox article img {
	width: 100%;
}
#top_imgbox blockquote {
	width: 100%;
	height: 391px;
	overflow: hidden;
	position: relative;
}
#top_imgbox blockquote img {
	margin-top:0px;
}
#top_imgbox h3 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 1.3em;
	padding: 10px;
}
#top_imgbox h4 {
	font-family: Verdana, Geneva, 'sans-serif';
	font-size: 0.9em;
	padding-left: 10px;
}
#top_imgbox p {
	font-size: 0.8em;
	padding: 10px;
	line-height: 140%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

#top_imgbox a p {
	color: #333;
}

#top_imgbox .new {
	background-image: url(/images/new.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 270px;
	right: 10px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
}

#top_box1 {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_box1 li {
	position: relative;
	width: 50%;
}
#top_box1::after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.top_box1 {
	width: 98%;
	border: 1px solid #eee;
}
.top_box1 blockquote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}
.top_box1 blockquote img {
	width: 100%;
}
.top_box1 h4 {
	padding: 15px;
	font-size: 1.3em;
	color: #DACC62;
	line-height: 141%;
	min-height: 120px;
}
.top_box1 p {
	font-size: 0.95em;
	padding: 20px;
	margin-bottom: 50px;
}
.top_box1 ul {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.top_box1 a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F77D90;
	padding: 10px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}
.top_box1 .new {
	background-image: url(/images/new.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: -20px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}



.news_dl {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.news_dl dt {
	padding: 10px;
	width: 200px;
	float: left;
	clear: left;
	border-top: 1px dashed #ccc;
}

.news_dl dd {
	padding: 10px;
	width: 670px;
	float: left;
	border-top: 1px dashed #ccc;
}


.top_box2 {
	clear: both;
}
.top_box2 article {
	width: 33%;
	min-height: 280px;
	margin-bottom: 20px;
	float: left;
}
.top_box2 article div {
	width: 90%;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px #999;
	margin-left: auto;
	margin-right: auto;
}
.top_box2 article div h3 {
	font-size: 1em;
	padding: 15px;
}
.top_box2 article div dfn {
	font-size: 0.8em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	display: block;
}
.top_box2 img {
	width: 100%;
	line-height: 130%;
}
.top_box2 a:hover img {
	opacity: 0.5;
}
.top_box2 blockquote {
	position: relative;
	width: 100%;
}
.top_box2 blockquote .new {
	background-image: url(/images/new.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	right: 0px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.top_box2 blockquote .ad {
	background-image: url(/images/pr.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 35px;
	height: 20px;
	text-indent: -9999px;
	z-index: 1;
}

.top_box3 {
	clear: both;
}
.top_box3 article {
	width: 33%;
	float: left;
}
.top_box3 article blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_box3 article blockquote img {
	object-fit: cover;
	width: 260px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
}
.top_box3 article div {
	width: 100%;
}

@media all and (-ms-high-contrast:none){

	.top_box3 article blockquote {
		position: relative !important;
		width: 260px;
		height: 260px;
		display: inline-block !important;
		overflow: hidden !important;
	}
	.top_box3 img {
		position: absolute !important;
		width: auto !important;
		height: auto !important;
		top: 50%;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	@supports ( object-fit: cover ) {
		.top_box3 img {
			position: static !important;
			height: 100% !important;
			width: 100% !important;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			top: 0;
			-ms-transform: none;
			-moz-transform: none;
			-webkit-transform: none;
			transform: none;
		}
	}
}


/*.top_box3 img {
	object-fit: cover;
	width: 240px;
	height: 240px;
}*/
.top_box3 article:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.top_box3 a:hover img {
	opacity: 0.5;
}
.top_box3 h4 {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	min-height: 92px;
	margin-top: 10px;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #F77D90;
	color: #F77D90;
	border-radius: 10px;
	line-height: 160%;
	background-color: #fff;
}
.top_box3 p {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	min-height: 102px;
	font-size: 0.8em;
	line-height: 160%;
	padding: 10px;
}

.top_box3 def {
	display: block;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.top_box3 p a {
	color: #F77D90;
}
#right_banner {
	padding-top: 40px;
}
#back_number {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#back_number li {
	width: 100px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-right: 17px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}
#contact_table {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#contact_table th {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
#contact_table td {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
#contact_table input[type="text"] {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 80%;
}

#top_right_banner li {
	margin-bottom: 20px;
}

.facebook {
	width: 48%;
	float: left;
}

.twitter {
	width: 48%;
	float: right;
}

.new_tochipe {
	text-align: center;
	font-size: 1.0em;
	border: 1px solid #ccc;
	border-radius: 20px;
	display: block;
}

.new_tochipe h4 {
	background-color: antiquewhite;
	font-size: 1.0em;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.new_tochipe img {
	width: 80%;
	text-align: center;
}

#sns_link  {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#sns_link li {
	width: 60px;
	float: left;
}

#sns_link li img {
	width: 50px;
}


.attention {
	padding: 20px;
	border: 3px solid red;
	clear: both;
}





