.honbun ul dl {
    display: block;
}
	
@charset "utf-8";
/* CSS Document */
/*--------------全体の幅リセット---------------*/
.container_ {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: initial !important;
}
.single_mainframe_ {
  min-width: 100% !important;
}
/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
  box-sizing: border-box;
  width: 1000px;
  /*display: contents;*/
  margin: 0 auto;
  display: table;
  font-size: 12px;
  padding: 10px 10px;
}
ol.breadcrumb li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
  list-style-type: none;
}
ol.breadcrumb li:first-child::before {
  display: none;
}
ol.breadcrumb li::before {
  padding: 0 7px 0 1px;
  content: ">";
  font-size: 14px;
  font-weight: bold;
}
ol.breadcrumb li a:hover {
  text-decoration: underline;
}
/*-----------------------------------------------------ヘッダー共通-------------------------------------------------------------*/
#motherHeader {
  line-height: 1.5;
  box-sizing: border-box;
}
#motherHeader .w1000 {
  width: 1000px;
  margin: 0 auto;
  display: block;
}
/*-----------------------------------------------------ナビ-------------------------------------------------------------*/
.navBg {
  height: 57px;
}
.navBg .gNav {
  display: block;
  background: #333333;
  width: 100%;
}
.navBg .gNav.navfixed {
  position: fixed;
  display: block;
  top: 0;
  z-index: 210;
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, 0.3);
}
/*------------------------帯---------------------------*/
.topBox {
  position: relative;
}
.topImages {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 57px;
  background: #be1e20;
}
.topImages img {
  position: absolute;
  left: 50%;
  width: 2000px;
  height: 57px;
  margin-left: -1000px;
}
.topBox .mameText {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 29px;
  margin-left: -112px;
  margin-top: -13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
p.pageTop a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 15px;
  margin-left: 228px;
  margin-top: -20px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #ffffff;
  text-decoration: none;
}
p.pageTop a:hover {
  text-decoration: none;
  background: #fff;
  transition: all .2s ease-out;
  color: #be1e20;
}
/*-----------------------------------------------------コンテンツ内-------------------------------------------------------------*/
#mother_wrapper {
  line-height: 1.5;
  box-sizing: border-box;
}
#mother_wrapper a {
  text-decoration: none;
}
#mother_wrapper .mameText a {
  text-decoration: underline;
}
#mother_wrapper .w1000 {
  width: 1000px;
  margin: 40px auto 30px;
  display: block;
}
.topBox .mameText, #mother_wrapper h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*------------------------------アンケートバナー-------------------------------------*/
.hayaBnr {
    text-align: center!important;
    /*margin-top: 30px;*/
	margin-bottom: 20px;
}
.survey_area {
    padding: 30px 20px;
    margin: 45px 0 60px;
    background-color: #ffecec;
}
.survey_text {
    margin: auto;
}
.survey_text p {
    font-size: 16px!important;
    text-align: left;
}

/*------------------------------豆知識部分-------------------------------------*/
/*h1*/
.h1Box {
  text-align: center;
}
.w1000 h1 {
  padding: 50px 130px 15px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.w1000 h1::before {
  display: block;
  content: "";
  position: absolute;
  background: url(https://www.shop.post.japanpost.jp/img/usr/mother2025/ic_01.png) no-repeat top center / 79px;
  top: -5px;
  left: 45%;
  width: 116px;
  height: 61px;
  margin-left: -25px;
}
/*メイン画像*/
#mother_wrapper .topBox figure {
  text-align: center;
}
/*イントロ*/
#mother_wrapper .mameText .topText {
  display: block;
  margin: 17px auto 0;
  font-size: 15px;
  line-height: 1.3;
  padding: 20px;
  border: 1px solid #a7a7a7;
}
/*list*/
#mother_wrapper .contents_list {
  margin-top: 40px;
  padding: 20px 30px;
  font-size: 15px;
  border: 1px dotted #a7a7a7;
  line-height: 2.5;
}
#mother_wrapper .contents_list li {
  list-style: disc;
  color: #333;
}
#mother_wrapper .contents_list ul {
  margin-left: 20px;
  font-size: 13px;
}
#mother_wrapper .contents_list ul li {
  list-style: disclosure-open;
}
#mother_wrapper .contents_list a {
  /*text-decoration: none;*/
  color: #e13538;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 0px;
  display: block;
}

