@charset "UTF-8";

html {
    height: 100%;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

header {
    margin: 0px auto;
    width: 100%;
}

body {
    font-size: 1.4rem;
    height: 100%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", font-family;
    color: #222;
    font-size: 16px;
}

p {
    line-height: 1.8;
}

.m15 {
    margin-top: 15px;
}

.m20 {
    margin-top: 20px;
}

.m40 {
    margin-top: 40px;
}

.m80 {
    margin-top: 80px;
}

.m100 {
    margin-top: 100px;
}

.img100 {
    width: 100%;
}

.con-mg-m {
    margin-top: 30px;
}

.wrapper {
    overflow: hidden;
}

.green-bg {
    background-color: #eefced;
    padding: 50px 0;
}

.white-bg {
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.white-bg+.white-bg {
    margin-top: 30px;
}

.white-bg.data::after {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid rgb(34 151 99 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.btn-00 {
    text-decoration: none;
    background-color: #0075b7;
    color: #fff;
    max-width: 370px;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.btn-00::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cnt-contact a {
    font-weight: bold;
    background-color: #f29600;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    max-width: 500px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    transition: 0.3s;
}

.cnt-contact a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.cnt-contact span {
    display: block;
}

.cnt-contact-txt {
    font-size: 24px;
    line-height: 1;
    margin-top: 7px;
}

.cnt-contact-sub-txt {
    font-size: 18px;
    line-height: 1;
}

.cnt-contact a {
    position: relative;
}

.cnt-contact a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 17px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#news {
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

#news-header {
    font-size: 24px;
    font-weight: bold;
    width: 25%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#news-main {
    width: 75%;
    padding: 15px 30px 15px;
    box-sizing: border-box;
}

.news-cat {
    background: #187937;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    width: 80px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    margin-right: 15px;
}

.logo {
    height: 51px;
    width: auto;
}

.telbox a {
    text-decoration: none;
    color: #333;
    line-height: 30px;
    display: block;

}

.telbox .tel-ttl {
    font-size: 23px;
}

.telbox .telnum {
    font-size: 36px;
    font-weight: bold;
}

.breadcrumb-wrap {
    width: 100%;
    padding: 8px 0;
    overflow-x: auto;
}

.breadcrumb-wrap::-webkit-scrollbar {
    display: none;
}

.breadcrumb {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.breadcrumb li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding-right: 15px;
    border: none;
    position: relative;
    letter-spacing: .05em;
}

.breadcrumb li a {
    color: #7b7b7b;
    font-size: 12px;
    position: relative;
    position: relative;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li::after {
    content: '>';
    position: absolute;
    font-size: 10px;
    top: 55%;
    right: -6px;
    color: #c8c8c8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb span {
    font-size: 12px;
}

.hosoku-link a {
    display: block;
}

.hosoku-link a {
    transition: 0.3s;
}

.hosoku-link a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.point-set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.point-set h4 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;

}

.point-set li {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    border: 3px solid #00aa8a;
    padding: 20px;
    box-sizing: border-box;
    width: 49%;
    border-radius: 10px;
}

.reserve-time {
    font-size: 17px;
    text-align: center;
    line-height: 17px;
}

#main-img {
    display: block;
    margin: 0 auto;
}

.main-item p+p {
    margin-top: 16px;
}

.main-item h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.main-item p+h3 {
    margin-top: 23px;
}

.txt-wrap {
    line-height: 1.8;
}

input,
textarea,
select {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #E8E8E8;
}

body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}

header {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-right {
    display: flex;
    align-items: center;
}

.header-cont-wrap {
    padding-left: 15px;
}


.header-cont-wrap a {
    background: #f29600;
    color: #fff;
    font-size: 16px;
    padding: 17px 30px 17px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.header-cont-wrap a:hover {
    opacity: 0.8;
}

.header-cont-wrap a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-inner {
    width: 1000px;
    overflow: hidden;
    font-size: 1.6rem;
    margin: 10px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner a img {
    display: block;
}

.header-inner .telbox {
    display: flex;
}

.header-inner .telbox .telnum {
    width: 300px;
}

.header-inner .telbox p {
    background: #0075b7;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    line-height: 53px;
    height: 53px;
    padding: 0 10px;
    margin-right: 10px;
}

.related-service-item-ttl a {
    text-decoration: none;
    color: #229763;
}

.related-service-item-ttl a:hover {
    text-decoration: underline;
}


.related-service-item-ttl-txt {
    position: relative;
}

.related-service-item-ttl-txt::after {
    content: "";
    background-image: url(../images/soto.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    margin-left: 5px;
    top: 6px;
}

.main-visual-area {
    background: url(../images/main-bg3.jpg) 50% 50%;
    background-size: cover;
}

.main-visual-inner {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    height: 0;
    padding-top: 40%;
    position: relative;
}

.main-visual-inner>div {
    width: 50%;
    bottom: 0;
    position: absolute;
}
.main-visual-txt {
    display: flex;
    align-items: center;
    left: 0;
    height: 100%;
}

.main-visual-txt img {
    max-width: 496px;

}

.main-img-wrap {
    display: flex;
    justify-content: center;
    align-items: end;
    right: 0;
}

.main-img-wrap img {
    max-width: 431px;

}


.main-visual-department {
    background: #fff;
    color: #11995c;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    width: 160px;
    margin: 0 auto;
}

.main-visual-contact a {
    background-color: #a3d117;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.ttl-nayami span {
    font-size: 30px;
}

.h1-main-txt {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.h1-m .w100-tac {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.txt-bg-w {
    background-color: #fff;
    color: #11995c;
    font-weight: bold;
    padding: 3px 10px;
    margin-right: 6px;
}

.main-visual-txt-inner img {
    display: block;
}

h1 {
    font-size: 30px;
    text-align: center;

    font-weight: bold;
}

.main-visual-sub-txt {
    font-size: 24px;
}


.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.txt-m-bold-center {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.service-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-list-wrap ul::after {
    content: "";
    display: block;
    width: calc((100% / 4) - 10px);
    height: 0;
}

.service-list-wrap li {
    margin-bottom: 13px;
    font-weight: bold;
    background: #ebf4e8;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% / 4) - 10px);
    box-sizing: border-box;
}

.service-list-wrap li p {
    font-weight: normal;
    line-height: 1.5;
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
}

.service-list-wrap li {
    padding: 11px;
}

.service-list-wrap img {
    width: 78px;
    height: auto;
}

.service-example-ttl {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
}

.service-list-wrap h3 {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #187937;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-example-ttl::after {
    content: "";
    height: 3px;
    width: 90px;
    background: #197937;
    display: block;
    left: 50%;
    position: relative;
    margin-left: -45px;
    bottom: -13px;
}

.service-list-border {
    border: 1px solid;
}

.flex2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.about-img {

    max-width: 300px;
    width: 50%;
}

.about-img {
    border-radius: 10px;
    margin-right: 30px;
}

.about-img+div {
    font-size: 18px;
    font-weight: bold;
}

.point-set img {
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    max-width: 320px;
}


#hikaku span {
    display: block;
    font-size: 23px;
}

#nayami {
    background-color: #f2f2f2;
    position: relative;
}

#nayami::after {
    content: "";
    position: absolute;
    bottom: -20px;
    border-top: 20px solid #f2f2f2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0;
}

.nayami-txt-st {
    color: #15ae82;
}

.hp-color {
    color: #15ae82;
}

#question {
    margin-top: 40px;
}

#question .sub-ttl {
    color: #39b54a;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

#question .main-ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-top: 7px;
    margin-bottom: 37px;
}

.main-ttl span {
    border-bottom: 2px dashed #39b54a;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.talk-txt.user {
    background-color: #fff;
    border-radius: 10px;
    margin-left: 50px;
    position: relative;
    width: 100%;
    /* box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.2); */
}

.talk-txt.staff {
    background-color: #1b9860;
    border-radius: 10px;
    margin-right: 50px;
    position: relative;
    /* box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.2); */
}

.talk-txt.user::before {
    content: "";
    border-right: 15px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 0;
    height: 0;
}

.talk-txt.staff::before {
    content: "";
    border-left: 15px solid #1b9860;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -15px;
    position: absolute;
    top: 20px;
}

.talk-txt.user p {
    padding: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.talk-txt.staff p {
    padding: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
}

.talk-wrap {
    display: flex;
    max-width: 800px;
    margin: 30px auto 40px;
    align-items: flex-start;
}



.ttl-nayami {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 20px;
}

.ttl-nayami span {
    color: #15ae82;
    font-size: 50px;
}

.news-inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.nayami-list-wrap {
    display: flex;
    justify-content: center;
}

#nayami .inner-wrap {
    padding: 25px;
}

.nayami-list li {
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
}

.nayami-list {
    margin-left: 30px;
}

.nayami-list br+li {
    margin-top: 11px;
}

.strong-txt {
    color: #15ae82;
    font-weight: bold;
}

#intro h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 20px;
    line-height: 1.4;
}

.difficulty-booking {
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 7px 6px 16px 3px rgba(0, 0, 0, 0.1);
}

.difficulty-booking h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #229763;
}

.difficulty-booking h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    padding: 8px 14px;
    margin-top: 30px;
    background: #f2f2f2;
    line-height: 1.5;
}

.difficulty-booking dt {
    font-weight: bold;
    margin-top: 15px;
}

.talk-color-txt-01 {
    color: #11995c;
}

.talk-color-txt-02 {
    color: #f8f55a;
}

#case {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#choices {
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#choices h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

#case h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #229763;
}

