@charset "utf-8";

/*
※event_mainに変えた時
*/
/*.event_main{
width: 72%;
float: left;
}
@media screen and (max-width:890px){
.event_main{
width: 100%;
float: none;
margin-bottom: 2em;
}
}*/

.pumpfile_index,
.pumpfile_page {
    width: 100%;
    background: url('../images/img_bg.png') left top;
}

.pumpfile_index .sec_title,
.pumpfile_page .sec_title {
    background: rgba(181, 234, 253, 0.7);
    padding: 30px 0;
}

.pumpfile_index .sec_title h2,
.pumpfile_page .sec_title h2 {
    position: relative;
    padding: 0;
}

.pumpfile_index .sec_title p {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 0;
}

.pumpfile_index .sec_title .btn_list_search {
    width: 23%;
    max-width: 230px;
}

.pumpfile_page .sec_title p {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 0;
    top: 1%;
}

.pumpfile_page .sec_title .btn_list_search {
    width: 12.4%;
    max-width: 124px;
}

.pumpfile_index .sec_title .btn_list_search a:hover img,
.pumpfile_page .sec_title .btn_list_search a:hover img {
    opacity: 0.7;
    background-color: rgba(181, 234, 253, 0.7);
}

.pumpfile_index .sec_top_news {
    background: #1a48d1;
    padding: 15px 0;
}

.pumpfile_index .sec_top_news p {
    font-size: 100%;
    color: #fff;
    text-align: center;
}

.pumpfile_index .sec_top_news strong {
    color: #fff100;
    font-weight: normal;
    margin-right: 2em;
    font-weight: bold;
}

.pumpfile_menu {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_menu ul {
    width: 100%;
}

.pumpfile_menu li {
    float: left;
    position: relative;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.7;
    border: solid 1px #b2b2b2;
}

.pumpfile_menu li:nth-child(1),
.pumpfile_menu li:nth-child(3) {
    width: 27%;
}

.pumpfile_menu li:nth-child(2) {
    width: 18.3%;
}

.pumpfile_menu li:nth-child(4) {
    width: 26.7%;
}

.pumpfile_menu li:nth-child(1) {
    border-width: 0 1px;
}

.pumpfile_menu li:nth-child(2),
.pumpfile_menu li:nth-child(3) {
    border-width: 0 1px 0 0;
}

.pumpfile_menu li:nth-child(4) {
    border-width: 0 1px 0 0;
}

.pumpfile_menu li a {
    text-decoration: none;
    display: block;
}

.pumpfile_menu li:nth-child(1) a,
.pumpfile_menu li:nth-child(2) a {
    color: #fa5c53;
}

.pumpfile_menu li:nth-child(3) a,
.pumpfile_menu li:nth-child(4) a {
    color: #1a48d1;
}

.pumpfile_menu.top {
    width: 100%;
    position: fixed;
    top: 0;
    /*top:65px;*/
    z-index: 1001;
    background: #fff;
    padding: 10px 0;
}

#page_header.top {
    /*display: none;*/
}

/****************************************
患者さんの体験談
****************************************/
.pumpfile_index .sec_case {
    padding: 60px 0;
    background: rgba(255, 253, 233, 0.7);
}

.pumpfile_index .sec_case h3 {
    font-size: 187.5%;
    color: #fa5c53;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_index .sec_case p {}

.case_menu {
    margin: 45px 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.case_menu li {
    width: 33%;
    padding: 0 12.5px 25px;
    position: relative;
}

.case_menu li a {
    display: block;
    border-radius: 30px;
    padding: 1em 0;
    padding: 0.2em;
    display: flex;
    align-items: flex-start;
    align-items: center;
    text-decoration: none;
    color: #fff;

}

.case_menu li a.red {
    background: #fa8275;
}

.case_menu li a.red:hover {
    background: #fb9b91;
}

.case_menu li a.blue {
    background: #5eb0e3;
}

.case_menu li a.blue:hover {
    background: #7dacd3;
}

.case_menu li img {
    width: 65px;
    display: flex;
}

.case_menu li p {
    padding: 1em 0 1em 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.case_menu li i {
    font-family: "Font Awesome 5 Free";
    width: 3em;
    padding-right: 0.5em;
    font-size: 150%;
    text-align: right;
}

.btn_more {
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn_more a {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 0.8em;
    text-align: center;
    border: solid 1px #333;
    border-radius: 2em;
    color: #333;
    text-decoration: none;
    display: flex;
}

.btn_more a:hover {
    border: solid 1px #666;
    color: #666;
}

.btn_more span {
    width: 100%;
    padding-left: 1em;
}

.btn_more i {
    width: 2em;
    text-align: center;
}

/**********slider-case**********/
#slider-case {
    width: 70%;
    margin: 0 auto;
}

#slider-case .sp-slide {
    width: 100%;
    padding: 20px;

}

#slider-case .box {
    width: 100%;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

#slider-case .sp-slide img {
    max-width: 120px;
    position: absolute;
    top: 35px;
    left: 35px;
}

#slider-case .sp-slide .case_cat,
#slider-case .sp-slide h4,
#slider-case .sp-slide .case_name {
    padding: 0 0 0 130px;
}

#slider-case .sp-slide .case_cat {
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 1em;
    font-weight: bold;
}

.case_cat .cat_1 {
    color: #f86961;
    margin-right: 1em;
}

.case_cat .cat_2 {
    color: #3399ff;
    margin-right: 1em;
}

#slider-case .sp-slide h4 {
    font-size: 137.5%;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

#slider-case .sp-slide .case_name {
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

#slider-case .sp-slide .case_overview {
    font-size: 100%;
    line-height: 1.7;
}

#slider-case a {
    display: block;
    text-decoration: none;
}

#slider-case .sp-slide a:hover img {
    opacity: 0.7
}

#slider-case .sp-slide a .cat_1 {
    color: #f86961;
}

#slider-case .sp-slide a .cat_2 {
    color: #3399ff;
}

#slider-case .sp-slide a h4,
#slider-case .sp-slide a .case_name,
#slider-case .sp-slide a .case_overview {
    color: #000;
}

#slider-case .sp-slide a:hover .cat_1 {
    color: #fa9690;
}

#slider-case .sp-slide a:hover .cat_2 {
    color: #66ccff;
}

#slider-case .sp-slide a:hover h4,
#slider-case .sp-slide a:hover .case_name,
#slider-case .sp-slide a:hover .case_overview {
    color: #666;
}

/******************
slider-pro css上書き
******************/
.sp-buttons {
    margin-top: 20px;
}

.sp-previous-arrow {
    left: 50%;
    margin-left: -50px;
}

.sp-next-arrow {
    right: 50%;
    margin-right: -50px;
}

.sp-previous-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(135deg, 0deg);
    -ms-transform: skew(135deg, 0deg);
    transform: skew(135deg, 0deg)
}

.sp-previous-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-135deg, 0deg);
    -ms-transform: skew(-135deg, 0deg);
    transform: skew(-135deg, 0deg)
}

.sp-next-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg)
}

.sp-next-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg)
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 50%;
    background-color: #aaa;
}

/*ナビゲーションボタンの色*/
.sp-button {
    border: 2px solid #ccc;
}

.sp-selected-button {
    background-color: #fa837f;
    border: 0px solid #ccc;
}

/****************************************
PC 上手なポンプの使い方Q&A
****************************************/
.pumpfile_index .sec_qa {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_index .sec_qa h3,
.pumpfile_page .sec_page h2 {
    font-size: 187.5%;
    color: #fa5c53;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_index .sec_qa p,
.pumpfile_page .sec_page p {
    line-height: 1.5;
    letter-spacing: 1px;
}

.sec_qa ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    /*justify-content: space-around;*/
    width: 100%;
    margin: 60px 0 30px;
}

.sec_qa li {
    display: flex;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    font-size: 88%;
    font-weight: bold
}

.sec_qa li:nth-child(6) {
    margin-right: 0;
}

.sec_qa li img {
    max-width: 75px;
    margin-bottom: 0.5em;
}

.sec_qa li a {
    display: block;
    width: 100%;
    padding: 15px 2px;
    background: #fff;
    border: dotted 2px #afafaf;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
}

.sec_qa li a:hover {
    color: #999;
    border: dotted 2px #cfcfcf;
}

.sec_qa li a:hover img {
    opacity: 0.7;
}

/****************************************
もっと知りたい方へ/
****************************************/
.sec_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_more .inner {
    max-width: 480px;
}

.more_area .inner {
    margin-left: auto;
    margin-right: 0;
}

.enquete_area .inner {
    margin-right: auto;
    margin-left: 0;
}

.more_area {
    display: flex;
    width: 50%;
    background: #459eea;
    background: rgba(36, 143, 235, 0.7);
    padding: 60px 30px 60px 90px;
}

.enquete_area {
    display: flex;
    width: 50%;
    background: #e3eff5;
    background: rgba(205, 227, 242, 0.7);
    padding: 60px 90px 60px 30px;
}

.sec_more .more_img {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 195px;
    margin-top: -109px;
}

.sec_more .more_overview {
    position: relative;
    z-index: 1;
}

.sec_more .more_img img {
    width: 100%;
}

.sec_more h3,
.sec_search h3 {
    font-size: 187.5%;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.sec_more .more_txt,
.sec_search .search_txt {
    font-size: 112.5%;
    line-height: 1.5;
}

.more_area h3,
.more_area .more_txt {
    color: #fff;
}

.enquete_area h3 {
    color: #1a48d1;
}

.enquete_area .more_txt {
    color: #000;
}

.btn_link {
    display: inline-block;
    margin: 50px 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn_link a {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 0.8em;
    text-align: center;
    border: solid 1px #333;
    border-radius: 2em;
    color: #333;
    text-decoration: none;
    display: flex;
}

.btn_link a:hover {
    border: solid 1px #666;
    color: #666;
}

.more_area .btn_link a {
    border: solid 1px #fff;
    color: #fff;
}

.more_area .btn_link a:hover {
    border: solid 1px #ccc;
    color: #ccc;
}

.btn_link span {
    width: 100%;
    padding-left: 1em;
}

.btn_link i {
    width: 2em;
    text-align: center;
}

.knowledge_list .amazon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.knowledge_list .amazon {
    position: relative;
}

/****************************************
取り扱い医療機関リスト
****************************************/
.sec_search {
    padding: 60px 0;
    background: #cbe8eb;
    background: rgba(185, 231, 236, 0.7);
}

.sec_search h3 {
    color: #1a48d1;
}

.sec_search .search_txt {
    color: #333;
}

.sec_search .inner {
    display: flex;
}

.sec_search .search_img {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 320px;
    margin-top: -134.5px;
}

.sec_search .search_overview {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sec_search .search_img img {
    width: 100%;
}

/*****form*****/
.sec_search .search_area {
    padding: 2em 0;
}

.select_area {
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    border: solid 1px #ccc;
    background: #fff;
    float: left;
}

.button_area {
    width: 80px;
    margin-left: 20px;
    float: left;
}

.select_area select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.8em 38px 0.8em 1em;
    color: #000;
    font-size: 100%;
}

.select_area select::-ms-expand {
    display: none;
}

.select_area::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    padding: 0;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: translateX(-50%) rotate(135deg);
    pointer-events: none;
}

.button_area {}

.button_area input[type="button"] {
    background: #1a48d1;
    border: none;
    border-radius: 20px;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 100%;
    line-height: 1.5;
}

.button_area input[type="button"]:hover {
    background: #4f6fcf;
}

/****************************************
NEWS
****************************************/
.sec_news {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.sec_news h3,
.sec_others h3 {
    color: #1a48d1;
    font-size: 150%;
    margin-bottom: 1em;
}

.sec_news li {
    position: relative;
    padding: 1em 0;
    border-bottom: solid 1px #ccc;
}

.sec_news .news_date {
    max-width: 120px;
    position: absolute;
    top: 1.3em;
    left: 0;
    font-size: 88%;
    color: #333;
}

.sec_news .news_title {
    position: relative;
    padding: 0 0 0 130px;
    font-size: 100%;
    color: #000;
    font-weight: bold;
}

.sec_news .news_title a {
    color: #000;
    text-decoration: none;
}

.sec_news .news_title a:hover {
    color: #666;
}

.pumpfile_page .sec_news h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
}

.pumpfile_page .news_item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
}

.pumpfile_page .news_item .img {
    width: 130px;
    margin-bottom: 0px;
    margin-right: 1.5em;
    float: left;
    object-fit: cover;
    height: 130px;
    object-position: 50% 50%;
}

.pumpfile_page .news_item p {
    margin-left: unset;
}

.pumpfile_page .news_item p.text {
    font-size: 95%;
}

.pumpfile_page p.news_pageing_list {
    text-align: center;
    margin-bottom: 2em;
}

.pumpfile_page #note2012 {
    border-top: 1px dotted #dadde1;
    font-size: 80%;
    text-align: center;
    margin-top: 1em;
}

