.option {
	padding: 17px 44px 24px;
	background: #f4f4f4;
}

.option .tit {
	margin-bottom: 13px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.option .tit .in {
	position: relative;
}
.option .tit .in:before {
	position: absolute;
	top: 2px;
	left: -28px;
	width: 15px;
	height: 20px;
	content: "";
	background: url(../img/ico_option01.png) 0 0 no-repeat;
	background-size: contain;
}
.option .tit .in:after {
	position: absolute;
	top: 2px;
	right: -28px;
	width: 15px;
	height: 20px;
	content: "";
	background: url(../img/ico_option02.png) 0 0 no-repeat;
	background-size: contain;
}
.option .tit .red {
	position: relative;
	color: #ed3838;
	display: inline-block;
	z-index: 1;
}
.option .tit .red:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) skew(-10deg);
	width: 100%;
	height: 9px;
	content: "";
	background: #fcdd0f;
	z-index: -1;
}

.option .list .item {
	background: #fff;
	border: 3px solid #00a5c8;
	box-shadow: 0px 4px 0px 0px rgba(50, 52, 54, 0.1);
}

.option .list .item.is-lan {
	border: 3px solid #266dc5;

}
.option .list .item.is-mail {
	border: 3px solid #4ba82b;


}


.option .list .item + .item{
	margin-top: 9px;
}

.option .list .item .imgBox {
	display: block;
}
@media all and (min-width: 600px) {
	.option {
		padding: 14px 50px 37px;
	}

	.option .tit {
		margin-bottom: 11px;
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	.option .tit .in {
		position: relative;
	}
	.option .tit .in:before {
		top: 0px;
		left: -53px;
		width: 36px;
		height: 40px;;
	}
	.option .tit .in:after {
		top: 0px;
    right: -53px;
    width: 36px;
    height: 40px;
	}
	.option .tit .red {
		position: relative;
		color: #ed3838;
		display: inline-block;
		z-index: 1;
	}
	.option .tit .red:after {
		bottom: 10px;
		left: 50%;
		height: 11px;

	}

	.option .list {
		display: flex;
		justify-content: center;

	}
	.option .list .item {
		width: 325px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.option .list .item + .item{
		margin: 0 0 0 12px;
	}

}



@media all and (min-width: 600px) {
	#trouble {
		padding: 353px 0 53px;
	}
}

#contact .titWrap {
	margin: 0;
}

#contact .telWrap {
	margin-top: 15px;
}

@media all and (min-width: 600px) {
	#contact .titWrap {
    margin-bottom: 59px;
	}
	#contact .option {
		padding: 36px 26px 34px;
	}
	#contact .telWrap {
		margin-top: 51px;
	}

}


/* ================================================================
20200515追加ここから
=================================================================== */

.mod_color_red{
	color: #ed3838 !important;
}

@media (min-width: 600px){
	#mainVisual .pic .item03{
		background: url(../img/pic_mainimg01-03_pc.webp) no-repeat center;
	}
}

/* #reason
================================== */
#reason{
	background: #f7f7f7;
}
#reason .inner{
	padding: 15px 20px;
}
#reason .tit{
	background: #fff;
	color: #333;
	padding: 0 0 30px;
}
#reason .btn{
	width: 294px;
	margin: 15px auto 0;
}
#reason .btn a{
	display: block;
	background-color: #000000;
	border-radius: 20px;
	padding: 6px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-shadow: 0 3px 0 0 #dadada;
}
#reason .btn a::before{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

#reason .list .box{
	margin: 0 0 15px;
}


@media (min-width: 600px){
	#reason .inner{
		padding: 0;
	}
	#reason .tit{
		padding: 0 0 90px;
	}
	#reason .list .box .txt{
		letter-spacing: 0;
	}
	#reason .list .box .subTit{
		letter-spacing: 0;
	}
}


/* #supplier
================================== */
#supplier .inner{
	padding-bottom: 20px;
}
@media (min-width: 600px){
	#supplier .inner{
		padding-bottom: 70px;
	}
}

/* .secPoint
================================== */
.secPoint .tit .titIn{
	font-size: 3rem;
	font-weight: 900;
	vertical-align: baseline;
	line-height: 1.4;
	text-align: center;
}
.secPoint .tit .titIn .em{
	background: linear-gradient(transparent 65%, #fcdd0f 65%);
}
.secPoint .tit .num{
    width: 90px;
    margin: auto;
}
.secPoint .arrowTxt{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 12px 0;
	position: relative;
	background-color: #e63636;
}
.secPoint .arrowTxt span{
	font-size: 1.4rem;
	font-weight: inherit;
}
.secPoint .arrowTxt em{
	color: #fcdd0f;
}
.secPoint .arrowTxt::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #e63636 transparent transparent transparent;
}

