/*-----------------------------
	BASE
------------------------------*/
.pc {
	display: none !important;
}

body .sp {
	display: inherit;
}

body {
	font-size: 93.75%;
}

p {
	margin-bottom: 25px;
}

/*-----------------------------
	基本レイアウト
------------------------------*/
#container {
	min-width: 320px;
	padding-top: 65px;
}

#wrap {
	padding-top: 20px;
	padding-bottom: 0;
}

#header {
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #FFDE68;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
}

.content-range {
	width: auto;
	margin: 0 auto;
	padding: 0 12.5px;
}

#sidebar {
	width: auto;
	padding-left: 0;
	margin-top: 60px;
	float: none;
}

#main {
	width: auto;
	float: none;
}

#kuzu {
	font-size: 68.75%;
}

/*-----------------------------
	hタグ h1 h2 h3
------------------------------*/
h1,
.h1 {
	font-size: 131.25%;
}

.h2__border {
	font-size: 106.25%;
}

/*-----------------------------
	header ヘッダー
------------------------------*/
#header .content-range {
	display: block;
}

#head-logo {
	width: 230px;
	position: relative;
}

#head-logo img {
	display: block;
}

#head-logo .provider {
	position: absolute;
	font-size: 62.5%;
	margin: 0;
	top: -1px;
	left: 138px;
}

#head-logo .provider i {
	width: 12px;
	padding-right: 3px;
}

#head-logo .provider img {
	width: 44px;
	position: relative;
	top: 3px;
}

/* ハンバーガーメニュー */
.hamburger-menu {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100vh;
	padding: 40px 40px 80px 15px;
	box-sizing: border-box;
	background-color: #FFFBF0;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}

.hamburger {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300;
}

.hamburger__line {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 30px;
	height: 3px;
	background-color: #333;
	transition: all .6s;
	border-radius: 2px;
}

.hamburger__line--1 {
	top: 20px;
}

.hamburger__line--2 {
	top: 30px;
}

.hamburger__line--3 {
	top: 40px;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

.nav-open .hamburger-menu {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 30px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
}

.hamburger-menu .menu-global-navi {
	padding: 20px 0 30px;
	margin: 0 20px 30px;
	border-bottom: 1px solid #F5E8C5;
}

.hamburger-menu .menu-global-navi>li {
	margin-bottom: 5px;
}

.hamburger-menu .menu-global-navi>li:last-child {
	margin-bottom: 0;
}

.hamburger-menu .menu-global-navi>li a,
.hamburger-menu .menu-global-navi>li span {
	color: #333;
	display: flex;
	align-items: center;
	position: relative;
	text-align: left;
	line-height: 1.3;
}

.hamburger-menu .menu-global-navi>li i {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.hamburger-menu .menu-global-navi>li i img {
	width: 40px;
}

.hamburger-menu .menu-global-navi>li ul {
	margin-top: 10px;
	margin-left: 50px;
}

.hamburger-menu .menu-global-navi>li ul li {
	font-size: 87.5%;
	margin-bottom: 18px;
}

.accordion_trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: transparent transparent #ccc #ccc;
	transform: rotate(-45deg);
	right: 6px;
	top: 9px;
	border-radius: 2px;
}

.accordion_trigger.active:after {
	border-color: #ccc #ccc transparent transparent;
	top: 18px;
}

.hamburger-menu .pr {
	margin: 0 20px 15px;
}

.hamburger-menu .pr dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hamburger-menu .pr dt {
	width: 90px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #FF8F3E;
	border-radius: 40px;
	font-size: 68.75%;
	letter-spacing: 0.5px;
}

.hamburger-menu .pr dt .key {
	font-size: 87.5%;
	font-weight: bold;
	color: #FF8F3E;
}

.hamburger-menu .pr dd {
	width: calc(100% - 102px);
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 75%;
	line-height: 1.5;
}

.hamburger-menu .login-btn-list {
	margin: 0 20px;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.hamburger-menu .login-btn-list li {
	width: 100%;
	padding-bottom: 10px;
}

.hamburger-menu .login-btn-list li a {
	display: block;
	text-align: center;
	border: solid 2px #FF8F3E;
	border-radius: 5px;
	padding: 15px 0;
	font-weight: bold;
}

.hamburger-menu .login-btn-list li.regist a {
	color: #fff;
	background-color: #FF8F3E;
}

/* モーダル検索 */
.modal_wrap__search>input {
	display: none;
}

.modal_overlay__search {
	display: block;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_wrap__search input:checked~.modal_overlay__search {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

#head-search .search {
	position: absolute;
	right: 55px;
	top: 10px;
}

#head-search .search i {
	font-size: 218.75%;
}

#head-search .modal_content {
	width: 90%;
	padding: 60px 15px 40px;
	margin-left: 5%;
	margin-top: 20%;
}

#head-search .searchform .s {
	width: 90%;
	border: none;
	color: #555;
	font-size: 87.5%;
	border-bottom: solid 1px #FF8F3E;
	padding: 8px 4px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	background: none;
	border-radius: 0;
}

#head-search #searchsubmit {
	margin: 15px auto 0;
	border-radius: 8px;
	background-color: #FF8F3E;
	color: #fff;
	width: 200px;
	font-size: 87.5%;
	padding: 5px 10px 4px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	border: none;
}

