/* Normalize
--------------------------------------------- */
:root {
	--lightorange: #F9B703;
	--btn_orange_bg: #FFF1CC;
	--apply_bg:#FFEDD5;
}
:root {
	--commongap: 40px 3% 40px;
}

@media print, screen and (max-width:768px) { 

html {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.88rem;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	font-size: 100%;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.pc_show {
	display: none !important;
}

/* Links
--------------------------------------------- */
a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.2em .5em 0.6em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.contents_top {
	margin: 0 auto;
}

main .contents_page_inner {
	margin: 50px auto 50px;
	width: 92%;
}
main .contents_page_inner.page_2col {
}
main .contents_page_inner.page_2col article {
}
main .contents_page_inner.page_2col aside {
}

/*要素をコンテナから開放*/
.breaking-out {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
/*子要素を内側にプレス*/
.press-inside {
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header
--------------------------------------------- */
.header {
	background: #fff;
}
.header_inner {
	margin: 0 auto;
	padding: 20px 0;
	width: 95%;
}
.site_title {
	width: 73%;
	max-width: 290px;
}

/* Navigation
--------------------------------------------- */
nav ul.nav_wrap li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0 0;
}

nav ul.nav_wrap li span {
    font-size: 0.70em;
    line-height: 1.10;
	margin: 2px 0 0 1px;
    display: block;
}


/*ボタン外側*/
.openbtn {
	position: fixed;
	top: 2px;
	right: 2px;
	background:none;
	background-size: contain;
	cursor: pointer;
    width: 58px;
    height:58px;
	z-index: 20;
}
/*ボタン内側*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 2px;
	background: #FFBC00;
  	width: 50%;
  }
.openbtn span:nth-of-type(1) {
	top:12px;	
}
.openbtn span:nth-of-type(2) {
	top:21px;
}
.openbtn span:nth-of-type(3) {
	top:30px;
}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";
	position: absolute;
	top:4px;
	left:-15px;
	width: 60px;
	text-align: center;
	color: #FFBC00;
	font-size: .73em;
	font-weight: 700;
	text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 52%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 52%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top:8px;
	left:1px;
	width: 60px;
	text-align: center;
}

/*ナビメニュー*/
.header_links {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.header_links ul {
	margin: 30px auto;
	width: 85%;
	max-width: 550px;
	font-size: clamp(100%,4.5vw,140%);
}
.header_links ul li {
	margin-bottom: 1%;
}
.header_links ul li a {
	display: block;
	padding: .5em 20px;
	color: #222;
	text-decoration: none;
	font-weight: 700;
	text-decoration: none;
	background: #fff url("images/pages/arrow_yellow.svg")no-repeat;
	background-position: 96% 50%;
	border-radius: 80px;
}
.header_links ul li.pre a {
	color: #B0B0B0;
	pointer-events: none;
	cursor: default;
}

/* TOP　コンテンツ
--------------------------------------------- */
h2.h2_top {
	margin: 30px 0 30px;
	text-align: center;
}
h2.h2_top > span {
	position: relative;
	padding: 10px 10px;
	display: inline-block;
	font-size: clamp(1.3em, 5vw, 1.8em);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	border-bottom: 4px solid var(--lightorange);
}
h2.h2_top > span:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: inline-block;
	background: var(--lightorange);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 11px;
	height: 6px;
}
h3.h3_top {
	display: inline-block;
	margin: 0 5px 15px;
	padding: 3px 2px;
	font-weight: 700;
	font-size: 1.1em;
	border-bottom: 2px solid #000;
}
span.ib {
	display: inline-block;
}
p.alignright {
	font-size: .8em;
	text-align: right;
}
/*.top_midmenu {
	margin: 40px auto;
	max-width: 550px;
}
.top_midmenu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1.5%;
	row-gap: 10px;
}
.top_midmenu ul li {
	width: 30%;
}
.top_midmenu ul li a {
	display: block;
	padding: 5px 2px;
	color: #222;
	font-size: .85em;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--lightorange);
	border-radius: 50px;
	transition: all .1s;
}
.top_midmenu ul li a:hover,
.top_midmenu ul li a:active {
	transition: all .1s;
	background: var(--btn_orange_bg);
}
*/
/* TOP　MV　----------------------- */
.mv {
	padding: 5px;
	width: 100%;
	height: 100%;
	background: #fff url("images/mv/mv.webp")no-repeat;
	background-position: 8% center;
	background-size: cover;
}
.mv .innerbox {
	margin: 0 auto;
	width: 94%;
	max-width: 580px;
	text-align: center;
}
.mv .innerbox .notice_chiica {
	margin: 6% 0;
}
.mv .innerbox .notice_chiica img {
	width: 100%;
}
.mv .innerbox .mv_pic {
	margin-inline: 10%;
}
.mv .innerbox .mv_txt {
	margin: 6% 2%;
}
.mv .innerbox .notice_premium {
	margin: 10% 5%;
}
.mv .innerbox .mv_pic img {
	border: 8px solid #fff;
	border-radius: 5px;
}

/* TOP　アプリ案内　----------------------- */
.app_info {
	text-align: center;
	background: #FFFCF2;
}
.app_info .innerbox {
	padding: 50px 3%;
}
.app_info p.bar_red {
	display: block;
	margin-inline: 5%;
	padding: 12px .5em;
	font-size: clamp(1em,4vw,1.7em);
	text-align: center;
	background: #fff;
	border: 4px solid #EE1C23;
	border-radius: 15px;
}
.app_info p.bar_red span {
	display: block;
	margin-left: 10px;
	color: #EE1C23;
	font-size: 1.3em;
	font-weight: 700;
}
.app_info .app_pic {
	margin: 7% auto;
	width: 80%;
	max-width: 480px;
}
.app_info .app_dl {
	margin: 25px 0;
	padding: 8px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	background: #000000;
	border-radius: 30px;
}
.app_info ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 3%;
	row-gap: 3%;
	margin: 0 8% 10px;
}
.app_info ul li {
	flex: 1;
	min-width: 250px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
	padding: 30px 0 0;
	border: 3px solid #707070;
	border-radius: 23px;
}
.app_info ul li .qr {
	display: none;
}
.app_info ul li .badge {
	width: 70%;
}
.app_info ul li p {
	padding: 15px 0 8px;
	width: 100%;
}

/* TOP　お知らせ　----------------------- */
section.news {
	margin: 70px 3% 50px;
}
section.news .innerbox {
	padding: 0 3% 5px;
	border: 4px solid var(--lightorange);
	border-radius: 10px;
}
section.news h2 {
	margin-top: -25px;
	margin-inline: 10%;
	padding: 0.55em;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	background: var(--lightorange);
	border-radius: 8px;
}
ul.news_wrapper {
	margin: 30px 3%;
	font-size: 92%;
}
ul.news_wrapper li.news_box {
	border-bottom: 1px solid #C4C4C4;
	padding: .65em .8em;
}
ul.news_wrapper li.news_box:first-child {
	border-top: 1px solid #C4C4C4;
}
ul.news_wrapper li.news_box time.date {
	font-weight: 700;
}

/*リンク色*/
ul.news_wrapper li.news_box a,
ul.news_wrapper li.news_box a:visited {
	color: #222;
	text-decoration: underline;
}
ul.news_wrapper li.news_box a:hover,
ul.news_wrapper li.news_box a:active {
	text-decoration: none;
}
img.mark_new {
	position: relative;
	top: -.3em;
    right: 0px;
}

/*過去一覧*/
.news_more {
	margin: 30px 0 15px;
	text-align: center;
}
.news_more a {
	display: inline-block;
	padding: 8px 5.5em;
	color: #fff;
	font-size: 0.90em;
	font-weight: 500;
	text-decoration: none;
	background: #F9CB03 url("images/pages/arrow_white.svg")no-repeat;
	background-position: 94% center;
	background-size: 9px;
	border-radius: 60px;
	transition: all .1s;
}
.news_more a:hover,
.news_more a:active {
	transition: all .1s;
	opacity: 0.7;
}
/* TOP　募集要項　----------------------- */
.paycha_info {
	margin: var(--commongap);
}
.paycha_info ul {
	margin-block: 40px;
}
.paycha_info ul > li {
	margin-bottom: 1.1em;
	font-size: 0.95em;
}
.paycha_info ul > li h3 {
	margin: 0 0 3px;
	padding: 1px 0;
	border: 1px solid #5D5D5D;
}
.paycha_info ul > li h3 span {
	display: inline-block;
	padding-left: 7px;
	font-weight: 500;
	line-height: 1em;
	border-left: 5px solid #ccc;
}
.paycha_info ul li div {
	padding-left: 1em;
}
.paycha_info ul > li ol {
	margin-left: 2.5em;
}
.paycha_info ul > li ol li {	
	position: relative;
	list-style-type: none;
	line-height: 1.4em;
	margin-bottom: 3px;	
}
.paycha_info ul > li ol li:before {
	content: "(" counter(list-item) ")";
	position: absolute;
	right: calc(100% + 0.5rem);
}
span.redtxt {
	color: #DF070B;
}

/* TOP　Paycha新規加盟店申込み　----------------------- */
/*section.apply_store {
	padding: 10px 4% 0;
	background: var(--apply_bg);
	text-align: center;
}
section.apply_store p {
	display: inline-block;
	text-align: left;
}
.btn_apply_store {
	padding: 25px 10% 20px;
}*/

/* TOP　重要事項　----------------------- */
/*section.paycha_important {
	margin: var(--commongap);
}
section.paycha_important h3 {
	margin: 20px 0 5px;
	padding: 5px 0;
	font-size: 1.3em;
	font-weight: 700;
	border-bottom: 1px solid #7D7D7D;
}*/

/*親リスト*/
/*section.paycha_important ol.parent {
	margin: 15px 0 40px 2em;
}
section.paycha_important ol.parent > li {
	margin-bottom: .25em;
}*/
/*子リスト*/
/*section.paycha_important ol.child {
	margin: .5em 0 .7em 2.8em;
}
section.paycha_important ol.child > li {
	position: relative;
	list-style: none;
}
section.paycha_important ol.child > li:before {
	content: "(" counter(list-item) ")";
	position: absolute;
	right: calc(100% + 0.5rem);
}*/
/*孫リスト*/
/*section.paycha_important ol.grandchild {
	position: relative;
	margin: 0 0 7px;
}
section.paycha_important ol.grandchild > li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em	
}
section.paycha_important ol.grandchild > li span {
  position: absolute;
  left: 0;
  margin: 0;
}
*/
/* TOP　お申込の前に　----------------------- */
.before_apply {
	margin: 40px 3%;
	padding: 1.2em 1.5em 1.5em;
	text-align: center;
	background: #fff4f4;
	border: 2px solid #f00;
	border-radius: 20px;
}
.before_apply h3 {
	margin-bottom: 15px;
	color: #f00;
	font-weight: 700;
	font-size: 1.4em;
}
.before_apply ol {
	display: inline-block;
	margin-left: 1em;
	text-align: left;
	font-size: 1.15em;
	font-weight: 700;
}

.apply_btn_wrap {
	margin: var(--commongap);
}
.apply_btn_wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 15px;
}
.apply_btn_wrap ul li {
	flex: 1;
    min-width: 250px;
	max-width: 350px;
}
.apply_btn_wrap ul li a {
	display: block;
}

/*準備中*/
.apply_btn_wrap ul li.pre a {
	position: relative;
	pointer-events: none;
	cursor: pointer;
}
.apply_btn_wrap ul li.pre a:after {
	content: "準備中です";
	color: #4B4B4B;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
	display: inline-block;
}
.apply_btn_wrap ul li.pre a img {
	filter: grayscale(100%);
	opacity: .55;
}

/* TOP　サポートデスク　----------------------- */
.support_table {
	margin: 0 2% 40px;
}
.support_table table {
	margin-block: 30px ;
}
.support_table ol {
	margin-left: 1.5em;
}

/* TOP　購入希望の方／確認事項・同意事項・申込　----- */
/*section.apply_user {
	padding: 10px 4% 0;
	background: var(--apply_bg);
	text-align: center;
}
section.apply_user .jikou {
	display: inline-block;
	text-align: left;
}
section.apply_user h3 {
	display: inline-block;
	padding: 0 1.5em;
	color: #fff;
	font-weight: 700;
	background: #111;
}
section.apply_user ol {
	margin: 5px 0 20px 1.5em;
}
section.apply_user ul {
	margin: 5px 0 0 0;
}
.btn_apply_user {
	padding: 25px 10% 20px;
}*/

/* TOP　共同発行団体　----------------------- */
section.dantai {
	margin: var(--commongap);
}
.dantai_list {
	margin: 20px 0;
	font-size: 0.9em;
}
.dantai_list p {
	line-height: 2.0;
}
.dantai_list p span {
	display: inline-block;
	margin: 0 2px;
}
/*.dl_btn_wrap {
	margin: var(--commongap);
}
.dl_btn_wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 15px;
}
.dl_btn_wrap ul li {
	flex: 1;
    min-width: 250px;
	max-width: 350px;
}
.dl_btn_wrap ul li a {
	display: block;
	padding: 1.2em 70px 1.2em 1em;
	color: #000;
	font-size: 1.12em;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	background: var(--btn_orange_bg) url("images/pages/mark_dl.svg")no-repeat;
	background-size: 40px;
	background-position: 93% 50%;
	border: 3px solid #F98E03;
	border-radius: 100px;
}
*/


/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 30px;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 2em;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.entry-content .entry_meta {
	margin: 0 10px 20px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title {
	padding: 1.5em 4%;
	font-size: 1.5em;
    font-weight: 700;
	text-align: center;
	background: #fff url("images/mv/mv.webp")no-repeat;
	background-size: cover;
	background-position: center 25%;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
/* H2 */
.entry-content h2 {
	margin: 50px 0 30px;
	padding: 20px 1em;
	font-size: 1.25em;
	color: #705d38;
	font-weight: 700;
	background: var(--btn_orange_bg);
	border-top: 1px solid #b8a98c;
	border-bottom: 1px solid #b8a98c;
	line-height: 1.5;
}
/* H3 */
.entry-content h3 {
	margin: 25px 0 10px;
	padding: 9px 1.5em;
	color: #705d38;
	font-size: 1.15em;
	font-weight: 700;
	background: #EEEAE0;
	border-radius: 60px;
}

/* Posts and pages（ページナビ）
--------------------------------------------- */
#page .wp-pagenavi {
	margin: 25px 0 0;
	text-align: center;
	font-size: 90%;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a {
	display: inline-block;
	padding: 2px 7px !important;
	color: #222;
	border-radius: 1px;
	border: 1px solid #aaa;
}
#page .wp-pagenavi a 
,#page .wp-pagenavi a:visited {
	color: #222;
}
#page .wp-pagenavi a:hover
,#page .wp-pagenavi a:active {
	background: #ddd;
	text-decoration: none;
	color: #222;
	border: 1px solid #aaa;
}

#page .wp-pagenavi span.pages {
	display: block;
	text-align: center;
	border: none;
}
#page .wp-pagenavi span.current {
	color: #fff;
	background: #777;
	border: 1px solid;
	border-color: #777 !important;
}

