
/*-----------------------------------------初期設定打消し-----------------------------------------*/
div.wrapper_{
min-resolution: res;-width: 1200px;
}
div.container_{
	width: 100%;
	padding: 0;
	background: #fff;
}	
div.single_mainframe_{
	width: 100%;
}
a:hover img{
	opacity: .7;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
figure {
    margin: 0;
}


/*-----------------------------------------パンくずリスト-----------------------------------------*/
.breadcrumb {
	width: 1000px;
    margin: 0 auto;
}
.breadcrumbList{
	display: table;
	padding: 10px 0 10px 0px;
}
.breadcrumbList li{
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
	list-style-type: none
}
.breadcrumbList li::before,.breadcrumbList li:first-child::before{
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 700;
}
.breadcrumbList li:first-child::before{
	content: none;
}
.breadcrumbList li::before{
	padding: 0 7px 0 1px;
    content: ">";
    font-size: 14px;
    font-weight: bold;
}

/*-----------------------------------------メインコンテンツ-----------------------------------*/
#contents_wrapper {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	}
#contents_wrapper .w1000{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 50px;
	}

#contents_wrapper h1{
	text-align: center;
    line-height: 1.1;
    display: block;
    padding: 20px 24px;
    border-bottom: 6px dotted #f4ea54;
	/*background: #fff5ee;*/
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px;
}
.return {
    text-align: center;
}
.return a {
    display: inline-block;
    padding: 20px 100px;
    color: #000;
    font-size: 20px;
    margin: 30px 0 80px;
    border: 1px solid #000;
}
.return a:hover {
   text-decoration: none;
    opacity: 0.7;
}
.bg02{
	}	
/*----------------------------------------------------------豆知識関連--------------------------------------------------------------*/
#mame_img{
	text-align: center;
	}
#midashitext{
	margin: 20px 0px 0;
    font-size: 14px;
    text-align: left;
	}
.honbun {
    margin-top: 16px;
}
.honbun p{
	margin-top: 10px;
	font-size: 14px;
}
.honbun .list li{
	list-style: inherit;
	margin-left: 25px;
	}
.honbun ul{
	margin: 10px 0;	
	border-radius: 10px;
	background: #ffffff;
}
.honbun ul li{
	padding: 10px;
	font-size: 14px;
}
.honbun ul dt{
	width: 150px;
    padding: 7px 15px;
    color: #fff;
    background: #888888;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
	}

.honbun ul dd{
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
	}
.honbun p a:hover{
	text-decoration: underline;	
	}
.honbun .bigger {
    font-size: 18px;
    font-weight: bold;
}
	
	

/*----------------------------------------豆知識一覧---------------------------------------------*/
#contents_wrapper .mame02{
	padding: 30px 0;
}
#contents_wrapper .mame02 .w1000{
	background: #fff;
}
.bg07{
	background: #fff;
	}

.mameflex02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mameflex02 li{
	width: 240px;
    /* height: 180px; */
    font-size: 14px;
}
.mameflex02 li a{
	height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 35px 0 5px;
    /* border: 4px solid #f18101; */
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #fff;
    background-color: #f3542d;
}
.mameflex02 li a::after{
	position: absolute;
    bottom: 26px;
    right: 11px;
    display: block;
    content: '';
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid  #fff;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( 
-45deg
 );
    pointer-events: none;
    z-index: 30;
    border-color: #fff;
}
.mameflex02 li a:hover::after{
    position: absolute;
    bottom: 26px;
    right: 11px;
    display: block;
    content: '';
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( 
-45deg
 );
    pointer-events: none;
    z-index: 30;
    border-color: #fff;
}

.mameflex02 dd{
	margin-top: 5px;
    font-size: 12px;
	}
.mameflex02 li a:hover{
	color: #fff;
    background: #ffb5a3;
    text-decoration: none;
	transition: all .2s ease-out;
	}
	
