/*-----------------------------
	BASE
------------------------------*/
body {
	font-size: 93.75%;
	min-width: initial;
}
.pc {
	display: none!important;
}
body .sp {
	display: inherit;
}
p {
	margin-bottom: 25px;
}

/*-----------------------------
	基本レイアウト
------------------------------*/
#container {
}
#header {
}
#main {
}
.content-range {
	width: auto;
	margin: 0 auto;
	padding: 0 12.5px;
}
#footer {
	margin-top: 70px;
}

/*-----------------------------
	header ヘッダー
------------------------------*/
#header-nav-area {
    display: block;
}
..header-sns-list li {
	padding: 0 8px;
}

/*-----------------------------
	nav navi ナビ
------------------------------*/
.navbar-toggle {
	padding: 1.5px 0;
}
.navbar-toggle-icon {
	height: 5px;
	width: 32px;
}
.navbar-toggle.open .navbar-toggle-icon {
	width: 34px;
}
.navbar-toggle-icon:nth-child(2) {
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-toggle.open .navbar-toggle-icon:nth-child(1) {
	top: 10px;
}
.navbar-toggle.open .navbar-toggle-icon:nth-child(3) {
	top: -8px;
}
.navi-header {
	margin-bottom: 25px;
}
.navi-header .title {
	font-size: 162.5%;
	margin-bottom: 15px;
}
.navi-main .logout-link {
	font-size: 65%;
	margin-top: -75px;
}
.navi-main .logout-link i img {
	width: 34px;
}

/* 新ナビ */
#global-navi {
	font-size: 70%;
	border-left: none;
	padding-bottom: 0;
}
_::-webkit-full-page-media, _:future, :root #global-navi-list {
	padding-bottom: 50px;
}
#global-navi-list .navi-item {
	padding: 15px 10px;
}
#global-navi-list .navi-item__top0 {
	padding-top: 0;
}
#global-navi-list .navi-item__bottom0 {
	padding-bottom: 0;
}
#global-navi-list .navi-item__padding-left {
	padding-left: 57px;
}
#global-navi-list .navi-heading,
#global-navi-list .sub-navi-heading {

}
#global-navi-list .navi-item a,
#global-navi-list .navi-item span {
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 0;
}
#global-navi-list .navi-item .navi-heading {
	font-size: 120%;
}
#global-navi-list .navi-icon:before {
	position: absolute;
	left: 8px;
	top: calc(50% - 14px);
	content: "";
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
}
#global-navi-list .navi-item a:after,
#global-navi-list .navi-item span:after {
	top: 5px;
	right: 5px;
}
#global-navi-list .accordion-btn:after,
#global-navi-list .accordion-btn__sub:after {
	font-size: 112%;
	right: 20px;
	top: 13px;
}
#global-navi-list .navi-item .navi-heading:after {
	font-size: 100%;
}
#global-navi-list.global-navi-list--mega-menu {
	font-size: 130%;
}
#global-navi-list.global-navi-list--mega-menu .navi-heading {
	padding-left: 15px;
}
#global-navi-list.global-navi-list--mega-menu .accordion-item {
    padding: 10px 0;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item {
	padding: 20px 10px;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item.navi-item__top0 {
	padding-top: 0;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item--icon-large a,
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item--icon-large span {
	margin-left: 10px;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-sub-content-list {
    margin-top: 2px;
    margin-left: 56px;
    width: 100%;
}
#global-navi-list.global-navi-list--mega-menu .navi-item .mega-menu-content-list-item__label {
    padding: 8px 15px;
    line-height: 1.4;
}
#global-navi-list.global-navi-list--mega-menu .navi-item .mega-menu-sub-content-list-item__label {
    margin: 0;
    padding: 10px 20px 10px 0;
    background: none;
    line-height: 1.6;
    width: 100%;
    border-radius: 0;
}
#global-navi-list.global-navi-list--mega-menu .navi-item .mega-menu-content-list-item__label::after,
#global-navi-list.global-navi-list--mega-menu .navi-item .mega-menu-sub-content-list-item__label::after {
    content: "";
    top: calc(50% - 5px);
    right: 10px;
}
#global-navi-list.global-navi-list--mega-menu .navi-item span.mega-menu-sub-content-list-item__label:after {
    display: none;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item--regist {
    margin: 0;
    padding-bottom: 0;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item--regist .mega-menu-content-list-item__label {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-left: 50px;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item--regist .mega-menu-content-list-item__label::after {
    top: 15px;
}
#global-navi-list.global-navi-list--mega-menu .mega-menu-content-list-item a.mega-menu-content-list-item__label:hover::after {
    border-color: #05615A;
}
#global-navi-list.global-navi-list--mega-menu .navi-item__top {
	padding: 15px 5px;
	text-align: left;
}
#global-navi-list.global-navi-list--mega-menu .navi-item__top-link {
	position: relative;
	font-weight: bold;
	font-size: 90%;
	padding-left: 32px;
}
#global-navi-list.global-navi-list--mega-menu .navi-item__top-link::before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background-color: #05615A;
	border: solid 1px #fff;
	border-radius: 50%;
	top: -5px;
	left: 0;
}
#global-navi-list.global-navi-list--mega-menu .navi-item__top-link::after {
	position: absolute;
	content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
	left: 9px;
	top: 5px;
}

/*-----------------------------------
	breadcrumb パンくず
------------------------------------*/
#breadcrumb {
}
.breadcrumb-list {
	font-size: 68.75%;
	margin-bottom: 10px;
	display: flex;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.breadcrumb-list > li {
	margin-right: 8px;
}
.breadcrumb-list > li:after {
	margin: 0 2px;
}
.breadcrumb-list > li span {
	margin-right: 8px;
}

/*-----------------------------
	footer フッター
------------------------------*/
/*
	footer-pr
*/
.footer-pr {
	flex-direction: column;
}
.footer-pr-item-wrap {
	width: 100%;
}
.footer-pr__register {
	flex-direction: initial;
}
.footer-pr-item {
	display: block;
	padding: 20px 10px 20px 75px;
	background-size: 50px;
	background-position: center left 10px;
}
.footer-pr-item__regist-member,
.footer-pr-item__regist-group {
	padding: 100px 10px 30px 10px;
	background-position: top 30px center;
	background-size: 50px;
	text-align: center;
}
.footer-pr-item__deepcolor {
}
.footer-pr-item .title {
	font-size: 100%;
	margin-bottom: 5px;
	letter-spacing: 0;
}
.footer-pr-item .title .go .icon {
	position: relative;
	margin-left: 5px;
	top: 3px;
	font-size: 120%;
}
.footer-pr-item .description {
	font-size: 70%;
}
.footer-pr-item .description .caution {
	color: #ff0;
}
.footer-pr-item .btn {
	display: block;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0;
}

/*
	footer-sitemap
*/
.footer-sitemap {
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 0;
}
.footer-logo {
	width: 160px;
	margin-bottom: 35px;
	padding-bottom: 0;
}
.footer-logo img {
	display: block;
}
.footer-config-list {
	position: static;
	margin-top: 25px;
}
.footer-config-list > li {
	padding: 0 15px;
}
.footer-config-list > li i {
}
#copyright {
	padding: 10px 0;
}
#copyright .copy {
	margin: 0;
	font-size: 68.75%;
}
#pagetop {
  width: 60px;
  height: 60px;
}

