@charset "utf-8";.mainContents {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    font-family: 'Arial Narrow', 'Arial', '小塚ゴシック Pro', 'Kozuka Gothic Pro', 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-size: 1.0rem;
}
.title-box {
    text-align: center;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #7d7d7d;
    padding-bottom: 14px;
}
.mainContents h2.title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
}
.title-box .subtitle {
    margin-top: 22px;
    font-size: 1.4rem;
	letter-spacing: 2px;
    color: #7d7d7d;
}
.title-box .subtitle {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
}
.la-box {
    overflow: hidden;
    clear: both;
    width: 270px;
    margin: 0 auto 50px;
}
.la-box ul {
	display: flex;
	justify-content: space-between;
}
.la-box li.list {
    font-weight: normal;
    margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
}
li {
    list-style-type: none;
}
.la-box li.list a {
    font-weight: 600;
}
.mainContents a {
    text-decoration: none;
    display: inline-block;
}
.shipguide_area_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.shipguide_area_wrap_inr {
    margin-bottom: 5%;
}
.shipguide_area_wrap_inr h3 {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
    color: #3c3c3c;
}
.shipguide_area_wrap_inr p {
    font-size: 13px;
    line-height: 1.7;
    padding: 1% 0;
	letter-spacing: .05em;
    margin: 10px 0;
}
.shipguide_area_wrap_inr a {
    font-weight: 700;
    line-height: 30px;
    text-decoration: underline;
}
a:visited, a:link {
    color: #333;
}

@media (max-width: 750px) { /* mobile */
	.mainContents {
        max-width: 100%;
        width: 100%;
    }
	.title-box {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 30px;
    }
	.mainContents h2.title {
        font-size: 19px;
        font-size: 1.9rem;
    }
	.la-box {
        max-width: 100%;
    }
	.la-box ul {
		overflow-x: auto;
	}
	.shipguide_area_wrap {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }
	.shipguide_area_wrap_inr h2 {
        font-size: 20px;
    }
}

@media (min-width: 751px) { /* PC */
	.mainContents {
        padding: 20px 26px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	.title-box {
        font-size: 2.8rem;
		margin-bottom: 40px;
    }
	.title-box .subtitle {
        margin-top: 22px;
        font-size: 1.4rem;
    }
}