@charset "utf-8";

/* ------------------------------------------------
	お客様センター通信 common
------------------------------------------------ */

/* 共通設定
--------------------------------------------------------------------*/
/* 色 */
:root {
	--megsnowblue: #0068B7;
	--centerblue: #61A7DA;
	--centergreen: #90BF5B;
}

#customer-center div,
#customer-center p,
#customer-center h1,
#customer-center h3,
#customer-center h4,
#customer-center h5,
#customer-center h6,
#customer-center tr,
#customer-center th,
#customer-center td,
#customer-center dl,
#customer-center dt,
#customer-center dd,
#customer-center a {
	font-size: 12px;
	line-height: 1.833333333;
}

/* 通常見出し */
#maincts .ctsblk .tit {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: calc(14px * 1.18);
}

#maincts .ctsblk .tit.new {
    position: relative;
    padding-left: 50px;
}

#maincts .ctsblk .tit.new::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'NEW';
    margin: 6px 10px 6px 0;
    padding: 0 5px;
    background: #fff;
    color: #D80A2A;
    font-size: .75em;
    line-height: 1.8;
}

#maincts .ctsblk .ctit {
	background:none;
	border-bottom:1px solid #c7e179;
	margin-bottom: 20px;
	padding:0 0 7px;
	font-weight:bold;
}

/* テキスト */
#maincts .ctsblk sup {
	font-size: 10px;
	line-height: 1;
	vertical-align: top;
}

#maincts .ctsblk .note {
	font-size: 10px;
	line-height: 1.8;
}

#maincts .ctsblk .txt_red {
	color: #FF3333;
}

#maincts .ctsblk .fw_b {
	font-weight: bold;
}

#maincts .ctsblk .tag {
	display: inline-block;
	padding: 6px 8px;
	margin-top: 5px;
	width: fit-content;
	border: 1px solid;
	border-radius: 4px;
	color: #535353;
	line-height: 1;
}

#maincts .ctsblk .tag + .tag {
	margin-left: 4px;
}

#maincts .ctsblk .dotlist li {
	text-indent: -1em;
	margin-left: 1em;
}

#maincts .ctsblk .dotlist li::before {
	display: inline-block;
	content: '・';
	width: 1em;
	text-align: center;
	text-indent: 0;
}

#maincts .ctsblk .icontext {
	background: url('/common/img/arrow_1.gif') no-repeat 0 45%;
	padding-left: 16px;
}

/* 画像 */
#maincts .ctsblk .figure {
	margin: 0;
	width: 100%;
	opacity: 1;
	transition: opacity .2s ease-out;
}

#maincts .ctsblk .figure img {
	max-width: 100%;
}

#maincts .ctsblk .figure_caption {
	margin-top: 10px;
	font-size: 10px;
}

#maincts .ctsblk .figure_caption_big {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#maincts .ctsblk .figure_caption_big .new {
	font-size: 10px;
	font-weight: bold;
	color: #FF3333;
	padding: 3px;
	border: 1px solid #FF3333;
	margin-right: 5px;
}

#maincts .ctsblk a:hover .figure {
	opacity: .7;
}

/* 配置 */
.ta_c {
	text-align: center !important;
}

/* マージン */
.mb_0 {
	margin-bottom: 0 !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

/* センター通信用モジュール
--------------------------------------------------------------------*/
/* テキスト */
#maincts .ctsblk .lead {
	position: relative;
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr 1fr;
	margin: 0 0 40px;
	padding-top: 20px;
}

#maincts .ctsblk .lead::after {
	display: block;
	content: '';
	margin-top: -20px;
	width: 100%;
	height: 128px;
	background: url(/customer/center/communication/common/img/bg01.jpg) no-repeat center right;
}

#maincts .ctsblk .topic-lead {
	font-weight: bold;
}

/* 枠 */
#maincts .ctsblk .cntbox {
	display: grid;
}

#maincts .ctsblk .cntbox_2fr {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#maincts .ctsblk .cntbox_3fr {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 21px;
}

#maincts .ctsblk .cntbox_1to2 {
	grid-template-columns: 2fr 1fr;
	gap: 21px;
}

#maincts .ctsblk .cntbox_2to1 {
	grid-template-columns: 1fr 2fr;
	gap: 21px;
}

#maincts .ctsblk .column {
	margin-top: 40px;
	border: 1px solid #e5e5e5;
}

#maincts .ctsblk .column_inner {
	padding: 30px 20px;
}

/* 体裁：おすすめ商品 */
#maincts .ctsblk .recommend + .recommend {
	margin-top: 60px;
}
#maincts .ctsblk .recommend h3 {
	margin-bottom: 15px;
	color: var(--megsnowblue);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

#maincts .ctsblk .recommend h3 {
	color: var(--megsnowblue);
	font-size: 16px;
	font-weight: bold;
}

#maincts .ctsblk .recommend_detail {
	margin-top: 15px;
}

#maincts .ctsblk .recommend .recommend_detail dd {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

#maincts .ctsblk .recommend .recommend_detail dd::before {
	display: inline-block;
	content: '■';
	margin-right: .5em;
	text-indent: 0;
}

