@charset "UTF-8";
/* Reset Style */
html {
    overflow-y: scroll;
}

body {
    line-height: 1.2;
    color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.fa {
    line-height: 1.2;
}

.ico_link {
    width: 15px;
    margin-left: 0.25rem;
    box-sizing: content-box;
    vertical-align: middle;
}

small {
    font-size: 77%;
    line-height: 1.1;
}

.small {
    font-size: 77%;
}

/* 汎用クラス */
.margin_half {
    margin: 0 0.5rem;
}

[class^="mark"] {
    padding-left: 15px;
    background: no-repeat left .5em;
}

.mark1 {
    background-image: url(../../common/images/share/mark_1.gif);
}

.mark2 {
    background-image: url(../../common/images/share/mark_2.gif);
}

.mark3 {
    background-image: url(../../common/images/share/mark_3.gif);
}

.mark4 {
    background-image: url(../../common/images/share/mark_4.gif);
}

.mark5 {
    background-image: url(../../common/images/share/mark_5.gif);
}

.opacity {
    opacity: 0.55;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
    -ms-filter: "alpha(opacity=55)";
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.table_cell {
    display: table-cell;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.fr,
.imgR {
    float: right;
    margin-left: 10px;
}

.fl,
.imgL {
    float: left;
    margin-right: 10px;
}

.imgC,
.tC,
.btn {
    text-align: center;
}

.imgC {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tR,
.sign {
    text-align: right;
}

.box_size {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ts_none {
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}

.bs_none {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.mb_0 {
    margin-bottom: 0;
}

.normal_list li {
    position: relative;
    margin-left: 1rem;
}

.normal_list li:before {
    position: absolute;
    content: "・ ";
    left: -1rem;
}

/* clearfix */
.clearfix, #contents {
    *zoom: 1;
}

.clearfix:after, #contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.hidden_all {
    display: none !important;
}

@media screen and (min-width: 769px) {
    .hidden_pc {
        display: none !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .hidden_tb {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .hidden_sptb {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .hidden_sp {
        display: none !important;
    }
}

.visible_sp {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .visible_sp {
        display: block !important;
    }
}

@media screen and (max-width: 374px) {
    .visible_sp {
        display: none !important;
    }
}

.button_basic {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    background: #e1f6ed;
    color: #39b884 !important;
    font-weight: bold;
    border: 1px solid #39b884;
    -webkit-box-shadow: 1px 1px 15px -5px #525e59;
    -moz-box-shadow: 1px 1px 15px -5px #525e59;
    -ms-box-shadow: 1px 1px 15px -5px #525e59;
    -o-box-shadow: 1px 1px 15px -5px #525e59;
    box-shadow: 1px 1px 15px -5px #525e59;
    -webkit-text-shadow: 2px 2px 3px #ffffff,0px 0px 5px #ffffff;
    -moz-text-shadow: 2px 2px 3px #ffffff,0px 0px 5px #ffffff;
    -ms-text-shadow: 2px 2px 3px #ffffff,0px 0px 5px #ffffff;
    -o-text-shadow: 2px 2px 3px #ffffff,0px 0px 5px #ffffff;
    text-shadow: 2px 2px 3px #ffffff,0px 0px 5px #ffffff;
}

.button_basic:hover {
    background: #39b884;
    color: #fff !important;
    text-decoration: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}

.button_basic:after {
    content: "\f105";
    font-size: 124%;
    font-weight: bold;
    margin-left: 0.5rem;
}

/*----------------------------------------------------
element style
----------------------------------------------------*/
body {
    background: #fff;
    color: #505050;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 0 auto;
    position: relative;
    right: 0;
    box-sizing: border-box;
}

header, footer, main, section, div, p, table, dl, dt, dd, span, ol, ul, li, small, b, h1, h2, h3, h4, h5, .fa {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
}

.content {
    position: relative;
    right: 0;
}

.fa:before, .fa :before, .fa:after, .fa :after,
.fas:before, .fas :before, .fas:after, .fas :after {
    font-family: FontAwesome !important;
}

input, textarea {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1, h2, h3 {
    margin-bottom: 30px;
}

h4, h5 {
    margin-bottom: 20px;
}

.fa:before, .fa :before, .fa:after, .fa :after,
.fas:before, .fas :before, .fas:after, .fas :after {
    font-family: FontAwesome !important;
    font-style: normal !important;
}

a:link {
    text-decoration: none;
    color: #17a1da;
}

a:visited {
    text-decoration: none;
    color: #0e668b;
}

a:hover {
    text-decoration: underline;
    color: #42bff3;
}

a:active {
    text-decoration: none;
    color: #42bff3;
}

img {
    max-width: 100%;
}

/* clearfix */
.clearfix, #contents {
    *zoom: 1;
}

.clearfix:after, #contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*----------------------------------------------------
body
----------------------------------------------------*/
body {
    background: #dcfff0;
    color: #505050;
}

/*----------------------------------------------------
#contents
----------------------------------------------------*/
#contents {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #contents {
        padding: 0 20px;
    }
}

#contents .pageTop {
    clear: both;
    margin: 0;
    text-align: right;
}

/*----------------------------------------------------
#main
----------------------------------------------------*/
/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
.soyokaze_base {
    background-color: #fff;
    /* margin-bottom: 10px; */
    position: relative;
}

header {
    position: relative;
}

header .ibaraki_soyokaze {
    display: block;
    background: url(../images/header/header_bg.png) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 15px;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    header .ibaraki_soyokaze {
        background-size: 1800px;
    }
}

header .ibaraki_soyokaze h1 {
    margin-bottom: 0;
}

header .ibaraki_soyokaze img {
    margin: 20px;
}

@media screen and (max-width: 640px) {
    header .ibaraki_soyokaze img {
        margin: 10px;
        width: 113px;
        height: auto;
        max-width: calc(100% - 20px);
    }
}

/*----------------------------------------------------
メニュー
----------------------------------------------------*/
.soyokaze_pc_nav {
    background-color: #fff;
}

.soyokaze_pc_nav .pc_nav_list ul {
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.soyokaze_pc_nav .pc_nav_list li {
    width: 25%;
    border-left: 1px solid #00a95f;
    border-bottom: 4px solid #fff;
}

.soyokaze_pc_nav .pc_nav_list li:last-child {
    border-right: 1px solid #00a95f;
}

.soyokaze_pc_nav .pc_nav_list li:hover {
    border-bottom: 4px solid #f38382;
}

.soyokaze_pc_nav .pc_nav_list li a {
    color: #00a95f;
    display: block;
    padding: 10px 5px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.soyokaze_pc_nav .pc_nav_list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.sp_nav_icon {
    background-color: #f38382;
    color: #fff !important;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    text-align: center;
}

.sp_nav_icon .soyokaze_nav_icon {
    margin: 6px auto 4px;
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    width: 100%;
}

.sp_nav_icon .sp_icon_txt {
    margin: 4px auto 2px;
    display: block;
    text-align: center;
    color: #fff !important;
    width: 100%;
}

#js_menu_modal {
    display: none;
    transition: 0.1s ease-out;
}

#js_menu_modal.is-active {
    width: 100%;
    height: calc(100vh);
    background-color: rgba(10, 10, 10, 0.5);
    overscroll-behavior: none;
    overflow: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 980;
    transition: 0.1s ease-out;
}

@media screen and (max-width: 640px) {
    #js_menu_modal.is-active {
        display: block;
    }
}

#soyokaze_sp_nav {
    position: fixed;
    z-index: 998;
    width: 100%;
    top: -1000px;
    left: 0;
    transition: top 0.5s ease-out;
    overflow-y: auto;
}

#soyokaze_sp_nav .sp_nav_icon {
    position: fixed;
    z-index: 999;
    top: -1000px;
    right: 10px;
    transition: top 0.5s ease-out;
}

#soyokaze_sp_nav.is-active {
    top: 0;
}

