@charset "utf-8";

/* ----------------------------------------------------------------------------
  File Name : top.css
  Version : 1.0.0
  Last Updated : 2024/03/28
	---------------------------------------------------------------------------- */

.top-main {
	background: #ACDBE7;
}

.top-main .cmn-cont {
	background: url('/_img/sprite_top.png') no-repeat;
	background-size: 580px 470px;
	background-position: 550px -150px;
	padding: 40px 0;
	color: #FFFFFF;
}

.top-links,
.top-links .cmn-cont {
	  display: flex; 
}

.top-links .cmn-cont .top-facebook {
	 padding: 20px;
}

.top-main h2 {
	background: url('/_img/sprite_top.png') no-repeat;
	background-size: 580px 470px;
    background-position: 0 0;
    text-indent: -9999px;
    width: 580px;
    height: 90px;
	margin-bottom: 20px;
}

.top-main p.top-main_copy {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 3px 3px 2px #84CADC;
}

.top-main p.top-main_explain {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.0;
}

.top-news {
	background: #FFFFFF;
	padding: 40px 0;
	float: left;
    width: 100%;
}

.top-news_title {
	border-bottom: solid 1px #FFE900;
	margin-bottom: 20px;
}

.top-news_title span {
	display: table-cell;
    border-bottom: solid 3px #FFE900;
    padding: 0 10px 5px 0;
    vertical-align: bottom;
}

.top-news_title span:nth-child(2) {
	color: #FF0000;
}

.top-news_title h4 {
	display: table-cell;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
}

.top-news a {
	float: right;
}

.top-menu {
	 letter-spacing: -4em; 
}

.top-menu li {
	display: inline-block;
	background: #FFFFFF;
	width: 450px;
	margin: 10px 20px 0 0;
	padding: 10px;
	letter-spacing: normal;
	border-radius: 8px;
}

.top-menu li:first-child {
	 margin-top: 20px; 
}
.top-menu li:last-child {
	margin-bottom: 20px;
}

.top-menu li:before {
  content: "";
  display: block;
  background: url('../_img/sprite.png') no-repeat;
  background-size: 300px 1500px;
  background-position: 0 -300px;
  width: 100px;
  height: 100px;
  float: left;
}

.top-menu li.cmn-ttl_news:before      	{ background-position: 0 -300px; }
.top-menu li.cmn-ttl_facilitator:before { background-position: 0 -400px; }
.top-menu li.cmn-ttl_company:before     { background-position: 0 -500px; }
.top-menu li.cmn-ttl_works:before       { background-position: 0 -600px; }
.top-menu li.cmn-ttl_service:before     { background-position: 0 -700px; }
.top-menu li.cmn-ttl_words:before       { background-position: 0 -800px; }

.top-menu_inner {
	position: relative;
	float: left;
	width: 350px;
	min-height: 105px;
}

.top-menu li h4 {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.top-menu li p {
	margin: 5px 0 0 20px;
}

.top-menu li:nth-child(even) {
	margin-right: 0;
}

.top-menu li a.mdl-link_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ----------------------------------------------------------------------------
  style for mobile */

@media screen and (max-width:640px){
	
	.top-main {
		background: #ACDBE7;
	}

	.top-main .cmn-cont {
		background-size: 290px 235px;
		background-position: 175px -75px;
		padding: 20px 10px;
	}

	.top-main h2 {
		background-size: 290px 235px;
	    width: 289px;
	    height: 43px;
		margin-bottom: 10px;
	}

	.top-main p.top-main_copy {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.top-main p.top-main_explain {
		display: none;
	}
	
	.top-menu {
		margin: 0 10px;
		font-size: 13px;
	}

	.top-menu li {
		width: auto;
		margin-right: 0;
		margin-top: 10px;
		padding: 10px;
	}

	.top-menu li:before {
		background-size: 150px 750px;
		width: 50px;
		height: 50px;
	}

	.top-menu li h4 {
		margin-left: 10px;
		font-size: 16px;
	}

	.top-menu li p {
	    margin: 0 0 0 10px;
	}

	.top-menu li.cmn-ttl_news:before      	{ background-position: 0 -150px; }
	.top-menu li.cmn-ttl_facilitator:before { background-position: 0 -200px; }
	.top-menu li.cmn-ttl_company:before     { background-position: 0 -250px; }
	.top-menu li.cmn-ttl_works:before       { background-position: 0 -300px; }
	.top-menu li.cmn-ttl_service:before     { background-position: 0 -350px; }
	.top-menu li.cmn-ttl_words:before       { background-position: 0 -400px; }

	.top-news_title h4 {
	    padding-left: 0;
	    font-size: 16px;
	}

	.top-news_title span {
		display: inline;
	    border: none;
	    font-size: 10px;
	}

	.top-menu_inner {
		width: auto;
	    min-height: inherit;
	    padding-left: 50px;
	    margin-top: -50px;
	    padding-bottom: 32px;
	}

	.top-links,
	.top-links .cmn-cont {
		 display: flex; 
		 flex-direction: column; 
	}

	.top-links .cmn-cont .top-facebook {
		 padding: 0; 
	}

}
