/* A Modern CSS Reset */

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: "RC Type", Arial, sans-serif;
    color: #333333;
}

/* Desktop */

header {
    display: flex;
    justify-content: center;
    padding: 15px 25px;
    width: 100%;
    font-size: 18px;
    line-height: 1em;
}

img.logo2{
    height:42px;
    margin:0;
}

header h1 {
    margin: 0;
}

header div.name {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: bold;
}

#searchBlock {
    background-color: #F4F4F4;
    text-align: center;
    padding: 20px 0;
}
#searchBlock .searchBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.sortIcon {
    margin-right: 20px;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    color: #8D8D8D;
    top: 50%;
    left: 83px;
    transform: translateY(-50%);
    /*▼を上に移動*/
    content: "▼";
    font-size: 9px;
}

select {
    -webkit-appearance: none;
    appearance: none;
    width: 103px;
    height: 44px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding-left: 12px;
    font-size: 14px;
    margin-right: 6px;
}

#searchBlock input[type=text] {
    height: 44px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%) inset;
    padding: 15px;
}

.municipalities {
    width: 159px;
    margin-right: 6px;
}

.hospitalname {
    width: 280px;
    margin-right: 10px;
}

.submitBottom {
    background-color: #E2001A;
    border-radius: 25px;
    width: 67px;
    height: 47px;
    text-align: center;
    border: none;
    padding-left: 22px;
}

#searchBlock input::placeholder {
    color: #8D8D8D;
    font-size: 14px;
}

#searchBlock h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 6px;
}

#searchBlock .note {
    font-size: 12px;
    color: #999999;
    margin-bottom: 12px;
}

#resultBlock {
    padding: 50px 77px;

}

#resultBlock h3 {
    font-size: 28px;
    border-bottom: 1px solid #707070;
    line-height: 1em;
    padding-bottom: 20px;
    font-weight: normal;
    margin-bottom: 60px;
}

#resultBlock .container {
    display: flex;
    flex-wrap: wrap;
}

#resultBlock .container .item {
    width: calc(100% / 3);
    margin-bottom: 60px;
    padding-right: 20px;
}

#resultBlock .container .item h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 16px 0;
}

#resultBlock .container .item p {
    font-size: 14px;
    line-height: 24px;
    color: #767676;
    margin: 0;
}

#resultBlock .emptyBox {
    display: block;
    text-align: center;
    color: #767676;
    padding: 100px 0 200px 0;
    font-size: 14px;
}

#resultBlock .noResultBox {
    display: block;
    text-align: center;
    color: #E2001A;
    padding: 100px 0 200px 0;
    font-size: 14px;
}


#resultBlock .pageMenuBox {
    text-align: center;
}
#resultBlock .pageMenuBox #prevPage,
#resultBlock .pageMenuBox #nextPage {
    display: none;
    background-color: #EDEDED;
    border-radius: 25px;
    height: 47px;
    text-align: center;
    border: none;
    padding: 0 22px;
    margin: 10px;
}

/* Footer */
#vet-footer {
    font-size: .75rem;
}

#vet-footer svg {
    height: auto !important;
    width: 100% !important;
}

#vet-footer a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

#vet-footer .vet-footer-inner1 {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

#vet-footer .vet-footer-inner1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 1.875rem 1.875rem;
}

#vet-footer .vet-footer-inner1 ul li {
    max-width: 24.125rem
}

#vet-footer .vet-footer-inner1 ul li a {}

#vet-footer .vet-footer-inner1 ul li a img {
    color: transparent;
    width: 386px;
    height: 120px;
}

#vet-footer .vet-footer-inner2 {
    position: relative;
    width: 100%;
    background-color: #333333;
    z-index: 100;
    color: #ffffff;
}

#vet-footer .vet-footer-inner2 a {}

#vet-footer .vet-footer-inner2 .vet-topMenu {
    border-bottom: 1px solid #464646;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    gap: 0 0.625rem;
}

#vet-footer .vet-footer-inner2 .vet-topMenu .vet-ArrowDownIcon {
    display: inline-block;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    width: 0.5rem;
}

#vet-footer .vet-footer-inner2 .vet-topMenu .vet-ArrowDownIcon svg {
    fill: #cccccc;
}

#vet-footer .vet-footer-inner2 .vet-footerMenu {
    text-align: center;
    padding-top: 3.625rem;
    padding-bottom: 4rem;
}

#vet-footer .vet-footer-inner2 .vet-footerMenu ul {
    margin-bottom: 4rem;
}

#vet-footer .vet-footer-inner2 .vet-footerMenu ul li {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
}

#vet-footer .vet-footer-inner2 .vet-footerMenu .copy {
    color: #767676;
}

@media (max-width: 665px) {
    header {
        padding: 18px 14px;
        font-size: 12px;
        line-height: 1em;
    }

    img.logo2{
		height:32px;
	}

    #searchBlock {
        padding: 15px;
        overflow: hidden;
    }

    #searchBlock h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    #searchBlock .searchBox {
        display: block;
    }



    .sortIcon {
        margin-right: 9px;
        margin-bottom: 10px;
        display: block;
    }

    .select_wrapper {
        width: 270px;
        margin-right: 31px;
    }

    .select_wrapper::after {
        top: 45%;
        left: 252px;
    }

    select {
        width: 270px;
        border-radius: 4px;
        padding-left: 12px;
        margin-right: 0;
        margin-bottom: 8px;
    }


    .municipalities {
        width: 270px;
        margin-bottom: 8px;
    }

    .hospitalname {
        width: 270px;
        margin-right: 7px;
        margin-left: 38px;
    }

    .submitBottom {
        width: 38px;
        height: 38px;
        padding: 0 8px;
        display: block;
        margin-top: 3px;
        text-align: center;
    }
    .submitBottom img {
        margin: 0 auto;
    }



    #resultBlock {
        padding: 30px 15px;
    }

    #resultBlock h3 {
        font-size: 20px;
        border-bottom: 1px solid #707070;
        line-height: 1em;
        padding-bottom: 20px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    #resultBlock .container .item {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    #resultBlock .container .item h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 8px 0;
    }

    #resultBlock .container .item p {
        font-size: 13px;
        line-height: 26px;
        color: #767676;
        margin: 0;
    }
    #vet-footer .vet-footer-inner2 .vet-footerMenu ul{
        padding: 0;
        margin-bottom: 2rem;
    }
    #vet-footer .vet-footer-inner2 .vet-footerMenu ul li{
        margin-bottom: 7px;
    }

}