#soyokaze_sp_nav.is-active .sp_nav_icon {
    top: 10px;
    right: 10px;
}

#soyokaze_sp_nav .sp_nav_header {
    background-color: #00a95f;
    position: relative;
    padding: 15px;
    height: 80px;
}

#soyokaze_sp_nav .sp_nav_header .sp_nav_title img {
    width: auto;
    height: 50px;
}

#soyokaze_sp_nav .sp_nav_list {
    background-color: #fff;
}

#soyokaze_sp_nav .sp_nav_list li {
    border-bottom: 1px solid #00a95f;
}

#soyokaze_sp_nav .sp_nav_list a {
    padding: 16px 40px 14px 20px;
    display: block;
    color: #00a95f !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
}

#soyokaze_sp_nav .sp_nav_list a::before {
    font-family: FontAwesome !important;
    content: "\f105";
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
}

#soyokaze_sp_nav .sp_nav_list a:hover {
    opacity: 1;
    text-decoration: none;
}

/*----------------------------------------------------
アクセス
----------------------------------------------------*/
.soyokaze_footer_info {
    background-color: #f4f4f4;
    margin-top: 70px;
}

@media screen and (max-width: 640px) {
    .soyokaze_footer_info {
        margin-top: 50px;
    }
}

.footer_info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer_info {
        display: block;
    }
}