#head-search .searchform #search-input {
	background-color: #ebf2fa;
	border: none;
	border-radius: 5px;
	padding: 14px 25px 14px 12px;
	font-size: 81.25%;
	width: 235px;
	box-sizing: border-box;
	margin-right: -21px;
}

#head-search .searchform #search-submit {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ff657e;
	color: #fff;
	border: none;
	position: relative;
}

#head-search .searchform #search-submit i {
	font-size: 187.5%;
	position: relative;
	top: 1px;
}

#head-search .searchform #search-submit:hover {
	opacity: 0.7;
}

#header .metro-link-wrap {
	margin-top: 15px;
	text-align: center;
}

#header .metro-link {
	color: #777;
	text-decoration: underline;
}

/*-----------------------------------
	kuzu breadcrumb パンくず
------------------------------------*/
#breadcrumb {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#breadcrumb li {
	float: none;
	display: inline-block;
	margin-right: 8px;
}

/*-----------------------------
	sidebar サイドバー
------------------------------*/
#sidebar .item-box-wrap .more-btn {
	padding: 15px;
}

#sidebar .banner-list li {
	max-width: 300px;
	margin: 0 auto 30px;
}

/*-----------------------------
	footer フッター
------------------------------*/
#footer {}

#footer.has-fixed-footer {
	padding-bottom: 98px;
}

#footer-ad .banner-list li {
	width: 50%;
}

#footer-main-top {
	text-align: center;
}

#footer-logo {
	display: block;
}

#footer-logo a,
#footer-logo img {
	display: inline-block;
}

#footer-sns {
	margin-left: 0;
}

#footer-main {
	padding-left: 20px;
	padding-right: 20px;
}

#footer-main-middle {}

#footer-main-middle .menu-global-navi {
	display: block;
}

#footer-main-middle .menu-global-navi>li {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 100%;
	width: auto;
}

#footer-main-middle .menu-global-navi>li>span {
	font-weight: bold;
	color: #333;
}

#footer-main-middle .menu-global-navi>li ul {
	font-size: 87.5%;
	margin-left: 25px;
	max-width: none;
}

#footer-main-bottom {
	display: block;
}

#footer-main-bottom .policy-list {
	text-align: center;
	margin-bottom: 10px;
}

#footer-main-bottom .policy-list li {
	display: inline-block;
}

#footer-main-bottom .policy-list li:last-child:after {
	display: none;
}

#copyright .copy {
	font-size: 62.5%;
}

#fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 1000;
}

#fixed-footer .pr {
	background-color: #FFF6DE;
	padding: 5px 20px 10px;
	text-align: center;
}

#fixed-footer .pr .text {
	margin-bottom: 8px;
	font-size: 87.5%;
	letter-spacing: 0;
}

#fixed-footer .pr i {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#fixed-footer .btn-create-topic {
	display: block;
	text-align: center;
	padding: 10px 0;
	height: 50px;
	box-sizing: border-box;
	border-radius: 3px;
}

#fixed-footer .btn-create-topic:before {
	top: 15px;
	left: calc(50% - 9em);
}

#pagetop {
	position: fixed;
	width: 20px;
	height: 20px;
	right: 10px;
	bottom: 110px;
	z-index: 100;
}

#pagetop.pagetop_logged_in {
	bottom: 10px;
}

#pagetop a {
	display: block;
	position: relative;
}

#pagetop a:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border: 3px solid #FDCB18;
	background-color: #fff;
	border-radius: 50%;
	top: calc(50% - 18px);
	right: 0;
}

#pagetop a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 3px #FDCB18;
	border-right: solid 3px #FDCB18;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: calc(50% - 4px);
	right: 12px;
}

/*-----------------------------------
	共通コンポーネント
------------------------------------*/
.btn-create-topic {
	display: block;
	text-align: center;
	font-size: 100%;
	padding: 15px 0;
}

.btn-create-topic:before {
	top: 21px;
	left: calc(50% - 8.5em);
}

.article {
	padding: 0;
	border: none;
}

.modal_btn_small .open_button {
	font-size: 93.75%;
	width: 100%;
}

.readmore-wrap {
	position: relative;
	z-index: 0;
}

.readmore-wrap.readmore-wrap__hidden {
	height: 120px;
	overflow-y: hidden;
}

.readmore-wrap .readmore-text {}

.readmore-wrap .readmore-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px 0 10px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

