/*
Theme Name:heal_child
Description:WordPressテーマ「heal_tcd077」の子テーマ
Template:heal_tcd077
Author:mrri
*/

p#company_date,#copyright {
    margin-bottom: 0;
}


.pc,.all-br,.pc-991 {
	display: block;
}

.sp {
	display: none;
}

/*メインビジュアル文字*/
h2.catch.rich_font_type2.animate1 span,p.desc.animate2 span {
  /*background-color: #fff;*/
  display: inline-block;
  /*padding: 20px;*/
  text-shadow: #000 5px 0 10px;
}

#index_slider .caption {
left: unset !important;
right: -100px !important;
top: 15% !important;
}

/*トップページ*/
.index_news .item a h3.title > span {
    display: inline-block;
    line-height: 4 !important;
}
#header_logo img {
  max-height: 45px;
  width: auto;
}

#global_menu ul ul {
    top: 50px !important;
}

.index_news .item a .date {
  color: #00658f !important;
}

/*#index_box_content .desc p {
  width: 200px;
  text-align: center;
  padding: 10px 20px;
  background-color: #00658f;
  color: #FFF;
  margin-left: 30PX;
}*/

span.sankaku {
  width: 115px;
  height: 100px;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(100% 100%, 0% 0%, 100% 0%);
  display: inline-block;
  background: #00658f;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 4;
}

.index_design_content2 .banner_content,.index_design_content2.num2 .banner_content a {
  display: none;
}

