/*
Theme Name: 令和7年度生活応援商品券
Theme URI: http://wordpress.org/themes/twentythirteen
Author: masato WATANABE
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starside_menuting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('reset.css');

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/*コンテンツ幅768ピクセル*/
@media print, screen and (min-width:769px) {
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 500;
	font-style: normal;
}
button, input, select, textarea {
    font-family: "Noto Sans JP", Sans-serif;
	font-weight: 500;
	font-style: normal;
}
body {
	color: #222;
	line-height: 1.7em;
	letter-spacing: 0.04em;
	margin: 0;
	background: #FFE9DB;
	overflow-x: hidden;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
a {
	color: #1a0dab;
}
a:visited {
	color: #1a0dab;
}
a:focus {
	outline: none;
}
a:active, a:hover {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
.contents_main a:hover img,
.contents_2col a:hover img,
header a:hover img,
.contents_1col_top a:hover img,
.site_footer a:hover img {
	opacity:0.78;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
strong {
	font-weight: 600;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/*SP用の要素を非表示*/
.sp_show {
	display: none !important;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: block;
	margin: 5px 10px 5px 0;
}
img.alignright {
	display: block;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignnone {
	margin:0;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin: 5px 0;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*赤字*/
span.red {
	color: #e34434;
}

/*SP用の要素を非表示*/
.sp_show {
	display: none;
}


/*reCAPTCHA非表示*/
.grecaptcha-badge { visibility: hidden; }
 


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*コンテンツメイン*/
.contents_main {
	margin: 5px auto 0;
	padding:1.5em 2em 1em;
	width: 92%;
	max-width:1100px;
	background: #fff;
	border-radius: 20px;
}
.contents_1col_top {
	margin: 0 auto;
	padding: 16px 0 0 0;
	width: 88%;
	max-width: 1100px;
}
.contents_page_top {
	margin: 0;
	width:590px;
}
.contents_2col {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding:1.5em 2em 1em;
	width: 92%;
	max-width:1100px;
	background: #fff;
	border-radius: 20px;	
}
.contents_page
,.contents_page_map {
	order: 1;
	margin: 0;
	width:70%;
}
/*#contents {
	order: 2;
	width:74%;
	font-size: 110%;
	line-height: 190%;
}
#contents h2 {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 180%;
	border-bottom:dotted 2px #136AB7;
}
*/


/*サイド*/
#side {
	order: 1;
	width:22%;
	height: 100%;
	position: sticky;
	top:0px;
}
#side img {
	max-width: 100%;
	height: auto;
}

#rightside
,#rightside_map {
	order: 2;
	width:27%;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
header {
	margin: 0;
	padding: 0.6em 0 0 0;
	width:100%;
	background: #FFFBF8;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;
}
.header_inner .title {
	width: 40%;
}
.header_inner .head_btn_pc {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	width: 53%;
}

.head_btn_pc .btn_register {
	margin-left: 15px;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
/*グローバルナビゲーション*/
.pc_nav {
	padding: 21px 0 18px;
}
.pc_nav ul {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.pc_nav ul li a {
	position: relative;
	padding: 0 11px;
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
.pc_nav ul li a:before {
	content: "";
	position: absolute;
	left: 0;
    top: 3px;
	display: inline-block;
	background: url("images/headers/list_navi.png")no-repeat;
	background-size: contain;
	width: 8px;
	height: 8px;
}

.pc_nav ul li a:hover
,.pc_nav ul li a:active {
	color: #459fe3;
	transition: all .2s;
}

/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#breadcrumb {
	margin: 0;
	padding: 15px 0;
	font-size: 73%;
}
#breadcrumb_inner {
	margin: 0 auto;
	color:#444;
	width: 95%;
	max-width: 1100px;
	line-height: 1.4em;
}
#breadcrumb_inner span {
	display: inline-block;
	padding: 0 1px;
}
#breadcrumb_inner a {
	color:#444;
	text-decoration: none;
}
#breadcrumb_inner a:hover {
	color:#f7b553;
	text-decoration:none;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
/*▼共通*/
.whitebox {
	margin:0 auto 40px;
	padding: 3em 2.5em;
	width: 100%;
	background: rgba(255,255,255,1.00);
	border-radius: 20px;
}
.contents_1col_top h2,
.page_below h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 5px 0 8px 12px;
	color: #18488F;
	font-weight: 600;
	font-size: 140%;
	letter-spacing: 0.08em;
	line-height: 1.2em;
	text-align: left;
}
.contents_1col_top h2:before,
.page_below h2:before {
	content: "";
	position: absolute;
	left: 0;
    top: 3px;
	display: inline-block;
	background: url("images/pages/h2_shape.png")no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
}
/*▲共通*/

/*-------------------------------------------------------
----mv--------------------------------------------------
-------------------------------------------------------*/
.mv {
	padding: 1.5vw 0 0;
	width: 100%;
	background: url("images/mv/mv_bg.png") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: 50% bottom;
	text-align: center;
}
.mv img {
	width: 100%;
	max-width: 1100px;
	margin: 0 0 -35px 0;
}

.mv p {
	padding: 9vw 0;
	color: #ED1069;
	font-size: 1.5em;
	font-weight: bold;
}

/*-------------------------------------------------------
----トップページお知らせ-----------------------------------
-------------------------------------------------------*/
.news {
	margin: 50px 0 60px;
}
.news_wrapper a,
.news_wrapper a:visited {
	color: #222;
	text-decoration: none;
}
.news_wrapper a:hover,
.news_wrapper a:focus,
.news_wrapper a:active {
	color: #9FC700;
	transition: all .2s;
}
.news_wrapper {
	margin: .5em 0 0;
	padding: 25px 30px 15px;
	background: rgba(255,255,255,1.0);
	border-radius: 20px;
}
.news_box {
	display: flex;
	flex-wrap: nowrap;
	padding: .4em 1em;
	width: 100%;
	border-bottom: 1px dashed #18488F;
}
.news_box .date {
	position: relative;
	padding-left: 1.8em;
	width: 26%;
	min-width: 210px;
	color: #222;
	font-size: 90%;
}
.news_box time.date:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	display: inline-block;
	background: url("images/pages/mark_newsdate.png")no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}
.news_box p.title {
	width: 70%;
}

img.mark_new {
	position: relative;top:-6px;left:0px;
}
.news_more {
	margin-top: 10px;
	text-align: right;
}
.news_more a,
.news_more a:visited {
	color: #18488F;
	font-size: 90%;
	text-decoration: none;
}
.news_more a:hover,
.news_more a:focus,
.news_more a:active {
	color: #567FBC;
	transition: all .2s;
}


.tenant_btn {
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	margin-bottom: 60px;
}

.tenant_btn ul {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1100px;
	height: 140px;
}
.tenant_btn ul li {
	width: 70%;
	border-radius: 15px;
}

.tenant_btn ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	background: #2db4cc;
	border-bottom: 6px solid #007589;
}
.tenant_btn ul li a span {
	line-height: 1.4em;
}
.tenant_btn ul li a:hover {
	margin-top: 5px;
	border-bottom: none;
	color: #fff;
	/*transition: all .2s;*/
}




