@charset "UTF-8";
/*-----------------------------
	CSSリセット
------------------------------*/
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/* iPhoneリセット */
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], select, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 16px;
}

/*-----------------------------
	BASE
------------------------------*/
body {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4f4f4f;
	line-height: 1.8;
	letter-spacing: 1px;
	word-break: break-all;
}
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif!important;
	color: #4f4f4f!important;
}
select {
  background-image: url(/wp-content/themes/base/lib/images/common/icon/select_allow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
img {
	height: auto;
	max-width: 100%!important;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
a {
	color: #f58282;
	text-decoration: none;
    transition: 0.5s;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 75%;
}
.ss {
	font-size: 60%;
}
.l {
	font-size: 150%;
	line-height: 1.35;
}
.b, strong {
	font-weight: bold;
}
.red {
	color: #f00;
}
.key-color {
	color: #f58282;
}
.table {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell!important;
	vertical-align: middle;
}
.indent {
	margin-left: 1em;
}
.spacing-1 {
	letter-spacing: -1px;
}
.scale {
    overflow: hidden;
}
.scale img {
    transition: transform 0.3s linear;
}
.scale img:hover,
a:hover .scale img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.margin-top0 {
	margin-top: 0;
}
.margin-bottom10 {
	margin-bottom: 10px;
}
.article blockquote {
	background:url(/wp-content/themes/base/lib/images/m2.png),url(/wp-content/themes/base/lib/images/m1.png);
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right;
	margin: 40px 0;
	padding: 40px 10px;
	background-color: #eee;
	border-radius: 8px;
}
.article blockquote p:last-of-type {
	margin-bottom: 0;
}
.pc {
	display: none !important;
}

/*-----------------------------
	基本レイアウト
------------------------------*/
#container {
	padding-top: 70px;
}
#header {
	position: fixed;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	z-index: 9998;
}
#wrap {
	padding-top: 20px;
	overflow: hidden;
}
#main {
}
#sidebar {
	margin-top: 60px;
}
.content-range {
	margin: 0 auto;
	padding: 0 12.5px;
	box-sizing: border-box;
}

/*-----------------------------
	header-pr ヘッダーPR
------------------------------*/
.header-pr {
	background-color: #FDEFCC;
}
.header-pr p {
    margin: 0;
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.65;
}
.header-pr p a {
	font-weight: bold;
}

/*-----------------------------
	header ヘッダー
------------------------------*/
#head-logo {
	width: 215px;
	line-height: 1;
}
#head-logo,
#head-logo h1 {
	text-align: left;
}
#head-logo a,
#head-logo .copy {
	display: block;
}
#head-logo img {
	width: 140px;
}
#head-logo a:hover {
	text-decoration: none;
}
#head-logo .copy {
	font-size: 8px;
	font-weight: bold;
	color: #F99696;
	letter-spacing: 0;
	margin-top: 4px;
	padding-left: 2px;
}
#head-logo a:hover .copy {
	opacity: 0.7;
}
#head-search .search .open_button {
	position: absolute;
	top: 16.5px;
	right: 60px;
}
#head-search .search i {
	font-size: 28px;
	color: #f58282;
}
#head-search .searchform {
	position: relative;
	margin-top: 25px;
}
#head-search .search-field {
	width: 360px;
	padding-left: 40px!important;
	background: #F5F5F5;
	border: 2px solid #EAE7E7;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}
#head-search .search-field::placeholder {
	color: #aaa;
}
#head-search .search-field:focus {
	border: 2px solid #F99696;
	outline: 0;
}
#head-search .searchform i {
	position: absolute;
	display: inline-block;
    left: 10px;
    top: 10px;
    font-size: 26px;
    color: #888;
}
#head-login .login-btn-list {
}
#head-login .login-btn-list li {
	display: inline-block;
	margin-right: 4px;
	width: 180px;
	box-sizing: border-box;
	vertical-align: middle;
}
#head-login .login-btn-list li a {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
	border-radius: 5px;
	border: 2px solid #F58282;
}
#head-login .login-btn-list li:last-child {
	margin-right: 0;
}
#head-login .login-btn-list li.login a {
	color: #F58282;
	background-color: #fff;
}
#head-login .login-btn-list li.regist a,
#head-login .login-btn-list li.mypage a {
	color: #fff;
	background-color: #F58282;
}
#head-login .login-btn-list li a:hover {
	text-decoration: none;
}
#head-login .login-btn-list li.login a:hover {
	background-color: #ffeded;
}
#head-login .login-btn-list li.regist a:hover,
#head-login .login-btn-list li.mypage a:hover {
	background-color: #e15252;
	border-color: #e15252;
}
#head-login .login-btn-list li.user {
	text-align: right;
}
#head-login .login-btn-list li.user img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 5px;
	box-sizing: border-box;
	border: solid 0.5px #fff;
}
#head-user {
	position: absolute;
	top: 17.5px;
	right: 101px;
}
#head-user a {
	display: block;
	position: relative;
}
#head-user a img {
	display: block;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	object-fit: cover;
}
#head-user .unread-count {
	position: absolute;
	font-size: 8px;
	padding-top: 2px;
	text-align: center;
	border: solid 1px #fff;
	top: -6px;
	right: -6px;
}

/*-----------------------------
	nav global-navi ナビ
------------------------------*/
/* ハンバーガーメニュー */
.hamburger-menu {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background-color: #FFFBF0;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
.hamburger {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 62px;
	height: 60px;
	cursor: pointer;
	z-index: 300;
}
.hamburger__line {
	position: absolute;
	right: 16px;
	top: 5px;
	width: 28px;
	height: 4px;
	background-color: #f58282;
	transition: all .6s;
	border-radius: 2px;
}
.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 33px;
}
.hamburger__text {
	position: absolute;
	right: 12px;
	top: 38px;
	color: #f58282;
	font-size: 10px;
	letter-spacing: -0.5px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .hamburger-menu {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 26px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 26px;
 }

#global-navi {
	padding: 55px 20px;
	box-sizing: border-box;
	overflow: scroll;
}
#global-navi .drawer-menu {
}
.drawer-open #global-navi {
	right: 0;
}
#global-navi-list {
}
#global-navi-list > li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#global-navi-list > li img {
	width: 44px;
	height: 44px;
}
#global-navi-list > li a,
#global-navi-list > li .trigger {
	display: block;
	margin: 0;
	padding: 18px 0 18px 54px;
	color: #444;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	position: relative;
}
#global-navi-list > li a i,
#global-navi-list > li .trigger i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
}
#global-navi-list > li .trigger:after {
	position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: transparent transparent #ccc #ccc;
    transform: rotate(-45deg);
    right: 6px;
    top: 12px;
    border-radius: 2px;
}
#global-navi-list > li .trigger.active:after {
    border-color: #ccc #ccc transparent transparent;
    top: 21px;
}
#global-navi-list > li ul li a {
	padding: 11px 0 11px 54px;
	font-size: 13px;
	position: relative;
}
#global-navi-list > li ul li a:before {
	position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 34px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #F58282;
    border-right: 2px solid #F58282;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#global-navi .login-btn-list {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 2px solid #F2F2F2;
}
#global-navi .login-btn-list li {
	margin-bottom: 10px;
}
#global-navi .login-btn-list li:last-child {
	margin-bottom: 0;
}
#global-navi .login-btn-list li a {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 0;
	border-radius: 5px;
	border: 1.5px solid #F58282;
}
#global-navi .login-btn-list li.login a.button,
#global-navi .login-btn-list li.logout a.button {
	color: #F58282;
	background-color: #fff;
}
#global-navi .login-btn-list li.regist a.button,
#global-navi .login-btn-list li.mypage a.button {
	color: #fff;
	background-color: #F58282;
}
#global-navi .login-btn-list li.login a.button:hover,
#global-navi .login-btn-list li.logout a.button:hover {
	background-color: #ffeded;
	text-decoration: none;
}
#global-navi .login-btn-list li.regist a.button:hover,
#global-navi .login-btn-list li.mypage a.button:hover {
	background-color: #e15252;
	border-color: #e15252;
	text-decoration: none;
}

/*-----------------------------------
	kuzu breadcrumb パンくず
------------------------------------*/
#kuzu {
	background-color: #eee;
	font-size: 10px;
	padding: 5px 0;
	letter-spacing: 0.5px;
	color: #777;
}
#kuzu a {
	color: #777;
	letter-spacing: 1px;
	text-decoration: underline;
}
#breadcrumb {
}
#breadcrumb ol {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#breadcrumb li {
	display: inline;
	margin-right: 8px;
}
#breadcrumb li:after {
	content: ">";
	display: inline-block;
	margin: 0 2px;
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb li span {
	margin-right: 8px;
}
#breadcrumb li i {
	font-size: 13px;
    position: relative;
    top: 3px;
}

/*-----------------------------
	sidebar サイドバー
------------------------------*/
#sidebar {
	font-size: 13px;
	line-height: 1.46;
	letter-spacing: 0;
}
#sidebar h4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: #555;
    font-weight: bold;
    text-align: center;
}
#sidebar .item-box-wrap {
	margin-bottom: 40px;
	border-radius: 6px;
    box-shadow: 0px 0px 3px #ddd;
	padding: 30px 20px;
} 
/*
	最近のコンテンツ
*/
#sidebar .item-box-wrap.recent {
	background-color: #FFF7E3;
	border-radius: 10px;
	box-shadow: none;
}
#sidebar .tab-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 5px;
}
#sidebar .tab-nav a {
	width: 32%;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 15px;
	color: #555;
}
#sidebar .tab-nav a:hover {
	color: #F58282;
	text-decoration: none;
}
#sidebar .tab-nav a:before {
	position: absolute;
	background-color: #E9DEC3;
	border-radius: 8px;
	width: 100%;
	height: 5px;
	content: "";
	bottom: 0;
	left: 0;
}
#sidebar .tab-nav a.current:before {
	background-color: #F58282;
}
#sidebar .recent .article-list li:first-child {
	border-top: none;
}
/*
	article-list 記事リスト
*/
#sidebar .article-list {
	margin: 0;
	padding: 0;
}
#sidebar .article-list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
	border-radius: 0;
}
#sidebar .article-list li:first-child {
	border-top: solid 1px #e5e5e5;
}
#sidebar .article-list li a {
	display: block;
	padding: 15px 0;
	color: #000;
	overflow: hidden;
	position: relative;
	background: none; 
}
#sidebar .article-list li a:before {
	content: "→";
	position: absolute;
	line-height: 1;
	bottom: 5px;
	right: 5px;
	color: #f58282;
	font-size: 18px;
}
#sidebar .article-list li a:hover:before {
	right: 2px;
}
#sidebar .article-list li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}
#sidebar .recent .article-list li a:hover {
	background-color: inherit;
}
#sidebar .article-list li .img {
	float: left;
	width: 70px;
	margin-right: 15px;
	position: relative;
}
#sidebar .article-list li .img img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
}
#sidebar .article-list.topic li .img {
	width: 60px;
}
#sidebar .article-list.topic li .img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
#sidebar .article-list li .content {
	padding: 0;
	padding-left: 90px;
	width: auto;
	min-height: auto;
}
#sidebar .article-list.topic li .content {
	padding-left: 70px;
}
#sidebar .article-list li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
}
#sidebar .ranking .article-list li .img {
	position: relative;
}
#sidebar .ranking .article-list li .img:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(245, 130, 130, 0.9); 
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	z-index: 3;
	display: inline-block;
	width: 28px;
	height: 26px;
	border-radius: 0 3px 0 5px;
}
#sidebar .ranking .article-list li .img:after {
	position: absolute;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -2px;
	color: #fff;
	bottom: 5px;
	left: 10px;
	z-index: 4;
}
#sidebar .ranking .article-list li:nth-child(1) .img:after {
	content: "1";
}
#sidebar .ranking .article-list li:nth-child(2) .img:after {
	content: "2";
}
#sidebar .ranking .article-list li:nth-child(3) .img:after {
	content: "3";
}
#sidebar .ranking .article-list li:nth-child(4) .img:after {
	content: "4";
}
#sidebar .ranking .article-list li:nth-child(5) .img:after {
	content: "5";
}
#sidebar .ranking .article-list li:nth-child(6) .img:after {
	content: "6";
}
#sidebar .ranking .article-list li:nth-child(7) .img:after {
	content: "7";
}
#sidebar .ranking .article-list li:nth-child(8) .img:after {
	content: "8";
}
#sidebar .ranking .article-list li:nth-child(9) .img:after {
	content: "9";
}
#sidebar .ranking .article-list li:nth-child(10) .img:after {
	content: "10";
	left: 8px;
}
#sidebar .item-box-wrap.recent .more-btn {
	margin-top: 20px;
	text-align: center;
}
#sidebar .item-box-wrap.recent .more-btn a {
	color: #fff;
	background-color: #f58282;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 13px;
}
#sidebar .item-box-wrap.recent .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*
	SNS
*/
#sidebar .item-box-wrap.sns a.btn {
	color: #fff;
	display: block;
	width: 100%;
	margin: 8px auto 0;
	padding: 12px 0;
	text-align: center;
	font-size: 13px;
	border-radius: 6px;
	box-shadow: none;
}
#sidebar .item-box-wrap.sns a.btn__twitter {
	background-color: #000;
}
#sidebar .item-box-wrap.sns a.btn__insta {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#sidebar .item-box-wrap.sns a.btn:after {
	top: 12px;
}
#sidebar .item-box-wrap.sns a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*
	banner バナー
*/
.ad_box--sidebar-top {
	margin-bottom: 40px;
}
#sidebar .banner {
	margin-bottom: 60px;
}
#sidebar .banner-list {

}
#sidebar .banner-list li {
	margin-bottom: 10px;
}
#sidebar .banner-list li a {
	display: block;
	border-radius: 10px;
}
#sidebar .banner-list li.text-banner a {
	padding: 22px 20px;
	height: 120px;
	box-sizing: border-box;
	position: relative;
}
#sidebar .banner-list li.text-banner a:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}
#sidebar .banner-list li.knowledge a {
	color: #F96E6E;
	background-color: #FFF3F3;
}
#sidebar .banner-list li.freeschool a {
	color: #2CB7E2;
	background-color: #DFF7FF;
}
#sidebar .banner-list li.tsushin-school a {
	color: #F4876E;
	background-color: #FDE6E2;
}
#sidebar .banner-list li.care-group a {
	color: #7C7AF7;
	background-color: #E4E4FD;
}
#sidebar .banner-list li.parent-meeting a {
	color: #EAA41C;
	background-color: #FFF3DD;
}
#sidebar .banner-list li.knowledge a:before {
	background: url(../images/sidebar/banner_bg_knowledge.svg) no-repeat right bottom;
}
#sidebar .banner-list li.freeschool a:before {
	background: url(../images/sidebar/banner_bg_freeschool.svg) no-repeat right bottom;
}
#sidebar .banner-list li.tsushin-school a:before {
	background: url(../images/sidebar/banner_bg_tsushin_school.svg) no-repeat right bottom;
}
#sidebar .banner-list li.care-group a:before {
	background: url(../images/sidebar/banner_bg_care_group.svg) no-repeat right bottom;
}
#sidebar .banner-list li.parent-meeting a:before {
	background: url(/wp-content/themes/base/lib/images/sidebar/banner_bg_parent_meeting.png) no-repeat right bottom;
	background-size: 92px 90px;
}
#sidebar .banner-list li.text-banner .title {
	font-size: 18px;
	margin-bottom: 10px;
}
#sidebar .banner-list li.text-banner .description {
	font-size: 12px;
	color: #555;
	padding-right: 55px;
	margin-bottom: 0;
	line-height: 1.65;
}
#sidebar .banner-list li.text-banner .pr {
	display: inline-block;
	margin-top: 2px;
	padding: 6px 15px 8px;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 40px;
}
#sidebar .banner-list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*
	PR 関連サービス
*/
#sidebar .pr-service-list .fukidasi {
	border: none;
	background-color: #f5f5f5;
	margin-top: 12px;
	padding-bottom: 8px;
	font-size: 13px;
}
#sidebar .pr-service-list .fukidasi:before {
	display: none;
}
#sidebar .pr-service-list .fukidasi:after {
	top: -10px;
	border-bottom-color: #f5f5f5;
}

/*-----------------------------
フッター
------------------------------*/
#footer {
	margin-top: 80px;
}
#footer-nologin {
	background-color: #eee;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top-right-radius: 800px 70px;
    border-top-left-radius: 800px 70px;
    background: linear-gradient(180deg, #FFF6E0 0.41%, #F76A6A 125.47%);
    text-align: center;
}
.member-service dt {
	font-size: 21px;
	line-height: 1;
	color: #F27575;
	margin-bottom: 25px;
}
.member-service dt .l {
	font-size: 150%;
}
.member-service-list {
	padding: 0 10px;
}
.member-service-list li {
	box-sizing: border-box;
    background-color: #fff;
    padding: 10px 0 2px 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    position: relative;
    text-align: left;
    z-index: 2;
}
.member-service-list li:before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.27);
	top: -20px;
	left: -20px;
}
.member-service-list li .title {
	font-size: 18px;
	margin-bottom: 6px;
	line-height: 1;
}
.member-service-list li .title .num {
	font-size: 25px;
	color: #F58282;
}
.member-service-list li .content-wrap {
    overflow: hidden;	
}
.member-service-list li img {
	float: left;
    display: inline-block;
    position: relative;
    left: -4px;
    top: -4px;
    width: 44px;
    height: 44px;
}
.member-service-list li .content {
	font-size: 17px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.4;
    position: relative;
    top: 6px;
    left: -2px;
    letter-spacing: 0;
}
.member-service-list li .content .caution {
	display: block;
    font-size: 12px;
    color: #f00;
    margin-bottom: 18px;
    margin-top: 1px;
}
#footer-nologin .btn {
	display: block;
	background: none;
	margin-top: 30px;
	padding: 0;
	width: auto;
	border-radius: 0;
	text-align: center;
}
#footer-nologin .btn:after {
	display: none;
}
#footer-nologin .btn a {
	color: #4f4f4f;
	background-color: #FFCD6B;
	font-size: 18px;
	display: block;
	padding: 18px 10px;
	text-align: center;
	border: 2px solid #FFFFFF;
	letter-spacing: 2px;
	box-shadow: 0px 0px 15px rgba(245, 130, 130, 0.32);
	border-radius: 40px;
}
#footer-nologin .btn a:hover {
	text-decoration: none;
}
#footer-common {
	background-color: #FFF1DF;	
	padding-top: 45px;
	padding-bottom: 15px;
}
#footer-common-top {
}
#footer-common-top .logo {
	text-align: center;
	margin-bottom: 10px;
}
#footer-common-top .logo a,
#footer-common-top .logo img {
	display: inline-block;
}
#footer-common-top .logo img {
	width: 220px;
}
#footer-common-top .sitemap-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
#footer-common-top .sitemap-list li {
	width: 50%;
	box-sizing: border-box;
	padding: 5px 10px;
}
#footer-common-top .sitemap-list li a {
	font-size: 14px;
	display: block;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: solid 1px #F58282;
}
#footer-common-bottom {
	margin-top: 15px;
}
#footer-common-bottom .sitemap-list {
	font-size: 13px;
}
#footer-common-bottom .sitemap-list > li {
	padding: 0 10px;
	margin-bottom: 25px;
}
#footer-common-bottom .sitemap-list > li > a {
	display: block;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 2.2px solid #F58282;
	text-align: center;
}
#footer-common-bottom .sitemap-list li ul li {
	line-height: 2;
	position: relative;
	vertical-align: middle;
	padding-left: 18px;
	margin-bottom: 2px;
}
#footer-common-bottom .sitemap-list li ul li:before {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #F58282;
    border-right: 2px solid #F58282;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#footer-common-bottom .sitemap-list li ul li a {
	color: #666;
}
#footer-common-bottom .sitemap-list .more-btn {
	margin-top: 8px;
}
#footer-common-bottom .sitemap-list .more-btn a {
	color: #fff;
	background-color: #F58282;
	display: block;
	text-align: center;
	padding: 2px 0 3px;
	font-size: 11px;
	border-radius: 5px;
	letter-spacing: 2px;
}
#footer-common-bottom .sitemap-list .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.footer-sub-nav .sub-nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 10px;
	letter-spacing: 0;
}
.footer-sub-nav .sub-nav-list > li {
	margin-right: 15px;
}
.footer-sub-nav .sub-nav-list > li:last-child {
	margin-right: 0;
}
#footer .sub-nav-list a {
	color: #555;
}
#footer .sub-nav-list .external-link {
	display: inline-flex;
	align-items: center;
}
#footer .sub-nav-list .external-link .material-icons {
	margin-left: 3px;
	font-size: 12px;
}
#footer-staff-pr {
	padding: 30px 10px 35px;
	font-size: 13px;
	background-color: #FFE1CF;
}
#footer-staff-pr h4 {
	margin-bottom: 15px;
	font-size: 17px;
	text-align: center;
	color: #F58282;
}
.staff-pr-list {
}
.staff-pr-list > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFAEF;
	border-radius: 10px;
}
.staff-pr-list > li:last-child {
	margin-bottom: 0;
}
.staff-pr-list .img {
	width: 40px;
}
.staff-pr-list .img img {
	width: 40px;
	height: 40px;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}
.staff-pr-list .content {
	width: calc(100% - 40px);
	padding-left: 10px;
	box-sizing: border-box;
	letter-spacing: 0;
	line-height: 1.45;
}
.staff-pr-list .pr-link {
	color: #666;
	display: flex;
	align-items: center;
}
.staff-pr-list .pr-link:hover {
	color: #f58282;
	text-decoration: none;
}
.staff-pr-list .pr-link .material-icons {
	color: #f58282;
	transform: rotate( -45deg );
	position: relative;
}
.staff-pr-list .pr-link .title {
	padding-left: 4px;
}
#copyright {
	padding: 5px 0;
	text-align: center;
	background-color: #F58282;
}
#copyright .copy {
	margin: 0;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 1;
}
#footer .copy a {
	color: #fff;
}
#footer-pr {
	position: fixed;
	bottom: 6px;
	right: 50px;
	z-index: 10;
}
#footer-pr a {
	display: block;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.35;
	background-color: #fffded;
	border: solid 2px #F58282;
	border-radius: 6px;
}
#footer-pr a:hover {
	text-decoration: none;
}

