@charset "utf-8";
#anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07 {
	padding: 50px 0 0;
	margin: -50px 0 0;
}
.hosholist_area {
	padding: 72px 0 80px;
}
.hosho_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.hosho_list_box li {
		width: 32.8%;
		margin-bottom: 10px;
	}
	.hosho_list_box li:nth-child(n+4) {
		width: 24.4%;
		margin-bottom: 10px;
	}
	
	.hosho_list_box li:nth-child(n+4).wid33 {
		width: 32.8% !important;
	}
		.hosho_list_box li a {
			display: inline-block;
			width: 100%;
		}

.hosho_list_box02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.hosho_list_box02 li {
		width: 32.8%;
		margin-bottom: 10px;
	}
	
		.hosho_list_box02 li.wid30 {
		width: 30.8% !important;
	}
		
		.hosho_list_box02 li.wid37 {
		width: 36.8% !important;
	}
	
		.hosho_list_box02 li a {
			display: inline-block;
			width: 100%;
		}

.hosho_list_box03 li{
	width: 47%;
	margin-bottom: 0;
}

.hosho_detail_area {
	padding: 130px 0 0;
	margin-top: -50px;
	text-align: center;
}
.hosho_detail_area+.hosho_detail_area {
	padding: 70px 0 0;
}

.hosho_detail_area .p_lead{
    font-size: 20px;
}

.hosho_detail_box {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #0099d6;
}
.hosho_detail_box+.hosho_detail_box {
	margin-top: 20px;
}

p.anc04_p{
	text-align: left !Important;
	color: red;
	margin-top:15px;
}
p.anc06_p{
	text-align: left !Important;
	margin-top:15px;
}

.hd01-1.br span {
    min-width: auto;
    line-height: 1.6;
    padding-bottom: 9px;
    display: inline-table;
}
.attention_txt{
	font-size: 2rem;
}

.attention_txt a{
	color: #0099d6;
	text-decoration: underline;
}
.attention_txt a:hover{
	text-decoration: none;
}

.hosho_detail_area .btn{
	display: block;
	margin: 30px auto 0;
	max-width: 400px;
	line-height: 30px;
	padding: 2px;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.hosho_list_area {
		padding: 70px 0;
	}
	.hosho_list_box,.hosho_list_box02 {
		display: block;
	}
	.hosho_list_box li,.hosho_list_box02 li,.hosho_list_box li:nth-child(n+4).wid33,.hosho_list_box02 li.wid30,.hosho_list_box02 li.wid37{
		width: 100% !important;
	}
	.hosho_list_box03 li{
		margin-bottom: 10px;
	}
	.hosho_list_box03 li:last-child{
		margin-bottom: 0;
	}
	.hosho_list_box li.adj_flex {
		display: none;
	}
	.hd01 .photo {
		margin: 0 auto;
		width: 102px;
		height: 26px;
	}
	.hosho_detail_area {
		padding: 103px 0 0;
		margin-top: -30px;
	}
	.hosho_detail_box {
		border-radius: 10px;
	}
	.hosho_detail_box+.hosho_detail_box {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.attention_txt{
		font-size: 1.8rem;
	}
}

/*�R���e���c*/

.inner>p {
	text-align: center;
	line-height: 2;
}
.inner>figure {
	margin-top: 40px;
}
.inner>figure.flex {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.inner > figure.flex02 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.point_area {
	display: flex;
	justify-content: space-evenly;
	margin-top: 45px;
	padding-left: 50px;
	box-sizing: border-box;
	text-align: left;
}
.point_area02 {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	padding-left: 50px;
	box-sizing: border-box;
	text-align: left;
}
.point_box {
    width: 47%;
    background: #fff8e5;
    padding: 30px 20px 30px 56px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_box02 {
	text-align: center;
	width: 100%;
	background: #fff8e5;
	padding: 30px 30px 30px 60px;
	box-sizing: border-box;
	position: relative;
}
.point_box h3,.point_box02 h3 {
	position: absolute;
	text-align: center;
	color: #FFF;
	background: #0099d6;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: -20px;
	left: -50px;
}

#seimei_kouishougai .point_box02 h3{
	background: #3bb7ea;
}
#kanwaseimei .point_box02 h3{
	background: #2a71b3;
}
#shuushinseimei .point_box h3{
	background: #5d91cd;
}
#nyuuin_shujutsu .point_box h3{
	background: #98cb62;
}
#kanwairyou .point_box02 h3{
	background: #179c43;
}
#shuushin_iryou .point_box h3{
	background: #32beb5;
}
#kaigo_ninchishou .point_box h3{
	background: #b080ba;
}
#kyuugyou .point_box h3{
	background: #f190a3;
}
#choukishunyu .point_box02 h3{
	background: #f39069;
}
#baishou .point_box h3{
	background: #c79550;
}
#koutsuusaigai .point_box02 h3{
	background: #f8b544;
}
#kasai_shizensaigai .point_box02 h3{
	background: #ee605c;
}
#gan .point_box02 h3{
	background: #f88749;
}



