@charset "utf-8";
/*
 Theme Name:  ｐrecious_tcd019_child
 Template:    precious_tcd019
 */
/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
a img {
  border: none;
  vertical-align: top;
}
a, a:visited {
  outline: none;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #065EAE;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
p {
  margin: 0 0 24px 10px;
  padding: 0;
  line-height: 180%;
}
ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  line-height: 0%;
}
ul li {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
ol {
  margin: 0 0 2em 19px;
  padding: 0;
}
ol li {
  padding: 0 0 5px 0;
  line-height: normal;
}
dl {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 0%;
}
dl dt, dl dd {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
dl dt {
  font-weight: bold;
}
form, table, input, textarea, dl, dt, dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 90%;
  border: 0;
}
cite {
  text-align: right;
  display: block;
}
object {
  display: block;
  margin: 0 auto;
  height: auto;
}
del {
  color: #333;
}
hr {
  border: 1px solid #ccc;
  margin: 40px 0;
}
.wp-caption-text {
  text-align: center;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
input[type="text"], input[type="password"], textarea, select {
  outline: none;
}
/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.post p {
  margin: 0 0 10px 20px;
  padding: 0;
  line-height: 180%;
}
/* headline */
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
}
.post h1 {
  font-size: 150%;
}
.post h2 {
  font-size: 140%;
  margin: 10px 0 30px 4px;
}
.post h3 {
  font-size: 130%;
  margin: 10px 0 30px 6px;
}
.post h4 {
  font-size: 120%;
  margin: 30px 0 20px 10px;
}
.post h5 {
  font-size: 120%;
  margin: 20px 0 10px;
}
.post h6 {
  font-size: 110%;
}
/* image */
.post img {
  height: auto;
  max-width: 100%;
}
.post img.centered, div.centered {
  display: block;
  margin: 15px auto;
}
.post img.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto;
}
.post img.alignright, div.alignright {
  margin: 10px 0 30px 30px;
  display: inline;
}
.post img.alignleft, div.alignleft {
  margin: 10px 30px 30px 0;
  display: inline;
}
.post .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}
/* table */
.post table {
  margin: 0 0 24px 20px;
}
.post td, .post th {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
}
.post th {
  background: #f2f2f2;
  font-weight: normal;
  white-space: nowrap;
}
.genka_table {
  margin: 0 auto;
  width: 90%;
}
.genka_table td {
  text-align: right;
}
/* block quote */
.post blockquote {
  margin: 0 0 24px 0;
  padding: 27px 30px 1px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.post blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #999;
}
.post blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #999;
}
/* list */
.post li, .post dt, .post dd {
  line-height: 2;
}
.post ul, .post ol, .post dl {
  margin-bottom: 24px;
}
.post ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.post ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}
.post li > ul, .post li > ol {
  margin-bottom: 0;
}
.post dt {
  font-weight: bold;
}
.post dd {
  margin-bottom: 1em;
}
/* captions */
.post .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post .wp-caption-text {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin: 9px auto;
}
.post .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
/* etc */
.post pre {
  margin: 0 0 24px 0;
  line-height: 1.5;
  background: #f2f2f2;
  padding: 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
  clear: both;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #333;
  color: #fff;
}
/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
  margin: 0 0 20px 0;
  font-size: 11px;
  overflow: hidden;
}
.side_widget ul {
  margin: 0;
}
.side_widget li ul {
  margin: 10px 0 0 0;
}
.side_widget li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0 0 0 9px;
  background: url(img/common/bullet1.gif) no-repeat left 12px;
}
.side_widget a {}
.side_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.side_headline {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  background-color: #FFF;
}
.side_headline span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
  background-color: #FFF;
}
/* banner */
#side_col .ad_widget, #side_col .ad_widget2 {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}
/* calendar */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}
#wp-calendar th, #wp-calendar td {
  color: #333;
  padding: 0;
  line-height: 340%;
  text-align: center;
}
#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #00a2d9;
}
#wp-calendar caption {
  padding: 7px 0;
}
#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}
#wp-calendar #prev, #wp-calendar #next {
  line-height: 200%;
}
#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #333;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #00a2d9;
}
#wp-calendar td#today {
  color: #fff;
  background: #c1c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#footer #wp-calendar td a {
  background-color: #ddd;
}
#footer #wp-calendar td a:hover {
  background-color: #00a2d9;
}
/* search */
.widget_search label {
  display: none;
}
.widget_search #search-box, .widget_search #s, .google_search #search_input {
  width: 238px;
  height: 33px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}