/*-----------------------------------
	共通コンポーネント
------------------------------------*/
/*
	アイコン見出し
*/
.heading__has-icon {
	display: flex;
	align-items: center;
	padding: 0;
	background: none;
}
.heading__has-icon .icon {
	width: 45px;
	min-width: 45px;
	padding-right: 5px;
	position: relative;
	top: 1px;
}
.heading__has-icon .icon,
.heading__has-icon .icon img {
	display: block;
}
.heading__has-material-icon {
	display: flex;
	align-items: center;
}
.heading__has-material-icon .material-icons {
	margin-right: 4px;
	position: relative;
	top: 1px;
}
/*
	btn ボタン
*/
.btn-wrap__center {
	text-align: center;
}
.btn-wrap__right {
	text-align: right;
}
.btn-wrap__margin-top {
	margin-top: 30px;
}
.btn-wrap__margin-top-s {
	margin-top: 15px;
}
.btn-wrap__margin-top-ss {
	margin-top: 5px;
}
.btn-wrap__margin-top-l {
	margin-top: 80px;
}
.btn-wrap__margin-bottom {
	margin-bottom: 30px;
}
.btn-wrap__margin-bottom-s {
	margin-bottom: 15px;
}
.responsive-form-button-spacing {
	margin-bottom: 15px;
}
.btn-wrap__margin-bottom-l {
	margin-bottom: 80px;
}
.btn-wrap__add-subbtn {
	display: flex;
	flex-direction: column-reverse;
}
.btn-wrap__add-subbtn .btn__sub-middle {
	position: relative;
	width: 50%;
	margin-top: 10px;
}
.btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f58282;
	width: 80%;
	text-align: center;
	padding: 18px 0;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border: none;
}
.btn:after {
	position: absolute;
	content: "〉";
	font-size: 12px;
	top: 20px;
	right: 10px;
}
.btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}
.btn__more:after,
.btn__arrow-bottom:after {
	transform: rotate(90deg);
	top: 24px;
	right: 20px;
}
.btn__back:after {
	content: "〈";
	right: auto;
	left: 10px;
}
.btn__draft {
	padding: 12px 0;
	background: #eee;
	color: #333;
	border: solid 1px #999;
}
.btn__draft:after {
	display: none;
}
.btn__wide {
	width: 100%;
	box-sizing: border-box;
}
.btn__tite {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.btn__block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.btn__middle {
	width: 100%;
}
.btn__large {
	font-size: 187.5%;
	padding: 20px 180px;
	border-radius: 60px;
}
.btn__large:after {
	font-size: 14px;
	top: 28px;
	right: 20px;
}
.btn__white {
	background-color: #fff;
}
.btn__white {
	color: #f58282;
	background-color: #fff;
	border: solid 1px #f58282;
}
.btn__green:hover {
	opacity: 0.7;
}
.btn__hover-yellow:hover {
	opacity: 1;
	color: #05615a;
	background-color: #ff0;
}
.btn__back {
	padding: 12px 40px;
	background: #eee;
	color: #333;
	border: solid 1px #999;
	font-size: 13px;
}
.btn__back:after {
	content: "〈";
	right: auto;
	left: 10px;
	top: 13px;
	font-size: 12px;
}
.btn__spacewide {
	letter-spacing: 2px;
}
.btn__sub {
	position: absolute;
	top: 0;
}
.btn__sub-left {
	left: 0;
}
.btn__sub-middle {
	top: 10px;
}
.btn__square {
	border-radius: 5px;
}
.btn__form-post-square {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
}
.btn__icon {
	padding-top: 12px;
}
.btn__icon i {
	position: relative;
	top: 4px;
	font-size: 20px;
	margin-right: 5px;
}
.btn__icon:after {
	top: 22px;
}
.btn__create-topic {
	display: block;
	width: 85%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 0 auto 40px;
	border-radius: 5px;
	color: #fff;
	background-color: #f58282;
}
.btn__create-topic:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.btn__create-topic i {
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.btn__create-topic i img {
	width: 30px;
}
.btn__create-post {
	display: block;
	width: 90%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	background-color: #f58282;
}
.btn__create-post:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.btn__create-post i {
	position: relative;
	top: 5px;
	margin-right: 8px;
}
.btn__create-post i img {
	width: 30px;
}
.btn__create-topic {
	margin-bottom: 40px;
}
.btn__create-reply {
	margin-top: 30px;
	margin-bottom: 25px;
}
.btn__create-comment {
	display: flex;
	width: 85%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 0 auto 40px;
	border-radius: 5px;
	color: #fff;
	background-color: #f58282;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.btn__create-comment i {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.btn__create-comment i img {
	width: 30px;
}
.btn__create-comment:after {
	transform: rotate(90deg);
	top: 18px;
	right: 20px;
}
.btn__edit-local-item {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #629CEA;
	margin-bottom: 20px;
	padding: 6px 0;
	border-radius: 5px;
	font-size: 13px;
	text-decoration: none;
}
.btn__edit-local-item:hover {
	color: #fff;
	background-color: #629CEA;
	opacity: 0.7;
	text-decoration: none;
}
.btn__edit-local-item .material-icons {
	margin-right: 5px;
}
.double_btn {
	margin-top: 45px;
	margin-bottom: 40px;
	text-align: center;
}
.double_btn a {
	width: 240px;
	padding: 10px;
	display: inline-block;
	margin: 5px;
	border-radius: 40px;
	border: solid 1px #f58282;
	line-height: 1.5;
}
.double_btn a:hover {
	text-decoration: none;
	background-color: #f58282;
	color: #fff;
}
.conv-btn {
	display: inline-block;
    color: #fff;
    background-color: #55acee;
    border: none;
    font-size: 15px;
    padding: 16px 50px 15px;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px #3b5998;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 45px;
}
.conv-btn:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}
p .conv-btn {
	margin-bottom: 15px;
}
.toggle-reply-to-btn {
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 11px;
	width: calc(100% - 130px);
	margin-left: auto;
	padding: 6px 0;
	color: #fff;
	background-color: #f58282;
	border: solid 1px #f58282;
	border-radius: 5px;
}
.toggle-reply-to-btn:hover {
	opacity: 0.7;
}
.toggle-reply-to-btn .toggle-status {
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 13px;
	font-weight: bold;	
}
.toggle-reply-to-item {
	display: none;
}

/*
	Stripeボタン
*/
.stripe-button-el {
	border: none!important;
	background: none!important;
	color: #fff!important;
	background-color: #F58282!important;
	display: block!important;
	padding: 15px 0!important;
	text-align: center!important;
	width: 100%!important;
	box-sizing: border-box!important;
    border-radius: 5px!important;
}
.stripe-button-el:hover {
	opacity: 0.7!important;
}
.stripe-button-el span {
	background: none!important;
	text-shadow: none!important;
	box-shadow: none!important;
	font-size: 14px!important;
	letter-spacing: 1.5px!important;
}
/*
	アコーディオイン トグル SlideToggle
*/
.toggle-wrap {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
}
.toggle-wrap__margin-bottom10 {
	margin-bottom: 10px;
}
.toggle-wrap__margin-bottom20 {
	margin-bottom: 20px;
}
.toggle-btn {
	color: #f58282;
	margin: 0;
	padding: 5px 10px 5px 40px;
	cursor: pointer;
	position: relative;
}
.toggle-btn:before {
	position: absolute;
	content: "＋";
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	color: #fff;
	background-color: #f58282;
	line-height: 1;
	letter-spacing: 0;
	left: 10px;
	top: calc(50% - 6px);
	border-radius: 2px;
}
.toggle-btn.active:before {
	content: "ー";
}
.toggle-content {
	display: none;
	font-size: 13px;
	margin: 0 10px;
	padding: 20px 10px;
	border-top: solid 1px #ddd;
}
.pr-block {
	font-size: 17px;
	font-weight: bold;
    background: #fffdf0;
    padding: 20px;
    color: #8d5e33;
}
.page-top-pr {
	display: block;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 15px;
	padding: 6px 20px 7px 46px;
	line-height: 1.25;
	color: #444;
	font-size: 12px;
	background-color: #FFF3F3;
	box-shadow: 0 0 3px #F96E6E;
	border-radius: 6px;
	position: relative;
	transition: 0.5s;
}
.page-top-pr:hover {
	color: #F96E6E;
	text-decoration: none;
	box-shadow: 0 0 6px #F96E6E;
}
.page-top-pr:after {
	position: absolute;
	content: "》";
	font-size: 10px;
	font-weight: bold;
	color: #F96E6E;
	right: 5px;
	bottom: 8px;
}
.page-top-pr .pr-label {
	position: absolute;
	color: #fff;
	background-color: #F96E6E;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 5px;
	letter-spacing: 0;
	top: calc(50% - 8px);
	left: 10px;
}
.insert-post {
	border: 2px solid #f58282;
	margin-bottom: 15px;
	background-color: #fff;
}
.insert-post a {
	padding: 15px;
	display: block;
	overflow: hidden;
	position: relative;
}
.insert-post .img {
	width: 120px;
	float: left;
	margin-right: 15px;
}
.insert-post .img img {
	width: 120px;
	height: 80px;
	object-fit: cover;
	display: block;
}
.insert-post .text {
	padding-left: 135px;
}
.insert-post .text p {
	line-height: 1.55;
}
.insert-post .text .title {
	color: #000;
	font-weight: bold;
	margin: 0;
	font-size: 13px;
}
.insert-post .text .content {
	color: #555;
	font-size: 13px;
	margin-bottom: 0;
}
.insert-post .text .go {
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 1;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
.insert-post a:hover {
	text-decoration: none;
	background-color: #eee;
}
.insert-post a:hover .text .go {
	text-decoration: underline;
}
.qa-box p {
	padding: 20px 20px 20px 25px;
	color: #622;
	background-color: #fffef5;
	border-radius: 20px;
	box-shadow: 0 0 4px #fee;
	line-height: 2;
}
.role-mark {
	color: #fff;
	background-color: #f58282;
	text-align: center;
	display: block;
	width: 50px;
	margin: 0 auto;
	padding-left: 2px;
	letter-spacing: 1.5px;
	font-size: 8px;
	border-radius: 20px;
}
/*
	table テーブル
*/
/*basic-table */
.basic-table {
	width: 100%;
}
.basic-table tr:nth-child(odd) {
	background-color: #fffdf0;
}
.basic-table tr:nth-child(even) {
	background-color: #fff;
}
.basic-table th,
.basic-table td {
	font-size: 14px
}
.basic-table th {
	padding: 15px 5px 15px 15px;
	text-align: left;
	color: #8d5e33;
	font-weight: bold;
	width: 5.5em;
}
.basic-table td {
	padding: 15px 10px 15px 5px;
}
/*border-table */
.border-table {
	width: 100%;
}
.border-table th,
.border-table td {
	border: solid 1px #946134;
	box-sizing: border-box;
}
.border-table th {
	color: #8d5e33;
	font-weight: bold;
	background-color: #fffdf0;
	text-align: center;
	width: 35%;
	padding: 10px;
}
.border-table td {
	color: #333;
	background-color: #fff;
	text-align: left;
	width: 65%;
	padding: 10px;
}
.border-table.col4 td {
	width: 25%;
}
.border-table__type2 th,
.border-table__type2 td {
	padding: 15px;
}
.border-table__type2 th {
	text-align: left;
}
.border-table__type3 th,
.border-table__type3 td {
	padding: 10px;
	font-size: 13px;
}
.basic-table.th5 th {
	width: 3em;
}
.pr-price-table {
	width: 100%;
	margin-bottom: 35px;
}
.pr-price-table th {
	color: #fff;
	background-color: #8cc63f;
	text-align: center;
	font-weight: bold;
}
.pr-price-table th,
.pr-price-table td {
	padding: 15px 10px;
	border: solid 1px #ddd;
}
.pr-price-table td:first-child {
	text-align: center;
}
.pr-price-table th:first-child,
.pr-price-table td:first-child {
	width: 100px;
	box-sizing: border-box;
}
/*
	モーダルウィンドウ
*/
.modal_btn {
	margin-top: 35px;
}
.modal_btn .open_button {
	display: block;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background-color: #F58282;
	border-radius: 8px;
	font-size: 17px;
	cursor: pointer;
}
.modal_btn .open_button i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: 0;
	line-height: 1;
	margin-right: 8px;
	width: 25px;
}
.modal_btn .open_button:hover {
	opacity: 0.7;
}
.modal_btn_small {
	text-align: center;
}
.modal_btn_small .open_button {
	width: 80%;
	padding: 10px 0;
	display: inline-block;
	font-size: 14px;
}
.modal_btn__chat-violation {
	display: block;
	font-size: 11px;
	width: 180px;
	padding: 5px 0;
	margin: 20px auto 0;
	color: #555;
	background-color: #eee;
	border: solid 1px #aaa;
	border-radius: 0;
	cursor: pointer;
}
.modal_wrap > input,
.modal_wrap_search > input {
	display: none;
}
.modal_overlay,
.modal_overlay_search {
	display: block;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	padding: 30px 20px 40px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	margin: 15% auto;
	border-radius: 10px;
}
.modal_content form p {
	margin: 0 0 15px!important;
}
.modal_content .form-description {
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-bottom: 12px!important;
}
.modal_content label {
	display: block!important;
	margin: 0 0 5px!important;
}
.modal_content input[type="text"],
.modal_content input[type="mail"],
.modal_content input[type="password"],
.modal_content select,
.modal_content textarea {
	width: 100%!important;
	max-width: 100%!important;
	box-sizing: border-box;
	margin: 0!important;
	padding: 10px!important;
	background: #F5F5F5;
	border: 2px solid #EAE7E7;
	border-radius: 5px;
}
.modal_content textarea {
	height: 16em;
}
.modal_content input[type="submit"],
.modal_content button {
	color: #fff!important;
	background-color: #F58282!important;
	font-size: 16px;
	padding: 14px 60px;
	border-radius: 40px;
	display: block;
	margin: 20px auto 0;
	border: none;
}
.modal_content input[type="submit"]:hover,
.modal_content button:hover {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}
.modal_content .form-submit {
	margin-bottom: 0;
}
.modal_content .comment-avatar label {
	margin-bottom: 8px;
}
.modal_content .comment-avatar input {
	position: relative;
	top: -18px;
	margin: 0 4px 0 0!important;
}
.modal_content .comment-avatar img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	display: inline-block;
	margin-right: 10px;
}
.modal_content .comment-avatar img:last-of-type {
	margin-right: 0;
}
.close_button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}
.modal_wrap input#trigger:checked ~ .modal_overlay,
.modal_wrap_search input#header-search-trigger:checked ~ .modal_overlay_search {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal-overlay {
	display: none;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal-overlay.open {
	display: flex;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal-content {
	position: relative;
	align-self: center;
	width: 94%;
	max-width: 800px;
	padding: 40px 20px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.5s;
	font-size: 16px;
	max-height: 90vh;
	border-radius: 15px;
	overflow-y: auto;
}
.modal-content p:last-of-type {
	margin-bottom: 0;
}
.modal-close-btn__mark {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
}
.modal-close-btn__mark:hover {
	opacity: 0.7;
}
/*
	未読数
*/
.unread-count {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	font-size: 8px;
	line-height: 1;
	display: block;
	border-radius: 50%;
	color: #fff;
	background-color: #f58282;
}
/* payment-log-table */
.payment-log-table {
	width: 100%;
}
.payment-log-table tr:nth-child(1) { 
	border-bottom: solid 1px #ccc;
}
.payment-log-table th,
.payment-log-table td {
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	width: calc((100% - 120px) / 2);
}
.payment-log-table th:first-child,
.payment-log-table td:first-child {
	width: 120px;
}
.payment-log-table th {
	padding: 5px 0;
}
.payment-log-table td {
	padding: 2px 0;
}
.payment-log-table tr:nth-child(2) td { 
	padding-top: 15px;
}

.user-status {
	display: block;
	color: #888;
	font-size: 9px;
	margin-top: 4px;
	line-height: 1.4;
}
.user-status span {
	display: block;
	text-align: center;
}
/*
	number-list
*/
.number-list {
	counter-reset: number;
	margin-bottom: 20px;
}
.number-list > li {
	margin-bottom: 10px;
}
.number-list > li:before {
	counter-increment:number;
	content: "（" counter(number) "）";
}
.number-list > li > ul {
	margin: 10px 0 15px 1em;
	list-style: inside;
}
.number-list > li > ul > li {
	margin-bottom: 5px;
}
.number-list p {
	margin-bottom: 0;
}
/*
	合計表示件数
*/
.total-post-count {
	margin-bottom: 5px;
	font-size: 13px;
}
.total-post-count .count {
	padding: 0 5px;
	font-size: 24px;
	color: #f58282;
}
/*
	フォローボタン
*/
.follow-btn {
	background-color: #fff;
	border: none;
	padding: 8px 15px;
	box-sizing: border-box;
	border-radius: 30px;
	border: solid 1px #fa0;
	cursor: pointer;
	font-size: 13.5px;
	line-height: 1;
}
.follow-btn:hover {
	background-color: #fffee5;
}
.follow-btn--followed,
.follow-btn--followed:hover {
	color: #fff;
	background-color: #fa0;
	box-shadow: none;
}
.follow-btn--followed:hover {
	opacity: 0.9;
}
.follow-btn__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.follow-btn .icon {
	font-size: 22px;
	color: #fa0;
	margin-right: 5px;
}
.follow-btn--followed .icon {
	color: #fff;
}
.follow-btn-wrap--dialy {
	margin-top: 18px;
	text-align: center;
}
.follow-btn-wrap--dialy .follow-btn {
	min-width: 150px;
}
.profile-panel-top .follow-btn {
	margin-bottom: 10px;
	padding: 6px 12px;
	font-size: 12px;
}
/*
	tab-bar
*/
.tab-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-bar__item {
	position: relative;
	width: 49%;
	margin-bottom: 25px;
	padding: 10px 0;
	color: #555;
	font-size: 18px;
	text-align: center;
}
.tab-bar--3col .tab-bar__item {
	width: 32%;
}
.tab-bar__item--current {
	color: #f58282;
}
.tab-bar__item:hover {
	color: #f58282;
	text-decoration: none;
}
.tab-bar__item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #ccc;
	border-radius: 10px;
	left: 0;
	bottom: 0;
}
.tab-bar__item--current:after {
	background-color: #f58282;
}

/*-----------------------------
	dialy-list
------------------------------*/
.dialy-list-item {
	margin-bottom: 12px;
}
.dialy-list-item a {
	display: flex;
	flex-wrap: wrap;
	color: #333;
	padding: 15px 10px;
	background-color: #FFF7E3;
	box-shadow: 0 0 3px #e5e5e5;
	border-radius: 10px;
}
.dialy-list-item a:hover {
	text-decoration: none;
	box-shadow: 0 0 10px #fa0;
}
.dialy-list-item a:hover img {
	opacity: 1;
}
.dialy-list-item__img {
	position: relative;
	width: 60px;
	height: 60px;
}
.dialy-list-item__img img {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}
.dialy-list-item__img--sub {
	position: absolute;
	width: 25px;
	right: 0;
	bottom: 0;
}
.dialy-list-item__img--sub img {
	border: solid 1.5px #fff;
	box-sizing: border-box;
}
.dialy-list-item__content {
	width: calc(100% - 60px);
	padding-left: 12px;
	box-sizing: border-box;
}
.dialy-list-item__pr {
	line-height: 1;
	margin-bottom: 5px;
}
.dialy-list-item__pr-item {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #f58282;
	line-height: 1.6;
	padding: 1px 10px;
	border-radius: 20px;
}
.dialy-list-item__title {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.dialy-list-item .topic-info {
	font-size: 10px;
	line-height: 1.5;
}
.dialy-list-item .topic-info i img {
	width: 14px;
}

/*-----------------------------
	アーカイブ共通
------------------------------*/
.archive h1 {
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.45;
	display: flex;
	align-items: center;
}
.archive h1 i {
	display: block;
	width: 45px;
	min-width: 45px;
}
.archive h1 i img {
	display: block;
}

/*-----------------------------
	投稿・固定ページ共通
------------------------------*/
.article {
}
.article .eyecatch--margin-bottom {
	margin-bottom: 25px;
}
.article .eyecatch img {
	border-radius: 10px;
	display: block;
}
.article p img {
	display: inline-block;
}
.article ul,
.article-ul {
	margin: 0 0 35px 0;
}
.article ul li,
.article-ul li {
	margin-bottom: 10px;
	padding-left: 18px;
	line-height: 1.45;
	position: relative;
}
.article ul li:before,
.article-ul li:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	border: 7px solid transparent;
	border-left: solid 8px #f58282;
	content: "";
	border-radius: 3px;
}
.article ul li a {
	position: relative;
}
.article ul ul {
	margin-left: 1em;
}
.article ul ul ul {
	margin-bottom: 0;
}
.article ol {
	margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.8em;
    margin-left: 18px;
    counter-reset: number;
}
.article ol li {
	position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}
.article ol li:before {
	    position: absolute;
    counter-increment: number;
    content: counter(number);
    background: #f58282;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    padding: 3px 6px 3px;
    font-size: 13px;
    top: 3px;
    left: -28px;
}
.article dl,
.article-dl {
	margin: 0;
	padding: 0;
	padding: 25px;
	margin-bottom: 35px;
	background-color: #fffef5;
	border: solid 1px #ffd557;
	border-radius: 5px;
}
.article dl dt,
.article-dl dt {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #662222;
}
.article dl dd ul:last-of-type {
	margin-bottom: 0;
}
.article dl .btn,
.article-dl .btn {
	line-height: 1;
	padding: 20px 30px 18px 34px;
	background-color: #2ea7e0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-radius: 5px;
	position: relative;
	box-shadow: none;
	font-weight: normal;
}
.article dl .btn:after,
.article-dl .btn:after {
	position: relative;
	content: "》";
	padding-left: 8px;
	font-size: 13px;
	top: auto;
	right: auto;
}
.article dl .btn:hover,
.article-dl .btn: hover {
	text-decoration: none;
}
.article dl dd .btn.btn__twitter,
.article-dl dd .btn.btn__twitter,
.article dl .btn__twitter,
.article-dl .btn__twitter {
	background-color: #000;
}
.article dl .btn__insta,
.article-dl .btn__insta {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.article dl.pr,
.article-dl.pr {
	margin-top: 45px;
	padding: 15px 15px 20px;
}
.article dl.pr dt,
.article-dl.pr dt {
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	border-bottom: solid 1px #ffd557;
	position: relative;
	padding-top: 20px;
	padding-left: 56px;
	font-size: 15px;
	line-height: 1.45;
}
.article dl.pr dt:before,
.article-dl.pr dt:before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(/wp-content/themes/base/lib/images/common/logo_circle.png) no-repeat;
	width: 46px;
	height: 46px;
	background-size: 46px 46px;
	left: 0;
	bottom: 10px;
}
.article dl.pr dt:after,
.article-dl.pr dt:after {
	position: absolute;
	content: "ＰＲ";
	display: inline-block;
	color: #fff;
	background-color: #f58282;
	padding: 2px 15px 2px;
	font-size: 9px;
	border-radius: 30px;
	top: 0;
	left: 56px;
}
.article dl.pr dd,
.article-dl.pr dd {
	overflow: hidden;
}
.article dl.pr dd .img,
.article-dl.pr dd .img {
	margin-bottom: 12px;
}
.article dl.pr dd .img a,
.article dl.pr dd .img img,
.article-dl.pr dd .img a,
.article-dl.pr dd .img img {
	display: block;
}
.article dl.pr dd .text,
.article-dl.pr dd .text {
	text-align: center;
	overflow: hidden;
}
.article dl.pr dd .text p,
.article-dl.pr dd .text p {
	font-size: 13px;
	margin: 0;
	line-height: 1.7;
	text-align: left;
}
.article dl.pr dd .text .btn,
.article-dl.pr dd .text .btn {
	font-size: 12px;
	border-radius: 30px;
	box-shadow: none;
	margin: 11px auto 0!important;
	padding: 8px 25px 10px!important;
	float: none;
	display: inline-block;
}
.article dl.pr dd .text .btn:before,
.article-dl.pr dd .text .btn:before {
	display: none;
}
.article dl.pr .pr-double-btn .btn:last-of-type,
.article-dl.pr .pr-double-btn .btn:last-of-type {
	margin-top: 8px!important;
}

