@charset "shift_jis";
/* CSS Document */

/* ページレイアウト */
#wrap{
	width: 960px; 
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	line-height: 1.6em;
}
.contents {
	width: 920px;
	margin: 40px auto 20px;
}
#wrap h2{ 
	font-size: 24px;
	color: #000;
	margin: 40px 0;
	text-align: center;
	line-height: 1.2em;
}		
#wrap h3 { 
	font-size: 150%;
	line-height: 1.2em;
	text-align: center;
	margin: 20px 0;
}
.odd {
	width: 50%;
	height: 299px;
	background-color: #fff2f2;
	float: left;
	padding-top: 50px;
	box-sizing :border-box;
}
.odd02 {
	width: 50%;
	height: 299px;
	background-color: #fff2f2;
	float: right;
	padding-top: 50px;
	box-sizing :border-box;
}   
.even{
	width: 50%;
	height: 299px;
	background-color: #f29c9f;
	float:left;
	padding-top: 80px;
	box-sizing :border-box;
}
.even02{
	width: 50%;
	height: 299px;
	background-color: #f29c9f;
	float:right;
	padding-top: 80px;
	box-sizing :border-box;
}
.odd p,.odd02 p,
.even p,.even02 p {
	text-align: center;
}

.items {
	margin: 0 auto;
	text-align: center;
}
.items li {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
}

.sns {
	text-align: center;
	margin: 0 auto 50px;
}
.sns li {
	display: inline-block;
	margin: 10px;
}

.button {
	display: block;
	border: 1px solid #cccccc;
	width: 600px;
	padding: 20px;
	text-align: center;
	margin: 40px auto;
	font-size: 18px;
	color: #666666 !important;
}

.close {
	margin: 20px 0;
	text-align: center;
}
	   
.pad20{
	padding: 20px !important;
}
.mat15{
	margin-top: 15px !important;
}
.mat40{
	margin-top: 40px !important;
}
.marg20{
	margin: 20px !important;
}

.small{
	font-size: 90%;
}
.link {
	text-align: center;
	margin-top: 20px;
}
.link a {
	text-decoration: underline;
}
.title {
	font-size: 36px;
	margin-top: 40px;
	text-align: center;
}
.banner {
	margin: 10px 0;
}
.banner:hover {
	opacity: 0.7;
}
.link-nav ul {
	margin: 0 auto;
}
.link-nav li {
	display: inline-block;
	text-align: center;
	border: 1px solid #bf0000;
	width: 32.15%;
	margin-bottom: 5px;
	position: relative;
} 
.link-nav li:after {
	position: absolute;
	isplay: block;
    content: '';
	width: 0;
	height: 0;
	top: 45%;
	right: 25px;
	border-top: 5px solid #bf0000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.link-nav li a {
	color: #bf0000;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}
.link-nav li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.cont-wrap {
	border-top: 1px solid #bf0000;
}
.cont-wrap p {
	color: #000;
	font-size: 18px;
}
#about.cont-wrap,
#type.cont-wrap,
#save.cont-wrap,
#store.cont-wrap {
	text-align: center;
}
#about.cont-wrap img {
	padding: 40px 0;
}
#type p {
	margin-bottom: 20px;
}
#type p img {
	padding: 0 15px;
	margin-bottom: -10px;
}
#use ul li {
	width: 32.77%;
	float: left;
	height: 380px;
}
#use ul li dl {
	padding: 0 3px;
}
#use ul li dt {
	border-bottom: 2px solid #999;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}
#use ul li dd,
#use ul li dd p {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #666;
}
#use ul li dd img {
	padding: 20px 0;
}
#store p {
	padding-bottom: 30px;
}
#store p em {
	font-size: 12px;
	color: #666;
}
#store p.small {
	font-size: 14px;
}
#store p.small a {
	text-decoration: underline;
}
#faq ul li {
	padding: 30px;
	background: #fafafa;
	margin-bottom: 8px;
}
#faq ul li dt {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #999;
}
#faq ul li dt:before {
	content: "Q.";
	font-size: 24px;
	padding-right: 5px;
}
#faq ul li dd {
	font-size: 18px;
	padding-top: 20px;
	color: #bf0000;
	text-indent: -1.9rem;
	padding-left: 1.9rem;
}
#faq ul li dd:before {
	content: "A.";
	font-size: 24px;
	padding-right: 5px;
}
#faq a {
	color: #bf0000;
	text-decoration: underline;
}