.pumpfile_page #note2012 p {
    border-bottom: 1px dotted #dadde1;
    margin: auto;
    padding: 0.2em 0;
}

/****************************************
その他の関連情報
****************************************/
.sec_others {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.7);
}

.sec_others li {
    width: 47%;
    float: left;
    margin: 0 6% 6% 0;
}

.sec_others li:nth-child(2n) {
    margin-right: 0;
}

.sec_others .others_txt {
    margin-bottom: 0.3em;
}

.sec_others .btn_link {
    margin: 0;
}

.sec_others .btn_link a {
    border: solid 1px #1a48d1;
    color: #1a48d1;
    width: 470px;
}

.sec_others .btn_link a:hover {
    border: solid 1px #666;
    color: #666;
}

/****************************************
下部バナー
****************************************/
.sec_bnr .inner {
    display: flex;
    flex-wrap: wrap;
}

.sec_bnr .inner .box {
    flex: 1 1 400px;
    text-align: center;
    margin: 0.5em;
}

.sec_bnr .inner:after {
    content: "";
    display: block;
    flex: 1 1 400px;
    height: 0;
}

/****************************************
footer
****************************************/
#page_footer {
    background: #fff url('../images/img_bg.png') left top;
}

#page_footer .copyright {
    background: #459eea;
}

#page_footer .inner {
    color: #fff;
}

#page_footer .copyright a {
    color: #fff;
    text-decoration: none;
}

#page_footer .copyright a:hover {
    color: #eee;
}

.foot_nav {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: none;
    padding: 30px 0 15px;
}

.foot_nav ul {
    font-size: 88%;
    text-align: left;
    line-height: 1.2;
}

.foot_nav li {
    padding: 0 1em;
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #000;
}

.foot_nav li:first-child {
    border-left: 0px solid #000;
    padding-left: 0;
}

.foot_nav li:last-child {
    border-right: 0px solid #000;
}

#page_footer p {
    font-size: 75%;
    padding: 1em 0;
    text-align: left;
    line-height: 1.2;
}

/****************************************
追従取り扱い病院検索
****************************************/
.btn_search_fixed {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 100;
    display: none;
}

.btn_search_fixed.on {
    display: block;
}

.btn_search_fixed img {
    width: 108px;
}

.sec_xxxxx {
    height: 2000px;
}

/***************************************************/
/***************************************************/
@media screen and (max-width:890px) {
    #page_header.top {
        display: none;
    }

    .pumpfile {
        margin-top: 38px;
    }

    .pumpfile_index .sec_title,
    .pumpfile_page .sec_title {
        padding: 15px 0;
        padding-top: 76px;
    }

    .pumpfile_index .sec_title .btn_list_search {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .pumpfile_page .sec_title .btn_list_search {
        width: 38.33865%;
        width: 37%;
        max-width: 100%;
    }

    .pumpfile_index .sec_title p {
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .pumpfile_page .sec_title p {
        right: 2.5%;
        bottom: 0;
        top: -1%;
    }

    .pumpfile_index .sec_top_news p {
        font-size: 75%;
        line-height: 1.5;
    }

    .pumpfile_index .sec_top_news strong {
        width: 100%;
        display: block;
    }

    .pumpfile_index .sec_case h3,
    .pumpfile_index .sec_qa h3,
    .sec_more h3,
    .sec_search h3 {
        font-size: 131.26%;
    }

    .pumpfile_menu {
        display: none;
    }

    .case_menu li {
        width: 50%;
        padding: 0 3px 10px;
    }

    .case_menu li:nth-child(1) {
        order: 1;
    }

    .case_menu li:nth-child(2) {
        order: 3;
    }

    .case_menu li:nth-child(3) {
        order: 5;
    }

    .case_menu li:nth-child(4) {
        order: 2;
    }

    .case_menu li:nth-child(5) {
        order: 4;
    }

    .case_menu li:nth-child(6) {
        order: 6;
    }

    .pumpfile_index .sec_case,
    .pumpfile_index .sec_qa {
        padding: 30px 0;
    }

    .case_menu {
        margin: 25px 0 10px;
    }

    .case_menu li img {
        width: 33px;
    }

    .case_menu li i {
        width: 1em;
        width: 25px;
        padding-right: 0.25em;
        font-size: 100%;
    }

    .pumpfile_index .sec_case p,
    .pumpfile_index .sec_qa p {
        font-size: 75%;
    }

    .sec_qa li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        font-size: 75%;
    }

    .sec_qa li:nth-child(3n) {
        margin-right: 0;
    }

    .sec_qa li img {
        max-width: 50px;
        margin-bottom: 0.5em;
    }

    .sec_more .inner {
        max-width: 100%;
    }

    .more_area,
    .enquete_area {
        width: 100%;
        padding: 30px 0px;
    }

    .sec_more .more_txt,
    .sec_search .search_txt {
        font-size: 75%;
    }

    .sec_more .more_img {
        position: absolute;
        display: block;
        right: 10px;
        top: 50%;
        width: 140px;
        margin-top: -70px;
    }

    .sec_search {
        padding: 30px 0;
    }

    .sec_search .search_img {
        right: 10px;
        top: 32%;
        width: 82.5px;
        margin-top: -67.5px;
    }

    .sec_search .search_area {
        padding: 1em 0;
    }

    .select_area {
        width: 220px;
        border-radius: 20px;
    }

    .button_area {
        width: 70px;
        margin-left: 10px;
    }

    .select_area select {
        padding: 0.5em 19px 0.5em 1em;
        font-size: 88%;
    }

    .button_area input[type="button"] {
        border-radius: 20px;
        padding: 0.4em 1em;
        font-size: 88;
        line-height: 1.5;
    }

    .sec_news {
        padding: 30px 0 0;
    }

    .sec_news h3,
    .sec_others h3 {
        font-size: 125%;
        margin-bottom: 1em;
    }

    .sec_news h3 {
        margin-bottom: 0.5em;
    }

    .sec_news .news_date {
        max-width: 100%;
        position: relative;
        top: 0;
        font-size: 75%;
        margin-bottom: 0.2em;
    }

    .sec_news .news_title {
        padding: 0 0 0 0;
        font-size: 75%;
        line-height: 1.5;
    }

    .sec_others {
        padding: 30px 0;
    }

    .sec_others li {
        width: 100%;
        margin: 0 0 6% 0;
    }

    .sec_others .others_txt {
        font-size: 75%;
    }

    .btn_link span {
        font-size: 75%;
        padding-left: 0.75em;
    }

    .sec_others .btn_link a {
        width: 300px;
        padding: 0.8em;
    }

    .sec_bnr .box {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .btn_link a {
        width: 200px;
        padding: 0.8em 0.4em;
        letter-spacing: 0;
    }

    /**********slider-case**********/
    #slider-case {
        max-width: 95% !important;
    }

    #slider-case .sp-slide {
        width: 100% !important;
        padding: 10px;
    }

    #slider-case .box {
        width: 100%;
        height: 300px;
        padding: 7px;
    }

    #slider-case .sp-slide img {
        max-width: 90px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #slider-case .sp-slide .case_cat,
    #slider-case .sp-slide h4 {
        padding: 0 0 0 100px;
    }

    #slider-case .sp-slide .case_name {
        padding: 0 0 0 0;
    }

    #slider-case .sp-slide .case_cat {
        font-size: 62.5%;
    }

    #slider-case .sp-slide .case_name,
    #slider-case .sp-slide .case_overview {
        font-size: 75%;
    }

    #slider-case .sp-slide h4 {
        font-size: 88%;
        margin-bottom: 3.5em;
    }

    /******************
slider-pro css上書き
******************/
    .sp-buttons {
        margin-top: 20px;
    }

    .sp-previous-arrow {
        left: 0;
        margin-left: -20px;
    }

    .sp-next-arrow {
        right: 0;
        margin-right: -20px;
    }

    .sp-previous-arrow:before {
        left: 30%;
        top: 0;
    }

    .sp-previous-arrow:after {
        left: 30%;
        top: 50%;
    }

    .sp-next-arrow:before {
        right: 30%;
        top: 0;
    }

    .sp-next-arrow:after {
        right: 30%;
        top: 50%;
    }

    .sp-next-arrow:after,
    .sp-next-arrow:before,
    .sp-previous-arrow:after,
    .sp-previous-arrow:before {
        width: 30%;
        height: 50%;
    }

    /****************************************
sp footer
****************************************/
    .sec_bnr {
        padding: 20px 0;
    }

    /****************************************
sp footer
****************************************/
    .foot_nav {
        padding: 0px 0 15px;
    }

    .foot_nav li,
    .foot_nav li:first-child {
        width: 100%;
        border: none;
        padding: 0 0;
    }

    /****************************************
sp追従取り扱い病院検索
****************************************/
    .btn_search_fixed {
        bottom: 0px;
    }

    .btn_search_fixed.on {
        display: block;
    }

    .btn_search_fixed img {
        width: 125px;
    }

    /****************************************
sp グロナビ
****************************************/
    .sec_title_sp {
        position: fixed;
        z-index: 800;
        background: #fff url('../images/img_bg.png') left top;
        width: 100%;
    }

    #page_header.top {
        display: block;
    }

    .sec_title_sp h2 {
        position: relative;
    }

    .btn_sp_pumpfile_menu {
        position: absolute;
        top: 20px;
        right: 5px;
        display: block;
        width: 32px;
        height: 32px;
        margin-top: -8px;
        background: url('../images/btn_sp_pumpfile_menu.png') no-repeat;
        background-size: 32px auto;
    }

    .pumpfile_on .btn_sp_pumpfile_menu {
        background: url('../images/btn_sp_pumpfile_menu_close.png') no-repeat;
        background-size: 32px auto;
    }

    .sp_head_pumpfile_menu {
        display: block;
        overflow: hidden;
        position: fixed;
        top: 98px;
        left: 0;
        max-height: 0;
        transition: 0.25s;
        width: 100%;
    }

    .sp_head_pumpfile_menu {
        display: none;
    }

    .pumpfile_on .sp_head_pumpfile_menu {
        display: block;
        max-height: 1000px;
        overflow: auto;
        bottom: 0;
        background: url('../images/img_bg_blue.jpg') left top;
    }

    .sp_h_main_pumpfile_menu {
        margin-bottom: 10px;
        font-size: 88%;
    }

    .pumpfile .title_sp {
        position: relative;
        width: 100%;
        height: 61px;
        background: url('../images/img_bg_blue.jpg') left top;
    }

    .sp_pumpfile_search {
        border-top: solid 1px #fff;
    }

    .pumpfile .title_sp img {
        width: 320px;
    }

    .sp_head_pumpfile_menu ul {
        background: #fff url('../images/img_bg.png') left top;
    }

    .sp_head_pumpfile_menu li {
        background: rgba(205, 231, 239, 0.7);
    }

    .sp_head_pumpfile_menu li a {
        display: block;
        padding: 1em;
        text-decoration: none;
        display: flex;
    }

    .sp_head_pumpfile_menu li a:hover {
        background: rgba(205, 231, 239, 0.9);
    }

    .sp_head_pumpfile_menu li:nth-child(1) a,
    .sp_head_pumpfile_menu li:nth-child(2) a {
        color: #fa5c53;
    }

    .sp_head_pumpfile_menu li:nth-child(3) a,
    .sp_head_pumpfile_menu li:nth-child(4) a {
        color: #1a48d1;
    }

    .sp_head_pumpfile_menu span {
        width: 100%;
    }

    .sp_head_pumpfile_menu i {
        width: 1em;
        text-align: center;
    }

    .pumpfile_content {
        /*padding-top: 61px;*/
    }

    .sp_head_pumpfile_menu .btn_list_search {
        padding: 1em 0;
    }

    /*****form*****/
    .select_area::before {
        position: absolute;
        top: 0.5em;
        right: 0.8em;
    }
}




