.sp {
    display: none;
}
.pc {
    display: block;
}

@media screen and (max-width:1350px) {
.b05-life div, .b05-paint div {
    right: -50px;
}
}

@media screen and (max-width: 1024px) {
.under .concept-txt {
    font-size: 20px;
    margin-bottom: 15px;
}
.box06:after {
    content: none;
}
#wrapper {
    min-width: 100%;
}
.container {
    width: 100%;
    padding: 0 3%;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
/*header*/
#header {
    position: fixed;
    width: 100%;
    border-bottom: none;
    transform: none;
    left: 0;
}
/**Gnavi**/
#gnavi {
    display: none;
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    height: calc(100% - 115px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #f36933;
}
#gnavi > ul.container {
    display: block;
    width: 100%;
    padding: 0;
}
#gnavi .submenu {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
}
#gnavi > ul > li.sp:before {
    background: #000;
}
#gnavi a, #gnavi span {
    padding: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#gnavi .submenu {
    background: #fff;
}
#gnavi .submenu a, #gnavi .submenu span {
    color: #004498;
}
#gnavi > ul > .over:after {
    position: absolute;
    content: '';
    padding: 3px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    transform: rotate(45deg);
    top: 20px;
    right: 20px;
    transition: all 0.5s ease;
    width: 0;
    height: 0;
}
#gnavi > ul > .over:hover:after {
    border-right: 2px solid #004794;
    border-bottom: 2px solid #004794;
}
#gnavi > ul > .active:after {
    transform: rotate(-135deg);
}
#gnavi li.close-menu {
    display: block;
    width: 190px;
    margin: 30px auto;
    color: #004794;
    font-size: 15px;
    text-align: center;
    background: #fff70f;
    line-height: 45px;
    font-weight: bold;
    cursor: default;
}
#gnavi li.close-menu:hover {
    background: #fff70f;
    color: #004794;
}
#gnavi li.close-menu:before, #gnavi li.close-menu:after {
    content: none;
}
#gnavi li.close-menu span {
    cursor: default;
    color: #004794;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    width: auto;
}
.close-menu span {
    margin-right: 5px;
}
/* MENU-ICON */
.menu-icon {
    margin: 0;
    width: 53px;
    height: 51px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    padding: 24px 3px 0;
    float: right;
    position: relative;
    margin-bottom: 10px;
}
.menu-icon p {
    margin-bottom: 0;
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    color: rgba(0,158,65,0.9);
    font-family: 'NotoSansCJKjp-Light';
}
.menu-icon span {
    display: block;
    margin: 0;
    width: 35px;
    height: 4px;
    background-color: rgba(0,158,65,0.9);
    border-radius: 1px;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 35px;
    height: 4px;
    background-color: rgba(0,158,65,0.9);
    border-radius: 1px;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
}
.menu-icon span::before {
    margin-top: -10px;
}
.menu-icon span::after {
    margin-top: 10px;
}
.menu-icon.active span {
    background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*Mainvisual*/
h1 a:hover img {
    opacity: 1;
}
.header-sp {
    background: #fff;
    display: flex;
    z-index: 999;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-sp >div {
    display: flex;
    align-items: center;
}
.gnavi-sp {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 999;
}
.gnavi-sp li {
    width: 100%;
    border-bottom: 1px solid rgba(0,158,65,0.9);
    text-align: center;
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 16px;
}
.gnavi-sp li:first-child {
    border-top: 1px solid rgba(0,158,65,0.9);
}
.gnavi-sp li:last-child {
    border-bottom: none;
    width: 200px;
    margin: 30px auto;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid rgba(0,158,65,0.9);
    background: rgba(0,158,65,0.9);
    transition: all .7s;
}
.gnavi-sp li a {
    display: block;
    padding: 9px 0;
    font-family: 'NotoSansCJKjp-Regular';
    text-decoration: none;
    font-size: 16px;
    transition: all .7s;
    color: rgba(0,158,65,0.9);
}
.gnavi-sp li a:hover {
    background: rgba(0,158,65,0.9);
    color: #fff;
}
#totop {
    width: 40px;
    bottom: 75px;
    right: 10px;
}
#mainvisual {
    margin-top: 80px;
    height: 500px;
/*
    display: flex;
    justify-content: center;
    align-items: center;
*/
}
	.slider01, .slider02, .slider03, .slider04, .slider05, .slider06 {
		height:500px!important;
	}
