/*------------------------------------*\
    MODULE(PC & MOBILE)
\*------------------------------------*/
/**************************************************
 * VARIABLE
 **************************************************/
/* theme colors */
/* color */
/* links */
/*------------------------------------*\
    GENERAL MIXIN FOR SCSS
\*------------------------------------*/
/*------------------------------------*\
    GENERAL FUNCTIONS FOR SCSS
\*------------------------------------*/
/* getKeys(For Hash) */
/* getValue(For Hash) */
/**************************************************
 * $:Parts
 **************************************************/
/* line 22, ../../../scss/resources3/common/css/module.scss */
.heading_1 {
  color: #003c8c;
  font-weight: bold;
  line-height: 1.4;
}

/* line 29, ../../../scss/resources3/common/css/module.scss */
.heading_2 {
  color: #003c8c;
  font-weight: normal;
  line-height: 1.4;
}

/* line 36, ../../../scss/resources3/common/css/module.scss */
.heading_3 {
  color: #003c8c;
  font-weight: normal;
  line-height: 1.4;
}

/* line 43, ../../../scss/resources3/common/css/module.scss */
.heading_4 {
  color: #003c8c;
  font-weight: normal;
  line-height: 1.4;
}

.heading_mds {
  color:#000000;
}

/* line 99, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_default,
input[type="reset"].btn_default,
input[type="submit"].btn_default,
button.btn_default,
.btn_default {
  display:inline-block;
  font-weight:bold;
  background: #dddddd;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -o-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: linear-gradient(to bottom, #f0f0f0, #d9d9d9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #999999;
  border-radius: 10px;
  font-family: Arial;
  color: #000000;
  padding: 11px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 23, ../../../scss/_mixin.scss */
input[type="button"].btn_default:focus, input[type="button"].btn_default:hover, input[type="button"].btn_default:visited,
input[type="reset"].btn_default:focus,
input[type="reset"].btn_default:hover,
input[type="reset"].btn_default:visited,
input[type="submit"].btn_default:focus,
input[type="submit"].btn_default:hover,
input[type="submit"].btn_default:visited,
button.btn_default:focus,
button.btn_default:hover,
button.btn_default:visited,
.btn_default:focus,
.btn_default:hover,
.btn_default:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 26, ../../../scss/_mixin.scss */
input[type="button"].btn_default:focus:hover, input[type="button"].btn_default:hover:hover, input[type="button"].btn_default:visited:hover,
input[type="reset"].btn_default:focus:hover,
input[type="reset"].btn_default:hover:hover,
input[type="reset"].btn_default:visited:hover,
input[type="submit"].btn_default:focus:hover,
input[type="submit"].btn_default:hover:hover,
input[type="submit"].btn_default:visited:hover,
button.btn_default:focus:hover,
button.btn_default:hover:hover,
button.btn_default:visited:hover,
.btn_default:focus:hover,
.btn_default:hover:hover,
.btn_default:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 78, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_default:hover, input[type="button"].btn_default:focus,
input[type="reset"].btn_default:hover,
input[type="reset"].btn_default:focus,
input[type="submit"].btn_default:hover,
input[type="submit"].btn_default:focus,
button.btn_default:hover,
button.btn_default:focus,
.btn_default:hover,
.btn_default:focus {
  color: #000000;
  text-decoration: none;
}
/* line 84, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_default.btn_small,
input[type="reset"].btn_default.btn_small,
input[type="submit"].btn_default.btn_small,
button.btn_default.btn_small,
.btn_default.btn_small {
  line-height: 30px;
}
/* line 88, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_default > .btn_content,
input[type="reset"].btn_default > .btn_content,
input[type="submit"].btn_default > .btn_content,
button.btn_default > .btn_content,
.btn_default > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

/* line 108, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_accent,
input[type="reset"].btn_accent,
input[type="submit"].btn_accent,
button.btn_accent,
.btn_accent {
  display:inline-block;
  font-weight:bold;
  background: #62c405;
  background-image: -webkit-linear-gradient(top, #62c405, #0dab04);
  background-image: -moz-linear-gradient(top, #62c405, #0dab04);
  background-image: -ms-linear-gradient(top, #62c405, #0dab04);
  background-image: -o-linear-gradient(top, #62c405, #0dab04);
  background-image: linear-gradient(to bottom, #62c405, #0dab04);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #569f02;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  padding: 11px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 23, ../../../scss/_mixin.scss */
input[type="button"].btn_accent:focus, input[type="button"].btn_accent:hover, input[type="button"].btn_accent:visited,
input[type="reset"].btn_accent:focus,
input[type="reset"].btn_accent:hover,
input[type="reset"].btn_accent:visited,
input[type="submit"].btn_accent:focus,
input[type="submit"].btn_accent:hover,
input[type="submit"].btn_accent:visited,
button.btn_accent:focus,
button.btn_accent:hover,
button.btn_accent:visited,
.btn_accent:focus,
.btn_accent:hover,
.btn_accent:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 26, ../../../scss/_mixin.scss */
input[type="button"].btn_accent:focus:hover, input[type="button"].btn_accent:hover:hover, input[type="button"].btn_accent:visited:hover,
input[type="reset"].btn_accent:focus:hover,
input[type="reset"].btn_accent:hover:hover,
input[type="reset"].btn_accent:visited:hover,
input[type="submit"].btn_accent:focus:hover,
input[type="submit"].btn_accent:hover:hover,
input[type="submit"].btn_accent:visited:hover,
button.btn_accent:focus:hover,
button.btn_accent:hover:hover,
button.btn_accent:visited:hover,
.btn_accent:focus:hover,
.btn_accent:hover:hover,
.btn_accent:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 78, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_accent:hover, input[type="button"].btn_accent:focus,
input[type="reset"].btn_accent:hover,
input[type="reset"].btn_accent:focus,
input[type="submit"].btn_accent:hover,
input[type="submit"].btn_accent:focus,
button.btn_accent:hover,
button.btn_accent:focus,
.btn_accent:hover,
.btn_accent:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 84, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_accent.btn_small,
input[type="reset"].btn_accent.btn_small,
input[type="submit"].btn_accent.btn_small,
button.btn_accent.btn_small,
.btn_accent.btn_small {
  line-height: 30px;
}
/* line 88, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_accent > .btn_content,
input[type="reset"].btn_accent > .btn_content,
input[type="submit"].btn_accent > .btn_content,
button.btn_accent > .btn_content,
.btn_accent > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

/* line 117, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_point,
input[type="reset"].btn_point,
input[type="submit"].btn_point,
button.btn_point,
.btn_point {
  display:inline-block;
  font-weight:bold;
  background: #fad75f;
  background-image: -webkit-linear-gradient(top, #fad75f, #f8b335);
  background-image: -moz-linear-gradient(top, #fad75f, #f8b335);
  background-image: -ms-linear-gradient(top, #fad75f, #f8b335);
  background-image: -o-linear-gradient(top, #fad75f, #f8b335);
  background-image: linear-gradient(to bottom, #fad75f, #f8b335);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #d38f08;
  border-radius: 10px;
  font-family: Arial;
  color: #000000;
  padding: 11px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 23, ../../../scss/_mixin.scss */
input[type="button"].btn_point:focus, input[type="button"].btn_point:hover, input[type="button"].btn_point:visited,
input[type="reset"].btn_point:focus,
input[type="reset"].btn_point:hover,
input[type="reset"].btn_point:visited,
input[type="submit"].btn_point:focus,
input[type="submit"].btn_point:hover,
input[type="submit"].btn_point:visited,
button.btn_point:focus,
button.btn_point:hover,
button.btn_point:visited,
.btn_point:focus,
.btn_point:hover,
.btn_point:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 26, ../../../scss/_mixin.scss */
input[type="button"].btn_point:focus:hover, input[type="button"].btn_point:hover:hover, input[type="button"].btn_point:visited:hover,
input[type="reset"].btn_point:focus:hover,
input[type="reset"].btn_point:hover:hover,
input[type="reset"].btn_point:visited:hover,
input[type="submit"].btn_point:focus:hover,
input[type="submit"].btn_point:hover:hover,
input[type="submit"].btn_point:visited:hover,
button.btn_point:focus:hover,
button.btn_point:hover:hover,
button.btn_point:visited:hover,
.btn_point:focus:hover,
.btn_point:hover:hover,
.btn_point:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 78, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_point:hover, input[type="button"].btn_point:focus,
input[type="reset"].btn_point:hover,
input[type="reset"].btn_point:focus,
input[type="submit"].btn_point:hover,
input[type="submit"].btn_point:focus,
button.btn_point:hover,
button.btn_point:focus,
.btn_point:hover,
.btn_point:focus {
  color: #000000;
  text-decoration: none;
}
/* line 84, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_point.btn_small,
input[type="reset"].btn_point.btn_small,
input[type="submit"].btn_point.btn_small,
button.btn_point.btn_small,
.btn_point.btn_small {
  line-height: 30px;
}
/* line 88, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_point > .btn_content,
input[type="reset"].btn_point > .btn_content,
input[type="submit"].btn_point > .btn_content,
button.btn_point > .btn_content,
.btn_point > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

/* line 126, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_attention,
input[type="reset"].btn_attention,
input[type="submit"].btn_attention,
button.btn_attention,
.btn_attention {
  display:inline-block;
  font-weight:bold;
  background: #f35858;
  background-image: -webkit-linear-gradient(top, #f35858, #de0a0a);
  background-image: -moz-linear-gradient(top, #f35858, #de0a0a);
  background-image: -ms-linear-gradient(top, #f35858, #de0a0a);
  background-image: -o-linear-gradient(top, #f35858, #de0a0a);
  background-image: linear-gradient(to bottom, #f35858, #de0a0a);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #960000;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  padding: 11px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 23, ../../../scss/_mixin.scss */