.readmore-wrap .readmore-btn__bg-yellow1 {
	background: linear-gradient(360deg, #FFFAE9 29.41%, rgba(255, 250, 233, 0) 103.55%);
}

.readmore-wrap .readmore-btn__bg-yellow2 {
	background: linear-gradient(360deg, #FFFCF2 29.41%, rgba(255, 250, 233, 0) 103.55%);
}

.readmore-wrap .readmore-btn__bg-white {
	background: linear-gradient(360deg, #FFFFFF 29.41%, rgba(255, 250, 233, 0) 103.55%);
}

.readmore-wrap .readmore-btn__active {
	display: block;
}

.readmore-wrap .readmore-btn span {
	color: #FF8F3E;
	font-weight: bold;
	font-size: 81.25%;
}

.readmore-wrap .readmore-btn span:after {
	content: "》";
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.accordion-button {
	pointer-events: all;
}

.accordion-content {
	display: none;
}

/*
	タブ
*/
.tab__profile {
	overflow-x: auto;
	white-space: nowrap;
}

.tab__profile li {
	margin-right: 2px;
}

.tab__profile li a {
	font-size: 81.25%;
	padding: 13px 20px;
}

.tab__profile li.new:before {
	left: 8px;
}

/*
	qa-list
*/
.qa-list {}

.qa-list>li {}

.qa-list .qa-title {}

.qa-list .accordion-button {
	margin-bottom: 0;
	padding-right: 40px;
}

.qa-list .accordion-button:after {
	position: absolute;
	content: "〉";
	font-size: 156.25%;
	color: #ccc;
	font-weight: normal;
	transform: rotate(90deg);
	right: 0;
	top: calc(50% - 5px);
	line-height: 1;
}

.qa-list .accordion-button.selected:after {
	transform: rotate(-90deg);
	top: calc(50% - 20px);
}

.qa-list .accordion-button+.qa-content {
	margin-top: 10px;
}

/* モーダル */
.modal-content {
	padding: 65px 15px 20px 15px;
	width: 90%;
	font-size: 95%
}

.show-modal-btn {
	padding: 5px 15px;
}

.close-modal-btn {
	top: 10px;
	right: 10px;
	padding: 3px 15px 2px;
}

/*-----------------------------
	ブログ single single-post
------------------------------*/
.single-post .article {
	padding-top: 0;
}

.article-header .cat {
	position: static;
	top: auto;
	left: auto;
}

.article-header .cat a,
.article-header .cat span {
	font-size: 68.75%;
	display: inline-block;
	padding: 10px 15px 10px 35px;
	border-radius: 50px;
}

.article-header .cat a:before,
.article-header .cat span:before {
	left: 15px;
	top: 8px;
}

.article-header-option-wrap {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 10px;
}

.article-header-option {
	position: static;
	right: auto;
	top: auto;
	flex-direction: row-reverse;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.article-header-option .post-status__pending {
	padding-left: 30px;
	background-position: left 10px center;
	margin-left: 10px;
}

.article-edit-tool .article-edit-btn a {
	font-size: 81.25%;
	margin-left: 0;
	padding: 3px 15px;
}

.article-header h1 {
	margin-bottom: 20px;
}

.article-header .article-info {
	font-size: 74%;
	color: #999;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.article-header .article-info .author a {
	color: #777;
}

.article-header .article-info .author a:hover {}

.article-header .article-info .author img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	border: 2.5px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.article-header .article-info .author span {
	width: calc(100% - 36px);
	padding-left: 6px;
}

.article-header .article-info-item .view img {
	width: 16px;
}

.article-header .article-info-item .date img {
	width: 12px;
}

.article-header .article-info-item .date {
	letter-spacing: 0;
}

.article-main {}

.article-main .eyecatch {
	margin-bottom: 30px;
}

.article-main .eyecatch img {
	display: block;
	border-radius: 10px;
}

.single-aside {
	margin-top: 45px;
	padding: 30px 30px 40px;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
	position: relative;
}

.single-aside h4 {
	font-size: 112.5%;
	margin-bottom: 15px;
}

.single-aside h4 i {
	position: relative;
	top: 2px;
	padding-right: 10px;
}

.single-aside h4 .sub {
	float: right;
	color: #777;
	font-size: 87.5%;
	position: relative;
	top: 6px;
}

.single-aside .more-btn {
	text-align: center;
	margin-top: 20px;
}

.single-aside__articles .more-btn {
	margin-top: 35px;
}

.single-aside .more-btn a {
	display: block;
	padding: 15px 0;
	font-size: 87.5%;
	text-align: center;
}

.single-aside .more-btn a:after {
	position: absolute;
	content: "〉";
	font-size: 81.25%;
	top: 15px;
	right: 10px;
	font-weight: bold;
	color: #FF8F3E;
}

.single-aside .more-btn a:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}

/*---------------------------------
	404 error404
--------------------------------*/
.error404-link-list {
	display: block;
}

.error404-link-list li {
	width: auto;
}

.error404-link-list li a {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.error404-link-list li a:after {
	right: 15px;
	top: 22px;
}

/*-----------------------------------
	profile-field mentor-list
------------------------------------*/
.mentor-list>li a {
	padding: 25px 0 40px;
}

.mentor-list .img {
	width: 80px;
}

.mentor-list .img img {
	width: 80px;
	height: 80px;
}

.mentor-list .info {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.mentor-list .soudan-cat dt {
	margin-bottom: 10px;
}

.mentor-list .cat-list li {
	font-size: 60%;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 5px 10px;
}

.mentor-list .more {
	font-size: 68.75%;
	right: 0;
	bottom: 10px;
}

.mentor-list .more:after {
	font-size: 62.5%;
}

.menter-list-item__profile-exp {
	font-size: 85%;
	margin: 5px 0 10px;
}

.profile-field {
	margin-bottom: 15px;
}

.profile-field .img {
	width: 120px;
	text-align: center;
}

.profile-field .img img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.profile-field__member .img {
	width: auto;
	display: block;
	float: none;
}

.profile-field .img .name {
	font-size: 81.25%;
	margin-top: 5px;
}

.profile-field .img .age {
	margin-bottom: 0;
}

.profile-field .img .sns-list {
	margin-top: 5px;
}

.profile-field .result {
	padding-left: 135px;
	margin-bottom: 0;
}

.profile-field .profile {
	padding: 15px 0 0;
	clear: both;
}

.profile-field .result-list {
	display: block;
}

.profile-field .result-list li {
	padding-right: 0;
	margin-bottom: 8px;
	overflow: hidden;
}

.profile-field .result-list li:last-child {
	margin-bottom: 0;
}

.profile-field .result-list li .count {
	float: right;
}

/*
	トップページ
*/
.home #wrap {
	padding-top: 30px;
}

#welcome {
	padding: 10px 0 30px;
	height: auto;
}

#welcome .content-range {
	flex-direction: column-reverse;
	padding: 0;
}

#welcome .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-bottom: -20%;
}

#welcome .img img {
	height: auto;
	object-fit: initial;
	display: block;
}

#welcome .content {
	width: auto;
	padding: 0 12.5px;
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 250, 233, 0.54) 80%, #FFFAE9 0%);
}

