@charset "utf-8";
/*タブレットとスマホで表示されるメニュー定義*/
@import url("./drawer.min.css")  (max-width:800px);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-family: "新ゴ R",sans-serif;
	font-style: normal;
	background-color: #030305;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {

}
a:hover {
	color: #FFB600;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

/*ヘッダーブロックの中*/
header  {
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: auto;
	background-image: url(../images/line01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
/*h1ロゴの設定*/
header h1  {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: -9999px;
	height: 0px;
	width: auto;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-position: left top, left bottom, from(#bd0000), to(#e23131));			/*同上*/
	clear: left;		/*同上*/
	padding-bottom: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#mainimg aside {
	width: 1280px;
	height: 625px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}




/*PC表示時のメニュー
---------------------------------------------------------------------------*/
@media (min-width:801px){

.drawer {
	width: 195px;
	float: left;
}
.drawer.drawer--left .drawer-toggle, .home{
	display: none;
}

.drawer-menu {
	background-image: url(../images/menu-back.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	font-family: "見出ゴMB31",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}
.drawer-menu .drawer-menu-item, .drawer-menu .drawer-dropdown{
	background-image: url(../images/menu01.png);
	background-repeat: no-repeat;
	width: 210px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 5px #000000;
	font-size: 14px;
	margin-bottom: 5px;
}

}
.drawer-menu .drawer-menu-item, .drawer-menu .drawer-dropdown{
	background-image: url(../images/menu01.png);
	background-repeat: no-repeat;
	width: 195px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 5px #000000;
	font-size: 14px;
	margin-bottom: 5px;
}
.drawer-menu .drawer-menu-item2  {
	background-image: url(../images/menu02.png);
	background-repeat: no-repeat;
	width: 195px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 5px #000000;
	font-size: 14px;
	margin-bottom: 5px;
}
/*----PC表示時はここまで----*/

.drawer-menu  a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.drawer-menu a:hover   {
	color: #FFAE00;
	text-decoration: none;
	display: block;
}

.drawer-menu .drawer-dropdown .drawer-dropdown-menu {
	margin-top: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 25px;
	border-left: 1px solid #D4D4D4;
	margin-left: 8px;
	background-image: url(../images/menu-back2.png);
	background-repeat: repeat-y;
}
.drawer-dropdown-menu li .drawer-dropdown-menu-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #686868;
	background-image: url(../images/rank00.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 13px;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 500;
	width: 160px;
	display: block;
	padding-right: 0px;
}
.drawer-dropdown-menu .rank01 {
	background-image: url(../images/rank01.png);
	background-repeat: no-repeat;
}
.drawer-dropdown-menu .rank02 {
	background-image: url(../images/rank02.png);
	background-repeat: no-repeat;
}
.drawer-dropdown-menu .rank03 {
	background-image: url(../images/rank03.png);
	background-repeat: no-repeat;
}
.drawer-dropdown-menu .rank04 {
	background-image: url(../images/push.png);
	background-repeat: no-repeat;
}






/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 980px;
	margin: 0px auto;
}
#contents .pan {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 13px;
	color: #FFC600;
}
#contents .pan a {
	text-decoration: none;
	color: #D4D4D4;
}
#contents .pan a:hover  {
	color: #FFBE00;
	text-decoration: none;
}



#main {
	float: right;	/*右側に回り込み*/
	width: 760px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 20px;		/*左の線の幅、線種、色*/
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 15px;
	font-weight: 900;
	font-family: "ゴシックMB101 B",sans-serif;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-size: 100%;		/*線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
	font-family: "ゴシックMB101 B",sans-serif;
}
#main h4 {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
	font-family: "見出ゴMB31",sans-serif;
}
#main p {
	margin-bottom: 10px;
	margin-top: 0px;
}




/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;	/*文字色*/
	background-color: #000000;	/*背景色*/
	font-size: 12px;
	margin-bottom: 0px;
	height: auto;
	width: auto;
}
footer .pr {
	display: block;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FF0004;
}
footer div {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#footermenu   {
	width: 200px;
	float: left;
}
#footermenu2   {
	width: 450px;
	float: left;
	height: auto;
}
#footermenu li    {
	text-align: left;
	border-left: 3px solid #AAAAAA;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
}
#footermenu2 li    {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../images/rank04.png);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	margin-left: 10px;
}
#footermenu2 p {
	text-align: left;
	margin-bottom: 10px;
	border-left: 3px solid #AAAAAA;
	padding-left: 5px;
}
copyright  {
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	padding-top: 150px;
	width: 400px;
}
copyright p {
	margin-bottom: 10px;
}