input[type="button"].btn_attention:focus, input[type="button"].btn_attention:hover, input[type="button"].btn_attention:visited,
input[type="reset"].btn_attention:focus,
input[type="reset"].btn_attention:hover,
input[type="reset"].btn_attention:visited,
input[type="submit"].btn_attention:focus,
input[type="submit"].btn_attention:hover,
input[type="submit"].btn_attention:visited,
button.btn_attention:focus,
button.btn_attention:hover,
button.btn_attention:visited,
.btn_attention:focus,
.btn_attention:hover,
.btn_attention:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 26, ../../../scss/_mixin.scss */
input[type="button"].btn_attention:focus:hover, input[type="button"].btn_attention:hover:hover, input[type="button"].btn_attention:visited:hover,
input[type="reset"].btn_attention:focus:hover,
input[type="reset"].btn_attention:hover:hover,
input[type="reset"].btn_attention:visited:hover,
input[type="submit"].btn_attention:focus:hover,
input[type="submit"].btn_attention:hover:hover,
input[type="submit"].btn_attention:visited:hover,
button.btn_attention:focus:hover,
button.btn_attention:hover:hover,
button.btn_attention:visited:hover,
.btn_attention:focus:hover,
.btn_attention:hover:hover,
.btn_attention:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}
/* line 78, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_attention:hover, input[type="button"].btn_attention:focus,
input[type="reset"].btn_attention:hover,
input[type="reset"].btn_attention:focus,
input[type="submit"].btn_attention:hover,
input[type="submit"].btn_attention:focus,
button.btn_attention:hover,
button.btn_attention:focus,
.btn_attention:hover,
.btn_attention:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 84, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_attention.btn_small,
input[type="reset"].btn_attention.btn_small,
input[type="submit"].btn_attention.btn_small,
button.btn_attention.btn_small,
.btn_attention.btn_small {
  line-height: 30px;
}
/* line 88, ../../../scss/resources3/common/css/module.scss */
input[type="button"].btn_attention > .btn_content,
input[type="reset"].btn_attention > .btn_content,
input[type="submit"].btn_attention > .btn_content,
button.btn_attention > .btn_content,
.btn_attention > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

/* line 147, ../../../scss/resources3/common/css/module.scss */
i.ico_impact_arrow_up_1 {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url("../img/ico/ico_arw_rd_u_1.png") 0 0 no-repeat;
  background-size: 55px 55px;
}

/* line 148, ../../../scss/resources3/common/css/module.scss */
i.ico_impact_arrow_down_1 {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url("../img/ico/ico_arw_rd_d_1.png") 0 0 no-repeat;
  background-size: 55px 55px;
}

/* line 149, ../../../scss/resources3/common/css/module.scss */
i.ico_impact_arrow_left_1 {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url("../img/ico/ico_arw_rd_l_1.png") 0 0 no-repeat;
  background-size: 55px 55px;
}

/* line 150, ../../../scss/resources3/common/css/module.scss */
i.ico_impact_arrow_right_1 {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url("../img/ico/ico_arw_rd_r_1.png") 0 0 no-repeat;
  background-size: 55px 55px;
}

/* line 153, ../../../scss/resources3/common/css/module.scss */
i.ico_step_arrow_up_1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_arw_og_u_1.png") 0 0 no-repeat;
  background-size: 24px 24px;
}

/* line 154, ../../../scss/resources3/common/css/module.scss */
i.ico_step_arrow_down_1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_arw_og_d_1.png") 0 0 no-repeat;
  background-size: 24px 24px;
}

/* line 155, ../../../scss/resources3/common/css/module.scss */
i.ico_step_arrow_left_1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_arw_og_l_1.png") 0 0 no-repeat;
  background-size: 24px 24px;
}

/* line 156, ../../../scss/resources3/common/css/module.scss */
i.ico_step_arrow_right_1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_arw_og_r_1.png") 0 0 no-repeat;
  background-size: 24px 24px;
}

/* line 159, ../../../scss/resources3/common/css/module.scss */
i.ico_account_1 {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  line-height: 20px;
  background: url("../img/ico/ico_account_1.png") 0 0 no-repeat;
  background-size: 16px 20px;
}

/* line 160, ../../../scss/resources3/common/css/module.scss */
i.ico_bic_card_1 {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 28px;
  line-height: 28px;
  background: url("../img/ico/ico_bic_card_1.png") 0 0 no-repeat;
  background-size: 43px 28px;
}

/* line 161, ../../../scss/resources3/common/css/module.scss */
i.ico_beginner_1 {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15px;
  line-height: 15px;
  background: url("../img/ico/ico_beginner_1.png") 0 0 no-repeat;
  background-size: 13px 15px;
}

/* line 162, ../../../scss/resources3/common/css/module.scss */
i.ico_cart_3 {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  line-height: 16px;
  background: url("../img/ico/ico_cart_3.png") 0 0 no-repeat;
  background-size: 18px 16px;
}

i.ico_cart_3_sp {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  line-height: 20px;
  background: url(../img/ico/ico_cart_3_sp.png) 0 0 no-repeat;
  background-size: 23px 20px;
}

/* line 163, ../../../scss/resources3/common/css/module.scss */
i.ico_cart_4 {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  line-height: 20px;
  background: url("../img/ico/ico_cart_4.png") 0 0 no-repeat;
  background-size: 23px 20px;
}

/* line 164, ../../../scss/resources3/common/css/module.scss */
i.ico_category_1 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: url("../img/ico/ico_category_1.png") 0 0 no-repeat;
  background-size: 15px 15px;
}

/* line 165, ../../../scss/resources3/common/css/module.scss */
i.ico_trash_1 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_trs_1.png") 0 0 no-repeat;
  background-size: 20px 24px;
}

/* line 166, ../../../scss/resources3/common/css/module.scss */
i.ico_my_1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/ico/ico_my_1.png") 0 0 no-repeat;
  background-size: 24px 24px;
}

/* line 167, ../../../scss/resources3/common/css/module.scss */
i.ico_crown_1 {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  line-height: 20px;
  background: url("../img/ico/ico_crown_1.png") 0 0 no-repeat;
  background-size: 25px 20px;
}

/* line 168, ../../../scss/resources3/common/css/module.scss */
i.ico_my_s_1 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: url("../img/ico/ico_my_1.png") 0 0 no-repeat;
  background-size: 15px 15px;
}

/* line 169, ../../../scss/resources3/common/css/module.scss */
i.ico_ring_1 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: url("../img/ico/ico_ring_1.png") 0 0 no-repeat;
  background-size: 15px 15px;
}

/* line 170, ../../../scss/resources3/common/css/module.scss */
i.ico_login_1 {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: url("../img/ico/ico_login_1.png") 0 0 no-repeat;
  background-size: 17px 17px;
}

/* line 171, ../../../scss/resources3/common/css/module.scss */
i.ico_people_1 {
  display: inline-block;
  vertical-align: middle;
  width: 20.5px;
  height: 20.5px;
  line-height: 20.5px;
  background: url("../img/ico/ico_people_1.png") 0 0 no-repeat;
  background-size: 20.5px 20.5px;
}

/* line 172, ../../../scss/resources3/common/css/module.scss */
i.ico_parts_1 {
  display: inline-block;
  vertical-align: middle;
  width: 11.5px;
  height: 11.5px;
  line-height: 11.5px;
  background: url("../img/ico/ico_parts_1.png") 0 0 no-repeat;
  background-size: 11.5px 11.5px;
}

/* line 173, ../../../scss/resources3/common/css/module.scss */
i.ico_guarantee_1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../img/ico/ico_guarantee_1.png") 0 0 no-repeat;
  background-size: 30px 30px;
  margin-right: 4px;
}

