@charset "utf-8";

.sp_buttons_wrap,.title_copy_sp{
	display: none;
}

.knowledge_cnt_wrap{
	margin-bottom: 2px;
	border: solid 1px #E6E6E6;
}

.knowledge_cnt_wrap input {
    display: none;
}

.knowledge_cnt_wrap label {
    display: block;
    position: relative;
    padding: 0.8rem 1.5rem 0.6rem 1.5rem;
    cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	background: #008E72;
   }
   
.knowledge_cnt_wrap label:after {
	content: "";
    position: absolute;
    top: 1.3rem;
    right: 1.18rem;	
    z-index: 2;
	display: inline-block;
	vertical-align: middle;
	color: #008E72;
	line-height: 1;
	width: 0.5em;
	height: 0.5em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}

.knowledge_cnt_wrap label:before{
	position: absolute;
    top: 0.9rem;
    right: 0.8rem;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

.knowledge_cnt_wrap .knowledge_navi_title a{
	color: #ffffff;
	font-size: 16px;
}

.knowledge_subwrap_ttl .knowledge_ttl p{
	font-weight: bold;
	font-size: 16px;
}

.knowledge_cnt_wrap ul,.knowledge_cnt_wrap ul.ul_02,.knowledge_sub_navi_title{
	font-size: 1rem;
	height: 0px;
    opacity: 0;
	padding-left:20px;
	overflow: hidden;
}

.knowledge_cnt_wrap input:checked ~ ul,.knowledge_cnt_wrap input:checked ~ div,.knowledge_cnt_wrap input:checked ~ h3{
    height: auto;
    opacity: 1;
	padding: 10px 0 10px 0;
}

.knowledge_cnt_wrap input:checked ~ .knowledge_sub_navi_title{
	border-top:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
}

.knowledge_cnt_wrap input:checked ~ ul li {
	margin: 10px 20px;
}

.knowledge_sub_navi_title p{
	font-weight: bold;
	color: #008E72;
	font-size: 1rem;
	padding-left:20px;
}

.knowledge_subwrap_ttl{
	display: flex;
	margin-bottom:14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #008E72;
}

.right_wrapper .knowledge_subwrap_ttl img{
	width: 40px;
	height: 100%;
	margin-right: 10px;
}

.knowledge_subwrap_ttl{
	display: flex;
	margin-bottom:14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #008E72;
}

.knowledge_detail_ttl p{
	font-weight: bold;
	color: #008E72;
	font-size: 16px;
}

.knowledge_detail_ttl{
	display: flex;
	margin-bottom:14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #008E72;
}

.knowledge_detail_wrap h3{
	font-size: 16px;
}

.knowledge_detail_wrap p{
	font-size: 16px;
}

.knowledge_detail_wrap ol.num li{
	list-style-type: decimal;
	margin:30px 0 30px 20px;
	font-weight: bold;
}

.knowledge_detail_wrap ol li p{
	font-weight: 500;
	margin: 20px auto;
}

.knowledge_detail_wrap ol li p a{
	font-weight: bold;
	color: #008E72;
}

.knowledge_detail_wrap ol li p a:hover{
	text-decoration: underline;
}

.knowledge_detail_wrap p span.detail_strong{
	font-weight: bold;
	color: #B22F45;
	padding-bottom: 10px;
	display: inline-block;
}

.knowledge_detail_wrap p span.detail_bold{
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
}

.knowledge_detail_wrap .detail_txt{
	margin-left: 20px;
}

.knowledge_detail_inner p,.knowledge_detail_inner li{
	font-size: 16px;
}

.knowledge_page_link{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}

.knowledge_page_link p{
	font-size: 14px;
}

.knowledge_page_link a,.knowledge_link a{
	text-decoration: underline;
	color: #008E72;
}

.knowledge_page_link a:hover,.knowledge_link a:hover{
	text-decoration: none;
}

.position_right{
    flex-direction: row-reverse;
}

a.link_underline{
	text-decoration: underline;
}

a:hover.link_underline{
	text-decoration: none;
}

.knowledge_detail_wrap table{
	width: 100%;
	border-collapse:  collapse; 
	margin-bottom: 40px;
}

.knowledge_detail_wrap table th,.knowledge_detail_wrap table td{
	border: solid 1px;
	text-align: left;
	padding: 10px 20px;
}

.knowledge_detail_inner .caption{
	font-size: small;
}

.knowledge_detail_inner .detail_indent{
	padding-top: 10px;
}

.color_table_wrap{
	margin-top: 30px;
}

.color_table th{
	background: #008E72;
}

.color_table .txt_white{
	color: #fff;
}

.color_table th.th01{
	width: 11%;
}

.img_kouden{
	width: 70%;
}

/*------------------------ PCサイズ------------------------*/
@media screen and (min-width:768px){

.br_pc{
	display: block;
}

.knowledge_detail_inner{
	padding-left: 20px;
}

.knowledge_detail_inner .detail_indent{
	padding-left: 20px;
}

.sub_main_container{
	width: 1170px;
	display: flex;
	margin: 0  auto;
}

.knowledge_detail_wrap{
	padding: 0 20px;
}

.left_wrapper{
	width: 270px;
	margin: 0  auto 120px auto;
}

.knowledge_cnt_wrap ul li a{
	display: block;
	width: 250px;
}

.right_wrapper{
	width: 840px;
	margin: 0  auto 80px auto;
}

.knowledge_cnt_wrap input:checked ~ label:after {
    transform: rotate(-45deg) translate(-100%, -100%);
    top: 1.4rem;
    right: 0.5rem;
 }

 .right_wrapper ul{
	width: 840px;
	padding-left: 20px;
	margin-bottom: 40px;
}

 .right_wrapper ul li{
	display: inline-block;
	width: 260px;
	border: #E6E6E6 solid 1px;
    margin: 1% 1% 0 0;
}

.right_wrapper ul li a{
	display: block;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.saidan_photo{
	margin-bottom: 14px;
}

.saidan_photo02{
	margin-bottom: 14px;
	width: 44%;
}

.abreast{
	display: flex;
	justify-content: space-between;
}

}

/*------------------------ SPサイズ------------------------*/
@media screen and (max-width:768px){

.main_ttl_container p{
		margin-bottom: -30px;
}

.left_wrapper{
	width: 100%;
	margin: 0  auto 60px auto;
}

.knowledge_cnt_wrap ul li a{
	display: block;
	height: 30px;
}

.title_copy_sp{
	display: block;
}

.title_copy_pc,.br_pc{
	display: none;
}

.sub_main_container{
	margin: 0  auto;
}

.right_wrapper{
	width: 100%;
	margin: 0  auto 80px auto;
}

.knowledge_cnt_wrap input:checked ~ label:after {
    transform: rotate(-45deg) translate(-100%, -100%);
    top: 1.4rem;
    right: 0.6rem;
}

.knowledge_subwrap_ttl{
	margin: 20px 20px;
}

 .right_wrapper ul{
	padding: 0 1rem;
	margin-bottom: 40px;
}

 .right_wrapper ul li{
	border: #E6E6E6 solid 1px;
    margin: 2% 2%;
}

.right_wrapper ul li a{
	display: block;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.knowledge_detail_wrap{
	padding: 0 1.5rem;
}

/* 電話番号・LINEボタン表示 */

.sp_buttons_wrap{
	display: block;
	text-align: center;
}

	
}