@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/*============= 色指定ここから =============*/
.main1c .section h2:after,
.main1c .section .block-title,
.main1c .section .box,
.main1c .cdlist-default .cdlist-title,
.main1c .section .underline:after,
.main1c p.point-number {
  background: #cc0033;  /*【←アクセントカラーを設定】*/
}

.all-section {
  background: #000066 !important;  /*【←背景色を設定】*/
}

/*============= 色指定ここまで =============*/

/*============ 全体用CSSここから ===========*/

/*===== TOP画像ここから =====*/

.main1c .all-section {
	padding: 0px 0 30px;
}

.main1c #section01 {
	padding: 0px 0;
}

.main1c #section01 h2 {
	width: 100%;
	padding: 0px 0px 0px!important;
	background: none;
}

.main1c #section01 .block {
	background: none;
}

.main1c #section01 h2::after{
    background:none;
}

/*===== TOP画像ここまで =====*/

.top_center {
	background-size:cover;
	font-family: NotoSerifJP,serif;
    color: #ffffa3;
    font-size: 220%;
    font-weight: bold;
    text-align: center;
	padding-top:50px;
    text-shadow: 0 0 8px #ff8c00;
}

.top {
	width:800px;
	margin:0 auto 0 auto;
	background-size:cover;
	font-family: NotoSerifJP,serif;
	padding:30px 0 50px 0;
    color: #ffffff;
    font-size: 150%;
    text-shadow: 0 0 8px #666666;
}


.red{
	font-weight:bold;
	color:#ff6347;
}


.maku {
    font-weight: bold !important;
    border-bottom: 1px dotted #aaa;
    padding: 10px;
    background: #000066;
    color: #fafad2 !important;
    margin-top: 0px !important;
}

.space{
	display: block!important;
	margin-left:-5px !important;
	color:#000000 !important;
	font-size:100% !important;
	padding-top:0px !important;
	margin-top: -25px;
}

#column2_2{
	padding:20px 0 20px 0;
	margin-left:-10px;
}


/*============ 全体用CSSここまで ===========*/

@media screen and (max-width: 767px) {
/*======= スマートフォン用CSSここから ======*/
.main1c .all-section {
	padding: 0px 0 15px;
}
.top_center {
    font-size: 5.5vw;
    padding: 20px 20px;
}
.top {
	width: 85%;
	font-size: 16px;
	padding: 0 0 20px;
}
.space{
	display: inline!important;
	margin-left:0px !important;
	color:#000000 !important;
	font-size:100% !important;
	padding-top:0px !important;
	margin-top: 0px;

}
#column2_2{
	padding:20px;
	margin-left:0;
}

/*======= スマートフォン用CSSここまで ======*/
} /* end media query */