/*-----------------------------
	sitemap
------------------------------*/
.sitemap-detail {

}
.sitemap-detail-box {

}
.sitemap-detail-box__2-1 {
	display: block;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__2 {
	width: auto;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__1 {
	width: auto;
}
.sitemap-detail-box__about {
	padding-top: 10px;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__2 .sitemap-detail-category-title:before {
	width: 100%;
}
/*
	sitemap-detail-list
*/
.sitemap-detail-list {
	margin-bottom: 30px;
}
.sitemap-detail-list > li {
	width: calc(100% / 2);
	font-size: 75%;
	letter-spacing: 0;
	padding: 10px 0;
}
.sitemap-detail-list > li.sp-1col {
	width: 100%;
}
.sitemap-detail-box__about .sitemap-detail-list {
	margin-bottom: 15px;
}
.sitemap-detail-box__about .sitemap-detail-list > li {
	width: 100%;	
}
.sitemap-detail-list .post-type-name .title {
	width: calc(100% - 20px);
	padding-left: 5px;
}
/*
	sitemap-detail-sub-list
*/
.sitemap-detail-sub-list {
	margin-left: 25px;
}
/*
	sitemap-sub-list
*/
.sitemap-sub-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 15px 0;
}
.sitemap-sub-list > li {
	padding: 0 10px;
	margin: 5px 0;
}
/*-----------------------------
	overlay 初回ログイン
------------------------------*/
.overlay {
}
.first-login-content {
    position: relative;
    align-self: center;
    width: 90%;
    padding: 50px 15px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    margin: 10% 5%;
    border-radius: 10px;
    text-align: center;
}
.first-login-content .message {
	line-height: 2;
}
.first-login-content .caution {
	color: #D40000;
}

/*-----------------------------
	overlay
------------------------------*/
.overlay-wrap input {
}
.overlay {
}
.overlay-trigger {
}
.overlay-content {
  width: 90%;
  padding: 40px 12.5px;
  font-size: 93.75%;
  letter-spacing: 0.5px;
}
.overlay-wrap input:checked ~ .overlay {
}

/*-----------------------------
	セクションタイトル section-title
------------------------------*/
.section-title-box {
	padding: 10px;
	margin: 35px 0 25px;
}
.section-title-box .title {
	font-size: 120%;
}
.section-title-box .title .role {
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.section-title-box .description {
	font-size: 75%;
	margin: 0;
	line-height: 1.4;
}
.section-title-box .description br {
	display: none;
}
.section-title-box .go {
	right: 5px;
	top: 9px;
}

/*-----------------------------
	stepbar
------------------------------*/
.stepbar {
	margin-bottom: 40px;
}
.stepbar > li {
	padding-top: 30px;
}
.stepbar > li:before {
	height: 2px;
	top: 8px;
	left: calc(-100% + 8px);
}
.stepbar > li:after {
	width: 16px;
	height: 16px;
}
.stepbar > li .label {
	font-size: 75%;
	letter-spacing: 0.5px;
}
.stepbar__icon {
	padding-left: 65px;
	position: relative;
}
.stepbar__icon:before {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	top: -10px;
}
.stepbar__cc {
  padding-left: 0;
  left: 14%;
}

/*-----------------------------
	author-contents
	投稿者や自分の投稿一覧を表示する枠
------------------------------*/
.author-contents {
	padding: 15px 0 20px;
	margin-bottom: 50px;
	background-color: #d9edec;
	position: relative;
}
.author-contents:before {
	position: absolute;
	content: "";
	width: 300%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #d9edec;
	z-index: -1;
}
.author-contents__mine {
	background-color: #f4e5b2;
}
.author-contents__mine:before,
.author-contents__mine:after {
	background-color: #f4e5b2;
}
.author-contents__like:after {
	left: 0;
	width: 40px;
	height: 52px;
	background-size: 40px 52px;
}
.author-contents__border {
}
.author-contents__post {
}
.author-contents__post:after {
	left: 0;
	width: 40px;
	height: 52px;
	background-size: 40px 52px;
}
.author-contents__bookmark:after {
	left: 0;
	width: 40px;
	height: 52px;
	background-size: 40px 52px;
}
.author-contents__bottom0 {
}
.author-contents-title {
	color: #05615a;
	font-size: 100%;
	line-height: 1.45;
	font-weight: bold;
	margin-bottom: 25px;
	margin-left: 55px;
}
.author-contents-title-box {
	display: block;
	margin-left: 0;
}
.author-contents-title-box .author-contents-title {
	margin-bottom: 0;
	margin-left: 55px;
	font-size: 93.75%;
	line-height: 1.5;
}
.author-contents-title-box .post-tool {
	margin-top: 10px;
}
.author-contents-title-box .post-tool .post-status-list {
	margin-top: 10px;
}
.author-contents-header__box {
	display: block;
	margin-bottom: 25px;
	margin-left: 55px;
}
.author-contents-header__box .post-tool {
	margin-top: 10px;
}
.author-contents-header__box .post-tool__timeline {
	display: flex;
	justify-content: flex-end;
	position: static;
}
.author-contents-header__box .author-contents-title {
	margin-bottom: 0;
	margin-left: 0;
	font-size: 93.75%;
}
.author-contents-header__box .author-contents-review .review-list > li {
	color: #444;
	margin-left: 30px;
}
.author-contents-header__box .author-contents-review .review-list > li .icon {
	font-size: 150%;
	margin-left: 5px;
}
.author-contents-header__box .author-contents-review .review-list > li .count {
	font-size: 112.5%;
	font-weight: bold;
	color: #C240AA;
}
.author-contents-header__box .author-contents-review .review-list > li.topic .count {
	color: #444;
	margin-left: 15px;
}
.author-contents .article-list {
	margin-bottom: 15px;
}

.author-contents__other:first-of-type {
	margin-top: 120px;
}
.author-contents__other {
	margin-bottom: 10px;
	background-color: #d9edec;
}
.author-contents__other .author-contents-title {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.author-contents__other .author-contents-title img {
	display: block;
	position: static;
	display: block;
	width: 45px;
	top: 0px;
}
.author-contents__other .author-contents-title span {
	box-sizing: border-box;
	padding-left: 10px;
	width: calc(100% - 45px);
}
.author-contents__other .post-cat {
	background-color: #fff;
}
.author-contents__other .topic-list {
	margin-bottom: 35px;
}
.author-contents__other .topic-list > li:nth-child(odd) {
	background-color: #fff;
}
.author-contents__mine .author-contents-title__single-aside {
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left: 60px;
	position: relative;
}
.author-contents__mine .author-contents-title__single-aside img {
	position: absolute;
	top: -6px;
	left: 0;
	width: 50px;
}
.author-contents__other .author-contents-title__single-aside {
}
.my-action-box {
	display: block;
	margin-bottom: 40px;
}
.my-action-box-header {
	width: auto;
	padding: 10px 15px;
	display: block;
}
.my-action-box-content {
	width: auto;
	padding-left: 0;
}
.my-action-box-header h2 {
	text-align: center;
}
.my-action-box-header dl {
	font-size: 80%;
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: initial;
	align-items: center;
}
.my-action-box-header dt {
	width: 8em;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
.my-action-box-header dd {
	width: calc(100% - 8em);
}
.action-list {
	font-size: 80%;
}
.action-list > li {
	display: block;
	padding: 35px 0 10px;
	line-height: 1.45;
	position: relative;
}
.action-list > li.is-hidden {
	display: none;
}
.action-list .date {
	position: absolute;
	top: 10px;
	left: 0;
	width: 90px;
	text-align: left;
}
.action-list .content {
	display: flex;
	width: auto;
	padding: 0;
}
.action-list .new {
	position: absolute;
	top: 10px;
	right: 0;
}
.action-list .new span {
	display: block;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFE400;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}

/*-----------------------------
	post-status-list
	topic-status-list
------------------------------*/
.post-status-list,
.topic-status-list {
	font-size: 80%;
	letter-spacing: 0;
	display: block;
}
.post-status-list > li,
.topic-status-list > li {
	margin-left: 10px;
	display: inline-flex;
}
.post-status-list > li:first-child,
.topic-status-list > li:first-child {
	margin-left: 0;
}
.post-status-list > li .icon,
.topic-status-list > li .icon {
	font-size: 125%;
	margin-left: 2px;
}
.post-status-list > li .count,
.topic-status-list > li .count {
	font-size: 100%;
	margin-left: 4px;
}
.post-status-list > li.topic .count,
.topic-status-list > li.topic .count {
}

/*-----------------------------
	review-list
------------------------------*/
.review-list {
	font-size: 100%;
	letter-spacing: 0;
	justify-content: flex-end;
}
.review-list > li,
.review-list > div {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.review-list > li:first-child,
.review-list > div:first-child {
	margin-left: 0
}
.review-list .icon {
	font-size: 100%;
}
.review-list .icon img {
	width: 13px;
}
.review-list .count {
	font-size: 75%;
	line-height: 1;
}

/*-----------------------------
	post-type-mark
	post-type-icon
	post-type-color
------------------------------*/
.post-type-mark {
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 50%;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.post-type-mark span {
}
.post-type-mark__big {
	margin-bottom: 10px;
}
.post-type-icon {
	width: 20px;
	height: 20px;
}
.post-type-icon:before,
.post-type-icon:after {
	height: 20px;
}
.post-type-icon span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 3;
}
.post-type-icon span:before {
	width: 5px;
	height: 5px;
	left: 5px;
}

/*-----------------------------
	article 記事共通 
------------------------------*/
.post-option-box {
}
.post-option-box .status-label-wrap {
	float: left;
	margin-bottom: 10px;
}
.post-option-box .edit-post-wrap {
	float: right;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 10px;
}
.post-option-box .edit-post-btn-wrap {
	margin-left: 5px;
}
.post-option-box .edit-post-btn-wrap .btn__edit,
.post-option-box .edit-post-btn-wrap #post-delete-btn {
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0;
}
.article-header-title {
	font-size: 125%;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.article-header-lang .lang-label {
	font-size: 75%;
}
.article-header-lang .article-lang-list {

}
.article-header-lang .article-lang-list > li .lang-item {
	width: 30px;
	padding: 5px 0;
	font-size: 75%;
}
.article-header-info .article-header-term {
	width: calc(100% - 90px);
	padding-right: 10px;
	box-sizing: border-box;
}
.article-header-info .article-header-logo {
	width: 90px;
}
.article-header-term .term-list > li {
	font-size: 70%;
}
.article h2 {
	font-size: 112.5%;
	margin-top: 50px;
	margin-bottom: 25px;
}
.article-header {

}
.article-header-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.article-header-box .eyecatch,
.article-header-box .topic-main {
	width: auto;
}
.article-header-box .eyecatch {
	margin-bottom: 15px;
}
.article-header-box .eyecatch img {
	display: block;
	width: 100%;
}
.article-header-box .content,
.article-header-box .topic-sub {
	width: 100%;
	padding-left: 0;
}
.article-header-box .content .group-content-box__sp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
.article-header-box .content .follow {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.article-header-box .content .group-content-box__sp .follow {
	width: 50%;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	justify-content: flex-end;
	line-height: 1;
}
.article-header-box .content .group-content-box__sp .follow .count-box {
	margin-right: 10px;
	font-size: 90%;
}
.article-header-box .regist-date {
	margin-top: 5px;
	text-align: right;
	font-size: 87.5%;
}
.article-header-box .group-content-box__sp .regist-date {
	margin-top: 0;
	width: 50%;
	font-size: 62.5%;
	text-align: left;
	border: none;
}
.article-header-box .term {
	padding: 15px 0;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	margin-top: 20px;
	margin-bottom: 20px;
}
.article-header-box .term-title {
	font-size: 68.75%;
	padding: 5px 20px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.article-header-box .term-table {
	font-size: 75%;
	letter-spacing: 0;
	width: 100%;
}
.article-header-box .term-table tr {
}
.article-header-box .term-table td:first-child {
	width: 5em;
}
.article-header-box .term-table td:before {
}
.article-header-box .topic-sub .like {
	margin-bottom: 25px;
}
.article-header-box .topic-sub .term {
	margin-top: 0;
}
.article-header-box .group {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.article-header-box .group-icon {
	width: 130px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 12.5px;
	margin-bottom: 10px;
	text-align: center;
}
.author .article-header-box .group {
	margin-top: 0;
}
.article-header-box .group-icon img,
.author .article-header-box .group-icon img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	object-fit: cover;
}
.article-header-box .group-icon .avatar-photo-wrap {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.article-header-box .group-icon .point {
	margin-top: 5px;
	color: #777;
}
.article-header-box .group-icon .point .icon {
	font-size: 175%;
	color: #888;
	position: relative;
	top: 0;
}
.article-header-box .group-name {
	margin-bottom: 10px;
}
.article-header-box .group-table {
	font-size: 68.75%;
	width: calc(100% - 130px);
	padding-left: 0;
	margin-bottom: 15px;
}
.article-header-box .group-table tr {
	border-top: solid 1px #ccc;
}
.article-header-box .group-table tr:first-child {
	border: none;
}
.article-header-box .group-table tr:last-child {
	border-bottom: solid 1px #ccc;
}
.article-header-box .group-table tr td:first-child {
	display: block;
	padding-top: 10px;
	text-align: left;
}
.article-header-box .group-table tr td:last-child {
	display: block;
	padding-bottom: 10px;
	padding-left: 1em;
}
.article-header-box .group-table tr.hp {
	border-bottom: none;
}
.article-header-box .group-table tr.hp td:first-child {
	padding-top: 15px;
}
.article-header-box .group-table .sns-list {
	display: flex;
}
.article-header-box .group-table .sns-list li {
	padding-right: 10px;
}
.article-header-box .group-table .sns-list li a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
}
.article-header-box .group-table .sns-list li.facebook a {
	background-color: #3c5a99;
}
.article-header-box .group-table .sns-list li.twitter a {
	background-color: #000;
}
.article-header-box .group-table .sns-list li.instagram a {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.article-header-box .group-table .sns-list li a > span {
	color: #fff;
	position: absolute;
	top: 6px;
	left: 9px;
	font-size: 160%;
}
.article-header-box .group-table .sns-list li a i {
	color: #fff;
	position: absolute;
	font-size: 160%;
}

.article-header-box .group-table .sns-list li a:hover {
	opacity: 0.9;
}
.article-header-box .group-hp {
	width: 100%;
	padding-left: 130px;
	box-sizing: border-box;
}
.article-header-content-box__sp {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	margin: 15px 0 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.article-header-content-box__sp .term,
.article-header-content-box__sp .group {
	width: 50%;
	border: none;
	padding: 0;
	margin: 0;
}
.article-header-content-box__sp .group {
	text-align: center;
}
.article-header-content-box__sp .group .group-icon {
	padding-right: 0;
	width: 100%;
	margin-bottom: 5px;
}
.article-header-content-box__sp .group .group-icon img {
	width: 40px;
	height: 40px;
}
.article-header-content-box__sp .group .group-icon .avatar-photo-wrap {
	width: 40px;
	height: 40px;
}
.article-header-content-box__sp .group .group-icon .avatar-photo-wrap img {
	position: relative;
	width: 34px;
	height: 34px;
	top: 3px;
	left: 0;	
}
.article-header-content-box__sp .group .group-name {
	font-size: 75%;
	width: 100%;
	margin-bottom: 5px;
}
.article-header-content-box__sp .group .btn {
	width: 100%;
	font-size: 62.5%;
	letter-spacing: 0.5px;
}
.article-header-content-box__sp .group .btn:after {
	font-size: 62.5%;
	top: 8px;
}
.article-header-category {
}
.article-header-category .category-table {
	padding: 0 10px;
	font-size: 81.25%;
}
.article-header-category .category-table .category-table-item {
	width: 100%;
}
.article-header-category .category-table dt {
	width: 95px;
}
.article-header-category .category-table dd {
	width: calc(100% - 95px);
}
.article-header-category .category-table ul {
}
.article-header-category .category-table ul li {
	width: 50%;
}
.article-header-category .category-table .category-table-item-list__area li {

}
.article-header-category .category-table .category-table-item-list__field li {
	width: 100%;
}
.article-header-category__group_sp {
	width: 100%;
	margin: 30px 0;
}
.article-header-category .category-table__volunteer {
	padding: 0 10px;
}
.article-main-img-box-wrap {
	width: auto;
}
.article-main-img-box-wrap .img-box {
}
.article-main-video-box-wrap {
	margin: 50px 0 30px;
	width: auto;
}
.article-main-video-box-wrap .img-box {
}
.article-main-img-box-wrap__double {
	display: block;
}
.article-main-img-box-wrap .img-box {
}
.article-main-img-box-wrap__double .img-box {
	width: auto;
	padding: 0;
	margin-bottom: 20px;
}
.article-main .contact-btn {
	margin-top: 80px;
}
.article__confirm {
	position: relative;
	padding-bottom: 100px;
}
.article__confirm:before {
	position: absolute;
	content: "";
	background-color: #05615a;
	height: 2px;
	width: 300%;
	bottom: -2px;
	left: -100%;
}
.article__confirm .article-main-confirm-link {
	display: block;
	margin-top: 60px;
	padding: 5px 10px;
}
.article__confirm .article-main-confirm-link .label {
	display: block;
	font-size: 100%;
	padding-right: 0;
}
.article__confirm .article-main-confirm-link .value {
	font-size: 81.25%;
}
.article-album-list {
}
.article-album-list > li {
	width: calc(100% / 3);
	padding: 1.5%;
	box-sizing: border-box;
}
.article-album-list > li .img img {
	width: 100%;
	height: 100px;
}
.author .article-main {
	margin-bottom: 50px;
}
.article-main .lead {
	font-size: 100%;
	margin-top: 25px;
}
.outer-link-list {
	margin-bottom: 35px;
}
.outer-link-list > li {
	border-top: solid 1px #ccc;
	display: block;
	padding: 16px 0;
}
.outer-link-list > li:last-child {
	border-bottom: solid 1px #ccc;
}
.outer-link-list .title {
	display: block;
	width: auto;
	padding-right: 0;
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.5;
}
.outer-link-list .btn {
	display: block;
	width: 200px;
	padding: 8px 0;
	margin: 0 auto;
}
.inner-link-list {
	justify-content: space-between;
}
.inner-link-list > li {
	width: 49%;
	padding: 0;
	margin-bottom: 25px;
}
.inner-link-list .info {
	font-size: 68.75%;
}
.inner-link-list .eyecatch {
	margin-bottom: 10px;
}
.article__readingcont {
	margin-left: 0;
	margin-right: 0;
}

/*-----------------------------
	template レイアウト選択 
------------------------------*/
.template__type2 {
}
.template__type2 .page-template {
	padding: 50px 0 80px;
}
.template__type3 .page-template .page-template-inner {
	padding: 30px 0 100px;
}
.template__type3 .page-template .page-template-inner:before {
	width: 61px;
	height: 57px;
	background-size: 61px 57px;
}
.template__type3 .page-template .page-template-inner:after {
	right: 0;
	width: 56px;
	height: 71px;
	background-size: 56px 71px;
}
.template__type3 .article-header .eyecatch {
	padding-top: 50px;
	background-size: contain;
}
.template__type3 .volunteer-detail-btn-wrap {
  padding-top: 50px;
  background-size: 60px 58px;
}
.template__type3 .new-mark__big {
	top: 50px;
}

/*---------------------------------
	トップページ front-page
--------------------------------*/
.front-section {
}
.front-section-category-title {
	margin-top: 50px;
	margin-bottom: 0;
	border-top: solid 2px #F4E5B2;
}
.front-section-category-title .label {
	width: 200px;
	padding: 5px 0;
	font-size: 100%;
	top: -1px;
}
.front-section-title {
	padding-top: 30px;
}
.front-section-title-box {
	justify-content: flex-end;
	align-items: center;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 2px #05615a;
}
.front-section-title-box__readingcont .btn {
	padding: 8px 25px;
	top: -8px;
}
.front-section-title-box__readingcont .btn:after {
	top: 10px;
}
.front-section-readingcont-relatednews {
    margin-top: 55px;
    padding-top: 45px;
}
.front-section-readingcont-relatednews .front-section-title-box__readingcont {
	overflow: hidden;
}
.front-section-readingcont-relatednews .front-section-title-box__readingcont .btn {
	position: static;
	top: auto;
	right: auto;
	float: right;
	margin-top: 10px;
	padding: 10px 30px;
}
.front-section-readingcont-relatednews .btn:after {
	top: auto;
	bottom: 10px;
}
.front-section-readingcont-relatednews .article-list__relatednews {
	padding: 0;
	margin-bottom: 0;
}
.front-section-readingcont-relatednews .article-list__relatednews > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 3% 5px;
}
.front-section-readingcont-relatednews .article-list__relatednews > li:nth-child(2n) {
	border-right: outset 1px #00d188;
}
.front-section-readingcont-relatednews .article-list__relatednews .eyecatch img {
	height: 70px;
}
.front-section-title-box h2 {
	width: 100%;
}
.front-section-title-box .img {
	width: 50px;
}
.front-section-title-box .img img {
}
.front-section-title-box .content {
	width: calc(100% - 50px);
	padding: 0 0 0 10px;
}
.front-section-title-box .title {
	font-size: 150%;
}
.front-section-title-box .sub {
	display: block;
	font-size: 100%;
	margin-bottom: 6px;
}
.front-section-title-box .go {
	margin-top: 5px;
	width: 150px;
}
.front-section-title-box .go .btn {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.front-section-description {
	font-size: 80%;
	margin-left: 0;
	margin-bottom: 40px;
}
.front-section-description p {
	letter-spacing: 0;
	margin-bottom: 0;
}
.front-section-content-box {
	margin: 0;
}
#front-notice-area {
	margin: 45px 0 50px;
}
.maintenance-box {
	display: block;
	width: auto;
	padding-top: 28px;
	background-color: #fff;
	border: solid 6px #86ccc8;
	position: relative;
}
.maintenance-box .maintenance-title {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100px;
	height: auto;
	border: none;
	border-right: solid 4px #86ccc8;
	border-bottom: solid 2px #86ccc8;
	background-color: #86ccc8;
}
.maintenance-box .maintenance-list {
	width: auto;
	border: none;
	font-size: 85%;
	padding: 15px 10px 10px 15px;
}
.maintenance-box .maintenance-list > li {
	display: block;
	padding-right: 0;
}
.maintenance-anker-link {
	width: auto;
}
.maintenance-box .maintenance-list .date {
	width: auto;
	display: block;
}
.maintenance-box .maintenance-list .maintenance-main-link {
	width: auto;
}
#maintenance-toggle {
	top: 13px;
}
.front-section-title__story {
	padding-top: 45px;
	border-top: none;
	position: relative;
}
.front-section-title__story:before {
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 300%;
	height: 3px;
	background-color: #F4E5B2;
}
.front-section-category-title__readingcont .label {
	width: 200px;
	padding: 5px 0;
	font-size: 100%;
	top: -1px;
}
#front-readingcont-area {
	margin-top: 70px;
	margin-bottom: 40px;
}
.front-section-readingcont-box {
	position: relative;
}
.front-section-readingcont-in {
	padding: 30px 10px 35px;
}
.front-section-title-box__readingcont {
	margin-bottom: 25px;
}
.front-section-title-box__readingcont h2 {
	font-size: 120%;
	margin-right: 0;
}
.front-section-title-box__readingcont .sub {
	display: block;
	font-size: 100%;
	margin-bottom: 8px;
}
.ranking-readingcont-box {
	margin-top: 15px;
}
.front-section-readingcont-box .article-list > li:last-child {
    display: block;
}
.footer-banner-sns-list {
	flex-direction: column;
	justify-content: center;
	width: 300px;
	margin: 60px auto 40px;
	position: relative;
	z-index: 1;
}
.footer-banner-sns-list-item {
	width: 100%;
	margin-bottom: 20px;
}
.footer-banner-sns-list-item:last-of-type {
	margin-bottom: 0;
}
.footer-banner-sns-list-item__file {
	margin-top: 8px;
}
.front-footer-banner-list {
	position: relative;
	flex-direction: column;
	align-items: center;
	border: none;
	padding-top: 40px;
}
.front-footer-banner-list:before {
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 300%;
	height: 3px;
	background-color: #F4E5B2;
}
.front-footer-banner-list > li {
	margin-bottom: 15px;
	width: 300px;
}
.front-footer-banner-list > li:last-child {
	margin-bottom: 0;
}
.home #footer {
	position: relative;
	margin-top: 120px;
}
.home #footer:before {
	position: absolute;
	content: "";
	background: url("../images/page/front-page/contents_area_illust__sp.png") no-repeat bottom 100% center;
	background-size: cover;
	width: 100%;
	height: 95px;
	bottom: 100%;
}

/*---------------------------------
	記事リスト article-list
--------------------------------*/
.article-list {
	justify-content: space-between;
}
.article-list > li {
	width: 48%;
	padding: 0;
	margin-bottom: 30px;
}
.article-list .author {
	margin-bottom: 5px;
}
.article-list .author-img {
	width: 26px;
}
.article-list .author-img img {
	width: 26px;
	height: 26px;
}
.article-list .author-img .avatar-photo-wrap {
	width: 26px;
	height: 26px;
}
.article-list .author-img .avatar-photo-wrap img {
	width: 20px;
	height: 20px;
	left: 3px;
	top: 3px;
}
.article-list .author-name {
	width: calc(100% - 26px);
	font-size: 62.5%;
}
.article-list .eyecatch {
	margin-bottom: 10px;
}
.article-list .eyecatch img {
	height: 100px;
}
.post-cat {
	font-size: 65%;
}
.article-list .post-info {
	margin-bottom: 5px;
}
.article-list .post-info .date {
	font-size: 70%;
}
.article-list .post-info .cat {
	font-size: 70%;
	padding: 5px 10px;
	letter-spacing: 0;
}
.article-list .title {
	line-height: 1.55;
	font-size: 87.5%;
}
.article-list .post-info-sub {
	display: flex;
}
.article-list .post-info-sub .cat {
	padding: 5px 5px;
}
.article-list .post-info-sub .review-list {
	padding-right: 5px;
}
.article-list__border > li {
	padding-bottom: 10px;
	margin: 0 0 35px;
	border-bottom: solid 1px #9FA0A0;
}
.article-list__border .title {
	margin-bottom: 0;
}
/*
	記事ランキングリスト article-ranking-list
*/
.article-ranking-list > li {
	padding: 10px 0;
}
.article-ranking-list a {
	display: block;
	position: relative;
	font-size: 81.25%;
	padding-top: 30px
}
.article-ranking-list .ranking-mark {
	position: absolute;
	width: 38px;
	top: 0;
	left: 0;
}
.article-ranking-list .date {
	position: absolute;
	width: 90px;
	top: 2px;
	left: 42px;
	padding-left: 0;
	font-size: 80%;
	letter-spacing: 0.5px;
}
.article-ranking-list .title {
	padding-right: 0;
	line-height: 1.5;
	font-size: 100%;
	display: block;
}
.article-ranking-list .post-type-mark {
	position: absolute;
	width: 168px;
	top: 0;
	right: 0;
	font-size: 75%;
}
.article-ranking-list .term {
	position: absolute;
	width: 130px;
	padding: 6px 0;
	font-size: 80%;
	top: 0;
	right: 45px;
	letter-spacing: 0;
}
.article-ranking-list .like-count {
	position: absolute;
	width: 40px;
	font-size: 80%;
	top: 0;
	right: 0;
	padding-left: 0;
}
.article-ranking-list .like-count .icon {
	font-size: 150%;
	top: 3px;
	margin-right: 3px;
}
.article-ranking-list__readingcont .title {
	width: auto;
}
.article-ranking-list__story-and-report .title {
	width: auto;
}
/*
	.article-list__readingcont 読み物コンテンツ
*/
.article-list__readingcont {
	flex-wrap: wrap;
	justify-content: space-between;
}
.article-list__readingcont > li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 35px;
}
.article-list__readingcont > li:first-child {
	width: 100%;
	margin-bottom: 35px;
}
.article-list__readingcont > li:first-child .eyecatch img {
}
.article-list__readingcont > li .info {
	overflow: hidden;
	margin-bottom: 5px;
}
.article-list__readingcont > li .info .date {
	float: right;
	font-size: 68.75%;
}
.article-list__readingcont > li .title {
	font-size: 87.5%;
	margin-bottom: 0;
}
.article-list__readingcont > li:first-child .title {
	font-size: 112.5%;
}
.article-list__readingcont .eyecatch img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}
.archive .article-list__readingcont > li:first-child .title {
	font-size: 87.5%;
}
.archive .article-list__relatednews > li:first-child {
	width: 48%;
	margin: 0 0 35px;
}
.article-list__relatednews .eyecatch img {
	height: 70px;
}
/*
	全投稿タイプ記事 article-list__all
*/
.article-list__all {
	padding: 0;
	margin-bottom: 0;
}
.article-list__all > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 3%;
	margin-bottom: 20px;
}
.article-list__all > li:nth-child(2n) {
	border-right: outset 1px #00d188;
}
.article-list__all > li:nth-child(2n+1):nth-last-child(-n+2),
.article-list__all > li:nth-child(2n+1):nth-last-child(-n+2) ~ li { 
	padding-bottom: 0;
}
.article-list__all > li > a {
	width: auto;
}
.article-list__all .type {
	margin-bottom: 0;
}
.article-list__all .post-type {
	display: inline-block;
	padding: 5px 20px;
}
.article-list__all .title {
	margin-bottom: 0;
}
.article-list__all .eyecatch img {
	height: auto;
}
#front-new-area .article-list a {
	color: #fff;
}
/*
	子ページの記事一覧 article-list__child-content
*/
.article-list__child-content {
	border-bottom: solid 1px #28605A;
	padding: 15px 0;
}
.article-list__child-content > li {
	margin-bottom: 15px;
}
.article-list__child-content > li:last-child {
	margin-bottom: 0;
}
.article-list__child-content > li a {
}
.article-list__child-content .eyecatch {
	width: 150px;
}
.article-list__child-content .eyecatch img {
	width: 150px;
}
.article-list__child-content .content {
	width: calc(100% - 150px);
	padding-left: 10px;
}
.article-list__child-content .date {
	font-size: 65%;
}
.article-list__child-content .title {
	font-size: 80%;
	margin-bottom: 0;
	line-height: 1.4;
}

/*-----------------------------------
	共通コンポーネント
------------------------------------*/
/*
	btn
*/
.btn-wrap__margin-top-m {
	margin-top: 45px;
}
.btn-wrap__margin-bottom-m {
	margin-bottom: 45px;
}
.btn-wrap__margin-bottom-ss {
	margin-bottom: 5px;
}
.btn-wrap__add-subbtn {
	display: flex;
	flex-direction: column-reverse;
}
.btn-wrap__double {
	flex-direction: column;
}
.form .btn-wrap__add-subbtn .btn__sub-middle {
	position: relative;
	width: 50%;
	margin-top: 20px;
}
.btn {
	padding: 8px 40px;
	font-size: 81.25%;
	border: none;
}
.btn:after {
	font-size: 75%;
	top: 9px;
	right: 5px;
}
.btn:hover {
}
.btn-wrap__double .btn {
	margin: 5px auto;
	width: 90%;
}
.form .btn-wrap__double .btn {
	margin: 5px auto;
}
.btn__more:after,
.btn__arrow-bottom:after {
	top: 12px;
	right: 15px;
}
.btn__arrow-top:after {
	transform: rotate(-90deg);
	top: 6px;
	right: 15px;
}
.btn__back:after {
	right: auto;
}
.btn__wide {
	width: 80%;
	box-sizing: border-box;
}
.btn__tite {
	padding-left: 40px;
	padding-right: 40px;
}
.btn__block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.btn__small {
	font-size: 80%;
	padding: 12px 80px;
	border-radius: 60px;
}
.btn__small:after {
	top: 14px;
	right: 5px;
}
.btn__middle {
	font-size: 100%;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
}
.btn__middle:after {
	font-size: 87.5%;
	top: 18px;
	right: 15px;
}
.btn__large {
	font-size: 137.5%;
	padding: 20px 0;
	display: block;
	border-radius: 60px;
}
.btn__large:after {
	font-size: 87.5%;
	top: 28px;
	right: 20px;
}
.btn__white {
	background-color: #fff;
}
.btn__green {
	color: #fff;
	background-color: #05615a;
}
.btn__green:hover {
	opacity: 0.9;
}
.btn__hover-yellow:hover {
	opacity: 1;
	color: #05615a;
	background-color: #ff0;
}
.btn__spacewide {
	letter-spacing: 2px;
}
.btn__sub {
	position: absolute;
	top: 0;
}
.btn__sub-left {
	left: 0;
}
.btn__sub-middle {
	top: 10px;
}
.btn__icon-edit {
}
.double-btn-wrap {
	margin-top: 60px;
}
.double-btn-wrap .btn {
	display: block;
	margin: 10px 0;
}
.double-btn-flex {
	display: block;
	margin-top: 60px;
}
.double-btn-flex .flex-item {
	padding: 0;
	margin-bottom: 35px;
	text-align: center;
}
.double-btn-flex .flex-item .caption {
	margin-bottom: 10px;
}
#post-delete-btn {
	display: inline-block;
	padding: 8px 40px;
	font-size: 81.25%;
	border: none;
}
/*
	like-btn いいねボタン
	bookmark-btn ピン留めボタン
*/
.like,
.bookmark {
	justify-content: flex-end;
}
.like-btn,
.bookmark-btn {
	font-size: 75%;
	padding: 6px 15px 8px;
	margin-left: 15px;
}
.like-btn .icon,
.bookmark-btn .icon {
	font-size: 112.5%;
	top: 3px;
	margin-right: 5px;
}
/*
	follow-btn フォローボタン
*/
.follow-btn {
	padding: 5px 15px;
	font-size: 75%;
}
.follow-btn:hover {
}
.follow-btn__followed {
}
.follow-btn .icon {
	top: 2px;
	font-size: 112.5%;
}
/*
	modal
*/
.modal_btn__violation {
	font-size: 75%;
	padding: 1px 20px;
}
.modal_btn__timeline {
	position: absolute;
	display: block;
	margin: 0;
}
.modal_btn__comment-edit,
.modal_btn__comment-delete {
	padding-left: 12px;
	padding-right: 12px;
}
#timeline-edit-btn {
	right: 70px;
}
#timeline-delete-btn {
	right: 0;
}
.modal-content,
.ajax-modal-content {
	padding: 45px 10px 30px;
	font-size: 93.75%;
}
.post-tool__timeline {
	position: static;
	height: 25px;
}
/*
	toggle-btn トグルボタン
*/
.toggle-btn {
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  font-size: 118.75%;
  position: relative;
  width: 100px;
  background-color: #fff;
}
.toggle-btn input[type="checkbox"] {
  display: none;
}
.toggle-btn label {
  display: block;
  box-sizing : border-box;
  height: 32px;
  border: 2px solid #999999;
  border-radius : 30px;
}
.toggle-btn label:hover {
	cursor: pointer;
}
.toggle-btn input[type="checkbox"]:checked + label {
  border-color : #05615a; 
}
.toggle-btn label span:after{
  content : "OFF";
  padding : 0 0 0 16px;
  color : #999999;
}
.toggle-btn input[type="checkbox"]:checked + label span:after{
  content : "ON";
  padding : 0 16px 0 0;
  color : #05615a;
}
.toggle-btn #toggle-img {
  position : absolute;
  width : 24px;
  height : 24px;
  background : #999999;
  top : 4px;
  left : 4px;
  border-radius : 26px;
  transition : .2s;
}
.toggle-btn input[type="checkbox"]:checked ~ #toggle-img {
  background : #05615a;
  left: -18px;
  transform : translateX(90px);
}
/*
	スライドボタン
*/
.slide-btn {
	position: relative;
	top: 50%;
	width: 128px;
	min-width: 128px;
	min-height: 26px;
	border-radius: 40px;
}
.slide-btn input {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	left: -10000px;
}
.slide-btn .slide {
	position: absolute;
	top: 0;
	display: block;
	width: 60px;
	min-height: 26px;
	font-size: 62.5%;
	padding: 8px 12px 0;
}
.slide-btn .flg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slide-btn .checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.slide-btn .flg {
	z-index: 2;
}
.slide-btn .flg:before,
.slide-btn .flg:after,
.slide-btn .flg span {
	position: absolute;
	top: 0;
	width: 60px;
	height: 26px;
	font-size: 62.5%;
	padding-top: 8px;
	border-radius: 20px;
	letter-spacing: 0;
}
.slide-btn .flg:before {
	content: 'ON';
	color: #056059;
	background-color: #f5f5f5;
	left: 18px;
	z-index: 3;
}
.slide-btn .flg:after {
	content: 'OFF';
	color: #fff;
	background-color: #056059;
	right: 0;
	z-index: 4;
}
.slide-btn .checkbox:checked + .flg:before {
	color: #fff;
	background-color: #056059;
	z-index: 4;
}
.slide-btn .checkbox:checked + .flg:after {
	color: #056059;
	background-color: #f5f5f5;
	z-index: 3;
}
.slide-btn__type-display .flg:before {
	content: '公開';
}
.slide-btn__type-display .flg:after {
	content: '非公開';
}
.file-input-label input[type="file"] {
	/* フォーカスをなくさないためdisplay:hiddenは利用しない */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}
