@charset "utf-8";
/* other.css */

#others {
	padding: 115px 0 0;
}

@media screen and (max-width:1000px) {
#others {
	padding: 75px 0 0;
}	
}



.page_ttl {
	padding: 70px 0 70px;
}

@media screen and (max-width:1000px) {
.page_ttl {
	padding: 50px 0 40px;
}	 
}

.page_ttl h2 {
	font-size: 40px;
	text-align: center;
	color: #9B9B9B;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
.page_ttl h2 {
	font-size: 24px;
	margin: 0 0 10px;
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 {
	font-size: 21px;
	margin: 0 0 10px;
}	
}


.page_ttl h2 span {
	font-size: 20px;

}

@media screen and (max-width:1000px) {
.page_ttl h2 span {
	font-size: 13px;	
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 span {
	font-size: 11px;	
}	
}


.page_ttl p {
	display: flex;
	justify-content: space-between;
	width: 62px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.page_ttl p {
	width: 50px;
	margin: 0 auto;
}	
}

.page_ttl p span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
.page_ttl p span {
	width: 9px;
	height: 9px;
}	
}

.page_ttl p span:first-child {
	background-color: #F6B83A;
}

.page_ttl p span:nth-child(2) {
	background-color: #81AF2D;
}

.page_ttl p span:nth-child(3) {
	background-color: #DD606D;
}

#others_container {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 80px;
}

@media screen and (max-width:1000px) {
#others_container {
	margin: 0 auto 20px;
}	
}

#others_container > p {
	color: #8E8E8E;
	line-height: 1.9;
	margin: 0 0 25px;
	font-size: 16px;
}

@media screen and (max-width:1000px) {
#others_container > p {
	font-size: 16px;
}
	
}

@media screen and (max-width:1000px) {
#others_container dl {
	padding: 30px 0 0;
	}
}

#others_container dt p {
	font-size: 18px;
	color: #E67780;
	padding: 13px 20px 10px;
	background-color: #F6F6F6;
	font-weight: normal;
}

@media screen and (max-width:1000px) {
#others_container dt p {
	font-size: 17px;
}	
}

#others_container dd {
	padding: 15px 0 15px 15px;
	margin: 0 0 20px;
}

#others_container dd p {
	color: #8E8E8E;
    line-height: 1.9;
    margin: 0 0 25px;
}

#others_container p a {
	color: #E67780;
	text-decoration: underline;
    
}

#others_container dd > ul > li {
	color: #8E8E8E;
    line-height: 1.9;
	padding: 0 0 0 33px;
    margin: 0 0 25px;
	position: relative;
}

#others_container dd > ul > li::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #8E8E8E;
}

#others_container dd ol ul {
	padding: 20px 0;
}


#others_container dd ol ul > li {
	color: #8E8E8E;
    line-height: 1.9;
	padding: 0 0 0 33px;
    margin: 0 0 25px;
	position: relative;
}

#others_container dd ol ul > li::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #8E8E8E;
}




#others_container dd > ol > li {
	color: #8E8E8E;
    line-height: 1.9;
	padding: 0 0 0 36px;
    margin: 0 0 25px;
	position: relative;
}

#others_container dd > ol > li::after {
	content: "(1)";
	position: absolute;
	top: 0;
	left: 0;
	color: #8E8E8E;
    line-height: 1.9;
	font-size: 15px;
}

#others_container dd > ol > li:nth-child(2)::after {
	content: "(2)";
}

#others_container dd > ol > li:nth-child(3)::after {
	content: "(3)";
}

#others_container dd > ol > li:nth-child(4)::after {
	content: "(4)";
}

#others_container dd > ol > li:nth-child(5)::after {
	content: "(5)";
}

#others_container dd > ol > li:nth-child(6)::after {
	content: "(6)";
}

#others_container dd > ol > li:nth-child(7)::after {
	content: "(7)";
}

#others_container dd > ol > li:nth-child(8)::after {
	content: "(8)";
}

#others_container dd > ol > li:nth-child(9)::after {
	content: "(9)";
}

#others_container dd > ol > li:nth-child(10)::after {
	content: "(10)";
}

#others_container dd > ol > li:nth-child(11)::after {
	content: "(11)";
}

#others_container dd > ol > li:nth-child(12)::after {
	content: "(12)";
}

#others_container dd > ol > li:nth-child(13)::after {
	content: "(13)";
}

#others_container dd > ol > li:nth-child(14)::after {
	content: "(14)";
}

#others_container dd > ol > li:nth-child(15)::after {
	content: "(15)";
}

#others_container dd > ol > li {
	padding: 0 0 0 30px;
}

#others_container dd > .nomal_ol > li::after {
	content: "1.";
	position: absolute;
	top: 0;
	left: 0;
	color: #8E8E8E;
    line-height: 1.9;
	font-size: 16px;
}

#others_container dd > .nomal_ol > li:nth-child(2)::after {
	content: "2.";
}

#others_container dd > .nomal_ol > li:nth-child(3)::after {
	content: "3.";
}

#others_container dd > .nomal_ol > li:nth-child(4)::after {
	content: "4.";
}

#others_container dd > .nomal_ol > li:nth-child(5)::after {
	content: "5.";
}

#others_container dd > .nomal_ol > li:nth-child(6)::after {
	content: "6.";
}

#others_container dd > .nomal_ol > li:nth-child(7)::after {
	content: "7.";
}

#others_container dd > .nomal_ol > li:nth-child(8)::after {
	content: "8.";
}

#others_container dd > .nomal_ol > li:nth-child(9)::after {
	content: "9.";
}

#others_container dd > .nomal_ol > li:nth-child(10)::after {
	content: "10.";
}

#others_container dd > .nomal_ol > li:nth-child(11)::after {
	content: "11.";
}

#others_container dd > .nomal_ol > li:nth-child(12)::after {
	content: "12.";
}

#others_container dd > .nomal_ol > li:nth-child(13)::after {
	content: "13.";
}

#others_container dd > .nomal_ol > li:nth-child(14)::after {
	content: "14.";
}

#others_container dd > .nomal_ol > li:nth-child(15)::after {
	content: "15.";
}


.mdl_img {
	width: 95%;
	max-width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

.table_box {
	width: 100%;
	max-width: 700px;
	margin: 0 0 35px;
}

@media screen and (max-width:1000px) {
.table_box {
	overflow-x: scroll;
}
	
}

.table_box table,.table_box tbody  {
	width: 100%;
}

.table_box table {
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

@media screen and (max-width:1000px) {
.table_box table {
	width: 700px;
}	
}

.table_box tr {
	border-top: 1px solid #BBBBBB;
}


.table_box tr:first-child {
	border-top: 0px solid #BBBBBB;
}


.table_box tr:last-child {
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}


.table_box th {
	padding: 8px;
	font-weight: normal;
	color: #8E8E8E;
	
}

.table_box td {
	padding: 8px;
	font-weight: normal;
	color: #8E8E8E;
	text-align: center;
	border-left: 1px solid #BBBBBB;
	vertical-align: middle;
}

#others_container #ttl_5 {
	padding-top: 120px;
	margin-top: -120px;
}

#others_container #ttl_10 {
	padding-top: 120px;
	margin-top: -120px;
}

#others_container #ttl_11 {
	padding-top: 120px;
	margin-top: -120px;
}

#others_container #ttl_12 {
	padding-top: 120px;
	margin-top: -120px;
}

.sns_ttl {
	width: 95%;
	max-width: 700px;
	margin: 80px auto 30px;
	background-color: #E67780;
	padding: 15px;
	text-align: center;
	color: #FFF;
	border-radius: 50px;
}