@charset "utf-8";
/* CSS Document */

/* 初期設定 */



@import "../font/flaticon.css";


* {
    border: medium none;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    font-size: 14px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #151515;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0.03em;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

a:hover img,
input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

.spImg {
    display: none;
}

.printTitle {
    display: none;
}

/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


.effect {
    transition: 0.5s;
    transform: translateY(40px);
}

.effect_up {
    transform: translateY(0px);
}


.sp {
    display: none;
}

@media(max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .scroll_btn {
        display: none;
    }
}


/* ===================================
 メイン～タブ切り替え
=================================== */

/*.shinagawa_main {
    margin-top: 230px;
}*/

.equipment_main h2 {
    margin-bottom: 0;
}

.equipment_main ul {
    display: flex;
    justify-content: center;
    margin-bottom: 100px
}

.equipment_main li {
    padding: 40px;
}

.equipment_main p {
    font-size: 25px;
}

.main_visual {
    width: 100%;
    margin-bottom: 100px;
}

.title img {
    width: 355px;
}

.title p {
    margin-bottom: 30px;
}

@media only screen and (max-width:780px) {

    .equipment_main ul {
    margin-top: 40px;
    display: block;
    margin: 10px;
    margin: 0 auto;
    }

    .equipment_main li {
        padding: 20px 20px 0px 20px;

    }
    
     .equipment_main li img{
         width: 100%
    }

    .equipment_main p {
        font-size: 20px;
    }

    .title img {
        width: 80%;
    }

    .main_visual {
        margin: 40px 0;
    }

}

