@charset "utf-8";


/*----------------------------------------------------------
	00 reset
	01 link
	02 font
	03 common layout and heading
	04 header
	05 footer
	06 toppage
  07 FAQ
  08 product page
	00 common parts
----------------------------------------------------------*/


/*  00 reset
======================================================================================*/


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.6;
	color:#333;
	vertical-align:middle;
	background:transparent;
}



html {
	overflow-y:scroll;
}


body {
    line-height:1;
}

nav 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;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

li {
	list-style:none;
}





/*  01 link
======================================================================================*/


a:link,
a:visited {
	color: #000;
	text-decoration: none;
}


a:hover,
a:active {
	color: #333;
	text-decoration: underline;
	opacity: 0.8;
}



/*  02 font-family
======================================================================================*/
body, textarea {
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Sans-Serif;
}





/*  03 common layout and heading
======================================================================================*/
body {
	background-color: #FFF;
	-webkit-text-size-adjust: none;
	font-size:14px;
}


.inner {
	padding:0 3%;
}

#content {
}

section {
}




img{
    max-width: 100%;
    height: auto;
}


p {
	margin-bottom: 10px;
}


h4.common {
	border-top: 2px solid #7ba31e;
	border-bottom: 1px dotted #dadada;
	background-color: #f6f6f6;
	background-image: url(../img/common/h4_mark.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 4px 0px 2px 18px;
	margin-bottom:5px;
	font-size: 15px;
	color: #333;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #567212;
}


ul.color_list li {
	background-image: url(../img/common/color_list_bg.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding: 0px 0px 5px 20px;
}


table {
	border: 2px solid #E2E2E2;
	width:100%;
}

th,td {
	border: 1px solid #E2E2E2;
	padding:10px;
}

th {
	background-color: #F5F5F5;
	white-space:nowrap;
	text-align:left;
}

th.year {
	background-color: #EDEDED;
}



/*  04 header
======================================================================================*/

#head {
}

#emblem {
	padding: 7px 3%;
}

p#emblem {
	margin-bottom:0;}

#emblem img {
	height: 44px;
	width: auto;
}

.header_inner {
	padding: 0 3% 7px;
	border-bottom: 2px solid #dadada;
}

.header_inner h1 {
	margin-bottom:10px;
}


/* content
==================================================================================== */

#top_content {

}

.graybox {
	border: 1px solid #dadada;
	margin:3%;
}

/* heading */

.h_grad_gray,
.h_grad_yell {
	background-repeat: repeat-x;
	background-size:5px 38px;	
	font-size: 19px;
	text-align:center;
	border-top: 1px solid #FFF;
	padding: 4px 0px;
}

.h_grad_gray {
	background-image: url(../img/common/gray_gr_bg.gif);
}

.h_grad_yell {
	background-image: url(../img/common/yell_gr_bg.gif);
	color:#597f02;
	margin-bottom:10px;
}


.h_fuki {
	position: relative;
}

.h_fuki:after {
	content: "";
	position: absolute;
	bottom: -9px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eaeaea transparent transparent transparent;
}


/* parts */
.non-regist dl {
	width:278px;
	margin:0 auto;
	border-bottom: 1px solid #dadada;
}

.non-regist dt {
	float:left;
	width:65px;
	padding-right:4px;
}