.footer_info .footer_info_box {
    margin: 10px 0;
    width: 40%;
    min-width: 380px;
    padding: 10px;
    border-right: 2px dotted #00a95f;
}

@media screen and (max-width: 768px) {
    .footer_info .footer_info_box {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        border-right: none;
        border-bottom: 2px dotted #00a95f;
        min-width: 0;
    }
}

.footer_info .info_title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.footer_info .info_title .info_big_txt {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 640px) {
    .footer_info .info_title .info_big_txt {
        font-size: 23px;
        line-height: 30px;
    }
}

.footer_info .info_tel_box {
    width: 350px;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #00a95f;
    border-radius: 8px;
    background-color: #fff;
}

.footer_info .info_tel_box .info_tel_number {
    display: inline-block;
    margin-bottom: 5px;
}

.footer_info .info_tel_box .info_tel_number a {
    text-decoration: none;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .footer_info .info_tel_box .info_tel_number a {
        pointer-events: auto;
    }
}

.footer_info .info_tel_box .soyokaze-tel-icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background-color: #00a95f;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width: 640px) {
    .footer_info .info_tel_box .soyokaze-tel-icon {
        width: 28px;
        height: 28px;
        font-size: 18px;
        margin-right: 5px;
        margin-top: 1px;
    }
}

.footer_info .info_tel_box .tel_number {
    display: inline-block;
    color: #00a95f;
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .footer_info .info_tel_box .tel_number {
        font-size: 28px;
        line-height: 34px;
    }
}

