/*========================================================== 
セカンドページ(heli)
==========================================================*/

/*基本*/
#heliContsArea {
	width: 100%;
	background: #FFF;
	position: relative;
	display: block;
	z-index: 100;
	box-sizing: border-box;
}

#heliContsAreaWrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	background: #FFF;
	position: relative;
	display: block;
	z-index: 100;
	box-sizing: border-box;
}

#heliContsArea h2 {
	font-size: 2em;
	font-family: 'mplus-2c-light' , sans-serif;
	color: #000;
	margin: 0 0 30px 0;
}

#heliContsArea h3 {
	font-size: 2.2em;
    line-height: 1.5em;
    font-family: sans-serif;
    margin: 10px 0;
    color: #227ab5;
    font-weight: bold;
}

#heliContsArea h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: sans-serif;
	font-weight: bold;
	padding: 0 0 10px 0;
}


#heliContsArea p {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}

#heliContsArea ol {
	list-style-type: decimal;
	padding: 0 10px 10px 20px;
	font-weight: bold;
}

#heliContsArea ol li {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
	font-weight: bold;
}

#heliContsArea ol li ul {
	font-weight: normal;
	padding: 0 10px 10px 20px;
	list-style-type: disc;
}

#heliContsArea ol li ul li {
	font-weight: normal;
	padding: 0 0 5px 0;
}

@media screen and (max-width: 768px) {
    #heliContsArea h2 {
		font-size: 1.4em;
		font-family: 'mplus-2c-light' , sans-serif;
		color: #000;
		margin: 0 0 10px 0;
	}

	#heliContsArea h3 {
        font-size: 1.5em;
        line-height: 1.5em;
        font-family: sans-serif;
        margin: 10px 0;
    }

	#heliContsArea h4 {
		font-size: 1em;
		line-height: 1.4em;
		font-family: sans-serif;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
    
    #heliContsArea {
		width: 100%;
		background: #FFF;
		position: relative;
		display: block;
		z-index: 100;
		box-sizing: border-box;
	}

	#heliContsAreaWrap {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 10px;
		background: #FFF;
		position: relative;
		display: block;
		z-index: 100;
		box-sizing: border-box;
	}
	
	#heliContsArea p {
		font-size: 0.9em;
		line-height: 1.6em;
		padding: 0 0 10px 0;
		font-family: sans-serif;
	}
	
	#heliContsArea ol {
		list-style-type: decimal;
		padding: 0 5px 10px 20px;
		font-weight: bold;
		font-family: sans-serif;
	}

	#heliContsArea ol li {
		font-size: 0.9em;
		line-height: 1.6em;
		padding: 0 0 10px 0;
		font-weight: bold;
		font-family: sans-serif;
	}

	#heliContsArea ol li ul {
		font-weight: normal;
		padding: 0 0 10px 20px;
		list-style-type: disc;
		font-family: sans-serif;
	}

	#heliContsArea ol li ul li {
		font-weight: normal;
		padding: 0 0 5px 0;
		font-family: sans-serif;
	}
}

/*heli*/
#heliContsArea img{
    max-width: 100%;
}
#heliContsArea .red{
    color: #d60011;
    font-weight: bold;
}
#heliContsArea .box{
    display: flex;
    margin: 3em 0;
}
#heliContsArea .box_1{
    width: 500px;
}
#heliContsArea .box_2{
    width: 500px;
}
#heliContsArea .box_1 p{
    font-weight: bold;
}
/*#heliContsArea .aaa{
    display: flex;
}*/
#heliContsArea .distance{
    width: 70%;
    margin: 0 auto;
}
#heliContsArea .contact{
    margin-top:5em;
}
#heliContsArea .contact img{
    width: 40%;
}
#heliContsArea .contact p{
    font-weight: bold;
}

/*ボタン*/

a.btn-contact {
  color: #fff;
  background-color: #227ab5;
  border: 2px solid #227ab5;
}

a.btn-contact:hover {
  color: #227ab5;;
  background: #fff;
  border: 2px solid #227ab5;
}

a.btn-c {
  font-size: 14px;
  position: relative;
  padding: 0.7rem;
  border-radius: 6px;
  width: 200px;
}

@media screen and ( max-width:750px ){
    #heliContsArea .box {
        display: block;
        margin: 1em 0;
    }
    #heliContsArea .box_1 {
        width: 100%;
    }
    #heliContsArea .box_2{
        width: 80%;
        margin: 0 auto;
    }
    #heliContsArea .distance {
        width: 90%;
    }
    #heliContsArea .contact{
        margin-top:3em;
    }
    #heliContsArea .contact img{
        width: 90%;
    }
}