@charset "utf-8";

.ec-productRole img {
    width: auto !important;
}

.footerinfolink {max-width: 1200px; margin: 0 auto;}

.footerinfolink li{ float: left; margin-right: 20px; line-height: 2.0;}
.footerinfolink li:last-child{  float: none; margin-right: 20px;}



/* --------------------------------
	main
-------------------------------- */
.brcl {
  clear: both !important;
}
body {
  background-color: #fff !important;
}
p {
  margin: 10px 0 !important;
  line-height: 1.8;
}
#header {
  padding-bottom: 20px;
}
#header a {
  color: #111;
}
.copy, .cart_price {
  color: #fff;
}
.freebox {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.freebox_02 {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.freebox_02 h2 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
.freebox_02 h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
}


.freebox_02 p {
  font-size: 16px; line-height: 1.8;
}
.freebox table, .freebox_02 table {
  width: 100%;
}
.freebox th, .freebox_02 th {
  border-top: 1px solid #ccc;
  line-height: 2.0;
  padding: 10px;
  background-color: #ddd;
}
.freebox td, .freebox_02 td {
  border-top: 1px solid #ccc;
  line-height: 2.0;
  padding: 10px;
}
.freebox tr:last-child th, .freebox_02 tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.freebox tr:last-child td, .freebox_02 tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.graybox {
  padding: 2%;
  background-color: #eee;
}
.efefefbox {
  padding: 2%;
  background-color: #efefef;
}
.ebf5ecbox {
  padding: 2%;
  background-color: #ebf5ec;
} /*薄緑*/
.fef2b8box {
  padding: 2%;
  background-color: #fef2b8;
}
.img_w100 {
  width: 100%;
  height: auto;
}
.img_w10_only {
  width: 10%;
}
.img_w20_only {
  width: 20%;
}
.img_w40_only {
  width: 40%;
}
.img_w50_only {
  width: 50%;
}
.img_w60_only {
  width: 60%;
}
.img_w80_only {
  width: 80%;
}
.img_w100_only {
  width: 100%;
}
.img_w100_h100 {
  width: 100%;
  height: 100%;
}
/*
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/
.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.youtube::before {
  position: absolute;
  content: "動画を再生する";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 260px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.youtube:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}

.youtubeitem{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeitem iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*font*/
.title_r {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
  padding: 15px 10px !important;
  background-color: #eee !important;
  border-left: 5px solid #e51729 !important;
}
.caution_01 {
  color: #e50011;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 29px;
  margin: 10px 0;
  padding: 0px 0 10px 48px !important;
  background-image: url(../img/icon/font/caution.png) !important;
  background-repeat: no-repeat !important;
  border: none !important
}
.point {
  color: #ff9600;
  line-height: 34px;
  height: 34px;
  font-size: 18px !important;
  font-weight: bold;
  margin: 20px 0;
  padding: 6px 0 0 72px !important;
  background-image: url(../img/icon/font/point.png);
  background-repeat: no-repeat;
}
.check_01 {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0 !important;
  padding: 4px 0 0px 48px !important;
  background-image: url(../img/icon/font/back_check_black.png) !important;
  background-repeat: no-repeat !important;
}
.check_02 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0 !important;
  padding: 4px 0 0px 48px !important;
  background-image: url(../img/icon/font/back_check_white.png);
  background-repeat: no-repeat;
}
.check_03 {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0 !important;
	margin-bottom: 10px;
  padding: 4px 0 10px 48px !important;
  background-image: url(../img/icon/font/back_check_03.png) !important;
  background-repeat: no-repeat !important;
	border-bottom: 2px dotted #8a000d;
}

.p_q {
  line-height: 40px !important;
  margin: 10px 0 !important;
  padding: 0 0 0 40px !important;
  background-image: url(../img/icon/q.png);
  background-repeat: no-repeat;
  color: #033e8e !important;
  font-size: 1.6em !important;
  font-weight: bold;
  border-bottom: 1px solid #033e8e;
}
.p_a {
  line-height: 36px !important;
  margin: 0px;
  padding: 0 0 0 70px !important;
  background-image: url(../img/icon/a.png);
  background-repeat: no-repeat;
}
.p_center {
  text-align: center;
}
.p_left {
  text-align: left;
}
.p_right {
  text-align: right;
}
.p_border_btm {
	border-bottom: 1px solid #666;
}

