@charset "utf-8";
#mainPanel {
	background-image:url(../img/top/main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:554px;
	overflow:hidden;
	line-height:2;
	margin-top:-20px;
	display: flex;
	align-items: center;
}
#mainPanel p {
	background-image:url(../img/top/main_txt.png);
	width:937px;
	padding-top:276px;
	height:0;
	overflow:hidden;
	margin:0 auto;
}

.topPage #content {
	background-image:url(../img/top/bg1.jpg);
	background-repeat:no-repeat;
	background-position:center 60px;
}
@media screen and (max-width:1400px) {
#mainPanel {
	background-size:100% auto;
	height:39.57vw;
}
#mainPanel p {
	width:52.28vw;
	/*padding-top:9.428vw;*/
	padding-top: 15%;
	background-position: center;
	background-size:100% auto;
	background-repeat: no-repeat;
}
}

.topPage #content h2 {
	background-image:url(../img/top/news_ttl_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	color:#22ac38;
	padding:35px 0;
	margin-bottom:2.5em;
}
.topPage #content h2 em {
	font-size:2.8rem;
	display:block;
	display:block;
	margin:0 auto 12px;
}

.topPage #content #event h2 {
	background-image:url(../img/top/event_ttl_bg.png);
	color:#ee6a00;
	padding-top:30px;
}
.topPage #content #report h2 {
	background-image:url(../img/top/report_ttl_bg.png);
	color:#00b7ee;
	padding:30px 0;
}
.topPage #content #products h2 {
	background-image:url(../img/top/products_ttl_bg.png);
	padding-top:50px;
}

#news dl,
#event dl {
	width:54.6vw;
	max-width:765px;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	line-height:1.5;
	padding-bottom:2.8em;
}

#news dt {
	width:27%;
	margin-bottom:2em;
}
#news dt span { /*default : news */
	background-color:#00b7ee;
	color:#fff;
	display:inline-block;
	padding:0 1em;
	margin-left:1.5em;
	border-radius:0.3em;
	font-weight:200;
}
#news dd {
	width:73%;
	margin-bottom:2em;
}
#event dt {
	width:47%;
	position:relative;
	padding-left:8.5em;
	padding-right:2.5em;
	font-weight:900;
	margin-bottom:2em;
}
#event dd {
	width:53%;
	margin-bottom:2em;
}
#event dd.w_full {
	margin-left: -31.5%;
  width: 80%;
}
#event dt em {
	font-weight:300;
	position:absolute;
	left:0;
}
#event dd p {
	margin-bottom:1.5em;
}
.pictBox {
	display:flex;
	justify-content: center;
	padding-bottom:2.5vw;
}
.pictBox li {
	width:26vw;
	max-width:365px;
	margin:0 1.25vw;
	padding:0 10px;
}
.pictBox li figure {
	margin:0 -10px 1.28em;
	position:relative;
	padding:8px;
	border-radius:28px;
	background-color:#e0e0e0;

}
.pictBox li figure img {
	border-radius:20px;
	width:100%;
}
.pictBox li h3 {
	font-weight:900;
	margin-bottom:0.8em;
	line-height:1.5;
}
.pictBox li p {
	line-height:1.5;
	margin-bottom:1em;
}
.pictBox li p:last-child a {
	background-color:#707070;
	padding:0 1.5em;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-weight:200;
	border-radius:0.5em;
	font-size:1.2rem;
	line-height:1.8;
}

#products {
	padding:3.57vw 0 8.5vw;
	margin-bottom:9vw;
	position:relative;
	background-image:url(../img/top/line.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#products:before {
	content:" ";
	display:block;
	background-image:url(../img/top/bg2.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:94px;
	position:absolute;
	left:50%;
	margin-left:27vw;
	top:0;
}
#linkbns {
	display:flex;
	justify-content: center;
	padding-bottom:5.7vw;
}
#linkbns li {
	width:20.7vw;
	max-width:290px;
	margin:0 2.1vw;
}
#linkbns li a,
#linkbns li span {
	background-image:url(../img/top/linkbns1.png);
	background-size:100% auto;
	background-repeat:no-repeat;
	display:block;
	padding-top:20.57vw;
	height:0px;
	line-height:2;
	overflow:hidden;
}
#linkbns li a:hover,
.pictBox li p:last-child a:hover {
	opacity:0.5;
}
#linkbns li:nth-child(2) a {
	background-image:url(../img/top/linkbns2.png);
}
#linkbns li:nth-child(3) a {
	background-image:url(../img/top/linkbns3.png);
}
#linkbns li:nth-child(3) span {
	background-image:url(../img/top/linkbns3_off.png);
}
#facilities {
	background-image:url(../img/top/bg3.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:14.7vw 0 11vw;
}
#facilities ul {
	display:flex;
	justify-content: center;
	max-width:1400px;
	margin:0 auto;
}
#facilities li {
	width:19vw;
	margin:0 2.5vw;
	text-align:center;
	max-width:270px;
}
#facilities li figure img {
	width:92.6%;
	border-radius:20px;
	max-width:250px;
}
#facilities li figure {
	margin-bottom:1.4em;
	text-align:center;
}
#facilities li figure + p {
	text-align:center;
	font-weight:900;
	line-height:1.4;
	margin-bottom:1em;
}
#facilities li p:nth-child(3) b {
	margin-right:1em;
}
#facilities li p:last-child {
	text-align:center;
	margin-top:0.5em;
}
#facilities li p:last-child a {
	background-image:url(../img/top/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	display:inline-block;
	line-height:1.5;
	text-decoration:none;
	cursor:default;
}