.point_box h3 p {
		line-height: 1.2;
		padding: 30% 0;
	}
	.point_box02 h3 p {
		line-height: 1.2;
		padding: 40% 0;
	}
	.point_box h3 p span,.point_box02 h3 p span {
		font-size: 26px;
	}
.point_box>p,.point_box02>p {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.inner>figure.flex,.inner>figure.flex02 {
		flex-direction: column;
		align-items: center;
	}
	.inner>figure.flex img {
		margin-bottom: 20px;
	}
	.inner>figure.flex img:last-child {
		margin-bottom: 0;
	}
	.inner>figure.flex02 img {
		margin-top: 20px;
	}
}
/*����*/

.video {
	width: 100%;
	/*���������ς���width��w��*/
	padding-bottom: 56.25%;
	/*������padding�Ŏw��(16:9)*/
	height: 0px;
	/*������padding�Ŏw�肷�邽��height��0��*/
	position: relative;
	margin-top: 60px;
	border-radius: 7px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 7px;
}
@media screen and (max-width: 768px) {
	.point_area {
		flex-direction: column;
	}
	.point_box {
		width: 100%;
		margin-bottom: 50px;
	}
	.point_box:last-child {
		margin-bottom: 0;
	}
	.point_box h3 {
		width: 85px;
		height: 85px;
	}
	.point_box h3 p {
		padding: 25% 0;
	}
}
/* table
--------------------------------------------------------------------------- */

.table_hosho,.table_hosho03 {
	width: 100%;
	border-collapse: collapse;
}
.table_hosho th, .table_hosho td,.table_hosho03 th, .table_hosho03 td {
	border: 1px solid #84adbd;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-weight: bold;
}
.table_hosho th {
	background: #cccccc;
}
.table_hosho th.th_color01 {
	background: #e6e6e6;
}
.table_hosho td.td_color01 {
	background: #cfd6fa;
}
.table_hosho td.td_color02 {
	background: #facfd9;
}
.table_hosho td.td_color03 {
	background: #faf1cf;
}
.table_hosho td.td_color04 {
	background: #c0e3ce;
}
.table_hosho td p {
	font-weight: normal;
}
.table_hosho td p span,.table_hosho th p span {
	font-weight: bold;
	font-size: 20px;
}
.table_hosho td>span {
	font-weight: bold;
	font-size: 140%;
}

.table_hosho02 {
	width: 100%;
	border-collapse: collapse;
}
.table_hosho02 th, .table_hosho02 td {
	border: 1px solid #84adbd;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-weight: bold;
}
.table_hosho02 td{
  font-size: 140%;
}

.table_hosho02 th{
	background: #1c6892;
	color: #FFF;
}
.table_hosho02 th.th_color01{
	background: #e5a6a0
}
.table_hosho02 th.th_color02 {
	background: #e6e6e6;
	color:#000;
}
.table_hosho02 th img {
	max-width: inherit !Important;
}
.table_hosho02 td.td_color01{
	background: #83cb6a;
	color:#FFF;
}
.table_hosho02 td.td_color02{
	background: #47c0ec;
	color:#FFF;
}

.table_hosho03 th {
	background: #cccccc;
	width: 100%;
	display: block;
	border-bottom: none;
}
.table_hosho03 td {
	width: 100%;
	display: block;
}


.table_betsu {
	width: 100%;
	border-collapse: collapse;
}
.table_betsu th, .table_betsu td {
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	padding: 13px;
	font-weight: bold;
}

.table_style01 td.td_color01 {
    font-size: 120%;
}

.table_betsu th{
	background: #e8ded2;
}

.border_dot{
	border-top: 1px dotted #84adbd !important;
}