/* line 174, ../../../scss/resources3/common/css/module.scss */
i.ico_point_1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../img/ico/ico_point_1.png") 0 0 no-repeat;
  background-size: 30px 30px;
  margin-right: 4px;
}

/* line 175, ../../../scss/resources3/common/css/module.scss */
i.ico_point_2 {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: url("../img/ico/ico_point_2.png") 0 0 no-repeat;
  background-size: 19px 19px;
}

/* line 176, ../../../scss/resources3/common/css/module.scss */
i.ico_retri_1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../img/ico/ico_retri_1.png") 0 0 no-repeat;
  background-size: 30px 30px;
  margin-right: 4px;
}

/* line 177, ../../../scss/resources3/common/css/module.scss */
i.ico_safety_1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../img/ico/ico_safety_1.png") 0 0 no-repeat;
  background-size: 30px 30px;
  margin-right: 4px;
}

/* line 178, ../../../scss/resources3/common/css/module.scss */
i.ico_gift_1 {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  line-height: 16px;
  background: url("../img/ico/ico_gift_1.png") 0 0 no-repeat;
  background-size: 18px 16px;
  margin-right: 4px;
}

/* line 179, ../../../scss/resources3/common/css/module.scss */
i.ico_search_2 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  line-height: 25px;
  background: url("../img/ico/ico_search_2_pc.png") 0 0 no-repeat;
  background-size: 24px 25px;
}

/* line 182, ../../../scss/resources3/common/css/module.scss */
i.ico_alert_1 {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url("../img/ico/ico_alert_1.png") 0 0 no-repeat;
  background-size: 18px 18px;
  margin-left: 1px;
  margin-right: 2px;
}

/* line 183, ../../../scss/resources3/common/css/module.scss */
i.ico_alert_2 {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: url("../img/ico/ico_alert_2.png") 0 0 no-repeat;
  background-size: 19px 19px;
}

/* line 184, ../../../scss/resources3/common/css/module.scss */
i.ico_alert_yl_1 {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 26px;
  line-height: 26px;
  background: url("../img/ico/ico_anotation_yl_1.png") 0 0 no-repeat;
  background-size: 27px 26px;
}

i.ico_elec_1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  background-size: 30px 31px;
}

/* line 206, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_up_1 {
  background-image: url("../img/ico/ico_arw_bk_u_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_up_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 207, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_down_1 {
  background-image: url("../img/ico/ico_arw_bk_d_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_down_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 208, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_left_1 {
  background-image: url("../img/ico/ico_arw_bk_l_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_left_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 209, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_right_1 {
  background-image: url("../img/ico/ico_arw_bk_r_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_right_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 212, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_up_1 {
  background-image: url("../img/ico/ico_arw_wt_u_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_up_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 213, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_down_1 {
  background-image: url("../img/ico/ico_arw_wt_d_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_down_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 214, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_left_1 {
  background-image: url("../img/ico/ico_arw_wt_l_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_left_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 215, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_right_1 {
  background-image: url("../img/ico/ico_arw_wt_r_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_arrow_wt_right_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 218, ../../../scss/resources3/common/css/module.scss */