.store_search_box {
    margin: 0 auto;
    width:94%;
    margin-bottom: 50px;
}

.store_search {
    display: flex;
}

.search_tenant_top {
    display: block;
    margin: 0 auto;
    width:70%;
}
.search_tenant_top input#feas_2_0 {
	margin: 0;
	padding: 8px;
	width: 78%;
	font-size: 1.6em;
	height: 65px;
	vertical-align: bottom;
}
.search_tenant_top input#feas-submit-button-2 {
	width: 20%;
	height: 65px;
}
 
/*-------------------------------------------------------
---- 鶴岡市消費喚起クーポンについて ------------------------
-------------------------------------------------------*/
.infomation {
    display: block;
    padding-top: 40px;
    margin-top: -40px;/*ぺージ内リンク停止位置調整のネガティブマージン*/
	margin-bottom: 40px;
}

.infomation .red_ribbon{
	text-align: center;
}
.infomation .red_ribbon img {
	width: 80%;
}

/*クーポン券の種類*/
.infomation ul.ticket_box {
	display: flex;
	justify-content: center;
	margin:1.5em 0 4em;
}
.infomation ul.ticket_box li:first-child {
	margin-right: 4%;
}


/*クーポン券の使用可能枚数と割引額*/
.infomation .discount_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 1.5em auto 4em;
	max-width: 950px;
}

.infomation .discount_box .img_table {
	width: 57%;
}
.infomation .discount_box .img_family {
	width: 39%;
	text-align: center;
}



.infomation .discount_box .img_family .balloon_pink {
	position: relative;
	margin-top: 15px;
	padding: 1em 2em;
	background: #FFE2F4;
	border-radius: 10px;
}
.infomation .discount_box .img_family .balloon_pink:before {
	content: "";
	position: absolute;
	top: 57%;
	left: -34px;
	border: 15px solid transparent;
	border-right: 20px solid #FFE2F4;
}
/*==================================
　　第二回用バルーンスタイル　
=====================================*/
.infomation .discount_box .img_family .balloon_greige {
	position: relative;
	margin-top: 15px;
	padding: 1em 2em;
	background: #F2E5DF;
	border-radius: 10px;
}
.infomation .discount_box .img_family .balloon_greige:before {
	content: "";
	position: absolute;
	top: 57%;
	left: -34px;
	border: 15px solid transparent;
	border-right: 20px solid #F2E5DF;
}
/*==================================
　　第二回用バルーンスタイル終わり　
=====================================*/



