/**
/* トップページ CSS
----------------------------------------------- */
/*〇〇〇〇〇〇〇〇とは*/
.concept-guide .concept-grid{
	background: url("../image/concept-bg.jpg") no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.concept-guide .caption-header{
	padding: 60px 0 200px 0;
}
.concept-guide .concept-grid .concept-items{
	 background-color:rgba(255,255,255,0.7);
}
.concept-guide .concept-items .contentArea{
	padding: 40px 60px;
}
.concept-guide .concept-items .contentArea .p-text{
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
}
.concept-guide .concept-grid .block_btn .btn{
	max-width: 100%;
	border-radius: 0px;
}
.concept-guide .concept-grid .block_btn .btn span{
	position: relative;
}
.concept-guide .concept-grid .block_btn .btn span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	border-top: solid 3px #000000;
	border-right: solid 3px #000000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media only screen and (max-width: 735px) {
	.concept-guide .concept-grid{
		background: url("../image/sp-concept-bg.jpg") no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.concept-guide .caption-header{
		padding: 8% 0;
	}
	.concept-guide .concept-items .contentArea{
		padding: 5%;
	}
	.concept-guide .concept-items .contentArea .p-text{
		font-size: 3.6vw;
	}
	.concept-guide .concept-grid .block_btn .btn span:after{
		right: -10%;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.concept-guide .caption-header{
		padding: 40px 0;
	}
	.concept-guide .concept-items .contentArea{
		padding: 20px 30px;
	}
	.concept-guide .concept-items .contentArea .p-text{
		font-size: 16px;
	}
	.concept-guide .concept-grid .block_btn .btn span:after{
		right: -10%;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
	}
}
/*動画で学ぶ*/
.video-guide .video-list li{
	padding: 0 10px;
}
.video-guide .video-grid .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 735px) {
	.video-guide .video-list li{
		padding: 0;
	}
	.video-guide .video-grid .block_btn{
		margin-top: 40px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.video-guide .video-list li{
		padding: 0 5px;
	}
	.video-guide .video-grid .block_btn{
		margin-top: 40px;
	}
}
/**
/* 下層ページ CSS
----------------------------------------------- */
/* -------　ヘッダー　------- */
.page-header{
	position: relative;
	padding-top: 80px;
}
.page-header .header-view-bgImg{
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
	max-height: 100vh;
	height: 300px;
}
.page-header .header-view-bgImg >img {
	visibility: hidden;
	width: 100%;
}
.page-header .header-view{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}
.page-header .header-view .h1_title{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin-top: 70px;
}
@media only screen and (max-width: 735px) {
	.page-header{
		padding-top: 60px;
	}
	.page-header .header-view-bgImg{
		height: 180px;
	}
	.page-header .header-view .h1_title{
		font-size: 6vw;
		margin-top: 60px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-header{
		padding-top: 60px;
	}
	.page-header .header-view-bgImg{
		height: 230px;
	}
	.page-header .header-view .h1_title{
		font-size: 38px;
		margin-top: 60px;
	}
}
/**
/* おしらせ CSS
----------------------------------------------- */
/*一覧*/
.news-guide .news-grid{
	width: 90%;
	margin: auto;
}
.news-guide .news-list .news-items{
	position: relative;
	width: 48%;
	max-width: 373px;
	margin-right: 4%;
}
.news-guide .news-list .news-items:nth-child(2n){
	margin-right: 0;
}
.news-guide .news-list .news-items a{
	display: block;
}
.news-guide .news-list .news-items .new-mark{
	position: absolute;
	top: -30px;
	left: -10px;
	z-index: 2;
}
.news-guide .news-list .news-items .imgArea{
	border: 5px solid #ffffff;
	box-shadow: 2px 2px 2px 1px #aeaeae;
	margin-bottom: 10px;
}
.news-guide .news-list .news-items .imgArea a{
	position: relative;
	height: 194px;
	overflow: hidden;
}
.news-guide .news-list .news-items .imgArea img{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-guide .news-list .news-items .news-ttl{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	line-height: 1.2;
	font-size: 16px;
}
.news-guide .news-list .news-items .news-ttl{
	font-size: 20px;
}
.news-guide .news-grid .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 735px) {
	.news-guide .news-list .news-items{
		width: 48%;
		margin-right: 4%;
	}
	.news-guide .news-list .news-items:nth-child(2n){
		margin-right: 0;
	}
	.news-guide .news-list .news-items .new-mark{
		top: -15px;
		left: -5px;
		width: 43px;
	}
	.news-guide .news-list .news-items .imgArea{
		margin-bottom: 3%;
	}
	.news-guide .news-list .news-items .imgArea a{
		height: 120px;
	}
	.news-guide .news-list .news-items .news-date{
		font-size: 3.26vw;
	}
	.news-guide .news-list .news-items .news-ttl{
		font-size: 3.6vw;
	}
	.news-guide .news-grid .block_btn{
		margin-top: 10%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.news-guide .news-list .news-items{
		width: 48.5%;
		margin-right: 3%;
	}
	.news-guide .news-list .news-items:nth-child(2n){
		margin-right: 0;
	}
	.news-guide .news-list .news-items .new-mark{
		top: -20px;
		left: -10px;
		width: 60px;
	}
	.news-guide .news-list .news-items .imgArea{
		margin-bottom: 10px;
	}
	.news-guide .news-list .news-items .imgArea a{
		height: 140px;
	}
	.news-guide .news-list .news-items .news-date{
		font-size: 14px;
	}
	.news-guide .news-list .news-items .news-ttl{
		font-size: 16px;
	}
	.news-guide .news-grid .block_btn{
		margin-top: 40px;
	}
}
/**
/* 団体概要ページ CSS
----------------------------------------------- */
.page_overview .main{
	padding: 0 0 40px 0;
}
/*　　どんなコミュニティなの？　　*/
.overview-guide .about-guide{
	background: url("../image/concept-bg.jpg") no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.overview-guide .about-grid{
	 background-color:rgba(255,255,255,0.7);
	 padding: 30px 0 60px 0;
}
.overview-guide .about-grid .about-items{
	padding: 0 60px;
}
.overview-guide .about-grid .about-items p{
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.overview-guide .about-guide{
		background: url("../image/sp-concept-bg.jpg") no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.overview-guide .about-grid{
		 padding: 3% 0 5% 0;
	}
	.overview-guide .about-grid .about-items{
		padding: 0 5%;
	}
	.overview-guide .about-grid .about-items p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .about-grid{
		 padding: 20px 0 40px 0;
	}
	.overview-guide .about-grid .about-items{
		padding: 0 30px;
	}
	.overview-guide .about-grid .about-items p{
		font-size: 16px;
	}
}
/*　　こんな方にお勧め　　*/
.overview-guide .recommend-guide{
	padding: 60px 0;
}
.overview-guide .recommend-grid{
	width: 90%;
	margin: auto;
	border: 4px solid #ffe100;
	padding: 20px 40px 60px 40px;
}
.overview-guide .recommend-items ul{
	list-style-type: initial;
	padding-left: 30px;
}
.overview-guide .recommend-items ul li{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	.overview-guide .recommend-guide{
		padding: 5% 0;
	}
	.overview-guide .recommend-guide .caption-header{
		padding: 5% 0 8% 0;
	}
	.overview-guide .recommend-grid{
		padding: 3% 5% 6% 5%;
	}
	.overview-guide .recommend-items ul{
		padding-left: 20px;
	}
	.overview-guide .recommend-items ul li{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .recommend-guide{
		padding: 40px 0;
	}
	.overview-guide .recommend-grid{
		padding: 10px 30px 30px 30px;
	}
	.overview-guide .recommend-items ul{
		padding-left: 20px;
	}
	.overview-guide .recommend-items ul li{
		font-size: 18px;
	}
}
/*　　コンテンツ　　*/
.overview-guide .content-guide{
	background: #fffbda;
	padding: 20px 0 40px 0;
}
.overview-guide .content-grid .content-items{
	width: 90%;
	margin: auto;
}
.overview-guide .content-grid .content-items ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.overview-guide .content-grid .content-items ul li{
	background: #ffe100;
	width: 49%;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	padding: 20px;
	margin-right: 2%;
	margin-bottom: 20px;
}
.overview-guide .content-grid .content-items ul li:nth-child(2n){
	margin-right: 0;
}
@media only screen and (max-width: 735px) {
	.overview-guide .content-guide{
		padding: 2% 0 5% 0;
	}
	.overview-guide .content-grid .content-items ul li{
		width: 100%;
		font-size: 16px;
		padding: 3%;
		margin-right: 0;
		margin-bottom: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .content-guide{
		padding: 10px 0 30px 0;
	}
	.overview-guide .content-grid .content-items ul li{
		font-size: 16px;
		padding: 15px 10px;
		margin-right: 2%;
		margin-bottom: 10px;
	}
}
/*　　メッセージ　　*/
.overview-guide .message-guide{
	padding: 20px 0 60px 0;
}
.overview-guide .message-grid .message-items{
	position:relative;
	width: 90%;
	margin: auto;
	padding: 10px 0;
}
.overview-guide .message-grid .message-items:before{
	position: absolute;
	right: 0;
	top: -120px;
	content: "";
	display: inline-block;
	width: 91px;
	height: 161px;
	background: url(../image/icon1.png) no-repeat;
	background-size: contain;
	z-index: -1;
}
.overview-guide .message-grid .message-items p{
	position:relative;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.overview-guide .message-guide{
		padding: 2% 0 5% 0;
	}
	.overview-guide .message-grid .message-items{
		padding: 2% 0;
		background: rgba(255,255,255,0.6);
	}
	.overview-guide .message-grid .message-items:before{
		top: -25%;
		right: -3%;
		width: 45px;
		height: 80px;
	}
	.overview-guide .message-grid .message-items p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .message-guide{
		padding: 10px 0 40px 0;
	}
	.overview-guide .message-grid .message-items{
		padding: 10px 0;
	}
	.overview-guide .message-grid .message-items:before{
		top: -80px;
		width: 60px;
		height: 106px;
	}
	.overview-guide .message-grid .message-items p{
		font-size: 16px;
	}
}
/*　　よくあるご質問　　*/
.overview-guide .faq-guide{
	background: #fffbda;
	padding: 20px 0 60px 0;
}
.overview-guide .faq-grid .faq-list{
	width: 90%;
	margin: auto;
}
.overview-guide .faq-grid .faq-list dl{
	margin-bottom: 30px;
}
.overview-guide .faq-grid .faq-list dl .question{
	width: 90%;
	background: #ffe100;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.overview-guide .faq-grid .faq-list dl .answer{
	width: 90%;
	margin-left: auto;
	background: #ffffff;
	padding: 20px;
	border-radius: 5px;
}
.overview-guide .faq-grid .faq-list dl.dl_table{
	width: 100%;
	display: table;
	margin-bottom: 0;
}
.overview-guide .faq-grid .faq-list dl.dl_table dt,
.overview-guide .faq-grid .faq-list dl.dl_table dd{
	display: table-cell;
	vertical-align: top;
}
.overview-guide .faq-grid .faq-list dl .question dt{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN", sans-serif;
	width: 45px;
	font-size: 34px;
	line-height: 1;
	text-shadow: 4px 4px 1px #ffffff;
}
.overview-guide .faq-grid .faq-list dl .question dd{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN", sans-serif;
	font-size: 24px;
	line-height: 1.4;
}
.overview-guide .faq-grid .faq-list dl .answer dt{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN", sans-serif;
	width: 45px;
	font-size: 34px;
	line-height: 1;
	text-shadow: 4px 4px 1px #ffe100;
}
.overview-guide .faq-grid .faq-list dl .answer dd{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
@media only screen and (max-width: 735px) {
	.overview-guide .faq-guide{
		padding: 2% 0 5% 0;
	}
	.overview-guide .faq-grid .faq-list dl{
		margin-bottom: 5%;
	}
	.overview-guide .faq-grid .faq-list dl .question{
		width: 100%;
		padding: 3%;
		margin-bottom: 3%;
	}
	.overview-guide .faq-grid .faq-list dl .answer{
		width: 100%;
		padding: 3%;
	}
	.overview-guide .faq-grid .faq-list dl .question dt{
		width: 8%;
		font-size: 5vw;
	}
	.overview-guide .faq-grid .faq-list dl .question dd{
		font-size: 3.8vw;
	}
	.overview-guide .faq-grid .faq-list dl .answer dt{
		width: 8%;
		font-size: 5vw;
	}
	.overview-guide .faq-grid .faq-list dl .answer dd{
		font-size: 3.8vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .faq-guide{
		padding: 10px 0 30px 0;
	}
	.overview-guide .faq-grid .faq-list dl{
		margin-bottom: 20px;
	}
	.overview-guide .faq-grid .faq-list dl .question{
		width: 95%;
		padding: 15px;
		margin-bottom: 10px;
	}
	.overview-guide .faq-grid .faq-list dl .answer{
		width: 95%;
		padding: 15px;
	}
	.overview-guide .faq-grid .faq-list dl .question dt{
		width: 32px;
		font-size: 24px;
	}
	.overview-guide .faq-grid .faq-list dl .question dd{
		font-size: 18px;
	}
	.overview-guide .faq-grid .faq-list dl .answer dt{
		width: 32px;
		font-size: 24px;
	}
	.overview-guide .faq-grid .faq-list dl .answer dd{
		font-size: 18px;
	}
}
.overview-guide .block_btn{
	margin-top: 80px;
}
.overview-guide .block_btn .btn{
	font-size: 40px;
	max-width: 360px;
	border-radius: 10px;
	line-height: 2.2;
}
@media only screen and (max-width: 735px) {
	.overview-guide .block_btn{
		margin-top: 8%;
	}
	.overview-guide .block_btn .btn{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.overview-guide .block_btn{
		margin-top: 60px;
	}
	.overview-guide .block_btn .btn{
		font-size: 26px;
	}
}
/**
/* 投稿 CSS
----------------------------------------------- */
/*　　タイトル　　*/
.blog-header .header-view .h1_title,
.video-header .header-view .h1_title{
	position:relative;
	display: inline-block;
}
.blog-header .header-view .h1_title:after,
.video-header .header-view .h1_title:after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	display: inline-block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.blog-header .header-view .h1_title{
	padding: 0 180px;
}
.blog-header .header-view .h1_title:after{
	width: 164px;
	height: 113px;
	background:url(../image/blog_icon.png) no-repeat;
	background-size:contain;
}
.video-header .header-view .h1_title{
	padding: 0 140px;
}
.video-header .header-view .h1_title:after{
	width: 126px;
	height: 114px;
	background:url(../image/video_icon.png) no-repeat;
	background-size:contain;
}
@media only screen and (max-width: 735px) {
	.blog-header .header-view .h1_title{
		padding: 0 90px;
	}
	v.header-view .h1_title:after{
		width: 85px;
		height: 59px;
	}
	.video-header .header-view .h1_title{
		padding: 0 71px;
	}
	.video-header .header-view .h1_title:after{
		width: 66px;
		height: 60px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.blog-header .header-view .h1_title{
		padding: 0 130px;
	}
	.blog-header .header-view .h1_title:after{
		width: 120px;
		height: 83px;
	}
	.video-header .header-view .h1_title{
		padding: 0 103px;
	}
	.video-header .header-view .h1_title:after{
		width: 93px;
		height: 84px;
	}
}
/*　　投稿一覧　　*/
.content-guide .content-nav{
	width: 70%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}
.content-guide .content-nav li{
	margin: 0 20px;
}
.blog-guide .blog-grid{
	width: 90%;
	margin: auto;
}
.blog-guide .blog-list{
	-webkit-justify-content: center;
    justify-content: center;
}
.blog-guide .blog-list .blog-items{
	position: relative;
	width: 49%;
	max-width: 373px;
	margin-right: 2%;
	margin-bottom: 30px;
}
.blog-guide .blog-list .blog-items:nth-child(2n){
	margin-right: 0;
}
.blog-guide .blog-list .blog-items a{
	display: block;
}
.blog-guide .blog-list .blog-items .new-mark{
	position: absolute;
	top: -30px;
	left: -10px;
	z-index: 2;
}
.blog-guide .blog-list .blog-items .imgArea p{
	line-height: 0;
}
.blog-guide .blog-list .blog-items .imgArea{
	position: relative;
	height: 194px;
	overflow: hidden;
}
.blog-guide .blog-list .blog-items .imgArea img{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-guide .blog-list .blog-items .contentArea{
	background: #FFE100;
}
.blog-guide .blog-list .blog-items .contentArea a{
	position: relative;
	display: block;
	padding: 15px;
}
.blog-guide .blog-list .blog-items .contentArea a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	border-top: solid 3px #000000;
	border-right: solid 3px #000000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.blog-guide .blog-list .blog-items .contentArea .blog-date{
	font-size: 16px;
}
.blog-guide .blog-list .blog-items .contentArea .blog-ttl{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	line-height: 1.2;
	font-size: 24px;
	padding-right: 30px;
}
.blog-guide .blog-grid .block_btn{
	margin-top: 30px;
}
@media only screen and (max-width: 735px) {
	.content-guide .content-nav{
		width: 80%;
		margin-bottom: 3%;
	}
	.content-guide .content-nav li{
		width: 35%;
		margin: 0;
	}
	.blog-guide .blog-grid .blog-items{
		margin-bottom: 3%;
	}
	.blog-guide .blog-grid .blog-items .new-mark{
		top: -15px;
		left: -5px;
		width: 43px;
	}
	.blog-guide .blog-list .blog-items .imgArea{
		height: 140px;
	}
	.blog-guide .blog-list .blog-items .contentArea a{
		padding: 5%;
	}
	.blog-guide .blog-list .blog-items .contentArea a:after{
		right: 5px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
	}
	.blog-guide .blog-list .blog-items .contentArea .blog-date{
		font-size: 3.26vw;
	}
	.blog-guide .blog-list .blog-items .contentArea .blog-ttl{
		font-size: 3.6vw;
		padding-right: 20px;
	}
	.blog-guide .blog-grid .block_btn{
		margin-top: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.content-guide .content-nav{
		width: 70%;
		margin-bottom: 20px;
	}
	.content-guide .content-nav li{
		width: 140px;
		margin: 0;
	}
	.blog-guide .blog-grid .blog-items{
		margin-bottom: 30px;
	}
	.blog-guide .blog-grid .blog-items .new-mark{
		top: -20px;
		left: -10px;
		width: 60px;
	}
	.blog-guide .blog-list .blog-items .imgArea{
		height: 140px;
	}
	.blog-guide .blog-list .blog-items .contentArea a{
		padding: 10px;
	}
	.blog-guide .blog-list .blog-items .contentArea a:after{
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
	}
	.blog-guide .blog-list .blog-items .contentArea .blog-date{
		font-size: 14px;
	}
	.blog-guide .blog-list .blog-items .contentArea .blog-ttl{
		font-size: 16px;
		padding-right: 20px;
	}
	.blog-guide .blog-grid .block_btn{
		margin-top: 20px;
	}
}
/*　　投稿詳細　　*/
.single-guide .single-grid{
	width: 90%;
    margin: auto;
}
.single-guide .entry-header{
	text-align: center;
}
.single-guide a{
	color: blue;
	text-decoration: underline;
}
.single-guide .entry-header h1{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	display: inline-block;
	position: relative;
	font-size: 34px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.single-guide .entry-header h1::before{
	position: absolute;
	content: '';
	display: block;
	background: #FFE100;
	height: 4px;
	width: 100%;
	bottom: 0;
	border-radius: 2px;
}
.single-guide .entry-header .entry-date{
	display: block;
	font-size: 20px;
}
.single-guide .entry-body{
	padding: 60px 0;
	font-size: 16px;
}
.single-guide .entry-body p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.single-guide .entry-body h2{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	background: url(../image/ttl.jpg) left top no-repeat;
	background-size: cover;
	line-height: 52px;
	font-size: 26px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.single-guide .entry-body ol{
	list-style-type: decimal;
}
.single-guide .entry-body ul{
	list-style-type: initial;
}
.single-guide .entry-body ol,
.single-guide .entry-body ul{
	margin-bottom: 40px;
	padding-left: 30px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 16px;
	line-height: 1.8;
}
.single-guide .entry-body .wp-block-table{
	border: 1px solid #ffffff;
	margin-bottom: 40px;
	overflow: hidden;
}
.single-guide .entry-body .sp-table{
	display: none;
}
.single-guide .entry-body .wp-block-table th{
	background: #ffe100;
	border: 1px solid #ffffff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
}
.single-guide .entry-body .wp-block-table td{
	border: 1px solid #ffe100;
	padding: 15px;
	text-align: center;
	font-size: 16px;
}
.single-guide .entry-body .wp-block-table td:first-child{
	background: #fff399;
	border: 1px solid #ffffff;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.single-guide .pager li{
	width: 32%;
	margin-right: 2%;
}
.single-guide .pager li:last-child{
	margin-right: 0;
}
.single-guide .pager li a{
	width: 100%;
	display: block;
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 2.6;
	margin: auto;
	border-radius: 4px;
}
.single-guide .pager .pager-prev a,
.single-guide .pager .pager-next a{
	position: relative;
	background: #FFE100;
}
.single-guide .pager .pager-prev a::after,
.single-guide .pager .pager-next a::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin: -8px 0 0 0;
	width: 0;
	height: 0;
}
.single-guide .pager .pager-prev a::after{
	left: 20px;
	border-top: 18px solid #000000;
	border-right: 18px solid transparent;
	-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.single-guide .pager .pager-next a::after{
	right: 20px;
	border-top: 18px solid #000000;
	border-left: 18px solid transparent;
	-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.single-guide .pager .pager-btn a{
	background: #000000;
	color: #FFE100;
}
.single-guide .block_btn{
	display: none;
}
@media only screen and (max-width: 735px) {
	.single-guide .entry-header{
		padding: 5% 0;
	}
	.single-guide .entry-header h1{
		font-size: 5vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-header .entry-date{
		font-size: 3.6vw;
	}
	.single-guide .entry-body{
		padding: 8% 0;
		font-size: 3.4vw;
	}
	.single-guide .entry-body p{
		font-size: 3.4vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-body h2{
		line-height: 40px;
		font-size: 4vw;
		padding: 0 3%;
		margin-bottom: 3%;
	}
	.single-guide .entry-body ol,
	.single-guide .entry-body ul{
		margin-bottom: 5%;
		padding-left: 25px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 3.4vw;
	}
	.single-guide .entry-body .pc-table{
		display: none;
	}
	.single-guide .entry-body .sp-table{
		display: block;
	}
	.single-guide .entry-body .wp-block-table{
		margin-bottom: 5%;
	}
	.single-guide .entry-body .wp-block-table td,
	.single-guide .entry-body .wp-block-table th{
		padding: 3%;
		font-size: 3.4vw;
	}
	.single-guide .pager{
		margin-bottom: 3%;
	}
	.single-guide .pager li{
		width: 49%;
		margin-right: 2%;
	}
	.single-guide .pager li a{
		font-size: 4vw;
	}
	.single-guide .pager .pager-prev a::after,
	.single-guide .pager .pager-next a::after{
		margin: -4px 0 0 0;
	}
	.single-guide .pager .pager-prev a::after{
		left: 10px;
		border-top: 10px solid #000000;
		border-right: 10px solid transparent;
	}
	.single-guide .pager .pager-next a::after{
		right: 10px;
		border-top: 10px solid #000000;
		border-left: 10px solid transparent;
	}
	.single-guide .pager .pager-btn{
		display: none;
	}
	.single-guide .block_btn{
		display: block;
	}
	.single-guide .block_btn .btn{
		max-width: 100%;
	}
	.single-guide .block_btn .btn_black{
		color: #FFE100;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.single-guide .entry-header h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.single-guide .entry-header .entry-date{
		font-size: 16px;
	}
	.single-guide .entry-body{
		padding: 40px 0;
		font-size: 16px;
	}
	.single-guide .entry-body p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body h2{
		line-height: 40px;
		font-size: 20px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body ol,
	.single-guide .entry-body ul{
		margin-bottom: 30px;
		padding-left: 25px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 15px;
	}
	.single-guide .entry-body .wp-block-table{
		margin-bottom: 30px;
	}
	.single-guide .entry-body .wp-block-table td,
	.single-guide .entry-body .wp-block-table th{
		padding: 10px;
		font-size: 15px;
	}
	.single-guide .pager li a{
		font-size: 18px;
	}
	.single-guide .pager .pager-prev a::after,
	.single-guide .pager .pager-next a::after{
		margin: -4px 0 0 0;
	}
	.single-guide .pager .pager-prev a::after{
		left: 15px;
		border-top: 10px solid #000000;
		border-right: 10px solid transparent;
	}
	.single-guide .pager .pager-next a::after{
		right: 15px;
		border-top: 10px solid #000000;
		border-left: 10px solid transparent;
	}
}
