@charset "UTF-8";
/* =======================================
 リセットCSS
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px !important;
  line-height: 1.8;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* =======================================
 design
======================================= */
body {
  background: #fff;
  margin: 0 auto;
  /* padding-bottom: 90px; */
  width: 100%;
  min-width: 640px;
}

a {
  text-decoration: none;
}

.cf::before, .cf::after {
  content: "";
  clear: both;
  display: block;
}

#wrapper {
  margin: 0 auto  !important;
  width: 640px;
}

#wrapper p {
  text-align: center;
}

.btnarea {
  background: url(../img/btnarea_bg.png) repeat-y center;
}

.btn01 {
  margin: 10px auto 20px;
}
.btn02 {
  margin: 10px auto 20px;
  height: 152px;
  width: 576px;
}
.btn02 img {
  height: 100%;
  width: 100%;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

.btn03 {
  margin: 10px auto 20px;
}

.btnarea-tit {
  margin-top: 30px;
}

.btn-trial {
  margin-bottom: 50px;
}
.btn-trial.mb0 {
  margin-bottom: 0 !important;
}

.btn-tel {
  margin-top: 30px;
}

#pagetop {
  position: fixed;
  right: 24px;
  bottom: 28px;
}

#form{
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	padding: 20px 0;
}

#pay {
	margin: 0 auto;
	background: #5e230d;
	text-align: center;
	color: #fff;
}

#pay .box1{
	margin: 0 auto;
	padding: 2% 4%;
	font-size: 90%;
}

#pay .box1 a{
	text-decoration: none;
	color: #fff;
}

#pay h1{
	font-weight: 600;
	border-bottom: dotted 1px #333;

	padding: .8em 0 .8em .75em;
	border-left: 6px solid #1f4a98;
	margin-bottom: 16px;
}

#pay h2{
	font-weight: 600;

}

.red{color: #ef6264;}
.bold{font-weight: bold;}


iframe#egg_form{
	margin: 0 auto !important;
	width: 600px !important;
	height: 3600px !important;
}

.goods_name{font-size: 24px !important;}
.cart td{font-size: 20px !important;}