.non-regist dd {
	float:left;
	width:204px;
	background-image: url(../img/parts/ye_line_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:204px 3px;
	line-height:1.2;
	padding-bottom: 5px;
	margin-bottom:10px;
	font-weight:bold;
}


.non-regist,
.member_green,
.member_blue {
	padding:1.6%;
	margin: 13px 1.6% 1.6%;
}

.non-regist {	background-color:#fffab9;}
.member_green {	background-color:#e8f1d4;border-top:2px solid #b4cd78;}
.member_blue {	background-color:#e4eef8;border-top:2px solid #80a9cd;margin-top:8px;}
.sp {	background:none;border:none;}


.non-regist_tx,
.member_green_tx,
.member_blue_tx {
	background-repeat: no-repeat;
	background-position: left top,right top;
	background-size:17px 36px;
	padding: 0px 20px;
	text-align:center;
	font-size:14px;
	width:238px;
	margin:10px auto 5px;
}

.non-regist_tx {	background-image: url(../img/parts/ye_yajirushi_bg.gif),url(../img/parts/ye_yajirushi_bg.gif);	font-weight:bold;}
.member_green_tx {	background-image: url(../img/parts/gre_yajirushi_bg.gif),url(../img/parts/gre_yajirushi_bg.gif);color:#669100;}
.member_blue_tx {	background-image: url(../img/parts/blu_yajirushi_bg.gif),url(../img/parts/blu_yajirushi_bg.gif);color:#0c61ae;}

.regist_bu {
	width:278px;
	margin:0 auto;
}




.sugoizo {
	background-image: url(../img/parts/sugoizo_bg.jpg);
	background-repeat: no-repeat;
	background-size:auto 155px;
	background-position: center top;
	text-align:center;
	margin-bottom:20px;
}

.sugoizo img {
	height:155px;
	width:auto;
}

.kokoga {
	background-color: #7ba31e;
	position: relative;
	font-size:19px;
	text-align:center;
	color:#FFF;
	line-height:1.2;
	padding:5px 0;
	margin-bottom:15px;
}

.kokoga img {
	position:absolute;
	top:-10px;
	left:3%;
	width:78px;
}

#kokoga_price {
	background-image: url(../img/parts/regist_price_img.gif);
	background-repeat: no-repeat;
	background-position: 95% top;
	background-size:95px auto;
	padding-right: 100px;
	line-height:1.5;
}

.kokogabox ul {
	margin:0 7px 10px;
}

.kokogabox ul li {
	line-height: 27px;
	border-bottom: 1px dashed #dadada;
}

.haisen li {font-size:16px;}
.headset li {font-size:12px;}


.sugoizo_linebox {
	margin-bottom:20px;
}

.sugoizo_linebox img {
vertical-align: bottom;
}

.regist_cart {
	padding:0 4px;
}

.regist_info {
	border: 1px solid #dadada;
	margin:3%;
	padding: 1.6% 0px 0px 1.6%;
}

.regist_info img {
	width:48.2%;
	padding: 0px 1.6% 1.6% 0px;
}

.regist_info_tx {
	background-image: url(../img/parts/regist_info_img.gif);
	background-repeat: no-repeat;
	background-position: 26px bottom;
	background-size:68px 94px;
	font-size:16px;
	margin-bottom:0;
	line-height:1.3;
	padding: 5px 0px 8px 100px;
}


.regist_foot {
	margin:3% 3% 20px;
	border-top: 2px solid #cdb261;
	border-bottom: 2px solid #cdb261;
	background-image: url(../img/parts/pattern_beige_bg.gif);
	background-repeat: repeat-x;
	background-size:10px auto;
	padding-bottom: 5px;
}

.regist_foot_tx {
	width: 278px;
	margin: -19px auto 0px;
}


/* form ---------------------------------------------*/

.form_h2 {
	font-size:25px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}


.form_h3 {
	font-size:19px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}

.form_exp_box {
	padding: 0px 3%;
}

.form_area {
	background-image: url(../form/img/common/form_bg.gif);
	background-size:4px;
	border-top: 3px solid #cadeab;
	border-bottom: 3px solid #cadeab;
	padding:20px 10px 0px;
}

.form_area_lead img{
	padding:4px;
}

div.form_title {
	background-color: #94b14c;
	background-image: url(../form/img/common/form_title_bg.gif);
	background-repeat: no-repeat;
}

div.form_title h4 {
	color: #FFF;
	padding: 10px 0px 7px 13px;
	background:none;
}

.form_notice {
	display:inline-block;
	margin: 0px auto 15px;
	text-align:left;
}

.hissu {
	text-align:left;
}

#content table {
	margin-bottom: 20px;
	width: 100%;
	border-top: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
}

#content th {
	background-color: #eff5df;
	padding:8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #FFF;
	vertical-align: middle;
	font-weight: bold;
}

#content td{
	background-color: #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding:8px;
	vertical-align: middle;
}

#content th.sub {
	background-color: #f6f6f6;
	font-weight: normal;
	text-align:center;
	white-space:normal;
}

#content table.single td {
	border-left: none;
}



