/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body{
	font-family: 'Noto Sans JP', sans-serif;
}


/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 3rem 0 3rem;
}
.section-heading,
.section-description {
  margin-bottom: 2rem;
  text-align:center;
}


h2 {
  border-bottom: solid 3px black;
}


h3{
	display:inline-block;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	line-height:1.5 !important;
}

h4{
	display:inline-block;
	border-bottom: dashed 2px #6594e0;
	font-size:1.35em;
}

.nopc{
	display: none;
}

.nosp{
	display: block;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.alpha80{
	background:rgba(255,255,255,0.8);
}

.responsive{
    width: 100%;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero{
	width: 100%;
	position: relative;
	z-index: 9;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/lightsign.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	padding: 0 0 !important;
}

.hero .container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 78px 0 0;
    line-height:0;
}

.hero .container img{
    width: 100%;
    margin-bottom: 0 !important;
}

body div.section1{
	background-color: #fff;
	padding-top:50px;
	padding-bottom:50px;
}

.section1-inn{
	position: relative;
}

.section1-left{
	position: relative;
	z-index:100;
	padding:30px 15px;
	box-sizing: border-box;
}

.box{
	position: relative;
}

.backtop{
	position: absolute;
	right:  0px;
    top: 100px;
	z-index:1;
	width:500px;
}

.backtop2{
	position: absolute;
	right:  0px;
    bottom: -200px;
	z-index:1;
	width:500px;
}

/* osusume
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.osusume{
	/*background: #FFFBEE;*/
	background: url() no-repeat fixed center bottom,#fff;
	-webkit-background-size:cover;
	background-size:cover;
}

.osusume ul{
	max-width: 90%;
	margin: 0 auto 30px;
	padding:2rem;
	font-size:2.0rem;
	font-weight:500;
/*	background: #fff;*/
	background: rgba(255,255,255,0.8);
	list-style: disc outside;
	border: 1px solid rgba(242, 102, 143, 1);
}

.osusume ul li{
	margin-left: 1em;
}

/* program1
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.program1{
	padding-top:0 !important;
}

.program1 {
	background: url() repeat fixed center center,#fff;
	/*-webkit-background-size:cover;
	background-size:cover;*/
	padding-bottom: 5rem !important;
}

.program1 .section-description{
	font-size:1.25em;
}


/* guidance
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.guidance h3{
	color: #967B56;
}

.guidance h4{
	color: #967B56;
}

.guidance{
	background: #fdf0ea;
	/*background: url(../images/bg92.png) repeat scroll center center,#fff;*/
}

.guidance p{
    font-size:1.15em;
}

.guidance .waku{
	max-width: 100%;
	margin: 0 auto 30px;
	padding:3rem 4rem 2rem;
	background: #fff;
    font-weight: normal;
    box-sizing: border-box;
}

