@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}

/*-----------------------------
	BASE
------------------------------*/
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4f4f4f;
	line-height: 1.85;
	letter-spacing: 1px;
	word-break: break-all;
}
input[type="text"],
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif!important;
	color: #4f4f4f!important;
}
img {
	height: auto;
	max-width: 100%!important;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
a {
	color: #f90;
	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%;
}
.l {
	font-size: 150%;
	line-height: 1.35;
}
.b, strong {
	font-weight: bold;
	color: #222;
}
.red {
	color: #f00;
}
.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);
}
.article blockquote {
	background:url(/wp-content/themes/candle/lib/images/m2.png),url(/wp-content/themes/candle/lib/images/m1.png);
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right;
	margin: 40px 0;
	padding: 40px 25px;
	background-color: #eee;
	border-radius: 8px;
}
.article blockquote p:last-of-type {
	margin-bottom: 0;
}
.sp {
	display: none;
}

/*-----------------------------
	蝓ｺ譛ｬ繝ｬ繧､繧｢繧ｦ繝・------------------------------*/
#container {
}
#header {
	background-color: #fff;
}
.content-range {
	width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
#wrap {
	padding-top: 40px;
	padding-bottom: 80px;
	overflow: hidden;
}
#main {
	width: 750px;
	float: left;
}
#sidebar {
	width: 340px;
	padding-left: 40px;
	float: right;
}

/*-----------------------------
	header-pr 繝倥ャ繝繝ｼPR
------------------------------*/
.header-pr {
	background-color: #FDEFCC;
	padding: 9px 0 10px;
	margin-bottom: 10px;
}
.header-pr p {
	font-size: 12px;
	line-height: 1;
	margin: 0;
	text-align: center;
}
.header-pr p a {
	font-weight: bold;
}

/*-----------------------------
	header 繝倥ャ繝繝ｼ
------------------------------*/
#header {
	padding: 22px 0 15px;
}
#header .head-content-wrap {
	width: 100%;
	display: table;
}
#head-logo,
#head-info {
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
}
#head-logo {
	width: 210px;
}
#head-logo,
#head-logo h1 {
	text-align: left;
}
#head-logo a {
}
#head-logo a:hover {
	text-decoration: none;
}
#head-logo img {
	width: 210px;
	margin-bottom: 10px;
}
#head-logo .copy {
	font-size: 13px;
	color: #555;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-left: 15px;
}
#head-logo a:hover .copy {
	opacity: 0.7;
}
#head-info {
	text-align: right;
}
#head-search,
#head-guide {
	display: inline-block;
}
#head-search {
	text-align: right;
	padding: 0 5px;
}
#searchform {
	position: relative;
}
#searchform #s {
	width: 360px;
	padding: 8px 10px 9px 40px;
	background: #F5F5F5;
	border: 2px solid #EAE7E7;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}
#searchform #s::placeholder {
	color: #aaa;
}
#searchform #s:focus {
	border: 2px solid #F99696;
	outline: 0;
}
#searchform i {
	position: absolute;
	display: inline-block;
    left: 10px;
    top: 9px;
    font-size: 26px;
    color: #888;
}
#head-guide .sub-nav-list {

}
#head-guide .sub-nav-list li {
	display: inline-block;
	margin-left: 3px;
}
#head-guide .sub-nav-list li a {
	display: inline-block;
	padding: 9px 26px;
	color: #fff;
	background-color: #f90;
	font-size: 12px;
	border-radius: 6px;
}
#head-guide .sub-nav-list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*-----------------------------
	nav global-navi 繝翫ン
------------------------------*/
#navi {
	margin-top: 14px;
}
#menu-global-navi {
	display: flex;
	flex-wrap: wrap;
}
#menu-global-navi > li {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	flex: 1 1 0;
	margin-right: 0.6%;
	box-sizing: border-box;
}
#menu-global-navi > li:last-child {
	margin-right: 0;
}
#menu-global-navi > li > a {
	display: block;
    color: #555;
    line-height: 1;
    padding: 15px 0 15px 1em;
    letter-spacing: 1px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
}
#menu-global-navi > li.freeschool > a {
	letter-spacing: 0;
}
#menu-global-navi > li > a:hover {
	background-color: #fffdf0;
	text-decoration: none;
}
#menu-global-navi > li i {
	position: absolute;
	left: 8px;
	top: 10px;
	color: #f90;
}
#menu-global-navi > li ul {
	display: none;
	width: 210px;
	padding: 20px 15px 20px 25px;
	box-sizing: border-box;
	background-color: #fffdf0;
	position: absolute;
	top: 100%;
	right: 0;
	box-shadow: 1px 1px 6px #f90;
	border-radius: 10px;
	z-index: 5;
}
#menu-global-navi > li:hover ul {
	display: block;
}
#menu-global-navi > li ul li {

}
#menu-global-navi > li ul li a {
	display: block;
	margin: 0;
	font-size: 15px;
	padding: 5px 5px 5px 22px;
	color: #555;
	text-align: left;
	position: relative;
}
#menu-global-navi > li ul li a:before {
	position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #f90;
    border-right: 2px solid #f90;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-global-navi > li ul li a:hover {
	color: #f90;
}

/*-----------------------------------
	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;
}
#breadcrumb li {
	float: left;
	display: inline-block;
	margin-right: 8px;
}
#breadcrumb li:after {
	content: ">";
	display: inline-block;
	margin: 0 2px;
}
#breadcrumb li span {
	margin-right: 8px;
}
#breadcrumb li i {
	font-size: 13px;
    position: relative;
    top: 3px;
}

/*-----------------------------
	sidebar 繧ｵ繧､繝峨ヰ繝ｼ
------------------------------*/
#sidebar {
	font-size: 14px;
	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 .adsense {
	margin-bottom: 20px;
}
#sidebar .item-box-wrap {
	margin-bottom: 40px;
	border-radius: 6px;
    box-shadow: 0px 0px 3px #ddd;
	padding: 30px;
}
/*
	譛霑代・繧ｳ繝ｳ繝・Φ繝・*/
#sidebar .item-box-wrap.recent {
	background-color: #FFF7E3;
	border-radius: 10px;
	box-shadow: none;
}
#sidebar .tab-nav {
	overflow: hidden;
	display: flex;
}
#sidebar .tab-nav a {
	width: 48%;
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	color: #555;
}
#sidebar .tab-nav a:first-child {
	margin-right: 2%;
}
#sidebar .tab-nav a:last-child {
	margin-left: 2%;
}
#sidebar .tab-nav a:hover {
	color: #f90;
	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: #f90;
}
/*
	article-list 險倅ｺ九Μ繧ｹ繝・*/
#sidebar .article-list {
	margin: 0;
	padding: 0;
}
#sidebar .article-list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
}
#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;
}
#sidebar .article-list li a:before {
	content: "竊・;
	position: absolute;
	line-height: 1;
	bottom: 5px;
	right: 5px;
	color: #f90;
	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: 80px;
	margin-right: 15px;
	position: relative;
}
#sidebar .article-list li .img img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
#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-left: 90px;
}
#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(255, 153, 0, 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 6px;
}
#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: 15px;
	text-align: center;
}
#sidebar .item-box-wrap.recent .more-btn a {
	color: #fff;
	background-color: #f90;
	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;
	margin: 10px auto 0;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: none;
}
.btn__twitter {
	background-color: #00acee;
}
.btn__instagram {
	background: radial-gradient(circle at -2% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.btn__line {
	background-color: #25af00;
}

#sidebar .item-box-wrap.sns a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*
	banner 繝舌リ繝ｼ
*/
#sidebar .banner {

}
#sidebar .banner-list {

}
#sidebar .banner-list li {
	margin-bottom: 20px;
}
#sidebar .banner-list li a {
	display: block;
	border-radius: 10px;
}
#sidebar .banner-list li.text-banner a {
	padding: 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(/wp-content/themes/candle/lib/images/sidebar/banner_bg_knowledge.svg) no-repeat right bottom;
}
#sidebar .banner-list li.freeschool a:before {
	background: url(/wp-content/themes/candle/lib/images/sidebar/banner_bg_freeschool.svg) no-repeat right bottom;
}
#sidebar .banner-list li.tsushin-school a:before {
	background: url(/wp-content/themes/candle/lib/images/sidebar/banner_bg_tsushin_school.svg) no-repeat right bottom;
}
#sidebar .banner-list li.care-group a:before {
	background: url(/wp-content/themes/candle/lib/images/sidebar/banner_bg_care_group.svg) no-repeat right bottom;
}
#sidebar .banner-list li.parent-meeting a:before {
	background: url(/wp-content/themes/candle/lib/images/sidebar/banner_bg_parent_meeting.svg) no-repeat right bottom;
}
#sidebar .banner-list li.text-banner .title {
	font-size: 19px;
	margin-bottom: 10px;
}
#sidebar .banner-list li.text-banner .description {
	font-size: 13px;
	color: #555;
	padding-right: 80px;
	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: 15px;
	background-color: #fff;
	border-radius: 40px;
}
#sidebar .banner-list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*-----------------------------
繝輔ャ繧ｿ繝ｼ
------------------------------*/
#footer-common {
	background: url("/wp-content/themes/candle/lib/images/footer/bg-paper.png") repeat;
	padding-top: 35px;
	padding-bottom: 10px;
}
#footer-common-top {
	display: table;
	width: 100%;
}
#footer-common-top .logo,
#footer-common-top .sitemap-list {
	display: table-cell;
	vertical-align: middle;
}
#footer-common-top .logo {
	width: 310px;
}
#footer-common-top .logo a,
#footer-common-top .logo img {
	display: inline-block;
}
#footer-common-top .logo img {
    width: 200px;
    margin-left: 45px;
}
#footer-common-top .sitemap-list {
	overflow: hidden;
}
#footer-common-top .sitemap-list li {
	float: left;
	margin-right: 1.5em;
}
#footer-common-top .sitemap-list li:after {
	color: #622;
	content: "/";
	display: inline-block;
	margin-left: 1.5em;
}
#footer-common-top .sitemap-list li:last-child:after {
	display: none;
}
#footer-common-top .sitemap-list li a {
	font-size: 14px;
	color: #451818;
}
#footer-common-top .sitemap-list li a:hover {
	text-decoration: none;

}
#copyright {
	margin-top: 5px;
	text-align: right;
}
#copyright .copy {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer .copy a {
	color: #666;
	line-height: 1;
}

/*-----------------------------------
	蜈ｱ騾壹け繝ｩ繧ｹ
------------------------------------*/
div.btn {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}
div.btn a {
	line-height: 1;
	display: inline-block;
	padding: 18px 50px 18px;
	color: #fff;
	background-color: #f90;
	border-radius: 35px;
	font-size: 15px;
}
div.btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.double_btn {
	margin-top: 45px;
	margin-bottom: 60px;
	text-align: center;
}
.double_btn a {
	width: 270px;
	padding: 11px 20px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 40px;
	border: solid 1px #f90;
	line-height: 1.5;
}
.double_btn a:hover {
	text-decoration: none;
	background-color: #f90;
	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;
}
.pr-block {
	font-size: 21px;
	font-weight: bold;
    background: #fffdf0;
    padding: 25px;
    color: #8d5e33;
}
.fukidasi {
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0;
	padding: 8px 1em 5px;
	border-radius: 10px;
	position: relative;
	margin-top: 15px;
	text-align: center;
}
.fukidasi:before {
	border:12px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-12px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
	z-index:1;
}
.fukidasi:after {
	border:12px solid transparent;
	border-bottom-color:#ccc;
	border-top-width:0;
	top:-13px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}
.fukidasi_gray {
    background-color: #eee;
    border: solid 1px #ccc;
    margin-top: 5px!important;
    padding: 8px 10px 6px;
    border-radius: 10px;
    position: relative;
    margin-top: 15px;
    font-size: 11px;
    text-align: left;
    line-height: 1.45;
    display: inline-block;
    letter-spacing: 0.5px;
}
.fukidasi_gray:before {
    border: 7px solid transparent;
    border-bottom-color: #eee;
    border-top-width: 0;
    top: -7px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.fukidasi_gray:after {
    border: 7px solid transparent;
    border-bottom-color: #ccc;
    border-top-width: 0;
    top: -8px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
}
.insert-post {
	border: 2px solid #f90;
	margin-bottom: 15px;
	background-color: #fff;
}
.insert-post a {
	padding: 15px;
	display: block;
	overflow: hidden;
	position: relative;
}
.insert-post .img {
	width: 180px;
	float: left;
	margin-right: 15px;
}
.insert-post .img img {
	width: 180px;
	height: 120px;
	object-fit: cover;
	display: block;
}
.insert-post .text {
	padding-left: 195px;
}
.insert-post .text p {
	line-height: 1.55;
}
.insert-post .text .title {
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 10px;
}
.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: 35px 40px;
    color: #622;
    background-color: #fffef5;
    border-radius: 20px;
    box-shadow: 0 0 4px #fee;
    line-height: 2;
}
/*
	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 {
	padding: 15px;
}
.basic-table th {
	text-align: left;
	color: #8d5e33;
	font-weight: bold;
}
.basic-table th {
	width: 10em;
}
.basic-table.th9 th {
	width: 9em;
}
/*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: 25%;
	padding: 10px 0;
}
.border-table td {
	color: #333;
	background-color: #fff;
	text-align: left;
	width: 75%;
	padding: 10px 20px;
}
.border-table.col4 td {
	width: 25%;
}
.border-table__type2 th,
.border-table__type2 td {
	padding: 20px;
}
.border-table__type2 th {
	text-align: left;
}
.border-table__type3 th,
.border-table__type3 td {
	padding: 12px;
	font-size: 14px;
}

/*
	繝｢繝ｼ繝繝ｫ繧ｦ繧｣繝ｳ繝峨え
*/
.modal_btn {
	margin-top: 45px;
}
.modal_btn .open_button {
	display: block;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	background-color: #f90;
	border-radius: 5px;
	font-size: 19px;
	cursor: pointer;
}
.modal_btn .open_button i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: 0;
	line-height: 1;
	margin-right: 10px;
}
.modal_btn .open_button:hover {
	opacity: 0.7;
}
.modal_btn_small {
	text-align: center;
}
.modal_btn_small .open_button {
	width: 70%;
	padding: 12px 0;
	display: inline-block;
	font-size: 17px;
}
.modal_wrap > input{
	display: none;
}
.modal_overlay {
	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: 600px;
	padding: 45px 20px 40px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	margin: 50px 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="password"],
.modal_content input[type="mail"],
.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;
    background-color: #f90;
    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: -22px;
	margin: 0 8px 0 0!important;
}
.modal_content .comment-avatar img {
	display: inline-block;
	margin-right: 15px;
	width: 55px;
}
.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:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal-overlay {
	display: flex;
	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-overlay.open {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal-overlay .modal-content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 520px;
	padding: 55px 30px;
	box-sizing: border-box;
	background: #fffded;
	transition: 0.5s;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
}
.modal-overlay .overlay-message--post {
	color: #f80;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
}
.modal-close-btn__mark {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 35px;
	cursor: pointer;
	background: none;
	border: none;
	color: #f80;
}
.modal-close-btn__mark:hover {
	opacity: 0.7;
}

/*-----------------------------
	繧｢繝ｼ繧ｫ繧､繝門・騾・------------------------------*/
.archive h1 {
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.45;
	text-shadow: 1px 1px 2px #ccc;
	display: flex;
	align-items: center;
	min-height: 40px;
}
.archive h1 i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.archive h1 i .material-icons {
	font-size: 40px;
	line-height: 1;
	color: #f90;
	text-shadow: none;
}
.archive h1 i img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.archive .pr {
	background-color: #FFF3F3;
	padding: 25px;
	margin-bottom: 30px;
	border: solid 1px #F96E6E;
	border-radius: 6px;
}
.archive .pr dt {
	font-size: 14px;
	font-weight: bold;
	color: #662222;
	margin-bottom: 15px;
}
.archive .pr dd {
	font-size: 13px;
}

/*-----------------------------
	謚慕ｨｿ繝ｻ蝗ｺ螳壹・繝ｼ繧ｸ蜈ｱ騾・------------------------------*/
.article {
	padding: 30px;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
	position: relative;
}
.article .eyecatch img {
	border-radius: 10px;
	display: block;
}
.article p img {
	display: inline-block;
}
.article h1 img {
	display: inline-block;
}
.article ul {
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-left: 1em;
}
.article ul li {
	margin: 0;
	padding: 0;
	color: inherit;
	padding-left: 22px;
	line-height: 1.45;
	margin-bottom: 10px;
	position: relative;
}
.article ul li:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	border: 7px solid transparent;
	border-left: solid 8px #f90;
	content: "";
	border-radius: 3px;
}
.article ul li a {
	position: relative;
}
.article ul ul {
	margin-left: 3em;
}
.article ul ul ul {
	margin-bottom: 0;
}
.article ol {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.8em;
	margin-left: 3em;
	counter-reset: number;
}
.article ol li {
	position: relative;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
}
.article ol li:before {
	position: absolute;
    counter-increment: number;
    content: counter(number);
    background: #f90;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    padding: 3px 6px 3px;
    font-size: 14px;
    top: 6px;
    left: -35px;
}
.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,
.article-dl dd {
}
.article dl dd ul:last-of-type,
.article-dl dd ul:last-of-type {
	margin-bottom: 0;
}
.article dl dd .btn {
	line-height: 1;
    padding: 20px 30px 18px 34px;
    background-color: #25af00;
    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 dd .btn:after {
	position: relative;
	content: "縲・;
	padding-left: 6px;
	font-size: 14px;
}
.article dl dd .btn:hover {
	text-decoration: none;
}
.article dl.pr {
	margin-top: 50px;
}
.article dl.pr dt {
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: solid 1px #ffd557;
	position: relative;
	padding-top: 21px;
	padding-left: 62px;
}
.article dl.pr dt:before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(/wp-content/themes/candle/lib/images/common/logo_circle.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	left: 0;
	top: 1px;
}
.article dl.pr dt:after {
	position: absolute;
	content: "・ｰ・ｲ";
	display: inline-block;
	color: #fff;
	background-color: #f90;
	padding: 0 15px;
	font-size: 10px;
	border-radius: 30px;
	top: 1px;
	left: 62px;
}
.article dl.pr dd {
	overflow: hidden;
}
.article dl.pr dd .img {
	width: 210px;
	float: left;
}
.article dl.pr dd .img a,
.article dl.pr dd .img img {
	display: block;
}
.article dl.pr dd .img img {
	width: 210px;
	height: 140px;
	object-fit: cover;
}
.article dl.pr dd .text {
	padding-left: 230px;
}
.article dl.pr dd .text p {
	font-size: 14px;
	margin: 0;
	line-height: 1.76;
	position: relative;
	top: -4px;
}
.article dl.pr dd .text .btn {
	font-size: 13px;
	border-radius: 30px;
	box-shadow: none;
	margin: 12px 0 0!important;
	padding: 5px 20px 5px 27px!important;
	line-height: 1.7;
}
.article dl.pr dd .text .btn:before {
	display: none;
}
.article dl.pr dd .text .btn:after {
}

/*-----------------------------
	蝗ｺ螳壹・繝ｼ繧ｸ蜈ｱ騾・------------------------------*/
.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(255, 153, 0, 0.45);
	top: 0;
	left: 0;
	z-index: 2;
}
.page .eyecatch img {
	border-radius: 0;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.page .eyecatch h1 {
	position: absolute;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0px 0px 15px rgba(200, 90, 0, 1);
    width: 90%;
    top: 36%;
    left: 5%;
    z-index: 3;
}
.page-content {
	margin-top: 60px;
}

/*-----------------------------
	tax-area 繧ｨ繝ｪ繧｢繧ｿ繧ｯ繧ｽ繝弱Α繝ｼ蜈ｱ騾・------------------------------*/
.tax-area .sort {
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 25px;
}
.tax-area .sort-item-list {
	display: flex;
}
.tax-area .sort-item-list li {
	margin-right: 30px;
}
.tax-area .sort-item-list li:last-child {
	margin-right: 0;
}
.tax-area .sort-item-list li label {
	font-size: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
.tax-area .sort-item-list li select {
	font-size: 15px;
	padding: 8px 10px;
	width: 200px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	border: none;
}
.tax-area .page-navi {
	margin-bottom: 15px;
}

/*-----------------------------
	article-list 險倅ｺ倶ｸ隕ｧ
------------------------------*/
.article-list {
	margin: 0;
	padding: 0;
}
.article-list > li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #eee;
}
.article-list > li:first-child {
	border-top: solid 1px #eee;
}
.article-list > li a {
	display: block;
	padding: 25px 0;
	color: #000;
	overflow: hidden;
	position: relative;
}
.article-list > li a:hover {
	color: #f90;
	text-decoration: none;
}
.article-list > li a:hover img {
	opacity: 1;
}
.article-list > li .img {
	float: left;
	width: 240px;
	margin-right: 25px;
	position: relative;
}
.article-list > li .img img {
	display: block;
	width: 240px;
	height: 160px;
	border-radius: 6px;
	object-fit: cover;
}
.article-list > li .img .cat {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 9px 15px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	background-color: #f90;
	line-height: 1;
	border-radius: 30px;
	z-index: 3;
}
.article-list > li .content {
	padding-left: 265px;
}
.article-list > li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 19px;
	line-height: 1.6;
	color: #000;
}
.article-list .article-info {
	color: #888;
	font-size: 13px;
	margin-top: 25px;
}
.article-list .article-info .date {
	position: relative;
}
.article-list .article-info .date i {
	position: relative;
	color: #999;
	font-size: 17px;
	padding-right: 4px;
	top: 4px;
}
.article-list .article-info .author {
	display: inline-block;
	margin-left: 12px;
}
.article-list .article-info .author img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 14px;
	border: 2.5px 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: #f90;
}

/* box */
.article-box-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 80px;
}
.article-box-list li {
	width: calc(100% / 3);
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
}
.article-box-list li a {
	display: block;
	color: #333;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	height: 100%;
	box-shadow: 1px 1px 7px #ddd;
}
.article-box-list li a:hover {
	box-shadow: 2px 2px 10px #f90;
	text-decoration: none;
}
.article-box-list li .img {
	float: none;
	position: relative;
}
.article-box-list li .img img  {
	display: block;
	border-radius: 10px 10px 0 0;
	width: 100%;
	max-height: 205px;
	object-fit: cover;
}
.article-box-list li .img .cat {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #f90;
	padding: 6px 15px;
	border-radius: 30px;
	z-index: 3;
}
.article-box-list li .content {
	padding: 10px 18px 18px;
	border-radius: 0 0 10px 10px;
}
.article-box-list li .content .article-info {
	font-size: 12px;
	color: #888;
	margin-bottom: 10px;
	position: relative;
	margin-top: -27px;
	overflow: hidden;
}
.article-box-list li .content .article-info .date {
	float: left;
	display: inline-block;
	position: relative;
	top: 25px;
}
.article-box-list li .content .article-info .date i {
	font-size: 15px;
	color: #999;
	position: relative;
	top: 2.5px;
	padding-right: 4px;
}
.article-box-list li .content .article-info .author {
	display: inline-block;
	float: right;
}
.article-box-list li .content .article-info .author img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	border: 2.5px solid #FFFFFF;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	top: 8px;
}