.phone-sp, .mail-sp {
    margin: 0 6px 0 15px;
    padding: 0 3px;
}
.phone-sp a, .mail-sp a {
    font-size: 13px;
    text-decoration: none;
    color: #1a1a1a;
    background: #99AF54;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4em;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'NotoSansCJKjp-Regular';
    font-weight: bold;
    transition: all .7s;
    position: relative;
}
.phone-sp a:before, .mail-sp a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/phone-sp.png)center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
}
.mail-sp a:before {
    background: url(../images/mail-sp.png)center no-repeat;
    background-size: contain;
}
.mail-sp a:hover:before {
    background: url(../images/mail-sp-off.png)center no-repeat;
    background-size: contain;
}
.mail-sp a:hover {
    background: #ff592c;
    color: #fff;
}
#index h2 {
    position: absolute;
    font-size: 7vmin;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 10px;
}
#index h2 span {
    font-size: 16px;
}
#index h2 p {
    font-size: 3.5vmin;
    margin-top: 3px;
    letter-spacing: 0.05em;
    margin-right: 10px;
}
.idx-scroll {
    display: none;
}
.box01 {
    padding: 40px 0 0;
}
#index h3 {
    font-size: 37px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
#index h3.small {
    font-size: 26px;
}
.box01 .idx-h3 {
    font-size: 13px;
    margin-bottom: 20px;
}
.box01 > .container:last-child {
    flex-direction: column;
}
.b01-cnt {
    padding-top: 10px;
    margin-bottom: 0;
}
.b01-cnt, .b01-logo {
    width: 100%;
}
.b01-tlt, .box03 .b01-tlt, .box09 .b01-tlt, .box10 .b01-tlt, .box11 .b01-tlt, .box12 .b01-tlt, .box13 .b01-tlt, .box14 .b01-tlt, .box15 .b01-tlt {
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
}
.box03 .b03-span, .box09 .b03-span, .box10 .b03-span, .box11 .b03-span, .box12 .b03-span, .box13 .b03-span, .box14 .b03-span, .box15 .b03-span {
    font-size: 17px;
    text-align: center;
}
.box01 .b01-tlt {
    margin-bottom: 15px;
}
.box01 .b01-txt p {
    margin-bottom: 10px;
}
.b01-txt p {
    font-size: 17px;
}
.b01-btn {
    flex-direction: column;
    align-items: center;
}
.b01-img {
    text-align: center;
    margin-bottom: 50px;
}
.idx-btn {
    margin-bottom: 20px;
}
.box02, .box13 {
    height: 200px;
}
.box02 .idx-h3, .box13 .idx-h3 {
    font-size: 13px;
}
.box03 .container {
    flex-direction: column-reverse;
    padding: 40px 3%;
}
.b03-img {
    width: 100%;
    position: static;
}
.b03-cnt {
    width: 100%;
    margin-bottom: 15px;
}
.b03-cnt:before, .b01-cnt:before {
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 42px;
}
.b03-cnt .idx-btn {
    margin-top: 30px;
    text-align: center;
}
.b03-cnt .idx-btn a {
    padding: 10px 60px;
}
.b04-tlt {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.b04-btn {
    font-size: 13px;
    margin-bottom: 0;
}
.b04-btn:after {
    padding: 4px;
    right: -20px;
}
.b04-txt {
    margin-bottom: 0;
}
.box04 li a div {
    margin-bottom: 10px;
}
.box04 .container {
    padding: 50px 3% 32px;
}
.box04 .list-col02 {
    display: block;
}
.box04 .list-col02 li:nth-child(n) {
    margin: 0 auto 20px;
}
.box05 {
    height: auto;
    flex-direction: column;
}
.b05-qa, .b05-rest {
    width: 100%;
}
.b05-qa div {
    width: 200px;
    padding: 20px 3%;
    justify-content: center;
    align-items: center;
}
.b05-qa {
    justify-content: center;
}
.b05-qa .b04-tlt {
    margin-left: 0;
    font-size: 35px;
}
.box05 .b04-tlt > span {
    font-size: 25px;
}
.box05 .b04-btn {
    margin-bottom: 8px;
}
.b05-life, .b05-paint {
    height: auto;
    padding: 20px 3%;
    justify-content: center;
    align-items: center;
}
.b05-paint {
    padding: 30px 3%;
}
.b05-life div, .b05-paint div {
    width: 100%;
    position: static;
}
.box05 .b04-tlt {
    font-size: 32px;
    margin-left: 0;
}
.box06 .container {
    padding: 50px 3% 40px;
    justify-content: center;
    flex-direction: column;
}
.b06-cnt, .b06-img {
    position: static;
    width: 100%;
    text-align: center;
}
.b06-tlt {
    font-size: 21px;
    text-align: center;
    margin-bottom: 25px;
}
.b06-tlt:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}
.b06-tlt01 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
}
.b06-txt p {
    font-size: 14px;
}
.b06-btn {
    margin: 20px auto 30px;
    width: 300px;
}
.b06-btn a {
    font-size: 12px;
    padding: 20px 20px 20px 100px;
}
.b06-btn a:after {
    padding: 4px;
    right: 15px;
}
.box07 {
    height: auto;
}
.box07 .container {
    padding: 30px 3%;
    background: #f4f2f2;
}
.b07-cnt {
    padding: 80px 20px 30px;
}
.b07-tlt {
    font-size: 21px;
    margin-bottom: 10px;
}
.b07-tlt::before {
    width: 130px;
    height: 36px;
    top: -45px;
}
.b07-txt {
    line-height: 1.8em;
    margin-bottom: 15px;
}
.b07-btxt {
    font-size: 16px;
    margin-bottom: 7px;
}
.box07 .idx-btn {
    margin-top: 30px;
    margin-bottom: 20px;
}
.idx-btn a {
    font-size: 13px;
}
.box08.container {
    padding: 30px 3% 10px;
    flex-direction: column;
    justify-content: center;
}
.box07 .container {
    display: block;
}
.box07 .container > div {
    width: 100%;
    margin-bottom: 20px;
}
.b08-list {
    padding: 0 15px;
    max-height: 150px;
}
.b08-list li {
    align-items: flex-start;
    margin-bottom: 5px;
}
.b08-date {
    padding-top: 4px;
    font-size: 11px;
    margin-right: 15px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px!important;
}
.b08-tlt {
    font-size: 22px;
}
    .b08-btn{
        margin-bottom: 0;
    }    
