@charset "UTF-8";


#setsumei01 {
	margin-bottom: 35px;
}
#setsumei01 h3 {
	margin: 40px 0 8px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #728811;
}
#setsumei02 {
	margin-top: 20px;
}
#setsumei03 {
	margin-top:20px;
	font-size:109%;
	color: #FF1D25;
}
#setsumei04 {
	margin-top:20px;
	font-size:109%;
}
table.setsumeiTable {
	width: 582px;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	margin-top: 20px;
}
.setsumeiTable th {
	width: 95px;
	padding: 8px;
	border: solid 1px #CCCCCC;
	text-align: left;
	vertical-align: text-top;
	font-weight: bold;
	background-color: #FBF9F8;
}
.setsumeiTable td {
	width: 487px;
	padding: 8px;
	border: solid 1px #CCCCCC;
	vertical-align: top;
}
.setsumeiTable td ul {
	list-style: none;
	display: flex;
	display: -webkit-flex; 
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 10px;
}
.setsumeiTable td ul li {
	flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
	padding: 3px 0;
}
.setsumeiTable td ul li a {
	background: url("../img/arrow03.gif") no-repeat left center;
	background-size: 3px auto;
	padding-left: 8px;
}
#toiawase {
	background-image: url(../img/toiawase_bg2.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-color: #fff1f6;
	width: 100%;
	height: 100%;
	min-height: 140px;
	margin-top: 25px;
}
#toiawase p {
	padding: 10px 10px 0px 180px;
}
#toiawase .toiawaseTitle {
	padding: 10px 10px 0px 180px;
	font-size: 1.7rem;
	color: #f0317e;	
}
span.bunyaMidashi {
	font-weight: bold;
}
#mainZone #kanren ul.subList {
  display: flex;
	display: -webkit-flex; 
  justify-content: space-between;
	-webkit-justify-content: space-between;
  list-style: none;
  margin: 60px 0 20px;
}
#mainZone #kanren ul.subList li {
  flex: 0 1 100px;
	-webkit-flex: 0 1 100px;
	font-size: 1.4rem;
  text-align: center;
}
#mainZone #kanren ul.subList li a {
	display: block;
	padding-top: 105px;
	color: #000;
	text-decoration: none;
}
#mainZone #kanren ul.subList li.sl01 a {
	background: url("../../top_img/icon01.png") no-repeat top center;
	background-size: 100px auto;
}
#mainZone #kanren ul.subList li.sl02 a {
	background: url("../../top_img/icon02.png") no-repeat top center;
	background-size: 100px auto;
}
#mainZone #kanren ul.subList li.sl03 a {
	background: url("../../top_img/icon03.png") no-repeat top center;
	background-size: 100px auto;
}
#mainZone #kanren ul.subList li.sl04 a {
	background: url("../../top_img/icon04.png") no-repeat top center;
	background-size: 100px auto;
}
#mainZone #kanren ul.subList li.sl05 a {
	background: url("../../top_img/icon05.png") no-repeat top center;
	background-size: 100px auto;
}
#mainZone #kanren ul.subList li a:hover{
	text-decoration: none;
}
/* ----pcのみ---- */
@media all and (min-width: 768px) {
#mainZone #kanren ul.subList li.sl01 a:hover {
	background: url("../../top_img/icon01-over.png") no-repeat top center;
	background-size: 100px auto;
	color: #1c516c;
}
#mainZone #kanren ul.subList li.sl02 a:hover {
	background: url("../../top_img/icon02-over.png") no-repeat top center;
	background-size: 100px auto;
	color: #1c516c;
}
#mainZone #kanren ul.subList li.sl03 a:hover {
	background: url("../../top_img/icon03-over.png") no-repeat top center;
	background-size: 100px auto;
	color: #1c516c;
}
#mainZone #kanren ul.subList li.sl04 a:hover {
	background: url("../../top_img/icon04-over.png") no-repeat top center;
	background-size: 100px auto;
	color: #1c516c;
}
#mainZone #kanren ul.subList li.sl05 a:hover {
	background: url("../../top_img/icon05-over.png") no-repeat top center;
	background-size: 100px auto;
	color: #1c516c;
}
}
/*----------------------------------------------
 スマホ用CSS
----------------------------------------------*/
@media only screen and (max-width: 767px) {
table.setsumeiTable {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-top: 20px;
}
.setsumeiTable th {
	display: block;
	width: 100%;
	padding: 8px;
	border: solid 1px #CCCCCC;
	text-align: left;
	vertical-align: text-top;
	font-weight: bold;
	background-color: #FBF9F8;
}
.setsumeiTable td {
	display: block;
	width: 100%;
	padding: 8px 8px 30px;
	border: none;
	vertical-align: top;
}
.setsumeiTable td ul {
	list-style: none;
	display: block;
	margin-top: 10px;
}
.setsumeiTable td ul li {
	width: 100%;
	padding: 3px 0;
}
.setsumeiTable td ul li a {
	background: url("../img/arrow03.gif") no-repeat left center;
	background-size: 3px auto;
	padding-left: 8px;
} 
#toiawase {
	background-size: 110% auto;
	width: 100%;
	height: 100%;
	min-height: 140px;
	margin-top: 25px;
}
#toiawase p {
	padding: 10px 10px 10px 110px;
}
#toiawase .toiawaseTitle {
	padding: 10px;
	font-size: 1.7rem;
	color: #f0317e;	
	text-align: center;
}
#mainZone #kanren ul.subList {
  display: flex;
	display: -webkit-flex; 
	flex-wrap: wrap;
  justify-content: center;
	-webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  list-style: none;
  margin: 60px 0 0;
}
#mainZone #kanren ul.subList li { 
	flex: 0 1 30%;
	-webkit-flex: 0 1 30%;
	font-size: 1.4rem;
  text-align: center;
	margin: 0 1%;
}
#mainZone #kanren ul.subList li:nth-of-type(2) {
	flex: 0 1 7em;
	-webkit-flex: 0 1 7em;
	margin: 0 2.5%;
}
#mainZone #kanren ul.subList li:nth-child(n+4) {
	flex: 0 1 8em;
	-webkit-flex: 0 1 8em;
}
}