@charsetfoo "utf-8";
@charsetfoo "utf-8";
/*================================================
 CSS Ver.1.00
=================================================*/

body {
	color: #333333;
	background-color: #222222;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	border: none;
	background-image: url(../image_common/bg_body.jpg);
	background-repeat: repeat;
	user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

.raster {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../image_common/raster.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

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


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

header {
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	display: inline-block;
}

header h1 {
width: 100%;
}



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

#contents {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
}

#contents section {
	max-width: 960px;
	margin: 0px auto;
	padding: 3.0em 0;
	background: #FFFFFF;
}

@media (max-width: 640px) {
#contents section { 
	font-size: 80%;
	max-width: 960px;
	margin: 0px auto;
	padding: 3.0em 0;
	background: #FFFFFF;
}
}


#contents h1 {
	color: #000000;
	font-size: 3.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #FFFFFF;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.8em;
	background-color: #194dff;
	box-sizing: border-box;
}

@media (max-width: 640px) {
#contents h1 {
	color: #000000;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #FFFFFF;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.8em;
	background-color: #194dff;
	box-sizing: border-box;
}
}

#contents h2 {
	color: #000000;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px double #194dff;
	width: 100%;
	margin-bottom: 1.0em;
	padding: 0.3em 0.8em 0.3em 0.2em;
	line-height: 100%;
	box-sizing: border-box;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

#contents p {
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 0.8em;
	padding: 0 0.4em;
}

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

@media (max-width: 640px) {
.box {
	width: 100%;
	padding: 0 1.0em 2.0em 1.0em;
	box-sizing: border-box;
	display: inline-block;
}
}

.border_box {
	width: 100%;
	padding: 1.4em 1.2em;
	background-color: #FFFFFF;
	border: 4px solid #194dff;
	box-sizing: border-box;
	display: inline-block;
}

.border_box ul {
	width: 100%;
}

.border_box li {
	width: 100%;
	padding-bottom: 0.7em;
}

.border_box li:last-child {
	width: 100%;
	padding-bottom: 0;
}


.border_box p {
	line-height: 1.2em !important;
	padding: 0.2em 0 !important;
}

.border_box h2 {
	font-size: 2.0em !important;
	width: 100%;
	text-align: center;
	line-height: 1.2em !important;
	padding: 0.2em 0 !important;
}

.border_box hr {
	border-top: 1px solid #194dff;
	width: 100%;
	margin-bottom: 1.0em;
	box-sizing: border-box;
}

.border_box2 {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
	border: 8px solid #194dff;
	box-sizing: border-box;
	display: inline-block;
}

.border_box2 h2 {
	color: #000000 !important;
	font-weight: bold;
	background-color: #194dff;
	font-size: 2.0em !important;
	width: 100%;
	text-align: left !important;
	line-height: 1.2em !important;
	padding: 0.5em !important;
	text-shadow: 0px 0px 5px #FFFFFF;
}

.border_box2 p {
	padding: 0 1.0em !important;
}

.border_box2 hr {
	border-top: 1px solid #194dff;
	margin: 0 2.5% 1.0em 2.5%;
	width: 95%;
	box-sizing: border-box;
}

.border_box3 {
	font-size: 1.7em;
	width: 100%;
	padding: 0 1.2em;
	background-color: #FFFFFF;
	border: 8px solid #194dff;
	box-sizing: border-box;
	display: inline-block;
}

.try {
margin: 0 auto 2.0em auto;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #194dff transparent transparent transparent;
}

.border_box3 ul {
	width: 100%;
}

.border_box3 li {
	width: 100%;
	padding-top: 1.0em;
}

.border_box3 li:last-child {
	width: 100%;
}


.border_box3 h2 {
	font-size: 1.0em !important;
	font-weight: bold;
	line-height: 1.2em !important;
	padding-bottom: 0.5em;
}

.border_box3 p {
	font-size: 0.95em !important;
	line-height: 1.5em !important;
	padding-bottom: 0 !important;
}

.list_box {
	font-size: 1.3em;
	text-align: left;
	width: 80%;
	margin: 0 10%;
	box-sizing: border-box;
	display: inline-block;
}

.list_box ul {
	width: 100%;
	font-size: 1.2em;
	display: inline-block;
}

.list_box_l {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 10.0em;
	margin-right: 1.0em;
	padding: 0.4em 0.5em;
	background-color: #00284E;
	box-sizing: border-box;
	float: left;
}

@media (max-width: 640px) {
.list_box_l {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-right: 1.0em;
	padding: 0.5em;
	background-color: #00284E;
	box-sizing: border-box;
	float: left;
}
}

.list_box_r {
	padding: 0.4em 1.0em;
	box-sizing: border-box;
	background-color: #EEEFF5;
}

@media (max-width: 640px) {
.list_box_r {
	width: 100%;
	text-align: center;
	padding: 0.5em;
	box-sizing: border-box;
	background-color: #EEEFF5;
	display: inline-block;
}
}

.q_box {
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	width: 100%;
	background-color: #194dff;
	display: inline-block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-sizing: border-box;
	margin-bottom: 1.0em;
}

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

.a_box {
	width: 100%;
	margin-bottom: 3.0em;
	display: inline-block;
}