#page .wp-pagenavi span.extend {
border: none;
}
/* Posts and pages（利用者向け）
--------------------------------------------- */
ul.user_howto_wrap {
	list-style: none;
	margin: 40px auto;
	width: 80%;
	max-width: 450px;
}
ul.user_howto_wrap li {
	margin-block: 25px;
}
ul.user_howto_wrap li a {
	display: block;
	position: relative;
	padding: 1.6em 10px;
	color: #fff;
	font-size: 1.2em;
    font-weight: 700;
	text-decoration: none;
	text-align: center;
	background: #f98e03;
    border-radius: 20px;
    box-shadow: 8px 8px 0 #ccc;
    transition: all .3s;
}

ul.user_howto_wrap li a:after,
ul.user_howto_wrap li a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -17px;
	display: inline-block;
	background: url("icon/mark_here.svg")no-repeat center / contain;
	width: 50px;
	height: 50px;
}

ul.user_howto_wrap li a:focus,
ul.user_howto_wrap li a:active {
	transition: all .1s;
	transform: translate(6px,6px);
	box-shadow: none;
}

.tablepress.tablepress-id-1 {
	font-size: 0.9em;
}
.tablepress.tablepress-id-1 th {
	padding: 3px;
	color: #fff !important;
	background-color: #444 !important;
	line-height: 1.2em;
}
.tablepress.tablepress-id-1 td {
	padding: 5px 3px 5px 4px;
}
.tablepress.tablepress-id-1 td.column-1 {
	min-width: 90px;
}
.tablepress.tablepress-id-1 td.column-3 {
	min-width: 80px;
}
.tablepress.tablepress-id-1 td.column-4,
.tablepress.tablepress-id-1 td.column-5 {
	min-width: 27px;
	text-align: center;
}


