@charset "utf-8";

/*
Theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
Version： 3.0.0
*/

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;

	opacity: 1;
}
a:hover{
	opacity: 0.6;
	transition: 0.6s!important;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;/*フォントの指定*/
  line-height: 1.4;/*行間の指定*/
  margin: 0;
  padding: 0;
  color: #333;/*サイトのデフォルトとなる文字の色を指定*/
  background-color: #fdfcfa;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}
ul,li{
	list-style: none;
}
/*共通*/
.bbp-template-notice{
	display: none;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author{
	float: none;
	width: 40px;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    padding: 12px;
	font-size: 16px;
	line-height: 1.6;
    text-align: left;
    position: relative;
	margin-left: 0;
	padding: 0;
	margin-bottom: 25px;
}
p.form-allowed-tags {
  display: none;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header,#bbpress-forums div.odd, #bbpress-forums ul.odd{
	background-color: unset;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    border: none;
    max-width: 80px;
    padding: 0;
    margin: 0;
    float: none;
}
div.bbp-forum-header, div.bbp-topic-header, li.bbp-body div.hentry{
	padding: 0;
}
div.bbp-reply-header{
	padding: 0 0 0 12px;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header{
	border: none;
}
#bbpress-forums div.bbp-reply-author img.avatar{
	border-radius: 50%;
}
#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics{
	border: none;
}
.entry-title{
	font-size: 22px;
}
.replys{
	margin-top: 25px;
	border-bottom: none;
}
.reply-info{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#bbpress-forums div.bbp-reply-content{
	margin-bottom: 0!important;
}
.bbp-reply-author-name{
	font-size: 16px;
}
.bbp-reply-author-name span{
	font-size: 12px;

}
.bbp-reply-header {
    width: calc(100% - 40px);
    box-sizing: border-box;
}
.attend-ttl{
	text-align: center;
	padding: 11px!important;
	line-height: 1.5;
	border-radius: 10px;
	background-color: #e67373;
	color: #fff;
	font-size: 17px;
    font-weight: 700;
	margin: 20px 0!important;
}
.attend-btn{
    margin-top: 45px;
    margin-bottom: 60px;
    text-align: center;
}
.attend-btn a {
    width: 240px;
    padding: 11px 20px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 40px;
    border: solid 1px #e67373!important;
    line-height: 1.5;
	font-size: 17px;
    font-weight: 700;
	color: #e67373;
}
.attend-ex{
	font-size: 16px;
	margin-bottom: 30px;
}
.attend-ex a{
	color: #e67373;
}
.topic-item{
	display: flex;
	margin-bottom: 25px;
	border-bottom: solid 1px #eeeeee;
}
.forum-topics .bbp-topic-permalink{
	font-size: 18px;
	font-weight: 600;
}
.bbp-topic-started-by{
	width: 40px;
}
.bbp-topic-started-by img{
	border-radius: 50%;
}
.forum-topics{
	 width: calc(100% - 40px);
    box-sizing: border-box;
	padding-left: 12px;
}
.regist-form{
	background-color: #f6fbf9;
	        padding: 35px 50px;
        border-radius: 10px;
}
.wpum-form fieldset label{
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.login-ex{
	font-size: 12px;
	margin-bottom: 5px;
}
.wpum-form fieldset input.input-email, .wpum-form fieldset input.input-text, .wpum-form fieldset select, .wpum-form fieldset textarea{
	width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border: 2px solid #EAE7E7;
        border-radius: 8px;
        background: #fff;
}
.submit-btn-area{
	text-align: center;
	margin-top: 35px;
}
.submit-btn{
	position: relative;
        display: inline-block;
        color: #fff;
        background-color: #73b69a;
        padding: 18px 70px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        border: none;
	font-size: 18px;
	font-weight: 600;
}
.wpum-form fieldset small.description{
	margin: 0;
}
.form-item{
	margin-bottom: 20px;
}
/*コンテンツのサイズ指定*/
.header-inner,
.footer-inner,
.container,
.header-menu{
  max-width: 1220px;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.l-main{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.contents{
	width: 70%;
}
.sidebar{
	width: 280px;
}
.sidebar-inner{
	padding: 0 5px;
}
.bbp-forums-widget li a{
	font-size: 16px!important;
	line-height: 32px;
}
#bbp_forums_widget-2,#bbp_topics_widget-2{
	padding: 12px;
	background-color: #fff7e1;
	border-radius: 10px;
}
.bbp-forums-widget,.bbp-topics-widget{
	margin-bottom: 0!important;
}
.sidebar-inner img{
	margin-bottom: 15px;
	box-shadow: 0px 4px 16px 0px #cfcfcf40;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
   padding: 40px 20px;
	border-radius: 10px;
}
#bbpress-forums ul.bbp-forums{
	border: none!important;
}
li.bbp-forum-info{
	width: 100%!important;
	font-size: 22px!important;
	font-weight: 600;
	color: #000;
}
#bbpress-forums li.bbp-body ul.forum{
    border: none!important;
    padding: 20px 8px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	padding: 12px;
	border-radius: 10px;
	background-color: #fff;
}
#bbpress-forums .bbp-forum-info .bbp-forum-title{
	color: #000!important;
}
.bbp-forum-info .bbp-forum-title{
	font-size: 22px;
	position: relative;
}
.bbp-forum-info .bbp-forum-title::before{
	content: "";
	display: inline-block;
	background-image: url("images/fukidasi.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}
.this-forum{
	font-weight: 800;
	color: #73b69a;
}
.to-topic{
	display: block;
	margin: 8px 30px 8px 0;
	text-align: end;
	position: relative;
	font-weight: 700;
	color: #e67372!important;
}
.to-topic::after{
    content: "";
    position: absolute;
    top: 55%;
    right: -20px;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 7px solid #e67372; 
}
/*PCレイアウト*/
@media (min-width: 821px) {
  .two-columns {
    display: flex;
    flex-direction: row;

    gap: 2.5rem;
  }

  .two-columns .contents {
    flex: 1 1 auto;
  }

  .two-columns .sidebar {
    flex: 0 0 15.625rem;
  }
}
#header-nav-wrap{
	display: none;
}

/*タブレットレイアウト*/
@media (max-width: 738px) {
	.l-main {
    display: block;
}
	.contents{
		width: 100%;
	}
	.container{
		width: unset;
	}
.sidebar{
	width: 100%;
}
	.hm-section{
		display: none;
	}
	.top-ad-topic a{
		width: 100%!important;
	}
	    #bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author {
        float: none;
        margin: 10px;
        min-height: 40px;
        padding-left: 0px;
        position: relative;
        text-align: left;
        width: 40px;
        border-bottom: none;
        box-sizing: content-box;
    }
	#bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar{
		width: 40px;
	}
	span.bbp-reply-post-date, span.bbp-topic-post-date{
		float: none;
		display: block;
	}

}

