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

@media screen and (max-width: 820px) {

.car-area {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sec-wrap {
    padding: 60px 0;
}

h2.ind-hd {
   margin: 0 0 40px;
   font-size: 160%;
   line-height: 210%;
   font-weight: 500;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.03em;
   border:none;
}

ul.treatments-list {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.treatments-list li {
    width: 45%;
    margin: 0 auto 40px;
    padding: 10px 0 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    
    transition: all 0.4s;
}

ul.treatments-list li:hover {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

ul.treatments-list li a {
    display: block;
    color: #333333;
    text-decoration: none;
}

ul.treatments-list li .t-img {
    width: 70%;
    margin: 0 auto 20px;
}

ul.treatments-list li .t-label {
    font-size: 110%;
    font-weight: bold;
}

.btn-treatments {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    background-color: #E46C22;
    text-align: center;
    transition: all 0.3s;
}

ul.content-btns {
    display: block;
}

ul.content-btns li {
    width: 80%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #13105F;
    font-size: 100%;
    line-height: 180%;
    transition: all 0.3s;
}

ul.content-btns li:last-child {
    margin: 0 auto;
}

ul.content-btns li a {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.content-btns li a:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../img/common/sp_nav-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.ind-news {
    width: 100%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    border-top: solid 15px #D5D4F7;
    border-bottom: solid 5px #D5D4F7;
}

ul.icon-btns {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    justify-content: space-between;
}

ul.icon-btns li {
    width: 100%;
    margin: 0 0 30px;
    border-left: none;
}

ul.icon-btns li:hover {
    opacity: 0.5;
}

ul.icon-btns li:nth-child(3n) {
    border-right: none;
}

ul.icon-btns li a {
    width: 100%;
    padding: 20px 0;
    display: block;
    text-decoration: none;
}

ul.icon-btns li .icon {
    width: 50%;
    margin: 0 auto;
}

ul.icon-btns li .txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 140%;
    color: #13105F;
    line-height: 180%;
}

}