.support_table_wrap {
	overflow-x: scroll;
}
.tablepress.tablepress-id-2 {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 0.9em;
}
.tablepress.tablepress-id-2 th {
	padding: 3px;
	color: #fff !important;
	background-color: #444 !important;
	line-height: 1.2em;
}
.tablepress.tablepress-id-2 td {
	padding: 5px 3px 5px 4px;
}
.tablepress.tablepress-id-2 td.column-1 {
	min-width: 90px;
}
.tablepress.tablepress-id-2 td.column-3 {
	min-width: 80px;
}
.tablepress.tablepress-id-2 td.column-4,
.tablepress.tablepress-id-2 td.column-5 {
	width: 85px;
	text-align: center;
	font-size: 0.9em;
}

/* Posts and pages（加盟店向け）
--------------------------------------------- */
.shinsa_schedule {
	padding-left: 20px;
}
.shinsa_schedule p {
	margin-bottom: .2em;
}
.shinsa_schedule p.bosyukikan {
	position: relative;
	left: -15px;
	margin: 20px 0 5px;
	font-size: 1.25em;
	font-weight: 700;
}
.shinsa_schedule p.bosyukikan span.orangeframe {
	display: inline-block;
	margin: 0 15px 5px 0;
	padding: 3px 1.2em;
	color: #222;
	background: #fff;
	border: 2px solid #f98e03;
	border-radius: 40px;
}
.shinsa_schedule p.list_green:before {
	content: "●";
	padding-right: 4px;
	font-size: .9em;
	color: #f98e03;
}
.shinsa_schedule p.list_green span {
	font-weight: 700;
}