.table {
	border: 1px solid #ccc;
	margin: 40px 0;
}
.table thead th {
	background: #c90036;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
}
.table th {
	width: 20%;
	background-color: #eee;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.table td {
	padding: 20px;
	border: 1px solid #ccc;
}
.table td span.red {
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}
.btn {
	text-align: right;
}
.btn a {
	font-size: 14px;
	display: inline-block;
	margin: 15px 0 30px;
	padding: 10px 40px;
	border: 1px solid #000;
	color: #000;
	border-radius: 7px;
	position: relative
}
.btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.btn a:after {
	position: absolute;
	isplay: block;
    content: '';
	width: 0;
	height: 0;
	top: 40%;
	right: 20px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.footer-address {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
    font-size: 10px;
    font-style: normal;
    color: #999999;
}

/*   レスポンシブ追加分
----------------------------------------------*/
.pc				{ display: block !important; }
.sp				{ display: none !important; }
img.pc			{ display: inline-block !important; }
img.sp			{ display: none !important; }

.detailWrap		{ margin: 20px;}
.pc-pat20		{ padding-top: 20px;}
.pc-pat30		{ padding-top: 30px;}
.pc-pat40		{ padding-top: 40px;}
.pc-pat50		{ padding-top: 50px;}
.pc-pat70		{ padding-top: 70px;}

@media screen and (min-width: 0px) and (max-width: 667px){
.pc				{ display: none !important; }
.sp				{ display: block !important; }
img.pc			{ display: none !important; }
img.sp			{ display: inline-block !important; }
.pc-pat20		{ padding-top: 0;}
.pc-pat30		{ padding-top: 0;}
.pc-pat40		{ padding-top: 0;}
.pc-pat50		{ padding-top: 0;}
.pc-pat70		{ padding-top: 0;}
.pad20			{ padding: 20px !important; }
.marg20			{ margin: 20px !important; }
.mb-pab40		{ padding-bottom: 40px;}

.contents		{ width: auto; margin: 0; }
.contents a		 { color: #923600; }

.order li		{ margin-top: 13px; margin-bottom: 0 !important; }
#wrap		{ width: 100%;}
#wrap .inner	{ width: auto; padding: 0 20px; }

#wrap #mainVis		{ height: auto; padding-top: 0; background: none; }
#wrap #mainVis img	{ display: block; width: 100%; height: auto; }

#header				{ width: auto; text-align: center; }
#header_logo    	{ width: 37%; float: left; }
#header_inquiry 	{ width: 53%; float: right; }

#wrap				{ clear: both; margin: 0 auto; text-align: left; width: 100%; overflow: hidden; }
.detailWrap			{ margin: 0; padding: 0;}
.detailWrap p		{ margin: 0 20px;}

#footer	         		{ min-width: inherit; background: none; padding: 15px 0; font-size: 72%; text-align: center; }
#footer #footContents 	{ width: auto;}
#footer #footMenu 		{ width: auto; float: none;}
#footer .footer-address	{ text-align: center; margin-top: none;}

.odd	{ width: 100%; height: 100%; padding: 20px 0 !important;}
.even	{ width: 100%; height: 100%; padding: 20px 0;}
.odd02	{ width: 100%; height: 100%; padding: 20px 0;}
.even02	{ width: 100%; height: 100%; padding: 20px 0;}

h2		{ font-size: 18px; margin: 20px 0; text-align: center; line-height: 1.2em; }

.items		{ margin: 0 auto; text-align: center; }
.items li	{ display: inline-block; text-align: center; margin: 10px auto; }

.btn a	{ display:block; color: #000; padding: 10px 0; width: 100%; text-align: center;}

.sns	{ text-align: center; margin: 0 auto; }
.sns li { display: inline-block; margin: 10px; }

.banner img { width: 100%; height: auto;}
.title 	{ font-size: 25px; margin-bottom: 10px;}

.table				{ border: 1px solid #ccc; margin: 40px 0;}
.table dt 			{ background: #c90036; color: #fff; padding: 15px 0; text-align: center; font-size: 18px; border-bottom: 1px solid #ccc;}
.table dd			{ text-align: center; border-bottom: 1px solid #ccc; padding: 20px 0;}
.table td span.red	{ color: #e60012; font-size: 20px; font-weight: bold;}

.link-nav li		{ display: block; border: 1px solid #bf0000; border-bottom: none; width: 50%; height: 74px; margin-bottom: 0; float: left; padding: 0 30px; box-sizing: border-box;}
.link-nav li a		{ padding: 15px 0;}
.link-nav li:after	{ right: 15px;}
.cont-wrap				{ width: 100%; padding: 0 15px; box-sizing: border-box;}
.cont-wrap p			{ font-size: 14px; text-align: left; line-height: 1.9;}
#about.cont-wrap img	{ width: 100%; height: auto;}
#type img				{ width: 100%; height: auto;}
#type p img				{ width: 10%; margin-bottom:0; padding: 0 10px;}
#use ul li			{ width: 100%; float: inherit; height: auto; padding-bottom: 30px;}
#faq ul li			{ padding: 30px 15px;}
#faq ul li dt		{ font-size: 16px; text-indent: -1.9rem; padding-left: 1.9rem;}
#faq ul li dd		{ font-size: 16px;}

}