/*h2*/
#mother_wrapper .mameText section {
  margin-top: 50px;
}
#mother_wrapper .mameText section figure {
  text-align: center;
  padding: 15px;
}
#mother_wrapper .mameText h2 {
  font-size: 17px;
  font-weight: bold;
  background-color: #f6f6f6;
  padding: 10px 0 10px 13px;
  border-left: 10px solid #d77d7f;
}
#mother_wrapper .mameText p {
  font-size: 14px;
  margin-top: 10px;
}
#mother_wrapper .rankingtitle {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    color: #333;
    border-left: 5px solid #d77d7f;
}
#mother_wrapper .ranking.Box_message {
    width: 88%;
}
#mother_wrapper .ranking.Box_message ol li {
    margin-left: 0em;
	font-size: 14px;
}


/*h3*/
#mother_wrapper .sub h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px;
  border-bottom: 1px dotted #a7a7a7;
}
#mother_wrapper .sub {
  margin-top: 30px;
}
/*ボタン*/
.more01 {
  text-align: center;
  margin: 35px 0 45px !important;
}
.more01 a {
  display: inline-block;
  margin: 0 auto;
  min-width: 375px;
  text-align: center;
  padding: 15px 30px 0px;
  font-size: 14px;
  background-color: #b52034;
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: 0.2s all ease 0s;
}
.more01 a:hover {
  opacity: 0.7;
}
p.more01 a::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: relative;
  border: 7px solid transparent;
  border-right-color: #e7cdc9;
  border-bottom-color: #e7cdc9;
  bottom: 6px;
  right: -325px;
  z-index: 1;
}
/*アンケートランキング*/
#mother_wrapper .ranking {
  width: 50%;
  margin: 10px;
  font-size: 13px;
  border: 3px solid #f4e2de;
  padding: 10px;
}
#mother_wrapper .ranking h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px;
  color: #333;
  border-left: 5px solid #ff7e7e;
}
#mother_wrapper .ranking ol li {
  list-style: none;
}
#mother_wrapper .ranking ol li span {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #ff7e7e;
}
#mother_wrapper .ranking .comments {
  font-size: 12px !important;
}
/*日付強調*/
#mother_wrapper .mother_daybold {
  text-align: center;
  margin: 36px;
  font-size: 23px !important;
  color: #333;
}
#mother_wrapper .redbold {
  font-weight: bold;
  color: #ff0000;
  font-size: 20px;
}
/*枠*/
#mother_wrapper .textList {
  border: 3px solid #f4e2de;
  padding: 5px 5px 20px;
  margin-top: 10px;
}
/*color*/
#mother_wrapper .colorList li dl {
  font-size: 14px;
  padding: 15px 0;
}
#mother_wrapper .colorList li dl dt {
  display: inline;
  padding: 0 10px;
}
#mother_wrapper .colorList .red {
  background: red;
  color: #fff;
}
#mother_wrapper .colorList .pink {
  background: pink;
}
#mother_wrapper .colorList .orange {
  background: #ff7a45;
  color: #fff;
}
#mother_wrapper .colorList .purple {
  background: #c550f0;
  color: #fff;
}
#mother_wrapper .colorList .white {
  border: 1px solid #b0b0b0;
}
#mother_wrapper .colorList .yellow {
  background: yellow;
}
/*リスト*/
#mother_wrapper .list {
  font-size: 14px;
}
#mother_wrapper .list li {
  padding: 5px;
}
#mother_wrapper .list .red {
  border-bottom: 2px solid red;
}
#mother_wrapper .list .white {
  border-bottom: 2px solid #c1c1c1;
}
#mother_wrapper .list .lightPink {
  border-bottom: 2px solid #ffe7fb;
}
#mother_wrapper .list .pink {
  border-bottom: 2px solid pink;
}
#mother_wrapper .list .yellow {
  border-bottom: 2px solid yellow;
}
/*アイテムリスト*/
#mother_wrapper .itemList dl {
  margin: 15px 0;
  font-size: 14px;
}
#mother_wrapper .itemList dl dt {
  font-weight: bold;
  color: #333;
  border-left: 5px solid #d77d7f;
  padding-left: 5px;
}
#mother_wrapper .itemList dl dd {
  padding-left: 10px;
}
/*参考*/
#mother_wrapper .sublist {
  padding: 10px 0;
  font-size: 14px;
}
/*締め*/
#mother_wrapper .afterword {
  padding: 20px;
  margin-top: 40px !important;
  background: #ffecec;
  border-radius: 10px;
}
/*テーブル*/
.mother-day-table {
  	width: 100%;
    border-collapse: collapse;
	margin-top: 10px;
}

