@chaeset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ここから */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 20px;
  line-height:1.6;
  border-top: 4px solid #080149;  
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul li {
	list-style:none;
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: 0.8;
}
a { text-decoration:none; }

/* レイアウト・アセット */
.container { width:1170px; margin:0 auto; }
.clear { clear:both; }
.png-sp {display: none;}
section { padding:50px 0; }
.clearfix:after { content: "";display: block;clear: both; }
.rd { color:#E61064;font-weight:800; }

/* header */
header {margin: 0 auto; padding:15px 0; }
header img {  float: left;}
header a {
  width: 32.47%;
  float: right;
  font-size: 16px;
  padding: 1% 0;
  background-color: #eeeeee;
  display: block;
  border-radius: 5px;
  text-align: center;
  color:#333333;
}


/* top */
#top {
    background-image: url(images/top_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding:0px;
	border-top: 1px solid #cccccc;
}
#top h1 { text-align: center; }
#top h1 .png { margin: 25px 0 -70px 0; }



/* summer_class */
#summer_class {
    padding: 0;
}
#slide_box {
    background-image: url(images/slide_box_bg.png);
    padding: 100px 0 10px 0;
}
#slide_show > img { margin-bottom: -50px;}
#summer_class > div:first-of-type {
    text-align: center;
    background-color: #ffffff;
    padding: 80px 0;
}
#summer_class > div:nth-of-type(3) {
    background-color: #f6f6f6;
    padding: 80px 0;
}
#summer_class > div > p {
    font-size: 150%;
    font-weight: bold;
    padding-top: 20px;
}
#summer_class > div > p > span {
    color: #e31765;
}
#summer_class .green_headding { background-image: url(images/slideshow_headding.png);}


.multiple { padding: 0;}
.multiple img { width: 100%;}
.multiple div { margin: 0 5px;}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}


/* headding */
.headding { background-image: url(images/bg_bg_2.png); }
.headding div {
    background-image: url(images/main_bg.png);
    text-align: center;
    padding: 18px 0 51px 0;
	font-size:200%;
	color:#ffffff;
}

/* green_headding */
.green_headding div {
    background-image: url(images/green_bg.png);
    background-repeat: no-repeat;
    padding: 24px 0;
	font-size:200%;
	color:#ffffff;
}
.green_headding div h2 { padding: 0 3%; }


/* initiative */
#initiative {
    padding: 0;
}

#initiative .headding div { background-color: #ddf1f4;}

#initiative > div:nth-of-type(2) {
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #cccccc;
}
#initiative > div:nth-of-type(3) {
    padding: 50px 0;
}
.initiative_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.initiative_box > div {
    width: 48%;
}
.initiative_box > div > img { width: 100%; }
.initiative_box > div > h5 {
    font-size: 160%;
    text-align: center;
    padding: 20px 0;
}
.initiative_box > div > p { padding-top: 20px; }


/* gaiyo */
#pretest_gaiyo { padding:0px; }
#pretest_gaiyo .headding { background-image: url(images/headding_bg.png);}
#pretest_gaiyo .headding div { background-image: url(images/bg_bg.png);}
#gaiyo {
    background-color: #ddf1f4;
    padding: 20px 0 70px 0;
}
#gaiyo table {width:100%;}
#gaiyo table th { border:1px solid #ddf1f4; padding:10px; text-align:center; width:30%; background-color:#ffffff;  }
#gaiyo table td { border:1px solid #ddf1f4; padding:10px; width:70%; background-color:#ffffff; }


/* order */
#order {
    padding-top: 0;
	padding-bottom:50px;
	background-color:#f5f5f5;
}
#order h2 {
	text-align: center;
	background-image:url('./images/order_background.png');
	background-repeat: repeat;
	padding:20px 0;
    background-position:center;
    background-size: cover;
}
#order > div {
	width:100%;
	background-color: #416eb2; 
	padding-bottom:50px;
	padding-top:100px;
}

/* footer */
footer {
  background-color: #008c7b;
  color: #ffffff;
  font-size: 50%;
  text-align: center;
  padding: 10px;
}
footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

