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

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

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

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

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

h2.ind-hd {
   width: 100%;
   margin: 0 0 40px;
   padding: 0;
   position: relative;
   overflow: hidden;
   text-align: center;
   color: #13105F;
   font-size: 240%;
   line-height: 210%;
   font-weight: 500;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.03em;
}

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: 18%;
    margin: 0 auto 40px;
    padding: 20px 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: 90%;
    margin: 0 auto 20px;
}

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

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

.btn-treatments:hover {
    background-color: #E44C1F;
    letter-spacing: 0.05em;
}

.btn-treatments a {
    width: 100%;
    display: block;
    padding: 30px 0;
    font-size: 110%;
    color: #FFF;
    text-decoration: none;
}

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

ul.content-btns li {
    width: 30%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #13105F;
    font-size: 120%;
    line-height: 210%;
    transition: all 0.3s;
}

ul.content-btns li:hover {
    background-color: #120c39;
    letter-spacing: 0.05em;
   
}

ul.content-btns li a {
    width: 100%;
    padding: 30px 0;
    display: block;
    color: #FFF;
    text-decoration: none;
}

.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: flex;
    justify-content: space-between;
}

ul.icon-btns li {
    width: 33%;
    border-left: solid 2px #FFF;
    display: flex;
    justify-content: space-around;
    transition: 0.3s;
}

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

ul.icon-btns li:nth-child(3n) {
    border-right: solid 2px #FFF;
}

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%;
}