/*クーポンが使えるお店*/
.tenant_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 2em;
	max-width: 950px;
}
.tenant_box a {
	width: 39%;
}

/*利用期間*/

.period_box {
	display: flex;
	justify-content: space-between;
	margin: 1.0em 0 1.0em;
}
.period_box .img_schedule {
	margin-top: 9px;
	width: 40%;
	text-align: center;
}
.period_box .img_calendar {
	width: 56%;
}
.period_box .img_calendar img {
	margin-bottom: 10px;
}



/*クーポン券の詳細*/
.detail {
	margin: 15px auto 0;
	padding: 2em 2em 0;
	max-width: 980px;
	border: 2px dashed #828282;
	border-radius: 10px;
}

.detail table tr th {
	width: 25%;
	min-width: 180px;
	vertical-align: top;
}


.detail table tr th span {
	display: inline-block;
    padding: 5px 10px;
	width: 100%;
	color: #fff;
	font-size: 85%;
	text-align: center;
	background: #3FB4D9;
	border-radius: 30px;
	line-height: 1.5em;
}
/*==================================
　　第二回用.detail table tr th span
=====================================*/
.second .detail table tr th span {
	display: inline-block;
    padding: 5px 10px;
	width: 100%;
	color: #fff;
	font-size: 85%;
	text-align: center;
	background: #0785D9;
	border-radius: 30px;
	line-height: 1.5em;
}
/*==================================
　　第二回用.detail table tr th span終わり
=====================================*/



.detail table tr td {
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}
.detail table tr td > ul {
	padding-left: 1em;
	list-style: disc;
}
.detail table tr td > ul  ul {
	padding: 0 0 0 .5em;
}

.detail table tr td .mihon_pic {
	display: flex;
    gap:20px;
}
.detail table tr td .mihon_pic div {
	width: 48%;
	max-width: 250px;
    text-align: center;
    font-size: 0.80em;
}

