@charset "UTF-8";


#wrapper h1 {
  text-align: center;
/*  background: url(../img/common/h1-border.png) bottom center repeat-x;*/
  padding:30px 0px 20px;
/*  margin-bottom: 80px;*/
}

@media (max-width: 767px) {
  #wrapper h1 {
    padding: 20px 14% 40px;
    background-size: 300%;
    margin-bottom: 30px;
  }
  #wrapper h1 img {
    vertical-align: bottom;
  }
} 
.star-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 10px;
  }
}

/* contents
--------------------------------------------------------*/
.contents {
  overflow: hidden;
}

.contents .inner {
  width: 890px;
  margin: 0 auto;
}

.contents ul {
  width: 100%;
  margin-left: 0;
  }
.contents ul li {
  font-weight: bold;
  list-style: none;
  line-height: 3.4em;
  width: 100%;
  
  }
.contents ul li li {
  font-weight: normal;
  }
.contents ul ul {
  width: 100%;
}
.contents ul li a {
  font-size: 20px;
  width: 100%;
  position: relative;
  padding-left: 12px;
  display: block;
  background: url(../img/common/line-dot.png) repeat-x bottom left;
  }
.contents ul .close.title {
  font-size: 20px;
  width: 100%;
  position: relative;
  padding-left: 12px;
  display: block;
  background: url(../img/common/line-dot.png) repeat-x bottom left;
	opacity: 1;
	line-height: 1.3em;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contents ul .close.title span {
	opacity: 0.5;
	display: inline-block;
}
.contents ul .close.title small {
	font-size: 16px;
	display: block;
	position: relative;
	font-weight: normal;
}
.contents ul .close.title small span {
	color: #ec5d00;
	opacity: 1;
}
.contents ul li li a {
  font-size: 16px;
  padding-left: 24px;
  }

.contents ul li a:before,.contents ul .close.title:before {
  content:"";
  background: #ec5d00;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.contents ul .close.title:before {
	top: 28%;
}
.contents ul li li a:before {
  content:"";
  background: #ec5d00;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -2px;
}


.contents .flink {
  width: 33.3333%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
/*  float: left;*/
/*  padding-left:25px;*/
/*  padding-right:25px;*/
  }

/* close用 */
.contents ul li {
  font-size: 16px;
  color: #0058a4;
  }
.contents ul .close {
  opacity: 0.5;
  }

@media (max-width: 767px) {
  .contents .inner {
  width:100%;
  }
  .contents .flink {
  width: 100%;
  display: block;
  }
  .flink a {
    width: 100%;
    }
  .flink a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: solid 2px #0058a4;
    border-right: solid 2px #0058a4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


/* star
--------------------------------------------------------*/
.star {
  width: 455px;
  height: 441px;
  background: url(../img/illust/star_01.png) no-repeat;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
.star-1 { top: 90px; left: -100px; transform:rotate(60deg); }
.star-2 { top: 240px; right: -5%; transform:rotate(-60deg); }
.star-3,
.star-4,
.star-5 {
  display: none;
}
}

@media (max-width: 767px) {
  .star {
    width: 200px;
    height: 194px;
    background-size: contain;
  }
  
  .star-1 { top: 90px; left: -100px; transform:rotate(60deg); }
.star-2 { top: 240px; right: -5%; transform:rotate(-60deg); }
  .star-3 { top: 500px; left: -100px; transform:rotate(60deg); }
.star-4 { top: 680px; right: -15%; transform:rotate(-55deg); }
  .star-5 { display: none; }
  
}