@charset "utf-8";
/* Main CSS */

/* CONTENTS


------------------------------------------------------------------ */






/* ================================================================
	0. Common setting
=================================================================== */
* { margin:0; padding:0; }
html,body,p,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,address,pre, form, fi {	margin:0; padding:0;  border:0; outline:0; vertical-align:top; background:transparent; font-style:normal; font-weight:normal;}
html { overflow-y:scroll; }
table {	border-collapse:collapse; border-spacing:0; /*table-layout: fixed;*/ }
table th,table td {	border:none; }
ul,ol,li { list-style-type:none; }
img { vertical-align:bottom; border:0; }
input {	vertical-align:bottom; }
hr { border-width:1px 0 0 0; height:1px; margin:0; }
textarea {resize:none; }



/* base
----------------------- */
a { color: ; text-decoration: ; }
a:hover { color: ; text-decoration: ; }
a:active { outline:none; }


a:hover img {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}



/* font-size setting 1 */
h1, h2, h3, h4, h5, h6 { font-size:100%;}

/* font-size setting 2 */
body { font-size: 62.5%;}
html>/**/body {	font-size:10px;}

h1 { margin: 0; }


/* clearfix
---------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
}
.clearfix {	display:inline-block;}
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfix{ /zoom:1; }
.clearfix:after{ content:''; display:block; clear:both; }


/* etc.
---------------------- */
.clear { clear:both; height:0; visibility:hidden;}



/* ==================================================================
	1. Basic setting 
================================================================== */
html,body {}

body {
	text-align: center;
	background-color: #ffffff;
}


p { margin: 0 0 20px; text-align: center;}
div {margin: 0 0 40px;}
ol {margin: 0 0 40px;}
li { display: block; margin: 0; padding:0}






#wrap {
	width: 100%;
	max-width: 940px;
	background-color: #FFF;
	font-size: 120%;
	line-height: 1.7em;
	color: #333;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	font-size: 0.7rem;
	line-height: 1.4;
	margin-bottom: 0;
	color: #999999!important;
}

#head {
	margin: 0px;
	background-color: #fffcf1;
}

#head img {
	width: 100%;
	height: auto;
}


.pointSet {
	width: 980px;
	margin: 0 -10px 40px;
}




.setbox {
	width: 950px;
	margin: 0 0 20px 10px;
	overflow: hidden;
}
.setbox li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 0;
}






#foot {
	clear: both;
	width: 100%;
	max-width: 940px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background-color: #c3003a;
}
#foot p,
#foot p a {
	margin: 0;
	color: #FFF;
}


.btn {
	margin: 40px 0 62px;
	text-align: center;
}

.btn2 {
	padding: 30px 0 50px 0;
	margin: 0!important;
	text-align: center;
}

.btn img,
.btn2 img {
	width: 100%;
	height: auto;
	max-width: 440px;
}

.order01 {
	/*background-color: #f9f6ed;*/
}

.company {
	font-size: 14px;
	padding-top: 20px;
	border-top: solid 1px #e1e1e1;
}

.company span {
	font-weight: bold;
	font-size: 16px;
}

.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb70 { margin-bottom: 70px!important;}

.img100 {
	width: 100%;
	height: auto;
}


.pc { display: block !important; }
.sp { display: none !important; }

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

.mb50 { margin-bottom: 30px!important;}

.btn {
	margin: 0 0 32px 0;
}

.btn2 {
	padding: 30px 0 30px 0;
}

.pc { display: none !important; }
.sp { display: block !important; }
}