copyright small {
	font-size: 12px;
	padding-left: 0px;
	width: auto;
	text-align: left;
	display: block;
}


#main .pickup01 {
	background-image: url(../images/image01.jpg);
	background-repeat: no-repeat;
	width: 760px;
	margin-bottom: 30px;
	color: #FFFFFF;
	background-position: left top;
	padding-top: 0px;
	height: 460px;
	text-shadow: 2px 2px 5px #000000;
	padding-bottom: 30px;
}
#main .pickup01 h2 {
	margin-left: 30px;
	padding-top: 40px;

}
#main .pickup01 p {
	margin-left: 30px;
}
#main .pickup01 article    {
	margin-top: 280px;
	font-size: 15px;
	line-height: 20px;
}
#main .pickup01 article a {
	margin-left: 30px;
	text-decoration: none;
	color: #1087CC;
	font-weight: 500;
}
#main .pickup01 aside    {
	text-align: right;
	margin-top: -30px;
	margin-right: 10px;
}
#main .pickup01 aside p a , #main .pickup05 aside a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#main .pickup03 {
	width: 380px;
	height: auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
}
#main .pickup04 {
	width: 190px;
	height: auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
}
#main .pickup03 h3 , #main .pickup04 h3{
	text-indent: -9999px;
	height: 0px;
}
#main .pickup03 p    {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
	color: #FFFFFF;
}
#main .pickup04 p    {
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
	width: 180px;
	line-height: 16px;
	color: #FFFFFF;
}
#main .pickup05 {
	background-image: url(../images/image08.jpg);
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	background-position: center top;
	padding-top: 20px;
	height: 1200px;
	padding-bottom: 30px;
	margin-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	background-size: 100% auto;
}
#main .pickup05 h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
}

.gradient01 {
	background: -webkit-linear-gradient(#94c4df, #1a2f50);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display:block;
  content:attr(title);
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(26,47,80,1.00), rgba(148,196,223,1.00));
}

.gradient01:before {
    position:absolute;
    top:0;
  left:0;

	text-shadow: 5px 5px 0px #FFFFFF;
}

#main .pickup05 h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 23px;
}
#main .pickup05 h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
}
#main .pickup05 p {
	font-size: 13px;
	line-height: 22px;
	text-shadow: 0px 0px 5px #000000;
}
#main .pickup05 aside    {
    text-align: right;
    display: block;
}
#main .pickup05 p strong {
	color: #f8035f;
}
#main .how01 {
	background-color: #202020;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}
#main .how01 h2 {
	color: #F70571;
	font-size: 28px;
	text-shadow: 2px 2px 5px #AAAAAA;
	margin-bottom: 20px;
	margin-top: 10px;
}
#main .how01 h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#main .how01 p {
	margin-bottom: 15px;
	line-height: 20px;
	margin-top: 0px;
	color: #FFFFFF;
}
#main .how01 .box01 {
	background-image: url(../images/image15.jpg);
	background-repeat: no-repeat;
	width: 365px;
	height: 240px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main .how01 .box01 h3 {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 25px;
	text-shadow: 0px 0px 10px #000000;
	padding-top: 90px;
}
#main .how01 .box02 {
	float: left;
	background-image: url(../images/yajirusi.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 65px;
	width: 293px;
	font-size: 13px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#main .how01 .box03 {
	float: left;
	width: 293px;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #424f52;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 13px;
	margin-bottom: 13px;
	height: 340px;
}
#main .how01 .box04 {
	float: left;
	width: 293px;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#main .how01 .box05 {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
	clear: both;
	background-image: url(../images/yajirusi2.png);
	background-repeat: no-repeat;
	background-position: 530px top;
	margin-bottom: 30px;
}
#main .how01 .box06 {
	background-color: #D2D2D2;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#main .how01 h4  {
	font-size: 16px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 0px;
}
#main .how01 .box02 strong , #main .how01 .box03 strong{
	font-size: 18px;
	font-weight: 900;
}

