@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
#first {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #ff0000;
	font-size: 120%;
	line-height: 180%;
}
.profile{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	text-align: center;
}
.space{
    height: 5px;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	text-align: center;
}
.mama-bg{
background-image:url(../img/mama-bg_02.png);
padding: 0px 70px 0px 70px;
background-size: contain;
text-align: left;
}
.tegami{
background-image:url(../img/tegami_02.png);
padding: 10px 70px 0px 70px;
background-size: contain;
text-align: center;
}
@media only screen and (max-width: 768px) {
.mama-bg { 
padding: 0px 20px 10px 20px;
}
.tegami{
padding: 10px 30px 0px 30px;
}
#first {
	font-size: 100%;
}
}

.t_bg{
    height: auto;
	background-repeat: repeat;
	background-color:#000000;
}
.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: #fffacd;
}
 
/*入力フォームの設定*/
.form-inner{ 
padding: 330px 70px 0px 610px;
}
.form-text{ 
width:94%;
height: 20px;
font-size:1.0em;
border:5px solid #ccc;
border-radius: 2px;
padding: 5px;
color: #000;
background:#f5f5f5;
}
@media screen and (max-width: 768px) {
.form-text2{ 
width:94%;
height: 20px;
font-size:1.0em;
border:5px solid #ccc;
border-radius: 2px;
padding: 5px;
color: #000;
background:#f5f5f5;
}
.form-sp{ 
background-image:url(../img/mama-sp_07.png);
padding: 0px 30px 0px 30px;
background-size: contain;
text-align: center;
}
}

.pf-bg {
text-align: center;
background-color: #272727;
background-repeat: repeat;
background-position: center center;
background-position: 50% 0%;
padding: 30px 0px;
}
.wrapper760 {
	height: auto;
	margin: 0px auto;
	width: 760px;
	line-height:120%;
	background-image: url(../img/pf-bg.png);
}
.pf-inner {
	padding:240px 38px 0px 38px;
	text-align: left;
	font-size: 68%;
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.wrapper760 {
	height: auto;
	margin: 0px auto;
	width: 100%;
	background-image: url(../img/sp-pf-bg_02.png);
}
.pf-inner {
	padding:0px 15px 0px 15px;
	text-align: left;
	font-size: 80%;
}
}