@charset "utf-8";
/* CSS Document */
body {
  color: #01A1D5;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin: 0px 0px 10px 0px;
}
#illust {
  box-sizing: border-box;
  padding-bottom: 10px;
  background-color: #fff601;
}
#illust2 {
	box-sizing: border-box;
	padding: 10px 5px 5px 10px;
	background-color: #E147D2;
}
#illust2 img {
	box-sizing: border-box;
	padding: 0px 5px 5px 0px;
	width: 50%;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#illust3 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
  box-sizing: border-box;
  padding: 10px;
  background-color: #E147D2;
}
#illust4 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
  box-sizing: border-box;
  padding: 10px;
  background-color: #E147D2;
}
#illust_slide {
  box-sizing: border-box;
  padding: 0px;
	border: #E147D2 solid 10px; 
  background-color: #EBEBEB;
}
#setillust {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#setillust2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#setillust3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#settxt {
  width: 100%;
}
.title {
	font-size: 200%;
	line-height: 1.2;
	color: #ea6197;
	font-weight: normal;
	padding: 20px 40px 10px;
}
.title2 {
  font-size: 200%;
  line-height: 1.2;
  color: #E147D2;
  font-weight: normal;
  padding: 20px 40px 10px;
}
.comment {
	font-size: 160%;
	line-height: 1.5;
	text-align: left !important;
	font-weight: normal;
	padding: 20px 40px;
}
.comment2 {
  font-size: 120%;
  line-height: 1.5;
  color: #2C2C2C;
  font-weight: normal;
  padding: 0px 40px 20px;
}
@media only screen and (max-width: 840px) {
  #setillust {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #setillust2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #setillust3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #settxt {
    width: 100%;
  }
  .title {
    font-size: 300%;
    line-height: 1.2;
    color: #E147D2;
    font-weight: normal;
    padding: 20px 40px 10px;
  }
  .title2 {
    font-size: 300%;
    line-height: 1.2;
    color: #E147D2;
    font-weight: normal;
    padding: 20px 40px 10px;
  }
  .comment {
	font-size: 200%;
	line-height: 1.5;
	font-weight: normal;
	padding: 0px 40px 20px;
  }
  .comment2 {
    font-size: 160%;
    line-height: 1.5;
    font-weight: normal;
    padding: 0px 40px 20px;
  }
}
.clear { clear: both; }

video#bg_movie {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.20);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.20);
    border-radius: 10px;
}