.title01 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #d1d6c4;
}
.title02 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #cccccc;
}
.title03 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	background-color: #878787;
	border: 1px solid #686868;
	-webkit-box-shadow: 3px 3px 10px #686868;
	box-shadow: 3px 3px 10px #686868;
	margin-top: 0px;
	margin-bottom: 30px;
}
.title04 {
	width: auto;
	height: auto;
	text-align: left;
	color: #FC0214;
	font-size: 30px;
	font-weight: 900;
}
.title05 {
    position: relative;
    padding-top: 2px;
    padding-right: .5em;
    padding-left: 1.7em;
    font-size: 18px;
    margin-bottom: 0px;
}
.title05::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main .how02 {
	background-color: #6D6D6D;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
#main .lineup01 {
	width: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#main .lineup02 {
	width: auto;
	background-color: #808080;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
#main .lineup03 {
	width: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 2px solid #686868;
	text-align: right;
}
#main .lineup04 {
    width: auto;
    background-color: #404040;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 2px solid #686868;
    text-align: left;
    color: #FFFFFF;
}
#main .lineup01 p     , #main .lineup02 p, #main .lineup03 p{
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px;
}
#main .lineup01 h2 , #main .lineup02 h2{
	font-size: 30px;
	text-shadow: 3px 3px 5px #AAAAAA;
	font-weight: 900;
	color: #197710;
	font-family: "Gothic MB101 Bold", sans-serif;
}
#main .lineup01 h3 , #main .lineup02 h3{
	font-size: 23px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#main .lineup01 h4 {
    margin-bottom: 0px;
    text-shadow: 0px 0px 0px;
}

#main .lineup01 p em {
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	font-weight: 200;
}
#main .lineup02 ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}
#main .lineup03 h2 {
	border: 1px solid #686868;
	background-image: -webkit-linear-gradient(270deg,rgba(42,42,42,1.00) 27.46%,rgba(177,177,177,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(42,42,42,1.00) 27.46%,rgba(177,177,177,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(42,42,42,1.00) 27.46%,rgba(177,177,177,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(42,42,42,1.00) 27.46%,rgba(177,177,177,1.00) 100%);
	color: #FFFFFF;
	font-weight: 700;
	font-size: 25px;
	text-shadow: 2px 2px 0 #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 0px;
	margin-bottom: 20px;
	text-align: left;
}
#main .lineup03 h3 {
	font-size: 18px;
	color: #FF085D;
	margin-bottom: 30px;
}
#main .lineup03 article {
	border-radius: 10px;
	border: 2px solid #AAAAAA;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#main .lineup04 h2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 25px;
	text-shadow: 2px 2px 0 #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: left;
	background-image: url(../images/title-back01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	font-family: "G2サンセリフ-B", Gadget, sans-serif;
}
#main .lineup04 .gold {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;
    text-shadow: 2px 2px 0 #000000;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
    text-align: left;
    background-image: url(../images/title-back03.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
}
#main .lineup04 h3 {
	font-size: 23px;
	text-shadow: 1px 1px 0px #3A3A3A;
	margin-left: 5px;
	margin-bottom: 20px;
	font-family: "G2サンセリフ-B",sans-serif;
}
#main .lineup04 article {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	font-family: "新丸ゴ R", sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
}
#main .cart {
	width: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 2px solid #6A6A6A;
	border-radius: 5px;
	margin-right: 0px;
	margin-left: 100px;
}

#main .cart h3 {
	margin-bottom: 20px;
	font-family: "G2サンセリフ-B", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#main .cart h3 strong {
	display: block;
	font-size: 20px;
	border-bottom: 2px solid #8C8C8C;
	margin-bottom: 5px;
	color: #787878;
}
#main .cart .price {
	margin-bottom: 20px;
	display: block;
	font-size: 23px;
	color: #F00004;
	text-align: right;
}
#main .cart form input {
	background-image: url(../images/cart.gif);
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center center;
	background-color: #0085D0;
	text-indent: -9999px;
}
#main .cart form input:hover  {
	background-image: url(../images/cart.gif);
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center center;
	background-color: #0085D0;
	text-indent: -9999px;
	opacity: 0.5;
}
#main .cart .left-float {
	margin-right: 10px;
}
#main .cart .right-float {
	margin-left: 0px;
}