/*登録手順フロー*/
.flow_wrap h3 {
	position: relative;
	margin: 40px 0 20px;
	padding: 35px 0 0;
	color: #00447d;
	line-height: 1.5;
	background: #fff;
}
.flow_wrap h3:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0px;
	color: #fff;
	background: #0361af;
	width: 100%;
	height: auto;
	text-align: center;
	border-radius: 5px;
}
.flow_wrap h3.step1:before {
	content: "step1";
}
.flow_wrap h3.step2:before {
	content: "step2";
}
.flow_wrap h3.step3:before {
	content: "step3";
}
.flow_wrap h3.step4:before {
	content: "step4";
}
.flow_wrap h3.step5:before {
	content: "step5";
}
.flow_wrap .mg0 {
	margin-bottom: 0;
}
.flow_wrap .mgl90 {
	margin-left: 0;
}
.flow_wrap img {
	max-width: 140px;
}

.store_youkou {
	margin: 35px 3%;
}
.store_youkou dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px dotted #777;
}
.store_youkou dl dt {
	padding: .7em .5em;
	width: 7em;
	font-weight: 700;
	border-bottom: 1px dotted #777;
}
.store_youkou dl dd {
	margin: 0;
	padding: .7em .5em;
	width: calc(100% - 7em);
	border-bottom: 1px dotted #777;
}
.store_youkou img {
	margin: 10px 0;
	max-width: 420px;
	width: 90%;
}