#welcome h2 {
	padding-left: 70px;
	font-size: 106.25%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

#welcome h2:before,
#welcome h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: 40px 27px;
}

#welcome h2:before {
	top: 18px;
}

#welcome h2:after {
	top: 28px;
	left: 18px;
}

#welcome .content .description {}

#welcome .content .description p {
	font-size: 93.75%;
	margin-bottom: 20px;
}

#welcome .create-topic {
	display: block;
	text-align: center;
	font-size: 100%;
	padding: 15px 0;
	margin-top: 5px;
}

#welcome .create-topic:before {
	top: 21px;
	left: calc(50% - 8.5em);
}

#info-area {
	margin-bottom: 45px;
}

#info-area .info-box {
	display: block;
	margin: 0;
}

#info-area .info-box-title {
	font-size: 120%;
	width: auto;
	padding-right: 0;
}

#info-area .info-box-content {
	width: auto;
	border-left: none;
	border-top: solid 1px #eaeaea;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}

#info-area .article-list__info {
	margin: 0;
}

#info-area .article-list__info>li {
	margin-bottom: 8px;
}

#info-area .article-list__info>li:last-child {
	margin-bottom: 0;
}

#info-area .post-title {}

#info-area .post-title:before {
	width: 100px;
	height: 28px;
}

#info-area .post-title:after {
	top: calc(50% - 2px);
	right: 0;
}

#info-area a:hover .post-title:after {}

#info-area .info-more-link-wrap {
	margin-top: 15px;
}

#info-area .info-more-link {
	padding-right: 35px;
	font-size: 90%;
}

#info-area .info-more-link:after {
	top: calc(50% - 4px);
	right: 0;
}

.home .forum-icon-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.home .forum-icon-list li {
	width: calc(100% / 4);
	padding: 1.5%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 15px;
}

.home .forum-icon-list li a {
	color: #333;
}

.home .forum-icon-list li i {
	max-width: 60px;
	display: block;
	margin: 0 auto;
}

.home .forum-icon-list li i img {
	display: block;
}

.home .forum-icon-list li span {
	font-size: 68.75%;
	letter-spacing: 0;
	display: block;
	line-height: 1.25;
	margin-top: 5px;
}

.front-forum-list {
	display: block;
}

.front-forum-list li.forum {
	width: auto;
	padding-right: 0;
}

.front-forum-list li.forum h2 {
	font-size: 125%;
}

.front-forum-list li.forum .title {
	padding: 10px 0 10px 70px;
	text-align: left;
	font-weight: bold;
}

.front-forum-list li.forum .title i {
	top: -10px;
	left: 10px;
}

.front-forum-list li.forum .title i img {
	left: 4px;
}

#mentor-area .mentor-list__home {
	display: block;
}

#mentor-area .mentor-list__home li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	box-sizing: border-box;
}

#mentor-area .mentor-list__home li:nth-child(odd) {
	padding-right: 5%;
}

#mentor-area .mentor-list__home li:nth-child(even) {
	padding-left: 5%;
}

#mentor-area h2,
#column-area h2 {
	padding: 15px;
}

#column-area h2 .sub {
	display: block;
	font-size: 68.75%;
	position: relative;
	top: 0;
	margin-top: 10px;
	color: #777;
	float: none;
}

.page-mentor .interview-link {
	top: 14px;
}

.page-mentor .interview-link a {
	font-size: 68.75%;
	letter-spacing: 0;
}

.page-mentor .interview-link a:after {
	font-size: 62.5%;
}

.mentor-blog-field {
	margin-top: 20px;
	margin-bottom: 10px;
	flex-direction: column-reverse;
}

.mentor-blog-field .create-blog-btn {
	text-align: center;
	padding: 10px 70px;
	margin: 0 0 25px;
}

/*---------------------------------
	ブログ article-list article-list-box
--------------------------------*/
.article-list>li a {
	padding-left: 0;
	padding-right: 0;
}