#case::after,
.difficulty-booking::after {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid rgb(34 151 99 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.case-list {
    margin-bottom: 30px;
}

.case-list dt {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
}

.case-list dl {
    margin-top: 20px;
}

.bg-gy-kakomi {
    background-color: #f2f2f2;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

#about h2 {
    font-size: 50px;
    color: #229763;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.recommend-point-list h3 {
    font-size: 35px;
    color: #229763;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

/* .recommend-point-list li {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px dotted #00aa8a;
    margin-top: 7px;
    position: relative;
    display: inline-block;
}

.recommend-point-list li::before {
    content: "";
    position: relative;
    background-image: url(../images/check-icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    top: 3px;
    margin-right: 6px;
} */

.related-service-item-ttl {
    color: #00aa8a;
    font-size: 18px;
    font-weight: bold;
}

.related-service-item-sub-ttl {
    font-weight: bold;
}

.con-heading-m {
    font-size: 26px;
    font-weight: bold;
    color: #197937;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    margin-top: 20px;
}

.con-heading-s {
    font-size: 18px;
    font-weight: bold;
    color: #197937;
}

.related-service-item {
    display: flex;
}

.related-service-item img {
    width: 142px;
    height: 142px;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
}

.related-service-item>dl {
    flex: 1;
    padding-left: 20px;
}

.related-service-item+.related-service-item {
    margin-top: 20px;
}


.related-services {
    margin-bottom: 40px;
}

.hikaku-chart h2,
#special-dr h2,
.cnt-ttl-l {
    font-size: 30px;
    color: #00aa8a;
    text-align: center;
    font-weight: bold;
}

#hikaku h2 {
    font-size: 50px;
    color: #229763;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.hikaku-chart table {
    border-collapse: separate;
    border-right: 1px solid #e7e7e7;
    background: #fff;
    width: 100%;
}
.hikaku-chart table a {
    color: #000
}

.hikaku-chart th,
.hikaku-chart td {
    border-right: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.hikaku-chart th {
    border-top: 1px solid #229763;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fcfdfd;
    font-weight: 700;
    text-align: center;
}

.hikaku-chart th:last-child,
.hikaku-chart td:last-child {
    border-right: 0;
}

.hikaku-chart tr:nth-child(2n) {
    background-color: #fbfbfb;
}

.hikaku-chart tr:last-child td {
    border-bottom: 1px solid #e7e7e7;
}

.hikaku-chart tr td:first-child {
    white-space: nowrap;
}

.medical-subject-item {
    background: #fff;
    border-radius: 10px;
}

.department-cell {
    border-left: 1px solid #e7e7e7;
}

.medical-subject-item dl {
    margin-top: 10px;
}

.medical-subject-item+.medical-subject-item {
    margin-top: 50px;
}

.medical-subject-item>dt {
    padding: 30px;
    position: relative;
}

.medical-subject-item>dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to right, #000 4px, transparent 4px);
    background-size: 8px 1px;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background-repeat: repeat-x;
}

.medical-heading-subject {
    font-size: 26px;
    font-weight: bold;
    color: #197937;
    margin-bottom: 20px;
    margin-top: 20px;
}

.medical-subject-item>dd {
    padding: 30px;
}

.documents-ttl-min {
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 6px;
    display: flex;
}

.simple-tbl th {
    white-space: nowrap;
}

.simple-tbl th,
.simple-tbl td {
    vertical-align: top;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
    box-sizing: border-box;
}

.simple-tbl {
    border-top: 1px solid;
    border-left: 1px solid;
    margin-top: 20px;
}

.qa-item {
    margin-bottom: 40px;
}

.qa-item dt {
    display: flex;
}

.qa-item dd {
    display: flex;
}

.qa-item div {
    width: 100%;
}

#qa .inner-wrap {
    padding: 0 20px;
}

#qa dl {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
}

