@charset "utf-8";
/*================================================
 CSS Ver.1.00
=================================================*/
* {
  box-sizing: border-box;
}


body {
	color: #333333;
	background-color: #fff;
	font-size: 75%;
	margin: 0;
	font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hannotate TC','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border: none;
	counter-reset: titleNum;
	background-size: auto;
}

html,body {
}

html>/**/body {
font-size: 12px;
}

.bg_00 {
	background-color: #ff8282;
	opacity: 0.8;
	background-position: center center;
	background-size:cover;
 	background-repeat: no-repeat;
	background-attachment: inherit;
}

@media (max-width: 640px) {
.bg_00 {
	background-color: #ff8282;
	background-position: center;
	background-size: 540px 390px;
 	background-repeat: no-repeat;
	background-attachment: scroll;
}
}

.bg_01 {
	color: #333333;
	background-color: #EEFAFF;
}

.bg_001 {
	color: #333333;
	background-color: #f9f4ef;
}

.bg_002 {
	color: #333333;
	background-color: #FFFEE8;
}

.bg_ptn_01 {
background-image:url("../images/0004.jpeg");
	opacity: 0.8;
	background-position:top;
	background-size:cover;
 	background-repeat: no-repeat;
	background-attachment:fixed;
}
}


.bg_ptn_02 {
background-image: url(../image_common/bg_ptn_02.png);
}



.bg_02 {
	background-image: url("../images/bg01.jpg");
	background-position: center center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment:scroll;
}

@media (max-width: 640px) {
.bg_02 {
	background-image: url(../images/bg01.jpg);
	background-position: center top;
	background-size: 640px 1440px;
 	background-repeat: no-repeat;
	background-attachment: scroll;
}
}

.bg_03 {
    background-image: url(../images/bg004.jpg);
	background-position: center center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment:inherit;
}

@media (max-width: 640px) {
.bg_03 {
    background-image: url(../images/bg004sp.jpg);
	background-position: center center;
	background-size: 640px 1440px;
 	background-repeat: no-repeat;
	background-attachment:inherit;
    background-color: #fff;
}
}

.bg_04 {
background-image: url("../images/bg02.jpg");
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (max-width: 640px) {
.bg_04 {
	background-image: url("../images/bg02.jpg");
	background-position: center center;
	background-size: 2060px 2770px;
 	background-repeat: no-repeat;
	background-attachment: scroll;
}
}

.bg_05 {
background-image: url(../images/bg05.jpg);
	background-position: center center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment:inherit;
}

@media (max-width: 640px) {
.bg_05 {
background-image: url();
	background-position: center top;
	background-size: 640px 1440px;
 	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
}
}

.bg_06 {
background-image: url("../images/bg06.jpg");
	background-position: center center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment: inherit;
}

@media (max-width: 640px) {
.bg_06 {
background-image: url("../images/bg06.jpg");
	background-position: center;
	background-size: 540px 390px;
 	background-repeat: no-repeat;
	background-attachment: scroll;
}
}

.bg_prof01 {
	background-image: url(../image_common/bg_prof_01.jpg);
	background-position: right top;
	background-size: cover;
}

@media (max-width: 640px) {
.bg_prof01 {
	background-image: url(../image_common/bg_prof_01_sp.jpg);
	background-position: center top;
	background-size: 640px 1440px;
 	background-repeat: no-repeat;
}
}

.topbar {
	border-top: 7px solid #FF6F97;
}

.topbar2 {
	border-top: 10px solid #202DE1;
}

.bg_red {
	background-color: #000001 !important;
	color: #333333;
}

.bg_wh {
	background-color: rgba(255,255,255,1.00) !important;
	color: #333333;
}

.bg_menu {
	background-image: url(../sp/movie/bg_menu.png);
}

.box_film {
	padding:  0  !important;
	max-width: 960px;
	margin: 1.0em auto !important;
}

.bg_film {
	background-color: #333333;
	padding: 0 !important;
}

.filmbar {
	background-image: url(../sp/movie/bg_film.png);
	height: 30px;
}




/*------------------------------------------------
	Header
-------------------------------------------------*/

.clear {
  clear: left;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  padding: 100px 0 100px 0;
  background-image: url("../images/image11.jpg");
  background-size: cover;
  color: white;
  text-align: center;
}

.top-wrapper h1 {
  opacity: 1;
  font-size: 3.5em;
  letter-spacing: 3px;
  line-height: 1.6em;
 color: #595959;
 text-shadow: 2px 3px 0px #fff;
}

.top-wrapper p {
  opacity: 1;
  font-size: 2em;
  line-height: 1.3em;
  color: #595959;
 text-shadow: 1px 1px 0px #fff;
}

.btn-wrapper {
  text-align: center;
  margin: 0px 0;
}

.btn-wrapper p {
  margin: 10px 0;
}

.signup {
  background-color: #239b76;
  padding: 1em;
  font-size: 1.5em;
  margin-top: 1em;
}

.facebook {
  background-color: #3b5998;
  margin-right: 10px;
}

.twitter {
  background-color: #55acee;
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}

.btn_request{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 2em;
  text-decoration: none;
  color: #FFF;
  border:thin solid #fff;
  transition: .4s;
  border-radius: 25px;
font-size:1.6em;
}

.btn_request:hover {
  background: #1ec7bb;
 color: #FFF !important;
text-decoration: none !important;
}

.fa {
  margin-right: 5px;
}

header {
  height: 55px;
  width: 100%;
  background-color: rgba(255, 147, 84, 0.8);
  position :fixed;
  top: 0;
  z-index: 10;
}

.logo {
  width: 124px;
  margin-top: 20px;
}

.header-center {
  text-align: center;
  color: #fff;
  padding: 9px;
  font-size:2em;
}


.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* menu-iconのCSSを貼り付けてください */

.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  /* displayをnoneに指定してください */
  display:none;
}