.b08-ltlt a, .b08-btn a {
    font-size: 12px;
}
.f-top .container {
    padding: 40px 3% 30px;
    flex-direction: column;
}
.f-left, .f-right {
    width: 100%;
    padding-left: 0;
}
.f-tel {
    font-size: 40px;
    text-align: center;
}
.f-tel span {
    font-size: 27px;
}
.f-time {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-align: center;
}
.f-right a {
    width: 100%;
}
.f-btn-top {
    font-size: 13px;
    margin-bottom: 13px;
}
.f-btn-bottom {
    font-size: 25px;
}
.f-btn {
    height: auto;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
}
.f-btn-top:after {
    width: 105%;
}
.f-btn-bottom:before {
    left: -70px;
}
.f-btn-bottom:after {
    right: -70px;
    padding: 4px;
}
.f-mid {
    background: none;
    height: auto;
}
.f-bottom {
    display: none;
}
#footer .copy .container {
    padding: 15px 3% 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer .copy p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.ltr-05 {
    letter-spacing: 0;
}
.box04 .wrap, .box03 .container, .box09 .container, .box10 .container, .box11 .container, .box12 .container, .box14 .container, .box15 .container {
    display: block;
    padding: 40px 3%;
}
.box04 .wrap {
    padding: 0;
}
.box04 .b04-img {
    text-align: center;
    margin-bottom: 0;
}
.b04-txt, .b03-img, .b10-img, .b12-img, .b15-img, .b09-img, .b11-img, .b12-img, .b03-cnt, .b09-cnt, .b10-cnt, .b11-cnt, .b12-cnt, .b14-cnt, .b15-cnt {
    width: 100%;
    margin: 0 auto;
}
.b03-cnt .idx-btn, .b09-cnt .idx-btn, .b10-cnt .idx-btn, .b11-cnt .idx-btn, .b12-cnt .idx-btn, .b14-cnt .idx-btn, .b15-cnt .idx-btn {
    margin: 30px auto 0;
    text-align: center;
}
.b03-img, .b10-img, .b12-img, .b15-img, .b09-img, .b11-img, .b12-img, .b10-img, .b12-img, .b14-img, .b15-img {
    text-align: center;
}
.b06-cnt .idx-btn {
    text-align: center;
    margin: 40px auto;
}
 @-moz-document url-prefix() {
 #index h2 p {
 font-size: 3.5vmin;
 margin-top:0;
}
}
.box04 .list-col04 {
    display: block;
}
.box04 .list-col04 li {
    margin: 0 auto;
}
.box04 .idx-btn {
    margin: 5px auto;
}
.box04 .idx-btn a {
    letter-spacing: 0;
    font-size: 12px;
    padding: 11px 40px 13px 10px;
    width: 300px;
}
#index .ttl-h3 {
    font-size: 22px;
    letter-spacing: 0;
}
.b01-tlt, .b03-span {
    letter-spacing: 5px;
}
.b09-img .image, .b10-img .image, .b11-img .image, .b12-img .image {
    margin: 0 auto;
}
/*Under*/
.under #content {
    width: 100%;
    padding: 0 3%;
}
section, .section {
    margin: 0 0 30px;
}
.image-l, .image-r {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
}
.under #mainvisual {
    height: 180px;
    margin-top: 132px;
}
.under h2 {
    font-size: 22px;
    padding: 20px 30px;
}
.topic-path {
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding: 15px 3%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.topic-path li, .topic-path li a {
    font-size: 12px;
}
.under h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.under h4 {
    font-size: 18px;
}
.under h5 {
    font-size: 16px;
}
.under-frm {
    padding: 30px;
}
.under-frm h5, .under-frm h6 {
    margin-bottom: 20px;
}
.under-qa dt {
    padding: 15px 15px 15px 100px;
}
.under-qa dt > span {
    padding: 5px 14px 10px 14px;
    font-size: 20px;
}
.under-qa dd {
    padding: 30px 30px 30px 100px;
}
.under-qa dd > span {
    font-size: 20px;
    left: 0;
}
.under-qa .title {
    font-size: 14px;
}
.under-tbl.break {
    border: 1px solid #bfbfbf;
}
.under-tbl.break th, .under-tbl.break td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
}
.list-bnr a {
    width: 100%;
    padding: 40px 20px;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 0;
}
.ltr-05 {
    letter-spacing: 0;
}
.tbl-col02 {
    display: block;
}
.tbl-col02 li {
    width: 100%;
}
.tbl-col02 li:first-child {
    margin-bottom: 30px;
}
.bnr-tel {
    width: 100%;
}
.bnr-tel dt {
    font-size: 22px;
}
.under #footer {
    margin-top: 50px;
}
.plate-tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
}
.plate-tbl {
    border-bottom: 1px solid #bfbfbf;
}
.f-call {
    position: fixed;
    bottom: -5px;
    left: 0;
    z-index: 99;
    width: 100%;
}
.f-call .b06-btn {
    margin: 0;
    width: 100%;
}
.f-call .b06-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #009e41;
}
.f-call .b06-btn a:before {
    position: relative;
    left: 0;
    transform: none;
    margin-right: 20px;
    background: url(../images/b06_btn.png)center no-repeat;
    background-size: auto;
}
.f-call .b06-btn a:after {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 20px;
}
#footer {
    margin-bottom: 69px;
}
.f-bnr {
    display: none;
}
/** start table scroll***/
/*<p class="sp note">※表は左右にスクロールして確認することができます。</p>
<p class="sp note">※画像は左右にスクロールして確認することができます。</p>*/
.tbl-scroll, .img-scroll {
    overflow-x: scroll;
}
.tbl-scroll > table, .img-scroll img {
    min-width: 640px;
}
.tbl-scroll > table > table {
    min-width: 100%;
}
/** end table scroll***/
.note {
    color: #f4451c;
    font-size: 12px;
}
.image-r.mt-50 {
    margin-top: 0;
}
.list-col02 {
    display: block;
}
.list-col02 li:first-child {
    margin: 0 auto 30px;
}
.idx-arrow01 {
    margin: 0;
    position: absolute;
    width: 50px;
    bottom: 20px;
    left: calc(50% - 25px);
}
.idx-arrow02 {
    text-align: center;
}
.idx-arrow02 img {
    width: 50px;
}