.footer_info .info_tel_box .info_tel_text {
    margin-top: 5px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .footer_info .info_tel_box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer_info .info_tel_box {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer_info .info_title,
    .footer_info .info_tel_box {
        width: 370px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 640px) {
    .footer_info .info_title,
    .footer_info .info_tel_box {
        width: 300px;
        max-width: 100%;
    }
}

.footer_info .footer_access {
    width: 60%;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .footer_info .footer_access {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .footer_info .footer_access {
        display: block;
    }
}

.footer_info .footer_access .access_address {
    padding: 20px 20px 10px 10px;
}

@media screen and (max-width: 768px) {
    .footer_info .footer_access .access_address {
        padding-top: 0;
        width: calc(40%);
    }
}

@media screen and (max-width: 640px) {
    .footer_info .footer_access .access_address {
        width: 100%;
        padding-right: 10px;
    }
}

.footer_info .footer_access .address_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .footer_info .footer_access .address_title {
        margin-bottom: 10px;
    }
}

.footer_info .footer_access .address_txt {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
}

.footer_info .footer_access .address_list li {
    position: relative;
    padding: 2px 10px 2px 20px;
}

.footer_info .footer_access .address_list li:before {
    content: '■';
    color: #00a95f;
    position: absolute;
    left: 0;
    top: 2px;
}

.footer_info .footer_access .access_ggmap {
    width: 50%;
    min-width: 200px;
    height: 200px;
    border: 1px solid #bac2bf;
}

@media screen and (max-width: 768px) {
    .footer_info .footer_access .access_ggmap {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
    .footer_info .footer_access .access_ggmap {
        margin: 10px;
        width: calc(100% - 22px);
        height: 300px;
    }
}

.footer_info .footer_access .access_ggmap iframe {
    height: 100%;
    width: 100%;
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/
.page_warp {
    z-index: 990;
    position: fixed;
    bottom: 0;
    right: 0.5rem;
    display: inline-block;
    cursor: pointer;
    width: 70px;
}

.page_warp:hover {
    opacity: 0.7;
}

footer {
    background: #fff;
    border-bottom: 3px solid #00a95f;
}

footer .soyokaze_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 5px 0;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    footer .soyokaze_footer {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    footer .soyokaze_footer {
        padding: 20px 0 0;
    }
}

footer .soyokaze_footer_link {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0 0 5px;
    min-width: 320px;
}

@media screen and (max-width: 640px) {
    footer .soyokaze_footer_link {
        padding: 0 10px 15px;
        border-bottom: 2px solid #bac2bf;
    }
}

footer .footer_icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-right: 3px;
}

@media screen and (max-width: 768px) {
    footer .footer_icon img {
        max-width: 77px;
    }
}

@media screen and (max-width: 640px) {
    footer .footer_icon img {
        max-width: 66px;
    }
}

footer .footer_link {
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 80px);
}

@media screen and (max-width: 640px) {
    footer .footer_link {
        width: calc(100% - 66px);
    }
}

footer .footer_link .footer_link_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

footer .footer_link .footer_link_list li {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 640px) {
    footer .footer_link .footer_link_list li {
        font-size: 13px;
    }
}

footer .soyokaze_copyrights {
    max-width: 100%;
    text-align: right;
}

@media screen and (max-width: 640px) {
    footer .soyokaze_copyrights {
        padding: 15px 5px 0;
        width: 100%;
        text-align: center;
    }
}

footer .soyokaze_copyrights .privacy {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 640px) {
    footer .soyokaze_copyrights .privacy {
        font-size: 13px;
        padding-bottom: 15px;
    }
}

footer .soyokaze_copyrights .copyright {
    font-size: 9.5px;
    padding: 5px 0;
}

footer .soyokze_link_icon {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 20px;
    color: #00a95f !important;
}

@media screen and (max-width: 640px) {
    footer .soyokze_link_icon {
        margin-left: 10px;
    }
}

/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
.topicPath {
    max-width: 1000px;
    margin: 20px auto 40px;
    padding: 0;
    font-size: 85%;
}

@media screen and (max-width: 768px) {
    .topicPath {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .topicPath {
        padding: 0 20px;
    }
}

.topicPath li {
    display: inline;
}

.topicPath li i {
    margin: 0 0.5rem;
}

/*----------------------------------------------------
そよかぜ共通
----------------------------------------------------*/
@media screen and (min-width: 641px) {
    .soyokaze_hidden_pc {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .soyokaze_hidden_sp {
        display: none;
    }
}

main p {
    margin-bottom: 20px;
}

main p:last-child {
    margin-bottom: 0;
}

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

@media screen and (max-width: 1000px) {
    .soyokaze_content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

main h1.soyokaze_heading {
    padding: 16px 15px 14px;
    font-size: 24px;
    line-height: 30px;
    color: #00a95f;
    font-weight: bold;
    background-color: #dcfff0;
    background-image: url("../images/title_br.png");
    background-repeat: repeat-x;
    background-size: cover;
    border-radius: 8px;
}

@media screen and (max-width: 640px) {
    main h1.soyokaze_heading {
        font-size: 20px;
        line-height: 28px;
        padding: 12px 10px 10px;
    }
}

main h2.soyokaze_heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #00a95f;
    color: #00a95f;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    main h2.soyokaze_heading {
        font-size: 18px;
        line-height: 24px;
    }
}

main h3.soyokaze_heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

main .soyokaze_table {
    background: #fff;
    width: 100%;
    border-top: 1px solid #bac2bf;
}

main .soyokaze_table th {
    background: #f4f4f4;
    padding: 10px 20px;
    font-weight: normal;
    letter-spacing: 2px;
    width: 30%;
    border-bottom: 1px solid #bac2bf;
}

main .soyokaze_table td {
    padding: 20px;
    width: 70%;
    border-bottom: 1px solid #bac2bf;
}

main .soyokze_link_icon {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 20px;
    color: #00a95f !important;
}

@media screen and (max-width: 640px) {
    main .soyokze_link_icon {
        margin-left: 10px;
    }
}

main .soyokaze_border_block h2.soyokaze_heading {
    margin-top: 0;
}

.soyokaze_border_block {
    padding: 30px;
    margin-bottom: 30px;
    border: 3px solid #00a95f;
    border-radius: 8px;
}

@media screen and (max-width: 640px) {
    .soyokaze_border_block {
        padding: 20px;
    }
}

.soyokaze_list_circle li {
    position: relative;
    padding: 2px 10px 2px 20px;
}

.soyokaze_list_circle li:before {
    content: '●';
    color: #00a95f;
    position: absolute;
    left: 0;
    top: 2px;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .soyokaze_index_main {
        margin-top: -30px;
    }
}

.soyokaze_index .index_main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/index/main_img_pc.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    min-height: 330px;
}

@media screen and (max-width: 1000px) {
    .soyokaze_index .index_main {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .soyokaze_index .index_main {
        min-height: 260px;
    }
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_main {
        background-image: none;
        min-height: 0;
    }
}

.soyokaze_index .index_main_sp_bg {
    display: none;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_main_sp_bg {
        display: block;
        width: 100%;
        height: 0;
        background-image: url("../images/index/main_img_sp.png");
        padding-top: 82%;
        background-position: center center;
        background-size: cover;
    }
}

.soyokaze_index .index_main_img {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_main_img {
        padding-top: 0;
    }
}

.soyokaze_index .index_main_img img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .soyokaze_index .index_main_img img {
        width: 65%;
    }
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_main_img img {
        width: auto;
    }
}

.soyokaze_index .index_main_txt {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.soyokaze_index .soyokaze_index_link {
    background-image: url("../images/index/top_br.png");
    background-position: bottom 0 center;
    background-repeat: repeat-x;
    background-size: 100%;
}

.soyokaze_index .index_link {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.soyokaze_index .index_link li {
    width: 32%;
}

.soyokaze_index .index_news {
    border: 3px solid #00a95f;
    background-color: #00a95f;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news {
        display: block;
    }
}

.soyokaze_index .index_news .index_news_title {
    width: 180px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news .index_news_title {
        width: 100%;
    }
}

.soyokaze_index .index_news h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    align-self: center;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news h2 {
        font-size: 18px;
    }
}

.soyokaze_index .index_news .index_news_list {
    width: calc(100% - 180px);
    padding: 30px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news .index_news_list {
        padding: 20px;
        width: 100%;
        border-radius: 0 0 8px 8px;
        display: block;
    }
}

.soyokaze_index .index_news .index_news_list dt, .soyokaze_index .index_news .index_news_list dd {
    margin-bottom: 20px;
    line-height: 23px;
}

.soyokaze_index .index_news .index_news_list dt:last-of-type, .soyokaze_index .index_news .index_news_list dd:last-of-type {
    margin-bottom: 0;
}

.soyokaze_index .index_news .index_news_list dt {
    width: 150px;
    position: relative;
    padding-left: 20px;
}

.soyokaze_index .index_news .index_news_list dt:before {
    display: block;
    color: #00a95f;
    font-family: FontAwesome !important;
    content: "\f105";
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news .index_news_list dt {
        margin-bottom: 0;
        width: 100%;
    }
}

.soyokaze_index .index_news .index_news_list dd {
    width: calc(100% - 150px);
}

@media screen and (max-width: 640px) {
    .soyokaze_index .index_news .index_news_list dd {
        width: 100%;
        padding-left: 20px;
    }
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
    html body {
        -webkit-print-color-adjust: exact;
        width: 1000px;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
    }
    .hidden_pc,
    .hidden_tb,
    .hidden_pc .hidden_tb,
    .hidden_all,
    .spmenu_menuarea,
    .spmenu_slidearea,
    .page_warp {
        display: none !important;
    }
    .clinic_info .base_info .department span.p {
        background: #ffc8d5 !important;
    }
    .clinic_info .base_info .department span.pm {
        background: #b9d1f4 !important;
    }
    #index header {
        background: url(../../common/images/top/main_pc.jpg) 48% top no-repeat !important;
    }
    #index .kokoro, #index .saiyou {
        display: none !important;
    }
    .page.faq .faq_sec .a_area {
        display: block !important;
    }
    #about .greeting .greeting_message {
        margin-bottom: 0;
    }
    #about .greeting .message {
        margin-bottom: 1rem;
    }
    #about .greeting .rinen {
        margin-bottom: 1rem;
    }
    #mental_disorder .for_visitor {
        margin-top: 100px;
    }
    #support #sidenav {
        border-bottom: 1px solid #bac2bf;
    }
    #support #sidenav dd a {
        padding: 0.75rem 0.5rem 0.75rem 2rem;
    }
    #support .consultation main .normal_list {
        line-height: 1.25;
    }
    #recruit .section.cont_box_1000 {
        padding: 20px 0 !important;
    }
    #recruit .recruit-index header {
        background: url(../../common/images/recruit/rec_top/main_pc.jpg) center top no-repeat !important;
        background-size: 100% !important;
        background-position-y: 50px !important;
        margin-bottom: 0;
        padding-bottom: 200px !important;
    }
    #recruit .recruit-index .to_ibaraki_btn {
        display: none;
    }
    #recruit .recruit-index .philosophy {
        background: #fee9ee !important;
    }
    #recruit .recruit-index .philosophy h2 {
        margin-bottom: 10px;
    }
    #recruit .recruit-index .philosophy h2 img {
        max-width: 250px;
    }
    #recruit .recruit-index .philosophy .manager dd {
        width: 20% !important;
    }
    #recruit .recruit-index .require_area dd.require_nurse h4 {
        background-color: #f84977 !important;
    }
    #recruit .recruit-index .require_area dd.require_nurse_aid h4 {
        background-color: #fc9501 !important;
    }
    #recruit .recruit-index .require_common_area {
        background: #fefae9 !important;
    }
    #recruit .recruit-index .require_common_area h4 {
        background-color: #f84977 !important;
    }
    #recruit .recruit-index .require_common_sp .hidden_tb {
        display: table-cell !important;
    }
    #recruit .comment {
        width: 100%;
        background: #fee9ee !important;
        background-image: url(../../common/images/recruit/bg_bottom.jpg) !important;
        background-position-x: center !important;
        background-position-y: bottom !important;
        background-repeat: repeat-x !important;
    }
    #recruit .comment .cont_box_1000 {
        padding: 20px 0 !important;
    }
    #recruit .nurse {
        background: #fee9ee !important;
    }
    #recruit .nurse .clearfix, #recruit .nurse #contents, #recruit .nurse #contents, #recruit .nurse #recruit .recruit-index header, #recruit .nurse #recruit .recruit-index .features .feature .day .time_schedule li dl dd {
        *zoom: 1;
    }
    #recruit .nurse section.cont_box_1000 {
        padding: 20px 0;
    }
    #recruit .nurse .clearfix:after, #recruit .nurse #contents:after, #recruit .nurse #contents:after, #recruit .nurse #recruit .recruit-index header:after, #recruit .nurse #recruit .recruit-index .features .feature .day .time_schedule li dl dd:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #recruit .nurse .hitokoto {
        margin: 20px 40px;
    }
    #recruit .nurse .senpai_fukidashi {
        margin: -100px 0 -80px;
        position: relative;
        left: 30%;
        margin-right: 10% !important;
    }
    #recruit .nurse .senpai_fukidashi span {
        display: inline-block;
        vertical-align: middle;
    }
    #recruit .nurse .time_schedule {
        background: url(../../common/images/recruit/nurse/day_bg_border.png) 40px top repeat-y !important;
        margin-top: -170px !important;
    }
    #recruit .nurse .time_schedule li:first-child dl {
        width: 45% !important;
        margin-left: 80px !important;
    }
    #recruit .time_schedule {
        width: 90%;
        margin: 0 auto;
    }
    #recruit .time_schedule li:before {
        left: 40px !important;
    }
    #recruit .time_schedule li.t910 {
        top: 35% !important;
    }
    #recruit .time_schedule li.t930 {
        top: 55% !important;
    }
    #recruit .time_schedule li.t1200 {
        top: 25% !important;
    }
    #recruit .time_schedule li.t1330 {
        top: 55% !important;
    }
    #recruit .time_schedule li.t1600 {
        top: 35% !important;
    }
    #recruit .time_schedule li.t1700 {
        top: -5% !important;
    }
    #recruit .time_schedule li dl {
        width: calc(100% - 100px) !important;
        margin-left: 80px !important;
    }
    #recruit .time_schedule li:nth-child(even) dl {
        width: calc(100% - 100px) !important;
        margin-left: 80px !important;
    }
    #recruit .time_schedule li:nth-child(odd) dl:after {
        right: 100%;
        border-right-color: #fff !important;
    }
    #recruit .time_schedule li:nth-child(odd) dl:before {
        right: 100%;
        border-right-color: #d47e04 !important;
    }
    #recruit .time_schedule li:nth-child(even) dl:after {
        right: 100%;
        border-right-color: #fff !important;
    }
    #recruit .time_schedule li:nth-child(even) dl:before {
        right: 100%;
        border-right-color: #d47e04 !important;
    }
    #recruit .nurse_aid section.cont_box_1000 {
        overflow-x: visible;
    }
    #recruit .nurse_aid .features .support .cont_box_1000 > div {
        padding: 0 20px;
    }
    #recruit .nurse_aid .time_schedule {
        background: url(../../common/images/recruit/nurse_aid/day_bg_border.png) 40px top repeat-y !important;
    }
    #recruit .nurse_aid .support dl dd.as_nurse p:before {
        content: none !important;
    }
    #recruit .nurse_aid .support dl dd.as_nurse p:after {
        content: none !important;
    }
}