@media (min-width: 600px){
	.secPoint .tit .num{
	    width: 155px;
	}
	.secPoint .tit .titIn{
	    font-size: 6rem;
	    margin-top: 15px;
	}
	.secPoint .arrowTxt{
		font-size: 3rem;
		padding: 27px 0;
	}
	.secPoint .arrowTxt span{
		font-size: 3rem;
	}
	.secPoint .arrowTxt::after{
		bottom: -30px;
		border-width: 30px 70px 0 70px;
	}
}

/* #point01
================================== */
#point01 .tit{
	padding-top: 20px;
	padding-bottom: 20px;
}
#point01 .inner{
	padding-bottom: 80px;
}
#point01 .item{
	padding: 30px 0;
	border-bottom: 2px dashed #dcdddd;
}
#point01 .item > .itemImg{
	margin-top: 15px;
}
#point01 .itemTit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#point01 .itemTit .num{
	width: 50px;
}
#point01 .itemTit .sub{
	font-weight: bold;
	color: #ed3838;
	font-size: 2rem;
	width: calc(100% - 60px);
	letter-spacing: 0;
	line-height: 1.4;
}

#point01 .area{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#point01 .area .itemImg{
	width: 100px;
}

#point01 .area .itemTxt{
	width: calc(100% - 110px);
	margin-top: -7px;
}
@media (max-width: 599px){
	#point01{
		border-top: 2px solid #f7f7f7;
	}
	#point01 .tit{
		border-bottom: 5px solid #e63636;
	}
}

@media (min-width: 600px){
	#point01{
		margin-top: -90px;
		padding-top: 90px;
	}
	#point01 .tit{
		padding-top: 0;
		padding-bottom: 35px;
	}
	#point01 .inner{
		padding: 70px 0 150px;
		padding-top: 30px;
		padding-bottom: 152px;
	}
	#point01 .img{
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#point01 .img::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 90px);
		background-color: #e63636;
		z-index: -1;
	}
	#point01 .list{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#point01 .item{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 45px 30px 45px 0;
	}
	#point01 .item:nth-child(2n){
		padding-right: 0;
		padding-left: 30px;
		border-left: 2px dashed #dcdddd;
	}
	#point01 .item:first-child,
	#point01 .item:nth-child(2){
		padding-top: 0;
		padding-bottom: 40px;
	}
	#point01 .itemTit{
		margin-bottom: 25px;
	}
	#point01 .itemTit .num{
		width: 80px;
	}
	#point01 .itemTit .sub{
		font-size: 2.8rem;
		width: calc(100% - 100px);
	}
	#point01 .area .itemImg{
		width: 130px;
	}
	#point01 .item > .itemImg{
		margin-top: 25px;
	}
	#point01 .area .itemTxt{
		width: calc(100% - 150px);
	}
}

/* #home #service
================================== */
#home #service{
    background: #f7f7f7;
}
#home #service::before,
#home #service::after{
	display: none;
}
#home #service .inner{
	padding-top: 45px;
	padding-bottom: 0;
}
#home #service .arrowTxt{
	font-size: 2rem;
	line-height: 1.6;
}
#home #service .tit{
	transform: translateY(-90px);
	margin: 0 0 -25px;
}
@media (max-width: 599px){
	#point02{
		margin-top: -75px;
		padding-top: 75px;
	}
}
@media (min-width: 600px){
	#home #service{
		padding: 0;
	}
	#home #service .tit{
		transform: translateY(-75px);
	}
	#home #service .tit .titIn{
	    line-height: 1.4;
	    font-size: 6rem;
	}
	#home #service .arrowTxt{
		font-size: 4rem;
	}
	#home #service .inner{
		padding: 50px 0 115px;
	}
	#point02{
		margin-top: -170px;
		padding-top: 170px;
	}
}

/* #point03
================================== */
#point03 .tit{
	transform: translateY(-45px);
	margin: 0 0 -25px;
}
@media (max-width: 599px){
	#point03{
		margin-top: -75px;
		padding-top: 75px;
	}
}
@media (min-width: 600px){
	#point03{
		padding-top: 170px;
		margin-top: -170px;
	}
	#point03 .tit{
		transform: translateY(-75px);
	}
	#point03 .inner{
		padding: 0 0 80px;
	}
}

