﻿@charset "UTF-8";

body {
	background-color:#f7f7f7;
	text-align: center;
	font-family: noto-sans-cjk-jp,sans-serif;
	font-feature-settings: "palt";/* 自動でカーニング */
	font-size: 1.0rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
div#wrapper {
	width: 40%;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #999;
}
div#wrapper div#header {
	width: 100%;
	margin: 0px auto;
	background-color: #f5f4ef;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 10px 0px;	
}
div#wrapper div#header h1 {
	padding: 20px 0px 0px 20px;
	margin: 0px;
}
div#wrapper div#header p {
	width: 80%;
	text-align: justify;/* 両端揃え */
	text-justify: auto; /* 両端揃えの種類 */
	margin: 20px auto 0;
	color: #333;
}
div#wrapper div#container {
	padding: 0px 50px;
}
div#wrapper div#footer {
	width: 100%;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
#privacyarea {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0 ;
}
#privacyarea h2 {
	font-size: 1.2rem;
	color: #333;
	margin: 0px auto 30px;
	width:100%;
	border: solid 1px #999;
	padding: 4px 0;
}
.privacy_spa {
	width: 100%;
	margin: 10px auto 20px;
	text-align: left;
	height: 400px;
	overflow: auto;
}
.pr_box{
	width: 90%;
	margin: 0 auto 30px;
	line-height: 1.2;
	text-align: left;
}

.pr_box h4 {
	margin: 0px auto 10px;
	border-bottom: 1px dotted #666;
	padding: 0px 0px 4px 0px;
	font-size: 1.0rem;
}
.pr_box p {
	padding-left:1.5em;
	line-height: 1.5;
	text-align: left;
}
.privacy_consent {
	padding: 20px 0 1px 0;
	text-align: center;
	background-color: #fdf5e6;
	margin: 30px auto 30px;
	border-radius: 4px;
}
.privacy_consent p {
	font-size: 1.0rem;
	width: 90%;
	text-align: justify;/* 両端揃え */
	text-justify: auto; /* 両端揃えの種類 */
	text-indent: -1em;
	padding-left: 1em;
	margin: 20px auto 0;
}
.privacy_consent h5 {
	font-size: 18px;
	text-align: center;
}

.toiaease {

	margin: 0px 0 10px 0;
	font-size: 105%;

}
.r-side {
	text-align: right;
	margin: 0px 0 10px 0;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
width:47%;
}
/* --------------------------------
 * 1280px以下のとき
 * -------------------------------- */
@media only screen and (max-width: 1280px) {
div#wrapper {
	width: 60%;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #999;
}

}/* --@media only screen and (max-width: 1280px)ここまで--- */

/* --------------------------------
 * 840px以下のとき
 * -------------------------------- */
@media only screen and (max-width: 840px) {
div#wrapper {
	width: 80%;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #999;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
}
textarea{
	width:100%;
}



}/* --@media only screen and (max-width: 840px)ここまで--- */
/* --------------------------------
 * 480px以下のとき
 * -------------------------------- */
@media only screen and (max-width: 480px) {

div#wrapper {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin: 0px auto;
	border: none;
	box-shadow: none;
}
div#wrapper div#header {
	width: 100%;
	background-color: #ff3a2a;
	border-radius: 0px 0px 0px 0px;
}
div#wrapper div#header h1 {
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
div#wrapper div#header p {
	color: #FFF;
}
div#wrapper div#container {
	padding: 0px 0px;
	width: 90%;
		margin: 0 auto;
}
div#wrapper div#footer {
	width: 100%;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;

}
.privacy_consent p {
	font-size: 1.0rem;
	width: 80%;
	text-align: justify;/* 両端揃え */
	text-justify: auto; /* 両端揃えの種類 */
	text-indent: -1em;
	padding-left: 1em;
	margin: 20px auto 0;
}


input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
}
textarea{
	width:100%;
}
}/* --@media only screen and (max-width: 480px)ここまで--- */