#qa dt {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

#qa dt span:not(.qa-num) {
    position: relative;
}

#qa dt .qa-num {
    background: #e6ecf4;
    border-radius: 20px;
    font-weight: bold;
    color: #0e55a2;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#qa dd .qa-a {
    background: #ffe3e7;
    border-radius: 20px;
    font-weight: bold;
    color: #0e55a2;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#qa dd {
    display: flex;
    align-items: baseline;
}

.must-item-list li {
    font-weight: bold;
}

footer {
    margin-top: auto;
}

.footer-inner {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer-name {
    margin-bottom: 10px;
}

.footer-name a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.footer-list .info dl {
    display: flex;
    font-size: 13px;
}

.copyright {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #197937;
}

.copyright {
    text-align: center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
}

#form {
    padding-top: 60px;
    overflow: hidden;
}

#form h2 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.form-tel-txt {
    margin-top: 21px;
}

.form-tel-txt .telnum {
    font-size: 50px;
    line-height: 1;

}

.form-txt+.form-txt {
    margin-top: 16px;
}

.form-tel-txt .telnum .tel-f {
    font-size: 35px;
}

.form-tel-txt .telnum .tel-num {
    font-size: 40px;
}

.form-tel-txt .time {
    font-size: 20px;
}

.form-tel-txt h4 {
    font-size: 24px;
    padding: 10px 0;
    line-height: 1;
    font-weight: bold;
}