.explanation01 {
    background-image: url(../images/lineup01-07.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 285px;
    width: auto;
    color: #000000;
    padding-left: 250px;
    padding-top: 20px;
    padding-right: 30px;
    font-weight: bold;
    text-shadow: 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
}
.method-list01 {
    list-style-type: none;
}
.method-list01 li , .method-list02 li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
}
.method-list01 .division1 {
    width: auto;
}
.method-list01 .division2 {
    width: 460px;
}
.method-list01 .division3 {
    width: 220px;
    float: left;
}
.method-list01 li img , .method-list02 li img{
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.method-list02 {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
}
.method-list02 .division3 {
    width: 200px;
    margin-right: 15px;
    margin-left: 15px;
}
.method-list03 li {
	width: 31%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background-image: url(../images/back03.gif);
	background-repeat: repeat-y;
	list-style-type: none;
	text-align: center;
	padding-bottom: 15px;
	color: #000000;
	background-position: center bottom;
	background-size: 100% auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #FDFDFD;
}
.method-list03 a li p {
	font-family: "新ゴ R", sans-serif;
	height: 60px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 18px;
}

.method-list03 li img {
	width: 181px;
	height: 185px;
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.method-list03 li strong {
    font-size: 18px;
    font-family: "ゴシックMB101 B", sans-serif;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.method-list03 a:hover li  {
    opacity: 0.6;

}
.shoping {
    font-size: 13px;
    line-height: 23px;
}
.shoping ul {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
}
.shoping ul li {
    margin-bottom: 25px;
    list-style-type: disc;
}
.shoping ul li a {
    color: #FFFFFF;
}
.shoping ul li .orange01 {
    display: block;
    border-bottom: 1px dotted #FFFFFF;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.shoping ul li ol {
    margin-left: 20px;
    margin-top: 10px;
}
.shoping ul li ol li {
    list-style-type: decimal;
    margin-bottom: 3px;
}


.box07    {
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    border: 2px solid #6A3906;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: auto;
    display: block;
    padding-top: 10px;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #3A3A3A;
}

#main .voice01 {
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #808080;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#main .voice01 article {
	background-image: url(../images/image09.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 411px;
	background-repeat: no-repeat;
}
#main .voice01 article h2 {
	background-image: url(../images/voice.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
}
#main .voice01 article p {
	margin-left: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: "見出ゴMB31",sans-serif;
	text-shadow: 0px 0px 5px #010101;
}
#main .voice01 p {
	font-size: 13px;
	line-height: 22px;
}
#main .voice01 h3 {
	background-image: url(../images/voice2.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 10px;
}
#main .voice01 h4  {
	color: #EEF61F;
	font-size: 13px;
	margin-bottom: 10px;
}
#main .voice01 p {
	margin-bottom: 30px;
}
#main .voice01 a {
	color: #FFFFFF;
}
#main .voice01 p strong {
	color: #F96810;
	font-weight: normal;
}



dl.com_data{
    margin: 0 0 10px 30px;
    border-bottom: 1px dashed #9F9F9F;
    padding-bottom: 30px;
    width: 650px;
    margin-bottom: 20px;

}
.com_data dd a {
    color: #FFFFFF;
    text-decoration: none;
}


dl.com_data2{
    margin: 0 0 10px 30px;
    border-bottom: 1px dashed #9F9F9F;
    padding-bottom: 30px;
    width: 650px;
    margin-bottom: 20px;

}

dl.com_data dt,.com_data2 dt{
    float: left;
    font-size: 15px;
    width: 160px;
    font-weight: bold;
    color: #FFFFFF;

}

dl.com_data dd,.com_data2 dt2{
    float: left;
    font-size: 14px;

}

.li_clear{
	clear:both;
	margin-left:160px ;
	margin-top: 10px;
}
.map {
    width: auto;
    padding-top: 50px;
}
.map h3 {
    color: #6E6E6E;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    display: block;
}


/*メールフォーム設定*/
#mailformpro {
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    border: 2px double #CFCFCF;
    background-color: rgba(255,255,255,1.00);
    margin-top: 20px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    width: auto;
    color: #000000;
    font-size: 14px;
    line-height: 23px;
}
#mailformpro dl dt {
    width: 200px;
    background-color: #D8D8D8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 30px;
    border-right: 3px solid #A09A8C;
    color: #87806F;
    text-align: left;
    float: left;
    font-weight: bold;
}
#mailformpro dl dt em {
	color: #949494;
	font-style: normal;
	font-size: 12px;
	display: block;
}
#mailformpro dl dd {
    padding-top: 15px;
    height: auto;
    float: left;
    width: auto;
    text-align: left;
    background-color: none;
}
dl dd .shadow01 {
	width: 80%;
	margin-right: 10px;
	height: 30px;
}
#mailformpro dl dd #box {
    border: 1px solid #7C6607;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #F1EDDA;
    color: #7C6607;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-family: "UD新ゴ M", sans-serif;
    width: 200px;
}
#mailformpro dl dd ol li {
    margin-bottom: 15px;
    margin-top: 0px;
}