.widget_search #search-btn input, .widget_search #searchsubmit, .google_search #search_button {
  border: none;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  background: #222 url(img/common/search.png) no-repeat center;
  cursor: pointer;
  display: block;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .google_search #search_button:hover {
  background-color: #00a2d9;
}
/* archive category dropdown */
.widget_archive select, .widget_categories select {
  border: 1px solid #ddd;
  padding: 6px 10px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
/* recent post */
.tcd_recent_post_widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tcd_recent_post_widget li {
  padding: 0 0 14px 0;
  margin: 0 0 14px 0;
  line-height: 100%;
  border-bottom: 1px dotted #aaa;
  background: none;
}
.tcd_recent_post_widget li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tcd_recent_post_widget a.image {
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 15px 0 0;
  background: #fff;
  border: 1px solid #ccc;
}
.tcd_recent_post_widget a.image img {
  display: block;
  margin: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
}
.tcd_recent_post_widget a.image:hover img {
  opacity: 0.5;
}
.tcd_recent_post_widget .date {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 11px;
}
.tcd_recent_post_widget a.title {
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 110%;
}
.tcd_recent_post_widget a.title:hover {}
/* product list */
.tcdw_product_list_widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tcdw_product_list_widget li {
  padding: 0 0 14px 0;
  margin: 0 0 14px 0;
  line-height: 100%;
  border-bottom: 1px dotted #aaa;
  background: none;
}
.tcdw_product_list_widget li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tcdw_product_list_widget a.image {
  display: block;
  float: right;
  width: 65px;
  height: 65px;
  margin: 0 0 0 15px;
  background: #fff;
  border: 1px solid #ccc;
}
.tcdw_product_list_widget a.image img {
  display: block;
  margin: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
}
.tcdw_product_list_widget a.image:hover img {
  opacity: 0.5;
}
.tcdw_product_list_widget a.title {
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 110%;
  font-weight: bold;
}
.tcdw_product_list_widget a.title:hover {}
.tcdw_product_list_widget .category {
  margin: 0 0 5px 0;
  color: #aaa;
}
.tcdw_product_list_widget .category a {
  color: #aaa;
  text-decoration: none;
}
.tcdw_product_list_widget .category a:hover {
  text-decoration: underline;
  color: #333;
}
#footer .tcdw_product_list_widget li {
  padding: 0 0 14px 0;
  margin: 0 0 14px 0;
  line-height: 100%;
}
/* product list2 */
.tcdw_product_list_widget2 ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tcdw_product_list_widget2 li {
  padding: 8px;
  margin: 0 0 14px 0;
  line-height: 100%;
  background: #fff;
  border: 1px solid #ccc;
}
.tcdw_product_list_widget2 li:last-child {
  margin-bottom: 0;
}
.tcdw_product_list_widget2 a.image {
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 15px 0 0;
  background: #fff;
}
.tcdw_product_list_widget2 a.image img {
  display: block;
  margin: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
}
.tcdw_product_list_widget2 a.image:hover img {
  opacity: 0.5;
}
.tcdw_product_list_widget2 a.title {
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 110%;
  font-weight: bold;
}
.tcdw_product_list_widget2 a.title:hover {}
.tcdw_product_list_widget2 .category {
  margin: 0 0 5px 0;
  color: #aaa;
}
.tcdw_product_list_widget2 .category a {
  color: #aaa;
  text-decoration: none;
}
.tcdw_product_list_widget2 .category a:hover {
  text-decoration: underline;
  color: #333;
}
#footer .tcdw_product_list_widget2 li {
  padding: 8px;
  margin: 0 0 15px 0;
  line-height: 100%;
  border: none;
}
/* recommend product list */
.tcdw_recommend_product_list_widget ol {
  margin: 0 -10px 0 0;
  position: relative;
  padding: 0;
}
.tcdw_recommend_product_list_widget li {
  margin: 0 6px 15px 0;
  padding: 0;
  background: none;
  float: left;
  list-style-type: none;
}
.tcdw_recommend_product_list_widget li a {
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
}
.tcdw_recommend_product_list_widget li img {
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
}
.tcdw_recommend_product_list_widget li a:hover img {
  opacity: 0.5;
}
#footer .tcdw_recommend_product_list_widget li {
  margin: 0 10px 15px 0;
  padding: 0;
}
#footer .tcdw_recommend_product_list_widget li img {
  width: 80px;
  height: 80px;
}
/* news list */
.tcdw_news_list_widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tcdw_news_list_widget li {
  background: none;
  margin: 0 0 8px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #aaa;
}
.tcdw_news_list_widget li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tcdw_news_list_widget .date {
  display: block;
  margin: 4px 0 5px 0;
  line-height: 100%;
}
.tcdw_news_list_widget .title {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 110%;
  font-size: 13px;
}
.tcdw_news_list_widget .title a {
  text-decoration: none;
  display: block;
}
.tcdw_news_list_widget .title a:hover {}
/* AdSense */
.ml_ad_widget {
  text-align: center;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* page nav */
.page_navi {
  margin: 0 0 40px 0;
}
.page_navi h4 {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #888;
}
.page_navi ul {
  margin: 0;
}
.page_navi li {
  float: left;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 13px 15px;
  line-height: 100%;
  margin: 0 4px 4px 0;
  background: #bbb;
  display: block;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
.page_navi a:hover {
  color: #fff;
  background: #00a2d9;
  text-decoration: none;
}
.page_navi span.dots {
  background: none;
}
.page_navi span.current {
  color: #fff;
  background: #333;
}
.page_navi p.back {
  margin: 0;
}
.page_navi p.back a, .page_navi p.back a:hover {
  display: inline-block;
  padding: 10px 15px;
}
/* ---------- clearfix hack ---------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%
}
.clearfix {
  display: block;
}
/* end MacIE5 */
/*************************************************************
【見出し】
*************************************************************/
.news_headline1 {
  margin: 0 0 25px 0;
  border-left: 8px solid #444;
  border-bottom: 1px dotted #999;
  line-height: 30px;
  font-size: 1.2em;
  padding: 0 0 0 14px;
  background-color: #FFF;
}
.news_headline2 {
  margin: 40px 0 20px 0;
  border-left: 6px solid #666;
  line-height: 26px;
  font-size: 1.1em;
  padding: 0 0 0 12px;
  background-color: #FFF;
}
/*************************************************************
【ボタン 青・緑】
*************************************************************/
a.button {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 15px 0px;
  height: 34px;
  line-height: 35px;
  margin: 0 4px 4px 0;
  background: #008ece;
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(0, 216, 255, 1) 0%, rgba(0, 142, 206, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 216, 255, 1)), color-stop(100%, rgba(0, 142, 206, 1)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d8ff', endColorstr='#008ece', GradientType=0);
  border: 1px solid #009de1;
  text-shadow: 1px 1px 0px #0085bf;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
a.button:hover {
  color: #fff;
  text-decoration: none;
  background: #0ddaff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ddaff', endColorstr='#0ddaff', GradientType=0);
}
a.button:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}
.post a.button2 {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 15px 0px;
  height: 34px;
  line-height: 35px;
  margin: 0 4px 4px 0;
  background: #36bf00;
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(65, 231, 0, 1) 0%, rgba(54, 191, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(65, 231, 0, 1)), color-stop(100%, rgba(54, 191, 0, 1)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41e700', endColorstr='#36bf00', GradientType=0);
  border: 1px solid #2da000;
  text-shadow: 1px 1px 0px #227a00;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
a.button2:hover {
  color: #fff;
  text-decoration: none;
  background: #7bf013;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bf013', endColorstr='#7bf013', GradientType=0);
}
a.button2:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}
.morebutton {
  margin: 50px 5px 50px 5px;
  text-align: center;
}
a.button3 {
  background: #999;
  border-radius: 3px;
  color: #FFF;
  font-size: 13px;
  line-height: 100%;
  padding: 12px 16px;
  text-decoration: none;
}
a.button3:hover {
  color: #fff;
  background: #3F7985;
  text-decoration: none;
}
/**************************************************************
【fontの設定】
**************************************************************/
.text70 {
  font-size: 70%
} /* フォントサイズ70% */
.text80 {
  font-size: 80%
}
.text90 {
  font-size: 90%
}
.text100 {
  font-size: 100%
}
.text110 {
  font-size: 110%
}
.text120 {
  font-size: 120%
}
.text130 {
  font-size: 130%
}
.text140 {
  font-size: 140%
}
.text150 {
  font-size: 150%
}
.text160 {
  font-size: 160%
}
.text170 {
  font-size: 170%
}
.text180 {
  font-size: 180%
}
.text190 {
  font-size: 190%
}
.text200 {
  font-size: 200%
}
.text210 {
  font-size: 210%
}
.text220 {
  font-size: 220%
}
.b {
  font-weight: 700
} /* 太字 */
.u {
  text-decoration: underline
} /* 下線 */
/**************************************************************
【colorの設定】
**************************************************************/
.red {
  color: #E70011
} /* 赤色 */
.blue {
  color: #2ca9e1
} /* 青色 */
.green {
  color: #82ae46
} /* 緑色 */
.orange {
  color: #ff7d00
} /* 橙色 */
.yellow {
  color: #fff000
} /* 黄色 */
.pink {
  color: #ff0084
} /* ピンク */
.gray {
  color: #999
}
/**************************************************************
【background-colorの設定】
**************************************************************/
.bg-yellow {
  background: #ff0
} /* 黄色の文字背景 */
.bg-blue {
  background: #4ab0f5
} /* 青色の文字背景 */
.bg-red {
  background: red
} /* 赤色の文字背景 */
/****************************************************************
【align 配置の設定】
*****************************************************************/
.align1 {
  text-align: center !important
} /* 中央寄せ */
.align2 {
  text-align: right !important
} /* 右寄せ */
.align3 {
  text-align: left !important
} /* 左寄せ */
/****************************************************************
【float 回り込みの設定】
*****************************************************************/
.r-flo {
  float: right;
  margin: 10px
} /* 右に回り込み */
.l-flo {
  float: left;
  margin: 10px
} /* 左に回り込み */
.f-clear {
  clear: both
} /* 回り込みの解除 */
/****************************************************************
【マウスオーバー時の画像リンク 不透明度の設定】※初期設定は60%
*****************************************************************/
a img.linkimg {
  background: none !important
}
a:hover img.linkimg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}
/*************************************************************
【行間の設定】
*************************************************************/
.lh20 {
  line-height: 20px;
}
.lh21 {
  line-height: 21px;
}
.lh22 {
  line-height: 22px;
}
.lh23 {
  line-height: 23px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}
/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important
} /* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important
} /* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important
} /* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important
} /* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important
} /* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important
}
.mt5 {
  margin-top: 5px !important
}
.mr5 {
  margin-right: 5px !important
}
.mb5 {
  margin-bottom: 5px !important
}
.ml5 {
  margin-left: 5px !important
}
.m10 {
  margin: 10px !important
}
.mt10 {
  margin-top: 10px !important
}
.mr10 {
  margin-right: 10px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.ml10 {
  margin-left: 10px !important
}
.m15 {
  margin: 15px !important
}
.mt15 {
  margin-top: 15px !important
}
.mr15 {
  margin-right: 15px !important
}
.mb15 {
  margin-bottom: 15px !important
}
.ml15 {
  margin-left: 15px !important
}
.m20 {
  margin: 20px !important
}
.mt20 {
  margin-top: 20px !important
}
.mr20 {
  margin-right: 20px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.ml20 {
  margin-left: 20px !important
}
.m25 {
  margin: 25px !important
}
.mt25 {
  margin-top: 25px !important
}
.mr25 {
  margin-right: 25px !important
}
.mb25 {
  margin-bottom: 25px !important
}
.ml25 {
  margin-left: 25px !important
}
.m30 {
  margin: 30px !important
}
.mt30 {
  margin-top: 30px !important
}
.mr30 {
  margin-right: 30px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.ml30 {
  margin-left: 30px !important
}
.m35 {
  margin: 35px !important
}
.mt35 {
  margin-top: 35px !important
}
.mr35 {
  margin-right: 35px !important
}
.mb35 {
  margin-bottom: 35px !important
}
.ml35 {
  margin-left: 35px !important
}
.m40 {
  margin: 40px !important
}
.mt40 {
  margin-top: 40px !important
}
.mr40 {
  margin-right: 40px !important
}
.mb40 {
  margin-bottom: 40px !important
}
.ml40 {
  margin-left: 40px !important
}
.m45 {
  margin: 45px !important
}
.mt45 {
  margin-top: 45px !important
}
.mr45 {
  margin-right: 45px !important
}
.mb45 {
  margin-bottom: 45px !important
}
.ml45 {
  margin-left: 45px !important
}
.m50 {
  margin: 50px !important
}
.mt50 {
  margin-top: 50px !important
}
.mr50 {
  margin-right: 50px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.ml50 {
  margin-left: 50px !important
}
.m55 {
  margin: 55px !important
}
.mt55 {
  margin-top: 55px !important
}
.mr55 {
  margin-right: 55px !important
}
.mb55 {
  margin-bottom: 55px !important
}
.ml55 {
  margin-left: 55px !important
}
.m60 {
  margin: 60px !important
}
.mt60 {
  margin-top: 60px !important
}
.mr60 {
  margin-right: 60px !important
}
.mb60 {
  margin-bottom: 60px !important
}
.ml60 {
  margin-left: 60px !important
}
.m65 {
  margin: 65px !important
}
.mt65 {
  margin-top: 65px !important
}
.mr65 {
  margin-right: 65px !important
}
.mb65 {
  margin-bottom: 65px !important
}
.ml65 {
  margin-left: 65px !important
}
.m70 {
  margin: 70px !important
}
.mr70 {
  margin-right: 70px !important
}
.mb70 {
  margin-bottom: 70px !important
}
.ml70 {
  margin-left: 70px !important
}
.m75 {
  margin: 75px !important
}
.mt75 {
  margin-top: 75px !important
}
.mr75 {
  margin-right: 75px !important
}
.mb75 {
  margin-bottom: 75px !important
}
.ml75 {
  margin-left: 75px !important
}
.m80 {
  margin: 80px !important
}
.mt80 {
  margin-top: 80px !important
}
.mr80 {
  margin-right: 80px !important
}
.mb80 {
  margin-bottom: 80px !important
}
.ml80 {
  margin-left: 80px !important
}
/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important
} /* padding-0px を指定するクラス */
.pt0 {
  padding-top: 0 !important
} /* padding-top0px を指定するクラス */
.pr0 {
  padding-right: 0 !important
} /* padding-right0px を指定するクラス */
.pb0 {
  padding-bottom: 0 !important
} /* padding-bottom0px を指定するクラス */
.pl0 {
  padding-left: 0 !important
} /* padding-left0px を指定するクラス */
.p5 {
  padding: 5px !important
}
.pt5 {
  padding-top: 5px !important
}
.pr5 {
  padding-right: 5px !important
}
.pb5 {
  padding-bottom: 5px !important
}
.pl5 {
  padding-left: 5px !important
}
.p10 {
  padding: 10px !important
}
.pt10 {
  padding-top: 10px !important
}
.pr10 {
  padding-right: 10px !important
}
.pb10 {
  padding-bottom: 10px !important
}
.pl10 {
  padding-left: 10px !important
}
/**************************************************************
【リンクありliの設定】
**************************************************************/
#list_mark ul li {
  position: relative;
  list-style: none;
}
#list_mark ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #065EAE;
  border-bottom: 1px solid #065EAE;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#list_mark a {
  color: #005BAC;
}
#list_mark_g a {
  color: #14b3ae;
}
#list_mark_g ul li {
  position: relative;
  list-style: none;
}
#list_mark_g ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #14b3ae;
  border-bottom: 1px solid #14b3ae;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*TOPページ用に幅修正*/
