@charset "UTF-8";

/* contribution↓ */

main {
    width: 100%;
    border-top: 1px #d3d3d3 solid;
}

#maincontents {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    margin-top: 20px;
    color: #555555;
}

.breadcrumb ul li {
    font-size: 12px;
    display: inline;
}

.breadcrumb ul li a {
    color: #74bca5;
    text-decoration: underline;
}

.breadcrumb ul li span {
    margin: 0 10px;
}

.title {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.title p:first-child {
    font-size: 15px;
    color: #74bca5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.title h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.2em;
}

.title p:last-child {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 110px auto;
}

.contents {
    margin-bottom: 80px;
    width: 1200px;
}

.contents div:first-child {
    width: 100%;
    margin-bottom: 75px;
}

.contents div:nth-child(2) {
    padding: 0 50px;
}

.contents div:nth-child(2) h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contents div:nth-child(2) p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
}

.contents:nth-child(3) span {
    margin: 0 10px;
}


/* .contents:last-child {
    margin-bottom: 200px;
} */

.contents:last-child span {
    margin-right: 10px;
}


/* contribution↑ */


/* company↓ */

.greetings {
    font-size: 16px;
    width: 800px;
    margin: 0 auto;
}

.greetings p:first-child {
    font-size: 20px;
    padding: 0 0 30px 0;
}

.greetings table {
    margin-top: 80px;
    border-collapse: collapse;
    font-weight: 400;
}

.greetings table th,
.greetings table td {
    border: 1px solid #c9c9c9;
    height: 60px;
}

.greetings table th {
    background: #f8f8f8;
    width: 223px;
}

.greetings table td {
    padding: 0 45px;
}

.greetings table .btd {
    padding: 30px 45px;
}


/* company↑ */


/* shop↓ */

#shop{
    width: 1200px;
    margin: -30px auto 0 auto;
}

#shop > div{
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 13px 20px;
    border-bottom: 1px #c9c9c9 solid;
}

#shop ul{
    margin-bottom: 50px;
}

#shop ul li{
    padding: 40px 20px 40px 20px;
    border-bottom: 1px #c9c9c9 solid;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#shop ul li > div > p{
    color: #74bca5;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

#shop ul li > div p:last-child{
    font-size: 16px;
}

#shop ul li div:last-child{
    height: 32px;
    width: 136px;
    border: 1px #535353 solid;
    text-align: center;
    position:absolute;
    top:68px;
    right: 0px;
    margin-right: 20px;
}

#shop ul li div:last-child a{
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 100%;
}

#shop ul li div:last-child a::before{
    content: url(../images/mapicon.jpg);
    position:absolute;
    top:5px;
    left: 30px;
}

/* shop↑ */