@charset "UTF-8";
#mm-main a, 
#mm-links a { color: #0047BB;}
#mm-main a:hover, 
#mm-links a:hover { text-decoration: none;}
section.mm-section {
        max-width: 900px;
        margin: 0 auto;
}
/**************************/
#mm-main * {
	margin-block:0;
	margin-inline:0;
}
#mm-main,
#mm-links {
	margin-top: 60px;
	font-size: 16px;
}
#mm-main div.lead-block {
	font-size: 18px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}
#mm-main div.main-block {
	margin-top: 60px;}
	#mm-page-card1 #mm-main div.main-block { /* card1 最新カードローン特集 */ margin-top: 30px;}
#mm-main h2,
#mm-links h2 {
	padding: 0 0 0.3em 0;
	text-align: left;
	color: #6fb42c;
	font-size: 36px;
	font-weight:bold;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
	#mm-main .items h2 { }
	#mm-main div.lead-block h2:nth-of-type(2) { margin-top: 40px;}

section.mm-section h3,
#mm-main h3 {
	padding: 0 0 0.2em 0;
	color: #4E5F6E;
	font-size: 30px;
	font-weight:bold;
	text-align: left;
}
#mm-footer {
	margin-top:60px;
}
#mm-main .description {
	margin: 0 0;
	padding: 0 0 15px 0;
	font-size: 18px;
}
/************* ************* ************* *************
	div.items ローンリスト
************* ************* ************* *************/
#mm-main div.items .description ul {
	list-style: disc;
	margin: .25em 0 .25em 1.25em;
	font-weight: bold;
}
#mm-main div.items .description li {
	list-style: disc;
	margin: 0 0;
	padding: 0 0 0.25em 0;
}

#mm-main div.items + div.items,
#mm-main div.other-area,
#mm-main div.content,
#mm-main div.post-block {
	margin-top: 60px;
}
#mm-main ul.items > li {/* １商品分 */
	border:10px solid #ccc;
	border-radius:20px;
	padding:20px 30px;
	position:relative;
}
#mm-main ul.items > li:hover {
	border-color:#aaa;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
#mm-main ul.items > li:nth-of-type(n+2) {
	margin-top:20px;
}
#mm-main ul.items img.logo {
	width:160px;
}
#mm-main ul.items > li > div:nth-of-type(2) > span {
	display:block;
}
#mm-main ul.items > li > div:nth-of-type(2) > span:nth-of-type(1) a {
	font-size: 24px;
	color:#0047BB;
	font-weight:bold;
}
#mm-main ul.items > li > div:nth-of-type(2) > span:nth-of-type(2) {
	font-size: 20px;
	font-weight:bold;
}
#mm-main ul.items div.appeal {
	margin-bottom:.3em;
}
#mm-main ul.items div.appeal > span {
	text-decoration: none;
	font-style: normal;
	background: linear-gradient(transparent 60%,#ffff00 60%);
}
#mm-main ul.items div.tags > ul {
	display:flex;
}
#mm-main ul.items div.tags > ul > li {
	background-color:#4682b4;
	border-radius:5px;
	margin:0 2px;
	padding:2px 5px;
	color:white;
}
#mm-main ul.items div.spec > dl {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0;
	gap: 5px;
}
#mm-main ul.items div.spec > dl > div {
	flex-grow:1;
	border:1px solid #ccc;
	border-radius: 5px 5px;
	background-color:white;
}
#mm-main ul.items div.spec > dl > div.spec-receiving-method-convenience-stores,
	#mm-main ul.items div.spec > dl > div.spec-payment-method-convenience-stores { flex-basis: 100%;}
#mm-main ul.items div.spec > dl > div.spec-receiving-method-convenience-stores ul li,
	#mm-main ul.items div.spec > dl > div.spec-payment-method-convenience-stores ul li {
	display: inline-block;
}
#mm-main ul.items div.spec > dl > div.spec-receiving-method-convenience-stores ul li+li:before,
	#mm-main ul.items div.spec > dl > div.spec-payment-method-convenience-stores ul li+li:before {
	content:"／";
}
#mm-main ul.items div.spec > dl > div.spec-application_area {
	flex-basis: 100%;
}
#mm-main ul.items div.spec > dl > div > dt {
	background-color:#ccc;
	border-radius:5px 5px 0 0;
	text-align:center;
	padding:5px 10px;
}
#mm-main ul.items div.spec > dl > div > dd {
	text-align:center;
	padding:12px 5px;
	letter-spacing: -0.075em;
	line-height: 1.2;
}
#mm-main ul.items div.updated_on {
	position:absolute;
	top:20px;
	right:30px;
}