/*ページ*/
ul.pagelink-list {
	display: flex;
	gap: 50px;
  }
  ul.pagelink-list li a i {
	border: 1px solid #142C4D;
	color: #142C4D;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 10px;
  }
  ul.pagelink-list li a:hover i  {
	border: 1px solid #142C4D;
	background: #142C4D;
	color: #fff;
  }
  .page-h3 {
	font-size: 60px;
	  font-weight: 500;
	  font-family: 'Poppins', sans-serif;
	  color: #142c4d;
	  letter-spacing: 2px;
	  line-height: 1.8;
		margin-bottom: 40px;
  }
  .page-h3 span {
	display: block;
	color: #333;
	font-size: 20px;
	  position: relative;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .page-h3 span::before {
	  content: "";
	  background: #a1d727;
	  height: 5px;
	  width:40px;
	  position: absolute;
	  top:-15px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
  }
  .page-h4 {
	  position: relative;
	  overflow: hidden;
	  color:#142c4d;
	  font-size:21px;
	  padding-bottom: 7px;
	  letter-spacing: 1px;
	  margin-top: 40px;
  }
  .page-h4:before,
  .page-h4:after {
	  position: absolute;
	  width: 100%;
	  bottom: 0;
	  content: '';
  }
  
  .page-h4:before {
		border-bottom: 2px solid #a2d827;
  }
  
  .page-h4:after {
		border-bottom: 2px solid #e5e5e5;
  }
  .page-h4 span {
	padding: 0 7px;
  }
  .page-h5 {
	color: #142c4d;
	font-weight: 600;
	font-size: 22px;
	  letter-spacing: 1px;
	  line-height: 1.5;
  }
  .page-h5::before {
	content: "■";
	color: #a2d827;
	font-size: 35px;
	margin-right: 7px;
  }
  .p-name {
	background: #142c4d;
	display: inline;
	color: #fff;
	padding: 5px 30px;
	border-radius: 30px;
	letter-spacing: 2px;
	  font-size: 20px;
  }
  .sub-name {
	border: 2px solid #142c4d;
	display: inline;
	padding: 3px 30px;
	border-radius: 30px;
	  color:#142c4d;
	  font-weight:600;
	  background: #fff;
  }
  .p-name-top {
	color: #142c4d;
	font-size: 20px;
	font-weight: 600;
  }
  ul.kome-list {
	font-size: 14px;
	line-height: 1.3;
  }
  .cl-gray-big {
	color: #666;
	font-size: 19px;
	line-height: 1.6;
  }
  .f-big-gray {
	color: #666;
	font-size: 20px;
	  line-height: 1.6;
  }
  .canvas-bnr a {
	border: 1px solid #cbcbcb;
	display: block;
	padding: 15px;
	  height: 100%;
  }
  .canvas-bnr {
	height: 100%;
  }
  .canvas-bnr p {
	margin: 0;
	text-align: center;
	line-height: 1.3;
	color: #808080;
	padding-top: 10px;
  }
  .canvas-bnr a:hover {
	  background:#f2f2f2;
  }
  body.page-id-18 .cl-blue {
	color: #142C4D;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
  }
  .p-detail {
	font-size: 15px;
	  line-height: 1.5;
	  text-indent: -1.2rem;
	  padding-left: 1.2rem;
  }
  .p-detail-green {
	color: #A1D727;
	margin-right: 5px;
  }
  dl.dl-table {
	display: flex;
	  margin: 0;
  }
  dl.dl-table dt {
	border-top: 1px solid #142C4D;
	width: 25%;
	padding: 15px 25px;
	  line-height: 1.6;
	  color:#142C4D;
  }
  dl.dl-table dd {
	border-top: 1px solid #E4E4E4;
	width: 75%;
	padding: 15px 40px;
	  line-height: 1.6;
  }
  .map a {
	border: 1px solid #A1D727;
	margin-left: 10px;
	padding: 0 10px;
	color: #A1D727;
  }
  .cl-blue-big {
	color: #142C4D;
	font-size: 24px;
	  font-weight:600;
	  line-height: 1.6;
  }
  a.btn-green {
	display: inline-block;
	background: #A1D727;
	padding: 10px 100px;
	color: #fff;
	  border-radius: 4px;
  }
  a.btn-green:hover {
	background: #84B80E;
  }
  
  .page-merit {
	background: #98ce27;
	display: inline-block;
	text-align: center;
	padding: 0 60px;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	border-radius: 4px;
	line-height: 40px;
  }
  .merit p {
	font-size: 90%;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 30px;
  }

.fs-18 {
	font-size: 18px;
}

  /*-- 空調機器  --*/
  h3.air-conditioning.headLine01.content {
    font-size: 1.5rem;
}

  .headLine01 .en {
    margin-right: 18px;
    padding-right: 22px;
    display: inline-block;
    color: #003A8D;
    /*font-size: 2.3rem;*/
    line-height: 1;
    vertical-align: middle;
    /*border-right: 2px solid #003A8D;*/
}
.roboto {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.air-title {
	margin-bottom: 33px;
    /*font-size: 1.8rem;*/
    line-height: 1.3 !important;
}

.businessUl li .photo img {
    width: 100%;
}

.our-business .photo::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 35px;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border-left: 15px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


.our-business .photo.last::after {
	content: none;
}

ul.list-flex {
    display: flex;
    flex-wrap: wrap;
}

ul.list-flex li {
    width: 33.3%;
}

.red-dot:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #00658f;
    display: inline-block;
    margin-right: 5px;
}

.our-business .h4 {
    padding-bottom: 17px;
    margin-bottom: 24px;
    color: #003A8D;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #003A8D;
}

.our-business .h4 span {
    margin-top: -2px;
    display: block;
    color: #000;
    font-size: 1.2rem;
}

.businessUl p {
    margin-bottom: 24px;
    line-height: 1.79;
}

.comBtn {
    margin: 20px auto 0;
    width: 150px;
}

.businessUl .comBtn a {
    color: #003A8D;
    border-color: #003A8D;
}

.comBtn a::after {
    content: "▶";
    display: inline-block;
    padding-left: 5px;
}

.comBtn a:hover {
    text-decoration: none;
	opacity: 0.7;
}



.comBtn a {
    padding: 9px 10px 8px;
    display: block;
    color: #003A8D !important;
    border: 1px solid #003A8D;
    border-radius: 50px;
    background: url(img/common/icon02.png) no-repeat right 12px center/31px;
}

.businessUl .comBtn a {
    color: #003A8D;
    border-color: #003A8D;
    background-image: url(img/common/icon06.png);
}

.workUl {
    margin-bottom: 34px;
}

#business .workUl > li {
    padding-bottom: 59px;
    margin-bottom: 60px;
    border-bottom: 1px solid #003A8D;
}