/*
	display-flg
*/
.display-flg {
	position: relative;
	top: 50%;
	width: 128px;
	height: 26px;
	overflow: hidden;
	border-radius: 40px;
	display: block;
}
.display-flg:before {
	position: absolute;
	top: 0;
	width: 60px;
	height: 18px;
	font-size: 62.5%;
	text-align: center;
	line-height: 1;
	transition: 0.3s ease all;
	padding-top: 8px;
	border-radius: 20px;
	letter-spacing: 0;
}
.display-flg__display:before {
	content: '公開';
	color: #fff;
	background-color: #056059;
	z-index: 4;
	left: 18px;
}
.display-flg__not-display:before {
	content: '非公開';
	color: #fff;
	background-color: #056059;
	z-index: 3;
	right: 0;
}
/*
	NEWマーク
*/
.new-mark {
}
.new-mark:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
}
.new-mark span {
	position: absolute;
	transform: rotate(45deg);
	display: block;
	font-size: 68.75%;
	white-space: pre;
	color: #333;
	top: 12px;
	right: 4px;
	text-align: center;
	line-height: 1.2;
}
.new-mark__big:before {
	border-width: 0 100px 100px 0;
}
.new-mark__big span {
	font-size: 125%;
	top: 25px;
	right: 8px;
}
/*
	ARCHIVEマーク
*/
.archive-mark {
}
.archive-mark:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #666 transparent transparent;
}
.archive-mark span {
	font-size: 56.25%;
	white-space: pre;
	color: #fff;
	top: 13px;
	right: -2px;
	text-align: center;
	z-index: 10;
	line-height: 1.2;
	letter-spacing: 0;
}
/*
	PENDINGマーク
*/
.pending-mark span {
	padding: 5px 10px;
	font-size: 68.75%;
}
/*
	ステータスラベル
*/
.status-label-wrap {
	margin-top: 0;
}
.status-label-wrap .message {
}
.status-label-wrap .pending-label {
	padding: 5px 30px;
	font-size: 87.5%;
}
/*
	for団体マーク
*/
.for-group-mark {
	display: inline-block;
	color: #fff;
	background-color: #05615a;
	line-height: 1;
	padding: 5px 15px;
}
/*
	RANKINGマーク
*/
.ranking-mark {
	border-radius: 30px;
	width: 45px;
	padding: 6px 0;
	font-size: 68.75%;
}
.ranking-mark:before,
.ranking-mark:after {
	height: 40px;
}
.ranking-mark:after {
	width: 80%;
}
/*
	テーブル basic table
*/
.basic-table {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0;
}
.basic-table th,
.basic-table td {
	color: #000;
	border: solid 1px #ddd;
	padding: 10px;
	box-sizing: border-box;
	width: 50%;
}
.basic-table th {
	background-color: #D9EDEC;
	text-align: center;
	font-weight: bold;
}
.basic-table__7-3 th:first-child,
.basic-table__7-3 td:first-child {
	width: 70%;
}
.basic-table__7-3 th:last-child,
.basic-table__7-3 td:last-child {
	width: 30%;
}
.basic-table__2col-right td:last-child {
	text-align: center;
}
.basic-table__auto th, 
.basic-table__auto td {
	width: auto;
	font-size: 75%;
	padding: 10px 5px;
} 
/*
	ポイント案内
*/
.point-info {
}
.point-info--bg-yellow {
	padding: 15px;
}
.point-info__icon {
	width: 25px;
}
.point-info__icon img {
	display: block;
	width: 25px;
}
.point-info__message {
	width: calc(100% - 25px);
	padding-left: 10px;
	font-size: 80%;
}
.point-info-box {
	display: block;
	margin-bottom: 35px;
	font-size: 90%;
}
.point-info-box__title {
	width: auto;
	padding: 5px 0;
	border-width: 4px;
	font-size: 100%;
}
.point-info-box__title img {
	width: 20px;
	margin-right: 10px;
}
.point-info-box__message {
	width: auto;
	padding: 10px;
	border: solid 4px #C240AA;
	border-top: none;
}
/*
	post-sns-list
*/
.post-sns-list {
	justify-content: space-between;
	margin-bottom: 20px;
}
.post-sns-list-item {
	margin-right: 0;
	width: 24%;
}
.post-sns-list-item a {
	width: 100%;
	height: 22px;
	padding-top: 1px;
}
.post-sns-list-item--facebook a {
	background-color: #1877f2;
	padding-right: 0;
}
.post-sns-list-item--x a {
	background-color: #000;
	padding-right: 0;
}
.post-sns-list-item--line a {
	background-color: #00B900;
	padding-right: 0;
}
.post-sns-list-item--mail a {
	background-color: #777;
	padding-right: 0;
}
.post-sns-list-item a:hover {
	text-decoration: none;
	opacity: 0.9;
}
.post-sns-list-item__icon {
	font-size: 80%;
}
.post-sns-list-item--facebook .post-sns-list-item__icon {
	left: -2px;
}
.post-sns-list-item--x .post-sns-list-item__icon {
	left: -1px;
}
.post-sns-list-item--line .post-sns-list-item__icon {
	left: -1px;
}
.post-sns-list-item--mail .post-sns-list-item__icon {
	left: -1px;
}
.post-sns-list-item__label {
	font-size: 60%;
}
.post-sns-list-item--facebook .post-sns-list-item__label {
	margin-left: 0;
}
.post-sns-list-item--x .post-sns-list-item__label {
	margin-left: 0;
}
.post-sns-list-item--line .post-sns-list-item__label {
	margin-left: 0;
}
.post-sns-list-item--mail .post-sns-list-item__label {
	margin-left: 0;
}