.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.f24 {
  font-size: 24px !important;
}
.f28 {
  font-size: 28px !important;
}
.f36 {
  font-size: 36px !important;
}
.f48 {
  font-size: 48px !important;
}
.f60 {
  font-size: 60px !important;
}
.f72 {
  font-size: 72px !important;
}
.f_col_bl {
  color: #036eb8 !important;
}
.f_col_red {
  color: #8a000d !important;
}
span.f12 {
  font-size: 12px;
}
span.f13 {
  font-size: 13px;
}
span.f16 {
  font-size: 16px;
}
span.ore {
  color: #F36100;
}
span.ore_b {
  color: #F36100;
  font-weight: bold;
}
span.red_b {
  color: #ff0042;
  font-weight: bold;
}
span.red_bg-yellow {
  color: #ff0042;
  font-weight: bold;
  background-color: #FFFF00;
}
/*font*/
.mgn_t_10 {
  margin-top: 10px;
}
.mgn_b_10 {
  margin-bottom: 10px;
}
.mgn_t_20 {
  margin-top: 20px;
}
.mgn_b_20 {
  margin-bottom: 20px;
}
.mgn_t_40 {
  margin-top: 40px;
}
.mgn_b_40 {
  margin-bottom: 40px;
}
@media screen and (min-width : 781px) {
  .p_all_0 {
    padding: 0px !important;
  }
  .m_top_0 {
    margin-top: 0 !important;
  }
  .m_bottom_0 {
    margin-bottom: 0 !important;
  }
  .p_top_0 {
    padding-top: 0px !important;
  }
  .p_bottom_0 {
    padding-bottom: 0px !important;
  }
  .m_left_5 {
    margin-left: 5px !important;
  }
  .m_right_5 {
    margin-right: 5px !important;
  }
  .m_top_5 {
    margin-top: 5px !important;
  }
  .m_top_-5 {
    margin-top: -5px !important;
  }
  .m_bottom_5 {
    margin-bottom: 5px !important;
  }
  .m_bottom_-5 {
    margin-bottom: -5px !important;
  }
  .p_top_5 {
    padding-top: 5px !important;
  }
  .p_bottom_5 {
    padding-bottom: 5px !important;
  }
  .p_bottom_-5 {
    padding-bottom: -5px !important;
  }
  .m_top_8 {
    margin-top: 8px !important;
  }
  .m_top_10 {
    margin-top: 10px !important;
  }
  .m_bottom_10 {
    margin-bottom: 10px !important;
  }
  .m_left_10 {
    margin-left: 10px !important;
  }
  .m_right_10 {
    margin-right: 10px !important;
  }
  .p_all_10 {
    padding: 10px !important;
  }
  .p_top_10 {
    padding-top: 10px !important;
  }
  .p_bottom_10 {
    padding-bottom: 10px !important;
  }
  .m_top_15 {
    margin-top: 15px !important;
  }
  .m_top_20 {
    margin-top: 20px !important;
  }
  .m_top_-20 {
    margin-top: -20px !important;
  }
  .m_bottom_20 {
    margin-bottom: 20px !important;
  }
  .m_bottom_-20 {
    margin-bottom: -20px !important;
  }
  .m_left_20 {
    margin-left: 20px !important;
  }
  .m_right_20 {
    margin-right: 20px !important;
  }
  .p_top_20 {
    padding-top: 20px !important;
  }
  .p_bottom_20 {
    padding-bottom: 20px !important;
  }
  .p_left_20 {
    padding-left: 20px !important;
  }
  .p_right_20 {
    padding-right: 20px !important;
  }
  .p_all_20 {
    padding: 20px !important;
  }
  .m_top_25 {
    margin-top: 25px !important;
  }
  .m_top_30 {
    margin-top: 30px !important;
  }
  .m_bottom_30 {
    margin-bottom: 30px !important;
  }
  .m_left_30 {
    margin-left: 30px !important;
  }
  .m_right_30 {
    margin-right: 30px !important;
  }
  .m_top_40 {
    margin-top: 40px !important;
  }
  .m_top_-40 {
    margin-top: -40px !important;
  }
  .m_bottom_40 {
    margin-bottom: 40px !important;
  }
  .m_left_40 {
    margin-left: 40px !important;
  }
  .m_right_40 {
    margin-right: 40px !important;
  }
  .m_all_40 {
    margin: 40px !important;
  }
  .p_all_40 {
    padding: 40px !important;
  }
  .m_top_60 {
    margin-top: 60px !important;
  }
  .m_bottom_60 {
    margin-bottom: 60px !important;
  }
  .m_top_80 {
    margin-top: 80px !important;
  }
  .m_bottom_80 {
    margin-bottom: 80px !important;
  }
  .m_top_87 {
    margin-top: 87px !important;
  }
  .m_bottom_87 {
    margin-bottom: 87px !important;
  }
  .m_bottom_-87 {
    margin-bottom: -87px !important;
  }
  .p_bottom_87 {
    padding-bottom: 87px !important;
  }
  .m_top_100 {
    margin-top: 100px !important;
  }
  .m_top_-100 {
    margin-top: -100px !important;
  }
  .m_bottom_100 {
    margin-bottom: 100px !important;
  }
  .m_left_100 {
    margin-left: 100px !important;
  }
  .m_right_100 {
    margin-right: 100px !important;
  }
  .p_top_100 {
    padding-top: 100px !important;
  }
  .p_bottom_100 {
    padding-bottom: 100px !important;
  }
  .m_top_200 {
    margin-top: 200px !important;
  }
  .m_bottom_200 {
    margin-bottom: 200px !important;
  }
  /** /margin **/
}
.mincho{  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
@media screen and (min-width:240px) and (max-width:780px) {
  .p_white_sp_black {
    color: #333 !important;
  }
  .sp_p_center {
    text-align: center !important;
  }
  .sp_l-h12 {
    line-height: 1.2 !important;
  }
  .sp_l-h20 {
    line-height: 2.0 !important;
  }
  .sp_f10 {
    font-size: 10px !important;
  }
  .sp_f12 {
    font-size: 12px !important;
  }
  .sp_f13 {
    font-size: 13px !important;
  }
  .sp_f13_fwb {
    font-size: 13px !important;
    font-weight: bold;
  }
  .sp_f14 {
    font-size: 14px !important;
  }
  .sp_f15 {
    font-size: 15px !important;
  }
  .sp_f16 {
    font-size: 16px !important;
  }
  .sp_f18 {
    font-size: 18px !important;
  }
  .sp_f20 {
    font-size: 20px !important;
  }
  .sp_f24 {
    font-size: 24px !important;
  }
  .sp_m_all_0 {
    margin: 0 !important;
  }
  .sp_p_all_0 {
    padding: 0 !important;
  }
  .sp_m_top_0 {
    margin-top: 0 !important;
  }
  .sp_p_all_5 {
    padding: 5px !important;
  }
  .sp_m_top_10 {
    margin-top: 10px !important;
  }
  .sp_m_bottom_10 {
    margin-bottom: 10px !important;
  }
  .sp_m_left_10 {
    margin-left: 10px !important;
  }
  .sp_p_all_10 {
    padding: 10px;
  }
  .sp_p_top_10 {
    padding-top: 10px !important;
  }
  .sp_p_left_10 {
    padding-left: 10px !important;
  }
  .sp_p_all_20 {
    padding: 20px;
  }
  .sp_m_top_20 {
    margin-top: 20px !important;
  }
  .sp_m_bottom_20 {
    margin-bottom: 20px !important;
  }
  .sp_p_top_20 {
    padding-top: 20px !important;
  }
  .sp_p_bottom_20 {
    padding-bottom: 20px !important;
  }
  .sp_m_top_-30 {
    margin-top: -30px !important;
  }
  .sp_m_top_40 {
    margin-top: 40px !important;
  }
  .sp_m_bottom_40 {
    margin-bottom: 40px !important;
  }
  .sp_m_top_-50 {
    margin-top: -50px !important;
  }
  .sp_p_top_50 {
    padding-top: 50px !important;
  }
  .sp_m_top_60 {
    margin-top: 60px !important;
  }
  .sp_m_bottom_60 {
    margin-bottom: 60px !important;
  }
  .sp_m_left_60 {
    margin-left: 60px !important;
  }
  .sp_m_top_80 {
    margin-top: 80px !important;
  }
  .sp_m_bottom_80 {
    margin-bottom: 80px !important;
  }
  .sp_m_left_80 {
    margin-left: 80px !important;
  }
  .sp_m_top_100 {
    margin-top: 100px !important;
  }
  .sp_m_bottom_100 {
    margin-bottom: 100px !important;
  }
  .sp_m_left_100 {
    margin-left: 100px !important;
  }
  .sp_p_top_100 {
    padding-top: 100px !important;
  }
  .sp_p_bottom_100 {
    padding-bottom: 100px !important;
  }
  .sp_p_top_200 {
    padding-top: 200px !important;
  }
  .sp_p_bottom_200 {
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width:781px) {
  .l-h10 {
    line-height: 1.0 !important;
  }
  .l-h12 {
    line-height: 1.2 !important;
  }
  .l-h30 {
    line-height: 3.0 !important;
  }
  .l-h20px {
    line-height: 20px !important;
  }
  .f10 {
    font-size: 10px !important;
    font-weight: bold;
  }
  .f12 {
    font-size: 12px !important;
    font-weight: bold;
  }
  .f13 {
    font-size: 13px !important;
    font-weight: bold;
  }
  .f13_normal {
    font-size: 13px !important;
    font-weight: normal;
  }
  .f14 {
    font-size: 14px !important;
  }
  .f15 {
    font-size: 15px !important;
  }
  .f16 {
    font-size: 16px !important;
  }
  .f18 {
    font-size: 18px !important;
  }
  .f20 {
    font-size: 20px !important;
  }
  .f24 {
    font-size: 24px !important;
  }
  .f28 {
    font-size: 28px !important;
  }
  .f30 {
    font-size: 30px !important;
  }
  .f36 {
    font-size: 36px !important;
  }
  .f48 {
    font-size: 48px !important;
  }
  .f60 {
    font-size: 60px !important;
  }
  .f72 {
    font-size: 72px !important;
  }
  .f_w_bold {
    font-weight: bold !important;
    ;
  }
}
.max-w_240 {
  max-width: 240px !important;
  margin: 0 auto;
}
.max-w_250 {
  max-width: 250px !important;
  margin: 0 auto;
}
.max-w_300 {
  max-width: 300px !important;
  margin: 0 auto;
}
.max-w_320 {
  max-width: 320px !important;
  margin: 0 auto;
}

.max-w_400 {
  max-width: 400px !important;
  margin: 0 auto;
}
.max-w_460 {
  max-width: 460px !important;
  margin: 0 auto;
}
.max-w_480 {
  max-width: 480px !important;
  margin: 0 auto;
}
.max-w_500 {
  max-width: 500px !important;
  margin: 0 auto;
}
.max-w_540 {
  max-width: 540px !important;
  margin: 0 auto;
}
.max-w_640 {
  max-width: 640px !important;
  margin: 0 auto;
}
.max-w_710 {
  max-width: 710px !important;
  margin: 0 auto;
}
.max-w_760 {
  max-width: 760px !important;
  margin: 0 auto;
}
.max-w_800 {
  max-width: 800px !important;
  margin: 0 auto;
}
.max-w_960 {
  max-width: 960px !important;
  margin: 0 auto;
}
.max-w_1180 {
  max-width: 1180px !important;
  margin: 0 auto;
}
.max-w_1280 {
  max-width: 1280px !important;
  margin: 0 auto;
}
.max-w_1400 {
  max-width: 1400px !important;
  margin: 0 auto;
}
.pointbox_black {
  margin: 2em 0;
  border: 2px solid #111;
}
.pointbox_black .box-title {
  font-size: 16px;
  background: #111;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.pointbox_black p {
  padding: 10px 20px;
  margin: 0;
}
.cautionbox {
  margin: 2em 0;
  border: 5px solid #e60012;
}
.cautionbox .box-title {
  font-size: 24px;
  background: #ffee6e;
  padding: 15px;
  text-align: center;
  color: #e60012;
  font-weight: bold;
}
.cautionbox p {
  padding: 10px 20px;
  margin: 0;
}
/*********  morebtn  **********************************************************************************************/
.morebtn {
  background: #111;
  color: #fff;
}
.morebtn a {
  color: #fff !important;
  text-decoration: none;
}
.morebtn :hover, .morebtn a:hover {
  background: #333;
  color: #fff !important;
}
.morebtn_red {
  background: #eb0000;
  color: #fff;
}
.morebtn_red a {
  color: #fff !important;
  text-decoration: none;
}
.morebtn_red :hover, .morebtn_red a:hover {
  background: #9d0000;
  color: #fff !important;
}
.morebtn_white {
  background: #fff;
  color: #333;
}
.morebtn_white a {
  color: #333 !important;
}
.morebtn_white :hover, .morebtn_white a:hover {
  background: #ddd;
  color: #333 !important;
}
.morebtn_gray {
  background: #666;
  color: #fff;
}
.morebtn_gray a {
  color: #fff !important;
}
.morebtn_gray :hover, .morebtn_gray a:hover {
  background: #333;
  color: #fff !important;
}
.morebtn_black, .morebtn_black_left {
  background: #111;
  color: #fff;
}
.morebtn_black a, .morebtn_black_left a {
  color: #fff !important;
}
.morebtn_black :hover, .morebtn_black a:hover, .morebtn_black_left :hover, .morebtn_black_left a:hover {
  background: #333;
  color: #fff !important;
}
.morebtn_green {
  background: #7cb300;
  color: #fff;
}
.morebtn_green a {
  color: #fff !important
}
.morebtn_green :hover, .morebtn_green a:hover {
  background: #666;
  color: #fff !important;
}
.morebtn, .morebtn_red, .morebtn_white, .morebtn_gray, .morebtn_black, .morebtn_black_left, .morebtn_green {
  max-width: 540px;
  text-align: center;
  margin: 20px auto !important;
  padding: 0 !important;
  line-height: 2.5 !important;
  display: block;
  /*	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
*/
}
.morebtn a, .morebtn_red a, .morebtn_white a, .morebtn_gray a, .morebtn_black a, .morebtn_black_left a, .morebtn_green a {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  display: block;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: bold;
  /*box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);*/
}
.morebtn a:hover, .morebtn_red a:hover, .morebtn_white a:hover, .morebtn_gray a:hover, .morebtn_black a:hover, .morebtn_black_left a:hover, .morebtn_green a:hover {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  /*box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);*/
}
.morebtn :hover, .morebtn_red :hover, .morebtn_white :hover, .morebtn_gray :hover, .morebtn_black :hover, .morebtn_black_left :hover, .morebtn_green :hover {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  /*box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);*/
}
@media screen and (min-width : 781px) {
  /*　紫ボタン 黄色「＞」アイコン表示   黒色ボタン 白色「＞」アイコン表示 */
  .morebtn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #111;
  }
  .morebtn a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #333;
  }
  /*　//黒色ボタン白色「＞」アイコン表示　//紫ボタン黄色「＞」アイコン表示 */
  /*　赤ボタン 白色「＞」アイコン表示 */
  .morebtn_red a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn_red a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #eb0000;
  }
  .morebtn_red a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #9d0000;
  }
  /*　//赤ボタン白色「＞」アイコン表示 */
  /*　白色ボタン黒色「＞」アイコン表示 */
  .morebtn_white a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #333;
  }
  .morebtn_white a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn_white a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #ddd;
  }
  /*　//白色ボタン黒色「＞」アイコン表示 */
  /*　灰色ボタン 白色「＞」アイコン表示 */
  .morebtn_gray a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn_gray a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #666;
  }
  .morebtn_gray a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #333;
  }
  /*　//灰色ボタン白色「＞」アイコン表示 */
  /*　黒色ボタン 白色「＞」アイコン表示 */
  .morebtn_black a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn_black a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #111;
  }
  .morebtn_black a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #333;
  }
  /*　//黒色ボタン白色「＞」アイコン表示 */
  /*　黒色ボタン 白色「<」アイコン表示 */
  .morebtn_black_left a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn_black_left a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #111;
  }
  .morebtn_black_left a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #333;
  }
  /*　//黒色ボタン白色「<」アイコン表示 */
  /*　緑色ボタン 白色「＞」アイコン表示 */
  .morebtn_green a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f5ec00;
  }
  .morebtn_green a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #7cb300;
  }
  .morebtn_green a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #666;
  }
  /*　//緑色ボタン白色「＞」アイコン表示 */
}
/*********  morebtn  **********************************************************************************************/
@media only screen and (min-width: 768px) {
  :hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
  }
  #main, #header, #contents, #side_left, #footer {
    /* background-color:#fff !important;   #c3bfd6*/
  }
  h1.copy {
    color: #fff;
    float: left;
  }
  #header {
    width: 100% !important;
    background-color: #efefef !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  #headerlogin {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
    background-color: #000 !important; /*000030*/
  }
  #headerlogin p {
    color: #fff;
    float: left;
  }
  #member, .member {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #member a {
    color: #fff !important;
  }
  #headerbox, #headerloginbox, #footerbox {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
    clear: both;
  }
  #header_logo {
    float: left;
    width: 200px;
  }
  #header_logo img {
    max-width: 200px;
  }
  #header_info {
    float: right;
    width: 710px;
  }
  #header_info_left {
    float: left;
    width: 430px;
  }
  .header_shipment {
    margin: 0 15px 0 9px;
    float: left;
  }
  #header_info_right {
    float: left;
    width: 280px;
  }
  .main_visual {
    margin-bottom: 0 !important;
    max-height: 400px;
    height: 400px;
  }
  #contents { /*wrapper*/
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
  }
  .cb-lock-circle {
    color: #666666 !important;
  }
  .cb-lock-circle > svg {
    fill: currentColor;
  }
  #headmenu {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 !important;
    clear: both;
  }
  #headmenu ul {
    margin: 0;
    padding: 0;
  }
  #headmenu li {
    width: 150px;
    float: left;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #222;
    font-size: 14px;
  }
  #headmenu li:last-child {
    float: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #headmenu li a {
    color: #fff;
    display: block;
  }
  #headmenu li.h_menu_info a {
    background-color: #ff225b;
  }
  #headmenu li a:hover {
    color: #000;
    background-color: #fff;
  }
  #footer {
    width: 100% !important;
    background-color: #e7e1d2 !important; /*c3bfd6*/
    padding: 20px 0 !important;
  }
  #footer_guide {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #333;
  }
  #foot_sns {
    margin-top: 20px;
  }
  .fbbox {
    margin: 0 auto;
    width: 960px;
    margin-top: 10px;
  }
  .twbox {
    width: 470px;
    float: right;
  }
	
	
  /*サイド*/
  .list_cat_img {
    height: 100px;
    padding-bottom: 0px !important;
    margin-bottom: 1px !important;
    list-style: none;
    border-bottom: none !important;
  }
  li.column_link a {
    display: block;
    width: 240px;
    height: auto;
    padding: 9px 10px 10px 10px;
    line-height: 20px;
    border-top: 1px solid #666;
    background: none;
    color: #008fd1;
  }
  li.column_link:last-child a {
    border-bottom: 1px solid #666;
  }
  li.column_link a:hover {
    color: #FF5300;
    text-decoration: underline;
  }
  .yakudachi_box {
    background-color: #eee;
    width: 100%;
    padding: 10px 5px 10px 5px;
    margin-bottom: 40px;
  }
  li.yakudachi_link a {
    display: block;
    width: 230px;
    height: auto;
    padding: 9px 10px 10px 10px;
    line-height: 20px;
    border-top: 1px solid #666;
    background: none;
    color: #111;
  }
  li.yakudachi_link_img a {
    display: block;
    width: 230px;
    height: auto;
    padding: 2px 0;
    line-height: 20px;
    border-top: 1px solid #666;
    background: none;
    color: #111;
  }
  li.yakudachi_link:last-child a {
    border-bottom: 1px solid #666;
  }
  li.yakudachi_link a:hover {
    color: #FF5300;
    text-decoration: none;
    background-color: #CCCCCC;
  }
  /*サイド*/
  /*.col-sm-3 {
	width:150px !important;
	margin:4px !important;
	padding:0 !important;
}*/
  h2.contents_title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    background-image: url(../img/icon/bg_h2.jpg);
    background-repeat: no-repeat;
    text-indent: 40px;
    text-align: left;
  }
  h2.subtitle, .side_title {
    text-align: left;
    line-height: 60px;
    background-color: #d3d8dd;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-indent: 20px;
    border-radius: 2px; /* CSS3草案 */
    -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
    -moz-border-radius: 2px; /* Firefox用 */
  }
  .side_title_red {
    text-align: center;
    line-height: 40px;
    background-color: #c60000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
  }
  h3.subtitle {
    border-left: 2px solid #333;
    background-color: #eee;
    color: #333333;
    text-indent: 10px;
    font-size: 16px;
    line-height: 40px;
  }
  h3.side_subtitle {
    margin-bottom: 5px;
    border-bottom: 1px dotted #333;
  }
  li.side_bloglink_text {
    width: 100%;
    padding: 10px;
    line-height: 1.2;
    border-bottom: 1px dotted #333;
  }
  li.side_bloglink_text :hover {
    color: #F87300;
  }
  .bg000 {
    background-color: #000000;
    width: 100%;
    padding: 10px 0;
  }
  .bg000 a {
    color: #00aeff;
    font-weight: bold;
  }
  .bg000 a:hover {
    color: #7ad5ff;
    font-weight: bold;
  }
  .bg000 h2 {
    color: #fff;
    text-align: center;
    line-height: 3.0
  }
  .bg000 h3 {
    color: #fff;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .bg000 p {
    color: #fff;
    margin: 10px;
  }
  .bg2b4b5b {
    background-color: #2b4b5b;
  }
  .bg2b4b5b p {
    color: #fff;
    margin: 10px;
    padding: 10px;
  }
  .m10box {
    margin: 10px;
    padding-bottom: 30px;
  }
  .title01 {
    font-size: 18px;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
  }
  .img_left {
    float: left;
    margin: 0px 30px 30px 0;
  }
  .img_right {
    float: right;
    margin: 0px 0 30px 30px;
  }
  .pc_none {
    visibility: hidden;
    display: none;
  }
  /****  never_g **********/
  .never_gbox01 {
    background-image: url(../img/item/never_g/08.jpg);
    background-repeat: no-repeat;
    padding: 230px 0 0 280px;
    height: 400px;
  }
  /****  g_coating_shinsui **********/
  .g_coating_shinsui01 {
    background-image: url(../img/item/g_coating_shinsui/bg_01.jpg);
    background-repeat: no-repeat;
    padding: 230px 0 0 280px;
    height: 400px;
  }
  /****  rainguard **********/
  .rainguardbox01 {
    background-image: url(../img/item/g_liquid_hassui/bg_01.jpg);
    background-repeat: no-repeat;
    padding: 190px 0 0 280px;
    height: 440px;
  }
  .unit_blog_04 { /*トップページ　フッター行か*/
    float: left;
    width: 23%;
    height: 500px;
    margin: 1%;
    padding: 0;
    color: #111 !important;
    overflow: hidden;
  }
}	