.businessUl {
    margin-bottom: 120px;
}

.businessUl li {
    width: 290px;
    position: relative;
}

.workUl .photo {
    margin-bottom: 23px;
    position: relative;
}

.workUl .tag {
    width: 180px;
    height: 180px;
    align-items: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #003A8D;
}
.flexC {
    justify-content: center;
}

.flexB {
    justify-content: space-between;
}

.workUl .imgBox .photoBox {
    margin-top: 7px;
    order: 1;
    width: 330px;
}

.flexB {
    justify-content: space-between;
}
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}

.workUl .imgBox .photoBox img:last-child {
    margin-bottom: 0;
}
#business .workUl .imgBox .photoBox img {
    margin-bottom: 30px;
    width: 100%;
}

.workUl .imgBox .textBox {
    width: calc(100% - 370px);
}
.workUl h5 {
    margin-bottom: 16px;
    color: #003A8D;
    font-size: 2.4rem;
    font-weight: normal;
}

.workUl > li {
    padding-bottom: 59px;
    margin-bottom: 60px;
    border-bottom: 1px solid #003A8D;
}

.workUl .imgBox .photoBox img {
    margin-bottom: 30px;
    width: 100%;
}

ul.businessUl.flexB {
    margin-left: 0;
}

.workUl .inspection .rBox {
    margin-top: 7px;
    width: 440px;
}

.photo {
    position: relative;
}

p.tag.flexC {
    width: 180px;
    height: 180px;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #003A8D;
}

.blue-h5{
	color: #003A8D;
    font-size: 1.5rem;
    font-weight: normal;
}


.rBox p {
    font-size: 1.4rem;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #003A8D;
	margin-bottom: 15px;
}

.rBox li {
	margin: 10px 5px 0px;
	width: 30%;
	height: 140px;
	align-items: center;
	color: #003A8D;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #003A8D;
}

.inspectionBox .ttl {
    margin-bottom: 12px;
    color: #003A8D;
    font-size: 1.8rem;
}

.photoBox img,.photo img {
    width: 100%;
}

.blue-Box,.blue-Box.boder-b-bg-white{
	width: 100%;
	height: 90px;
}

.textList li span {
    padding-right: 5px;
    color: #003A8D;
}

.blue-Box {
    color: #fff;
    font-size: 1rem;
    background-color: #003A8D;
}

.blue-Box.boder-b-bg-white{
    border:solid 1px #003A8D;
	background-color: #ffff;
	color:#212529;
}

ul.textList {
    margin-left: 0;
}

ul.textList li {
    margin-left: 0px !important;
}

ul.textList.list-2 li {
    margin: 0px 10px !important;
    line-height: 1.5;
}

ul.textList li{
    line-height: 1.5;
	margin: 10px 0px 0px;
}

h5.blue-h5 {
    font-size: 1.5rem !important;
}


span.border-b {
    position: relative;
    /* display: inline-block; */
    /* width: 40px; */
}

span.border-b:after {
    content: "";
    width: 60px;
    height: 3px;
    display: block;
    background-color: #a1d727;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.air-border-t {
    border-top: dotted 2px #ccc;
}

.air-red {
	color: #00658f;
	font-size: 1.3rem;
}


/*-- ulリストスタイルについているmarker をなくす --*/
.post_content ul {
    list-style: none !important;
}

/*会社概要*/
table.company-table th {
    font-weight: bold;
    text-align: center;
    width: 23%;
}

.bg-gray {
    background-color: #f2f2f2;
	border-radius :20px;
}

