@charset "utf-8";
.notes.disc{
	margin-left: 1em;
}
.notes.disc li{
	list-style-type: disc;
}
.notes.disc ul li{
	list-style: none;
}
._box_ex{
	display: flex;
}
._box_ex_hd {
	color: #0092bc;
	font-weight: bold;
	margin-right: 20px;
}

@media screen and (max-width: 600px){
	._box_ex{
		display: block;
	}
}
.ico_caution{
	display: flex;
	line-height: 1.7;
}
.ico_caution::before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: url(/lineup/kaigo/images/ico_caution.png);
	background-size: cover;
	margin-right: 10px;
}
.spOnly{
	display: none;
}
@media screen and (max-width: 600px){
.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}
}
.box_line01{
	line-height: 1.5;
	border: solid 1px #ccc;
	padding: 20px 18px;
	margin-bottom: 30px;
}
.box_line02{
	line-height: 1.5;
	border: solid 1px #666;
	padding: 10px;
}
.ico_circle{ color: #0092bc;}
.ico_circle-main_option03{ color: #7c85c0;}

.readtxt {
	font-size: 120%;
	font-weight: bold;
}

.title_case span {
	display: inline-block;
	background: #0092bc;
	border-radius: 17px;
	padding: 2px 15px 0;
	color: #fff;
	font-weight: bold;
}


.txt_color2 em {
	color: #E95532;
	font-weight: bold;
}


.txt_orange {
	color: #E95532;
}


.col5 .col {
	width: 18%;
}



@media screen and (max-width: 650px){
	.col {
		margin-bottom: 20px;
	}
}

.option.readtxt {
	font-size: 150%;
	font-weight: bold;
}

#main .flame .note_box h4.normal {
    position: relative;
    padding: 3px 10px 3px 50px;
}

@media screen and (min-width: 961px){
	img.pcImg,
	img.tbImg {
		display: block !important;
	}
	img.pcImg.taC,
	img.tbImg.taC {
		display: block !important;
		margin: 0 auto;
	}
}

@media screen and (min-width: 601px) and (max-width: 960px){
	img.pcImg,
	img.tbImg {
		display: block !important;
	}
	img.pcImg.taC,
	img.tbImg.taC {
		display: block !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px){
	img.pcImg,
	img.tbImg {
		display: none !important;
	}

} 
/* modal */
.modal_btn{
	margin-bottom: 10px;
	margin-right: 20px;
	display: inline-block;
}

.modal_btn a {
	font-weight: bold;
	color: #000;
}

.modal_btn a::before {
	content: "?";
	width: 1.5em;
	line-height: 1.5;
	display: inline-block;
	border-radius: 20px;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #dc286f;
	background: linear-gradient(to bottom, #dc286f 0%, #e76f9e 100%);
	text-decoration: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc286f', endColorstr='#e76f9e', GradientType=0 );
}

.modal_btn a:hover::before {
	text-decoration: none !important;
}
.modal_item {
	display: none;
}
.modal_item_inner {
	font-size: 120%;
}
.modal_title{
    font-size: 130%;
    font-weight: bold;
    line-height: 1.1;
		margin-bottom: .75em;
		padding-bottom: .25em;
		border-bottom: solid 1px #333;
}
.modal_caption {
	border-left: solid 4px #929173;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.1;
}

/*-------------------- index --------------------*/
._box-point{
	line-height: 1.75;
	border: solid 1px #0092bc;
	border-radius: 16px;
	padding: 30px 20px 20px;
	position: relative;
}
._box-point + ._box-point{
	margin-top: 40px;
}

._box-point_ico{
	position: absolute;
	transform: translateY(-50%);
	top: 0;
	left: 10px;
}
._box-point_ico span{
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	background: #0092bc;
	padding: 0 20px;
	display: inline-block;
	border-radius: 10px;
}
._box-point_txt{
	font-size: 150%;
	line-height: 1.5;
	font-weight: bold;
	margin-top: .35em;
}
#main .flame ._box-point h3 {/*reset*/
	border-left: solid 4px #0092bc;
	margin: 20px 0;
	padding: 0 0 0 .7em;
}
._box-point_title{
	color: #0092bc;
}
._box-point.--point2{
	border-color: #13b5b3;
}
._box-point.--point2 ._box-point_ico span{
	background: #13b5b3;	
}
#main .flame ._box-point.--point2 h3 {/*reset*/
	border-left: solid 4px #13b5b3;
}
._box-point.--point2 ._box-point_title{
	color: #13b5b3;
}
._box-point_table,
._box-point_table th,
._box-point_table td{
	border: solid 2px #fff;
	border-collapse: collapse;
}
._box-point_table th,
._box-point_table td{
	padding: .5em;
}
._box-point_table thead th{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #0092bc;
	white-space:nowrap;
}
._box-point_table tbody th{
	font-weight: bold;
	text-align: center;
	background: #c5deea;
}
._box-point_table tbody th span.rl{
	writing-mode: vertical-rl;
	line-height: 1.3;
	white-space: pre;
}
._box-point_table td{
	background: #eaf6fd;
}
._box-point_table tr:nth-child(even) td{
	background: #eeefef;
}

.box_option{
	background: #dff1f0;
	padding: 15px;
	border-radius: 8px;
}
.box_option + .box_option{
	margin-top: 15px;
}
.box_option_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.box_option_title h4{
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.box_option_title_ico{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.box_option_title_img{
	max-width: 280px;
}
.box_option_title_img img{
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 600px){
	._box-point{
		margin-top: 40px;
		padding: 20px 15px;
	}

	._box-point_ico span{
		font-size: 120%;
	}
	._box-point_txt{
		font-size: 18px;
		padding-top: 10px;
	}
	._box-point_table tbody th{
		min-width:2.5em;
	}
	.box_option_title{
		display: block;
	}
	.box_option_title_ico{
		width: 60px;
		height: 60px;
	}
	.box_option_title_img{
		max-width: 90%;
		margin: 15px auto;
	}
}
/*-------------------- main --------------------*/
.main_option_title{
	margin-bottom: 20px;
}
.main_option01 .main_option_title{
	background: #0091ba;
}
.main_option02 .main_option_title{
	background: #21a4c8;
}
.main_option03 .main_option_title{
	background: #7c85c0;
}
#main .flame .main_option_type_title h3{/*reset*/
	border: initial;
	margin: 0;
	padding: 0;
}
.main_option_type_title{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .flame p.main_option_type_title_sub{/*reset*/
	margin: 0;
}
.main_option_type_title_sub{
	background: #fff;
	font-weight: bold;
	padding: 0 1em;
	border-radius: 1em;
}
.main_option_type01 .main_option_type_title {
	background: #bad3ee;
}
.main_option_type02 .main_option_type_title {
	background: #f0ced2;
}
.main_option_type03 .main_option_type_title {
	background: #cdcee7;
}
.main_option_type_contents{
	padding: 10px 15px 15px;
}
.main_option_type01 .main_option_type_contents {
	background: #d6e4f5;
}
.main_option_type02 .main_option_type_contents {
	background: #fceaf2;
}
.main_option_type03 .main_option_type_contents {
	background: #ebe9f4;
}
.main_option_type_list{
	display: flex;
	justify-content: space-between;
}
.main_option_type_list + .main_option_type_list{
	border-top: dotted 1px #333;
	margin-top: .5em;
	padding-top: 1em;
}
.main_option_type_list_img{
	margin-left: 1em;
	max-width: 130px;
	min-width: 130px;
}
.main_option_type_list_img img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 600px){
	.main_option_type_list_img{
		max-width: 100px;
		min-width: 100px;
	}
}
.case_insurance{
	background: #c5deea;
	padding: 10px 20px;
}

.case_insurance_inner{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 10px;
}
#main .flame .case_insurance_inner p{/*reset*/
	margin-bottom: 0;
}
.case_insurance_inner em{
	font-size: 180%;
	font-weight: bold;
}
.case02 .title_case span{
	background: #21a4c8;
}
.case03 .title_case span{
	background: #7c85c0;
}
.case02 .case_insurance{
	background: #dee6f1;
}
.case03 .case_insurance{
	background: #e6e3f1;
}
.case_txt01{
	color: #ed6d00;
	font-weight: bold;
	background: #fff;
	border: solid 1px #ed6d00;
	display: inline-block;
	padding: 0 1em;
}
.case_txt02{
	color: #ed6d00;
	font-weight: bold;
}
.case_txt02_ico{
	color: #fff;
	background: #21a4c8;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
}
.ico_msa_standard{
	font-size: 75%;
	color: #fff;
	background: #23ac38;
	display: inline-block;
	border-radius: 5px;
	padding: .3em 1em;
	margin: 0 .5em;
}
@media screen and (max-width: 600px){
	.ico_msa_standard{
		display: block;
		margin: .25em 0;
		text-align: center;
	}
}

.ico_type01,
.ico_type02{
	font-size: 90%;
	border-radius: 5px;
	padding: .1em .5em;
	margin: 0 .25em;
	display: inline-block;
}
.ico_type01{
	border:  solid 2px #099ada;
}
.ico_type02{
	border:  solid 2px #e27781;
}

/*-------------------- option --------------------*/
.option01 .option_title{
	background: #009e96;
}
.option02 .option_title{
	background: #01b2ae;
}
.option03 .option_title{
	background: #23ac38;
}
.option04 .option_title{
	background: #87c24e;
}

.option_title{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
.option_title h2{
	color: #fff;
	font-size: 150%;
	line-height: 1.5;
	font-weight: bold;
		display: flex;
		align-items: center;
}

.option_title_sub span{
	background: #fff;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding: .25em 1em;
	border-radius: 1em;
	display: block;
	min-width: 7em;
}
.option_title_sub span +span{
	margin-top: 3px;
}
.option01 .option_contents,
.option02 .option_contents{
	background: #cce9e7;
}
.option03 .option_contents{
	background: #deeed6;
}
.option03 .option_contents .option_title_sub span{
	display: inline-block;
}
.option04 .option_contents{
	background: #e7f1cf;
}


.option_contents{
	padding: 10px 20px;
	border-radius: 0 0 10px 10px;
}
.option_list{
	display: flex;
	justify-content: space-between;
}
.option_type_list_img{
	max-width: 280px;
	margin-left: 10px;	
}
.option_type_list_img img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 600px){
	.option_title h2{
		font-size: 120%;
	}
	.option_type_list_img{
		min-width: 110px;
	}
}

/* index_point3*/
.modal_item_inner_text{
	line-height: 2.0;
}
span.text_box_tbl-ttl{
	display: inline-block;
	background:#674498;
	color:#fff;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 120%;
}
span.text_box_tbl-ttl.other{
	display: inline-block;
	background:#1b1c80;
	color:#fff34b;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 120%;
}
span.text_box_color_kokuti{
	background:#0033c3;
	color:#fff;
	padding: 5px;
	margin: 0px;
	border-radius: 3px;
}
span.text_box_color01{
	background:#158acd;
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_box_color02{
	background:#7c85c0;
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_box_color03{
	background:linear-gradient(-45deg, #158acd 0%, #158acd 50%, #7c85c0 50%, #7c85c0 100%);
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_box_color04{
	background:#87c24e;
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_box_color05{
	background:#23ac38;
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_box_color06{
	background:linear-gradient(-45deg, #23ac38 0%, #23ac38 50%, #87c24e 50%, #87c24e 100%);
	color:#fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: 600;
}
span.text_color_red {
	color:#E95532;
}

#modal3 .tbl_index_modal3{
	border: solid 2px #674498;
	width: 100%;
	padding: 0 10px;
}

.tbl_index_modal3.other{
	border: solid 2px #1b1c80;
	width: 100%;
	padding: 0 10px;
}
.tbl_index_modal3 th {
	background: #f4f4f4;
}
.tbl_index_modal3 th, .tbl_index_modal3 tr ,.tbl_index_modal3 td{
	padding: 10px;
	border: solid 1px #674498;
}
.tbl_index_modal3 th{
	background-color: #f3f0f8;
	color: #674498;
	font-weight: bold;
	border-right: none;
}
.tbl_index_modal3 ul.list_mark {
	display: flex;
	flex-wrap: wrap;
	column-gap:20px;
}

ul.list_mark li {
	position: relative;
}
ul.list_mark li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	width: 1em;
}
ul.list_mark li  {
	padding-left:0.7em
}
@media screen and (max-width: 600px){
.tbl_index_modal3 ul.list_mark {
		display: block;
}
}

ul.note5 li {
	margin-left: 2em!important;
	text-indent: -2em!important;
}

.point3_caution_title{
	border-radius: 50px;
	font-weight: 600;
	color: #000;
	text-align: center;
	background: #f6b479;
}

.point3_caution_wrapper01{
	display: flex;
	background: #d8e8f1;
	padding: 20px 7px ;
}
.point3_caution_wrapper01_item1{
	box-sizing: border-box;
	width: 50%;
	display: flex;
	align-items: center;
	border:2px solid #0892bb;
	background: #fff;
	color:#0892bb ;
	font-weight: bold;
	padding: 0 10px ;
	flex-shrink: 0;
	border-radius: 10px;
	justify-content: center;
}

.point3_caution_wrapper01_item2,.point3_caution_wrapper02_item2{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 2px;
  }
.point3_caution_wrapper01_item2 span.arrow,.point3_caution_wrapper02_item2 span.arrow{
	display: inline-block;
	width: 40px;
	height: 50px;
	background: #999;
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.point3_caution_wrapper01_item1>sup{
	color:#000 ;
}
.point3_caution_wrapper01_item3 > ul{
	line-height: 1.3;
}

.point3_caution_wrapper02-container{
	background: #fdecdb;
	padding: 10px;
}
.point3_caution_wrapper02-container > ul{
	line-height: 1.3;
	padding: 0px;
}
.point3_caution_wrapper02{
	display: flex;
	background: #fdecdb;
	padding: 20px 0px ;
}
.point3_caution_wrapper02_item1{
	box-sizing: border-box;
	width: 50%;
	display: flex;
	align-items: center;
	border:2px solid #ED5532;
	background: #fff;
	color:#ED5532 ;
	font-weight: bold;
	padding: 0 10px ;
	flex-shrink: 0;
	border-radius: 10px;
	justify-content: center;
}

.point3_caution_wrapper02_item3-title,.point3_caution_wrapper01_item3-title{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	column-gap: 10px;
}
.point3_caution_wrapper01_item3,.point3_caution_wrapper02_item3 {
margin: 7px;
}
		
.point3_caution_wrapper02_item3 > p{
	line-height: 1.3;
	color:#ED5532 ;
	margin: 0!important;}
	
.point3_caution_box {
	background: #fdecdb;
	padding: 5px 20px;
}
.point3_caution_box_inner{
	background: #ED5532;
	color: #fff;
	padding: 5px 10px;
}
.point3_caution_box em{
	color: #ED5532;
	font-weight: bold;
}
.point3_caution_box_inner em{
	color: #ffff00;
	font-weight: bold;
}

.option3_jirei_wrapper {
	display: flex;
	column-gap: 10px;
	line-height: 1.2!important;
	margin-bottom: 10px;
}

.option3_jirei_wrapper > div:first-child > span{
	display: inline-block;
	background: #0092bb;
	color: #fff;
	border-radius: 5px;
	flex-shrink: 0;
	font-weight: 700;
	padding:3px 10px;
	white-space: nowrap;
}
.option3_jirei_wrapper > div:nth-child(2)  {
    font-weight: bold;
    color: #000;
}

a:has(div.option3_jirei_wrapper):hover{
	color: #000;
  }

@media screen and (max-width: 600px){
.point3_caution_wrapper01,.point3_caution_wrapper02{
	display: block;
}
.point3_caution_wrapper01_item1,.point3_caution_wrapper02_item1{
	width: 100%;
}
.point3_caution_wrapper01_item2 span.arrow,.point3_caution_wrapper02_item2 span.arrow{
	display: inline-block;
	width: 40px;
	height: 50px;
	background: #999;
	clip-path: polygon(20% 0% , 20% 60% , 0% 60% ,  50% 100%,  100% 60%, 80% 60% , 80% 0% );
}
}

.tbl_point3-col3_inner{
	display: flex;
	padding: 0px;
	border: 1px solid #0075c1;
	margin: 5px;
	background-color: #fff;
	/* align-items: center; */
	}

	.tbl_point3-col3_inner > div{
		padding: 10px 0;
	}
	
	.tbl_point3-col3_inner div:first-of-type{
background-color: #e5edf8;
}
.tbl_point3-col3_inner div:nth-of-type(2){
	padding:10px;
	font-size: 16px;
	font-size: 1.6rem; 
	letter-spacing: normal;
}

@media screen and (max-width: 600px){
	.tbl_point3-col3_inner div:nth-of-type(2){
		padding:5px;
		font-size: 14px;
		font-size: 1.4rem; 
	}
}

div.tbl_point3-col3_inner.-bg_green div{
	margin:0px;
}

div.tbl_point3-col3_inner.-bg_green div:first-of-type{
	background-color: #eaf3df;
}


.tbl_point3-col3_inner div:first-of-type{
	background-color: #e5edf8;
}

.poin3_text_box_color01{
	display: inline-block;
	border: 2px solid #ED5532;
	background: #fff;
	color: #ED5532;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 10px;
	margin: 0 5px 0 0!important;
}

.poin3_text_box_color02{
	display: inline-block;
	border: 2px solid #099ada;
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 10px;
	margin: 5px 5px 0 0!important;
}

.poin3_text_box_color03{
	display: inline-block;
	border: 2px solid #e27781;
	background: #fff;
	color: 333;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 10px;
	margin:  5px 5px 0 0!important;
}

.poin3_text_box_color04{
	display: inline-block;
	border: 2px solid #7c85c0;
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 10px;
	margin: 0 5px 0 0!important;
}

.poin3_text_box_color05{
	background-color: #23ac38;
	color:#fff;
	font-weight: 600;
	padding: 0;
	writing-mode: vertical-rl;
	white-space: pre;
	}

.poin3_text_box_color06{
	background-color: #87c24e;
	color:#fff;
	font-weight: 600;
	writing-mode: vertical-rl;
	white-space: pre;
	padding: 0;
	}

.tbl_point3-col1.-bg_green05{
	background-color: #23ac38;

}
.tbl_point3-col2.-bg_green06{
	background-color: #87c24e;
}
	
	.tbl_point3{
	border: none;
	border-collapse: collapse!important; 
	padding: 0;
	}

	.tbl_point3 tr,td{
	border: none;
	padding: 0;
	}

	div.point3_arrow{
	display: flex;
}
	div.point3_arrow span{
	width: 20px;
	height: 100%;
	background: #999;
	clip-path: polygon(20% 0% , 20% 60% , 0% 60% ,  50% 100%,  100% 60%, 80% 60% , 80% 0% );
	}

.point3_arrow1{
	width: 15px;
	background: #007597;
	clip-path: polygon(20% 0% , 20% 100% , 80% 100% , 80% 0% );
	}

.point3_arrow2{
	width: 15px;
	background: #007597;
	clip-path: polygon(20% 0% , 20% 60% , 0% 60% ,  50% 100%,  100% 60%, 80% 60% , 80% 0% );
	}

	div.point3_arrow2_d{
	background: #007597;
	clip-path: polygon(20% 0% , 20% 60% , 0% 60% ,  50% 100%,  100% 60%, 80% 60% , 80% 0% );
	margin-top: -5px;
	}

td.tbl_point3-col3{
	padding: 10px 0;
}
.tbl_point3_wrapper{
	box-sizing: border-box;
	background-color: #d8e8f1;
	padding: 15px;
}
.tbl_point3-col1,.tbl_point3-col2{
	width: 2em;
}
.tbl_point3-col4{
	width: 2px;
}
table.tbl_point3.tbl02 tr,	table.tbl_point3.tbl02 td{
	padding: 0px;
}
.tbl_point3-btn_s{
	width:50px;
	height:22px;
}

.tbl_point3-btn_m{
	width:55px;
	height:22px;
}