.mother-day-table th, .mother-day-table td {
  border: 1px solid #ffe0e0;
  padding: 12px 20px;
  text-align: left;
}

.mother-day-table th {
  background-color: #d77d7f; /* 少し濃いピンク */
  color: #fff;
  font-size: 16px;
}

.mother-day-table tbody tr:nth-child(even) {
  background-color: #fff5f7; /* 偶数行に淡いピンク */
}


/*---------------------------------------------------------豆知識リスト--------------------------------------------------------------*/
.mameLists {
  		/*background-color: #f5e4e9;*/
        padding: 20px 0;
        margin-top: 50px;
}
.flexBox {
  display: flex;
}
.tips02 {
  flex-wrap: wrap;
  margin-top: 50px;
}
.tips02 li {
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  padding: 15px;
  width: 235px;
  height: 260px;
  background-color: #ffffff;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
}
.tips02 li:nth-of-type(4n) {
  margin-right: 0;
}
.tips02 li:nth-of-type(-n+4) {
  margin-top: 0;
}
.tips02 li dl dt {
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 66px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tips02 li dl dd {
  font-size: 14px;
}
.tips02 li a {
  color: #333;
}
.tips02 li a:hover {
  opacity: 0.7;
}
.tips02 li .more02 {
  		display: inline-block;
        padding: 5px;
        min-width: 185px;
        background-color: #b52034;
        color: #ffffff;
        text-align: center;
        position: absolute;
        right: 20px;
        bottom: 20px;
}
.tips02 li .current a:hover {
  opacity: 1;
}
/*.mothersday_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 15px;
}

.mothersday_list li {
    position: relative;
    width: calc(40% - 6px);
    margin: 7px;
}
.mothersday_list li:nth-of-type(2n) {
    margin-right: 0;
}

.mothersday_list li {
    display: block;
    padding: 10px 10px;
    background-color: #d87d96;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
}
*/
.mothersday_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.mothersday_list ul {
  padding: 0 0.5em;
  position: relative;
  width: 400px;
}
.mothersday_list ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
  font-size: 15px;
}
.mothersday_list li {
  position: relative;
  width: calc(40% - 6px);
  margin: 7px;
}
/*.mothersday_list ul li:last-of-type {
  border-bottom: none;
}*/
.red {
  color: #e13538;
}
/*---------------------------------------------------------トップへ戻る--------------------------------------------------------------*/
#mother_wrapper p.moretop, #mother_wrapper .more {
  text-align: center;
  margin: 60px 10px 70px;
}
#mother_wrapper p.moretop a, #mother_wrapper .more a {
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        padding: 13px 70px 13px 50px;
}
#mother_wrapper p.moretop a {
  		background: #da5a7e;
}
#mother_wrapper .more a {
  		background: #616161;
}
#mother_wrapper p.moretop a:after, #mother_wrapper .more a:after {
  content: "";
  background: url(https://www.shop.post.japanpost.jp/img/usr/mother2021/pc/icon03.png) no-repeat;
  color: #fff;
  position: absolute;
  width: 10px;
  height: 11px;
  margin: 8px 12px;
}
#mother_wrapper p.moretop a:hover, #mother_wrapper .more a:hover {
  opacity: 0.7;
}
/*-----------------------------------------レスポンシブ-----------------------------------------*/
/* 検索窓 */
#search_box02 .list_search_ li.search_item_ .layer4_ {
  display: none;
  position: absolute;
  width: 440px;
  height: auto;
  background: #ffffff;
  border: 1px solid #000000;
  left: -12px;
  top: 40px;
  z-index: 2500;
  box-shadow: 0px 2px 14px rgba(155, 155, 155, 0.8);
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul {
  height: auto;
  padding: 12px 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li {
  position: relative;
  width: calc(50% - 2px);
  margin-left: 2px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat {
  border-top: 1px dotted #333;
  padding-top: 6px;
  width: calc(50% - 2px);
  border-bottom: none;
  margin-bottom: 0;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat02 {
  width: 100%;
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul > li a {
  display: block;
  box-sizing: border-box;
  height: auto;
  line-height: 22px;
  font-size: 13px;
  padding: 0 6px 6px 14px;
  color: #333;
}
#search_box02 .list_search_ li.search_item_ .layer5_ {
  display: none;
  position: absolute;
  height: auto;
  left: 190px;
  top: -13px;
  width: 380px;
  box-sizing: border-box;
  padding: 10px 0 0 15px;
  background: #ffffff;
  border: 1px solid #000000;
  z-index: 2000;
  box-shadow: 0px 2px 14px rgb(155 155 155 / 80%);
}
#search_box02 .list_search_ li.search_item_ .layer4_::after {
  position: absolute;
  content: "";
  width: 231px;
  height: 13px;
  top: -12px;
  left: -1px;
}
#search_box02 .list_search_ li.search_item_ .layer4_::before {
  position: absolute;
  content: "";
  background: url(/img/usr/common/header/header_triangle.png) no-repeat !important;
  width: 21px;
  height: 19px;
  top: -19px;
  left: 64px;
}
.layerbody_ ul {
  display: flex;
  flex-wrap: wrap;
}
#search_box02 .list_search_ li.search_item_ .layer5_ ul li.category_title {
  padding: 10px 0 7px 0;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
/*--------------ジャンル下リンク追加対応--------------*/
#mother_list h2, .link_h2, .category-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*--------------category,yosan--------------*/
.link_list_special h4, .link_list h4, .link_list_yosan h4 {
  font-weight: normal;
}
.link_list, .link_list_special, .link_list_yosan {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}
.link_list li {
  width: calc((100% / 3 - 30px));
    text-align: center;
    margin: 10px;
    font-weight: 600;
    list-style: none;
	border: 2px solid #b52034;
}
.link_list li a, .link_list_special li a, .link_list_yosan li a {
  display: block;
    padding: 15px;
    font-size: 16px;
    color: #b52034;
}
.link_list li a:hover, .link_list_special li a:hover, .link_list_yosan li a:hover {
    transition: all .2s ease-out;
    color: #fff;
    background-color: #b52034;
}
/*--------------h2--------------*/
#mother_list h2, .link_h2 {
  text-align: center;
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
}
#mother_list h2 span {
  color: #9a1310;
  font-size: 20px;
  font-weight: bold;
}
#mother_list .h2_subtext {
  text-align: center;
  padding: 5px 5px 20px;
  font-size: 15px;
  color: #5D3F35;
}
#mother_list .link_h2:before {
  background: none;
  width: 0px;
  height: 0px;
  background-size: 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.category-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-top: 45px;
  text-align: center;
  color: #333;
}
h2.ttl {
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  color: #333;
}
/*--------------/ジャンル下リンク追加対応--------------*/
/*--------------関連リンク--------------*/
.connection a, .connection_mb15 a {
  color: #00377F;
  font-weight: bold;
  text-decoration: underline!important;
}
.connection_mb15 {
  margin-bottom: -15px;
}
/*--------------関連リンク--------------*/
.spOnly {
  display: none !important;
}