/*住宅設備*/
dl.zyutaku-nayami {
    display: flex;
    margin-bottom: 5px;
}

dl.zyutaku-nayami dt {
    width: 260px;
    font-weight: normal;
}

span.border-b-red {
  border-bottom: solid 3px #00658f;
  padding: 0 0px 0px;
  margin-right: 25px;
  display: block;
}

/*給水・住宅設備などの画像の高さ調整*/
.height-ob-f1 {
	width: 100%;
	height: 550px !important;
	object-fit: cover;
}

.height-ob-f2 {
	width: 100%;
	height: 430px !important;
	object-fit: cover;
}

.height-ob-f-big {
	width: 100%;
	height: 650px !important;
	object-fit: cover;
}


/*住宅設備(ご依頼作業レイ)の画像の高さ調整*/
.height-ob-f3 {
    height: 205px !important;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1151px){
  #index_slider .caption {
    left: 0 !important;
    right: 0px !important;
    top: 50% !important;
  }
}

@media screen and (min-width: 1151px){
	/*#index_box_content .desc p {
    padding: 10px 20px !important;
}*/
}

@media screen and (min-width: 951px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}

body {
	color:#6c6c6c;
}
body a {
	color:#6c6c6c;
}
body a:hover {
	color:#424242;
}
.sp{
		display:none;
	}
.rich_font_type3 {
  font-weight: 400;
  /*font-family: 'Marcellus', serif !important;*/
}
body.no_site_desc #header {
  height: 150px;
}
#bread_crumb li a:hover {
	color:#6c6c6c;
}


#global_menu > ul > li > a {
	letter-spacing: 0.5px;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
}
#global_menu {
	height: 50px;
}
#index_slider .catch {
  letter-spacing: 2px;
}
#index_slider .desc {
	line-height: 1.6;
	margin: 0px 0 0 0;
}
#index_box_content .title{
	font-weight: 400;
  /*font-family: 'Marcellus', serif !important;*/
	letter-spacing: 0.5px;
}
#index_box_content .desc {
  height: 160px;
	line-height: 1.8;
  display: none;
}
#index_box_content .item {
	height: 300px;
}

#index_box_content .image_wrap {
  height: 300px !important;
}

#index_box_content {
  width: 100%;
  height: 350px !important;
}

.index_design_content1.num1 .catch {
  letter-spacing: 2px;
}
.index_design_content1 .button a{
	/*background:#d09999;*/
	font-size: 20px;
}

.button_font{
	font-weight: 400;
  /*font-family: 'Marcellus', serif !important;*/
	letter-spacing: 0.5px;
}
.rich_font, .p-vertical{
	font-weight: 400;
  /*font-family: 'Marcellus', serif !important;*/
	letter-spacing: 2px;
}
.index_design_content2 .banner_headline span{
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.index_design_content2 .banner_headline {
	line-height: 1.4;
}
.index_news .button a{
	/*background:#d09999;*/
	font-size: 20px;
}
.index_news .item a {
   background: #fff;
  border-left: transparent;
  border-right: transparent;
}
.headline.rich_font span{
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #6c6c6c;
}
.index_campaign .headline.rich_font span {
  color: #fff;
}
.headline.rich_font {
	line-height: 1.4;
}
.index_campaign .button a{
	/*background:#fff;*/
	color:#6c6c6c;
	font-size: 20px;
}
.index_blog .button a{
	/*background:#d09999;*/
	font-size: 20px;
}

.index_free_space.num7 .headline{
	font-size: 38px;
	/*color: #d09999;*/
	text-align: center;
	margin: -10px 0 49px 0;
}
.index_free_space.num7 .headline span {
  font-size: 18px;
	display:block;
}
.brand-wrap {
  display: flex;
}
.brand-logo {
  width: 23%;
	padding:0 1%;
}


#return_top a::before {
	color: #b5a19a;
}
#footer_button a{
	background:#fff;
	color:#6c6c6c;
	font-size: 16px;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/*下層ページ*/
