@charset "UTF-8";
/*==================================================================================================
// 最新情報・表彰実績(一覧)
==================================================================================================*/
.archive-lists {
    width: 100%;
}

.archive-lists ul li {
    border-bottom: 1px solid #322828;
    display: block;
}

.archive-lists ul li a {
    padding: 1.5em 4.5em 1.5em .5em;
    display: block;
    position: relative;
}

@media screen and (max-width: 540px) {
    .archive-lists ul li a {
        padding: 1.5em 2.8em 1.5em .5em;
    }
}

.archive-lists ul li a::after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/common/a_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 540px) {
    .archive-lists ul li a::after {
        right: 15px;
    }
}

.archive-lists ul li a:hover {
    opacity: .8;
}

.archive-lists ul li a:hover::after {
    right: 20px;
}

@media screen and (max-width: 540px) {
    .archive-lists ul li a:hover::after {
        right: 5px;
    }
}

.archive-lists ul li .date {
    color: #009BC0;
    font-weight: bold;
    margin-right: .75em;
}

.archive-lists ul li .category {
    background: #322828;
    color: #fff;
    font-size: .75em;
    padding: .25em 1em;
    display: inline-block;
}

.archive-lists ul li .ttl {
    margin-top: 1em;
    font-weight: 500;
}

.archive-lists ul li:first-child {
    border-top: 1px solid #322828;
}

.archive-lists ul li a:hover {
    opacity: .8;
}