/****************************************
上手なポンプの使い方Q&A ページ
****************************************/
.pumpfile_page .sec_qa,
.pumpfile_page .sec_qa_detail {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_qa p {
    font-size: 112.5%;
}

.pumpfile_page .sec_qa .note {
    font-size: 100%;
    margin-top: 3em;
}

.pumpfile_page .sec_qa ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 830px;
    margin: 30px auto 30px;
}

.pumpfile_page .sec_qa li {
    display: flex;
    width: 18.07228%;
    margin: 0 2.40963% 2.40963% 0;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
}

.pumpfile_page .sec_qa li:nth-child(5n) {
    margin-right: 0;
}

/**********  **********/
.pumpfile_page .sec_page .qa_cat {
    color: #fff;
    font-weight: bold;
    text-align: left;
    background: #fa5c53;
    display: flex;
    align-items: center;
    padding: 0.2em;
    border-radius: 10px;
    letter-spacing: 3px;
}

.pumpfile_page .sec_page .qa_cat span {
    width: 60px;
}

.pumpfile_page .sec_page .qa_cat img {
    width: 50px;
}

.qa_list {
    list-style: none;
    margin-top: 3em;
    margin-bottom: 0;
}

.qa_list>li {
    line-height: 1;
    position: relative;
}

.pumpfile_page .sec_page .qa_list h4 {
    font-size: 112.5%;
    line-height: 1.3;
    padding: 1em 2em 1em 0;
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: dotted 1px #000;
}

.qa_list h4 {
    cursor: pointer;
}

.qa_list h4 .num {
    display: block;
    margin-right: 15px;
    padding: 0 15px 0 0;
    padding: 0 0 0 0;
    color: #fd7674;
    font-size: 133.33333%;
    text-align: right;
}

/*.qa_list .answer div{
display: flex;
font-size: 100%;
}*/
.qa_list .answer {
    display: flex;
    justify-content: flex-start;
}

.qa_list .answer p {
    font-size: 100%;
    line-height: 1.7;
}

.qa_list .answer .num {
    /*margin-left: auto;*/
    margin-right: 15px;
    padding: 0 0 0 18px;
    color: #43a1fd;
    font-size: 150%;
    line-height: 1.7;
    text-align: right;
    font-weight: bold;
}

.qa_list .answer .ans_txt {}

.main_text {
    width: 100%;
    margin-bottom: 2em;
    position: relative;
}

.qa_list .main_text i {
    color: #999;
}

.qa_list .main_text .label {
    background: #777;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: bold;
}

.qa_list .main_text .child_label {
    color: #777;
    padding: 0 10px 0 15px;
    border-style: solid;
    border-radius: 5px;
    border-color: #777;
    border-width: 1px;
    margin: 0 10px 0 -18px;
    font-weight: bold;
}

.qa_list .main_text a {
    font-weight: bold;
}

.qa_list>li:last-child {
    margin-bottom: 1em;
}

.qa_list>li:last-child .main_text {}

.qa_list .hid_area {
    padding: 10px 0;
    display: none;
    margin-top: 10px;
}

.qa_list button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #333;
    font-size: 150%;
}

.qa_list .ans_on h4 {
    background: url(../images/img_qa_arrow_u.png) no-repeat center right 4%;
    background-size: 28px auto;
}

.qa_list h4 {
    background: url(../images/img_qa_arrow_d.png) no-repeat center right 4%;
    background-size: 28px auto;
}

.qa_list .ans_on .hid_area {
    display: block;
}

.qa_list ol li {
    line-height: 1.7;
}

.pumpfile_page .sec_qa_menu {
    background: rgba(254, 252, 212, 0.7);
}

.pumpfile_page .sec_qa_menu ul {
    width: 100%;
    margin: 0 auto;
}

.pumpfile_page .sec_qa_menu li {
    width: 9.01%;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 75%;
}

.pumpfile_page .sec_qa_menu li:nth-child(5n) {
    margin-right: 1%;
}

.pumpfile_page .sec_qa_menu li:nth-child(10n) {
    margin-right: 0;
}

.pumpfile_page .sec_qa_menu li img {
    max-width: 40px;
    margin-bottom: 0.2em;
}

.pumpfile_page .sec_qa_menu li {
    font-weight: normal;
}