form#mail_form {
    margin: 25px auto 50px;
    box-shadow: none;
}

form#mail_form p#form_submit {
    display: flex;
    justify-content: center;
}



.main-item {
    margin-bottom: 20px;
}

.main-item .inner-wrap h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-item .inner-wrap {
    background: #fff;
    padding: 60px 0px;
    box-sizing: border-box;
}

#news-wrap {
    display: flex;

}

.news-list-item {
    display: flex;
    padding: 15px 0;

}

.news-list-item time {
    margin-right: 10px;
}

.news-list-item a:hover {
    opacity: 0.8;
}

.area-flex2 {
    display: flex;
}

.area-flex2 p {
    padding-right: 50px;
}

.grn-btn {
    background-color: #197937;
    color: #fff;
    text-decoration: none;
    max-width: 600px;
    width: 100%;
    display: flex;
    margin: 10px auto 20px;
    min-height: 75px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    position: relative;
}

.o19 {
    position: relative;
}

.o19::after {
    position: absolute;
    content: "";
    border-left: 5px solid #197937;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -15px;
    top: 50%;
    margin-top: -5px;
}

.grn-btn::after {
    content: "";
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 20px;
}

.download-o19-btn {
    text-align: center;
}

.download-o19-btn a {
    position: relative;
    color: #197937;
    font-weight: bold;
}

.download-o19-btn a::after {}

#flow ol>li {
    border: 2px solid #197937;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px;
}

#flow ol>li:not(.last)::after {
    content: "";
    border-left: 15px solid transparent;
    border-top: 12px solid #197937;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -30px;
}

#flow ol>li h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
}

#flow ol>li .text {
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    font-weight: normal;
}

.step-ttl {
    display: flex;
    align-items: center;
}

.step-icon {
    width: 55px;
    height: 55px;
    margin-right: 12px;
    background-color: #197937;
    border-radius: 50%;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}

.step-icon-inner {
    color: #fff;
    font-weight: bold;
}

.step-icon-en {
    font-size: 10px;
    display: block;
    line-height: 1.2;
}

.step-icon-num {
    font-size: 21px;
    display: block;
    line-height: 1;
}


.item-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1px 0 1px 10px;
    border-left: 3px solid #1e783c;
}

.medical_department-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.medical_department-list li {
    border: 2px solid #11995c;
    padding: 20px;
    width: calc((100% - 20px) / 3);
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #11995c;
    color: #fff;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger.active {
    position: fixed;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 10px;
    left: 6px;
    background: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 10px;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #222;
    height: 100vh;
    background: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: auto;
    visibility: hidden;

}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #cecece;
}