.wrapper {
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f7f7f7;
  text-align: center;
}

.heading {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #474747;
}

.heading h2 {
  font-weight: normal;
  font-size: 2em;
}

.lesson {
  float: left;
  width: 25%;
}

.icon {
  position: relative;
}

.icon p {
  position: absolute;
  top: 44%;
  width: 100%;
  color: white;
}

.text-contents {
  width: 80%;
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: #474747;
}

.heading h3 {
  font-weight: normal;
}

.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  text-align: center;
}

.message {
  padding: 15px 40px;
  background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0 7px #1a7940;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.header_02 {
	width: 100%;
	box-sizing: border-box;
	text-align: top right;
	background-image: url(../lp02/image/bg.jpg);
	background-position: top center;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment: fixed;
}

.header_03 {
	width: 100%;
	box-sizing: border-box;
	text-align: top right;
	background-image: url(../lp03/image/bg.jpg);
	background-position: center top;
	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment: fixed;
}

.header_thanks {
	background-image: url(../thanks/image/head_bg.jpg);
	background-position: right top;
	background-attachment: scroll;
}

.header_movie {
	background-image: url(../sp/movie/head_bg.jpg);
	background-position: center top;
	background-attachment: scroll;
	padding: 0;
}

.pc {
	display: block !important;
}

.smp {
display: none !important; 
}

@media only screen and (max-width: 640px) {
.pc {
display: none !important;
}

.smp {
display: block !important;
}
}


.header_movie h1 {
	max-width: 1280px;
	margin: 0 auto;
	background-color: none;
}


.header_i {
	max-width: 1280px;
	margin: 0 auto;
/*	background-color: rgba(255,255,255,0.55);*/
}

.header_i2 {
	max-width: 1280px;
	margin: 0 auto;
}

.header_top {
	width: 100%;
	background-color: #000001;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.header_top img  {
	max-width: 1280px;
}

.header_top2 {
	width: 100%;
	background-color: #FFF6F6;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.header_top2 img  {
	max-width: 1280px;
}



/*------------------------------------------------
	Contents
-------------------------------------------------*/

#contents {
	width: 100%;
	font-size: 1.8em;
	margin: 0 auto;
}

@media (max-width : 1279px ){
#contents { 
	width: 100%;
	font-size: 1.5em;
	margin: 0 auto;
	box-sizing: border-box;
}
}

@media (max-width: 640px) {
#contents { 
	width: 100%;
	font-size: 1.5em;
	margin: 0 auto;
	box-sizing: border-box;
}
}