/************* ************* ************* *************
	div.lead-block リードブロック
************* ************* ************* *************/
	/************* 共通 *************/
#mm-main div.lead-block > p {
	margin: 0.25em 0.5em;
}
#mm-main div.lead-block > p+p {
	margin-top: 0.5em;
}
	/* リスト */
#mm-main div.lead-block > dl { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 15px;
}
#mm-main div.lead-block > dl > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	flex-basis: 280px;
	border: 1px solid #AEB5AE;
	border-radius: 4px;
	text-align: center;
}
/* 便利で安心。フリーローンのココが魅力♪ */
#mm-main div.lead-block > dl {}
#mm-main div.lead-block > dl dt,
#mm-main div.lead-block > dl dd {
	flex-basis: 100%;
}
#mm-main div.lead-block > dl dt {
	padding: 0.65em 0 0.5em 0;
	font-size: 22px;
	font-weight: bold;
	line-height:1;
	border-bottom: 1px solid #ccc;
	color: #4A5D4A;
	background-color: #BFD8B8;
}
#mm-main div.lead-block > dl dd {
	padding: 0.5em;
	letter-spacing: -0.05em;
	line-height: 1.5;}
	#mm-page-free2 #mm-main div.lead-block > dl dd { text-align: left;}
#mm-main div.lead-block .point-useful { }
#mm-main div.lead-block .point-reassurance { border-color: #B8AEB8;}
#mm-main div.lead-block .point-useful dt { }
#mm-main div.lead-block .point-reassurance dt { color: #5A4E5A; background-color: #C8A2C8;}
	/* アイコン */
#mm-main div.lead-block > ul { 
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	gap: 15px;
	padding: 0 0;
	border-radius: 6px;
}
#mm-main div.lead-block > ul > li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* flex-basis: 30%;*/
	flex-grow: 1;
	padding: 20px .5em 20px .5em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 16px;
	border: none;
	color: #555;
	background-color: #eee;
}
#mm-main div.lead-block > ul > li::after {
		display: block;
		content:"";
		margin: 10px auto 0 auto;
		width: 100px;
		height: 80px;
		color: #fff;
		background: url('/images/mm/page/common/icon_merit1.webp') center center no-repeat;
		background-size: contain;
	}
#mm-main div.lead-block > ul > li:nth-of-type(1) { background: #E3F2FD; color: #224466;}
#mm-main div.lead-block > ul > li:nth-of-type(2) { background: #FFF3E0; color: #6B4A1F;}
#mm-main div.lead-block > ul > li:nth-of-type(3) { background: #F9Eeee; color: #5A2A3A;}
#mm-main div.lead-block > ul + p { margin-top: 15px;}
	/* アイコン指定 */
	/* omatome1 */
#mm-page-omatome1 .lead-block > ul > li:nth-of-type(1)::after { background-image: url('/images/mm/page/common/grph_rate.svg');}
#mm-page-omatome1 .lead-block > ul > li:nth-of-type(2)::after { background-image: url('/images/mm/page/common/grph_consolidation.svg');}
#mm-page-omatome1 .lead-block > ul > li:nth-of-type(3)::after { background-image: url('/images/mm/page/common/grph_percentage.svg');}
	/* omatome2 */
#mm-page-omatome2 .lead-block > ul:nth-of-type(1) > li:nth-of-type(1)::after { content: none;}
#mm-page-omatome2 .lead-block > ul:nth-of-type(1) > li:nth-of-type(2)::after { content: none;}
#mm-page-omatome2 .lead-block > ul:nth-of-type(1) > li:nth-of-type(3)::after { content: none;}
#mm-page-omatome2 .lead-block > ul:nth-of-type(1) > li:nth-of-type(4)::after { content: none;}
#mm-page-omatome2 .lead-block > ul:nth-of-type(2) > li:nth-of-type(1)::after { background-image: url('/images/mm/page/common/grph_consolidation.svg');}
#mm-page-omatome2 .lead-block > ul:nth-of-type(2) > li:nth-of-type(2)::after { background-image: url('/images/mm/page/common/grph_rate.svg');}
#mm-page-omatome2 .lead-block > ul:nth-of-type(2) > li:nth-of-type(3)::after { background-image: url('/images/mm/page/common/grph_percentage.svg');}
	/* business1 */
#mm-page-business1 .lead-block > ul > li:nth-of-type(1)::after { content: none}
#mm-page-business1 .lead-block > ul > li:nth-of-type(2)::after { content: none}
#mm-page-business1 .lead-block > ul > li:nth-of-type(3)::after { content: none}
#mm-page-business1 .lead-block > ul > li:nth-of-type(4)::after { content: none}
	/* business2 */
