/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 05:41:33 */
#About .contents{
	padding-top:30px;
	padding-bottom:120px;
}

#About .contents p.catch{
	text-align:center;
}
#About .contents h2{
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 15px;
		margin-top:40px;
}
#About .contents h2 strong{
	border-left: 5px solid #0753AB;
    padding-left: 7px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
		
}
#About .contents table{
  border-collapse: collapse;
  width: 100%;
}
#About .contents table th,
#About .contents table td {
  padding: 18px 20px;
  background-color: #fff;
  border: solid 5px #FFFAE6;
  box-sizing: border-box;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	line-height:1.6;
}
#About .contents table th {
  background-color: #6496D2;
  color: #fff;
  width: 245px;
  font-weight: 500;
  vertical-align: middle;
}
#About .contents ul {
	 display: flex;
    flex-wrap: wrap;
}
#About .contents ul li {
	font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    background-size: 19px 24px;
    background-repeat: no-repeat;
    background-image: url(http://iswim.jp/wp-content/uploads/2025/08/ico_pdf.svg);
    padding-left: 25px;
    background-position: left center;
	margin-right:25px;
	margin-bottom:10px
}
#About .contents p.address{
	margin-bottom:10px;
}


@media (max-width: 833px) {
	#About .contents{
	padding-top:15px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}

#About .contents p.catch{
	text-align:left;
}
#About .contents h2{
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 15px;
		margin-top:25px;
}
#About .contents h2 strong{
	border-left: 5px solid #0753AB;
    padding-left: 7px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
}
	
v th {
    padding: 4px 15px;
  }
#About .contents table th,
#About .contents table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }


#About .contents p.address{
	margin-bottom:5px;
}
}