.article-box-list li .content .title {
	line-height: 1.6;
	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: 25px 20px 10px;
	color: #000;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.local-item-list > li:hover {
	box-shadow: 1px 1px 8px #f90;
}
.local-item-list > li a:hover {
	color: #f90;
	text-decoration: none;
	background-color: #FFFBF0;
}
.local-item-list > li .img {
	float: left;
	width: 240px;
	margin-right: 25px;
	position: relative;
}
.local-item-list > li .img img {
	display: block;
	width: 240px;
	height: 160px;
	border-radius: 6px;
	object-fit: cover;
}
.local-item-list > li .content {
	padding-left: 265px;
}
.local-item-list > li .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 19px;
	line-height: 1.6;
	color: #000;
	margin-top: 18px;
	line-height: 1.5;
}
.local-item-list .article-info {
	color: #888;
	font-size: 13px;
	margin-top: 25px;
}
.article-pr {
	position: absolute;
	top: 8px;
	right: 12px;
	display: inline-block;
}
.article-pr .pr-list {
	margin: 0;
}
.article-pr .pr-list li {
	display: inline-block;
	font-size: 12px;
	color: #5E4310;
	background-color: #FFCD6B;
	margin: 0;
	padding: 8px 14px 8px 15px;
	line-height: 1;
	border-radius: 6px;
}
.article-pr .pr-list li:before {
	display: none;
}
.article-info ul {
	overflow: hidden;
}
.article-info {
	margin-top: 15px;
}
.article-info .info-list {
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px;
}
.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: 18px;
    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: 20px;
    top: 1px;
}
.article-info .count-list li.comment-count i {
    width: 18px;
    top: 2px;
}
.local-item-list > li .more {
	color: #f90;
	display: inline-block;
	margin-top: 12px;
	float: right;
}
.local-item-list > li .more:after {
	content: "縲・;
	font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    top: -1px;
    position: relative;
}
.local-item-list > li a:hover .content .title {
	color: #000;
}
.local-item-list > li a:hover .content .article-info,
.local-item-list > li a:hover .content .article-info .date i {
	color: #888;
}
/*
	蜿｣繧ｳ繝滉ｸ隕ｧ
*/
.article .comments-list,
.comments-list {
	margin: 15px 0;
}
.article .comments-list li,
.comments-list li {
	margin: 0;
    padding: 20px 0 10px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    position: relative;
}
.article .comments-list li:first-child,
.comments-list li:first-child {
	border-top: solid 1px #ddd;
}
.article .comments-list li:before,
.comments-list li:before {
	display: none;
}
.comment-date {
	position: absolute;
	font-size: 12px;
	color: #999;
	top: 22px;
	line-height: 1;
}
.comment-date i {
	font-size: 13px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    display: inline-block;
}
.comment-header {
	width: 100%;
	margin-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comment-header .img {
	width: 55px;
}
.comment-header .img img {
	display: block;
	width: 55px;
	height: 55px;
	object-fit: cover;
}
.comment-header .content {
	width: calc(100% - 55px);
	padding-left: 10px;
	box-sizing: border-box;
}
.comment-header .content .author-info {
	margin-bottom: 0;
	line-height: 1.25;
}
.comment-header .content .author-info .name {
	font-size: 17px;
	margin: 10px 0 10px;
	line-height: 1.2;
}
.comment-header .content .author-info .role,
.comment-header .content .author-info .owner {
	font-size: 11px;
	color: #888;
	display: inline-block;
}
.comment-content {
	line-height: 1.65;
}
.comment-content p {
	margin-bottom: 25px;
}

/*-----------------------------
	tsushin_school-list
------------------------------*/
.tsushin_school-list > li .title {
	margin: 0 0 4px;
	font-size: 20px;
}
.tsushin_school-list .article-info {
	margin-top: 6px;
}
.tsushin_school-list .article-info .count-list {
	margin-bottom: 15px;
}
.tsushin_school-list .border-table th,
.tsushin_school-list .border-table td {
	font-size: 12px;
}
.tsushin_school-list .border-table th {
	width: 35%;
	padding: 5px;
}
.tsushin_school-list .border-table td {
	width: 65%;
	padding: 5px 10px;
}
.tsushin_school-list .border-table td li {
	display: inline-block;
}
.tsushin_school-list .border-table td li:after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
.tsushin_school-list .border-table td li:last-child:after {
	display: none;
}

/*-----------------------------
	single 謚慕ｨｿ
------------------------------*/
.single h1, .single .h1, .single-h1 {
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.45;
	text-shadow: 1px 1px 2px #ccc;
}
.single h2, .single .h2, .single-h2 {
    font-size: 22px;
    color: #fff;
    background-color: #f90;
    font-weight: normal;
    margin: 60px 0 30px;
    padding: 18px 20px 18px;
    line-height: 1.4;
	border-radius: 5px;
}
.single h3, .single .h3, .single-h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: solid 2px #f90;
    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 {
	overflow: hidden;
	margin-bottom: 10px;
}
.single .article-header .cat {
	margin-bottom: 20px;
}
.single .article-header .cat a,
.single .article-header .cat span {
	color: #fff;
	background-color: #f90;
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px 10px;
	border-radius: 30px;
}
.single .article-header .cat a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single .article-info {
	font-size: 13px;
	color: #888;
	overflow: hidden;
	padding-bottom: 0;
}
.single .article-info .date {
	position: relative;
	top: 10px;
}
.single .article-info .date i {
	font-size: 17px;
	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 a:hover {
	text-decoration: none;
}
.single .article-info .author img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 14px;
	border: 2.5px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

/*-----------------------------
	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: #f90;
}
.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: #f90;
	line-height: 1;
	position: relative;
}
.article .article-list.freeschool li .article-box .more:after {
	content: "縲・;
	padding-left: 5px;
}

/*-----------------------------
	single-local-information
	繝輔Μ繝ｼ繧ｹ繧ｯ繝ｼ繝ｫ繝ｻ騾壻ｿ｡蛻ｶ鬮俶｡縺ｪ縺ｩ蜈ｨ蝗ｽ蜷・慍縺ｮ諠・ｱ蜈ｱ騾・------------------------------*/
.single-local-information  .article-header {
	margin-bottom: 20px;
}
.single-local-information h1 {
	margin-top: 10px;
}
.single-local-information h2 {
	font-size: 24px;
    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: -3px;
    left: -10px;
    margin-right: -10px;
}
.single-local-information-type-information h3 {
	margin: 15px 0;
	padding: 7px 0 8px 20px;
	border: none;
	font-size: 20px;
	color: #4F4F4F;
}
.single-local-information-type-information h3:before {
	position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f90;
    border-radius: 5px;
}
.single-local-information-type-information .owner_message dt {
	margin-bottom: 20px;
}
.single-local-information-type-information .owner_message dd {
	display: table;
	width: 100%;
}
.single-local-information-type-information .owner_message .img,
.single-local-information-type-information .owner_message .content {
	display: table-cell;
	vertical-align: top;
}
.single-local-information-type-information .owner_message .img {
	width: 120px;
	padding-right: 18px;
}
.single-local-information-type-information .owner_message .img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
}
.single-local-information-type-information .owner_message .content {
	font-size: 14px;
}
.single-local-information .page-type-list {
	margin: 35px 0 35px;
	border-bottom: 7px solid #FFCD6B;
	overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.single-local-information .page-type-list > li {
	float: left;
	width: 32%;
	box-sizing: border-box;
	margin: 0;
	margin-right: 2%;
	padding: 0;
}
.single-local-information .page-type-list > li:last-child {
	margin-right: 0;
}
.single-local-information .page-type-list > li:before {
	display: none;
}
.single-local-information .page-type-list > li a {
	color: #5E4310;
	background-color: #F2E5CC;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.single-local-information .page-type-list > li > a:hover {
	text-decoration: none;
	color: #f90;
}
.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;
}
.single-local-information .local-item-num-list li {
	margin: 0 0 20px;
	padding: 30px 30px 35px;
	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 20px;
    padding: 0px 0 8px 35px;
    border-bottom: dashed 1px #f90;
    font-size: 20px;
    color: #4F4F4F;
}
.single-local-information .local-item-num-list h3:before {
	display: inline-block;
    color: #f90;
    content: counter(number);
    margin-right: 0px;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
	height: auto;
    background: none;

}
.single-local-information .article .more-btn {
	margin-top: 65px;
	margin-bottom: 20px;
	text-align: center;
}
.single-local-information .article .more-btn a {
	display: inline-block;
    margin: 0 5px;
    padding: 30px 0 30px 15px;
    font-size: 19px;
    width: 330px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
.single-local-information .article .more-btn a.panflet {
	color: #4f4f4f;
	background-color: #FFCD6B;
}
.single-local-information .article .more-btn a.comment {
	color: #fff;
	background-color: #629CEA;
}
.single-local-information .article .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single-local-information .article .more-btn a i {
	position: absolute;
    display: block;
    top: 17px;
    left: 18px;
}
.single-local-information .modal_content h3 {
	margin: 0 0 6px;
}
.single-local-information .article dl.pr {
	margin-bottom: 0;
}

/*-----------------------------
	single-tsushin_school
	騾壻ｿ｡蛻ｶ鬮俶｡
------------------------------*/
.single-tsushin_school h1 {
	margin-bottom: 10px;
}
.single-tsushin_school .border-table {
	margin: 20px 0;
}
.single-tsushin_school .border-table__type2 {
	margin: 0;
}
.single-tsushin_school .border-table__type2 ul {
	margin: 0;
}
.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;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	top: -23px;
}
.sns-bar .sns-list li {
	float: left;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 5px;
	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: 46px;
	height: 46px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(29, 161, 242, 0.3);
	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: 6px;
    left: 10px;
    font-size: 21px;
}
.sns-bar .sns-list li .icon-facebook {
	top: 7px;
    left: 9px;
    font-size: 22px;
}
.sns-bar .sns-list li .icon-line {
	top: 6px;
    left: 9px;
    font-size: 21px;
}
.sns-bar .sns-list li.twitter a {
	background-color: #00acee;
}
.sns-bar .sns-list li.twitter a:hover {
	background-color: #0092ca;
}
.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;
	width: 100%;
	box-sizing: border-box;
	margin-top: 45px;
}
.sns-bottom .sns-bar {

}
.sns-bottom .sns-bar .sns-list {
	padding-left: 0;
	margin-top: 0;
	top: auto;
}

/*-----------------------------
	闡苓・ュ蝣ｱ author-info
------------------------------*/
.article-author-info {
	margin-top: 50px;
    padding: 30px;
    background-color: #FFF7E3;
    border-radius: 8px;
    box-shadow: 0px 0px 4px #ffc7a3;
}
.article-author-info dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.article-author-info dt i {
	position: relative;
	display: inline-block;
	top: 9px;
	margin-right: 5px;
}
.article-author-info dd {
	overflow: hidden;
}
.article-author-info dd .img {
	width: 110px;
	float: left;
}
.article-author-info dd .img img {
	width: 90px;
	height: 90px;
	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 dd .content {
	padding-left: 110px;
}
.article-author-info dd .content .name {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.article-author-info dd .content .profile {
	font-size: 14px;
	margin-bottom: 15px;
}
.article-author-info dd .content .more-btn {
	text-align: center;
}
.article-author-info dd .content .more-btn a {
	display: inline-block;
	line-height: 1;
	margin: 0 6px;
	padding: 8px 0 10px;
	width: 220px;
	border-radius: 30px;
	font-size: 13px;
	color: #fff;
	background-color: #f90;
	box-shadow: 0px 0px 15px rgba(245, 130, 130, 0.32);
}
.article-author-info dd .content .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*-----------------------------
	繧ｳ繝ｩ繝逕ｨ繧ｳ繝｡繝ｳ繝・article-comment
------------------------------*/
.article-comment {
	margin-top: 40px;
}
.article-comment h4 {
	font-size: 24px;
    font-weight: normal;
    color: #f90;
    background: none;
    margin: 0 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 .comment-header {
	padding-bottom: 20px;
	margin-top: 0;
}
.article-comment .modal_btn {
	margin-top: 30px;
}
.single-post .comment-header {
}
.single-post .comment-header .content {
	padding-left: 0;
}
.single-post .comment-content {
	margin-top: 20px;
}

/*-----------------------------
	髢｢騾｣險倅ｺ・髢｢騾｣繝医ヴ繝・け related-posts
------------------------------*/
.article-related-posts {
	margin-top: 50px;
}
.article-related-posts h4 {
	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;
	padding-top: 5px;
	display:flex;
    flex-wrap:wrap;
}
.related-posts-list li {
	margin: 0;
	padding: 0;
	background: none;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.related-posts-list li:before {
	display: none;
}
.related-posts-list li:nth-child(odd) {
	padding-right: 12.5px;
}
.related-posts-list li:nth-child(even) {
	padding-left: 12.5px;
}
.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: #f90;
}
.related-posts .btn {
	margin: 20px 0 0;
}
.related-topics-list .img {
	width: 65px;
}
.related-topics-list .img img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 2px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

/*-----------------------------
	pagination 繝壹・繧ｸ繝阪・繧ｷ繝ｧ繝ｳ
------------------------------*/
.pagination {
	overflow: hidden;
    display: table;
    font-size: 16px;
    line-height: 1;
    margin: 40px auto 0;
    padding-bottom: 5px;
}
.pagination span, .pagination a {
	display: block;
    float: left;
    margin: 0 3px;
    padding: 12px 16px;
    text-decoration: none;
    width: auto;
    color: #f90;
    background-color: #fff;
    border: solid 1.5px #f90;
    border-radius: 10px;
}
.pagination .current {
	padding: 12px 16px;
    color: #fff;
    background-color: #f90;
    border: solid 1.5px #f90;
    border-radius: 10px;
}
.pagination a:hover {
    color: #fff;
    background-color: #f90;
}

/*-----------------------------
繝壹・繧ｸTOP
------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 10px;
}
#page-top a {
}
#page-top a:hover img {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

/*---------------------------------
	蝗ｺ螳壹・繝ｼ繧ｸ page
--------------------------------*/
.page h2 {
	font-size: 25px;
	color: #4f4f4f;
	text-align: center;
	margin-bottom: 20px;
}
.page h2.logo {
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
	background: url("/wp-content/themes/candle/lib/images/common/icon/icon_logo.png") no-repeat top center;
	background-size: 50px 50px;
}

/*---------------------------------
	・代き繝ｩ繝繝壹・繧ｸ 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 {
	text-align: center;
}

/*---------------------------------
	繝医ャ繝励・繝ｼ繧ｸ home front-page
--------------------------------*/
.home {
	background-color: #fffef7;
}
.home #wrap {
	padding-top: 0;
}
.home #front-eyecatch {
	display: table;
	width: 100%;
	min-width: 1090px;
	height: 600px;
	overflow: hidden;
}
.home #front-eyecatch .message,
.home #front-eyecatch .img {
	display: table-cell;
	vertical-align: top;
}
.home #front-eyecatch .message {
	width: 570px;
	padding: 40px 0;
	box-sizing: border-box;
	background: url(/wp-content/themes/candle/lib/images/common/bg-paper.png) repeat;
	position: relative;
}
.home #front-eyecatch .message .border {
	position: absolute;
	width: 25px;
	height: 600px;
	top: 0;
	left: 100%;
	z-index: 3;
}
.home #front-eyecatch .message:before {
	position: absolute;
	content: "";
	bottom: 15px;
	right: 25px;
	z-index: 4;
	background: url(/wp-content/themes/candle/lib/images/page/front-page/illust-front-message.png) no-repeat;
	width: 150px;
	height: 84px;
}
.home #front-eyecatch .message h2 {
	margin: 0;
	font-size: 26px;
	text-align: left;
	margin-bottom: 35px;
	margin-right: 10px;
	padding: 15px 50px 18px;
	color: #fff;
	line-height: 1.4;
	background-color: #f90;
	border-radius: 0 100px 100px 0;
	font-weight: normal;
	letter-spacing: 1.5px;
}
.home #front-eyecatch .message p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.9;
	padding: 0 32px 0 50px;
	margin-bottom: 20px;
}
.home #front-eyecatch .img {
	position: relative;
	min-width: 520px;
}
.home #front-eyecatch .img img {
	width: 100%;
	height: 600px;
	display: block;
	object-fit: cover;
}
.home #front-eyecatch .img .guide-btn {
	position: absolute;
	display: inline-block;
	width: 52%;
	bottom: 30px;
	left: 24%;
}
.home #front-eyecatch .img .guide-btn a {
	display: block;
	background-color: #53ca48;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 15px 12px;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: bold;
	position: relative;
}
.home #front-eyecatch .img .guide-btn a img {
	width: 100%;
	height: auto;
}
.home #front-eyecatch .img .guide-btn a .table {
	width: auto;
	margin: 0 auto;
}
.home #front-eyecatch .img .guide-btn a .illust {
	width: 40px;
	display: inline-block;
	padding-bottom: 2px;
}
.home #front-eyecatch .img .guide-btn a .text {
	padding-left: 6px;
	padding-right: 25px;
	font-weight: bold;
}
.home #front-eyecatch .img .guide-btn a .arrow {
	width: 10px;
}
.home #front-eyecatch .img .guide-btn a:hover {
	text-decoration: none;
	background-color: #49933f;
}
.home #front-eyecatch .img .guide-btn a:hover img {
	opacity: 1;
}
#column-area {
	padding: 25px 0 60px;
}
#bbs-area,
#dialy-area {
	padding: 25px 0 60px;
}
.home h2 {
	color: #f90;
}
.home h2.icon span {
	position: relative;
}
.home h2.icon span:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	content: "";
	position: relative;
	top: 14px;
	margin-right: 4px;
}
.home h2.icon-column span:before {
	background: url(/wp-content/themes/candle/lib/images/common/icon/icon_column.svg) no-repeat;
}
.home h2.icon-bbs span:before {
	background: url(/wp-content/themes/candle/lib/images/common/icon/icon_bbs.svg) no-repeat;
}
.home h2.icon-dialy span:before {
	background: url(/wp-content/themes/candle/lib/images/common/icon/icon_dialy.png) no-repeat;
	background-size: 50px;
}
.home h2 i {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: 4px;
}
.home h2 .material-icons {
	font-size: 28px;
}
.home h2 .glay {
	color: #777;
}
.home .btn {
	margin-top: 35px;
	margin-bottom: 0;
}
.home .btn__bbs {
	margin-top: 15px;
}
.home .btn a,
.home a.btn {
	display: inline-block;
    padding: 25px 80px 25px;
    border-radius: 50px;
    font-size: 16px;
	line-height: 1;
	color: #fff;
    letter-spacing: 1px;
    background: #f90;
	box-shadow: 0px 0px 15px rgba(255, 153, 0, 0.32);
}
.home .btn a:hover,
.home a.btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.85;
}
#column-area .article-box-list {
	margin: 0 40px;
}
.section-front-page .tab-area {
	margin: 0 70px;
}
.section-front-page .tab-area .tab-nav {
	margin: 30px 0 30px;
	overflow: hidden;
}
.section-front-page .tab-area .tab-nav > a {
	float: left;
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 12px 0 15px;
	text-align: center;
    position: relative;
    color: #4f4f4f;
    border-radius: 8px;
    font-size: 18px;
}
.section-front-page .tab-area .tab-nav > a:hover {
	color: #f90;
	text-decoration: none;
}
.section-front-page .tab-area .tab-nav > a:last-child {
	margin-right: 0;
}
.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: #f90;
}
.section-front-page .tab-area .tab-nav > a.current:before {
	background-color: #f90;
}
.tab-area .tab-contents > div {
    display: none;
}
.tab-area .tab-contents > div:first-child {
    display: block;
}

#bbs-area .topic-list {
	display: flex;
	flex-wrap: wrap;
}
#bbs-area .topic-list li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 1%;
	padding-bottom: 2%;
}
#bbs-area .topic-list li:nth-child(2n) {
	padding-left: 1%;
	padding-right: 0;
}
#bbs-area .topic-list li a {
	display: block;
	padding: 20px;
	background: #FFF7E3;
	border-radius: 10px;
	overflow: hidden;
}
#bbs-area .topic-list li a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 10px #f90;
}
#bbs-area .topic-list li .img {
	float: left;
	width: 70px;
	height: 70px;
}
#bbs-area .topic-list li .img img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2.5px solid #fff;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
#bbs-area .topic-list li .content {
	padding-left: 85px;
}
#bbs-area .topic-list li .content .title {
	font-size: 16px;
	color: #534624;
	margin-bottom: 0;
}
#info-area {
	padding: 5px 0 50px;
}
#info-area .info-list {
	margin: 0 200px;
}
#info-area .info-list li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
#info-area .info-list li a {
	display: block;
	padding: 15px 20px;
	color: #4f4f4f;
	text-align: center;
	line-height: 1.8;
}
#info-area .info-list li a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}
#info-area .info-list li .date {
	color: #f90;
	display: block;
	font-size: 12px;
}