#mailformpro dl dd ol li input {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

#mailformpro dl dd textarea {
	width: 540px;
	height: 10em;
	margin-bottom: 20px;
}
#mailformpro .mfp_buttons  {
    text-align: center;
    padding-top: 30px;
    border-top: 1px dotted #5A5858;
    margin-top: 50px;
}

#mailformpro dl .clear {
    margin-bottom: 30px;
    margin-top: 10px;
}










#main .links {
	padding-top: 30px;
	background-image: url(../images/line02.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#main .links a img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}




/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}


/*PAGE TOP・HOME 設定
---------------------------------------------------------------------------*/
/* ~~ 戻るボタン（常時右下に表示） ~~ */
.back {
	position: fixed;
	bottom: 0px;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 2;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-left: 5px;
	right: 0px;
	border: 2px solid #AAAAAA;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 700;
	line-height: 23px;
	width: 50px;
	height: 50px;
} 

.back a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../image/pagetop.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
.back a:hover  {
	text-decoration: none;
	color: #AAAAAA;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*その他
---------------------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}
.center {
	text-align: center;
}

.right-float {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
}
.right-position {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
	text-align: right;
}
.left-float {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.left-position {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
}
.hr {
	width: auto;
	display: block;
	padding-bottom: 50px;
	height: auto;
	float: none;
	clear: both;
	padding-top: 50px;
	background-image: url(../images/line02.png);
	background-repeat: repeat-x;
	background-position: 0% center;
}
.waku01 {
    background-color: #F8FFE3;
    border: 2px solid #D4D4D4;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.free {
	background-color: #0085d0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px #8E8E8E;
	box-shadow: 1px 1px 1px #8E8E8E;
	margin-left: 10px;
	display: block;
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 3px;
	margin-top: 5px;
	font-weight: bold;
	text-indent: -9999px;
	background-image: url(../images/detailed.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
.size15 {
	font-size: 15px;
}
.size16 {
	font-size: 16px;
}

.bule01 {
	color: #1651BF;
}
.bule02 {
    color: #07E1FA;
}
.orange01 {
	color: #F96810;
}
.red01 {
	color: #FF033E;
}
.red02 {
	color: #FC0416;
}
.red02 {
	color: #FF033E;
}
.red03 {
    color: #FA0847;
}
.gray {
	color: #686868;
}
.green01 {
	color: #09F9A8;
}
.yellow01 {
	color: #FAF807;
}
.yellow02 {
    color: #F1F908;
}
.white01 {
    color: #FFFFFF;
}

.clear {
	float: none;
	clear: both;
	width: auto;
	display: block;
}




/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
	margin-left: auto;
	margin-right: auto;
}
/*h1ロゴの設定*/
header h1  {
	position: static;
	width: auto;
	background-color: #000000;
	padding-right: 10px;
	margin-right: 0px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin-top: 0px;
	margin-bottom: 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
.home a img {
	width: 150px;
	margin-left: 35px;
}

#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
	
/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}
#contents .pan {
	margin-right: 20px;
}


#main, #sub {
	float: none;
	width: auto;
}

#main .pickup01 {
	background-image: url(../images/image01.png);
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	background-position: center top;
	padding-top: 0px;
	height: auto;
	text-shadow: 2px 2px 5px #000000;
	background-size: 100% auto;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
#main .pickup01 aside {
	display: block;
	margin-top: 20px;
}
#main .pickup01 article {
	width: auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
#main .pickup01 article p a {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	width: auto;
	text-align: center;
}
#main .pickup03 {
	width: auto;
	float: none;
	clear: both;
	text-align: center;
}
#main .pickup04 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main .pickup04 p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#main .pickup05 {
	height: auto;
	background-color: #101010;
	padding-bottom: 350px;
	padding-left: 20px;
	padding-right: 20px;
	background-size: 100% auto;
	background-position: center bottom;
	background-attachment: scroll;
	margin-bottom: 0px;
}
#main .pickup05 aside {
	margin-top: 0px;
}
#main .how01 {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
#main .how01 .box01 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	background-position: center 0%;
}
#main .how01 h3 {
	border-radius: 0px;
	border: 2px solid #686868;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main .how01 .box01 h3 {
	border-width: 0px;
	border-style: none;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}