.itemsearch{
    margin-bottom: 3vw;
    padding: 4vw;
}
.itemsearch form{
    margin-top: 0.5rem;
}
.itemsearch .formtxt{
    width: 60%;
    height: 30px;
    padding: 0 5px;
}
.itemsearch .formbtn,.itemsearch .formbtn:hover{
    transition: 0.5s;
}
.itemsearch .formbtn{
    width: 90px;
    height: 30px;
}
.itemsearch .formbtnttl{
    font-size: 4vw;
    color: #fff;
}
.itemsearch h4{
    margin-bottom: 4vw;
    font-size: 3.4vw;
}
.itemsearch h4 strong{
    position: relative;
    top: 0.13rem;
    font-size: 4.7vw;
}
.itemsearch .itemno,.itemsearch .itemname{
    display: block;
    line-height: 1.4;
}
.itemsearch .itemno{
    margin-right: 0;
}
.itemsearch table{
    width: 100%;
}
.itemsearch th,.itemsearch td{
    display: block;
    width: 100%;
    text-align: left;
}
.itemsearch th{
    display: none;
}
.itemsearch td{
    position: relative;
    padding:15vw 4vw 4vw;
    font-size: 4vw;
    background: #fff;
    border-bottom: none;
}
.itemsearch td:last-child{
    border-bottom: 1px solid #ccc;
}
.itemsearch td::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11vw;
    padding: 2vw 4vw;
    font-size: 3vw;
    font-weight: normal;
    color: #333;
    background: #E8E8E8;
}
.itemsearch td:nth-child(1)::before{
    content: "シリーズ名・品番";
}
.itemsearch td:nth-child(2)::before{
    content: "サイズ";
}
.itemsearch td:nth-child(3)::before{
    content: "規格・材質・色";
}
}

