* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: normal;
	font-family: "fot-cezanne-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*======================================================================================================================================*/
/* general==============================================================================================================================*/
/*======================================================================================================================================*/
.container {
/* 	width: 800px; */
	width: 100%;
	margin: 0 auto;	
}
html {
	width: 100%;
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
body {
	width: 100%;
	background-color: #eee;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body > header {
	width: 100%;
}
body > header > div.container {
	height: 200px;
	text-align: center;
}
@media all and (max-width: 768px) {
body > header > div.container {
	height: 100%;
	text-align: center;
}
}
body > header > div > p {
	width: 100%;
	height: 100%;
	line-height: 200px;
}
body > header > div > p > a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 17px;
}
body > main {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 100px;
}
body > main > div.container {
	width: 100%;
}
body > main > div.container > div {
}

.h2 {
	width: 100%;
	height: 100px;
	text-align: center;
}
h2 {
	width: 300px;
	margin: 0 auto;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}
.contents {
	width: 100%;
	padding: 20px;
}
.contents a {
	color: #000;
}
.contents > div.statement {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 100px;
	border-bottom: 2px solid #fff;
	padding-bottom: 50px;
}
@media all and (max-width: 768px) {
.contents > div.statement {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	border-bottom: 2px solid #fff;
	padding-bottom: 50px;
}
}
.contents > div {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 100px;
	border-bottom: 2px solid #fff;
	padding-bottom: 50px;
}
@media all and (max-width: 768px) {
.contents > div {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	border-bottom: 2px solid #fff;
	padding-bottom: 50px;
}
}
.contents > div > div {
	width: 600px;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
.contents > div > div {
	width: 100%;
	margin: 0 auto;
}
}
div.statement > div {
	width: 600px;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
div.statement > div {
	width: 100%;
	margin: 0 auto;
}
}
.contents > div.statement > div > p {
	margin-bottom: 20px;
	line-height: 2em;
}
.contents > div > div > p {
	margin-bottom: 20px;
	line-height: 2em;
}
#website h2 {
	width: 300px;
}
#webservice h2 {
	width: 470px;
}
#epub h2 {
	width: 260px;
}
#noh h2 {
	width: 330px;
}
h3 {
	text-align: center;
	margin-bottom: 50px;
}
h3 > span {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	padding: 10px 100px 10px 100px;
}
h4 {
	margin-bottom: 30px;
}
div.price .statement {
	margin-bottom: 50px;
}
div.table {
	width: 600px;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
div.table {
	width: 100%;
	margin: 0 auto;
}
}
.table > div {
	width: 100%;
	margin-bottom: 80px;
}
.table > div > table {
	width: 100%;
	border-collapse: collapse;
}
.table > div > table > tbody > tr {
	width: 100%;
	border-top: 1px solid #555;
}
.table > div > table > tbody > tr:last-child {
	border-bottom: 1px solid #ccc;
}
.table > div > table > tbody > tr > td {
	padding: 30px 30px 30px 30px;
	font-size: 14px;
}
@media all and (max-width: 768px) {
.table > div > table > tbody > tr > td {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
}
@media all and (max-width: 768px) {
.table > div > table > tbody > tr > td:last-child {
	padding-top: 0px;
}
}
.table > div > table > tbody > tr > td:first-child {
	width: 250px;
	padding-left: 50px;
	vertical-align: top;
}
@media all and (max-width: 768px) {
.table > div > table > tbody > tr > td:first-child {
	width: 100%;
	padding-left: 0px;
	vertical-align: top;
}
}
.table > div > table > tbody > tr > td:last-child > p:first-child {
	margin-bottom: 20px;
}
.table > div > table table > tbody > tr > td:first-child {
	width: 70px;
}
.note p {
	margin-bottom: 10px;
	font-size: 12px;
}
/*======================================================================================================================================*/
/* top==================================================================================================================================*/
/*======================================================================================================================================*/
#top > header > div > p > a:hover {
	background-color: #eee;
}
body > header > div > p > a:hover {
	background-color: #fff;
}
body > header > div > p > a > img,
footer img {
	width: 150px;
}
#top > main {
	padding-top: 0px;
}
#top > main > div.container > div {
	height: 100px;
}
#top > main > div.container > div > p {
	width: 100%;
	height: 100%;
}
#top > main > div.container > div > p > a > span {
	transform: translate(40%, -50%);
}
#top > main > div.container > div > p > a {
	height: 100%;
	text-decoration: none;
	color: #000;
	display: block;
	position: relative;
}
#top > main > div.container > div > p > a:hover {
	background-color: #fff;
}
#top > main > div.container > div > p > a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*
#top > main > div.container > div:nth-child(1) {
	height: 120px;
}
#top > main > div.container > div:nth-child(1) > p {
	font-size: 14px;
}
#top > main > div.container > div:nth-child(2) {
	height: 98px;
}
#top > main > div.container > div:nth-child(2) > p {
	font-size: 16px;
}
#top > main > div.container > div:nth-child(3) {
	height: 140px;
}
#top > main > div.container > div:nth-child(3) > p {
	font-size: 15px;
}
#top > main > div.container > div:nth-child(4) {
	height: 80px;
}
#top > main > div.container > div:nth-child(4) > p {
	font-size: 13px;
}
#top > main > div.container > div:nth-child(5) {
	height: 100px;
}
#top > main > div.container > div:nth-child(5) > p {
	font-size: 15px;
}
#top > main > div.container > div:nth-child(6) {
	height: 110px;
}
#top > main > div.container > div:nth-child(6) > p {
	font-size: 15px;
}
#top > main > div.container > div:nth-child(1) > p > a > span {
	transform: translate(40%, -50%);
}
#top > main > div.container > div:nth-child(2) > p > a > span {
	transform: translate(-10%, -50%);
}
#top > main > div.container > div:nth-child(3) > p > a > span {
	transform: translate(-70%, -50%);
}
#top > main > div.container > div:nth-child(4) > p > a > span {
	transform: translate(-90%, -50%);
}
#top > main > div.container > div:nth-child(5) > p > a > span {
	transform: translate(-60%, -50%);
}
#top > main > div.container > div:nth-child(6) > p > a > span {
	transform: translate(-20%, -50%);
}
*/
/*======================================================================================================================================*/
div.price > h3 > span {
	letter-spacing: 0px;
}
/*======================================================================================================================================*/
/*======================================================================================================================================*/
/*======================================================================================================================================*/
/*======================================================================================================================================*/
/*======================================================================================================================================*/
/*======================================================================================================================================*/
/*======================================================================================================================================*/
#contact div#mail_form {
	text-align: center;
}
#contact div#mail_form div {
	margin-bottom: 40px;
}
#contact div#mail_form p {
	font-size: 15px;
	margin-bottom: 5px;
}
#contact main#confirming > div#mail_form p:last-child {
	font-size: 18px;
	margin-top: 20px;
}
#contact div#mail_form input {
	width: 340px;
	text-align: center;
}
@media all and (max-width: 768px) {
#contact div#mail_form input {
	width: 100%;
}
}
#contact div#mail_form textarea {
	width: 500px;
	height: 300px;
	text-align: center;
}
@media all and (max-width: 768px) {
#contact div#mail_form textarea {
	width: 100%;
/* 	height: 300px; */
}
}
#contact div#mail_form input,
#contact div#mail_form textarea {
	font-size: 15px;
	border: 1px solid #777;
	padding: 10px 15px 10px 15px;
}
#contact div#mail_form input::placeholder,
#contact div#mail_form textarea::placeholder {
	color: #999;
}
#contact div#mail_form input:focus,
#contact div#mail_form textarea:focus {
	outline: 1px solid #000;
}
span.required {
	color: #e2634d;
	padding-left: 5px;
	line-height: 27px;
}
#contact button {
	width: 200px;
	padding: 10px;
	font-size: 15px;
	letter-spacing: 0px;
	border-radius: 0px;
	border: 2px solid #333;
	color: #eee;
	background-color: #333;
}
@media all and (max-width: 768px) {
#contact button {
	margin-bottom: 15px;
}
}
#contact button:hover {
	color: #333;
	background-color: #fff;
	border: 2px solid #333;
}
@media all and (max-width: 768px) {
div#button {
	text-align: center;
}
}
.errors {
	color: #e2634d;
	font-weight: bold;
}

.confirming_txt {
	font-size: 20px;
}
/*======================================================================================================================================*/
footer {
	width: 100%;
	color: #ddd;
	background-color: #222;
    margin-top: auto;
    padding-top: 60px;
}
footer p#logo {
	text-align: center;
}
footer div {
	width: 100%;
}
footer div ul {
	width: 40%;
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0 auto;
	justify-content: space-between;
}
footer div ul li {
	padding-top: 50px;
	padding-bottom: 100px;
}
footer div ul li a {
	color: #ddd;
	text-decoration: none;
}
footer p#copyright {
	text-align: center;
}