#main .how01 .right-float , #main .how01 p .left-float{
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	display: block;
	text-align: center;
}

#main .how01 .box02 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: url(../images/yajirusi2.png);
	background-position: center bottom;
	width: 300px;
	float: none;
	clear: both;
}
#main .how01 .box03 {
	float: none;
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#main .how01 .box04 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
#main .how01 .box05 {
	width: 300px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	padding-left: 20px;
	padding-right: 20px;
}




#main .voice01 article {
	background-position: right 0%;
}

#main .voice01 article p {
	margin-left: 5px;
	margin-top: 0px;
	text-align: right;
}
#main .lineup03 {
	margin-left: 20px;
	margin-right: 20px;
}
#main .lineup04 article {
    margin-left: 0px;
}
#main .lineup04 .map {
    margin-left: 20px;
    margin-right: 20px;
}

#main .lineup01 .left-float, #main .lineup01 .right-float, #main .lineup02 .left-float  , #main .lineup02 .right-float, #main .lineup04 .left-float  , #main .lineup04 .right-float{
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	width: auto;
	text-align: center;
}

#main .cart {
	width: 450px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 2px solid #6A6A6A;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main .cart .left-float , #main .cart .right-float{
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
	clear: both;
	text-align: center;
}
#main .cart .price {
	margin-bottom: 20px;
	display: block;
	font-size: 23px;
	color: #F00004;
	text-align: center;
}
    
    
.explanation01 {
    padding-left: 15px;
    padding-right: 15px;
}
.method-list01 .division1 , .method-list01 .division2, .method-list01 .division3{
    margin-right: 2%;
    width: auto;
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 40px;
    margin-left: 2%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
}
.method-list01 .division1 img , .method-list01 .division2 img, .method-list01 .division3 img{
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 30px;
    border-right: 15px solid #FFFFFF;
    display: block;
    clear: both;
}

.method-list01 h4 {
    display: block;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 15px;
    background-image: -webkit-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
}

.method-list02 .division3 h4 {
    margin-bottom: 15px;
    font-size: 20px;
}
.method-list03 li {
    width: 46%;
}
.method-list03 a li p {
    text-align: center;
}

dl.com_data  , dl.com_data2{
    width: auto;
    margin-left: 0px;
}






/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background-color: #000000;	/*背景色*/
	font-size: 12px;
	width: auto;
}
footer .pr {
	display: block;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
footer div {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}
#footermenu   {
	width: auto;
	float: none;
	clear: both;
	display: block;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footermenu2   {
	width: auto;
	float: none;
	height: auto;
	clear: both;
	display: block;
	padding-top: 20px;
}
#footermenu li    {
	text-align: left;
	border-left: 3px solid #AAAAAA;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	width: 30%;
	float: left;
	height: auto;
}
#footermenu2 li    {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../images/rank04.png);
	background-repeat: no-repeat;
	float: left;
	width: 45%;
	margin-left: 10px;
}
#footermenu2 p {
	text-align: left;
	margin-bottom: 10px;
	border-left: 3px solid #AAAAAA;
	padding-left: 5px;
}
copyright  {
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	padding-top: 20px;
	width: auto;
	clear: both;
	float: none;
	margin-top: 50px;
	border-top: 1px dotted #AAAAAA;
	display: block;
}
copyright p {
	margin-bottom: 10px;
}

copyright small {
	font-size: 12px;
	text-align: center;
}
}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
	margin-bottom: 0px;
}
/*h1ロゴの設定*/
header h1  {
	position: static;
	width: auto;
	background-color: #000000;
	padding-right: 10px;
	margin-right: 0px;
	padding-left: 0px;
	text-align: right;
}





/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
#contents .pan {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

#main .pickup01 {
	background-image: url(../images/image01-2.png);
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	background-position: left top;
	height: auto;
	text-shadow: 2px 2px 5px #000000;
	background-size: 100% auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
}
#main .pickup01 h2 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
}
#main .pickup01 p {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}