/* ================================================================
20200515追加ここまで
=================================================================== */
/* ================================================================
20201109追加ここから
=================================================================== */
.case-menu {
	margin: 20px 0 0;
}

.case-menu__content {
	position: relative;
	background: url(../img/bg_case_menu01_sp.webp) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 15px 5px 5px;
	margin-bottom: 25px;
}

.case-menu__content:after {
	position: absolute;
	display: block;
	content: '';
	background: url(../img/img_case_menu03.png) center no-repeat;
	background-size: contain;
	width: 113px;
	height: 33px;
	margin: auto;
	right: 0;
	bottom: -15px;
	left: 0;
}

.case-menu .is_red {
	color: #ed3838;
}
.case-menu__head-wrap {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}
.case-menu__head {
	margin-bottom: 35px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.case-menu__head:before {
	display: block;
	content: '';
	background: url(../img/img_case_menu01.png) center no-repeat;
	background-size: contain;
	width: 17px;
	height: 20px;
	margin-right: 5px;
}
.case-menu__head:after {
	display: block;
	content: '';
	background: url(../img/img_case_menu02.png) center no-repeat;
	background-size: contain;
	width: 17px;
	height: 20px;
	margin-left: 5px;
}
.case-menu__head-num {
	margin-right: -3px;
	color: #ffe400;
	font-size: 3.5rem;
	line-height: 1.3;
}

.case-menu__head-yen {
	color: #ffe400;
	font-size: 1.9rem;
}

.case-menu__head-small {
	font-size: 1.3rem;
}

.case-menu__head-line {
	position: relative;
	z-index: 3;
}

.case-menu__head-line:after {
	position: absolute;
	z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) skew(-10deg);
    width: 100%;
    height: 6px;
    content: "";
    background: #fcdd0f;
}

.case-menu__box {
	background: #fff;
	box-sizing: border-box;
	padding: 68px 15px 20px;
}

.case-menu__list {
	position: relative;
}
.case-menu__list:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../img/txt_case_menu01.png) center no-repeat;
	background-size: contain;
	width: 87px;
	height: 87px;
	margin: auto;
	top: -95px;
	right: 0;
	left: 0;
}
.case-menu__item {
	position: relative;
	padding-left: 23px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	line-height: 1.5;
}
.case-menu__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.case-menu__item:before {
	position: absolute;
	display: block;
	content: '';
	background: url(../img/ico_coolingoff01.png) center no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	top: 4px;
	left: 5px;
}

.case-menu__contact .is_red {
	color: #ed3838;
}

.case-menu__contact {
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.6rem;
}

.case-menu__contact-link {
	color: #ed3838;
}

@media (min-width: 600px){
	.case-menu {
		margin: 30px 0 0;
	}

	.case-menu__content {
		background: url(../img/bg_case_menu01_pc.jpg) center no-repeat;
		background-size: cover;
		padding: 18px 10px 10px;
		margin-bottom: 30px;
	}

	.case-menu__content:after {
		width: 150px;
		height: 40px;
		bottom: -18px;
	}

	.case-menu__head-wrap {
		font-size: 2.6rem;
	}
	.case-menu__head {
		margin-bottom: 20px;
	}
	.case-menu__head:before {
		width: 28px;
		height: 38px;
		margin-right: 10px;
	}
	.case-menu__head:after {
		width: 28px;
		height: 38px;
		margin-left: 10px;
	}
	.case-menu__head-num {
		margin-right: -5px;
		font-size: 7.0rem;
		line-height: 1.2;
	}

	.case-menu__head-yen {
		font-size: 3.9rem;
			line-height: 1.5;
	}

	.case-menu__head-small {
		font-size: 2.2rem;
	}

	.case-menu__head-line {
		position: relative;
		z-index: 3;
	}

	.case-menu__head-line:after {
	    height: 10px;
	}

	.case-menu__box {
		padding: 30px 35px 30px 215px;
	}

	.case-menu__list {
		}
	.case-menu__list:before {
		width: 155px;
		height: 155px;
		margin: auto;
		top: 0;
		right: inherit;
		bottom: 0;
		left: -175px;
	}
	.case-menu__item {
		padding-left: 37px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.case-menu__item:last-child {
	}
	.case-menu__item:before {
		width: 17px;
		height: 17px;
		top: 4px;
		left: 10px;
	}

	.case-menu__contact .is_red {
	}

	.case-menu__contact {
		text-align: center;
		line-height: 1.5;
		font-size: 2.2rem;
	}

	.case-menu__contact-link {
	}
}

.privacy .mod_btn02 a {
}
.privacy .mod_btn02 a:after {
	display: block;
	content: '';
	background: url(../img/ico_option_link04.png) center no-repeat;
	background-size: contain;
	width: 11px;
	height: 11px;
	margin: auto;
	top: 0;
	bottom: 0;
}

#gFooter .info {
	margin: 0 0 0;
	text-align: center;
}
@media (min-width: 600px){
	#gFooter .info {
		margin: 0 0 10px;
		text-align: left;
	}
	#gFooter .link {
		position: relative;
	}
}