/*==================================================================================================
// 活動報告(一覧)
==================================================================================================*/
.activity .magazine_activity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.activity .magazine_activity img {
    width: 25%;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity .magazine_activity-flex {
    width: 75%;
    padding-left: 2.5%;
}

.activity .magazine_activity-flex .ttl {
    font-size: 1.5em;
    margin-top: .5em;
}

@media screen and (max-width: 700px) {
    .activity .magazine_activity {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .activity .magazine_activity img {
        width: 100%;
        max-height: 260px;
        margin-bottom: 1em;
    }
    .activity .magazine_activity-flex {
        width: 100%;
        padding-left: 0;
    }
}

.post-wrap {
    background: #fff;
    padding: 50px;
}

@media screen and (max-width: 700px) {
    .post-wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .post-wrap {
        padding: 20px 10PX;
    }
}

.post-wrap .post-head .date time {
    color: #009BC0;
    font-weight: bold;
    margin-right: .75em;
}

.post-wrap .post-head .date span {
    background: #322828;
    color: #fff;
    font-size: .75em;
    padding: .25em 1em;
}

.post-wrap .post-head .ttl {
    margin: 1em 0;
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid #322828;
    padding-bottom: 1em;
}

@media screen and (max-width: 700px) {
    .post-wrap .post-head .ttl {
        font-size: 20px;
    }
}

.post-wrap .post-main h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: .65em;
}

@media screen and (max-width: 700px) {
    .post-wrap .post-main h3 {
        font-size: 1em;
    }
}

.post-wrap .post-main .wp-edit p {
    line-height: 1.4em;
    margin-bottom: 1em;
}

.post-wrap .post-main .wp-edit img {
    max-width: 65%;
    margin: 1em 1em 1em 0;
}

@media screen and (max-width: 760px) {
    .post-wrap .post-main .wp-edit img {
        max-width: 80%;
    }
}

@media screen and (max-width: 540px) {
    .post-wrap .post-main .wp-edit img {
        max-width: 100%;
    }
}

.post-wrap .post-main .wp-edit a {
    text-decoration: underline;
    position: relative;
}

.post-wrap .post-main .wp-edit a::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/common/link_target.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.post-wrap .post-main ul li {
    padding: 1em 2em 1em 0;
    border-bottom: 1px solid #322828;
}

.post-wrap .post-main ul li a {
    display: inline-block;
}

.post-wrap .post-main ul li a:hover {
    text-decoration: underline;
}

.post-wrap .post-main ul li a p {
    position: relative;
    display: inline-block;
}

.post-wrap .post-main ul li a p::after {
    position: absolute;
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.post-wrap .post-main ul li a .link_url::after {
    width: 15px;
    height: 15px;
    background-image: url(../img/common/link_target.png);
}

.post-wrap .post-main ul li a .link_pdf::after {
    width: 14px;
    height: 17px;
    background-image: url(../img/common/link_pdf.png);
}

.post-wrap .post-main ul li:first-child {
    border-top: 1px solid #322828;
    margin-top: 1em;
}

.post-wrap .post-main ul li:last-child {
    margin-bottom: 3.5em;
}

.search_box .search_select span {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1em;
}

.search_box .search_select select {
    margin: 0 .5em 1em;
    padding: .1em .5em;
}

.search_box .search_select .submit_btn {
    margin-bottom: 1em;
    padding: .25em 1em;
    border-radius: 20px;
    border: 1px solid #0072BC;
    color: #0072BC;
}

.post-end-btns {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    margin: 30px auto;
}

.post-end-btns .post-end-btn a {
    padding: .5em .8em;
}

.post-end-btns .post-end-btn a:hover {
    background: #f1f1f1;
}

.post-end-btns .prev {
    border-right: 1px dotted #322828;
}

.post-end-btns .next {
    border-left: 1px dotted #322828;
}

.active_index {
    margin-bottom: 20px;
}

.active_index-cat {
    font-weight: bold;
    display: inline-block;
    margin-bottom: .25em;
}

.active_index .e_btn-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.active_index .e_btn-flex .a_btn-flex a {
    font-size: 15px;
    display: inline-block;
    border: 1px solid #322828;
    padding: .5em 1em;
    text-align: center;
    border-radius: 30px;
    margin: 5px 10px 5px 0;
    color: #322828;
}

.active_index .e_btn-flex .a_btn-flex a:hover {
    background: #322828;
    color: #fff;
}

/*==================================================================================================
// 管工事業
==================================================================================================*/
.pipework_flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.pipework_flex-side {
    width: 300px;
}

.pipework_flex-side div {
    text-align: center;
    margin-bottom: 1em;
}

.pipework_flex-side div a {
    width: 220px;
    background: #c2c2c2;
    color: #fff;
    padding: 1em;
    border-radius: 35px;
    display: inline-block;
}

.pipework_flex-side div a:hover {
    background: #009BC0;
}

.pipework_flex .pipe-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    left: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pipework_flex-main {
    width: calc(100% - 220px);
}

.pipework_flex-main-inner {
    margin: -100px 0 80px;
    padding: 150px 50px 0;
    background: #fff;
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 700px) {
    .pipework_flex-main-inner {
        padding: 30px 30px 0;
    }
}

@media screen and (max-width: 540px) {
    .pipework_flex-main-inner {
        padding: 15px 15px 0;
    }
}

.pipework_flex-main-inner div {
    width: 80%;
}

.pipework_flex-main-inner .-even {
    margin-left: 20%;
}

.pipework_flex-main-inner h3 {
    color: #009BC0;
    font-size: 1.5em;
    font-weight: bold;
}

.pipework_flex-main-inner p {
    padding: 1em 0;
}

.pipework_flex-main-inner img {
    position: relative;
    bottom: -30px;
    right: -30%;
    -webkit-animation: fadeIn linear both;
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 25%;
}

@media screen and (max-width: 1400px) {
    .pipework_flex-main-inner img {
        right: -10%;
    }
}

.pipework_flex-main-inner .-even-img {
    left: 0;
}

.pipework_flex-main-inner .-odd-img {
    right: -45%;
}

@media screen and (max-width: 1400px) {
    .pipework_flex-main-inner .-odd-img {
        right: -10%;
    }
}

.pipework_flex-main-inner .c-btn {
    text-align: left;
    display: inline;
}

.pipework_flex-main-inner .c-btn .btn-arrow::before {
    left: 98px;
}

.pipework_flex-main-inner .c-btn .btn-arrow:hover::before {
    left: 108px;
}

@media screen and (max-width: 1280px) {
    .pipework_flex-main-inner div {
        width: 100%;
    }
    .pipework_flex-main-inner .-even {
        margin-left: 0;
    }
}

.pipework_flex-main .ani {
    -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@media screen and (max-width: 900px) {
    .pipework_flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .pipework_flex-side {
        display: none;
    }
    .pipework_flex-main {
        width: 100%;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-clip-path: inset(45% 20% 45% 20%);
        clip-path: inset(45% 20% 45% 20%);
    }
    to {
        opacity: 1;
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-clip-path: inset(45% 20% 45% 20%);
        clip-path: inset(45% 20% 45% 20%);
    }
    to {
        opacity: 1;
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40%, 100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40%, 100% {
        opacity: 1;
    }
}

/*==================================================================================================
// 浄化槽事業
==================================================================================================*/
#sikumi_content {
    background: #0072BC;
    color: #fff;
    position: relative;
    z-index: 1;
}

.tab_content {
    width: 100%;
    margin: 100px 0 80px;
    padding: 80px;
}

@media screen and (max-width: 840px) {
    .tab_content {
        padding: 50px;
    }
}

@media screen and (max-width: 540px) {
    .tab_content {
        padding: 30px;
    }
}

.tab_content-inner {
    max-width: 1480px;
    margin: 0 auto;
}

.tab_content-inner h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: .5em;
}

@media screen and (max-width: 700px) {
    .tab_content-inner h3 {
        font-size: 28px;
    }
}

.tab_content-flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab_content-flex-inner {
    width: 60%;
}

@media screen and (max-width: 1024px) {
    .tab_content-flex-inner {
        width: 45%;
    }
}

@media screen and (max-width: 960px) {
    .tab_content-flex-inner {
        width: 100%;
    }
}

.tab_content-flex-inner p {
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

.tab_content-flex img {
    width: calc(100% - 60%);
    padding-left: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .tab_content-flex img {
        width: calc(100% - 45%);
        padding-left: 30px;
    }
}

@media screen and (max-width: 960px) {
    .tab_content-flex img {
        width: 100%;
        padding-left: 0;
    }
}

.tab_content-flow-inner ul {
    margin: 50px 0 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: number 0;
    position: relative;
}

.tab_content-flow-inner ul::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
}

.tab_content-flow-inner ul li {
    width: 46%;
    background: #fff;
    color: #322828;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    border-radius: 10px;
}

.tab_content-flow-inner ul li::before {
    position: absolute;
    top: .1em;
    right: .2em;
    color: #009BC0;
    opacity: .1;
    font-size: 120px;
    line-height: 1em;
    font-family: "Sulphur Point", sans-serif;
    font-weight: bold;
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number, decimal-leading-zero) " ";
    /* 表示形式を指定 */
}

.tab_content-flow-inner ul li:nth-child(odd)::after {
    content: '';
    display: block;
    width: 55px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 40px;
    right: -8.5%;
}

.tab_content-flow-inner ul li:nth-child(even)::after {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: -8.5%;
}

.tab_content-flow-inner ul li:nth-child(even) {
    margin-top: 30px;
}

.tab_content-flow-inner ul li span {
    color: #009BC0;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .2em;
}

.tab_content-flow-inner ul li p {
    line-height: 1.8em;
}

@media screen and (max-width: 960px) {
    .tab_content-flow-inner ul {
        margin: 0 0 50px;
    }
    .tab_content-flow-inner ul::before {
        display: none;
    }
    .tab_content-flow-inner ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .tab_content-flow-inner ul li:nth-child(odd)::after {
        width: 1px;
        height: 40px;
        top: 100%;
        right: 8.5%;
    }
    .tab_content-flow-inner ul li:nth-child(even)::after {
        width: 1px;
        height: 40px;
        top: 100%;
        right: 8.5%;
        left: auto;
    }
    .tab_content-flow-inner ul li:last-child::after {
        display: none;
    }
    .tab_content-flow-inner ul li:nth-child(even) {
        margin-top: 20px;
    }
    .tab_content-flow-inner ul li span {
        color: #009BC0;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: .2em;
    }
    .tab_content-flow-inner ul li p {
        line-height: 1.8em;
    }
}

.tab_content-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab_content-col4-inner {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .tab_content-col4-inner {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 580px) {
    .tab_content-col4-inner {
        width: 100%;
    }
}

.tab_content-col4-inner img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .tab_content-col4-inner img {
        height: 180px;
    }
}

.tab_content-col4-inner time {
    display: block;
    margin-bottom: .1em;
}

.tab_content-lists .c-txt {
    font-size: 36px;
    font-weight: bold;
    color: #322828;
}

@media screen and (max-width: 700px) {
    .tab_content-lists .c-txt {
        font-size: 28px;
    }
}

.tab_content-lists h4 {
    font-size: 28px;
    font-weight: bold;
    color: #009BC0;
    margin-bottom: .5em;
}

@media screen and (max-width: 700px) {
    .tab_content-lists h4 {
        font-size: 24px;
    }
}

.tab_content-lists div {
    border-top: 1px solid #322828;
    padding: 30px 0;
}

.tab_content-lists div:last-child {
    border-bottom: 1px solid #322828;
}

.tab_content-lists ul li {
    line-height: 1.8em;
}

.tab_content-lists ul .br {
    margin-bottom: .5em;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    /*タブのスタイル*/
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
}

.tabs .tab_item {
    width: 300px;
    background-color: #c2c2c2;
    text-align: center;
    color: #fff;
    margin: 0 1em;
    padding: 1em .5em;
    border-radius: 1.8em;
    line-height: 1.4;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tabs .tab_item:hover {
    opacity: 0.75;
}

@media screen and (max-width: 720px) {
    .tabs .tab_item {
        width: 80%;
        margin: 1em;
        font-size: 1.2em;
    }
}

.tabs input[name="tab_item"] {
    display: none;
}

.tabs .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#sikumi:checked ~ #sikumi_content,
#seido:checked ~ #seido_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #0072BC;
}

/*==================================================================================================
// 協会会員検索
==================================================================================================*/
.tab_content {
    width: 100%;
    margin: 100px 0 80px;
}

.tab_content-inner {
    margin: 0 auto;
}

/*タブ切り替え全体のスタイル*/
.tabs_member {
    /*タブのスタイル*/
    width: 100%;
    margin: 0;
    position: relative;
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
}

.tabs_member .search-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    left: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.tabs_member .tab_item {
    text-align: center;
    width: 200px;
    color: #322828;
    border: 1px solid #322828;
    padding: .5em 1em;
    border-radius: 35px;
    display: inline-block;
    position: absolute;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: .9em;
}

@media screen and (max-width: 600px) {
    .tabs_member .tab_item {
        width: 100%;
    }
}

.tabs_member .tab_item::before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
    .tabs_member .tab_item::before {
        width: 12px;
        height: 12px;
    }
}