#content th.bg_red {
	background-color: #fadce9;
}

#content form#mailformpro input {
	padding:10px;
	box-sizing:border-box;
}

td input.long,
td textarea {
	width:98% !important;
}

textarea.h80 {
	height:80px !important;
}


/* thanks ----------------------------*/

div.thanks h4 {
	background-image: url(../img/common/h3_mark.gif) ,url(../img/common/h3_grad_bg.gif);
	background-repeat: no-repeat,repeat-x;
	background-size:auto,contain;
	background-position:4px 4px,left top;
	border: 1px solid #e0e0e0;
	font-size: 17px;
	color: #333;
	padding: 3px 0px 2px 18px;
	margin-bottom:15px;
}


.inner_box {
	padding: 0px 10px;
}

/* error -----------------------------*/

.linebox900.error {
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
}

.error p {
  font-size: 12px;
}


.error .error_title {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.error .error_bu {
  padding: 10px 50px 0;
}



/*  05 footer
======================================================================================*/

#footer {
	background-color: #7ba31e;
	text-align: center;
	padding:15px 0;
}

small {
	color:#FFF;
	font-size:12px;
}

#footer p {
	margin-bottom:0;
}

/* -------------- ページトップへ */

#toTop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size:13px;
	background-color: rgba(41,146,69,0.8);
}

#toTop a:link,
#toTop a:visited {
	position: relative;
	color:#FFF;
	display: block;
	padding: 15px 7px 7px;
}

#toTop a:before{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left:40%;
	top:8px;
}





/*  00 common parts
======================================================================================*/

#top_content .tx10 { font-size:10px; }
#top_content .tx11 { font-size:11px; }
#top_content .tx12,.tx12 { font-size:12px; }
#top_content .tx13 { font-size:13px; }
#top_content .tx14 { font-size:14px; }
#top_content .tx15 { font-size:15px; }
#top_content .tx16 { font-size:16px; }
#top_content .tx17 { font-size:17px; }
#top_content .tx18 { font-size:18px; }
#top_content .tx19 { font-size:19px; }

#content .tx21 { font-size:19px; }

