.page_head02 {
	position: relative;
	padding-left: 6rem;
	margin-bottom:2rem
}
.page_head02 em {
    background: #ff7800;
    position: absolute;
    height: 5rem;
    width: 5rem;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 5rem;
    left: 0.5rem;
    top: -1rem;
    box-shadow: rgba(0,0,0,0.3) 2px 2px 2px 0;
    font-size: 25px;
    transform: rotate(-12deg);
}

.contents_wrap {
	margin-bottom: 3rem;
}
.contents_wrap .title{
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 32px;
	text-align:center;
	line-height: 46px;
	margin-bottom:2rem;
}

.contents_wrap .title:after{
	border-bottom: solid 3px #999;
	content: "";
	display: block;
	margin: 0.5rem auto 0;
	width: 120px;
	height: 0;
}
.contents_wrap .inner{
	padding: 2rem;
	background: #f0f0f0;
	max-width: 80%;
	margin:0 auto;
}
.contents_wrap .inner .text_wrap{
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.contents_wrap .inner .img_wrap{
	
}


.contents_wrap.nyusya {
	text-align:center;
}

.contents_wrap.nyusya .title{
	display: inline-block;
	margin: 0 auto 2rem;
	text-align: left;
	padding-right: 100px;
	white-space: nowrap;
}
.contents_wrap.nyusya .title i{
	display:block;
	float:left;
	margin-right:0.5rem;
	height:100px;
	width:100px;
	line-height:100px;
	text-align: center;
	border-radius: 100%;
	font-size: 50px;
	transform: rotate(-12deg);
	border:3px solid #f60;
	color:#f60;
	margin-top: -8px;
}
.contents_wrap.nyusya .title em{
	color: #f60;
}

.contents_wrap.nyusya .title:after{
/* 	border-bottom: solid 3px #ffbe93; */
content:none;
}

.contents_wrap.nyusya .inner{
	text-align:left;
}



.entry2_head {
	padding: 50px 0;
    background-size: 45% auto;
    max-width: 80%;
    margin: 50px auto;
}
.entry2_head.wrap-02 {
    background: url(../images/entry2_img_02.png) no-repeat right center;
    background-size: 45% auto;
    padding: 30px 0;
    margin: 30px auto 80px;
    max-width: 80%;
    overflow: hidden;
    position: relative;
}
.entry2_head.wrap-02 .text_wrap { float: left;}
.entry2_head.bottom { 
	background: none;
	padding: 0 0 0;
    margin: 80px auto 50px;
}
.entry2_head.bottom .text_wrap {
    float: none;
    margin: 0 auto;
}

.entry2_head .text_wrap{
	padding: 2rem;
	width: 68%;
}
.entry2_head p {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.link_detail_kouotsuhi {
	display: inline-block;
	cursor: pointer;
	color: #006CD8	;
}
.detail_kouotsuhi {
	display: none;
}
.detail_kouotsuhi.active {
	display: block;
}

@media screen and (max-width:767px) {
	.contents_wrap .inner {
        max-width: 90%;
	 }
	.entry2_head {
		max-width: 90%;
		padding: 150px 0 0 0;
		background-size: 75vw;
	}
	.entry2_head.wrap-02 {
		max-width: 90%;
		padding: 150px 0 0 0;
		background-size: 75vw;
		background-position: top;
	}
	.entry2_head .text_wrap {
		width: 100%;
		padding: 1.5rem;
	}	
	.entry2_head.bottom {
		padding: 0 0 0;
	}
	
	.contents_wrap .title{
		font-size: 7.5vw;
		line-height: 6vh;
	}
	.contents_wrap.nyusya .title {
		padding-right: 0;
		white-space: normal;
		text-align: center;
		font-size: 7.5vw;
		line-height: 6vh;
	}
	.contents_wrap.nyusya .title i {
		float: inherit;
		margin: 0 auto;
		display: block;
		margin-bottom: 0.5rem;
	}
}



.entry2_contact_info {
	border: 2px solid #66b13d;
	border-radius: 0.3rem;
	padding: 1rem 2rem 1.5rem;
	margin: 0 auto 4rem;
	max-width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry2_contact_info .text{
	text-align: center;
	font-size: 24px;
	width: 100%;
	margin-bottom: 1rem;
}
.entry2_contact_info .text p{
	
}
.entry2_contact_info i{
	font-size: 40px;
	margin-right: 0.3rem;
	vertical-align: -8px;
}
.entry2_contact_info a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem 0;
	font-weight: 500;
}
.entry2_contact_info .line,
.entry2_contact_info .tel{
	width: 48%;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1rem;
	border-radius: 0.3rem;
	box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
}
.entry2_contact_info .line{
	background: #00b900;
}
.entry2_contact_info .tel{
	background: #ff7800;
}
.entry2_contact_info .tel span{
	
}

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

@media screen and (max-width:767px) {
	.entry2_contact_info {
		width:90%;
		max-width: 90%;
	}
	.entry2_contact_info .line,
	.entry2_contact_info .tel{
		width: 100%;
	}
	.entry2_contact_info .line {
		margin-bottom:1rem;
	}
}