@charset "UTF-8";
/* bg */
body.page {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bgPageStyle_dot {
  transition: all 0.3s;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAI0lEQVQYV2NkwAEYCUrcvn37P0iRqqoqWDFcB04JdCNx2gEAY8EIByuloJcAAAAASUVORK5CYII=) center top repeat;
}

a img {
  -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 img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ro a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tc {
  text-align: center;
}

/*
h3{
    font-size: 1.5rem;
    font-weight: 600;
	display: table;
    text-align: left;
    white-space: nowrap;
	text-align: center;
	
    &:after,
    &:before {
        content: '';
        display: table-cell;
        width: 50%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
        background-clip: padding;
		-webkit-background-clip: padding;

    }
 
    &:after {
        border-left: 1em solid transparent;
    }
 
    &:before {
        border-right: 1em solid transparent;
    }

	span {
		display: block;
		font-size: 0.75rem;
		opacity: .5;
	}
	
	@media screen and (max-width: 480px){
		text-align: center;
		font-size: 1.5rem;
		font-weight: 600;
		display: block;
		text-align: center;
		white-space:inherit;
		

		&:after,
		&:before {
		content: '';
		display: block;
		width: 100%;
		background: none;
		background-clip:inherit;
		-webkit-background-clip: inherit;

		}

		&:after {
		border-left:none;
		}

		&:before {
		border-right: none;
		}

		span {
		display: block;
		font-size: 0.75rem;
		opacity: .5;
		}
	}
	
}
*/
h4 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  h4 {
    margin-bottom: 2rem;
    padding: 0.5rem 0 1rem;
    text-align: left;
  }
}
h4 span {
  /*font-family: 'Chewy', cursive;*/
  font-family: 'Quicksand', sans-serif;
  letter-spacing: normal;
  font-size: 1.75rem !important;
  display: block;
  opacity: 0.1 !important;
  float: right;
  margin: 0;
  line-height: 2rem;
  /*opacity: 0.3;*/
}
@media screen and (max-width: 480px) {
  h4 span {
    font-family: 'Chewy', cursive;
    letter-spacing: normal;
    font-size: 1rem !important;
    display: block;
    opacity: 0.5 !important;
    float: inherit;
    margin: 0 0 0.5rem;
    line-height: 0.5rem;
    /* opacity: 0.3; */
  }
}

.page-id-18 h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .page-id-18 h4 {
    margin-bottom: 0;
  }
}
.page-id-18 h4 span {
  float: inherit;
}

.page-id-20 h4 {
  margin-bottom: 1.5rem;
}

.page-id-10 h4 {
  margin-bottom: 1.5rem;
}
.page-id-10 h4 span {
  font-size: 1.25rem !important;
  opacity: 0.2 !important;
}

.h2 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .h2 {
    margin-bottom: 2rem;
    padding: 3rem 0;
    font-size: 3rem;
    margin-top: 0;
  }
}
.h2 span {
  font-family: 'Chewy', cursive;
  letter-spacing: normal;
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
  /*opacity: 0.3;*/
}
@media screen and (max-width: 480px) {
  .h2 span {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }
}

h3 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  h3 {
    margin-bottom: 1rem;
    padding: 0rem 0;
  }
}
h3 span {
  /*font-family: 'Chewy', cursive;*/
  font-family: 'Quicksand', sans-serif;
  letter-spacing: normal;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0rem;
  /*opacity: 0.3;*/
}
@media screen and (max-width: 480px) {
  h3 span {
    margin-bottom: 0rem;
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.1rem;
  color: #000;
}

#main a {
  color: #0086d1;
}
#main a:hover {
  font-weight: 600;
  color: #D17700;
  text-decoration: none;
}

/*
#main ol,#main ul {
	margin-left: 1rem;
}

#main ol li,#main ul li {
	box-sizing: border-box;
	margin-bottom: 0.5rem;
	position: relative;
	@media screen and (max-width: 480px){
		font-size: 0.9rem;
	}
	
	&:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}	
}
*/
/*
.date {
	border: 2px solid;
    padding: 1rem 2rem;
	
}
*/
.box_in {
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  .box_in {
    padding-right: 0rem;
  }
}
.box_in:last-child {
  padding-right: 0rem;
}

.en {
  position: relative;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #0086d1;
  font-size: 0.75rem;
  color: #ffffff;
}
.en:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 16px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top: 4px solid #0086d1;
  border-right: 4px solid #0086d1;
}

/****************************************************************
エアコンクリーニング　service/housecleaning_group/housecleaning/air-conditioning/
****************************************************************/
.img_voice > p {
  width: 5.5rem;
}