#contents section {
	width: 100%;
	display: inline-block;
	padding: 1.0em 0;
}

.menu_sec {
	width: 100%;
	padding: 0 !important;
}


#contents p {
	line-height: 1.4em;
	font-size: 1.3em;
	margin-bottom: 0.8em;
}

.p2 {
	padding-bottom: 1.0em;
}

.box {
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0 2.0em;
	box-sizing: border-box;
}

@media (max-width: 640px) {
.box {
	width: 100%;
	text-align: left;
	padding: 0 1.0em;
	box-sizing: border-box;
}
}

.box_w {
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 2.0em;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 0.9;
}

@media (max-width: 640px) {
.box_w {
	width: 100%;
    text-align: left;
    padding: 0 1.0em;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
    background-color: #fff;
}
}


.box_full {
	max-width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0 2.0em;
	box-sizing: border-box;
}

.box0 {
	width: 100%;
	display: inline-block;
	padding: 0 2.0em;
	box-sizing: border-box;
}

.box_c {
	width: 100%;
	text-align: center;
}

.center {
	text-align: center;
}

.border_box {
	color: #333333;
	font-size: 1em;
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	opacity: 0.9;
}

.border_box h2 {
	border-bottom: none;
}

.border_box2 {
	color: #333333;
	font-size: 1.3em;
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 4px #000001 double;
}

.border_box3 {
	color: #333333;
	font-size: 1em;
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 2px #333333 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0px;
}


.prof_box_01 {
	float: left;
	max-width: 960px;
	padding: 1.5em 1.5em 1.0em 1.5em;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
}

@media (max-width: 640px) {
.prof_box_01 {
	max-width: 100%;
	margin-top: 400px;
	margin-left: 0;
	padding:  1.5em 1.0em 1.5em;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
}
}

.prof_box_02 {
	width: 100%;
	padding: 1.5em 1.5em 1.0em 1.5em;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
	display: inline-block;
}

.prof_box h2 {
	color: #FFFFFF;
	font-size: 1.0em;
	width: 100%;
	text-align: center;
	padding-bottom: 0.5em;
}

.voice_box {
	color: #333333;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 2px #021ca1 solid;
}

.voice_box h2 {
	padding-bottom: 1.0em;
}


.voice_box p {
	padding: 0 1.5em 0.6em 1.5em;
}


.faq_box {
	color: #333333;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #00a0ea;
}

.faq_box h2 {
	margin-bottom: 1.0em;
	padding: 0;
	background-color: #00a0ea;
}

.faq_box p {
	padding: 0 1.5em;
}


.border_box999 {
	color: #333333;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 4px solid #999999;
}


.tokuten_box {
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border-left: 2px  solid #00a0ea;
	border-right: 2px  solid #00a0ea;
	border-bottom: 2px  solid #00a0ea;
}

.tokuten_box img {
	background-color: #00a0ea;
	padding: 0 !important;
	margin: 0 0 1.0em 0;
}

.tokuten_box p {
	padding: 0 1.0em;
}

.border_box999 h2 {
	border-bottom: none;
	padding-bottom: 1.0em;
}

.border_box999 p {
padding: 0em 1.0em;
}


.bottombar {
	border-bottom: 12px solid #00a0ea;
	
}


.box_button {
	max-width: 586px;
	margin: 0 auto 1.0em auto;
	margin-bottom: 1.0em;
	display: inline-block;
	text-align: center;
}

.font_qa {
	font-size: 1.5em;
}

.form_box {
	width: 95%;
	background-color: #FFFFFF;
	border: 2px solid #CBCBCB;
	box-sizing: border-box;
	margin: 0 2.5%;
	padding: 1.0em;
	text-align: center;
}

.voice_box {
	width: 95%;
	background-color: #FFFFFF;
	border: 2px solid #CBCBCB;
	box-sizing: border-box;
	margin: 0 2.5%;
	padding: 1.0em;
	text-align: center;
}

.list_box {
	width: 95%;
	background-color: #FFFFFF;
	border: 2px solid #CBCBCB;
	box-sizing: border-box;
	margin: 0 2.5%;
	padding: 0.8em 1.0em 0 1.0em;
}