.ico_tri_left_1 {
  background-image: url("../img/ico/ico_tri_gr_l_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_tri_left_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 219, ../../../scss/resources3/common/css/module.scss */
.ico_tri_right_1 {
  background-image: url("../img/ico/ico_tri_gr_r_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_tri_right_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 222, ../../../scss/resources3/common/css/module.scss */
.ico_tri_wt_left_1 {
  background-image: url("../img/ico/ico_tri_wt_l_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_tri_wt_left_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 223, ../../../scss/resources3/common/css/module.scss */
.ico_tri_wt_right_1 {
  background-image: url("../img/ico/ico_tri_wt_r_1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 14px;
}
/* line 198, ../../../scss/resources3/common/css/module.scss */
.ico_tri_wt_right_1.ico_right {
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
}

/* line 243, ../../../scss/resources3/common/css/module.scss */
.label_attention {
  color: red;
}
/* line 233, ../../../scss/resources3/common/css/module.scss */
.label_attention:before {
  content: '[';
}
/* line 237, ../../../scss/resources3/common/css/module.scss */
.label_attention:after {
  content: ']';
}

/**************************************************
 * $:Layout
 **************************************************/
/* line 262, ../../../scss/resources3/common/css/module.scss */
.list_default > li {
  text-indent: -0.9em;
  padding-left: .9em;
  margin-top: 7px;
}
/* line 42, ../../../scss/_mixin.scss */
.list_default > li:first-child {
  margin-top: 0;
}

/* line 269, ../../../scss/resources3/common/css/module.scss */
.list_dot {
  padding-left: 2em;
  box-sizing: border-box;
}
/* line 273, ../../../scss/resources3/common/css/module.scss */
.list_dot > li {
  margin-top: 7px;
  list-style-type: disc;
}
/* line 42, ../../../scss/_mixin.scss */
.list_dot > li:first-child {
  margin-top: 0;
}

/* line 282, ../../../scss/resources3/common/css/module.scss */
.list_triangle > li {
  margin-top: 7px;
  background: url(../img/ico/ico_tri_gr_r_1.png) 8px 0.5em no-repeat;
  padding-left: 2em;
}
/* line 42, ../../../scss/_mixin.scss */
.list_triangle > li:first-child {
  margin-top: 0;
}

/* line 290, ../../../scss/resources3/common/css/module.scss */
.list_order {
  padding-left: 2em;
}
/* line 293, ../../../scss/resources3/common/css/module.scss */
.list_order > li {
  list-style-type: decimal;
  margin-top: 7px;
}
/* line 42, ../../../scss/_mixin.scss */
.list_order > li:first-child {
  margin-top: 0;
}

/* line 306, ../../../scss/resources3/common/css/module.scss */
.separator_default, .separator_dashed, .separator_dotted {
  border-top: solid 1px #e2e2e2;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 1px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 7, ../../../scss/_mixin.scss */
.separator_default:after, .separator_dashed:after, .separator_dotted:after {
  display: block;
  content: '.';
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

/* line 321, ../../../scss/resources3/common/css/module.scss */
.separator_dashed {
  border-top: dashed 1px #e2e2e2;
}

/* line 327, ../../../scss/resources3/common/css/module.scss */
.separator_dotted {
  border-top: dotted 1px #e2e2e2;
}

/* line 339, ../../../scss/resources3/common/css/module.scss */
table.table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
  width: 100%;
}
/* line 346, ../../../scss/resources3/common/css/module.scss */
table.table th {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 5px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
/* line 355, ../../../scss/resources3/common/css/module.scss */
table.table th.cl_sub {
  background-color: whitesmoke;
}
/* line 360, ../../../scss/resources3/common/css/module.scss */
table.table td {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 5px;
  vertical-align: top;
}
/* firefoxΕgόͺΑ¦ιΞ */
@-moz-document url-prefix() {
  table.tbl_FF {
    border-collapse: separate;
    border: none;
    border-top: 1px solid #c0c1c2;
    border-left: 1px solid #c0c1c2;
  }
  table.tbl_FF th
  , table.tbl_FF td {
    border: none;
    border-right: 1px solid #c0c1c2;
    border-bottom: 1px solid #c0c1c2;
  }
  table.tbl_FF2 {
    border-collapse: separate;
    border: none;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  table.tbl_FF2 th
  , table.tbl_FF2 td {
    border: none;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  table.tbl_FF0 {
    border-collapse: separate;
  }
}

/* line 370, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
/* line 375, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .tr {
  box-sizing: border-box;
}
/* line 378, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .tr .th {
  box-sizing: border-box;
  background-color: #eeeeee;
  font-weight: normal;
}
/* line 383, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .tr .th.cl_sub {
  background-color: whitesmoke;
}
/* line 388, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .tr .td {
  box-sizing: border-box;
}
/* line 393, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .table_inner {
  box-sizing: border-box;
}
/* line 397, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .bg_cl_attention {
  background: #ff9999 !important;
}
/* line 400, ../../../scss/resources3/common/css/module.scss */
.table.sp_transform .bg_cl_attention .cell {
  background: #ff9999 !important;
}

/* orderHistory */
.table.order_history {
  display: flex;
  flex-direction: column;
}

.table.order_history {
  display: table-row;
}

.table.order_history.left_box {
  display: table-cell;
  width: 650px;
  padding: 5px;
  box-sizing: border-box;
}

.table.order_history.right_box {
  display: table-cell;
  width: 430px;
  padding: 5px;
  box-sizing: border-box;
}

.table.order_history.inbox {
  text-align: right;
}

.order_history.navi {
  padding: 10px;
  text-align: left;
  margin: 10px 0px -60px 0px;
  z-index: 500;
}

.order_history.navi.inner {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  *display: inline;/* foe ie7 */
  *zoom: 1;/* foe ie7 */
}

.order_history.navi_nopege {
  padding: 5px;
  text-align: left;
  margin: 0 auto;
}

.order_history.sp_goodsnm {
  overflow: hidden;
}

.order_history.disbtn {
  opacity:0.6;
  filter: alpha(opacity=60);
  -moz-opacity: .60;
}

/* line 410, ../../../scss/resources3/common/css/module.scss */
.plain_table {
  display: table;
}
/* line 413, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr {
  display: table-row;
}
/* line 416, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr > .th {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
/* line 417, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr > .td {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
/* line 420, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr > .th .item_head_group {
  display: table;
  width: 100%;
}
/* line 424, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr > .th .item_head_group > .item_head_name {
  display: table-cell;
  vertical-align: middle;
}
/* line 429, ../../../scss/resources3/common/css/module.scss */
.plain_table > .tr > .th .item_head_group > .item_head_label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-left: 10px;
}
/* line 441, ../../../scss/resources3/common/css/module.scss */
.plain_table.item_head_md > .tr > .th {
  width: 230px;
  padding-right: 20px;
}

/* line 456, ../../../scss/resources3/common/css/module.scss */
.enclose_default, .enclose_theme, .enclose_attention {
  border: solid 1px #cccccc;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;
}

/* line 464, ../../../scss/resources3/common/css/module.scss */
.enclose_theme {
  background: #eeeeee;
}

/* line 470, ../../../scss/resources3/common/css/module.scss */
.enclose_attention {
  background: #eeeeee;
}

/* line 494, ../../../scss/resources3/common/css/module.scss */
.message_default {
  padding: 18px 20px 18px 50px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 25px 23px;
  border-radius: 5px;
  color: black;
  border-color: #878787;
  background-image: url(../img/ico/ico_alert_gr_1.png);
}
/* line 500, ../../../scss/resources3/common/css/module.scss */
.ie8 .message_default {
  background-image: url(../img/ico/ico_alert_gr_1_pc.png);
}

/* line 506, ../../../scss/resources3/common/css/module.scss */
.message_attention {
  padding: 18px 20px 18px 50px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 25px 23px;
  border-radius: 5px;
  color: red;
  border-color: #fe0000;
  background-image: url(../img/ico/ico_alert_rd_1.png);
}
/* line 512, ../../../scss/resources3/common/css/module.scss */
.ie8 .message_attention {
  background-image: url(../img/ico/ico_alert_rd_1_pc.png);
}

/* line 520, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap {
  padding-top: 30px;
}
/* line 523, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
/* line 529, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods {
  margin: 0 auto;
  display: inline-block;
}
/* line 533, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod {
  float: left;
  box-sizing: border-box;
  width: 180px;
  padding: 7px 3px 0;
  text-align: left;
}
/* line 540, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .img {
  font-size: 0;
  margin: 0 auto;
}
/* line 544, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .img img {
  width: 100%;
}
/* line 549, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body {
  padding: 0 5px;
}
/* line 552, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .name {
  font-weight: bold;
  line-height: 1.2;
  margin: 3px 0 5px;
}
/* line 558, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .referential_price {
  text-decoration: line-through;
}
/* line 562, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .bic_price {
  line-height: 1;
  margin: 5px 0;
}
/* line 566, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .bic_price .txt_img {
  position: relative;
  top: -1px;
  vertical-align: bottom;
}
/* line 572, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .bic_price .txt_price {
  vertical-align: baseline;
  color: red;
  font-weight: bold;
}
/* line 578, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .bic_price .txt_pos {
  vertical-align: baseline;
}
/* line 584, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .point .num {
  color: #ff821e;
  font-weight: bold;
}
/* line 588, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .point .text {
  color: #ff821e;
  font-weight: bold;
}
/* line 594, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .arrival_date {
  margin: 3px 0 5px;
}
/* line 596, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .arrival_date .date {
  font-weight: bold;
}
/* line 601, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .option {
  margin: 5px 0;
  background-color: #eeeeee;
  padding: 0 5px;
}
/* line 607, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .stock {
  color: #559b00;
}
/* line 611, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .star {
  line-height: 18px;
}
/* line 613, ../../../scss/resources3/common/css/module.scss */
.product_box_wrap .product_box .prods > .prod > .body .star > img {
  vertical-align: middle;
}

/* line 632, ../../../scss/resources3/common/css/module.scss */
#MAIN-BANNER-WRAP {
  width: 100%;
  overflow: hidden;
}

/* line 636, ../../../scss/resources3/common/css/module.scss */
div#mainBox {
  visibility: hidden;
  position: relative;
  width: 660px;
  margin: 0 auto;
  padding: 30px 0 0;
}

/* line 646, ../../../scss/resources3/common/css/module.scss */
#mainBox ul.txtBtn {
  margin: 0 auto 10px auto;
}
/* line 649, ../../../scss/resources3/common/css/module.scss */
#mainBox ul.txtBtn li {
  width: 106px;
  padding: 3px 2px 11px;
  float: left;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: black;
  cursor: pointer;
}
/* line 651, ../../../scss/resources3/common/css/module.scss */
#mainBox ul.txtBtn li:hover {
  color: #EF8D31;
  text-decoration: underline;
}
/* line 657, ../../../scss/resources3/common/css/module.scss */
#mainBox ul.txtBtn li.current, #mainBox ul.txtBtn li.current:hover {
  color: #004B91;
  cursor: default;
  text-decoration: none;
  background: url(../img/ico/ico_arw_mainbnr.jpg) center bottom no-repeat #f0f0f0;
}
/* line 666, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox {
  width: 660px;
  height: 200px;
  position: relative;
}
/* line 671, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox div.inner {
  width: 658px;
  height: 198px;
  position: relative;
  font-size: 0px;
}
/* line 678, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox ul.img {
  display: inline-block;
  position: relative;
  height: 198px;
}
/* line 684, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox ul.img li {
  height: 198px;
  position: absolute;
  left: 0;
  font-size: 0;
}
/* line 690, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox ul.img li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* line 698, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox p.arrow {
  width: 110px;
  height: 9px;
  font-size: 0;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
/* line 709, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox p.prevBtn,
#mainBox div.carouselBox p.nextBtn {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 200px;
  margin: -200px 0 0 0;
  background-color: #FFF;
  cursor: pointer;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
}
/* line 721, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox p.prevBtn:hover,
#mainBox div.carouselBox p.nextBtn:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
/* line 728, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox p.prevBtn {
  right: 700px;
}
/* line 732, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox p.nextBtn {
  left: 700px;
}
/* line 737, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox div.prevArrow,
#mainBox div.carouselBox div.nextArrow {
  width: 28px;
  font-size: 0;
  position: absolute;
  top: 84px;
  cursor: pointer;
}
/* line 746, ../../../scss/resources3/common/css/module.scss */
.ie8 #mainBox div.carouselBox div.prevArrow, .ie9 #mainBox div.carouselBox div.prevArrow, .ie8
#mainBox div.carouselBox div.nextArrow, .ie9
#mainBox div.carouselBox div.nextArrow {
  top: 94px;
}
/* line 751, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox div.prevArrow {
  left: -80px;
}
/* line 755, ../../../scss/resources3/common/css/module.scss */
#mainBox div.carouselBox div.nextArrow {
  right: -80px;
}

/* line 769, ../../../scss/resources3/common/css/module.scss */
.bd_top {
  border-top: solid 1px #cccccc;
}

/* line 770, ../../../scss/resources3/common/css/module.scss */
.bd_bottom {
  border-bottom: solid 1px #cccccc;
}

/* line 771, ../../../scss/resources3/common/css/module.scss */
.bd_left {
  border-left: solid 1px #cccccc;
}

/* line 772, ../../../scss/resources3/common/css/module.scss */
.bd_right {
  border-right: solid 1px #cccccc;
}

/* line 775, ../../../scss/resources3/common/css/module.scss */
.dbd_top {
  border-top: dashed 1px #cccccc;
}

/* line 776, ../../../scss/resources3/common/css/module.scss */
.dbd_bottom {
  border-bottom: dashed 1px #cccccc;
}

/* line 777, ../../../scss/resources3/common/css/module.scss */
.dbd_left {
  border-left: dashed 1px #cccccc;
}

/* line 778, ../../../scss/resources3/common/css/module.scss */
.dbd_right {
  border-right: dashed 1px #cccccc;
}

/* line 786, ../../../scss/resources3/common/css/module.scss */
.member_info {
  background: #eeeeee;
}

/* line 796, ../../../scss/resources3/common/css/module.scss */
.bg_cl_white {
  background: white !important;
}

/* line 797, ../../../scss/resources3/common/css/module.scss */
.bg_cl_attention {
  background: #ff9999 !important;
}

/* line 798, ../../../scss/resources3/common/css/module.scss */
.bg_heading {
  background: #faf5f5 !important;
}

/* line 799, ../../../scss/resources3/common/css/module.scss */
.bg_gray {
  background: whitesmoke !important;
}

/**************************************************
 * $:Others
 **************************************************/
/* line 814, ../../../scss/resources3/common/css/module.scss */
.cssopa {
  transition-property: opacity;
  transition-duration: .3s;
}
/* line 52, ../../../scss/_mixin.scss */
.cssopa:hover {
  opacity: 0.8;
}

/* line 825, ../../../scss/resources3/common/css/module.scss */
.js_move {
  visibility: hidden;
}

/* line 828, ../../../scss/resources3/common/css/module.scss */
.js_custom_select {
  visibility: hidden;
}

/* line 832, ../../../scss/resources3/common/css/module.scss */
.js_accordion_box {
  border: solid 1px #cccccc;
}
/* line 835, ../../../scss/resources3/common/css/module.scss */
.js_accordion_box .js_accordion_box_trigger {
  display: block;
  box-sizing: border-box;
  background: #faf5f5;
  padding: 10px;
  text-decoration: none;
  color: black;
}
/* line 843, ../../../scss/resources3/common/css/module.scss */
.js_accordion_box .js_accordion_box_body {
  box-sizing: border-box;
  display: none;
  border-top: solid 1px #cccccc;
  padding: 10px;
}
/* line 851, ../../../scss/resources3/common/css/module.scss */
.js_accordion_box.is_close .is_open {
  display: none;
}
/* line 857, ../../../scss/resources3/common/css/module.scss */
.js_accordion_box.is_open .is_close {
  display: none;
}
/* line 862, ../../../scss/resources3/common/css/module.scss */
.js_accordion_boxes .js_accordion_box {
  border-top: none;
}
/* line 865, ../../../scss/resources3/common/css/module.scss */
.js_accordion_boxes .js_accordion_box:first-child {
  border-top: solid 1px #cccccc;
}

/* line 873, ../../../scss/resources3/common/css/module.scss */
.flex-prev,
.flex-next {
  display: block;
  position: absolute;
  bottom: -39px;
  width: 28px;
  height: 34px;
  text-indent: -9999px;
}

/* line 882, ../../../scss/resources3/common/css/module.scss */
.flex-prev {
  left: 0px;
  transition-property: opacity;
  transition-duration: .3s;
}
/* line 52, ../../../scss/_mixin.scss */
.flex-prev:hover {
  opacity: 0.8;
}

/* line 887, ../../../scss/resources3/common/css/module.scss */
.flex-next {
  right: 0px;
  transition-property: opacity;
  transition-duration: .3s;
}
/* line 52, ../../../scss/_mixin.scss */
.flex-next:hover {
  opacity: 0.8;
}

/* line 892, ../../../scss/resources3/common/css/module.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -25px;
  text-align: center;
  padding: 0;
}

/* line 900, ../../../scss/resources3/common/css/module.scss */
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
}

/* line 905, ../../../scss/resources3/common/css/module.scss */
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #ccc;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 918, ../../../scss/resources3/common/css/module.scss */
.flex-control-paging li a.flex-active {
  background: #999;
}

/* line 932, ../../../scss/resources3/common/css/module.scss */
.toast_window {
  position: fixed;
  z-index: 32767;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  opacity: 0;
  -moz-box-shadow: 0px 8px 8px -10px black;
  -ms-box-shadow: 0px 8px 8px -10px black;
  -o-box-shadow: 0px 8px 8px -10px black;
  -webkit-box-shadow: 0px 8px 8px -10px black;
  box-shadow: 0px 8px 8px -10px black;
  border-radius: 5px;
}
/* line 950, ../../../scss/resources3/common/css/module.scss */
.ie8 .toast_window {
  background: #000000;
}

/* bic add START */
.btn_default a,
.btn_default a:visited,
.btn_default a:link {
  color: #000000;
  text-decoration: none;
}

.btn_default:link,
.btn_point:link,
.btn_default:visited,
.btn_point:visited {
  color: #000000;
  text-decoration: none;
}
.btn_accent:link,
.btn_attention:link,
.btn_accent:visited,
.btn_attention:visited {
  color: #ffffff;
  text-decoration: none;
}

.btn_default, .btn_accent, .btn_point, .btn_attention {
  font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif !important;
}

div#MAIN-AREA .hide,
div#MAIN-AREA .dispAll {
  color:#003c8c;
  text-decoration: underline;
  cursor: pointer;
}