nav.globalMenuSp ul li:first-child {
    border-top: 1px solid #cecece;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #222;
    padding: 1em 0;
    text-decoration: none;
    background: #fff;
    font-weight: bold;
    text-align: left;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
}

.scroll-top {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.8;
    background-color: #009688;
    border-radius: 40px;
    bottom: 10px;
    right: 20px;
    height: 60px;
    width: 60px;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top-icon-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}



.sp-menu-wrap {
    padding: 17px 14px;
}

.sp-menu-wrap h2 {
    width: 105px;
    text-align: left;
    margin-bottom: 20px;
}

.sp-menu-wrap h2 a {
    display: block;
}

.sp-info-wrap {
    padding: 20px;
}

.sp-menu-wrap li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.sp-menu-wrap li a::before,
.sp-menu-wrap li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sp-menu-wrap li a::before {
    right: 10px;
    width: 12px;
    height: 3px;
    background: #7a0;
}

.sp-menu-wrap li a::after {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #7a0;
    border-right: 3px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media only screen and (max-width:1000px) {
    .header-inner {
        width: 100%;
        padding: 10px 20px 10px;
    }

    .inner-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-visual-inner {
        width: 90%;
    }
    .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #form .inner-wrap {
        padding: 20px;
    }

    .form-tel-txt h4 {
        font-size: 22px;
    }

    .breadcrumb {
        padding: 0 20px;
        width: max-content;
        margin: 0;
    }
    .main-visual-inner>div {
        width: 50%;
        position: absolute;
    }


    .main-visual-txt {
        display: flex;
        justify-content: flex-start;
        align-items: center;

    }

    .main-img-wrap {

        justify-content: flex-end;

    }
    .main-visual-txt img, .main-img-wrap img {
        width: 95%;
        height: auto;
    }

    .service-list-wrap li {
        width: calc((100% / 3) - 10px);
    }
    .service-list-wrap ul::after {
        width: calc((100% / 3) - 10px);
    }
}

.sp800 {
    display: none;
}

@media only screen and (max-width:800px) {
    p {
        line-height: 1.8;
    }

    .sp800 {
        display: block;
    }

    .pc-800 {
        display: none;
    }

    /* .main-visual-inner {
        flex-direction: column;
        align-items: center;
    } */

    #news-header {
        font-size: 20px;
        width: 100%;
        padding: 0 0px 6px;
        border-bottom: 1px solid #d9d9d9;
        border-right: none;
        text-align: left;
    }
    .about-img+div {
        font-size: 16px;
    }

    .about-img {
        margin-right: 15px;
    }
    #news-main {
        width: 100%;
        padding: 15px 0;

    }
    #news-header {
        font-size: 20px;
        width: 100%;
    }
    #news-wrap {
        flex-direction: column;
    }
    #news {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .news-list-item {
        padding: 15px 0;
        font-size: 14px;
    }
    #flow ol>li {
        padding: 14px;
    }

    .hikaku-chart .white-bg {
        padding: 14px;
    }

    #about h2 {
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    #qa .inner-wrap {
        padding: 0;
    }
  
    .point-set img {
        width: 80%;
    }

    .point-set h4 {
        font-size: 16px;
    }

    .m80 {
        margin-top: 60px;
    }

    .recommend-point-list h3 {
        font-size: 30px;
    }

    #hikaku h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .medical-heading-subject {
        font-size: 26px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .medical-subject-item>dt {
        padding: 20px;
    }

    .medical-heading-subject {
        font-size: 20px;
    }

    .medical-subject-item>dd {
        padding: 20px;
    }
    
}

.sp680 {
    display: none;
}

@media only screen and (max-width:680px) {
    .pc680 {
        display: none;
    }

    .sp680 {
        display: block;
    }

    .area-flex2 {

        flex-direction: column;
    }

    .area-flex2 p {
        padding-right: 0;
    }

    #qa .inner-wrap {
        padding: 0;
    }

    .m100 {
        margin-top: 70px;
    }

    #houmon-area {
        margin: 20px auto;
    }

    .header-inner {
        width: 100%;
        padding: 7px 14px;
    }

    .service-list-wrap h3 {
        font-size: 14px;
    }


    .service-list-wrap li {
        padding: 8px;
        width: calc((100% / 3) - 7px);
    }

    #qa dd .qa-a {
        flex-shrink: 0;
    }

    #news-main {
        width: 100%;
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
  
    .news-cat {
        font-size: 12px;
        width: auto;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        padding: 0 5px;
        white-space: nowrap;
    }

    .news-list-item time {
        font-size: 14px;
        line-height: 25px;
    }

    .inner-wrap .news-list-item a {
        line-height: 25px;
        font-size: 14px;
    }

    .nayami-list-wrap {
        flex-direction: column-reverse;
        align-items: center;
    }

    .nayami-list-wrap img {
        margin-top: 50px;
        max-width: 200px;
    }

    .nayami-list {
        margin-left: 0;
    }

    .inner-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .medical_department-list li {
        padding: 8px 5px;

    }