.footermenubox{height:auto;padding:0 0 20px 0; }
.footermenubox li{color:#fff;font-size:12px;padding-left:20px;line-height:2.4; border-bottom: 1px dotted #999;color: #463876;}
.footermenubox li a{font-size:12px; text-decoration: none;}
.footermenubox li.top{color:#fff;font-size:14px;text-indent:0;  border-top: 3px solid #463876;color: #463876;}
.footermenubox li.top a{font-size:14px;}
	
/* Q&A コーティングトップに追加　アコーディオンメニュー全体のサイズ・位置 */
.ac {
    width: 90%;
    margin: 0 auto;
}
/* クリックしたら表示される領域 */
.ac-child {
    display: none;
    padding: 1em 2em;
}
#faq p, #careerup p {
    margin: 0 0 20px;/*上、右、下、左*/
}
/* クリック領域 */
.ac-parent {
    position: relative; /* 追加 */
    margin-bottom: 5px ;
    background-color: #564592;
    color: #fff;
    text-align: left;
    line-height: 50px;
    cursor: pointer;
    padding: 10px 0 10px 21px; /*上、右、下、左*/
}
	
.ac-parent p {
    padding: 10px 50px 10px 0!important; /*上、右、下、左*/
}
	
/* ①プラスの横線 */
.ac-parent:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    margin: 0px 21px 0px 21px; /*上、右、下、左*/
}
/* ②プラスの縦線 */
.ac-parent:after {
    content: "";
    position: absolute;
    top: 50%;
    /* 8px+12px-1px(幅2pxの半分) */
    right: 19px;
    width: 2px;
    height: 24px;
    background: #fff;
    transform: translateY(-50%);
    transition: .3s;
    margin: 0px 21px 0px 21px; /*上、右、下、左*/
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
    top: 25%;
    opacity: 0;
    transform: rotate(90deg);
}



  .bgeee {
    background-color: #eee;
  }
  .bgddd {
    background-color: #ddd;
  }
  .bg383735 {
    background-color: #383735;
  }
	
  .p_white {
    color: #fff !important;
  }
	
	
  .p_bor_b_white {
    color: #fff !important;
	  border-bottom: 1px dotted #fff;
  }
	