.pumpfile_page .sec_qa_menu li a {
    padding: 5px 1px;
    background: #fff;
    border: dotted 2px #afafaf;
    color: #333;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_qa h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_qa p {
        font-size: 75%;
    }

    .pumpfile_page .sec_qa .note {
        font-size: 75%;
    }

    .pumpfile_page .sec_qa ul {
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: start;
        width: 100%;
        margin: 15px auto 15px;
    }

    .pumpfile_page .sec_qa li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        font-size: 75%;
    }

    .pumpfile_page .sec_qa li:nth-child(5n) {
        margin-right: 2%;
    }

    .pumpfile_page .sec_qa li:nth-child(3n) {
        margin-right: 0;
    }

    .sec_qa li a {
        padding: 10px 2px;
    }

    .pumpfile_page .sec_page .qa_cat {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_page .qa_cat span {
        width: 40px;
    }

    .pumpfile_page .sec_page .qa_cat img {
        width: 30px;
    }

    .qa_list {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .pumpfile_page .sec_page .qa_list h4 {
        font-size: 100%;
        padding: 1em 3em 1em 0;
    }

    .qa_list h4 .num {
        font-size: 112.5%;
    }

    .qa_list .answer .num {
        margin-right: 15px;
        padding: 0 0 0 15px;
    }

    .qa_list .answer p {
        font-size: 75%;
    }

    .qa_list .answer .num {
        font-size: 112.5%;
    }

    .qa_list .answer ol {
        font-size: 75%;

    }
}

/****************************************
リレーインタビュー ページ
****************************************/
.pumpfile_page .sec_interview,
.pumpfile_page .sec_inta_detail,
.pumpfile_page .sec_knowledge {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_interview h2,
.pumpfile_page .sec_inta_detail h2,
.pumpfile_page .sec_knowledge h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.interview_list_area,
.interview_detail_area {
    padding: 40px 30px;
    background: #fff;
    margin: 40px;
}

.interview_detail_area {
    margin: 0;
}

.interview_list {
    margin-bottom: 60px;
}

.interview_detail {
    margin-bottom: 0;
}

.interview_list .title_box,
.interview_detail .title_box {
    margin-bottom: 1em;
    background: #FFD78C;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    display: flex;
}

.interview_detail .title_box {
    margin-bottom: 2em;
}

.interview_list .title_box .image,
.interview_detail .title_box .image {
    width: 100px;
    margin: 0 20px 0 0;
}

.interview_list .title_box .image div,
.interview_detail .title_box .image div {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.interview_list .title_box .t-wrap,
.interview_detail .title_box .t-wrap {
    text-align: left;
    padding: 0 0 0 0;
}

.interview_list .title_box .title,
.interview_detail .title_box .title {
    margin: 0 0 0.5em;
    padding: 0;
    font-weight: normal;
    font-size: 150%;
    font-weight: bold;
    padding-left: 3em;
    text-indent: -3em;
    line-height: 1.5;
    color: #000;
}

.interview_list .mokujiTitle {
    margin: 0 0 1em;
    padding: 15px 20px;
    background: #0054AA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    font-size: 150%;
}

.interview_list .mokuji_wrap {
    padding: 0 40px;
}

.interview_list .mokuji_wrap .titleL {
    padding: 20px 10px;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 1em;
}

.interview_list .mokuji_wrap a {
    display: block;
    color: #000;
    text-decoration: none;
    padding-bottom: 0.2em;
    border-bottom: 4px solid #177E49;
}

.interview_list .mokuji_wrap .titleL:hover {
    background: #E1E88C;
}

.interview_detail h3 {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    border-bottom: 4px solid #177E49;
    color: #000;
}

.interview_detail h4 {
    background: url(../interview/images/img_h4_bg.png) no-repeat 0 5px;
    font-size: 112.5%;
    padding: 0.5em 0;
    padding-left: 2em;
    margin: 0 0 1em;
}

.interview_detail .imageR,
.sec_qa_detail .imageR {
    float: right;
    font-size: 88%;
    margin: 0 0 1em 1em;
    text-align: center;
    display: inline;
}

.interview_detail p {
    margin: 0 0 1em 0;
    line-height: 1.7;
}

.interview_detail .question {
    margin: 0 0 1.5em 0;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_interview h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_interview p {
        font-size: 75%;
    }

    .interview_list_area,
    .interview_detail_area {
        padding: 20px 15px;
        margin: 20px 0;
    }

    .interview_detail_area {
        margin: 0;
    }

    .interview_list {
        margin-bottom: 40px;
    }

    .interview_detail {
        margin-bottom: 0;
    }

    .interview_list .title_box .image,
    .interview_detail .title_box .image {
        width: 70px;
        margin: 0 10px 0 0;
    }

    .interview_list .title_box .image div,
    .interview_detail .title_box .image div {
        width: 70px;
        height: 70px;
        overflow: hidden;
    }

    .interview_list .title_box .title,
    .interview_detail .title_box .title {
        margin: 0 0 0.5em;
        font-size: 88%;
        padding-left: 0em;
        text-indent: 0em;
        text-align: left;
    }

    .interview_list .title_box .t-wrap,
    .interview_detail .title_box .t-wrap {
        float: left;
        text-align: left;
        padding: 0 0 0 0;
        display: inline-block;
    }

    .interview_list .mokujiTitle {
        padding: 8px 10px;
        background: #0054AA;
        font-size: 75%;
    }

    .interview_list .mokuji_wrap {
        padding: 0 0px;
    }

    .interview_list .mokuji_wrap .titleL {
        padding: 10px 5px;
        font-size: 88%;
        margin-bottom: 1em;
    }

    .interview_detail h3 {
        font-size: 88%;
    }

    .interview_detail h4 {
        font-size: 75%;
        background-size: 16px auto;
    }

    .interview_detail .imageR,
    .sec_qa_detail .imageR {
        clear: both;
        font-size: 75%;
        margin: 0 0 1em 0;
        width: 100%;
    }
}

/****************************************
もっと知りたい方へ ページ
****************************************/
.pumpfile_page .sec_knowledge {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_knowledge h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_page .sec_knowledge .sub_txt {
    font-size: 112.5%;
}

.knowledge_list_wrap {
    padding: 100px 0 30px;
}

.knowledge_list_wrap:last-child {
    padding-bottom: 60px;
}

.sec_knowledge.top .knowledge_list_wrap.list_1,
.sec_knowledge.top .knowledge_list_wrap.list_2,
.sec_knowledge.top .knowledge_list_wrap.list_3 {
    padding-top: 180px;
    padding-top: 200px;
}

.sec_knowledge .mokujiTitle {
    margin: 0 0 1em;
    padding: 15px 20px;
    background: #5eafee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    font-size: 150%;
}

.sec_knowledge .mokujiSubTitle {
    margin: 0 0 1em;
    font-size: 150%;
    font-weight: bold;
}

.knowledge_list .txt_red .mokuji_title,
.sec_knowledge .mokujiSubTitle.txt_red {
    color: #fa5c53;
}

.sec_knowledge .mokujiSubTitle.txt_blue {
    color: #5eafee;
}

.knowledge_list .txt_blue .mokuji_title {
    color: #1a48d1;
}

.sec_knowledge .mokujiSubTitle+.knowledge_list {
    margin-bottom: 2em;
}

.sec_knowledge .mokujiSubTitle+.knowledge_list:last-child {
    margin-bottom: 0;
}

.sec_knowledge .mokuji_menu {
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.sec_knowledge .mokuji_menu li {
    width: 33%;
    padding: 0 12.5px 25px;
    position: relative;
}

.sec_knowledge .mokuji_menu li a {
    display: block;
    padding: 0.8em;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #5eafee;
    border-radius: 30px;
}

.sec_knowledge .mokuji_menu li a:hover {
    border: solid 1px #7dacd3;
    color: #7dacd3;
}

.knowledge_list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.knowledge_list .mokuji_box {
    width: 49%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px grey;
    padding: 15px;
    margin: 0 2% 2% 0;
    position: relative;
}

.knowledge_list .mokuji_box:nth-child(2n) {
    margin-right: 0;
}

.knowledge_list .mokuji_title {
    padding-left: 65px;
    text-indent: -65px;
    font-size: 137.5%;
    margin-bottom: 0.5em;
}

.knowledge_list .mokuji_title small {
    font-size: 59.0909%;
}

.knowledge_list .mokuji_title span {
    width: 60px;
    margin-right: 5px;
}

.knowledge_list .mokuji_sub {
    padding-left: 65px;
    margin-bottom: 0.5em;
}

.pumpfile_page .knowledge_list .mokuji_sub_s {
    padding-left: 0;
    margin-bottom: 0.5em;
    font-size: 81.25%;
}

.knowledge_list .mokuji_txt {
    font-size: 100%;
}

.knowledge_list .mokuji_thumb {
    width: 100%;
    height: 220px;
    border: solid 1px #ccc;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.knowledge_list .mokuji_thumb img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
}

.knowledge_list .mokuji_box a {
    text-decoration: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_knowledge h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_knowledge .sub_txt {
        font-size: 88%;
    }

    .pumpfile_page .sec_knowledge p {
        font-size: 75%;
    }

    .sec_knowledge .mokuji_menu {
        margin: 30px 0 0;
    }

    .sec_knowledge .mokuji_menu li {
        width: 100%;
        padding: 0 0 10px;
    }

    .sec_knowledge .mokuji_menu li a {
        font-size: 75%;
    }

    .knowledge_list_wrap {
        padding: 100px 0 15px;
    }

    .knowledge_list_wrap:last-child {
        padding-bottom: 30px;
    }

    .sec_knowledge.top .knowledge_list_wrap.list_1 {
        padding-top: 100px;
    }

    .sec_knowledge .mokujiTitle {
        padding: 8px 10px;
        font-size: 75%;
    }

    .knowledge_list .mokuji_box {
        width: 100%;
        padding: 8px;
        margin: 0 0 20px 0;
    }

    .knowledge_list .mokuji_box:nth-child(2n) {
        margin: 0 0 20px 0;
    }

    .knowledge_list .mokuji_title span {
        width: 35px;
        margin-right: 5px;
    }

    .knowledge_list .mokuji_title span img {
        max-width: 35px;
    }

    .knowledge_list .mokuji_title {
        padding-left: 40px;
        text-indent: -40px;
        font-size: 88%;
    }

    .knowledge_list .mokuji_sub {
        padding-left: 40px;
    }

    .pumpfile_page .knowledge_list .mokuji_sub_s {
        font-size: 81.25%;
    }

    .knowledge_list .mokuji_thumb {
        width: 100%;
        height: 110px;
        height: 160px;
        padding: 5px 0;
    }

    .knowledge_list .mokuji_thumb img {
        width: auto;
        max-width: 100%;
        max-height: 100px;
        max-height: 150px;
    }
}

/****************************************
インスリンポンプに関する主な研究論文 ページ
****************************************/
.pumpfile_page .sec_article {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_article h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_page .sec_article .sub_txt {
    font-size: 112.5%;
}

.article_txt {
    padding: 80px 0 40px;
    font-size: 100%;
}

.article_txt small {
    font-size: 75%;
}

.article_area {
    /*margin:0px 35px 20px 35px;*/
}

.article-mokuji {
    margin-bottom: 2.5em;
    padding-right: 3.5%;
    background-image: url(../article/images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.article-title {
    min-height: 56px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 50px;
    font-weight: bold;
    font-size: 88%;
    border-bottom: 1px dashed #a9a9a9;
    background-image: url(../article/images/icon_article2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.article-entitle {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #a9a9a9;
    font-size: 75%;
    line-height: 120%;
}

.article-author {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 75%;
    line-height: 120%;
}

.article-mokuji a {
    display: block;
    padding: 10px;
    border: 1px solid #975D17;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.article-mokuji a:hover {
    color: #666;
    background-color: #ffe6bc;
    text-decoration: underline;
}

.article-mokuji a:visited {
    color: #000;
}

/* article-kaisetsu 
---------------*/
.article-kaisetsu a:link {
    color: #3333FF;
}

.article-kaisetsu a:visited {
    color: #80080;
}

.article-kaisetsu a:hover {
    color: #990033;
}

.article-kaisetsu {
    padding: 1em 1em;
    background-color: #fff;
    border: 1px solid #975D17;
    border: 1px solid #a9a9a9;
    //font-family:Verdana;
    letter-spacing: 0.2px;
}

.article-kaisetsu-title {
    min-height: 46px;
    margin: 0 0 5px 0;
    padding: 0px 0 10px 50px;
    font-weight: bold;
    color: #000;
    font-size: 88%;
    line-height: 1.5;
    border-bottom: 1px dashed #a9a9a9;
    background-image: url(../article/images/icon_article2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.article-kaisetsu-genbun {
    width: 94%;
    margin: 1em auto 2.5em auto;
    padding: 10px;
    border: 1px solid #a9a9a9;
    line-height: 1.2;
    font-size: 100%;
}

.article-kaisetsu-genbun div.komidashi2 {
    border-color: #d6e5ff;
    background-color: #d6e5ff;
    font-size: 88%;
}

p.genbun-title {
    margin: 5px 0;
    padding: 0.5em 0;
    border-bottom: 1px dashed #a9a9a9;
    font-size: 75%;
}

p.genbun-author {
    margin: 0 0 5px 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px dashed #a9a9a9;
    font-size: 75%;
}

p.genbun-journal {
    margin: 0 0 5px 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px dashed #a9a9a9;
    text-align: right;
    font-size: 75%;
}

p.genbun-link {
    margin: 0;
    line-height: 1.5;
    font-size: 88%;
}

p.genbun-link span {
    font-size: 75%;
}

.sec_article .komidashi {
    background-color: #BCD5FF;
    border-left: solid 20px #BCD5FF;
    font-weight: bold;
    clear: both;
    padding: 0;
    margin: 3em 0 1em;
    border-right: none;
    line-height: 100%;
    font-size: 88%;
}

.sec_article .komidashi2 {
    margin-top: 0;
    background-color: #ffe6bc;
    border-left: solid 20px #ffe6bc;
    font-weight: bold;
    clear: both;
    padding: 0;
    border-right: none;
    font-size: 88%;
}

.komidashi span,
.komidashi2 span {
    background: #fff;
    padding: 4px 14px 4px 8px;
}

.article-kaisetsu-kaisetsu p {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1em;
    padding-left: 2em;
}

.article-kaisetsu-kaisetsu strong {
    font-weight: bold;
    color: #975D17;
}

.article-kaisetsu-bunken {
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    font-size: 90%;
    line-height: 150%;
}

.article-kaisetsu-kaisetsu-waku {
    margin: 1em 2.5em 1.5em 2.5em;
    padding: 1em 1em 1em 20px;
    border: 1px dashed #a9a9a9;
}

.article-kaisetsu-kaisetsu-waku h4 {
    font-size: 88%;
    line-height: 1.7;
    font-weight: normal;
}

.article-kaisetsu-kaisetsu-waku ul {
    /*padding:0 1em;*/
    width: 100%;
    list-style-type: none;
    list-style-image: none;
    list-style-type: square;
}

.article-kaisetsu-kaisetsu-waku li {
    font-size: 88%;
    line-height: 1.7;
}

.article-kaisetsu-bunken li {
    margin: 10px 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 88%;
    line-height: 1.7;
}

.article-kaisetsu-yoten ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1.5em;
    padding-inline-start: 40px;
}

.article-kaisetsu-yoten li {
    list-style-image: url(../article/images/arrow_tri.gif);
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 88%;
    line-height: 1.7;
}

.article-kaisetsu-yoten ul .list-ireko {
    margin: 1em 40px 1.5em 0;
    padding: 1em 1em 1em 30px;
    border: 1px dashed #a9a9a9;
    font-size: 100%;
}

.list-ireko li {
    font-size: 100%;
}

.arrow-blue {
    padding-left: 10px;
    background-image: url(../article/images/arrow_blue.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.naka_illust {
    margin: 0 0 0 1em;
    float: right;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_article h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_article .sub_txt {
        font-size: 88%;
    }

    .pumpfile_page .sec_article p {
        font-size: 75%;
    }

    .article_txt {
        padding: 30px 0 20px;
    }

    .article_txt small {
        font-size: 83.33333%;
    }

    .article-mokuji {
        margin-bottom: 1.5em;
        padding-right: 20px;
        background-size: 13px auto;
    }

    .article-kaisetsu {
        padding: 10px;
    }

    .article-kaisetsu-kaisetsu p {
        padding-left: 1em;
    }

    .article-kaisetsu-genbun {
        width: 100%;
        margin: 1em auto 2.5em auto;
        padding: 10px;
        font-size: 100%;
    }

    .article-kaisetsu-title {
        font-size: 75%;
    }

    .komidashi,
    .komidashi2 {
        font-size: 75%;
    }

    .article-kaisetsu-yoten ul {
        padding-inline-start: 20px;
    }

    .article-kaisetsu-yoten li {
        font-size: 75%;
    }

    .article-kaisetsu-yoten ul .list-ireko {
        margin: 1em 20px 1.5em 0;
        padding: 1em 1em 1em 20px;
    }

    .list-ireko li {
        font-size: 100%;
    }

    .article-kaisetsu-kaisetsu-waku {
        padding: 1em 1em 1em 20px;
        margin: 1em 1.25em 1.5em 1.25em;
        padding: 10px;
    }

    .article-kaisetsu-kaisetsu-waku h4 {
        font-size: 75%;
    }

    .article-kaisetsu-kaisetsu-waku li {
        font-size: 75%;
    }

    .article-kaisetsu-bunken li {
        font-size: 75%;
    }

    .btn_back a {
        display: block;
        max-width: 365px;
        margin: 0 auto;
        padding: 0.8em;
        text-align: center;
        border: solid 1px #333;
        border-radius: 2em;
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
        font-size: 88%;
    }
}

/****************************************
患者さんの体験談 ページ
****************************************/
.pumpfile_page .sec_voice {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_voice h2 {
    font-size: 187.5%;
    /*color: #1a48d1;*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.voice_area {
    display: flex;
    margin: 75px 0 50px;
}

.voice_cat_area {
    width: 30%;
    padding-right: 40px;
}

.voice_cat_area .case_menu ul {
    margin: 0;
    width: 260px;
}

.voice_cat_area .case_menu li {
    width: 100%;
    padding: 0 0 15px;
    position: relative;
}

.voice_cat_area .case_menu {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px 0 0px;
}

.voice_cat_area .case_menu li img {
    width: 50px;
}

.voice_list_area {
    width: 70%;
}

.voice_midashi {
    font-size: 150%;
    color: #f86961;
    text-align: left;
    margin-bottom: 0.5em;
}

.voice_list .box {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px gray;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
}

.voice_list img,
.voice_box img {
    max-width: 120px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.voice_list .case_cat,
.voice_list .box h3,
.voice_list .case_name {
    padding: 0 0 0 130px;
}

.voice_list .case_cat {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1em;
    font-weight: bold;
}

.voice_list .box h3 {
    font-size: 125%;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.voice_list .case_name {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.voice_list a {
    display: block;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.voice_list .box:hover img {
    opacity: 0.7
}

.voice_list .box:hover .cat_1 {
    color: #fa9690;
}

.voice_list .box:hover .cat_2 {
    color: #66ccff;
}

.voice_list .box:hover h3,
.voice_list .box:hover .case_name {
    color: #666;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_voice h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_voice .sub_txt {
        font-size: 75%;
    }

    .pumpfile_page .sec_voice p {
        font-size: 75%;
    }

    .voice_area {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 35px 0 25px;
        padding: 0;
    }

    .voice_cat_area,
    .voice_list_area {
        width: 100%;
    }

    .voice_cat_area {
        padding: 0;
        margin-bottom: 30px;
        order: 1;
    }

    .voice_cat_area .case_menu {
        flex-direction: row;
    }

    .voice_cat_area .case_menu li {
        width: 50%;
        padding: 0 3px 10px;
    }

    .voice_cat_area .case_menu li img {
        width: 33px;
    }

    .voice_midashi {
        font-size: 100%;
    }

    .voice_list {
        padding: 0 10px;
    }

    .voice_list .box {
        width: 100%;
        padding: 7px;
    }

    .voice_list .box img {
        max-width: 90px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .voice_list .box .case_cat,
    .voice_list .box h3 {
        padding: 0 0 0 100px;
    }

    .voice_list .box .case_name {
        padding: 0 0 0 100px;
    }

    .voice_list .box .case_cat {
        font-size: 62.5%;
    }

    .voice_list .box .case_name,
    .voice_list .box .case_overview {
        font-size: 75%;
    }

    .voice_list .box h3 {
        font-size: 88%;
        margin-bottom: 1.5em;
    }
}

/****************************************
患者さんの体験談 記事ページ
****************************************/
.voice_box {
    width: 100%;
    max-width: 930px;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px gray;
    padding: 20px;
    margin: 0 auto 70px;
    position: relative;
}

.voice_title {
    position: relative;
    min-height: 135px;
    overflow: hidden;
}

.voice_title img {
    max-width: 115px;
    position: absolute;
    top: 0;
    left: 0;
}

.voice_title .case_cat,
.voice_title h3,
.voice_title .text {
    padding: 0 0 0 130px;
}

.voice_title .case_cat {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1em;
    font-weight: bold;
    background: none;
}

.voice_title .case_cat span {}

.voice_title .case_cat span a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 0.2em 10px;
}

.voice_title .case_cat {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1em;
}

.voice_title .case_cat .cat_1 a {
    background: #f86961;
    color: #fff;
}

.voice_title .case_cat .cat_2 a {
    background: #3399ff;
    color: #fff;
}

.voice_title h3 {
    font-size: 150%;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.voice_title .case_name {
    font-size: 88%;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.voice_data {
    padding: 1em 0;
    border: solid 1px #7f7f7f;
    border-width: 1px 0;
}

.voice_data div {
    width: 50%;
    float: left;
}

.voice_data h4 {
    background: #ccc;
    font-size: 100%;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
}

.voice_data .case_name span {
    display: block;
    width: 20%;
    float: left;
}

.voice_data .data_1 table th,
.voice_data .data_1 table td {
    padding: 0 5px 0.2em 10px;
    font-size: 100%;
    line-height: 1.7;
}

.voice_data .data_1 table th {
    padding: 0 5px 0.2em 0;
}

.voice_data .data_1 .date {
    font-size: 75%;
    margin-top: 2em;
}

.voice_data .data_2 table {
    width: 50%;
    float: left;
    border-right: solid 1px #ccc;
}

.voice_data .data_2 table:nth-child(2n+1) {
    border-right: 0;
}

.voice_data .data_2 table th,
.voice_data .data_2 table td {
    padding: 0 5px 0.2em 10px;
    font-size: 88%;
    line-height: 1.7;
}

.voice_data .data_1 table th {
    width: 25%;
}

.voice_data .data_2 table th {
    width: 48%;
}

.voice_txt {
    padding: 2.5em 0;
}

.voice_txt img {
    max-width: 100%;
    position: relative;
    top: auto;
    top: auto;
}

.voice_txt p {
    margin-bottom: 1em;
}

.voice_txt .alignLeft {
    float: left;
    margin: 0 0 15px 15px;
}

.voice_txt .alignRight {
    float: right;
    margin: 0 15px 15px 0;
}

.pumpfile_page .sec_blue {
    padding: 0px 0;
    background: rgba(181, 234, 253, 0.7);
}

.pumpfile_page .sec_blue .inner {
    max-width: 880px;
}

.pumpfile_page .sec_blue_title .inner {
    max-width: 850px;
}

.pumpfile_page .sec_blue_title {
    padding: 15px 0;
    background: #43a1fd;
    color: #fff;
}

.pumpfile_page .sec_blue_title h3 {
    font-size: 137.5%;
}

.pumpfile_page .sec_blue_content {
    padding: 2em 1.25em 4em;
}

.sec_blue_content p {
    font-size: 100%;
    margin-bottom: 1em;
}

.sec_blue .name_s {
    font-weight: bold;
    margin-bottom: 1em;
}

.sec_blue_content h4 {
    background: #68787a;
    border-radius: 10px;
    font-size: 100%;
    padding: 0.2em 1em;
    margin: 3em 0 0.5em;
    color: #fff;
}

.sec_blue_content .data_line {
    margin-bottom: 0;
    padding: 0.8em 0 0.8em;
    border-bottom: dotted 1px #000;
}

.pumpfile_page .sec_voice_newlist {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_voice_menu {
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.7);
}

.sec_voice_newlist .voice_list_area {
    width: 100%;
}

.sec_voice_newlist .voice_list_area .box {
    float: left;
    width: 49%;
    margin: 0 2% 25px 0;
}

.sec_voice_newlist .voice_list_area .box:nth-child(2n) {
    margin-right: 0;
}

.sec_voice_newlist .voice_midashi {
    text-align: center;
    margin-bottom: 1em;
}

@media screen and (max-width:890px) {
    .voice_box {
        padding: 10px;
        margin: 0 auto 35px;
    }

    .voice_data div {
        width: 100%;
        margin-bottom: 1em;
    }

    .voice_title img {
        max-width: 90px;
    }

    .voice_title .case_cat,
    .voice_title h3 {
        padding: 0 0 0 100px;
    }

    .voice_title h3,
    .voice_title .text {
        padding: 0 0 0 0px;
    }

    .voice_title .case_cat {
        margin-bottom: 2em;
    }

    .voice_title .case_cat span {
        font-size: 75%;
        margin: 8px auto 8px;
        padding: 0;
        width: 120px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .voice_title .case_cat .cat_1 a,
    .voice_title .case_cat .cat_2 a {
        width: 100%;
        border-radius: 20px;
        padding: 0.8em 10px;
        display: block;
    }

    .voice_title h3 {
        font-size: 88%;
    }

    .voice_data .data_1 table th,
    .voice_data .data_1 table td,
    .voice_data .data_2 table th,
    .voice_data .data_2 table td {
        padding: 0 5px 0.2em 10px;
        font-size: 75%;
    }

    .voice_data .data_2 table {
        width: 100%;
        border-right: solid 0px #ccc;
    }

    .voice_txt .alignLeft,
    .voice_txt .alignRight {
        width: 100%;
        /*max-width: 320px;*/
    }

    .pumpfile_page .sec_blue_title {
        padding: 10px 0;
    }

    .pumpfile_page .sec_blue_title h3 {
        font-size: 88%;
    }

    .pumpfile_page .sec_blue_content {
        padding: 1em 0.5em 2em;
    }

    .sec_blue_content p {
        font-size: 75%;
    }

    .sec_blue_content h4 {
        font-size: 75%;
    }

    .sec_voice_newlist .voice_list_area .box {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .pumpfile_page .sec_voice_menu p {
        font-size: 75%;
    }

    .sec_voice_newlist .voice_list_area .box h3 {
        margin-bottom: 2.5em;
    }
}

/****************************************
アンケート ページ
****************************************/
.pumpfile_page .sec_enquete {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_enquete h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_page .sec_enquete .sub_txt {
    font-size: 112.5%;
}

.enquete_list_area {
    padding: 50px 0;
}

.enquete_list {
    display: flex;
    flex-wrap: wrap;
}

.enquete_list .box {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px gray;
    padding: 20px 25px;
    position: relative;
}

.enquete_list .box {
    width: 48.5%;
    margin: 0 3% 3% 0;
}

.enquete_list .box:nth-child(2n) {
    margin-right: 0;
}

.enquete_list img {
    max-width: 61px;
    position: absolute;
    top: 20px;
    left: 25px;
}

.enquete_list .box h3 {
    padding: 0 0 0 85px;
    color: #1a48d1;
}

.enquete_list .box h3 {
    font-size: 137.5%;
    line-height: 1.3;
    min-height: 70px;
    margin-bottom: 0.5em;
}

.enquete_list .list_txt {
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 0;
}

.enquete_list a {
    display: block;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.enquete_list .box:hover img {
    opacity: 0.7
}

.enquete_list .box:hover h3 {
    color: #466ad3;
}

.enquete_list .box:hover .list_txt {
    color: #666;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_enquete h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_enquete .sub_txt {
        font-size: 75%;
    }

    .pumpfile_page .sec_enquete p {
        font-size: 75%;
    }

    .enquete_list_area {
        margin: 25px 10px 25px;
        padding: 0;
    }

    .enquete_list {
        display: flex;
        flex-direction: column;
    }

    .enquete_list .box {
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 10px 15px;
    }

    .enquete_list .box:last-child {
        margin-bottom: 0;
    }

    .enquete_list img {
        max-width: 61px;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .enquete_list .box h3 {
        padding: 0 0 0 75px;
        color: #1a48d1;
    }

    .enquete_list .box h3 {
        font-size: 88%;
        margin-bottom: 0.5em;
    }
}

/****************************************
アンケート：扉 ページ
****************************************/
.pumpfile_page .enquete_overview_area {
    padding: 30px 0 30px;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .enquete_menu_area {
    padding: 40px 0 40px;
    background: rgba(181, 234, 253, 0.7);
}

.overview_box {
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
}

.overview_box .title {
    background: #012d5b;
    padding: 15px;
}

.overview_box .title h3 {
    color: #fff;
    font-size: 187.5%;
}

.overview_box .overview {
    background: #fff;
    padding: 40px 20px;
}

.overview_box .overview p {
    margin-bottom: 1em;
    font-size: 100%;
}

.enquete_menu_area h3 {
    color: #012d5b;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #012d5b;
    margin-bottom: 1em;
    font-size: 150%;
}

.enquete_menu_area p {
    font-size: 88%;
}

.enquete_menu_area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1em;
}

.enquete_menu_area li {
    width: 15%;
    margin: 0 26px 26px 0;
}

.enquete_menu_area li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.enquete_menu_area li img {
    position: relative;
    display: flex;
}

.enquete_menu_area span {
    position: absolute;
    display: flex;
    text-align: center;
    display: block;
}

.enquete_menu_area li a:hover img {
    opacity: 0.7;
}

.enquete_menu_area li a:hover span {
    color: #fff;
}

/* ------------------------------------------------ */
.floatingMenu {
    width: 100%;
    padding: 5px 15px;
    background: #002D5B;
    border-top: 1px solid #002D5B;
    border-bottom: 1px solid #002D5B;
}

.floatingMenu ul {
    list-style: none;
}

.floatingMenu li {
    float: left;
    padding: 10px 0;
    margin-right: 10px;
    color: #fff;
    font-size: 100%;
}

.floatingMenu a {
    padding: 5px 1em;
    color: #fff;
    border-radius: 5px;
    background: #A0A0A0;
    text-decoration: none;
    display: block;
}

.floatingMenu .menubtn {
    font-size: 125%;
    padding: 10px 15px 10px 0px;
}

.floatingMenu .btn1 a:hover {
    background: #FC7C23;
    color: #fff;
}

.floatingMenu .btn2 a:hover {
    background: #D75123;
    color: #fff;
}

.floatingMenu .btn3 a:hover {
    background: #0070BF;
    color: #fff;
}

.floatingMenu .btn4 a:hover {
    background: #659F00;
    color: #fff;
}

.floatingMenu .btn5 a:hover {
    background: #6d7eae;
    color: #fff;
}

/* ------------------------------------------------ */
@media screen and (max-width:890px) {
    .pumpfile_page .enquete_overview_area {
        padding: 0;
    }

    .pumpfile_page .enquete_menu_area {
        padding: 1em 0 1em;
    }

    .overview_box .title h3 {
        font-size: 100%;
    }

    .floatingMenu li {
        padding: 5px;
        margin: 0 2% 0px 0;
        font-size: 75%;
        width: 49%;
    }

    .floatingMenu li:nth-child(2n+1) {
        margin-right: 0;
    }

    .floatingMenu .menubtn {
        font-size: 100%;
        padding: 10px 0 10px 0px;
        width: 100%;
    }

    .overview_box .overview {
        background: #fff;
        padding: 20px 10px;
    }

    .overview_box .overview p {
        font-size: 75%;
    }

    .enquete_menu_area h3 {
        font-size: 88%;
    }

    .enquete_menu_area li {
        font-size: 88%;
        width: 48%;
        margin: 0 10px 10px 0;
    }

    .enquete_menu_area li:nth-child(2n) {
        margin-right: 0;
    }
}

/****************************************
アンケート：記事 ページ
****************************************/
.detail_area {
    padding: 40px 20px;
}

.detail_area .date {
    font-size: 88%;
}

.graphBox+.date {
    margin-top: 50px;
}

@media screen and (max-width:890px) {
    .detail_area {
        padding: 20px 10px;
    }

    .detail_area .date {
        font-size: 75%;
    }

    .graphBox+.date {
        margin-top: 25px;
    }
}

/* 201609
------------------------------------------------ */
.sec_enquete #pageTitle h1 {
    display: block;
    font-size: 150%;
    color: #fff;
    padding: 20px 25px;
    margin-bottom: 1em;
    border-radius: 10px;
    background: #369fb7;
}

.sec_enquete.s001 #pageTitle h1 {
    background: #369fb7;
}

.sec_enquete.s002 #pageTitle h1 {
    background: #A5628E;
}

.sec_enquete.s003 #pageTitle h1 {
    background: #EB8D1B;
}

.sec_enquete.s004 #pageTitle h1 {
    background: #639AD0;
}




.graphBox {
    padding: 30px 0 50px;
    border: solid 1px #369fb7;
    border-width: 0px 0 1px 0;
}

.pageTitle+.graphBox {
    border-width: 1px 0 1px 0;
}

.pumpfile_page .sec_enquete .graphBox h2 {
    font-size: 112.5%;
    ;
    margin-bottom: 1.5em;
    text-align: left;
    color: #000;
    line-height: 2;
}

.sec_enquete .graphBox h2 span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    background: #369fb7;
    border-radius: 10px;
}

.sec_enquete.s001 .graphBox h2 span {
    background: #369fb7;
}

.sec_enquete.s002 .graphBox h2 span {
    background: #A5628E;
}

.sec_enquete.s003 .graphBox h2 span {
    background: #EB8D1B;
}

.sec_enquete.s004 .graphBox h2 span {
    background: #639AD0;
}

.sec_enquete #graphArea li {
    background: url(/pumpfile/images/icon_h4.png) no-repeat 5px 4px;
    margin-bottom: 5px;
    padding: 0 5px 5px 28px;
    border-bottom: 1px dotted #0054AA;
}


.graphBox .image {
    margin-bottom: 1em;
    text-align: center;
}

.graphBox .image img {
    max-width: 650px;
}

.comment {
    padding: 20px 40px;
    background: #d7ecf1;
    margin-bottom: 30px;
    font-size: 100%;
    line-height: 1.7;
}

.comment .midashi {
    color: #012d5b;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #012d5b;
    margin-bottom: 1em;
    font-size: 150%;
    font-weight: bold;
}

.note .midashi {
    color: #333;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #012d5b;
    margin-bottom: 1em;
    font-size: 125%;
    font-weight: bold;
}

.note li {
    background: url(../enquete/images/icon_h4.png) no-repeat 5px 4px;
    padding: 0 5px 1em 28px;
    font-size: 100%;
    line-height: 1.5;
}

/* purple
------------------------------------------------ */
.purple .pageTitle h1 {
    background: #A5628E;
}

.purple .graphBox {
    border-color: #A5628E;
}

.purple .graphBox h2 span {
    background: #A5628E;
}

/* orange
------------------------------------------------ */
.orange .pageTitle h1 {
    background: #EB8D1B;
}

.orange .graphBox {
    border-color: #EB8D1B;
}

.orange .graphBox h2 span {
    background: #EB8D1B;
}

/* blue
------------------------------------------------ */
.blue .pageTitle h1 {
    background: #639AD0;
}

.blue .graphBox {
    border-color: #639AD0;
}

.blue .graphBox h2 span {
    background: #639AD0;
}

@media screen and (max-width:890px) {
    .pageTitle h1 {
        font-size: 100%;
        padding: 10px 15px;
    }

    .graphBox {
        padding: 15px 0 25px;
    }

    .pumpfile_page .sec_enquete .graphBox h2 {
        font-size: 100%;
        ;
        line-height: 1.7;
    }

    .graphBox h2 span {
        padding: 5px;
        margin-right: 10px;
    }

    .graphBox .image img {
        max-width: 100%;
    }

    .comment {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .comment .midashi {
        font-size: 88%;
    }

    .note .midashi {
        font-size: 88%;
    }

    .note li {
        background-size: 12px auto;
        background: url(../enquete/images/icon_h4.png) no-repeat 0 0;
        padding: 0px 5px 1em 28px;
        font-size: 75%;
    }
}

/* ------------------------------------------------ */

/****************************************
医療機関リスト ページ
****************************************/
.pumpfile_page .sec_medical {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

.pumpfile_page .sec_medical h2 {
    font-size: 187.5%;
    color: #1a48d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.33em;
}

.pumpfile_page .sec_medical .sub_txt,
.sec_medical .message_box p {
    font-size: 112.5%;
}

.medical_map_area {
    padding: 50px 0;
}

.sec_medical .message_box {
    width: 100%;
    max-width: 900px;
    padding: 40px;
    background: rgba(238, 238, 238, 0.7);
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.pumpfile_page .message_box h3 {
    font-size: 162.5%;
    color: #1a48d1;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.pumpfile_page .message_box p {
    margin-bottom: 1em;
}

@media screen and (max-width:890px) {
    .pumpfile_page .sec_medical h2 {
        font-size: 131.25%;
    }

    .pumpfile_page .sec_medical .sub_txt {
        font-size: 75%;
    }

    .pumpfile_page .sec_medical p {
        font-size: 75%;
    }

    .medical_map_area {
        padding: 25px 0;
    }

    .pumpfile_page .message_box h3 {
        font-size: 100%;
    }

    .sec_medical .message_box {
        padding: 20px;
    }
}

/* searchMap 
------------------------------------------------ */
#searchMap {
    width: 100%;
    max-width: 594px;
    margin: 20px auto 60px;
}

#searchMap p {
    margin: 0 0 1em 0;
}

#searchMap #byoin-map {
    width: 100%;
    max-width: 594px;
    overflow: hidden;
    position: relative;
    margin: 0 0 1em 0;
    padding: 0;
}

#searchMap #byoin-map .wrap {
    margin: 0;
    padding: 0;
}

#searchMap #byoin-map .object1 {
    position: absolute;
    top: 0px;
    left: 0;
}

#searchMap .object1 p {
    font-size: 112.5%;
    margin-bottom: 0;
    font-weight: bold;
}

#searchMap #byoin-map .object2 {
    position: absolute;
    top: 70px;
    left: 0px;
}

#searchMap #byoin-map .object2 .info {
    margin: 0;
    padding: 20px 0;
    color: #1a48d1;
    text-align: left;
    font-size: 187.5%;
    font-weight: bold;
}

@media screen and (max-width:890px) {
    #searchMap #byoin-map {
        width: 100%;
        height: auto;
    }

    #searchMap .object1 p {
        font-size: 75%;
    }

    #searchMap #byoin-map .object2 {
        top: 70px;
    }

    #searchMap #byoin-map .object2 .info {
        padding: 0px 0;
        font-size: 88%;
    }
}

#searchMap #byoin-map .object {
    position: absolute;
    top: 60px;
    left: 40px;
    padding: 20px 40px;
    background: #f5f5f5;
    color: #505961;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#searchMap #byoin-map .object p.info {
    font-size: 112.5%;
    margin-bottom: 0;
    font-weight: bold;
}

@media screen and (max-width:890px) {
    #searchMap #byoin-map {
        width: 100%;
        height: auto;
    }

    #searchMap #byoin-map .object {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
        font-size: 88%;
    }

    #searchMap #byoin-map .object p.info {
        font-size: 100%;
    }

}

