@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	background-color: #fff;
}
a:link {
	color: #087277;
	text-decoration: none;
}
a:visited {
	color: #087277;
	text-decoration: none;
}
a:hover {
	color: #88b330;
	text-decoration: underline;
}
a:active {
	color: #087277;
	text-decoration: none;
}
#wrapper {
	width: 650px;
	margin: 20px auto;
}
h1 {
	color: #009582;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
.flex_containter {
	display: flex;
	border-top: 1px solid #666;
	padding: 5px 0;
}
/*.flex_containter:last-child {
	border-bottom: 1px solid #666;
}*/
dt.tittle {
	display: flex;
	flex-basis: 150px;
	align-items: center;
	font-weight: bold;
	background-color: #e8ece9;
	padding: 10px 20px;
}
dd.content {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	flex-basis: 460px;
}
p {
	color: #000;
}
.bottom {
	border-top: 1px solid #666;
}
.bottom p {
	font-size: 0.8rem;
	margin-top: 10px;
}

.purpose {
	color: #000;
	padding: 10px 20px;
}

.purpose dt {
	font-weight: bold;
}
.purpose dd::before {
	content: '●';
}

.invisible {
	display: none;
}

/*-------------------------------------------------
個人情報保護方針
-------------------------------------------------*/
h2 {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
.contents p {
	padding: 10px 0;
}
.contents p:first-child {
	border-top: 1px solid #666;
}
.established {
	text-align: right;
}

/*-------------------------------------------------
返品について
-------------------------------------------------*/
.henpin {
	border: none !important;
}
/*-------------------------------------------------
SP版表示
-------------------------------------------------*/
@media screen and (max-width: 768px) {
body {
	font-size: 1rem;
	line-height: 1.5rem;
}
#wrapper {
	width: 100%;
	margin: 1rem 0;
}
h1 {
	margin: 0 0.5rem 1rem 0.5rem;
}
.flex_containter {
	padding: 0;
	flex-direction: column;
	border: none;
}
dt.tittle {
	flex-basis: auto;
	padding: 0.5rem 1rem;
	/*	justify-content: center;*/
	font-weight: bold;
}
dd.content {
	flex-basis: auto;
	padding: 0.5rem 1rem;
}
.bottom {
	padding-left: 1rem;
	padding-right: 1rem;
}
.bottom p {
	font-size: 0.9rem;
	margin-top: 0.5rem;
}
.contents p, h2 {
	padding-left: 1rem;
	padding-right: 1rem;
}
}