.list_box hr {
	border:0;
	border-top: 1px  dotted #cccccc;
	margin-bottom: 0.8em;
}

/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	width: 100%;
	padding: 0.6em 0;
	background-color: #ff8282;
	display: inline-block;
	color: #000000;
	text-align: center;
}

footer small {
	color: #fff;
	font-size: 1em;
}



/*------------------------------------------------
	Image
-------------------------------------------------*/

.image_l {
	float: left;
	margin: 0 1% 1.0em 0;
}

@media (max-width: 640px) {
.image_l {
	width: 100%;
	margin:  0 auto;
	padding: 0 1.0em 1.0em 1.0em;
	box-sizing: border-box;
}
}

.image_r {
	float: right;
	padding: 0 1.0em 0.5em 1.0em;
}

@media (max-width: 640px) {
.image_r {
	width: 100%;
	margin:  0 auto;
	padding: 0 1.0em 1.0em 1.0em;
	box-sizing: border-box;
}
}

.image_r2 {
	width: 35%;
	float: right;
	padding: 0 0 1.0em 1%;
}

@media (max-width: 640px) {
.image_r2 {
	width: 100%;
	margin:  0 auto;
	padding: 0 1.0em 1.0em 1.0em;
	box-sizing: border-box;
}
}

.image_sp {
	width: 40%;
	float: right;
	padding: 0 1.0em 0.5em 1.0em;
}

@media (max-width: 640px) {
.image_sp {
	width: 100%;
	margin:  0 auto;
	padding: 0 1.0em 1.0em 1.0em;
	box-sizing: border-box;
}
}

.image_faq {
	float: left;
	padding: 0 1.0em 1.0em 0;
	width: 30%;
}

.image_c {
	margin-bottom: 2.0em;
}

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

/*
.margin_head {
	margin-top: 95px;
}

@media (max-width: 640px) {
.margin_head {
	margin-top: 40px;
}
}
*/

.margin_head2 {
	margin-top: 80px;
}

