/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

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

h3{
	text-align: center;
}

h3 img{
	vertical-align: baseline;
}

h4{
	text-align: center;
}

.nopc{
	display: none !important;
}

.nosp{
	display: block !important;
}

.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)";
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero{
	width: 100%;
	position: relative;
	z-index: 9;
	background:#FAF8F5;
	padding: 0 0 !important;
}

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

.hero .container img{
    width: 100%;
}

/* osusume
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.osusume{
	background: #FFFBEE;
}

.osusume ul{
	max-width: 95%;
	margin: 0 auto 30px;
	padding:6rem 8rem;
	font-size:2.0rem;
	font-weight:bold;
	background: #fff;
	box-sizing: border-box;
	color:#A58235;
    list-style-type:none !important;
    border:#A58235 double 3px;

}

.osusume ul li{
	padding-left:40px;
	padding-bottom: 15px;
	background-image:url("../images/listicon4.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}


.osusume .vintage-waku{
	background-image:url(../images/vintage-lt.png),
					 url(../images/vintage-rt.png),
					 url(../images/vintage-lb.png),
					 url(../images/vintage-rb.png);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left 5px top 5px,
						right 5px top 5px,
						left 5px bottom 5px,
						right 5px bottom 5px;
}

/* program1
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.program1 {
  background-image: url('../images/program-bg.jpg');
  background-size: cover;
  padding-bottom: 5rem;
}

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




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

.guidance h3{
	color: #F3648A;
}

.guidance h4{
	color: #F3648A;
}

.guidance{
	background: #FFFBEE;
}

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

.guidance .waku{
	max-width: 90%;
	margin: 0 auto 30px;
	padding:2rem;;
	background: #fff;
    font-weight: bold;
}

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

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

.section .line-center {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.section .line-center:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.section .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;
}

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

.program{
	background: #fff;
}

.program .cr{
	color: #EE3377;
}

.program .headline-lg {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background-color: #FF8000;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
}
.program .headline-lg:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF8000;
}


.program h4 {
display: inline-block;
color: #FFF;/*文字色*/
padding: 0.3em 1em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
  background-color: #FF8000;
}

/* 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;
}

.description{
  background: #FFFBEE;
}

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

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

.faq{
	background: #FFF;
}

.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;
}

.chuiinner{
  background: #fff;
  padding: 20px;
  border: 3px solid #b20000;
}

.chui h3{
  background: #b20000;
  color:#fff;
  margin-bottom: 0;
  line-height: 2em;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 3rem;
}

.chui h4{
  color:#222;
  text-align: center;
  /*border: 2px solid #b20000;*/
  border: none;
  line-height: 1.8em;
  padding: 5px;
  border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
  background: #eee;
}

.clear{
  clear: both;
}


@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.p70{
		max-width: 70% !important;
	}

	img.mb0{
		margin-bottom:0px !important;
	}

	.osusume ul{
		max-width: 95%;
		margin: 0 auto 30px;
		padding:4rem 4rem;
		font-size:1.6rem;
		font-weight:bold;
		background: #fff;
		box-sizing: border-box;
	}

	.osusume .vintage-waku{
		background-size:20%;
	}


}

@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;
	}
	img.img-float-r{
		max-width: 45%;
	}
	img.nores{
		width: auto !important;
	}
	img.inbl{
		display:inline-block !important;
		margin-bottom: 0 !important;
	}
	.nopc{
		display: block !important;
	}
	.nosp{
		display: none !important;
	}
	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;
  }
  .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 2rem;
  }
  .hero {
  	padding: 0 0 !important;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
}
