@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
.text-e-bl {
	color: #000000;
	text-shadow:
        0 2px 0 #ffffff,
        2px 0 0 #ffffff,
        0 -2px 0 #ffffff,
        -2px 0 0 #ffffff,
        -2px -2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        2px 2px 0 #ffffff;
	line-height: 120%;
}
.mousikomi-bg {
background-color: #0D0F0E;
text-align: center;
background-image: url(../img/mousikomi-bg_01.png);
background-repeat: no-repeat;
background-position: center center;
background-position: 50% 0%;
background-size: contain;
}
.sencyaku-bg {
text-align: center;
background-image: url(../img/sencyaku-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-position: 50% 0%;
}
.honbun-bg {
text-align: center;
background-image: url(../img/honbun-bg.png);
background-repeat: repeat;
background-position: center center;
background-position: 50% 0%;
}
.pf-bg {
text-align: center;
background-color: #272727;
background-repeat: repeat;
background-position: center center;
background-position: 50% 0%;
padding: 30px 0px;
}
.m-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 1200px;
	line-height:180%;
}
.l-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 920px;
	line-height:180%;
	font-size: 120%;
}
.wrapper760 {
	height: auto;
	margin: 0px auto;
	width: 760px;
	line-height:180%;
	background-image: url(../img/pf-bg.png);
}
.pf-inner {
	padding:240px 38px 0px 38px;
	text-align: left;
}
.m-inner {
	padding:60px 500px 0px 80px;
	text-align:left;
	color: #ffffff;
	font-size: 115%;
}
.f-inner {
	padding:60px 80px 0px 80px;
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.l-wrapper {
	line-height:150%;
	font-size: 93%;
}
.m-wrapper {
	width: 100%;
	line-height:150%;
}
.m-inner,.f-inner  {
	padding:40px 20px 0px 20px;
	text-align:left;
	font-size: 93%;
}
.wrapper760 {
	height: auto;
	margin: 0px auto;
	width: 100%;
	line-height:180%;
	background-image: url(../img/sp-pf-bg_02.png);
}
.pf-inner {
	padding:0px 15px 0px 15px;
	text-align: left;
}
.f-inner {
	padding:30px 5px 0px 5px;
	text-align: center;
}
}
.l-bg {
   background-image: url('../img/l-bg_02.png') ;
   height: auto;
   background-size: contain;
   padding: 0px 70px 0px 70px;
   text-align: left;
}
@media screen and (max-width: 768px) {
.l-bg {
   padding: 0px 15px 0px 15px; 
}
}
/*ローディング
---------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#slide_box {
    overflow: hidden;
    position: fixed;
    width:250px;
    bottom:0;
    right:0;
}
 
#slide {
    width: 100%;
}
#slide-in {
    padding: 0px;
    margin:5px 0px; 
}

.test-form-box{width:100%;margin:auto;text-align:center;}
 
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #bde9ba;
}
 
/*入力フォームの設定*/
.form-text{ 
width:100%;
height: 50px;
font-size:1.4em;
font-weight:bold; 
border:1px solid #ccc;
border-radius: 5px;
padding: 5px;
color: #000;
background:#f5f5f5;
margin-bottom:0px;
}
@media screen and (max-width: 768px) {
.form-text{ 
width:96%;
height: 30px;
}
}