#news-header h2{
    font-size: 16px;
}
#news{
    padding: 14px;
}
    
    #question .sub-ttl {
        font-size: 24px;

    }

    #question .main-ttl {
        font-size: 30px;

    }

    .talk-txt.user {
        margin-left: 0px;
    }
    .talk-txt.staff {
        margin-right: 10px;
    }

    .difficulty-booking {

        padding: 40px 20px;
    }

    .difficulty-booking h3 {
        margin-bottom: 17px;
        padding: 8px 14px;
        margin-top: 20px;

    }
    #nayami .inner-wrap {
        padding: 25px 20px;
    }
    #case h2 {

        line-height: 1.3;
    }


    .white-bg {
        padding: 40px 20px;
        box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }

    .hikaku-chart th {
        padding: 3px;

    }

    .hikaku-chart td {
        padding: 7px;

    }

    .hikaku-chart th:nth-child(2) {
        white-space: nowrap;
    }
}

.dpb650 {
    display: none;
}

@media only screen and (max-width:650px) {

    .m40 {
        margin-top: 20px;
    }
    .talk-txt.user p {

        font-size: 14px;
    }
    .point-set h4 {
        font-size: 14px;
    }

    .point-set li {
        padding: 14px;
    }

    .dpb650 {
        display: block;
    }

    .step-icon-en {
        font-size: 8px;
        line-height: 1.2;
    }

    .step-icon {
        width: 48px;
        height: 48px;
    }

    .step-icon-num {
        font-size: 18px;

        line-height: 1;
    }

    p {
        line-height: 1.5;
    }
    .talk-txt.staff p {
        font-size: 14px;
        padding: 15px;
    }
    .about-img {

        width: 40%;
    }

    #flow ol>li {
        padding: 15px;
    }

    .ttl-nayami {
        font-size: 29px;
    }
    .ttl-nayami span {
        color: #15ae82;
        font-size: 39px;
    }
    #form h2 {
        font-size: 25px;
    }

}

.sp500 {
    display: none;
}

@media only screen and (max-width:500px) {
    .con-heading-m {
        font-size: 18px;
    }
    .m100 {
        margin-top: 35px;
    }
    .medical-heading-subject {
        font-size: 18px;
    }
    .header-right.sp680 {
        width: 30px;
        height: 20px;
    }
    #hikaku span {
        font-size: 18px;
    }
    #hikaku h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .hamburger {

        right: initial;
        top: initial;
        width: 30px;
        height: 20px;
    }

    .hamburger span {
        left: 0px;
    }

    .hamburger span:nth-child(1) {
        top: 0px;
    }

    .hamburger span:nth-child(2) {
        top: 10px;
    }

    .hamburger span:nth-child(3) {
        top: 20px;
    }

    .hamburger.active span:nth-child(1) {
        top: 10px;
        left: 0;
    }

    .service-list-wrap li {
        width: calc((100% / 2) - 7px);
    }

    .service-list-wrap li p {

        text-align: left;
    }
    #form .inner-wrap {
        padding: 0 14px 14px;
    }
    #form {
        padding-top: 30px;
    }