/*参加店舗募集について*/
.bosyu_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.bosyu_box .bosyu_txt {
	width: 65%;
}
.bosyu_box .bosyu_btn {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bosyu_txt span.limit {
	display: inline-block;
	margin-left: 1.5em;
	padding: 0 1em;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	background: #FF1C1C;
	border-radius: 30px;
}
.bosyu_txt p {
	padding: .5em;
}
.bosyu_box .bosyu_btn li {
	margin: 0 4%;
}




/*-------------------------------------------------------
---- ボタン（質問、問い合わせ） -----------------------------
-------------------------------------------------------*/
.btns_wrapper {
	display: flex;
	justify-content: space-between;
}
.btns_wrapper a.btn_white {
	display: block;
	padding: 1.3em 0;
	color: #18488F;
	font-size: 140%;
	font-weight: bold;
	width: 48%;
	text-align: center;
	line-height: 1.2em;
	text-decoration: none;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}


.btns_wrapper a.btn_white:hover, 
.btns_wrapper a.btn_white:active {
	transition: all .2s;
	background:#fff2b8;
} 
/*==================================
　　第二回用.btns_wrapper a.btn_white:hover
=====================================*/
.second .btns_wrapper a.btn_white:hover, 
.second .btns_wrapper a.btn_white:active {
	transition: all .2s;
	background:#ffd016;
} 
/*==================================
　　第二回用.btns_wrapper a.btn_white:hover終わり
=====================================*/



/*お知らせカテゴリー一覧*/
.category .news_wrapper {
	padding: 0 0 20px;
}

/*取扱店舗募集*/
.vk_flow.howto .vk_flow_frame {
	background: #fff;
	border: none;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.vk_flow.howto .vk_flow_frame .vk_flow_frame_text_title {
	color: #184DA0;
	font-weight: 700;
	border-bottom: none;
}


/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*Ｈ２共通*/
h2.entry_title {
	padding:25px 0 18px;
	color: #18488F;
	font-size:190%;
	line-height: 1.40;
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.03em;
	background: #fff;
	border-bottom: 7px solid #d4d4a7;
	text-align: center;
}
h2.entry_title span {
	position: relative;
	display: inline-block;
	padding: 5px 0 0 22px;
	width: 92%;
	max-width: 1100px;
	text-align: left;
}
h2.entry_title span:before {
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	display: inline-block;
	background: url("images/pages/h2_shape.png")no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
}


/*業種別の一覧、店舗名検索の結果*/
/*.archive h2.entry_title
,.search h2.entry_title {
	margin:40px 0;
	padding:10px 0;
	color: #146062;
	font-size:195%;
	line-height: 1.40;
	letter-spacing: 1px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}*/
/*お知らせ一覧*/
/*.archive.category-news h2.entry_title {
	margin:40px 0 65px;
	text-align: center;
}*/

.single h2.entry_title {
	padding:25px 0 18px;
	color: #18488F;
	font-size:190%;
	line-height: 1.40;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.03em;
	background: #fff;
	border-bottom: 7px solid #FAEA95;
	text-align: center;
}
.single h2.entry_title span {
	font-family: "Noto Sans JP", Sans-serif;
	position: relative;
	display: inline-block;
	padding: 0;
	width: 92%;
	max-width: 1100px;
	text-align: left;
}
.single h2.entry_title span:before {
	display: none;
}

/*-------------------------------------------------------
----Ｈ３~見出し~-------------------------------------------
-------------------------------------------------------*/
.page .entry-content h3 {
	margin: 30px 0 20px;
	padding: 3px 0 3px 14px;
	color: #222;
	font-weight: 600;
	font-size: 130%;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	border-left: 7px solid #2D8ABB;
}

.page .entry-content h4 {
	margin: 30px 0 15px;
	padding: 4px 0 4px 12px;
	color: #222;
	font-weight: 600;
	font-size: 110%;
	letter-spacing: 0.03em;
	line-height: 1em;
	border-left: 7px solid #8AD7FF;
}

/*.single .entry-content h3 {
	margin: 2.2em 0 0.5em;
	padding: 0 0 9px 3px;
	color: #624140;
	font-weight: 600;
	font-size: 112%;
	letter-spacing: 0.03em;
	line-height: 1em;
	border-bottom: 1px dashed #624140;
}*/

/*取扱店一覧*/
h3.tenant_all_gyousyu {
	margin: 0;
	padding: 14px 0 0;
	color: #004b97;
	font-size: 115%;
	letter-spacing: 1px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	text-align: right;
	margin-bottom:1.5em; 
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	clear:both;
	margin: 0;
	padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content th
,.entry-content td {
	padding: 0.5em 0.6em;
	font-size:98%;
	line-height: 1.50;
}
.entry-content p {
	margin: 0 0 2em 0;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.entry-content p img {
	margin: 0;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin:10px auto;
}
.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img {
	margin:10px auto;
}
.entry-content .wp-caption.alignleft img,
.entry-content .wp-caption.alignright img {
	margin:10px auto;
}
.entry-content .wp-caption p.wp-caption-text {
	margin: -5px 0 15px 0;
	text-align:center;
	font-size:80%;
}
.entry-content div.alignnone {
	margin: 0;
}
.entry-content div.aligncenter {
	margin: 0 auto;
}
/*リスト*/
.entry-content ul {
	list-style: disc;	
	margin: 0 0 2em 1.5em;
	/*padding: 0 0 10px; */
}
.entry-content ol {
	margin: 0 0 2em 2em;
	/*padding: 0 0 10px; */
}
.entry-content ul li 
,.entry-content ol li {
	padding: 2px 0 2px 0;
	line-height: 160%;
}


.entry-content table {
	margin: 10px 0 15px 0;
}
.entry-content table td p {
	margin: 0;
	letter-spacing: 1px;
}

/*個別投稿ぺージ内　お知らせ一覧*/
#pastpost {
	margin: 5em 0 0;
}
h3.saishin_list {
	margin:10px auto;
	padding: 8px 10px;
	width: 100%;
	color: #222;
	font-size: 120%;
	line-height: 1.40;
	font-weight: 600;
	text-align: center;
	border: 1px solid #222;
	border-radius: 30px;
}
.single .news_wrapper {
	padding: 15px 30px 10px;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	font-size: 90%;
}
.single .news_wrapper .news_box {
	padding: .5em 0;
}

/*ぺージナビ*/
.wp-pagenavi {
	margin: 30px 0;
	text-align: center;
	font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 1px;
	line-height: 1.6;
	display: inline-block;
}
.wp-pagenavi span.pages {
	display: block;
	color: #004b97;
	border: 2px solid #fff;
	padding: 5px 5px 4px;
	/*background: #fff;*/
	border-radius: 3px;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #09008a;
	border: 1px solid #09008a;
	padding: 5px 5px 4px;
	border-radius: 3px;	
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a 
,.wp-pagenavi a:visited {
	color: #004b97;
	border: 1px solid #0785d9;
	padding: 5px 5px 4px;
	background: #fff;
	border-radius: 3px;	
}
.wp-pagenavi a:hover
,.wp-pagenavi a:active {
	background: rgba(7,133,217,0.6);
	text-decoration: none;
	border: 1px solid #0785d9;
}


/*中ぺージ下部　参加店舗募集*/
.page_below {
	margin: 40px auto 0;
	width: 92%;
	max-width: 1100px;
}


/*-------------------------------------------------------
----各業種アーカイブぺージ----------------------------------
-------------------------------------------------------*/
.tenant_list {
	margin: 0.5em 0 1em;
}
.tenant_list table {
	width: 100%;
	height: auto;
	font-size: 75%;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	background: #fff;
}
.tenant_list table {
	border: 1px solid #BCBCBC;
}
.tenant_list table tr td {
	padding: 0.2em 0.6em;
}
/*店舗名*/
.tenant_list table tr td.tenpomei {
	padding: 0;
	background: #feec97;
	border-bottom: 1px solid #FFE155; 
}
.tenant_list table tr td.tenpomei a {
	display: inline-block;
	padding: 0.45em 0.45em 0.4em;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 130%;
	text-decoration: none;
	transition: .2s;
}
.tenant_list table tr td.tenpomei a:hover
,.tenant_list table tr td.tenpomei a:active {
	background: rgba(252,208,116,1.00);
	transition: .2s;
}
/*取扱商品券*/
.tenant_list table tr td.syouhinken {
	padding: 0 12px;
	width: 135px;
}
.tenant_list table tr td.syouhinken span {
	display: block;
	width: 52px;
	height: 52px;
	font-size: 105%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tenant_list table tr td.syouhinken span.kyoutsu {
	float: left;
	padding: 7px 0;
	background: #2A43BE;
}
.tenant_list table tr td.syouhinken span.insyoku {
	float: right;
	padding: 16px 2px;
	background: #ea5505;
}
.tenant_list table tr td.tel {
	border-top: 1px dashed #b5b5b5;
}


/*サイド：テナント一覧*/
#rightside_gyousyu h3 {
	margin: 15px 0;
	padding: 0;
	color: #004b97;
	font-size: 108%;
	line-height: 1.40;
	letter-spacing: 1px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#rightside_gyousyu ul {
	margin: 0 0 50px;
}
#rightside_gyousyu ul li {
	width: 100%;
	border-top: 1px solid rgba(9,82,84,0.4);
}
#rightside_gyousyu ul li:last-child {
	border-bottom: 1px solid rgba(9,82,84,0.4);
}
#rightside_gyousyu ul li a {
	display: flex;
	align-content: center;
	padding: 0.7em 0.5em;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}
#rightside_gyousyu ul li a:hover
,#rightside_gyousyu ul li a:active {
	background: rgba(216,241,253,0.5);
	transition: all .1s;
}
#rightside_gyousyu a:hover img {
	opacity: 1;
}
#rightside_gyousyu .iconbox {
	margin-right: 0.4em;
	max-width: 37px;
	min-width: 37px;
	max-height: 37px;
	min-height: 37px;
}
#rightside_gyousyu span {
	font-size: 90%;
	letter-spacing: 0;
	line-height: 1.4em;
	align-self:center; 
}
.search_tenant_side input#feas_2_0 {
	margin: 0 0 5px;
	padding: 8px;
	width: 100%;
	height: 45px;
}
.search_tenant_side input#feas-submit-button-2 {
	width: 100%;
	height: 45px;
}