.article-list>li:first-child {
	border-top: solid 1px #ddd;
}

.article-list .img {
	width: 100px;
}

.article-list .img img {
	width: 100px;
	height: 100px;
}

.article-list li .content {
	width: calc(100% - 100px);
	padding-right: 15px;
}

.article-list li .content .title {
	font-size: 93.75%;
	line-height: 1.5;
}

.article-list li .content .text {
	height: 3em;
	font-size: 75%;
	overflow: hidden;
}

.article-list li .content .date {
	font-size: 68.75%;
	line-height: 1;
}

.article-list__box {
	display: block;
}

.article-list__box>li {
	width: auto;
}

.article-list__box>li a {
	display: flex;
	flex-wrap: wrap;
}

.article-list__box .img {
	width: 35%;
}

.article-list__box .img img {
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.article-list__box .content {
	width: calc(100% - 35%);
	padding: 10px;
	min-height: 120px;
	box-sizing: border-box;
}

.article-list__box .author {
	position: static;
	margin-bottom: 5px;
}

.article-list__box .author-name {
	padding: 0;
	min-width: auto;
}

/*---------------------------------
	お知らせ一覧 article-list__info
--------------------------------*/
.article-list__info {
	margin: 20px 0;
}

.article-list__info>li {
	margin-bottom: 20px;
}

.article-list__info>li:last-child {
	margin-bottom: 0;
}

.article-list__info>li>a {
	display: block;
}

.article-list__info a:hover {}

.article-list__info .post-info {
	width: auto;
	display: block;
	text-align: left;
}

.article-list__info .post-title {
	width: auto;
	padding-left: 0;
	padding-top: 5px;
}

.article-list__info .post-info .date {
	width: auto;
}

/*---------------------------------
	メンターカフェについて page-about
--------------------------------*/
.about-ranking {
	display: block;
	margin: 0 5%;
}

.about-ranking-item {
	width: auto;
}

.modal_content {
	width: 90%;
	padding: 60px 15px 40px;
	margin-left: 5%;
	margin-top: 20%;
}

.wpulike {
	float: none;
}

/*
	form フォーム共通
*/
.form-field {
	padding: 0;
	background: none;
	border: none;
}

.form-field h2 span {
	background-color: #fff;
}

.form-item .select-icon-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form-item .select-icon-wrap i {
	width: 25px;
	margin-right: 10px;
}

.form-item .select-icon-wrap select {
	width: calc(100% - 35px);
}

.form-item-wrap__category {
	display: block;
}

.form-item-wrap__category .form-item {
	padding-right: 0;
}

.form-item .check-list li {
	width: calc(100% / 2);
}

.form-item input[type="checkbox"]+label {
	font-size: 81.25%;
}

.form-contact-lead {
	text-align: left;
}

.form button[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	padding: 15px 0;
	font-size: 87.5%;
}

.form-item .avatar-radio-item {
	width: calc(100% / 3);
	flex-wrap: wrap;
}

.form-item .avatar-radio-item input[type="radio"] {
	margin-right: 12px;
	transform: scale(1.2);
}

.form-item .avatar-radio-item img {
	width: 60px;
}

.form-contact-lead {
	margin: 10px 0 40px;
	text-align: center;
}

.formError .formErrorContent {
	max-width: 300px;
}

.form-item--topic-answer-request .check-list--one-column {
	margin: 0;
}

.form-item .check-list--one-column li {
	width: 100%;
}

/*-----------------------------
	いいね 共感 wp-like
------------------------------*/
.wp-like {
	float: none;
	text-align: center;
	position: static;
}

.wp-like .like-btn {
	text-align: center;
	padding: 55px 0 0 0;
	;
}

.wp-like .like-btn:before {
	top: 0;
	left: calc(50% - 24px);
}

.wp-like .like-label {
	display: block;
	font-size: 68.75%;
	color: #777;
}

.wp-like .count-box {
	display: block;
	font-size: 112.5%;
	margin-top: 2px;
}

/*-----------------------------
	参考になった wp-bookmark
------------------------------*/
.wp-bookmark {}

.wp-bookmark .bookmark-btn {
	font-size: 75%;
	padding-left: 26px;
}

.wp-bookmark .bookmark-btn:before {
	background-size: 19px 18px;
	width: 19px;
	height: 18px;
	top: -2px;
}

.wp-bookmark .count-box {
	font-size: 62.5%;
}

/*-----------------------------
	著者情報 author-info
------------------------------*/
.article-aside-author {}

.article-aside-author-item dt {
	font-size: 100%;
	margin-bottom: 25px;
	text-align: center;
	padding-right: 10px;
}

.article-aside-author-item dt i {}

.article-aside-author-item dd {}

.article-aside-author-item-main {
	display: block;
}

.article-aside-author-item-main .img {
	width: auto;
	text-align: center;
}

.article-aside-author-item-main .img img {
	width: 90px;
	height: 90px;
}

.article-aside-author-item-main .name {
	font-size: 93.75%;
}

.article-aside-author-item-main .author-sub {
	margin-bottom: 15px;
}

.article-aside-author-item-main .content {
	width: auto;
	padding-left: 0;
}

.article-aside-author-item-main .heading {
	margin-bottom: 15px;
}

.article-aside-author-item .more-btn {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.article-aside-author-item .more-btn a {
	display: block;
	padding: 10px 0;
	font-size: 75%;
	box-sizing: border-box;
}

.article-aside-author-item .double-btn a {
	width: 49%;
	margin: 0;
}

/*
	
	bbpress

*/
.pagination {
	font-size: 75%;
}

.topic-info {
	font-size: 68.75%;
}

.edit-tool {
	font-size: 68.75%;
	margin-bottom: 20px;
}

/*
	filter
*/
#topic-filter {
	margin: 10px 0 35px;
}

.filter-list {
	display: block;
}

.filter-list__sp-center {
	text-align: center;
}

.filter-list li {
	padding-right: 0;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.filter-list li.inline {
	display: inline-block;
}

.filter-list li.checkbox-list {
	display: inline-block;
	margin-top: 5px;
}

.filter-list li i {
	padding-right: 5px;
	width: 40px;
	box-sizing: border-box;
}

.filter-list li select {
	width: calc(100% - 40px);
}

.filter-list #filter-resolved+label {
	margin-left: 40px;
}

/*
	single-forum
*/
.single-forum .create-post-btn a {
	display: block;
	font-size: 100%;
	padding: 12px 0;
	text-align: center;
}

/*
	single-topic
*/
.single-topic .flg-login-topic {
	padding-top: 0;
	padding-left: 0;
	line-height: 1.5;
}

.single-topic .flg-login-topic--has-resolved {
	padding-top: 30px;
}

.single-topic h2 .sub,
.single-topic .h2 .sub {
	float: none;
	display: block;
	margin-bottom: 25px;
}

.single-topic .topic-header-content {
	padding-left: 15px;
}

.single-topic .topic-header-content h1 {
	font-size: 106.25%;
}

.single-topic .topic-header .topic-header-img {
	width: 70px;
}

.single-topic .topic-header .topic-header-img img {
	width: 70px;
	height: 70px;
}

.single-topic .topic-header .topic-header-img .name {
	font-size: 62.5%;
}

.single-topic .topic-header-content {
	width: calc(100% - 70px);
	padding-left: 20px;
}

.single-topic .topic-header-content .author-info {
	font-size: 68.75%;
}

.single-topic .topic-area .sns-list {
	position: inherit;
	top: auto;
	left: auto;
	margin: 40px 0 -30px;
	text-align: center;
}

.single-topic .topic-area .sns-list li {
	display: inline-block;
}

.single-topic .topic-answer-request {
	padding: 15px;
	font-size: 75%;
	display: block;
	;
}

.single-topic .topic-answer-request dt {
	width: auto;
	margin-bottom: 8px;
}

.single-topic .topic-answer-request dd {
	width: auto;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 1.65;
}

.single-topic .topic-footer {
	margin-top: 40px;
	min-height: auto;
}

.bbp-replies .reply-header .name {
	font-size: 93.75%;
	letter-spacing: 0;
}

.single-topic .resolved {
	background: none;
	padding: 0;
	top: 3px;
}

.single-topic .bbp-replies .resolved {
	position: static;
	margin-bottom: 15px;
}

.single-topic .bbp-replies .resolved span {
	top: 0;
	left: 0;
}

.single-topic .resolved span {
	display: inline-block;
	font-size: 75%;
	color: #f90;
	background-color: #FFFBEF;
	border: 1px solid #f90;
	box-sizing: border-box;
	border-radius: 33px;
	line-height: 1;
	padding: 4px 12px 4px 30px;
	position: relative;
	left: 0;
	top: -8px;
	transform: none;
}

.single-topic .resolved span:after {
	content: "";
	display: block;
	width: 11px;
	height: 6px;
	box-sizing: border-box;
	border-bottom: 1.5px solid #FF8F3E;
	border-left: 1.5px solid #FF8F3E;
	position: absolute;
	top: 7px;
	left: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translateY(-50%);
}

.single-topic h2,
.single-topic .h2 {
	font-size: 112.5%;
}

.single-topic .reply-area .bbp-threaded-replies {
	margin-top: 25px;
}

.single-topic .reply-area .reply-nest-list li {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.single-aside {
	margin-top: 60px;
	padding: 0;
	border-top: none;
	box-shadow: none;
}

.single-aside .more-btn {
	margin-top: 20px;
}

.single-topic .related-topic-list {
	display: block;
	margin-top: 10px;
}

.single-topic .related-topic-list li {
	width: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}

.single-topic .related-topic-list li:last-child {
	border-bottom: none;
}

.single-topic .related-topic-list li .img {
	width: 50px;
}

.single-topic .related-topic-list li .img img {
	width: 50px;
	height: 50px;
}

.single-topic .related-topic-list li .content {
	width: calc(100% - 50px);
}

.single-topic .topic-aside .more-btn {
	margin-top: 30px;
}

.single-topic .reply-area .bbp-threaded-replies li {
	padding: 20px 12.5px 10px;
	width: 100%;
}

.modal_btn__reply {
	margin-top: 15px;
}

.modal_btn__reply .open_button {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.single-topic .topic-footer .replied-message {
	width: auto;
}

.form button[type="submit"].submit-btn--has-draft-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	padding: 15px 0;
	font-size: 87.5%;
}

#save-draft-reply-btn {
	position: absolute;
	left: 15px;
	bottom: 100px;
	width: calc(100% - 30px);
	display: block;
	padding: 15px 0;
	font-size: 87.5%;
	background: #fff;
	border: solid 2px #FF8F3E;
	color: #FF8F3E;
	border-radius: 5px;
}

/*
	bbp-topics
*/
.bbp-topics>li:after {
	display: none;
}

.bbp-topics>li>a,
.bbp-topics>li>.topic-wrap {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
}

.bbp-topics>li.has-status-mark>a {
	padding-top: 40px;
}

.bbp-topics .topic-status {
	position: initial;
	text-align: right;
	margin-top: 15px;
}

.bbp-topics>li .content .title {
	font-size: 93.75%;
}

.bbp-topics>li .content .text {
	font-size: 75%;
}

.bbp-topics>p.topic-info {
	font-size: 62.5%;
	position: absolute;
	left: 0;
	bottom: 12px;
}

.bbp-topics>li .more {
	font-size: 75%;
}

.bbp-topics>li .more:after {
	font-size: 68.75%;
}

.bbp-topics .resolved {
	top: 25px;
}

.bbp-topics .img {
	width: 70px;
}

.bbp-topics .img img {
	width: 70px;
	height: 70px;
}

.bbp-topics .img .name {
	font-size: 62.5%;
}

.bbp-topics .content {
	padding-left: 15px;
	width: calc(100% - 70px);
}

.bbp-topics .content .author {
	font-size: 75%;
}

.bbp-topics .named {
	top: 4px;
}

.bbp-topics .named span {
	font-size: 75%;
	padding: 4px 15px;
}

.bbp-topics .resolved span {
	top: -20px;
}

.bbp-topics .status {
	font-size: 68.75%;
	display: block;
}

.bbp-topics .status-item {
	margin-bottom: 5px;
}

.bbp-topics .status .named-mentor {
	margin-left: 0;
}

.bbp-topics .mentor-icon-list {
	display: flex;
	margin-left: 5px;
}

.bbp-topics .mentor-icon-list li {
	display: inline-block;
	width: 25px;
	margin-right: -8px;
}

.bbp-topics .mentor-icon-list li img {
	width: 25px;
	height: 25px;
	object-fit: cover;
	border-radius: 50%;
}

.bbp-topics .mentor-icon-list li.nobody {
	font-size: 62.5%;
	padding: 4px 12px;
}

.bbp-topics .mentor-activity-list {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 81.25%;
}

.bbp-topics .mentor-activity-list li {
	display: inline-block;
	margin-right: 5px;
}

.bbp-topics .mentor-activity-list li:last-child {
	margin-right: 0;
}

.bbp-topics .mentor-activity-list li a {
	color: #333;
}

.bbp-topics .mentor-activity-list li a:hover {
	opacity: 0.5;
}

.bbp-topics .mentor-activity-list li:after {
	content: "〉";
	font-size: 75%;
	font-weight: bold;
	color: #FF8F3E;
	padding-left: 5px;
	position: relative;
}

/*
	bbp-replies
*/
.bbp-replies>li {
	padding: 20px 12.5px;
}

.bbp-replies>li.has-reply-footer__bookmark {
	padding-bottom: 55px;
}

.bbp-replies>li.has-reply-footer__resolve,
.bbp-replies>li.has-reply-footer__reply-to {
	padding-bottom: 70px;
}

.bbp-replies>li.has-reply-footer__bookmark.has-reply-footer__resolve,
.bbp-replies>li.has-reply-footer__bookmark.has-reply-footer__reply-to {
	padding-bottom: 135px;
}

.bbp-replies>li.has-reply-footer__resolve.has-reply-footer__reply-to {
	padding-bottom: 145px;
}

.bbp-replies>li.has-reply-footer__bookmark.has-reply-footer__resolve.has-reply-footer__reply-to {
	padding-bottom: 190px;
}

.bbp-replies .date {
	font-size: 62.5%;
	letter-spacing: 1px;
}

.reply-header .date i {
	display: none;
}

.reply-header .edit-tool {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.reply-header .edit-tool a {
	display: flex;
	align-items: center;
	font-size: 62.5%;
}

.reply-header .edit-tool i {
	top: 0;
	padding-right: 4px;
}

.reply-header .edit-tool i.material-icons {
	padding-right: 3px;
}

.reply-header .edit-tool a:before {
	top: 0;
}

.bbp-replies .replay-header .reply-info {
	font-size: 62.5%;
}

.bbp-replies .replay-header .replay-author-name {
	font-size: 100%;
}

.bbp-replies .replay-header .role {
	font-size: 62.5%;
}

.bbp-replies .reply-bottom {
	margin-top: 30px;
}

.reply-footer {
	width: calc(100% - 30px);
}

.bbp-replies .mentor-btn-list {
	float: none;
	margin-top: 0;
}

.bbp-replies .mentor-btn-list li {
	display: block;
	margin: 0 0 10px;
}

.bbp-replies .mentor-btn-list li:last-child {
	margin-bottom: 0;
}

.bbp-replies .mentor-btn-list li a {
	padding: 12px 0;
	font-size: 93.75%;
	text-align: center;
}

.bbp-replies .mentor-btn-list li .btn-wrap {
	padding: 10px 0;
	text-align: center;
}

.bbp-replies .reply-main {
	position: relative;
	overflow: hidden;
}

.bbp-replies .readmore-btn__open {
	background: linear-gradient(360deg, #FFFCF2 29.41%, rgba(255, 250, 233, 0) 103.55%);
}

.bbp-replies .bbp-threaded-replies .readmore-btn__open {
	background: linear-gradient(360deg, #FFFFFF 29.41%, rgba(255, 250, 233, 0) 103.55%);
}

.reply-main-author .role {
	padding: 5px;
}

.reply-main-author .content {
	padding-left: 12px;
}

.reply-main-author .reply-info {
	font-size: 68.75%;
}

.reply-main-author .name {
	font-size: 93.75%;
}

.reply-main-author .age,
.reply-main-author .sex {
	font-size: 68.75%;
}

.reply-main-author .age {
	margin-left: 5px;
}

.reply-main-author .sex {
	margin-left: 2px;
}

/*
	bbp-user-page
*/
.bbp-user-page h1 i {
	margin-right: 5px;
	top: 15px;
}

.bbp-user-page .last-login {
	font-size: 62.5%;
}

.bbp-user-page .mypage-wrap .mentor-option-link {
	position: static;
	width: auto;
	margin-bottom: 10px;
}

.bbp-user-page .mypage-wrap .mentor-option-link li {
	padding-right: 10px;
}

.bbp-user-page .mypage-wrap .mentor-option-link a {
	font-size: 62.5%;
}

.bbp-user-page .mypage-wrap .mentor-option-link a:last-of-type {
	margin-bottom: 0;
}

.bbp-user-page .mypage-btn-wrap {
	margin-left: 0;
}

.bbp-user-page .mypage-btn-wrap .edit-btn {
	float: none;
	display: block;
}

.bbp-user-page .mypage-btn-wrap .edit-btn a {
	display: block;
}

.bbp-user-page .edit-btn span,
.bbp-user-page .close-btn span,
.bbp-user-page .withdraw-btn {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.bbp-user-page .mypage-btn-wrap .withdraw-btn {
	float: none;
	text-align: center;
	margin-top: 15px;
}

#edit-user-field {
	padding: 10px 0 0;
}

.mypage-info {
	padding: 8px;
	margin-bottom: 25px;
	border-radius: 8px;
}

.mypage-info__title {
	padding-bottom: 4px;
	text-align: center;
	letter-spacing: 0;
	width: 65px;
	font-size: 83.75%;
	padding-right: 8px;
	box-sizing: border-box;
}

.mypage-info__content {
	padding: 12px 8px;
	width: calc(100% - 65px);
	box-sizing: border-box;
}

.mypage-info-list {
	font-size: 81.25%;
	margin-bottom: 0;
}

.mypage-info-list-item {}

.mypage-info-list-item:last-child {
	margin-bottom: 0;
}

.mypage-info-list-item a {}

.mypage-info-list-item__date {
	font-size: 62.5%;
	padding: 1px 0;
	width: 35px;
	top: 2px;
}

.mypage-info-list-item__date--pr {
	letter-spacing: 2px;
	padding-left: 2px;
}

.mypage-info-list-item__title {
	width: calc(100% - 35px);
	padding-left: 6px;
	letter-spacing: 0;
}

.mypage-info-list-item__title-btn {
	font-size: 100%;
	text-align: left;
}

.mypage-info-list-item__description {
	font-size: 85%;
	margin: 5px 0 10px;
}

/*-----------------------------
	アンケート questionnaire	
------------------------------*/
#questionnaire-overlay {}

#questionnaire-overlay-content {
	width: 90%;
	margin: 100px auto;
}

.form-questionnaire {
	background-color: #fff;
	padding: 30px 15px;
}

.form-questionnaire .form-item {
	margin-bottom: 0;
}

.form-questionnaire .form-item select {
	width: 100%;
}

.questionnaire-title {
	font-size: 150%;
	margin-bottom: 35px;
}

.questionnaire-confirm-message {
	font-size: 100%;
	margin-bottom: 40px;
}

.form-questionnaire .double-btn {
	text-align: center;
}

.form-questionnaire .double-btn .btn-submit {
	display: block;
	width: 100%;
	margin: 0 0 15px;
	box-sizing: border-box;
}

.form-questionnaire .double-btn .btn-submit:last-of-type {
	margin-bottom: 0;
}

.questionnaire-list {
	counter-reset: item;
}

.questionnaire-list>li {
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}

.questionnaire-list>li:first-child {
	padding-top: 0;
}

.questionnaire-list>li:last-child {
	border-bottom: none;
}

.questionnaire-heading {
	font-size: 100%;
}

.questionnaire-heading span {
	font-size: 81.25%;
	padding: 2px 10px;
}

.questionnaire-description {
	font-size: 81.25%;
}

.questionnaire-list .form-item .check-list {
	display: block;
}

.questionnaire-list .form-item .check-list li {
	width: 100%;
	margin: 0 0 22px;
}