/*-----------------------------
	読み物コンテンツ共通パーツ readingcont-body
------------------------------*/
#readingcont-body {

}
#readingcont-body a {
	text-decoration: underline;
}
#readingcont-body h2 {
	font-size: 155%;
	margin-top: 40px;
	margin-bottom: 25px;
}
#readingcont-body aside h2 {
	margin-top: 0;
}
#readingcont-body h3 {
	font-size: 130%;
	padding: 10px 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}
#readingcont-body h4 {
	font-size: 120%;
	padding: 5px 0 5px 12px;
	border-left: solid 8px #d9edec;
	margin-top: 30px;
	margin-bottom: 20px;
}
#readingcont-body ul {
	padding: 30px;
	margin: 30px 0;
}
#readingcont-body ul > li {
}
#readingcont-body ul > li:last-child {
}
#readingcont-body ul > li:before {
	top: 8px;
	left: 0;
}
#readingcont-body ul.type__check > li:before {
}
#readingcont-body ul.type__check > li:after {
	top: 5px;
	left: 0;
}
#readingcont-body ol {
	padding: 30px;
	margin: 30px 0;
}
#readingcont-body ol > li {
}
#readingcont-body ol > li:last-child {
}
#readingcont-body ol > li:before {
}
#readingcont-body table {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0;
}
#readingcont-body table th,
#readingcont-body table td {
	color: #000;
	border: solid 1px #9FA0A0;
	padding: 10px;
	box-sizing: border-box;
	width: 50%;
}
#readingcont-body table th {
	background-color: #D9EDEC;
	text-align: center;
	font-weight: bold;
}
#readingcont-body .scroll-table-wrap {
	overflow-x: scroll;
	margin: 30px 0;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar-thumb {
	background-color: #D9EDEC;
	border-radius: 6px;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 6px;
}
#readingcont-body .scroll-table-wrap table {
	white-space: nowrap;
	margin: 0 0 15px;
}
#readingcont-body .scroll-table-wrap table th,
#readingcont-body .scroll-table-wrap table td {
	width: auto;
}
#readingcont-body .img-box {
	text-align: center;
	margin: 30px 0;
}
#readingcont-body .img-box img {
	display: block;
	margin: 0 auto 10px;
}
#readingcont-body .img-box p {
	margin-bottom: 0;
}
#readingcont-body .img-box-wrap__2col {
	display: block;
	margin: 0 15px;
}
#readingcont-body .img-box-wrap__2col .img-box {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	box-sizing: border-box;
}
#readingcont-body .youtube-box {
	margin: 30px 0;
}
#readingcont-body .related-link-box {
	margin: 35px 0;
}
#readingcont-body .related-link-box .title {
	margin-bottom: 10px;
	font-size: 150%;
}
#readingcont-body .related-link-box .title .sub {
	font-size: 70%;
	padding-left: 15px;
}
#readingcont-body .related-link-box ul {
	margin: 0;
	padding: 0;
	background: none;
}
#readingcont-body .related-link-box ul > li {
	margin: 0;
	padding: 15px 0;
	line-height: 1.5;
	display: block;
	overflow: hidden;
}
#readingcont-body .related-link-box ul > li:last-child {
}
#readingcont-body .related-link-box ul > li:before {
}
#readingcont-body .related-link-box .link-title {
	width: auto;
	display: block;
	padding-right: 0;
	margin-bottom: 10px;
}
#readingcont-body .related-link-box .link-btn {
	float: right;
}
#readingcont-body .related-link-box .link-btn:after {
}
#readingcont-body .related-link-box .link-btn:hover {
}
#readingcont-body .text-box__type-normal {
	color: #000;
	background-color: #FFF9E3;
	padding: 20px;
}
#readingcont-body .text-box__type-normal p:last-of-type {
	margin-bottom: 0;
}
#readingcont-body .text-box__type-heading {
}
#readingcont-body .text-box__type-heading dl {
}
#readingcont-body .text-box__type-heading dt {
}
#readingcont-body .text-box__type-heading dd {
}
#readingcont-body .profile-box {
	margin: 30px 0;
	padding: 15px 10px 20px;
	border: 3px solid #86CCC8;
}
#readingcont-body .profile-table {
}
#readingcont-body .profile-table th,
#readingcont-body .profile-table td {
	vertical-align: top;
	padding: 15px 0;
	border: none;
	line-height: 1.6;
	border-bottom: solid 1px #ccc;
}
#readingcont-body .profile-table__sp-border-none {
	border-top: none;
}
#readingcont-body .profile-table th {
	width: 120px;
	padding-left: 10px;
}
#readingcont-body .profile-table td {
	width: calc(100% - 120px);
	padding-left: 10px;
}
#readingcont-body .profile-table__sp-border-none th,
#readingcont-body .profile-table__sp-border-none td {
	border: none;
	display: block;
	padding: 0;
	margin-bottom: 5px;
	width: 100%;
}
#readingcont-body .profile-box__type-2col .profile-table th,
#readingcont-body .profile-box__type-2col .profile-table td {
	font-size: 90%;
}
#readingcont-body .profile-box__type-2col .profile-table th {
	width: 85px;
	padding-left: 0;
}
#readingcont-body .profile-box__type-2col .profile-table td {
	width: calc(100% - 85px);
	padding-left: 10px;
}
#readingcont-body .profile-text {
	margin-top: 15px;
	padding-top: 20px;
	border-top: solid 1px #9FA0A0;
}
#readingcont-body .profile-box__type-2col .profile-text {
}
#readingcont-body .profile-box .title {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}
#readingcont-body .profile-box .profile-inner {
	display: block;
}
#readingcont-body .profile-box .gracphics {
	width: auto;
	margin-bottom: 20px;
	padding-right: 0;
	box-sizing: border-box;
	text-align: center;
}
#readingcont-body .profile-box .informations {
	width: auto;
}
#readingcont-body .profile-box .gracphics img {
	display: block;
	margin: 0 auto 5px;
}
#readingcont-body .profile-box .caption {
	font-size: 81.25%;
	margin-bottom: 0;
}
#readingcont-body .profile-box .profile-title {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 15px;
}
#readingcont-body .profile-box .profile-lead {
	font-size: 87.5%;
	margin-bottom: 25px;
}
#readingcont-body .profile-box dl {
	margin-bottom: 15px;
}
#readingcont-body .profile-box dl dt {
	margin-bottom: 5px;
}
#readingcont-body .profile-box .link-box {
	display: block;
	width: 100%;
}
#readingcont-body .profile-box .sns-list {
	margin: 0;
	padding: 0;
	background: none;
}
#readingcont-body .profile-box .sns-list > li {
	margin: 0 10px 0 0;
	padding: 0;
}
#readingcont-body .profile-box .sns-list > li:last-child {
	margin-right: 0;
}
#readingcont-body .profile-box .sns-list > li:before {
	display: none;
}
#readingcont-body .profile-box .sns-list > li a .icon {
	top: 8px;
	left: 9px;
}
#readingcont-body .profile-box .btn-list {
	margin-top: 15px;
	position: relative;
	left: -95px;
	width: calc(100% + 95px);
	display: flex;
	flex-wrap: wrap;
}
#readingcont-body .profile-box .btn-list > li {
	margin-bottom: 0;
	width: 48%;
	padding: 0 1%;
}
#readingcont-body .profile-box .btn-list > li:before {
}
#readingcont-body .profile-box .btn-list > li .btn {
	display: block;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#readingcont-body .profile-box .btn-list > li .btn:after {
	top: 10px;
}
#readingcont-body .related-article-list-item {
	margin-bottom: 35px;
}
#readingcont-body .related-article-list-item a {
	display: block;
}
#readingcont-body .related-article-list-item__img {
	width: auto;
	padding-right: 0;
}
#readingcont-body .related-article-list-item__img img {
	border-width: 2px;
}
#readingcont-body .related-article-list-item__content {
	width: auto;
}
#readingcont-body .related-article-list-item__date {
}
#readingcont-body .related-article-list-item__cat {
	font-size: 70%;
}