/*-------------------------------------------------------
----店舗の個別詳細ページ------------------------------------
-------------------------------------------------------*/
table.cft {
	margin: 1em 0;
	width: 100%;
	line-height: 1.3;
	letter-spacing: 0.07em;
	border: 1px solid #8c8484;
}
table.cft tr {
	border: 1px solid #8c8484;
}
table.cft th {
	padding: 0.8em 0.6em;
	background:  rgba(255,218,140,1.00);
	font-weight: 500;
	border: 1px solid #8c8484;
}
table.cft td {
	padding: 0.5em 10px;
	background: #fff;
}
table.cft tr.cft_col1 th {
    width: 185px;
}
table.cft tr.cft_col1 span {
	display: block;
	width: 62px;
	height: 62px;
	font-size: 97%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table.cft tr.cft_col1 span.kyoutsu {
	float: left;
	margin-right: 8px;
	padding: 9px 0;
	background: #2A43BE;
}
table.cft tr.cft_col1 span.insyoku {
	float: left;
	padding: 20px 2px;
	background: #ea5505;

}






/*-------------------------------------------------------
---地図から探す-------------------------------------------
-------------------------------------------------------*/
#map_gyousyu {
	margin: 0;
}
#map_gyousyu a {
	display: flex;
	align-content: center;
	padding: 0.3em 0.6em 0.3em 0.3em;
	font-size: 76%;
	text-decoration: none;
	line-height: 1.2em;
}
#map_gyousyu a:hover {
	background: #FBE8CD;
	border-radius: 25px;
}
#map_gyousyu a:hover img {
	opacity: 1;
}
#map_gyousyu .iconbox {
	margin-right: 0.2em;
	max-width: 37px;
	min-width: 37px;
	max-height: 37px;
	min-height: 37px;
}
#map_gyousyu span {
	line-height: 1.1em;
	align-self:center; 
}
#map_gyousyu a.map_to_all {
	display: block;
	margin-top: 15px;
	padding: 0.6em 1em 0.6em 0.6em;
	text-align: center;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #fff;
}
#map_gyousyu a.map_to_all:hover {
	background: #FBE8CD;
	border-radius: 25px;
}