/*-----------------------------
	固定ページ共通
------------------------------*/
.page #wrap {
	padding-top: 0;
}
.page .article {
	padding: 0;
    box-shadow: none;
}
.page .eyecatch {
	position: relative;
	z-index: 1;
}
.page .eyecatch:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(245, 130, 130, 0.45);
	top: 0;
	left: 0;
	z-index: 2;
}
.page .eyecatch img {
	border-radius: 0;
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}
.page .eyecatch h1 {
	position: absolute;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
	text-shadow: 0px 0px 15px rgba(213, 13, 13, 0.63);
	width: 95%;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-content {
	margin-top: 30px;
}

/*-----------------------------
	tax-area エリアタクソノミー共通
------------------------------*/
.tax-area .sort {
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px;
}
.tax-area .sort-item-list {
}
.tax-area .sort-item-list li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.tax-area .sort-item-list li:last-child {
	margin-bottom: 0;
}
.tax-area .sort-item-list li label,
.tax-area .sort-item-list li select {
	display: table-cell;
	vertical-align: middle;
}
.tax-area .sort-item-list li label {
	font-size: 14px;
	width: 55px;	
	vertical-align: middle;
}
.tax-area .sort-item-list li select {
	font-size: 15px;
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	border: none;
}
.archive .page-navi {
	margin-bottom: 15px;
}

/*-----------------------------
	tax-area-tsushin_school 通信制高校×エリアタクソノミー
------------------------------*/
.tax-area-tsushin_school .sort-item-list li label {
	width: 100px;
	line-height: 1.35;
}
.tax-area-tsushin_school .border-table th,
.tax-area-tsushin_school .border-table td {
	font-size: 11px;
}
.tax-area-tsushin_school .border-table th {
	width: 35%;
	padding: 5px;
}
.tax-area-tsushin_school .border-table td {
	width: 65%;
	padding: 5px 10px;
}
.tax-area-tsushin_school .border-table td li {
	display: inline-block;
}
.tax-area-tsushin_school .border-table td li:after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
.tax-area-tsushin_school .border-table td li:last-child:after {
	display: none;
}

/*-----------------------------
	tax-area-parent_meeting 親の会×エリアタクソノミー
------------------------------*/
.tax-area-parent_meeting {

}
.tax-area-parent_meeting .local-item-list > li .content-table .img,
.tax-area-parent_meeting .local-item-list > li .content-table .content {
    vertical-align: middle;
}

/*-----------------------------
	article-list 記事一覧
------------------------------*/
.article-list {
}
.article-list > li {
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.article-list > li:last-child {
	margin-bottom: 0;
}
.article-list > li > a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #333;
	border-radius: 10px;
	position: relative;
	background-color: #FDEFCC;
}
.article-list > li > a:hover {
	box-shadow: 2px 2px 10px #f58282;
	text-decoration: none;
}
.article-list > li .img {
	width: 140px;
	position: relative;
}
.article-list > li .img img {
	width: 140px;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}
.article-list > li .img .cat {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	font-size: 8px;
	color: #fff;
	background-color: #f58282;
	padding: 1px 6px;
	border-radius: 30px;
	z-index: 3;
}
.article-list li .content {
	width: calc(100% - 140px);
	min-height: 116px;
	padding: 12px 15px 50px;
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	position: relative;
}
.article-list > li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	text-align: left;
}
.article-list .article-info {
	position: absolute!important;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	color: #888;
	font-size: 10px!important;
}
.article-list .article-info .date {
	position: relative;
	float: right;
}
.article-list .article-info .author {
	display: inline-block;
    float: left;
    position: relative;
    top: -18px;
    margin-bottom: -4px;
}
.article-list .article-info .author img {
	width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 10px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.article-list > li a:hover .content .title,
.article-list > li a:hover .content .article-info,
.article-list > li a:hover .content .article-info .date i {
	color: #F58282;
}
.article-list .close-mark {
	margin: 0;
	display: inline-block;
	padding: 1px 20px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #f00;
	background-color: #fffded;
	border: solid 1px #f00;
	border-radius: 30px;
}

/*-----------------------------
	トピックリスト topic-list
------------------------------*/
.topic-list,
.article .topic-list {
	padding: 0;
	margin: 5px 0 10px;
}
.topic-list > li,
.article .topic-list > li {
	margin: 0;
	padding-left: 0;
	background: none;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.topic-list > li:before,
.article .topic-list > li:before {
	display: none!important;
}
.topic-list > li:first-child {
	border-top: solid 1px #ccc;
}
.topic-list > li a {
	display: block;
	padding: 15px 0;
	color: #444;
}
.topic-list > li a:hover {
	background-color: #eee;
}
.topic-list > li:after {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 4px;
	width: 10px;
	height: 10px;
	border-top: solid 4px #ccc;
	border-right: solid 4px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.topic-list > li .img {
	width: 60px;
	float: left;
	margin-right: 15px;
}
.topic-list > li .img .cat {
	font-size: 11px;
	color: #f58282;
	background-color: #fff;
	display: block;
	line-height: 1;
	padding: 2px 0 3px;
	margin-top: 8px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #f58282;
}
.topic-list > li .img img {
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.topic-list > li a:hover img {
	opacity: 1;
}
.topic-list > li .content {
	padding-left: 75px;
}
.topic-list > li .content .title {
	margin: 0;
	padding: 0;
	border: none;
	color: #f58282;
	font-size: 15px;
	font-weight: bold;
	background: none;
	line-height: 1.5;
	text-align: left;
}
.topic-list > li .content .description {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
	margin-bottom: 0;
}
.topic-list > li .topic-info {
	margin-bottom: 0;
	font-size: 11px;
	margin-top: 10px;
	letter-spacing: 0.03em;
	color: #555;
}
.topic-list > li .topic-info .date {
	float: none;
}
.topic-list .close-mark,
.article-list .close-mark {
	display: inline-block;
	padding: 3px 20px;
	font-size: 10px;
	color: #f00;
	background-color: #fffded;
	border: solid 1px #f00;
	border-radius: 30px;
	margin-bottom: 5px;
	position: relative;
	top: -5px;
	line-height: 1.2;
}

/*-----------------------------
	コメント一覧 comment-list（リプライ、口コミ、コメント共通）
------------------------------*/
.comment-list,
.article .comment-list {
	margin: 0;
	padding: 0;
}
.comment-list > li,
.article .comment-list > li {
	border-bottom: solid 1px #ddd;
	margin: 0;
	padding: 15px 0;
	line-height: 1.45;
}
.comment-list > li:before,
.article .comment-list > li:before {
	display: none!important;
}
.comment-list > li:first-child {
	border-top: solid 1px #ddd;
}
.comment-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.comment-header .img {
	position: relative;
	width: 60px;
	text-align: center;
}
.comment-header .img a {
	display: block;
	position: relative;	
}
.comment-header .img img {
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.comment-header .img .role-mark {
	position: absolute;
	top: 46px;
	left: 5px;
	padding: 1px 0 1px 1px;
}
.comment-header .content {
	width: calc(100% - 60px);
	padding-left: 10px;
	box-sizing: border-box;
}
.comment-header .content .comment-info {
	font-size: 9px;
	margin-bottom: 8px;
}
.comment-header .content .name {
	line-height: 1.1;
}
.comment-header .content .name .comment-author-name {
	font-size: 15px;
}
.comment-header .content .name .role {
	color: #836449;
	background-color: #FDEFCC;
	font-size: 9px;
	display: inline-block;
	margin-top: 6px;
	padding: 2px 15px 3px;
	border-radius: 20px;
}
.comment-list .comment-content {
	font-size: 14px;
	line-height: 1.65;
}
.comment-info {
	color: #999;
}
.comment-info i {
	font-size: 11px;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.comment-footer {
	position: relative;
}
.comment-footer .modal_btn__comment-to {
	display: block;
	font-size: 11px;
	width: 160px;
	padding: 5px 0;
	color: #fff;
	background-color: #f58282;
	border: solid 1px #f58282;
	border-radius: 5px;
	position: absolute;
	bottom: -3px;
	right: 0;
}
.comment-to-list {
	margin-top: 25px;
}
.comment-to-list-item {
	margin-bottom: 12.5px;
	padding: 15px 12.5px;
	background-color: #FFFCF2;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
}
.comment-to-list-item:last-child {
	margin-bottom: 0;
}
.comment-to-list-item__mine {
	margin-right: 20px;
}
.comment-to-list-item__other {
	margin-left: 20px;
}

/*-----------------------------
	リプライリスト reply-list reply-to-list
------------------------------*/
.reply-list {
	margin-bottom: 15px;
}
.reply-list > li {
	position: relative;
	padding: 10px 10px 12.5px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.reply-list .edit-tool {
	font-size: 11px;
}
.reply-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.reply-header .img {
	width: 50px;
	position: relative;
}
.reply-header .role-mark {
	position: absolute;
	top: 38px;
	left: 0;
	color: #fff;
	background-color: #f80;
	text-align: center;
	display: block;
	width: 50px;
	padding: 1px 0 1px 1px;
	letter-spacing: 0;
	font-size: 8px;
	border-radius: 20px;
	line-height: 1.35;
}
.reply-header .img img {
	border-radius: 50%;
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.reply-header .content {
	width: calc(100% - 50px);
	padding-left: 10px;
	box-sizing: border-box;
}
.reply-header .reply-info {
	position: absolute;
	font-size: 10px;
	left: 10px;
	top: 12px;
}
.reply-header .name {
	line-height: 1.1;
}
.reply-header .replay-author-name {
	font-size: 15px;
}
.reply-header .role {
	color: #777;
	background-color: #eee;
	font-size: 9px;
	display: inline-block;
	margin-top: 7px;
	padding: 2px 10px 3px;
	border-radius: 4px;
}
.reply-header .user-status span {
	display: inline;
	text-align: left;
}
.reply-header .user-status span:after {
	content: "/";
	margin-left: 4px;
	margin-right: 1px;
}
.reply-header .user-status span:last-of-type:after {
	display: none;
}
.reply-content {
	font-size: 14px;
	line-height: 1.65;
}
.reply-info {
	color: #999;
}
.reply-info i {
	font-size: 13px;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.reply-footer {
	margin-top: 30px;
	position: relative;
	min-height: 30px;
}
.reply-footer .reaction-box {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
}
.form-reply-to {
	margin-top: 20px;
}
/*
	reply-to-list
*/
.reply-to-list {
	margin-top: 25px;
}
.reply-to-list-item {
	position: relative;
	margin-bottom: 12.5px;
	padding: 10px 12.5px 12.5px;
	background-color: #FFFCF2;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
}
.reply-to-list-item:last-child {
	margin-bottom: 0;
}

/*-----------------------------
	local-item-list カスタム投稿タイプ用一覧共通
	（フリースクール・通信制高校・支援団体・親の会）
------------------------------*/
.local-item-list {
	margin: 0;
	padding: 0;
}
.local-item-list > li {
	border: none;
	box-shadow: 0px 0px 4px #e2e2e2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.local-item-list > li a {
	display: block;
	padding: 20px 15px;
	color: #000;
	position: relative;
	border-radius: 10px;
}
.local-item-list > li a.has-pr {
	padding-top: 40px;
}
.local-item-list > li:hover {
	box-shadow: 1px 1px 8px #f58282;
}
.local-item-list > li a:hover {
	color: #F58282;
	text-decoration: none;
	background-color: #FFFBF0;
}
.local-item-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.local-item-header-img {
	width: 80px;
}
.local-item-header-img img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	object-fit: cover;
}
.local-item-header-content {
	width: calc(100% - 80px);
	padding-left: 15px;
	box-sizing: border-box;
}
.local-item-header-content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}
.local-item-list .local-info {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #fffdf0;
}
.local-item-list .local-info-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 7px 0;
	line-height: 1.5;
}
.local-item-list .local-info-item-icon {
	width: 18px;
	font-size: 18px;
	color: #F58282;
}
.local-item-list .local-info-item-content {
	width: calc(100% - 20px);
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 12px;
	color: #444;
}
.local-item-list .local-info .term-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.local-item-list .local-info .term-list span {
	padding: 0;
	background: none;
	font-size: 12px;
}
.local-item-list .local-info .term-list span:after {
	content: "/";
	margin: 0 4px 0 6px;
}
.local-item-list .local-info .term-list > li:last-child > span:after {
	display: none;
}
.local-item-main-content,
.local-item-main-sub-content {
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.65;
	padding: 10px;
	color: #444;
	background-color: #f5f5f5;
}
.local-item-main-content__bg-pink {
	background-color: #FFF3F3;
}
.local-item-main-content p {
	margin-bottom: 0;
	padding: 0 3px;
}
.local-item-main-content ul {
}
.local-item-main-content ul > li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 5px;
}
.local-item-main-content ul > li:last-child {
	margin-bottom: 0;
}
.local-item-main-sub-content ul {
	display: flex;
	flex-wrap: wrap;
}
.local-item-main-sub-content ul > li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.local-item-main-sub-content ul > li:after {
	content: "/";
	padding-left: 8px;
}
.local-item-main-sub-content ul > li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.local-item-main-sub-content ul > li:last-child:after {
	display: none;
}
.local-item-main-content ul > li .icon {
	color: #555;
	width: 16px;
	font-size: 16px;
	font-weight: bold;
}
.local-item-main-content ul > li .text {
	width: calc(100% - 16px);
	padding-left: 8px;
	box-sizing: border-box;
}
.local-item-main-content .course-title-list {
	display: flex;
	flex-wrap: wrap;
}
.local-item-main-content .course-title-list > li {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-bottom: 0;
	line-height: 1.8;
}
.local-item-main-content .course-title-list > li:after {
	content: "/";
	padding-left: 6px;
}
.local-item-main-content .course-title-list > li:last-child:after {
	display: none;
}
.local-item-header-content .pr {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
}
.local-item-header-content .pr-list {
	display: inline-block;
}
.local-item-header-content .pr-list li {
	display: inline-block;
	font-size: 10px;
	color: #5E4310;
	background-color: #FFCD6B;
	margin: 0;
	padding: 5px 8px 5px 10px;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 6px;
}
.local-item-header-content .pr-list li.contact {
	color: #fff;
	background-color: #f96e6e;
}
.local-item-header-content .pr-list li:before {
	display: none;
}
.article-info ul {
	overflow: hidden;
}
.article-info .info-list {
	overflow: hidden;
	margin: 0;
	margin-bottom: 8px;
}
.article-info .info-list > li {
	float: left;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
.article-info .info-list > li:last-child {
	margin-right: 0;
}
.article-info .info-list li:before {
	display: none;
}
.article-info .info-list i {
    font-size: 17px;
    top: 4px;
    position: relative;
    margin-right: 2px;
    color: #FBA8A8;
}
.article-info .info-list .organizer i {
	margin-right: 6px;
}
.article-info .count-list {
	overflow: hidden;
	margin: 0;
}
.article-info .count-list > li {
	float: left;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
.article-info .count-list li:before {
	display: none;
}
.article-info .count-list i {
	position: relative;
	margin-right: 4px;
	color: #999;
	display: inline-block;
}
.article-info .count-list li.watch-count i {
	width: 18px;
	top: 1px;
}
.article-info .count-list li.comment-count i {
	width: 16px;
	top: 2px;
}
.local-item-footer {

}
.local-item-footer .more {
	display: block;
	margin-top: 10px;
	color: #fff;
	background-color: #F58282;
	font-size: 11px;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
}

/*-----------------------------
	supporter-list 
------------------------------*/
.local-item-list__supporter {

}
.local-item-list__supporter > li a {
	padding: 20px 10px;
}
.local-item-list__supporter > li .img {
	width: auto;
	margin: 0;
	text-align: center;
}
.local-item-list__supporter > li .img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	display: inline-block;
}
.local-item-list__supporter > li .content {
	padding-left: 0;
}
.local-item-list__supporter > li .content .title {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #f58282;
	text-align: center;
}
.local-item-list__supporter > li a:hover .content .title {
	color: #f58282;
}
.local-item-list__supporter > li .info-list {
}
.local-item-list__supporter > li .info-list dl {
	display: table;
	width: 100%;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.local-item-list__supporter > li .info-list dl dt,
.local-item-list__supporter > li .info-list dl dd {
	display: table-cell;
	vertical-align: middle;
}
.local-item-list__supporter > li .info-list dl dt {
	color: #555;
	background-color: #f4f4f4;
	width: 7em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 8px 0;
	font-weight: normal;
}
.local-item-list__supporter > li .info-list dl dd {
	font-size: 12px;
	color: #777;
	padding-left: 8px;
}
.local-item-list__supporter > li .info-list dl dd ul {
}
.local-item-list__supporter > li .info-list dl dd ul li {
	display: inline-block;
	border-radius: 5px;
	margin-right: 6px;
}
.local-item-list__supporter > li .info-list dl dd ul li:after {
	content: "/";
	color: #bbb;
	padding-left: 6px;
}
.local-item-list__supporter > li .info-list dl dd ul li:last-child {
	margin-right: 0;
}
.local-item-list__supporter > li .info-list dl dd ul li:last-child:after {
	display: none;
}

/*-----------------------------
	book-list 
------------------------------*/
.post-type-archive-book h1 {
	margin-bottom: 0;
}
.book-cat-list {
}
.book-cat-list .book-cat {
	margin-bottom: 20px;
}
.book-item-wrap {
	background-color: #FFF7E3;
	padding: 20px 20px 25px;
	box-sizing: border-box;
	height: 100%;
	border-radius: 12px;
	position: relative;
}
.book-cat .cat-title {
	margin-bottom: 25px;
	padding-bottom: 12px;
	font-size: 20px;
	color: #634439;
	text-align: center;
	background: none;
	position: relative;
}
.book-cat .cat-title:after {
	width: 100%;
	height: 5px;
	border-radius: 8px;
	position: absolute;
	content: "";
	background-color: #E9DEC3;
	left: 0;
	bottom: 0;
}
.book-item-list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.book-item-list > li {
	width: 50%;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.book-item-list > li:nth-child(odd) {
	padding-right: 2%;
}
.book-item-list > li:nth-child(even) {
	padding-left: 2%;
}
.book-item-list .img img {
	width: 80px;
	height: 120px;
	object-fit: cover;
}
.book-item-list a {
	color: #555;
}
.book-item-list .title {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: #555;
}
.book-item-wrap .more-btn {
	text-align: center;
}
.book-item-wrap .more-btn a {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #f58282;
    padding: 7px 40px;
    border-radius: 40px;
}
.book-item-wrap .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.local-item-list__book > li a {
	padding: 20px 10px;
}
.local-item-list__book > li .img {
	width: auto;
	margin: 0;
	text-align: center;
}
.local-item-list__book > li .img img {
	width: 80px;
	height: auto;
	display: inline-block;
}
.local-item-list__book > li .content {
	padding-left: 0;
}
.local-item-list__book > li .content .title {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #f58282;
	text-align: center;
}
.local-item-list__book > li a:hover .content .title {
	color: #f58282;
}
.local-item-list__book > li .info-list {
}
.local-item-list__book > li .info-list dl {
	display: table;
	width: 100%;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.local-item-list__book > li .info-list dl dt,
.local-item-list__book > li .info-list dl dd {
	display: table-cell;
	vertical-align: middle;
}
.local-item-list__book > li .info-list dl dt {
	color: #555;
	background-color: #f4f4f4;
	width: 7em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 8px 0;
	font-weight: normal;
}
.local-item-list__book > li .info-list dl dd {
	font-size: 12px;
	color: #777;
	padding-left: 8px;
}
.local-item-list__book > li .info-list dl dd ul {
}
.local-item-list__book > li .info-list dl dd ul li {
	display: inline-block;
	border-radius: 5px;
	margin-right: 6px;
}
.local-item-list__book > li .info-list dl dd ul li:last-child {
	margin-right: 0;
}

/*-----------------------------
	single 投稿
------------------------------*/
.single h1, .single .h1, .single-h1 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.single h2, .single .h2, .single-h2 {
	font-size: 18px;
	color: #fff;
	background-color: #f58282;
	font-weight: normal;
	margin: 50px 0 25px;
	padding: 16px 20px;
	line-height: 1.4;
	border-radius: 5px;
}
.single h3, .single .h3, .single-h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: solid 2px #f58282;
    padding-bottom: 8px;
    color: #333;
    position: relative;
}
.single h4, .single .h4, .single-h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.single .article-header {
	margin-bottom: 10px;
	position: relative;
}
.single .article-header .cat {
	margin-bottom: 15px;
}
.single .article-header .cat a,
.single .article-header .cat span {
	color: #fff;
	background-color: #f58282;
	font-size: 9px;
	display: inline-block;
	line-height: 1;
	padding: 8px 15px 8px;
	border-radius: 30px;
}
.single .article-header .cat a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single .article-info {
	font-size: 12px;
	color: #888;
	overflow: hidden;
	padding-bottom: 0;
}
.single .article-info .date {
	position: relative;
	top: 10px;
}
.single .article-info .date i {
	font-size: 16px;
	color: #999;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.single .article-info .author {
	display: inline-block;
	margin-left: 12px;
	float: right;
	position: relative;
	top: -12px;
}
.single .article-info .author img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 13px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.local-term-info-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 2px 0 2px 5px;
}
.local-term-info .material-icons {
	color: #f58282;
	font-size: 18px;
	width: 18px;
}
.local-term-info .term-list {
	width: calc(100% - 20px);
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.local-term-info .term-list > li {
	margin: 2.5px 5px 2.5px 0;
}
.local-term-info .term-list > li:last-child {
	margin-right: 0;
}
.local-term-info .term-list > li > span,
.local-term-info .term-list > li > a {
	line-height: 1;
	font-size: 10px;
	border-radius: 5px;
	display: block;
	padding: 8px 10px;
	color: #555;
	background-color: #eee;
}
.local-term-info .term-list > li > a:hover {
	background-color: #ccc;
	text-decoration: none;
}
.single .post-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
.single .post-tag .material-icons {
	display: block;
	color: #888;
	font-size: 22px;
	width: 30px;
	margin-bottom: 4px;
}
.single .post-tag-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 30px);
	align-items: center;
}
.single .post-tag-list > li {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0;
}
.single .post-tag-list > li:last-child {
	margin-right: 0;
	margin-bottom: 4px;
}
.single .post-tag-list > li:before {
	display: none;
}
.single .post-tag-list a {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	color: #666;
	background-color: #e5e5e5;
	border-radius: 50px;
	letter-spacing: 0.5px;
}
.single .post-tag-list a:hover {
	color: #555;
	background-color: #ccc;
	text-decoration: none;
}

/*----------------------------------------------------
	交換日記 single-dialy 
----------------------------------------------------*/
.article--dialy {
	padding: 15px 12.5px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
	position: relative;
}
.single-dialy .article__type-box h2 {
	margin: 40px 0 15px;
	padding: 0;
	color: #f58282;
	font-size: 18px;
	font-weight: normal;
	border: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-dialy .article__type-box h2 .material-icons {
	width: 30px;
	font-size: 30px;
	position: relative;
	margin-right: 5px;
	display: block;
	text-align: center;
	color: #febbbb;
	-webkit-text-stroke: 2px #f58282;
	text-stroke: 2px #f58282;
}
.single-dialy .article__type-box h2 .material-icons.icon--s {
	width: 26px;
	font-size: 26px;
	margin-right: 9px;
}
.aside--dialy {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #eee;
}
.single-dialy .article__type-box .aside--dialy h2 {
	margin-top: 0;
}
.single-dialy .dialy-comment-list-item {
	background-color: #FFFCF2;
	border: none;
}
.single-dialy .reply-to-list-item {
	background-color: #fff;
}
.dialy-follow-pr {
	display: block;
	margin: 45px 10px 0;
	padding: 7px 0px;
	line-height: 1.4;
	font-size: 10.5px;
	background-color: #fffded;
	text-align: center;
	letter-spacing: 0;
}
.article__main .reaction-list {
	margin-top: 50px;
}
.aside--dialy .reaction-list {
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0;
}
.single-dialy .post-info {
    margin-bottom: 15px;
}
.single-dialy .sns-bar .sns-list {
	position: static;
	padding: 0;
	margin-bottom: 15px;
}
.single-dialy .sns-bar .sns-list li a {
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(200, 200, 200, 0.3);
	z-index: 1;
	line-height: 1;
}
.single-dialy .sns-bar .sns-list li .icon {
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
}
.single-dialy .sns-bar .sns-list li .icon-room {
	font-size: 20px;
	top: 5.5px;
	left: 6.5px;
}
.single-dialy .sns-bar .sns-list li .icon-twitter {
	font-size: 18px;
	top: 6px;
	left: 4.5px;
}
.single-dialy .sns-bar .sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 8px;
	color: #fff;
	z-index: 2;
}
.single-dialy .sns-bar .sns-list li .icon-facebook {
	font-size: 19px;
	top: 7px;
	left: 3px;
}
.single-dialy .sns-bar .sns-list li .icon-line {
	font-size: 18px;
	top: 7px;
	left: 4px;
}
.single-dialy .eyecatch {
	margin-bottom: 30px;
}
.single-dialy .eyecatch img {
	display: block;
}

/*-----------------------------
	article-list-freeshool 
------------------------------*/
.article .article-list.freeschool {
	margin: 0;
}
.article .article-list.freeschool li {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
.article .article-list.freeschool li:before {
	display: none;
}
.article .article-list.freeschool li a {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	border: solid 1px #ddd;
}
.article .article-list.freeschool li a:hover {
	background-color: #eee;
}
.article .article-list.freeschool li .title {
	font-size: 18px;
	font-weight: normal;
	border: none;
	margin-bottom: 18px;
}
.article .article-list.freeschool li .article-info dl {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.6;
	overflow: hidden;
}
.article .article-list.freeschool li .article-info dl dt {
	float: left;
	width: 82px;
	margin-bottom: 0;
	padding: 5px 0 3px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-family: inherit;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	background-color: #69d35f;
}
.article .article-list.freeschool li .article-info dl dd {
	padding-left: 92px;
	padding-top: 2px;
}
.article .article-list.freeschool li .article-box {
	overflow: hidden;
}
.article .article-list.freeschool li .article-box .more {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #69d35f;
	line-height: 1;
	position: relative;
}
.article .article-list.freeschool li .article-box .more:after {
	content: "》";
	padding-left: 5px;
}

/*-----------------------------
	single-local-information
	フリースクール・通信制高校など全国各地の情報共通
------------------------------*/
.article__local-item {
	position: relative;
}
.single-local-information .slider img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.single-local-information .owner_message {
	margin-top: 10px;
}
.single-local-information .article-header {
	position: relative;
	overflow: inherit;
}
.single-local-information .article-pr {
	position: absolute;
	left: 0;
	top: -6px;
	text-align: left;
}
.single-local-information .article-pr .pr-list > li {
	display: inline-block;
	font-size: 10px;
	color: #5E4310;
	background-color: #FFCD6B;
	margin: 0;
	padding: 5px 8px 5px 10px;
	line-height: 1;
	border-radius: 6px;
}
.single-local-information h1 {
	font-size: 18px;
	margin: 15px 0 5px;
}
.single-local-information h2 {
	font-size: 22px;
    color: #f58282;
    background: none;
    margin: 35px 0 10px;
    padding: 0;
    line-height: 1.4;
}
.single-local-information h2 i {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -10px;
    margin-right: -10px;
}
.single-local-information-type-information h3 {
	margin: 15px 0;
	padding: 7px 0 8px 20px;
	border: none;
	font-size: 17px;
	color: #4F4F4F;
}
.single-local-information-type-information h3:before {
	position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f58282;
    border-radius: 5px;
}
.single-local-information-type-information .owner_message dt {
	margin-bottom: 20px;
}
.single-local-information-type-information .owner_message dd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.single-local-information-type-information .owner_message .img {
	width: 70px;
}
.single-local-information-type-information .owner_message .img img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
}
.single-local-information-type-information .owner_message .content {
	width: calc(100% - 70px);
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 13px;
}
.single-local-information .page-type-list {
	margin: 35px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-local-information .page-type-list:before {
	position: absolute;
	content: "";
	width: calc(100% + 60px);
	height: 7px;
	background-color: #FFCD6B;
	left: -30px;
	top: 100%;
}
.single-local-information .page-type-list > li {
	width: 32%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 0 0;
}
.single-local-information .page-type-list > li:before {
	display: none;
}
.single-local-information .page-type-list > li a {
	display: block;
	padding: 8px 0 6px;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	color: #5E4310;
	background-color: #F2E5CC;
}
.single-local-information .page-type-list > li:first-child a {
	padding-top: 15px;
}
.single-local-information .page-type-list > li a .num {
	display: block;
	font-size: 10px;
}
.single-local-information .page-type-list > li > a:hover {
	text-decoration: none;
	color: #f58282;
}
.single-local-information .page-type-list > li a.current {
	background-color: #FFCD6B;
}
.single-local-information .article-info .info-list {
	margin-bottom: 15px;
}
.single-local-information .local-item-num-list {
	margin: 0;
	counter-reset: number;
}
.single-local-information .local-item-num-list li {
	margin: 0 0 20px;
	padding: 10px 20px 25px;
	background-color: #fffdf0;
}
.single-local-information .local-item-num-list li:before {
	visibility: hidden;
}
.single-local-information .local-item-num-list li p:last-of-type {
	margin-bottom: 0;
}
.single-local-information .local-item-num-list h3 {
	margin: 15px 0 15px;
	padding: 0px 0 8px 35px;
	border-bottom: dashed 1px #f58282;
	font-size: 17px;
	color: #4F4F4F;
}
.single-local-information .local-item-num-list h3:before {
	display: inline-block;
	color: #f58282;
	counter-increment: number;
	content: counter(number);
	margin-right: 0px;
	font-size: 38px;
	position: absolute;
	bottom: 0;
	left: 0px;
	height: auto;
	background: none;
}
.single-local-information .more-btn {
	margin-top: 30px;
	text-align: center;
}
.single-local-information .more-btn a {
	display: block;
    margin: 0 0 10px;
    padding: 20px 0 20px 15px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
.single-local-information .more-btn a:last-of-type {
	margin-bottom: 0;
}
.single-local-information .more-btn a.panflet {
	color: #4f4f4f;
	background-color: #FFCD6B;
}
.single-local-information .more-btn a.comment {
	color: #fff;
	background-color: #629CEA;
}
.single-local-information .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single-local-information .more-btn a i {
	position: absolute;
    display: block;
    top: 7px;
    left: 18px;
}
.single-local-information .modal_content h3 {
	margin: 0 0 6px;
}

/*-----------------------------
	single-tsushin_school
	通信制高校
------------------------------*/
.tsushin_school-list > li a {
	display: block;
}
.tsushin_school-list > li .title {
	margin-bottom: 15px;
	font-size: 16px;
}
.tsushin_school-list > li .article-info {
	margin-bottom: 8px;
}
.single-tsushin_school h1 {
	margin-bottom: 10px;
}
.single-tsushin_school .border-table__type2 {
	margin: 0;
}
.single-tsushin_school .border-table__type2 ul {
	margin: 0;
}
.single-tsushin_school .border-table__type2.course tr {
	margin-bottom: 20px;
	display: block;
}
.single-tsushin_school .border-table__type2.course th,
.single-tsushin_school .border-table__type2.course td {
	padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
	margin-top: -1px;
    margin-bottom: -1px;
}
.single-tsushin_school .border-table__type3 {
	margin-bottom: 20px;
}
.single-tsushin_school .border-table__type3:last-of-type {
	margin-bottom: 0;
}
.single-tsushin_school .border-table ul {
	margin: 0;
	padding: 0;
}
.single-tsushin_school .border-table ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.single-tsushin_school .border-table ul li:before {
	display: none;
}
.single-tsushin_school .border-table ul li:after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
.single-tsushin_school .border-table ul li:last-child:after {
	display: none;
}

/*-----------------------------
	sns-bar SNS
------------------------------*/
.sns-bar .sns-list {
	margin: 0 0 5px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	top: -23px;
}
.sns-bar .sns-list li {
	float: left;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 0;
	padding: 0;
}
.sns-bar .sns-list li:last-child {
	margin-right: 0;
}
.sns-bar .sns-list li:before {
	display: none;
}
.sns-bar .sns-list li a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18);
	z-index: 1;
}
.sns-bar .sns-list li .icon {
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
}
.sns-bar .sns-list li .icon-twitter {
	top: 7px;
	left: 7px;
	font-size: 19px;
}
.sns-bar .sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 12px;
	color: #fff;
	z-index: 2;
}
.sns-bar .sns-list li .icon-facebook {
	top: 6px;
	left: 7px;
	font-size: 20px;
}
.sns-bar .sns-list li .icon-line {
	top: 7px;
	left: 7px;
	font-size: 19px;
}
.sns-bar .sns-list li.twitter a {
	background-color: #000;
}
.sns-bar .sns-list li.twitter a:hover {
	background-color: #333;
}
.sns-bar .sns-list li.facebook a {
	background-color: #3b5998;
}
.sns-bar .sns-list li.facebook a:hover {
	background-color: #2c4373;
}
.sns-bar .sns-list li.line a {
	background-color: #25af00;
}
.sns-bar .sns-list li.line a:hover {
	background-color: #219900;
}
.sns-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
	align-items: center;
}
.sns-bottom .sns-bar {

}
.sns-bottom .sns-bar .sns-list {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	top: auto;
}

/*-----------------------------
	著者情報 author-info
------------------------------*/
.article-author-info {
	margin-top: 25px;
    padding: 15px 20px 20px;
    background-color: #FFF7E3;
    border-radius: 8px;
    box-shadow: 0px 0px 4px #ffc7a3;
}
.article-author-info dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.article-author-info dt i {
	position: relative;
	display: inline-block;
	top: 10px;
	margin-right: 6px;
}
.article-author-info dd {
	overflow: hidden;
}
.article-author-info .img {
	width: 60px;
	float: left;
}
.article-author-info .img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border: 2px solid #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.article-author-info .content {
	padding-left: 75px;
}
.article-author-info .name {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.article-author-info .profile {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 1.7;
}
.article-author-info .more-btn {
	text-align: center;
}
.article-author-info .more-btn a {
	display: inline-block;
	line-height: 1;
	margin: 0 1.5%;
	padding: 8px 0 10px;
	width: 47%;
	max-width: 150px;
	border-radius: 30px;
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	background-color: #f58282;
	box-shadow: 0px 0px 15px rgba(245, 130, 130, 0.32);
}
.article-author-info .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*-----------------------------
	コラム用コメント article-comment
------------------------------*/
.article-comment {
	margin-top: 40px;
}
.article-comment h4 {
	font-size: 22px;
	font-weight: normal;
    color: #f58282;
    background: none;
    margin: 35px 0 10px;
    padding: 0;
    line-height: 1.4;
}
.article-comment h4 i {
	position: relative;
    top: 2px;
    left: -8px;
    margin-right: -5px;
    vertical-align: middle;
}
.single .article-comment .comment-reply-title {
	margin: 0 0 6px;
}
.article-comment .comment-date {
	top: 25px;
	right: 0;
}
.article-comment .comments-list li {
	padding-top: 25px;
}
.article-comment .modal_btn {
	margin-top: 30px;
}

/*-----------------------------
	関連記事/関連トピック related-posts
------------------------------*/
.article-related-posts {
	margin-top: 50px;
}
.article-related-posts h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.article-related-posts h4 i {
	position: relative;
	display: inline-block;
    top: 8px;
    margin-right: 8px;
    width: 22px;
}
.related-posts-list {
	margin: 0;
	padding: 0;
}
.related-posts-list li {
	margin: 0;
	padding: 0;
	background: none;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.related-posts-list li:before {
	display: none;
}
.related-posts-list li:last-child {
	margin-bottom: 0;
}
.related-posts-list li a:hover {
	text-decoration: none;
}
.related-posts-list li .table-cell {
	vertical-align: middle;
}
.related-posts-list .img {
	width: 100px;
	padding-right: 10px;
}
.related-posts-list .img img {
	height: calc(100px * 2 / 3);
	object-fit: cover;
	display: block;
	border-radius: 6px;
}
.related-posts-list .content {
}
.related-posts-list .content .title {
	font-size: 13px;
	margin: 0;
	padding: 0px;
	border: none;
	line-height: 1.55;
	color: #333;
}
.related-posts-list a:hover .content .title {
	color: #f58282;
}
.related-posts .btn {
	margin: 20px 0 0;
}
.related-topics-list {
}
.related-topics-list > li {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: none;
}
.related-topics-list > li:first-child {
	border-top: none;
}
.related-topics-list > li:after {
	display: none;
}
.related-topics-list > li a {
	display: block;
	padding: 15px;
	background: #FFF7E3;
	border-radius: 10px;
	overflow: hidden;
}
.related-topics-list > li a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 10px #f58282;
}
.related-topics-list > li .topic-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.related-topics-list > li .img {
	width: 60px;
	height: 60px;
	margin-right: 0;
	padding-right: 0;
}
.related-topics-list > li .img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1.5px solid #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.related-topics-list > li .content {
	padding-left: 12px;
	box-sizing: border-box;
	width: calc(100% - 60px);
}
.related-topics-list > li .content .title {
	font-size: 15px;
	font-weight: normal;
	color: #534624;
	margin-bottom: 0;
}

/*-----------------------------
	ページネーション pagenation
------------------------------*/
.pagination {
	margin-top: 10px;
	margin-bottom: 15px;
}
.pagination-text {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.pagination-link {
	text-align: center;
}
.pagination-link-list,
.article .pagination-link-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.pagination-link-list > li,
.article .pagination-link-list > li {
	margin: 0 5px;
	padding: 0;
}
.article .pagination-link-list > li:before {
	display: none;
}
.pagination-link-list > li a,
.pagination-link-list > li .current {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 12px 15px;
	border-radius: 5px;
}
.pagination-link-list > li a {
	color: #888;
	background-color: #fff;
	box-shadow: 0 0 1px #999;
}
.pagination-link-list > li .current,
.pagination-link-list > li a:hover {
	color: #fff;
	background-color: #f58282;
	text-decoration: none;
}

/*-----------------------------
	stepbar ステップ
------------------------------*/
.stepbar,
.article .stepbar {
	margin: 25px 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.stepbar > li,
.article .stepbar > li {
	position: relative;
	margin: 0;
	padding: 30px 0 0;
}
.stepbar > li:before,
.article .stepbar > li:before {
	position: absolute;
	content: "";
	background-color: #fecccc;
	width: 100%;
	height: 1px;
	top: 5px;
	left: calc(-100% + 5px);
	border-radius: 0;
	z-index: 1;
}
.stepbar > li:first-child:before {
	display: none;
}
.stepbar > li:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fecccc;
	top: 0;
	left: 0;
	z-index: 2;
}
.stepbar > li label {
	display: block;
	font-size: 10px;
	letter-spacing: 0.5px;
	color: #fecccc;
	font-weight: bold;
}
.stepbar > li.current:before,
.stepbar > li.current:after {
	background-color: #F58282;
}
.stepbar > li.current label {
	color: #F58282;
}
.stepbar__3step > li {
	width: calc(100% / 3 - 1px);
}
.stepbar > li.step3:before {
	background-color: #F58282;
}

/*-----------------------------
	ページTOP page-top
------------------------------*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f58282;
	cursor: pointer;
}
#page-top:hover {
	opacity: 1;
	background-color: #e77;
}
#page-top a {
	position: absolute;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	top: 3px;
	left: 3px;
}
#page-top a:hover {
	text-decoration: none;
}

/*---------------------------------
	固定ページ page
--------------------------------*/
.page h2 {
	font-size: 20px;
	color: #4f4f4f;
	text-align: center;
	margin-bottom: 20px;
}
.page h2.heading__has-material-icon {
	font-size: 19px;
	color: #fff;
	background-color: #f58282;
	font-weight: normal;
	margin: 50px 0 25px;
	padding: 18px 20px 18px;
	line-height: 1.4;
	border-radius: 5px;
}

/*-----------------------------
	page-type-2col 2カラム固定ページ共通
------------------------------*/
.page-type-2col #wrap {
	padding-top: 20px;
}
.page-type-2col h1 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.45;
	display: flex;
	align-items: center;
}

/*-----------------------------
	page-template-no-design 2カラム固定ページ共通
------------------------------*/
.page-template-page-template-no-design h2 {
	margin-top: 40px;
	font-size: 19px;
	line-height: 1.6;
}
.page-template-page-template-no-design h3 {
	margin: 35px 0 15px;
	font-size: 17px;
}

/*---------------------------------
	１カラムページ one-column-page
--------------------------------*/
.one-column-page #main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}
.one-column-page h1 {
	text-align: center;
}
.one-column-page .description {
}

/*---------------------------------
	トップページ home front-page
--------------------------------*/
.home #wrap {
	padding: 0;
}
#main-eyecatch {
}
#main-eyecatch-inner {
	padding: 20px 0 0;
	background: linear-gradient(104.17deg, #FFECEC 7.1%, #FDEFDF 86.68%);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#main-eyecatch-inner:before {
	position: absolute;
	background: url(/wp-content/themes/base/lib/images/page/front-page/eyecatch_flame_sp.webp) no-repeat top 12px center;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-size: contain;
}
#main-eyecatch-inner:after {
	position: absolute;
	background: linear-gradient(360deg, #FFFFFF 55.2%, rgba(255, 255, 255, 0) 110%);
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	left: 0;
	bottom: -40px;
	z-index: 4;
	background-size: contain;
}
#main-eyecatch-inner img {
	display: block;
	position: relative;
	z-index: 3;
}
.main-eyecatch-img {
	width: 300px;
	margin: 0 auto;
	left: 10px;
}
#main-eyecatch h2 {
	margin: 0 15px 10px;
	padding: 0;
}
#main-eyecatch .description {
	position: absolute;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	display: block;
	padding: 25px 20px 30px;
	margin-bottom: 0;
	box-sizing: border-box;
	border-radius: 10px;
	color: #4f4f4f;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(246, 125, 125, 0.3);
	z-index: 5;
	width: 92%;
	left: 4%;
	bottom: -125px;
}
#main-eyecatch .description br {
	display: none;
}
#main-eyecatch .description:before,
#main-eyecatch .description:after {
	background: url(/wp-content/themes/base/lib/images/page/front-page/eyecatch_decoration_sp.png) repeat-x;
	display: block;
	width: 96%;
	height: 6px;
	content: "";
	left: 2%;
	position: absolute;
}
#main-eyecatch .description:before {
	top: 6px;
}
#main-eyecatch .description:after {
	bottom: 6px;
}
#main-eyecatch .description .decoration {
	position: absolute;
	display: inline-block;
	z-index: 6;
}
#main-eyecatch .description .decoration.dec-foot {
	right: -5px;
    bottom: -5px;
    width: 50px;
    transform: rotate(-15deg);
}
#main-eyecatch .description .decoration.dec-signboard {
	right: 45px;
    bottom: -10px;
    width: 40px;
}
#main-eyecatch .description .accent {
	color: #F67D7D;
	font-weight: bold;
}
#menu-area {
	margin-top: 165px;
}
#column-area {
	padding: 30px 0 0;	
}
#bbs-area {
	padding: 35px 0 0;
}
#publish-area {
	padding: 35px 0 0;
}
.home h2.icon span {
	position: relative;
}
.home h2.icon span:before {
	display: inline-block;
	width: 44px;
	height: 44px;
	content: "";
	position: relative;
	left: -10px;
	top: 14px;
	margin-right: -6px;
}
.home h2.icon-column span:before {
	background: url(/wp-content/themes/base/lib/images/common/icon/icon_column.svg) no-repeat;
	background-size: 46px;
}
.home h2.icon-bbs span:before {
	background: url(/wp-content/themes/base/lib/images/common/icon/icon_bbs.svg) no-repeat;
	background-size: 46px;
}
.home h2.icon-dialy span:before {
	background: url(/wp-content/themes/base/lib/images/common/icon/icon_dialy.png) no-repeat;
	background-size: 46px;
	top: 12px;
}
.home h2.icon-interview span:before {
	background: url(/wp-content/themes/base/lib/images/common/icon/icon_interview.png) no-repeat;
	top: 12px;
	left: -12px;
	background-size: 52px;
}
.home h2.icon-info span:before {
	background: url(/wp-content/themes/base/lib/images/common/icon/icon_star.svg) no-repeat;
	top: 18px;
	left: -20px;
	margin-right: -20px;
	background-size: 52px;
	width: 52px;
	height: 52px;
}
.home h2.icon-info {
	margin-bottom: 15px;
}
.home h2.icon-menu .hamburger {
	position: relative;
	top: 8px;
	right: auto;
	display: inline-block;
	width: 35px;
	height: 32px;
}
.home h2.icon-menu .hamburger__line {
	right: auto;
	left: 0;
	width: 30px;
}
.home h2.icon-menu .hamburger__line--1 {
	top: 5px;
}
.home h2.icon-menu .hamburger__line--2 {
	top: 14px;
}
.home h2.icon-menu .hamburger__line--3 {
	top: 23px;
}
.home .btn {
	margin-top: 30px;
	margin-bottom: 0;
}
.home .btn__bbs {
	margin-top: 15px;
}
.home .btn a {
    padding: 22px 60px 22px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    background: #F58282;
    box-shadow: 0px 0px 15px rgba(245, 130, 130, 0.32);
}
.menu-box-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-box-list-item {
	width: 49%;
	margin-bottom: 2%;
}
.menu-box-list-item:nth-child(3),
.menu-box-list-item:nth-child(4) {
	margin-bottom: 0;
}
.menu-box-list-item > a {
	display: block;
	border: solid 2px #eee;
	border-radius: 8px;
	padding: 5px 5px 15px;
}
.menu-box-list-item__img {
	display: block;
	margin: 0 auto -6px;
	width: 80px;
}
.menu-box-list-item__title {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #333;
}
.section-front-page .tab-area .tab-nav {
	margin: 15px 0px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-front-page .tab-area .tab-nav > a {
    width: 32%;
    box-sizing: border-box;
    padding: 5px 0 12px;
    text-align: center;
    position: relative;
    color: #4f4f4f;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    display: grid;
    align-items: center;
    letter-spacing: 0;
}
#tab-area__front-dialy .tab-nav > a {
	width: 49%;
	margin-right: 2%;
}
#tab-area__front-dialy .tab-nav > a:last-child {
	margin-right: 0;
}
.section-front-page .tab-area .tab-nav > a:hover {
	color: #F58282;
	text-decoration: none;
}
.section-front-page .tab-area .tab-nav > a:before {
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background-color: #E6E6E6;
	border-radius: 8px;
	left: 0;
	bottom: 0;
}
.section-front-page .tab-area .tab-nav > a.current {
	color: #F58282;
}
.section-front-page .tab-area .tab-nav > a.current:before {
	background-color: #F58282;
}
.tab-area .tab-contents > div {
    display: none;
}
.tab-area .tab-contents > div:first-child {
    display: block;
}
#bbs-area .topic-list {
}
#bbs-area .topic-list > li {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: none;
}
#bbs-area .topic-list > li:first-child {
	border-top: none;
}
#bbs-area .topic-list > li:after {
	display: none;
}
#bbs-area .topic-list > li a {
	display: block;
	padding: 15px;
	background: #FFF7E3;
	border-radius: 10px;
	overflow: hidden;
}
#bbs-area .topic-list > li a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 10px #f58282;
}
#bbs-area .topic-list > li .topic-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
#bbs-area .topic-list > li .img {
	width: 60px;
	height: 60px;
	margin-right: 0;
}
#bbs-area .topic-list > li .img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1.5px solid #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
#bbs-area .topic-list > li .content {
	padding-left: 12px;
	box-sizing: border-box;
	width: calc(100% - 60px);
}
#bbs-area .topic-list > li .content .title {
	font-size: 15px;
	font-weight: normal;
	color: #534624;
	margin-bottom: 0;
}
#info-area {
	padding: 30px 0 0;
}
#info-area .info-list {
	margin: 0;
}
#info-area .info-list li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
#info-area .info-list li a {
	display: block;
	padding: 10px 15px 15px;
	color: #4f4f4f;
	text-align: center;
	line-height: 2.2;
}
#info-area .info-list li a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}
#info-area .info-list li .date {
	color: #f58282;
	display: block;
	font-size: 12px;
}
#info-area .info-list li .title {
	line-height: 1.5;
	display: block;
}

