@charset "UTF-8";
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-weight: 700;
	font-size: 15px;
}
::selection {
    background-color: #c5d4dd !important;
}
section div.form_wrap dl dd span{
	line-height: 1.7px!important;
}

.newswrap dl{
	padding: 15px 0 !important;
	border-bottom: 1px dashed #ccc;
	-ms-align-items: flex-start !important;
	align-items: flex-start !important;
}
.newswrap dl dt{
	-ms-align-items: center !important;
	align-items: center !important;
	background: rgba(0,255,255,0.2) !important;
}
.newswrap dl dd{
	width: 88% !important;
}
.cont2 a .img_txt, .cont3 a .img_txt{
    position: absolute;
    bottom: inherit !important;
    left: 0;
    top: 0 !important;
}
.h1txt{
	border: 0!important;
}
.insta{
	display: inline-block;
	margin-left: 20px;
}
.insta div.sns_list div {
	width: 18% !important;
	margin: 0 auto 2%;
}

.main_catch{
	position: relative;
}
.catch img{
position: absolute;
left: 0;
right: 0;
bottom: 15%;
z-index: 2;
margin: auto;
max-width: 196px;
width: 20%;
}

/*スマホ*/

@media screen and (max-width: 640px){
	#mainArea .slider img {
	    height: 23vh!important;
	}

	.nav_footer{
		display: block;
	}
	.insta div.sns_list div {
		width: 48% !important;
		margin: 0 auto 2%;
	}

}

.imgbox1 .box a {
			display: block;
			position: relative;
}
.imgbox1 .box a:before {
	position: relative;
	z-index: 1;
	content: "";
	display: block;
	width: 100% !important;
	padding-top: 100%;
}
.imgbox1 .box a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	font-family: "object-fit:cover;";
	width: 100% !important;
	height: 100% !important;
}

