@charset "UTF-8";

/*一般のお客様ページ*/

a[id*="h2"]+section .heading.block_header_2 .h {
    font-size: 2.6rem !important;
}
a[id*="h2"]+section .heading.block_header_2 p {
    font-size: 1.8rem;
}

@media screen and (max-width: 800px){
	a[id*="h2"]+section .heading.block_header_2 .h {
		font-size: 2.0rem !important;
		line-height: 1.5;
	}
	a[id*="h2"]+section .heading.block_header_2 p {
		 font-size: 1.5rem !important;
	}
}
#contact_tel+section p img {
    vertical-align: text-bottom;
	margin-right: 10px;
}

@media(min-width: 414px){
  a[href^="tel:"]{
	  pointer-events: none;
	  text-decoration: none;
  }
}
#come+section.contents_box01 .inner_item_txt{
    background-color: #f4f4f4;
    padding: 20px 30px !important;
}
@media(min-width: 600px){
	#come+section.contents_box01 .inner_item_txt{
		padding: 20px 20px !important;
	}
}

.widget_tel .inner_item_txt {
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_tel .inner_item_tel {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_tel .inner_item_tel a, .widget_tel .inner_item_tel span {
	background: #0d58b9;
}
@media screen and (max-width: 800px){
	.heading + .add_text {
		text-align: left;
	}
	.widget_tel .inner_item_txt {
		text-align: center !important;
	}
}