/*--------------------------------
	未来地図について page-about
--------------------------------*/
.page-about {

}
.page-about #introduction-area {
	background-color: #fffdf0;
	padding: 50px 0 55px;
	text-align: center;
}
.page-about #introduction-area img {
	display: inline-block;
	width: 280px;
	border-radius: 80px;
	margin-bottom: 20px;
}
.page-about #introduction-area .copy {
	text-align: center;
	font-size: 22px;
	color: #F58282;
	margin: 0 30px 30px;
	line-height: 1.75;
}
.page-about #introduction-area .copy br {
	display: none;
}
.page-about #introduction-area .description {
	padding: 0 15px;
	line-height: 2;
	margin-bottom: 0;
}
.page-about #service-area {
	margin: 50px 0 0;	
}
.page-about #service-area h2 {
	color: #F58282;
	margin-bottom: 30px;
}
.page-about .service-list {
	margin: 0;
	padding: 0;
}
.page-about .service-list li {
	overflow: hidden;
	margin: 0 0 45px;
	padding: 0;
}
.page-about .service-list li:last-child {
	margin-bottom: 0;
}
.page-about .service-list li:before {
	display: none;
}
.page-about .service-list li .img {
	text-align: center;
	width: 110px;
	height: 110px;
	margin: 0 auto 25px;
	box-sizing: border-box;
	border-radius: 50%;
	padding-left: 2px;
    padding-top: 21px;
    position: relative;
    z-index: 2;
}
.page-about .service-list li .img img {
	width: 70px;
}
.page-about .service-list li .img:after {
	position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: -15px;
    border-radius: 50%;
    z-index: 1;
}
.page-about .service-list li.knowledge .img {
	background: linear-gradient(140.57deg, #F69B9B 14.03%, rgba(246, 155, 155, 0) 160.69%);	
}
.page-about .service-list li.knowledge .img:after {
	background: linear-gradient(140.57deg, rgba(246, 155, 155, 0.21) 14.03%, rgba(246, 155, 155, 0) 160.69%);
}
.page-about .service-list li.column .img {
	background: linear-gradient(140.57deg, #88B6F5 14.03%, rgba(98, 156, 234, 0) 160.69%);
}
.page-about .service-list li.column .img:after {
	background: linear-gradient(140.57deg, rgba(136, 182, 245, 0.21) 14.03%, rgba(136, 182, 245, 0) 160.69%);
}
.page-about .service-list li.bbs .img {
	background: linear-gradient(140.57deg, #84D0A4 14.03%, rgba(102, 192, 140, 0) 160.69%);
}
.page-about .service-list li.bbs .img:after {
	background: linear-gradient(140.57deg, rgba(132, 208, 164, 0.21) 14.03%, rgba(132, 208, 164, 0) 160.69%);
}
.page-about .service-list li.book .img {
	background: linear-gradient(140.57deg, #f3a5d3  14.03%, rgba(102, 192, 140, 0) 160.69%);
}
.page-about .service-list li.book .img:after {
	background: linear-gradient(140.57deg, rgba(246, 155, 155, 0.21) 14.03%, rgba(246, 155, 155, 0) 160.69%);
}
.page-about .service-list li.soudan .img {
	background: linear-gradient(140.57deg, #A9A8F7 14.03%, rgba(148, 146, 245, 0) 160.69%);
}
.page-about .service-list li.soudan .img:after {
	background: linear-gradient(140.57deg, rgba(169, 168, 247, 0.21) 14.03%, rgba(169, 168, 247, 0) 160.69%);
}
.page-about .service-list li.miraicafe .img {
	background: linear-gradient(140.57deg, #8edd62  14.03%, rgba(148, 146, 245, 0) 160.69%);
}
.page-about .service-list li.miraicafe .img:after {
	background: linear-gradient(140.57deg, rgba(132, 208, 164, 0.21) 14.03%, rgba(132, 208, 164, 0) 160.69%);
}
.page-about .service-list li.parent-meeting .img {
	background: linear-gradient(140.57deg, #FFCF71 14.03%, rgba(251, 185, 56, 0) 160.69%);
}
.page-about .service-list li.parent-meeting .img:after {
	background: linear-gradient(140.57deg, rgba(255, 207, 113, 0.21) 14.03%, rgba(255, 207, 113, 0) 160.69%);
}
.page-about .service-list li.freeschool .img {
	background: linear-gradient(140.57deg, #73C5DF 14.03%, rgba(77, 198, 236, 0) 160.69%);
}
.page-about .service-list li.freeschool .img:after {
	background: linear-gradient(140.57deg, rgba(115, 197, 223, 0.21) 14.03%, rgba(115, 197, 223, 0) 160.69%);
}
.page-about .service-list li.tsushin-school .img {
	background: linear-gradient(140.57deg, #F8A896 14.03%, rgba(245, 151, 130, 0) 160.69%);
}
.page-about .service-list li.tsushin-school .img:after {
	background: linear-gradient(140.57deg, rgba(248, 168, 150, 0.21) 14.03%, rgba(248, 168, 150, 0) 160.69%);
}
.page-about .service-list li .content {
	padding: 0 15px;
}
.page-about .service-list li .content h3 {
	font-size: 19px;
	color: #4F4F4F;
	margin-bottom: 16px;
	text-align: center;
}
.page-about .service-list li .content p {
	line-height: 1.75;
	margin-bottom: 20px;
}
.page-about .service-list li .content .more {
	display: block;
	color: #4F4F4F;
	background-color: #FFCD6B;
	padding: 9px 0 10px;
	text-align: center;
	border-radius: 8px;
	font-size: 15px;
}
.page-about .service-list li .content .more:hover {
	text-decoration: none;
	opacity: 0.7;
}
.page-about .service-list li .content .more:nth-of-type(2) {
	margin-top: 10px;
}

/*--------------------------------
	会社情報 page-group
--------------------------------*/
.page-group .page-content {
	margin: 35px 0 0;
}
.group-table {
	width: 100%;
	box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.group-table tr {
	border: none;
}
.group-table th,
.group-table td {
	padding: 15px 10px;
	line-height: 1.5;
	border: none;
	box-sizing: border-box;
}
.group-table th {
	background-color: #f58282;
	color: #fff;
	width: 6em;
}
.group-table td {
	background-color: #fff;
	box-shadow: 1px 1px 5px #eee;
}
.group-table ul {
	margin: 0;
}
.page-group .group-table ul li {
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.7;
}
.page-group .group-table ul li:last-child {
	margin-bottom: 0;
}
.page-group .group-table ul li:before {
	display: none;
}

/*--------------------------------
	スタッフ紹介 page-staff
--------------------------------*/
.page-staff {
		
}
.page-staff h2 {
	color: #f58282;
	margin-top: 40px;
	margin-bottom: 20px;
}
.page-staff .staff-list {
	margin: 0;
	padding: 0;
}
.page-staff .staff-list li {
	margin-bottom: 35px;
	padding: 0;
	box-sizing: border-box;
}
.page-staff .staff-list li:before {
	display: none;
}
.page-staff .staff-list li .img {
	text-align: center;
	margin-bottom: 15px;
}
.page-staff .staff-list li .img img {
	width: 120px;
	height: 120px;
	display: inline-block;
	object-fit: cover;
	border-radius: 50%;
	border: solid 3px #fff;
	box-shadow: 2px 2px 4px #eee;
}
.page-staff .staff-list li .content .name {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.page-staff .staff-list li .content .profile {
	line-height: 2.0;
	font-size: 14px;
	margin-bottom: 20px;
}
.page-staff .staff-list li .content .more-btn {
	text-align: center;
}
.page-staff .staff-list li .content .more-btn a {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
    font-size: 13px;
    border: solid 1.5px #f58282;
}
.page-staff .staff-list li .content .more-btn a:hover {
	color: #fff;
	background-color: #f58282;
	text-decoration: none;
}

/*--------------------------------
	サポーター紹介 page-supporter
--------------------------------*/
.page-supporter {

}
.page-supporter .message-list {
	margin: 45px 0 0;
}
.page-supporter .message-list li {
	margin: 0 0 15px;
	padding: 0 0 30px;
	box-sizing: border-box;
}
.page-supporter .message-list li:before {
	display: none;
}
.page-supporter .message-list li:last-child {
	margin-bottom: 0;
}
.page-supporter .message-list-item {
	padding: 30px;
	box-shadow: 1px 1px 5px #ddd;
	border-radius: 10px;
}
.message-list-item .message-header {
	overflow: hidden;
	margin-bottom: 20px;
}
.message-list-item .message-header .img {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	float: left;
	position: relative;
	background-color: #FFE4E4;
}
.message-list-item .message-header .img img {
	
}
.message-list-item .message-header .author {
	padding-left: 75px;
}
.message-list-item .message-header .author .name {
	margin-top: 5px;
	margin-bottom: 6px;
}
.message-list-item .message-header .author .type {
	font-size: 12px;
	color: #e18682;
	margin-bottom: 0;
}
.message-list-item .message-content p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.8;
}
.message-list-item .message-content p:last-of-type {
	margin-bottom: 0;
}

/*--------------------------------
	サポーター募集 page-join-supporter
--------------------------------*/
.page-join-supporter {
		
}
.page-join-supporter h2 {
	color: #f58282;
	margin-top: 50px;
	line-height: 1.5;
}
.page-join-supporter .description {
	text-align: center;
	margin-bottom: 35px;
}
.page-join-supporter .lead {
}
.page-join-supporter .support {

}
.page-join-supporter .support-list {
	margin: 0 20px 30px;
}
.page-join-supporter .support-list li {
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.page-join-supporter .support-list li:before {
	display: none;
}
.page-join-supporter .support-list li:last-child {
	margin-bottom: 0;
}
.page-join-supporter .support-list-item {
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.page-join-supporter .support-list-item:before {
	position: absolute;
	width: 148px;
	height: 146px;
	display: block;
	content: "";
	background: linear-gradient(142.36deg, #F58282 36.73%, rgba(245, 130, 130, 0) 122.16%);
	top: -73px;
	left:-74px;
	border-radius: 50%;
}
.page-join-supporter .support-list-item .num {
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	top: 12px;
	left: 20px;
}
.page-join-supporter .support-list-item .img {
	text-align: center;
}
.page-join-supporter .support-list-item .img img {
	display: inline-block;
}
.page-join-supporter .support-list-item h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 18px;
	text-align: center;
}
.page-join-supporter .support-list-item h4 {
	display: inline-block;
	color: #4F4F4F;
	background-color: #E0E0E0;
	font-size: 13px;
	padding: 4px 16px;
	margin: 20px 0 10px;
	border-radius: 8px;
}
.page-join-supporter .support-list-item p {
	margin: 0;
	font-size: 14px;
}
.page-join-supporter .support-list-item .more-btn {
	text-align: center;
	display: block;
	margin-top: 20px;
	padding: 0;
	box-sizing: border-box;
}
.page-join-supporter .support-list-item .more-btn a {
	display: block;
	padding: 10px 0;
	color: #444;
	background-color: #FFCD6B;
	border-radius: 5px;
}
.page-join-supporter .support-list-item .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.page-join-supporter .return-list {
	margin: 0 0 30px;
}
.page-join-supporter .return-list li {
	margin: 0 0 40px;
	padding: 30px;
	border: 3px solid #FBA8A8;
	border-radius: 10px;
	position: relative;
}
.page-join-supporter .return-list li:before {
	display: none;
}
.page-join-supporter .return-list li .num {
	position: absolute;
	display: inline-block;
	font-size: 20px;
	color: #F58282;
	background-color: #fff;
	padding: 10px 15px 10px 22px;
    top: -27px;
	left: 30px;
}
.page-join-supporter .return-list-item {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.page-join-supporter .return-list-item .img {
	margin-top: 25px;
}
.page-join-supporter .return-list-item .img img {
	height: 180px;
	object-fit: cover;
}
.page-join-supporter .return-list-item .content {
}
.page-join-supporter .return-list-item h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.6;
}
.page-join-supporter .return-list-item p {
	margin-bottom: 0;
	line-height: 1.65;
}
.page-join-supporter .wpcf7 {
	margin: 0;
}
/* マイページ用  */
.page-mypage h1 {
	display: block;
}
.page-mypage.page-join-supporter h2 {
	margin-top: 45px;
}
.page-mypage.page-join-supporter .return-list {
}
.page-mypage.page-join-supporter .return-list li .num {
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 5px;
}
.page-mypage.page-join-supporter .return-list-item h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.page-mypage.page-join-supporter .return-list-item p {
	font-size: 13px;
}
.page-mypage.page-join-supporter .subscription-donation-box {
	margin: 0 auto;
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFF7E3;
	border-radius: 10px;
}
.page-mypage.page-join-supporter .subscription-donation-box dt {
	margin-bottom: 25px;
	color: #662222;
}
.staff-reward h2 {
	color: #f58282;
}
.staff-reward h3 {
	margin-top: 25px;
	font-weight: bold;
	text-align: center;
}
.staff-reward-box {
	margin-bottom: 50px;
	padding: 30px;
	background-color: #FFFBF0;
	text-align: center;
}
.staff-reward-box dt {
	color: #662222;
	font-weight: bold;
}
.staff-reward-box dd {

}

/*--------------------------------
	サポート方法 page-detail
--------------------------------*/
.page-detail {
		
}
.page-detail h2 {
	color: #f58282;
	margin-top: 50px;
	line-height: 1.5;
}
.page-detail h3 {
	margin: 15px 0;
    padding: 7px 0 8px 20px;
    border: none;
    font-size: 18px;
    color: #4F4F4F;
	position: relative;
}
.page-detail h3:before {
	position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f58282;
    border-radius: 5px;
}

/*--------------------------------
	スタッフプロフィール staff-profile-page
--------------------------------*/
.staff-profile-page #main {
	margin: 0;
}
.staff-profile-page h1 {
	display: block;
	text-align: center;
}
.staff-profile-page h2 {
	font-size: 22px;
	color: #F58282;
	margin-bottom: 25px;
}
.staff-profile-page h2 i {
	position: relative;
	top: 20px;
	left: -5px;
}
.staff-profile-page .profile-header {
	margin-bottom: 45px;
}
.staff-profile-page .profile-header .img,
.staff-profile-page .profile-header .content {
}
.staff-profile-page .profile-header .img {
	width: 120px;
	margin: 0 auto 20px;
}
.staff-profile-page .profile-header .content {
}
.staff-profile-page .profile-header .img img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	border: solid 3px #fff;
    box-shadow: 2px 2px 4px #eee;
}
.staff-profile-page .profile-main {
}
.profile-basic-info-list {
	text-align: center;
}
.profile-basic-info-list li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.profile-basic-info-list li i {
	position: absolute;
	top: -6px;
	left: -8px;
}
.profile-basic-info-list li p {
	padding-left: 26px;
	margin-bottom: 0;
	line-height: 1.6;
}
.profile-basic-info-list li:last-child {
	margin-right: 0;
}
.staff-profile-page .insert-post {
	border: none;
}
.staff-profile-page .insert-post {
	margin-bottom: 25px;
}
.staff-profile-page .insert-post a {
	padding: 0;
}
.staff-profile-page .insert-post a:hover {
	background: none;
}
.staff-profile-page .insert-post .img,
.staff-profile-page .insert-post .text {
}
.staff-profile-page .insert-post .img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
}
.staff-profile-page .insert-post .img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 6px;
}
.staff-profile-page .insert-post .text {
	padding-left: 0;
}
.staff-profile-page .insert-post .text .title {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0;
}
.staff-profile-page .insert-post a:hover .text .title,
.staff-profile-page .insert-post a:hover .text .content {
	color: #F58282;
}
.staff-profile-page .sns-list {
	margin-top: 15px;
	text-align: center;
}
.staff-profile-page .sns-list li {
	display: inline-block;
	margin-right: 5px;
}
.staff-profile-page .sns-list li:last-child {
	margin-right: 0;
}
.staff-profile-page .sns-list li a {
	position: relative;
	font-size: 20px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
}
.staff-profile-page .sns-list li.twitter a {
	background-color: #000;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18);
}
.staff-profile-page .sns-list li.facebook a {
	background-color: #3B5998;
	box-shadow: 0px 2px 6px rgba(59, 89, 152, 0.3);
}
.staff-profile-page .sns-list li .icon {
	position: relative;
    left: 1px;
    top: 1px;
}
.staff-profile-page .sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 12px;
	top: 12px;
	color: #fff;
}
.staff-profile-page .article-list li .content {
	padding-bottom: 12px;
}

/*---------------------------------
	お問い合わせページ page-contact
--------------------------------*/
.page-contact .page-content .caution {
	font-size: 13px;
	margin-bottom: 25px;
}
.page-contact .page-content h2 {
	color: #f58282;
}
.page-contact .qa-list {
	margin-left: 0;
}
.page-contact .qa-list > li {
	padding-left: 0;
}
.page-contact .qa-list > li:before {
	display: none;
}
.qa-list .toggle-btn {
	padding: 10px 40px 10px 15px;
	color: #333;
	font-size: 15px;
	width: 100%;
	text-align: left;
	background: #fff;
	border: none;
	border-radius: 6px;
}
.qa-list .toggle-btn:before {
	left: auto;
	right: 10px;
}
.qa-list .toggle-content p:last-of-type {
	margin-bottom: 0
}

/*---------------------------------
	支払いページ page-payment
--------------------------------*/
.page-payment .page-content {
}
.page-payment .page-content h1 {
	font-size: 22px;
}
.page-payment .page-content h2 {
	color: #f58282;
	margin-top: 40px;
}
.page-payment .payment-item-list {
	margin: 0;
	padding: 0;
	text-align: center;
}
.page-payment .payment-item-list > li {
	margin: 0 0 25px;
	padding: 0;
}
.page-payment .payment-item-list > li:before {
	display: none;
}
.page-payment .payment-item-list .price {

}

/*---------------------------------
	メール相談 Zoom相談 page-mail-soudan 
--------------------------------*/
.page-mail-soudan .page-content {
}
.page-mail-soudan h2,
.page-video-soudan h2 {
    color: #f58282;
    margin-top: 60px;
}
.page-mail-soudan .page-content .description,
.page-video-soudan .page-content .description {
    text-align: center;
}
.page-video-soudan .price {
	margin: 0 0 45px;
	padding: 35px 10px;
	border: none;
	box-shadow: 0 0 5px #ffd557;
	text-align: center;
}
.page-video-soudan .price dt {
}
.page-video-soudan .price dd {
	line-height: 1.5;
}

/*---------------------------------
	メール相談支払いページ page-mail-soudan__payment 
--------------------------------*/

/*---------------------------------
	メール相談支払い完了ページ page-mail-soudan__payment__complete
--------------------------------*/
.page-mail-soudan__payment__complete {

}
.page-mail-soudan__payment__complete .page-content h1 {
	font-size: 22px;
}

/*---------------------------------
	講演会支払い完了ページ page-seminar__payment__complete
--------------------------------*/
.page-seminar__payment__complete {

}
.page-seminar__payment__complete .page-content h1 {
	font-size: 22px;
}

/*---------------------------------
	規約違反ページ page-form-violation
--------------------------------*/
.page-form-violation input[name="violation-topic-title"],
.page-form-violation textarea[name="violation-content"] {
	background-color: #ddd!important;
	border-color: #ccc;
}

/*--------------------------------
	掲載希望申込ページ page-entry-publish
--------------------------------*/
#form-entry-publish {
	margin-top: 20px;
}
.page-entry-publish .page-content h2 {
	font-size: 21px;
	margin-top: 50px;
	color: #f58282;
}
#form-entry-publish h3 {
	padding: 0;
}
#form-entry-publish h3:before {
	display: none;
}
#form-entry-publish h3:first-of-type {
	margin-top: 0;
}
#form-entry-publish .description {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
}
#form-entry-publish textarea[name="publish_url"] {
	height: 8em;
}
#form-entry-publish .checkbox-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	margin-top: 10px;
}
#form-entry-publish .checkbox-item input {
	transform: scale(1.3);
}
#form-entry-publish .checkbox-item span,
#form-entry-publish .checkbox-item label {
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 3px;
}