/*-------------------------------------------------------
----よくある質問------------------------------------------
-------------------------------------------------------*/
body .vk_faq .vk_faq_title {
	padding: .8rem .8rem .8rem 2rem;
}
body .vk_faq .vk_faq_content {
	padding: .8rem .8rem .8rem 2rem;
}
body .vk_faq .vk_faq_content::before {
	top: 1rem;
}



    #post-661 .entry-content h2.eap_section_title {
        margin: 30px 0 20px;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: 7px solid #2D8ABB;
    }
    
    #post-661 .entry-content .sp-easy-accordion > .ea-card.sp-ea-single {
        margin: 0 0 20px 20px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    }

    #post-661 .entry-content .ea-card h3 {
        margin: 0;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: none;
    }

    #post-661 .entry-content .ea-card h3 a {
        font-size: 18px;
    }
    
    #post-661 .entry-content .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
        color: #2d8abb;
    }
    
    #post-661 .entry-content .ea-card .ea-body {
        padding: 30px;
    }
/*==================================
　　第二回用よくある質問（書き換え再公開　）
=====================================*/
   #post-5235 .entry-content h2.eap_section_title {
        margin: 30px 0 20px;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: 7px solid #2D8ABB;
    }
    
    #post-5235 .entry-content .sp-easy-accordion > .ea-card.sp-ea-single {
        margin: 0 0 20px 20px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    }

    #post-5235 .entry-content .ea-card h3 {
        margin: 0;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: none;
    }

    #post-5235 .entry-content .ea-card h3 a {
        font-size: 18px;
    }
    
    #post-5235 .entry-content .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
        color: #2d8abb;
    }
    
    #post-5235 .entry-content .ea-card .ea-body {
        padding: 30px;
    }
/*==================================
　　第二回用よくある質問（書き換え再公開　）終わり
=====================================*/





/*-------------------------------------------------------
----店舗名検索------------------------------------------
-------------------------------------------------------*/
/*入力フォーム*/
.search_tenant_page {
	margin-bottom: 30px;
}
.search_tenant_page input#feas_2_0 {
	padding: 0 10px;
	width: 65%;
	height: 40px;
}
/*検索ボタン*/
.search_tenant_page input#feas-submit-button-2 {
	margin: 0 0 0 5px;
	width: 110px;
	height: 40px;
}
p.txt_search {
	margin: 0 0 2em;
}

/*-------------------------------------------------------
----投稿ぺージ-------------------------------------------
-------------------------------------------------------*/
.single .entry-content table td
,.single .entry-content table th {
	border: 1px solid #bbb;
}

.single .entry-content .table_date_app thead tr th {
	background: #e4edfa;
	text-align: center;
}
.single .entry-content .table_date_ticket thead tr th {
	background: #ffeee5;
	text-align: center;
}
.single .entry-content .table_date_app table tr td:nth-child(1) {
	width: 60%;
}
.single .entry-content .table_date_ticket table tr td:nth-child(1) {
	width: 60%;
}
.single .entry-content .henkou table tr td:nth-child(1) {
	width: 220px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0;
	padding: 0;
}
.widget-area {
	color: #000000;
}
.widget h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0 0 0 1px;
	padding: 0 0 3px 15px;
	font-size: 85%;
}
.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
	margin-left: 2px;
}
.widget a {
	color: #59a0e5;
}
.widget a:hover {
	color: #ea9629;
}

/* Search widget */
input.search-field {
	width: 120px;
}
.search-submit input {
	border: solid 1px #999999;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}



/**
 * 14.2 Galleries
 */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
	height:auto;
}
.gallery-caption {
	display: block;
	font-size: 85%;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
	margin:50px 0 0 0;
	padding:25px 0 0;
	color: #fff;
	background: #FF8534;
}
/*==================================
　　第二回用.site_footer
=====================================*/
.second .site_footer {
	margin:50px 0 0 0;
	padding:25px 0 0;
	color: #fff;
	background: #0785D9;
}
/*==================================
　　第二回用.site_footer終わり
=====================================*/