.widget_headline {
	background: #00658f;
}
#page_header .headline {
  letter-spacing: 2px;
}
#page_header .sub_title{
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.contact-attent{
	/*background-color: #d09999;*/
	background-color: #cda16f;
	color: #fff;
	border-radius: 8px;
	padding:20px;
}
.wpcf7 {
	border: none !important;
}
.wpcf7 form {
  padding: 20px 0 0;
}
.cl-red{
	color:#b76363;
}
.post_content .wpcf7-form dt {
  font-weight: bold;
  color: #424242;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
	background-color: #cda16f !important;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
  background-color: #C37854 !important;
}

/*レッスン*/
ul.check {
  list-style: none;
	font-size: 18px;
}
ul.check li {
  background: url(http://ladylash2018.com/wp-content/uploads/2022/12/check.png) no-repeat left center;
	padding-left:50px;
	padding-bottom:5px;
	padding-top:5px;
	background-size: 30px;
}
.big {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6 !important;
  margin-top: 60px !important;
}
body.page-id-86 .num1 .headline.rich_font span {
  font-family: inherit !important;
  color: inherit !important;
}

body.page-id-86 .about_content.about_content3.num2 .content_area{
	background: #fff;
	padding: 0;
	border: none;
}
.blog_list .post_meta {
  position: absolute;
  bottom: 25px;
  margin-left: 0;
}

.blog_list .title{
	font-size:16px;
}
body.page-id-86 .about_content.about_content3.num2 ul, body.page-id-86 .about_content.about_content3.num2 ol, body.page-id-86 .about_content.about_content3.num2 dl {
  margin-bottom: 0;
}
body.page-id-86 .about_content.about_content3.num2 h3 {
  padding: 0;
}

/*キャンペーン*/
#campaign_list .image {
   background-position: top 20px center !important;
}

/*メニュー*/
#menu_list .title span {
  margin-top: 5px;
}
#menu_list .title_area {
	height: 70px;
}
.menu_list .title span {
  margin-top: 5px;
}
.menu_list .title_area {
	height: 70px;
}
.styled_h2 {
  color: #6c6c6c !important;
  border-top: 1px solid #6c6c6c !important;
  border-bottom: 1px solid #6c6c6c !important;
  border-left: 0px solid #6c6c6c !important;
  border-right: 0px solid #6c6c6c !important;
}
.menu-exwaku {
  background: #f9f0ed;
  padding: 15px;
  border-radius: 20px;
}
.menu-exwaku p{
	margin-bottom:0;
	line-height:1.5 !important;
}
.menu-exwaku .big-txt {
  font-size: 110%;
  padding-bottom: 5px;
	line-height:1.5 !important;
}
.tokuten-h3 {
  font-size: 22px;
  color: #ffffff;
  background: #d09999;
}


/*about*/
body.page-id-82 .about_content2 .content_area{
	padding: 0;
}
.access_google_map {
  display: none;
}

dl.contact-dl p {
  margin: 0;
}


@media screen and (max-width:1151px) {
	#mobile_menu{
		font-weight: 400;
		font-family: 'Marcellus', serif !important;
	}
	 #header_logo img {
    height: auto;
    width: 200px;
  }

  #index_box_content .image_wrap {
    height: 200px !important;
}

#index_box_content .item {
  height: 200px !important; 
}

#index_box_content {
  width: 100%;
  height: 250px !important;
}
}



@media screen and (max-width: 991px){
.pc-991 {
	display: none;
}

.blue-Box, .blue-Box.boder-b-bg-white {
    height: 115px;
}

.blue-Box.boder-b-bg-white {
    padding-right: 20px;
}


.height-ob-f3 {
    height: 160px !important;
}


/*住宅設備*/
dl.zyutaku-nayami {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

dl.zyutaku-nayami dt {
  width: 100%;
}

span.border-b-red {
  display: inline-block;
  width: 250px;
}

}

@media screen and (max-width: 950px){
	#index_slider .item1 .catch {
	  font-size: 26px !important;
	  letter-spacing: 3px !important;
	}
	
	#index_box_content .image_wrap {
    height: 300px !important;
}	
	