/****************************************
ページネーション
****************************************/
.pagenation ul {
    font-size: 88%;
    margin: 4em 0 2em 0;
    padding: 4em 0 0 0;
    border-top: 1px solid #000;
    text-align: center;
}

.pagenation li {
    display: inline-block;
    margin: 0 2px 4px;
    padding: 0;
}

.pagenation li span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 5px 8px;
    background: #b80000;
    border: 1px solid #ccc;
    text-decoration: none;
    vertical-align: middle;
}

.pagenation li a {
    display: inline-block;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    vertical-align: middle;
    color: #3333FF;
}

.pagenation li a:hover {
    background: #F2F5FC;
    border-color: #aaa;
    color: #990033;
}

.pagenation li a:visited {}

@media screen and (max-width:890px) {
    .pagenation ul {
        font-size: 75%;
    }
}

/****************************************
ページネーション_circle
****************************************/
.pagenation_c ul {
    font-size: 88%;
    margin: 4em 0 2em 0;
    padding: 0em 0 0 0;
    text-align: center;
}

.pagenation_c li {
    display: inline-block;
    margin: 0 2px 4px;
    padding: 0;
}

.pagenation_c li span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 5px 8px;
    background: #f87f79;
    border: 1px solid #f87f79;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
}

.pagenation_c li a {
    display: inline-block;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #f87f79;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    color: #f87f79;
}