@media only screen and (max-width: 767px) {
  .sp_p_all_0 {
    padding: 0px !important;
  }
  #headmenu, #header_info, #foot_sns, #footer_guide, .sp_none /*,#calendar*/ {
    visibility: hidden;
    display: none;
  }
  #header {
    background-color: #efefef !important;
    padding-bottom: 0;
    margin-top: 60px;
  }
  #header h1 {
    color: #333333 !important;
    text-align: center;
  }
  #header_logo img {
    width: 100%;
  }
  .header_logo_sp_left {
    width: 40%;
    float: left;
  }
  .header_logo_sp_right {
    width: 60%;
    float: right !important;
  }
  .moviebox_rwd {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
  }
  .moviebox_rwd iframe, .moviebox_rwd object, .moviebox_rwd embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  h2.subtitle, .side_title {
    text-align: left;
    line-height: 70px;
    background-color: #d3d8dd;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 2px; /* CSS3草案 */
    -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
    -moz-border-radius: 2px; /* Firefox用 */
  }
  h2.contents_title {
    text-align: center;
    line-height: 40px;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 2px; /* CSS3草案 */
    -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
    -moz-border-radius: 2px; /* Firefox用 */
  }

}	

h2.block_title {
    background-image: url('https://www.iic-shop.net/img/top_new/midasi.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    height: 60px;
    padding: 10px 30px;
}	
@media (max-width: 767.98px) {
h2.block_title {
    background-image: url('https://www.iic-shop.net/img/top_new/midasi_sp.png');
    font-size: 20px;
    height: 80px;
    padding: 26px 15px;
}	
}	
	
  h3 {
    font-size: 16px !important;
  }
  p.copy {
    text-align: center !important;
  }
  .morebtn a {
    font-size: 14px !important;
  }
  .morebtn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .morebtn a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #111;
  }
  .morebtn a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #333;
  }
  .img_left {
    width: 90%;
    margin: 0 5%;
  }
  .img_right {
    width: 90%;
    margin: 0 5%;
  }
  .footer_logo_area {
    margin-bottom: 50px;
  }
  .sp_footlink {
    background-color: #333;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    padding: 0;
    z-index: 999;
  }
  .sp_footlink ul,.sp_footmenu ul{
    margin: 0!important ;
    padding: 0;
  }
	
  .sp_footlink li {
    float: left;
    width: 16%;
    margin:2% !important;
	  
  }
  .sp_footlink li img {
    width: 100%;
  }
  .sp_footmenu li {
    width: 100%;
    margin: 0 !important;
    padding: 0 5%;
    line-height: 2.4;
    border-top: 1px solid #aaa;
    background-color: #eee;
    font-size: 14px !important;
	  	  text-align: center;
  }
  }
  .sp_footmenu li.w50 {
    width: 50%;
    margin: 0 !important;
    padding: 0 5%;
    line-height: 2.4;
    border-top: 1px solid #aaa;
    background-color: #eee;
    font-size: 14px !important;
    float: left;
  }
  .sp_footmenu li.w50_r {
    width: 50%;
    margin: 0 !important;
    padding: 0 5%;
    line-height: 2.4;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background-color: #eee;
    font-size: 14px !important;
    float: left;
  }
  .sp_footmenu li.w33 {
    width: 33.33333%;
    margin: 0 !important;
    padding: 0;
    line-height: 2.4;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background-color: #eee;
    font-size: 14px !important;
    float: left;
  }
  .sp_footmenu li.mainmenu {
    background-color: #ddd;
    font-size: 16px !important;
	 line-height: 2.4;
	  text-align: center;
  }
  .sp_footmenu li a {
    text-decoration: none;
  }
  .sp_footmenu li:last-child {
    text-align: center;
    background-color: #CCC;
  }


