@charset "utf-8";
/*==================================

	メッセージ例文集 PC　CSS

==================================*/
/* 共通部分
--------------------------------------------------*/
.comTop {
	background: none;
}
#pagePath {
	padding-bottom: 0;
}
p {
	line-height: 1.5;
}
/* サイドナビ */
#LI div .borTop {
	height: 42px;
	margin-bottom: 5px;
	padding-left: 16px;
	background-color: #fbe3e1;
	font-size: 1.4em;
	line-height: 42px;
	display: none;
}
#LI #messageNaviBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
	#LI #messageNaviBox {
		grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	}
}
#LI #messageNaviBox li {
	height: 75px;
	margin-bottom: 10px;
}
#LI #messageNaviBox img {
	margin: 0 auto;
}
#HtmlBody #MainBody #MB h1 {
	font-size: 2.7em;
	font-weight: normal;
}
/* メイン画像 */
#message_heading01 {
	margin-bottom: 15px;
}
/* 見出し2 */
.message_heading02 {
	margin-top: 1.5em;
    padding: 8px 10px 8px 15px;
	background-color: #fbe3e1;
}
.message_heading03 {
	margin-top: 1.2em !important;
    padding: 8px 10px 8px 15px !important;
	background-color: #fbe3e1 !important;
}

/* 箇条書きリスト */
.bulletPointList {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 1.3em;
	margin-bottom: 1em;
}

/* 箇条書きリスト2 */
.itemiseList {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 1.3em;
	margin: 1em;
}

/* 具体例リスト */
.exampleList {
	margin-bottom: 1em;
}
.exampleList li {
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: 0.5em;
	/*font-size: 1.4em;*/
	font-weight: bold;
}
.exampleList p {
	margin-left: 2.1em !important;
}
/* ソーシャルボタン */

.btnSocialBox {
	position: relative;
	height: 33px;
	margin-top: -10px;
}
.btnSocial {
	/*width: 235px;*/
	/*margin: 0 0 0 490px;*/
	position: absolute;
	/*top: 18px;*/
	right: 0;
}

