@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000;
	font-weight: 500;
	line-height: 2.2em;
}

p {
	margin: 0;
}

img {
	vertical-align: bottom;
}

header {
	background-color: #F9F4EB;
	border-bottom: 4px solid #B09F8C;
}

footer {
	background-color: #F9F4EB;
	border-top: 6px solid #B09F8C;
}

h2 {
	font-size: 30px;
}

.title {
	max-width: 800px;
	margin: 0 auto;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	border-left: 1px solid #B09F8C;
	border-right: 1px solid #B09F8C;
	padding: 20px 0 40px;
}

.con_base {
	padding: 0 35px;
	font-family: "游ゴシック", "Yu Gothic";
}

.con_base:before, .con_base:after {
	content: " ";
    display: table;
}

.page_title {
	margin: 0;
    /*font-size: 3.8rem;*/
	line-height: 1.75em;
	font-family: "游ゴシック", "Yu Gothic";
	padding: 0 0 20px;
}

.date_txt {
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}

.share_list {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style-type: none;
}

.red_cap {
	text-align: right;
	font-weight: 700;
	color: #FF191D;
	padding-bottom: 10px;
}

.con_pic {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.con_txt {
	margin-bottom: 20px;
	font-size: 18px;
	
}

.con_accent {
	font-weight: bold;
	font-size: 22px;
	color: #FF191D;
	background: url("../../images/img_border.gif") no-repeat left bottom 2px/100% 0.5em;
}

.con_title {
	font-size: 34px;
	color: #0066cc;
	line-height: 1.5em;
}

.con_topics {
	border-bottom: 2px dashed #FF8C28;
	padding-bottom: 25px;
}

.con_title02 {
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #FF8C28;
}
.con_title02:before,
.con_title02:after {
	content: "";
	height:1px;
	flex-grow: 1;
	border-bottom: 2px dashed #FF8C28;
}
.con_title02:before {
	margin-right: 5px;
}
.con_title02:after {
	margin-left: 5px;
}

.con_pic02 {
	width: 50%;
	margin: 0 auto;
}

.about_coupon {
	text-align: center;
	padding-top: 5px;
}

.coupon_tit {
	text-align: center;
    padding-top: 25px;
    font-weight: bold;
    font-size: 25px;
	color: #FF191D;
}

.coupon_txt {
	display: inline-block;
    text-align: left;
    font-size: 18px;
}

.coupon_txt02 {
	text-align: center;
	font-size: 18px;
}

.red_cap02 {
	color: #FF191D;
	font-weight: bold;
}

.con_pic_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.con_pic_box {
	width: 30%;
	margin-right: 3%;
}

.con_pic_box:last-child {
	margin-right: 0;
}

.btn_coupon_wrap {
	padding-top: 15px;
}

.btn_coupon {
	width: 50%;
	margin: 0 auto;
}

.btn_coupon a {
	transition: .3s;
}

.btn_coupon a:hover {
	opacity: 0.7;
}

.store_link {
	text-align: center;
	line-height: 1.75em;
	padding-top: 10px;
}

.con_footer {
	max-width: 800px;
	margin: 0 auto;
	padding: 25px 0;
}

.link_sponsored {
	text-align: right;
	padding-bottom: 10px;
	color: #999;
}

.ft_copyright {
	text-align: center;
}



@media screen and (max-width: 785px) {
	.con_pic_box {
		width: 45%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 414px) {
	body {
		line-height: 1.8em;
	}
	
	.title {
		width: 80%;
	}
	
	.page_title {
		font-size: 20px;
		line-height: 1.5em;
	}
	
	.con_base {
		padding: 0 15px;
	}
	
	.date_txt {
		font-size: 13px;
		padding: 0 15px;
	}
	
	.red_cap {
		font-size: 13px;
		font-weight: 700;
	}
	
	.con_txt {
		font-size: 16px;
	}
	
	.con_accent {
		font-size: 18px;
	}
	
	.con_title {
		font-size: 18px;
	}
	
	.con_title02 {
		font-size: 20px;
	}
	
	.con_pic02 {
		width: 70%;
	}
	
	.coupon_txt {
		font-size: 14px;
	}
	
	.coupon_txt02 {
		font-size: 14px;
	}
	
	.coupon_tit {
		font-size: 20px;
		padding-top: 15px;
	}
	
	.con_pic_list {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	.con_pic_box {
		width: 100%;
		margin-right: 0;
	}
	
	.con_footer {
		padding: 25px 20px;
	}
	
	.link_sponsored {
		font-size: 14px;
	}
	
	.ft_copyright {
		font-size: 14px;
	}
	
	.sp_br {
		display: none;
	}
	
}