ul.store_btn_link {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 30px;
	margin-inline: 5%;
	margin-block: 70px;
}
ul.store_btn_link li {
	flex: 1;
	min-width: 250px;
	max-width: 300px;
}
ul.store_btn_link li:nth-child(3) {
	width: 85%;
}
ul.store_btn_link li a {
	position: relative;
	display: block;
	padding: 1.7em 10px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #E43F11;
	border-radius: 20px;
	box-shadow: 8px 8px 0 #ccc;
	transition: all .3s;
}
ul.store_btn_link li:nth-child(1) a:after,
ul.store_btn_link li:nth-child(2) a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	display: inline-block;
	background: url("icon/mark_here.svg")no-repeat center / contain;
	width: 55px;
	height: 55px;
	
}
ul.store_btn_link li:nth-child(3) a {
	font-size: 1.1em;
	padding: 1.4em 10px;
	color: #e43f11;
	border: 2px solid;
	background: #ffebeb;
	border-radius: 10px;
}
ul.store_btn_link li a:hover,
ul.store_btn_link li a:active {
	transition: all .1s;
	transform: translate(6px,6px);
	box-shadow: none;
}
ul.store_btn_link li.pre a {
	filter: grayscale(1);
	opacity: .8;
	cursor: pointer;
	pointer-events: none;
}
.store_attention {
	margin: 1em;
	padding: 1em 1em 1em 1.3em;
	font-size: .9em;
	border: 1px dashed #555;
}
.store_attention p {
	margin-bottom: 20px;
}