.btnSocial li {
	float: left;
	margin-right: 10px;
}
.btnSocial li iframe {
	overflow: hidden !important;
	border: none !important;
}
.btnSocial li.facebook, .btnSocial li.facebook iframe {
	width: 70px !important;
}
.btnSocial li.twitter, .btnSocial li.twitter iframe {
	width: 65px !important;
}
.btnSocial li.hatena, .btnSocial li.hatena iframe {
	width: 80px !important;
}
/* イベント別メッセージ文例一覧 */
.messageEventList {
	margin: 0 0 22px 2px;
	clear: both;
	border-left: 1px solid #DEDEDE;
	/*margin-bottom: 22px;*/
}
.messageEventList > li {
	padding: 8px 13px 3px 13px;
	width: 217px;
	word-break : break-all;
	float: left;
	border-right: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
	.messageEventList li {
		width: 100%;
	}
}
.messageEventList li ul li {
	padding: 0 0 10px 0;
	float: none;
	border-right: none;
}
.messageEventList li ul li a {
	padding-left: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.messageEventList li ul li.birthday a 		{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.xmas a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.baby a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.marriage a 		 { background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.weddinganniversary a { background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.business a 		{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.taishoku a 		 { background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.hikkoshi a 		{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.omimai a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.nenga a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.seibo a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.chojyu a 			{ background-image: url(../img/thumb_birthday.jpg); }
.messageEventList li ul li.okuyami a 		{ background-image: url(../img/thumb_birthday.jpg); }
/* PR */
.prBox {
	height: 200px;
	margin: 20px 0;
	background-color: #ccc;
}
.exampleBox {
	margin-bottom: 20px !important;
	padding: 20px;
	background-color: #dddddd;
}

/* ランキング */
/*#MB .sp_heading {
    font-size: 2.0em;
    font-weight: normal;
    padding-bottom: 6px;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ 明朝", serif;
}*/
.taishoku_heading {
	font-size: 2.0em;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 20px;
	margin-top: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ 明朝", serif;
}
.taishoku_heading span {
	display: block;
}

.taishoku_heading span a {
	font-size: 0.6em;
	display: inline-block;
	padding-left: 10px;
	background: url(../img/common_ico_arrow.png) no-repeat left center;
}
.taishoku_heading span.taishoku_heading_tit {
	float: left;
}
.taishoku_heading span.taishoku_heading_link {
	float: right;
	padding-top: 10px;
}
a {
    color: #202020;
    text-decoration: none;
}
.rankingUl p { }
.rankingUl li p {
	font-size: 12px;
}
.rankingUl .txt { margin-bottom: 0; }

.rankingUl li p a {
	color: #202020;
}

.rankingUl li p a:visited {
	color: #202020;
}

.rankingUl li p a:link {
	color: #202020;
}
.rankingUl li p a:hover {
	color: #000;
	text-decoration: underline;
}
.rankingUl li p a:active {
	color: #000;
	text-decoration: underline;
}.f_gothic {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* 目次 */
.index-001 {
	margin-top: 30px;
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em; 
    border: 1px solid #999;
    background-color: #f7f7f7;
	font-size: 1.2em;
}

.index-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.index-001 label::after {
    margin-left: 5px;
    font-size: .8em;
    color: #166c9d;
    content: "[開く]";
    cursor: pointer;
}

.index-001:has(:checked) label::after {
    content: "[閉じる]";
}

.index-001 input {
    display: none;
}

.index-001 ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.index-001 > ol {
    height: 0;
}

.index-001:has(:checked) > ol {
  height: auto;
}

.index-001 ol ol {
    margin-top: 5px;
}

.index-001 li {
    padding: 5px 0;
}

.index-001 a {
    color: #166c9d;
}


.bulletPointList{
  list-style-type:disc;
  list-style-position: inside;
  text-indent: 0.5em;
  /* font-size: 1.4em;
  font-weight: bold; */
}

/*==================================

	メッセージ例文集 PC　CSS　CVR改善追加CSS

==================================*/



/*棚を追加する場合に打消しで必要
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/

/*PC1列棚コンポーネント用*/
#WSTBP9ZH0006C .item01 h3{
  margin: 26px 0 0 0 !important;
}
#WSTBP9ZH0006C .item01 h3 a{
  color: #202020 !important;
  text-decoration: none !important;
}
#WSTBP9ZH0006C .itemBox .price{
  margin: 10px 0 !important;
}
#WSTBP9ZH0006C .item01 .btnDetail{
  margin: 20px 0 0 0;
  text-align: center;
}

/*PC2列棚コンポーネント用*/
#WSTBP9ZH0006B .prod_box .row2_prod_list{
  font-size: 1.1em;
}
#WSTBP9ZH0006B p.catch_copy,
#WSTBP9ZH0006B p.txt{
  font-size: 1em;
  line-height: 1.4;
  padding: 5px 0;
}
#WSTBP9ZH0006B a{
  color: #000 !important;
  text-decoration: none !important;
}

/*PC3列棚コンポーネント用*/
#WSTBP9ZH0006A .prod_box .row3_prod_list{
  font-size: 1.1em ;
}
#WSTBP9ZH0006A p.catch_copy,
#WSTBP9ZH0006A p.txt{
  font-size: 1em;
  line-height: 1.4;
  padding: 5px 0;
}
#WSTBP9ZH0006A a{
  color: #000 !important;
  text-decoration: none !important;
}


/*記事内調整用
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.taishoku_removetopmargin {
  margin-top: -30px;
}

.taishoku_btn {
  text-align: center;
}
.taishoku_btn a {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 250px;
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px 15px;
  color: #cf4753 !important;
  text-align: center;
  text-decoration: none !important;
  background: #FFF;
  border: solid 1px #cf4753;
}
.taishoku_btn a::after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  top: 0;
  right: 15px;
  bottom: 0;
  transform: rotate(45deg);
}
.taishoku_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