.site_footer a,
.site_footer a:visited {
	color: #fff;
	text-decoration: none;
}
.site_footer a:hover,
.site_footer a:active {
	text-decoration: underline;
}
.footer_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
	max-width: 1100px; 
}
.footer_inner .left {
	width: 50%;
}
.footer_inner .right {
    width: 50%;
}



/*フッター左*/
.footer_inner .left span {
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 1.5em;
	background: #3581A7;
	border-radius: 30px;
}
.footer_inner .left span.con {
	margin-right:10px;
}
.footer_inner .left p.title {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 90%;
}
.footer_inner .left p.address {
	font-size: 80%;
    line-height: 1.40;
}

.footer_inner .left a.foot_tel {
	display: inline-block;
	margin: 0 10px 2.5% 0;
}
/*==================================
　　第二回用.footer_inner .left
=====================================*/
.second .footer_inner .left span {
	display: inline-block;
	margin: 0px 15px 6px 5px;
	padding: 2px 1.5em;
	background: #09008A;
	border-radius: 30px;
}
.second .footer_inner .left p.title {
	margin: 12px 0 2px;
	font-size: 86%;
}
.second .footer_inner .left a.foot_tel {
	display: inline-block;
	margin: 0 0 5px;
}
/*==================================
　　第二回用.footer_inner .left終わり
=====================================*/




/*フッター右*/
.footer_inner .right {
	font-size: 80%;
	line-height: 1.3;
}


.footer_inner .right .address {
	margin: 25px 0;
}
/*==================================
　　第二回用.footer_inner .left
=====================================*/
.second .footer_inner .right .address {
	margin: 60px 0 50px;
}
/*==================================
　　第二回用.footer_inner .left
=====================================*/


.footer_menu a {
	display: inline-block;
	margin: 0 1em 5px 0; 
}
.footer_menu a:after {
	content: "|";
	position: relative;
	right: -.5em;
}
.footer_menu a:last-child:after {
	display: none;
}

.footer_menu a:last-child {

}

#copyright {
	padding: 25px 0 5px;
	font-size: 60%;
	letter-spacing: 0.09em;
	text-align: center;
}


/* ページトップボタン */
.page-top {
  position: fixed;
  width: 65px;
  height: 65px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  cursor: pointer;
}
.page-top img {
    width: 100%;
	height: auto;
}



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list,
.inquiry_list_confirm {
	margin-bottom: 15px;
	overflow: hidden;
}
.inquiry_list dl,
.inquiry_list_confirm dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 0;
	width:100%;
	overflow: hidden;
}
.inquiry_list dt,
.inquiry_list_confirm dt {
	padding:15px 20px 0 5px;
	width: 28%;
    border-bottom:solid 1px #cdcdcd;
}
.inquiry_list dd,
.inquiry_list_confirm dd {
	padding:10px 0;
	width: 72%;
    border-bottom:solid 1px #cdcdcd;
}
.inquiry_list dt p,
.inquiry_list dd p,
.inquiry_list_confirm dt p,
.inquiry_list_confirm dd p {
    margin: 0;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select,
.inquiry_list_confirm input, .inquiry_list_confirm textarea, .inquiry_list_confirm select {
	padding: 5px 8px;
	border-radius: 3px;
	border: solid 1px #999999;
}

.inquiry_list_confirm {
	margin-bottom: 15px;
	overflow: hidden;
}

.must {
	color: #FF1F23;
}

.con_bankname {
	margin: 0 10px 0 0;
	width: 220px;
}
.con_bankcd {
	margin: 0 10px 0 0;
	width: 100px;
}
.con_bankbranch {
	margin: 0 10px 0 0;
	width: 160px;
}
.con_accountnumber {
	margin: 0 10px 0 0;
	width: 140px;
}
.con_accountkana {
	margin: 0 10px 0 0;
	width: 600px;
}
.con_nameofoffice {
	margin: 0 10px 0 0;
	width: 400px;
}
.con_name {
	margin: 0 10px 0 0;
	width: 360px;
}
.con_storename {
	margin: 0 10px 0 0;
	width: 500px;
}
.con_storenamekana {
	margin: 0 10px 0 0;
	width: 600px;
}
.con_openinghours {
	margin: 10px 10px 0 0;
	width: 500px;
    height: 100px;
}
.con_others {
	width: 100%;
}
.con_kyokano {
	margin: 0 10px 0 0;
	width: 240px;
}
/*メールアドレス*/
.con_address {
	margin: 0 10px 0 0;
	width: 500px;
}
/*TEL*/
.con_tel {
	width: 160px;
	margin-right: 15px;
}
/*郵便番号*/
.con_yubin1 {
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 10px;
	width: 110px;
}
/*住所*/
.con_jusyo {
	width: 100%;
}
/*お問い合わせ内容*/
.con_inquiry {
	width: 100%;
}

.wpcf7-checkbox.wpcf7-list-item,
.wpcf7-radio.wpcf7-list-item {
	margin: 0 10px 0 0;
}

.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	padding: 5px 1px 5px 5px;
	width: 160px;
	letter-spacing: 3px;
}
.wpcf7-submit {
	font-weight: bold;
}
.wpcf7 .wpcf7c-conf {
	background-color: #fff;
	font-weight: bold;
}
.wpcf7-form-control {
	/*border: solid 1px #AAAAAA;*/
	padding: 0 5px;
}
.mapp-layout {
	margin: 0 0 15px 0;
	border: solid 1px #cccccc;
}

