@charset "utf-8";
/* CSS Document */

/*--------------全体の幅リセット---------------*/
.container_ {
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
	max-width: initial!important;
}
.single_mainframe_ {
    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: #c9b66a;
}
.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: #e7a5a7;
    font-size: 15px;
    margin-left: 228px;
    margin-top: -20px;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.1;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #ffffff;
}
p.pageTop a:hover {
    text-decoration: none;
    background: #e7a5a7;
    transition: all .2s ease-out;
    border: 2px solid #ffffff;
    color: #fff;
}
	
	
/*-----------------------------------------------------コンテンツ内-------------------------------------------------------------*/

#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;
}
	
/*------------------------------豆知識部分-------------------------------------*/
/*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/mother2022/ic01.png) no-repeat top center / 48px;
    top: -5px;
    left: 50%;
    width: 48px;
    height: 46px;
    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: #ee8383;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 0px;
    display: block;
}
/*h3*/
#mother_wrapper .mameText section{
	margin-top: 50px;
	}
#mother_wrapper .mameText section figure {
    text-align: center;
}
#mother_wrapper h3{
	font-size: 17px;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 10px;
	}
#mother_wrapper h3:before{
	content: "";
	background: url(https://www.shop.post.japanpost.jp/img/usr/mother2022/mame_ic02.png) no-repeat;
	width: 25px;
	height: 17px;
	background-size: 20px;
	display: inline-block;
	}
#mother_wrapper .mameText p{
	font-size: 14px;
	margin-top: 10px;
	}

/*h4*/
#mother_wrapper .sub h4{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px dotted #a7a7a7;
	}
#mother_wrapper .sub{
    margin-top: 30px;
}



/*アンケートランキング*/
#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 #ff7e7e;
	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: #fff6f4;
    border-radius: 10px;
	}
/*---------------------------------------------------------豆知識リスト--------------------------------------------------------------*/
.mameLists {
    background-color: #f6f6f6;
    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: 235px;
    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;
    /*color: #b52034;*/
    font-weight: 700;
    /* border-bottom: 1px solid rgb(231 165 167); */
    margin-bottom: 10px;
}
.tips02 li dl dd {
    font-size: 12px;
}
.tips02 li .more02 {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.tips02 li .more02 a {
    display: inline-block;
    padding: 5px;
    min-width: 185px;
    background-color: #b52034;
    color: #ffffff;
    text-align: center;
}
.tips02 li .more02 a:hover{
	opacity: 0.7;
	}
.tips02 li .current a:hover {
	opacity: 1;
}

/*---------------------------------------------------------トップへ戻る--------------------------------------------------------------*/

#mother_wrapper .more{
	text-align: center;
	margin: 60px 10px 70px;
	}
#mother_wrapper .more a{
	position: relative;
    display: inline-block;
    padding: 10px 70px 10px 50px;
    color: #fff;
    background: #7f7e7e;
   /* border-radius: 5px;*/
    font-size: 17px;
    font-weight: 500;
	}
#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 .more a:hover{
	opacity: 0.5;
	}

/*-----------------------------------------レスポンシブ-----------------------------------------*/
/* 検索窓 */
#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%;
}

.spOnly {
display:none!important;
}
