
/* CSS Document */

/*==================================================

top-contents
=================================================*/

table.gr th{
	border-bottom:1px solid #4eb6bc;
	width: 200px;
	font-weight: 400;
	white-space: nowrap;
}

article .inner{
	margin: 6% auto;
}

h3.catch{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	padding: 20px;
	margin-bottom: 5%;
}
h3.catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 2px solid #0fafb7;
	width: 100px;
	margin: auto;
}

h3.toggle{
	background: #0fafb7;
	font-size: 2.3rem;
	color: #fff;
	line-height: 2.0em;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
h3.toggle::before {
  content: "";
  display: block;
  position: absolute;
  bottom:10px;
	left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
h3.toggle.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom:5px;
	left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
.close{
	display: none;
	padding: 3% 20px;
}
.close ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: 50px;
}
.close ul li{
	list-style: circle;
	width: 33.3333%;
}
.close table td{
display: block;}
.close table ul{
	width: 100%;
}
/*.close table ul{
	max-width: 800px;
}*/
.close table ul li{
	list-style: circle;
	width: 50%;
   flex-basis: 50%;
   max-width: 50%;
	padding-right: 20px;
}

.PolicyList{
	position: relative;
	padding: 30px 10px;
}
.PolicyList .Num{
	width: 45px;
	position: absolute;
	left: -50px;
	top: 0;
}
.PolicyList .Num img{
	width: 45px;
	height: auto;
}
.PolicyList .Txt{
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 2.2em;
}

.message{
	max-width: 960px;
	margin: 0 auto;
}

.message .Photo{
	width: 32%;
	padding: 20px;
}
.message .Txt{
	width: 68%;
	padding: 20px;
}
.message .signsp{
	display: none;
}
.message .Txt .sign{
	margin: 5% 0 3% auto;
	text-align: right;
}
.message .Txt .sign img{
	width: 250px;
}

.office_zu{
	width: 80%;
	max-width: 1000px;
	margin: 5% auto;
}

.office_table th{
	font-family: 'Noto Serif JP', serif;
	padding: 15px 10px;
	font-size: 1.8rem;
	font-weight: normal;
	white-space: nowrap;
}
.office_table td{
	font-size: 1.5rem;
	padding: 15px 10px;
	position: relative;
}
.office_table td.mi{
	font-weight: bold;
	white-space: nowrap;
	min-width: 130px;
}
.office_table .maplink{
	position: absolute;
	right: 10px;
	top: 20px;
}
.office_table .maplink img{
	width: 150px;
}
.office_table .area{
	background: #f0f4f9;
	padding: 5px 10px 10px;
	margin: 5px auto 0;
}
.office_table .areat{
	padding-left: 10px;
}
.office_table .area .areawaku{
	background: #fff;
	padding: 10px;
}
.office_table .shuri{
	background: #def0cf;
	padding: 5px 10px 10px;
	margin: 5px auto 0;
}
.office_table .shuri .shuriwaku{
	background: #fff;
	padding: 10px;
	text-align: center;
}
.office_table .shuri .shuriwaku img{
	max-width: 320px;
	margin: 0 auto;
}

.Golf_Link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.img_skg{
	max-width: 120px;
	padding: 0 20px 10px 0;
}
	.pccatch{
		display: block;
	}
	.spcatch{
		display: none;
	}
@media only screen and (min-width:1px) and (max-width: 960px) {


.office_table .maplink{
	position: absolute;
	right: inherit;
	left: -150px;
	top: 50px;
}
.office_table .maplink img{
	width: 120px;
}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {

h3.toggle{
	font-size: 2.0rem;
}
h3.catch{
	padding: 0 20px 10px;
}
table.gr th{
	border-bottom:1px solid #4eb6bc;
	width: 100%;
	color: #4eb6bc;
}
.close ul li{
	list-style: circle;
	width: 50%;
}
.close table ul li{
	list-style: circle;
	width: 100%;
   flex-basis: 100%;
   max-width: 100%;
}
.PolicyList .Num{
	width: 40px;
	left: -45px;
}
.PolicyList .Num img{
	width: 40px;
}
.PolicyList .Txt{
	font-size: 1.6rem;
}
	
	.pccatch{
		display: none;
	}
	.spcatch{
		display: block;
	}
.message .Photo{
	width: 100%;
	padding: 0px;
}
.message .Txt{
	width: 100%;
	padding: 0 20px;
}
.message .Photo .daihyo{
	width: 70%;
	padding: 0px;
	margin: 0 auto;
	max-width: 320px;
}
	
.message .Txt .sign{
	display: block;
	width: 70%;
	padding: 10px 0;
}
	
.office_table th{
	padding: 5px 10px;
	font-size: 1.8rem;
	background: #4f8cba;
	color: #fff;
}	
.office_table th br{
	display: none;
}
	
.office_table td.mi{
	font-weight: bold;
	white-space: nowrap;
	border-bottom: none;
	padding: 10px;
	border-top:1px solid #4f8cba;
	font-size: 1.6rem;
	background: #f0f4f9;
}
.office_table .maplink{
	position: absolute;
	right: inherit;
	left: inherit;
	right: 10px;
	top: -40px;
}
.office_table .maplink img{
	width: 130px;
}
	
}

@media only screen and (min-width:1px) and (max-width: 530px) {
h3.toggle{
	font-size: 1.8rem;
}
.close ul li{
	list-style: circle;
	width: 100%;
}	
	
.PolicyList .Num{
	width: 30px;
	left: -20px;
}
.PolicyList .Num img{
	width: 30px;
}
.PolicyList .Txt{
	font-size: 1.4rem;
}
.message .Photo .daihyo{
	width: 50%;
	padding: 20px;
}
	
.office_zu{
	width: 90%;
}
.office_table .area .areawaku{
	font-size: 1.3rem;
	line-height: 1.4em;
}
.office_table .maplink{
	position: absolute;
	right: inherit;
	left: inherit;
	right: 10px;
	top: -37px;
}
}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

.Kenkoukeiei_Link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.img_kenkoukeiei{
	max-width: 150px;
	padding: 0 20px 10px 0;
}

.Kanagawakenkou_Link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.img_kanagawakenkou{
	max-width: 150px;
	padding: 0 20px 10px 0;
}