/*---------------------------------
	ユーザーリスト user-list user-list__follower
--------------------------------*/
.user-list > li {
	width: calc(100% / 2);
	padding: 0 3%;
	margin-bottom: 30px;
}
.user-list__6col > li {
	width: calc(100% / 3);
}
.user-list a {
	display: block;
	color: #444;
}
.user-list a:hover {
	text-decoration: none;
	opacity: 0.9;
}
.user-list .avatar {
	margin-bottom: 5px;
}
.user-list .avatar-img {
	width: 70px;
}
.user-list .avatar-img .avatar-photo-wrap {
	width: 70px;
	height: 70px;
}
.user-list .avatar-img img {
	width: 70px;
	height: 70px;
}
.user-list .avatar-img .avatar-photo-wrap img {
	width: 62px;
	height: 62px;
	position: relative;
	top: 4px;
	left: 4px;
}
.user-list__6col .avatar-img {
	width: 50px;
}
.user-list__6col .avatar-img .avatar-photo-wrap {
	width: 50px;
	height: 50px;
}
.user-list__6col .avatar-img img {
	width: 50px;
	height: 50px;
}
.user-list__6col .avatar-img .avatar-photo-wrap img {
	width: 44px;
	height: 44px;
	position: relative;
	top: 3px;
	left: 3px;
}
.user-list .name {
	font-size: 75%;
	letter-spacing: 0;
	line-height: 1.5;
}
.user-list .description {
	font-size: 81.25%;
	margin-top: 5px;
	padding-top: 8px;
	line-height: 1.5;
	border-top: solid 1px #999;
}
.user-list .role {
	margin-top: 5px;
	flex-wrap: wrap;
}
.user-list .role-icon {
	width: 20px;
	margin-right: 5px;
}
.user-list .role-icon img {
	width: 20px;
	height: 20px;
}
.user-list .role-name {
	padding: 2px 12px;
	font-size: 56.25%;
}

/*-----------------------------
	page-wrap
	記事ページ・アーカイブページ共通
------------------------------*/
.page-wrap {
	margin-bottom: 60px;
}
.page-body {
	margin-top: 20px;
}
.page-title {
	font-size: 125%;
	line-height: 1.5;
}
.page-title__icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-title__icon img {
	width: 60px;
}
.page-title__icon span {
	padding-left: 10px;
	width: calc(100% - 60px);
}
.page-section-title {
	display: block;
	margin-top: 35px;
	margin-bottom: 30px;
}
.page-section-title h2 {
	color: #05615a;
	font-size: 125%;
	margin: 0;
	padding: 0 0 5px;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #05615a;
}
.page-section-title .description {
	font-size: 87.5%;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.55;
}
.page-lead {
	margin-bottom: 45px;
}
.page-lead-banner {
	min-height: 120px;
}
.page-lead-banner .description {
	padding: 20px 12% 20px 15px;
	margin-bottom: 0;
	font-size: 81.25%;
}
.page-lead-banner__volunteer {
  background-size: cover;
  background-position: right -150px top 0px;
  min-height: 135px;
}
.page-lead-banner__story {
	background: url("../images/common/archive/lead_back_story.jpg") no-repeat left center;
}
.page-lead-banner__bbs {
	background: url("../images/common/archive/lead_back_bbs.jpg") no-repeat left center;
}
.page-wrap h3 {
	color: #05615a;
	font-size: 112.5%;
	font-weight: bold;
}
.page-wrap .group-area {
	margin-top: 60px;
}
.page-wrap .topic-area .page-section-title {
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 20px;
}
.page-wrap .topic-area .page-section-title h2 {
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
}
.page-wrap .topic-area .page-section-title h2 img {
	padding-right: 20px;
	display: block;
}
.page-wrap .topic-area .page-section-title .topic-tool {
	text-align: right;
}
.page-wrap .topic-area .page-section-title .topic-status-list {
	margin-top: 10px;
}
.page-wrap .follower-area {
	padding: 40px 0;
	margin-bottom: 60px;
	background-color: #f4e5b2;
	position: relative;
}
.page-wrap .follower-area:before {
	position: absolute;
	content: "";
	display: block;
	width: 300%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #f4e5b2;
	z-index: -1;
}
.user-area-heading {
	margin: 65px 0 25px;
	font-size: 125%;
	line-height: 1.5;
}