/*---------------------------------
	未来カフェ申込ページ entry-miraicafe
--------------------------------*/
.page-entry-miraicafe h2 {
	color: #f58282;
	margin-top: 50px;
	line-height: 1.5;
}

/*---------------------------------
	広告掲載ページ page-ads
--------------------------------*/
.page-ads .page-content h2 {
	color: #f58282;
	line-height: 1.5;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.page-ads .page-content ul {
	margin: 0;
}
.page-ads .page-content ul li {
	padding: 0;
}
.page-ads .page-content ul li:before {
	display: none;
}
.table--type2 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.table--type2 tr {
	border-bottom: solid 2px white;
}
.table--type2 tr:last-child {
	border-bottom: none;
}
.table--type2 th {
	vertical-align: middle;
	position: relative;
	width: 100px;
	box-sizing: border-box;
	background-color: #f58282;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
}
.table--type2 th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 6px);
	right: -6px;
	border-left: 6px solid #f58282;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.table--type2 td {
	border: none;
	text-align: left;
	width: calc(100% - 100px);
	box-sizing: border-box;
	background-color: #f6f6f6;
	padding: 15px 10px 15px 20px;
	font-size: 13px;
}
.table-ads {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table-ads tr {
	border-bottom: solid 1px #ddd;
}
.table-ads th {
	padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.table-ads th:first-child {
	width: 70px;
	vertical-align: middle;
}
.table-ads .table-ads__heading-tr th {
	text-align: center;
	padding: 15px 5px;
}
.table-ads tr:not(.table-ads__price-tr) td {
	padding: 15px 5px;
	color: #f58282;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table-ads tr:not(.table-ads__price-tr) .table-ads__td--glay {
	color: #999;
}
.table-ads .table-ads__price-tr td {
	padding: 15px 5px;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
}
#form-entry-ads .checkbox-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
#form-entry-ads .checkbox-item input {
    transform: scale(1.4);
    margin-right: 15px;
}
#form-entry-ads .checkbox-item label {
	margin-bottom: 0;
}

