/* ========================================================================

	TOP
  
======================================================================== */
/* ------------------------------------------------------------------------
	mainImg
------------------------------------------------------------------------ */
.mainImg {
	position: relative;
	width: 100%;
	height: 800px;
	background: url(../../images/module/top/mainIMG.jpg) center center / cover no-repeat #000;
	z-index: 0;
}

.mainImg h2 {
	padding-top: 200px;
	text-align: center;
}


/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section .inner {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1400px;
}

section .inner dl {
	padding: 60px 4% 0;
	width: 42%;
}

section .inner dl dt {
	margin-bottom: 30px;
	text-align: center;
}

section .inner dl dd { line-height: 2.2; }

/* info
------------------------------------------------------------------------ */
.info {
	padding: 70px 0;
}

.info h3 {
	margin-bottom: 60px;
	text-align: center;
}

.info ul {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px dotted #a6a6a6;
}

.info li {
	overflow: hidden;
	padding: 16px 10px;
	line-height: 1.8;
	font-size: 108%;
	border-bottom: 1px dotted #a6a6a6;
}

.info li span {
	display: block;
	float: left;
	color: #1d98bb;
	width: 160px;
}

.info li div {
	display: block;
	float: right;
	width: 820px;
}

.info li div a[target="_blank"] {
	padding-right: 20px;
    background: url(../../images/common/ico_blank.svg) no-repeat right center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}


/* site
------------------------------------------------------------------------ */
#site {
	max-height: 500px;
	background: url(../../images/module/top/bg01.gif) repeat 0 0;
}

#site .img {
	float: right;
	width: 50%;
}

#site dl { float: left; }

#site li {
	margin: 0 auto;
	width: 430px;
}

#site li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../../images/module/top/btn01.png) no-repeat 0 0;
}

#site li a:hover { background-position: 0 -50px; }


/* volunteer
------------------------------------------------------------------------ */
#volunteer {
	max-height: 500px;
	background: url(../../images/module/top/bg02.gif) repeat 0 0;
}

#volunteer .img {
	float: left;
	width: 50%;
}

#volunteer dl { float: right; }

#volunteer li {
	margin: 0 auto;
	width: 430px;
}

#volunteer li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../../images/module/top/btn02.png) no-repeat 0 0;
}

#volunteer li a:hover { background-position: 0 -50px; }

/* jtu
------------------------------------------------------------------------ */
#jtu {
	max-height: 500px;
	background: url(../../images/module/top/bg03.gif) repeat 0 0;
}

#jtu .img {
	float: right;
	width: 50%;
}

#jtu dl { float: left; }

#jtu li {
	margin: 0 auto;
	width: 430px;
}

#jtu li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../../images/module/top/btn03.png) no-repeat 0 0;
}

#jtu li a:hover { background-position: 0 -50px; }

/* contact
------------------------------------------------------------------------ */
#contact {
	max-height: 500px;
	background: url(../../images/module/top/bg01.gif) repeat 0 0;
}

#contact .img {
	float: left;
	width: 50%;
}

#contact dl { float: right; }

#contact dd {
	overflow: hidden;
	padding: 10px;
	line-height: 1.8;
	border-top: 1px dotted #000;
}

#contact dd strong {
	display: block;
	font-size: 138%;
}

#contact dd span {
	float: left;
	margin-right: 15px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 80px;
	background: #000;
}

#contact dd a { text-decoration: underline; }
#contact dd a:hover { text-decoration: none; }

#contact ul { margin-top: 30px; }

#contact li {
	margin: 0 auto;
	width: 430px;
}

#contact li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../../images/module/top/btn04.png) no-repeat 0 0;
}

#contact li a:hover { background-position: 0 -50px; }

/* policy
------------------------------------------------------------------------ */
#policy li { text-align: center; }

#policy li a {
	position: relative;
	display: block;
	padding: 40px 0;
	width: 100%;
}

#policy li a:hover { background: #d7f6ff; }

#policy li a::before {
  content: '';
  width: 60px;
  height: 60px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 3%;
}

#pageTop { bottom: 220px; }


/*----------------------------------------------------------------------------------------------------------------- SP ----*/
@media screen and (max-width: 768px) {
/* ------------------------------------------------------------------------
	mainImg
------------------------------------------------------------------------ */
.mainImg {
	position: relative;
	width: 100%;
	height: 360px;
	background: url(../../images/module/top/mainIMG.jpg) center center / cover no-repeat #000;
	z-index: 0;
}

.mainImg h2 {
	padding-top: 70px;
	text-align: center;
}

.mainImg h2 img { width: 60%; }


/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section .inner {
	max-width: 100%;
	text-align: center;
}

section .inner dl {
	padding: 40px 4% 10px;
	width: 92%;
}

section .inner dl dt { margin-bottom: 20px; }
section .inner dl dd { text-align: left; }

/* info
------------------------------------------------------------------------ */
.info { padding: 30px 0; }

.info h3 { margin-bottom: 20px; }

.info h3 img { max-width: 50%; }

.info ul { width: 96%; }

.info li span,
.info li div {
	float: none;
	width: 100%;
}

/* site
------------------------------------------------------------------------ */
#site { max-height: none; }

#site .img { display: none; }

#site dl { float: none; }

#site dl dt img { max-width: 100%; }

#site dl dd.mb60 { margin-bottom: 20px !important; }

#site li {
	margin: 0 auto 20px;
	width: 90%;
}

#site li a {
	height: 0;
	padding-top: 11.6279%;
	background-size:100% auto;
}

#site li a:hover { background-position: 0 100%; }

/* volunteer
------------------------------------------------------------------------ */
#volunteer { max-height: none; }

#volunteer .img { display: none; }

#volunteer dl { float: none; }

#volunteer dl dt img { max-width: 90%; }

#volunteer dl dd.mb60 { margin-bottom: 20px !important; }

#volunteer li {
	margin: 0 auto 20px;
	width: 90%;
}

#volunteer li a {
	height: 0;
	padding-top: 11.6279%;
	background-size:100% auto;
}

#volunteer li a:hover { background-position: 0 100%; }

/* jtu
------------------------------------------------------------------------ */
#jtu { max-height: none; }

#jtu .img { display: none; }

#jtu dl { float: none; }

#jtu dl dt img { max-width: 60%; }

#jtu dl dd.mb60 { margin-bottom: 20px !important; }

#jtu li {
	margin: 0 auto 20px;
	width: 90%;
}

#jtu li a {
	height: 0;
	padding-top: 11.6279%;
	background-size:100% auto;
}

#jtu li a:hover { background-position: 0 100%; }

/* contact
------------------------------------------------------------------------ */
#contact { max-height: none; }

#contact .img { display: none; }

#contact dl {
	float: none;
	margin-bottom: 20px;
}

#contact dl dt img { max-width: 40%; }

#contact li {
	margin: 0 auto 20px;
	width: 90%;
}

#contact li a {
	height: 0;
	padding-top: 11.6279%;
	background-size:100% auto;
}

#contact li a:hover { background-position: 0 100%; }

/* policy
------------------------------------------------------------------------ */
#policy li img { width: 50%; }

#policy li a { padding: 30px 0; }

#policy li a::before {
  width: 40px;
  height: 40px;
  top: 36%;
  right: 4%;
}

#pageTop { bottom: 185px; }

}