/*--------------------------------
	譛ｪ譚･蝨ｰ蝗ｳ縺ｫ縺､縺・※ page-about
--------------------------------*/
.page-about {

}
.page-about #introduction-area {
	background-color: #fffdf0;
	padding: 80px 0 90px;
	text-align: center;
}
.page-about #introduction-area img {
	display: inline-block;
	margin-bottom: 35px;
	width: 420px;
	border-radius: 100px;
}
.page-about #introduction-area .copy {
	text-align: center;
	font-size: 26px;
	color: #f90;
	margin-bottom: 30px;
	line-height: 1.75;
}
.page-about #introduction-area .description {
	padding: 0 250px;
	font-size: 16px;
	line-height: 2.5;
	margin-bottom: 0;
}
.page-about #service-area {
	margin: 80px 0 50px;
}
.page-about #service-area h2 {
	color: #f90;
	margin-bottom: 60px;
}
.page-about .service-list {
	margin: 0 80px;
	padding: 0;
}
.page-about .service-list li {
	overflow: hidden;
	margin-bottom: 55px;
}
.page-about .service-list li:before {
	display: none;
}
.page-about .service-list li .img {
	float: left;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-left: 70px;
    padding-top: 70px;
    position: relative;
    z-index: 2;
}
.page-about .service-list li .img .material-icons {
	font-size: 70px;
	color: #fff;
}
.page-about .service-list li .img:after {
	position: absolute;
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	bottom: 5px;
	right: 0px;
	border-radius: 50%;
	z-index: 1;
}
.page-about .service-list li.soudan .img {
	background: linear-gradient(140.57deg, #84D0A4 14.03%, rgba(102, 192, 140, 0) 160.69%);
}
.page-about .service-list li.soudan .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.blog .img {
	background: linear-gradient(140.57deg, #F8A896 14.03%, rgba(245, 151, 130, 0) 160.69%);
}
.page-about .service-list li.blog .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.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.dialy .img {
	background: linear-gradient(140.57deg, #FFB662 14.03%, rgba(255, 153, 0, 0) 160.69%);
}
.page-about .service-list li.dialy .img:after {
	background: linear-gradient(140.57deg, rgba(255, 182, 98, 0.24) 14.03%, rgba(255, 153, 0, 0) 160.69%);
}
.page-about .service-list li .content {
	padding-left: 290px;
}
.page-about .service-list li .content h3 {
	font-size: 19px;
	color: #4F4F4F;
	margin-bottom: 16px;
}
.page-about .service-list li .content p {
	line-height: 1.75;
	margin-bottom: 20px;
}
.page-about .service-list li .content .more {
	display: inline-block;
	color: #4F4F4F;
	background-color: #FFCD6B;
	padding: 9px 0 10px;
	width: 260px;
	text-align: center;
	border-radius: 8px;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.page-about .service-list li .content .more:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------
	莨夂､ｾ諠・ｱ page-group
--------------------------------*/
.page-group .page-content {
	margin: 80px 150px 0;
}
.group-table {
	width: 100%;
	box-sizing: border-box;
}
.group-table tr {
	display: block;
	margin-bottom: 15px;
	border: none;
}
.group-table th,
.group-table td {
	padding: 20px;
	border: none;
	box-sizing: border-box;
}
.group-table th {
	background-color: #f90;
	color: #fff;
	width: 200px;
}
.group-table td {
	background-color: #fff;
	box-shadow: 1px 1px 5px #eee;
	width: 630px;
}
.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: #f90;
	margin-top: 50px;
	margin-bottom: 30px;
}
.page-staff .staff-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.page-staff .staff-list li {
	width: calc(100% / 3);
	padding: 15px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.page-staff .staff-list li:first-child,
.page-staff .staff-list li:nth-child(3n+1) {
	padding-left: 0;
	padding-right: 30px;
}
.page-staff .staff-list li:nth-child(3n) {
	padding-left: 30px;
	padding-right: 0;
}
.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: 180px;
	height: 180px;
	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: 19px;
	text-align: center;
	margin-bottom: 15px;
}
.page-staff .staff-list li .content .profile {
	line-height: 2.1;
	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 #f90;
}
.page-staff .staff-list li .content .more-btn a:hover {
	color: #fff;
	background-color: #f90;
	text-decoration: none;
}

/*--------------------------------
	繧ｵ繝昴・繧ｿ繝ｼ邏ｹ莉・page-supporter
--------------------------------*/
.page-supporter {

}
.page-supporter .message-list {
	margin: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.page-supporter .message-list li {
	margin: 0;
	padding: 0 0 30px;
	width: 50%;
	box-sizing: border-box;
}
.page-supporter .message-list li:before {
	display: none;
}
.page-supporter .message-list li:nth-child(odd) {
	padding-right: 15px;
}
.page-supporter .message-list li:nth-child(even) {
	padding-left: 15px;
}
.page-supporter .message-list-item {
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
	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 .page-content {
    margin: 60px 180px 0;
    text-align: center;
}
.page-join-supporter h2 {
	color: #f90;
	margin-top: 75px;
}
.page-join-supporter .page-content .description,
.page-join-supporter .page-content .lead {
	margin: 0 95px 0;
    text-align: left;
}
.page-join-supporter .article .donation-entry-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.article .donation-entry-list li {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
}
.article .donation-entry-list li:before {
	display: none;
}
.article .donation-entry-list dl {
	border: none;
	background: none;
	margin-bottom: 20px;
}
.article .donation-entry-list dt .price {
	display: inline-block;
	margin-top: 10px;
	color: #f00;
	font-size: 24px;
}
.article .donation-entry-list dt .price .sub {
	font-size: 12px;
}
.article .donation-entry-list .stripe-button-el {
	border: none;
	background: none;
	color: #fff;
	background-color: #f90;
	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: 16px;
	letter-spacing: 1.5px;
}
.page-join-supporter .wpcf7 {
	margin: 0 95px;
	text-align: left;
}

/*--------------------------------
	繧ｵ繝昴・繝域婿豕・page-detail
--------------------------------*/
.page-detail {

}
.page-detail .page-content {
	margin: 60px 280px 0;
}
.page-detail h2 {
	color: #f90;
	margin-top: 65px;
}
.page-detail h3 {
    margin: 15px 0 20px;
    padding: 7px 0 8px 20px;
    border: none;
    font-size: 20px;
    color: #4F4F4F;
    position: relative;
}
.page-detail h3:before {
	position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f90;
    border-radius: 5px;
}

/*--------------------------------
	繧ｹ繧ｿ繝・ヵ繝励Ο繝輔ぅ繝ｼ繝ｫ staff-profile-page
--------------------------------*/
.staff-profile-page #main {
	margin: 10px 100px 0;
	width: auto;
}
.staff-profile-page h1 {
	text-align: left;
}
.staff-profile-page h2 {
	font-size: 22px;
	color: #f90;
	margin-top: 50px;
	margin-bottom: 25px;
}
.staff-profile-page h2 i {
	position: relative;
	top: 11px;
	left: 0;
	margin-right: 12px;
}
.staff-profile-page h2 i .material-icons {
	font-size: 40px;
}
.staff-profile-page .profile-header {
	display: table;
	width: 100%;
	margin-bottom: 45px;
}
.staff-profile-page .profile-header .img,
.staff-profile-page .profile-header .content {
	display: table-cell;
	vertical-align: middle;
}
.staff-profile-page .profile-header .img {
	width: 600px;
}
.staff-profile-page .profile-header .content {
	padding-left: 50px;
}
.staff-profile-page .profile-header .img img {
	display: block;
	width: 600px;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}
.staff-profile-page .profile-main {
}
.profile-basic-info-list li {
	position: relative;
}
.profile-basic-info-list li i {
	position: absolute;
	top: 1px;
	left: 0;
	color: #f90;
}
.profile-basic-info-list li p {
	padding-left: 35px;
	margin-bottom: 8px;
	line-height: 1.6;
}
.profile-basic-info-list li:last-child p {
	margin-bottom: 0;
}
.staff-profile-page .insert-post {
	border: none;
}
.staff-profile-page .insert-post {
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
.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 {
	display: table-cell;
	vertical-align: middle;
}
.staff-profile-page .insert-post .img {
	width: 240px;
	margin-right: 0;
	float: none;
}
.staff-profile-page .insert-post .img img {
	width: 240px;
	height: 160px;
	border-radius: 6px;
}
.staff-profile-page .insert-post .text {
	padding-left: 25px;
}
.staff-profile-page .insert-post .text .title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.staff-profile-page .insert-post .text .content {
	line-height: 1.7;
	font-size: 14px;
}
.staff-profile-page .insert-post a:hover .text .title,
.staff-profile-page .insert-post a:hover .text .content {
	color: #f90;
}
.staff-profile-page .sns-list {
	margin-top: 25px;
}
.staff-profile-page .sns-list li {
	display: inline-block;
	margin-right: 6px;
}
.staff-profile-page .sns-list li:last-child {
	margin-right: 0;
}
.staff-profile-page .sns-list li a {
	font-size: 20px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
}
.staff-profile-page .sns-list li a:hover {
	opacity: 0.7;
}
.staff-profile-page .sns-list li.twitter a {
	background-color: #1DA1F2;
	box-shadow: 0px 2px 6px rgba(29, 161, 242, 0.3);
}
.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.instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	box-shadow: 0px 2px 6px rgba(255, 0, 255, 0.3);
}
.staff-profile-page .sns-list li.youtube a {
	background-color: #DA1725;
	box-shadow: 0px 2px 6px rgba(255, 0, 0, 0.3);
}
.staff-profile-page .sns-list li .icon {
	position: relative;
    left: 6px;
    top: 1px;
}
.author-column-list {
	display: flex;
	flex-wrap: wrap;
}
.author-column-list li {
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 0 12px;
}
.author-column-list .img {
	margin-bottom: 5px;
}
.author-column-list img {
	border-radius: 10px;
}
.author-column-list .title {
	font-size: 16px;
	color: #4F4F4F;
	line-height: 1.55;
}
.author-column-list a:hover {
	text-decoration: none;
}
.author-column-list a:hover .title {
	color: #f90;
}
.staff-profile-page .pr {
	margin: 60px 120px 0;
	padding: 0 25px 25px;
	box-sizing: border-box;
	border: 3px solid #D8D8D8;
	border-radius: 10px;
	background: none;
}
.staff-profile-page .pr dt {
	font-size: 19px;
	margin-bottom: 20px;
}
.staff-profile-page .pr dt i {
	position: relative;
	top: 22px;
	left: 0;
}
.staff-profile-page .pr dd {
	display: table;
	width: 100%;
}
.staff-profile-page .pr .img,
.staff-profile-page .pr .content {
	display: table-cell;
	vertical-align: top;
}
.staff-profile-page .pr .img {
	width: 120px;
}
.staff-profile-page .pr .img img {
	width: 120px;
	height: 120px;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
	border-radius: 50%;
}
.staff-profile-page .pr .content {
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}
.staff-profile-page .pr .content p {
	margin-bottom: 20px;
}
.staff-profile-page .pr .content .more {
	float: right;
	display: inline-block;
	padding: 8px 40px;
	color: #fff;
	background-color: #629CEA;
	border-radius: 5px;
}
.staff-profile-page .pr .content .more:hover {
	opacity: 0.7;
	text-decoration: none;
}
.staff-profile-page .back-btn {
	margin-top: 60px;
	text-align: center;
}
.staff-profile-page .back-btn a {
	color: #828282;
	background-color: #F2F2F2;
	padding: 16px 80px;
	border-radius: 40px;
}
.staff-profile-page .back-btn a i {
	font-size: 30px;
	position: relative;
	top: 10px;
	left: -10px;
}
.staff-profile-page .back-btn a:hover {
	text-decoration: none;
	color: #666;
	background-color: #ddd;
}

/*---------------------------------
	縺雁撫縺・粋繧上○繝壹・繧ｸ page-contact
--------------------------------*/
.page-contact .page-content {
	margin: 60px 300px 0;
}
.page-contact .page-content .caution {
	font-size: 14px;
	margin-bottom: 0;
}

/*---------------------------------
	隕冗ｴ・＆蜿阪・繝ｼ繧ｸ page-form-violation
--------------------------------*/
.page-form-violation .page-content {
	margin: 45px 300px 0;
}
.page-form-violation input[name="violation-topic-title"],
.page-form-violation textarea[name="violation-content"] {
	background-color: #ddd!important;
	border-color: #ccc;
}

/*---------------------------------
	謚慕ｨｿ隕冗ｴ・・繝ｼ繧ｸ page-post-rules
--------------------------------*/
.page-post-rules .page-content .caution {
	font-size: 14px;
	margin-bottom: 0;
}

/*---------------------------------
	規約・ポリシーページ
--------------------------------*/
.policy-page-heading {
	max-width: 900px;
	margin: 45px auto 0;
	padding: 0 0 18px;
	border-bottom: 2px solid #f39800;
}
.policy-page-heading h1 {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}
.policy-page-content {
	max-width: 900px;
	margin: 30px auto 0;
}
.policy-page-content h2 {
	margin-top: 50px;
}
.policy-page-content h3 {
	margin-top: 30px;
}
.article .policy-page-content ul.yakusoku > li:before {
	display: none;
}
.article .policy-page-content ul.yakusoku {
	margin-left: 0;
}
.page-post-rules .policy-page-content .yakusoku > li {
	margin: 0;
	padding: 0;
}
.page-post-rules .policy-page-content .yakusoku dl {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}
.page-post-rules .policy-page-content .yakusoku dt {
	margin: 50px 0 20px;
	padding: 0;
	color: #4f4f4f;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.85;
}
.page-post-rules .policy-page-content .yakusoku dd {
	margin: 0;
	padding: 0;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.85;
}
.article .policy-page-content ul.yakusoku > li {
	padding-left: 0;
}
.article .policy-page-content > ul:not(.yakusoku) > li:before {
	top: 0.6em;
	width: 6px;
	height: 6px;
	border: 0;
	border-radius: 50%;
	background: #f39800;
}
.policy-revision {
	margin-top: 50px;
	text-align: right;
}

/*---------------------------------
	繧｢繝ｳ繧ｱ繝ｼ繝医・繝ｼ繧ｸ page-questionnaire
--------------------------------*/
.page-questionnaire .page-content {
	margin: 60px 200px 0;
}
.page-questionnaire .page-content .description {
	margin: 0 50px;
	text-align: left;
}
.page-questionnaire .page-content h2 {
	font-size: 24px;
	color: #f90;
}
.page-questionnaire .page-content h2 i img {
    width: 74px;
    position: relative;
    top: 26px;
    display: inline-block;
    margin-right: 3px;
    margin-left: -8px;
}
.page-questionnaire .page-content .wpcf7 {
	padding: 15px 50px 10px;
    margin-top: 60px;
    border-radius: 20px;
    background-color: #FFFBF0;
}
.page-questionnaire .page-content .wpcf7 .caution {
	font-size: 12px;
	color: #f00;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}
.page-questionnaire .page-content .wpcf7 label {
	color: #622;
}
.page-questionnaire .page-content .wpcf7 input,
.page-questionnaire .page-content .wpcf7 textarea {
	background-color: #fff;
}
.page-questionnaire .page-content .wpcf7 .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.page-questionnaire .page-content .wpcf7 .wpcf7-list-item input {
	width: auto;
}

.page-questionnaire .page-content .wpcf7 .wpcf7-submit {
	background-color: #f90;
	cursor: pointer;
}

/*---------------------------------
	繧｢繝ｳ繧ｱ繝ｼ繝亥屓遲斐・繝ｼ繧ｸ page-results
--------------------------------*/
.page-results .page-content {
	margin: 60px 190px 0;
}
.page-results .page-content .sns-list {
	padding-left: 0;
	text-align: center;
}
.page-results .page-content .sns-list li {
	float: none;
	margin-bottom: 0;
}
.page-results .page-content .sns-bar:last-of-type .sns-list {
	top: 0;
}
.page-results .page-content .description {
	margin: 0 30px;
	text-align: left;
}
.page-results .page-content .qa-mokuji {
	margin-top: 50px;
	padding: 30px;
}
.page-results .page-content .qa-mokuji dt {
	margin-bottom: 20px;
}
.page-results .page-content .pdf {
	text-align: center;
}
.page-results .page-content .pdf input {
	border: none;
	color: #fff;
	background-color: #55acee;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 60px;
	border-radius: 8px;
	letter-spacing: 1px;
}
.page-results .page-content .pdf input:hover {
	opacity: 0.7;
	cursor: pointer;
}
.page-results .page-content h2 {
	margin-top: 60px;
	font-size: 22px;
}
.page-results .page-content h2:before {
	color: #f90;
    display: inline-block;
    margin-right: 8px;
    font-size: 35px;
}
.page-results .page-content h2:nth-of-type(1):before {
	content: "Q1.";
}
.page-results .page-content h2:nth-of-type(2):before {
	content: "Q2.";
}
.page-results .page-content h2:nth-of-type(3):before {
	content: "Q3.";
}
.page-results .page-content h2:nth-of-type(4):before {
	content: "Q4.";
}
.page-results .page-content h2:nth-of-type(5):before {
	content: "Q5.";
}
.page-results .page-content h2:nth-of-type(6):before {
	content: "Q6.";
}
.page-results .page-content h2:nth-of-type(7):before {
	content: "Q7.";
}
.page-results .page-content h2:nth-of-type(8):before {
	content: "Q8.";
}
.page-results .page-content h2:nth-of-type(9):before {
	content: "Q9.";
}
.page-results .page-content h2:nth-of-type(10):before {
	content: "Q10.";
}
.page-results .page-content h2:nth-of-type(11):before {
	content: "Q11.";
}
.page-results .page-content h2.ex:before {
	content: "Ex.";
}
.page-results .page-content h3 {
	margin: 25px 0 25px;
    padding: 7px 0 8px 22px;
    border: none;
    font-size: 20px;
    color: #4F4F4F;
    position: relative;
}
.page-results .page-content h3:before {
	position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f90;
    border-radius: 5px;
}
.page-results .page-content .message-box {
	margin: 30px 50px 0;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
    background-size: 8px 100%,100% 2em;
    line-height: 2;
    padding: 0 1em 0.98em 1em;
    color: #5f5f5f;
}
.page-results .page-content h2#share {
	margin-top: 45px;
}

/*---------------------------------
	讀懃ｴ｢邨先棡繝壹・繧ｸ search-results
--------------------------------*/
.search-results h1 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.45;
}
.search-results h1 .key {
	color: #f90;
	font-weight: bold;
}
.search-results #main #searchform {
	margin-bottom: 30px;
}
.search-results #main #searchform #s {
	font-size: 13px;
}
.search-results #main #searchform #searchsubmit {
	font-size: 13px;
	color: #fff;
	padding: 8px 20px 9px;
	background-color: #f90;
	border: solid 2px #f90;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}
.search-results #main #searchform #searchsubmit:hover {
	cursor: pointer;
	opacity: 0.7;
}
.search-results #main .tab-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	list-style: none;
	overflow-x: auto;
	flex-wrap: wrap;
}
.search-results #main .tab-nav a {
	display: inline-block;
	width: 18.8%;
	margin-right: 1.5%;
	padding-bottom: 10px;
	color: #333;
	text-align: center;
	position: relative;
}
.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: #f90;
	text-decoration: none;
}
.search-results #main .tab-nav a.current:before {
    background-color: #f90;
}
.search-results #main .tab-contents {
	margin-top: 25px;
}

/*---------------------------------
	蜈ｨ蝗ｽ繝輔Μ繝ｼ繧ｹ繧ｯ繝ｼ繝ｫ諠・ｱ archive-freeschool
--------------------------------*/
.post-type-archive-freeschool {

}
.area-search-box {
	background-color: #FFFBF0;
	padding: 30px 50px 40px;
	border-radius: 10px;
	margin-top: 40px;
}
.area-search-box h2 {
	font-size: 21px;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
}
.area-search-box h2 i {
	position: relative;
    top: 9px;
    margin-right: 8px;
}
.area-table {

}
.area-table th,
.area-table td {
	padding: 6px 0;
	font-size: 17px;
}
.area-table th {
	font-weight: bold;
	text-align: left;
}
.area-table td {
	padding-left: 2.5em;
}
.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: #f90;
}
.area-table td a .count {
	display: inline-block;
	font-size: 11px;
	margin-left: 2px;
	color: #f90;
}

/*---------------------------------
	蝠上＞蜷医ｏ縺帙ヵ繧ｩ繝ｼ繝 contact-form wpcf7
--------------------------------*/
.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;
	background-color: #f90;
	border: none;
	padding: 25px 60px;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 1px;
}
.wpcf7 .wpcf7-submit:hover {
	opacity: 0.7;
}

/*----------------------------------------------------


	謗ｲ遉ｺ譚ｿ bbpress


----------------------------------------------------*/

/*----------------------------------------------------
	謗ｲ遉ｺ譚ｿ蜈ｱ騾夊ｨｭ螳・
----------------------------------------------------*/
#bbpress-forums {
	font-size: 16px!important;
	overflow: initial!important;
}
.bbp-sort {
	color: #4f4f4f;
	font-size: 16px;
	letter-spacing: 0;
	margin: 20px 0 20px;
}
.bbp-sort label {
	position: relative;
	top: 1.5px;
}
.bbp-sort #bbp-sort-topics {
	font-size: 16px;
	margin-left: 10px;
	padding: 4px 10px 6px;
    border-radius: 6px;
    width: 250px;
	border: solid 1px #f6b03c;
	background-color: #fffded;
}

/* 繧ｳ繝｡繝ｳ繝域焚繧・ン繝･繝ｼ謨ｰ縺ｮ繝医ヴ繝・け諠・ｱ */
.topic-info {
	font-size: 13px;
	margin: 0;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
}
.topic-info > span {
	display: inline-block;
	margin-right: 6px;
	letter-spacing: 0;
}
.topic-info > span:last-of-type {
	margin-right: 0;
}
.topic-info i {
	font-size: 15px;
	font-weight: bold;
	color: #a4997c;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 4px;
}
.topic-info i img {
	width: 20px;
}
.topic-info .watch-count i {
	top: 1px;
}
.topic-info .reply-count i {
	width: 18px;
}
.topic-info .date i {
	top: 2.5px;
	font-size: 16px;
}

/* 邱ｨ髮・ｄ蜑企勁繝懊ち繝ｳ */
.edit-tool {
	text-align: right;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1;
}
.edit-tool a {
	margin-left: 5px;
}
.edit-tool a:before {
	font-family: 'Material Icons';
	color: #888;
	font-size: 16px;
	position: relative;
	top: 3px;
}
.edit-tool a:hover {
}
.edit-tool a:hover:before {
	border: none!important;
	display: inline-block!important;
}
.edit-tool a.violation-mail-link:before,
.edit-tool a.violation-mail-link:hover:before {
	content: 'mail';
	margin-right: 4px;
}
.edit-tool a.bbp-topic-edit-link:before,
.edit-tool a.bbp-reply-edit-link:before,
.edit-tool a.bbp-reply-edit-link:hover:before {
	content: 'edit';
	margin-right: 3px;
}
.edit-tool a.bbp-topic-trash-link:before,
.edit-tool a.bbp-reply-trash-link:before,
.edit-tool a.bbp-reply-trash-link:hover:before {
	content: 'delete';
	margin-right: 1px;
}
.edit-tool i {
    color: #777;
    font-size: 17px;
    position: relative;
    top: 3px;
    left: 3px;
}
div.bbp-template-notice.info {
	display: none;
}
#bbpress-forums fieldset.bbp-form legend {
	font-weight: bold;
}
.create-topic-btn {
	text-align: center;
	margin-bottom: 50px;
}
.create-topic-btn a {
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.5px;
    color: #fff;
    background-color: #f90;
    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;
}

/*-----------------------------------
	謗ｲ遉ｺ譚ｿ繝医ャ繝励・繝ｼ繧ｸ archive-forum
------------------------------------*/
.forum-archive .article {
	padding: 0;
	box-shadow: none;
}
.forum-archive .front-forum-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}
.forum-archive .front-forum-list li.forum {
	padding: 0;
	margin: 0;
	width: 49%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.forum-archive .front-forum-list .forum-item-box {
	background-color: #FFF7E3;
	padding: 30px 25px 90px;
	box-sizing: border-box;
	height: 100%;
	border-radius: 12px;
	position: relative;
}
.forum-archive .front-forum-list li.forum:nth-child(2n) {
	padding-right: 0;
}
.forum-archive .front-forum-list li.forum:before {
	display: none;
}
.forum-archive .front-forum-list li.forum h2 {
	margin: 0 0 22px;
	padding: 0 0 18px;
	font-size: 21px;
	text-align: center;
	background: none;
	position: relative;
}
.forum-archive .front-forum-list li.forum h2:after {
	width: 100%;
	height: 5px;
	border-radius: 8px;
	position: absolute;
	content: "";
	background-color: #E9DEC3;
	left: 0;
	bottom: 0;
}
.forum-archive .front-forum-list li.forum h2 a {
	color: #555;
}
.forum-archive .front-forum-list li.forum h2 a:hover {
	color: #f90;
	text-decoration: none;
}
.forum-archive .front-forum-list li.forum li {
	margin-bottom: 14px;
	font-size: 15px;
}
.forum-archive .front-forum-list li.forum li:last-child {
	margin-bottom: 0;
}
.forum-archive .front-forum-list li.forum li a {
	color: #444;
}
.forum-archive .front-forum-list li.forum .forum-link-btn {
	text-align: center;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	bottom: 30px;
}
.forum-archive .front-forum-list li.forum .forum-link-btn a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
    color: #fff;
    background-color: #f90;
    padding: 7px 40px;
    border-radius: 40px;
}
.forum-link-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.forum-archive .front-forum-list li.forum ul {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	蜷・軸遉ｺ譚ｿ繝壹・繧ｸ single-forum
----------------------------------------------------*/
.single-forum .description {
	margin-bottom: 25px;
}
.single-forum .modal_btn {
	margin-top: 45px;
}
.single-forum .modal_btn_small {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*----------------------------------------------------
	繝医ヴ繝・け繝壹・繧ｸ single-topic
----------------------------------------------------*/
.single-topic .article {
	padding-top: 17px;
}
.single-topic h2 {
	font-size: 24px;
    color: #f90;
    background: none;
    margin: 50px 0 10px;
    padding: 0;
    line-height: 1.4;
}
.single-topic h2 i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -10px;
    margin-right: -10px;
}
.bbp-topic-wrapper .topic-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 25px;
	margin-top: 10px;
}
.bbp-topic-wrapper .topic-header .topic-header-img {
	width: 75px;
}
.bbp-topic-wrapper .topic-header .topic-header-img img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.bbp-topic-wrapper .topic-header-content {
	width: calc(100% - 75px);
	padding-left: 18px;
	box-sizing: border-box;
}
.bbp-topic-wrapper .topic-header-content h1 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-shadow: none;
	line-height: 1.4;
	font-size: 18px;
}
.single-topic .topic-info > span {
	letter-spacing: 1px;
}
.single-topic .topic-info .date i {
	font-size: 15px;
}

/*----------------------------------------------------
	繝医ヴ繝・け邱ｨ髮・繝ｪ繝励Λ繧､邱ｨ髮・topic-edit reply-edit
----------------------------------------------------*/
.topic-edit .article,
.reply-edit .article {
	padding: 30px;
}
#bbp-edit-page .modal_content {
	width: auto;
	padding: 0;
	margin: 30px 0;
}
.topic-edit h2,
.reply-edit h2 {
	font-size: 24px;
    color: #f90;
    background: none;
    margin: 50px 0 10px;
    padding: 0;
    line-height: 1.4;
}

/*-----------------------------
	繝医ヴ繝・け荳隕ｧ loop-topic
------------------------------*/
.bbp-topics {
	margin: 10px 0;
	font-size: 16px!important;
	border: none!important;
	overflow: initial!important;
}
.bbp-topics li {
	margin: 0!important;
	padding: 0;
	background: none;
	position: relative;
	border-bottom: solid 1px #ddd;
}
.bbp-topics li:first-child {
	border-top: solid 1px #ddd;
}
.bbp-topics li:before {
	display: none!important;
}
.bbp-topics li a {
	display: block;
	padding: 22px 18px;
	color: #444;
}
.bbp-topics li a:hover {
	text-decoration: none;
	background-color: #FFFBF0;
}
.bbp-topics li:after {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: solid 4px #ccc;
	border-right: solid 4px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.bbp-topics li:hover:after {
	right: 12px;
	border-color: #f90;
}
.bbp-topics li .img {
	width: 70px;
	float: left;
	margin-right: 15px;
}
.bbp-topics li .img img {
	width: 70px;
	height: 70px;
	border: 2.5px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
	border-radius: 50%;
}
.bbp-topics li .content {
	padding-left: 85px;
}
.bbp-topics li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 16px;
	color: #f90;
	font-weight: bold;
	line-height: 1.45;
}
.bbp-topics li .content .description {
	font-size: 14px;
	line-height: 1.65;
	margin-top: 10px;
	margin-bottom: 0;
}
.bbp-topics a:hover img {
	opacity: 1;
}
.bbp-topics p.topic-info {
	margin-top: 8px;
	margin-bottom: 0;
	letter-spacing: 0.03em;
}
.bbp-topics p.topic-info .date {
	float: none;
}