.tabs_member .tab_item::after {
    background: #322828;
    width: 1px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
    .tabs_member .tab_item::after {
        height: 19px;
        bottom: -19px;
    }
}

.tabs_member .tab_item-last::after {
    display: none;
}

.tabs_member .tab_item:hover {
    background-color: #333;
    color: #fff;
}

.tabs_member .tab_item:hover::before {
    background: #fff;
}

.tabs_member .kofu_item {
    top: 0px;
    left: 0;
}

.tabs_member .kofu_item::before {
    background: #6CB776;
}

.tabs_member .center_item {
    top: 60px;
    left: 0;
}

.tabs_member .center_item::before {
    background: #EB5F3C;
}

.tabs_member .north_item {
    top: 120px;
    left: 0;
}

.tabs_member .north_item::before {
    background: #FDD559;
}

.tabs_member .west_item {
    top: 180px;
    left: 0;
}

.tabs_member .west_item::before {
    background: #DC82B1;
}

.tabs_member .south_item {
    top: 240px;
    left: 0;
}

.tabs_member .south_item::before {
    background: #8DC1CA;
}

.tabs_member .east_item {
    top: 300px;
    left: 0;
}

.tabs_member .east_item::before {
    background: #5275B9;
}

.tabs_member .gunnai_item {
    top: 360px;
    left: 0;
}

