@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

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

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body{
    /*background-color:#FBE6E9;*/
	background: url(../images/xmas-bg.jpg) no-repeat fixed center top, #CACCC8;
	-webkit-background-size:cover;
	background-size:cover;
    word-break: break-all;
}

.section {
  padding: 3rem 0 3rem;

}




.section-heading,
.section-description {
  margin-bottom: 2rem;
  text-align:center;
}

#wrapper{
	max-width:1200px;
	margin:0 auto;
	box-shadow: 0 1px 2px rgba(0,0,0,.333);
	background-color: #fff;
}

#wrapper.section{
	padding-bottom:0 !important;
}

h2{
	margin-top:0.8rem !important;
	margin-bottom:1.2rem !important;
}

h3{
	font-size: 2em;
	text-align: center;
	line-height:1.5 !important;
}

h3.f-small{
	font-size:1.6em;
}

h4{
	text-align: center;
	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%;
}

.pink{
  color: #AF125F;
}

.section .mincho30{
  text-shadow: none;
}

.desc{
	max-width:640px;
	margin:0 auto;
	font-size: 112.5%;
}

.turq{
  color: #54CDB1;
}


#countdown {
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #DF0952;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, #E5E5E3 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,#E5E5E3 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,#E5E5E3 100%);
        background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E5E5E3',GradientType=0 );
    border-bottom: 1px solid #52A934;
    background-color: #fff;
}

#headerwrap{
  width: 100%;
	position: relative;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/pink-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;

  z-index: 9;
}

#headerwrap .header{
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 0;
  padding:  0 0;
  line-height:0;
  box-sizing: border-box;
}

dl.check,.osusume .check2 ul {
	max-width:640px;
	margin: 0 auto 40px;
}
dl.check dt {
	width: 1.5em;
	float:left;
	font-size: 125%;
	color: #E05C8E;
	padding: 0.3em 0 0.3em 0;
}

dl.check dd {
	margin-left: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 125%;
	border-bottom: #ccc dotted 1px;
	padding: 0.3em 0 0.3em 0;

}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero{
	width: 100%;
	position: relative;
	z-index: 9;
    background-color:#E1D8D3;
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 79px;
	/*background-size: cover;*/
	padding: 0 !important;*/
    text-align:center;

}

.hero_inner{
  	padding: 79px 0 0;
}

.hero img{
	max-width: 1200px;
  display: block;
  margin: 0 auto;
    /*max-width: 840px;*/
}

/* section1
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body div.section1 {
    background-color: #F2ECE6;
    /*padding-bottom: 220px;*/

}

.section1-inn{
	position: relative;
}

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

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

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

/* osusume
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.osusume{
	background: #fff;
	/*background: url(../images/topgrade.jpg) repeat-x center top,#fff;
	-webkit-background-size:cover;
	background-size:cover;*/
}

.topmsg{
	width:70%;
	background-color:#F8F3F1;
	padding:15px;
	box-sizing:border-box;
	margin:50px auto 60px;
}

.topmsg .topmsg-top{
	margin-top: -50px;
	margin-bottom: 20px;
}

.topmsg .topmsg-bottom{
	margin-bottom: -50px;
}


.osusume ul{
	max-width: 90%;
	margin: 0 auto 30px;
	padding:2rem;
	font-size:2.0rem;
	font-weight:bold;
/*	background: #fff;*/
	background: rgba(255,255,255,0.8);
	list-style: circle outside;
}

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

/* program1
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.program1 {
	background:#F8FCFB;
	/*-webkit-background-size:cover;
	background-size:cover;*/
	padding-bottom: 5rem !important;
	/*color: #232323;*/
}

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

.program1 .category{
	text-align: center;
}

.program1 .waku{
	max-width: 94%;
	margin: 0 auto 30px;
	padding:3rem 1rem 2rem;
	background: #fff;
    font-weight: normal;
    box-sizing: border-box;
    border: 3px dashed #FF007F;
}

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

/*.guidance h3{
	color: #967B56;
}*/

/*.guidance h4{
	color: #967B56;
}*/

.guidance{
	background: url(../images/105746004.jpg) repeat scroll center bottom,#fff;
}

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

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

.guidance .waku img{
	padding-top:1em;
}

.guidance .pdf{
	background: #D00;
	color:#fff;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-right:0.5em;
}

.guidance .sound{
	background: #007FFF;
	color:#fff;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-right:0.5em;
}

.guidance .movie{
	background: #222;
	color:#fff;
	padding-left:0.5em;
	padding-right:0.5em;
}

.menu1 {
	display: block;
    font-weight: bold;
    font-size:1.15em;
    color: #fff;
    padding: 0.2em 1.5em;
    background: #E8939D;

    margin-bottom: 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    /*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    background-image: linear-gradient(to right, #F34E6A 0%, #f9748f 50%, #fd868c 60%, #fe9a8b 100%);*/
}