li.pickup_02{ border-bottom: 1px dotted #666;
line-height: 2.8;}

  .l_header .sp_nav_btn {
    cursor: pointer
  }
  .wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
  }
  .on_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden
  }
  .is_active .l_header {
    left:
      300px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .is_active .wrap {
    left: 300px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .is_active .on_wrap {
    position: fixed;
    left: 300px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.35)
  }
  .is_active .l_nav {
    position: fixed;
    height: 100%;
    left: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
  }
  .l_nav {
    background: #fff;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 1000;
    -webkit-transition: .3s;
    transition: .3s
  }
  .nav_menu {
    padding: 0;
    list-style: none;
  }
  .l_nav .nav_menu li {
    border-bottom: 1px solid #909090;
  }
  .l_nav .nav_menu a {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    display: block;
    padding: 10px 0px 10px 10px;
    color: #333
  }
  .l_nav .nav_menu .nav_list_inner {
    position: relative
  }
  .accordion-menu {
    width: 100%;
    max-width: 350px;
    margin: 60px auto 10px;
    background: #fff;
    border-radius: 4px;
  }
  .accordion-menu li.open .dropdownlink {
    color: #CDDC39;
  }
  .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
  }
  .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
  }
  .submenuItems {
    display: none;
    background: #eee;
  }
  .submenuItems li {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .submenuItems a {
    display: block;
    color: #333;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
    text-decoration: none;
  }
  .dropdownlink:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #333;
  }
  .dropdownlink:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }


/*newサイト 2022
PC フッター追従
*/
.footer-cv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  background-color: #d9d4e8;
  z-index: 500;
}
.foot-inner {
  position: relative;
  margin: 0 auto;
  width: 1080px;
}
.footer-cv ul li {
  float: left;
  margin: 0 2%;
  width: 21%;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.footer-cv ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-color: #352765;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.footer-cv ul li.fcv01 a {
  background-image: url(../img/icon/footer_pc_mail.png);
}
.footer-cv ul li.fcv02 a {
  background-image: url(../img/icon/footer_pc_cart.png);
  font-size: 16px;
  font-weight: bold;
  background-color: #ff225b;
}
.footer-cv ul li.fcv03 a {
  background-image: url(../img/icon/footer_pc_tour.png);
}
.footer-cv ul li.fcv04 a {
  background-image: url(../img/icon/footer_pc_qa.png);
}
.footer-cv ul li.btn_pctel {
  font-size: 11px;
  line-height: 11px;
}
.footer-cv ul li.btn_pctel a {
  padding-top: 6px;
}
.footer-cv ul li.btn_pctel em {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-style: normal;
}
ul.foot_activity {
  margin: 0;
}
li.foot_activity {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width:781px) {
  .sp_footlink {
    visibility: hidden !important;
    display: none !important;
  }
}
/****  ultara_guard **********/
.bg_ultara_guard02 {
  background-image: url(../img/item/ultara_guard/schild_ug_02-bg.jpg) !important;
  background-position: center bottom !important;
  background: no-repeat;
	padding-bottom: 60px;
}
.bg_ultara_guard02 p {
  color: #fff;
}