.tabs_member .gunnai_item::before {
    background: #EC9D51;
}

.tabs_member .support_item {
    top: 420px;
    left: 0;
}

.tabs_member .support_item::before {
    background: #0073A7;
}

.tabs_member input[name="tab_item"] {
    display: none;
}

.tabs_member .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#kofu:checked ~ #kofu_content,
#center:checked ~ #center_content,
#north:checked ~ #north_content,
#west:checked ~ #west_content,
#south:checked ~ #south_content,
#east:checked ~ #east_content,
#gunnai:checked ~ #gunnai_content,
#support:checked ~ #support_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs_member input:checked + .tab_item {
    background-color: #333;
    color: #fff;
}

.tabs_member input:checked + .tab_item::before {
    background: #fff;
}

.search_map {
    background: #fff;
    border-radius: 10px;
    padding: 50px 50px 30px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 680px) {
    .search_map {
        padding: 10px;
    }
}

.search_map::before {
    content: '';
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px;
    background-image: url(../img/sub/search/search_yamanashi.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1080px) {
    .search_map::before {
        margin: 0;
    }
}

.search_map img {
    margin-left: 100px;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .search_map img {
        margin-left: 50px;
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 680px) {
    .search_map img {
        margin-left: 0;
        width: 100%;
    }
}

.search_map .support_btn {
    width: 211px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 90%;
    right: 3%;
    margin: 0;
}

.search_map .support_btn:hover {
    top: 90.5%;
}

@media screen and (max-width: 960px) {
    .search_map .support_btn {
        width: 150px;
    }
}

@media screen and (max-width: 960px) {
    .search_map .support_btn {
        width: 120px;
    }
}

.search-btn {
    background-repeat: no-repeat;
    background-size: contain;
    width: 211px;
    height: 51px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 900;
}

@media screen and (max-width: 960px) {
    .search-btn {
        width: 150px;
    }
}

@media screen and (max-width: 960px) {
    .search-btn {
        width: 120px;
    }
}

.kofu_btn {
    background-image: url(../img/sub/search/kofu_btn.png);
    position: absolute;
    top: 25%;
    left: 40%;
}

.kofu_btn:hover {
    top: 25.5%;
}

.center_btn {
    background-image: url(../img/sub/search/center_btn.png);
    position: absolute;
    top: 44%;
    left: 45%;
}

.center_btn:hover {
    top: 44.5%;
}

.north_btn {
    background-image: url(../img/sub/search/north_btn.png);
    position: absolute;
    top: 10%;
    left: 22%;
}

.north_btn:hover {
    top: 10.5%;
}

@media screen and (max-width: 680px) {
    .north_btn {
        left: 6%;
    }
}

.west_btn {
    background-image: url(../img/sub/search/west_btn.png);
    position: absolute;
    top: 35%;
    left: 15%;
}

.west_btn:hover {
    top: 35.5%;
}

@media screen and (max-width: 680px) {
    .west_btn {
        left: 4%;
    }
}

.south_btn {
    background-image: url(../img/sub/search/south_btn.png);
    position: absolute;
    top: 55%;
    left: 20%;
}

.south_btn:hover {
    top: 55.5%;
}

@media screen and (max-width: 680px) {
    .south_btn {
        left: 5%;
    }
}

.east_btn {
    background-image: url(../img/sub/search/east_btn.png);
    position: absolute;
    top: 15%;
    left: 62%;
}

.east_btn:hover {
    top: 15.5%;
}

.gunnai_btn {
    background-image: url(../img/sub/search/gunnai_btn.png);
    position: absolute;
    top: 60%;
    left: 65%;
}

.gunnai_btn:hover {
    top: 60.5%;
}

.search_flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.search_flex-main {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .search_flex-main {
        width: 90%;
        margin: 0 2.5%;
        padding-top: 500px;
    }
}

.search_flex-main-inner {
    margin-bottom: 80px;
    padding: 0;
    position: relative;
}

.search_flex-main-inner h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: .5em;
}

@media screen and (max-width: 700px) {
    .search_flex-main-inner h3 {
        font-size: 28px;
    }
}

.search_flex-main-inner .member_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #322828;
}