/* Posts and pages（よくある質問）
--------------------------------------------- */
.entry-content .sp-easy-accordion .sp-ea-single h3.ea-header {
	padding: inherit;
	background: #f6f6f6;
	color: #000;
	border-radius: 0px;
}
.entry-content .sp-easy-accordion .sp-ea-single h3.ea-header a {
	padding: .8em .6em;
	font-size:  .85em;
	font-weight: 500;
	line-height: 1.5em;
}
.entry-content .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
	padding: .9em;
}
.entry-content .sp-easy-accordion .sp-ea-single p {
	margin-bottom: 0 !important;
	font-size:  .95em;
	color: #624F29;
}

/* Posts and pages（使えるお店）
--------------------------------------------- */
.searchform h2 {
	margin-bottom: 5px;
	padding-bottom:5px;
	width: 100%;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: 3px solid #000;
}
.searchform .checks-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 3px;
	margin: 25px 0;
}
.searchform .checks-wrap.area label {
	margin: 0 .5em;
}
.searchform .checks-wrap.cat {
	flex-direction: column;
}
.searchform .checks-wrap.cat label {
	width: 100%;
	margin-right: 1%;
}
.searchform .checks-wrap input {
	margin-right: 5px;
}
.searchform .freeword-wrap {
	margin: 25px 0;
}
.searchform .freeword-wrap input {
	margin-block: 20px 0;
	padding: 15px;
	font-size: 1.2em;
	width: 100%;
	height: 3.5em;
	border: 2px solid #000;
	border-radius: 6px;
}
.searchform .btn-wrap {
	text-align: center;
}
.searchform .feas-submit-button {
	margin-right: 10px;
	width: 65%;
	height: 65px;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.6em;
	background: #F98E03;
	border-radius: 100px;
	border: none;
}
.searchform .feas-submit-button:focus,
.searchform .feas-submit-button:active {
	background: #ED6700;
	cursor: pointer;
}
.searchform .btn-wrap input:nth-child(2) {
	height: 65px;
	width: 65px;
	font-weight: 700;
	border-radius: 100px;
	border: none;
}