.pagenation_c .link_preview,
.pagenation_c .link_next {
    background: #fbd4ce;
}

.pagenation_c li a:hover {
    background: #F2F5FC;
    border-color: #f87f79;
    color: #990033;
}

.pagenation_c li a:visited {}

@media screen and (max-width:890px) {
    .pagenation_c ul {
        font-size: 75%;
    }
}

/****************************************
前のページへ戻る
****************************************/
.sec_back {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
    font-size: 100%;
}

.btn_back {
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn_back.voice {
    margin: 0px 0 30px;
}

.btn_back a {
    display: block;
    max-width: 365px;
    margin: 0 auto;
    padding: 0.8em;
    text-align: center;
    border: solid 1px #333;
    border-radius: 2em;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 88%;
}

.btn_back a:hover {
    border: solid 1px #666;
    color: #666;
}

.btn_back span {
    width: 100%;
    padding-left: 0.5em;
}

.btn_back i {
    width: 1em;
    text-align: center;
}

.sec_article .btn_back a {
    width: 580px;
}

.sec_enquete .btn_back a {
    width: 580px;
}

@media screen and (max-width:890px) {
    .sec_back {
        font-size: 88%;
    }

    .btn_back a {
        width: 100%;
        /*font-size: 88%;*/
    }

    .sec_article .btn_back a,
    .sec_enquete .btn_back a {
        width: 100%;
        font-size: 116.66666%;
    }

    .pumpfile_page .sec_voice_newlist {
        padding: 15px 0;
    }
}

/****************************************
medical リンクボタン
****************************************/

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

.flex_btn_link:after {
    content: none;
}

.sec_medical .btn_link {
    margin: 0px auto;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}

.sec_medical .btn_link a {
    display: block;
    width: 365px;
    margin: 0 auto;
    padding: 0.8em;
    text-align: center;
    border: solid 1px #1a48d1;
    border-radius: 2em;
    background: #1a48d1;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 88.88888%;
}

.sec_medical .btn_link a:hover {
    border: solid 1px #1a48d1;
    background: #fff;
    color: #1a48d1;
}

.sec_medical .btn_link a.edit {
    border: solid 1px #F44336;
    background: #F44336;
}

.sec_medical .btn_link a.edit:hover {
    background: #fff;
    color: #F44336;
}

.sec_medical .btn_link span {
    width: 100%;
    padding-left: 0.5em;
}

.sec_medical .btn_link i {
    width: 1em;
    text-align: center;
}

@media screen and (max-width:890px) {
    .sec_medical .btn_link span {
        font-size: 120%;
    }

    .sec_medical .btn_link a {
        width: 100%;
        /*font-size: 88%;*/
    }
}

.sec_sap section {
    margin-top: 5em;
    background: #ffffff;
    padding: 20px 50px;
    border-radius: 15px;
}

.sec_page.sec_sap {
    padding: 70px 0;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 2em;
}

.sec_page .talk_onbox {
    display: flex;
    flex-wrap: wrap;
    width: 710px;
    margin: auto;
}

.sec_page .talk_flex {
    display: flex;
    align-items: center;
    width: 47%;
    margin: 20px 10px;
}

.sec_page .talk_flex img {
    margin-right: 10px;
    width: 120px;
}

.sec_page .flex_box {
    display: flex;
    justify-content: space-between;
}

.flex_box img {
    width: 120px;
}

.sec_page .text_mokuji {
    text-align: right;
    display: block;
    margin-top: 1em;
    margin-right: 1em;
    color: #ab7459;
    font-weight: 800;
}

.sec_page .text_mokuji::before {
    font-family: FontAwesome;
    content: "\f102";
    margin-right: 10px;
    display: inline-block;
    transform: scaleX(-1);
    font-weight: 100;
}



.sec_sap .ribbon_h2 {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 20px auto;
}

.sec_sap .ribbon_h2:before,
.sec_sap .ribbon_h2:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #ff8347;
}

