﻿@charset 'utf-8';


/****************************************************************************
	商品情報設定
*****************************************************************************/
.main {
    width: 100%;
    min-width: 960px;
    height: 140px;
    background: #cdeeff;
}
.main img {
    margin: 54px auto;
}
h2 {
    margin: 30px 0;
    border-bottom: 1px solid #d2d2ce;
    color: #1d258f;
    font-weight: 800;
    font-size: 120%;
    line-height: 30px;
    text-align: left;
}
#container {
    padding-bottom: 39px;
    text-align: left;
}
.tel {
    font-weight: 800;
    font-size: 130%;
}
.time {
    font-weight: 700;
}
.privacy {
    padding: 38px 38px 58px;
    border: 1px solid #d2d2ce;
    font-size: 14px;
    line-height: 24px;
}
.privacy__title {
    font-weight: bold;
    font-size: 16px;
}
.privacy__link {
	color: #1c248f;
	text-decoration: underline;
}