.top_li {
  margin: 10px 0 0 20px;
  list-height: 200%;
}
/**************************************************************
【box】
**************************************************************/
.box_s_c {
  padding: 10px 10px;
  border: 1px solid #CCC;
}
/**************************************************************
【製品個別ページ　機能アイコン】
**************************************************************/
#syouhin_wrapper .icon_area p {
  font-size: 11px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
  background-color: #3355CC;
  text-align: center;
  height: 20px;
  width: 95px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
  display: inline;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/**************************************************************
【製品個別ページ　hr】
**************************************************************/
hr.line {
  width: 80%;
  /*margin: 20px 0;*/
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/**************************************************************
【h3　背景一色】
**************************************************************/
h3.bar {
  position: relative;
  padding: .5em .75em;
  background-color: #F6F6F6;
}
h3.bar-red {
  position: relative;
  padding: .5em .75em;
  background-color: #FFC1C6;
}
h3.bar::before, h3.bar::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
h3.bar::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}
h3.bar::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}
/**************************************************************
【gtitle　リフォーム 横並びmenu】
**************************************************************/
#reform_title {
  border: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 5px;
  font-family: helvetica, arial, sans-serif;
  background-color: #F3E9D8;
}
#reform_title .gtitle {
  position: relative;
  color: #ffffff;
  background: #34C7C2;
  font-size: 14pt;
  line-height: 1;
  margin: 20px -10px 20px -10px;
  padding: 10px 5px 10px 20px;
  box-shadow: 1px 3px 7px 0px #ccc;
  border-top: 3px solid #34C7C2;
}
#reform_title .gtitle:after, .gtitle:before {
  content: &amp;
  quot;
  &amp;
  quot;
  ;
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #2CA7A4;
}
#reform_title .gtitle:after {
  left: 0;
  border-right: 5px solid #2CA7A4;
}
#reform_title .gtitle:before {
  right: 0;
  border-left: 5px solid #2CA7A4;
}
#reform_title_kiki {
  border: 1px solid #ccc;
  margin: auto;
  padding-top: 30px;
  font-family: helvetica, arial, sans-serif;
}
#reform_title_kiki h3 {
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #59DEDA, #14B3AE);
  background: -webkit-gradient(linear, left top, left bottom, from(#59DEDA), to(#14B3AE));
  padding: 10px 20px;
  margin-left: -20px;
  margin-top: 0;
  position: relative;
  width: 70%;
  -moz-box-shadow: 1px 1px 3px #0C6765;
  -webkit-box-shadow: 1px 1px 3px #0C6765;
  box-shadow: 1px 1px 3px #0C6765;
  color: #FFF;
  /*text-shadow: 0 1px 0 black;*/
}
#reform_title_kiki .arrow {
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 20px solid transparent;
  border-top: 10px solid #c8c8c8;
  top: 104%;
  left: 0;
  position: absolute;
}
/**************************************************************
【h3　リフォームラベル】
**************************************************************/
h3.label_reform {
  margin: -20px 0 0 0;
  padding: 10px;
  color: #663300;
  background-color: rgba(255, 240, 230, 0.5);
  position: absolute;
  text-align: center;
  font-size: 160%;
  -moz-box-shadow: 0 2px 10px #757584;
  -webkit-box-shadow: 0 2px 10px #757584;
  box-shadow: 0 2px 10px #757584;
  z-index: 4;
}
.label_reform_img {
  margin-top: 130px;
  text-align: center;
  vertical-align: middle;
}
.label_reform_photo {
  margin-left: 40px;
  /*-moz-box-shadow: 0 4px 10px #333;
	-webkit-box-shadow: 0 4px 10px #333;
	box-shadow: 0 4px 10px #333;*/
}
.reform_polaroids {
  margin: 10px 0 0 20px;
}
/**************************************************************
【h3　レシピ用】
**************************************************************/
h3.wrap_recipe_title {
  padding: 20px;
  background: url("https://www.buyo-ekika.co.jp/wp-content/uploads/2015/10/wrap_recipe_title.png") no-repeat;
}
dl.recipe_sorce {
  width: 260px;
  line-height: 1.6;
  margin: -20px 40px 15px 0px;
  float: left;
}
dl.recipe_sorce2 {
  width: 260px;
  line-height: 1.6;
  margin: -20px 0 6px 0;
  float: left;
  padding: 10px;
}
dl.recipe_sorce dt {
  float: left;
  margin: 0 0 0 30px;
}
dl.recipe_sorce dd {
  text-align: right;
}
dl.recipe_sorce2 dt {
  float: left;
  margin: 0 0 0 30px;
}
dl.recipe_sorce2 dd {
  text-align: right;
}
/**************************************************************
【まかせて安心ページ用　h2】
**************************************************************/
.service_h2 {
  position: relative;
  text-align: center;
}
.service_h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.service_h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
/**************************************************************
【お問合せフォーム用css】
**************************************************************/
.wpcf7 {
  max-width: 670px;
  txt-align: center;
}
span.wpcf7-list-item {
  display: block;
}
.contact-red {
  background-color: #E70011;
}
.contact-gray {
  background-color: #CCC;
}
.contact-txt {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.2em 0.6em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.contact-txta {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  order-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  /*height: 34px;*/
  line-height: 1.42857;
  padding: 6px 10px;
  width: 100%;
  box-sizing: border-box;
}
.contact-typebox {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 10px;
  box-sizing: border-box;
  width: 100%;
}
.contact-submit {
  border: 0;
  margin: 0 10px 10px;
  padding: 1em 20px;
  width: 180px;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  -webkit-appearance: none;
  background: #F97C00;
  background: -moz-linear-gradient(top, #FF9224 0%, #F97C00);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAC59), to(#F97C00));
}
div.wpcf7-mail-sent-ok {
  color: red;
  border: none;
}
div.wpcf7-mail-sent-ng {
  color: red;
  border: none;
}
div.wpcf7-spam-blocked {
  color: red;
  border: none;
}
div.wpcf7-validation-errors {
  color: red;
  border: none;
}
/**************************************************************
【QA】
**************************************************************/
#qa dl.faq {
  /*width: 800px;*/
  margin-bottom: 20px;
  border-bottom: dotted 1px #CCC;
  line-height: 1.4;
}
#qa dl.faq dt {
  min-height: 21px;
  height: auto !important;
  height: 21px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: bold;
  color: #FF4000;
}
#qa dl.faq dd {
  min-height: 19px;
  height: auto !important;
  height: 19px;
  margin-bottom: 20px;
  padding-left: 40px;
}
/**************************************************************
【box 機器の交換・取付工事用】
**************************************************************/
div.box {
  margin: 0 0 10px 10px;
  max-width: 670px;
}
div.box_01 {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  width: 176px;
  padding: 12px;
  margin: 0 16px 14px 0;
  display: inline-block;
  background: #5DB98B;
  background: linear-gradient(to bottom, #59DEDA, #14B3AE);
  -webkit-gradient(linear, left top, left bottom, from(#59DEDA), to(#14B3AE));
  -moz-linear-gradient(top, #59DEDA, #14B3AE);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFffffff', endColorstr='#265A3C');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffc0cb', GradientType=0);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
div.box_02 {
  position: relative;
  padding: 10px 10px;
  border-radius: 1px;
  border: 1px solid #666;
  margin: 10px 0px;
  width: 200px;
  height: 100px;
  background: #fff;
}
div.box_02:before, div.div8:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  width: 30%;
  height: 10px;
  box-shadow: 0 15px 10px #444;
}
div.box_02:before {
  left: 5px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
div.box_02:after {
  right: 5px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
div.box_03 {
  color: #fff;
  padding: 6px 6px;
  background: rgba(0, 0, 0, .9);
  border: 1px dotted #CAE3BF;
  box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 1);
  margin: 10px 5px;
  width: 200px;
  height: 40px;
}
/**************************************************************
【タグの装飾】
**************************************************************/
.meta_tag a {
  border: 1px solid rgba(50, 50, 50, 0.39);
  padding: 0 4px;
  background: rgba(50, 50, 50, 0.14);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/**************************************************************
【ガス機器詳細ページのメニューをボタン化】
**************************************************************/
#kiki_menu {
  text-align: center;
}
#kiki_menu img {
  margin: 6px auto;
}
#kiki_menu .button_kiki_img {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
}
#kiki_menu .button {
  border: none;
  color: white;
  /*overflow: hidden;*/
  margin: 10px;
  padding: 0;
  text-transform: uppercase;
  width: 140px;
  /*height: 40px;*/
  text-align: center;
}
#kiki_menu .button:hover {
  background-color: #FFECEE;
  box-shadow: 0 3px 0 #2D479E;
}
#kiki_menu .button_kiki_box {
  display: inline-block;
  margin-top: -20px;
  -webkit-flex: 2;
  flex: 2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#kiki_menu .button_kinou {
  background: -moz-linear-gradient(top, #FFF 0%, #EFFDFE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFFDFE));
  border: 2px solid #D8EDFE;
  color: #005BAC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  padding: 10px 0;
  float: left;
  margin-bottom: 40px;
  font-weight: bold;
}
/* 横並びddのstyle 201510追記  */
#box_m {
  width: 320px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  margin: 4px 12px 0 10px;
  padding: 10px;
  float: left;
  font-size: 12px;
}
/* 横並びddのstyle 201510追記  */
#box dl {
  /*width : 320px;*/
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  margin: 4px 12px 0 10px;
  padding: 10px;
  float: left;
  /*font-size:12px;*/
}
#box .box1 dt {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  /*padding-bottom : 3px;*/
  font-size: 12px;
}
#box .box1 dd {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.box2 {
  /*float:left;*/
  /*margin: 10px;*/
  padding: 10px;
  font-size: 110%;
}
.box_blue {
  padding: 10px;
  margin: 10px;
  background-color: #E8FAFF;
  font-weight: bold;
}
.box_ccc {
  padding: 10px;
  margin: 10px;
  background-color: #F9F9F9;
  font-weight: bold;
}
.box_before {
  padding: 16px;
  margin: 20px;
  background-color: #FCFEE9;
}
/* sale用box*/
.box_sale {
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #EB3333;
  background-image: -moz-linear-gradient(top, #ff6600 0%, #EB3333);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#EB3333));
}
.box_sale_txt {
  font-size: 280%;
  color: #FFF;
}
.box_sale_txt_s {
  font-size: 180%;
  color: #FFF;
}
/* 緊急時用レイアウト*/
#kiki_tbl dt {
  clear: both;
  padding: 0 10px 0 20px;
  font-weight: bold;
  float: left;
}
#kiki_tbl dd {
  float: left;
}
/* 横並びddのstyle 201510追記  */
/* 機器dl ddのstyle 201510追記  */
#box_kiki dl {
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  margin: 4px 12px 0 10px;
  padding: 10px 10px 20px 20px;
  font-size: 12px;
}
#box_kiki .box3 dd {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
#box_kiki img {
  padding: 0 20px 10px 0;
  float: left;
}
/* 機器ddのstyle 201510追記  */
/* オススメ商品のレイアウト調整 201510追記  */
#kiki_wrap {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
}
#kiki_wrap .torituke a {
  color: #E70011;
}
#kiki_wrap .line {
  width: 100%;
}
.kiki_txt_box {
  margin: 10px 0 20px 0;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
}
.kiki_img {
  float: left;
  display: inline-block;
  margin: 0 30px 20px 10px;
}
.kiki_btn {
  display: inline-block;
  padding: 10px;
}
.kiki_text_btn {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  /*border: solid 1px #B25900;*/
  background-color: #005BAC;
  color: #FFF;
  text-align: center;
  padding: 4px 6px;
  margin: 0 10px 10px 0;
}
.kiki_txt_no {
  font-size: 120%;
  display: flex;
  padding: 0 10px;
}
.kiki_kakaku { /*margin-top:16px;font-weight:bold;*/ line-height: 222%;
  padding-left: 10px;
  display: flex;
  text-decoration: line-through;
}
.kiki_kakaku_hanbai {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #E70011;
  line-height: 160%;
  display: flex;
}
.kiki_txt_info {
  padding-left: 10px;
  display: flex;
}
.kiki_txt {
  padding-left: 10px;
  display: flex;
}
.kiki_txt:before {
  content: "※";
}
.kiki_logo_box:after {
  clear: both;
}
.kiki_logo_box img {
  margin: 10px 0 0 0;
}
.kiki_txt_set {
  border: solid 1px #005BAC;
  padding: 4px; /*margin-bottom:-10px;*/ font-size: smaller;
  color: #005BAC;
  font-weight: bold;
}
.kiki_caption {
  text-align: center;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #E70011;
  line-height: 200%;
}
.kiki_txt_no2 {
  padding: 5px 10px;
  display: flow-root;
}
.kiki_txt_no2 strong {
  font-size: 120%;
}
/* 床暖房用の設定 201510追記  */
#yukadan_5m {
  margin: 0 auto;
  width: 90%;
}
#yukadan_5m:before {
  clear: both;
}
#yukadan_5m .yukadan_naka {
  float: left;
  width: 60%;
  margin-right: 10px;
}
#yukadan_5m .yukadan_title {
  font-weight: bold;
  color: #944F01;
  margin: 10px 0 6px 0;
  float: left;
}
#yukadan_5m .yukadan_txt {
  float: left;
  font-size: 90%;
}
#yukadan_5m .yukadan_img img {
  float: left;
  margin: 14px 10px 30px 0;
}
/*.kiki_text_btn{padding:4px 6px; margin-left:10px; border: 1px solid #15aeec; background-color: #005BAC; background-image: -webkit-linear-gradient(top, #3CA3FF , #005BAC); background-image: linear-gradient(to bottom, #3CA3FF , #005BAC); border-radius: 4px; color: #fff; line-height: 50px; -webkit-transition: none; transition: none; text-shadow: 0 1px 1px rgba(0, 0, 0, .3);}*/
/* オススメ商品のレイアウト調整 201510追記  */
.img_2c {
  text-align: center;
  margin: 0 auto; /*width: 90%;*/
}
.kiki_s {
  font-size: 90%;
}
.kiki_ss {
  font-size: 80%;
}
.d-meyasu {
  display: flex;
  margin: 0;
  width: 300px;
  margin-top: 10px;
}
/* 企業理念 201510追記  */
.rinen-txt {
  text-align: center;
  font-size: 160%;
  line-height: 180%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* 企業理念 201510追記  */
/* ぱんくず調整  */
div.breadcrumbs {
  /*margin: 10px;*/
  padding: 10px 0;
  font-size: 80%;
}
/* ぱんくず調整  */
/* 衣類乾燥機　kinou4  */
.irui_k4 {
  display: table-cell;
  width: 380px;
  text-align: left;
  padding: 10px;
  border: 1px solid #E8FAFF;
}
/* 衣類乾燥機　kinou4  */
/* レイアウト調整 201601追記  ここから*/
ul.AreaName {
  width: 100%;
}
ul.AreaName li {
  list-style-type: none;
  float: left;
  width: 30%;
}
ul.AreaName#built li {
  list-style-type: none;
  float: left;
  width: 12%;
}
.AreaName {
  zoom: 100%;
}
.AreaName:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.gasfee {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  width: 250px;
  padding: 5px;
}
.border-dot-b {
  border-bottom: 2px dotted blue;
}
.center {
  text-align: center;
  margin: 0 auto;
  border: none !important;
}
.mt-30 {
  margin-top: -30px;
}
ul#rinen {
  margin: 0;
}
.vMiddle {
  vertical-align: middle;
}
#m0ml4 {
  margin: 0;
  margin-left: 4px;
}
ul#checklist {
  list-style-type: none !important;
}
ul#checklist li {
  background: url("https://www.buyo-ekika.co.jp/wp-content/uploads/2015/12/check_ss.jpg") no-repeat;
  padding-left: 40px;
  margin: 5px 0;
  list-style-type: none !important;
}
.post .wp-caption {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.renovation-flow {
  background-color: #f0f0f0;
  padding-top: 10px;
}
/* レイアウト調整 201601追記  ここまで*/
/* 施工事例メニュー 20170728追記  ここから*/
.sekou_menu {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #F7FAFF;
  font-size: 18px;
  font-weight: bold;
  color: #33336c;
}
.sekou_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sekou_menu ul li {
    float: left;
    border: 1px solid #065eb3;
    background-color: #ffffff;
    margin: 4px 6px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-basis: 23%;
}
.sekou_menu ul li a {
  color: #065eae;
  display: block;
  padding: 10px;
}
.sekou_menu ul li:hover {
  background-color: #fcf7cd;
}

@media screen and (max-width: 640px) {
	.sekou_menu ul li {
		font-size: 11px;
		flex-basis: 44%;
}
}


/* 施工事例メニュー 20170728追記  ここまで*/
/**************************************************************

特集 ラク家事・省エネ 20190508追記

**************************************************************/
/* 特集 ラク家事・省エネ 20190508追記  ここから*/
/* 特集_吹き出し会話 */
.fukidashi p {
  margin: 0;
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .fukidashi p {
    text-align: left;
    max-width: 26em;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi p {
    font-size: 1.1em;
  }
}
.fukidashi img {
  height: unset;
  border-bottom: 2px dotted #d5d5d5;
}
.fukidashi .sp-right img {
  float: right;
}
/* 特集_製品情報 BEGIN */
.wrap-product-information {
  margin: 0 auto;
  border: 15px solid #f2f2f2;
  padding: 20px 60px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .wrap-product-information {
    padding: 20px 20px;
  }
}
.wrap-product-information .so-panel {
  margin-bottom: 0 !important;
}
.wrap-product-information .panel-grid {
  margin-bottom: 0 !important;
}
.wrap-product-information h3.widget-title {
  /* display: none; */
  font-size: 0.8em;
  color: #ccc;
  margin-bottom: -1.8em;
  margin-top: -5px !important;
}
.link-product {
  margin-top: 30px;
}
.wrap-product-information .link-product ul li {
  font-size: 1.1em;
  line-height: 1.3em;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .wrap-product-information .link-product ul li {
    margin: 0;
  }
}
.wrap-product-information .link-product ul li a {
  border: 2px dotted #509bff;
  list-style: disc inside !important;
  margin: 0 0 10px !important;
  padding: 12px 3px 12px 15px;
  display: block;
}
.wrap-product-information .link-product ul li a:hover {
  background-color: #fcf7cd;
}
/* 吹き出し_左向き */
.balloon2-left > div {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005bac;
  border-radius: 10px;
  box-sizing: border-box;
}
.balloon2-left > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 26px solid #FFF;
  z-index: 2;
}
.balloon2-left > div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -44px;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 34px solid #005bac;
  z-index: 1;
}
.balloon2-left > div p {
  margin: 0;
  padding: 5px;
  line-height: 1.5em;
  color: #005bac;
}
/* 吹き出し_右向き */
.balloon2-right {
  text-align: right;
}
.balloon2-right > div {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F29BA1;
  border-radius: 10px;
  box-sizing: border-box;
}
.balloon2-right > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 26px solid #FFF;
  z-index: 2;
}
.balloon2-right > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -44px;
  margin-top: -9px;
  border: 9px solid transparent;
  border-left: 34px solid #F29BA1;
  z-index: 1;
}
.balloon2-right > div p {
  margin: 0;
  padding: 5px;
  line-height: 1.5em;
}
/* 吹き出し_上向き */
.balloon2-top > div {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #005bac;
  box-sizing: border-box;
}
.balloon2-top > div:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon2-top > div:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #005bac;
  z-index: 1;
}
.balloon2-top > div p {
  margin: 0;
  adding: 0;
  color: #005bac;
}
/* 吹き出し_下向き */
.balloon2 > div {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F29BA1;
  box-sizing: border-box;
}
.balloon2 > div:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon2 > div:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #F29BA1;
  z-index: 1;
}
.balloon2 > div p {
  margin: 0;
  padding: 0;
}
/* 特集_次世代住宅ポイント_左向き */
.jisedai-points {
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .jisedai-points {
    text-align: left;
  }
}
.jisedai-points > div {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #3463ad;
  border: solid 3px #3463ad;
  border-radius: 5px;
  box-sizing: border-box;
}
/*.jisedai-points > div::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
} */
/*.jisedai-points > div::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #3463ad;
	z-index: 1;
} */
.jisedai-points > div p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 0.8em !important;
}
.jisedai-points > div p em {
  font-style: normal;
  font-size: 0.9em;
}
.jisedai-points > div p strong {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.3;
}
.jisedai-points > div p a {
  color: #ffffff;
  padding: 0 1em;
}
@media screen and (max-width: 640px) {
  .jisedai-points > div p a {
    padding: 5px;
    line-height: 1.3em;
    display: block;
  }
}
.jisedai-points > div p a:hover {
  opacity: 0.8;
}
.jisedai-points-nolink {
  text-align: right;
  margin-bottom: 10px;
}
.jisedai-points-nolink > div {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #3463ad;
  border: solid 3px #3463ad;
  border-radius: 5px;
  box-sizing: border-box;
}
.jisedai-points-nolink > div p {
  margin: 0 !important;
  padding: 0 10px;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 0.8em !important;
}
.jisedai-points-nolink > div p em {
  font-style: normal;
  font-size: 0.9em;
}
.jisedai-points-nolink > div p strong {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .feature-topicline h2 {
    border-bottom: none !important;
    font-size: 1.2em !important;
    text-align: left !important;
  }
}
.feature-topicitem {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .feature-topicitem {
    width: 60%;
    min-width: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .feature-topicitem > div {
    margin-bottom: 10px !important;
  }

}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .feature-topicitem .panel-grid-cell {
    width: 28% !important;
    float: left !important;
    margin: 0px 2%;
  }
}
.fukidashi-scene-separate h2 {
  margin-top: 0;
  font-size: 1.6em;
}
@media screen and (max-width: 640px) {
  .fukidashi-scene-separate h2 {
    border-bottom: none !important;
    margin: 0 0 0px !important;
    text-align: left !important;
    line-height: 1.5em;
  }
}
/* スマホ表示向け 吹き出し BEGIN */
@media screen and (max-width: 640px) {
  .fukidashi {
    width: 90%;
    margin: -20px auto;
  }
  .fukidashi p {
    text-align: center;
  }
  .fukidashi img {
    height: unset;
    width: 140px;
  }
  .fukidashi .balloon2-left p {
    text-align: left !important;
  }
  .fukidashi .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .balloon2-left > div::before {
    left: -22px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
  }
  .balloon2-left > div::after {
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #005bac;
  }
  .balloon2-right > div::before {
    right: -22px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
  }
  .balloon2-right > div::after {
    right: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #F29BA1;
  }
}
/* スマホ表示向け 吹き出し END */
/* 吹き出し img背景 BEGIN */
.fukidashi .so-widget-sow-image::after {
  content: "";
  background: #e8f0ff;
  position: absolute;
  width: 190px;
  height: 190px;
  top: -20px;
  left: -10px;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .fukidashi .so-widget-sow-image::after {
    left: -25px;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi .so-widget-sow-image::after {
    left: -25px;
  }
  .fukidashi .sp-right .so-widget-sow-image::after {
    left: unset;
    right: -25px !important;
  }
}
.fukidashi div.panel-grid-cell {
  position: relative;
}
.fukidashi img, .fukidashi .so-widget-sow-editor {
  position: relative;
  z-index: 1;
}
/* 吹き出し img背景 END */
/* adjustment */
.none-dis {
  display: none;
}
.wrap-product-information .manufacturer-logo img {
  margin-left: -10px;
}
.wrap-product-information .multiple-logos p {
  margin: 0 0 0 -10px;
  line-height: 1;
}
.wrap-product-information h4 {
  margin: 10px 0 15px;
}
.wrap-product-information p {
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
@media screen and (max-width: 640px) {
  .wrap-product-information p {
    margin-bottom: 10px !important;
    font-size: 1.14em;
  }
}
.wrap-product-information p strong {
  color: #3463ad;
  /*	color: #f9892e;*/
}
.wrap-product-information ul {
  margin: 0 0 10px 0 !important;
}
/*
for_baseCSSadjustment BEGIN (min-width: 641px) and (max-width: 780px)
*/
@media screen and (min-width: 641px) and (max-width: 780px) {
  .fukidashi img {
    max-width: 136px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .wrap-product-information img {
    max-width: 310px !important;
  }
  .wrap-product-information .wide-view img {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  /*.wrap-product-information > div > div:nth-child(4) > div {
	width: 50% !important;
	float: left !important;
}*/
  .parallel-arrangement .panel-grid-cell {
    width: 50% !important;
    float: left !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .fukidashi {
    text-align: center;
  }
  .fukidashi div {
    width: max-content !important;
    display: inline-block;
    margin-bottom: 0 !important;
  }
}
/*
for_baseCSSadjustment END
*/
@media screen and (max-width: 640px) {
  .balloon2-left {
    margin-left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .balloon2-right {
    margin-right: 5%;
    width: 95%;
  }
}
.itemwrapline-radius p {
  border: 2px dotted #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 0px;
  font-size: 1.8em;
  background-color: #fff;
}
.wrap-product-information .addlink-btn p {
  margin-bottom: 0 !important;
  line-height: 1.3em;
  border: 2px solid #509bff;
}
@media screen and (max-width: 640px) {
  .wrap-product-information .addlink-btn p {
    margin-left: 0;
  }
}
.wrap-product-information .addlink-btn a {
  color: #ffffff;
  background-color: #509bff;
  color: #fff;
  padding: 12px;
  display: block;
}
.wrap-product-information .addlink-btn a:hover {
  opacity: 0.8;
}
.jisedai-points-block {
  margin-top: 30px !important;
  padding: 20px 60px;
  background-image: url(https://www.buyo-ekika.co.jp/wp-content/uploads/2019/05/imagebg-town-b3.png) !important;
  border-width: 2px !important;
  border-radius: 4px;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .jisedai-points-block {
    padding: 10px;
  }
}
.jisedai-points-block p {
  color: #ffffff;
  line-height: 1.5em !important;
  margin-bottom: 0px !important;
}
.jisedai-points-block li {
  line-height: 1.5em;
}
.jisedai-points-block a {
  color: #fef1e1 !important;
}
.jisedai-points-block a:hover {
  color: #ffcc99 !important;
}
.jisedai-points-title h3 {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 20px !important;
}
@media screen and (max-width: 640px) {
  .jisedai-points-title h3 {
    text-align: left !important;
    margin-top: 20px !important;
    font-size: 1.4em;
  }
}
.jisedai-points-title h3 em {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .jisedai-points-title h3 em {
    font-style: normal;
    display: block;
    margin-left: -0.5em;
  }
}
.jisedai-points-block div:nth-of-type(n+2) {
  margin-bottom: 0 !important;
}
.linkbtn-specialfeature {
  margin-bottom: 40px;
}
.linkbtn-specialfeature > div {
  width: 46% !important;
  float: left !important;
  margin: 0 2%;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature > div {
    float: none !important;
    width: 86% !important;
    margin: 0 auto;
  }
}
.linkbtn-specialfeature h2 {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature h2 {
    border-bottom: none !important;
    background-color: inherit !important;
    margin-bottom: 0 !important;
  }
}
.linkbtn-specialfeature a {
  padding-top: 20px;
  width: 100%;
  display: inline-block;
  font-size: 1.6em;
  position: relative;
  height: 220px;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature a {
    padding-top: 5px;
    font-size: 1.3em;
    height: 180px;
  }
}
/* .linkbtn-specialfeature a::after {
	content: "> 詳しくはこちら";
	position: absolute;
	font-size: 13px;
	bottom: 10px;
	right: 10px;
	background-color: #ed5129;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 10px;
	text-shadow: none;
} */
.linkbtn-specialfeature a::after {
  content: "> 詳しくはこちら";
  position: absolute;
  font-size: 16px;
  bottom: -15px;
  right: 25%;
  background-color: #fd8002;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px 0;
  text-shadow: none;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature a::after {
    font-size: 16px;
    right: 20%;
    width: 60%;
  }
}
.linkbtn-specialfeature .linkbtn-1 a {
  color: #dd8822;
  /*	text-shadow: 1px 2px 1px #faf3eb, -2px 2px 1px #faf3eb, 2px -2px 1px #faf3eb, -2px -1px 1px #faf3eb; */
  text-shadow: 2px 3px 2px #faf3eb, -3px 3px 2px #faf3eb, 3px -3px 2px #faf3eb, -3px -2px 2px #faf3eb;
}
.linkbtn-specialfeature .linkbtn-2 a {
  color: #0099cc;
  /*	text-shadow: 1px 2px 1px #e6f4e5, -2px 2px 1px #e6f4e5, 2px -2px 1px #e6f4e5, -2px -1px 1px #e6f4e5; */
  text-shadow: 2px 3px 2px #e6f4e5, -3px 3px 2px #e6f4e5, 3px -3px 2px #e6f4e5, -3px -2px 2px #e6f4e5;
}
.linkbtn-specialfeature .linkbtn-1 {
  background-image: url(https://www.buyo-ekika.co.jp/wp-content/uploads/2019/05/ラク家事_忙しい主婦3.png);
  background-color: #faf3eb;
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature .linkbtn-1 {
    background-position: center 20px;
  }
}
.linkbtn-specialfeature .linkbtn-2 {
  background-image: url(https://www.buyo-ekika.co.jp/wp-content/uploads/2019/05/eco省エネイメージ.png);
  background-color: #e6f4e5;
  background-size: cover;
  background-position: center 53px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .linkbtn-specialfeature .linkbtn-2 {
    background-position: center 30px;
  }
}
.linkbtn-specialfeature .linkbtn-1, .linkbtn-specialfeature .linkbtn-2 {
  border: 4px solid #f4f4f4;
  border-radius: 5px;
}
.linkbtn-specialfeature .linkbtn-1:hover, .linkbtn-specialfeature .linkbtn-2:hover {
  opacity: 0.75;
}
/* 特集　ページ内リンク BEGIN */
.page-anchor-link {
  background-color: #F7FAFF;
  padding: 20px 5px 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-anchor-link > div {
  margin-bottom: 0 !important;
}
.page-anchor-link > div > div > div {
  margin-bottom: 0 !important;
}
.page-anchor-link-title {}
.page-anchor-link-title p {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 auto 15px;
}
.page-anchor-link-menuitem {}
.page-anchor-link-menuitem ul {
  text-align: center;
  margin: 0 0 10px !important;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .page-anchor-link-menuitem ul {
    margin-top: 10px !important;
  }
}
.page-anchor-link-menuitem ul li {
  font-size: 14px;
  list-style: none;
  margin: 10px 5px 14px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .page-anchor-link-menuitem ul li {
    margin: 10px 5px 16px;
  }
}
.page-anchor-link-menuitem a {
  color: #065eae;
  padding: 10px 20px;
  border: 1px solid #065eb3;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-anchor-link-menuitem a {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.page-anchor-line p {
  background-color: #005bac;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  border-radius: 2em;
  font-size: 1.8em;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .page-anchor-line p {
    width: 100%;
    font-size: 1.6em;
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.page-anchor-link-menuitem a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  right: 3px;
  color: #F29BA1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #f29ba1 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #f29ba1 #000000;
  _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.page-anchor-link-menuitem a:hover {
  background-color: #fcf7cd;
}
/* 特集　ページ内リンク END */
.feature-catch .panel-first-child {
  margin-bottom: 0 !important;
}
.feature-catch h2 {
  margin-bottom: 10px !important;
  text-align: center !important;
  font-size: 1.8em;
  border-bottom: 2px solid #23591c !important;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .feature-catch h2 {
    text-align: left !important;
    padding-top: 0;
    margin-top: -15px !important;
  }
}
.feature-catch p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .feature-catch p {
    text-align: left;
    line-height: 1.5em !important;
    margin-bottom: 30px !important;
  }
}
.featuremenu-raku .page-anchor-link {
  background-color: #faf3eb;
  border-radius: 10px;
}
.featuremenu-saving .page-anchor-link {
  background-color: #e6f4e5;
  border-radius: 10px;
}
/* 特集ページ上部イメージ */
.tokushu-rakukaji > div > div, .tokushu-eco > div > div {
  margin-bottom: 0 !important;
}
.tokushu-rakukaji h1, .tokushu-eco h1 {
  font-size: 2.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .tokushu-rakukaji h1, .tokushu-eco h1 {
    margin-top: 0;
  }
}
.tokushu-rakukaji .tokushu-visual, .tokushu-eco .tokushu-visual {
  height: 320px;
}
.tokushu-rakukaji .tokushu-visual {
  background-repeat: no-repeat;
  background-position: center -130px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .tokushu-rakukaji .tokushu-visual, .tokushu-eco .tokushu-visual {
    height: 180px;
  }
  .tokushu-rakukaji .tokushu-visual {
    background-position: center top;
    background-size: cover;
  }
}
.tokushu-eco .tokushu-visual {
  background-repeat: no-repeat;
  background-position: center -140px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .tokushu-eco .tokushu-visual {
    background-position: center -50px;
  }
}
@media screen and (max-width: 640px) {
  .tokushu-catch h2 {
    text-align: left !important;
    border: none !important;
    margin-bottom: 0 !important;
  }
}
/* こんな方におすすめです */
.wrap-product-information .osusume-topic {
  font-size: 1.1em;
}
.wrap-product-information .osusume-topic p {
  text-align: center;
}
.wrap-product-information .osusume-topic ul {
  margin: 0 0 20px 0 !important;
}
.wrap-product-information .osusume-topic ul li {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 1em;
  padding: 0 1em;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: center;
}
/* 特集おすすめリンク */
.recommend-link p {
  margin: -50px 0 0 0;
}
.recommend-link a {
  border: 4px solid #9cf;
  padding: 20px 10px;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3em;
  background-color: #f7faff;
  border-radius: 8px;
}
.recommend-link a:hover {
  opacity: 0.8;
}
.to-shouene .recommend-link a {
  background-image: url(https://www.buyo-ekika.co.jp/wp-content/uploads/2019/05/eco省エネイメージ.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10px;
}
.to-rakukaji .recommend-link a {
  background-image: url(https://www.buyo-ekika.co.jp/wp-content/uploads/2019/05/ラク家事_忙しい主婦3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10px;
}
@media screen and (max-width: 640px) {
  .recommend-link a {
    padding: 50px 5px;
    margin: 0;
    width: auto;
    text-shadow: 1px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -1px 1px #fff;
  }
  .to-rakukaji .recommend-link a {
    background-size: 50%;
    background-position: -40px bottom;
  }
  .to-shouene .recommend-link a {
    background-size: 50%;
  }
}
/* ----- */
@media screen and (min-width: 641px) and (max-width: 780px) {
  #pgc-w5cde578b21e88-2-0, #pgc-w5cde790c9c79b-2-0, #pgc-w5cde578b21fb6-2-0, #pgc-w5ce1e804a8125-2-0, #pgc-w5cde578b2213d-2-0, #pgc-w5ce1e9b4e0975-2-0, #pgc-w5cde64831e14b-2-0, #pgc-w5ce2530c89bee-2-0, #pgc-w5ce25471439ab-2-0, #pgc-w5ce2547143938-2-0, #pgc-w5ce2547143879-2-0, #pgc-w5ce24d46d81aa-2-0 {
    margin-bottom: 0 !important;
  }
  .parallel-arrangement .panel-grid-cell:first-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  #pgc-w5cde790c9c79b-2-0, #pgc-w5cde7948e3d87-2-0, #pgc-w5cde578b2213d-2-0, #pgc-w5cde578b21fb6-2-0, #pgc-w5cde578b21e88-2-0 {
    margin-bottom: 0 !important;
  }
}
.backtotop p {
  margin: 0;
}
/* 吹き出し用 Webフォント */
@font-face {
  font-family: 'huiji';
  src: url('https://www.buyo-ekika.co.jp/wp-content/themes/precious_tdc019-child/fonts/HuiFontP109.eot'); /* IE9 Compat Modes */
  src: url('https://www.buyo-ekika.co.jp/wp-content/themes/precious_tdc019-child/fonts/HuiFontP109.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */ url('https://www.buyo-ekika.co.jp/wp-content/themes/precious_tdc019-child/fonts/HuiFontP109.woff') format('woff'), /* woff - Modern Browsers */ url('https://www.buyo-ekika.co.jp/wp-content/themes/precious_tdc019-child/fonts/HuiFontP109.ttf') format('truetype'), /* ttf - Safari, Android, iOS */ url('https://www.buyo-ekika.co.jp/wp-content/themes/precious_tdc019-child/fonts/HuiFontP109.woff2') format('woff2');
}
.fukidashi p {
  font-family: huiji, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.3em;
  letter-spacing: -0.05em;
}
.fukidashi p strong {
  color: #f9892e;
}
@media screen and (max-width: 640px) {
  .fukidashi p {
    font-size: 1.3em;
  }
}
/* 特集 ラク家事・省エネ 20190520追記  ここまで*/