.sec_sap .ribbon_h2:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.sec_sap .ribbon_h2:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
}

.sec_sap .ribbon_h2 span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1rem 2rem;
    color: #fff;
    background: #fc9360;
}

.sec_sap .ribbon_h2 span:before,
.sec_sap .ribbon_h2 span:after {
    z-index: 3;
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 0px;
    content: '';
    border-style: solid;
    border-color: #db6f3b transparent transparent transparent;
}

.sec_sap .ribbon_h2 span:before {
    left: 0;
    border-width: 10px 0 0 10px;
}

.sec_sap .ribbon_h2 span:after {
    right: 0;
    border-width: 10px 10px 0 0;
}

.sec_sap section h2::before {
    font-family: FontAwesome;
    content: "\f27b";
    margin-right: 10px;
    display: inline-block;
    transform: scaleX(-1);
    font-size: 1.5em;
    font-weight: 100;
}

.sap_content .sec_sap h2 {
    color: #fc9360;
    margin-top: 0.5em;
}

.sec_sap h3 {
    font-size: 135%;
    margin: 10px 0;
    text-align: center;
    color: #fc9360;
}

.sec_sap h4 {
    color: #8c5134;
    text-align: center;
    font-size: 110%;
    margin-bottom: 0.5em;
}

.sec_sap p {
    margin-bottom: 0.5em;
}

.sec_sap .chui {
    font-size: 80%;
}

.sec_sap .un_line {
    background: linear-gradient(transparent 75%, #ffcccc 0%);
}

.sec_sap .mokuji {
    width: 50%;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    border-radius: 15px;
    background-color: #ffffff;
}

.sec_sap .mokuji h5,
li {
    display: block;
    margin: auto;
}

.sec_sap .mokuji h5 {
    text-align: center;
    margin: 1em 0;
    letter-spacing: 2px;
}

.sec_sap .mokuji h5:first-child::before {
    font-family: FontAwesome;
    content: "\f0ca";
    margin-right: 8px;
    color: #fa5c53;
}

.sec_sap .mokuji li {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    max-width: 400px;
    padding-left: 1em;
    text-indent: -1em;
}

.sec_sap .mokuji li::before {
    content: "⚫︎";
    margin-right: 3px;
    color: #fa5c53;
}

.sec_sap .mokuji li a {
    text-decoration: none;
}

.sec_sap .graph_area img {
    display: block;
    width: 55%;
    margin: 1em auto;
}

.sec_sap .graph_area p {
    text-align: center;
    margin: auto;
    font-size: 90%;
    margin-bottom: 1em;
}

.sec_sap .graph_area li {
    margin-bottom: 0.5em;
}

.sec_sap .chat_box {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2.5em;
}

.sec_sap .chat_icon img {
    width: 100px;
    height: auto;
}

.sec_sap .rightimg_box img {
    width: 150px;
}

.sec_sap .chat_area {
    width: 100%;
}

.sec_sap .chat_text {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 25px;
    border-radius: 10px;
    position: relative;
    background-color: #fff6f5;
}

@media screen and (max-width: 960px) {
    .sec_sap .chat_text {
        padding: 5px 15px;
    }
}

.rightimg_box .chat_text {
    margin-left: 0px;
    margin-right: 25px;
}

/* ↓追記↓ */
.sec_sap .chat_text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff6f5 transparent transparent;
}

.sec_sap .rightimg_box .chat_text:after {
    content: none;
}

.sec_sap .rightimg_box .chat_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff6f5;
}

.sec_sap .rightimg_box .icon_2:before {
    border-left: 15px solid #fff8de;
}

.sec_sap .rightimg_box .icon_3:before {
    border-left: 15px solid #fffff0;
}

.sec_sap .rightimg_box .icon_4:before {
    border-left: 15px solid #faf0e6;
}

.sec_sap .icon_2 {
    background-color: #fff8de;
}

.sec_sap .icon_2:after {
    border-color: transparent #fff8de transparent transparent;
}

.sec_sap .icon_3 {
    background-color: #fffff0;
}

.sec_sap .icon_3:after {
    border-color: transparent #fffff0 transparent transparent;
}

.sec_sap .icon_4 {
    background-color: #faf0e6;
}

.sec_sap .icon_4:after {
    border-color: transparent #faf0e6 transparent transparent;
}

.sec_sap .chat_icon .name {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}

.sec_sap .acd_on {
    display: none;
}

.sec_sap .acd_label {
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #ffffff;
    color: #fa8275;
    border: 2px solid #fa8275;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 25px;
    border-radius: 30px;
    width: 30%;
}

.sec_sap .acd_label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    transition: all 0.3s;
    margin-left: 5px;
}

.sec_sap .acd_content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 70%;
    padding: 0;
    margin: 0 auto;
}

.sec_sap .acd_content p {
    margin: 0;
    padding: 10px;
    word-break: break-all;
}

.sec_sap .acd_content img {
    margin: 0 10px;
}

.acd_on:checked+.acd_label+.acd_content {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
    background-color: #ffffff;
}

.acd_on:checked+.acd_label::after {
    transform: rotate(180deg);
}

.sec_sap .ban_title {
    color: #8c5134;
}

.sec_sap .ban_title::before {
    content: url("/pumpfile/images/ramune.png");
    vertical-align: middle;
    margin-right: 10px;
}

.sec_sap .ban_title::after {
    content: url("/pumpfile/images/sweets_1.png");
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width: 960px) {
    .sec_page .talk_onbox {
        display: block;
    }

    .sec_page .talk_onbox {
        display: block;
        width: auto;
    }

    .sec_page .talk_flex img {
        width: 95px;
    }

    .sec_sap .ribbon_h2 span {
        font-size: 15px;
    }

    .sap_content .sec_sap h2 {
        font-size: 20px;
    }

    .sec_sap .acd_label {
        font-size: 15px;
    }

    .sec_sap .mokuji {
        width: 100%;
        padding: 40px 25px;
    }

    .sec_sap .acd_label {
        width: 95%;
    }

    .sec_sap .acd_content {
        width: 95%;
    }

    .acd_on:checked+.acd_label+.acd_content {
        padding: 10px 0;
    }

    .sec_sap .chat_icon img {
        width: 80px;
        height: auto;
    }

    .sec_sap .chat_box {
        align-items: flex-start;
    }

    .sec_sap .chat_text:after {
        content: none;
    }

    .sec_sap .rightimg_box img {
        width: 120px;
    }

    .sec_sap .rightimg_box .chat_text:before {
        content: none;
    }

    .sec_sap .chat_text {
        margin-left: 15px;
    }

    .rightimg_box .chat_text {
        margin-right: 15px;
    }

    .sec_sap .graph_area p {
        width: auto;
    }

    .sec_sap .graph_area img {
        width: 100%;
    }

    .sec_sap .ban_title {
        font-size: 18px;
    }

    .sec_sap .ban_title::after {
        content: none;
    }

    .sec_sap .ban_title::before {
        content: none;
    }

    .sec_sap .ban_title::after {
        content: url("/pumpfile/images/ramune_sp.png");
    }

    .sap_content .sec_sap h2 {
        margin-bottom: 1em;
        margin-top: 0em;
    }

    .sec_sap .chat_box {
        margin-bottom: 1.5em;
    }

    .acd_on:checked+.acd_label+.acd_content {
        display: flex;
        flex-direction: column-reverse;
    }

    .sec_page .flex_box {
        flex-direction: column;
    }

    .sec_sap section {
        padding: 20px 10px;
    }

    .sec_page.sec_sap {
        padding: 0;
    }

    .sec_page .talk_flex {
        width: auto;
    }
}

