@charset "utf-8";

/* ------------------------------
 body文字色、背景色
------------------------------ */
body {
	background-color: #FFE8D0;
	color: #331100;
}
img {
	max-width: 100%;
	height: auto;
	width:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
div {
	overflow: hidden;
}
hr {
	clear: both;
}
a:hover {
	color: #FF0000;

}
ul,li {
	margin: 0;
	padding: 0;
}


/* ------------------------------
 h1文字色
------------------------------ */
h1 {
	text-align: center;
	color: #EC7600;
}
p {
	line-height: 1.8em;
	margin: 30px 0;
}
p.center {
	text-align: center;
}
table {
	line-height: 1.8em;
	margin: 10px auto;
}
table td {
	vertical-align: top;
}
.top {
	font-weight: bold;
	text-align: right;
}
div.bottom {
	background-color: #003366;
	text-align: right;
}
div.bottom p a {
	color: #FFF;
	text-decoration: none;
}

div.faq {
	background-color: #FFF;
	border-radius: 10px / 10px;
	text-align: left;
	box-sizing: border-box;
}

@media screen and (min-width: 801px){

.smart_only {
	display: none;
}
.hamburger-menu {
	display: none;
}

table {
	width: 800px;
}
table td {
	padding: 5px 5px;
}
h1 {
	font-size: 30px;
}
.top {
	font-size: 12px;
}
p.pc_center {
	text-align: center;
}

div.chara {
	width: 800px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.chara_left {
	width: 240px;
	padding-top: 20px;
}
div.chara_right {
	width: 540px;
	text-align: left;
}
div.bottom p {
	margin: 5px 10px !important;
}
div.faq {
	width: 800px;
	margin: 30px auto;
	padding: 40px 40px;
}
div.postscript {
	width: 800px;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
	text-align: left;
}
div.postscript p {
	margin: 15px 15px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}




}

@media screen and (max-width:800px){

.pc_only {
	display: none;
}
div.link {
	display: none;
}
table {
	width: auto;
}
table td {
	padding: 5px 5px;
}
h1 {
	font-size: 24px;
	margin-top: 50px;
}
.top {
	font-size: 12px;
	margin: 60px 0 20px;
}
div.bottom {
	width: auto;
	margin-top: 30px;
}
div.bottom p {
	text-align: center;
	margin: 5px auto !important;
}
div.faq {
	width: auto;
	margin: 20px 0;
	padding: 30px 20px;
}

div.chara {
	width: auto;
	margin: 30px 0 40px;
}
div.chara_left {
	text-align: center;
}
div.chara_right {
	text-align: left;
}
div.postscript {
	width: auto;
	margin: 30px auto;
	background-color: #FFF;
	border: solid 3px #FF0080;
	box-sizing: border-box;
	color: #000;
	text-align: left;
}
div.postscript p {
	margin: 10px 10px;
}
p.postscript_title {
	font-weight: bold;
	color: #FF0080;
	border-bottom: solid 1px #F00;
}
p.postscript_name {
	text-align: right;
	font-weight: bold;
}



}