@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;
}
#keirouHeader img,#keirou2020 img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/*ヘッダー共通*/
#keirouHeader{
	line-height: 1.3;
	box-sizing: border-box;
	overflow: hidden;
}
#keirouHeader a:hover{
	text-decoration: none;
}
#ttlArea{
	margin-left: 10px;
}
#keirouHeader h1{
	font-size: 20px;
	color: #62463c;
	line-height: 1.1;
	}
#mainVisual{
	text-align: center;
	border-top: 1px solid #e3ba58;
}
/*-----------------------------------------ナビ-----------------------------------------*/
.navBg {
    height: 60px;
}
.navBg .gNav {
    background: #5E4A2F;
    width: 100%;
}
.navBg .gNav.navfixed {
    position: fixed;
    top: 0;
    z-index: 210;
    transition: ease 0.2s;
    box-shadow: 0 1.25px 6px rgb(0 0 0 / 30%);
}
.nav_top {
    position: relative;
}
.topImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
}
.topImages img {
    position: absolute;
    left: 7%;
    margin-left: 0;
    width: 55px;
    transform: rotate(70deg);
}
.nav_top .mameText, #keirou_wrapper h1, #keirou_wrapper h3, #keirou_wrapper h4{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.nav_top .mameText {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    margin-left: -93px;
    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: #bf5c3d;
    font-size: 13px;
    width: 90px;
    height: 40px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    line-height: 1.1;
    border-radius: 20px;
}
/*パンくずリスト*/
.breadcrumbList{
	margin:5px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumbList li{
	display: inline;
	list-style-type: none;
}
.breadcrumbList li a{
	display: inline!important;
	font-size: 10px;
	text-decoration: underline!important;
    color: #00377F;
}
.breadcrumbList li::before,.breadcrumbList li:first-child::before{
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 700;
}
.breadcrumbList li:first-child::before{
	padding: 0 3px 0 0;
	content: "\f015";

}
.breadcrumbList li::before{
	padding: 0 3px 0 10px;
	content: "\f105";
}
/*-----------------------------------------本文-----------------------------------------*/
/*icon*/
#keirou_wrapper .icon{
	text-align: center;
}
#keirou_wrapper .icon img{
	width: 30px;
	padding-top: 10px;
	}
/*main*/
#keirou_wrapper{
	line-height: 1.5;
	box-sizing: border-box;	
	}
#keirou_wrapper a{
	text-decoration: none;
	}
#keirou_wrapper .w1000{
	width: 100%;
	margin: 0 auto;
	display: block;
	}
/*topbox*/
#keirou_wrapper .topBox figure{
	text-align: center;
	padding: 5px;
	}
#keirou_wrapper .topBox figure img{
	width: 100%;
	}
#keirou_wrapper h1{
	padding: 5px 10px 5px;
	text-align: center;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 4px;
	font-weight: bold;
	color: #5e4a2f;
	}
#keirou_wrapper h1 small{
	font-size: 15px;
	font-weight: 500;
	}
#keirou_wrapper h1 span{
	font-size: 32px;
	color: #bf5c3d;
	line-height: 1;
	}
#keirou_wrapper h3{
	font-size: 18px;
	font-weight: bold;
	color: #5e4a2f;
	margin-top: 30px;
	}
#keirou_wrapper h3:before{
	content: "■";
	width: 28px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	}
#keirou_wrapper h4{
	font-size: 16px;
	font-weight: bold;
	color: #5e4a2f;
	border-left: 5px solid #fbd266;
	padding-left: 5px;
	margin-top: 30px;
	}
/*mame*/
#keirou_wrapper .mameText section{
	padding: 0 5px;
	margin-top: 50px;
	}
#keirou_wrapper .mameText p{
	font-size: 14px;
	margin-top: 5px;
	}
#keirou_wrapper .mameText p span{
	font-weight: bold;
	color: #6a5252;
	font-size: 15px;
	border-bottom: 1px dotted #6a5252;	
	}
#keirou_wrapper .mameText .topText{
	text-align: center;
	font-weight: bold;
	color: #5e4a2f;
	padding: 0 5px;
	}
/*dl*/
#keirou_wrapper .mameText dl{
	margin-top: 10px;
	padding: 0 5px 5px;
	background: #fffaee;
	border-radius: 10px;
	}
#keirou_wrapper .mameText dl dt{
	padding: 5px 5px 0;
	color: #6a5252;
	font-weight: bold;
	}
#keirou_wrapper .mameText dl dd{
	padding: 0 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e3ba58;
	}
/*ranking*/
#keirou_wrapper .Box1.flexBox{
	display: flex;
	align-items: center;
	}
#keirou_wrapper .Box1.flexBox .ranking{
	width: 50%;
	margin: 10px;
	font-size: 13px;
	border: 3px solid #f4e2de;
	padding: 10px;
	}
#keirou_wrapper .Box1.flexBox .ranking h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;	
	color: #5e4a2f;
	border-left: 5px solid #e3ba58;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li{
	list-style: none;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li span{
	color: #5e4a2f;
	font-weight: bold;
	border-bottom: 1px solid #e3ba58;
	}
#keirou_wrapper .Box1.flexBox .ranking .comments{
	font-size: 12px!important;
	}
/*itemlist*/
#keirou_wrapper .itemList dl{
	margin: 15px 0;
	font-size: 14px;		
	}
#keirou_wrapper .itemList dl dt{
	font-weight: bold;
	color: #5e4a2f; 
	border-left: 5px solid #e3ba58;
	padding-left: 5px;
	}
#keirou_wrapper .itemList dl dd{
	padding-left: 10px;
	}
/*afterword*/
#keirou_wrapper .afterword{
	padding: 10px;
	color: #5e4a2f;
	font-weight: 500;
	margin: 20px 5px !important;
	background: #fff6df;
	border-radius: 10px;
	}
/*02*/
#keirou_wrapper .tips02{
	margin-top: 30px;	
	}
#keirou_wrapper .tips02 li{
	position: relative;
    margin: 10px 5px;
    background: #8CAFA8;
    padding: 5px;
	}
#keirou_wrapper .tips02 li:after{
    top: 40%;
    right: 2%;
    position: absolute;
    content: '';
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid #e0b857;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    pointer-events: none;
    border-color: #e0b857;
	}
#keirou_wrapper .tips02 li a{
	padding-right: 20px;
	font-size: 13px;
    font-weight: bold;
    color: #fff;
	}

/*もっと見る*/
#keirou_wrapper .return_btn{
	text-align: center;
	margin: 30px 10px;
	}
#keirou_wrapper .return_btn a{
	position: relative; 
	display: inline-block;
	padding: 10px 40px 10px 30px;
    background: #5E4A2F;
    font-weight: 500;
    color: #fff;
    border-radius: 15px;
	}
#keirou_wrapper .return_btn 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;
	}
/*-----------------------------------------レスポンシブ-----------------------------------------*/

.pcOnly {
display:none!important;
}