#slider-case .sap_slide img {
    max-width: none;
    position: inherit;
    top: auto;
    left: auto;
    margin-top: -1em;
    width: 100%;
}

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

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}

.sap_top_list li {
    width: 40%;
    margin: 1em;
}

.ribbon_h2 {
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
}

@media screen and (max-width: 890px) {
    #slider-case .sp-slide {
        display: flex;
        justify-content: center;
    }

    #slider-case .box {
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        padding: 0em;
    }

    .pc_on {
        display: none;
    }

    .sp_on {
        display: block;
    }

    .sec_qa .sap_top_list {
        display: block;
    }

    .sap_top_list li {
        width: auto;
    }

    .sec_page .talk_flex {
        max-width: 330px;
        margin: 0;
    }
}

.sap_top_list__box .sap_top_list {
    display: flex;
    flex-wrap: wrap;
}

.sap_top_list__box {
    margin: 2em;
}

.sap_top_list__box a {
    display: block;
    padding: 15px 2px;
    background: #fff;
    border: dotted 2px #afafaf;
    border-radius: 10px;
    text-decoration: none;
    margin: 1em;
    text-align: center;
    font-weight: bold;
}

.sap_top_list__box .sap_top_list li {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 890px) {
    .sap_top_list__box .sap_top_list {
        display: block;
    }

    .sap_top_list__box .sap_top_list li {
        width: auto;
    }

    .sap_top_list__box a {
        padding: 8px 2px;
    }
}

/****************************************
座談会トビラ 
****************************************/

.sec_page.sec_zadankai {
    padding: 30px 0;
}

.sec_zadankai a {
    text-decoration: none;
}

.sec_zadankai .kiji_box {
    display: flex;
    align-items: center;
    color: #333333;
    background: #ffffff;
    padding: 1em;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
    margin: 3em 0;
    border-radius: 15px;
}

.sec_zadankai .kiji_box img {
    width: 180px;
}

.sec_zadankai .kiji_box h3 a {
    color: #FC9360;
}

.sec_zadankai .kiji_box h3 {
    font-size: 20px;
    border-bottom: 2px solid #FC9360;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.sec_zadankai .kiji_box .kiji_box_text {
    margin: 1em;
    max-width: 700px;
}

.nexpre_btn {
    display: flex;
}

.nexpre_btn li {
    width: 100%;
}

.nexpre_btn a {
    display: block;
    padding: 10px;
    margin: 10px 5px;
    text-align: center;
    color: #ffffff;
    background: #FC9360;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}

.nexpre_btn a:hover {
    opacity: 0.7;
}

.sec_page.sec_zadankai h2 span {
    font-size: 80%;
    font-weight: normal;
}

@media screen and (max-width: 890px) {
    .sec_zadankai .kiji_box {
        flex-direction: column;
    }

    .nexpre_btn {
        flex-direction: column;
    }

    .nexpre_btn a {
        margin: 5px 0;
    }

    .sec_zadankai .kiji_box .kiji_box_text {
        margin: 0;
        margin-top: 1em;
    }
}


.sap_mokuji_list li {
    margin: 0.2em auto;
}

.sap_mokuji_list li span {
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    background: #fc9360;
    color: #ffffff;
    border-radius: 10px;
    font-weight: bold;
}

.sap_mokuji_list li a {
    text-decoration: none;
}

.next_btn {
    display: block;
    text-align: center;
    background: #0c6ba6;
    color: #ffffff;
    font-weight: 900;
    padding: 0.5em 1em;
    border-radius: 30px;
    margin: 1em;
    text-decoration: none;
}

.next_btn:hover {
    opacity: 0.7;
    color: #ffffff;
}

/****************************************
もっと知りたい方へ
****************************************/

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .supervision_box {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    width: fit-content;
}

.pumpfile_page .sec_knowledge h2.knowledge__kiji_headline {
    font-size: 150%;
    color: #5eafee;
    margin: 1em auto;
    text-align: left;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage p {
    margin-bottom: 1em;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage h3 {
    padding: 10px;
    margin: 1em auto;
    font-size: 140%;
    color: #4989BA;
    border-left: 10px solid;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .box_point {
    border: 5px dotted #ED7774;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 3em;
    background: #fff;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .box_point h4 {
    margin-bottom: 0.5em;
    color: #ED7774;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .box_point h4:before {
    font-family: FontAwesome;
    content: "\f059";
    margin-right: 5px;
    font-size: 40px;
    font-weight: normal;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table {
    border-collapse: collapse;
    margin: 2em auto 0 auto;
    padding: 0;
    table-layout: fixed;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tr {
    background-color: #f0f8fc;
    padding: 0.35em;
    border-bottom: 2px solid #fff;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .table_title {
    font-size: 100%;
    line-height: 15px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .table_title span {
    font-size: 10px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table th,
.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #fff;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table th {
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    width: 27%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table thead tr {
    background-color: #5584B0;
    color: #fff;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tbody th {
    background: #82C2E6;
    color: #fff;
    width: 19%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .txt {
    text-align: left;
    font-size: .85em;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .non {
    background: #fff
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .feature-point {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: #1a2836;
    border: 1px dotted #5584B0;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .feature-point span {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    color: #466d91
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table .feature-point span:before {
    font-family: FontAwesome;
    content: "\f046";
    color: #466d91;
    margin-right: 0.3em;
    font-weight: normal;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tbody .insulin_cf__li li {
    padding-left: 1em;
    text-indent: -1em;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage figure {
    margin: 3em auto;
    padding: 1em;
    background: #fff;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage figure figcaption {
    font-weight: bold;
    text-align: center;
    font-size: 130%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage figure figcaption.cap_sub {
    font-size: 100%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage figure img {
    display: block;
    margin: 1em auto;
}


@media screen and (max-width: 890px) {
    .pumpfile_page .sec_knowledge.sec_knowledge_kiji .basic_knowledge__basispage p {
        font-size: 90%;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table {
        border: 0;
        width: 100%
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table th {
        background-color: #5584B0;
        display: block;
        border-right: none;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tr {
        display: block;
        margin-bottom: .625em;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table td {
        border-bottom: 1px solid #bbb;
        display: block;
        text-align: left;
        position: relative;
        padding: 10px;
        border-right: none;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #fff;
        width: fit-content;
        background: #89a2ba;
        padding: 5px 10px;
        border-radius: 5px;
        display: block;
        margin-bottom: 5px;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table td:last-child {
        border-bottom: 0;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tbody th {
        color: #fff;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage .insulin_cf_table tbody th {
        width: 100%;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage figure {
        padding: 1em 0;
    }
}

.more_area .inner {
    margin-left: 0;
    margin-right: auto;
}

.enquete_area .inner {
    margin-right: 0;
    margin-left: auto;
}

.sec_more .more_img {
    right: -40px;
}

.sec_more .more_area .more_img {
    width: 200px;
}

.enquete_area {
    background: #82C2E6;
}

.enquete_area h3 {
    color: #ffffff;
}

.enquete_area .more_txt {
    color: #ffff;
}

.btn_link a {
    border: solid 1px #fff;
    color: #fff;
}

.more_area .btn_link a:hover {
    border: solid 1px #ccc;
    color: rgba(36, 143, 235, 0.7);
    background: #fff;
}

.btn_link a:hover {
    border: solid 1px #ccc;
    color: #82C2E6;
    background: #fff;
}

.sec_search.sec_enquete .search_img {
    width: 200px;
}

.sec_search.sec_enquete .btn_link {
    margin: 0;
}

.sec_search.sec_enquete .btn_link a {
    border: solid 1px #333;
    color: #333;
    background: #fff;
}

.sec_search.sec_enquete .btn_link a:hover {
    opacity: 0.7;
}

.btn___green {
    position: relative;
    padding: 1rem 2rem;
    border-radius: 100vh;
    display: block;
    width: max-content;
    margin: 1em auto;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #09b5bd;
}

.btn___green:hover {
    opacity: 0.8;
    color: #fff;
}

.btn___green i.fa {
    margin-right: 1rem;
}

.btn___green:after {
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    content: '\f054';
}

.btn___greencopy {
    font-weight: bold;
    position: relative;
    margin-bottom: 0.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #09b5bd;
}

.btn___greencopy:before {
    margin-right: 1rem;
    content: '＼';
}

.btn___greencopy:after {
    margin-left: 1rem;
    content: '／';
}

@media screen and (max-width: 890px) {
    .sec_news {
        padding: 30px 0;
    }

    .sec_more .more_area .more_img {
        width: 150px;
    }

    .sec_more .more_img {
        right: 10px;
    }

    .sec_search.sec_enquete .search_img {
        width: 130px;
        bottom: -1em;
        top: auto;
    }

    .sec_search.sec_enquete .btn_link {
        margin: 1em auto;
    }
}

/*------------スキンケアページ------------*/

.pumpfile_page .sec_knowledge {
    padding: 30px 0;
    background: unset;
}

.pumpfile_page .sec_knowledge.sec_knowledge_kiji .basic_knowledge__basispage p {
    font-size: 100%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage h3 {
    border: none;
    padding: 0;
    font-size: 120%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage h3 span {
    display: inline-block;
    color: #fff;
    background: #4989BA;
    padding: 5px 15px;
    font-size: 90%;
    border-radius: 5px;
    margin-right: 5px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point {
    margin: 1em auto;
    border: none;
    border-radius: 0;
    max-width: 800px;
    min-width: 400px;
    width: 100%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point h4 {
    font-size: 120%;
    justify-content: center;
    margin: 10px auto;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point h4:before {
    content: none;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point ol li {
    line-height: 2;
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ED7774;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 100%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.products_box {
    background: #fff;
    padding: 1em;
    margin: 1em auto;
    max-width: 800px;
    width: 100%;
}

#page ul.list_disc li:before {
    content: "・";
}

.products_box li {
    margin-bottom: 5px;
}

.products_box li a {
    text-decoration: none;
}

.products_box h5 {
    margin-bottom: 10px;
    font-size: 110%;
}

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

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure img {
    max-width: 300px;
    min-width: 250px;
    width: 100%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure.grey_bk {
    width: fit-content;
    margin: 1em auto;
    background: unset;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure figcaption {
    font-size: 100%;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point figure {
    max-width: 270px;
    margin: 0 10px;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point .flex_only {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure figcaption.figcaption2 {
    font-size: 90%;
    font-weight: 100;
}

figure.nextstep {
    position: relative;
}

figure.nextstep:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #ED7774;
    border-bottom: 0;
    position: absolute;
    left: 45%;
}

.flex_in-txtbox {
    margin: 0 1em;
}

@media screen and (max-width: 768px) {
    .flex_only {
        flex-direction: column;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure.grey_bk {
        margin: 1em auto;
        padding: 0;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point {
        min-width: auto;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage figure img {
        max-width: unset;
        min-width: unset;
        width: 100%;
    }

    .pumpfile_page .sec_knowledge_kiji .basic_knowledge__basispage.skincarepage .box_point figure {
        max-width: unset;
    }
}