@charset "utf-8";
/**CSS Documents**/
/******************************共通設定▼******************************/
html{
	font-size:62.5%;/*=10px*/
}
body{
	font-size:1.5rem;/*=15px*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 2.5rem;
	color:#333;
}

.wrapper{
	max-width:1920px;
	margin: auto;
	padding: 0;
}
.container{
	max-width:990px;
	margin: auto;
	padding: 0;
	
}
@media (max-width:767px) {
	.container{
		max-width: none;
		width:100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.container{
		padding: 0 15px;
		box-sizing: border-box;
	}
}
img{vertical-align: bottom;}
li{
	list-style:none;
}
/*画像のレスポンシブ▼*/
.img-responsive{
	width:100%;
	display: block;
}
/*画像のレスポンシブ▲*/
/*背景設定▼*/
.bg-pattern1{
	background:url(img/pattern.gif);
}
.bg-pattern2{
	background:url(img/back_img.png);
}
.bg-pattern3{
	background:url(img/bg-diagonal.png);
}
/*背景設定▲*/

/******************************共通設定▲******************************/

/******************************個別設定▼******************************/
/**メインタイトル１▼**/
.main-title1{
	font-size:5.5rem;
	background:#061f33;
	color: #fff;
	height: 130px;
	line-height: 130px;
	text-align: center;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.main-title1::after{
	background: url(img/balloon.png) no-repeat center;
	width:65px;
	height: 32px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom:-32px;
}
@media (max-width:767px) {
	.main-title1{
		font-size:2.5rem;
		height:auto;
		line-height: 60px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-title1{
		font-size:3.3rem;
		height:auto;
		line-height: 80px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.main-title1{
		font-size:5rem;
		height:auto;
		line-height: 100px;
	}
}
/**メインタイトル１▲**/

/**メインタイトル2▼**/
.main-title2{
	font-size:5.5rem;
	background:#ff7124;
	color: #fff;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width:767px) {
	.main-title2{
		font-size:2.5rem;
		height:auto;
		line-height: 60px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-title2{
		font-size:3.3rem;
		height:auto;
		line-height: 80px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.main-title2{
		font-size:5rem;
		height:auto;
		line-height: 100px;
	}
}
/**メインタイトル2▲**/

/**サブタイトル１▼**/
.sub-title1{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:4.5rem;
	line-height:5.5rem;
	color: #061f33;
	text-align: center;
	border-bottom:solid 1px #c9c9ca;
}
.sub-title1 span{
	display: block;
	width:130px;
	height:7px;
	margin: 10px auto 35px auto;
	background:url(img/line-style.jpg) no-repeat;
}
@media (max-width:767px) {
	.sub-title1{
		font-size:2.8rem;
		line-height:3.5rem;
	}
	.sub-title1 span{
		margin: 10px auto 15px auto;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.sub-title1{
		font-size:3.5rem;
		line-height:4rem;
	}
	.sub-title1 span{
		margin: 10px auto 25px auto;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.sub-title1{
		font-size:4rem;
		line-height:4.5rem;
	}
	.sub-title1 span{
		margin: 10px auto 25px auto;
	}
}
/**サブタイトル１▲**/

/**サブタイトル2▼**/
.sub-title2{
	color: #4dad97;
	font-size:3rem;
	font-weight:normal;
	text-align: center;
	margin: 50px auto 30px auto;
}
@media (max-width:767px) {
	.sub-title2{
		margin: 30px auto 0 auto;
		font-size:2.3rem;
	}
}
/**サブタイトル2▲**/

/*****ヘッダー設定▼*****/
.top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:80px;
}
.contact-top a:hover{
	opacity:.9;
}

@media (max-width:767px) {
	.top-wrap{
		flex-direction:column;
		height: auto;
	}
	.logo{
	margin: 15px auto auto;
	}
	.logo img{
		width: 180px;
	}
	.free-dial{
		margin: 15px auto;
	}
	.contact-top{
		display: none;
	}
}
/*****ヘッダー設定▲*****/

/*****メインビジュアル▼*****/
.main-visual{
	border-top:solid 2px #0e3f67;
}
/*****メインビジュアル▲*****/

/*****こんな方にオススメ▼*****/
.recom-wrap{
	display:flex;
	justify-content:space-between;
	margin-top: 50px;
}
.recom-left{
	margin-right: 15px;
	margin-top: 30px;
}
.recom-left h2{
	font-size:3.5rem;
	color:#783a08;
	border-bottom:solid 2px #a26937;
	text-align: center;
	padding-bottom:5px;
}
.recom-text{
	margin-top: 20px;
	width: 100%;
}
.recom-text li{
	background:linear-gradient(#fed78a,#ffe7c1,#fed78a);
	margin-bottom:10px;
	border:solid 2px #fff;
	box-shadow:1px 1px 2px rgba(0,0,0,.2);
	border-radius:10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.8rem;
	font-weight: bold;
	color: #330606;
	padding: 15px;
	line-height: 20px;
}
.recom-right{
	width:308px;
	position: relative;
	height: 460px;
}
.recom-right img{
	max-width: 308px;
	position:absolute;
	left:0;
	bottom:0;
	display: block;
}
@media (max-width:767px) {
	.recom-wrap{
		flex-direction:column;
	}
	.recom-left{
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.recom-left h2{
		font-size:2.8rem;
	}
	.recom-text{
		margin-top:5px;
	}
	.recom-text li{
		font-size:1.5rem;
		padding: 10px;
	}
	.recom-right{
		max-width: 230px;
		height: auto;
		margin: 330px auto 0 auto;
	}
}
/*****こんな方にオススメ▲*****/

/*****低価格のホームページ制作▼*****/
.homepage-bg{
	background:url(img/bg-homepage.jpg) no-repeat;
}
.homepage-wrap{
	max-width: 1340px;
	display:flex;
	justify-content:space-between;
	margin:auto;
	padding: 135px 15px 50px 15px;
	box-sizing:border-box;
}
.homepage-left{
	width:640px;
}
.homepage-text{
	font-family: 'Noto Sans JP', sans-serif;
	padding:20px;
	box-sizing:border-box;
	line-height:25px;
}
.homepage-text p{
	text-align:justify;
}
.homepage-right{
	max-width:570px;
	margin-left: 10px;
}
@media (max-width:767px) {
	.homepage-wrap{
		flex-direction:column;
		padding: 30px 15px;
	}
	.homepage-left{
		width: 100%;
	}
	.homepage-text{
		padding:15px 0;
		line-height: 25px;
	}
	.homepage-right{
		margin: auto;
	}
	.homepage-right img{
		max-width: 350px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.homepage-wrap{
		padding: 50px 15px 0 15px;
		align-items:center;
	}
	.homepage-text{
		line-height:25px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.homepage-wrap{
		padding: 80px 15px 0 15px;
		align-items:center;
	}
	.homepage-text{
		line-height:25px;
	}
	.homepage-right img{
		max-width: 500px;
	}
}
/*****低価格のホームページ制作▲*****/

/*****制作から公開までの設定代行▼*****/
.acting-setting{
	padding-top: 100px;
	padding-bottom: 100px;
}
.setting-wrap{
	margin: 80px auto;
	display:flex;
}
/**レスポンシブWebデザイン・常時SSLの対応・SEO対策▼**/
.web-design,
.usual-ssl,
.seo-setting
{
	max-width: 330px;
	padding: 40px 15px;
	box-sizing:border-box;
}
.web-design,
.seo-setting{
	background:#f5f5f5;
}
.web-design h4,
.usual-ssl h4,
.seo-setting h4
{
	font-size:2.2rem;
	color:#4dad97;
	padding-bottom:5px;
	border-bottom:solid 2px #4dad97;
	margin-bottom:20px;
	text-align:center;
}
.web-design-img,
.usual-ssl-img,
.seo-setting-img
{
	overflow:hidden;
	margin-bottom: 20px;
	max-width: 300px;
	height: 200px;
	
}
.web-design p,
.usual-ssl p,
.seo-setting p
{
	line-height:23px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:justify;
}
@media (max-width:767px) {
	.acting-setting{
		padding-top: 30px;
		padding-bottom: 20px;
}
	.setting-wrap{
		margin: 30px auto;
		flex-direction:column;
}
	.web-design,
	.usual-ssl,
	.seo-setting
{
		max-width: 500px;
		margin: auto;
}
	.web-design-img,
	.usual-ssl-img,
	.seo-setting-img
{
		overflow: none;
		height: auto;
		max-width:none;
}
	.web-design-img img,
	.usual-ssl-img img,
	.seo-setting-img img{
		max-width: 350px;
		margin: auto;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.acting-setting{
	padding-top: 50px;
	padding-bottom: 50px;
}
	.setting-wrap{
		margin: 30px auto;
		flex-wrap: wrap;
}
	.web-design,
	.usual-ssl,
	.seo-setting
{
		max-width: 600px;
		margin: auto;
}
	.web-design-img,
	.usual-ssl-img,
	.seo-setting-img
{
		overflow: none;
		height: auto;
		max-width:400px;
	background: red;
	margin: 0 auto 20px auto;
}
}
/**レスポンシブWebデザイン・常時SSLの対応・SEO対策▲**/
/**制作と設定▼**/
.behalf-wrap{
 	background:#f5f5f5;
	height: 230px;
	position:relative;
	margin-top: 100px;
}
.arrange-center{
	width:700px;
	height: 455px;
	margin: auto auto 100px -350px;
	position: absolute;
	top:-50%;
	left: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border:solid 5px #ffc98a;
	border-radius:15px;
	padding: 25px;
	box-sizing:border-box;
}
.circle{
	width:190px;
	height: 190px;
	background:#fdaf30;
	border-radius: 50%;
	line-height: 190px;
	text-align: center;
	color:#fff;
	font-size:6rem;
	font-weight: bold;
	border:solid 5px #ffe3b5;
	margin: -130px auto auto auto;
}
.plus{
	font-family: 'Noto Sans JP', sans-serif;
	width:50px;
	height: 50px;
	font-size:8.5rem;
	font-weight: bolder;
	margin: -10px auto auto auto;
	line-height: 50px;
	text-align: center;
	color:#aaa;
}
.setting-list ul{
	width:100%;
	background:#4dad97;
	border-radius:10px;
	padding: 0 25px;
	box-sizing:border-box;
	color: #fff;
}
.setting-list ul li{
	line-height:50px;
	text-align: center;
	border-bottom:solid 2px #fff;
	font-size:2.5rem;
}
.setting-list ul li:last-child{
	border-bottom:none;
}
@media (max-width:767px) {
	.behalf-wrap{
		background: none;
	}
	.arrange-center{
	width:100%;
	height: 310px;
	margin: auto auto 50px auto;
	position: inherit;	
	padding: 15px;
	}
	.circle{
	width:130px;
	height: 130px;
	line-height: 130px;
	font-size:4.5rem;
	margin: -110px auto auto auto;
	}
	.plus{
		font-size:6.5rem;
		font-weight:normal;
	}
	.setting-list ul li{
		line-height:35px;
		font-size:1.8rem;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.behalf-wrap{
		margin-top: 150px;
	}
	.arrange-center{
	margin: 50px auto 80px -275px;
	height: 360px;
	width:550px;
	top:-50%;
	left: 50%;
	}
	.circle{
	width:150px;
	height: 150px;
	line-height: 150px;
	font-size:5rem;
	margin: -130px auto auto auto;
	}
	.plus{
		font-size:8.5rem;
		font-weight:normal;
	}
	.setting-list ul li{
		line-height:40px;
		font-size:2rem;
	}
}
/**制作と設定▲**/
/*****制作から公開までの設定代行▲*****/

/*****個人事業主向け▼*****/
.individual{
	margin-top:200px;
}
.individual-text{
	max-width: 830px;
	margin: 50px auto;
	line-height:25px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
.individual-wrap{
	padding-top:50px;
}
.individual-center{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding:0 15px;
	box-sizing:border-box;
}
.individual-left h4{
	font-size:5rem;
	color:#061f33;
	line-height:6rem;
	border-top:solid 2px #a0a0a0;
	border-bottom:solid 2px #a0a0a0;
	padding:15px 0;
}
.individual-right{
	margin-left:20px;
}
@media (max-width:767px) {
	.individual{
	margin-top:150px;
}
	.individual-text{
		margin: 30px auto;
	}
	.individual-wrap{
	padding-top:30px;
}
	.individual-center{
		flex-direction:column;
	}
	.individual-left h4{
		font-size:2.5rem;
		line-height: 30px;
		padding:10px 0;
		margin-bottom: 20px;
	}
	.individual-left h4 br{
		display: none;
	}
	.individual-right{
	margin-left:0;
	max-width: 400px;
	}
}
@media (min-width:768px) and (max-width:991px) {
		.individual{
	margin-top:150px;
}
	.individual-text{
		margin: 30px auto;
	}
	.individual-wrap{
	padding-top:30px;
}
	.individual-center{
		justify-content:center;
	}
	.individual-left h4{
		font-size:3.5rem;
		line-height: 45px;
	}
	.individual-right{
	margin-left:20px;
	max-width: 350px;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.individual-center{
		justify-content:center;
	}
	.individual-left h4{
		font-size:4.5rem;
		line-height: 50px;
	}
		.individual-right{
	margin-left:20px;
	max-width: 430px;
}
}
/*****個人事業主向け▲*****/

/*****お問い合わせ(重複用)▼*****/
.contact-repeat{
	margin: 0 auto;
}
.contact-repeat h5{
	height: 45px;
	line-height:45px;
	background:#ff7124;
	text-align:center;
	color:#fff;
	font-size:2.5rem;
	font-weight:normal;
}
.contact-repeat h5 br{
	display: none;
}
.contact-center{
	padding:20px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	max-width: 960px;
}
.contact-free{
	font-size:5.5rem;
	line-height: 5.5rem;
	font-weight:bolder;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 440px;
	color:#c23333;
}
.contact-free img{
	margin-right:10px;
}
.contact-or{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#ff7124;
	border-radius:50%;
	font-size:3.5rem;
	font-weight:bolder;
	color:#fff;
}
.contact-bt a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:278px;
	height:67px;
	color: #fff;
	border-radius:10px;
	background:url("img/contact-btn-bg.jpg");
	text-decoration:none;
	box-shadow:2px 3px 0 #bfbfb6;
}
.contact-bt a:link,.contact-bt a:visited{
	color:#fff;
}
.contact-bt a:hover{
	opacity: .9;
}
.contact-bt img{
	width:35px;
	height: 23px;
	display:block;
}
.contact-bt a span{
	display:block;
	line-height: 30px;
	font-size:3rem;
	margin-left:5px;
}
@media (max-width:767px) {
	.contact-repeat h5{
		height: auto;
		line-height:2.5rem;
		font-size:2rem;
		padding: 5px 0;
	}
	.contact-repeat h5 br{
		display: block;
	} 
	.contact-center{
		flex-direction:column;
		padding-bottom: 30px;
}
	.contact-or{
		margin:10px auto;
		width:50px;
		height:50px;
		line-height:50px;
		font-size:2.5rem;
	}
	.contact-free{
	font-size:4rem;
	line-height: 4rem;
}
	.contact-free img{
	max-width: 55px;
}
	.contact-bt a{
	width:278px;
	height:50px;
	background:url("img/contact-btn-bg.jpg");
	background-position: center;
}
	.contact-bt a span{
	line-height: 30px;
	font-size:2.3rem;
}
}
@media (min-width:768px) and (max-width:991px) {
	.contact-repeat h5{
		font-size:2.2rem;
	}
	.contact-center{
	justify-content:center;
	max-width: 750px;
}
	.contact-free{
	font-size:4.8rem;
	line-height: 4.8rem;
}
	.contact-free img{
	max-width: 60px;
}
	.contact-or{
		margin:10px auto;
		width:60px;
		height:60px;
		line-height:60px;
		font-size:2.8rem;
	}
	.contact-bt a{
	width:250px;
	height:55px;
	background:url("img/contact-btn-bg.jpg");
	background-position: center;
}
	.contact-bt a span{
	line-height: 30px;
	font-size:2.3rem;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.contact-center{
	justify-content:center;
}
	.contact-or{
		margin: auto 20px;
	}
}
/*****お問い合わせ(重複用)▲*****/


/*****料金プラン▼*****/
.price-wrap{
	margin-top: 100px;
	margin-bottom: 100px;
}
.price-intro{
	max-width:690px;
	margin: 50px auto 80px auto;
	line-height: 25px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width:767px) {
	.price-intro{
		margin: 30px auto 50px auto;
	}
}
/**制作費用▼**/
.plan-title-blue{
	background: #186bad;
}
.plan-title-green{
	background: #11a73b;
}
.plan-title-orange{
	background: #ff7124;
}
.plan-title{
	height:80px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	position:relative;
	margin: 30px auto 5px auto;
	font-size:3.2rem;
	font-weight:bold;
}
.plan-title img{
	width:61px;
	height: 61px;
	position: absolute;
	top:-40px;
	left:50%;
	margin-left:-30px;
}
.price-card-box{
	display:flex;
	justify-content:space-around;
	margin-bottom:20px;
}
.price-card{
	max-width:300px;
	margin: 20px auto;
}
.price-card ul{
	width:auto;
	padding: 10px;
	background:#ebebeb;
}
.price-card ul li{
	margin-bottom: 5px;
	border:solid 1px #c7c9c9;
	background:#fff;
	text-align:center;
	line-height:2rem;
	padding:20px;
	box-sizing: border-box;
}
.price-card ul li strong{
	display:block;
	font-size:2.5rem;
	margin-top:10px;
}
@media (max-width:767px) {
	.price-wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}
}
@media (max-width:991px) {
	.price-card-box{
		flex-wrap:wrap;
	}
}
.price-coment{
	line-height:2rem;
}
/**制作費用▲**/

/**オプション制作▼**/
.price-wrap table{
	width:100%;
	max-width: 720px;
	text-align: left;
	margin: 30px auto;
}
.price-wrap table th{
	background: #061f33;
	height:45px;
	color:#fff;
	line-height:45px;
	width: 60%;
	padding-left: 50px;
}
.price-wrap table td{
	padding: 10px 10px 10px 50px;
	line-height: 2.5rem;
	vertical-align: middle;
	border-bottom:solid 1px #dcdcdc;
}
.price-wrap .option-coment{
	max-width: 720px;
	margin: auto auto;
	line-height: 2rem;
}
@media (max-width:767px) {
	.price-wrap table{
		margin: 15px auto;
	}
	.price-wrap table th{
		padding-left: 10px;
	}
	.price-wrap table td{
		padding-left: 10px;
	}
}
/**オプション制作▲**/

/*****料金プラン▲*****/

/*****制作の流れ▼*****/
.flow-wrap{
	max-width:990px;
	margin:150px auto auto auto;
	padding-bottom: 50px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.flow-card{
	width:235px;
	background:#eee;
	position:relative;
	padding: 20px 10px;
	box-sizing:border-box;
	margin-bottom: 40px;
	margin-left: 10px;
}
.flow-step{
	display:block;
	width:130px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background:#ec6941;
	border-radius:25px;
	position:absolute;
	top:-18px;
	left:50%;
	margin-left:-65px;
}
.flow-icon{
	width:140px;
	height:140px;
	border-radius:50%;
	background:#fff;
	border:solid 1px #dcdcdc;
	margin: 20px auto 10px auto;
}
.flow-icon img{
	display:block;
	width:75px;
	height:75px;
	margin: 30px auto;
}
.flow-card h5{
	font-size:2.3rem;
	text-align:center;
	padding: 10px 0;
	border-bottom:solid 2px #f29b76;
	margin-bottom:10px;
	
}
.flow-card p{
	line-height:2rem;
}@media (max-width:575px) {
	.flow-card{
		width:320px;
		margin-left:0;
	}
}
@media (max-width:767px) {
	.flow-wrap{
		margin:80px auto auto auto;
	}
}
/*****制作の流れ▲*****/

/*****アクセス▼*****/
.acc-bg{
	background:url(img/performance-bg.png) no-repeat;
	background-position: top;
	margin-bottom: 80px;
	padding-top: 80px;
}
.acc-list{
	width: calc(100% - 30px);
	max-width:970px;
	margin:auto;
	padding: 80px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.acc-list dl{
	font-size: 1.6rem;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.acc-list dl dt{
	font-weight: 500;
	min-width: 150px;
	padding-left: 5px;
}
.acc-list dl dd{
	width: 100%;
}
@media (max-width:767px) {
	.acc-bg{
		padding-top: 50px;
	}
	.acc-list{
		padding:40px 20px;
	}
	.acc-list dl{
		padding: 10px 0;
	}
	.acc-list dl dt{
		min-width: 85px;
	}
}
/*****アクセス▲*****/

/*****メールフォーム▼*****/
#formWrap {
	max-width:700px;
	margin:0 auto;
	color:#555;
	padding-top:80px;
	padding-bottom:20px;
}
#formWrap p{
	margin-bottom: 15px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
table.formTable input[type="text"] {
	width:60%;
	padding: 10px;
}
table.formTable textarea {
	width:90%;
	padding: 10px;
}

#formWrap input[type="submit"],#formWrap input[type="reset"] {
	margin: 30px auto;
	background:#8bcb4c!important;
	border: none;
	width:150px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:2rem;
	cursor: pointer;
	border-radius:5px;
	-webkit-appearance: none;

}
#formWrap input[type="submit"]:hover,#formWrap input[type="reset"]:hover{
	opacity:.8;
}
@media (max-width:767px) {
	table.formTable tr{
		display: flex;
		flex-direction: column;
	}
	table.formTable td,table.formTable th{
	width:auto;
	padding:10px;
	}
	table.formTable input[type="text"] {
	width:75%;
	}
}
/*****メールフォーム▲*****/
/*****トップへ移動▼*****/
.back-top{
	position: fixed;
	bottom: 5%;
	right: -10px;	
	text-align:center;
	background:#fff;
	border:solid 2px #f1dab2;
	border-radius:10px;
}
.back-top a {
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	width:60px;
	height:55px;
	box-sizing:border-box;
	padding-top: 5px;
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #ff7124;
	}
/*****トップへ移動▲*****/
/*****フッター情報▼*****/
footer{
	background:#061f33;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
}
/*****フッター情報▲*****/