@media (max-width: 640px) {
.margin_head2 {
	margin-top: 30px;
}
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

.padding_20 {
	padding-bottom: 2.0em;
}

.padding_30 {
	padding-bottom: 3.0em;
}

.padding_top30 {
	padding-top: 3.0em;
}

.image_pdf {
	width: 100%;
	border: 1px solid #245c2f;
	margin-bottom: 1.0em;
}

.image_round {
	border-radius: 50%;
	float: left;
	margin-right: 1em;
}

.slider li {
	text-align: center;
}

.name {
	width: 55%;
}

@media (max-width: 640px) {
.name {
	width: 100%;
}
}

.voice_name {
	color: #000001;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: dotted 1px #000001;
	width: 100%;
	margin-bottom: 0.5em;
}



/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.color_red {
	color: #e30000;
	font-weight: bold;
}

.color_yellow {
	color: #FFEE1A;
	font-weight: bold;
}

.color_w {
	color: #fff;
	font-weight: bold;
}

.color_blue {
	color:  #002CE2;
}

.color_bk {
	color: #333333;
}

.color_or {
	color: #FFC803;
}

.color_pink {
	color: #FFA5A5;
	font-weight: bold;
}

.color_green {
	color: #0CBD00;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.itaric {
	font-style: italic;
}

.font_s {
	font-size: 0.8em;
}

.font_ss {
	font-size: 0.5em;
}

.font_l {
	font-size: 1.3em;
}

@media (max-width: 640px) {
.font_l {
	font-size: 1.2em;
}
}

.font_l2 {
	font-size: 1em;
}

.font_ll {
	font-size: 1.5em;
}

@media (max-width: 640px) {
.font_ll {
	font-size: 1.5em !important;
}
}

.font_lll {
	font-size: 1.8em;
}

@media (max-width: 640px) {
.font_lll {
	font-size: 2.0em !important;
}
}



.underline {
	text-decoration: underline;
}

.underline2 {
border-bottom: 4px solid rgba(255,237,0,1.00);
}

.marker {
	background-color: #FFFE79;
	color: #e30000;
	font-weight: bold;
}

.marker2 {
	background-color: #FFFE79;
	font-weight: bold;
}

.lineheight0 {
line-height: 1.0em !important;
}

.width100 {
	width: 100%;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/*------------------------------------------------
	Table
-------------------------------------------------*/

.border_t {
	font-size: 1.1em;
	color: #000001;
	width: 100%;
	border-bottom: 1px dashed #000001;
	font-weight: bold;
}

.box_table {
	width: 100%;
	display: inline-block;
}

table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 1.0em;
	font-size: 0.6em;
}

th {
	color: #444444;
	font-size: 1.5em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #C2C2C2;
	font-weight: bold;
	background-color: #D5E2FF;
}
.th01 {
	color: #ffffff;
	background-color: #FF8F16;
	font-size: 2em
}

td {
	font-size: 1.5em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #C2C2C2;
}

.imp{
background-color:#f88c00 !important;
font-size:1.4em !important;
font-weight:bold;
color:#fff;
border-top:3px solid #f88c00;
border-left:3px solid #f88c00;
border-right:3px solid #f88c00;}

.td01{
border-left:3px solid #f88c00;
border-right:3px solid #f88c00;
color:#000 !important;
}

.td01_u{
border-left:3px solid #f88c00;
border-right:3px solid #f88c00;
border-bottom:3px solid #f88c00;
color:#000 !important;
}

.tasya{
background-color:#ccc !important;
}
	


/*------------------------------------------------
	Video
-------------------------------------------------*/

.video-container {
 	position: relative;
 	padding-bottom: 56.25%;
 	height: 0;
 	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------------------
	Flex Box
-------------------------------------------------*/

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 640px) {
.flex_box {
	display: block;
}
}

.flex_basis2 {
	flex-basis: 49.0%;
	padding-bottom: 1.0em;
}

@media (max-width: 640px) {
.flex_basis2 {
	width: 100%;
	padding: 0 0 1.0em 0;
}
}

.flex_basis3 {
	flex-basis: 33%;
	margin-bottom: 0.5em;
	text-align: center;
}

@media (max-width: 640px) {
.flex_basis3 {
	width: 100%;
	margin: 0 0 0.5em 0;
}
}

.flex_basis4 {
	flex-basis: 24%;
	padding-bottom: 1.0em;
}

.flex_basis5 {
	flex-basis: 19%;
}

.flex_basis6 {
	flex-basis: 16%;
}

hr {
	border: none;
	border-bottom: 1px dashed #000000;
}

.hr2 {
	border: none;
	border-bottom: 1px dashed #3545FF;
}

.flex_border {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 0.5em;
}

.flex_movie {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto;
}

.flex_basis_movie {
	flex-basis: 24%;
	padding: 0.5em 0;
}

@media (max-width: 640px) {
.flex_basis_movie {
	width: 49% !important;
	padding: 0.5em 0;
}
}

.menu_movie {
	width: 100%;
	padding: 0 1.0em;
	box-sizing: border-box;
}



/*------------------------------------------------
	Bottom Menu
-------------------------------------------------*/

#bottom_join {
	max-width: 15%;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99999;
	display: inline-block;
}

@media (max-width: 640px) {
#bottom_join {
	display: none;
}
}

#smp {
	display: none;
}

@media (max-width: 640px) {
#smp {
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	z-index: 1001;
	display: inline-block !important;
}
}

.box_smp {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.0em 0 0 0;
}


.form_input {
	text-align: left;
	font-size: 0.7em;
	width: 100%;
	height: 10px;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  1px solid #000001;
	background-color: #FFFFFF;
}

@media (max-width: 640px) {
.form_input {
	text-align: left;
	font-size: 1.0em;
	width: 100%;
	height: 10px;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  1px solid #000001;
	background-color: #FFFFFF;
}
}



/*------------------------------------------------
	Form
-------------------------------------------------*/

.form_wrap {
	width: 100%;
	border: 12px solid #000001;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.form_box select {
	width: auto;
	margin-bottom: 0.8em;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
	border: 1px solid #000001;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_box2 {
	width: 100%;
	box-sizing: border-box;
	padding: 1.0em 1.2em;
	border: 1px solid #000001;
}

.form_txt {
	font-size: 0.9em;
}

