@charset "utf-8";
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                 */

/*    【共通　ここから】                                                */

/*                                                                 */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

html {
	overflow-x: hidden;
}
.wrap {
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	line-height: 1.65em;
}
a {
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
h1,h2,h3,h4,h5{
	font-family: 'Noto Sans JP', sans-serif;
}
.bg_orange {
	background: #FFFBF6;
}
.bg_white {
	background: #fff;
}
.bg_pink {
	background: #FFEEE7;
}
.u_line{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #f6c3b0 50%);
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                  */

/*    【PCここから】                                                     */

/*                                                                  */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (min-width:769px) {
	.pankuzu {
		width: 100%;
		max-width: 1080px;
		margin: 15px auto;
	}
	p {
		font-size: 18px;
	}
	h1 {
		font-size: 36px;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	h1:before {
		content: " ";
		background: url("../img/top/knowledge_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 53px;
		height: 45px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.contents_wrap {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 15px 70px 15px;
	}
	
	.contents__wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 15px 50px 15px;
	}

	h2.reasons_title {
		text-align: center;
		display: flex;
		flex-direction: column;
		border-bottom: 1px dotted#8C8C8C;
		padding-bottom: 15px;
		margin-bottom: 30px;
		border-top: 2px solid #698B00;
		padding-top: 50px;
	}
	h2.reasons_title img {
		width: 48px;
		margin: 0 auto 15px auto;
	}
	.reasons_contents {
		padding: 0 15px;
	}
	.reasons_img {
		padding: 15px 15px 0 15px;
	}
	
	/*老人ホームの種類*/
	.facilitytype_doc_img {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.exp {
		font-size: 16px;
	}
	.large_btn_wrap {
		margin-top: 30px;
	}
	.large_btn {
		background: #EAF2CF;
		border: 1px solid #86A919;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 15px;
		border-radius: 10px;
		font-size: 18px;
		position: relative;
		width: 350px;
	}
	.large_btn:before {
		content: " ";
		background: url(../img/knowledge/zoom_icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 21px;
		height: 27px;
		display: block;
		margin-left: -66px;
		display: inline-block;
		position: absolute;
		top: 58%;
		left: 39%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.side_line {
	  display: flex;
	  align-items: center;
	  justify-content: center;
		font-weight: bold;
		font-size: 22px;
	}
	.side_line:before, .side_line:after {
	  border-top: 1px solid;
	  content: "";
	  width: 3em;
	}
	.side_line:before {
	  margin-right: 1em;
	}
	.side_line:after {
	  margin-left: 1em;
	}
	
	table.table_radius {
		margin: 30px 0;
		width: 100%;
		border-radius: 10px;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
		border: 1px solid #86A919;
		font-size: 18px;
	}
	table.table_radius {
		border-spacing: 0;
		border-collapse: separate;
	}
	table.table_radius th, table.table_radius td {
		border-top: 1px solid #86A919;
		border-left: 1px solid #86A919;
		width: 15%;
	}
	table.table_scroll, table.table_radiustd, table.table_radiusth {
		border: 1px solid #86A919;
		border-collapse: collapse;
	}
	table.table_radius th {
		padding: 25px 30px;
		background: #86A919;
		color: #FFFFFF;
	}
	table.table_radius tr:nth-child(even) table.table_radius th {
		background: #86A919;
	}
	table.table_radius td {
		padding: 25px 30px;
		background: #FCFCFC;
		width: 75%;
	}
	table.table_radius th:last-child, table.table_radius td:last-child {
		border-right: 1px solid #86A919;
		border-bottom: 1px solid #86A919;
	}
	table.table_radius tr:last-child table.table_radius th, table.table_radius tr:last-child table.table_radius td {
		border-bottom: 1px solid #86A919;
	}
	table.table_radius tr:first-child :first-child {
		border-top-left-radius: 10px;
		border-bottom: 1px solid #fff;
	}
	table.table_radius tr:first-child :last-child {
		border-top-right-radius: 10px;
	}
	table.table_radius tr:last-child :first-child {
		border-bottom-left-radius: 10px;
	}
	table.table_radius tr:last-child :last-child {
		border-bottom-right-radius: 10px;
	}
	.list {
		list-style: none;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: normal;
		font-size: 18px;
	}
	.list li {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 10px;
		line-height: 1.6em;
	}
	.list li:first-of-type {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 0;
	}
	.list li:before {
		content: "●";
		color: #AABF63;
		font-size: 10px;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	h3.bar_title{
		font-size: 26px;
		background: #698B00;
		color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.white_box{
		background: #fff;
		border-radius: 10px;
		padding: 30px;
		margin-top: 50px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	.white_box_inner{
		display: flex;
		justify-content: space-between;
		
	}
	.white__box{
		background: #fff;
		border-radius: 10px;
		padding: 30px;
		margin-top: 30px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}

	h4.title_green_dotted{
		border-bottom: 1px dotted #8C8C8C;
		margin-top: 0;
		margin-bottom: 15px;
		color: #698B00;
		padding-bottom: 10px;
	}
	
	.type_text{
		width: 64%;
	}
	.type_img{
		width: 32%;
	}
	/*老人ホームの費用*/
	.distribution{
		margin-top: 30px;
    	margin-bottom: 15px;
	}
	
	table.table_scroll{
		width: 100%;
		margin: 30px 0;
	}
	table.table_scroll, table.table_scroll td, table.table_scroll th {
		border: 1px solid #595959;
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.table_scroll td, table.table_scroll th {
		padding: 3px;
		width: 30px;
		height: 25px;
	}
	table.table_scroll th {
		background: #F8FDE5;
		text-align: left;
		padding: 10px 15px;
	}
	table.table_scroll td {
		padding: 10px 15px;
	}
	table.table_scroll .th_type{
		width: 33%;
		text-align: center;
	}
	table.table_scroll .th_initial{
		width: 33%;
		text-align: center;
	}
	
	table.table_scroll .th_monthly{
		width: 33%;
		text-align: center;
	}
	
	.green_line_tit{
		border-bottom: 2px solid #698B00;
		font-size: 22px;
		margin-bottom: 15px;
		padding-bottom: 7px;
	}
	.doted_line_tit{
		color: #698B00;
		border-bottom: 2px dotted #8C8C8C;
		font-size: 18px;
		padding-bottom: 5px;
	}
	
	.lump_sum{
		display: flex;
		justify-content: space-between;
	}
	
	.lump_sum_exp{
		background: #F8FDE5;
		border-radius: 10px;
		width: 43%;
		display: flex;
   		 align-items: center;
		justify-content: center;
		padding: 0px 15px;
	}
	
	.lump_sum_case{
		width: 49%;
	}
	
	p.square_num{
		color: #698B00;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.square_num span{
		background: #AABF63;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		width: 31px;
		height: 31px;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		margin-right: 15px;
	}
	
	.lump_sum_list{
		margin: 0 0 30px 15px;
	}
	.lump_sum_list:last-of-type{
		margin-bottom: 0;
	}
	
	.attn{
		background: #F6DDD4;
		padding: 15px;
		font-weight: bold;
		margin-top: 30px;
		border-radius: 5px;
	}


	
	.num_box{
		margin-top: 30px;
	}
	
	/*有料老人ホームの選び方*/
	.common_flex{
		display: flex;
		justify-content: space-between;
	}
	
	.common_flex_text{
		width: 60%;
	}
	.common_flex_img{
		width: 36%;
	}
	/*入居までの流れ*/
	.check_point{
		margin: 50px 0  30px 0;
	}
	
	.check_point_tit {
		display: flex;
		justify-content: center;
		align-items: baseline;
		font-size: 18px;
		text-align: center;
		color: #000000;
	}
	.check_point_tit span{
		font-size: 24px;
		font-weight: bold;
	}
	.check_point_tit:before, .check_point_tit:after {
		content: '';
		width: 3px;
		height: 30px;
		background-color: #000000;
	}
	.check_point_tit:before {
		margin-right: 30px;
		transform: rotate(-30deg)
	}
	.check_point_tit:after {
		margin-left: 30px;
		transform: rotate(30deg)
	}
	
	
	.contact_tit {
		display: flex;
		justify-content: center;
		align-items: baseline;
		font-size: 26px;
		text-align: center;
		color: #000000;
	}
	.contact_tit span{
		font-size: 36px;
		font-weight: bold;
	}
	.contact_tit:before, .contact_tit:after {
		content: '';
		width: 3px;
		height: 30px;
		background-color: #000000;
	}
	.contact_tit:before {
		margin-right: 30px;
		transform: rotate(-30deg)
	}
	.contact_tit:after {
		margin-left: 30px;
		transform: rotate(30deg)
	}
	.contact_wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 90px 15px;
	}
	.btn_flex_wrap{
		display: flex;
		justify-content: space-between;
	}
	.btn-wrap_2col {
		margin-top: 60px;
		width: 48%;
	}
	a.btn-call {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		height:88px;
	}
	a.btn-call span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-call:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-call:hover:before {
		left: 2rem;
	}
	a.btn-mail {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 22px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		height:88px;
	}
	a.btn-mail.nursing{
		width: 100%;
		max-width: 330px;
	}
	a.btn-mail span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-mail:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-mail:hover:before {
		left: 2rem;
	}
	span.btn_subtext {
		font-size: 14px;
		display: block;
	}
	.call_icon:before {
		content: " ";
		background: url("../img/top/call_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 15px;
		height: 20px;
		margin-top: 3px;
		display: inline-block;
		position: absolute;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.mail_icon:before {
		content: " ";
		background: url("../img/top/mail_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 14px;
		margin-top: 3px;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	
	/*知っておきたい老人ホームの基本　include*/
	.cont_title {
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
	}
	.cont_title.knowledge:before {
		content: " ";
		background: url("../img/top/knowledge_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 38px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.knowledge_contents_wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 70px 15px;
	}
	.knowledge_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.knowledge_wrap a{
		width: 49%;
	}
	
	.knowledge_wrap p{
		font-size: 22px;
		font-weight: bold;
		color: #fff;
	}
	.knowledge_type {
		background-image: url("../img/top/knowledge_type.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_money {
		background-image: url("../img/top/knowledge_money.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_select {
		background-image: url("../img/top/knowledge_select.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	.knowledge_flow {
		background-image: url("../img/top/knowledge_flow.jpg");
		background-size: cover;
		padding: 80px 0;
		text-align: center;
		color: #fff;
	}
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                  */

/*    【SPここから】                                                     */

/*                                                                  */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (max-width:768px) {
	.pankuzu{
		width: 100%;
		max-width: 1080px;
		margin: 85px auto 15px auto;
		font-size: 14px;
	}
	
	h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 30px;
	}
	h1:before {
	    content: " ";
	    background: url(../img/top/knowledge_icon.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 45px;
	    height: 38px;
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 15px;
	}
	.contents_wrap {
		width: 100%;
		margin: 0 auto;
		padding: 35px 15px;
	}
	.contents__wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 15px 30px 15px;
	}

	h2.reasons_title {
		text-align: center;
		display: flex;
		flex-direction: column;
		border-bottom: 1px dotted#8C8C8C;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-top: 2px solid #698B00;
		padding-top: 25px;
		font-size: 20px;
	}
	h2.reasons_title img {
		width: 48px;
		margin: 0 auto 15px auto;
	}
	
	.reasons_contents {
		padding: 0 15px;
	}
	.reasons_img {
		padding: 15px 15px 0 15px;
	}
	
	/*老人ホームの種類*/
	
	.facilitytype_doc_img {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.exp {
		font-size: 12px;
	}
	.large_btn_wrap {
		margin-top: 30px;
	}
	.large_btn {
		background: #EAF2CF;
		border: 1px solid #86A919;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 10px 15px;
		border-radius: 10px;
		font-size: 14px;
		position: relative;
		width: 280px;
	}
	.large_btn:before {
		content: " ";
		background: url(../img/knowledge/zoom_icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 21px;
		height: 27px;
		display: block;
		margin-left: -66px;
		display: inline-block;
		position: absolute;
		top: 58%;
		left: 42%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.side_line {
	  display: flex;
	  align-items: center;
	  justify-content: center;
		font-weight: bold;
		font-size: 18px;
	}
	.side_line:before, .side_line:after {
	  border-top: 1px solid;
	  content: "";
	  width: 1em;
	}
	.side_line:before {
	  margin-right: 1em;
	}
	.side_line:after {
	  margin-left: 1em;
	}
	
	table.table_radius {
		margin: 15px 0;
		width: 100%;
		border-radius: 10px;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
		border: 1px solid #86A919;
		font-size: 16px;
	}
	table.table_radius {
		border-spacing: 0;
		border-collapse: separate;
	}
	table.table_radius th, table.table_radius td {
		border-top: 1px solid #86A919;
		border-left: 1px solid #86A919;
		width: 15%;
	}
	table.table_radius th {
		padding: 15px;
		background: #86A919;
		color: #FFFFFF;
	}
	table.table_radius tr:nth-child(even) table.table_radius th {
		background: #86A919;
	}
	table.table_radius td {
		padding: 15px;
		background: #FCFCFC;
		width: 75%;
	}
	table.table_radius th:last-child, table.table_radius td:last-child {
		border-right: 1px solid #86A919;
		border-bottom: 1px solid #86A919;
	}
	table.table_radius tr:last-child th, table.table_radius tr:last-child table.table_radius td {
		border-bottom: 1px solid #86A919;
	}
	table.table_radius tr:first-child :first-child {
		border-top-left-radius: 10px;
		border-bottom: 1px solid #fff;
	}
	table.table_radius tr:first-child :last-child {
		border-top-right-radius: 10px;
	}
	table.table_radius tr:last-child :first-child {
		border-bottom-left-radius: 10px;
	}
	table.table_radius tr:last-child :last-child {
		border-bottom-right-radius: 10px;
	}

	.list {
		list-style: none;
	}
	.list li {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 10px;
	}
	.list li:first-of-type {
		padding-left: 1em;
		text-indent: -1em;
		margin-top: 0;
	}
	
	.list li:before {
		content: "●";
		color: #AABF63;
		font-size: 10px;
		margin-right: 5px;
	}
	
	h3.bar_title{
		font-size: 18px;
		background: #698B00;
		color: #fff;
		padding: 5px 15px;
		border-radius: 5px;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.white_box{
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin-top: 30px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	
	.white__box{
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin-top: 15px;
		box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	}
	
	.white_box_inner{
		display: flex;
		justify-content: space-between;
		    flex-direction: column;
		
	}
	h4.title_green_dotted{
		border-bottom: 1px dotted #8C8C8C;
		margin-top: 0;
		margin-bottom: 15px;
		color: #698B00;
		padding-bottom: 10px;
	}
	
	.type_text{
		width: 100%;
	}
	.type_img{
		width: 100%;
		margin-top:15px; 
	}
	
	/*老人ホームの費用*/
	.distribution{
		margin-top: 30px;
    	margin-bottom: 15px;
	}
	
	table.table_scroll{
		width: 100%;
		margin: 15px 0;
	}
	table.table_scroll, table.table_scroll td, table.table_scroll th {
		border: 1px solid #595959;
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.table_scroll td, table.table_scroll th {
		padding: 3px;
		width: 30px;
		height: 25px;
	}
	table.table_scroll th {
		background: #F8FDE5;
		text-align: left;
		padding: 10px 15px;
	}
	table.table_scroll td {
		padding: 10px 15px;
	}
	table.table_scroll .th_type{
		width: 33%;
		text-align: center;
	}
	table.table_scroll .th_initial{
		width: 33%;
		text-align: center;
	}
	
	table.table_scroll .th_monthly{
		width: 33%;
		text-align: center;
	}
	
	.green_line_tit{
		border-bottom: 2px solid #698B00;
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.doted_line_tit{
		color: #698B00;
		border-bottom: 2px dotted #8C8C8C;
		font-size: 16px;
		padding-bottom: 5px;
	}
	
	.lump_sum{
		/*display: flex;
		justify-content: space-between;*/
	}
	
	.lump_sum_exp{
		background: #F8FDE5;
		border-radius: 10px;
		width: 100%;
		padding: 15px;
    	margin-bottom: 20px;
	}
	
	.lump_sum_case{
		width: 100%;
	}
	
	p.square_num{
		color: #698B00;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 6px;
		display: flex;
	}
	
	.square_num span{
		background: #AABF63;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		width: 26px;
		height: 26px;
		display: block;
		text-align: center;
		border-radius: 5px;
		margin-right: 5px;
	}
	
	.lump_sum_list{
		margin: 0 0 30px 15px;
	}
	.lump_sum_list:last-of-type{
		margin-bottom: 0;
	}
	
	.attn{
		background: #F6DDD4;
		padding: 15px;
		font-weight: bold;
		margin-top: 30px;
		border-radius: 5px;
	}
	
	.num_box{
		margin-top: 20px;
	}
	
	/*有料老人ホームの選び方*/
	.common_flex{
		/*display: flex;
		justify-content: space-between;*/
	}
	
	.common_flex_text{
		width: 100%;
	}
	.common_flex_img{
		width: 100%;
		margin-top: 15px;
	}
	
	/*入居までの流れ*/
	.check_point{
		margin: 50px 0  30px 0;
	}
.check_point_tit {
    position: relative;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
	.check_point_tit span{
		font-size: 20px;
	}
	
.check_point_tit:before,
.check_point_tit:after {
    position: absolute;
    top: 0.8rem;
    height: 2.3rem;
    content: '';
}

.check_point_tit:before {
    border-left: solid 3px;
    left: 10px;
    transform: rotate(-30deg);
}

.check_point_tit:after {
    border-right: solid 3px;
    right: 10px;
    transform: rotate(30deg);
}
	/*.check_point_tit {
		display: inline-block;
		font-size: 16px;
		text-align: center;
		color: #000000;
		position: relative;
	}
	.check_point_tit span{
		font-size: 20px;
		font-weight: bold;
	}
	.check_point_tit:before, .check_point_tit:after {
		content: '';
		width: 3px;
		height: 30px;
		background-color: #000000;
		position: absolute;
		top:50%;
	}
	.check_point_tit:before {
		margin-right: 30px;
		transform: rotate(-30deg);
		left:0;
	}
	.check_point_tit:after {
		margin-left: 30px;
		transform: rotate(30deg)
	}
	*/
	
.contact_tit {
    position: relative;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
	.contact_tit span{
		font-size: 20px;
	}
	
.contact_tit:before,
.contact_tit:after {
    position: absolute;
    top: 0;
    height: 1.8rem;
    content: '';
}

.contact_tit:before {
    border-left: solid 3px;
    left: 5px;
    transform: rotate(-30deg);
}

.contact_tit:after {
    border-right: solid 3px;
    right: 5px;
    transform: rotate(30deg);
}
	.contact_wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 50px 15px;
	}
	.btn-wrap_2col {
		margin-top: 40px;
	}
	a.btn-call {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	a.btn-call span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-call:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-call:hover:before {
		left: 2rem;
	}
	a.btn-mail {
		position: relative;
		display: inline-block;
		padding: 20px 0 15px 0;
		border-radius: 10px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		color: #fff;
		background: #F38557;
		width: 100%;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
	}
	
	a.btn-mail span.btn_bar {
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display: block;
		width: 270px;
		padding: 0.2rem 0;
		color: #F38557;
		border: 2px solid #F38557;
		border-radius: 0.5rem;
		background: #fff;
		transition: 0.5s;
	}
	a.btn-mail:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	a.btn-mail:hover:before {
		left: 2rem;
	}
	span.btn_subtext {
		font-size: 12px;
	}
	.call_icon:before {
		content: " ";
		background: url("../img/top/call_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 15px;
		height: 20px;
		margin-top: 3px;
		display: inline-block;
		position: absolute;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	.mail_icon:before {
		content: " ";
		background: url("../img/top/mail_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 14px;
		margin-top: 3px;
		margin-right: 5px;
		display: inline-block;
		position: relative;
	}
	
	/*知っておきたい老人ホームの基本　include*/
	.cont_title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 25px;
	}
	.cont_title.knowledge:before {
		content: " ";
		background: url("../img/top/knowledge_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 38px;
		height: 32px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.knowledge_contents_wrap{
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 30px 15px;;
	}
	.knowledge_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.knowledge_wrap a{
		width: 48.5%;
	}
	
	.knowledge_wrap p{
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}
	.knowledge_type {
		background-image: url("../img/top/knowledge_type.jpg");
		background-size: cover;
		padding: 30px 5px;
		text-align: center;
		color: #fff;
		margin-bottom: 10px;
	}
	.knowledge_money {
		background-image: url("../img/top/knowledge_money.jpg");
		background-size: cover;
		padding: 30px 5px;
		text-align: center;
		color: #fff;
		margin-bottom: 10px;
	}
	.knowledge_select {
		background-image: url("../img/top/knowledge_select.jpg");
		background-size: cover;
		padding: 30px 5px;
		text-align: center;
		color: #fff;
	}
	.knowledge_flow {
		background-image: url("../img/top/knowledge_flow.jpg");
		background-size: cover;
		padding: 30px 5px;
		text-align: center;
		color: #fff;
	}
	
}