@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #7d9a9a; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #7d9a9a; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #7d9a9a; /* キーカラーを指定 */
}

.small{
	font-size:85% !important;
}

.right{
	float:right;
}

#cta-attention {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0 30px;
}

.cta-pagelink {
    font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif; color: #fff !important;
    display: block;
    background: #f51d12;
    border: 3px solid #f51d12;
    width: 610px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 35px;
    font-weight: bold;
    box-shadow: 0 2px 6px #aaa;
    height: 100px;
    line-height: 94px;
    overflow: hidden;
    text-decoration: none !important;
}


#related_bnr {
    width: 1050px;
    margin: 0 auto;
}

#related_bnr h2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 3px;
    border-top: none;
}

#related_bnr p {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 10px;
}

#related_bnr p img {
    width: 96%;
    margin: 0 2% 10px;
}

.big{
	font-size:150% !important;
}

.bold{
	font-weight:bold;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */
.cta-pagelink{
	width:100%;
}

#related_bnr {
    width: 100%;
}

#related_bnr p {
    width: 100%;
}

.cta-pagelink {
	font-size:25px;
}

}/* Media Query for SmartPhone */