/*---------------------------------
	アンケートフォーム
--------------------------------*/
.form-questionnaire {

}
.form-questionnaire h2:first-of-type,
.form-questionnaire .form-item:first-of-type .h2 {
	margin-top: 15px;
}
.form-questionnaire .form-item .h2 {
	margin-bottom: 15px;
}
.form-questionnaire iframe {
	height: 400px!important;
}
.form-questionnaire .blog-editor {
	display: block!important;
	height: 1px;
	position: absolute!important;
	top: 80px;
	left: 0;
	z-index: -1!important;
}
.form-questionnaire .wp-editor-container .mce-listbox.mce-first {
	display: none!important;
}
.single-questionnaire .media-modal-content h1,
.single-questionnaire .media-modal-content h2 {
	background: none!important;
}

/*---------------------------------
	検索結果ページ search-results
--------------------------------*/
.search-results h1 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.45;
}
.search-results h1 .key {
	color: #F58282;
	font-weight: bold;
}
.search-results #main #searchform {
	margin-bottom: 30px;
	display: flex;
}
.search-results #main #searchform #s {
	font-size: 13px;
	padding: 10px 5px 10px 40px;
	display: inline-block;
	width: 80%;
	box-sizing: border-box;
}
.search-results #main #searchform #searchsubmit {
	font-size: 13px;
	color: #fff;
	padding: 10px;
	background-color: #F58282!important;
	border: solid 2px #F58282;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	width: 20%;
	box-sizing: border-box;
}
.search-results #main #searchform #searchsubmit:hover {
	cursor: pointer;
	opacity: 0.7;
}
.search-results #main #tab-area {
	position: relative;
}
.search-results #main #tab-area:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #F58282;
	border-right: solid 2px #F58282;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	right: 4px;
	margin-top: -3px;
}
.search-results #main .tab-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 93%;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.search-results #main .tab-nav a {
	display: inline-block;
	color: #333;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-right: 2%;
	min-width: 28%;
	color: #333;
	word-break: keep-all;
	text-decoration: none;
}
.search-results #main .tab-nav a.freeschool,
.search-results #main .tab-nav a.tsushin-school {
	min-width: 120px;
}
.search-results #main .tab-nav a:last-of-type {
	margin-right: 0;
}
.search-results #main .tab-nav a:before {
	position: absolute;
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 8px;
    left: 0;
    bottom: 0;
}
.search-results #main .tab-nav a:hover {
	color: #F58282;
	text-decoration: none;
}
.search-results #main .tab-nav a.current:before {
    background-color: #F58282;
}
.search-results #main .tab-contents {
	margin-top: 25px;
}

/*---------------------------------
	全国フリースクール情報 archive-freeschool
--------------------------------*/
.post-type-archive-freeschool {

}
.area-search-box {
	background-color: #FFFBF0;
	padding: 25px 20px 0;
	border-radius: 10px;
	margin-top: 30px;
}
.area-search-box h2 {
	font-size: 20px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}
.area-search-box h2 i {
	position: relative;
    top: 9px;
    margin-right: 8px;
}
.area-table {
	
}
.area-table tr {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #F8EED4;
}
.area-table th,
.area-table td {
	display: block;
	padding: 0;
	font-size: 16px;
}
.area-table th {
	text-align: left;
	color: #836449;
	font-weight: bold;
	margin-bottom: 5px;
}
.area-table td {
}
.area-table td ul li {
	display: inline-block;
	margin-right: 1em;
}
.area-table td ul li:last-child {
	margin-right: 0;
}
.area-table td a {
	color: #555;
}
.area-table td a:hover {
	color: #F58282;
}
.area-table td a .count {
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
	color: #f58282;
}
.area-table__form {
	width: 100%;
	margin-top: 15px;
}
.area-table__form tr {
	padding: 15px 0;
	margin-bottom: 0;
	border-bottom: 2px solid #F8EED4;
}
.area-table__form tr:first-child {
	border-top: 2px solid #F8EED4;
}
.area-table__form th,
.area-table__form td {
	font-size: 15px;
}
.area-table__form th {
	font-weight: normal;
}
.area-table__form td {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.area-table__form .checkbox-wrap {
	width: calc(100% / 3);
	line-height: 2.1;
	position: relative;
}
#area-table-tr__online .checkbox-wrap {
	width: 100%;
}
.area-table__form .checkbox-wrap label {
	font-size: 14px;
	margin-left: 3px;
}
.area-table__form .accordion-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 10px;
	color: #444;
	font-size: 12px;
	background-color: #eee;
	border: none;
	padding: 4px;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
.area-table__form .accordion-btn:after {
	position: absolute;
	content: "＋";
	color: #f58282;
	font-size: 17px;
	top: 0;
	right: 15px;
}
.area-table__form .accordion-btn.open:after {
	content: "－";
}
.area-table__form .accordion-contents {
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.area-table__form .accordion-contents .checkbox-wrap-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.area-table__form .accordion-contents .checkbox-wrap label {
	font-size: 12px;
	letter-spacing: 0;
}

/*---------------------------------
	フォーム form wpcf7
--------------------------------*/
.form {

}
.form__bg-yellow {
	padding: 35px 10px;
	border-radius: 20px;
	background-color: #FFFBF0;
}
.form h3 {
	color: #f58282;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-left: 18px;
	position: relative;
}
.form h3:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	background-color: #f58282;
}
.form-item {
	margin-bottom: 20px;
}
.form-item__center {
	text-align: center;
}
.form-item label,
.form-item .label {
	display: block;
	margin-bottom: 5px;
}
.form-item .caution {
	color: #f00;
	font-size: 12px;
	margin-bottom: 10px;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
}
.checkbox-wrap label {
	font-size: 13px;
	margin-left: 5px;
	margin-bottom: 0;
}
.checkbox-box__1col {
	margin-left: 1em;
}
.checkbox-box__1col .checkbox-wrap {
	margin-bottom: 0;
}
.form-item__withdraw-caution .checkbox-wrap {
	justify-content: center;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="password"],
.form-item select,
.form-item textarea {
	width: 100%;
	font-size: 14px;
	padding: 12px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background-color: #fff;
}
.form-item textarea {
	height: 200px;
}
.form-item .textarea__height-min {
	height: 100px;
}
.form-item .textarea__height-middle {
	height: 150px;
}
::placeholder {
	color: #aaa!important;
}
input:read-only {
	background-color: #eee!important;
}
.form-item button:hover {
	opacity: 0.7;
}
.form-item-description {
	font-size: 12px;
	line-height: 1.45;
	margin-bottom: 12px;
}
.form-item .height100 {
	height: 100px;
}
.form-item #avatar_img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
}
.form-item .avatar-file-input-label {
	display: inline-block;
	margin: 10px auto 0;
	text-align: center;
	font-size: 12px;
	padding: 5px 50px;
	background-color: #eee;
	border-radius: 40px;
	cursor: pointer;
	color: #000;
}
.form-item .avatar-file-input-label:hover {
	color: #fff;
	background-color: #f58282;
}
.form-item .avatar-file-input-label input[type="file"] {
	display: none;
}
.form-item .radio-item-wrap,
.form-item .radio-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#form-item__icon .radio-item {
	margin-right: 10px;
}
#form-item__icon .radio-item:last-of-type {
	margin-right: 0;
}
#form-item__icon .radio-item input[type="radio"] {
	margin-right: 6px;
	transform:scale(1.1)
}
#form-item__icon .radio-item img {
	display: block;
	width: 42px;
	height: 42px;
}
.form-filter {
	margin-top: -15px;
	padding: 20px 10px;
	background-color: #FFF7E3;
	border-radius: 10px;
}
.filter-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.filter-main select,
.filter-main input,
.form-filter button {
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
.filter-main select,
.filter-main input {
	padding: 8px 15px;
	color: #555;
	background-color: #fff;	
	border: solid 1px #ddd;
	font-size: 14px;
}
.filter-main__local-item select,
.filter-main__local-item input {
	width: 49%;
	box-sizing: border-box;
}
.form-filter button {
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
	color: #444;
	background-color: #f5f5f5;
	border: solid 1px #999;
}
.form-filter button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.filter-local-box {
	margin-bottom: 20px;
}
.img-edit-caution {
	color: #f00;
	font-size: 11px;
	margin-bottom: 5px;
}
.preview-img {
	display: block;
	max-width: 200px!important;
}
/* preview-img */
.preview-img-box {
	position: relative;
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 80px 30px 0;
	background-color: #F0F0F0;
}
.preview-img-box-item {
	display: none;
}
.preview-img-box-item.active {
	display: block;
}
.preview-img__eyecatch {
	position: absolute;
	width: 100%;
	height: 220px;
	max-width: 100%!important;
	object-fit: contain;
	top: 0;
	left: 0;
	z-index: 2;
}
.preview-img-delete-btn {
	position: absolute;
	content: "";
	top: -15px;
	right: -15px;
	z-index: 3;
}
.preview-img-delete-btn .icon {
	display: block;
	color: #fff;
	background-color: #777;
	border-radius: 50%;
	font-size: 280%;
	cursor: pointer;
}
.preview-img-delete-btn .icon:hover {
	background-color: #05615a;
}
.preview-img-caution {
	font-size: 85%;
	margin-bottom: 0;
}
.img-delete-check {
	display: none;
}
.file-input-label input[type="file"] {
	/* フォーカスをなくさないためdisplay:hiddenは利用しない */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	left: 0;
}
.filter-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12px;
}
.filter-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 8px;
}
.filter-item i {
	color: #777;
	margin-right: 5px;
}
.filter-item select {
	padding: 6px 30px 6px 10px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.wpcf7 {
	margin: 0 auto;
}
.wpcf7 p {
	margin-bottom: 20px;
}
.wpcf7 label {
	display: inline-block;
	margin-bottom: 5px;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	font-family: 'Noto Sans JP', sans-serif;
}
.wpcf7 input {
	background: #F9F9F9;
}
.wpcf7 select {
	background: #FFFFFF;
}
.wpcf7 textarea {
	background: #F9F9F9;
	height: 15em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #aaa;
}
.wpcf7 .wpcf7-submit {
	color: #fff!important;
	background-color: #F58282!important;
	border: none;
	padding: 25px 60px;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 1px;
}
.wpcf7 .wpcf7-submit:hover {
	opacity: 0.7;
}

/*----------------------------------------------------


	掲示板 bbpress


----------------------------------------------------*/

/*----------------------------------------------------
	掲示板共通設定 
----------------------------------------------------*/
.bbpress #bbpress-forums {
	font-size: 15px;
	overflow: initial!important;
}
.bbp-sort {
	color: #4f4f4f;
	font-size: 14px;
	letter-spacing: 0;
	margin: 20px 0 20px;
}
.bbp-sort label {
	position: relative;
	top: 1.5px;
}
.bbp-sort #bbp-sort-topics {
	font-size: 14px;
	margin-left: 10px;
	padding: 4px 10px 6px;
    border-radius: 6px;
    width: 230px;
	border: solid 1px #f6b03c;
	background-color: #fffded;
}

/* コメント数やビュー数のトピック情報 */
.topic-info {
	font-size: 11px;
	margin: 8px 0 0 2px;
	color: #888;
	letter-spacing: 0.5px;
	overflow: hidden;
}
.topic-info > span {
	display: inline-block;
	margin-right: 6px;
}
.topic-info > span.author {
	letter-spacing: 0;
}
.topic-info i {
	font-size: 13px;
	font-weight: bold;
	color: #a4997c;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 4px;
}
.topic-info i img {
	width: 18px;
}
.topic-info .reply-count i {
	width: 16px;
}
.topic-info .date i {
	top: 2.5px;
}

/* 編集や削除ボタン */
.edit-tool {
	overflow: hidden;
	text-align: right;
	padding-bottom: 15px;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 1;
}
.edit-tool a {
	margin-left: 5px;
}
.edit-tool .material-icons {
    color: #888;
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    top: 3px;
    left: 3px;
}
.edit-tool .close-btn {
	float: left;
	margin: 0;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	background-color: #f58282;
	border-radius: 4px;
	font-size: 10px;
}
.edit-tool .close-btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.edit-tool .close-mark {
	float: left;
	margin: 0;
	display: inline-block;
	padding: 8px 20px;
	font-size: 10px;
	color: #f00;
	background-color: #fffded;
	border: solid 1px #f00;
	border-radius: 30px;
}
.create-topic-btn {
	text-align: center;
	margin-bottom: 40px;
}
.create-topic-btn a {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.5px;
    color: #fff;
    background-color: #f58282;
    padding: 10px 0;
    width: 70%;
    border-radius: 8px;
    position: relative;
}
.create-topic-btn a i {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 134px;
}
.create-topic-btn a i img {
	width: 48px;
	height: 48px;
}
.create-topic-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.bbpress .modal_comment_btn {
	margin-top: 45px;
	line-height: 1;
}
.bbpress .modal_content .single-h3 {
	margin: 0 0 6px;
}
.bbpress .modal_content .double_btn {
	margin-top: 45px;
	margin-bottom: 30px;
}
.bbpress .modal_content .double_btn a {
	width: 250px;
	box-sizing: border-box;
}
.bbpress .form-login-description {
	margin: 15px 0 0;
	font-size: 15px;	
}
#bbpress-forums #bbp-your-profile label {
	display: block;
	padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
#bbp-your-profile table.form-table tr td .description {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.create-topic-message {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.create-topic-message span {
	position: relative;
}
.create-topic-message span:before,
.create-topic-message span:after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #444;
	bottom: 10px;
}
.create-topic-message span:before {
	right: calc(100% + 20px);
	transform: rotate(40deg);
}
.create-topic-message span:after {
	left: calc(100% + 20px);
	transform: rotate(-40deg);
}

/*-----------------------------------
	掲示板トップページ page-bbs
------------------------------------*/
.page-bbs .article {
	padding: 0;
	box-shadow: none;
}
.page-bbs .front-forum-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-bbs .front-forum-list li.forum {
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
}
.page-bbs .front-forum-list li.forum:before {
	display: none;
}
.page-bbs .front-forum-list .form-content-box {
	background-color: #FFF7E3;
	padding: 25px 20px 85px;
	box-sizing: border-box;
	height: 100%;
	border-radius: 12px;
	position: relative;
}
.page-bbs .front-forum-list li.forum h2 {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	text-align: center;
	letter-spacing: 0;
	color: #444;
	background: none;
	border: none;
	position: relative;
}
.page-bbs .front-forum-list li.forum h2 a {
	color: #444;
	display: block;
	position: relative;
}
.page-bbs .front-forum-list li.forum h2 a:hover {
	color: #f58282;
	text-decoration: none;
}
.page-bbs .front-forum-list li.forum h2:after {
	width: 100%;
	height: 5px;
	border-radius: 8px;
	position: absolute;
	content: "";
	background-color: #E9DEC3;
	left: 0;
	bottom: 0;
}
.page-bbs .front-forum-list li.forum h2 .count {
	position: absolute;
	right: 0;
	bottom: 2px;
	color: #836449;
	font-size: 9px;
	letter-spacing: 0.5px;
	padding: 2px 7px 3px;
	background: #E9DEC3;
	border-radius: 12px;
}
.page-bbs .front-forum-list li.forum .forum-link-btn {
	text-align: center;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	bottom: 30px;
}
.page-bbs .front-forum-list li.forum .forum-link-btn a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #f58282;
	padding: 7px 40px;
	border-radius: 40px;
}
.forum-link-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.page-bbs .front-forum-list li.forum ul {
	margin: 0;
	padding: 0;
}
.page-bbs .front-forum-list li.forum ul a {
	color: #444;
}

/*----------------------------------------------------
	各掲示板ページ single-forum
----------------------------------------------------*/
.single-forum .description {
	margin-bottom: 25px;
}
.single-forum .modal_btn {
	margin-top: 35px;
}
.single-forum .modal_btn_small {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*----------------------------------------------------
	トピックページ single-topic 
----------------------------------------------------*/
.single-topic .sns-bar .sns-list {
	position: static;
	padding: 0;
	margin-bottom: 15px;
}
.single-topic .sns-bar .sns-list li a {
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(200, 200, 200, 0.3);
	z-index: 1;
	line-height: 1;
}
.single-topic .sns-bar .sns-list li .icon {
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
}
.single-topic .sns-bar .sns-list li .icon-room {
	font-size: 20px;
	top: 5.5px;
	left: 6.5px;
}
.single-topic .sns-bar .sns-list li .icon-twitter {
	font-size: 18px;
	top: 6px;
	left: 4.5px;
}
.single-topic .sns-bar .sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 8px;
	color: #fff;
	z-index: 2;
}
.single-topic .sns-bar .sns-list li .icon-facebook {
	font-size: 19px;
	top: 7px;
	left: 3px;
}
.single-topic .sns-bar .sns-list li .icon-line {
	font-size: 18px;
	top: 7px;
	left: 4px;
}
.single-topic .edit-tool {
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1;
	position: relative;
	top: -5px;
	overflow: hidden;
}
.single-topic h2 {
	font-size: 23px;
	color: #f58282;
	background: none;
	margin: 45px 0 15px;
	padding: 0;
	line-height: 1.4;
}
.single-topic h2 i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -10px;
	margin-right: -10px;
}
.single-topic .topic-header {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.single-topic .topic-header .topic-header-img,
.single-topic .topic-header-content {
	display: table-cell;
	vertical-align: top;
}
.single-topic .topic-header .topic-header-img {
	width: 60px;
	text-align: center;
}
.single-topic .topic-header .topic-header-img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
}
.bbp-topic-wrapper .topic-header .topic-header-img .img-box {
	position: relative;
}
.single-topic .topic-header .topic-header-img .role-mark {
	position: absolute;
	top: 46px;
	left: 5px;
}
.single-topic .topic-header-content {
	padding-left: 12px;
}
.single-topic .topic-header-content h1 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	line-height: 1.4;
	font-size: 17px;
}
.single-topic .bbp-topic-wrapper .topic-info {
	font-size: 11px;
	margin: 10px 0 25px 2px;
	color: #888;
	overflow: hidden;
}