ul.search_result_list {
	padding: 50px 10px;
}
li.tenant_box {
	margin-bottom: 5%;
	width: 100%;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.25);
	border-radius: 8px;
}
/*li.tenant_box:nth-last-child(-n+2) {
	margin-bottom: 0;
}*/
li.tenant_box a {
	position: relative;
	display: block;
	padding: 5% 3% 4% 5%;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;

}
li.tenant_box a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #bbb url("images/pages/arrow_white.svg")no-repeat;
	background-position: 83% 75%;
	background-size: 9px;
	width: 45px;
	height: 40px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	border-radius: 0 0 8px 0;
}
li.tenant_box a:hover,
li.tenant_box a:active {
	background: rgba(255,251,235,1.00);
	transition: all .2s;
}
li.tenant_box h3.title {
	margin: 0 0 .9em;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5;
}

li.tenant_box .store_status {	
	font-size: .8em;
}
li.tenant_box .area {
	color: #B08742;
	letter-spacing: 0em;
}
li.tenant_box .area span {
	display: inline-block;
	margin-right: 5px;
	padding: 0px 5px 1px;
	background: rgba(217,167,84,0.18);
	border-radius: 5px;
}
li.tenant_box .cat {
	margin: 3px 0;
	color: #D45C35;
	letter-spacing: 0em;
}
li.tenant_box .cat span {
	display: inline-block;
	margin-right: 5px;
	padding: 0px 5px 1px;
	background: rgba(217,117,84,0.13);
	border-radius: 5px;
}
li.tenant_box dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 10px;
	color: #444;
	font-size: .9em;
}
li.tenant_box dl dt {
	width: 3.7em;
	font-weight: 700;
}
li.tenant_box dl dd {
	margin: 0;
	width: calc(100% - 3.7em);
}

li.tenant_box dl p {
	line-height: 1.4;
}
@media print, screen and (min-width:600px) {
ul.search_result_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	padding: 60px 10px;
}
li.tenant_box {
	margin-bottom: 5%;
	width: 47.5%;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.25);
	border-radius: 8px;
}
/*li.tenant_box:nth-last-child(-n+2) {
	margin-bottom: 0;
}	*/
}

/* Posts and pages（使えるお店詳細ページ）
--------------------------------------------- */
.single-store h1.entry-title {
	/*font-size: 1.3em;*/
	text-align: left;
}
.store_detail dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 5px;
	font-size: 1.05em;
}
.store_detail dl dt {
	width: 90px;
}
.store_detail dl dd {
	margin: 0;
	width: calc(100% - 90px);
}
.store_detail .group1 {
	margin-block: 40px;
}
.store_detail .group1 .area {
	color: #B08742;
}
.store_detail .group1 .area span {
	display: inline-block;
    padding: 2px 8px 3px;
    background: rgba(217,167,84,0.18);
    border-radius: 5px;
	line-height: 1.3;
}
.store_detail .group1 .category {
	color: #D45C35;
}
.store_detail .group1 .category span {
	display: inline-block;
    padding:2px 8px 3px;
    background: rgba(217,117,84,0.13);
    border-radius: 5px;
	line-height: 1.3;
}
.store_detail  dl.group2 {
	row-gap: 25px;
	line-height: 1.2em;
	overflow-wrap: anywhere;
}
.store_detail  dl.group2 dt {
	font-weight: 700;
}


/* Posts and pages（規約）
--------------------------------------------- */
.tarms_btn a {
	display: block;
	margin: 60px auto;
	width: 95%;
	max-width: 550px;
	padding: 2em 10px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #E43F11;
    border-radius: 10px;
    box-shadow: 8px 8px 0 #ccc;
    transition: all .3s;
}
.tarms_btn a:hover,
.tarms_btn a:active {
	transition: all .1s;
	transform: translate(6px,6px);
	box-shadow: none;
}
.pdfemb-viewer {
	margin-block: 60px !important;
}



/* Posts and pages（お問い合わせ）
--------------------------------------------- */
.inquiry_list {
	margin-top: 20px;
}
.inquiry_list p {
	margin-bottom: 0;	
}
.inquiry_list dt.inquiry_title {
	display: inline-block;
	margin: 25px 0 5px;
	width: 100%;
	vertical-align: top;
}