@media screen and (max-width:1024px) {
  /* 画面サイズが 767px以下の場合に適用 */
  
  body { font-size:16px; }
  .container { width:100%; }
  section { padding:30px 0; }
  .png { display: none; }
  .png-sp { display: block; width: 100%; }
  h2 img { width:300px;margin:0 auto; }
  
  article { width:100%; overflow:hidden;  }
	header img { width:85px; margin-left:10px; }
    header a { padding: 10px 15px; width: 50px; margin-right: 10px; }
	header a span { display:none; }
  

  /* top */
  #top {
    background-image: none;
    background-position: left;
    padding: 0;
  }

  #top h1 {
      padding: 0;  
    }

  #slideshow { padding-top: 10px;}
  #slideshow > img { margin-bottom: -40px;}

  #slide_box { padding: 60px 0 10px 0;}


  /* summer_class */
  #summer_class > div > p {
    font-size: 100%;
  }
  #summer_class > div:first-of-type { padding: 50px 3%; }
  #summer_class > div:nth-of-type(3) {
      background-color: #ffffff;
      padding: 20px 3%; 
  }
  

  /* initiative */
  #initiative > div:nth-of-type(2) {
    text-align: left;
    padding: 30px 3%;
    border-bottom: none;
  }
  #initiative > div:nth-of-type(3) {
    padding: 0;
  }
  .initiative_box {
      display: block;
      padding: 0 3% 50px 3%;
  }
  .initiative_box > div { width: 100%; }
  .initiative_box > div > h5 {
      font-size: 140%; 
      padding: 20px 0 10px 0;
  }
    
  
  /* headding */
  .headding {
      background-image: none;
  }
    
  #initiative .headding div{
	  font-size: 110%;
      padding: 10px 0 29px 0;
      background-color: #ffffff;
  }
  #summer_class .headding div, #online .headding div {
      font-size: 100%;
  }
  #online .headding .bg, #summer_class .headding .bg {
    background-size: 100% 70px;
  }
  .headding div{
      background-image: url(images/bg_sp_2.png);
      background-size: 100%;
      background-repeat: no-repeat;
      padding:0px 0 16px 0;
  }
  .green_headding { background-image: none; }
  .green_headding div {
      background-image: url(images/green_bg_sp.png);
      background-size: cover;
      font-size: 150%;
      padding: 9px 0;
  }
  .green_headding div h2 { padding: 0 5%; }

    
  /* pretest_gaiyo */
  #pretest_gaiyo .headding div { background-image: url(images/bg_sp.png);}
    

	/* order */
	#order h2 img {
		width:80%;
	}
  
  
  /* footer */
  footer {
	  width:98%;
	  padding:1%;
  }

}

@media screen and (max-width: 1024px) and (min-width:768px) {
body { font-size: 20px; }
.container,.png { width:100%; }
section { padding:30px 0; }
.png { display: none; }
.png-sp { display: block; width: 100%; }
.no-png-tab { display: none;}

article {
      width:100%;
    overflow:hidden;
}
    
  /* top */
  #top h1 {
      padding: 0;  
  }


  /* summer_class */
  #online .headding .bg, #summer_class .headding .bg { 
    padding: 16px 0;
  }
  #summer_class .headding div, #online .headding div {
    font-size: 130%;
  }

  /* headding */
  .green_headding div {
      font-size: 170%;
      padding: 30px 0;
  }
  .headding {
    background-image: none;
  }
  
  .bg {
    background-image: url(images/main_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.5em 0 3em 0;
  }
  

  /* initiative */
  #initiative .headding div {
      font-size: 140%;
      padding: 27px 0 66px 0;
  }
    

  /* order */
  #order table {
	  text-align:center;
  }
  #order table th ,#order table td {
	  display:block;
	  width:100%;
  }
  #order table td {
	  margin-bottom:20px;
  }
  
  
  /* footer */
  footer {
	  width:98%;
	  padding:1%;
  }    
    
}

@media screen and (max-width: 1024px) and (min-width:900px) {
    .no-tab-pro { display: none; }

    /* headding */
    .green_headding div {
        font-size: 180%;
        padding: 47px 0;
    }

    #summer_class .headding .bg { 
        padding: 23px 0;
    }
    #summer_class .headding div {
        font-size: 160%;
    }

    #initiative .headding div {
        padding: 30px 0 90px 0;
    }

    #initiative .headding div {
        font-size: 200%;
    }

    /* order */
    form#mail_form {
        width: 100% !important;
    }
}

@media screen and (min-width: 1025px) {
    header p {
        display: none;
    }
}