.bc_red {
	border-color: #D90003 !important;
}

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

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

#info {
	width: 92%;
	padding: 2% 4%;
	background-color: #ECFFE5;
}

#info h1 {
	width: 100%;
	color: #128600;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;	
}

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

footer {
	width: 90%;
	padding: 1.0em 5%;
	background-color: #194dff;
	display: inline-block;
	color: #FFFFFF;
}

footer h1 {
	width: 100%;
	border-bottom: 1px solid #128600;
	color: #128600;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.0em 0;
}

footer nav {
	width: 100%;
	display: inline-block;
}

footer ul {
	margin-bottom: 4.0em;
}

footer li {
	margin-right: 1.5em;
	float: left;
}

footer div {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}


/*------------------------------------------------
	Voice Box
-------------------------------------------------*/

#vbwrapper {
	width: 60%;
}

#voicebox {
	border: solid 2px #128000;
	width: 98%;
	height: 450px;
	padding: 0.5em;
	overflow: auto;
	background-color: #F1FFEF;
	margin-left: 2%;
}

#voicebox p {
	all: initial;
	font-size: 1.6em;
}

#voicebox hr {
	margin-bottom: 0.5em;
	background-color: #128000;
	border: none;
	height: 1px;
}


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

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

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

.image_l {
	width: 35%;
	float: left;
	margin: 0 2.0em 2.0em 0;
}

@media (max-width: 640px) {
.image_l {
	width: 35%;
	margin-bottom: 3.0em;
}
}

.image_r {
	width: 35%;
	float: right;
	margin: 0 0 2.0em 2.0em;
}

@media (max-width: 640px) {
.image_r {
	width: 35%;
	margin-bottom: 3.0em;
}
}

.image_r2 {
	width: 35%;
	float: right;
	margin: 0 1.0em  2.0em 2.0em;
}

.image_c {
	margin-bottom: 2.0em;
}

.separator {
	width: 98%;
	margin: 5.0em auto 4.0em auto;
	border-top: 1px dashed #D6004F;
	border-bottom: 1px dashed #FFFFFF;
}


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

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

.color_blue {
	color: #1b499d;
	font-weight: bold;
}

.color_green {
	color: #1b9d43;
	font-weight: bold;
}



.bold {
	font-weight: bold;
}

.font_ss {
	font-size: 0.7em !important;
}

.font_s {
	font-size: 0.9em !important;
}

.font_l {
	font-size: 1.2em !important;
}

.font_ll {
	font-size: 2.0em !important;
}

.font_lll {
	font-size: 3.0em !important;
}

.coment {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	padding-top: 0.6em;
}

.underline {
	text-decoration: underline;
}

.marker {
background-color: #FFF354;
}

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



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

.sc {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 2.0em;
	font-size: 1.5em;
}

.sc th {
	color: #FFFFFF;
	padding: 0.8em;
	background-color: #194dff;
	background-position: bottom;
	border:1px solid #11477A;
	line-height: 120%;
	text-align: center;
}

.sc td {
	padding: 0.8em;
	border: 1px solid #11477A;
}

.sc tr {
	background: #FFFFFF;
}




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

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.0em;
}

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





/*------------------------------------------------
	Side Menu
-------------------------------------------------*/

#sidemenu {
	width: 30%;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0em;
	right: 0em;
	z-index: 1001;
	display: inline-block;
}

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



#smp {
	display: none;
}

@media (max-width: 640px) {
#smp {
	width: 100%;
	background-color: #194dff;
	text-align: center;
	vertical-align: bottom;
	position: fixed !important;
	position:absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	z-index: 1001;
	display: inline-block !important;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 5px;
}
}

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



/*------------------------------------------------
	Payment
-------------------------------------------------*/

.payment {
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color:  #00284E;
	padding: 0.5em;
	margin-bottom: 1.0em;
}


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

.mfo {
	width: 85%;
	margin: 0 0 0 7.5%;
	text-align: center;
	border: solid 4px #128600;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 10px #C5FF89;
	margin-bottom: 2.0em;
}


.image_10 {
	margin-bottom: 1.0em;
}

.image_20 {
	margin-bottom: 2.0em;
}

.image_30 {
	margin-bottom: 3.0em;
}


.form_box {
	width:80%;
	margin: 0 auto 2.0em auto;
	border: solid 2px #9FD6D2;
	padding: 0 5%;
	background-color: #D0ECEA;
}

.form_txt {
	font-size: 0.9em;
}

.form_input {
	width: 100%;
}

.af_image {
	width: 100%;
	margin-bottom: 2.5em;
}



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

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

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


a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


/* パソコンで見たときは"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; }
}


.ue08pa{
	padding-top: 0.8em;
}


p.animationBtn a{

/*デザイン*/
display:block;
color:#000;
margin-bottom: -30px;
text-decoration:none;
width:100%;
text-align:center;

/*アニメーション*/
animation: animScale 4s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}


.sec_sld_1 ul li img,
.sec_sld_2 ul li img,
.sec_sld_1_sp ul li img,
.sec_sld_2_sp ul li img {
  max-width: 100%;
}

.sec_sld_1 {
  background: #e9015f;
  padding: 20px 0 15px;
}