#index_box_content .item {
  height: 300px !important;
}

#index_box_content {
  height: 900px !important;
}
	
}



@media screen and (max-width: 767px){
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}

	.headLine01 .en {
		margin-right: 10px;
		padding-right: 10px;
		display: inline-block;
		color: #003A8D;
		font-size: 1.7rem;
		line-height: 1;
		vertical-align: middle;
		/*border-right: 2px solid #003A8D;*/
	}

	.title {
		margin-bottom: 20px;
		font-size: 1.6rem;
		/*line-height: 1.3 !important;*/
	}

.our-business .photo::after,.our-business .photo.last::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 35px;
    /*right: -23px;*/
    left: 50%;
    top:105%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid red;
}

#business .workUl .tag {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
}

p.tag.flexC {
    width: 115px;
    height: 115px;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-65%);
    background-color: #003A8D;
}

/*会社概要*/
table.company-table th, table.company-table td {
    display: block;
    width: 100%;
}

section.page-contents.company iframe{
	height: 250px;
}

/*住宅設備（ご依頼作業例）画像*/
.height-ob-f-big {
    height: 400px !important;
}

dl.zyutaku-nayami dt {
    width: 100%;
	margin-bottom: 5px;
}



/*空調機器*/
ul.list-flex li {
    width: 50%;
}

}


@media screen and (max-width: 750px){

  #index_box_content .item {
    height: 222px !important;
}

#index_box_content .image_wrap {
  height: 222px !important;
}

#index_box_content {
  height: 700px !important;
}

/*メインビジュアル文字*/
h2.catch.rich_font_type2.animate1 span,p.desc.animate2 span {
  /*background-color: #fff;*/
  display: inline-block;
  /*padding: 10px;*/
  text-shadow: #000 5px 0 10px;
}

	.index_news .item a h3.title {
		margin-bottom: 0px;
	}

	.index_design_content1 .image_list .image {
	  height: 120px !important;
	}
	.index_design_content1.num1 p.desc {
	  text-align: left;
	}
	
	#campaign_list .label {
		padding: 8px 8px !important;
	}
	#campaign_list .title_area {
	  padding: 0 10px !important;
	}
	
	.about_content .content_area {
	  padding: 35px 15px 1px !important;
	}
	body.page-id-82 .post_content td, body.page-id-82 .post_content th {
	  display:block;
	}
	body.page-id-82 .post_content th {
	  line-height: 1.6 !important;
	}
	.wpcf7 form {
	  margin: 10px 10px 0;
	}
	ul.check {
	  margin-left: 0;
	}
	ul.check li {
		line-height:1.5;
		padding-top:8px;
		padding-bottom:8px;
	}
	.big {
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 1.6 !important;
	  margin-top: 40px !important;
	}
	.speach_balloon_text {
		padding: 22px 12px !important;
	}
	
	body.page-id-86 .about_content.about_content3.num2 .content_area {
	  padding: 0 !important;
	}
	.blog_list .title{
	font-size:14px;
}
#menu_list .title_area {
  height: 35px !important;
}
#single_menu_list .menu_list .title {
  font-size: 13px !important;
}
	.menu_list .title_area {
		height: 30px;
	}
	
	 #footer_logo .mobile_logo_image {
    max-width: 280px;
    height: auto;
  }
	
}


@media screen and (max-width: 567px){
.rBox li {
    margin: 0px 0px 10px;
    width: 49%;
    height: 160px;
}
}

@media screen and (max-width: 500px){

	.index_design_content2.num2 .banner_content .image {
	  background-position: center right -80px !important;
	}

	.height-ob-f1 {
		height: 400px !important;
	}

	.height-ob-f3 {
		height: 130px !important;
	}

	/*空調機器*/
ul.list-flex li {
    width: 100%;
}
}