#mm-page-business2 .lead-block > ul > li:nth-of-type(1)::after { background-image: url('/images/mm/page/common/grph_speed.svg');}
#mm-page-business2 .lead-block > ul > li:nth-of-type(2)::after { background-image: url('/images/mm/page/common/grph_flexibility.svg');}
#mm-page-business2 .lead-block > ul > li:nth-of-type(3)::after { background-image: url('/images/mm/page/common/grph_unsecured.svg');}
	/* card5 */
#mm-page-card5 .lead-block > ul > li:nth-of-type(1)::after { background-image: url('/images/mm/page/common/grph_protection.svg');}
#mm-page-card5 .lead-block > ul > li:nth-of-type(2)::after { background-image: url('/images/mm/page/common/grph_percentage.svg');}
#mm-page-card5 .lead-block > ul > li:nth-of-type(3)::after { background-image: url('/images/mm/page/common/grph_online.svg');}
#mm-page-card5 .lead-block > ul > li:nth-of-type(4)::after { background-image: url('/images/mm/page/common/grph_speed.svg');}
	/* card7 */
#mm-page-card7 .lead-block > ul > li:nth-of-type(1)::after { background-image: url('/images/mm/page/common/grph_rate.svg');}
#mm-page-card7 .lead-block > ul > li:nth-of-type(2)::after { background-image: url('/images/mm/page/common/grph_protection.svg');}


/************* *************
		body#mm-page-free1 地方銀行のフリーローン特集
		body#mm-page-business2 急な資金調達が必要なら資金調達ガイド
	/************* *************/
	#mm-main .lead-block h2.icon {
		display: flex;
		justify-content: center;
		margin: 20px 40px 10px 40px;
		padding: 14px 16px;
		line-height: 1;
		border-radius: 14px;
		text-align: center;
		color: #2E7D32;
		font-weight: bold;
		letter-spacing: .02em;
		background: #E8F5E9;
		box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	}
	#mm-main .lead-block h2.icon span { display: block;}
	#mm-main .lead-block h2.icon::before {
		display: block;
		content:"icon";
		width: 30px;
		height: 30px;
		color:#fff;
		font-size: 16px;
		vertical-align: middle;
		background-color: var(--header-fg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;}

/************* ************* ************* *************
	.main-block メインブロック
************* ************* ************* *************/
div.main-block {}
	/* その他の地域にお住いなら、地域別ランキングをチェック♪ */
#mm-main div.other-area ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1;
}
#mm-main div.other-area ul > li {
	flex-basis: 32%;
	flex-grow:1;
	margin: 0 0;
	padding: 0 0;
}
#mm-main div.other-area ul > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5em 0;
	background-color: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-weight:bold;
	text-align:center;
	color: #555;
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 250, 205, 0.5) 100%);
	/* box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); */
}
	#mm-main div.other-area ul > li a:hover { 
		text-decoration: none;
		background: linear-gradient(to bottom, rgba(255, 250, 205, 0.5) 0%, rgba(255, 250, 205, 0.5) 100%);
		/*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
		opacity: 1;}
#mm-main div.other-area ul > li a span { display: block;}
#mm-main div.other-area ul > li a::after {
	display: block;
	content:"";
	width: 2.5em;
	height: 2.5em;
	background-image: url("https://preact.www.eloan.co.jp/images/mm/page/common/icon_pin-blue.svg"); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
}
/**/
#mm-footer ul.guardWording > li {
	letter-spacing: -.7px;
	line-height: 1.7;
	padding-left: 24px;
	position: relative;
}
#mm-footer ul.guardWording > li:before {
	width: 18px;
	height: 18px;
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}
/************* ************* ************* *************
	.post-block 後続
	#mm-page-business1 ビジネスローン特集
	#mm-page-business2 資金調達ガイド
************* ************* ************* *************/
	/* スピーディな資金繰りをお考えなら、ファクタリングを検討してみては？ */
#mm-main div.post-block {
	padding: 0 0;
	background-color: #fff;
}
#mm-main div.post-block div.layoutBox {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	background-color: #fff8ca;
	border-radius: 8px;
	border: 1px solid rgba(18, 74, 155,0.5);
}
#mm-main div.post-block h2 {
	padding: 0.75em 0 0.5em 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background-color: #124a9b;
	border-radius: 6px 6px 0 0;
}
#mm-main div.post-block p {
		margin: 0 0;
		padding: 20px;
		text-align:center;
		font-size: 16px;
		line-height: 1.2;}