/*----------------------------------------------------
	トピック編集/リプライ編集 topic-edit reply-edit 
----------------------------------------------------*/
.topic-edit .article,
.reply-edit .article {
	padding: 0;
}
#bbp-edit-page .modal_content {
	width: auto;
	padding: 0;
	margin: 20px 0;
}
.topic-edit h2,
.reply-edit h2 {
	font-size: 21px;
    color: #f58282;
    background: none;
    margin: 50px 0 10px;
    padding: 0;
    line-height: 1.4;
}

/*----------------------------------------------------
	投稿フォーム form-topic form-reply
----------------------------------------------------*/
.form-create-title {
	margin-bottom: 10px;
}
.bbp-form {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}
.bbp-form p {
	margin-bottom: 5px!important;
}

#bbp_topic_subscription {
	width: auto;
	margin: 0 0 3px!important;
}
.bbp-form .bbp-submit-wrapper {
	text-align: center;
	float: none;
}

/*-----------------------------
	マイページ mypage
------------------------------*/
.mypage-info {
	padding: 4px 8px 8px;
	margin-bottom: 25px;
	background-color: #FBEECE;
	box-sizing: border-box;
	border-radius: 8px;
}
.mypage-info__title {
	padding-bottom: 4px;
	text-align: center;
	color: #7D654E;
	font-size: 15px;
	letter-spacing: 0;
}
.mypage-info__content {
	background-color: #fff;
	padding: 12px 8px;
	box-sizing: border-box;
}
.mypage-info-list {
	font-size: 13px;
	margin-bottom: 0;
}
.mypage-info-list-item {
	line-height: 1.4;
	margin-bottom: 8px;
}
.mypage-info-list-item:last-child {
	margin-bottom: 0;
}
.mypage-info-list-item a {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.mypage-info-list-item__date {
	font-size: 10px;
	color: #fff;
	background-color: #f58282;
	display: inline-block;
	padding: 1px 0;
	width: 35px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.mypage-info-list-item__date--pr {
	letter-spacing: 2px;
	padding-left: 2px;
}
.mypage-info-list-item__title {
	width: calc(100% - 35px);
	padding-left: 6px;
	box-sizing: border-box;
	letter-spacing: 0;
}
.mypage-navi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mypage-navi-list-item {
    width: calc((100% / 2) - 5px);
    margin-bottom: 10px;
    box-sizing: border-box;
}
.mypage-navi-list-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 90px;
	box-sizing: border-box;
	line-height: 1.45;
	letter-spacing: 0;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #f58282;
}
.mypage-navi-list-item a:hover {
	text-decoration: none;
	color: inherit;
	background-color: #fffdf0;
}
.mypage-navi-list-item__title {
	display: block;
	width: 100%;
	color: #f58282;
	font-weight: bold;
	font-size: 14px;
}
.mypage-navi-list-item__content {
	display: block;
	width: 100%;
	font-size: 10px;
	color: #333;
	margin-top: 2px;
}
.mypage-navi-list .unread-count-box {
	position: relative;
}
.mypage-navi-list .unread-count-box .title {
}
.mypage-navi-list .unread-count-box .unread-count {
	position: relative;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	margin-right: 4px;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	background-color: #f58282;
	top: -2px;
}
.mypage-navi-list > li.active .unread-count-box .unread-count {
	color: #f58282;
	background-color: #fff;
}
.profile-panel {
	padding: 20px 12.5px;
	border-radius: 20px;
	background-color: #FFFBF0;
}
.profile-panel h2 {

}
.profile-panel h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #836449;
	background: none;
	line-height: 1.45;
}
.profile-panel-top {
	margin-bottom: 25px;
}
.profile-panel-top .img {
	text-align: center;
}
.profile-panel-top .img img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}
.profile-panel-top .role-mark {
	position: relative;
	top: -15px;
	width: 70px;
	font-size: 11px;
	margin-bottom: -20px;
}
.profile-panel-top .content {
	text-align: center;
	line-height: 1;
}
.profile-panel-top .content .user-name {
    display: block;
    margin-top: 15px;
    font-size: 18px;
}
.profile-panel-top .content .user-iine {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}
.profile-panel .sns-list {
	margin-top: 15px;
	display: inline-flex;
}
.profile-panel .sns-list > li {
	margin: 0 2px;
}
.profile-panel .result .user-result {
	margin-top: 35px;
}
.profile-panel .result .user-result .caution {
	font-size: 12px;
	line-height: 1.6;
	margin: 25px 0 0;
}
.profile-panel-main .member-result-list > li {
	border-bottom: solid 1px #ddd;
	padding: 10px 0 4px;
}
.profile-panel-main .member-result-list > li:first-child {
	padding-top: 0;
}
.profile-panel .pr {
	margin: 45px 0 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
	border: 3px solid #D8D8D8;
	border-radius: 10px;
	background-color: #fff;
}
.profile-panel .pr dt {
	font-size: 18px;
	margin-bottom: 20px;
}
.profile-panel .pr dt i {
	position: relative;
	top: 22px;
	left: 0;
}
.profile-panel .pr dd {
	display: table;
	width: 100%;
}
.profile-panel .pr .img,
.profile-panel .pr .content {
	display: table-cell;
	vertical-align: top;
}
.profile-panel .pr .img {
	width: 70px;
}
.profile-panel .pr .img img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
	border-radius: 50%;
}
.profile-panel .pr .content {
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.65;
	overflow: hidden;
}
.profile-panel .pr .content p {
	margin-bottom: 20px;
}
.profile-panel .pr .content .more {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 8px 40px;
	color: #fff;
	background-color: #629CEA;
	border-radius: 5px;
}
.profile-panel .pr .content .more:hover {
	opacity: 0.7;
	text-decoration: none;
}
.admin-soudan-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.admin-soudan-menu-list > li {
	width: 32.4%;
}
.admin-soudan-menu-list__bbs > li,
.admin-soudan-menu-list__2col > li {
	width: 49.2%;
}
.admin-soudan-menu-list__4col > li {
	width: calc((100% / 2) - 2.5px);
	margin-bottom: 5px;
}
.admin-soudan-menu-list li a {
	display: block;
	font-size: 14px;
	border: solid 2px #f58282;
	padding: 6px 0 5px;
	font-weight: bold;
	text-align: center;
}
.admin-soudan-menu-list li.selected a {
	color: #fff;
	background-color: #f58282;	
}
.admin-soudan-menu-list li a:hover {

}
.scroll-table-caution {
	font-size: 13px;
	margin-bottom: 10px;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
	height: 5px;
}
.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.admin-table {
	width: 100%;
	box-sizing: border-box;
}
.admin-table td {
	padding: 15px 5px;
	border: solid 1px #ddd;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.45;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}
.admin-table tr:first-child td {
	font-weight: bold;
	color: #836449;
	background-color: #fffded;
	text-align: center;
}
.admin-table__chat-own tr td:nth-child(1),
.admin-table__chat-not tr td:nth-child(1),
.admin-table__chat-finish tr td:nth-child(1) {
	padding-left: 30px;
	padding-right: 30px;
}
.admin-table-message {
	margin-top: 15px;
	font-size: 13px;
}
.admin-table .unread-count-box {
	position: relative;
}
.admin-table .unread-count-box .unread-count {
	position: absolute;
	content: "";
	right: 0;
	left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	padding-top: 3px;
	box-sizing: border-box;
	font-size: 8px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #f58282;
}
.admin-table .unread-count-box .title {
}
.admin-table .soudan-item-box-wrap {
	text-align: left;
}
.admin-table .soudan-item-box {
	display: flex;
	width: 100%;
	color: #444;
	flex-wrap: wrap;
	align-items: center;
}
.admin-table .soudan-item-status {
	width: 17px;
}
.admin-table .unread-count {
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	font-size: 9px;
	line-height: 1;
	display: block;
	border-radius: 50%;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	background-color: #f58282;
	position: relative;
}
.admin-table .soudan-item-status .material-icons {
	color: #777;
	font-size: 17px;
}
.admin-table .soudan-item-box .soudan-content {
	width: calc(100% - 17px);
	padding-left: 5px;
	box-sizing: border-box;
}
.admin-table .soudan-item-box .title {
	margin-bottom: 10px;
	color: #f58282;
}
.admin-table .soudan-item-box .last-active {
	display: block;
	color: #999;
	font-size: 10px;
}
.admin-table .soudan-item-box .content {
	font-size: 10px;
	margin: 8px 0 0;
}
.admin-table--publish-contact td:nth-child(3) {
	width: 58px;
}
.admin-table--publish-contact td:nth-child(4) {
	width: 58px;
}
#submit-btn {
	padding: 12px 35px;
	font-size: 16px;
	cursor: pointer;
}
#submit-btn:hover {
	opacity: 0.7;
}
.page .pr-publish-area h2 {
	font-size: 18px;
	color: #fff;
	background-color: #f58282;
	font-weight: normal;
	margin: 45px 0 25px;
	padding: 15px 12.5px;
	line-height: 1.4;
	border-radius: 5px;
	text-align: left;
}
.page .pr-publish-area h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: solid 2px #f58282;
    padding-bottom: 8px;
    color: #333;
    position: relative;
}
.pr-publish-panel {
	margin-bottom: 30px;
	padding: 40px 20px;
	border: solid 1px #f58282;
	text-align: center;
}
.pr-publish-panel__term {
	padding-bottom: 35px;
	border-bottom: solid 1px #ddd;
}
.pr-publish-panel__term-title {
	margin-bottom: 10px;
}
.pr-publish-panel__term-value-pr {
	color: #f58282;
	font-weight: bold;
	font-size: 22px;
}
.pr-publish-panel__payment {
	padding-top: 30px;
}
.payment-pr-term-box {
	width: 100%;
	display: flex;
	align-items: center;
    flex-direction: column;
    gap: 20px;
}
.payment-pr-term-box .stripe-card {
    width: 100%;
}
#payment_pr_term {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 12px 10px;
	border: solid 1px #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
}
.payment-pr-term__btn .stripe-button-el {
	width: 250px;
	box-sizing: border-box;
	padding: 10.5px 15px!important;
	box-shadow: none;
}
.payment-pr-term__btn .stripe-button-el span {
	font-size: 15px!important;	
}
.payment-pr-term__hosoku {
	display: block;
	margin-top: 8px;
	font-size: 12px;
}

/*-----------------------------
	チャット相談 chat-list
------------------------------*/
.chat-room {
	font-size: 14px;
	padding: 30px 10px 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	border-radius: 8px;
}
.chat-list {
	margin-bottom: 40px;
}
.chat-list > li {
	padding: 30px 0 20px;
	border-bottom: solid 1px #eee;
}
.chat-list > li:first-child {
	padding-top: 0;
}
.chat-list p {
	margin-bottom: 20px;
}
.chat-list-item-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.chat-list-item-header .avatar {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
}
.chat-list-item-header .name {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
.chat-list-item-header .date {
	font-size: 10px;
	color: #999;
	margin-left: auto;
}
.chat-list > li:first-child .chat-list-item-content {
	padding: 20px 10px;
	background-color: #f5f5f5;
}
.chat-list > li:first-child .chat-list-item-content p:last-of-type {
	margin-bottom: 0;
}
.chat-read-status {
	color: #aaa;
	font-size: 10px;
}
.chat-read-status i {
	font-size: 15px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.chat-room .chat-term {
	background-color: #FDEFCC;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}
#form-chat {
	padding-bottom: 40px;
	border-bottom: solid 1px #eee;
}
.chat-status-form-box {
	padding-top: 40px;
}
.chat-status-form-box p {
	font-size: 14px;
}
.chat-change-status-btn-box {
	display: flex;
	justify-content: center;
}
.chat-change-status-btn-item {
	width: 48%;
}
.chat-change-status-btn-item button {
	padding: 10px;
	width: 100%;
	background-color: #eee;
	border: solid 1px #aaa;
	box-shadow: none;
	cursor: pointer;
}
.chat-change-status-btn-item button:hover {
	background-color: #ddd;
}
#form-chat-start-date {
	margin-bottom: 25px;
}
#form-chat-start-date input {
	padding: 4px 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	width: 120px;
}
#form-chat-start-date button {
	padding: 4.5px 10px 4px;
	font-size: 12px;
  background-color: #eee;
  border: solid 1px #aaa;
}
.chat-room .stripe-button-el {
	width: auto!important;
	display: block!important;
	margin: 0 auto!important;
	padding: 10px 40px!important;
	background-color: #33aEf4!important;
}
.chat-room .stripe-button-el span {
	font-weight: normal!important;
	font-size: 13px!important;
}
.unker-last-chat {
	font-size: 11px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	padding: 2px 0;
	border: solid 1px #f58282;
	border-radius: 5px;
}
.unker-last-chat:hover {
	color: #fff;
	background-color: #f58282;
	text-decoration: none;
}

/*-----------------------------
	ブックマーク bookmark
------------------------------*/
.bookmark-btn-wrap {
}
.bookmark-btn {
	font-size: 10px;
	padding: 3px 0;
	width: 140px;
	text-align: center;
	color: #333;
	border: solid 1px #bbb;
	background-color: #f5f5f5;
	border-radius: 4px;
	cursor: pointer;
	letter-spacing: 0.5px;
}
.bookmark-btn:hover {
	opacity: 0.7;
}
.bookmark-btn.bookmarked {
	color: #fff;
	border-color: #f58282;
	background-color: #f58282;
}
.article-header .bookmark-btn-wrap {
	position: absolute;
	right: 0;
}
.sns-bottom .bookmark-btn-wrap {
}

/*-----------------------------------
	reaction リアクション いいね 共感
------------------------------------*/
.reaction-list,
.article .reaction-list {
	margin: 30px 0 5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.reaction-list > li,
.article .reaction-list > li {
	margin: 0;
	padding: 0 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.reaction-list > li:last-child,
.article .reaction-list > li:last-child {
	padding-right: 0;
}
.single-dialy .reaction-list > :not(li:first-child){
	display: none;
}
.article .reaction-list > li:before {
	display: none;
}
.reaction-btn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.reaction-icon {
	width: 22px;
}
.reaction-icon img {
	width: 22px;
	display: block;
}
.reaction-icon img:hover {
	opacity: 0.7;
}
.reaction-list .count-box {
	margin-left: 2px;
	font-size: 11px;
}
.count-box.reacted {
	color: #f58282;
}

.article .cafe-staff-list {
	margin: 0 0 35px;
	padding: 0;
}
.article .cafe-staff-list li {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.85;
}
.article .cafe-staff-list li:before {
	display: none;
}
.cafe-table {

}
.cafe-table tr {
	border-top: solid 1px #ccc;
}
.cafe-table tr:last-child {
	border-bottom: solid 1px #ccc;
}
.cafe-table th,
.cafe-table td {
	padding: 10px 0;
	font-size: 14px;
}
.cafe-table th {
	width: 6em;
	padding-right: 1em;
	font-weight: bold;
}

.page-payment-donation .page-content {
}
.page-payment-donation h2 {
    color: #f58282;
    margin-top: 60px;
}
.page-payment-donation .page-content .description {
    text-align: left;
}
.article .donation-entry-list {
	margin: 0;
	padding: 0;
	text-align: center;
}
.article .donation-entry-list li {
	margin: 0;
	padding: 0;
}
.article .donation-entry-list li:before {
	display: none;
}
.article .donation-entry-list dl {
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 45px;
}
.article .donation-entry-list dl dt {
	margin-bottom: 20px;
}
.article .donation-entry-list dt .price {
	display: inline-block;
	margin-top: 10px;
	color: #f00;
	font-size: 20px;
}
.article .donation-entry-list dt .price .sub {
	font-size: 11px;
}
.article .donation-entry-list .stripe-button-el {
	border: none;
	background: none;
	color: #fff;
	background-color: #F58282;
	padding: 16px 60px 15px;
}
.article .donation-entry-list .stripe-button-el:hover {
	opacity: 0.7;
}
.article .donation-entry-list .stripe-button-el span {
	background: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 15px;
	letter-spacing: 1.5px;
}


.article .mama-staff-list {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.article .mama-staff-list li {
	margin: 0;
	padding: 0;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 0 3px #ccc;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top
}
.article .mama-staff-list li:before {
	display: none;
}
.article .mama-staff-list li .mama-staff-box {
	overflow: hidden;
	font-size: 12px;
}
.article .mama-staff-list li .mama-staff-box .img {
	width: 120px;
	float: left;
}
.article .mama-staff-list li .mama-staff-box .img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 6px;
}
.article .mama-staff-list li .mama-staff-box .content {
		padding-left: 130px;
		font-size: 12px;
		line-height: 1.58;
}
.article .mama-staff-list li .mama-staff-box .content p {
		margin-bottom: 0;
}
.article .mama-staff-list li .mama-staff-box .content .name {
		display: block;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 5px
}
.article .mama-staff-list li .mama-staff-box .red {
	margin: 10px 0;
	text-align: center;
}
.article .mama-staff-list li .mama-staff-box .btn {
	display: block;
	margin-top: 10px;
    color: #fff;
    background-color: #f58282;
    padding: 6px;
    width: auto;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}
.article .mama-staff-list li .mama-staff-box .btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.article .mama-staff-list li .mama-staff-box .btn:after {
	display: none;
}
.article .voice {
	border: none;
	box-shadow: 0 0 3px #835447;
}
.article .voice dt {
    color: #fff;
    background: #835447;
    display: inline-block;
    padding: 3px 12px 2px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 13px;
}

.article .step-list {
	counter-reset: number;
	margin: 40px 10px 0;
}
.article .step-list li {
	border: dashed 1px #836449;
    border-radius: 8px;
    padding: 20px 20px 22px;
    box-sizing: border-box;
    margin: 0 auto 35px;
    background-color: #fff;
    position: relative;
}
.article .step-list li:before {
	counter-increment: number;
    content: counter(number);
    position: absolute;
    color: #fff;
    font-size: 18px;
    padding: 8px 12px 8px;
    border-radius: 50%;
    background-color: #f58282;
    top: -10px;
    left: -10px;
}
.article .step-list li .title {
	padding: 0;
	margin: 0 0 15px;
	color: #f58282;
    font-weight: normal;
	font-size: 18px;
}
.article .step-list li .title:before {
	display: none;
}
.article .step-list li  p {
	margin-bottom: 0;
}
.article .price-list {
	margin: 0 0 35px;
	padding: 0;
	overflow: hidden;
	display: flex;
}
.article .price-list li {
	margin: 0;
	padding: 0;
	width: 48.8%;
	margin-right: 2.4%;
	display: inline-block;
}
.article .price-list li:before {
	display: none;
}
.article .price-list li:last-child {
	margin-right: 0;
}
.article .price-list li .title {
	margin: 0;
	padding: 12px 0 14px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 8px;
	font-size: 15px;
	letter-spacing: 0;
	border: none;
	font-weight: normal;
}
.article .price-list li.light .title {
	background-color: #ffbb4b;
}
.article .price-list li.standard .title {
	background-color: #ff6186;
}
.article .price-list li ul {
	margin: 0;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	padding: 0 10px;
}
.article .price-list li.light ul {
	box-shadow: 0 0 7px 0 rgba(255, 187, 75, 0.32);
    border: solid 2px rgba(255, 187, 75, 0.65);
}
.article .price-list li.standard ul {
	box-shadow: 0 0 7px 0 rgba(255, 97, 134, 0.32);
    border: solid 2px rgba(255, 97, 134, 0.65);
}
.article .price-list li ul li {
	margin: 0;
	width: auto;
	padding: 20px 0 18px;
	display: block;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
	letter-spacing: 0;
}
.article .price-list li ul li:nth-child(2) {
	box-sizing: border-box;
	height: 72px;
}
.article .price-list li.light ul li:nth-child(2) {
	padding-top: 28px;
}
.article .price-list-box .price-list li.light ul li:nth-child(2) {
	padding-top: 20px;
}
.article .price-list li ul li:first-child {
	height: 80px;
    box-sizing: border-box;
    font-size: 16px;
	padding-top: 10px;
    padding-left: 10px;
}
.article .price-list-box .price-list li ul li:first-child {
	font-size: 20px;
	padding-left: 2px;
	height: 90px;
}
.article .price-list li ul li:first-child .s {
	font-size: 9px;
}
.article .price-list-box .price-list li ul li:first-child .s {
	font-size: 10px;
	padding-left: 3px
}
.article .price-list li ul li:first-child .pickup {
	display: inline-block;
	color: #ff6186;
	margin-top: 1px;
	font-size: 10px;
	margin-left: -10px;
	font-weight: bold;
}
.article .price-list-box .price-list li ul li:first-child .pickup {
    margin-top: 0;
    font-size: 9px;
    padding-right: 0;
    background: #FFF3cf;
    color: #634439;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
    margin-left: 0;
    letter-spacing: 0;
}
.article .price-list li ul li:last-child {
	border: none;
}

.caution-box .title {
	font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 8px 0 8px 18px;
    color: #f58282;
    position: relative;
    font-weight: normal;
}
.caution-box .title:before {
	position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f58282;
    border-radius: 5px;
}

.page-payment-mail-soudan h2 {
    color: #f58282;
    margin-top: 50px;
}

.page-payment-mail-soudan .article .donation-entry-list dl {
	margin-bottom: 30px;
}


.wpcf7 .withdraw-btn {
	color: #fff;
	background-color: #f58282;
	padding: 15px 0;
	display: block;
	width: 60%;
	box-sizing: border-box;
	text-align: center;
	border: none;
	margin: 20px auto 0;
	border-radius: 50px;
}


.archive-supporter-list .modal_content {
	padding-top: 35px;
}
#search-supporter-form .search-label {
	font-size: 18px;
	margin: 15px 0 5px!important;
}
#search-supporter-form select {
	margin-bottom: 5px!important;
}
#search-supporter-form .checkbox-wrap {
	display: block;
	margin-top: 5px;
}
#search-supporter-form .checkbox-wrap input[type="checkbox"] {
    transform: scale(1.4);
    margin-right: 8px;
    font-size: 16px;
}