#maincts .ctsblk .recommend .recommend_aside {
	margin-top: 15px;
}

#maincts .ctsblk .recommend .recommend_aside * {
	font-size: 10px !important;
}

/* 体裁：コラム：知っトク？なっトク！ */
#maincts .ctsblk .column-faq_tit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 100px;
	background: linear-gradient( to right, rgba(97,167,218,.05) 50%, rgba(144,191,91,.05) 51%);
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 3px;
}

#maincts .ctsblk .column-faq_tit_l {
	color: var(--centerblue);
}

#maincts .ctsblk .column-faq_tit_r {
	color: var(--centergreen);
}

#maincts .ctsblk .column-faq_tit::before {
	display: block;
	content: '';
	margin-top: 9px;
	width: 114px;
	height: 77px;
	background: url(/customer/center/communication/common/img/column_faq_bg_l.svg) no-repeat;
	background-size: contain;
}

#maincts .ctsblk .column-faq_tit::after {
	display: block;
	content: '';
	margin-top: 9px;
	width: 114px;
	height: 77px;
	background: url(/customer/center/communication/common/img/column_faq_bg_r.svg) no-repeat;
	background-size: contain;
}

#stage .wrp-qa {
	margin-top: 25px;
}

#stage .wrp-qa .box-qa:not(:last-child) {
	margin-bottom: 30px;
}

#stage .wrp-qa .box-qa .sttl-q {
	position: relative;
	margin-bottom: 14px;
	padding: 9px 14px 9px 56px;
	border: solid 2px #c9c9c9;
	background-color: #f6f2e7;
	border-radius: 10px;
	font-weight: bold;
}

#stage .wrp-qa .box-qa .sttl-q:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 8px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(/customer/center/communication/common/img/icn_q.png) no-repeat left center;
	background-size: contain;
}

#stage .wrp-qa .box-qa .sttl-q .inner {
	display: block;
}

#stage .wrp-qa .box-qa .sttl-q .inner:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 48px;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 8px;
	border-color: #f6f2e7 transparent transparent transparent;
	z-index: 2;
}

#stage .wrp-qa .box-qa .sttl-q .inner:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 48px;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 9px;
	border-color: #c9c9c9 transparent transparent transparent;
	z-index: 1;
}

#stage .wrp-qa .box-qa .text-a {
	position: relative;
	padding: 4px 0 0 56px;
}

#stage .wrp-qa .box-qa .text-a:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 3px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(/customer/center/communication/common/img/icn_a.png) no-repeat left center;
	background-size: contain;
}


/* 体裁：コラム：知っトク？なっトク！ */

/* レシピ */
#stage .recipe_cntbox{
	justify-items: center;
	align-items: center;
	grid-template-columns: 400px 260px;
	background-color: #F6F2E7;
	text-align: center;
}
#stage .smartphone_recipe {
	position: relative;
	font-weight: bold;
	padding-left: 27px;
	margin-bottom: 30px;
}
#stage .smartphone_recipe::before {
	position: absolute;
	display: block;
	content: '';
	background: url(/customer/center/communication/common/img/icn_smartphone.png) no-repeat left center;
	background-size: contain;
	width: 17px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#stage .cts-tit {
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 10px 30px;
	border-bottom:1px solid #B0BADD;
	margin-bottom: 12px;
}
#stage .cts-materials-tit {
	background:url(/customer/center/communication/common/img/icn_detail_material.png) no-repeat 3px 50%;
}
#stage .cts-step-tit {
	background:url(/customer/center/communication/common/img/icn_detail_step.png) no-repeat 3px 50%;
	margin-bottom: 0px;
}
#stage .cts-materials .list01 .listitem {
	background:#fff;
	margin-bottom:6px;
}
#stage .cts-materials .list01 .listitem:nth-child(even) {
	background:#f1f3fc;
}
#stage .materialdata {
	padding: 3px 40px 3px 16px;
}
#stage .cts-materials .t{
	margin-top: 0;
	background: none;
}
#stage .cts-materials .d{
	text-align: right;
}

/* 作り方 */
#stage .cts-step .cnt {
	color: #fff;
	background-color: #9E7D54;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	height: 18px;
	padding-top: 3px;
	box-sizing: border-box;
}
#stage .cts-step .listitem {
	grid-template-columns: 18px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#maincts .ctsblk {
	padding-top:20px;
}



#maincts .ctsblk .mainvis {
	padding-top:30px;
	padding-bottom:20px;
}

#maincts .ctsblk .exp {
	padding-top:10px;
	line-height:1.8;

}
#maincts .ctsblk .exp .l_space{
	padding-left: 20px;
}

#maincts .ctsblk .exp .indent{
	padding-left: 20px;
}
#maincts .ctsblk .exp .indent .mb-10{
	display: block;
	margin-bottom: 10px;
}

#maincts .ctsblk .exp a {
	background:url('/common/img/arrow_1.gif') no-repeat 0 45%;
	padding-left:16px;
}

#maincts .ctsblk .exp a.noicon {
	background-image: none;
	padding-left: 0;
}