#mm-main div.post-block p em {
		color: var(--textEm);
		font-style: normal;
		font-weight: bold;}
#mm-main div.post-block div.productBox {}
#mm-main div.post-block div.productBox p { padding: 0;}
#mm-main div.post-block div.productBox h4 {
    margin: 0 0;
    padding: 0.25em 0 0.5em 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#mm-main div.post-block div.productBox dl {
		display: flex;
		flex-wrap: wrap;
		justify-content : space-between;
		margin: 0 0;
		padding: 1px 30px;
}
#mm-main div.post-block div.productBox dl > div {
		display: block;
		flex-basis: 32%;
		margin: 0 0 10px 0;
		padding: 12px 12px;
		border-radius: 20px;
		border: 2px solid #325078;
		background-color: #fff;
}
#mm-main div.post-block div.productBox dl dt {
		margin: 0 0;
		padding: 0.15em 0.5em;
		width: auto;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #095DB5;
		background-color: #E0EDFF;
}
#mm-main div.post-block div.productBox dl dd {
	padding: 0.5em 0 0 0;
	font-size: 16px;}


/* *************************************************************** */
#mm-links {}
#mm-links > dl {
	display:flex;
	flex-wrap: wrap;
	gap: 10px;
}
#mm-links > dl > div {
	padding: 10px 20px 15px 20px;
	flex-grow: 0;
	flex-basis: calc((100% - 10px) / 2);
	line-height: 1;
	border:1px solid #ccc;
	border-radius: 4px;
}
#mm-links > dl dt {
	display: block;
	margin-bottom: 15px;
	padding: 10px 0 15px 0;
	font-weight:bold;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#mm-links > dl dd a,
#mm-links > dl dd.selected > span {
	display: inline-block;
	padding: 5px 0 5px 12px;
	background: url("/images/common/gray-arrow.png") 0 center no-repeat;
	background-size: 5px auto;
	text-decoration: none;
}
#mm-links > dl dd.selected span {
	color: var(--text-main);
}

/******************* ******************* 
	#to-howto 借りられるか不安な方はこちらもチェック！
******************* *******************/
#mm-page-card7 #to-howto ul {
	display:flex;
	gap: 15px;
}
#mm-page-card7 #to-howto ul li {
	position:relative;
}
#mm-page-card7 #to-howto ul li a { 
	display: block;
	overflow: hidden;
	height: 200px;
	color: #fff;}
#mm-page-card7 #to-howto ul li span {
	position:absolute;
	display:block;
	width: 100%;
	padding:10px 0;
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	top: 50%;
	transform: translate(0%, -50%);
	background-color:rgba(0,0,0,0.45);}