/*-----------------------------
	繝ｪ繝励Λ繧､荳隕ｧ loop-reply
------------------------------*/
.reply-pagenation-before {
	margin-bottom: 10px
}
.bbp-replies {
	margin: 0 0 15px!important;
	font-size: 16px!important;
}
.bbp-replies li {
	margin: 0!important;
	padding: 15px 0!important;
	border-bottom: solid 1px #ddd;
}
.bbp-replies li:first-child {
	border-top: solid 1px #ddd;
}
.bbp-replies li:before {
	display: none!important;
}
.bbp-replies li .replay-header {
	overflow: hidden;
	padding-bottom: 30px;
}
.bbp-replies li .replay-header .img {
	width: 70px;
	margin-right: 12px;
	float: left;
}
.bbp-replies li .replay-header .img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2.5px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
}
.bbp-replies li .replay-header .content {
	padding-left: 82px;
}
.bbp-replies li .replay-header .content .reply-info {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}
.bbp-replies li .replay-header .content .name {
	line-height: 1.1;
}
.bbp-replies li .replay-header .content .name .replay-author-name {
	font-size: 18px;
	font-weight: bold;
}
.bbp-replies li .replay-header .content .name .role {
	color: #f00;
	font-size: 12px;
	display: inline-block;
}
.bbp-replies li .reply-content {
	font-size: 16px;
	line-height: 1.65;
}
.bbp-replies li .reply-content p {
	margin-bottom: 25px;
}
.reply-info {
}
.reply-info span:before {
	font-family: 'icomoon';
	color: #999;
	margin-right: 5px;
}

/*----------------------------------------------------
	謚慕ｨｿ繝輔か繝ｼ繝 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;
}

/*-----------------------------
	繝壹・繧ｸ繝阪・繧ｷ繝ｧ繝ｳ bbp-pagenation
------------------------------*/
.bbp-pagination {
	font-size: 14px;
	margin-bottom: 5px!important;
	letter-spacing: 0;
	overflow: hidden;
	float: none!important;
}
.bbp-pagination-count {
	float: none!important;
	text-align: center;
	margin-bottom: 5px;
}
.bbp-pagination-links {
	margin: 10px 0!important;
	float: none!important;
	text-align: center!important;
	display: block!important;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
	border-radius: 5px;
	border: none!important;
	display: inline-block!important;
	float: none!important;
	line-height: 1!important;
	padding: 8px 0!important;
	width: 34px!important;
	margin-left: 5px;
	background-color: white;
	text-decoration: none;
	font-size: 16px!important;
	color: #fff!important;
}
.bbp-pagination-links a {
	color: #4f4f4f!important;
	background-color: #F2F2F2!important;
}
.bbp-pagination-links span.dots {
	float: none!important;
	display: inline-block!important;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	color: #fff!important;
	background-color: #f90!important;
}
.bbp-pagination-links span.dots {
	display: block;
	float: left;
	padding: 1px 4px;
	margin-left: 5px;
}

/*-----------------------------
	繝槭う繝壹・繧ｸ mypage
------------------------------*/
#bbpress-forums #bbp-user-body {
	margin-left: 0!important;
}
#bbpress-forums #bbp-user-body h1 {
	color: #f90;
	font-size: 24px;
	margin-bottom: 12px;
	text-shadow: none;
}
#bbp-single-user-details {
	width: 100%!important;
	float: none!important;
}
#bbp-single-user-details #bbp-user-navigation {
    overflow: hidden;
    margin-bottom: 15px!important;
}
#bbp-single-user-details #bbp-user-navigation li {
	margin: 0 0.5% 8px!important;
    width: 24%;
    float: left;
    position: relative;
}
#bbp-single-user-details #bbp-user-navigation li a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px!important;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: #f90;
	border-radius: 4px;
}
#bbp-single-user-details #bbp-user-navigation li a:hover {
	opacity: 0.7;
}
#bbp-user-profile .profile-panel {
	padding: 40px;
    border: solid 1px #ddd;
    border-radius: 8px;
    margin: 5px 0 20px;
    background-color: #fff;
    font-size: 15px;
    position: relative;
}
#bbp-user-profile .profile-header {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
#bbp-user-profile .profile-header .img,
#bbp-user-profile .profile-header .content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#bbp-user-profile .profile-header .img {
	width: 130px;
}
#bbp-user-profile .profile-header .img img {
	width: 130px;
	height: 130px;
	display: block;
	object-fit: cover;
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
#bbp-user-profile .profile-header .content {
	padding-left: 25px;
}
#bbp-user-profile .profile-header .content .user-edit {
	position: absolute;
	display: inline-block;
	top: -22px;
	right: 0;
	font-size: 15px;
}
#bbp-user-profile .profile-header .content .user-edit i {
	position: relative;
	top: 15px;
}
#bbp-user-profile .profile-header .content .name {
	font-size: 20px;
	margin: 0!important;
}
#bbp-user-profile .profile-header .user-status-list {
	color: #999;
	margin: 0;
	overflow: hidden;
}
#bbp-user-profile .profile-header .user-status-list li {
	display: inline-block;
	float: left;
}
#bbp-user-profile .profile-header .user-status-list li:after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
#bbp-user-profile .profile-header .user-status-list li:last-child:after {
	display: none;
}
#bbp-user-profile .profile-header .sns-list {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}
#bbp-user-profile .profile-header .sns-list li {
	display: inline-block;
	margin: 0 3px;
}
#bbp-user-profile .profile-header .sns-list li:before {
	display: none;
}
#bbp-user-profile .profile-header .sns-list li a {
	color: #fff;
	font-size: 20px;
	width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(29, 161, 242, 0.3);
    z-index: 1;
}
#bbp-user-profile .profile-header .sns-list li.twitter a {
	background-color: #00acee;
}
#bbp-user-profile .profile-header .sns-list li.twitter a:hover {
	background-color: #0092ca;
}
#bbp-user-profile .profile-header .sns-list li.facebook a {
	background-color: #3b5998;
}
#bbp-user-profile .profile-header .sns-list li.facebook a:hover {
	background-color: #2c4373;
}
#bbp-user-profile .profile-panel .result .user-result .caution {
	font-size: 13px;
	line-height: 1.6;
	margin: 25px 0 0;
}
#bbp-your-profile h2 {
	display: none;
}
#bbp-your-profile table.form-table {
	width: 100%;
}
#bbp-your-profile table.form-table tr {
	margin: 0 0 20px!important;
	display: block;
}
#bbp-your-profile table.form-table tr:first-child th {
    display: none!important;
}
#bbp-your-profile table.form-table tr td {
    padding: 0px!important;
    border: none!important;
    vertical-align: top!important;
    display: block!important;
    width: auto!important;
    margin-bottom: 2px!important;
}
#bbp-your-profile table.form-table tr td .description {
	font-size: 13px;
}
#bbp-your-profile table.form-table tr.acf-field td.acf-label label {
	line-height: 1.3;
	margin-bottom: 0!important;
	font-weight: normal!important;
	font-size: 16px!important;
}
#bbpress-forums #bbp-your-profile fieldset {
	padding: 0!important;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
	display: block!important;
	text-align: left!important;
	padding: 0!important;
	float: none!important;
	width: auto!important;
	cursor: none!important;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset select,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbp-your-profile table.form-table tr.acf-field input {
	width: 100%!important;
	background-color: #fff!important;
	padding: 5px!important;
	border-radius: 5px!important;
	font-size: 15px!important;
	line-height: 1.2!important;
	box-sizing: border-box!important;
	border: solid 1px #ccc!important;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width: auto!important;
	display: block!important;
}
#pass1 {
	margin-bottom: 4px!important;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .caution {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
}
#bbpress-forums #bbp-your-profile h3 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-family: Meiryo, '・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け', sans-serif;
}
#bbp_user_edit_submit {
	background-color: #f90;
	color: #fff;
	padding: 16px 60px;
	border-radius: 40px;
	line-height: 1.1;
	border: none;
	font-size: 15px;
}
#bbp_user_edit_submit:hover {
	opacity: 0.7;
	cursor: pointer!important;
}

/*----------------------------------------------------
	騾莨壹・繝ｼ繧ｸ bbp-subscriptions-page delete-me
----------------------------------------------------*/
.bbp-subscriptions-page .article {
	padding: 30px;
}
.bbp-subscriptions-page .article h3 {
	margin-top: 0;
}
.bbp-subscriptions-page .article .modal_content {
	width: auto;
	padding: 0;
	margin: 0;
}
.bbp-subscriptions-page .article .modal_content p {
	margin-bottom: 30px!important;
}

/*-----------------------------
	縺・＞縺ｭ 繝悶ャ繧ｯ繝槭・繧ｯ wp-u-like
------------------------------*/
.wpulike {
	padding: 0!important;
	margin-left: 20px!important;
}
.wpulike-default .count-box {
	display: none!important;
}
.wpulike-default .wp_ulike_btn {
	font-size: 12px!important;
	width: 180px!important;
	box-sizing: border-box!important;
	text-align: center!important;
	padding: 9px 0 8px!important;
	letter-spacing: 2px!important;
	color: #fff!important;
    background-color: #f90!important;
    box-shadow: 0px 0px 15px rgba(245, 130, 130, 0.32)!important;
}


.single .reaction_buttons ul {
	margin: 35px 0 15px;
	padding: 0;
/*
	display: flex;
	flex-wrap: wrap;
*/
	overflow: hidden;
}
.single .reaction_buttons ul li {
	margin: 0;
	padding: 2px 10px 2px 0;
	text-align: center;
/*
	width: calc(100% / 5);
*/
	display: inline-block;
	float: left;
	box-sizing: border-box;
	font-size: 13px;
	border: none;
}
.single .reaction_buttons ul li:first-child {
	border: none;
}
.single .reaction_buttons ul li:last-child {
	padding-right: 0;
}
.single .reaction_buttons ul li > div {
	color: #f90;
/*
	border: solid 1px #f90;
	border-radius: 5px;
	padding: 6px 0;
	letter-spacing: 0.5px;
*/
}
.single .reaction_buttons ul li > div img {
	width: 22px;
    box-shadow: 2px 2px 2px #ddd;
    border-radius: 50%;
    padding: 1px;
}
.single .reaction_buttons ul li > div img:hover {
	opacity: 0.7;
	cursor: pointer;
}
.single .reaction_buttons ul li .count_number {
	display: inline-block;
    margin-left: 6px;
    position: relative;
    bottom: 6.5px;
    letter-spacing: 0;
    color: #888;
	display: none;
}
.single .reaction_buttons ul li .count_number.count_on {
	display: initial;
}



.page-entry-miraicafe .page-content {
    margin: 60px 300px 0;
}
.page-entry-miraicafe h2 {
    color: #f90;
    margin-top: 75px;
}
.article .cafe-staff-list {
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.article .cafe-staff-list li {
	margin: 0;
	padding: 15px;
	width: 50%;
	box-sizing: border-box;
	line-height: 1.85;
}
.article .cafe-staff-list li:before {
	display: none;
}
.cafe-table {
	width: 100%;
}
.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: 15px 0;
}
.cafe-table th {
	width: 8em;
	padding-right: 1em;
	font-weight: bold;
}

.page-payment-donation-complete .page-content {
    margin: 60px 280px 0;
    text-align: center;
}


.page-mail-soudan .page-content {
	margin: 60px 200px 0;
}
.page-mail-soudan div.btn {
	margin-top: 40px;
}
.page-mail-soudan .content-inner {
	margin: 0 60px;
}
.page-mail-soudan h2 {
    color: #f90;
    margin-top: 75px;
}
.page-mail-soudan .voice {
	border: none;
	box-shadow: 0 0 3px #835447;
}
.page-mail-soudan .voice dt {
    color: #fff;
    background: #835447;
    display: inline-block;
    padding: 3px 16px 1px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 13px;
    font-family: inherit;
}
.page-mail-soudan .voice dd {
}
.page-mail-soudan


.article .price-list {
	margin: 0 0 35px;
	padding: 0;
	overflow: hidden;
	display: flex;
}
.article .price-list li {
	margin: 0;
	padding: 0;
	width: 48.5%;
	margin-right: 3%;
	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: 15px 0 15px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 15px;
	border: none;
	font-weight: bold;
}
.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 15px;
}
.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;
}
.article .price-list li ul li:first-child {
	height: 100px;
    box-sizing: border-box;
    font-size: 22px;
    padding-top: 26px;
    padding-left: 25px;
}
.article .price-list-box .price-list li ul li:first-child {
	font-size: 26px;
	padding-left: 15px;
	padding-top: 20px;
	height: 125px;
}
.article .price-list li ul li:nth-child(2) {
	box-sizing: border-box;
	height: 95px;
}
.article .price-list li.light ul li:nth-child(2) {
	padding-top: 32px;
}
.article .price-list-box .price-list li.light ul li:nth-child(2) {
	padding-top: 20px;
}
.article .price-list li ul li:first-child .s {
	font-size: 11px;
}
.article .price-list-box .price-list li ul li:first-child .s {
	font-size: 14px;
	padding-left: 4px
}
.article .price-list li ul li:first-child .pickup {
	display: inline-block;
	color: #ff6186;
	margin-top: 1px;
	font-size: 15px;
	padding-right: 20px;
	font-weight: bold;
}
.article .price-list-box .price-list li ul li:first-child .pickup {
    margin-top: 0;
    font-size: 12px;
    padding-right: 0;
    background: #FFF3cf;
    color: #634439;
    padding: 5px 28px;
    border-radius: 30px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.article .price-list li ul li:last-child {
	border: none;
}

.article .step-list {
	counter-reset: number;
	margin: 40px 15px 0;
}
.article .step-list li {
	border: dashed 1px #836449;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    background-color: #fff;
    position: relative;
}
.article .step-list li:before {
	counter-increment: number;
    content: counter(number);
    position: absolute;
    color: #fff;
    font-size: 18px;
    padding: 11px 15px 10px;
    border-radius: 50%;
    background-color: #f90;
    top: -15px;
    left: -15px;
}
.article .step-list li .title {
	margin: 0 0 25px;
    padding: 0;
    font-size: 22px;
	border: none;
    color: #f90;
    position: relative;
    font-weight: normal;
}
.article .step-list li .title:before {
	display: none;
}
.article .step-list li  p {
	margin-bottom: 0;
}

.article .mama-staff-list {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
.article .mama-staff-list li {
	margin: 0;
	padding: 0;
	padding: 15px;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 3px #ccc;
	width: 49%;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top
}
.article .mama-staff-list li:nth-child(2n) {
		margin-right: 0;
}
.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: #f90;
    padding: 6px 6px 5px 15px;
    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;
}

.caution-box .title {
	font-size: 22px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 0 10px 18px;
    color: #f90;
    position: relative;
    font-weight: normal;
}
.caution-box .title:before {
	position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f90;
    border-radius: 5px;
}




.page-payment-mail-soudan .page-content {
    margin: 60px 180px 0;
    text-align: center;
}
.page-payment-mail-soudan h2 {
    color: #f90;
    margin-top: 75px;
}
.page-payment-mail-soudan .page-content .description {
	margin: 0 120px 0;
    text-align: left;
}

.page-payment-mail-soudan-complete .page-content {
    margin: 60px 280px 0;
}

.page-soudan .page-content {
    margin: 60px 280px 0;
}
/* Restored open login/register form layout after moving CSS under lib/css. */
.page-login .auth-eyecatch,
.page-regist .auth-eyecatch {
	height: 220px;
	background-color: #f9c878;
}
.page-login .auth-form-content,
.page-regist .auth-form-content {
	margin: 0;
}
.page-login .page-content,
.page-regist .page-content {
	width: 740px;
	margin: 60px auto 80px;
}
.page-login .form-item,
.page-regist .form-item {
	margin-bottom: 20px;
}
.page-login .form-item label,
.page-login .form-item .label,
.page-regist .form-item label,
.page-regist .form-item .label {
	display: block;
	margin-bottom: 5px;
}
.page-login .form-item input[type="text"],
.page-login .form-item input[type="email"],
.page-login .form-item input[type="password"],
.page-login .form-item select,
.page-login .form-item textarea,
.page-regist .form-item input[type="text"],
.page-regist .form-item input[type="email"],
.page-regist .form-item input[type="password"],
.page-regist .form-item select,
.page-regist .form-item textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	font-family: 'Noto Sans JP', sans-serif;
}
.page-login .form-password-forgot-message,
.page-regist .form-password-forgot-message {
	font-size: 13px;
	text-align: right;
}
.page-login .btn-wrap__center,
.page-regist .btn-wrap__center {
	text-align: center;
}
.page-login .btn-wrap__margin-top,
.page-regist .btn-wrap__margin-top {
	margin-top: 35px;
}
.page-login button.btn,
.page-regist button.btn,
.page-contact button.btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f58282;
	padding: 20px 100px;
	border-radius: 60px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
}
.page-contact button.btn {
	background-color: #f90;
}
.page-contact .btn-wrap__margin-top {
	margin-top: 35px;
}
.page-login button.btn:after,
.page-regist button.btn:after {
	position: absolute;
	content: "\203A";
	font-size: 15px;
	top: 20px;
	right: 15px;
}
.page-login button.btn:hover,
.page-regist button.btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
/* Restored header login/mypage buttons after moving CSS under lib/css. */
#head-login {
	display: inline-block;
}
#head-login .login-btn-list {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
#head-login .login-btn-list li {
	display: block;
	margin-right: 0;
	margin-left: 10px;
	width: 180px;
	box-sizing: border-box;
	vertical-align: middle;
}
#head-login .login-btn-list li a.button {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 0;
	border-radius: 8px;
	border: solid 1px #f80;
	font-size: 15px;
}
#head-login .login-btn-list li:first-child {
	margin-left: 0;
}
#head-login .login-btn-list li.login a.button,
#head-login .login-btn-list li.logout a.button {
	color: #f80;
	background-color: #fff;
}
#head-login .login-btn-list li.regist a.button,
#head-login .login-btn-list li.mypage a.button {
	color: #fff;
	background-color: #f80;
}
#head-login .login-btn-list li a:hover {
	text-decoration: none;
}
#head-login .login-btn-list li.login a.button:hover,
#head-login .login-btn-list li.logout a.button:hover {
	color: #f80;
	background-color: #fffdf0;
}
#head-login .login-btn-list li.regist a.button:hover,
#head-login .login-btn-list li.mypage a.button:hover {
	color: #fff;
	background-color: #e60;
}
#head-login .login-btn-list li.user {
	width: 40px;
	margin-left: 0;
	position: relative;
}
#head-login .login-btn-list li.user img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.forum-archive #wrap {
	padding-top: 40px;
}

.article--dialy,
.article--dialy-post,
.article--dialy-comment-post {
	background: #fff;
}
.dialy-page-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f0d9d9;
}
.dialy-page-head h1 {
	margin-bottom: 8px;
}
.dialy-page-head__label {
	color: #e36f73;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 8px;
}
.dialy-page-head__lead {
	color: #555;
	line-height: 1.8;
}
.dialy-post-btn,
.dialy-filter a,
.dialy-edit-links a,
.dialy-comment-actions a,
.dialy-comment-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	text-decoration: none;
	line-height: 1;
}
.dialy-post-btn {
	flex: 0 0 auto;
	padding: 14px 28px;
	color: #fff;
	background: #f58282;
	font-weight: bold;
}
.dialy-filter {
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
}
.dialy-filter a {
	padding: 10px 18px;
	color: #777;
	background: #f7f7f7;
	border: 1px solid #eee;
	font-weight: bold;
}
.dialy-filter a.current {
	color: #fff;
	background: #f58282;
	border-color: #f58282;
}
.dialy-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dialy-list-item {
	margin: 0;
	border: 1px solid #f0d9d9;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.dialy-list-item a {
	display: grid;
	grid-template-columns: 120px 1fr;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.dialy-list-item__img {
	background: #f7f2f2;
	min-height: 120px;
}
.dialy-list-item__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dialy-list-item__content {
	padding: 14px 16px;
}
.dialy-list-item__title {
	margin: 8px 0 6px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
}
.dialy-list-item__excerpt {
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}
.dialy-list-item .topic-info,
.dialy-single-head time,
.dialy-author time {
	color: #888;
	font-size: 12px;
	line-height: 1.5;
}
.dialy-list-item .topic-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}
.dialy-empty,
.dialy-rule,
.dialy-login-message {
	padding: 18px 20px;
	background: #fff8f8;
	border: 1px solid #f0d9d9;
	border-radius: 8px;
	line-height: 1.8;
}
.dialy-single-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}
.dialy-author {
	display: flex;
	align-items: center;
	gap: 10px;
}
.dialy-author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.dialy-author__name {
	margin: 0 0 3px;
	font-weight: bold;
	line-height: 1.4;
}
.dialy-edit-links,
.dialy-comment-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.dialy-edit-links a,
.dialy-comment-actions a,
.dialy-comment-actions button {
	padding: 8px 13px;
	color: #777;
	background: #f7f7f7;
	border: 1px solid #eee;
	font-size: 13px;
	cursor: pointer;
}
.dialy-eyecatch {
	margin: 22px 0;
}
.dialy-eyecatch img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.dialy-content {
	margin-top: 18px;
	line-height: 1.9;
}
.dialy-reflection {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 28px 0;
}
.dialy-reflection section {
	padding: 18px;
	background: #fff8f8;
	border: 1px solid #f0d9d9;
	border-radius: 8px;
}
.dialy-reflection h2,
.dialy-comments h2 {
	margin-bottom: 12px;
	font-size: 20px;
}
.dialy-comment-list,
.dialy-reply-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dialy-comment-list-item {
	margin-bottom: 18px;
}
.dialy-comment-body,
.reply-to-list-item {
	padding: 18px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}
.dialy-comment-content {
	margin: 12px 0;
	line-height: 1.8;
}
.dialy-reply-form {
	margin-top: 14px;
}
.dialy-reply-list {
	margin: 12px 0 0 48px;
}
.reply-to-list-item {
	margin-top: 10px;
	background: #fffdfd;
}
#form-dialy .form-item,
.dialy-comment-form .form-item {
	margin-bottom: 18px;
}
#form-dialy label,
.dialy-comment-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
#form-dialy input[type="text"],
#form-dialy input[type="file"],
#form-dialy textarea,
.dialy-comment-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	line-height: 1.7;
}
#form-dialy .form-item--inline label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: normal;
}

