/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content section .kome_list li {
    list-style: none;
    padding-left: 1.2em;
    position: relative;
}
#content section .kome_list li:before {
    content: '※';
    position: absolute;
    left: 0px;
    top: 0px;
}

@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 初診の方へ */
#content section.first_intro > div {
    background: #e7e6eb url("../image/about/first_intro.png") no-repeat right bottom;
    background-size: 80%;
    padding: 20px 30% 20px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.first_intro > div p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1c6247;
}

#content section.first_time table {
    max-width: 100%;
    margin: auto;
}
#content section.first_time table th {
    border-bottom: solid 1px #1d654a;
    padding: 1em 1em 5px 0;
    width: 9em;
}
#content section.first_time table th p {
    font-weight: normal;
    color: #1d654a;
    background: #c2e1d5;
    padding: 0 1em;
    white-space: nowrap;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#content section.first_time table td {
    border-bottom: solid 1px #1d654a;
    padding: 1em 0 5px;
}

#content section.first_bringing .first_bringing_list {
    margin-top: 20px;
}
#content section.first_bringing .first_bringing_list dl {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.first_bringing .first_bringing_list dl.first_bringing_tab {
    margin-bottom: 0;
}
#content section.first_bringing .first_bringing_list dt {
    font-size: 1.7rem;
    color: #1c6247;
    text-align: center;
    margin-bottom: 1em;
}
#content section.first_bringing .first_bringing_list dt img {
    width: 40px;
    display: block;
    margin: 0 auto 3px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content section.first_cat {
    overflow: hidden;
}
#content section.first_cat .first_cat_img {
    width: 40%;
    max-width: 300px;
    margin: 5px 0 10px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    overflow: hidden;
    float: right;
}

#content section.first_specialty .first_specialty_list {
    margin-top: 20px;
    text-align: center;
}
#content section.first_specialty .first_specialty_list dl {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.first_specialty .first_specialty_list dl.first_bringing_tab {
    margin-bottom: 0;
}
#content section.first_specialty .first_specialty_list dt {
    font-size: 1.7rem;
    color: #1c6247;
    text-align: center;
    margin-bottom: 1em;
}
#content section.first_specialty .first_specialty_note {
    font-size: 1.6rem;
    color: #1c6247;
}

#content section.first_ex .googlelink {
    color: #fff;
    background: #bc956c;
    width: 8em;
    padding: 0.2em 1em;
    margin: auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content section.first_ex .googlelink img {
    width: 14px;
    margin: 2px 8px 0 0;
}
#content section.first_ex dl {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ccc;
}
#content section.first_ex dl dt {
    background: #eee;
    padding: 0.5em;
    line-height: 1.3;
}
#content section.first_ex dl dd {
    padding: 0.5em;
    line-height: 1.3;
}
#content section.first_ex dl dd * {
    display: block;
    margin: auto;
}

@media (min-width: 768px) {
#content section.first_intro > div {
    background-size: contain;
    padding: 50px 30% 50px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.first_intro > div p {
    font-size: 1.8rem;
}

#content section.first_time table th {
    padding: 1em 1.5em 5px 0;
    width: 11em;
}
#content section.first_time table th p {
    padding: 0.3em 1.5em;
}
#content section.first_time table td {
}

#content section.first_bringing .first_bringing_list {
    margin-top: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section.first_bringing .first_bringing_list dl {
    width: 48.5%;
    margin-bottom: 30px;
    padding: 15px 20px;
}
#content section.first_bringing .first_bringing_list dl.first_bringing_seet,
#content section.first_bringing .first_bringing_list dl.first_bringing_tab {
    margin-bottom: 0;
}
#content section.first_bringing .first_bringing_list dt {
}
#content section.first_bringing .first_bringing_list dt img {
    width: 48px;
    margin-bottom: 5px;
}

#content section.first_cat .first_cat_img {
    margin: 5px 0 0 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content section.first_specialty .first_specialty_list {
    margin: 30px 0 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section.first_specialty .first_specialty_list dl {
    width: 48.5%;
    margin-bottom: 0;
    padding: 15px 20px;
}
#content section.first_specialty .first_specialty_list dt {
    font-size: 2.2rem;
}
#content section.first_bringing .first_bringing_list dt {
    font-size: 2.2rem;
}
#content section.first_specialty .first_specialty_note {
    font-size: 1.8rem;
}

