@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
.sub-bg {
text-align: center;
background-color: #000000;
padding: 45px 15px;
}
.gaiyou-bg{
    height: auto;
	background-position: center center;
	background-position: 50% 0%;
	background: url(../img/bg01.png) no-repeat fixed;
	text-align: center;
}
.contents-bg{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/bg.png);
	text-align: center;
	font-size: 136%;
}
.tokuten {
text-align: left;
background-image: url(../img/tokuten_03.png);
background-repeat: repeat;
background-size: contain;
padding: 0px 50px;
}
.p-inner {
text-align: left;
background-image: url(../img/phase1_02.png);
background-repeat: repeat;
background-size: contain;
font-size: 120%;
padding: 0px 50px;
}
.title2-bg {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
background-image: url(../img/title2_02.png);
background-repeat: repeat;
background-size: contain;
color: #ffffff;
padding-top: 20px;
font-size: 150%;
}
.form-bg01 {
text-align: left;
background-image: url(../img/form-bg_02.png);
background-repeat: repeat;
background-size: contain;
color: #ffffff;
padding: 20px 60px;
}
.mezasu-pc {
height: auto;
text-align: left;
background-image: url(../img/mezasu-bg.png);
background-repeat: no-repeat;
padding: 170px 20px 20px 5px;
font-size: 120%;
}
.text140 {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 150%;
padding-top: 10px;
}
.text120-w {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 120%;
padding: 10px;
color: #ffffff;
}
.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%;
}
.wrapper860 {
	height: auto;
	margin: 0px auto;
	width: 860px;
	line-height:240%;
}
.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;
}
.header-bg{
  float:left;
  width:100%;
  padding:2em 4em;
  color:#fff;
  height:calc(100% - 3em);
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.tokuten {
padding: 0px 20px;
}
.p-inner {
padding: 0px 20px;
font-size: 96%;
}
.contents-bg{
font-size: 100%;
}
.sub-bg {
padding: 25px 10px;
}
.form-bg01 {
padding: 10px 25px;
}
.title2-bg {
padding: 20px 20px;
font-size: 93%;
}
.header-bg{
  padding:2em 0em;
}
.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%;
}
.wrapper860 {
	width: 100%;
	line-height:150%;
}
.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; 
}
}
/*ローディング
---------------------------------------------------------------------------*/

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

.section1 { background: url(../img/bg01.png) no-repeat fixed; background-size: cover; }
.scrol {
    height: 120px;
    margin-bottom: -20px;
    position: relative;
    text-align: center;
    top: -130px;
    z-index: 16;
}
.scroll-next, .scroll-next:hover, .scroll-next:active, .scroll-next:focus {
    border: 2px solid #e2e2e2;
    border-radius: 16px;
    display: inline-block;
    height: 58px;
    left: 0;
    margin: auto;
    outline: medium none !important;
    position: absolute;
    right: 0;
    width: 32px;
}
.scroll-next::before {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 11px;
    position: absolute;
    top: 10px;
    width: 6px;
}
.scroll-next span {
    display: block;
    margin-top: 56px;
    position: relative;
}
.scroll-next span::before, .scroll-next span::after {
    animation: 2s ease 0s normal none infinite running bounce1;
    border-left: 2px solid #fff;
    border-radius: 0 !important;
    border-top: 2px solid #fff;
    content: "";
    height: 23px;
    left: 3px;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    width: 23px;
}
.scroll-next span::after {
    animation-name: bounce2;
    top: 15px;
}
@keyframes bounce1 {
0%, 20%, 50%, 80%, 100% {
    top: 0;
}
40% {
    top: -5px;
}
60% {
    top: -5px;
}
}
@keyframes bounce2 {
0%, 20%, 50%, 80%, 100% {
    top: 15px;
}
40% {
    top: 10px;
}
60% {
    top: 10px;
}
}
.s-box {
    padding: 0.5em 1em;
    margin: 0px 0px 10px 0px;
    border: solid 1px #ffffff;
	font-size: 80%;
	line-height: 130%;
}
.s-box p {
    margin: 0; 
    padding: 0;
}