.form_input2 {
	width: 70%;
	border: 1px solid #000001;
	padding: 0.5em;
	font-size: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.form_input3 {
	width: 100%;
	border: 1px solid #000001;
	padding: 0.5em;
	font-size: 0.8em;
	box-sizing: border-box;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_input4 {
	max-width: 100%;
	border: 1px solid #000001;
	padding: 0.5em;
	font-size: 0.8em;
	box-sizing: border-box;
	background-color: #FFFFFF;
}


.mi {
	font-size: 1.2em;
	color: #021CA1;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-bottom: 2px solid #021CA1;
	text-align: center;
}

.mi2 {
	font-size: 1.2em;
	color: #E00003;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-bottom: 1px solid #E00003;
	text-align: center;
}

.mi3 {
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 0.3em;
	box-sizing: border-box;
}


.mi4 {
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 0.4em !important;
	border-top: 2px solid;
	border-bottom: 2px solid #021CA1;
	padding: 0.3em;
	box-sizing: border-box;
	color: #021CA1;
}



/*------------------------------------------------
	Link
-------------------------------------------------*/


a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFED14;
	text-decoration: none;
}


#timer {
	color: #FFFE3F;
	padding: 0.5em 0;
	width: 100%;
	text-align: center;
	font-size: 3.0em;
	font-weight: bold;
}

@media (max-width: 640px) {
#timer {
	color: #FFFE3F;
	padding: 0.5em 0;
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#contents h1 {
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0.3em;
	box-sizing: border-box;
}

#contents h2 {
	color: #222222;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px;
	width: 100%;
	padding: 0.em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
}

#contents h3 {
	color: #555555;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0.em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
}

@media (max-width: 640px) {
#contents h3 {
	color: #555555;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0.em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.yellowback{
	background-color:#fffcd0;
	padding-top:30px;
}

header2 .bgCover.amiBg {
  background: url(../images/amiBg.png) rgba(0, 0, 0, 0.1);
  background-size: 4px 4px;
}

@media screen and (max-width: 768px) {
header2 .bgCover.amiBg {
    background: url(../images/amiBg.png) rgba(0, 0, 0, 0.1);
    background-size: 2px 2px;
  }
}

header2 .bgCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

header2 .bgCover.purpleCover {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #02886e 0%, #0069bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#02886e), to(#0069bc));
  background: linear-gradient(to right, #02886e 0%, #0069bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.1;
}


.q_box {
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	width: 92%;
	box-shadow: #333333;
	display: inline-block;
	padding: 0em 0em 0em 0.5em;
	box-sizing: border-box;
	margin-bottom: 0.5em ;
margin-left: 0.5em;
	margin-right: auto;
	border-bottom: 2px solid#333333;
}


.q_l {
	float: left;
	width: 8%;
}
.q_r {
	padding-top: 0.5em;	
	width: 92%;
	overflow: hidden;
	padding-left: 0.3em;
	box-sizing: border-box;
}


.q_r2 {
	padding-top: 0.5em;	
	width: 92%;
	overflow: hidden;
	padding-left: 0.3em;
	box-sizing: border-box;
}

.a_box {
	width: 92%;
	margin-bottom: 3.0em;
	padding-left: 2.2em;
	display: inline-block;
}

.header {
    background: url("../images/header.jpg") center top no-repeat;
    height: 1645px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media (max-width: 640px) {
.header {
    height: auto;
}
}

.text-shadow {
	color: #505050;
	text-shadow: 2px 1px 0px #fff,
		         1px 2px 0px #fff,
				 3px 2px 7px #fff;
}

/* ぷるぷる */
@keyframes puru {
  0% {transform: rotate(3deg);}
  13% {transform: rotate(-3deg);}
  25% {transform: rotate(3deg);}
  33% {transform: rotate(-3deg);}
  34% {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}


.puru-01 {
  animation: puru 1.5s infinite alternate;
}

.indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.hr{
	color: #D80102;
	border-style: dashed;
	font-size: 2px;
	
   }

.patting_05 {
	padding-bottom: 0.5em !important;
}

.patting_10 {
	padding-bottom: 1.0em !important;
}

.patting_15 {
	padding-bottom: 1.5em !important;
}

.patting_20 {
	padding-bottom: 2.0em !important;
}

.patting_30 {
	padding-bottom: 3.0em !important;
}