@charset "utf-8";
.main_inner {
  padding-top: 80px;
  line-height: 1.6;
  margin-inline: auto;
}
/* 下層ページのセクション間調整 */
.section + .section {
  margin-top: 80px;
}
.paragraph {
  padding: 40px 0;
}
.paragraph > * + * {
  margin-top: 20px;
}
.paragraph ul{
  list-style: circle;
  padding-left: 30px;
}
.paragraph a{
  color: var(--naby);
}
/* 訪問診療 */
#visit_step  li + li{
  margin-top: 20px;
}
.step_ttl{
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--naby);
  font-weight: 500;
}
.column {
  background-color: var(--grey);
  padding: 20px 40px;
}
.column_ttl{
  font-weight: 500;
}
.column  ul + p{
  margin-top: 10px;
}
.column span {
  font-weight: 500;
}
/* 採用情報 */
.paragraph table ul{
  list-style: none;
  padding-left: 0;
}
#recruitment table{
  margin-top: 80px;
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

#recruitment table th,#recruitment table td{
  padding: 10px 0;
}

#recruitment table th {
  width: 8em;
  border-bottom: 1px solid var(--naby);
  text-align: center;
  font-weight: normal;
  height: fit-content;
}

#recruitment table td {
  border-bottom: 1px solid var(--lightblue);
  padding: 10px 20px;
}
.job_ttl{
  color: var(--naby);
  font-weight: 500;
  background-color: aliceblue;
}
/* ご挨拶 */
.intro.flex{
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.intro > div{
  width: 50%;
}
#access {
  margin-top: 120px;
}
/* media query */
@media screen and (min-width: 769px){
	#visit_area img {
		max-width: 600px;
	}
}
@media screen and (max-width: 768px){
  .section + .section {
    margin-top: 40px;
}
  .main_inner {
/*    padding-top: 80px;*/
/*    line-height: 1.6;*/
    width: 94%;
  }
  .paragraph {
    padding: 20px 0;
  }
  .column {
    padding: 10px 20px;
  }
  /* 採用情報 */
  #recruitment table {
    margin-top: 40px;
}
  #recruitment table th {
    display: block;
    width: 100%;
    text-align: left;
}
  #recruitment table td {
    display: block;
    width: 100%;
    border-bottom: 0;
}
  /* 挨拶 */
  .intro.flex {
    flex-direction: column-reverse;
  }
  .intro > div {
    width: 100%;
  }
}
