@charset "utf-8";
/* CSS Document */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);/*パンくずリストアイコン*/
figure{
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------初期設定打消し-----------------------------------------------------*/
a, a:link, a:visited{
	text-decoration: none;
	display: block;
	color: #333;
}
.wrapper_{
	margin-top: 0;
}
/*-----------------------------------------------------ヘッダー共通-------------------------------------------------------------*/
#motherHeader{
	line-height: 1.3;
	box-sizing: border-box;
	overflow: hidden;
}
/*-----------------------------------------------------ナビ-------------------------------------------------------------*/
.navBg {
   /* height: 60px;*/
}
.navBg .gNav {
    background: #be1e20;
    width: 100%;
}
.navBg .gNav.navfixed {
    position: fixed;
    top: 0;
    z-index: 210;
    transition: ease 0.2s;
	box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
}
.navBg .gNav.navfixed .flexBox {
    display: flex;
    justify-content: center;
}
.navfixed {
  position: fixed;
  top: 0;
  z-index: 90;
}

/*------------------------帯---------------------------*/

.topBox {
    position: relative;
}
.topImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
}
.topImages img {
    position: absolute;
    left: 50%;
    width: 1000px;
    height: 50px;
    margin-left: -505px;
}
.topBox .mameText {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    margin-left: -70px;
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
p.pageTop a {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 4px;
    right: 5px;
    color: #fff;
	font-size: 13px;
    width: 85px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    border: 1px solid #ffffff;
}

/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #eeeeee;
    overflow-x: scroll;
}
ol.breadcrumb li {
    -wbkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 10px;
    list-style-type: none;
}
ol.breadcrumb li:first-child::before {
    display: none;
}
ol.breadcrumb li::before {
    padding-right: 5px;
    content: ">";
    font-size: 15px;
}
ol.breadcrumb li span {
    font-size: 10px;
}
ol.breadcrumb li a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 3px;
}

/*-----------------------------------------------------コンテンツ内-------------------------------------------------------------*/
#mother_wrapper{
	line-height: 1.5;
	box-sizing: border-box;	
	overflow: hidden;
	/*padding: 0 5px;*/
	}
#mother_wrapper a{
	text-decoration: none;
	}
#mother_wrapper .mameText a {
    text-decoration: underline;
}
#mother_wrapper .mameText a{
	color: #1d3994;
	word-break: break-all;
	}
#mother_wrapper .w1000{
	width: 100%;
	margin: 5px auto;
	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 img {
    width: 100%;
}
.survey_area {
    background-color: #ffecec;
    padding: 15px 0px;
    margin: 40px 0;
}
.survey_text {
    margin: auto;
    text-align: center;
}
.survey_text p {
    text-align: left;
}

/*------------------------------豆知識部分-------------------------------------*/
/*h1*/
.h1Box {
    text-align: center;
}
.w1000 h1 {
   padding: 50px 8px 15px;
    font-size: 19px;
    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 / 67px;
    top: 7px;
    left: 50%;
    width: 70px;
    height: 50px;
    margin-left: -37px;
}
/*メイン画像*/
#mother_wrapper .topBox figure{
	text-align: center;
	}
#mother_wrapper .mameText figure img{
	width: 100%;
	margin-top: 10px;
	}
/*イントロ*/
#mother_wrapper .mameText .topText{
	font-size: 14px;
    padding: 10px;
	margin: 10px 10px 0;
    border: 1px solid #a7a7a7;
	}

/*h2　豆知識*/
#mother_wrapper .mameText section{
	margin-top: 20px;
	}
#mother_wrapper .mameText figure {
    width: 100%;
}
#mother_wrapper .mameText h2 {
	background: #f6f6f6;
    padding: 12px 0px 8px 10px;
    font-size: 16px;
    font-weight: bold;
    border-left: 8px solid #d77d7f;
	}
#mother_wrapper .mameText p{
	margin-top: 10px;
    padding: 0 10px;
	font-size: 14px;
	}

.more01{
	text-align: center;
	margin: 15px 0px 10px;
}

.more01 a{
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff !important;
    background-color: #b52034;
    text-decoration: none !important;
}

.more01 a::after {
    bottom: 6px;
    right: -10px;
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddcdd0;
    border-left: 10px solid transparent;
}
/*contents_list*/
#mother_wrapper .contents_list {
    margin: 20px 10px;
    padding: 10px 30px; font-size: 15px;
    border: 1px dotted #a7a7a7;
    line-height: 1.5;
}
#mother_wrapper .contents_list li {
    list-style: disc;
    color: #333;
}
#mother_wrapper .contents_list ul {
    margin-left: 20px; font-size: 15px;
}
#mother_wrapper .contents_list ul li {
    list-style: disclosure-open;
}
#mother_wrapper .contents_list a {
    /*text-decoration: none;*/
    color: #ee8383; font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}
/*h3*/
#mother_wrapper .sub {
    margin-top: 10px;
}
#mother_wrapper .sub h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px dotted #a7a7a7;
}
/*h4*/
#mother_wrapper .sub h4 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px dotted #a7a7a7;
}
#mother_wrapper .rankingtitle {
	font-size: 15px!important;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    color: #333;
    border-left: 5px solid #d77d7f;
}