/* 追記 oneup */

.faq-answer{
  margin-bottom: 1em;
}

/* サービスページ オフィス内装工事 */
.fig-service-p10{
  margin-bottom: 4px;
max-width: 398px;
}
.service_p10-ttl{
  margin: 20px 0 4px;
  font-size: 1.1em;
  font-weight: bold;
}
.service_p10-price{
  color: #ed3838;
  font-weight: bold;
}

/* サービスページ クロスの貼替 */
.figs-p13{
  display: grid;
  grid-template-columns: repeat(auto-fit,288px);
  gap: 12px 16px;
}
.fig-service-p13{
  margin-top: 4px;
  margin-bottom: 4px;
max-width: 288px;
}

/* サービスページ共通 */
.service__strong{
  font-weight: bold;
  color: #ed3838;
}

/* サービスページ テーブル */
.blog-table-wrap{
  overflow-x: auto;
  margin: 16px 0 0 0;
}
@media all and (min-width: 600px){
  .blog-table-wrap{
    overflow-x: auto;
    margin: 16px 0 0 24px;
  }
}
.blog-table-wrap-overflow-none{
  margin: 16px 0 0 0;
  overflow: auto;
}
@media all and (min-width: 600px) {
  .blog-table-wrap-overflow-none{
    margin: 16px 0 0 24px;
  }
}
.blog-th,.blog-td{
  border: 2px solid #fff;
  vertical-align: middle;
  white-space: nowrap;
  padding: 24px;
  line-height: 1.7;
}
.blog-th{
  text-align: center;
  font-weight: bold;
  background: #ed3838;
  color: #fff;
}
.blog-td{
  text-align: left;
  background: #fceded;
}
.blog-td-block{
  display: block;
}
.post-6629-thtd{
  padding: 16px;
}

/* サービスページ チェックリスト */
.checklist{
  margin-top: 24px;
  background: #FCEDED;
  padding: 24px;
}
.checklist ul{
  margin: 0;
}
.checklist__ul{
  display: grid;
  grid-template-columns: auto;
  gap: 24px;
}
@media all and (min-width: 600px) { 
  .checklist__ul{
    grid-template-columns: repeat(auto-fill, minmax(100px, calc((100% - 48px)/3)));
  }
 }
.checklist ul li{
  padding: 0;
}
.checklist__li::before{
display: none;
}
.checklist__li a{
  color: #000;
}
.checklist__li a p{
  position: relative;
  margin: 0;
  padding-left: 24px;
}
.checklist__li a p::before{
  position: absolute;
  content: "";
  background: url(https://itenpro.jp/blog/wp-content/themes/itenpro/img/ico_download01.png.webp) center/contain no-repeat;
  width: 16px;
  height: 15px;
  top:7px;
  left: 0;
}
.checklist__li-block{
  display: block;
}
.checklist-link-solo{
  margin-top: 24px;
  display: block;
}
.checklist-link-solo p{
  position: relative;
  padding-left: 24px;
}
.checklist-link-solo p::before{
  position: absolute;
  content: "";
  background: url(https://itenpro.jp/blog/wp-content/themes/itenpro/img/ico_download01.png.webp) center/contain no-repeat;
  width: 16px;
  height: 15px;
  top:7px;
  left: 0;
}
.checkbox{
  padding-left: 32px !important;
}
.checkbox::before{
  background: url(https://itenpro.jp/blog/wp-content/themes/itenpro/img/ico_checkbox.png) center/contain no-repeat !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 0 !important;
  top: 5px !important;
}

/* 追記 oneup END */