/*スマホレイアウト*/
@media (max-width: 480px) {
  html {
    font-size: 15px;
  }

  .container {
    padding-top: 1.4rem;
  }
}


.site-title a img {
  height: 2.5rem;
}

/*ヘッダー*/
.header {
	color: #000;
	position: relative;
	z-index: 999;
	background-color: #fffbef;
}

.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
	height: 80px;
}

.site-title {
  line-height: 1;
  display: inline-block;
}

.site-title a {
  display: block;
  text-decoration: none;
}
.header-menu{
	display: flex;
	padding-bottom: 20px;
}
.header-menu li{
	padding: 10px 12px;;
	text-align: center;
	width: 20%;
	border-right: solid 1px #ddd;
}
.header-menu li:first-child{
	border-left: solid 1px #ddd;
}
.header-menu li .active{
	background-color: #c8071b;
}
.menu-icon{
    width: auto;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
	
}
.header-upper{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	position: relative;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	line-height: 30px;
	font-weight: 100;
}
.header-upper-info{
	display: flex;
	column-gap: 20px;
}
.header-login{
	display: flex;
	align-items: center;
}
.header-login a{
	width: 120px;
    padding: 11px 20px;
   text-align: center;
    margin: 0 5px;
    border-radius: 10px;
    border: solid 1px #72B69A !important;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 700;
    color: #72B69A;
}
/*タイトルを画像にする場合*/
.site-title a img {
  display: block;
  width: auto;
  height: 80px;
}

/*タイトルを文字列にする場合*/
.site-title a {
  font-weight: bold;
  height: 1.75rem;
  color: #000;
}