.wpcf7-list-item.first {
    margin-left: 5px;
}
span.wpcf7-list-item {
    margin-left: 10px;
}

.wpcf7-radio,
.wpcf7-checkbox {
	border: none;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 80%;
}

.content-column {
	padding:5px;
}

.footer_area {
	display: none;
}

#preview {
	position: absolute;
	display: none;
}

#agreement p {
    padding:15px;
    text-align: center;
    border:solid 1px #EBD2AF;
    background: #F3E2CA;
}
#agreement p input {
	margin: 0 10px;
}
.doui_wrapper {
	margin: 10px 0 20px;
}
#doui,
#modoru,
#tsugi {
    width:180px;
    padding:5px;
}

body.wpcf7-list-item {
	margin: 0;
}

/*ページローディング非表示*/
.wpcf7-spinner {
	display: none !important;
}

/*reCAPTCHA用文言*/
.recaptcha {
	margin: 30px 0 20px;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
.recaptcha a {
	color: #444444;
}

p.koban {
    margin: 0 0 5px 0;
    line-height: 1.60;
    text-indent: -1em;
    padding-left: 1em;
}

p.denshi-kiyaku-koban {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: -1em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban2 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban3 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 2em;
}
p.denshi-kiyaku {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 1em;
}

span.method {
	padding:3px 10px;
	font-size: 90%;
	background: rgba(39,132,148,1.00);
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
}

figure.insyokuten table {
	border:solid 1px #989898;
}
figure.insyokuten table tr td {
	vertical-align: top;
	border:solid 1px #989898;
}
figure.insyokuten table tr td:nth-child(1) {
	width:30%;
}
figure.insyokuten table tr td:nth-child(2) {
	width:70%;
}

.search-txt {
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 1.35;
}
.vk_alert_content p {
    margin: 0;
}

.hojokin_info {
    margin: 20px 0 0 0;
    padding:10px 14px;
    background: #B2FFB1;
    font-size: 0.85em;
    line-height: 1.50;
}
.hojokin_info p {
    margin: 0 0 15px 0;
}
.hojokin_info ul {
    margin-left: 18px;
    list-style: disc;
}


p.kitei {
	text-indent: -1.4em;
    padding-left: 1.3em;
}
p.kitei_2 {
	text-indent: 0;
    padding-left: 1.3em;
}

div.vk_alert_icon {
	width:105px;
}

.esab__body p {
	margin:0 5px 3px 48px;
}
.reason table tbody tr th {
	text-align: center;
}
.reason table tbody tr td {
	vertical-align: top;
}
.reason table tbody tr td:nth-child(1) {
	width:40%;
}
.reason table tbody tr td:nth-child(2) {
	width:60%;
}

.anchor_menu ul {
    margin: 20px 0 40px;
    display: flex;
    justify-content: center;
    gap:20px;
	list-style: none;
}
.anchor_menu ul li {
	width:22%;
	text-align: center;
	line-height: 1.10;
}

.anchor_menu ul li a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	color:#FFFFFF;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: clamp(13px,1.1vw,16px);
	background: #736152;
    border-radius: 26px;
}
.anchor_menu ul li a.btn:hover {
	background-color: #c9b49a;
    transition-duration: 0.9s;
}

.entry-content .reason table {
	margin: 0 9px 0 auto;
    width: 94.8%;
}


.reason table tbody tr:first-child td {
	text-align: center;
}

ul.wp-block-list {
	margin-bottom: 0;
	padding-left: 42px;
}
ol.wp-block-list {
	padding-left: 30px;
}

}