/* Kokotomo exchange diary layout */
.heading-box {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.heading-box h1 {
	display: flex;
	margin-bottom: 0;
}
.heading__has-icon {
	display: flex;
	align-items: center;
	padding: 0;
	background: none;
}
.heading__has-icon .icon {
	width: 36px;
	font-size: 36px;
	color: #f80;
	padding-right: 6px;
	position: relative;
}
.heading__has-icon .icon,
.heading__has-icon .icon img {
	display: block;
}
h1.heading__has-icon .icon {
	width: 40px;
	font-size: 40px;
	padding-right: 8px;
}
.heading__has-icon .heading-icon__material {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	line-height: 1;
	color: #f90;
}
.heading__has-icon .heading-icon__material .material-icons {
	display: block;
	font-size: inherit;
	line-height: 1;
}
.create-topic-box {
	margin-bottom: 45px;
	padding-top: 5px;
}
.create-topic-box .btn__create-topic {
	margin-bottom: 0;
}
.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);
}
.btn__create-post {
	display: block;
	width: 70%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	background-color: #f80;
}
.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;
}
.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,
.tab-bar__item:hover {
	color: #f80;
	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: #f80;
}
.article-post-status {
	margin-bottom: 8px;
	line-height: 1;
}
.article-post-status .draft-mark {
	font-size: 11px;
	padding: 5px 20px;
}
.draft-mark,
.private-mark,
.view-type-mark {
	display: inline-block;
	padding: 8px 40px;
	line-height: 1;
	font-size: 12px;
	color: #f00;
	background-color: #fffded;
	border: solid 1px #f00;
	border-radius: 30px;
	top: auto;
}
.private-mark {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	background-color: #666;
	border: none;
	line-height: 1;
	display: flex;
	align-items: center;
}
.private-mark .icon {
	margin-right: 5px;
	font-size: 18px;
}
.dialy-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dialy-list-item {
	width: 49%;
	margin: 0 0 2%;
	border: none;
	border-radius: 0;
	overflow: visible;
	background: none;
}
.dialy-list-item a {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	grid-template-columns: none;
	color: #333;
	padding: 20px 15px;
	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: 70px;
	height: 70px;
	min-height: 0;
	background: none;
}
.dialy-list-item__img img {
	display: block;
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}
.dialy-list-item__img--sub {
	position: absolute;
	width: 30px;
	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% - 70px);
	padding: 0 0 0 15px;
	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: #f80;
	line-height: 1.6;
	padding: 1px 10px;
	border-radius: 20px;
}
.dialy-list-item__title {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #333;
	font-weight: normal;
}
.dialy-list-item .topic-info {
	display: block;
	font-size: 10px;
	line-height: 1.5;
	color: inherit;
}
.dialy-list-item .topic-info i {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-right: 3px;
}
.dialy-list-item .topic-info i img {
	width: 16px;
}
.dialy-list-item .private-mark {
	display: inline-flex;
	padding: 4px 10px;
	font-size: 11px;
}
.pagination {
	margin-top: 10px;
	margin-bottom: 15px;
}
.pagination-text {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.pagination-text .view-range {
	padding-left: 10px;
}
.pagination-link {
	text-align: center;
}
.pagination-link-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination-link-list > li {
	margin: 0 5px;
}
.pagination-link-list > li:before {
	display: none;
}
.pagination-link-list > li a,
.pagination-link-list > li .current {
	display: inline-block;
	font-size: 15px;
	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: #fa0;
	text-decoration: none;
}
.pagination .pagination-text span {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	color: inherit;
	background: none;
	border: none;
	border-radius: 0;
}
.pagination .pagination-text .b {
	font-weight: bold;
}
.pagination .pagination-link-list span,
.pagination .pagination-link-list a {
	float: none;
	margin: 0;
	border: none;
}

/* Kokotomo exchange diary form */
.form__bg-yellow,
.form__bg-gray {
	padding: 35px 50px;
	border-radius: 20px;
}
.form__bg-yellow {
	background-color: #FFFBF0;
}
.form-item {
	margin-bottom: 20px;
}
.form-item label,
.form-item .label {
	display: block;
	margin-bottom: 5px;
}
.form-item .s {
	font-size: 12px;
	font-weight: normal;
}
.form-item input[type="text"],
.form-item input[type="number"],
.form-item input[type="email"],
.form-item input[type="url"],
.form-item input[type="tel"],
.form-item input[type="date"],
.form-item input[type="password"],
.form-item input[type="file"],
.form-item select,
.form-item textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.form-item textarea {
	height: 15em;
	display: block;
}
.form-item .height100 {
	height: 100px;
}
.form-item-description {
	font-size: 12px;
	line-height: 1.45;
	margin-bottom: 8px;
}
#form-dialy .form-item {
	margin-bottom: 30px;
}
#form-dialy label {
	font-size: 18px;
	color: #836449;
}
.preview-img {
	display: block;
	max-width: 260px;
	max-height: 180px;
	margin-bottom: 10px;
	border-radius: 8px;
}
.img-edit-caution {
	font-size: 12px;
	color: #f00;
	margin-bottom: 8px;
}
.toggle-wrap {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
}
.toggle-wrap__margin-bottom20 {
	margin-bottom: 20px;
}
.toggle-btn {
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
.toggle-content {
	display: none;
	padding: 15px;
	border-top: solid 1px #eee;
}
.btn-wrap__center {
	text-align: center;
}
.btn-wrap__add-subbtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.btn {
	position: relative;
	display: inline-block;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.btn__middle {
	min-width: 220px;
	padding: 15px 45px;
	border-radius: 40px;
	font-size: 16px;
}
.btn__green {
	color: #fff;
	background-color: #7fbf4d;
}
.btn__green:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.btn__draft {
	color: #777;
	background-color: #eee;
	padding: 15px 30px;
	border-radius: 40px;
}
.margin-bottom15 {
	margin-bottom: 15px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.red {
	color: #f00;
}
.b {
	font-weight: bold;
}

/* kokotomo bbs imported 20260516 */

/* page\bbs.css */
@media screen and (min-width: 601px) {

.front-forum-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.front-forum-list > li {
	margin-bottom: 2%;
	width: 49%;
}
.front-forum-list .form-content-box {
	background-color: #FFF7E3;
	padding: 30px 25px 90px;
	box-sizing: border-box;
	height: 100%;
	border-radius: 12px;
	position: relative;
}
.front-forum-list h2 {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	text-align: center;
	color: #444;
	background: none;
	border: none;
	position: relative;
}
.front-forum-list h2 a {
	color: #444;
	display: block;
	position: relative;
}
.front-forum-list h2 a:hover {
	color: #f80;
	text-decoration: none;
}
.front-forum-list h2:after {
	width: 100%;
	height: 5px;
	border-radius: 8px;
	position: absolute;
	content: "";
	background-color: #E9DEC3;
	left: 0;
	bottom: 0;
}
.front-forum-list h2 .count {
	position: absolute;
	right: 0;
	bottom: 4px;
	color: #836449;
	font-size: 10px;
	letter-spacing: 0.5px;
	padding: 2px 10px;
	background: #E9DEC3;
	border-radius: 12px;
}
.front-forum-list .forum-link-btn {
	text-align: center;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	bottom: 30px;
}
.front-forum-list .forum-link-btn a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #f80;
	padding: 7px 40px;
	border-radius: 40px;
}
.forum-link-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.forum-topic-list {
	margin: 0;
}
.forum-topic-list > li {
	position: relative;
	padding-left: 18px;
}
.forum-topic-list > li:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.55em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #f90;
}
.forum-topic-list > li a {
	color: #444;
}
.pickup-topic-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
	padding: 18px 22px;
	background: #FFF3F3;
	border-radius: 12px;
	box-shadow: 0 0 3px #F96E6E;
}
.pickup-topic-tag dt {
	font-size: 13px;
	font-weight: bold;
	width: 80px;
	text-align: center;
}
.pickup-topic-tag dd {
	width: calc(100% - 80px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 6px 10px;
}
.pickup-topic-tag-list {
	display: flex;
	flex-wrap: wrap;
	max-height: 31px;
	overflow: hidden;
}
.pickup-topic-tag-toggle-input {
	display: none;
}
.pickup-topic-tag-toggle-input:checked + .pickup-topic-tag-list {
	max-height: none;
}
.pickup-topic-tag-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 3px;
	padding: 4px 0;
	color: #333;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.6;
	white-space: nowrap;
}
.pickup-topic-tag-toggle__open:after,
.pickup-topic-tag-toggle__close:after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-right: solid 1.5px currentColor;
	border-bottom: solid 1.5px currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: center;
	position: relative;
}
.pickup-topic-tag-toggle__open:after {
	top: -1px;
}
.pickup-topic-tag-toggle__close:after {
	top: 2.5px;
	transform: rotate(225deg);
}
.pickup-topic-tag-toggle:hover {
	color: #d9687c;
	text-decoration: underline;
}
.pickup-topic-tag-toggle__open,
.pickup-topic-tag-toggle__close {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	gap: 0;
	height: 1.6em;
	line-height: 1;
	width: 6.8em;
}
.pickup-topic-tag-toggle__close {
	display: none;
}
.pickup-topic-tag-toggle-input:checked ~ .pickup-topic-tag-toggle .pickup-topic-tag-toggle__open {
	display: none;
}
.pickup-topic-tag-toggle-input:checked ~ .pickup-topic-tag-toggle .pickup-topic-tag-toggle__close {
	display: inline-flex;
}
.pickup-topic-tag-list-item {
	margin: 3.5px 0 3.5px 7px;
}
.pickup-topic-tag-list-item a {
	display: block;
	color: #444;
	background-color: #fff;
	border: solid 1px #f80;
	padding: 1px 9px 1px 10px;
	border-radius: 30px;
	font-size: 12px;
}
.pickup-topic-tag-list-item a:hover {
	color: #fff;
	background-color: #f80;
	border-color: #f80;
	text-decoration: none;
}
.bbs-section-heading {
	display: block;
	width: fit-content;
	margin: 4px auto 10px;
	padding: 0 0 9px;
	color: #333;
	background: none;
	border: none;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
	text-align: center;
}
.bbs-unanswered-guide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 25px;
	padding: 24px 28px;
	border: solid 2px #f2c577;
	border-radius: 12px;
	background: #fffaf0;
	box-shadow: 0 8px 22px rgba(160, 118, 46, 0.12);
}
.bbs-unanswered-guide__content {
	flex: 1;
}
.bbs-unanswered-guide__label,
.bbs-unanswered-hero__label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 10px;
	color: #5c3b1e;
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.bbs-unanswered-guide .bbs-unanswered-guide__label,
.bbs-unanswered-hero .bbs-unanswered-hero__label {
	color: #d6761f;
}
.bbs-unanswered-guide__label:before,
.bbs-unanswered-hero__label:before {
	width: 34px;
	height: 34px;
	background: url("../images/common/favicon.png") center center / contain no-repeat;
	content: "";
}
.bbs-unanswered-guide h2 {
	margin: 0 0 8px;
	padding: 0;
	color: #5c4322;
	background: none;
	border: none;
	font-size: 20px;
	line-height: 1.45;
}
.bbs-unanswered-guide p {
	margin: 0;
	color: #5d5447;
	font-size: 14px;
	line-height: 1.8;
}
.bbs-unanswered-guide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 150px;
	padding: 10px 18px;
	color: #fff;
	background: #f08c2e;
	border-radius: 999px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 5px 12px rgba(240, 140, 46, 0.25);
}
.bbs-unanswered-guide__button:hover {
	color: #fff;
	opacity: 0.86;
	text-decoration: none;
}
.bbs-unanswered-guide__button em {
	margin-left: 9px;
	padding: 2px 9px;
	color: #de6f00;
	background: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-style: normal;
}
.bbs-unanswered-hero {
	margin: 0 0 28px;
	padding: 28px 32px;
	background: #fffaf0;
	border: solid 2px #f2c577;
	border-radius: 12px;
}
.bbs-unanswered-hero__text {
	margin: 0;
	color: #4c463f;
	line-height: 1.9;
}
.bbs-unanswered-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}
.bbs-unanswered-hero__link,
.bbs-unanswered-hero__button,
.bbs-unanswered-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 999px;
	font-weight: bold;
	text-decoration: none;
}
.bbs-unanswered-hero__link,
.bbs-unanswered-empty a {
	color: #a36b1f;
	background: #fff;
	border: solid 1px #efc678;
}
.bbs-unanswered-hero__button {
	color: #fff;
	background: #f08c2e;
}
.bbs-unanswered-hero__link:hover,
.bbs-unanswered-hero__button:hover,
.bbs-unanswered-empty a:hover {
	opacity: 0.86;
	text-decoration: none;
}
.topic-list--unanswered {
	margin-top: 16px;
}
.topic-list--unanswered .reply-count {
	color: #de6f00;
	font-weight: bold;
}
.bbs-unanswered-empty {
	margin: 24px 0;
	padding: 28px;
	text-align: center;
	background: #fffaf0;
	border: solid 1px #efc678;
	border-radius: 12px;
}
.bbs-unanswered-empty p {
	margin: 0 0 16px;
	color: #5d5447;
}

}



@media screen and (max-width: 600px) {

.front-forum-list {
	flex-direction: column;
}
.front-forum-list > li {
	width: auto;
	margin-bottom: 20px;
}
.front-forum-list .form-content-box {
	background-color: #FFF7E3;
	padding: 25px 20px 85px;
	box-sizing: border-box;
	height: 100%;
	border-radius: 12px;
	position: relative;
}
.front-forum-list h2 {
	font-size: 19px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	text-align: center;
	color: #444;
	background: none;
	border: none;
	position: relative;
}
.front-forum-list h2 a {
	color: #444;
	display: block;
	position: relative;
}
.front-forum-list h2 a:hover {
	color: #f80;
	text-decoration: none;
}
.front-forum-list h2:after {
	width: 100%;
	height: 5px;
	border-radius: 8px;
	position: absolute;
	content: "";
	background-color: #E9DEC3;
	left: 0;
	bottom: 0;
}
.front-forum-list h2 .count {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #836449;
	font-size: 9px;
	letter-spacing: 0.5px;
	padding: 2px 8px;
	background: #E9DEC3;
	border-radius: 12px;
}
.forum-link-btn {
	text-align: center;
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	bottom: 30px;
}
.forum-link-btn a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #f80;
	padding: 7px 40px;
	border-radius: 40px;
}
.forum-link-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.forum-topic-list {
	margin: 0;
}
.forum-topic-list a {
	color: #444;
}
.pickup-topic-tag {
	margin-bottom: 35px;
	padding: 17px 12px;
	background: #fff6f3;
	background: #FFF3F3;
	border-radius: 12px;
	box-shadow: 0 0 3px #F96E6E;
}
.pickup-topic-tag dt {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
.pickup-topic-tag dd {
	display: block;
}
.pickup-topic-tag-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 34px;
	overflow: hidden;
}
.pickup-topic-tag-toggle-input {
	display: none;
}
.pickup-topic-tag-toggle-input:checked + .pickup-topic-tag-list {
	max-height: none;
}
.pickup-topic-tag-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: fit-content;
	margin: 10px auto 0;
	padding: 4px 0;
	color: #a04f5f;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.6;
}
.pickup-topic-tag-toggle__open:after,
.pickup-topic-tag-toggle__close:after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-right: solid 1.5px currentColor;
	border-bottom: solid 1.5px currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: center;
	position: relative;
}
.pickup-topic-tag-toggle__open:after {
	top: -1px;
}
.pickup-topic-tag-toggle__close:after {
	top: 2.5px;
	transform: rotate(225deg);
}
.pickup-topic-tag-toggle:hover {
	color: #d9687c;
	text-decoration: underline;
}
.pickup-topic-tag-toggle__open,
.pickup-topic-tag-toggle__close {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	gap: 0;
	height: 1.6em;
	line-height: 1;
	width: 6.8em;
}
.pickup-topic-tag-toggle__close {
	display: none;
}
.pickup-topic-tag-toggle-input:checked ~ .pickup-topic-tag-toggle .pickup-topic-tag-toggle__open {
	display: none;
}
.pickup-topic-tag-toggle-input:checked ~ .pickup-topic-tag-toggle .pickup-topic-tag-toggle__close {
	display: inline-flex;
}
.pickup-topic-tag-list-item {
	margin: 3px;
}
.pickup-topic-tag-list-item a {
	display: block;
	color: #444;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 2px 9px 2px 10px;
	border-radius: 30px;
	font-size: 12px;
	letter-spacing: 0.2px;
}
.pickup-topic-tag-list-item a:hover {
	color: #fff;
	background-color: #f80;
	border-color: #f80;
	text-decoration: none;
}
.bbs-section-heading {
	display: block;
	width: fit-content;
	margin: 0 auto 18px;
	padding: 0 0 8px;
	color: #333;
	background: none;
	border: none;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
	text-align: center;
}
.bbs-unanswered-guide {
	margin: 24px 0 30px;
	padding: 20px 17px;
	border: solid 2px #f2c577;
	border-radius: 12px;
	background: #fffaf0;
	box-shadow: 0 7px 18px rgba(160, 118, 46, 0.1);
}
.bbs-unanswered-guide__label,
.bbs-unanswered-hero__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	color: #5c3b1e;
	background: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.bbs-unanswered-guide .bbs-unanswered-guide__label,
.bbs-unanswered-hero .bbs-unanswered-hero__label {
	color: #d6761f;
}
.bbs-unanswered-guide__label:before,
.bbs-unanswered-hero__label:before {
	width: 30px;
	height: 30px;
	background: url("../images/common/favicon.png") center center / contain no-repeat;
	content: "";
}
.bbs-unanswered-guide h2 {
	margin: 0 0 8px;
	padding: 0;
	color: #5c4322;
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1.45;
}
.bbs-unanswered-guide p {
	margin: 0;
	color: #5d5447;
	font-size: 13px;
	line-height: 1.75;
}
.bbs-unanswered-guide__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(78%, 260px);
	margin: 16px auto 0;
	padding: 10px 18px;
	box-sizing: border-box;
	color: #fff;
	background: #f08c2e;
	border-radius: 999px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 5px 12px rgba(240, 140, 46, 0.22);
}
.bbs-unanswered-guide__button:hover {
	color: #fff;
	opacity: 0.86;
	text-decoration: none;
}
.bbs-unanswered-guide__button em {
	margin-left: 8px;
	padding: 2px 8px;
	color: #de6f00;
	background: #fff;
	border-radius: 999px;
	font-size: 11px;
	font-style: normal;
}
.bbs-unanswered-hero {
	margin: 0 0 24px;
	padding: 20px 17px;
	background: #fffaf0;
	border: solid 2px #f2c577;
	border-radius: 12px;
}
.bbs-unanswered-hero__text {
	margin: 0;
	color: #4c463f;
	font-size: 14px;
	line-height: 1.8;
}
.bbs-unanswered-hero__actions {
	margin-top: 17px;
}
.bbs-unanswered-hero__link,
.bbs-unanswered-hero__button,
.bbs-unanswered-empty a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 10px 18px;
	box-sizing: border-box;
	border-radius: 999px;
	font-weight: bold;
	text-decoration: none;
}
.bbs-unanswered-hero__link,
.bbs-unanswered-empty a {
	color: #a36b1f;
	background: #fff;
	border: solid 1px #efc678;
}
.bbs-unanswered-hero__button {
	color: #fff;
	background: #f08c2e;
}
.bbs-unanswered-hero__link:hover,
.bbs-unanswered-hero__button:hover,
.bbs-unanswered-empty a:hover {
	opacity: 0.86;
	text-decoration: none;
}
.topic-list--unanswered {
	margin-top: 14px;
}
.topic-list--unanswered .reply-count {
	color: #de6f00;
	font-weight: bold;
}
.bbs-unanswered-empty {
	margin: 20px 0;
	padding: 22px 16px;
	text-align: center;
	background: #fffaf0;
	border: solid 1px #efc678;
	border-radius: 12px;
}
.bbs-unanswered-empty p {
	margin: 0 0 14px;
	color: #5d5447;
}

}

/* single\forum.css */
@media screen and (min-width: 601px) {

.single-forum .description {
	margin-bottom: 25px;
}
.single-forum .create-topic-btn {
	margin-bottom: 30px;
}
.single-forum .create-topic-btn a {
	font-size: 13px;
	padding: 9px 20px 8px;
	background-color: #f80;
	color: #fff;
	border-radius: 30px;
}
.single-forum .create-topic-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single-forum .topic-list {
	margin: 0 0 20px;
	padding: 0;
}
.single-forum .topic-list > li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #ddd;
	list-style: none;
}
.single-forum .topic-list > li:last-child {
	border-bottom: solid 1px #ddd;
}
.single-forum .topic-list > li::before {
	display: none;
}
.single-forum .topic-list > li > a {
	display: block;
	position: relative;
	padding: 18px 48px 18px 15px;
	color: inherit;
	text-decoration: none;
}
.single-forum .topic-list > li > a::after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-top: solid 5px #ccc;
	border-right: solid 5px #ccc;
	transform: rotate(45deg);
	content: "";
}
.single-forum .topic-list > li > a:hover {
	text-decoration: none;
	background: #fffdf0;
}
.single-forum .topic-list > li > a:hover::after {
	right: 12px;
	border-color: #f90;
}
.single-forum .topic-list .topic-option {
	margin-bottom: 8px;
	padding-left: 0;
}
.single-forum .topic-list .topic-request-option {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}
.single-forum .topic-list .topic-request-option__item {
	display: inline-block;
	padding: 2px 12px;
	color: #fff;
	border-radius: 999px;
	font-size: 11px;
	line-height: 1.5;
}
.single-forum .topic-list .topic-item {
	display: flex;
	align-items: flex-start;
}
.single-forum .topic-list .img {
	width: 70px;
	margin-right: 18px;
	text-align: center;
	flex: 0 0 70px;
}
.single-forum .topic-list .img img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 4px;
	object-fit: cover;
	border-radius: 50%;
}
.single-forum .topic-list .img .user-status {
	display: block;
	color: #777;
	font-size: 10px;
	line-height: 1.35;
}
.single-forum .topic-list .img .user-status span {
	display: block;
}
.single-forum .topic-list .content {
	flex: 1;
	min-width: 0;
	padding: 0;
}
.single-forum .topic-list .content .title {
	margin: 0 0 8px;
	padding: 0;
	color: #f80;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
	text-shadow: none;
}
.single-forum .topic-list .description {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.7;
}
.single-forum .topic-list .topic-info {
	margin-top: 8px;
	margin-bottom: 0;
}

}


@media screen and (max-width: 600px) {

.single-forum .description {
	margin-bottom: 25px;
}
.single-forum .create-topic-btn {
	margin-bottom: 30px;
}
.single-forum .create-topic-btn a {
	font-size: 12px;
	padding: 9px 20px 8px;
	background-color: #f80;
	color: #fff;
	border-radius: 30px;
}
.single-forum .create-topic-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.single-forum .topic-list {
	margin: 0 0 20px;
	padding: 0;
}
.single-forum .topic-list > li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #ddd;
	list-style: none;
}
.single-forum .topic-list > li:last-child {
	border-bottom: solid 1px #ddd;
}
.single-forum .topic-list > li::before {
	display: none;
}
.single-forum .topic-list > li > a {
	display: block;
	position: relative;
	padding: 15px 34px 15px 0;
	color: inherit;
	text-decoration: none;
}
.single-forum .topic-list > li > a::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	border-top: solid 4px #ccc;
	border-right: solid 4px #ccc;
	transform: rotate(45deg);
	content: "";
}
.single-forum .topic-list .topic-option {
	margin-bottom: 8px;
}
.single-forum .topic-list .topic-request-option {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
}
.single-forum .topic-list .topic-request-option__item {
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1.5;
}
.single-forum .topic-list .topic-item {
	display: flex;
	align-items: flex-start;
}
.single-forum .topic-list .img {
	width: 55px;
	margin-right: 10px;
	text-align: center;
	flex: 0 0 55px;
}
.single-forum .topic-list .img img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 3px;
	object-fit: cover;
	border-radius: 50%;
}
.single-forum .topic-list .img .user-status {
	display: block;
	color: #777;
	font-size: 9px;
	line-height: 1.35;
}
.single-forum .topic-list .img .user-status span {
	display: block;
}
.single-forum .topic-list .content {
	flex: 1;
	min-width: 0;
	padding: 0;
}
.single-forum .topic-list .content .title {
	margin: 0 0 7px;
	padding: 0;
	color: #f80;
	background: none;
	border: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.45;
	text-shadow: none;
}
.single-forum .topic-list .description {
	margin: 0;
	color: #333;
	font-size: 13px;
	line-height: 1.7;
}
.single-forum .topic-list .topic-info {
	margin-top: 7px;
	margin-bottom: 0;
}

}