/* フッターGoogleマップ *******************/
.map-placeholder{
  width: 100%;
  height: 320px;	
  /*aspect-ratio: 16 / 3;    高さ固定できるなら height: 320px; でもOK */
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
}

/* 「読み込み中」表示 */
.map-placeholder::before{
  content: "地図を読み込み中…";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #666;
  font-size: 14px;
}
.map-placeholder.is-loaded::before{
  content: "";
  display: none;
}

.map-placeholder iframe{
  width: 100%;
  aspect-ratio: 16 / 9;   /* 高さ固定できるなら height: 320px; でもOK */
  height: 100%;
  border: 0;
  display: block;
}

.footerinfo {
  padding: 0 10px;
}

.footerinfo h3{
  font-size: 24px!important;
  margin-top: 20px;
}

.company-info {
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.6;
}

.company-info .row {
  display: grid;
  grid-template-columns: 140px 1fr; /* ← ここで文字幅を固定 */
  align-items: center;    /* ← 縦中央揃え */
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.company-info dt {
  font-weight: 600;
  text-align: left;
	vertical-align: middle;
  white-space: nowrap;
}

.company-info dd {
  margin: 0;
	vertical-align: middle;
}
@media (max-width: 480px) {
  .company-info .row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .company-info dt {
    font-weight: bold;
  }
}

/* フッターGoogleマップ *******************/

