@charset "utf-8";
/* CSS Document */
#senior .cont_ttl {
    margin-bottom: 80px;
}
/*.self_check_list_01{
    padding-top: 80px;
}*/
.self_check_list_01 table{
    font-size: 1.6rem;
    width: 100%;
}
.self_check_list_01 table th{
    background: #F8F7F3;
    vertical-align: middle;
    text-align: left;
    padding-left: 29px;
	border: 1px solid #ccc;
}
.self_check_list_01 table .th_top th{
    background-color: #007CC0;	
    color: #fff;
    text-align: center;
    padding: 14px 0 ;
}
.self_check_list_01 table td{
	border: 1px solid #ccc;
}
.self_check_list_01 table th:nth-of-type(1){
    width: 147px;
}
.self_check_list_01 table th:nth-of-type(3){
    width: 93px;
}
.self_check_list_01 table th span{
    margin-right: 1em;
}
.self_check_list_01 table td{
    vertical-align: middle;
}
.self_check_list_01 table td:nth-of-type(1){
    border-right: none;
}
.self_check_list_01 table td:nth-of-type(1) p{
	height: auto;
    vertical-align: middle;
    padding: 10px 0;
}
.self_check_list_01 table td:nth-of-type(1) p.btn_box{

}
.self_check_list_01 table td:nth-of-type(2){
    background: #00A87A;
    color: #fff;
    text-align: center;
}
.score{
    margin: 30px 0 40px;
}
.score dl{
    display: inline-flex;
    font-size: 1.6rem;
}
.score dl dt{
    margin-right: 30px;
}
.score dl dd{}
.score dl dd p:nth-child(2){
    color: #DF834B;
}
.score dl dd p:nth-child(3){
    color: #E55246;
}




/*.yobo_list{
    padding-top: 65px;
}*/

.yobo_list li:last-child .flex_imgarea{
    margin-bottom: 0;
}


#content_column #senior .list {
   padding: 0;
}
#content_column #senior .list span{
   margin-right: 1em;
}

.ninchi_check_box{
    margin-bottom: 30px;
}
.ninchi_check_box .img{
    position: relative;
    top: -10px;
}


.self_check_list_02{}
.self_check_list_02 table{
    width: 100%;
    font-size: 1.6rem;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.self_check_list_02 table th{
    width: 127px;
    text-align: center;
    background: #00A778;
    color: #fff;
    vertical-align: middle;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    
}
.self_check_list_02 table td{
    vertical-align: middle;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
.self_check_list_02 table td p{
    vertical-align: middle;
}
.self_check_list_02 table td p.btn_box{

	padding: 10px 18px;
}
.self_check_list_02 table td p.btn_box label{
	cursor: pointer;
}

/*#senior .col3_link_block{
    padding-top:100px;
}*/



/* チェックボックス01 */

.self_check_list_01 table td label{
	cursor: pointer;
}

.self_check_list_01 table td:nth-of-type(1) p.btn_box{
	padding: 15px 18px;
}
label input[type="checkbox"] + span{
	padding-left: 37px;
}

label input[type="checkbox"] + span::before{
	border:  2px solid #00A87A;
	width: 20px;
	height: 20px;
	top: 5px;
}
label input[type="checkbox"]:checked + span::after{
	border-color: #00A87A;
	border-width: 0 4px 4px 0; 
	height: 20px;
	width: 12px;
	top: -1px;
}

.yobo_list{}
.yobo_list ul{}
.yobo_list ul li:nth-of-type(1){
    margin-bottom: 50px;
}
.yobo_list ul li:nth-of-type(2){
    margin-bottom: 50px;
}
.yobo_list ul li:nth-of-type(2) .img{
    margin-right: 55px;
}
.yobo_list ul li:nth-of-type(3){
    margin-bottom: 80px;
}
.yobo_list ul li:nth-of-type(3) .img{
    margin-right: 55px;
}
.yobo_list .yobo_ttl{
    font-size: 1.8rem;
    color: #fff;
    background: #E87978;
    padding: 8px 16px;
    margin-bottom: 30px;
}
.yobo_list .note_txt{
    padding-left: 1em;
    text-indent: -1em;
    /*margin-bottom: 130px;*/ 
}





@media screen and (max-width: 767px) {
	
	#senior .cont_ttl{
		margin-bottom: 40px;
	}
.self_check_list_01 {
    padding-top: 20px;
}    
.self_check_list_01 table {
    font-size: 1.4rem;
}
.self_check_list_01 table .th_top th {
    padding: 10px 0;
}
.self_check_list_01 table th:nth-of-type(1) {
    width: 20%;
} 
.self_check_list_01 table th:nth-of-type(3) {
    width: 15%;
}
	
.yobo_list ul li:nth-of-type(2) .img{
    margin-right: 0;
}

.yobo_list ul li:nth-of-type(3) .img{
    margin-right: 0;
}
	
.self_check_list_01 table th {
    height: auto;
    padding: 10px 0;
    text-align: center;
}    
.self_check_list_01 table td {
    height: auto;
    padding: 10px;
}
.self_check_list_01 table th span {
    margin-right: 0.25em;
}
.score {
    margin: 10px 0 40px;
    display: flex;
}  
.score dl {
    display: block;
    font-size: 1.4rem;
}    
/*.yobo_list {
    padding-top: 35px;
}*/  
.yobo_list ul li:nth-of-type(1) {
    margin-bottom: 35px;
} 
.yobo_list ul li:nth-of-type(1) .img{
    padding-top: 15px;
}
.yobo_list ul li:nth-of-type(2) .img{
    padding-top: 15px;
}
.yobo_list ul li:nth-of-type(3) .img{
    margin-bottom: 15px;
}
.yobo_list .yobo_ttl {
    font-size: 1.6rem;
    padding: 6px 12px;
    margin-bottom: 20px;
    padding-left: 2em;
    text-indent: -1.25em;
	line-height: 1.5;
}   
.yobo_list li:last-child .flex_imgarea {
    margin-bottom: 0;
}    
.yobo_list .note_txt {
    margin-bottom: 35px;
}  

    
    
.self_check_list_02 table th {
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.4rem;
}
.self_check_list_02 table td {
    font-size: 1.4rem;
    display: table;
    width: 100%;

}
.self_check_list_02 table td p{
    display: table-cell;
    padding: 10px 0;

}
.self_check_list_02 table td p.btn_box{
    width: 40px;
	padding: 10px;

}

.ninchi_check_box .img {
    position:static;
    margin-bottom: 15px;
}
.ninchi_check_box {
    margin-bottom: 15px;
}   
#senior .col3_link_block {
    padding-top: 35px;
}    
    
 /*-------- checkbox ---*/
.checkbox01 {
    margin: 0;
}
	label input[type="checkbox"] + span{
		padding-left: 22px;
	}
	label input[type="checkbox"] + span::before {
		width: 16px;
		height: 16px;
	}
    
.self_check_list_01 table td:nth-of-type(3) {
    padding-right: 0;
}
	label input[type="checkbox"]:checked + span::after{
		width: 9px;
		height: 16px;
	}  
 .self_check_list_01 table td:nth-of-type(1) p.btn_box{

	 padding: 0;
} 
	
	
	
	
.self_check_list_01 table td:nth-of-type(1) p.btn_box + p{
    padding-right: 10px;
}   
}