/* single\topic.css */
@media screen and (min-width: 601px) {

.single-topic .article {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.single-topic .topic-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.single-topic .topic-header-img {
	width: 80px;
	position: relative;
}
.single-topic .topic-header-img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.topic-header .topic-header-img .role-mark {
	position: absolute;
	top: 65px;
	left: 10px;
	color: #fff;
	background-color: #f80;
	text-align: center;
	display: block;
	width: 60px;
	letter-spacing: 0;
	font-size: 10px;
	border-radius: 20px;
	line-height: 1.7;
}
.single-topic .topic-header-content {
	width: calc(100% - 80px);
	padding-left: 15px;
	box-sizing: border-box;
}
.single-topic .topic-header-content h1 {
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 19px;
}
.single-topic .topic-request-option {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.single-topic .topic-request-option__item {
	display: block;
	padding: 2px 15px;
	margin-right: 6px;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #fff;
	border-radius: 20px;
}
.topic-request-option__item--stance {
	background-color: #ff6347;
}
.topic-request-option__item--advice {
	background-color: #4682b4;
}
.single-topic .topic-header-content .topic-info {
	margin-top: 15px;
}
.single-topic h2#reply-area,
.single-topic h2#reply-post-area {
	margin: 45px 0 25px;
	padding: 15px 20px;
	color: #534624;
	background: #ffd79b;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.45;
	text-shadow: none;
}
.single-topic .reply-list {
	margin: 20px 0 45px;
	padding: 0;
}
.single-topic .reply-list,
.single-topic .reply-list li {
	list-style: none;
}
.single-topic .reply-list > li {
	position: relative;
	margin: 0 0 20px;
	padding: 15px 25px 5px;
	background-color: #fff;
	border: 1px solid #f2ebd4;
	border-radius: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
	overflow: visible;
}
.single-topic .reply-list > li::before {
	display: none;
}
.single-topic .reply-list .edit-tool {
	min-height: 15px;
	margin-bottom: 18px;
	font-size: 12px;
}
.single-topic .reply-list .edit-tool i,
.single-topic .reply-list .edit-tool span {
	font-size: 15px;
}
.single-topic .reply-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.single-topic .reply-header .reply-info {
	position: absolute;
	left: 25px;
	top: 15px;
	color: #999;
	font-size: 11px;
}
.single-topic .reply-header .reply-info i {
	font-size: 15px;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.single-topic .reply-header .img {
	width: 44px;
	position: relative;
}
.single-topic .reply-header .img a {
	display: block;
}
.single-topic .reply-header .img img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 50%;
}
.single-topic .reply-header .role-mark {
	position: absolute;
	top: 34px;
	left: 0;
	width: 44px;
	box-sizing: border-box;
	padding: 1px 0 2px 1px;
	color: #fff;
	background-color: #f80;
	border-radius: 20px;
	font-size: 9px;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: center;
}
.single-topic .reply-header .content {
	width: calc(100% - 44px);
	padding-left: 12px;
	box-sizing: border-box;
}
.single-topic .reply-header .name {
	line-height: 1;
}
.single-topic .reply-header .reply-author-name,
.single-topic .reply-header .replay-author-name {
	color: #f80;
	font-size: 18px;
	font-weight: normal;
}
.single-topic .reply-header .user-status span {
	display: inline;
	text-align: left;
}
.single-topic .reply-header .user-status span::after {
	content: "/";
	margin-left: 4px;
	margin-right: 1px;
}
.single-topic .reply-header .user-status span:last-of-type::after {
	display: none;
}
.single-topic .reply-content {
	font-size: 16px;
	line-height: 1.65;
}
.single-topic .reply-content p {
	margin-bottom: 25px;
}
.single-topic .reply-content p:last-of-type {
	margin-bottom: 0;
}
.single-topic .reply-content__secret {
	position: relative;
	margin: -5px 0 20px;
	padding: 38px 20px 20px;
	background-color: #f5f5f5;
	border-radius: 20px;
}
.single-topic .reply-content__secret-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #aaa;
	font-size: 30px;
}
.single-topic .reply-content__secret-info {
	margin-bottom: 15px!important;
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: center;
}
.single-topic .reply-footer {
	margin-top: 35px;
}
.single-topic .btn-comment-child-display {
	display: flex;
	align-items: center;
	margin: 0 auto 10px;
	color: #f80;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.single-topic .btn-comment-child-display .material-icons-round {
	position: relative;
	top: 1px;
	margin-right: 2px;
	font-size: 30px;
}
.single-topic .reply-to-list {
	margin-top: 25px;
	padding: 0;
}
.single-topic .reply-to-list-item {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 25px 5px;
	background-color: #fffcf2;
	border: 1px solid #f2ebd4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.single-topic .topic-header-option {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.single-topic .close-btn {
	display: block;
	width: auto;
	margin: 0 60px 25px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	background-color: #f80;
}
.single-topic .close-mark,
.single-topic .private-mark {
	margin-bottom: 15px;
}
.single-topic .modal_btn__voice {
	margin-top: 25px;
}
.single-topic .edit-tool {
	margin-bottom: 12px;
}
.single-topic .topic-header--kokotomo-channel .topic-header-img {
	width: 60px;
}
.single-topic .topic-header--kokotomo-channel .topic-header-img img {
	width: 60px;
	height: auto;
	object-fit: inherit;
	border-radius: 0;
}
.single-topic .topic-header--kokotomo-channel .topic-header-content {
	width: calc(100% - 60px);
}
.single-topic .topic-header--kokotomo-channel .topic-header-content .topic-info {
	margin-top: 10px;
}
.form-item--kokotomo-channel {
	margin: 40px 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}
.form-item--kokotomo-channel__img {
	width: 40px;
}
.form-item--kokotomo-channel__img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.form-item--kokotomo-channel__content {
	width: calc(100% - 40px);
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}
.form-item--kokotomo-channel__content textarea {
	padding: 10px 45px 8px 20px;
	border-radius: 25px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	resize: none;
	border: none;
	box-shadow: 0 0 5px #ccc;
}
.form-item--kokotomo-channel__btn button {
	position: absolute;
	right: 6px;
	bottom: 15px;
	color: #fff;
	background-color: #f80;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 30px;
	cursor: pointer;
}
.form-item--kokotomo-channel__btn button:hover {
	opacity: 0.7;
}
.kokotomo-channel-topic-lead-login-message {
    display: block;
    margin: 45px 130px;
    padding: 7px 0px;
    line-height: 1.4;
    font-size: 11.5px;
    background-color: #fffded;
    text-align: center;
    letter-spacing: 0.2px;
}
.single-topic .reply-to-list {
	margin-top: 10px;
}
.reply-to-list .read-more-wrapper {
	position: relative;
	text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}
.reply-list-item .read-more-btn {
	font-weight: normal;
    background: #fff;
    color: #f80;
    padding: 6px 25px;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #f80;
	cursor: pointer;
}
.reply-list-item .loading {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    display: none;
}

}


@media screen and (max-width: 600px) {

.single-topic .article {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.single-topic #breadcrumb {
	margin-bottom: 15px;
}
.single-topic .topic-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.single-topic .topic-header-img {
	width: 50px;
	position: relative;
}
.single-topic .topic-header-img .role-mark {
	position: absolute;
	top: 38px;
	left: 5px;
	color: #fff;
	background-color: #f80;
	text-align: center;
	display: block;
	width: 50px;
	letter-spacing: 0;
	font-size: 8px;
	border-radius: 20px;
	line-height: 1.7;
}
.single-topic .topic-header-img .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
}
.single-topic .topic-header-content {
	width: calc(100% - 50px);
	padding-left: 10px;
	box-sizing: border-box;
}
.single-topic .topic-header-content h1 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-shadow: none;
	line-height: 1.45;
	font-size: 16px;
}
.single-topic .topic-request-option {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 12px;
}
.topic-request-option__item {
	display: block;
	padding: 2px 10px;
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-radius: 20px;
}
.topic-request-option__item--stance {
	background-color: #ff6347;
}
.topic-request-option__item--advice {
	background-color: #4682b4;
}
.single-topic .topic-request-option__item:last-of-type {
	margin-right: 0;
}
.single-topic .topic-header-content .topic-info {
	margin-top: 12px;
}
.single-topic h2#reply-area,
.single-topic h2#reply-post-area {
	margin: 35px 0 20px;
	padding: 13px 15px;
	color: #534624;
	background: #ffd79b;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.45;
	text-shadow: none;
}
.single-topic .reply-list {
	margin: 15px 0 35px;
	padding: 0;
}
.single-topic .reply-list,
.single-topic .reply-list li {
	list-style: none;
}
.single-topic .reply-list > li {
	position: relative;
	margin: 0 0 15px;
	padding: 12px 15px 5px;
	background-color: #fff;
	border: 1px solid #f2ebd4;
	border-radius: 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
	overflow: visible;
}
.single-topic .reply-list > li::before {
	display: none;
}
.single-topic .reply-list .edit-tool {
	min-height: 15px;
	margin-bottom: 14px;
	font-size: 11px;
}
.single-topic .reply-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.single-topic .reply-header .reply-info {
	position: absolute;
	left: 15px;
	top: 18px;
	color: #999;
	font-size: 10px;
}
.single-topic .reply-header .reply-info i {
	font-size: 13px;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.single-topic .reply-header .img {
	width: 44px;
	position: relative;
}
.single-topic .reply-header .img img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 50%;
}
.single-topic .reply-header .role-mark {
	position: absolute;
	top: 34px;
	left: 0;
	width: 40px;
	padding: 1px 0 1px 1px;
	color: #fff;
	background-color: #f80;
	border-radius: 20px;
	font-size: 8px;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: center;
}
.single-topic .reply-header .content {
	width: calc(100% - 44px);
	padding-left: 10px;
	box-sizing: border-box;
}
.single-topic .reply-header .name {
	line-height: 1.1;
}
.single-topic .reply-header .reply-author-name,
.single-topic .reply-header .replay-author-name {
	color: #f80;
	font-size: 15px;
	font-weight: normal;
}
.single-topic .reply-header .user-status span {
	display: inline;
	text-align: left;
}
.single-topic .reply-header .user-status span::after {
	content: "/";
	margin-left: 4px;
	margin-right: 1px;
}
.single-topic .reply-header .user-status span:last-of-type::after {
	display: none;
}
.single-topic .reply-content {
	font-size: 14px;
	line-height: 1.5;
}
.single-topic .reply-content__secret {
	position: relative;
	margin: -5px 0 10px;
	padding: 32px 10px 15px;
	background-color: #f5f5f5;
	border-radius: 15px;
}
.single-topic .reply-content__secret-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #aaa;
	font-size: 24px;
}
.single-topic .reply-content__secret-info {
	margin-bottom: 15px!important;
	font-size: 12px;
	letter-spacing: 0.2px;
	text-align: center;
}
.single-topic .reply-footer {
	margin-top: 30px;
}
.single-topic .btn-comment-child-display {
	display: flex;
	align-items: center;
	margin: 0 auto 10px;
	color: #f80;
	background: none;
	border: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.single-topic .btn-comment-child-display .material-icons-round {
	position: relative;
	top: 1px;
	margin-right: 2px;
	font-size: 26px;
}
.single-topic .reply-to-list {
	margin-top: 20px;
	padding: 0;
}
.single-topic .reply-to-list-item {
	position: relative;
	margin-bottom: 12px;
	padding: 12px 12px 5px;
	background-color: #fffcf2;
	border: 1px solid #f2ebd4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.topic-after-btn {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 60px;
}
.topic-after-btn .btn_reply_create {
	margin-left: 0px;
	padding: 15px 46px;
	display: inline-block;
	background-color: #f80;
	line-height: 1.2;
	color: #fff;
	border-radius: 30px;
}
.single-topic .topic-header-option {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.single-topic .close-btn {
	display: block;
	width: auto;
	margin: 20px 15px 15px;
	padding: 15px 10px;
	font-size: 13px;
	color: #fff;
	background-color: #f80;
}
.single-topic .close-mark {
	margin-bottom: 0;
	padding: 8px 30px;
}
.single-topic .private-mark {
	margin-bottom: 0;
	padding: 8px 15px;
}
.single-topic .modal_btn__voice {
	margin-top: 25px;
}
.single-topic .edit-tool {
	margin-bottom: 10px;
}
.single-topic .topic-header--kokotomo-channel .topic-header-img {
	width: 50px;
}
.single-topic .topic-header--kokotomo-channel .topic-header-img img {
	width: 50px;
	height: auto;
	object-fit: inherit;
	border-radius: 0;
}
.single-topic .topic-header--kokotomo-channel .topic-header-content {
	width: calc(100% - 50px);
}
.single-topic .topic-header--kokotomo-channel .topic-header-content .topic-info {
	margin-top: 10px;
}
.form-item--kokotomo-channel {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}
.form-item--kokotomo-channel__img {
	width: 32px;
}
.form-item--kokotomo-channel__img img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.form-item--kokotomo-channel__content {
	width: calc(100% - 32px);
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}
.form-item--kokotomo-channel__content textarea {
	padding: 6px 40px 6px 10px;
	border-radius: 20px;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	resize: none;
	border: none;
	box-shadow: 0 0 5px #ccc;
	font-size: 13px;
}
.form-item--kokotomo-channel__btn button {
	position: absolute;
	right: 5px;
	bottom: 12px;
	color: #fff;
	background-color: #f80;
	border: none;
	padding: 3px 7px;
	font-size: 11px;
	border-radius: 30px;
	cursor: pointer;
}
.form-item--kokotomo-channel__btn button:hover {
	opacity: 0.7;
}
.kokotomo-channel-topic-lead-login-message {
    display: block;
    margin: 40px 10px;
    padding: 7px 0px;
    line-height: 1.4;
    font-size: 10px;
    background-color: #fffded;
    text-align: center;
    letter-spacing: 0;
}
.single-topic .reply-to-list {
	margin-top: 10px;
}
.reply-to-list .read-more-wrapper {
	position: relative;
	text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: solid 1px #eee;
}
.reply-list-item .read-more-btn {
	font-weight: normal;
    background: #fff;
    color: #f80;
    padding: 5px 25px;
    font-size: 11px;
    border-radius: 50px;
    border: 1px solid #f80;
	cursor: pointer;
}
.reply-list-item .loading {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    display: none;
}

}

/* single\post-comment-reply.css */
@media screen and (min-width: 601px) {
	.aside--post-comments {
		margin-top: 40px;
		padding-top: 40px;
		border-top: solid 1px #eee;
	}
	.aside--post-comments h2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 40px 0 15px;
		padding: 0;
		color: #f80;
		background: none;
		border: none;
		font-size: 24px;
		font-weight: normal;
	}
	.aside--post-comments h2:first-child {
		margin-top: 0;
	}
	.aside--post-comments h2 .material-icons-round {
		display: block;
		width: 34px;
		margin-right: 6px;
		color: #ffbe00;
		font-size: 34px;
		text-align: center;
		-webkit-text-stroke: 2px #f80;
		text-stroke: 2px #f80;
	}
	.aside--post-comments .comment-pagenation {
		margin-bottom: 15px;
		color: #999;
		font-size: 13px;
	}
	.aside--post-comments .comments-list.reply-list {
		margin: 20px 0 45px;
		padding: 0;
	}
	.aside--post-comments .comments-list.reply-list,
	.aside--post-comments .comments-list.reply-list li {
		list-style: none;
	}
	.aside--post-comments .comments-list.reply-list > li {
		position: relative;
		margin: 0 0 20px;
		padding: 15px 25px 5px;
		background-color: #fff;
		border: none;
		border-radius: 20px;
		overflow: visible;
	}
	.aside--post-comments .comments-list.reply-list > li:first-child {
		border-top: none;
	}
	.aside--post-comments .reply-list .edit-tool {
		min-height: 15px;
		margin-bottom: 18px;
		font-size: 12px;
	}
	.aside--post-comments .reply-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 15px;
	}
	.aside--post-comments .reply-header .reply-info {
		left: 25px;
		top: 15px;
		font-size: 11px;
	}
	.aside--post-comments .reply-header .img {
		width: 44px;
		position: relative;
	}
	.aside--post-comments .reply-header .img img {
		display: block;
		width: 44px;
		height: 44px;
		object-fit: cover;
		border-radius: 50%;
	}
	.aside--post-comments .reply-header .role-mark {
		top: 34px;
		left: 0;
		width: 44px;
		font-size: 9px;
	}
	.aside--post-comments .reply-header .content {
		width: calc(100% - 44px);
		padding-left: 12px;
		box-sizing: border-box;
	}
	.aside--post-comments .reply-header .name {
		line-height: 1.1;
	}
	.aside--post-comments .reply-header .reply-author-name,
	.aside--post-comments .reply-header .replay-author-name {
		color: #f80;
		font-size: 18px;
		font-weight: normal;
	}
	.aside--post-comments .reply-content {
		font-size: 16px;
		line-height: 1.65;
	}
	.aside--post-comments .reply-content p {
		margin-bottom: 25px;
	}
	.aside--post-comments .reply-content p:last-of-type {
		margin-bottom: 0;
	}
	.aside--post-comments .reply-footer {
		margin-top: 35px;
	}
	.aside--post-comments .toggle-reply-to-btn {
		position: relative;
		display: block;
		width: 220px;
		box-sizing: border-box;
		margin: 0 auto 15px;
		padding: 6px 0 7px;
		color: #fff;
		background-color: #f80;
		border: solid 1px #f80;
		border-radius: 5px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	.aside--post-comments .toggle-reply-to-btn:hover {
		color: #fff;
		opacity: 0.7;
		text-decoration: none;
	}
	.aside--post-comments .toggle-reply-to-btn .toggle-status {
		position: absolute;
		right: 10px;
		top: 2.5px;
		font-size: 16px;
		font-weight: bold;
	}
	.aside--post-comments .toggle-reply-to-item {
		display: none;
		padding-bottom: 20px;
	}
	.aside--post-comments .form-reply-to {
		margin-top: 20px;
	}
	.aside--post-comments .form-reply-to label {
		display: block;
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: normal;
	}
	.aside--post-comments .form-reply-to .caution {
		color: #f00;
		font-size: 13px;
	}
	.aside--post-comments .form-reply-to textarea {
		width: 100%;
		height: 220px;
		padding: 10px;
		box-sizing: border-box;
		border: solid 3px #eee;
		border-radius: 10px;
	}
	.aside--post-comments .form-reply-to .btn {
		min-width: 280px;
		padding: 14px 40px;
		border-radius: 50px;
		font-size: 16px;
	}
	.aside--post-comments .comments-list .children {
		margin: 25px 0 0;
		padding: 0;
	}
	.aside--post-comments .comments-list .children > li {
		position: relative;
		margin: 0 0 15px 70px;
		padding: 15px 25px 5px;
		background-color: #FFFCF2;
		border: 1px solid #F2EBD4;
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(0 0 0 / 3%);
	}
	.aside--post-comments .comments-list .children > li:first-child {
		border-top: 1px solid #F2EBD4;
	}
	.aside--post-comments #respond {
		margin: 30px 0 20px;
	}
	.aside--post-comments .comment-form-comment label {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: normal;
	}
	.aside--post-comments .comment-form-comment .caution {
		color: #f00;
		font-size: 13px;
	}
	.aside--post-comments .comment-form textarea {
		width: 100%;
		height: 260px;
		padding: 10px;
		box-sizing: border-box;
		border: solid 3px #eee;
		border-radius: 10px;
	}
	.aside--post-comments .comment-form p.form-submit {
		margin-top: 35px;
		text-align: center;
	}
	.aside--post-comments .comment-form #submit {
		min-width: 320px;
		padding: 16px 50px;
		border-radius: 50px;
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.aside--post-comments {
		margin-top: 40px;
		padding-top: 40px;
		border-top: solid 1px #eee;
	}
	.aside--post-comments h2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 40px 0 15px;
		padding: 0;
		color: #f80;
		background: none;
		border: none;
		font-size: 18px;
		font-weight: normal;
	}
	.aside--post-comments h2:first-child {
		margin-top: 0;
	}
	.aside--post-comments h2 .material-icons-round {
		display: block;
		width: 30px;
		margin-right: 5px;
		color: #ffbe00;
		font-size: 30px;
		text-align: center;
		-webkit-text-stroke: 2px #f80;
		text-stroke: 2px #f80;
	}
	.aside--post-comments .comment-pagenation {
		margin-bottom: 15px;
		color: #999;
		font-size: 12px;
	}
	.aside--post-comments .comments-list.reply-list {
		margin: 15px 0 35px;
		padding: 0;
	}
	.aside--post-comments .comments-list.reply-list,
	.aside--post-comments .comments-list.reply-list li {
		list-style: none;
	}
	.aside--post-comments .comments-list.reply-list > li {
		position: relative;
		margin: 0 0 15px;
		padding: 12px 15px 5px;
		background-color: #fff;
		border: none;
		border-radius: 15px;
		overflow: visible;
	}
	.aside--post-comments .comments-list.reply-list > li:first-child {
		border-top: none;
	}
	.aside--post-comments .reply-list .edit-tool {
		min-height: 15px;
		margin-bottom: 14px;
		font-size: 11px;
	}
	.aside--post-comments .reply-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 15px;
	}
	.aside--post-comments .reply-header .reply-info {
		left: 15px;
		top: 18px;
		font-size: 10px;
	}
	.aside--post-comments .reply-header .img {
		width: 44px;
		position: relative;
	}
	.aside--post-comments .reply-header .img img {
		display: block;
		width: 44px;
		height: 44px;
		object-fit: cover;
		border-radius: 50%;
	}
	.aside--post-comments .reply-header .role-mark {
		top: 34px;
		left: 0;
		width: 40px;
		font-size: 8px;
	}
	.aside--post-comments .reply-header .content {
		width: calc(100% - 44px);
		padding-left: 10px;
		box-sizing: border-box;
	}
	.aside--post-comments .reply-header .reply-author-name,
	.aside--post-comments .reply-header .replay-author-name {
		color: #f80;
		font-size: 15px;
		font-weight: normal;
	}
	.aside--post-comments .reply-content {
		font-size: 14px;
		line-height: 1.5;
	}
	.aside--post-comments .reply-content p {
		margin-bottom: 20px;
	}
	.aside--post-comments .reply-content p:last-of-type {
		margin-bottom: 0;
	}
	.aside--post-comments .reply-footer {
		margin-top: 30px;
	}
	.aside--post-comments .toggle-reply-to-btn {
		position: relative;
		display: block;
		width: 160px;
		box-sizing: border-box;
		margin: 0 auto 15px;
		padding: 4px 0 5px;
		color: #fff;
		background-color: #f80;
		border: solid 1px #f80;
		border-radius: 5px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	.aside--post-comments .toggle-reply-to-btn:hover {
		color: #fff;
		text-decoration: none;
	}
	.aside--post-comments .toggle-reply-to-btn .toggle-status {
		position: absolute;
		right: 5px;
		top: 2px;
		font-size: 13px;
		font-weight: bold;
	}
	.aside--post-comments .toggle-reply-to-item {
		display: none;
		padding-bottom: 15px;
	}
	.aside--post-comments .form-reply-to {
		margin-top: 18px;
	}
	.aside--post-comments .form-reply-to label {
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
		font-weight: normal;
	}
	.aside--post-comments .form-reply-to .caution {
		color: #f00;
		font-size: 12px;
	}
	.aside--post-comments .form-reply-to textarea {
		width: 100%;
		height: 180px;
		padding: 10px;
		box-sizing: border-box;
		border: solid 3px #eee;
		border-radius: 10px;
	}
	.aside--post-comments .form-reply-to .btn {
		min-width: 220px;
		padding: 13px 30px;
		border-radius: 50px;
		font-size: 14px;
	}
	.aside--post-comments .comments-list .children {
		margin: 20px 0 0;
		padding: 0;
	}
	.aside--post-comments .comments-list .children > li {
		position: relative;
		margin: 0 0 12px 18px;
		padding: 12px 12px 5px;
		background-color: #FFFCF2;
		border: 1px solid #F2EBD4;
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(0 0 0 / 3%);
	}
	.aside--post-comments .comments-list .children > li:first-child {
		border-top: 1px solid #F2EBD4;
	}
	.aside--post-comments #respond {
		margin: 25px 0 20px;
	}
	.aside--post-comments .comment-form-comment label {
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
		font-weight: normal;
	}
	.aside--post-comments .comment-form-comment .caution {
		color: #f00;
		font-size: 12px;
	}
	.aside--post-comments .comment-form textarea {
		width: 100%;
		height: 220px;
		padding: 10px;
		box-sizing: border-box;
		border: solid 3px #eee;
		border-radius: 10px;
	}
	.aside--post-comments .comment-form p.form-submit {
		margin-top: 30px;
		text-align: center;
	}
	.aside--post-comments .comment-form #submit {
		width: auto;
		min-width: 260px;
		padding: 14px 35px;
		border-radius: 50px;
		font-size: 16px;
	}
}

/* bbs topic detail controls */
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url("../font/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Material Icons Round";
	font-style: normal;
	font-weight: 400;
	src: url("../font/MaterialIconsRound-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Material Icons Outlined";
	font-style: normal;
	font-weight: 400;
	src: url("../font/MaterialIconsOutlined-Regular.otf") format("opentype");
}
.material-icons,
.material-icons-round,
.material-icons-outlined {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "liga";
	text-rendering: optimizeLegibility;
}
.material-icons {
	font-family: "Material Icons";
}
.material-icons-round {
	font-family: "Material Icons Round";
}
.material-icons-outlined {
	font-family: "Material Icons Outlined";
}
.single-topic .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f80;
	min-width: 220px;
	padding: 18px 70px;
	border: none;
	border-radius: 30px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}
.single-topic .btn:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	right: 24px;
	margin-top: -5px;
	transform: rotate(45deg);
}
.single-topic .btn__arrow-bottom:after {
	margin-top: -7px;
	transform: rotate(135deg);
}
.single-topic .btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.single-topic .toggle-btn {
	padding: 5px 10px 5px 40px;
}
.single-topic .toggle-btn:before {
	position: absolute;
	content: "+";
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px 2px;
	color: #fff;
	background-color: #f80;
	line-height: 1;
	letter-spacing: 0;
	left: 10px;
	top: calc(50% - 8px);
	border-radius: 2px;
}
.single-topic .toggle-btn.active:before {
	content: "-";
	padding-left: 5px;
	padding-right: 5px;
}
.single-topic .toggle-content {
	display: none;
	font-size: 14px;
	margin: 0 10px;
	padding: 30px 20px;
	border-top: solid 1px #ddd;
}
.single-topic .toggle-reply-to-btn {
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 12px;
	width: 220px;
	padding: 6px 0 7px;
	margin: 0 auto 15px;
	color: #fff;
	background-color: #f80;
	border: solid 1px #f80;
	border-radius: 5px;
	text-align: center;
}
.single-topic .toggle-reply-to-btn:hover {
	opacity: 0.7;
}
.single-topic .toggle-reply-to-btn .toggle-status {
	position: absolute;
	right: 10px;
	top: 2.5px;
	font-size: 16px;
	font-weight: bold;
}
.single-topic .toggle-reply-to-item {
	display: none;
	padding-bottom: 20px;
}
.single-topic .reply-to-list.is-hidden,
.single-topic .read-more-btn.is-hidden {
	display: none;
}
.single-topic .edit-tool {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1;
}
.single-topic .edit-tool a {
	display: inline-flex;
	align-items: center;
	margin-left: 0;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}