/*アンケートランキング*/
#mother_wrapper .Box1 .ranking{
	margin: 10px; font-size: 15px;
	border: 3px solid #f4e2de;
	padding: 10px;
	}
#mother_wrapper .Box1 .ranking h4{ font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;	
	color: #333;
	border-left: 5px solid #ff7e7e;
	}
#mother_wrapper .Box1 .ranking ol li{
	list-style: none;
	}
#mother_wrapper .Box1 .ranking ol li {
    font-size: 14px;
}
#mother_wrapper .Box1 .ranking ol li span{
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #ff7e7e;
	}
#mother_wrapper .Box1 .ranking .comments{
	font-size: 12px!important;
	}
/*枠*/
#mother_wrapper .textList{
	border: 3px solid #f4e2de;
	padding: 5px 5px 20px;
	margin: 10px;
	}
/*color*/
#mother_wrapper .colorList li dl{
	padding: 10px 5px;
	}
#mother_wrapper .colorList li dl dt{
	display: inline;
	padding: 0 10px;	
	}
#mother_wrapper .colorList li dl dd{
	padding: 5px 0;
	}
#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: 15px;
	}
#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 li {
    padding: 0 10px;
}
#mother_wrapper .itemList dl{
	margin: 15px 0; font-size: 15px;		
	}
#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;
	font-size: 12px;
	}
/*参考*/
#mother_wrapper .sublist{
	padding: 10px;
	}
#mother_wrapper .sublist li{
	font-size: 12px;
}
/*締め*/
#mother_wrapper .afterword{
    margin: 0 10px;
	padding: 10px!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: 10px 5px;
    text-align: left;
    font-size: 14px;
}

.mother-day-table th {
  background-color: #d77d7f; /* 少し濃いピンク */
  color: #fff;
  font-size: 16px;
}

.mother-day-table tbody tr:nth-child(even) {
  background-color: #fff5f7; /* 偶数行に淡いピンク */
}


/*---------------------------------------------------------豆知識リスト--------------------------------------------------------------*/
.mameLists {
    padding: 5px 0 10px;
    margin-top: 50px;

}
.flexBox {
    display: flex;
}
.tips02 {
    flex-wrap: wrap;
	padding: 0 5px;
	justify-content: center;
}
.tips02 li {
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    padding: 10px;
    width: calc(100% / 2 - 10px);
    background-color: #ffffff;
    position: relative;
    margin: 5px;
    margin-top: 10px;
}
.tips02 li dl {
    height: 250px;
}
.tips02 li dl dt {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}
.tips02 li dl dd { 
	font-size: 14px;
}
.tips02 li .more02 {
    font-size: 12px;
    padding: 7px 25px;
    background-color: #b52034;
    color: #ffffff;
    text-align: center;
}
.mothersday_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 15px;
  padding: 0 0.5em;
  position: relative;
}

.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: 30px 10px;
	padding: 0;
	}
#mother_wrapper p.moretop a, #mother_wrapper .more a {
    position: relative;
    padding: 12px 30px 12px 15px;
    color: #fff; font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
#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: 8px;
    height: 9px;
    top: 23%;
    right: 0%;
    margin: 8px 12px;
    background-size: 8px 9px;
}
/*-----------------------------------------レスポンシブ-----------------------------------------*/


/*--------------ジャンル下リンク追加対応--------------*/
 
    #mother_ranking h2,#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;
    }

    .link_h2{
     padding-top: 25px;
    }#mother_ranking h2,.link_h2{
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0px;
    }


   /*-------category,yosan------------*/
	.link_list_special h4, .link_list h4,.link_list_yosan h4{
	font-weight: normal;
	}

   .link_list,.link_list_yosan,.link_list_special{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 0;
   }
   .link_list li{
   width: calc((100% / 2 - 20px));
    text-align: center;
    margin: 5px auto;
    list-style: none;
    color: #333;
    border: 2px solid #b52034;
    font-size: 15px;
    padding: 1px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .link_list li a,.link_list_special li a,.link_list_yosan li a{
    display: block;
    text-decoration: none;
    color: #b52034;
    font-weight: normal;
	font-size: 14px;
    }
    .top-title{
        text-align: center;
        margin-top: 40px;
    }
    .top-title img{
        width: 95%;
    }
  
    .category-ttl{
      font-size: 18px;
      font-weight: 700;
      margin-top: 25px;
      text-align: center;
      color: #333;
    }
  
	.everyday {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #333333;
    display: block;
    width: 100px;
    padding: 2px;
    margin: 30px auto 8px;
}

	 p.h2_subtext {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    color: #333;
    /*letter-spacing: 1px;*/
}

    h2.ttl {
    font-size: 18px;
      font-weight: 700;
      /*margin-top: 30px;*/
      text-align: center;
      color: #333;
}
/*--------------ジャンル下リンク追加対応--------------*/


/*--------------関連リンク--------------*/
.connection a,.connection_mb15 a{
		color: #00377F;
		font-weight: bold;
		text-decoration: underline;
	}

p.connection{
	/*margin-bottom: -20px;*/
}

p.connection_mb15{
	margin-bottom: 0px;
}
/*--------------関連リンク--------------*/

.pcOnly {
display:none!important;
}