.bbp-user-page .profile-content h2 {
    font-size: 24px;
    color: #f58282;
    background: none;
    margin: 35px 0 10px;
    padding: 0;
    line-height: 1.4;
}
.bbp-user-page .profile-content h2 i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -10px;
    margin-right: 0;
}
.bbp-user-page .profile-content h3 {
	margin: 10px 0 20px;
    padding: 7px 0 9px 20px;
    border: none;
    font-size: 20px;
    color: #4F4F4F;
}
.bbp-user-page .profile-content h3:before {
	position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f58282;
    border-radius: 5px;
}
.bbp-user-page .profile-content .service_img {
	margin-bottom: 25px;
}
.bbp-user-page .profile-content .service_img img {
	display: block;
	border-radius: 8px;
}
.bbp-user-page .profile-content .basic-table {
	margin-bottom: 45px;
}
.archive-supporter-list h1 i {
    margin-right: 5px;
}
.archive-supporter-list .modal_btn_small {
	margin: 0 0 15px;
}

#bbp-user-profile .profile-header .content .role {
    font-size: 10px;
    color: #fff;
    background-color: #f90;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 7px;
}

/*
	Amazon JS
*/
.amazonjs_item ul li:before {
	display: none;
}



/*
	情報提供フォーム
*/
.page-offer .wpcf7-form .red {
	font-size: 10px;
	padding-left: 10px;
}
.page-offer .wpcf7-form .caution {
	font-size: 10px;
	color: #f00;
	margin-bottom: 10px;
	display: block;
}
.page-offer .wpcf7-form input[type="checkbox"] {
	width: auto;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.page-offer .wpcf7-form .wpcf7-list-item {
	margin: 0 20px 10px 0;
}
.page-offer .wpcf7-form .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 10px;
}


/*
	川柳応募
*/
.page-questionnaire-senryu .page-content {
}
.page-questionnaire-senryu .page-content .lead {
	margin-bottom: 55px;
}
.page-questionnaire-senryu .page-content h2 {
	color: #f58282;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.questionnaire-senryu-list {
	display: flex;
	flex-flow: column;
}
.questionnaire-senryu-list > li {
	margin-bottom: 25px;
}
.radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.radio-inline__label {
	display: block;
	color: #622;
	padding: 0.5rem 1rem;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	transition: all .2s;
}
.radio-inline__input:checked + .radio-inline__label {
	color: #fff;
	background-color: #F58282;
	box-shadow: 0 0 5px #F58282;
}
.radio-inline__input:focus + .radio-inline__label {
	outline: none;
}
.form-questionnaire-senryu button {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 25px 0;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #F58282;
	font-size: 17px;
	border: none;
	border-radius: 40px;
	cursor: pointer;
}
.form-questionnaire-senryu button:hover {
	opacity: 0.7;
}
.form-questionnaire-senryu button:focus {
	outline: none;
}

.forum-view {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	line-height: 1;
}
.forum-view .forum-view-item {
	position: relative;
	width: 48.5%;
}
.forum-view .forum-view-item .material-icons {
	position: absolute;
	color: #555;
	font-size: 22px;
	top: 8px;
	left: 8px;
	z-index: 2;
}
.forum-view .forum-view-item select {
	padding: 8px 0 8px 34px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.chat-violation h3 {
	margin-top: 0;
}
.chat-violation-description {
	font-size: 14px;
	margin-bottom: 10px!important;
}
.editoor-parts-box {
	margin-top: 15px;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.editoor-parts-box button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	letter-spacing: 0;
	width: calc((100% / 4) - 3px);
	margin-right: 4px;
	padding: 4px 0;
	background-color: #eee;
	border: solid 1px #aaa;
	cursor: pointer;
}
.editoor-parts-box button:last-of-type {
	margin-right: 0;
}
.editoor-parts-box .icon {
	font-size: 14px;
	color: #666;
	position: relative;
	top: 1px;
	left: -2px;
}
.editoor-parts-box button:hover {
	opacity: 0.7;
}
.profile-navi-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.profile-navi-list > li {
	width: calc((100% / 3) - 3px);
	box-sizing: border-box;
	margin-right: 4.5px;
	margin-bottom: 4.5px;
}
.profile-navi-list > li:nth-child(3) {
	margin-right: 0;
}
.profile-navi-list > li a {
	font-size: 11px;
	display: block;
	color: #F58282;
	background-color: #fff;
	border: solid 1px #F58282;
	padding: 2px 0;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 0;
}
.profile-navi-list > li.active a {
	color: #fff;
	background-color: #F58282;
}
.profile-navi-list > li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.comment-form {
	margin-top: 1em;
}
.comment-form p {
	margin-bottom: 1em;
}
.comment-form label {
	display: none;
}
.comment-form textarea, .comment-form input {
	font-size: 16px;
	border-radius: 6px;
	border: solid 1px #ccc;
	padding: 0.2em 0.4em;
}
.comment-form input {
	width: 264px;
}
.comment-form textarea {
	width: 95%;
	box-sizing: border-box;
	padding: 10px;
}
.comment-form #submit {
	font-size: 15px;
	color: #fff!important;
	background-color: #f58282!important;
	padding: 15px 45px;
	letter-spacing: 2px;
	border-radius: 50px;
	border: none;
	display: table;
	margin: 0 auto 35px;
}
.comment-form #submit:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.7;
}
.comment-form-email {
	display: none;
}
.comment-form-url {
	display: none;
}
.comment-notes {
	display: none;
}

.ads-box {

}
.ads-box--a {
	margin: 65px auto 30px;
}
.ads-box--b {
	margin-bottom: 60px;
}
.ads-box a,
.ads-box img {
	display: block;
}
.ads-box .ads__sponsor {
	color: #999;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 4px;
}
.ads-box .ads__sponsor:before,
.ads-box .ads__sponsor:after {
	content: "ー";
}
.ads-box .ads__sponsor:before {
	margin-right: 5px;
}
.ads-box .ads__sponsor:after {
	margin-left: 5px;
}
.ads-box--c .ads__sponsor {
	text-align: center;
	margin-bottom: 15px;
}
.ads-box .ads__pr {
	position: relative;
	margin: 12px 0 0;
	padding: 5px 10px;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	background-color: #fffef5;
	border: solid 1px #ffd557;
	border-radius: 6px;
}
.ads-box .ads__pr:before {
	border: 8px solid transparent;
	border-bottom-color: #fffef5;
	border-top-width: 0;
	top: -8px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
	z-index: 1;
}
.ads-box .ads__pr:after {
	border: 8px solid transparent;
	border-bottom-color: #ffd557;
	border-top-width: 0;
	top: -9px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
}
.ads-box--b .ads__pr {
	font-size: 12px;
}
.ads-box .ads-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ads-box .ads-list-item {
	width: 48%;
	margin-bottom: 4%;
}
.ads-box .ads-list-item img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.yakusoku,
.article .yakusoku,
.page-content .yakusoku {
	margin: 0;
}
.yakusoku li,
.article .yakusoku li,
.page-content .yakusoku li {
	margin: 0 0 20px;
	padding: 0;
}
.yakusoku li:last-child,
.article .yakusoku li:last-child,
.page-content .yakusoku li:last-child {
	margin-bottom: 0;
}
.yakusoku li:before,
.article .yakusoku li:before,
.page-content .yakusoku li:before {
	display: none;
}
.yakusoku li dl,
.article .yakusoku li dl,
.page-content .yakusoku li dl {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.yakusoku li dt,
.article .yakusoku li dt,
.page-content .yakusoku li dt {
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}
.user-list--simple {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.user-list--simple > li {
	width: 34%;
	padding-right: 2%;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: center;
}
.user-list--simple > li:nth-child(3n) {
	width: 32%;
	padding-right: 0;
}
.user-list--simple > li a {
	display: block;
	color: #444;
}
.user-list--simple > li a:hover {
	text-decoration: none;
}
.user-list--simple > li img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}
.user-list--simple > li .name {
	display: block;
	font-size: 14px;
	color: #f80;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.user-list--simple > li .hosoku {
	display: block;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1;
	color: #999;
}

/*-----------------------------
	Stripe
------------------------------*/
.stripe-card {
    background-color: #fdefcc;
    padding: 10px;
    border-radius: 4px;
}

.stripe-card__card-element {
    background:#fff;
    padding:10px;
    border-radius:4px;
}

.stripe-card__card-errors {
	color: #f00;
    margin-top:8px;
}

/*
	サービス改善アンケート
*/
.service-survey h2 {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.service-survey-lead {
	margin-bottom: 24px;
	line-height: 1.8;
}
.service-survey-item {
	margin-bottom: 22px;
	padding: 18px 14px;
	border: solid 1px #f0d4d4;
	border-radius: 8px;
	background: #fffdfc;
}
.service-survey-item h3 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.service-survey-used {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 15px;
}
.service-survey-used > span {
	width: 100%;
	font-weight: bold;
}
.service-survey-detail {
	margin-top: 18px;
	padding-top: 18px;
	border-top: solid 1px #f3dede;
}
.service-survey-detail-lead {
	margin-bottom: 16px;
	color: #666;
}
.service-survey-rating {
	display: block;
	margin-bottom: 18px;
}
.service-survey-rating p {
	margin-bottom: 8px;
	font-weight: bold;
}
.service-survey-rating-options {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.service-survey-reason {
	display: block;
	margin-top: 18px;
}
.service-survey-reason span {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.service-survey-reason textarea {
	width: 100%;
	box-sizing: border-box;
}
.service-survey-submit {
	margin-top: 24px;
	text-align: center;
}

/* service survey refined */
.service-survey-page {
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.service-survey-page-head {
	margin-bottom: 22px;
	padding: 26px 20px 24px;
	border-radius: 10px;
	background: #fff9f8;
	text-align: center;
	box-sizing: border-box;
}
.service-survey-page-head h1 {
	margin: 0 0 12px;
	color: #df8585;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	overflow-wrap: anywhere;
}
.service-survey-page-head p {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	overflow-wrap: anywhere;
}
.service-survey-modal-content {
	width: 84%;
	padding: 0;
	border-radius: 10px;
}
.service-survey-close {
	display: none;
}
.service-survey-head {
	position: static;
	padding: 26px 20px 20px;
	border-bottom: solid 1px #f1dddd;
	background: #fff9f8;
}
.service-survey-kicker {
	margin-bottom: 8px;
	color: #df8585;
	font-size: 13px;
	font-weight: bold;
}
.service-survey h2 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	overflow-wrap: anywhere;
}
.service-survey-lead {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}
.service-survey-form {
	padding: 20px 16px 8px;
}
.service-survey-caution {
	margin: 0 0 16px;
	color: #d33;
	font-size: 13px;
	line-height: 1.8;
}
.service-survey-children {
	margin: 0 0 26px;
	padding: 18px 12px;
	border: solid 2px #efcaca;
	border-radius: 10px;
	background: #fff9f8;
}
.service-survey-children-head {
	margin-bottom: 18px;
}
.service-survey-child-count {
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
}
.service-survey-child-count > span,
.service-survey-child-question-label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.service-survey-child-count select,
.service-survey-child-question select,
.service-survey-child-birth-year select {
	width: 100%;
	padding: 11px 10px;
	border: solid 1px #e5caca;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
}
.service-survey-children-list {
	display: grid;
	gap: 16px;
}
.service-survey-child-item {
	border-color: #e7bebe;
}
.service-survey-child-question {
	display: block;
	margin: 0 0 18px;
}
.service-survey-child-birth-year {
	display: flex;
	align-items: center;
	gap: 8px;
}
.service-survey-child-birth-year select {
	max-width: 180px;
}
.service-survey-child-supports {
	padding: 0;
	border: 0;
}
.service-survey-child-support-options {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}
.service-survey-child-support-options label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	line-height: 1.6;
}
.service-survey-child-support-options input {
	flex: 0 0 auto;
	margin-top: 5px;
}
.service-survey-list {
	display: grid;
	gap: 16px;
}
.service-survey-item {
	margin: 0;
	padding: 18px 14px;
	border: solid 1px #ecd6d6;
	border-radius: 8px;
	background: #fff;
}
.service-survey-item-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}
.service-survey-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #df8585;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.service-survey-item h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}
.service-survey-used {
	display: block;
	font-size: 15px;
}
.service-survey-used p,
.service-survey-rating p {
	margin: 0 0 10px;
	font-weight: bold;
}
.service-survey-choice,
.service-survey-rating-options {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.service-survey-rating-options {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.service-survey-choice input,
.service-survey-rating-options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.service-survey-choice span,
.service-survey-rating-options span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 38px;
	padding: 0 14px;
	border: solid 1px #e5caca;
	border-radius: 999px;
	background: #fff;
	color: #444;
	font-weight: bold;
	box-sizing: border-box;
}
.service-survey-rating-options span {
	width: 100%;
	min-width: 0;
	padding: 0 14px;
	justify-content: flex-start;
}
.service-survey-choice input:checked + span,
.service-survey-rating-options input:checked + span {
	border-color: #df8585;
	background: #df8585;
	color: #fff;
}
.service-survey-detail {
	margin-top: 18px;
	padding: 16px 12px;
	border: none;
	border-radius: 8px;
	background: #fff9f8;
}
.service-survey-detail-lead {
	margin: 0 0 16px;
	color: #666;
	font-size: 14px;
}
.service-survey-rating {
	margin-bottom: 18px;
}
.service-survey-reason {
	display: block;
	margin-top: 18px;
}
.service-survey-reason span {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.service-survey-reason textarea {
	width: 100%;
	min-height: 96px;
	padding: 12px;
	border: solid 1px #e5caca;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
	line-height: 1.7;
}
.service-survey-rating-reason {
	display: block;
	margin: 10px 0 0 12px;
}
.service-survey-rating-reason span {
	display: block;
	margin-bottom: 6px;
	color: #777;
	font-size: 13px;
	font-weight: normal;
}
.service-survey-rating-reason textarea {
	width: 100%;
	min-height: 68px;
	padding: 10px 12px;
	border: solid 1px #ead6d6;
	border-radius: 8px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	color: #444;
	font-size: 14px;
	line-height: 1.7;
}
.service-survey-actions {
	position: sticky;
	bottom: 0;
	margin: 22px -16px 0;
	padding: 16px 16px 20px;
	background: rgba(255,255,255,0.96);
	text-align: center;
}
.service-survey-submit-button {
	width: 100%;
	padding: 14px 20px;
	border: none;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}
.service-survey-snooze-form {
	margin: 14px 0 0;
	text-align: left;
}
.service-survey-snooze-button {
	border: none;
	background: none;
	color: #777;
	font-size: 14px;
	text-decoration: underline;
}
.service-survey-modal-content--notice {
	width: calc(100% - 48px);
	padding: 30px 22px;
}
.service-survey-notice {
	text-align: center;
}
.service-survey-notice-logo {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 14px;
	object-fit: contain;
}
.service-survey-notice .service-survey-kicker {
	margin-bottom: 12px;
}
.service-survey-notice h2 {
	margin: 0 0 18px;
	color: #df8585;
	font-size: 20px;
	line-height: 1.55;
	font-weight: bold;
	text-align: center;
	overflow-wrap: anywhere;
}
.service-survey-notice p {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	overflow-wrap: anywhere;
}
.service-survey-notice-actions {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}
.service-survey-notice-answer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.service-survey-snooze-button--notice {
	width: 100%;
	min-height: 44px;
	padding: 0 10px;
}

/* admin service survey */
.admin-service-survey h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.admin-service-survey-lead {
	margin: 0 0 12px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
.admin-service-survey-filter {
	margin: 0 0 16px;
	padding: 16px;
	border: solid 1px #f1dcdc;
	border-radius: 8px;
	background: #fffdf9;
}
.admin-service-survey-filter-fields {
	display: grid;
	gap: 12px;
}
.admin-service-survey-filter label {
	display: block;
	margin: 0;
}
.admin-service-survey-filter label span {
	display: block;
	margin-bottom: 6px;
	color: #df8585;
	font-size: 13px;
	font-weight: bold;
}
.admin-service-survey-filter input,
.admin-service-survey-filter select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: solid 1px #e7d3d3;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}
.admin-service-survey-filter-actions {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}
.admin-service-survey-filter-submit,
.admin-service-survey-filter-reset,
.admin-service-survey-action-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 0 18px;
	border: none;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}
.admin-service-survey-filter-reset,
.admin-service-survey-action-button--sub {
	border: solid 1px #df8585;
	background: #fff;
	color: #df8585;
}
.admin-service-survey-action-button--current {
	background: #f4b1ac;
	cursor: default;
}
.admin-service-survey-count {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff0ef;
	color: #df8585;
	font-weight: bold;
}
.admin-service-survey-list-head {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}
.admin-service-survey-download-form {
	margin: 0;
}
.admin-service-survey-actions {
	display: grid;
	gap: 10px;
}
.admin-service-survey-download-button {
	width: 100%;
	min-height: 40px;
	padding: 0 18px;
	border: none;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.admin-service-survey-message {
	padding: 20px;
	border: solid 1px #ead2d2;
	border-radius: 8px;
	background: #fffdf9;
}
.admin-service-survey-table-wrap {
	overflow-x: auto;
}
.admin-service-survey-table {
	min-width: 760px;
}
.admin-service-survey-table th {
	background: #df8585;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	vertical-align: middle;
}
.admin-service-survey-table td {
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 1.5;
	vertical-align: middle;
}
.admin-service-survey-detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 32px;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.admin-service-survey-back {
	margin: 0 0 16px;
}
.admin-service-survey-back a {
	color: #df8585;
	font-weight: bold;
}
.admin-service-survey-summary {
	display: grid;
	gap: 10px;
	margin-bottom: 26px;
}
.admin-service-survey-summary-item {
	padding: 14px 16px;
	border: solid 1px #f1dcdc;
	border-radius: 8px;
	background: linear-gradient(180deg, #fffdf9 0%, #fff7f4 100%);
	box-sizing: border-box;
}
.admin-service-survey-summary-item span {
	display: block;
	margin-bottom: 5px;
	color: #df8585;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
}
.admin-service-survey-summary-item strong {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	word-break: break-word;
}
.admin-service-survey-summary-item a {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.admin-service-survey-section-title {
	margin: 24px 0 14px;
	padding-left: 10px;
	border-left: solid 4px #df8585;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.admin-service-survey-child-answered-at,
.admin-service-survey-child-count {
	margin: 0 0 12px;
}
.admin-service-survey-children {
	display: grid;
	gap: 12px;
	margin-bottom: 24px;
}
.admin-service-survey-child {
	padding: 14px;
	border: solid 1px #f1dcdc;
	border-radius: 8px;
	background: #fff9f8;
}
.admin-service-survey-child h3 {
	margin: 0 0 12px;
	color: #df8585;
	font-size: 17px;
	font-weight: bold;
}
.admin-service-survey-child dl {
	margin: 0;
}
.admin-service-survey-child dl > div {
	padding: 9px 0;
	border-top: solid 1px #f1dcdc;
}
.admin-service-survey-child dt {
	margin-bottom: 4px;
	font-weight: bold;
}
.admin-service-survey-child dd {
	margin: 0;
}
.admin-service-survey-matrix-wrap {
	overflow-x: auto;
	margin-bottom: 24px;
}
.admin-service-survey-matrix {
	min-width: 640px;
	table-layout: fixed;
}
.admin-service-survey-matrix th {
	background: #df8585;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.45;
}
.admin-service-survey-matrix td {
	text-align: center;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
}
.admin-service-survey-matrix-service {
	width: 150px;
	text-align: left!important;
	font-weight: bold;
}
.admin-service-survey-used-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
}
.admin-service-survey-used-badge--yes {
	background: #edf8f0;
	color: #2f8a4c;
}
.admin-service-survey-used-badge--no {
	background: #eee;
	color: #777;
}
.admin-service-survey-score {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
.admin-service-survey-score--1 {
	color: #b3261e;
}
.admin-service-survey-score--2 {
	color: #e05a47;
}
.admin-service-survey-score--3 {
	color: #777;
}
.admin-service-survey-score--4 {
	color: #3fa05c;
}
.admin-service-survey-score--5 {
	color: #247a40;
}
.admin-service-survey-average {
	display: block;
	color: #df8585;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.admin-service-survey-average-count {
	display: block;
	margin-top: 2px;
	color: #777;
	font-size: 12px;
	line-height: 1.4;
}
.admin-service-survey-empty,
.admin-service-survey-not-target {
	color: #aaa;
	font-size: 12px;
}
.admin-service-survey-answer {
	display: grid;
	gap: 16px;
	margin-top: 12px;
}
.admin-service-survey-answer-service {
	padding: 16px;
	border: solid 1px #ead2d2;
	border-radius: 8px;
	background: #fffdf9;
}
.admin-service-survey-answer-service-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: solid 1px #f1dddd;
}
.admin-service-survey-answer-service-head h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.admin-service-survey-detail-score {
	margin-top: 12px;
	padding: 14px;
	border-radius: 8px;
	background: #fff;
}
.admin-service-survey-detail-score-head {
	display: block;
	margin-bottom: 10px;
}
.admin-service-survey-detail-score-head h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: bold;
}
.admin-service-survey-score-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	border-radius: 999px;
	font-weight: bold;
}
.admin-service-survey-score-label strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
}
.admin-service-survey-score-label--1,
.admin-service-survey-score-label--2 {
	background: #fff0ee;
	color: #b3261e;
}
.admin-service-survey-score-label--1 strong {
	background: #b3261e;
}
.admin-service-survey-score-label--2 strong {
	background: #e05a47;
}
.admin-service-survey-score-label--3 {
	background: #f1f0ef;
	color: #635c58;
}
.admin-service-survey-score-label--3 strong {
	background: #8a817c;
}
.admin-service-survey-score-label--4,
.admin-service-survey-score-label--5 {
	background: #eef5ff;
	color: #1456a3;
}
.admin-service-survey-score-label--4 strong {
	background: #3a7bd5;
}
.admin-service-survey-score-label--5 strong {
	background: #1456a3;
}
.admin-service-survey-answer .admin-service-survey-score-label--4,
.admin-service-survey-answer .admin-service-survey-score-label--5 {
	background: #edf8f0;
	color: #247a40;
}
.admin-service-survey-answer .admin-service-survey-score-label--4 strong {
	background: #3fa05c;
}
.admin-service-survey-answer .admin-service-survey-score-label--5 strong {
	background: #247a40;
}
.admin-service-survey-reason {
	padding: 10px 12px;
	background: #f7f7f7;
}
.admin-service-survey-reason span {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
.admin-service-survey-reason p {
	margin: 0;
	line-height: 1.8;
}
.admin-service-survey-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 22px;
}
.admin-service-survey-pager a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	min-height: 36px;
	border-radius: 999px;
	background: #df8585;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* スクリーンリーダー用の視覚的非表示テキスト */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