/*-----------------------------
	page
	固定ページ共通
------------------------------*/
/*
	page-template-page-template-normal
	静的ページ共通
*/
.page-template-page-template-normal .page-body h2 {
	font-size: 118.75%;
	padding: 5px 10px;
	margin-top: 40px;
	margin-bottom: 25px;
}
.page-template-page-template-normal .page-body h3 {
	font-size: 106.25%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.page-template-page-template-normal .page-body ul,
.page-template-page-template-normal .page-body ol {
	margin-top: -5px;
	margin-left: 1em;
	margin-bottom: 30px;
}
.page-template-page-template-normal .page-body ul > li,
.page-template-page-template-normal .page-body ol > li {
	margin-bottom: 5px;
}
.page-template-page-template-normal .page-body ul > li:last-child,
.page-template-page-template-normal .page-body ol > li:last-child {
	margin-bottom: 0;
}
.child-page-content-list {
	flex-direction: column;
}
.child-page-content-list > li {
	width: auto;
	margin-bottom: 0;
	padding: 30px 0;
	border-left: none;
	border-top: solid 1px #28605A;
}
.child-page-content-list__sp-margin-bottom-s > li {
	margin-bottom: 10px;
}
.child-page-content-list > li:nth-child(2n) {
	border-right: none;
}
.child-page-content-list > li:last-child {
	border-top: solid 1px #9FA0A0;
	border-bottom: solid 1px #9FA0A0;
}
.child-page-content-list .post-type-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.child-page-content-list .post-type-box img,
.child-page-content-list .post-type-box > span {
	width: 50px;
	padding-right: 15px;
}
.child-page-content-list .post-type-box .post-type-mark {
	width: calc(100% - 65px);
	padding: 8px 0;
	font-size: 85%;
}
.child-page-content-list .description {
	font-size: 85%;
}
.child-page-content-list .description p {
	line-height: 1.6;
	margin-bottom: 0;
}
.child-page-content-list .content-header {
	border-bottom: solid 1px #28605A;
}
.child-page-content-list .content-header-title__icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.child-page-content-list .content-header-title__icon > img {
	width: 40px;
	height: 40px;
}
.child-page-content-list .content-header-title__icon > .title {
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 125%;
}
.content-header-description {
	font-size: 85%;
	margin-bottom: 10px;
}
.content-header-description__height60,
.content-header-description__height120 {
	height: auto;
}
.section-title__icon {
	margin-top: 0;
}
.section-title__icon > img {
	width: 40px;
	height: 40px;
}
.section-title__icon > .title {
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 125%;
	line-height: 1.45;
}

/*--------------------------------
	トピックリスト topic-list
--------------------------------*/
.topic-list {
	margin-bottom: 35px;
}
.topic-list > li {

}
.topic-list > li:nth-child(odd) {
}	
.topic-list__yellow > li:nth-child(odd) {
}
.topic-list__yellow > li:nth-child(even) {
}
.topic-list > li a {
	display: block;
}
.topic-list > li a:hover {
}
.topic-list .topic-wrap {
	display: block;
	padding: 25px 10px 10px;
	position: relative;
}
.topic-list .topic-date {
	position: absolute;
	width: auto;
	font-size: 65%;
	top: 5px;
	left: 10px;
	letter-spacing: 0;
}
.topic-list .topic-title {
	display: block;
	margin-bottom: 0;
	width: auto;
	font-size: 87.5%;
	line-height: 1.5;
}
.topic-list .topic-flg {
	position: absolute;
	width: auto;
	top: 5px;
	right: 182px;
}
.topic-list .topic-flg .for-group-mark {
	font-size: 65%;
	padding: 3px 4px;
	display: block;
	letter-spacing: 0;
}
.topic-list .topic-cat {
	position: absolute;
	font-size: 56.25%;
	width: 130px;
	padding: 0;
	top: 5px;
	right: 48px;
	letter-spacing: 0;
}
.topic-list .topic-comment {
	position: absolute;
	width: 38px;
	padding-left: 0;
	top: 5px;
	right: 5px;
	font-size: 70%;
}
.topic-list .topic-comment .icon {
	font-size: 140%;
	margin-right: 3px;
	top: 0px;
	position: relative;
	line-height: 1;
}
.topic-list .topic-comment .icon img {
	width: 14px;
	top: 1px;
}
.topic-list .topic-comment.comment__commented .icon {
}

/*--------------------------------
	タイムラインリスト timeline-list
--------------------------------*/
.timeline-list {
}
.timeline-list > li {
}
.timeline-list > li:nth-child(odd) {
}	
.timeline-list__yellow > li:nth-child(odd) {
}
.timeline-list__yellow > li:nth-child(even) {
}
.timeline-list > li a {
	font-size: 87.5%;
}
.timeline-list > li a:hover {
}
.timeline-list .timeline-wrap {
}
.timeline-list .timeline-date {
	width: 90px;
	font-size: 62.5%;
}
.timeline-list .timeline-title {
	width: calc(100% - 120px);
	font-size: 81.25%;
}
.timeline-list .timeline-check {
	width: 30px;
}
.timeline-list a:hover .timeline-title {
}
.author-contents__other .timeline-list > li:nth-child(odd) {
}

/*--------------------------------
	コメントリスト comment-list
--------------------------------*/
.comment-area {
	padding-top: 40px;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
}
.comment-area:before {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #05615a;
	width: 300%;
	top: 0;
	left: -100%;
}
.comment-header {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.comment-header .comment-title {
}
.comment-header .comment-title .img img {
	width: 46px;
}
.comment-header .comment-title .title {
	font-size: 112.5%;
	font-weight: bold;
	margin: 5px 0 0 15px;
}
.comment-header .comment-title .sub {
	font-size: 65%;
	margin-top: 2px;
}
.comment-area .form-comment {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.comment-area .form-comment .form-comment__textarea {
	width: calc(100% - 100px);
}
.comment-area .form-comment textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	height: 80px;
	margin-right: 10px;
	box-sizing: border-box;
}
.comment-area .form-comment button {
	width: 90px;
	font-size: 75%;
	border-radius: 10px;
}
.comment-area .form-comment button:hover {
}
.comment-status {
	display: flex;
	align-items: center;
	font-size: 81.25%;
}
.comment-status .label {
	margin-right: 15px;
}
.comment-status .count {
	margin-left: 5px;
}
.comment-list {
	margin-bottom: 60px;
}
.comment-list > li {

}
.comment-list .comment-wrap {
	display: block;
	padding: 60px 10px 50px;
	position: relative;
}
.comment-list > li:nth-child(odd) .comment-wrap {
	background-color: #f0f0f0;
}
.comment-list .comment-date {
	position: absolute;
	width: auto;
	top: 10px;
	left: 10px;
	font-size: 56.25%;
}
.comment-list .comment-content {
	width: auto;
	font-size: 87.5%;
	padding-right: 0;
}
.comment-list .comment-info {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
.comment-list .comment-info .author {
}
.comment-list .comment-info .avatar {
	width: 20px;
	margin-right: 5px;
}
.comment-list .comment-info .avatar img {
	width: 20px;
	height: 20px;
}
.comment-list .comment-info .avatar .avatar-photo-wrap {
	width: 20px;
	height: 20px;
}
.comment-list .comment-info .avatar .avatar-photo-wrap img {
	position: relative;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 2px;
}
.comment-list .comment-info .author-name {
	font-size: 56.25%;
	width: calc(100% - 25px);
}
.comment-status {
	margin-top: 5px;
}
.comment-status .like {
	flex-direction: row-reverse;
}
.comment-status .like-btn {
	margin-left: 0;
}
.comment-status .like-label .label {
	display: none;
}
.comment-status .like-label .icon {
	margin-left: 0;
	margin-right: 4px;
	position: relative;
	top: 0px;
	font-size: 180%;
}
.comment-status .like-label .icon img {
	width: 18px;
}
.comment-status .like-btn__liked .icon {
	color: #C240AA;
}
.comment-status .count {
	margin-left: 5px;
}
.comment-to {
	text-align: right;
	margin-top: -40px;
}
.comment-to-btn {
	color: #fff;
	background-color: #05615a;
	padding: 5px 20px;
	border-radius: 40px;
	border: none;
	line-height: 1;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.comment-to-btn:after {
	position: relative;
	content: "＋";
	display: inline-block;
	margin-left: 2px;
	font-size: 112.5%;
}
.comment-to-btn:hover {
	cursor: pointer;
}
.comment-to-btn.selected:after {
	content: "ー";
}
.comment-to-list .comment-to-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 60px 10px 0;
	position: relative;
}
.comment-to-list > li:nth-child(even) .comment-to-wrap {
	background-color: #f0f0f0;
}
.comment-to .accordion-contents {
	padding: 0 0 0 30px;
}
.form-comment-to {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 10px 0;
}
.form.form-comment-to .form-comment__textarea {
	width: calc(100% - 100px);
}
.form.form-comment-to .form-hint {
	display: block;
	text-align: left;
}
.form.form-comment-to textarea {
	width: 100%;
	height: 5em;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.form.form-comment-to button {
	color: #fff;
	background-color: #05615a;
	width: 90px;
	margin-left: 10px;
	font-size: 75%;
	border-radius: 8px;
	border: none;
}
.comment-area .comment-operation-btn-list .open-button {
	padding: 2px 10px;
}

/*---------------------------------
	フォーム共通 form form-item form-table
--------------------------------*/
.form-caution {
	color: #D40000;
	margin-bottom: 10px;
}
.form-item-wrap {
	padding: 35px 12.5px;
}
.form-item {
	margin-bottom: 20px;
}
.form-item input[type="checkbox"] {
	transform: scale(1.2);
}
.form-item .checkbox-wrap label {
	font-size: 81.25%;
	line-height: 1.45;
	width: auto;
}
.form-item input[type="text"] {
	padding: 5px 10px;
	border: solid 1px #aaa;
	border-radius: 4px;
}
table.form-table__regist {
	padding: 25px 20px 30px;
}
table.form-table__article {
	margin-bottom: 50px;
}
table.form-table tr {
	display: block;
	margin-bottom: 20px;
}
table.form-table tr:last-child {
	margin-bottom: 0;
}
table.form-table td {
	text-align: left;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
table.form-table td:first-child {
	font-size: 100%;
}
table.form-table td:last-child {
	font-size: 87.5%;
}
table.form-table__article tr:last-child td {
	border: none;
}
table.form-table td:first-child {
	margin-bottom: 5px;
}
table.form-table td:last-child {
	position: relative;
	vertical-align: middle;
}
table.form-table__profile {

}
table.form-table__profile tr {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-top: solid 1px #eee
}
table.form-table__profile tr:last-child {
	border-bottom: solid 1px #eee
}
table.form-table__profile th,
table.form-table__profile td {
	font-size: 90%;
	border: none;
	padding: 10px 10px 10px 0;
}
table.form-table__profile th {
	width: 120px;
}
table.form-table__profile td:nth-of-type(2) {
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	padding: 0;
}
table.form-table__profile tr:last-child th,
table.form-table__profile tr:last-child td {
	border: none;
}
.author table.form-table__profile td {
	padding-right: 0;
}
table.form-table__profile .nickname .name {
	font-size: 100%;
}
table.form-table__profile .nickname .follow-btn {
	padding-left: 5px;
	min-width: 90px;
	margin-left: 10px;
}
table.form-table__regist td:first-child {
	width: auto;
}
table.form-table__regist td:last-child {
	width: auto;
}
ul.form-table {
}
ul.form-table__article {
	margin-bottom: 50px;
}
ul.form-table > li {
	margin-bottom: 20px;
	border: none;
}
ul.form-table > li:last-child {
	border: none;
}
ul.form-table .form-table-item-in {
	display: block;
}
ul.form-table .form-table-item-in .dt,
ul.form-table .form-table-item-in .dd {
	text-align: left;
	padding: 0;
}
ul.form-table .form-table-item-in .dt {
	font-size: 100%;
	margin-bottom: 5px;
}
ul.form-table .form-table-item-in .dd {
	font-size: 87.5%;
	position: relative;
}
ul.form-table__article .form-table-item-in .dt {
	width: auto;
}
ul.form-table__article .form-table-item-in .dd {
	width: auto;
}
ul.form-table__article .form-table-item-in .dt,
ul.form-table__article .form-table-item-in .dd {
	padding: 0;
}
ul.form-table__article .has-display-flg {
	display: flex;
	flex-wrap: wrap;
}
ul.form-table__article .has-display-flg textarea[name=volunteer_place] {
	width: 60%;
}
ul.form-table__article .has-display-flg input[type="text"] {
	width: calc(100% - 136px);
}
ul.form-table__article .has-display-flg .slide-btn {
	top: 4px;
	display: inline-block;
	overflow: unset;
}
ul.form-table__profile {

}
ul.form-table__profile > li {
	border: none;
}
ul.form-table__profile .form-table-item-in {
	position: relative;
}
ul.form-table__profile .form-table-item-in .dt {
	box-sizing: border-box;
}
ul.form-table__profile .form-table-item-in .dt .label {
	width: calc(100% - 128px);
}
ul.form-table__profile .form-table-item-in .dt--wide .label {
	width: calc(100% - 60px);
	padding-right: 10px;
	box-sizing: border-box;
}
ul.form-table__profile .form-table-item-in .dt--wide .display-flg {
	width: 60px;
}
ul.form-table__profile .form-table-item-in .dd {
	width: auto;
	display: block;
	position: static;
}
ul.form-table__profile .display-flg,
ul.form-table__profile .slide-btn {
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	padding: 0;
}
ul.form-table__profile .display-flg {
	width: 128px;
}
ul.form-table__profile .form-table-item-in .dd .form-profile-item {
	width: auto;
	display: block;
}
.author ul.form-table__profile td {
	padding-left: 1em;
}
ul.form-table__profile .nickname .name {
	font-size: 106.25%;
}
ul.form-table__profile .nickname .follow-btn {
	padding-left: 10px;
	min-width: 100px;
}
.form-section-content .form-item-label-term-wrap {
	display: block;
	position: relative;
}
.form-section-content .form-item-label-term-wrap .display-flg,
.form-section-content .form-item-label-term-wrap .slide-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.profile-edit-btn {
	margin-top: 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form select,
.form textarea {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ddd;
}
.form select {
	padding-right: 30px;
}
.form textarea {
	height: 10em;
}
.form .btn {
	margin-top: 35px;
}
.form .btn__margin-top0 {
	margin-top: 0;
}
.form .btn__margin-top10 {
	margin-top: 10px;
}
.form-confirm-message {
	font-size: 87.5%;
	margin: 40px 0 20px;
	text-align: center;
}
.form-password-forgot-message {
	margin: 45px 0 0;
	text-align: center;
}
.form-password-forgot-message a {
	text-decoration: underline;
}
.form .select-box__date {
	display: flex;
	align-items: center;
}
.form .select-box__date select {
	width: auto;
	padding-left: 10px;
}
.form .select-box__date span {
	margin-left: 5px;
	margin-right: 10px;
}
.form-section-title {
	font-size: 112.5%;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 5px 20px;
}
.form-section-title__profile {
	margin-top: 15px;
}
.form-section-title__profile img {
	width: 80px;
}
.form-section-title.accordion-btn:after {
	top: -12px;
	right: 5px;
}
.form-section-content {
	padding: 0;
}
.form-section-content__middle-term {
	margin-bottom: 30px;
}
.form-section-description {
	font-size: 75%;	
}
.form-section-content .form-item-label {
	display: block;
	font-size: 100%;
	margin-bottom: 5px;
}
.form-section-content .form-item-label:not(:first-of-type) {
	margin-top: 30px;
}
.form-item-label__term-description {
	display: block;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
.form-item__checkbox-line .checkbox-wrap {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.form-item__checkbox-line .checkbox-wrap label {
	line-height: 1.45;
}
.form-item__checkbox-line-white .checkbox-wrap {
	border-color: #fff;
}
.form-item__checkbox-2col .checkbox-wrap:nth-of-type(n+3),
.form-item__checkbox-3col .checkbox-wrap:nth-of-type(n+4),
.form-item__checkbox-4col .checkbox-wrap:nth-of-type(n+5),
.form-item__checkbox-5col .checkbox-wrap:nth-of-type(n+6) {
	border-top-width: 0;
}
.radio-box {
}
.radio-wrap {
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.radio-box__sp-2col {
	flex-wrap: wrap;
}
.form-item__radio-5col .radio-wrap,
.radio-box__sp-2col .radio-wrap {
	width: 50%;
	margin-right: 0;
}
.radio-wrap span {
	margin-left: 5px;
}
.radio-box__template-item .radio-wrap label {
	font-size: 75%;
	letter-spacing: 0;
}
.form-complete-message {
	text-align: center;
	margin: 60px 0;
	line-height: 2;
	font-size: 87.5%;
}
.form-item__withdraw-caution {
	font-size: 93.75%;
}
.form-item__checkbox-field {
}
.form-item__checkbox-field .checkbox-wrap {
	display: block;
}
.form-item__checkbox-field .checkbox-wrap input {
	display: inline-block;
	width: 15px;
}
.form-item__checkbox-field .checkbox-wrap label {
	display: inline-block;
}
.form-item__checkbox-field .checkbox-wrap .term-field-description {
	display: block;
	width: auto;
	padding-left: 0;
	margin-top: 5px;
	font-size: 68.75%;
}
.form-simple .form-item__checkbox-field .checkbox-wrap {
	width: calc(100% / 2);
}
.field-popup-content__list-item dl {
	display: block;
}
.field-popup-content__list-item .name {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.field-popup-content__list-item .description {
	display: block;
	width: auto;
	padding-left: 0;
	font-size: 85%;
	line-height: 1.7;
}
.form-table__article td.has-display-flg input[type="text"] {
	width: calc(100% - 136px);
}
.form-section__bottom-border {
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.form-section__bottom-border:before {
}
.form-section__flg-use-pr {
	padding-top: 0;
	margin-bottom: 20px;
}
.form-section__flg-use-pr p {
	font-size: 81.25%;
}
#form-profile-avatar {
	width: auto;
	margin-bottom: 20px;
	padding-left: 0;
	text-align: center;
	float: none;
}
#form-profile .profile-content {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
#preview-avator-img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
.form-toggle-box {
}
.form-toggle-box .label {
	padding-right: 0;
	width: calc(100% - 128px);
	font-size: 85%;
	line-height: 1.45;
}
#password-visibility {
	top: -3px;
	left: -5px;
	font-size: 160%;
}
.regist-caution {
	padding: 12px 10px;
	color: #555;
	background-color: rgba(255, 230, 0, 0.5);
	margin: 30px 10px 0;
	font-size: 75%;
	line-height: 1.55;
	text-align: left;
}
.form-complete-message__img-point-get {
	width: 150px;
}
.group-profile-submit-description {
	font-size: 70%;
}
/* Tsuna */
#tsuna-result {
}
.form .ajax-tsuna-btn {
	margin-top: 10px;
}
/* preview-img */
.preview-img-box {
	position: relative;
	width: 100%;
	height: 240px;
	padding: 95px 15px 0;
}
.preview-img-box .btn-wrap__margin-bottom {
	margin-bottom: 15px;
}
.preview-img {
	width: 100%;
	height: 240px;
}
.preview-img-delete-btn {
	position: absolute;
	content: "";
	top: -10px;
	right: -10px;
	z-index: 3;
}
.preview-img-delete-btn .icon {
	display: block;
	color: #fff;
	background-color: #777;
	border-radius: 50%;
	font-size: 280%;
	cursor: pointer;
}
.preview-img-delete-btn .icon:hover {
	background-color: #05615a;
}
.img-delete-check {
	display: none;
}
/* 問い合わせフォーム */
#form-contact input[type="text"],
#form-contact select {
	width: 100%;
}

/*-----------------------------
	single-aside 
------------------------------*/
.single-aside {
	margin-bottom: 70px;
}
.single-aside-inner {
}
.single-aside-inner:before {
}
.single-aside__articles h3 {
	font-size: 112.5%;
	margin-bottom: 30px;
}
/*
	single-aside__readingcont
*/
.single-aside__readingcont-profile {
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 15px 10px;
	border: 3px solid #86CCC8;
}
.single-aside__readingcont-profile h4 {
	font-size: 137.5%;
}
.single-aside__readingcont-profile .profile_inner {
	display: block;
}
.single-aside__readingcont-profile .profile_inner .gracphics {
	width: auto;
	padding-right: 0;
}
.single-aside__readingcont-profile .profile_inner .informations {
	width: auto;
}
.single-aside__readingcont-profile .gracphics img {
}
.single-aside__readingcont-profile .caption {
	font-size: 68.75%;
}
.single-aside__readingcont-profile .profile-title {
	font-size: 100%;
}
.single-aside__readingcont-profile .profile-lead {
	font-size: 75%;
	margin-bottom: 20px;
}
.single-aside__readingcont-profile .profile-table {
}
.single-aside__readingcont-profile .profile-table th,
.single-aside__readingcont-profile .profile-table td {
	padding: 15px 0;
}
.single-aside__readingcont-profile .profile-table th {
	width: 20%;
	text-align: left;
}
.single-aside__readingcont-profile .profile-table td {
	width: calc(100% - 20%);
}
.single-aside__readingcont-profile .profile-table td.link {
	display: table-cell;
	width: calc(100% - 20%);
}
.single-aside__readingcont-profile .group-info {
	width: auto;
	margin-top: 15px;
}
.single-aside__readingcont-profile .group-info .btn {
	display: block;
	margin-bottom: 10px;
}
.single-aside__readingcont-profile .group-info .btn:last-of-type {
	margin-bottom: 0;
}
/*
	single-aside__readingcont-outer-link
*/
.single-aside__readingcont-outer-link {
	margin: 0 0 60px;
}
/*
	single-aside__readingcont-related-link
*/
.single-aside__readingcont-related-link {
	margin: 0 0 60px;
}
.single-aside__readingcont-related-link h4 {
	margin-bottom: 30px;
	padding: 4px 22px;
	font-size: 137.5%;
	background: #d9edec;
}

/*-----------------------------
	pagination ページネーション
------------------------------*/
.pagination {
	font-size: 87.5%;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}
.pagination-count {
	display: block;
	margin-bottom: 15px;
}
.pagination-link {
}
.pagination-link-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 90%;
	letter-spacing: -0.4px;
}
.pagination-link-list > li {
	margin-bottom: 5px;
	padding: 0 12px;
	border-left: solid 1px #999;
}
.pagination-link-list > li:last-child {
	border-right: solid 1px #999;
}
.pagination-link-list a,
.pagination-link-list span.current {
}

/*--------------------------------
	profile-box
--------------------------------*/
.profile-box {
	display: block;
	margin-bottom: 0;
}
.author .profile-box {
	margin-bottom: 50px;
}
.profile-box .profile-img {
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}
.profile-box .profile-img .avator .avatar-photo-wrap {
	width: 100px;
	height: 100px;
}
.profile-box .profile-img .avator img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.profile-box .profile-img .avator .avatar-photo-wrap img {
	width: 90px;
	height: 90px;

}
.profile-box .profile-img .point {
	text-align: center;
}
.profile-box .profile-img .badge {
	margin-top: 0;
}
.profile-box .profile-img .badge-title {
	font-size: 90%;
}
.profile-box .profile-img .badge-list {
	margin: 0 10%;
}
.profile-box .profile-content {
	width: auto;
	padding-left: 0;
}
.profile-box .profile-img .avator {
	width: 100px;
	height: 100px;
}
.profile-box .profile-content .modal_btn__violation {
	margin-bottom: 15px;
}
.form-item__withdraw-caution {
	text-align: center;
	margin-top: 40px;
	font-size: 112.5%;
}
.author .profile-box .profile-img {
	display: flex;
	justify-content: center;
}
.author .profile-box .profile-img-item__avator {
	width: 58%;
}
.author .profile-box .profile-img-item__badge {
	width: 42%;
}

/*--------------------------------
	絞り込みフォーム form-filter
--------------------------------*/
.form-filter {
	padding: 15px 10px;
	margin-bottom: 35px;
	letter-spacing: 0;
}
.filter-parts-list-item {
	width: 49%;
}
.filter-main {
	display: block;
}
.filter-box {
	justify-content: space-between;
}
.filter-box-left {
	width: auto;
	margin-bottom: 15px;
}
.filter-box-right {
	width: auto;
}
.filter-box-item .form-item:last-of-type {
	margin-bottom: 0;
}
.filter-box-item__contents {
	width: calc(100% - 90px);
}
.filter-box-item__contents .form-item__checkbox {
	flex-wrap: wrap;
}
.filter-parts-volunteer-cat .form-item__checkbox .checkbox-wrap {
	margin-right: 0;
}
.filter-box-item__btn {
	display: block;
	font-size: 90%;
}
.filter-box-item__btn button {
	padding: 8px 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
}
.filter-box-item__btn button[name="submit"] {
	width: 100%;
}
.filter-box-item__btn button:after {
	width: 5px;
	height: 5px;
	right: 8px;
}
.filter-box-item__btn button:hover {
	cursor: pointer;
	opacity: 0.9;
}
.remove-filter-btn {
	margin-left: 0;
	margin-top: 5px;
	width: 100%;
	font-size: 80%;
}
.form-item__list .sort-list {
	flex-wrap: wrap;
}
.form-item__list .sort-list > li {
	padding: 0 10px;
	margin: 7px 0;
	font-size: 87.5%;
	letter-spacing: 0;
	border-right: solid 1px #999;
	margin-right: -1px;
}
.form-item__list .sort-list a {
	color: #444;
}
.form-item__list .sort-list span.current {
	color: #05615a;
}
.form-item__checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-item__checkbox-2col,
.form-item__checkbox-3col,
.form-item__checkbox-4col,
.form-item__checkbox-5col {
	flex-wrap: wrap;
	letter-spacing: 0;
	justify-content: initial;
	align-items: initial;
}
.form-item__checkbox-2col .checkbox-wrap {
	width: calc(100% / 2);
}
.form-item__checkbox-3col .checkbox-wrap {
	width: calc(100% / 2);
}
.form-item__checkbox-4col .checkbox-wrap {
	width: calc(100% / 2);
}
.form-item__checkbox-5col .checkbox-wrap,
.checkbox-list__5col .checkbox-wrap {
	width: calc(100% / 3);
	padding: 5px 0;
}
.form-item__checkbox-pr .checkbox-wrap {
	width: 100%;
}
.form-item-wrap__area .form-item-box__area {
	padding: 5px 0;
}
.form-item-wrap__area .accordion-btn {
	padding: 10px 40px 10px 20px;
	font-size: 90%;
}
.form-item-wrap__area .accordion-btn:after {
	font-size: 150%;
	top: 1px;
	right: auto;
}
.form-section-content .form-item-wrap__area .accordion-btn:after {
	right: 15px;
	top: 5px;
}
.filter-main .form-item__checkbox {
	justify-content: start;
}
.form-filter .accordion-btn {
	border: none;
	color: #05615a;
	background-color: #fff;
	line-height: 1;
	padding: 6px 0 8px 10px;
	margin-top: 15px;
	font-size: 87.5%;
	position: relative;
	text-align: center;
}
.form-filter .accordion-btn:after {
	position: relative;
	content: "＋";
	display: inline-block;
	margin-left: 10px;
	font-size: 150%;
}
.form-filter .accordion-btn:hover {
	cursor: pointer;
}
.form-filter .accordion-btn.selected:after {
	content: "ー";
}
.form-filter .accordion-contents {
	display: none;
	padding: 0;
}
.filter-sub {
	padding: 0 20px;
	font-size: 93.75%;
}
.filter-sub .form-item-label {
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	margin-top: 35px;
}
.filter-sort .form-item {
	margin-bottom: 10px;
}
#filter-users .form-filter .filter-main .form-item__checkbox .checkbox-wrap,
.topic-area .form-filter .filter-main .form-item__checkbox .checkbox-wrap,
.form-filter .filter-main .form-item__checkbox-follow-group .checkbox-wrap,
.form-filter .filter-main .form-item__checkbox .checkbox-wrap__sp-1col {
	width: 100%;
}
.filter-box .form-item__user-role-select {
	margin-bottom: 7px!important;
}
.filter-parts-volunteer-cat .form-item__checkbox .checkbox-wrap {
	width: 50%;
}
.form-filter .filter-main .filter-parts-pr .form-item__checkbox .checkbox-wrap {
	padding: 10px 0;
	margin: 0;
}
.filter-parts-list .modal_btn__search-filter .icon {
	width: 26px;
	padding-right: 5px;
	box-sizing: border-box;
}
.filter-parts-list .modal_btn__search-filter .text {
	font-size: 85%;
	width: calc(100% - 26px);
}
.filter-parts-list .modal_btn__search-filter .text:after {
	right: 2px;
}
.filter-box .filter-parts-keyword input {
    width: calc(100% - 100px);
    padding: 5px 10px;
}
.filter-parts-tag {
}
.filter-parts-tag .form-item-label {
	width: auto;
}
.filter-parts-tag dd {
	width: auto;
}

/*---------------------------------
	マイページ 設定ページ mypage setting
--------------------------------*/
.my-profile-header {
	margin-top: 0;
}
.my-profile-setting-btn-wrap {
	margin-top: -10px;
	width: auto;
}
.my-profile-setting-btn-wrap .btn {
	font-size: 70%;
	width: 46%;
	margin-right: 2%;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0;
}
.my-profile-setting-btn-wrap .btn:last-of-type {
	margin-right: 0;
}
.my-profile-header-rank {
	margin-bottom: 40px;
}
.my-profile-header-rank-item__main {
	width: 100%;
	height: auto;
	padding: 10px 0;
	justify-content: space-between;
}
.my-profile-header-rank-item--next {
	display: block;
}
.my-profile-header-rank-item--rank .my-profile-header-rank-item__main {
	border-bottom: none;
}
.my-profile-header-rank-item--next .my-profile-header-rank-item__main {
	border-top: solid 1px #eee;
}
.my-profile-header-rank-item__main dt {
	width: auto;
	font-size: 100%;
}
.my-profile-header-rank-item__main dd {
	width: auto;
}
.my-profile-header-rank-item--point dd {
	font-size: 135%;
	top: 2px;
}
.my-profile-header-rank-item--rank dd {
	font-size: 135%;
}
.my-profile-header-rank-item--next dd {
	font-size: 75%;
}
.my-profile-header-rank-item--next dd .num {
	font-size: 170%;
}
.my-profile-header-rank-item--rank .rank {
}
.my-profile-header-rank-item--point dd img {
	width: 26px;
	margin-right: 10px;
	top: -2px;
}
.my-profile-header-rank-item__sub--rank {
	position: static;
	width: 100%;
}
.my-profile-header-rank-item--rank {
	display: flex;
	flex-wrap: wrap;
}
.rank-image-list {
	width: 100%;
	margin-bottom: 15px;
}
.rank-image-list-item {
	width: calc((100% / 6) - 2px);
	margin-right: 0;
}
.rank-image-list-item img {
	width: auto;
	height: auto;
}
.rank-image-list-item .rank-name {
	font-size: 55%;
	letter-spacing: 0;
}
.rank-image-list-item .rank-point-range {
	font-size: 55%;
}
.my-profile-header-rank-item__sub--next {
	width: auto;
	padding-left: 0;
	margin: 10px 0 30px;
}
.rank-bar__label-now {
	font-size: 65%;
}
.rank-bar__now-line {
}
.profile-box .profile-img .point {
	justify-content: center;
}
.profile-box .profile-img .point-rank {
	text-align: left;
	padding-left: 10px;
}
.withdraw-wrap {
	margin-top: 100px;
}
.withdraw-wrap .btn {
	margin: 0 auto;
	display: block;
}

/*---------------------------------
	登録ページ regist
--------------------------------*/
.page-register {

}
.page-register .page-wrap .lead {
	margin: 0;
	text-align: left;
}

/*---------------------------------
	ログインページ login
--------------------------------*/

/*--------------------------------
	よくある質問・お問い合わせ faq contact
--------------------------------*/
.contact-heading {
	font-size: 125%;
	line-height: 1.5;
}
.page-contact #faq-area {
	margin-top: 40px;
	margin-bottom: 20px;
}
.page-contact #contact-area {
	margin-top: 60px;
}
.contact-anker-list {
	font-size: 80%;
	margin-top: 30px;
}
.contact-anker-list > li .icon {
	font-size: 140%;
	top: 4px;
}
.page-wrap .faq-section-title {
	font-size: 120%;
	margin-top: 35px;
}
.faq-list {
}
.faq-list > li {
	margin-bottom: 0;
}
.faq-item .faq__q {
	padding: 15px 35px 15px 45px;
	position: relative;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.5;
}
.faq-item .faq__q .heading {
	position: absolute;
	top: 5px;
	left: 12px;
	font-size: 175%;
	color: #05615a;
	display: block;	
}
.faq-item .faq__q:after {
	right: 5px;
	top: calc(50% - 18px);
}
.faq-item .faq__a {
	margin-left: 0;
	padding-left: 40px;
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 87.5%;
}
.faq-item .faq__a .heading {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 187.5%;
	color: #05615a;
	display: block;	
}

/*-----------------------------
	お知らせ single-notice
------------------------------*/
.single-notice {

}
.single-notice .page-body {
	margin: 20px 0 0;	
}
.single-notice .maintenance-title {
	font-size: 160%;
	margin-bottom: 15px;
}
.single-notice .maintenance-info {
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.single-notice .maintenance-info .date {
	font-size: 80%;
}

/*-----------------------------
	シティキャスト移行 cc-welcome
------------------------------*/
.cc-welcome {
	text-align: center;
	margin-bottom: 60px;
}
.cc-welcome-img {
	top: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cc-welcome-title {
	font-size: 115%;
}
.cc-welcome-message {
	text-align: left;
	font-size: 80%;
}

/*-----------------------------
	アバウトページ about page-about
------------------------------*/
.about-page-section h2 {
	font-size: 120%;
	margin-bottom: 20px;
	padding: 15px 0;
	line-height: 1.4;
}
.about-heading-eyecatch {
	margin-top: 15px;
	margin-bottom: 20px;
}
.about-heading-message p {
	margin-bottom: 30px;
	font-size: 95%;
}
.about-heading-anchor-link {
	padding: 15px 0;
	background-color: #eee;
}
.about-heading-anchor-link-list {
	display: block;
}
.about-heading-anchor-link-list > li {
	width: auto;
	margin: 10px auto;
}
.about-heading-anchor-link-list > li a {
	display: block;
	font-size: 70%;
	padding: 5px 0;
	letter-spacing: 0;
}
.about-heading-anchor-link-list > li a:after {
	top: calc(50% - 7px);
	right: 10px;
}
.about-heading-anchor-link-list > li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #05615A;	
}
.about-can-content {
	display: block;
}
.about-can-content__main {
	width: auto;
	padding-right: 0;
}
.about-can-content__sub {
	width: auto;
	margin-top: 30px;
}
.about-user-list {
	margin-top: 30px;
	margin-bottom: 60px;
}
.about-user-list > li {
	width: 48%;
}
.about-user-list > li img {
	height: auto;
}
.about-user-list > li:last-child img {
	width: 75%;
}
.user-target-text {
	font-size: 70%;
	line-height: 1.5;
	min-height: 30px;
	margin-top: 5px;
}
.user-target-mark {
	width: 100%;
	margin: 5px auto 0;
	padding: 2px 0;
	border-radius: 30px;
	font-size: 75%;
	letter-spacing: 0;
}
.user-target-mark:after {
	top: 5px;
	right: 10px;
}
.about-can-list {
	margin-top: 30px;
}
.about-can-list > li {

}
.about-item-heading-message {
	font-size: 100%;
}
.about-heading3 {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
.about-heading3 .text {
	font-size: 90%;
	letter-spacing: 0;
}
.about-heading3 .text-back {
	margin-left: 25px;
	padding: 0px 15px 2px 36px;
}
.about-user-regist .about-heading3 .text {
	font-size: 125%;
}
.about-user-regist .about-heading3 .text-back {
	padding-left: 12px;
}
.about-heading3 .text-back:before {
}
.about-heading3 .l {
	font-size: 200%;
	left: -22px;
	bottom: -1px;
}
.about-heading3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #D9EDEC;
	transform: skewX(-45deg);
	z-index: 1;
}
.about-can-point-list {
	margin-left: 25px;
	padding: 15px 0px 15px 30px;
	font-size: 85%;
	line-height: 1.5;	
}
.about-can-list > li:nth-child(3) .about-can-point-list {
	margin-top: 20px;
}
.about-can-point-list__icon-member-and-group {
	padding-left: 30px;
}
.about-can-point-list__icon-member:before,
.about-can-point-list__icon-group:after {
	position: absolute;
	content: "";
	left: -30px;
	bottom: -8px;
}
.about-can-point-list__icon-member-and-group.about-can-point-list__icon-member:before {
	bottom: 50px;
}
.about-can-point-list__icon-member-and-group.about-can-point-list__icon-group:after {
	left: -30px;
}
.about-can-point-list__icon-member:before {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}
.about-can-point-list__icon-group:after {
	width: 50px;
	height: 54px;
	background-size: 50px 54px;
}
.about-can-point-list > li {
	margin-bottom: 5px;
}
.about-can-point-list > li:last-child {
	margin-bottom: 0;
}
.about-can-message-box {
	margin: 15px 0;
}
.about-can-message {
	font-size: 90%;
	margin-bottom: 30px;
}
.about-can-message-img {
	padding: 0 5%;
}
.about-can-list > li:nth-child(1) .about-can-message-img {
	padding: 0 8%;
}
.about-can-list > li:nth-child(2) .about-can-message-img {
	padding: 0 12%;
}
.about-can-list > li:nth-child(3) .about-can-message-img {
	padding: 0 18%;
}
.about-can-list > li:nth-child(1) .about-can-message-img img,
.about-can-list > li:nth-child(2) .about-can-message-img img {
	width: auto;
}
.about-can-message-img__double {
	padding: 0;
	justify-content: space-between;
}
.about-can-message-img__double .img {
	width: 48%;
}
.about-can-recommend-box {
	margin-bottom: 50px;
	padding: 15px 0 25px;
	position: relative;
}
.about-can-recommend-box:before,
.about-can-recommend-box:after {
	content: "";
	position: absolute;
	background-color: #EEEEEE;
	width: 20px;
	top: 0;
	height: 100%;
}
.about-can-recommend-box:before {
	left: 100%;
}
.about-can-recommend-box:after {
	right: 100%;
}
.about-can-recommend-box h4 {
	font-size: 110%;
	margin-bottom: 10px;
}
.about-can-recommend-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-can-recommend-list-item {
	width: 48%;
	padding: 0;
	border: none;
}
.about-can-recommend-list-item:first-child {
	padding-top: 0;
}
.can-recommend-item-box {
}
.can-recommend-item-box__img {
	margin-bottom: 10px;
}
.can-recommend-item-box .img {
	width: 100%;
}
.can-recommend-item-box .img img {
	display: block;
}
.can-recommend-item-box .content {
	margin-top: 10px;
	padding-left: 0;
	font-size: 70%;
	width: auto;
	line-height: 1.5;
}
.can-recommend-item-box__no-image .content {
	margin-top: 0;
}
.can-recommend-item-box .content p {
	margin-bottom: 0;
}
.can-recommend-item-box .content .pr {
	display: block;
	margin-bottom: 5px;
}
.can-recommend-item-box .content .pr span {
	display: inline-block;
	padding: 2px 10px;
	font-size: 80%;
	color: #fff;
	background-color: #C240AA;
}
.about-contents-message-box {
	margin-top: 30px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 75%;
}
.about-contents-message-box .heading {
	font-size: 120%;
}
.about-user-regist-can-list {
	margin-bottom: 10px;
}
.about-user-regist-can-list-item {
	width: 49%;
	margin-bottom: 2%;
	padding: 20px 10px 15px;
}
.about-user-regist-can-list-item__title {
	font-size: 80%;
	line-height: 1.45;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.about-user-regist-can-list-item__icon {
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 10px;
	height: 50px;
}
.about-user-regist-can-list-item__icon img {
	height: 50px;
	object-fit: contain;
}
.about-user-regist-can-list-item__description {
	font-size: 75%;
}
.about-user-regist-pr-box {
	margin: 15px 0 80px;
	padding: 20px 20px 15px;
	text-align: center;
}
.about-user-regist-pr-box__caption {
	margin-bottom: 10px;
	font-size: 85%;
}
.about-user-regist-hosoku {
	font-size: 85%;
	margin-bottom: 0;
}
#about-sns-area .footer-banner-sns-list {
	margin: 0;
	width: auto;
}
#about-sns-area .footer-banner-sns-list-item {
	width: auto;
	margin: 5px 0;
}

/*-----------------------------
	VLNポイントとは page-vln-point
------------------------------*/
#about-point-how-area,
#about-point-view-area,
#about-point-use-area {
	margin-bottom: 80px;
}
.about-point-heading-message {
	margin-top: 30px;
	font-size: 87.5%;
}
.about-point-heading-list {
	padding: 0 5px;
}
.about-point-heading-list:before {
	height: 28px;
	top: 2px;
	transform: skewX(-30deg);
}
.about-point-heading-list-item__label {
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
	padding: 0 5px;
}
.about-point-heading-list-item__label:before {
	left: 5px;
	width: calc(100% - 10px);
	height: 100%;
	transform: skewX(-30deg);
}
.about-point-heading-list-item__label .text {
	font-size: 75%;
}
.about-point-heading-list-item__label .text:before {
	font-size: 125%;
	margin-right: 5px;
}
.about-point-heading-list-item__img {
	width: auto;
	height: 60px;
}
.about-point-heading-anchor-link {
	margin-top: 60px;
}
.heading-about-point-h3 {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
.heading-about-point-h3--margin-top {
	margin-top: 30px;
}
.heading-about-point-h3 .text {
	font-size: 100%;
	letter-spacing: 0;
	bottom: -2px;
}
.heading-about-point-h3 .text-back {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 10px 0 20px;
}
.heading-about-point-h3 .text-back:before {
	transform: skewX(-30deg);
}
.heading-about-point-h3:before {
	transform: skewX(-30deg);
}
.about-point-how-message {
	padding-top: 0;
	padding-left: 60px;
	line-height: 1.5;
}
.about-point-how-message__img {
	width: 120px;
}
.about-point-how-message__title {
	font-size: 100%;
	padding-left: 75px;
	margin-bottom: 25px;
}
.about-point-how-message__description {
	font-size: 87.5%;
}
.about-point-how-list {
	margin-bottom: 50px;
}
.about-point-how-list-item {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
}
.about-point-how-list-item-box {
}
.about-point-how-list-item__heading {
	width: 92px;
	padding-right: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
}
.about-point-how-list-item__content {
	width: calc(100% - 92px);
	padding-left: 10px;
}
.about-point-how-list-item__heading-img {
	width: 25px;
}
.about-point-how-list-item__heading-img--50pt {
	width: 50px;
}
.about-point-how-list-item__heading-text {
	width: 32px;
	padding-left: 3px;
	box-sizing: border-box;
	font-size: 125%;
}
.about-point-how-content-list {
	font-size: 87.5%;
	line-height: 1.5;
}
.about-point-how-content-list-item {
	margin-bottom: 5px;
}
.about-point-how-content-list-item:last-child {
	margin-bottom: 0;
}
.about-point-add-message-box {
	padding: 15px;
}
.about-point-add-message {
	font-size: 87.5%;
}
.about-point-how-example-box {
	padding: 10px;
}
.about-point-how-example-box--beginner {
	margin-bottom: 50px;
}
.about-point-how-example-box-title {
	font-size: 92.5%;
	line-height: 1.5;
	margin-bottom: 8px;
}
.about-point-how-example-box-title span {
	font-size: 150%;
	margin-right: 0;
	margin-bottom: 2px;
	display: block;
}
.about-point-how-example-list {
	counter-reset: count 0;
}
.about-point-how-example-list-item {
	padding: 15px 0 15px 25px;
}
.about-point-how-example-list-item:before {
	font-size: 150%;
	top: 15px;
	left: 0;
}
.about-point-how-example-list-item__img {
	width: 90px;
}
.about-point-how-example-list-item__content {
	width: calc(100% - 90px);
	padding: 0 0 30px 10px;
}
.about-point-how-example-list-item__content--double-btn {
	padding-bottom: 65px;
}
.about-point-how-example-list-item__content-title {
	font-size: 92.5%;
}
.about-point-how-example-list-item__content-description {
	font-size: 82.5%;
	line-height: 1.5;
}
.about-point-how-example-list-item__content-description p {
	margin-bottom: 15px;
}
.about-point-how-example-list-item__content-description .btn-wrap {
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: 140px;
}
.about-point-how-example-list-item__content-description .btn-wrap .btn {
	width: 140px;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0;
	margin-top: 5px;
}
.about-point-how-example-list-item__point {
	bottom: 15px;
	width: 85px;
}
.about-point-how-example-list-item__point-plus {
	font-size: 125%;
	width: 20px;
}
.about-point-how-example-list-item__point-img {
	width: 30px;
}
.about-point-how-example-list-item__point-img img {
	width: 15px;
}
.about-point-how-example-list-item__point--50pt .about-point-how-example-list-item__point-img img {
	width: 30px;
}
.about-point-how-example-list-item__point-value {
	font-size: 150%;
	width: 35px;
}
.about-point-view-mypage {
	flex-direction: row;
}
.about-point-view-mypage__img {
	width: auto;
	padding: 10px;
	margin-bottom: 10px;
}
.about-point-view-mypage__img img {
}
.about-point-view-mypage__content {
	width: auto;
	padding-left: 0;
}
.about-point-view-message {
	font-size: 87.5%;
}
.about-point-view-rank-img {
	margin-bottom: 20px;
}
.about-point-view-rank-img img {
	width: auto;
}
.about-point-add-message-box--view {
	margin-bottom: 50px;
}
.about-point-view-rank-list {
	margin: 20px 0 0;
}
.about-point-view-rank-list-item {
	width: 48%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-point-view-rank-list-item__img {
	width: 60px;
}
.about-point-view-rank-list-item__img img {
	width: 60px;
}
.about-point-view-rank-list-item__label {
	width: calc(100% - 60px);
	box-sizing: border-box;
	padding: 0 0 25px 5px;
	font-size: 82.5%;
	line-height: 1.4;
}
.about-point-view-rank-list-item--green .about-point-view-rank-list-item__img img {
	width: 86px;
}
.about-point-view-rank-list-item--blue .about-point-view-rank-list-item__img img {
	width: 86px;
}
.about-point-view-rank-list-item--gold .about-point-view-rank-list-item__img img {
	position: relative;
	top: -8px;
}
.about-point-use-main-description,
.about-point-use-description {
	font-size: 87.5%;
	margin-bottom: 30px;
}
.about-point-use-heading4 {
	padding: 8px 5px 8px 10px;
	font-size: 100%;
	margin: 30px 0 15px;
}
.about-point-use-list {
	counter-reset: item;
	font-size: 87.5%;
}
.about-point-use-list-item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
.about-point-use-list-item:last-child {
	margin-bottom: 0;
}
.about-point-use-list-item:before {
	position: absolute;
  counter-increment: item;
  content: counter(item);
  letter-spacing: 0;
	top: 0;
	left: 0;
}
.about-point-result-main-description {
	font-size: 87.5%;
}
.about-point-result-img-box {
	margin-bottom: 60px;
}
.about-point-result-img-description {
	font-size: 75%;
}
.about-point-result-example {
	text-align: left;
}
.about-point-result-example-heading4 {
	margin-top: 10px;
	padding: 10px 10px 10px 20px;
	font-size: 100%;
	margin-bottom: 20px;
}
.about-point-result-example-description {
	font-size: 87.5%;
}
.about-point-result-example-list {

}
.about-point-result-example-list-item {
	padding: 20px 0 10px;
	border-top: solid 1px #9FA0A0;
}
.about-point-result-example-list-item__title {
	padding: 5px 0 5px 10px;
	font-size: 87.5%;
	margin-bottom: 20px;
	border-left: solid 10px #05615A;
}
.about-point-result-example-photo-box {
}
.about-point-result-example-photo-box--type-suginami {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.about-point-result-example-photo-box__img {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-point-result-example-photo-box__img img {
	width: 32%;
}
.about-point-result-example-photo-box__img--top img {
	margin-right: 0;
}
.about-point-result-example-photo-box__img--top:after {
	content: "";
	width: 32%;
	display: block;
}
.about-point-result-example-photo-box--type-suginami .about-point-result-example-photo-box__content {
	width: auto;
	padding-right: 0;
}
.about-point-result-example-photo-box--type-suginami .about-point-result-example-photo-box__img {
	width: auto;
	justify-content: center;
}
.about-point-result-example-photo-box--type-suginami .about-point-result-example-photo-box__img img {
	width: 50%;
}

/*-----------------------------
	知る学ぶ learn
------------------------------*/
.page-learn .page-body {
	margin-top: 35px;
}
.page-learn .child-page-content-list {
	margin-top: 15px;
}
.page-learn .child-page-content-list > li {
	margin-bottom: 50px;
	padding: 0;
	border: none;
}
.page-learn .child-page-content-list__legascy2020 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.page-learn .child-page-content-list__legascy2020 > li {
	margin-bottom: 10px;
}

/*-----------------------------
	東京2020大会の軌跡 legacy2020
------------------------------*/
.page-legacy2020 {

}
.legacy2020-description {
	font-size: 95%;
	margin-bottom: 40px;
}

/*-----------------------------
	おもてなし語学ボランティア omotenashi
------------------------------*/
.omotenashi-img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.omotenashi-img-list > li {
	margin: 0 3%;
	width: 44%;
}

/*-----------------------------
	関連リンク page-link
------------------------------*/
.page-link .page-body h3 {
	font-size: 120%;
}
.page-link .link-list {
}
.page-link .link-list-item {
	padding: 20px 0;
	display: block;
}
.page-link .link-list-item:last-child {
}
.page-link .link-list-item__content {
	width: auto;
	padding-right: 0;
	margin-bottom: 15px;
}
.page-link .link-list-item__img {
	width: auto;
}
.page-link .link-list-item__description {
	font-size: 95%;
	margin-top: 10px;
}


.form-violation {
}
.form-violation .form-violation-title {
	font-size: 150%;
	margin-bottom: 10px;
}
.form-violation .form-table {
}
.form-violation .form-table tr {
	margin-bottom: 0;
}
.form-violation .form-table th {
	margin-bottom: 0;
	padding: 15px 0 10px;
}
.form-violation .form-table td {
	padding: 0 0 15px;
}
.form-item__search-story-group .ajax-search-story-group-btn {
	margin-top: 0;
	margin-left: 10px;
	width: 80px;
}
.form-item__search-story-group #search_story_group {
	width: calc(100% - 90px);
}
#result-search-story-group__input {
	width: calc(100% - 92px);
}

/*-----------------------------
	賞品交換 page-prize
------------------------------*/
.prize-hold-title {
	line-height: 1.4;
}
.prize-hold-title .text {
	font-size: 100%;
	letter-spacing: 0;
	bottom: -2px;
}
.prize-hold-title .text-back {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 10px 0 20px;
}
.prize-hold-title .text-back:before {
	transform: skewX(-30deg);
}
.prize-hold-title:before {
	transform: skewX(-30deg);
}
.page-prize #main h2,
.page-prize #main .h2 {
	padding-left: 10px;
	border-left: solid 8px #D9EDEC;
	font-size: 100%;
}
.page-prize #main .h2--prize-list {
	margin: 55px 0 10px;
}
.page-prize #main .h2--type-normal {
	font-size: 115%;
}
.prize-item {
	display: block;
}
.prize-item__image {
	width: auto;
	margin-bottom: 10px;
}
.prize-item__content {
	width: auto;
	padding-left: 0;
}
.radio-prize-item__image {
	width: auto;
}
.check-prize-caution-message {
    padding: 15px;
    margin: 0 0 15px;
}
.check-prize-note-message {
	padding: 15px;
	margin: 0 0 15px;
}
.check-prize-title {
	text-align: left;
	margin-left: 0;
}
.prize-user-rank {
	display: block;
	margin: 5px 0;
}
.prize-user-rank__point {
	width: auto;
	text-align: left;
	padding-top: 0;
	margin-bottom: 5px;
}
.prize-user-rank__rank {
	width: auto;
}

/** DEV_MIXVO-716 2_「あなたにおすすめの募集情報・団体紹介」の後に説明文を追加 */
.front-section-title-box .my_page_description {
	margin: 10px 0 5px;
	display: inline-block;
	font-size: 14px;
}

.filter-box .filter-box-left .my_page_description {
	margin: 5px 0;
	font-size: 10px;
}