.single-topic .edit-tool a:before {
	display: none !important;
	content: none !important;
}
.single-topic .edit-tool i,
.single-topic .edit-tool span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	margin-right: 4px;
	color: #777;
	font-size: 17px;
	line-height: 1;
}
.single-topic .btn-comment-child-display {
	line-height: 1;
}
.single-topic .reply-list > li {
	background-color: #fff;
}
.single-topic .reply-to-list-item {
	background-color: #fffef7;
}
.single-topic .reply-content__secret {
	background-color: #f5f5f5;
}
.single-topic h2#reply-area.topic-section-heading,
.single-topic h2#reply-post-area.topic-section-heading {
	display: flex;
	align-items: center;
	margin: 50px 0 20px;
	padding: 0;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.45;
	text-shadow: none;
}
.single-topic h2#reply-area.topic-section-heading .icon,
.single-topic h2#reply-post-area.topic-section-heading .icon {
	width: 34px;
	height: 34px;
	padding-right: 8px;
	color: #f80;
	font-size: 34px;
}
.single-topic .topic-reply-pr {
	margin-bottom: 45px;
}
.single-topic .topic-reply-pr dt:after {
	content: "candle PR";
}

/* Exchange diary single */
.single-dialy .article__type-box {
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;
	border-radius: 6px;
	position: relative;
}
.single-dialy .article--dialy {
	padding-top: 30px;
}
.single-dialy .article-header__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.single-dialy .article-header__flex .edit-tool {
	margin-bottom: 0;
}
.single-dialy .article__main h1 {
	margin-bottom: 15px;
}
.single-dialy .article__main .post-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin-bottom: 20px;
	color: #777;
	font-size: 13px;
}
.single-dialy .article__main .post-info span {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}
.single-dialy .article__main .post-info .material-icons-round {
	color: #999;
	font-size: 18px;
}
.single-dialy .article__main .eyecatch {
	margin: 25px 0 35px;
}
.single-dialy .article__main .eyecatch img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.single-dialy .dialy-single-content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.9;
}
.single-dialy .article__type-box h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 40px 0 15px;
	padding: 0;
	color: #f80;
	background: none;
	border: none;
	font-size: 20px;
	font-weight: normal;
}
.single-dialy .article__type-box h2 .material-icons-round {
	display: block;
	width: 36px;
	margin-right: 8px;
	color: #ffbe00;
	font-size: 36px;
	text-align: center;
	-webkit-text-stroke: 2px #f80;
	text-stroke: 2px #f80;
}
.single-dialy .article__type-box h2 .material-icons-round.icon--s {
	width: 32px;
	margin-right: 12px;
	font-size: 32px;
}
.single-dialy .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-follow-pr {
	display: block;
	margin: 20px 130px 0;
	padding: 7px 0;
	background-color: #fffded;
	font-size: 11.5px;
	line-height: 1.4;
	letter-spacing: 0.2px;
	text-align: center;
}
.single-dialy .dialy-follower-view-message {
	padding: 30px;
	background-color: #fffded;
}
.single-dialy .dialy-comment-list.reply-list,
.single-dialy .dialy-comment-list.reply-list li,
.single-dialy .reply-to-list,
.single-dialy .reply-to-list li {
	list-style: none;
}
.single-dialy .dialy-comment-list.reply-list {
	margin: 20px 0 45px;
	padding: 0;
}
.single-dialy .dialy-comment-list.reply-list > li {
	position: relative;
	margin: 0 0 20px;
	padding: 15px 25px 5px;
	background-color: #fffcf2;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	overflow: visible;
}
.single-dialy .dialy-comment-list .edit-tool {
	min-height: 15px;
	margin-bottom: 18px;
	font-size: 12px;
}
.single-dialy .dialy-comment-list .edit-tool i,
.single-dialy .dialy-comment-list .edit-tool span {
	font-size: 15px;
}
.single-dialy .reply-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.single-dialy .reply-header .reply-info {
	position: absolute;
	left: 25px;
	top: 15px;
	color: #999;
	font-size: 11px;
}
.single-dialy .reply-header .reply-info i {
	position: relative;
	top: 3px;
	margin-right: 3px;
	font-size: 15px;
}
.single-dialy .reply-header .img {
	width: 44px;
	position: relative;
}
.single-dialy .reply-header .img a {
	display: block;
}
.single-dialy .reply-header .img img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 50%;
}
.single-dialy .reply-header .content {
	width: calc(100% - 44px);
	box-sizing: border-box;
	padding-left: 12px;
}
.single-dialy .reply-header .name {
	line-height: 1.1;
}
.single-dialy .reply-header .reply-author-name,
.single-dialy .reply-header .replay-author-name {
	color: #f80;
	font-size: 18px;
	font-weight: normal;
}
.single-dialy .reply-header .user-status span {
	display: inline;
}
.single-dialy .reply-header .user-status span::after {
	content: "/";
	margin-left: 4px;
	margin-right: 1px;
}
.single-dialy .reply-header .user-status span:last-of-type::after {
	display: none;
}
.single-dialy .reply-content {
	font-size: 16px;
	line-height: 1.65;
}
.single-dialy .reply-content p {
	margin-bottom: 25px;
}
.single-dialy .reply-content p:last-of-type {
	margin-bottom: 0;
}
.single-dialy .reply-footer {
	margin-top: 35px;
}
.single-dialy .toggle-reply-to-btn {
	position: relative;
	display: block;
	width: 220px;
	box-sizing: border-box;
	margin: 0 auto 15px;
	padding: 6px 0 7px;
	color: #fff;
	background-color: #f80;
	border: solid 1px #f80;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.single-dialy .toggle-reply-to-btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.single-dialy .toggle-reply-to-btn .toggle-status {
	position: absolute;
	right: 10px;
	top: 2.5px;
	font-size: 16px;
	font-weight: bold;
}
.single-dialy .toggle-reply-to-item {
	display: none;
	padding-bottom: 20px;
}
.single-dialy .form-dialy-comment,
.single-dialy .form-reply-to {
	margin-top: 20px;
}
.single-dialy .form-dialy-comment label,
.single-dialy .form-reply-to label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
}
.single-dialy .form-dialy-comment .caution,
.single-dialy .form-reply-to .caution {
	color: #f00;
	font-size: 13px;
}
.single-dialy .form-dialy-comment textarea,
.single-dialy .form-reply-to textarea {
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 10px;
	border: solid 3px #eee;
	border-radius: 10px;
	background-color: #fff;
}
.single-dialy .form-dialy-comment .btn,
.single-dialy .form-reply-to .btn {
	min-width: 280px;
	padding: 14px 40px;
	border-radius: 50px;
	font-size: 16px;
}
.single-dialy .btn-comment-child-display {
	display: flex;
	align-items: center;
	margin: 0 auto 10px;
	color: #f80;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.single-dialy .btn-comment-child-display .material-icons-round {
	position: relative;
	top: 1px;
	margin-right: 2px;
	font-size: 30px;
}
.single-dialy .reply-to-list {
	margin-top: 25px;
	padding: 0;
}
.single-dialy .reply-to-list-item {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 25px 5px;
	background-color: #fff;
	border: 1px solid #f2ebd4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.single-dialy .aside-single-dialy {
	margin-top: 35px;
}
.single-dialy .aside-single-dialy .btn__wrap {
	margin-top: 55px;
}
.single-dialy .sns-bar .sns-list {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 15px;
	padding-left: 0;
	position: static;
	top: auto;
	overflow: visible;
}
.single-dialy .sns-bar .sns-list li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
.single-dialy .sns-bar .sns-list li:before {
	display: none;
}
.single-dialy .sns-bar .sns-list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(200, 200, 200, 0.3);
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.single-dialy .sns-bar .sns-list li.twitter a {
	background-color: #000;
}
.single-dialy .sns-bar .sns-list li.facebook a {
	background-color: #3b5998;
}
.single-dialy .sns-bar .sns-list li.line a {
	background-color: #25af00;
}
.single-dialy .sns-bar .sns-list li a:hover {
	opacity: 0.7;
}
.single-dialy .sns-bar .icon-x,
.single-dialy .sns-bar .icon-facebook-svg {
	display: block;
	color: #fff;
}
.single-dialy .sns-bar .sns-label--line {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
}
.single-dialy .edit-tool {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 5px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1;
}
.single-dialy .edit-tool a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 0;
	color: #f80;
	text-decoration: none;
	line-height: 1;
}
.single-dialy .edit-tool a:hover {
	opacity: 0.7;
}
.single-dialy .edit-tool i,
.single-dialy .edit-tool span.material-icons-round {
	position: static;
	left: auto;
	top: auto;
	margin-right: 0;
	color: #777;
	font-size: 17px;
	line-height: 1;
}
.single-dialy .btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	min-width: 220px;
	padding: 18px 70px;
	color: #fff;
	background-color: #f80;
	border: none;
	border-radius: 30px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.single-dialy .btn:after {
	position: absolute;
	content: "〉";
	top: 18px;
	right: 10px;
	font-size: 14px;
}
.single-dialy .btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.single-dialy .form-dialy-comment .btn,
.single-dialy .form-reply-to .btn {
	color: #fff;
	background-color: #f80;
}
.single-dialy .form-dialy-comment .btn:after,
.single-dialy .form-reply-to .btn:after {
	display: none;
}

@media screen and (max-width: 600px) {
	.single-dialy .article__type-box {
		padding: 25px 15px;
		border-radius: 0;
		box-shadow: none;
	}
	.single-dialy .article--dialy {
		padding-top: 15px;
	}
	.single-dialy .article__type-box h2 {
		font-size: 18px;
	}
	.single-dialy .article__type-box h2 .material-icons-round {
		width: 30px;
		margin-right: 5px;
		font-size: 30px;
	}
	.single-dialy .article__type-box h2 .material-icons-round.icon--s {
		width: 26px;
		margin-right: 9px;
		font-size: 26px;
	}
	.single-dialy .dialy-follow-pr {
		margin: 45px 10px 0;
		font-size: 10.5px;
		letter-spacing: 0;
	}
	.single-dialy .dialy-follower-view-message {
		padding: 20px 15px;
		font-size: 14px;
	}
	.single-dialy .dialy-comment-list.reply-list > li {
		padding: 15px 15px 5px;
		border-radius: 12px;
	}
	.single-dialy .reply-header .reply-info {
		left: 15px;
	}
	.single-dialy .reply-to-list-item {
		margin-left: 0;
		padding: 15px 15px 5px;
	}
	.single-dialy .form-dialy-comment .btn,
	.single-dialy .form-reply-to .btn {
		min-width: 0;
		width: 100%;
	}
}

/*-----------------------------------
	学校詳細ページ（未来地図同期データ）
------------------------------------*/
.single-local-information .slider {
	display: flex;
	gap: 10px;
	margin: 0 0 25px;
	padding-bottom: 5px;
	overflow-x: auto;
	list-style: none;
}
.single-local-information .slider li {
	flex: 0 0 auto;
	margin: 0;
}
.single-local-information .slider img {
	height: 280px;
	width: auto;
	max-width: 70vw;
	object-fit: cover;
	border-radius: 8px;
}
.single-local-information .eyecatch img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.single-local-information .owner_message {
	margin-top: 10px;
}
.area-term-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.area-term-list > li {
	margin-right: 8px;
	line-height: 1.8;
}
.course-title-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course-title-list > li {
	line-height: 1.8;
	margin-right: 8px;
}
.course-title-list > li:after {
	content: "/";
	padding-left: 8px;
}
.course-title-list > li:last-child:after {
	display: none;
}
.key-color {
	color: #f90;
}
.qa-list {
	margin: 0;
	list-style: none;
}
.qa-list > li {
	margin-bottom: 10px;
}
.qa-list .qa-item {
	border: solid 1px #eee;
	border-radius: 6px;
}
.qa-list .toggle-btn {
	padding: 10px 40px 10px 15px;
	color: #333;
	font-size: 16px;
	width: 100%;
	text-align: left;
	background: #fff;
	border: none;
	border-radius: 6px;
}
.qa-list .toggle-btn:before {
	content: "+";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	color: #f90;
	font-weight: bold;
}
.qa-list .toggle-btn.active:before {
	content: "-";
}
.qa-list .toggle-content {
	display: none;
}
.qa-list .toggle-content p:last-of-type {
	margin-bottom: 0;
}

/*-----------------------------------
	会員登録：プロフィール画像選択
------------------------------------*/
.avatar-img-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-top: 10px;
	justify-content: space-evenly;
}
.form-item label.avatar-radio-label {
	display: inline-flex;
	align-items: center;
	flex-direction: column-reverse;
	text-align: center;
	gap: 0.5em;
	margin-bottom: 0.5em;
}
.avatar-radio-input {
	margin-right: 0.5em;
	align-self: center;
	min-width: 18px;
	min-height: 18px;
}
.avatar-radio-img {
	border-radius: 50%;
}
#birthdate-container {
	display: flex;
	gap: 8px;
}

/*-----------------------------------
	掲示板の絞り込み・ソート（ココトモ準拠）
------------------------------------*/
.forum-view {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	align-items: center;
	margin: 30px 0 28px;
	line-height: 1;
}
.forum-view .forum-view-item {
	position: relative;
	width: auto;
	min-width: 0;
	margin: 0;
}
.forum-view .forum-view-item .material-icons-round {
	position: absolute;
	color: #555;
	font-size: 22px;
	top: 8px;
	left: 8px;
	z-index: 2;
	pointer-events: none;
}
.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;
	background-color: #fff;
}

/*-----------------------------------
	書き手プロフィール絞り込み（ココトモ準拠）
------------------------------------*/
.author-profile-filter {
	margin-bottom: 20px;
	padding: 18px;
	background: #f1f1f1;
	border-radius: 12px;
}
.author-profile-filter__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 14px;
	row-gap: 8px;
}
.author-profile-filter__item {
	position: relative;
	min-width: 0;
	line-height: 1;
}
.author-profile-filter__item .material-icons-round {
	position: absolute;
	top: 7px;
	left: 12px;
	z-index: 2;
	color: #555;
	font-size: 20px;
	pointer-events: none;
}
.author-profile-filter__item select {
	width: 100%;
	height: 36px;
	padding: 6px 30px 6px 40px;
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font-size: 13px;
	position: relative;
	z-index: 1;
}
.author-profile-filter__button-wrap {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	margin-top: 0;
}
.author-profile-filter__button {
	width: min(100%, 260px);
	padding: 8px 16px;
	border: solid 1px #f90;
	border-radius: 6px;
	background: #f90;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	cursor: pointer;
}
.author-profile-filter__button:hover {
	opacity: 0.75;
}
.author-profile-result-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.author-profile-result-count {
	margin-bottom: 0;
}
.author-profile-result-sort {
	width: auto;
	display: flex;
	margin: 0 0 0 auto;
	justify-content: flex-end;
}
.author-profile-result-sort .forum-view-item {
	width: 180px;
	margin-right: 0;
}
.author-profile-result-sort .forum-view-item .material-icons-round {
	top: 7px;
	left: 8px;
	font-size: 20px;
}
.author-profile-result-sort .forum-view-item select {
	width: 100%;
	height: 36px;
	padding: 6px 8px 6px 32px;
	font-size: 13px;
}
@media screen and (max-width: 600px) {
	.author-profile-filter {
		padding: 12px;
		border-radius: 10px;
	}
	.author-profile-filter__grid {
		column-gap: 8px;
		row-gap: 6px;
	}
	.author-profile-filter__item .material-icons-round {
		top: 8px;
		left: 8px;
		font-size: 18px;
	}
	.author-profile-filter__item select {
		height: 34px;
		padding: 6px 14px 6px 30px;
		font-size: 10px;
	}
	.author-profile-filter__button {
		width: 100%;
		padding: 8px 16px;
		font-size: 12px;
	}
	.author-profile-result-bar {
		gap: 8px;
	}
	.author-profile-result-sort .forum-view-item {
		width: auto;
	}
	.author-profile-result-sort .forum-view-item select {
		width: auto;
		min-width: 140px;
		font-size: 10px;
	}
}

/*-----------------------------------
	ブログ一覧の絞り込み（ココトモ準拠）
------------------------------------*/
.forum-view--post-filter {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0;
}
.forum-view--post-filter .forum-view-item {
	width: auto;
	min-width: 0;
}
.forum-view--post-filter .post-keyword-inline {
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
}
.forum-view--post-filter .post-keyword-inline input {
	width: calc(100% - 73px);
	padding: 8px 12px;
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.forum-view--post-filter .post-keyword-inline button[type="submit"] {
	width: 68px;
	padding: 10px 0;
	color: #fff !important;
	background-color: #f80 !important;
	border: solid 1px #f80;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	text-align: center;
}
.forum-view--post-filter .post-keyword-inline button[type="submit"]:hover {
	opacity: 0.75;
}
@media screen and (max-width: 600px) {
	.forum-view--post-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.forum-view--post-filter .post-keyword-inline {
		grid-column: 1 / -1;
	}
}
.total-topic-count {
	margin-bottom: 10px;
	font-size: 14px;
}
.total-topic-count .count {
	padding: 0 5px;
	font-size: 28px;
	color: #f80;
}


/*-----------------------------
	スタッフ募集ページ page-recruit
------------------------------*/
.page-recruit #wrap {
	padding-top: 0;
	padding-bottom: 0;
}
#page-recruit {
	color: #4a3f35;
	font-size: 16px;
	line-height: 1.9;
	background: #fff;
}
#page-recruit .recruit-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#page-recruit ul,
#page-recruit ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#page-recruit .sp {
	display: none;
}
#page-recruit .note {
	font-size: 13px;
	color: #8a7a63;
}

/* 見出し */
#page-recruit .recruit-heading {
	text-align: center;
	margin-bottom: 45px;
}
#page-recruit .recruit-heading .eyebrow {
	color: #d97a00;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#page-recruit .recruit-heading h2 {
	font-size: 32px;
	color: #4a3f35;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}
#page-recruit .recruit-heading .lead {
	margin-top: 20px;
	font-size: 16px;
}
#page-recruit .recruit-heading--second {
	margin-top: 80px;
}

/* マーカー強調 */
#page-recruit .recruit-marker {
	background: linear-gradient(transparent 62%, #ffe382 62%);
	font-weight: bold;
	padding: 0 2px;
}

/* ボタン */
.recruit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 320px;
	padding: 21px 44px;
	border-radius: 60px;
	border: none;
	background: linear-gradient(135deg, #ffb340, #f88000);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(248, 136, 0, 0.35);
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.2s, box-shadow 0.2s;
}
.recruit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(248, 136, 0, 0.45);
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.recruit-btn .material-icons {
	font-size: 20px;
}
.recruit-btn .recruit-btn__down {
	font-size: 30px;
	margin: -5px -10px -5px -6px;
}

/* セクション */
#page-recruit .recruit-section {
	padding: 85px 0;
}
#page-recruit .recruit-section--cream {
	background: #fdf6e7;
}

/* ヒーロー */
#page-recruit .recruit-hero {
	padding: 30px 0 0;
}
#page-recruit .recruit-hero__card {
	display: flex;
	align-items: center;
	gap: 50px;
	padding: 60px;
	border-radius: 28px;
	background: linear-gradient(120deg, #ffe9c4 0%, #fff7d9 45%, #ffdfae 100%);
	overflow: hidden;
}
#page-recruit .recruit-hero__text {
	flex: 1.15;
}
#page-recruit .recruit-hero__img {
	flex: 1;
}
#page-recruit .recruit-hero__img img {
	display: block;
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(180, 120, 40, 0.28);
}
#page-recruit .recruit-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	color: #f39800;
	font-weight: bold;
	font-size: 14px;
	padding: 9px 20px;
	border-radius: 30px;
	margin-bottom: 26px;
	box-shadow: 0 2px 10px rgba(180, 120, 40, 0.15);
}
#page-recruit .recruit-hero__eyebrow .material-icons {
	font-size: 17px;
}
#page-recruit .recruit-hero__title {
	font-size: 46px;
	line-height: 1.3;
	color: #4a3f35;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: 2px;
	text-align: left;
}
#page-recruit .recruit-hero__copy {
	font-size: 20px;
	font-weight: bold;
	color: #4a3f35;
	line-height: 1.9;
	margin-bottom: 26px;
}
#page-recruit .recruit-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}
#page-recruit .recruit-hero__chips li {
	background: #fff;
	border: solid 1.5px #f5b263;
	color: #e07800;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 18px;
	border-radius: 30px;
	line-height: 1;
}

/* 数字カード */
#page-recruit .recruit-stats {
	display: flex;
	gap: 28px;
	max-width: 920px;
	margin: 50px auto 0;
}
#page-recruit .recruit-stats li {
	flex: 1;
	background: #fff;
	border: solid 1px #f5e3bd;
	border-radius: 18px;
	padding: 30px 20px 26px;
	text-align: center;
	box-shadow: 0 6px 18px rgba(180, 140, 60, 0.10);
}
#page-recruit .recruit-stats .label {
	font-size: 14px;
	font-weight: bold;
	color: #8a7a63;
	margin-bottom: 6px;
}
#page-recruit .recruit-stats .num {
	font-size: 40px;
	font-weight: bold;
	color: #f88000;
	line-height: 1.3;
}
#page-recruit .recruit-stats .num small {
	font-size: 16px;
	margin-left: 3px;
}

/* 想いカード */
#page-recruit .recruit-reason-card {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 22px;
	padding: 50px 60px;
	box-shadow: 0 6px 20px rgba(180, 140, 60, 0.12);
}
#page-recruit .recruit-reason-card p {
	margin: 0 0 22px;
}
#page-recruit .recruit-reason-card p:last-child {
	margin-bottom: 0;
}

/* 役割カード */
#page-recruit .recruit-roles {
	display: flex;
	gap: 30px;
	align-items: stretch;
}
#page-recruit .recruit-roles > li {
	flex: 1;
	border-radius: 30px 30px 30px 8px;
	padding: 42px 30px 36px;
	transition: transform 0.25s, box-shadow 0.25s;
	display: flex;
	flex-direction: column;
}
#page-recruit .recruit-roles > li:nth-child(2) {
	border-radius: 30px 30px 8px 30px;
}
#page-recruit .recruit-roles > li:nth-child(3) {
	border-radius: 8px 30px 30px 30px;
}
#page-recruit .recruit-roles > li:hover {
	transform: translateY(-8px) rotate(-1deg);
}
#page-recruit .recruit-roles .icon {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	box-shadow: 0 0 0 6px #fff;
}
#page-recruit .recruit-roles .icon .material-icons {
	font-size: 42px;
	color: #fff;
}
#page-recruit .recruit-roles h3 {
	text-align: center;
	font-size: 21px;
	margin: 0 0 16px;
}
#page-recruit .recruit-roles p {
	font-size: 15px;
	margin: 0 0 18px;
	flex: 1;
}
#page-recruit .recruit-roles .time {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: center;
	background: #fff;
	border-radius: 30px;
	padding: 9px 20px;
	font-size: 13px;
	font-weight: bold;
	flex: none;
	margin: 0;
}
#page-recruit .recruit-roles .time .material-icons {
	font-size: 16px;
}
#page-recruit .recruit-roles > li.role--column {
	background: #fff4e0;
	box-shadow: 0 10px 26px rgba(243, 152, 0, 0.18);
}
#page-recruit .role--column .icon {
	background: linear-gradient(135deg, #ffc25e, #f39800);
}
#page-recruit .role--column h3,
#page-recruit .role--column .time {
	color: #d97a00;
}
#page-recruit .recruit-roles > li.role--bbs {
	background: #fdeef0;
	box-shadow: 0 10px 26px rgba(236, 109, 119, 0.18);
}
#page-recruit .role--bbs .icon {
	background: linear-gradient(135deg, #f79ba3, #ec6d77);
}
#page-recruit .role--bbs h3,
#page-recruit .role--bbs .time {
	color: #d9505c;
}
#page-recruit .recruit-roles > li.role--watch {
	background: #edf6e6;
	box-shadow: 0 10px 26px rgba(106, 176, 76, 0.18);
}
#page-recruit .role--watch .icon {
	background: linear-gradient(135deg, #9cd07e, #63a844);
}
#page-recruit .role--watch h3,
#page-recruit .role--watch .time {
	color: #4d8a33;
}

