@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {


.hero-area {
    overflow: hidden;
}

.hero {
    width: 100%;
    margin: 0;
    padding: 0 0 120px;
    position: relative;
    overflow: visible;
    background-image: url("../img/index/hero-bk.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 10;
}

.hero .hero-img {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 160px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hero .hero-img .hero-l {
    width: 100%;
    margin: 0 0 20px;
}

.hero .hero-img .hero-r {
    width: 100%;    
}

.hero .hero-img .hero-r .logo {
    width: 100%;
    margin: 0 0 20px;
}

.hero .hero-img .hero-r .catch {
    width: 100%;
    margin: 0;
    padding: 0;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.grey-sec {
    background-color: #F7F7F8;
}

section.purple-sec {
    background-color: #F8F9FF;
}

.sec-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

h2.ind-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #0D1167;
    text-align: center;
    font-size: 180%;
    line-height: 120%;
}

h2.ind-mds:after {
    content: "";
    width: 100px;
    height: 10px;
    display: block;
    margin: 20px auto 0;
    padding: 0;
    background-image: url("../img/index/mds-line.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-txt {
    width: 90%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.memo {
    font-size: 80%;
    line-height: 160%;
}

/**センターとは**/

section.about-sec {
    margin: -250px 0 0;
    padding: 150px 0 0;
}

h2.ind-sub-mds {
   width: 90%;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 150%;
    line-height: 180%;
    font-weight: 600;
    color: #0D1167;
}

.about-flex {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about-flex .about-l {
    width: 40%;
    margin: 0 auto 30px;
}

.about-flex .about-r {
    width: 100%;
}


.about-flex .intro-txt {
    text-align: left;
}

.ind-btn {
    width: 80%;
    max-width: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 2px #0D1167;
    border-radius: 50px;
    
    transition: all 0.3s;
    background-color: #FFF;
}


.about-flex .ind-btn {
    float: none;
    margin: 0 auto;
}

.ind-btn:hover {
    background-color: #0D1167;
}

.ind-btn a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    
    transition: all 0.3s;
    color: #0D1167;
}

.ind-btn:hover a {
    width: 88%;
    padding: 10px 6%;
    color: #FFF;
}

.ind-btn a:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;    
    background-size: contain;
    background-repeat: no-repeat;
    
    transition: all 0.3s;
    background-image: url("../img/common/icon_arr-r.svg");

}

.ind-btn:hover a:after {
    background-image: url("../img/common/icon_arr-r_w.svg");
}

/**相談窓口**/

.how-box {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h3.how-mds {
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #0D1167;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-size: 120%;
    z-index: 10;
}

.how-container {
    width: 90%;
    max-width: 900px;
    margin: -30px auto 0;
    padding: 60px 2.5% 30px;
    position: relative;
    overflow: hidden;
    border: solid 5px #0D1167;
    border-radius: 10px;
}

ul.how-list {
    width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.how-list li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: dotted 2px #BABABA;
}

ul.how-list li .left {
    width: 100%;
    font-size: 90%;
    font-weight: 600;
    text-align: center;
    color: #0D1167;
    background-color: #EBECFF;
}

ul.how-list li .right {
    width: 100%;
    color: #343434;
}

ul.method-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.method-list li {
    width: 80%;
    min-height: 100px;
    margin: 0 auto 20px;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    background-color: #EBECFF;
    border: solid 3px #0D1167;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} 

ul.method-list li:last-child {
    margin: 0 auto;
}

ul.method-list li .l {
    width: 100%;
    color: #0D1167;
    font-size: 120%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.method-list li .l:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/index/sodan_icon-tel.svg");
}
ul.method-list li .l.meth-tel:before {
    background-image: url("../img/index/sodan_icon-tel.svg");
}
ul.method-list li .l.meth-mail:before {
    background-image: url("../img/index/sodan_icon-email.svg");
}
ul.method-list li .l.meth-taimen:before {
    background-image: url("../img/index/sodan_icon-taimen.svg");
}

ul.method-list li .r {
    width: 100%;
    text-align: center;
    font-size: 90%;
}

ul.method-list li .r .tel,ul.method-list li .r .email {
    font-size: 140%;
    font-weight: 600;
}

.how-container .memo {
    width: 90%;
    margin: 0 auto;
}


/**相談内容**/

.sodan-fukidasi {
    width: 80%;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 16px;
    position: relative;
    display: block;
    border: 2px solid #0D1167;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 120%;;
    font-weight: 600;
    line-height: 1.5;
    color:#0D1167;
    text-align: center;
}

.sodan-fukidasi:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #0D1167 transparent transparent;
  translate: -50% 100%;
}

.sodan-fukidasi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #FFF transparent transparent;
  translate: -50% 100%;
}


ul.sodan-list {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.sodan-list li {
    width: 80%;
    margin: 0 auto 30px;
    padding: 15px 10%;
    position: relative;
    overflow: hidden;
    background-color: #EAF9FC;
    border-radius: 50px;
    color: #0D1167;
    font-size: 100%;
    font-weight: 600;
}

ul.sodan-list li:before {
    content: "●";
    display: inline-block;
    font-size: 80%;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    color: #FF5F8A;
}

section.sodan-sec .memo {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

/***脳卒中・心臓病について***/

.placeholder {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    
}

/***NEWS-SNS***/

.news-sec-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.news-sec-wrap .nbox {
    width: 100%;
}

.news-sec-wrap .nbox h3.news-mds {
    width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #0D1167;
    font-size: 160%;
    font-weight: 600;
}

.news-sec-wrap .fb {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.nbox-flex {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nbox-flex .ind-btn {
    width: 50%;
}


ul.link-list {
    width: 80%;
    margin: 100px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px 2%;
}

ul.link-list li {
    width: 22%;
}
ul.link-list li a {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.3s;
}

ul.link-list li a:hover {
    opacity: 0.5;
}


}