dl.acMenu {
  width: 100%;
}
dl.acMenu h4 {
  padding-right: 4rem;
}
@media screen and (max-width: 480px) {
  dl.acMenu h4 {
    padding-right: 3rem;
    border: none;
    font-size: 1rem;
  }
}
dl.acMenu dt {
  display: block;
  width: 100%;
  height: auto;
  border: #000 2px solid;
  cursor: pointer;
  padding: 0 0 0 2rem;
  position: relative;
}
dl.acMenu dt:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "+";
  position: absolute;
  font-size: 1.2rem;
  top: 30%;
  right: 8%;
}
dl.acMenu dd {
  width: 100%;
  height: auto;
  border: #000 2px solid;
  border-top: none;
  padding: 2rem;
  text-align: left;
  display: none;
}

dl.open dt:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "-";
  position: absolute;
  font-size: 1.2rem;
  top: 30%;
  right: 8%;
}

ul.lazy-item, ul.responsive {
  margin-left: 0 !important;
}
ul.lazy-item li, ul.responsive li {
  border: none;
}
ul.lazy-item li:hover, ul.responsive li:hover {
  border: none;
}
ul.lazy-item li:after, ul.responsive li:after {
  display: none !important;
}

.entry-content .cate_aircon table {
  margin-bottom: 3rem;
}
.entry-content .cate_aircon table:last-child {
  margin-bottom: 0;
}
.entry-content .cate_aircon table th {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  .entry-content .cate_aircon table th {
    display: block;
    width: 100%;
  }
}
.entry-content .cate_aircon table td {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .entry-content .cate_aircon table td {
    display: block;
    width: 100%;
  }
  .entry-content .cate_aircon table td:last-child {
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content table tr {
  border: 2px solid;
}
.entry-content table tr:nth-child(even) {
  background-color: transparent;
}
.entry-content table td {
  padding: 1rem;
  border: 2px solid;
}
@media only screen and (max-width: 480px) {
  .entry-content table td {
    display: block;
    width: 100%;
  }
  .entry-content table td:last-child {
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
.entry-content table th {
  padding: 1rem;
  background-color: #EDEDED;
  border: none;
}
@media only screen and (max-width: 480px) {
  .entry-content table th {
    display: block;
    width: 100%;
  }
}
.entry-content table th:last-child {
  border: 0;
}
.entry-content table th:first-child {
  padding: 1rem;
}

.wall div {
  margin-right: 1rem;
}

/*************************************************************************************
家庭用エアコン
*************************************************************************************/
.responsive_col5 {
  width: 100%;
  margin: 0 auto;
}
.responsive_col5 .slick-slide {
  margin-right: 1rem;
}
.responsive_col5 .slick-slide:last-of-type {
  margin-right: 0rem;
}
.responsive_col5 .slick-list {
  width: 82%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .responsive_col5 .slick-list {
    width: 100%;
    margin: 0 auto;
  }
}

/* panasea */
.circle01 {
  background: url(/images/panacea/N811_ginnofork500.jpg) 0 0 no-repeat #F3FFDD;
  height: 300px;
  width: 300px;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  text-align: center;
  -moz-background-size: cover;
  background-size: cover;
}

.ptn2 {
  background: url(/images/panacea/YM75_nigauri20140621500.jpg) 0 0 no-repeat;
}

.ptn3 {
  background: url(/images/panacea/a1180_009493.jpg) 0 0 no-repeat;
}

.ptn4 {
  background: url(/images/panacea/infuru.jpg) 0 0 no-repeat;
}

.ptn5 {
  background: url(/images/panacea/noro.jpg) 0 0 no-repeat;
}

.ptn6 {
  background: url(/images/panacea/o-157.jpg) 0 0 no-repeat;
}

.ptn7 {
  background: url(/images/panacea/sonota.jpg) 0 0 no-repeat;
}

.ptn8 {
  background: url(/images/panacea/innai.jpg) 0 0 no-repeat;
}

.ptn9 {
  background: url(/images/panacea/tori.jpg) 0 0 no-repeat;
}

.ptn2, .ptn3, ptn4, ptn5, ptn6, ptn7, ptn8, ptn9, ptn10 {
  -moz-background-size: cover;
  background-size: cover;
}

/* ƒpƒiƒZƒA ======================================================== */
.circle-in {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 130px;
  height: 260px;
  left: 7%;
  position: relative;
  top: 7%;
  width: 260px;
}

.circle01:nth-child(2) {
  background-color: #D1E8E1;
}

.circle01:nth-child(3) {
  background-color: #DDE1FF;
}

.circle01 p:first-child {
  min-height: 3em;
  font-weight: bold;
  padding: 15% 0 0 0;
  font-size: 25px;
}

.box_col4 {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.box_col4 ul li {
  list-style: none;
  margin-right: 1.5rem;
}

.slick-prev, .slick-next {
  width: 100px;
  height: 100px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

button.slick-prev, button.slick-next {
  z-index: 2;
}

.slick-prev {
  left: -10%;
}
.slick-prev:hover {
  opacity: 0.8;
}
.slick-prev:focus {
  opacity: 0.8;
}

.slick-next {
  right: -10%;
}
.slick-next:hover {
  opacity: 0.8;
}
.slick-next:focus {
  opacity: 0.8;
}

/* slider */
.slideBox .slick-prev {
  left: -10%;
}
.slideBox .slick-prev:hover {
  opacity: 0.8;
}
.slideBox .slick-prev:focus {
  opacity: 0.8;
}
.slideBox .slick-next {
  right: -10%;
}
.slideBox .slick-next:hover {
  opacity: 0.8;
}
.slideBox .slick-next:focus {
  opacity: 0.8;
}

.slick-arrow {
  z-index: 10;
}

.slick-dots li:after {
  display: none !important;
}

li.slick-slide:after {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .fllSlide .slick-prev {
    left: -2%;
    width: 25px;
    top: 48%;
  }

  .fllSlide .slick-next {
    right: -2%;
    width: 25px;
    top: 48%;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 9px;
    margin: 0 0.25rem;
    padding: 0;
    cursor: pointer;
  }

  /*
  .slick-slide {
  	margin-right: 0.5rem;
  	
  	&:last-child{
  		margin-right: 0;
  	}
  }
  */
}
.fbCenter {
  margin: 0 auto;
}

ul.slick-dots {
  margin-left: 0 !important;
}

.fllSlide {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .fllSlide {
    width: 90%;
    margin: 0 auto;
  }
}
.fllSlide .slick-next {
  right: 0;
}
.fllSlide .slick-next:hover {
  opacity: 0.8;
}
.fllSlide .slick-next:focus {
  opacity: 0.8;
}
.fllSlide .slick-prev {
  left: 0;
}
.fllSlide .slick-prev:hover {
  opacity: 0.8;
}
.fllSlide .slick-prev:focus {
  opacity: 0.8;
}

/*******************************************************
hikari 
*******************************************************/
@media only screen and (max-width: 480px) {
  .hikari .slick-prev, .hikari .slick-next {
    width: 30px !important;
    height: 30px !important;
  }
}

.entry-content img {
  margin-bottom: 0;
  width: 100%;
}

.icon_link span img {
  width: 20px;
  display: block;
  float: left;
}

/*******************************************************
aircon
*******************************************************/
.date_bgWhite {
  padding: 5rem;
  background: #fff;
  border-radius: 1rem;
  /* box-shadow */
  box-shadow: 0px 2px 3px 3px #f0f0f0;
  -moz-box-shadow: 0px 2px 3px 3px #f0f0f0;
  -webkit-box-shadow: 0px 2px 3px 3px #f0f0f0;
}
@media screen and (max-width: 480px) {
  .date_bgWhite {
    padding: 1rem;
  }
}
.date_bgWhite h4 {
  margin: 0;
}
.date_bgWhite table p {
  margin: 0.5rem;
}

/* Eakonプライスtable*/
.airconSale table td:nth-of-type(3) p {
  float: left;
}
.airconSale table td:nth-of-type(3) p img {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .airconSale .box_col4 {
    width: 100%;
  }
  .airconSale table {
    width: 100%;
    border: none;
  }
  .airconSale table thead {
    display: none;
  }
  .airconSale table tr {
    display: block;
    margin-bottom: 2rem;
  }
  .airconSale table tr td {
    display: block;
    padding: 0;
  }
  .airconSale table tr td:nth-of-type(1), .airconSale table tr td:nth-of-type(2), .airconSale table tr td:nth-of-type(3) {
    border: none;
    padding: 0.5rem 1rem;
  }
  .airconSale table tr td:nth-of-type(2) {
    font-size: 2rem;
    font-weight: bold;
    color: red;
  }
  .airconSale table tr td:nth-of-type(3) p {
    float: none;
  }
  .airconSale table tr td:nth-of-type(3) p img {
    width: 100%;
  }
  .airconSale table tr td:before {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #000;
    color: #4f4d47;
    display: block;
  }
  .airconSale table tr td:nth-of-type(1):before {
    content: "範囲";
  }
  .airconSale table tr td:nth-of-type(2):before {
    content: "金額";
  }
  .airconSale table tr td:nth-of-type(3):before {
    content: "購入方法";
  }
}

/* Eakonプライスtable*/
.aircon_option_price table td:nth-of-type(3) p {
  float: left;
}
.aircon_option_price table td:nth-of-type(3) p img {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .aircon_option_price .box_col4 {
    width: 100%;
  }
  .aircon_option_price table {
    width: 100%;
    border: none;
  }
  .aircon_option_price table thead {
    display: none;
  }
  .aircon_option_price table tr {
    display: block;
    margin-bottom: 2rem;
  }
  .aircon_option_price table tr td {
    display: block;
    padding: 0;
  }
  .aircon_option_price table tr td:nth-of-type(1), .aircon_option_price table tr td:nth-of-type(2), .aircon_option_price table tr td:nth-of-type(3) {
    border: none;
    padding: 0.5rem 1rem;
  }
  .aircon_option_price table tr td:nth-of-type(2) {
    font-size: 2rem;
    font-weight: bold;
    color: red;
  }
  .aircon_option_price table tr td:nth-of-type(3) p {
    float: none;
  }
  .aircon_option_price table tr td:nth-of-type(3) p img {
    width: 100%;
  }
  .aircon_option_price table tr td:before {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #000;
    color: #4f4d47;
    display: block;
  }
  .aircon_option_price table tr td:nth-of-type(1):before {
    content: "工事内容";
  }
  .aircon_option_price table tr td:nth-of-type(2):before {
    content: "価格（税込）";
  }
  .aircon_option_price table tr td:nth-of-type(3):before {
    content: "備考";
  }
}

/* ハウスクリーニングtable*/
.housecleaning table td:nth-of-type(3) p {
  float: left;
}
.housecleaning table td:nth-of-type(3) p img {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .housecleaning .box_col4 {
    width: 100%;
  }
  .housecleaning table {
    width: 100%;
    border: none;
  }
  .housecleaning table thead {
    display: none;
  }
  .housecleaning table tr {
    display: block;
    margin-bottom: 2rem;
  }
  .housecleaning table tr td {
    display: block;
    padding: 0;
  }
  .housecleaning table tr td:nth-of-type(1), .housecleaning table tr td:nth-of-type(2), .housecleaning table tr td:nth-of-type(3) {
    border: none;
    padding: 0.5rem 1rem;
  }
  .housecleaning table tr td:nth-of-type(2) {
    font-size: 2rem;
    font-weight: bold;
    color: red;
  }
  .housecleaning table tr td:nth-of-type(3) p {
    float: none;
  }
  .housecleaning table tr td:nth-of-type(3) p img {
    width: 100%;
  }
  .housecleaning table tr td:before {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #000;
    color: #4f4d47;
    display: block;
  }
  .housecleaning table tr td:nth-of-type(1):before {
    content: "間取り";
  }
  .housecleaning table tr td:nth-of-type(2):before {
    content: "価格（税込）";
  }
  .housecleaning table tr td:nth-of-type(3):before {
    content: "備考";
  }
}

/* corona */
.coronaPage .btnarea {
  margin: 0 auto;
  width: 40%;
}

/* service */
.entry-content .service p.heightLine-img {
  margin-bottom: 0.5rem;
}
.entry-content .service p.heightLine-img + h4 {
  margin: 0 0 0.5rem;
}
.entry-content .service p.heightLine-img + h4 + p {
  opacity: 0.7;
}
.entry-content .service a.button_ghost {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #0086d1;
  border: 2px solid #0086d1;
  color: #fff !important;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 98%;
  font-size: 90%;
}
.entry-content .service a.button_ghost:hover {
  font-weight: normal;
  background-color: #fff;
  color: #0086d1 !important;
}

.entry-content div.last-col p img {
  max-width: 96%;
}
@media screen and (max-width: 480px) {
  .entry-content div.last-col p img {
    max-width: 100%;
  }
}

.slideBox {
  position: relative;
}

.newsList {
  background: #F2F2F2;
}

.newsBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.newsBox div.newsPic {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: calc((99.2% / 4) - 10px);
  margin: 0 0.75rem 0 0;
  background: #fff;
  margin-bottom: 0.75rem;
}
.newsBox div.newsPic:last-child {
  margin: 0;
}
.newsBox div.newsPic .newsPicIn {
  overflow: hidden;
  height: 200px;
}
.newsBox div.newsPic span.newsPic4col {
  height: auto;
  width: 140%;
  display: block;
}
.newsBox div.newsPic span.newsPic4col:hover {
  transition: all 0.3s;
  width: 145%;
}
@media screen and (max-width: 480px) {
  .newsBox div.newsPic {
    width: calc(100%);
    margin: 0;
  }
}

.link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  transition: opacity 0.3s;
  background-color: #fff;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .link-cover {
    display: block;
  }
}

.postData {
  font-size: 0.8rem;
  padding: 0.1rem 1rem 0.5rem;
}
.postData p {
  color: #A6A6A6;
}
.postData span {
  display: inline;
}
.postData h3.postTitle {
  margin-top: 0;
  font-size: 1rem;
  display: block;
  text-align: left;
  white-space: inherit;
}

/* ページャー */
.pagenation {
  margin: 1em 0;
}

.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #ccc;
  /*	border: #ccc 2px solid;*/
  color: #FFFFFF;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  border: #999 2px solid;
  background: none;
  color: #999;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:last-of-type {
  border: none;
}

.pagenation li a:hover {
  background-color: #999;
  color: #FFFFFF;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* bouon */
@media screen and (max-width: 480px) {
  .table_2col table tr {
    display: block;
    margin-bottom: 1rem;
  }
}
.table_2col table tr th {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .table_2col table tr th {
    width: 100%;
    display: block;
  }
}
.table_2col table tr th:first-child {
  border-right: 2px solid #000;
}
@media screen and (max-width: 480px) {
  .table_2col table tr th:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  .table_2col table td {
    border: none;
    border-bottom: dotted 1px #999;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  font-size: 0.85rem;
  color: #666;
}

/*******************************
plan
*******************************/
.page-id-9 .d-1of2 + hr {
  margin-bottom: 4rem;
  clear: both;
}
@media screen and (max-width: 480px) {
  .page-id-9 .d-1of2 + hr {
    margin-bottom: 0;
  }
}
.page-id-9 .d-1of2 hr + p {
  margin-bottom: 0;
}
.page-id-9 .d-1of2 ul {
  margin: 0;
}
.page-id-9 .plan_title h4 {
  font-size: 1.1rem;
  float: left;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .page-id-9 .plan_title h4 {
    float: none;
  }
}
.page-id-9 .plan_title p {
  float: right;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 480px) {
  .page-id-9 .plan_title p {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .page-id-9 .d-1of2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .page-id-9 .d-1of2 h4 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-id-9 .d-1of2 p {
    margin-bottom: 0;
  }
}
.page-id-9 .d-1of2 p img {
  margin: 0.5rem 0 0;
  width: 100%;
}

.step_en {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background: #666;
  text-align: center;
  float: left;
}
.step_en .step_enIN {
  color: #fff;
  position: relative;
  top: 20%;
}
.step_en .step_enIN span {
  display: block;
}
.step_en + p {
  padding: 2rem 0 0 7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .step_en + p {
    padding: 0.5rem 0 0 7rem;
  }
}

/****************************************************************
menu
****************************************************************/
.menu_img_wrap span {
  height: 175px;
  overflow: hidden;
  display: block;
  position: relative;
}
.menu_img_wrap span img {
  position: absolute;
  top: -30%;
}
@media screen and (max-width: 480px) {
  .menu_img_wrap span img {
    position: relative;
    top: 0;
  }
}

.glay {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQABJRihbkoGB4TmIA2aABAEW4AIdka615AAAAABJRU5ErkJggg==);
  border: none !important;
}
.glay p {
  font-size: 0.8rem;
}

.menu_cal_2 .d-1of2 p {
  margin-bottom: 0;
}

/****menu *****/
.page-id-6 .d-1of2 p {
  font-size: 0.9rem;
  padding: 2rem;
}

.photo .d-1of2 p {
  line-height: 0;
  margin: 0 0 0.75rem;
}

span.any {
  padding: 0.15rem 0.75rem;
  font-size: 0.7rem;
  background: #FBBFD0;
  border-radius: 2rem;
  margin-left: 0.25rem;
  position: relative;
  top: -0.075rem;
  color: #fff;
}

span.required {
  padding: 0.15rem 0.75rem;
  font-size: 0.7rem;
  background: #62AE6B;
  border-radius: 2rem;
  margin-left: 0.25rem;
  position: relative;
  top: -0.075rem;
  color: #fff;
}

::placeholder {
  color: #C1C1C1;
  margin: 1rem;
}

.page-id-22 .d-1of2 p, .page-id-22 .contact_col1 p {
  margin-bottom: 0;
}
.page-id-22 .d-1of2 input, .page-id-22 .contact_col1 input {
  margin-bottom: 2rem;
}

p.qa_pic {
  width: 15rem;
  margin: 0 auto;
  position: relative;
  top: 2rem;
}
