@charset "utf-8";
/* CSS Document */
/*sp*/
/*---------------------------------------------------------共通--------------------------------------------------------------*/
#trivia {
    overflow: hidden;
}
#trivia * {
    box-sizing: border-box;
}
#trivia a {
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: top;
}
/*-----------------------------------------------------------タイトル-----------------------------------------------------*/
.topTextBox a {
    display: inline-block;
    color: #333333;
    padding: 10px 5px;
    font-weight: bold;
}
.topTextBox a p {
    font-size: 16px;
    font-weight: bold;
}
.topTextBox .topTextsb {
    font-size: 11px;
    font-weight: normal;
}
/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
    display: flex;
    align-items: center;
    padding: 8px;
    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;
}
	
	
	
/*-----------------------------------------------------ナビ-------------------------------------------------------------*/
.navBg {
    height: 60px;
}
.navBg .gNav {
    background: #a12432;
    width: 100%;
}
.navBg .gNav .oseiboText {
    display: none;
}
.navBg .gNav .navBtn {
    display: flex;
    width: 100%;
}
.navBg .gNav .navBtn > li {
    width: calc(100% / 6);
}
.navBg .gNav .navBtn > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 46px;
    height: 120px;
    position: relative;
}
.navBg .gNav .navBtn > li > a p {
    font-size: 10px;
    line-height: 1.2;
}
.navBtn > li > a {
    background-repeat: no-repeat;
    background-position: top 16px center;
    background-size: 48px;
}
.nav01 > a {
    background-image: url(/img/usr/oseibo2019/index_ic03.png);
}
.nav02 > a {
    background-image: url(/img/usr/oseibo2019/index_ic04.png);
}
.nav03 > a {
    background-image: url(/img/usr/oseibo2019/index_ic05.png);
}
.nav04 > a {
    background-image: url(/img/usr/oseibo2019/index_ic06.png);
}
.nav05 > a {
    background-image: url(/img/usr/oseibo2019/index_ic07.png);
}
.nav06 > a {
    background-image: url(/img/usr/oseibo2019/index_ic08.png);
}
.navBtn > li > a > span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*nav固定した際のcss*/
.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;
}
.navBg .gNav.navfixed .oseiboText {
    display: block;
}
.navBg .gNav.navfixed .oseiboText a {
    height: 100%;
    color: #ffffff;
    background: #b81c22;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    position: relative;
}
.navBg .gNav.navfixed .navBtn {
    width: 700px;
    margin: 0;
}
.navBg .gNav.navfixed .navBtn > li > a {
    background: none;
    padding: 0;
    height: 60px;
    font-size: 13px;
}
.navBg .gNav.navfixed .navBtn > li > a > span {
    display: none;
}
/*------------------------帯---------------------------*/

.topBox {
    position: relative;
}
.topImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
}
.topImages img {
    position: absolute;
	top: 18%;
	left: 50%;
	margin-left: -160px;
	width: 16%;
	height: auto;
}
.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: #a12432;
    font-size: 13px;
    width: 90px;
    height: 50px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    line-height: 1.1;
    border-radius: 10px;
	text-decoration: none;
}
/*---------------------------------------------------------豆知識本文--------------------------------------------------------------*/

/*見出し*/
#trivia h1,#trivia h2,#trivia h3{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #494e55;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	}
.w1000 .contents_inner h1{
    font-size: 23px;
}
.w1000 .contents_inner h2{
    font-size: 20px;
	color: #fff !important;
	background: #97b2bf;
	margin: 20px 0;
}
.w1000 .contents_inner h3{
	font-size: 17px;
	text-align: left !important;
	color: #5095b4 !important;
}
/*背景*/
div#trivia {
    padding-bottom: 1px;
	background-image: url(https://www.shop.post.japanpost.jp/img/usr/whiteday/2023/bg.jpg);
	padding: 40px 0;
	font-size: 13px;
}
div#trivia .w1000 {
    padding: 25px 10px;
	background: #fff;
}
.contents_inner {
  margin-bottom: 35px;
}
/*本文*/
#trivia .w1000 .mainVisual{
	text-align: center;
	margin: 10px;
}
#trivia .w1000 .text {
  margin-bottom: 10px;
}
#trivia .w1000 .contents_list{
	margin-bottom: 10px;
	border: 1px solid #97b2bf;
	padding: 10px;
	line-height: 2.0;
}
#trivia .w1000 .contents_list li{
	list-style: disc;
	margin-left: 10px;
}
#trivia .w1000 .contents_list ul li{
	list-style: disclosure-open;
	margin-left: 20px;
}
#trivia .w1000 .contents_list li a {
  color: #5095b4;
}
/*table*/
.contents_inner table{
	margin: 20px auto;
}
.contents_inner table tr th,.contents_inner table tr td{
	border: 1px solid;
	padding: 5px;
}
.contents_inner table tr th {
  background: #d7e4ea;
}
/*---------------------------------------------------------トップへ戻る--------------------------------------------------------------*/
.return01 a {
    margin: 20px auto;
    display: block;
    padding: 10px;
    text-align: center;
    background: #494e55;
    color: #ffffff;
    font-size: 14px;
    transition: ease 0.2s;
}
/*-----------------------------------------レスポンシブ-----------------------------------------*/

.pcOnly {
display:none!important;
}