@media screen and (max-width:1290px) {
.topPage #content,
#facilities {
	background-size:100% auto;
}
}
@media screen and (min-width:1401px) {
#products {
    padding: 3.57em 0 8.5em;
}
#facilities {
	padding:14.7em 0 11em;
}
#linkbns {
    padding-bottom: 5.7em;
}
}


@media screen and (max-width: 768px) {
.topPage #content {
	padding:1.2em 0;
}
.topPage #content h2 {
	padding:15px 0;
	background-size:60px;
	font-size:1rem;
	margin-bottom:2em;
}
.topPage #content h2 em {
    font-size: 1.8rem;
	margin-bottom:6px;
}
#news dl, #event dl {
	width:65%;
	padding-bottom:2.8vw;
}
#news dt span {
	font-size:1rem;
}
#news dt {
	width:30%;
}
#news dd {
	width:70%;
}
.topPage #content #event h2 {
	padding:8px 0;
}
#event dt {
    width: 47%;
    padding-left: 6em;
	padding-right: 1em;
}
.topPage #content #report h2 {
	padding:7px 0;
}
.pictBox li figure {
    padding: 4px;
    border-radius: 14px;
}
.pictBox li figure img {
    border-radius: 10px;
}
.pictBox li p:last-child a {
	font-size:1rem;
}
#products:before {
	left:inherit;
	margin-left:inherit;
	right:1em;
}
.topPage #content #products h2 {
	padding-top:10px;
}
#products {
	background-size:458px auto;
}
#facilities li figure img {
	border-radius:10px;
}

}
@media screen and (max-width:425px) {
#mainPanel {
	background-image:url(../img/top/main_sp.jpg);
	height:60.9vw;
	margin-top:0;
}
#mainPanel p {
	background-image:url(../img/top/main_txt_sp.png);
	background-size:100% auto;
	width:100%;
	padding-top:40.31vw;
}
.topPage #content {
	background-image:none;
}
#news dl, #event dl {
	width:89%;
	display:block;
}
#news dt, #event dt,#news dd, #event dd {
	width:100%;
}
#event dd.w_full {
	margin-left: 0;
	width: 100%;
	padding-top: 2em;
}
#news dt, #event dt {
	margin-bottom:0.5em;
}
#news dt span,
.pictBox li p:last-child a {
	font-size:1.1rem;
}
.pictBox {
    display: block;
    justify-content: center;
	width:86%;
	margin:0 auto;
}
.pictBox li {
	width:100%;
	margin-bottom:2em;
}
.pictBox li figure {
	width:65.45%;
	margin:0 auto 1em;
}
#products:before {
	display:none;
}
#products {
    background-image: url(../img/top/line_sp.jpg);
	background-size:289px auto;
}
#linkbns {
	width:93.7%;
	margin:0 auto;
	flex-wrap:wrap;
	padding-bottom:0;
}
#linkbns li {
	width:48%;
	margin:0 0 2.3vw;
}
#linkbns li:nth-child(1) {
	margin-right:2.3vw;
}
#linkbns li a,
#linkbns li span {
	padding-top:45vw;
}
#facilities {
    background-image: url(../img/top/bg3_sp.png);
	background-size:100% auto;
    padding: 19.5vw 0 17.7vw;
}
#facilities ul {
	width:89%;
	flex-wrap:wrap;
}
#facilities li {
	width:47.3%;
	margin:0 0 6vw;
}
#facilities li:nth-child(1) {
	margin-right:4vw;
}
#facilities li p:nth-child(3) {
	line-height:1.2;
	margin-right:0;
}
#facilities li b {
	display:block;
}
#facilities li figure {
	margin-bottom:1em;
	width: 92.6%;
	height:;
}
#facilities li figure + p {
	line-height:1.5;
	margin-bottom:0.8em;
}

}
@media screen and (max-width: 320px) {
#facilities li p:nth-child(3) ,
#footerWrap {
	font-size:1.1rem;
}
}