/************* ************* ************* *************
	ボタン一覧
************* ************* ************* *************/
#mm-main ul.items div.apply {
	text-align:center;
}
#mm-main div.post-block div.button {
	margin: 0 0;
	padding: 1em 0 1.5em 0;
	text-align: center;
}
#mm-main ul.items div.apply a[data-link="appl-1"],
#mm-main div.post-block div.button a {
	display: inline-block;
	padding:1.25em 6em;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-radius: 2em;
	background: linear-gradient(to left, #c2182d 0%, #f26d27 100%);
	line-height: 1;
	letter-spacing: 0.05em;
}
#mm-main div.post-block div.button a {
	min-width: 36em;
	padding:1.25em 2em;
}
/************* ************* ************* *************
	#mm-header  FV 
************* ************* ************* *************/
/* ************* 共通指定 *************/
#mm-header {
	background-image: url("/images/mm/page/div/mv_card1.webp");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ddd;
}
#mm-header > header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    margin: 0 auto;
	padding: 0 0;
	width: 900px;
	min-height: 250px;
	line-height: 1;
}
#mm-header > header > #pageTitle {
	display: block;
	padding: 40px 40px;
	border-top: 1px solid rgba(244, 247, 226, 0.75);
	border-bottom: 1px solid rgba(244, 247, 226, 0.75);
	background-image: linear-gradient(
		180deg, 
		rgba(244, 247, 226, 0.65), 
		rgba(255, 255, 255, 0.8) 50%, 
		rgba(244, 248, 225, 0.65));
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
#mm-header > header > #pageTitle > span {/* キャッチコピー */
	display: block;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 22px;
	font-weight: bold;
	border-radius: 2em;
	letter-spacing: -0.025em;
	line-height: 1;
}
#mm-header > header > #pageTitle > span:before,
#mm-header > header > #pageTitle > span:after {
	content:"～";
}
#mm-header > header h1 {
	display: block;
	margin: 0;
	padding: 10px 0;
	color: #377101;
	font-size: 50px;
	font-weight:bold;
	line-height: 1;
	letter-spacing: -0.025em;
}
#mm-header > header time {/* yyyy年mm月dd日版 */
	display: block;
	margin: 0 0;
	padding: 0 ;
	font-size: 18px;
	text-align: right;
	color: #000;
	letter-spacing: -0.025em;
	line-height: 1;
}
#mm-header > header > #pageTitle > span em { color: #FB8106}
	/* 写真の一括指定 */
	#mm-page-car1 #mm-header { background-image: url("/images/mm/page/div/mv_car1.webp");}
	#mm-page-education1 #mm-header { background-image: url("/images/mm/page/div/mv_education1.webp");}
	#mm-page-omatome1 #mm-header { background-image: url("/images/mm/page/div/mv_omatome1.webp"); background-position: right bottom;}
	#mm-page-omatome2 #mm-header { background-image: url("/images/mm/page/div/mv_omatome2.webp");}
	#mm-page-free1 #mm-header { background-image: url("/images/mm/page/div/mv_free1.webp");}
	#mm-page-free2 #mm-header { background-image: url("/images/mm/page/div/mv_free2.webp");}
	#mm-page-business1 #mm-header { background-image: url("/images/mm/page/div/mv_business1.webp");}
	#mm-page-business2 #mm-header { background-image: url("/images/mm/page/div/mv_business2.webp");}
	#mm-page-card1 #mm-header { background-image: url("/images/mm/page/div/mv_card1.webp");}
	#mm-page-card2 #mm-header { background-image: url("/images/mm/page/div/mv_card2.webp"); background-position: right bottom;}
	#mm-page-card3 #mm-header { background-image: url("/images/mm/page/div/mv_card3.webp");}
	#mm-page-card4 #mm-header { background-image: url("/images/mm/page/div/mv_card4.webp"); background-position: right bottom;}
	#mm-page-card5 #mm-header { background-image: url("/images/mm/page/div/mv_card5.webp");}
	#mm-page-card6 #mm-header { background-image: url("/images/mm/page/div/mv_card6.webp");}

	/* 文字サイズの一括指定 */
body#mm-page-business1 #mm-header h1 {/* ページタイトル */ font-size: 30px;}
body#mm-page-omatome2 #mm-header h1,
	body#mm-page-card3 #mm-header h1 {/* ページタイトル */ font-size: 35px;}
body#mm-page-card2 #mm-header h1,
	body#mm-page-card4 #mm-header h1,
	body#mm-page-card6 #mm-header h1,
	body#mm-page-education1 #mm-header h1,
	body#mm-page-omatome1 #mm-header h1,
	body#mm-page-business1 #mm-header h1 {/* ページタイトル */ font-size: 40px;}
body#mm-page-business2 #mm-header h1 {/* ページタイトル */ font-size: 46px;}

	/* mm-page-card7  銀行カードローン特集 */
#mm-page-card7 #mm-header {
	background-image: linear-gradient(
		180deg, 
		rgba(244, 247, 226, 1) 10%, 
		rgba(219, 234, 129, 1) 10% 40%, 
		rgba(255, 255, 255, 1) 40%, 
		rgba(244, 248, 225, 1));
	border-bottom: 1px solid #ddd;}
#mm-page-card7 #mm-header > header {
	width: 800px;
	position: relative;
	display: flex;
	flex-direction: initial;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background: url("/images/mm/page/div/mv_card7.webp") right 10px bottom no-repeat;
	background-position: right 10px bottom;
	background-repeat: no-repeat;
	background-size: auto 245px;}
#mm-page-card7 #mm-header > header > span:nth-of-type(1) {/* キャッチコピー */
	order: 1;
	display: block;
	margin-top: 25px;
	padding: 15px 30px;
	font-size: 22px;
	font-weight: bold;
	background-color: #fff; 
	border-radius: 2em;
	letter-spacing: -0.025em;}
#mm-page-card7 #mm-header > header > h1 {/* ページタイトル */
	order: 3;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: auto;
	padding: 25px 30px 20px 30px;
	font-size: 50px;
	font-weight:bold;
	line-height: 1;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5.81px 1.19px rgba(0, 0, 0, 0.1);
	letter-spacing: -0.025em;}
#mm-page-card7 #mm-header > header > span:nth-of-type(2) {/* yyyy年mm月dd日版 */
	position: inherit;
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0 0 10px;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #020;
	background-color: rgb(256, 256, 256,0.25);
	border: 1px solid rgba(256,256,256,1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	letter-spacing: -0.025em;}
#mm-page-card7 #flow img {
	border:1px solid #eee;
}