#content section.first_ex .googlelink {
    width: 9em;
    padding: 0.2em 1em 0.4em;
    margin: auto;
}
#content section.first_ex .googlelink img {
    width: 16px;
    margin: 5px 10px 0 0;
}
#content section.first_ex dl {
    margin-top: 50px;
}
#content section.first_ex dl dt {
    padding: 1em;
}
#content section.first_ex dl dd {
    padding: 1em;
}
#content section.first_ex dl dd * {
    display: inline-block;
}
#content section.first_ex dl dd span {
    margin-left: 1em;
}
#content section.first_ex dl dd img {
    margin-right: 1em;
}
}

@media (min-width:1280px) {
#content section.first_intro > div {
    background-size: 540px;
    padding: 60px 30% 60px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.first_intro > div p {
    font-size: 2rem;
}

#content section.first_time table th {
    padding: 1em 2em 5px 0;
    width: 12em;
}

#content section.first_bringing .first_bringing_list {
    margin-top: 50px;
}
#content section.first_bringing .first_bringing_list dl {
    width: 580px;
    margin-bottom: 50px;
    padding: 20px;
}
#content section.first_bringing .first_bringing_list dl.first_bringing_seet,
#content section.first_bringing .first_bringing_list dl.first_bringing_tab {
    margin-bottom: 0;
}
#content section.first_bringing .first_bringing_list dt img {
    width: auto;
    margin-bottom: 10px;
}

#content section.first_cat .first_cat_img {
    margin-left: 55px;
}

#content section.first_specialty .first_specialty_list {
    margin-top: 50px;
    margin: 50px 0 30px;
}
#content section.first_specialty .first_specialty_list dl {
    width: 580px;
    padding: 20px;
}
#content section.first_specialty .first_specialty_note {
    font-size: 2rem;
}

#content section.first_ex dl {
    margin-top: 60px;
}
}

/* 通院・再診／予防接種・予防薬 共通 */
#content section .about_note {
    text-align: center;
    font-weight: 700;
    color: #1c6247;
    background: #f3f8f6;
    border: solid 1px #c2e1d5;
    padding: 1em 1.2em;
    margin-top: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content section .about_card_list {
    margin-top: 20px;
}
#content section .about_card_list dl {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: solid 1px #c2e1d5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content section .about_card_list dt {
    color: #1c6247;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
}
#content section .about_card_list dd a {
    color: #1c6247;
    text-decoration: underline;
}
#content section h3 + p {
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
#content section .about_card_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#content section .about_card_list dl {
    width: 48.5%;
    margin-bottom: 30px;
    padding: 15px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#content section .about_card_list dl.about_card_wide,
#content section .about_card_list.about_card_single dl {
    width: 100%;
}
}

@media (min-width:1280px) {
#content section .about_card_list {
    margin-top: 30px;
}
#content section .about_card_list dl {
    width: 580px;
    margin-bottom: 50px;
    padding: 20px;
}
#content section .about_card_list dl.about_card_wide,
#content section .about_card_list.about_card_single dl {
    width: 100%;
}
}

/* health/obesityページ構成反映：通院・再診／予防接種・予防薬 共通 */
#content .green_head li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content .green_head li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #1c6247;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
#content .b_marker {
    color: #1b75a8;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
}
#content .green_txt {
    color: #1c6247;
}
#content .about_h_section h3 {
    margin-top: 1.8em;
}
#content .about_h_section h3:first-of-type {
    margin-top: 1.2em;
}
#content .about_h_section .about_note {
    color: #1c6247;
    background: #f3f8f6;
    border: solid 1px #c2e1d5;
    padding: 1em 1.2em;
    margin-top: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content .about_h_section .about_link_btn {
    text-align: center;
    margin-top: 1.5em;
}
#content .about_h_section .about_link_btn a {
    font-size: 1.8rem;
    color: #fff;
    background: #1c6247;
    display: inline-block;
    padding: 0.4em 1.6em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#content .about_h_section .about_link_btn a img {
  width: 22px;
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  margin: 0 8px 7px 0;
}

#content .about_h_section .about_tel {
    color: #1c6247;
    font-weight: 500;
}
#content .about_h_section .green_head {
    margin-top: 1em;
}
#content .about_h_section .green_head li {
    margin-bottom: 0.6em;
}
#content .about_h_section .green_head li:last-child {
    margin-bottom: 0;
}