#main .pickup01 aside {
	display: block;
	margin-top: 20px;
}
#main .pickup01 article {
	width: auto;
	margin-top: 50px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border: 2px solid #AAAAAA;
	border-radius: 15px;
	padding-top: 20px;
	font-size: 12px;
	background-color: #424242;
	text-align: left;
}
#main .pickup01 article p a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #03398C;
	border-radius: 20px;
	background-color: #FFFFFF;
	text-shadow: 0px 0px;
	margin-top: 5px;
}
#main .pickup03 {
	width: auto;
	float: none;
	clear: both;
	text-align: center;
}
#main .pickup04 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	clear: both;
	display: block;
}
#main .pickup04 p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#main .pickup05 {
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-position: center bottom;
	background-size: 100% auto;
	background-attachment: scroll;
	padding-bottom: 200px;
	width: auto;
	background-image: url(../images/image08.jpg);
}
#main .pickup05 h2 , #main .pickup05 h3, #main .pickup05 h4{
	font-size: 20px;
}
#main .pickup05 aside {
	margin-top: 0px;
	text-align: center;
}
#main .lineup01 h2 {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 10px;
    font-size: 18px;
    border: 2px solid #D4D4D4;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 19.17%,rgba(212,212,212,1.00) 92.75%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 19.17%,rgba(212,212,212,1.00) 92.75%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 19.17%,rgba(212,212,212,1.00) 92.75%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 19.17%,rgba(212,212,212,1.00) 92.75%);
    line-height: 23px;
    -webkit-box-shadow: 0px 2px 15px #727272;
    box-shadow: 0px 2px 15px #727272;
}

#main .lineup01 h2:before, #main .lineup01 h2:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 3px;
    background-color: #737373;
}

#main .lineup01 h2:before {left:0;}
#main .lineup01 h2:after {right: 0;}
	
#main .lineup03 {
	margin-left: 20px;
	margin-right: 20px;
}
#main .lineup03 h2 , #main .lineup03 h3{
	text-align: center;
}
#main .lineup03 article {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	text-align: left;
}


#main .lineup01 .left-float, #main .lineup01 .right-float, #main .lineup02 .left-float  , #main .lineup02 .right-float, #main .lineup04 .left-float  , #main .lineup04 .right-float{
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	width: auto;
	text-align: center;
}
#main .lineup04 h2 {
    height: auto;
    background-repeat: repeat-y;
    background-image: url(../images/title-back02.png);
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px #000000;
    box-shadow: 3px 3px 5px #000000;
    border: 2px solid #FFFFFF;
}
#main .lineup04 .gold {
    height: auto;
    background-repeat: repeat-y;
    background-image: url(../images/title-back04.png);
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px #000000;
    box-shadow: 3px 3px 5px #000000;
    border: 2px solid #FFFFFF;
}
#main .lineup04 article {
    margin-right: 0px;
    margin-left: 0px;
}

    
#main .cart {
	width: auto;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 2px solid #6A6A6A;
	border-radius: 5px;
	margin-right: 15px;
	margin-left: 15px;
	height: auto;
}
#main .cart .left-float , #main .cart .right-float{
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
	clear: both;
	text-align: center;
}
#main .cart h3 {
	font-size: 18px;
}

#main .cart .price {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	color: #F00004;
	text-align: center;
}
#main .cart form input {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: 0px;
	height: auto;
	background-image: url(url);
	color: #FDFDFD;
	font-size: 13px;
	word-spacing: 0px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}

    
    
.explanation01 {
    background-image: url(../images/lineup01-07.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
    width: auto;
    color: #000000;
    font-weight: bold;
    text-shadow: 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
    background-size: auto 160px;
    padding-top: 180px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #FFFFFF;
}
.method-list01 {
    margin-right: auto;
    margin-left: auto;
}
.method-list01 .division1 , .method-list01 .division2, .method-list01 .division3{
    margin-right: 2%;
    width: auto;
    text-align: left;
    float: none;
    clear: both;
    margin-bottom: 40px;
    margin-left: 2%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px dotted #D4D4D4;
    padding-bottom: 20px;
}
.method-list01 .division1 img , .method-list01 .division2 img, .method-list01 .division3 img{
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-right-style: none;
    border-right-width: 0px;
    clear: both;
    display: block;
    margin-bottom: 30px;
}

.method-list01 h4 {
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 15px;
    background-image: -webkit-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(83,100,235,1.00) 0%,rgba(12,16,47,1.00) 100%);
    border-radius: 10px;
    text-align: center;
    height: auto;
}
.method-list02 .division3 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.method-list03 li {
    width: auto;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../images/back02.jpg);
    background-repeat: repeat-y;
    list-style-type: none;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px #6F6F6F;
    box-shadow: 3px 3px 10px #6F6F6F;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 20px;
    margin-top: 10px;
    clear: both;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.method-list03 li img {
    width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 10px;
}
.method-list03 li p {
    padding-top: 0px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.method-list03 a li p {
    text-align: center;
}

.method-list03 a {
    text-decoration: none;
}


.method-list03 li strong {
    font-size: 18px;
    font-family: "UD新ゴ コンデンス90 L", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    float: none;
    margin-top: 0px;
    padding-top: 0px;
}




	
#main .how01 {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
#main .how01 h2 {
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	text-shadow: 0px 0px 0px;
}
#main .how01 h3 {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}