.menu1 {
	display: block;
    font-weight: bold;
    font-size:1.15em;
    color: #967B56;
    padding: 0.2em 1.5em;
    background: #fff;
    border: 1px solid #967B56;
    margin-bottom: 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

/* message
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.message .line-center {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.message .line-center:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.message .line-center span {
  position: relative;
  z-index: 2;
  font-size:0.8em;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.message .container{
	background: url(../images/fukei.jpg) no-repeat scroll right 100px,#fff;
	-webkit-background-size:auto;
	background-size:auto;
}

/* program
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.program{
	background: url(../images/bg92.png) repeat fixed center top,#fff;
}

.program .cr{
	color: #EE3377;
}

.program .headline-lg {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background-color: #F2668F;
background: -moz-linear-gradient(to bottom,#CC5679,#F2668F 70%,#F2668F);
background: -webkit-linear-gradient(to bottom,#CC5679,#F2668F 70%,#F2668F);
background: linear-gradient(to bottom,#CC5679,#F2668F 70%,#F2668F);
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
	border-radius: 5px;
}
.program .headline-lg:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2668F;
}

.program .headline-lg span {
  margin-bottom: 40px;
  font-weight: normal;
  font-size:0.8em;
}


.program h4 {
display: inline-block;
color: rgba(242, 102, 143, 1);/*文字色*/
border: solid 3px rgba(242, 102, 143, 1);/*線色*/
padding: 0.3em 1em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

/* description
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.description h4 {
color: #000;
font-weight:bold;
text-align: left;
font-size: 1.25em;
padding: 0 5px 5px;
margin-bottom: 20px;
border-bottom: 1px solid #222;
}

.toiawase {
    max-width: 600px;
    padding: 20px;
    border: 3px #E3D5B5 solid;
    margin: 0 auto 60px;
}

/* faq
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.faq{
	background: #f6f6f6;
}

.faq h4 {
color: #000;
font-weight:bold;
text-align: left;
font-size: 1.25em;
padding: 0 5px 5px;
margin-bottom: 20px;
border-bottom: 1px dashed #222;
}

.qa dl {
  margin-bottom: 20px;
}
.qa dl dt {
  font-weight: bold;
  display: table;
  width:100%;
  border-bottom: 1px dotted #222;
  padding-bottom:10px;
  margin-bottom:10px;
}
.qa dl dt > span {
  display: table-cell;
  vertical-align: top;
  width: 1.2em;
  color: #E63575;
}
.qa dl dd {
  overflow: hidden;
  display: table;
  margin-left:3px;
}
.qa dl dd > span {
  display: table-cell;
  font-weight: bold;
  color: #00BFFF;
  vertical-align: top;
  width: 1.2em;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  color: #222;
	background-color: #d1d1d1;/* IE8用 上の「#footer{background: #d1d1d1;}」とセット*/
	background: linear-gradient(#d1d1d1, #e3e3e3);
	background: -moz-linear-gradient(top, #d1d1d1, #e3e3e3);/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e3e3e3));/* Safari,Google Chrome用 */
}

.footer #f-logo{
	width:100px;
	margin-right: 15px;
	float: left;
}

.footer #f-menu{
	float: left;
	margin-top:5px;
}

.footer a{
	color:#222;
}

.footer a:hover{
	color:#C00;
}


@media screen and (max-width: 480px) {
	img{
		width: 90%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:15px !important;
		float: none !important;
	}
	
	img.u-max-full-width{
		width: 100% !important;
	}
	
	img.img-float-r{
		max-width: 90% !important;
	}
	
	img.mb0{
		margin-bottom:0px !important;
	}

	.mincho30 {
	    font-size: 125% !important;
	}

	.mincho24 {
	    font-size: 115% !important;
	}

	.osusume ul {
	    font-size: 1.7rem;
	}
	.message .container{
		background: url(../images/bottle.jpg) no-repeat scroll center 100px,#fff;
		-webkit-background-size:80%;
		background-size:80%;
	}
	.program1 .section-description {
	    font-size: 1.1em;
	}
	
	.f20 {
	    font-size: 110% !important;
	}

	h4{
		font-size:1.2em;
	}

}

@media screen and (max-width: 768px) {
	img{
		width: 90%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:15px !important;
		float: none !important;
	}

	#countdown img{
		width: 100%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:0px !important;
		float: none !important;
	}
	
.backtop{
	position: absolute;
	right:  0;
    top: 50px;
	z-index:1;
	width:300px;
}
.backtop2{
	position: absolute;
	right:  0px;
/*    bottom: -150px;*/
    bottom: 0px;
	z-index:1;
	width:300px;
}
	body div.section1{
/*		padding-bottom:170px;*/
		padding-bottom:30px;
	}

.hero .container{
    padding: 0 0;
}

.category{
	margin-bottom:15px;
}

.guidance .waku{
	padding:3rem 1.5rem 2rem;
}

.btn-gradient-3d-orange {
  font-size:1.2em;
  min-width:80%;
}

	img.img-float-r{
		max-width: 45%;
	}
	img.nores{
		width: auto !important;
	}
	.nopc{
		display: block;
	}
	.nosp{
		display: none;
	}
	img.mb0{
		margin-bottom:0px !important;
	}
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 3rem 0 2rem;
  }
  .hero {
  	padding: 0 0 !important;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 769 */
@media (min-width: 769px) {
  .hero {
  	padding: 0 0 !important;
    min-height: 460px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 4rem 0 3rem;
  }
  .section-description {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 3rem;
  }
  .hero {
  	padding: 0 0 !important;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}