/* 通院・再診／予防接種：first_intro・カード型UI維持調整 */
#content section .about_card_list .about_card_item {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
#content section .about_card_list .about_card_item h3 {
    color: #1c6247;
    text-align: center;
    margin: 0 0 1em;
    font-weight: 500;
}
#content section .about_card_list .about_card_item p:last-child {
    margin-bottom: 0;
}
#content section .about_card_list .about_card_item .about_note {
    margin-top: 1em;
}
#content section .about_card_list .about_card_item a {
}
#content section .about_card_list .about_card_item dt {
    font-size: 1.7rem;
    color: #1c6247;
    text-align: center;
    margin: 0 0 1em;
    font-weight: 500;
}
#content section .about_card_list .about_card_item dt img {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto 8px;
    border-radius: 50px;
}
#content section .about_card_list .about_card_item dd {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
#content section .about_card_list .about_card_item dd p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
#content section .about_card_list .about_card_item {
    width: 48.5%;
    margin-bottom: 30px;
    padding: 15px 20px;
}
#content section .about_card_list .about_card_item.about_card_wide,
#content section .about_card_list.about_card_single .about_card_item {
    width: 100%;
}
#content section .about_card_list .about_card_item dt {
    font-size: 2.2rem;
}
#content section .about_card_list .about_card_item dt img {
}

#content .about_h_section .about_link_btn a img {
  width: 25px;
  margin: 0 10px 6px 0;
}
}
@media (min-width:1280px) {
#content section .about_card_list .about_card_item {
    width: 580px;
    margin-bottom: 50px;
    padding: 20px;
}
#content section .about_card_list .about_card_item.about_card_wide,
#content section .about_card_list.about_card_single .about_card_item {
    width: 100%;
}
#content section .about_card_list .about_card_item dt {
    font-size: 2.4rem;
}
}
/* END 通院・再診／予防接種：first_intro・カード型UI維持調整 */


/* 2026-07-03 first_intro差し替え */
#content section.first_intro.reexam_intro > div {
    background: #f4f1ed url("../image/about/reexam_intro.png") no-repeat right bottom;
    background-size: 62%;
    padding-right: 28%;
}
#content section.first_intro.vaccination_intro > div {
    background: #f5f7fa url("../image/about/vaccination_intro.png") no-repeat right bottom;
    background-size: 62%;
    padding-right: 28%;
}
@media (min-width: 768px) {
#content section.first_intro.reexam_intro > div {
    background-position: right bottom;
    background-size: auto 100%;
    padding-right: 34%;
}
#content section.first_intro.vaccination_intro > div {
    background-size: 46%;
    padding-right: 34%;
}
}
@media (min-width: 1280px) {
#content section.first_intro.reexam_intro > div {
    background-position: right 50%;
    background-size: auto 150%;
}
}
/* END 2026-07-03 first_intro差し替え */



/* 2026-07-03 予防接種ページ：リード見出し */
#content .about_h_section .about_lead_head {
    color: #1c6247;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 1.8em 0 1.2em;
}
/* END 2026-07-03 予防接種ページ：リード見出し */


/* 2026-07-03 関連ページリンクボタン */
#content .about_h_section .about_card_link {
    text-align: center;
    margin-top: 1.2em;
}
#content .about_h_section .about_card_link a {
    color: #fff;
    background: #1c6247;
    display: inline-block;
    padding: 0.35em 1.4em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
}
#content .about_h_section .about_related_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 1.2em;
}
#content .about_h_section .about_related_btns .about_card_link {
    margin-top: 0;
}
@media (max-width: 767px) {
#content .about_h_section .about_related_btns {
    display: block;
}
#content .about_h_section .about_related_btns .about_card_link {
    margin-top: 0.8em;
}
}
/* END 2026-07-03 関連ページリンクボタン */


/* 2026-07-03 カード内アイコン・ボタン位置調整 */
#content section .about_card_list .about_card_item {
}
#content .about_h_section .about_card_item .about_card_link {
    margin-top: auto;
    padding-top: 1.2em;
}
#content .about_h_section .about_card_link a,
#content .about_h_section .about_link_btn a,
#content section .about_card_list .about_card_item .about_card_link a {
    text-decoration: none !important;
}
/* END 2026-07-03 カード内アイコン・ボタン位置調整 */