.tx_pink {	color:#D15A71;}
.tx_pink02 { color:#DD8599;}
.tx_pink03 {	color:#EA5960;}
.tx_brown {	color: #B38757;}
.tx_green {	color: #4B8272;}
.red {color:#d80c18;}
.bold { font-weight:bold;}



#top_content .pa5 { padding:5px; }

#top_content .mb0 { margin-bottom:0px;}
#container .mb10 { margin-bottom:10px;}
#container .mb20,.mb20 { margin-bottom:20px;}
#container .ml100 { margin-left:100px;}
#container .ml120 { margin-left:120px;}
#container .mr10 { margin-right:10px;}
#container .mr20 { margin-right:20px;}
#container .ma10 { margin:10px;}

.center {	text-align:center}

.flo_l { float:left;}
.flo_r { float:right;}



.for_pc,
.for_pc_ib {
	display: none;
}

.red_bold {
	font-weight:bold;
	color:#e60012;
}


.must {
	color: #E4007F;
}

.form {
	border: 2px solid #E2E2E2;
}


.form dt,
.form dd {
	border-bottom: 1px solid #E2E2E2;
	padding:10px;
}

.form dt {
	background-color:#F5F5F5;
	white-space:nowrap;
}

.form dl:last-child dd {
	border-bottom:none;
}

.form label {
	display:inline-block;
	padding: 5px 10px 5px 0px;
}





.bu_green_mini {
	display:inline-block;
	border-radius : 4px;
	background-color: #BCD2CD;
	padding:5px;
}

.bu_green,
.bu_green_plus {
	display:block;
	background-color: #EAF4ED;
	border: 1px solid #BCD2CD;
	text-align:center;
	margin:0 auto;
	padding:10px 10px 10px 0px;
	background-repeat: no-repeat;
	background-size:23px 23px;
	background-position: 98% 8px;
}

.bu_green {background-image: url(images/common/icon_arrow.png);}
.bu_green_plus {
	background-image: url(images/common/icon_plus.png);
	color:#4B8272;
}






.arrow_white:link,
.arrow_white:visited {
	position: relative;
	padding-right:20px;
	color:#FFF;
}

a.arrow_white:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-6px;
}

.arrow_green:link,
.arrow_green:visited,
.arrow_green02:link,
.arrow_green02:visited,
.arrow_white02:link,
.arrow_white02:visited {
	display:block;
	position: relative;
	color:#000;
	padding: 0px 30px 0px 0px;
}


a.arrow_green:after,
a.arrow_green02:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #BCD2CD;
	border-right:2px solid #BCD2CD;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-6px;
}

a.arrow_white02:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-6px;
}




/* =========================================================
	*00 clearfix
========================================================= */
.box:after{
	content: '';
	display: block;
	clear: both;
 }



@media screen and ( min-width : 769px ) {

/* common ------------------------*/

.for_sp {
	display:none;
}

.for_pc {
	display: block;
}

.for_pc_ib {
	display:inline-block;
}


#container {
	position:relative;
	min-width:960px;
}

#top_content {
}

#content {
	margin: 20px auto;
	max-width:960px;
}




/* link -----------------------*/



/* header -------------------------*/


#emblem {
	padding: 8px 0;
	margin:0 auto;
	width:900px;
}


#emblem img {
	height: 40px;
	width: auto;
}

#summary {
	background-image: url("../img/common/summary_bg.gif");
	text-align: center;
	border-top: 3px solid #759A1C;
	border-bottom: 1px solid #DADADA;
	padding: 3px 0px;
	margin-bottom: 8px;
	font-size:11px;
}

#summary span {
	display:inline-block;
	width:900px;
	margin:0 auto;
	text-align: left;
}

.header_inner {
	padding: 0;
	border-bottom: none;
	width:900px;
	margin:0 auto;
}

.header_inner h1 {
	width:326px;
	float:left;
}

.header_inner p {
	width:282px;
	float:left;
	padding-left:5px;
}


/* content ------------------------ */

.linebox900 {
	border: 1px solid #dadada;
	padding: 30px;
	margin: 0px auto 30px;
	width: 838px;
}

.linebox900 .graybox {
	width:402px;
	float:right;
	margin:0;
}

.linebox900 .graybox:first-child {
	float:left;
}


.h_grad_gray,
.h_grad_yell {
	background-size:7px 50px;	
	padding: 8px 0px;
}



.h_fuki:after {
	bottom: -14px; left: 50%;
	margin-left: -15px;
	border-width: 15px 15px 0 15px;
}

.non-regist dl {
	width:352px;
}

.non-regist dt {
	width:76px;
	padding: 0px 5px 0px 12px;
}

.non-regist dd {
	width:242px;
	background-size:242px 4px;
	line-height:1.2;
	padding-bottom: 5px;
	margin: 0px 17px 15px 0px;
	font-size:16px;
}


.non-regist,
.member_green,
.member_blue {
	padding:15px 10px 10px;
	margin: 25px 15px 15px;
}