.inquiry_list dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.inquiry_list .must-txt {
	position: relative;
	top: -1px;
	left: 3px;
	padding: 0px 4px 1px;
	color: #fff;
	font-size: 60%;
	font-weight: 500;
	background: #db3b3b;
	border-radius: 2px;
	cursor: default;
	user-select: none;
}
.wpcf7-not-valid-tip {
	font-size: 80% !important;
}

.wpcf7-spinner {
	/*display: none;*/
}


.recaptcha {
	margin: 50px 0 0;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
#agreement {
	margin-top: 50px;
}
#agreement p {
	text-align: center;
}
input[type="submit"].wpcf7-form-control,
input[type="button"].wpcf7-form-control {
	padding: 25px 55px;
	border: solid 1px #999999;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.25em;
	cursor: pointer;
}
input[type="button"].wpcf7-form-control {
	padding: 25px 40px;
	background: #f5f5f5;
}
input[type="submit"].wpcf7-form-control:hover,
input[type="button"].wpcf7-form-control:hover {
	background: #aaa;
	transition: all .2s;
}
input[type="submit"].wpcf7-form-control:active,
input[type="submit"].wpcf7-form-control:focus,
input[type="button"].wpcf7-form-control:active,
input[type="button"].wpcf7-form-control:focus {
	background: #ccc;
	border: solid 1px #999;
	transition: all .2s;
}
.con_name,
.con_tel,
.con_address {
	width: 90%;
	max-width: 25em;
}
.con_inquiry {
	width: 100%;
	height: 12em;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* sidebar
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
aside .past_entry  {
	background: #fff;
	font-size: .9em;
}
.past_entry h2 {
	padding: 7px 5px;
	color:#F98E03;
	font-weight: 700;
	border-bottom: 1px solid #F98E03;
}
.past_entry ul.past_entry_list {
	margin: 15px 2%;
}
.past_entry ul li {
	margin-bottom: 8px;
	padding:0 5px 10px 0;
	border-bottom: 1px dotted #777;
}
.past_entry ul li time {
	font-weight: 400;
}
.past_entry ul li a {
	color: #222;
}
.past_entry .more {
	margin: 15px 10px;
	text-align: right;
}
.past_entry .more a {
	color: #222;
	font-weight: 400;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* footer
--------------------------------------------- */
#site_footer {
	margin: 50px 0 0;
	padding: 5px 0 46px;
	background: #F7D985;
}
#site_footer dl {
	margin: 0 auto 25px;
	width: 84%;
	max-width: 480px;
}
#site_footer dl dt {
	margin-block: 35px 15px;
	text-align: center;
}
#site_footer dl dt.title p {
	display: inline-block;
	padding: .4em 2em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #F98E03;
	border-radius: 80px;
}
#site_footer dl dd {
	margin: 0;
}
#site_footer dl dd img.tel {
	margin-bottom: 15px;
}
#site_footer dl dd p {
	font-size: clamp(.8em,3vw,1.1em);
}

/*コピーライト*/
#copyright {
	padding: 0px 10px 50px;
	font-size: .65em;
	letter-spacing: 0.1em;
	text-align: center;
}
#copyright a,
#copyright a:visited {
	color: #222;
	text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

.page-top {
	display: none;
	position: fixed;
	bottom: 7px;
    right: 7px;
}
.page-top img {
	width: 55px;
	height: 55px;
	border-radius: 50px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}


/*下部固定メニュー*/
.footer_area {
	position: fixed;
	bottom: 7px;
    right: 70px;
	z-index: 10000;
}
.footer_area .footer_area_inner {

}
a.inquiry_btn {
	display: block;
	width: 80px;
	height: 55px;
    background-color: #ffbd04;
    text-align: center;
	text-decoration: none;
	border-radius: 50px;

}
a.inquiry_btn img.tel {
	width: 17px;
	height: auto;
	margin: 7px 0 1px;
}
a.inquiry_btn p {
	color: #fff;
	font-size: .7em;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*PDFアイコン*/
/*a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right 70%;
    padding:0 18px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}*/

.paycha_info ul li i img {
    display: inline-flex;
    margin-right: 4px;
}

}