.border_bottom_none{
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	:not(.scroll)>.table_hosho th, :not(.scroll)>.table_hosho td {
		width: 100%;
		display: block;
		border-bottom: none;
	}
	:not(.scroll)>.table_hosho {
		border-bottom: 1px solid #84adbd;
	}
	.scroll {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
/* list
--------------------------------------------------------------------------- */

.ul_hosho {
	margin: 40px auto;
	text-align: left;
	display: inline-block;
}
	.ul_hosho li {
		line-height: 2;
		text-indent: -1.8rem;
		padding-left: 1.8rem;
	}
.ul_caution {
	margin: 40px auto;
	text-align: left;
	display: inline-block;
}
	.ul_caution li {
		line-height: 2;
		font-size: 14px;
		text-indent: -3.5rem;
		padding-left: 3.5rem;
	}
		.ul_caution li a {
			color: #0099d6 !important;
			text-decoration: underline;
		}
		
ul.ul_document{
	margin: 70px auto 0;
	border: 1px solid #0099d6;
	padding: 30px;
	position: relative;
	text-align: left;
}
div.ul_document{
	text-align: left !important;
}
div.ul_document.center{
	text-align: left !important;
  display: inline-block;
}
	.ul_document h4{
		color: #0099d6;
		font-size: 2.4rem;
		position:absolute;
		background: #FFF;
		top: -20px;
		padding: 0 10px;
		box-sizing: border-box;
		left: 15px;
	}
	.ul_document h5,.ul_document02 h5{
		text-align: center;
		font-size: 2rem;
		margin-bottom: 35px;
	}
	.ul_document > li{
		font-weight: bold;
		line-height:2;
		position: relative;
		padding-left: 40px;
		margin-bottom: 10px;
	}
	.ul_document > li:before{
		content:"";
		background:url(../img/icon_nocheck.png) no-repeat;
		position: absolute;
		width: 23px;
		height: 23px;
		left: 0;
		top: 5px;
	}
	.ul_document > li.mt20{
		padding-left: 2.8rem;
		margin-bottom: 0;
		text-indent: -2.8rem;
	}
	.ul_document > li.mt20:before{
		display: none;
	}
	
	.ul_document li span.under_yellow{
		position: relative;
	}
	.ul_document li span.under_yellow:after{
		content:"";
		border: 5px solid #fff100;
		position: absolute;
		width: 100%;
		bottom:0px;
		left: 0;
		z-index: -2;
	}
	.ul_document sub {
		font-size: 75%;
		vertical-align: bottom;
		position: relative;
		top: -0.3em;
	}
	.ul_document p{
		color: #e50000;
		position: relative;
		padding-left: 30px;
		margin-top: 20px;
		text-align: left;
	}
	.ul_document p:before{
		color: #e50000;
		content:"��";
		/*background:url(../img/icon_caution.png) no-repeat;*/
		position: absolute;
		width: 20px;
		height: 18px;
		left: 0;
		top: 0px;
	}
	
ul.ul_document02{
	margin: 70px auto 0;
	border: 1px solid #0099d6;
	padding: 30px 30px 20px;
	position: relative;
	text-align: left;
}
	.ul_document02 h4{
		color: #0099d6;
		font-size: 2.4rem;
		position:absolute;
		background: #FFF;
		top: -20px;
		padding: 0 10px;
		box-sizing: border-box;
		left: 15px;
	}
	.ul_document02 > li{
		line-height:2;
	}



.ul_caution {
    font-size: 1.4rem;
    font-weight: normal !important;
    margin-top: 10px !important;
	text-align: left !important;
}
	.ul_caution > li {
		text-indent: -2.5rem !important;
		padding-left: 2.5rem !important;
		line-height: 2;
	}		
	
.hosho_important01{
	text-align: left;
}

.hosho_important02{
	text-align: left;
	display: inline-block;
}

.hosho_important03{
	text-align: left;
	display: inline-block;
}

.hosho_important01 li, .hosho_important02 li {
	line-height: 2;
}
.hosho_important01 li {
	text-indent: -3rem;
	padding-left: 3rem;
}
.hosho_important02 li {
	text-indent: -3.2rem;
	padding-left: 3.2rem;
}

.hosho_important03 li {
	text-indent: -3.2rem;
	padding-left: 6.2rem;
}

.square {
	width: 20px;
	height: 15px;
	border: 2px solid #e6000d;
	display: inline-block;
	margin: 0 3px;
	position: relative;
	top: 2px;
}
@media screen and (max-width: 768px) {
	.ul_document li:before, .ul_document p::before{
		top: 2px;
		transform: translateY(0);
	}
	
	.ul_hosho, .ul_caution {
		margin: 20px auto;
		width: 100%;
	}
	
ul.ul_document02 {
   	padding: 60px 30px 20px; 
}
.ul_document02 h4 {
	font-size: 2.3rem;
    line-height: 1.4;
	width: 93%;
}
}

/*�ڍ׌�*/
#nyuuin_shujutsu .redbox{
    border: 1px solid red;
    padding: 10px 20px;
    display: inline-block;
}
#baishou #ancker04 .hosho_target{
    background: #fff2e0;
    padding: 40px;
}

#baishou #ancker07 figure{
    position: relative;
    display: inline-block;
}
#baishou #ancker07 figure p{
    font-size: 16px;
    font-weight: bold;
    text-align:  center;
    position: absolute;
    line-height: 1.3;
}
#baishou #ancker07 figure p#add01{
    top: 6.7%;
    left: 45.1%;
}
#baishou #ancker07 figure p#add02{
    bottom: 35.1%;
    left: 11.1%;
}
#baishou #ancker07 figure p#add03{
    bottom: 30.7%;
    left: 40%;
}
#baishou #ancker07 figure p#add04{
    bottom: 30.7%;
    right: 6.2%;
}
#baishou #ancker07 p span{
    color: #0099d6
}
@media screen and (max-width: 450px) {
#baishou #ancker07 figure p{
    font-size: 87%;
}
}
@media screen and (max-width: 375px) {
#baishou #ancker07 figure p{
    font-size: 80%;
}
}

small{
  font-size: 80%;
}



#kasai_shizensaigai #anc09 .btn {
	width: 300px;
	height: 50px;
	background: #0099d6;
	border-color: #0099d6;
	border-radius: 25px;
	color: #FFF;
	font-weight: bold;
	position: relative;
}

#kasai_shizensaigai #anc09 .btn span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

#kasai_shizensaigai #anc09 .btn span::after {
	display: block;
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
	#kasai_shizensaigai #anc09 .btn {
		width: 80%;
	}
}