@media screen and (max-width: 480px) {
.logo-sp {
    width: 220px;
}
.list-bnr a {
    font-size: 17px;
}
.phone-sp a, .mail-sp a {
    font-size: 11px;
    width: 45px;
    height: 45px;
}
.phone-sp, .mail-sp {
    padding: 0 2px;
}
.under-qa dt {
    padding: 15px 15px 15px 70px;
}
.under-qa dd {
    padding: 30px 30px 30px 70px;
}
.under-qa dt > span, .under-qa dd > span {
    width: 60px;
}
	.box10 .b09-img .image {
	width:auto;
		padding-top:0;
}
	.slider01, .slider02, .slider03, .slider04, .slider05, .slider06 {
		height:400px!important;
	}
	#mainvisual {
		height:400px;
	}
}

@media screen and (max-width:450px) {
.box04 ul {
    flex-direction: column;
}
.box04 li {
    width: 100%;
    margin-bottom: 20px;
}
.box04 li a div {
    height: 180px;
}
.phone-sp a:before, .mail-sp a:before {
    width: 31px;
    height: 31px;
}
}

@media screen and (max-width:375px) {
.phone-sp a:before, .mail-sp a:before {
    width: 25px;
    height: 25px;
}
.phone-sp a, .mail-sp a {
    width: 35px;
    height: 35px;
}
}
