
@charset "UTF-8";

/*見出し*/
.content_wrapper .heading.block_header_1, .content_wrapper .heading.block_header_6 {
    flex-direction: row-reverse;
    align-items: center;
	justify-content: center;
    padding-top: 80px;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -100px;
    width: 150px;
    height: 2px;
    background: #0066cc;
    border: none;
    border-radius: 0;
    transform: rotate( 135deg );
}
.heading.block_header_1 p:after, 
.heading.block_header_6 .h:after {
    content: none;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
    color: #0066cc;
    font-family: sans-serif;
    font-size: 40px !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    padding: 0;
}
.heading.block_header_1 .h, 
.heading.block_header_6 p {
    padding-left: 22px;
}
/*---------------*/
.heading.block_header_2 .h{
	border-bottom: none;
	font-size: 2.5rem;
	padding-top: 45px;
}
.heading.block_header_2 p{
	color: #0066cc;
	font-size: 1.8rem;
	padding-top: 10px;
}
.heading.block_header_2 .h,
.heading.block_header_2 p{
	padding-left: 0;
}
.heading.block_header_2 .h:before{
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    width: 65px;
    height: 2px;
    background: #0066cc;
    border: none;
    border-radius: 0;
    transform: rotate( 135deg );
}
/*---------------*/
.heading.block_header_7 .h{
	font-size: 2.5rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px){
	.heading.block_header_1 p:before, 
	.heading.block_header_6 .h:before{
		top: -45px;
		left: -20px;
		width: 100px;
	}
	.heading.block_header_1 p, 
	.heading.block_header_6 .h{
		font-size: 30px !important;
	}
/*---------------*/
	.heading.block_header_2 .h:before{
		top: 20px;
		left: -10px;
		width: 55px;
	}
	.heading.block_header_2 p{
		font-size: 1.6rem !important;
	}
/*---------------*/
	.heading.block_header_7 .h{
		font-size: 2rem;
	}
}
@media screen and (max-width: 450px){
	.content_wrapper .heading.block_header_1, 
	.content_wrapper .heading.block_header_6{
		justify-content: center;
	}
}

/*lv*/
#lv {
    display: none;
}

/*CONTACT背景*/
#tel+.contents_box01{
	position: relative;
	overflow: visible;
	z-index: 1;
}
#tel+.contents_box01:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 150vh;
	top: 15px;
	left: 0;
	background-image: url("/common/upload_data/next-service08com/image/CONTACT.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 220px;
	pointer-events: none;
}
@media screen and (max-width: 600px){
	#tel+.contents_box01:before{
		left: -5px;
		height: 150vh;
		opacity: 0.65;
	}
}

/*panくず*/
#pan{
	display: none;
}

/*btn*/
main form .submit span:before{
	display: none;
}
.widget_form form .submit{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: #4d8ed1;
    color: #ffffff;
    border: 1px solid #4d8ed1;
    font-family: sans-serif;
    letter-spacing: 3px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.widget_form form .submit input{
    max-width: 150px;
    width: 100%;
    padding: 8px 30px 13px;
}
.widget_form form .submit:after {
    content: "▼";
    font-size: 10px;
    letter-spacing: normal;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 2px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
}
.widget_form form .submit:hover {
    background: #ffffff;
}
.widget_form form .submit:hover input{
	color: #4d8ed1 !important;
}
.widget_form form .submit:hover:after{
	color: #4d8ed1;
}

/*tel*/
#tel+.contents_box01 .wrapper_item{
	max-width: 550px;
	width: 100%;
	margin: auto;
	padding: 30px 10px !important;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.13);
	box-sizing: border-box;
}
#tel+.contents_box01 .inner_item_txt p span {
    line-height: 1.2;
}
#tel+.contents_box01 .inner_item_txt p>span:nth-of-type(2){
	padding: 0 10px;
}
#tel+.contents_box01 .inner_item_txt p>span:last-of-type{
	line-height: 1.5;
}
@media screen and (max-width: 600px){
	#tel + .contents_box01 .inner_item_txt p > span:nth-of-type(2){
		padding: 0;
		font-size: 50px !important;
		line-height: 0.8;
	}
	#tel + .contents_box01 .inner_item_txt p>span:first-of-type span{
		line-height: 2;
		display: block;
	}
	#tel + .contents_box01 .inner_item_txt p > span:last-of-type{
		line-height: 2;
	}
}

.widget_form .content_wrapper{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1200px){
	.widget_form .content_wrapper{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}