@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: #333333;
    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: 5px;
    right: 5px;
    color: #e7a5a7;
    font-size: 13px;
    width: 80px;
    height: 40px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    line-height: 1.1;
    border-radius: 5px;
}

/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
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;
}

/*------------------------------豆知識部分-------------------------------------*/
/*h1*/
.h1Box {
    text-align: center;
}
.w1000 h1 {
   padding: 50px 0px 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/mother2022/ic01.png) no-repeat top center / 35px;
    top: 10px;
    left: 50%;
    width: 48px;
    height: 46px;
    margin-left: -25px;
}
/*メイン画像*/
#mother_wrapper .topBox figure{
	text-align: center;
	}
#mother_wrapper .mameText figure img{
	width: 100%;
	}
/*イントロ*/
#mother_wrapper .mameText .topText{
	font-size: 12px;
    padding: 10px;
	margin: 10px 10px 0;
    border: 1px solid #a7a7a7;
	}

/*h3　豆知識*/
#mother_wrapper .mameText section{
	margin-top: 30px;
	}
#mother_wrapper .mameText figure {
    width: 100%;
}
#mother_wrapper h3{
	background: #f6f6f6;
    padding: 10px 0 8px 10px;
    font-size: 15px;
    font-weight: bold;
	}
#mother_wrapper h3:before{
	content: "";
	background: url(https://www.shop.post.japanpost.jp/img/usr/mother2022/mame_ic02.png) no-repeat;
	width: 21px;
	height: 14px;
	background-size: 15px;
	display: inline-block;
	}
#mother_wrapper .mameText p{
	margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
	}
/*アンケートランキング*/
#mother_wrapper .Box1 .ranking{
	margin: 10px;
	font-size: 13px;
	border: 3px solid #f4e2de;
	padding: 10px;
	}
#mother_wrapper .Box1 .ranking h4{
	font-size: 14px;
	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: 12px;
}
#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: 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 li {
    padding: 0 10px;
}
#mother_wrapper .itemList dl{
	margin: 15px 0;
	font-size: 14px;		
	}
#mother_wrapper .itemList dl dt{
	font-weight: bold;
	color: #333; 
	border-left: 5px solid #ff7e7e;
	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: #fff6f4;
	border-radius: 10px;
	}
/*---------------------------------------------------------豆知識リスト--------------------------------------------------------------*/
.mameLists {
    background-color: #f6f6f6;
    padding: 5px 0 10px;
	margin-top: 50px;
}
.flexBox {
    display: flex;
}
.tips02 {
    flex-wrap: wrap;
	padding: 0 10px;
	justify-content: center;
}
.tips02 li {
    box-sizing: border-box;
    /* border: 1px solid #cfcfcf; */
    padding: 10px;
    width: 167px;
    /* height: 241px; */
    background-color: #ffffff;
    position: relative;
    margin: 5px;
    margin-top: 10px;
}
.tips02 li dl dt {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 75px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tips02 li dl dd {
    font-size: 12px;
}
.tips02 li .more02 {
    text-align: right;
}
.tips02 li .more02 a {
    display: inline-block;
    font-size: 12px;
    padding: 3px 25px;
    margin-top: 10px;
    background-color: #b52034;
    color: #ffffff;
}

/*---------------------------------------------------------トップへ戻る--------------------------------------------------------------*/
#mother_wrapper .more{
	text-align: center;
	margin: 30px 10px;
	}
#mother_wrapper .more a{
	position: relative;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    color: #fff;
    background: #7f7e7e;
    font-weight: 700;
	}
#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: 20%;
    right: 2%;
    margin: 8px 12px;
    background-size: 8px 9px;
	}
/*-----------------------------------------レスポンシブ-----------------------------------------*/

.pcOnly {
display:none!important;
}