.message_alert {
  padding: 18px 20px 18px 50px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  border-radius: 5px;
  color: red;
  border-color: #fe0000;
  background-image: url(../img/ico/ico_alert_1.png);
}

.bg_dimgray {
  background: #696969 !important;
}

.bg_cl_attention_hover {
  background: #efefef !important;
}

.notinput {
  background: #efefef !important;
  color: #aaaaaa;
}

input[type="button"].btn_red,
input[type="reset"].btn_red,
input[type="submit"].btn_red,
button.btn_red,
.btn_red,
input[type="button"].btn_red_h30,
input[type="reset"].btn_red_h30,
input[type="submit"].btn_red_h30,
button.btn_red_h30,
.btn_red_h30 {
  display:inline-block;
  background: #f35858;
  background-image: -webkit-linear-gradient(top, #f35858, #de0a0a);
  background-image: -moz-linear-gradient(top, #f35858, #de0a0a);
  background-image: -ms-linear-gradient(top, #f35858, #de0a0a);
  background-image: -o-linear-gradient(top, #f35858, #de0a0a);
  background-image: linear-gradient(to bottom, #f35858, #de0a0a);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #960000;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

input[type="button"].btn_red:focus, input[type="button"].btn_red:hover, input[type="button"].btn_red:visited,
input[type="reset"].btn_red:focus,
input[type="reset"].btn_red:hover,
input[type="reset"].btn_red:visited,
input[type="submit"].btn_red:focus,
input[type="submit"].btn_red:hover,
input[type="submit"].btn_red:visited,
button.btn_red:focus,
button.btn_red:hover,
button.btn_red:visited,
.btn_red:focus,
.btn_red:hover,
.btn_red:visited,
input[type="button"].btn_red_h30:focus, input[type="button"].btn_red_h30:hover, input[type="button"].btn_red_h30:visited,
input[type="reset"].btn_red_h30:focus,
input[type="reset"].btn_red_h30:hover,
input[type="reset"].btn_red_h30:visited,
input[type="submit"].btn_red_h30:focus,
input[type="submit"].btn_red_h30:hover,
input[type="submit"].btn_red_h30:visited,
button.btn_red_h30:focus,
button.btn_red_h30:hover,
button.btn_red_h30:visited,
.btn_red_h30:focus,
.btn_red_h30:hover,
.btn_red_h30:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_red:focus:hover, input[type="button"].btn_red:hover:hover, input[type="button"].btn_red:visited:hover,
input[type="reset"].btn_red:focus:hover,
input[type="reset"].btn_red:hover:hover,
input[type="reset"].btn_red:visited:hover,
input[type="submit"].btn_red:focus:hover,
input[type="submit"].btn_red:hover:hover,
input[type="submit"].btn_red:visited:hover,
button.btn_red:focus:hover,
button.btn_red:hover:hover,
button.btn_red:visited:hover,
.btn_red:focus:hover,
.btn_red:hover:hover,
.btn_red:visited:hover,
input[type="button"].btn_red_h30:focus:hover, input[type="button"].btn_red_h30:hover:hover, input[type="button"].btn_red_h30:visited:hover,
input[type="reset"].btn_red_h30:focus:hover,
input[type="reset"].btn_red_h30:hover:hover,
input[type="reset"].btn_red_h30:visited:hover,
input[type="submit"].btn_red_h30:focus:hover,
input[type="submit"].btn_red_h30:hover:hover,
input[type="submit"].btn_red_h30:visited:hover,
button.btn_red_h30:focus:hover,
button.btn_red_h30:hover:hover,
button.btn_red_h30:visited:hover,
.btn_red_h30:focus:hover,
.btn_red_h30:hover:hover,
.btn_red_h30:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_red:hover, input[type="button"].btn_red:focus,
input[type="reset"].btn_red:hover,
input[type="reset"].btn_red:focus,
input[type="submit"].btn_red:hover,
input[type="submit"].btn_red:focus,
button.btn_red:hover,
button.btn_red:focus,
.btn_red:hover,
.btn_red:focus,
input[type="button"].btn_red_h30:hover, input[type="button"].btn_red_h30:focus,
input[type="reset"].btn_red_h30:hover,
input[type="reset"].btn_red_h30:focus,
input[type="submit"].btn_red_h30:hover,
input[type="submit"].btn_red_h30:focus,
button.btn_red_h30:hover,
button.btn_red_h30:focus,
.btn_red_h30:hover,
.btn_red_h30:focus {
  color: #ffffff;
  text-decoration: none;
}

input[type="button"].btn_red.btn_small,
input[type="reset"].btn_red.btn_small,
input[type="submit"].btn_red.btn_small,
button.btn_red.btn_small,
.btn_red.btn_small,
input[type="button"].btn_red_h30.btn_small,
input[type="reset"].btn_red_h30.btn_small,
input[type="submit"].btn_red_h30.btn_small,
button.btn_red_h30.btn_small,
.btn_red_h30.btn_small {
  line-height: 30px;
}

input[type="button"].btn_red > .btn_content,
input[type="reset"].btn_red > .btn_content,
input[type="submit"].btn_red > .btn_content,
button.btn_red > .btn_content,
.btn_red > .btn_content,
input[type="button"].btn_red_h30 > .btn_content,
input[type="reset"].btn_red_h30 > .btn_content,
input[type="submit"].btn_red_h30 > .btn_content,
button.btn_red_h30 > .btn_content,
.btn_red_h30 > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

input[type="button"].btn_green,
input[type="reset"].btn_green,
input[type="submit"].btn_green,
button.btn_green,
.btn_green,
input[type="button"].btn_green_h30,
input[type="reset"].btn_green_h30,
input[type="submit"].btn_green_h30,
button.btn_green_h30,
.btn_green_h30 {
  display:inline-block;
  background: #62c405;
  background-image: -webkit-linear-gradient(top, #62c405, #0dab04);
  background-image: -moz-linear-gradient(top, #62c405, #0dab04);
  background-image: -ms-linear-gradient(top, #62c405, #0dab04);
  background-image: -o-linear-gradient(top, #62c405, #0dab04);
  background-image: linear-gradient(to bottom, #62c405, #0dab04);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #569f02;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

input[type="button"].btn_green:focus, input[type="button"].btn_green:hover, input[type="button"].btn_green:visited,
input[type="reset"].btn_green:focus,
input[type="reset"].btn_green:hover,
input[type="reset"].btn_green:visited,
input[type="submit"].btn_green:focus,
input[type="submit"].btn_green:hover,
input[type="submit"].btn_green:visited,
button.btn_green:focus,
button.btn_green:hover,
button.btn_green:visited,
.btn_green:focus,
.btn_green:hover,
.btn_green:visited,
input[type="button"].btn_green_h30:focus, input[type="button"].btn_green_h30:hover, input[type="button"].btn_green_h30:visited,
input[type="reset"].btn_green_h30:focus,
input[type="reset"].btn_green_h30:hover,
input[type="reset"].btn_green_h30:visited,
input[type="submit"].btn_green_h30:focus,
input[type="submit"].btn_green_h30:hover,
input[type="submit"].btn_green_h30:visited,
button.btn_green_h30:focus,
button.btn_green_h30:hover,
button.btn_green_h30:visited,
.btn_green_h30:focus,
.btn_green_h30:hover,
.btn_green_h30:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_green:focus:hover, input[type="button"].btn_green:hover:hover, input[type="button"].btn_green:visited:hover,
input[type="reset"].btn_green:focus:hover,
input[type="reset"].btn_green:hover:hover,
input[type="reset"].btn_green:visited:hover,
input[type="submit"].btn_green:focus:hover,
input[type="submit"].btn_green:hover:hover,
input[type="submit"].btn_green:visited:hover,
button.btn_green:focus:hover,
button.btn_green:hover:hover,
button.btn_green:visited:hover,
.btn_green:focus:hover,
.btn_green:hover:hover,
.btn_green:visited:hover,
input[type="button"].btn_green_h30:focus:hover, input[type="button"].btn_green_h30:hover:hover, input[type="button"].btn_green_h30:visited:hover,
input[type="reset"].btn_green_h30:focus:hover,
input[type="reset"].btn_green_h30:hover:hover,
input[type="reset"].btn_green_h30:visited:hover,
input[type="submit"].btn_green_h30:focus:hover,
input[type="submit"].btn_green_h30:hover:hover,
input[type="submit"].btn_green_h30:visited:hover,
button.btn_green_h30:focus:hover,
button.btn_green_h30:hover:hover,
button.btn_green_h30:visited:hover,
.btn_green_h30:focus:hover,
.btn_green_h30:hover:hover,
.btn_green_h30:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_green:hover, input[type="button"].btn_green:focus,
input[type="reset"].btn_green:hover,
input[type="reset"].btn_green:focus,
input[type="submit"].btn_green:hover,
input[type="submit"].btn_green:focus,
button.btn_green:hover,
button.btn_green:focus,
.btn_green:hover,
.btn_green:focus,
input[type="button"].btn_green_h30:hover, input[type="button"].btn_green_h30:focus,
input[type="reset"].btn_green_h30:hover,
input[type="reset"].btn_green_h30:focus,
input[type="submit"].btn_green_h30:hover,
input[type="submit"].btn_green_h30:focus,
button.btn_green_h30:hover,
button.btn_green_h30:focus,
.btn_green_h30:hover,
.btn_green_h30:focus {
  color: #ffffff;
  text-decoration: none;
}

input[type="button"].btn_green.btn_small,
input[type="reset"].btn_green.btn_small,
input[type="submit"].btn_green.btn_small,
button.btn_green.btn_small,
.btn_green.btn_small,
input[type="button"].btn_green_h30.btn_small,
input[type="reset"].btn_green_h30.btn_small,
input[type="submit"].btn_green_h30.btn_small,
button.btn_green_h30.btn_small,
.btn_green_h30.btn_small {
  line-height: 30px;
}

input[type="button"].btn_green > .btn_content,
input[type="reset"].btn_green > .btn_content,
input[type="submit"].btn_green > .btn_content,
button.btn_green > .btn_content,
.btn_green > .btn_content,
input[type="button"].btn_green_h30 > .btn_content,
input[type="reset"].btn_green_h30 > .btn_content,
input[type="submit"].btn_green_h30 > .btn_content,
button.btn_green_h30 > .btn_content,
.btn_green_h30 > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

input[type="button"].btn_orange,
input[type="reset"].btn_orange,
input[type="submit"].btn_orange,
button.btn_orange,
.btn_orange,
input[type="button"].btn_orange_w200,
input[type="reset"].btn_orange_w200,
input[type="submit"].btn_orange_w200,
button.btn_orange_w200,
.btn_orange_w200,
input[type="button"].btn_orange_w70,
input[type="reset"].btn_orange_w70,
input[type="submit"].btn_orange_w70,
button.btn_orange_w70,
.btn_orange_w70 {
  display:inline-block;
  background: #fad75f;
  background-image: -webkit-linear-gradient(top, #fad75f, #f8b335);
  background-image: -moz-linear-gradient(top, #fad75f, #f8b335);
  background-image: -ms-linear-gradient(top, #fad75f, #f8b335);
  background-image: -o-linear-gradient(top, #fad75f, #f8b335);
  background-image: linear-gradient(to bottom, #fad75f, #f8b335);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #d38f08;
  border-radius: 10px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

input[type="button"].btn_orange:focus, input[type="button"].btn_orange:hover, input[type="button"].btn_orange:visited,
input[type="reset"].btn_orange:focus,
input[type="reset"].btn_orange:hover,
input[type="reset"].btn_orange:visited,
input[type="submit"].btn_orange:focus,
input[type="submit"].btn_orange:hover,
input[type="submit"].btn_orange:visited,
button.btn_orange:focus,
button.btn_orange:hover,
button.btn_orange:visited,
.btn_orange:focus,
.btn_orange:hover,
.btn_orange:visited,
input[type="button"].btn_orange_w200:focus, input[type="button"].btn_orange_w200:hover, input[type="button"].btn_orange_w200:visited,
input[type="reset"].btn_orange_w200:focus,
input[type="reset"].btn_orange_w200:hover,
input[type="reset"].btn_orange_w200:visited,
input[type="submit"].btn_orange_w200:focus,
input[type="submit"].btn_orange_w200:hover,
input[type="submit"].btn_orange_w200:visited,
button.btn_orange_w200:focus,
button.btn_orange_w200:hover,
button.btn_orange_w200:visited,
.btn_orange_w200:focus,
.btn_orange_w200:hover,
.btn_orange_w200:visited,
input[type="button"].btn_orange_w70:focus, input[type="button"].btn_orange_w70:hover, input[type="button"].btn_orange_w70:visited,
input[type="reset"].btn_orange_w70:focus,
input[type="reset"].btn_orange_w70:hover,
input[type="reset"].btn_orange_w70:visited,
input[type="submit"].btn_orange_w70:focus,
input[type="submit"].btn_orange_w70:hover,
input[type="submit"].btn_orange_w70:visited,
button.btn_orange_w70:focus,
button.btn_orange_w70:hover,
button.btn_orange_w70:visited,
.btn_orange_w70:focus,
.btn_orange_w70:hover,
.btn_orange_w70:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_orange:focus:hover, input[type="button"].btn_orange:hover:hover, input[type="button"].btn_orange:visited:hover,
input[type="reset"].btn_orange:focus:hover,
input[type="reset"].btn_orange:hover:hover,
input[type="reset"].btn_orange:visited:hover,
input[type="submit"].btn_orange:focus:hover,
input[type="submit"].btn_orange:hover:hover,
input[type="submit"].btn_orange:visited:hover,
button.btn_orange:focus:hover,
button.btn_orange:hover:hover,
button.btn_orange:visited:hover,
.btn_orange:focus:hover,
.btn_orange:hover:hover,
.btn_orange:visited:hover,
input[type="button"].btn_orange_w200:focus:hover, input[type="button"].btn_orang_w200e:hover:hover, input[type="button"].btn_orange_w200:visited:hover,
input[type="reset"].btn_orange_w200:focus:hover,
input[type="reset"].btn_orange_w200:hover:hover,
input[type="reset"].btn_orange_w200:visited:hover,
input[type="submit"].btn_orange_w200:focus:hover,
input[type="submit"].btn_orange_w200:hover:hover,
input[type="submit"].btn_orange_w200:visited:hover,
button.btn_orange_w200:focus:hover,
button.btn_orange_w200:hover:hover,
button.btn_orange_w200:visited:hover,
.btn_orange_w200:focus:hover,
.btn_orange_w200:hover:hover,
.btn_orange_w200:visited:hover,
input[type="button"].btn_orange_w70:focus:hover, input[type="button"].btn_orange_w70:hover:hover, input[type="button"].btn_orange_w70:visited:hover,
input[type="reset"].btn_orange_w70:focus:hover,
input[type="reset"].btn_orange_w70:hover:hover,
input[type="reset"].btn_orange_w70:visited:hover,
input[type="submit"].btn_orange_w70:focus:hover,
input[type="submit"].btn_orange_w70:hover:hover,
input[type="submit"].btn_orange_w70:visited:hover,
button.btn_orange_w70:focus:hover,
button.btn_orange_w70:hover:hover,
button.btn_orange_w70:visited:hover,
.btn_orange_w70:focus:hover,
.btn_orange_w70:hover:hover,
.btn_orange_w70:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_orange:hover, input[type="button"].btn_orange:focus,
input[type="reset"].btn_orange:hover,
input[type="reset"].btn_orange:focus,
input[type="submit"].btn_orange:hover,
input[type="submit"].btn_orange:focus,
button.btn_orange:hover,
button.btn_orange:focus,
.btn_orange:hover,
.btn_orange:focus,
input[type="button"].btn_orange_w200:hover, input[type="button"].btn_orange_w200:focus,
input[type="reset"].btn_orange_w200:hover,
input[type="reset"].btn_orange_w200:focus,
input[type="submit"].btn_orange_w200:hover,
input[type="submit"].btn_orange_w200:focus,
button.btn_orange_w200:hover,
button.btn_orange_w200:focus,
.btn_orange_w200:hover,
.btn_orange_w200:focus,
input[type="button"].btn_orange_w70:hover, input[type="button"].btn_orange_w70:focus,
input[type="reset"].btn_orange_w70:hover,
input[type="reset"].btn_orange_w70:focus,
input[type="submit"].btn_orange_w70:hover,
input[type="submit"].btn_orange_w70:focus,
button.btn_orange_w70:hover,
button.btn_orange_w70:focus,
.btn_orange_w70:hover,
.btn_orange_w70:focus {
  color: #000000;
  text-decoration: none;
}

input[type="button"].btn_orange_w200.btn_small,
input[type="reset"].btn_orange_w200.btn_small,
input[type="submit"].btn_orange_w200.btn_small,
button.btn_orange.btn_small,
.btn_orange.btn_small,
input[type="button"].btn_orange_w200.btn_small,
input[type="reset"].btn_orange_w200.btn_small,
input[type="submit"].btn_orange_w200.btn_small,
button.btn_orange_w200.btn_small,
.btn_orange_w200.btn_small,
input[type="button"].btn_orange_w70.btn_small,
input[type="reset"].btn_orange_w70.btn_small,
input[type="submit"].btn_orange_w70.btn_small,
button.btn_orange_w70.btn_small,
.btn_orange_w70.btn_small {
  line-height: 30px;
}

input[type="button"].btn_orange > .btn_content,
input[type="reset"].btn_orange > .btn_content,
input[type="submit"].btn_orange > .btn_content,
button.btn_orange > .btn_content,
.btn_orange > .btn_content,
input[type="button"].btn_orange_w200 > .btn_content,
input[type="reset"].btn_orange_w200 > .btn_content,
input[type="submit"].btn_orange_w200 > .btn_content,
button.btn_orange_w200 > .btn_content,
.btn_orange_w200 > .btn_content,
input[type="button"].btn_orange_w70 > .btn_content,
input[type="reset"].btn_orange_w70 > .btn_content,
input[type="submit"].btn_orange_w70 > .btn_content,
button.btn_orange_w70 > .btn_content,
.btn_orange_w70 > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

input[type="button"].btn_gray,
input[type="reset"].btn_gray,
input[type="submit"].btn_gray,
button.btn_gray,
.btn_gray,
.btn_gray2,
input[type="button"].btn_gray200,
input[type="reset"].btn_gray200,
input[type="submit"].btn_gray200,
button.btn_gray200,
.btn_gray200,
input[type="button"].btn_gray_w280,
input[type="reset"].btn_gray_w280,
input[type="submit"].btn_gray_w280,
button.btn_gray_w280,
.btn_gray_w280 {
  display:inline-block;
  background: #dddddd;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -o-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: linear-gradient(to bottom, #f0f0f0, #d9d9d9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #999999;
  border-radius: 10px;
  font-family: Arial;
  color: #000000;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

.btn_gray_w280_ordhis {
  display:inline-block;
  background: #dddddd;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: -o-linear-gradient(top, #f0f0f0, #d9d9d9);
  background-image: linear-gradient(to bottom, #f0f0f0, #d9d9d9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #999999;
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

.btn_gray_w280_ordhis:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

.btn_gray_w280_ordhis:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

.btn_gray_w280_ordhis:focus {
  color: #000000;
  text-decoration: none;
}

.btn_gray_w280_ordhis.btn_small {
  line-height: 30px;
}

.btn_gray_w280_ordhis > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

input[type="button"].btn_gray:focus, input[type="button"].btn_gray:hover, input[type="button"].btn_gray:visited,
input[type="reset"].btn_gray:focus,
input[type="reset"].btn_gray:hover,
input[type="reset"].btn_gray:visited,
input[type="submit"].btn_gray:focus,
input[type="submit"].btn_gray:hover,
input[type="submit"].btn_gray:visited,
button.btn_gray:focus,
button.btn_gray:hover,
button.btn_gray:visited,
.btn_gray:focus,
.btn_gray:hover,
.btn_gray:visited,
input[type="button"].btn_gray200:focus, input[type="button"].btn_gray200:hover, input[type="button"].btn_gray200:visited,
input[type="reset"].btn_gray200:focus,
input[type="reset"].btn_gray200:hover,
input[type="reset"].btn_gray200:visited,
input[type="submit"].btn_gray200:focus,
input[type="submit"].btn_gray200:hover,
input[type="submit"].btn_gray200:visited,
button.btn_gray200:focus,
button.btn_gray200:hover,
button.btn_gray200:visited,
.btn_gray200:focus,
.btn_gray200:hover,
.btn_gray200:visited,
input[type="button"].btn_gray_w280:focus, input[type="button"].btn_gray_w280:hover, input[type="button"].btn_gray_w280:visited,
input[type="reset"].btn_gray_w280:focus,
input[type="reset"].btn_gray_w280:hover,
input[type="reset"].btn_gray_w280:visited,
input[type="submit"].btn_gray_w280:focus,
input[type="submit"].btn_gray_w280:hover,
input[type="submit"].btn_gray_w280:visited,
button.btn_gray_w280:focus,
button.btn_gray_w280:hover,
button.btn_gray_w280:visited,
.btn_gray_w280:focus,
.btn_gray_w280:hover,
.btn_gray_w280:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_gray:focus:hover, input[type="button"].btn_gray:hover:hover, input[type="button"].btn_gray:visited:hover,
input[type="reset"].btn_gray:focus:hover,
input[type="reset"].btn_gray:hover:hover,
input[type="reset"].btn_gray:visited:hover,
input[type="submit"].btn_gray:focus:hover,
input[type="submit"].btn_gray:hover:hover,
input[type="submit"].btn_gray:visited:hover,
button.btn_gray:focus:hover,
button.btn_gray:hover:hover,
button.btn_gray:visited:hover,
.btn_gray:focus:hover,
.btn_gray:hover:hover,
.btn_gray:visited:hover,
input[type="button"].btn_gray200:focus:hover, input[type="button"].btn_gray200:hover:hover, input[type="button"].btn_gray200:visited:hover,
input[type="reset"].btn_gray200:focus:hover,
input[type="reset"].btn_gray200:hover:hover,
input[type="reset"].btn_gray200:visited:hover,
input[type="submit"].btn_gray200:focus:hover,
input[type="submit"].btn_gray200:hover:hover,
input[type="submit"].btn_gray200:visited:hover,
button.btn_gray200:focus:hover,
button.btn_gray200:hover:hover,
button.btn_gray200:visited:hover,
.btn_gray200:focus:hover,
.btn_gray200:hover:hover,
.btn_gray200:visited:hover,
input[type="button"].btn_gray_w280:focus:hover, input[type="button"].btn_gray_w280:hover:hover, input[type="button"].btn_gray_w280:visited:hover,
input[type="reset"].btn_gray_w280:focus:hover,
input[type="reset"].btn_gray_w280:hover:hover,
input[type="reset"].btn_gray_w280:visited:hover,
input[type="submit"].btn_gray_w280:focus:hover,
input[type="submit"].btn_gray_w280:hover:hover,
input[type="submit"].btn_gray_w280:visited:hover,
button.btn_gray_w280:focus:hover,
button.btn_gray_w280:hover:hover,
button.btn_gray_w280:visited:hover,
.btn_gray_w280:focus:hover,
.btn_gray_w280:hover:hover,
.btn_gray_w280:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_gray:hover, input[type="button"].btn_gray:focus,
input[type="reset"].btn_gray:hover,
input[type="reset"].btn_gray:focus,
input[type="submit"].btn_gray:hover,
input[type="submit"].btn_gray:focus,
button.btn_gray:hover,
button.btn_gray:focus,
.btn_gray:hover,
.btn_gray:focus,
input[type="button"].btn_gray200:hover, input[type="button"].btn_gray200:focus,
input[type="reset"].btn_gray200:hover,
input[type="reset"].btn_gray200:focus,
input[type="submit"].btn_gray200:hover,
input[type="submit"].btn_gray200:focus,
button.btn_gray200:hover,
button.btn_gray200:focus,
.btn_gray200:hover,
.btn_gray200:focus,
input[type="button"].btn_gray_w280:hover, input[type="button"].btn_gray_w280:focus,
input[type="reset"].btn_gray_w280:hover,
input[type="reset"].btn_gray_w280:focus,
input[type="submit"].btn_gray_w280:hover,
input[type="submit"].btn_gray_w280:focus,
button.btn_gray_w280:hover,
button.btn_gray_w280:focus,
.btn_gray_w280:hover,
.btn_gray_w280:focus {
  color: #000000;
  text-decoration: none;
}

input[type="button"].btn_gray.btn_small,
input[type="reset"].btn_gray.btn_small,
input[type="submit"].btn_gray.btn_small,
button.btn_gray.btn_small,
.btn_gray.btn_small,
input[type="button"].btn_gray200.btn_small,
input[type="reset"].btn_gray200.btn_small,
input[type="submit"].btn_gray200.btn_small,
button.btn_gray200.btn_small,
.btn_gray200.btn_small,
input[type="button"].btn_gray_w280.btn_small,
input[type="reset"].btn_gray_w280.btn_small,
input[type="submit"].btn_gray_w280.btn_small,
button.btn_gray_w280.btn_small,
.btn_gray_w280.btn_small {
  line-height: 30px;
}

input[type="button"].btn_gray > .btn_content,
input[type="reset"].btn_gray > .btn_content,
input[type="submit"].btn_gray > .btn_content,
button.btn_gray > .btn_content,
.btn_gray > .btn_content,
input[type="button"].btn_gray200 > .btn_content,
input[type="reset"].btn_gray200 > .btn_content,
input[type="submit"].btn_gray200 > .btn_content,
button.btn_gray200 > .btn_content,
.btn_gray200 > .btn_content,
input[type="button"].btn_gray_w280 > .btn_content,
input[type="reset"].btn_gray_w280 > .btn_content,
input[type="submit"].btn_gray_w280 > .btn_content,
button.btn_gray_w280 > .btn_content,
.btn_gray_w280 > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

input[type="button"].btn_blue,
input[type="reset"].btn_blue,
input[type="submit"].btn_blue,
button.btn_blue,
.btn_blue {
  display:inline-block;
  background: #6868fa;
  background-image: -webkit-linear-gradient(top, #6868fa, #1a1af5);
  background-image: -moz-linear-gradient(top, #6868fa, #1a1af5);
  background-image: -ms-linear-gradient(top, #6868fa, #1a1af5);
  background-image: -o-linear-gradient(top, #6868fa, #1a1af5);
  background-image: linear-gradient(to bottom, #6868fa, #1a1af5);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border:1px solid #4040ad;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}

input[type="button"].btn_blue:focus, input[type="button"].btn_blue:hover, input[type="button"].btn_blue:visited,
input[type="reset"].btn_blue:focus,
input[type="reset"].btn_blue:hover,
input[type="reset"].btn_blue:visited,
input[type="submit"].btn_blue:focus,
input[type="submit"].btn_blue:hover,
input[type="submit"].btn_blue:visited,
button.btn_blue:focus,
button.btn_blue:hover,
button.btn_blue:visited,
.btn_blue:focus,
.btn_blue:hover,
.btn_blue:visited {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_blue:focus:hover, input[type="button"].btn_blue:hover:hover, input[type="button"].btn_blue:visited:hover,
input[type="reset"].btn_blue:focus:hover,
input[type="reset"].btn_blue:hover:hover,
input[type="reset"].btn_blue:visited:hover,
input[type="submit"].btn_blue:focus:hover,
input[type="submit"].btn_blue:hover:hover,
input[type="submit"].btn_blue:visited:hover,
button.btn_blue:focus:hover,
button.btn_blue:hover:hover,
button.btn_blue:visited:hover,
.btn_blue:focus:hover,
.btn_blue:hover:hover,
.btn_blue:visited:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
}

input[type="button"].btn_blue:hover, input[type="button"].btn_blue:focus,
input[type="reset"].btn_blue:hover,
input[type="reset"].btn_blue:focus,
input[type="submit"].btn_blue:hover,
input[type="submit"].btn_blue:focus,
button.btn_blue:hover,
button.btn_blue:focus,
.btn_blue:hover,
.btn_blue:focus {
  color: #ffffff;
  text-decoration: none;
}

input[type="button"].btn_blue.btn_small,
input[type="reset"].btn_blue.btn_small,
input[type="submit"].btn_blue.btn_small,
button.btn_blue.btn_small,
.btn_blue.btn_small {
  line-height: 30px;
}

input[type="button"].btn_blue > .btn_content,
input[type="reset"].btn_blue > .btn_content,
input[type="submit"].btn_blue > .btn_content,
button.btn_blue > .btn_content,
.btn_blue > .btn_content {
  padding: 11px 0;
  line-height: 1.5;
}

.btn_red,
.btn_red_h30,
.btn_green,
.btn_green_h30,
.btn_orange,
.btn_gray,
.btn_gray2,
.btn_gray200,
.btn_gray_w280,
.btn_blue {
  font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif !important;
}

.btn_gray a,
.btn_gray a:visited,
.btn_gray a:link,
.btn_gray2 a,
.btn_gray2 a:visited,
.btn_gray2 a:link,
.btn_gray200 a,
.btn_gray200 a:visited,
.btn_gray200 a:link,
.btn_gray_w280 a,
.btn_gray_w280 a:visited,
.btn_gray_w280 a:link {
  color: #000000;
  text-decoration: none;
}

.btn_gray:link,
.btn_gray2:link,
.btn_orange:link,
.btn_gray:visited,
.btn_gray2:visited,
.btn_gray200:visited,
.btn_gray_w280:visited,
.btn_orange:visited {
  color: #000000;
  text-decoration: none;
}
.btn_red:link,
.btn_red_h30:link,
.btn_green:link,
.btn_green_h30:link,
.btn_blue:link,
.btn_red:visited,
.btn_red_h30:visited,
.btn_green:visited,
.btn_green_h30:visited,
.btn_blue:visited {
  color: #ffffff;
  text-decoration: none;
}
/* bic add END */