.point{
	margin:0;
	padding:20px 0 10px 0;
	font-size:140%;
	line-height:100%;
	letter-spacing:1px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.point span{
	padding:5px 10px;
	background:#FF007F;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family: 'Roboto Condensed', sans-serif;
}
.point_title{
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	font-family: "Noto Sans Japanese";
	margin-bottom:0.5em;
}

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

.message h3{
  color: #A37E39;
}

.desc h3{
  color: #E8939D;
}

.message .line-center,.prof .line-center{
  position: relative;
  text-align: center;
  font-weight: bold;
}
.message .line-center:before,.prof .line-center:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E8939D;
  color: #d1496b;
}
.message .line-center span,.prof .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{
  /*background: url(../images/mess_bg.jpg) no-repeat center -150px;*/
}

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

.program{
	/*background: #F2FBFB;*/
  background: #FEF7F3;

}

.program .cr{
	color: #EE3377;
}

/*.program .headline-lg {
  color: #E8939D;
   text-align: center;
   padding: 0.25em;
   border-top: solid 2px #E8939D;
   border-bottom: solid 2px #E8939D;
   background: -webkit-repeating-linear-gradient(-45deg, #F5F5DC, #F5F5DC 3px,#FBE6E9 3px, #FBE6E9 7px);
   background: repeating-linear-gradient(-45deg, #F5F5DC, #F5F5DC 3px,#FBE6E9 3px, #FBE6E9 7px);
}*/

/*.program .headline-lg {
  position: relative;
  width: 100%;
  text-align: center;
  color: #E8939D;
  font-weight: bold;
  padding-left: 0.3em;
  padding-right: 0.3em;

position:relative;
-webkit-box-sizing:border-box;
box-sizing:border-box;

}*/

.program .headline-lg {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em 0.5em;
  display: inline-block;
    color: #E8939D;
      text-align: center;
}

.program .headline-lg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #E8939D, #E8939D 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #E8939D, #E8939D 2px, #fff 2px, #fff 4px);
}

.program h4 {
display: inline-block;
background:#D55B86;
color: #fff;/*文字色*/
/*border: solid 3px #fa8072;線色*/
padding: 0.3em 1em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

/* description
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.description h4 {
position: relative;/*相対位置*/
color: #000;
font-weight:bold;
text-align: left;
font-size: 1.25em;
padding: 0.5em 0.5em 0.5em 0;/*アイコン分のスペース*/
margin-bottom: 20px;
border-bottom: 3px solid #999;
/* border-left: 3px solid #E8939D; */
}

.description h4:before {
    content:  '';                   /* 空白の要素を作る */
    width: 5em;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #e00000;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

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

.tokuten dl{
  display: inline-block;
  border: thick double  #D55B86;
  padding: 20px;
}

.tokuten dt{
  background: #D55B86;
  color: #fff;
  margin-bottom: 10px;
}

.tokuten dd{
  margin-left: 0;
}

.prof dt{
  float: left;
  padding-bottom: 0.3em;
margin-right: 0.5em;
font-weight: bold;
}
.prof dd{
float: left;
  padding-bottom: 0.3em;
  margin: 0;
  width: 560px;
  max-width: 100%;

}

.prof dd:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
h3.premier{
  color: #b8860b;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 1px #b8860b;/*上線*/
  border-bottom: solid 1px #b8860b;/*下線*/
  font-size: 1.5em;
  margin: 0 auto;
  width: 90%;
}
.gold {
    color: #A37E39;}

ul#ico2 li {
      color: #FF007F;
      font-size: 2rem;
      font-family: 'Noto Sans Japanese';
      font-weight: bold;
    	text-indent: -1.5em;
    	padding-left: 1.5em;
    	padding-bottom: 0.5em;
      text-shadow: 1px 2px 3px #ccc;
      border-bottom: 1px dotted #ccc;
      list-style: none;
    }

ul#ico2 li::before {
    	content: "💎";
    }

h4.hoshi {
    	text-indent: -1.5em;
    	padding-left: 1.5em;
    	padding-bottom: 0.5em;
    }
    h4.hoshi::before {
    	content: "🌔";
    	padding: 0 5px;
    	color: #A37E39;
    }
.cource{
  margin: 0;
  padding: 0;
}

.cource img {
  display: block;
  margin: 0 auto;
  padding: 0!important;
}
.pt30{
  padding-top: 30px;
}

.tokuten_p{
  display: block;
  border: thick double  #D55B86;
  padding: 20px 20px 20px 20px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.tokuten_midashi{
  background: #D55B86;
  color: #fff;
  padding: 5px;
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