.header-nav li a {
  display: block;
  text-decoration: none;
}
.sticky{
	background-color: #73b69a;
	position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 500;
}
.stickyunder_content{
	display: flex;
    height: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 978px;
}
.stictel{
	margin: 10px 0 0 -10px;
}
.stictel-up{
	color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.stictel-up span{
	border: 1px solid #ff0;
    border-radius: 4px;
    color: #ff0;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin-left: 5px;
    padding: 2px;
}
.sticktel-num{
	color: #fff;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
}
.stickbtn{
	width: 330px;
    position: relative;
    padding: 15px 0 10px;
    color: #fff;
    background: #e67373;
    text-align: center;
	font-weight: 800;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.stickbtn span{
	font-size: 0.8rem;
    position: absolute;
    top: -1rem;
    left: calc(50% - 130px);
    display: block;
    width: 260px;
    padding: 0.25rem 0;
    color: #d86464;
    border: 2px solid #d86464;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.stick-tex{
    margin-top: 9px;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.stick-tex span{
	color: #da1d1d;
}
@media(min-width: 821px) {
  .navbutton {
    display: none;
  }

  .header-nav-wrap {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-left: 15rem;/*タイトル分の余白をあけておく*/
    transform: translateY(-50%);
  }

  .header-nav {
    font-size: 0;
  }

  .header-nav li {
    font-size: 1rem;
    display: inline-block;
    margin-left: 1.5rem;
    padding: .25rem 0;
  }

  .header-nav li a {
    font-weight: 500;
    color: #000;
  }

  .header-nav li a:hover {
    opacity: .6;
  }
}

@media(max-width: 820px) {
  .navbutton {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 1.5rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .navbutton::after {
    font-family: "Material Symbols Outlined";
    font-size: 2.5rem;
    content: "\e5d2";
    color: #000;
  }

  .menu-active .navbutton::after {
    content: "\e5cd";
    color: #fff;
  }

  .header-nav-wrap {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    background-color: rgb(50 50 50 / 80%);
  }

  .header-nav {
    padding: 6rem 0;
  }

  .header-nav li a {
    font-weight: 400;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
  }
}

/*フッター*/
.footer {
  background-color: #fff7e0;
        margin-top: 80px;
}

.footer-nav-wrap {
max-width: 1220px;
    width: 80vw;
        margin: 0 auto;
        box-shadow: none;
        box-sizing: border-box;
	padding: 40px 0;
}
.footer-inner{
	display: flex;
}
.footer-logo{
	width: 330px;
	margin-right: 48px;
    padding-right: 48px;
	border-right: solid 1px #333;
}
.footer-inner ul li{
	margin-bottom: 8px;
}
.footer-cat{
	font-size: 12px;
	color: #000!important;
}
.footer-nav ul {
  font-size: 0;
  text-align: center;
}

.footer-nav ul li {
  font-size: .875rem;
  display: inline-block;
  margin-right: 1rem;
  padding: .25rem 0;
}

.footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #333;
}

.copyright {
  padding: 1rem;
  text-align: center;
}

.copyright p {
  font-size: .875rem;
  color: #fff;
}
.footer-under{
	background-color: #333;
	padding-bottom: 80px 
}
.footer-under-inner {
max-width: 1220px;
    width: 80vw;
        margin: 0 auto;
        box-shadow: none;
        box-sizing: border-box;
	padding: 22px 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.footer-under-inner ul{
	display: flex;
	column-gap: 20px;
	font-weight: 300;
	font-size: 12px;
}
.copyrights{
	font-size: 12px;
	font-weight: 300;
}

/*投稿*/
.article-head .article-info {
  margin-bottom: .5rem;
}

.article-head .article-info .article-cat {
  display: inline-block;
  vertical-align: middle;
}

.article-head .article-info .article-cat a {
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
  padding: .375rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-head .article-info .article-date {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}

.article-head .article-info .article-date i {
  font-size: 1.25rem;
  position: relative;
  top: .25rem;
}

.article-head h1 {
  font-size: 2.125rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-head .article-img {
  margin-bottom: 2rem;
}

.article-head .article-img img {
  display: block;
}

.article-foot .article-tag {
  margin-bottom: 1rem;
  text-align: right;
}

.article-foot .article-tag ul {
  list-style: none;
}

.article-foot .article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-foot .article-tag ul li:last-child {
  margin-right: 0;
}

.article-foot .article-tag ul li a {
  line-height: 1;
  display: block;
  padding: .25rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-foot .article-tag ul li a:hover {
  opacity: .6;
}

.article-foot .article-author {
  font-weight: 500;
  line-height: 1;
  text-align: right;
  vertical-align: middle;
}

.article-foot .article-author i {
  font-size: 1.25rem;
  position: relative;
  top: .25rem;
}

@media(max-width: 480px) {
  .article-head h1 {
    font-size: 1.75rem;
  }
}

/*エディタコンテンツ*/
.editor-content p code,
.editor-content p img,
.editor-content p iframe,
.editor-content p object,
.editor-content figure img,
.editor-content figure iframe,
.editor-content figure video,
.editor-content figure audio,
.editor-content pre code {
  margin-bottom: 0;
}

.editor-content th,
.editor-content td {
  border-color: #ddd;
}

.editor-content p,
.editor-content ul,
.editor-content ol,
.editor-content table,
.editor-content dl,
.editor-content blockquote,
.editor-content pre,
.editor-content code,
.editor-content img,
.editor-content picture img,
.editor-content figure,
.editor-content iframe,
.editor-content object,
.editor-content hr,
.editor-content video,
.editor-content audio {
  margin-bottom: 2.5em;
  letter-spacing: 1px;
}

.editor-content b,
.editor-content strong {
  font-weight: bold;
}

.editor-content a {
  text-decoration: underline;
}

.editor-content ul:not([class]) {
  padding-left: 1.25em;
  list-style: disc;
}

.editor-content ol:not([class]) {
  padding-left: 1.875em;
  list-style: decimal;
}

.editor-content table {
  width: 100%;
}
.editor-content table thead {
  border: none;
}
.editor-content table th,
.editor-content table td {
  box-sizing: border-box;
  padding: .625em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.editor-content img,
.editor-content iframe,
.editor-content object,
.editor-content video,
.editor-content audio {
  line-height: 1;
}
.editor-content figure {
  max-width: 100%;
}

.editor-content iframe,
.editor-content object {
  width: 100%;
}

.editor-content blockquote {
  line-height: 1.5;
  position: relative;
  padding: 3.125em 1.875em .625em;
  color: #555;
  background-color: #f1f4f4;
}

.editor-content blockquote::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.875em;
  font-weight: 900;
  position: absolute;
  top: .3125em;
  left: .9375em;
  content: "\e244";
  color: #ccc;
}

.editor-content blockquote p,
.editor-content blockquote cite {
  margin-bottom: 1em;
}

.editor-content blockquote p cite {
  margin-bottom: 0;
}
.editor-content blockquote cite {
  font-size: .6125em;
  display: block;
  text-align: right;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {
  line-height: 1.4;
  margin: 3rem 0 2rem;
  letter-spacing: 1px;
}

.editor-content h2 {
  font-size: 1.875rem;
  padding: .75rem 0;
  border-bottom: solid 5px #03162f;
}

.editor-content h3 {
  font-size: 1.5rem;
  padding: 0 1rem;
  border-left: solid .375rem #415671;
  background: transparent;
}

.editor-content h4 {
  font-size: 1.25rem;
}

.editor-content h5 {
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  .editor-content p,
  .editor-content ul,
  .editor-content ol,
  .editor-content table,
  .editor-content dl,
  .editor-content blockquote,
  .editor-content pre,
  .editor-content code,
  .editor-content img,
  .editor-content picture img,
  .editor-content figure,
  .editor-content iframe,
  .editor-content object,
  .editor-content hr,
  .editor-content video,
  .editor-content audio {
    margin-bottom: 1.5em;
  }

  .editor-content th,
  .editor-content td {
    padding: .625em;
  }

  .editor-content blockquote {
    padding: 2.5em 1.875em 1.875em;
  }

  .editor-content blockquote::before
  .editor-content blockquote::after {
    font-size: 1.25em;
  }

  .editor-content blockquote p,
  .editor-content blockquote cite {
    margin-bottom: .625em;
  }

  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5 {
    margin: 2rem 0;
  }

  .editor-content h2 {
    font-size: 1.5rem;
  }
  .editor-content h3 {
    font-size: 1.375rem;
  }
  .editor-content h4 {
    font-size: 1.25rem;
  }
  .editor-content h5 {
    font-size: 1rem;
  }
  .editor-content h6 {
    font-size: .9375rem;
  }
}


@media (max-width: 332px) {
  .editor-content h2 {
    font-size: 1.25rem;
  }
  .editor-content h3 {
    font-size: 1.125rem;
  }
  .editor-content h4 {
    font-size: 1rem;
  }
  .editor-content h5 {
    font-size: .9375rem;
  }
  .editor-content h6 {
    font-size: .875rem;
  }
}

/*サイドバーウィジェット*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar .sidebar-title,
.sidebar .wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: .375rem;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 1px dashed #1d2d43;
}

.sidebar a {
  text-decoration: none;
  color: #333;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  border-bottom: 1px dashed #ddd;
}
.sidebar li:last-child{
	border: none;
}

.sidebar li a {
  display: block;
  padding: .5rem;
}

.sidebar select {
  display: block;
  width: 100%;
  padding: .5rem;
  border: 1px solid #ddd;
}

/*ページタイトル*/
.page-title-wrap {
  background-color: #1d2d43;
}

.page-title-wrap .page-title {
  position: relative;
  max-width: 1080px;
  height: 22rem;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
}

.page-title-wrap .page-title .text-warp {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: calc(100% - 3rem);
  transform: translateY(-50%);
  text-align: center;
}

.page-title-wrap .page-title .text-warp h1 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}

@media(max-width: 820px) {
  .page-title-wrap .page-title {
    height: 20rem;
    margin-bottom: 1rem;
  }

  .page-title-wrap .page-title .text-warp h1 {
    font-size: 2.75rem;
  }
}

@media(max-width: 480px) {
  .page-title-wrap .page-title {
    height: 12rem;
    margin-bottom: 0;
  }

  .page-title-wrap .page-title .text-warp h1 {
    font-size: 2rem;
  }
}

/*記事アーカイブ*/
.article-list {
  display: grid;

  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.article-list .article-item {
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}

.article-list .article-item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list .article-item img {
  display: block;
  width: 100%;

  aspect-ratio: 3/2;
  object-fit: cover;
}

.article-list .article-item .text-wrap {
  padding: 1rem;
}

.article-list .article-item .article-cat {
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
  padding: .25rem .5rem;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-list .article-item .article-date {
  font-size: .875rem;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}

.article-list .article-item .article-date i {
  font-size: 1rem;
  position: relative;
  top: .1875rem;
  margin-right: .125rem;
}

.article-list .article-item .text-wrap h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: .5rem;
}

@media(max-width: 480px) {
  .article-list {
    display: block;

    gap: none;
    grid-template-columns: none;
  }

  .article-list .article-item {
    margin-bottom: 2rem;
  }
}


/*ページネーション*/
.pagination {
  margin: 4rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .75rem;
}

.pagination ul li:last-child {
  margin-right: 0;
  border: 0;
}

.pagination ul li a,
.pagination ul li .current {
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: .75rem .875rem;
  border: 1px solid #ddd;
}

.pagination ul li a {
  text-decoration: none;
  color: #555;
}

.pagination ul li .current {
  color: #fff;
  background-color: #1d2d43;
}

.pagination ul li .prev,
.pagination ul li .next {
  padding: .75rem .5rem;
  border: 0;
}

.pagination ul li i {
  font-size: 1rem;
  color: #1d2d43;
}

@media(max-width: 480px) {
  .pagination {
    margin: 3rem 0;
  }

  .pagination ul li a {
    padding: .5rem;
  }
}
/*サイドバー*/
.bbp-forums-widget li a{
	font-size: 20px;
	font-weight: 700;
}

/*home*/
.home-top{

}
@media(min-width: 1921px) {
  .home-fv-wrap img {
    height: auto;
  }
}

@media(min-width: 821px) {
  .home-article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*TOPページ*/
.top-forum-inner{
	margin: 50px 0 60px;
}
.top-forum-inner h2{
	margin-bottom: 10px;
	font-size: 22px;
	position: relative;
}
.top-forum-inner h2::before{
	content: "";
	display: inline-block;
	background-image: url("images/fukidasi.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}
.top-forum-inner h2 span{
	font-size: 34px;
	margin-right: 3px;

}
.top-ad-topic{
	text-align: center;
	padding-top: 5px;
	margin-bottom: 45px;
}
.top-ad-topic a{
	display: block;
    width: 70%;
    text-align: center;
    padding: 12px 0 10px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    background-color: #e67373;
	font-size: 18px;
	font-weight: 600;
}
.top-btn-box{
	text-align: center;
}
.top-btn-box a{
padding: 12px 80px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    border: solid 3px #72B69A;
}
.top-forum-list{
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
}
.top-forum-list li{
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	border-bottom: dashed 1px #e6e6e6;
}
.top-forum-list li:before {
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        border: 6px solid transparent;
        border-left: solid 8px #72B69A;
        content: "";
}
.top-forum-list li a{
	color: #000;
}
.ad-banner{
	text-align: center;
}
.ad-banner img{
	width: 90%;
	box-shadow: 0px 4px 16px 0px #cfcfcf40;
}
.top-copy{
	text-align: center;
}