.search_flex-main-inner .member_lists-outer {
    width: 50%;
    border-bottom: 1px solid #322828;
}

.search_flex-main-inner .member_lists-outer:nth-child(odd) {
    padding-right: 1.5em;
    border-right: 1px dotted #322828;
}

@media screen and (max-width: 900px) {
    .search_flex-main-inner .member_lists-outer:nth-child(odd) {
        border-right: none;
    }
}

.search_flex-main-inner .member_lists-outer:nth-child(even) {
    padding-left: 1.5em;
}

@media screen and (max-width: 900px) {
    .search_flex-main-inner .member_lists-outer:nth-child(even) {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .search_flex-main-inner .member_lists-outer {
        width: 100%;
    }
}

.search_flex-main-inner .member_lists-inner {
    margin: 20px 0;
    line-height: 2em;
}

.search_flex-main-inner .member_lists-inner:nth-child(even) {
    border-right: 1px solid #322828;
}

.search_flex-main-inner .member_lists-inner h4 {
    color: #009BC0;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: .5em;
}

@media screen and (max-width: 700px) {
    .search_flex-main-inner .member_lists-inner h4 {
        font-size: 20px;
    }
}

.search_flex-main-inner .member_lists-inner address {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.4em;
    margin-bottom: .4em;
}

.search_flex-main-inner .member_lists-inner address::before {
    content: '';
    width: 12px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/sub/search/icon_addr.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner .addr {
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner .addr-map a {
    text-decoration: underline;
}

.search_flex-main-inner .member_lists-inner .addr-url {
    text-decoration: underline;
    position: relative;
    padding-left: 1.5em;
    word-break: break-all;
}

.search_flex-main-inner .member_lists-inner .addr-url::before {
    content: '';
    width: 17px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../img/sub/search/icon_url.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner .addr-name {
    display: block;
    position: relative;
    padding-left: 1.5em;
}

.search_flex-main-inner .member_lists-inner .addr-name::before {
    content: '';
    width: 13px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/sub/search/icon_name.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner .addr-tel {
    display: block;
    position: relative;
    padding-left: 1.5em;
}

.search_flex-main-inner .member_lists-inner .addr-tel::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/sub/search/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner .addr-fax {
    display: block;
    position: relative;
    padding-left: 1.5em;
}

.search_flex-main-inner .member_lists-inner .addr-fax::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/sub/search/icon_fax.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.search_flex-main-inner .member_lists-inner a {
    display: block;
}

.search_flex-main-inner .member_lists:first-child {
    border-top: 1px solid #322828;
}

/*==================================================================================================
// 会員専用
==================================================================================================*/
.login-form {
    background: #efefef;
    max-width: 260px;
    margin: 0 auto;
    padding: 1.5em;
    border-radius: 30px;
}

.login-form-wrap dl {
    margin-bottom: 20px;
}

.login-form-wrap dl dt {
    margin-bottom: 10px;
    border-left: 2px solid #009BC0;
    padding-left: .5em;
}

.login-form-wrap dl dd input {
    max-width: 200px;
    padding: .25em;
}

.login-form-wrap .login-btn {
    padding: .25em .5em;
}

/*==================================================================================================
	協会概要　profile
==================================================================================================*/
.profile_wrap {
    max-width: 1024px;
    margin: 80px auto;
    font-weight: bold;
    padding: 0 50px;
}

.profile_wrap h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: .5em;
}

.profile_wrap .profile_inner {
    margin-top: 2em;
}

.profile_wrap .profile_inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #322828;
    padding: 30px 0;
}

.profile_wrap .profile_inner dl:first-child {
    border-top: 1px solid #322828;
}

.profile_wrap .profile_inner dt {
    width: 20%;
    color: #009BC0;
}

.profile_wrap .profile_inner dd {
    width: calc(100% - 20%);
    padding-left: 1em;
    line-height: 1.8em;
}

.profile_wrap .profile_inner dd a {
    display: table;
    padding-right: 1.4em;
    position: relative;
}

.profile_wrap .profile_inner dd a:hover {
    opacity: .8;
}

.profile_wrap .profile_inner dd a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    background-image: url(../img/common/link_pdf.png);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profile_wrap .profile_inner-member dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
}

.profile_wrap .profile_inner-member dt {
    width: 20%;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    font-size: 20px;
}

.profile_wrap .profile_inner-member dl dt::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #009BC0;
    font-size: 90px;
    opacity: .1;
    font-family: "Sulphur Point", sans-serif;
}

.profile_wrap .profile_inner-member dl .count01::before {
    content: "01";
}

.profile_wrap .profile_inner-member dl .count02::before {
    content: "02";
}

.profile_wrap .profile_inner-member dl .count03::before {
    content: "03";
}

.profile_wrap .profile_inner-member dl .count04::before {
    content: "04";
}

.profile_wrap .profile_inner-member dl .count05::before {
    content: "05";
}

.profile_wrap .profile_inner-member dl .count06::before {
    content: "06";
}

.profile_wrap .profile_inner-member dl .count07::before {
    content: "07";
}

.profile_wrap .profile_inner-member dl .count08::before {
    content: "08";
}

.profile_wrap .profile_inner-member dl .count09::before {
    content: "09";
}

.profile_wrap .profile_inner-member dl .count10::before {
    content: "10";
}

.profile_wrap .profile_inner-member dd {
    width: calc(100% - 20%);
    padding: 0 1.5em 0 1em;
    line-height: 1.8em;
}

@media screen and (max-width: 700px) {
    .profile_wrap .profile_inner-member dt {
        width: 100%;
        text-align: left;
        padding: 0 1em;
        color: #009BC0;
    }
    .profile_wrap .profile_inner-member dl dt::before {
        left: auto;
        right: -20px;
    }
    .profile_wrap .profile_inner-member dd {
        width: 100%;
        padding: 0 1em;
    }
}

@media screen and (max-width: 700px) {
    .profile_wrap .profile_inner dl {
        padding: 20px 0;
    }
    .profile_wrap .profile_inner dt {
        width: 100%;
    }
    .profile_wrap .profile_inner dd {
        width: 100%;
        padding-left: 0;
    }
}

.profile_wrap .c-btn {
    display: inline-block;
}

.profile_wrap .c-btn .btn-arrow::before {
    left: 82px;
}

.profile_wrap .c-btn .btn-arrow:hover::before {
    left: 92px;
}

.profile_map-inner {
    margin: 80px 0 100px 25%;
    width: 75%;
}

@media screen and (max-width: 700px) {
    .profile_map-inner {
        margin: 50px 0 80px 5%;
        width: 95%;
    }
}

.profile_map-inner iframe {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px 0 0 10px;
}

.profile_map-inner a::after {
    display: inline-block;
    margin-left: .5em;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../img/common/link_target.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.profile_greeting {
    width: 80%;
    margin: 80px 20% 100px 0;
    background: #0072BC;
    color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 80px 80px 80px 15%;
}

@media screen and (max-width: 1024px) {
    .profile_greeting {
        width: 90%;
        margin: 50px 10% 80px 0;
        padding: 50px 50px 50px 10%;
    }
}

@media screen and (max-width: 700px) {
    .profile_greeting {
        width: 96%;
        margin: 50px 4% 80px 0;
        padding: 50px;
    }
}

@media screen and (max-width: 640px) {
    .profile_greeting {
        margin: 180px 4% 80px 0;
    }
}

.profile_greeting-inner h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.profile_greeting-inner p {
    line-height: 1.8em;
    padding-bottom: 1em;
}

.profile_greeting-inner .greeting-w {
    width: calc(100% - 250px);
    padding-bottom: 1.5em;
    position: relative;
}

.profile_greeting-inner .greeting-w img {
    max-width: 320px;
    position: absolute;
    bottom: 30px;
    right: -350px;
}

@media screen and (max-width: 780px) {
    .profile_greeting-inner .greeting-w {
        width: calc(100% - 200px);
    }
    .profile_greeting-inner .greeting-w img {
        max-width: 230px;
        right: -260px;
    }
}

@media screen and (max-width: 640px) {
    .profile_greeting-inner .greeting-w {
        width: 100%;
    }
    .profile_greeting-inner .greeting-w img {
        max-width: 180px;
        top: -280px;
        bottom: auto;
        right: -20px;
    }
}

.profile_greeting-inner .greeting-name {
    text-align: right;
    padding-bottom: 0;
}

/*==================================================================================================
	お問い合わせ　contact
==================================================================================================*/
.contact-form {
    background: #fff;
    padding: 50px;
}

@media screen and (max-width: 700px) {
    .contact-form {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .contact-form {
        padding: 20px 10PX;
    }
}

.contact-form-kome {
    font-weight: bold;
    color: #C30D23;
}

.mailform-table {
    margin: 40px auto;
}

.mailform-table dl {
    line-height: 1.8em;
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #322828;
}

.mailform-table dl:first-child {
    border-top: 1px solid #322828;
}

.mailform-table dt {
    width: 200px;
    position: relative;
    vertical-align: middle;
}

.mailform-table dd {
    width: calc(100% - 200px);
    padding-left: 1.5em;
}

@media screen and (max-width: 700px) {
    .mailform-table dl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mailform-table dt {
        width: 100%;
        margin-bottom: .5em;
    }
    .mailform-table dd {
        width: 100%;
        padding-left: 0;
    }
    .mailform-table .txt-area {
        width: 100%;
    }
}

.mailform-table .required::after {
    content: "必須";
    background: #009BC0;
    color: #fff;
    padding: 0 1em;
    position: absolute;
    text-align: center;
    font-size: .8em;
    border-radius: 20px;
    margin-left: 10px;
}

.txt-area {
    width: 50%;
    padding: 0 10px;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    border-radius: 6px;
    border: none;
    background: #f7f7f7;
}

.txt-area.txt-area100 {
    width: 100%;
}

.txt-area.txt-area2 {
    width: 100%;
    min-height: 200px;
}

.privacy-policy, .privacy-policy-check, .kakunin {
    margin: 30px auto;
    text-align: center;
}

.privacy-policy-txt {
    text-align: left;
}

.privacy-policy-check label span {
    margin-left: 3px;
}

.privacy-policy-txt a {
    text-decoration: underline;
}

.privacy-policy-txt a:hover {
    color: #009BC0;
}

input[type=radio]:checked + .radiobtn::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    margin-right: 15px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::before {
    background: #fff;
    border: 1px solid rgba(39, 97, 167, 0.4);
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.checkbox::after {
    border-right: 3px solid #009BC0;
    border-bottom: 3px solid #009BC0;
    content: '';
    display: block;
    height: 15px;
    width: 8px;
    top: 60%;
    left: 8px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.checkbox:hover::before {
    border-color: #009BC0;
}

input[type=checkbox]:checked + .checkbox::before {
    border-color: #009BC0;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    transform: rotate(45deg) scale3d(1, 1, 1);
}

.kakunin .btn-main {
    border: none;
    color: #fff;
    background: #009BC0;
    padding: .8em 4em;
    font-weight: bold;
    border-radius: 25px;
}

.kakunin .btn-main .c-btn {
    position: relative;
    margin: 0;
}

.kakunin .btn-main .c-btn::before {
    content: '';
    display: block;
    background-image: url(../img/common/circle_w.png);
    position: absolute;
    bottom: -4px;
    left: inherit;
    right: -50px;
    width: 31px;
    height: 31px;
}

.kakunin .btn-main .c-btn a {
    position: relative;
    display: inline-block;
    padding-right: 3.5em;
}

.kakunin .btn-main .c-btn .btn-arrow::before {
    content: '';
    position: absolute;
    bottom: 40%;
    left: inherit;
    right: -32px;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.kakunin .btn-main .c-btn .btn-arrow:hover::before {
    right: -44px;
}

.kakunin .btn-main .c-btn .btn-arrow::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: -33px;
    width: 8px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.kakunin .btn-main .c-btn .btn-arrow:hover::after {
    right: -45px;
}

.kakunin .btn-main[disabled] {
    background: #ccc;
    color: #322828;
    pointer-events: none;
}

.privacypolicy {
    margin-bottom: 50px;
}

.privacypolicy-body {
    margin: 30px auto;
}

.privacypolicy-body h2 {
    font-size: 1.25em;
    margin-top: 1.5em;
}

.privacypolicy-body h3 {
    font-size: 1.1em;
    margin-top: 1em;
}

.privacypolicy-body ul {
    margin: .5em 0;
}

.privacypolicy-body ul li {
    list-style: disc;
    margin-left: 2.5em;
}

.sec-etc h2 {
    font-size: 1.75em;
    text-align: center;
}

.sec-etc .txt {
    margin-top: 2em;
    text-align: center;
}

@media (max-width: 540px) {
    .sec-etc .txt {
        text-align: left;
    }
}

.sec-etc .btn {
    margin-top: 2em;
}

/*==================================================================================================
	確認画面 mailphp
==================================================================================================*/
.hearingsheet-confirm {
    margin-top: 100px;
}

.mailphp-header {
    margin-bottom: 3em;
}

.mailphp-header-title {
    text-align: center;
    font-size: 2em;
}

.mailphp-main p {
    text-align: center;
}

.mailphp-main .confirm-item {
    margin: 1em 0;
}

.mailphp-main .confirm-item .confirm-item-label {
    font-weight: 700;
    padding: .5em;
}

.mailphp-main .confirm-item .confirm-item-body {
    padding: .5em;
    border-radius: 8px;
    background: #f5f5f5;
}

.mailphp-footer .confirm-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
}

.mailphp-footer .confirm-btns .confirm-btn {
    margin: 5px;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-back.btn-main {
    background: none;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-back.btn-main::after {
    content: "";
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-submit {
    font-size: 1.25em;
}

.mailphp-footer .confirm-btns .confirm-btn:hover {
    opacity: .6;
}