#main .how01 .box01 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	background-position: center 0%;
}
#main .how01 h3 {
	border-radius: 0px;
	border: 2px solid #686868;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main .how01 .box01 h3 {
	border-width: 0px;
	border-style: none;
	padding-top: 35%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center 0%;
	font-size: 20px;
}
#main .how01 .right-float , #main .how01 p .left-float{
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	display: block;
	text-align: center;
}

#main .how01 .box02 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: url(../images/yajirusi2.png);
	background-position: center bottom;
	width: auto;
	float: none;
	clear: both;
}
#main .how01 .box02 .title01 {
	background-image: none;
	border: 2px solid #8B6C00;
	background-color: #FFD600;
}
#main .how01 .box03 .title02 , #main .how01 .box04 .title02{
	background-image: none;
	border: 2px solid #03398C;
	background-color: #C6F4F8;
}


#main .how01 .box03 {
	float: none;
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: auto;
}
#main .how01 .box04 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
#main .how01 .box05 {
	width: auto;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	padding-left: 20px;
	padding-right: 20px;
}
#main .how02 .left-float {
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	text-align: center;
	width: auto;
	display: block;
}
#main .voice01 article {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center 0%;
}
#main .voice01 article h2 {
	background-image: none, -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 38.86%,rgba(156,156,156,1.00) 100%);
	background-image: none, -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 38.86%,rgba(156,156,156,1.00) 100%);
	background-image: none, -o-linear-gradient(270deg,rgba(0,0,0,1.00) 38.86%,rgba(156,156,156,1.00) 100%);
	background-image: none, linear-gradient(180deg,rgba(0,0,0,1.00) 38.86%,rgba(156,156,156,1.00) 100%);
	text-indent: 0px;
	text-align: center;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

#main .voice01 article p {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	text-shadow: 2px 2px 0px #FFFFFF;
}
#main .voice01 .right-float , #main .voice01 .left-float{
	float: none;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

dl.com_data{
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    border-bottom-width: 0px;
    padding-bottom: 30px;
    width: auto;
    margin-bottom: 20px;
    height: auto;

}


dl.com_data2{
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    border-bottom-width: 0px;
    padding-bottom: 30px;
    width: auto;
    margin-bottom: 20px;

}

dl.com_data dt, .com_data2 dt{
    width: auto;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    float: none;
    clear: both;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: #585858;

}
dl.com_data dd, dl.com_data2 dd{
    margin-left: 20px;


}

.li_clear{
    clear: both;
    margin-top: 10px;
    float: none;
    margin-left: 0px;
}
.greet_001 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}







/*その他
---------------------------------------------------------------------------*/

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #FFF;	/*文字色*/
	background-color: #000000;	/*背景色*/
	font-size: 12px;
	width: auto;
}
footer .pr {
	display: block;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
footer div {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}
#footermenu   {
	width: auto;
	float: none;
	clear: both;
	display: block;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footermenu2   {
	width: auto;
	float: none;
	height: auto;
	clear: both;
	display: block;
	padding-top: 20px;
}
#footermenu li    {
	text-align: left;
	border-left: 3px solid #AAAAAA;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	width: 80%;
	float: left;
	height: auto;
	display: block;
}
#footermenu2 li    {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../images/rank04.png);
	background-repeat: no-repeat;
	float: none;
	width: 80%;
	margin-left: 10px;
	display: block;
	clear: both;
}
#footermenu2 p {
	text-align: left;
	margin-bottom: 10px;
	border-left: 3px solid #AAAAAA;
	padding-left: 5px;
}
copyright  {
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	padding-top: 20px;
	width: auto;
	clear: both;
	float: none;
	margin-top: 50px;
	border-top: 1px dotted #AAAAAA;
	display: block;
}
copyright p {
	margin-bottom: 10px;
}

copyright small {
	font-size: 12px;
	text-align: center;
}

}