.member_green {	border-top:4px solid #b4cd78;}
.member_blue {	border-top:4px solid #7bacd8;margin-top:8px;}
.sp {	background:none;border:none;}
.member_blue.sp img {
	height:69px;
}

.non-regist_tx,
.member_green_tx,
.member_blue_tx {
	background-size:22px 47px;
	padding: 0px 24px 5px;
	font-size:16px;
	width:304px;
	line-height:1.4;
}

.member_green_tx,
.member_blue_tx {
	padding: 0px 24px 5px;
	width:264px;
	margin:5px 20px 12px;
}


.regist_bu {
	width:352px;
}



.sugoizo {
	background-size:auto 163px;
	margin-top: 20px;
}

.sugoizo img {
	height:166px;
}

.kokoga {
	font-size:24px;
	padding:10px 0;
	margin-bottom:5px;
}

.kokoga img {
	top:-14px;
	left:135px;
}

.sugoizo_linebox {
	border: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#kokoga_price {
	background-image: url(../img/parts/regist_price_img.gif);
	background-repeat: no-repeat;
	background-position: 630px top;
	background-size:110px auto;
	font-size:18px;
	text-align:center;
	padding: 25px 0px 10px;
}

.kokogabox {
	width:706px;
	margin:0 auto;
	font-size:0px;
}

.kokogabox .graybox {
	width:330px;
	float:none;
	margin:10px;
	display:inline-block;
}

.kokogabox .graybox:first-child {
	float:none;
}


.kokogabox ul li {
	line-height: 30px;
}

.haisen li {font-size:17px;}
.headset li {font-size:13px;}

.regist_cart {
	padding:8px 17px 0;
}

.regist_cart img {
	width:401px;
}

.regist_info {
	border: none;
	margin:0;
	padding: 15px 5px 0px 19px;
}

.regist_info img {
	width:189px;
	padding: 0px 14px 0px 0px;
}

.regist_info_tx {
	background-position: 8px bottom;
	font-size:20px;
	margin-bottom:0;
	line-height:1.3;
	padding: 37px 0px 40px 82px;
}

.regist_foot {
	margin:40px 0 0;
	border-top: 3px solid #cdb261;
	border-bottom: 3px solid #cdb261;
	background-size:21px auto;
	padding-bottom: 10px;
}

.regist_foot_tx {
	width: 352px;
	margin: -27px auto 0px;
}

/* form ---------------------------------------------*/
.form_h2 {
	font-size:27px;
}

.form_h3 {
	font-size:21px;
	margin-bottom:20px;
}

.form_exp_box {
	float:right;
	width:376px;
	padding: 0 20px 0 0 ;
}

.box .form_exp_box:first-child {
	float:left;
	padding: 0 0 0 20px;
}

.form_area {
	border: 3px solid #cadeab;
	padding:30px;
	margin:20px;
}

.form_area_lead img{
	padding:0;
	height:128px;
	width:auto;
}

.form_area_lead img:first-child {
	padding-right:6px;
}


/* error -----------------------------*/

.linebox900.error {
  padding: 70px 170px;
  width: 900px;
}

.error p {
  font-size: 14px;
  line-height: 2.8;
}


.error .error_title {
  font-size: 20px;
  margin-bottom: 30px;
}

.error .error_bu {
  padding: 10px 140px 0;
}



/* footer -------------------------- */

#footer {
	padding:10px 0;
}

small {
	color:#FFF;
	font-size:14px;
}



/* common parts -------------------- */


.arrow_green:link,
.arrow_green:visited {
	padding: 0px;
	margin-bottom:20px;
}


a.arrow_green:after{
	right:10px;
	top:97%;
}


table {
	border: 2px solid #E2E2E2;
	width:700px;
	margin:0 auto;
}

th,td {
	border: 1px solid #E2E2E2;
	padding:10px;
	font-size:16px;
}

th {
	background-color: #F5F5F5;
	white-space:nowrap;
	text-align:left;
}




.form {
	display:table;
}



}