/* チェックリストカード */
#page-recruit .recruit-list-card {
	max-width: 760px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #f2e6cb;
	border-radius: 20px;
	padding: 30px 46px;
	box-shadow: 0 5px 18px rgba(180, 140, 60, 0.10);
	box-sizing: border-box;
}
#page-recruit .recruit-list-card li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 15px 0;
	border-bottom: dashed 1px #eadfc8;
	font-size: 15px;
	line-height: 1.8;
}
#page-recruit .recruit-list-card li:last-child {
	border-bottom: none;
}
#page-recruit .recruit-list-card .material-icons {
	color: #6ab04c;
	font-size: 24px;
	flex-shrink: 0;
	margin-top: 3px;
}
#page-recruit .recruit-list-card--merit .material-icons {
	color: #f0868c;
}

/* 証明書コールアウト */
#page-recruit .recruit-cert {
	display: flex;
	gap: 24px;
	align-items: center;
	background: #fff;
	border: 2px solid #f5d48e;
	border-radius: 18px;
	padding: 28px 36px;
	max-width: 720px;
	margin: 34px auto 0;
}
#page-recruit .recruit-cert > .material-icons {
	font-size: 52px;
	color: #f39800;
	flex-shrink: 0;
}
#page-recruit .recruit-cert .title {
	font-weight: bold;
	font-size: 17px;
	color: #e07800;
	margin-bottom: 6px;
}
#page-recruit .recruit-cert p {
	margin: 0;
	font-size: 14px;
}

/* 応募資格・安全カード */
#page-recruit .recruit-safety-card {
	max-width: 860px;
	margin: 0 auto 30px;
	background: #fff;
	border: solid 1px #f2e6cb;
	border-radius: 20px;
	padding: 40px 50px;
	box-shadow: 0 5px 18px rgba(180, 140, 60, 0.10);
}
#page-recruit .recruit-safety-card:last-child {
	margin-bottom: 0;
}
#page-recruit .recruit-safety-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: #4a3f35;
	margin: 0 0 18px;
}
#page-recruit .recruit-safety-card h3 .material-icons {
	color: #f39800;
	font-size: 28px;
}
#page-recruit .recruit-safety-card p {
	margin: 0 0 14px;
	font-size: 15px;
}
#page-recruit .recruit-safety-card ul {
	margin: 0;
}
#page-recruit .recruit-safety-card li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 13px 0;
	border-bottom: dashed 1px #eadfc8;
	font-size: 15px;
	line-height: 1.8;
}
#page-recruit .recruit-safety-card li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#page-recruit .recruit-safety-card li .material-icons {
	color: #f39800;
	font-size: 20px;
	margin-top: 5px;
	flex-shrink: 0;
}
#page-recruit .recruit-safety-card .note {
	margin: 14px 0 0;
}

/* 応募の流れ */
#page-recruit .recruit-flow {
	display: flex;
	gap: 26px;
	max-width: 1040px;
	margin: 0 auto;
	align-items: stretch;
}
#page-recruit .recruit-flow li {
	flex: 1;
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 30px 22px 26px;
	box-shadow: 0 5px 18px rgba(180, 140, 60, 0.10);
	text-align: center;
}
#page-recruit .recruit-flow li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 12px solid #f5a623;
}
#page-recruit .recruit-flow .step-num {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffb340, #f88000);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 auto 14px;
}
#page-recruit .recruit-flow h3 {
	font-size: 17px;
	color: #4a3f35;
	margin: 0 0 10px;
	line-height: 1.5;
}
#page-recruit .recruit-flow h3 small {
	font-size: 13px;
}
#page-recruit .recruit-flow p {
	font-size: 13px;
	margin: 0;
	line-height: 1.7;
	color: #6d5f4e;
}

/* FAQ */
#page-recruit .recruit-faq {
	max-width: 860px;
	margin: 0 auto;
}
#page-recruit .recruit-faq dt {
	position: relative;
	background: #fff;
	border: solid 1px #f2e6cb;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	padding: 22px 28px 4px 66px;
	font-weight: bold;
	font-size: 16px;
	color: #4a3f35;
	margin-top: 18px;
}
#page-recruit .recruit-faq dt:before {
	content: "Q";
	position: absolute;
	left: 24px;
	top: 18px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f39800;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
#page-recruit .recruit-faq dd {
	position: relative;
	background: #fff;
	border: solid 1px #f2e6cb;
	border-top: none;
	border-radius: 0 0 16px 16px;
	margin: 0;
	padding: 10px 28px 22px 66px;
	font-size: 15px;
}
#page-recruit .recruit-faq dd:before {
	content: "A";
	position: absolute;
	left: 24px;
	top: 6px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #6ab04c;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

/* 応募フォーム */
#page-recruit .recruit-section--form {
	background: linear-gradient(180deg, #fdf6e7 0%, #ffedd1 100%);
}
#page-recruit .recruit-form-wrap {
	max-width: 760px;
	margin: 0 auto;
	background: #fff;
	border-radius: 26px;
	padding: 55px 65px;
	box-shadow: 0 10px 34px rgba(180, 140, 60, 0.16);
	box-sizing: border-box;
}
#page-recruit .recruit-form-wrap .form-item {
	margin-bottom: 30px;
}
#page-recruit .recruit-form-wrap .form-item label,
#page-recruit .recruit-form-wrap .form-item .label {
	font-weight: bold;
	font-size: 15px;
}
.recruit-required,
.recruit-optional {
	display: inline-block;
	background: #e25c5c;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	padding: 2px 9px;
	margin-left: 10px;
	vertical-align: 2px;
	line-height: 1.6;
}
.recruit-optional {
	background: #b5a894;
}
#page-recruit .recruit-check-label {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fdf6e7;
	border: solid 1.5px #f2e6cb;
	border-radius: 12px;
	padding: 14px 18px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: normal !important;
	font-size: 15px;
	transition: border-color 0.2s;
}
#page-recruit .recruit-check-label:hover {
	border-color: #f5b263;
}
#page-recruit .recruit-check-label input {
	width: 20px;
	height: 20px;
	accent-color: #f39800;
	flex-shrink: 0;
}
#page-recruit .recruit-form-submit {
	text-align: center;
	margin-top: 40px;
}

/* ブログ記事末尾CTA */
.recruit-cta {
	margin: 45px 0;
	padding: 40px 30px;
	background: linear-gradient(120deg, #fff3dc, #ffe7c2);
	border-radius: 20px;
	text-align: center;
}
.recruit-cta__eyebrow {
	color: #e07800;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
.recruit-cta__title {
	font-size: 22px;
	color: #4a3f35;
	font-weight: bold;
	margin-bottom: 14px;
}
.recruit-cta__text {
	font-size: 14px;
	margin-bottom: 24px;
	line-height: 1.9;
}
.recruit-cta .recruit-btn {
	min-width: 0;
	padding: 16px 42px;
	font-size: 15px;
}


/* ==========================
	マイページ（ココトモ準拠）
========================== */
.article .mypage-navi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 20px;
}
.article .mypage-navi-list > li.mypage-navi-list-item {
	width: calc((100% / 3) - 8px);
	margin: 0 0 12px;
	padding: 0;
	box-sizing: border-box;
}
.article .mypage-navi-list > li.mypage-navi-list-item:before {
	display: none;
}
.mypage-navi-list::after {
	display: block;
	content: "";
	width: calc((100% / 3) - 8px);
}
.mypage-navi-list-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 8px 20px;
	height: 80px;
	box-sizing: border-box;
	line-height: 1.45;
	letter-spacing: 0;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #f80;
	transition: background-color 0.2s;
}
.mypage-navi-list-item a:hover {
	text-decoration: none;
	color: inherit;
	background-color: #fffdf0;
}
.mypage-navi-list-item__title {
	display: block;
	width: 100%;
	color: #f80;
	font-weight: bold;
	font-size: 15px;
}
.mypage-navi-list-item__content {
	display: block;
	width: 100%;
	font-size: 11.5px;
	color: #333;
	margin-top: 2px;
}
.page .mypage-navi-cat-heading {
	text-align: left;
	color: #444;
	background: none;
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #f80;
	border-radius: 0;
	padding: 10px;
	margin: 2px 0 15px;
}
.page .mypage-navi-cat-heading--top {
	margin-top: 15px;
}
/* プロフィール画像選択UI（ココトモ移植） */
.avatar-select-mode {
	margin-bottom: 1em;
}
.avatar-upload-preview {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
}
.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: #f80;
}
.form-item .avatar-file-input-label input[type="file"] {
	display: none;
}

/*-----------------------------
	トップページ リデザイン front-section
------------------------------*/
#column-area.front-section,
#bbs-area.front-section,
#dialy-area.front-section,
#info-area.front-section {
	padding: 75px 0;
}
.home .front-section--cream {
	background: #fdf6e7;
}
.home #wrap {
	padding-bottom: 0;
}
.home .front-heading {
	text-align: center;
	margin-bottom: 40px;
}
.home .front-heading .eyebrow {
	color: #d97a00;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 3px;
	margin-bottom: 8px;
}
.home .front-heading h2 {
	font-size: 30px;
	color: #4a3f35;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	letter-spacing: 1px;
}
.home .front-btn-wrap {
	text-align: center;
	margin-top: 45px;
}
.home .front-btn-wrap .recruit-btn {
	min-width: 300px;
	padding: 19px 40px;
	font-size: 16px;
}

/* ブログカード */
#column-area.front-section .article-box-list {
	margin: 0 -18px;
}
.front-section .article-box-list li {
	padding: 18px;
}
.front-section .article-box-list li a {
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(180, 140, 60, 0.12);
	transition: transform 0.2s, box-shadow 0.2s;
}
.front-section .article-box-list li a:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(243, 152, 0, 0.22);
}
.front-section .article-box-list li .img img {
	border-radius: 16px 16px 0 0;
}
.front-section .article-box-list li .content {
	padding: 12px 20px 20px;
}

/* 掲示板タイル */
#bbs-area.front-section .topic-list li a {
	background: #fff;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 3px 12px rgba(180, 140, 60, 0.10);
	transition: transform 0.2s, box-shadow 0.2s;
}
#bbs-area.front-section .topic-list li a:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(243, 152, 0, 0.20);
}
#bbs-area.front-section .topic-list li .img img {
	border: 2.5px solid #fdf0d7;
}

/* 交換日記（暫定シェル） */
#dialy-area.front-section .tab-area {
	margin: 0 70px;
}

/* お知らせ */
#info-area.front-section .info-list {
	max-width: 720px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #f2e6cb;
	border-radius: 16px;
	padding: 8px 30px;
	box-shadow: 0 4px 14px rgba(180, 140, 60, 0.08);
	box-sizing: border-box;
}
#info-area.front-section .info-list li {
	border-bottom: dashed 1px #eadfc8;
}
#info-area.front-section .info-list li:last-child {
	border-bottom: none;
}
#info-area.front-section .info-list li a {
	display: flex;
	gap: 18px;
	align-items: baseline;
	text-align: left;
	padding: 15px 6px;
	background: none;
}
#info-area.front-section .info-list li a:hover {
	background: none;
	color: #f39800;
	text-decoration: none;
}
#info-area.front-section .info-list .date {
	color: #b5a894;
	font-size: 13px;
	flex-shrink: 0;
}
/* 2026-07 トップ・ブログ・掲示板調整 */
.blog #main > h1 {
	margin-bottom: 36px;
}
.blog .forum-view--post-filter select,
.blog .forum-view--post-filter .post-keyword-inline input,
.blog .forum-view--post-filter .post-keyword-inline button[type="submit"] {
	height: 44px;
}
.blog .forum-view--post-filter .forum-view-item .material-icons-round {
	top: 11px;
}
.blog .pagination {
	margin-top: 36px;
}
.bbs-topic-filter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin: 30px 0 18px;
	padding: 16px 18px;
	background: #f4f4f4;
	border-radius: 14px;
}
.bbs-topic-filter__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}
.bbs-topic-filter__item {
	position: relative;
	min-width: 0;
}
.bbs-topic-filter__item .material-icons-round,
.bbs-topic-sort .material-icons-round {
	position: absolute;
	left: 13px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	color: #595959;
	font-size: 22px;
	pointer-events: none;
}
.bbs-topic-filter__item select,
.bbs-topic-sort select {
	width: 100%;
	height: 46px;
	padding: 8px 34px 8px 44px;
	box-sizing: border-box;
	border: solid 1px #d9d9d9;
	border-radius: 8px;
	background: #fff;
	color: #3f3f3f;
	font-size: 14px;
}
.bbs-topic-filter__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
.bbs-topic-filter__actions button {
	height: 46px;
	min-width: 220px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #e69a3a;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.bbs-topic-filter__actions button:hover {
	opacity: .82;
}
.bbs-topic-filter__actions a {
	color: #777;
	font-size: 12px;
	white-space: nowrap;
}
.bbs-topic-result-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 14px;
}
.bbs-topic-result-bar .total-topic-count {
	margin: 0;
}
.bbs-topic-sort {
	position: relative;
	width: 190px;
	margin-left: auto;
}
.bbs-topic-sort select {
	height: 44px;
	padding-left: 42px;
}
.bbs-topic-sort .material-icons-round {
	left: 12px;
	font-size: 21px;
}
.bbs-topic-list-wrap {
	margin-top: 0;
}
.bbs-topic-list .content .title {
	text-align: left;
}
.bbs-topic-list-wrap + .pagination {
	margin-top: 35px;
}
/*-----------------------------
	お問い合わせページ 2026-07
------------------------------*/
.page-contact #wrap {
	padding: 0;
}
#page-contact {
	color: #4a4038;
	background: #fffdfa;
}
#page-contact .contact-container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
#page-contact .contact-hero {
	padding: 72px 0 64px;
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 211, 143, 0.34), transparent 30%),
		radial-gradient(circle at 88% 12%, rgba(153, 211, 139, 0.22), transparent 28%),
		linear-gradient(180deg, #fff9ed 0%, #fffdfa 100%);
}
#page-contact .contact-hero__inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
#page-contact .contact-hero__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 15px;
	border-radius: 50%;
	background: #f39800;
	color: #fff;
	box-shadow: 0 10px 24px rgba(243, 152, 0, 0.24);
}
#page-contact .contact-hero__icon .material-icons {
	font-size: 36px;
}
#page-contact .contact-eyebrow {
	margin: 0 0 8px;
	color: #d87900;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 4px;
}
#page-contact .contact-hero h1 {
	margin: 0;
	padding: 0;
	color: #4a4038;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 2px;
	text-shadow: none;
}
#page-contact .contact-hero__lead {
	max-width: 720px;
	margin: 22px auto 0;
	color: #655b52;
	font-size: 16px;
	line-height: 2;
}
#page-contact .contact-guide {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: 800px;
	margin: 34px auto 0;
}
#page-contact .contact-guide__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 22px;
	border: 1px solid #f0e2c8;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 5px 18px rgba(170, 130, 70, 0.08);
	text-align: left;
}
#page-contact .contact-guide__item > .material-icons {
	flex-shrink: 0;
	color: #e58b09;
	font-size: 28px;
}
#page-contact .contact-guide__item strong,
#page-contact .contact-guide__item span:not(.material-icons) {
	display: block;
}
#page-contact .contact-guide__item strong {
	margin-bottom: 5px;
	font-size: 14px;
}
#page-contact .contact-guide__item span:not(.material-icons) {
	color: #756b62;
	font-size: 12px;
	line-height: 1.75;
}
#page-contact .contact-section--form {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfa 0%, #fdf5e6 100%);
}
#page-contact .contact-heading {
	margin-bottom: 34px;
	text-align: center;
}
#page-contact .contact-heading h2 {
	margin: 0;
	color: #4a4038;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
#page-contact .contact-heading > p:last-child {
	margin: 13px 0 0;
	color: #756b62;
	font-size: 14px;
}
#page-contact .contact-form-wrap {
	max-width: 760px;
	margin: 0 auto;
	padding: 54px 64px;
	border: 1px solid #f1e7d5;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(167, 125, 62, 0.14);
	box-sizing: border-box;
}
#page-contact .contact-form-wrap > p.red {
	margin: 0 0 24px;
	padding: 14px 16px;
	border: 1px solid #edb4b4;
	border-radius: 8px;
	background: #fff3f3;
	font-size: 13px;
}
#page-contact .contact-form-wrap .form-item {
	margin-bottom: 28px;
}
#page-contact .contact-form-wrap .form-item label {
	display: block;
	margin-bottom: 10px;
	color: #4d443d;
	font-size: 15px;
	font-weight: bold;
}
#page-contact .contact-required {
	display: inline-block;
	margin-left: 9px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #df625e;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.6;
	vertical-align: 2px;
}
#page-contact .contact-form-wrap input[type="text"],
#page-contact .contact-form-wrap input[type="email"],
#page-contact .contact-form-wrap select,
#page-contact .contact-form-wrap textarea {
	width: 100%;
	padding: 15px 16px;
	border: 1.5px solid #ded8cf;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	color: #403a35;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	transition: border-color .2s, box-shadow .2s, background-color .2s;
}
#page-contact .contact-form-wrap input[type="text"],
#page-contact .contact-form-wrap input[type="email"],
#page-contact .contact-form-wrap select {
	height: 56px;
}
#page-contact .contact-form-wrap textarea {
	min-height: 220px;
	resize: vertical;
}
#page-contact .contact-form-wrap input:focus,
#page-contact .contact-form-wrap select:focus,
#page-contact .contact-form-wrap textarea:focus {
	outline: none;
	border-color: #f39800;
	background: #fffdfa;
	box-shadow: 0 0 0 4px rgba(243, 152, 0, 0.12);
}
#page-contact .contact-form-wrap ::placeholder {
	color: #aaa39d;
}
#page-contact .contact-field-note {
	margin: 7px 0 0;
	color: #8a8179;
	font-size: 12px;
	line-height: 1.7;
}
#page-contact .contact-privacy-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 0;
	color: #746b63;
	font-size: 12px;
	text-align: center;
}
#page-contact .contact-privacy-note .material-icons {
	color: #7aab69;
	font-size: 17px;
}
#page-contact .contact-form-submit {
	margin-top: 32px;
	text-align: center;
}
#page-contact .contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 310px;
	padding: 18px 34px;
	border: none;
	border-radius: 32px;
	background: linear-gradient(135deg, #f39800, #efaa35);
	box-shadow: 0 8px 20px rgba(243, 152, 0, 0.25);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
	cursor: pointer;
	transition: transform .2s, box-shadow .2s, opacity .2s;
}
#page-contact .contact-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(243, 152, 0, 0.32);
	opacity: .92;
}
#page-contact .contact-submit .material-icons {
	font-size: 20px;
}

/* マイページ等: .article内のコンテンツリストに記事本文用のリスト装飾を適用しない */
.article ul.topic-list,
.article ul.dialy-list,
.article ul.article-list {
	margin-left: 0;
}
.article ul.topic-list > li,
.article ul.dialy-list > li,
.article ul.article-list > li {
	padding-left: 0;
}
.article ul.topic-list > li:before,
.article ul.dialy-list > li:before,
.article ul.article-list > li:before {
	display: none;
}
.bbs-topic-sort__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Topic post page (Kokotomo parity) */
.page-topic-post #wrap {
	padding-top: 40px;
}
.page-topic-post #main {
	box-sizing: border-box;
	padding-right: 50px;
}
.page-topic-post .heading-box h1 {
	min-height: 40px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.45;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #ccc;
}
.page-topic-post .page-content {
	margin-top: 0;
}
.page-topic-post .checkbox-wrap {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.page-topic-post .checkbox-wrap input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 8px 0 0;
}
.page-topic-post .checkbox-wrap label {
	flex: 1 1 auto;
	width: auto;
	margin-bottom: 0;
}
.page-topic-post .toggle-btn {
	padding: 5px 10px 5px 40px;
}
.page-topic-post .toggle-btn:before {
	position: absolute;
	content: "+";
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	color: #fff;
	background-color: #f80;
	line-height: 1;
	left: 10px;
	top: calc(50% - 7px);
	border-radius: 2px;
}
.page-topic-post .toggle-btn.active:before {
	content: "-";
}
.page-topic-post .toggle-content {
	font-size: 14px;
	margin: 0 10px;
	padding: 30px 20px;
	border-top: solid 1px #ddd;
}
.page-topic-post .btn {
	color: #fff;
	background-color: #f80;
	padding: 18px 70px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 1;
}
.page-topic-post .btn:after {
	position: absolute;
	content: "〉";
	font-size: 14px;
	top: 18px;
	right: 10px;
}
.page-topic-post .btn:hover {
	color: #fff;
	opacity: 0.7;
}

/* Mypage heading (BBS parity) */
.mypage-section #wrap {
	padding-top: 40px;
}
.mypage-section .heading-box h1 {
	min-height: 40px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.45;
	letter-spacing: 1px;
	text-shadow: none;
}

/* Mypage child pages (Kokotomo parity) */
.mypage-section .heading-box h1,
.mypage-section .heading-box h1 a,
.mypage-section .heading-box h1 .icon {
	text-shadow: none;
}
.mypage-section .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f80;
	padding: 18px 70px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	border: none;
	box-sizing: border-box;
}
.mypage-section .btn:after {
	position: absolute;
	content: "〉";
	font-size: 14px;
	top: 18px;
	right: 10px;
}
.mypage-section .btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}
.mypage-section .btn__wide {
	padding-left: 150px;
	padding-right: 150px;
}
.mypage-section .btn__square {
	border-radius: 5px;
}
.mypage-section .btn__icon {
	padding-top: 12px;
}
.mypage-section .btn__icon i {
	position: relative;
	top: 4px;
	font-size: 20px;
	margin-right: 5px;
}
.mypage-section .btn__icon:after {
	top: 22px;
}
.mypage-section .btn__middle {
	font-size: 16px;
	padding: 20px 100px;
	border-radius: 60px;
}
.mypage-section .form-item__center {
	text-align: center;
}
.mypage-section .form-item #avatar_img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	object-fit: cover;
}
.mypage-section .article .pagination-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mypage-section .article .pagination-link-list > li {
	margin: 0 5px;
	padding-left: 0;
}
.mypage-section .article .pagination-link-list > li:before {
	display: none!important;
	content: none!important;
	border: 0;
}
.page-mypage__blog .article-list .title {
	text-align: left;
	text-shadow: none;
}

/* Mypage BBS topic history */
.page-mypage__bbs .topic-list {
	margin: 6px 0 10px;
	font-size: 16px!important;
}
.page-mypage__bbs .topic-list > li {
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: solid 1px #ddd;
}
.page-mypage__bbs .topic-list > li:first-child {
	border-top: solid 1px #ddd;
}
.page-mypage__bbs .topic-list > li > a {
	display: block;
	padding: 20px 15px;
	color: #444;
}
.page-mypage__bbs .topic-list > li > a:hover {
	background-color: #eee;
	text-decoration: none;
}
.page-mypage__bbs .topic-list > li:after {
	position: absolute;
	display: block;
	content: "";
	right: 15px;
	bottom: 20px;
	width: 15px;
	height: 15px;
	border-top: solid 4px #ccc;
	border-right: solid 4px #ccc;
	transform: rotate(45deg);
}
.page-mypage__bbs .topic-list > li:hover:after {
	right: 12px;
	border-color: #999;
}
.page-mypage__bbs .topic-list .topic-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	color: #444;
}
.page-mypage__bbs .topic-list .img {
	width: 60px;
	height: auto;
	padding: 0;
}
.page-mypage__bbs .topic-list .img img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: cover;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
}
.page-mypage__bbs .topic-list .content {
	width: calc(100% - 60px);
	padding-left: 20px;
	box-sizing: border-box;
}
.page-mypage__bbs .topic-list .content .title {
	margin: 0;
	padding: 0;
	color: #f80;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
	text-align: left;
	text-shadow: none;
}
.page-mypage__bbs .topic-list .description {
	margin: 10px 0 0;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
}
.page-mypage__bbs .topic-list .topic-info {
	margin: 10px 0 0;
	color: #555;
	font-size: 12px;
	letter-spacing: 0.03em;
}

/* 運営サポート募集ページ（page-recruitのデザインを共用） */
.page-recruit-support #wrap {
	padding-top: 0;
	padding-bottom: 0;
}
#page-recruit .recruit-cert a,
#page-recruit .recruit-heading .lead a {
	color: #e07800;
	font-weight: bold;
	text-decoration: underline;
}
#page-recruit .recruit-safety-card + .recruit-cert {
	margin-bottom: 30px;
}
#page-recruit .recruit-list-card li strong {
	color: #d97a00;
}