.tbl-scroll{
    overflow-x: auto;
}
.form-tel-txt h4 {
    font-size: 18px;
}
#form h2 {
    font-size: 21px;
}
    .hikaku-chart .white-bg {
        padding: 14px;
        width: fit-content;
    }
    .form-tel-txt .telnum .tel-f {
        font-size: 27px;
    }
    .form-tel-txt .telnum {
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form-tel-txt {
        margin-top: 21px;
        text-align: center;
    }
    .form-tel-txt .time {
        font-size: 16px;
    }
    .news-cat {
        width: 58px;
    }
    .hikaku-chart .white-bg {
        padding: 14px;
    }
    .department.hikaku-chart th:nth-child(1){
        width: 100px;
        min-width: 100px;
    }
    .department.hikaku-chart th:nth-child(2) {
        width: 80px;
        min-width: 85px;
    }
    .department.hikaku-chart th:nth-child(3) {
        width: 100px;
        min-width: 100px;
    }
    .department.hikaku-chart th:nth-child(4) {
        min-width: 200px;
    }

    #special-dr.hikaku-chart th:nth-child(1) {
        min-width: 170px;
    }
    #special-dr.hikaku-chart th:nth-child(2) {
        min-width: 100px;
    }
    #special-dr.hikaku-chart th:nth-child(3) {
        min-width: 200px;
    }
  

    .related-service-item img {
        width: 80px;
        height: 80px;
    }
    .related-service-item>dl {
        padding-left: 10px;
    }
    .related-service-item-ttl {
        font-size: 16px;
    }
    .related-service-item {
        font-size: 14px;
    }
    .related-service-item-sub-ttl {
        margin-bottom: 5px;
    }
    #nayami .inner-wrap {
        padding: 25px 14px;
    }
    .footer-name {
        margin-bottom: 0px;
    }
    .ttl-nayami {
        font-size: 24px;
    }
    .ttl-nayami span {
        font-size: 28px;
    }
    .sp500 {
        display: block;
    }
    .nayami-list li {
        font-size: 16px;
        padding: 10px 14px;
    }
    #intro h2 {
        font-size: 24px;
        padding: 40px 0 20px;
        line-height: 1.4;
    }

    .logo {
        height: 37px;
    }
    #question .sub-ttl {
        font-size: 17px;
    }
    .copyright {
       font-size: 10px;
    }
    .medical_department-list li {
        padding: 8px 4px;
        font-size: 13px;
        width: calc((100% - 12px) / 3);
    }

    .cnt-contact-sub-txt {
        font-size: 16px;
    }
    .cnt-contact-txt {
        font-size: 20px;
    }
    .cnt-contact a {
        padding: 14px;
        margin-bottom: 0;
    }
    #question .main-ttl {
        font-size: 24px;
    }
    .talk-wrap.staff {
        max-width: 800px;
        margin: 30px auto 40px;
        flex-direction: column;
    }
    .talk-wrap.user {
        max-width: 800px;
        margin: 30px auto 40px;
        flex-direction: column-reverse;
    }
    .talk-txt.user::before,.talk-txt.staff::before{
        content: none;
    }
    .talk-txt.user::after {
        content: "";
        border-right: 15px solid transparent;
        border-top: 10px solid #fff;
        border-left: 15px solid transparent;
        left: 0;
        bottom: -10px;
        margin-top: auto;
        margin-bottom: auto;
        width: 0;
        height: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
    }

    .talk-txt.staff::after {
        content: "";
        border-right: 15px solid transparent;
        border-top: 10px solid #1b9860;
        border-left: 15px solid transparent;
        left: 0;
        bottom: -10px;
        margin-top: auto;
        margin-bottom: auto;
        width: 0;
        height: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
    }
    .talk-txt.user, .talk-txt.staff {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .talk-wrap img{
        margin:0 auto;
    }
    .talk-txt.staff {
        margin-right: 0px;
    }
    .difficulty-booking h2 {
        font-size: 23px;
    }
    .difficulty-booking h3 {
        margin-bottom: 17px;
        padding: 8px 14px;
        margin-top: 20px;
        font-size: 16px;
    }
    
    #choices h2 {
        font-size: 24px;
        text-align: center;
    }
    .bg-gy-kakomi {
        font-size: 14px;
    }
    #case h2 {
        font-size: 24px;
    }
    #about h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .flex2 {
        flex-direction: column;
    }
    .about-img {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .recommend-point-list h3 {
        font-size: 22px;
    }
    .m80 {
        margin-top: 40px;
    }
    .btn-00 {
        margin-left: auto;
        margin-right: auto;
    }
    #houmon-area {
        width: 100%;
        height: auto;
    }
    .step-icon {
        flex-shrink: 0;
        width: 43px;
        height: 43px;
    }
    #flow ol>li {
        padding: 12px;
    }
}

/*500px*/

@media only screen and (max-width:475px) {

    #hikaku h2 {
        font-size: 20px;
 
    }

}

@media only screen and (max-width:430px) {}

@media only screen and (max-width:370px) {
    body {
        font-size: 14px;
    }


}