@charset "UTF-8";

/* -------------------------------------
feature
------------------------------------- */
.page_iconttl {
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
.page_iconttl img {
	display:block;
	margin:7px auto 0 auto;
}
.page_iconttl span {
	font-size:18px;
	display:block;
}


.content {
	width:calc(100% - 380px);
	float:left;
}
.postlist li:not(:last-child) {
	margin-bottom:20px;
}
.postlist li a {
	font-size:0;
}
.postlist li .photo, .postlist li .text {
	display:inline-block;
	vertical-align:middle;
}
.postlist li .photo {
	width:calc((99.9% - 25px) * 0.432);
	margin-right:25px;
}
.postlist li .text {
	width:calc((99.9% - 25px) * 0.568);
}
.postlist li .text h3 {
	font-size:21px;
	font-weight:bold;
	margin-bottom:20px;
}
.postlist .date_area {
	font-size:0;
}
.postlist .date_area p {
	font-size:14px;
	line-height:1.2;
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:14px auto;
}
.postlist .date_area p.date {
	margin-right:30px;
	background-image:url(../imgs/feature/icon_cal.png);
}
.postlist .date_area p.area {
	background-image:url(../imgs/feature/icon_pin.png);
}
.content .nopost {
	text-align:left;
}
aside {
	width:300px;
	float:right;
}
aside h3 {
	font-size:0;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #a3c1ae;
}
aside h3 img, aside h3 span {
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
}
aside h3 img {
	width:30px;
	height:30px;
}
aside h3 span {
	font-weight:bold;
	width:calc(100% - 30px);
	padding-left:10px;
}


aside #tags {
	margin-bottom:65px;
}
aside #tags ul {
	font-size:0;
}
aside #tags li {
	width:100%;
	display:inline-block;
	vertical-align:top;
	border:1px solid #96b6ba;
	border-radius:25px;
}
aside #tags li:not(:last-child) {
	/*margin:0 8px 8px 0;*/
	margin-bottom:8px;
}
aside #tags li a {
	font-size:14px;
	color:#96b6ba;
	padding:8px 20px;
	border-radius:23px;
	transition:color 0.3s, background-color 0.3s;
}
aside #tags li a:hover {
	color:#fff;
	background-color:#96b6ba;
	opacity:1.0;
}
aside #tags .flex {
	align-items:flex-start;
}
aside #tags .flex li {
	width:auto;
	margin-bottom:8px;
	margin-right:8px;
}
aside #tags .flex li a {
	padding:8px 15px;
}


aside #rank h3 {
	margin-bottom:0;
}
aside #rank li {
	border-bottom:1px solid #ccc;
}
aside #rank li a {
	padding:20px 0;
}
aside #rank .left {
	width:124px;
	float:left;
	position:relative;
}
aside #rank .right {
	line-height:1.5;
	width:calc(100% - 124px);
	float:right;
	padding-left:15px;
}
aside #rank li a:hover .right {
	text-decoration:underline;
}

aside #rank .left::after {
	content:"";
	width:22px;
	height:22px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
aside #rank .no1 .left::after {
	background-image:url(../imgs/feature/no1.png);
}
aside #rank .no2 .left::after {
	background-image:url(../imgs/feature/no2.png);
}
aside #rank .no3 .left::after {
	background-image:url(../imgs/feature/no3.png);
}
aside #rank .no4 .left::after {
	background-image:url(../imgs/feature/no4.png);
}
aside #rank .no5 .left::after {
	background-image:url(../imgs/feature/no5.png);
}

aside .date_area {
	font-size:0;
	margin-top:10px;
}
aside .date_area p {
	font-size:14px;
	line-height:1.2;
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:14px auto;
}
aside .date_area p.date {
	width:124px;
	margin-right:15px;
	background-image:url(../imgs/feature/icon_cal.png);
}
aside .date_area p.area {
	width:calc(100% - 139px);
	background-image:url(../imgs/feature/icon_pin.png);
}

aside .nopost {
	font-size:14px;
	text-align:left;
}
aside #rank .nopost {
	margin-top:15px;
}

.wp-pagenavi {
	margin-top:50px;
	position:relative;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position:absolute;
	top:0;
	z-index:1;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
	padding:10px 5px;
}
.wp-pagenavi .previouspostslink {
	left:0;
}
.wp-pagenavi .nextpostslink {
	right:0;
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi a.page {
	width:39px;
	height:39px;
	padding:11px 5px;
	border:1px solid #ccc;
	border-radius:0;
}
.wp-pagenavi span, .wp-pagenavi a:hover {
	background-color:#ccc;
}


.post .post_head {
	margin-bottom:30px;
}
.post .post_head .title {
	margin-bottom:10px;
	position:relative;
}
.post .post_head .title h1 {
	font-size:28px;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 0px 3px #000;
	padding:20px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.post .post_head .title.noimg h1 {
	color:#333;
	text-shadow:none;
	padding:0;
	margin-bottom:15px;
	position:static;
}
.post .post_head .title h1 span {
	font-size:14px;
	display:block;
}
.post .post_head .date_area {
	font-size:0;
}
.post .post_head .date_area p {
	font-size:14px;
	line-height:1.2;
	display:inline-block;
	vertical-align:top;
	padding:5px 0 5px 25px;
	background-position:left 2px;
	background-repeat:no-repeat;
	background-size:18px auto;
}
.post .post_head .date_area p.date {
	margin-right:30px;
	background-image:url(../imgs/feature/icon_cal.png);
}
.post .post_head .date_area p.area {
	background-image:url(../imgs/feature/icon_pin.png);
}
.post #sns {
	margin-bottom:30px;
}
.post #sns li {
	width:calc((99.9% - 60px) / 4);
	float:left;
}
.post #sns li:not(:last-child) {
	margin-right:20px;
}
.post .wys p:not(:last-child) {
	margin-bottom:20px;
}
.post .wys p a {
	color:#00F;
	text-decoration:underline;
	display:inline-block;
}
.post .maintext {
	font-size:18px;
	padding:30px 35px;
	margin-bottom:20px;
	border:1px solid #e6e6e6;
	border-radius:4px;
}
.post .maintext img {
	width:auto;
	max-width:100%;
	height:auto;
}
.post .maintext img.center {
	display:block;
	margin:0 auto;
}
.post #blklist {
	padding:30px 35px;
	margin-bottom:20px;
	border-radius:4px;
	background-color:#d3dfd7;
}
.post #blklist h2 {
	font-size:0;
	margin-bottom:10px;
}
.post #blklist h2 img, .post #blklist h2 span {
	display:inline-block;
	vertical-align:middle;
}
.post #blklist h2 img {
	width:30px;
	height:30px;
}
.post #blklist h2 span {
	font-size:18px;
	font-weight:bold;
	width:calc(100% - 30px);
	padding-left:10px;
}
.post #blklist ul {
	padding:15px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.post #blklist ul li:not(:last-child) {
	margin-bottom:8px;
}
.post #blklist ul li a {
	display:inline-block;
}
.post #blklist ul li a:hover {
	text-decoration:underline;
}

.post .blk_body {
	padding:30px 35px;
	border:1px solid #ccc;
	border-radius:4px;
}
.post .blk_body section:not(:last-child) {
	margin-bottom:50px;
}
.post .blk_body section h3 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:1px solid #333;
}
.post .blk_body section .text p {
	font-size:18px;
}
.post .blk_body section .text p img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	margin:25px 0;
}
.post .blk_body section .text iframe {
	width:100%;
	height:auto;
	aspect-ratio:16/9;
}


/* 個別 */
table#sample_tb {
	width:100%;
	border:1px solid #A3C1AE;
}
table#sample_tb th, table#sample_tb td {
	text-align:center;
	padding:10px;
	border:1px solid #A3C1AE;
}
table#sample_tb thead th {
	font-weight:normal;
	color:#fff;
	background-color:#A3C1AE;
}
table#sample_tb tbody th {
	font-weight:bold;
	white-space:nowrap;
	width:17.3%;
}
table#sample_tb tbody td {
	font-weight:normal;
	width:41.3%;
}


.wys p img {
	display:block;
}
.wys p img.alignleft {
	margin-right:auto!important;
}
.wys p img.alignright {
	margin-left:auto!important;
}
.wys p img.aligncenter {
	margin-left:auto!important;
	margin-right:auto!important;
}


@media screen and (max-width:1360px) {
	.page_iconttl {
		font-size:25px;
		margin-bottom:47px;
	}
	.page_iconttl img {
		width:82px;
		height:auto;
	}
	.page_iconttl span {
		font-size:17px;
	}
	
	.content {
		width:calc(100% - 355px);
	}
	.postlist li .text h3 {
		font-size:20px;
		margin-bottom:19px;
	}
	
	
	aside {
		width:290px;
	}
	aside #tags {
		margin-bottom:60px;
	}
	
	aside #rank li a {
		padding:19px 0;
	}
	aside #rank .left {
		width:121px;
	}
	aside #rank .right {
		width:calc(100% - 121px);
	}
	aside .date_area p.date {
		width:121px;
	}
	aside .date_area p.area {
		width:calc(100% - 136px);
	}
	
	
	.post .post_head {
		margin-bottom:29px;
	}
	.post .post_head .title h1 {
		font-size:27px;
	}
	
	.post .maintext {
		font-size:17px;
		padding:28px 32px;
	}
	.post #blklist {
		padding:28px 32px;
	}
	.post #blklist h2 span {
		font-size:17px;
	}
	
	.post .blk_body {
		padding:28px 32px;
	}
	.post .blk_body section:not(:last-child) {
		margin-bottom:47px;
	}
	.post .blk_body section h3 {
		font-size:23px;
		margin-bottom:27px;
	}
	.post .blk_body section .text p {
		font-size:17px;
	}
	.post .blk_body section .text p img {
		margin:23px 0;
	}
}
@media screen and (max-width:1180px) {
	.page_iconttl {
		font-size:24px;
		margin-bottom:44px;
	}
	.page_iconttl img {
		width:78px;
	}
	.page_iconttl span {
		font-size:16px;
	}
	
	.content {
		width:calc(100% - 330px);
	}
	.postlist .date_area p.date {
		margin-right:25px;
	}
	
	
	aside {
		width:280px;
	}
	aside #tags li a {
		padding:8px 18px;
	}
	
	aside #rank li a {
		padding:18px 0;
	}
	aside #rank .left {
		width:118px;
	}
	aside #rank .right {
		width:calc(100% - 118px);
	}
	aside .date_area p.date {
		width:118px;
	}
	aside .date_area p.area {
		width:calc(100% - 133px);
	}
	
	
	.post .post_head {
		margin-bottom:28px;
	}
	.post .post_head .title h1 {
		font-size:25px;
	}
	.post .post_head .date_area p.date {
		margin-right:25px;
	}
	.post #sns {
		margin-bottom:29px;
	}
	.post #sns li {
		width:calc((99.9% - 45px) / 4);
	}
	.post #sns li:not(:last-child) {
		margin-right:15px;
	}
	
	.post .maintext {
		font-size:16px;
		padding:26px 29px;
	}
	.post #blklist {
		padding:26px 29px;
	}
	
	.post .blk_body {
		padding:26px 29px;
	}
	.post .blk_body section:not(:last-child) {
		margin-bottom:44px;
	}
	.post .blk_body section h3 {
		font-size:21px;
		margin-bottom:24px;
	}
	.post .blk_body section .text p {
		font-size:16px;
	}
	.post .blk_body section .text p img {
		margin:21px 0;
	}
}
@media screen and (max-width:980px) {
	.page_iconttl {
		font-size:23px;
		margin-bottom:41px;
	}
	.page_iconttl img {
		width:74px;
	}
	.page_iconttl span {
		font-size:15px;
	}
	
	
	.content {
		width:calc(100% - 310px);
	}
	.postlist li .photo {
		width:calc((99.9% - 20px) * 0.432);
		margin-right:20px;
	}
	.postlist li .text {
		width:calc((99.9% - 20px) * 0.568);
	}
	.postlist li .text h3 {
		font-size:19px;
		margin-bottom:18px;
	}
	.postlist .date_area p.date {
		margin-right:20px;
	}
	
	
	aside {
		width:270px;
	}
	
	aside h3 img, aside h3 span {
		font-size:15px;
	}
	aside h3 img {
		width:28px;
		height:28px;
	}
	aside h3 span {
		width:calc(100% - 28px);
	}
	
	aside #tags {
		margin-bottom:55px;
	}
	aside #tags li a {
		padding:8px 15px;
	}
	
	aside #rank li a {
		padding:17px 0;
	}
	aside #rank .left {
		width:115px;
	}
	aside #rank .right {
		width:calc(100% - 115px);
	}
	aside .date_area p.date {
		width:115px;
	}
	aside .date_area p.area {
		width:calc(100% - 130px);
	}
	
	
	.post .post_head {
		margin-bottom:27px;
	}
	.post .post_head .title h1 {
		font-size:23px;
		padding:15px 20px;
	}
	.post .post_head .date_area p.date {
		margin-right:20px;
	}
	.post #sns {
		margin-bottom:28px;
	}
	.post #sns li {
		width:calc((99.9% - 30px) / 4);
	}
	.post #sns li:not(:last-child) {
		margin-right:10px;
	}
	
	.post .maintext {
		font-size:15px;
		padding:24px 26px;
	}
	.post #blklist {
		padding:24px 26px;
	}
	.post #blklist h2 img {
		width:28px;
		height:28px;
	}
	.post #blklist h2 span {
		font-size:16px;
		width:calc(100% - 28px);
	}
	
	.post .blk_body {
		padding:24px 26px;
	}
	.post .blk_body section:not(:last-child) {
		margin-bottom:41px;
	}
	.post .blk_body section h3 {
		font-size:20px;
		margin-bottom:21px;
	}
	.post .blk_body section .text p {
		font-size:15px;
	}
	.post .blk_body section .text p img {
		margin:19px 0;
	}
}
@media screen and (max-width:880px) {
	
}
@media screen and (max-width:800px) {
	
}
@media screen and (max-width:768px) {
	.page_iconttl {
		font-size:22px;
		margin-bottom:38px;
	}
	.page_iconttl img {
		width:70px;
	}
	.page_iconttl span {
		font-size:14px;
	}
	
	
	.content {
		width:calc(100% - 280px);
	}
	.postlist li:not(:last-child) {
		margin-bottom:40px;
	}
	.postlist li .photo {
		width:calc((100% - 0px) * 1.0);
		margin-right:0;
		margin-bottom:15px;
	}
	.postlist li .text {
		width:calc((100% - 0px) * 1.0);
	}
	.postlist li .text h3 {
		font-size:18px;
		margin-bottom:17px;
	}
	.postlist .date_area p {
		font-size:13px;
	}
	.postlist .date_area p.date {
		margin-right:15px;
	}
	
	
	aside {
		width:250px;
	}
	
	aside h3 img, aside h3 span {
		font-size:14px;
	}
	aside h3 img {
		width:26px;
		height:26px;
	}
	aside h3 span {
		width:calc(100% - 26px);
	}
	
	aside #tags {
		margin-bottom:50px;
	}
	aside #tags li a {
		font-size:13px;
	}
	
	aside #rank li a {
		padding:15px 0;
	}
	aside #rank .left {
		width:110px;
	}
	aside #rank .right {
		width:calc(100% - 110px);
	}
	aside .date_area p {
		font-size:13px;
	}
	aside .date_area p.date {
		width:110px;
	}
	aside .date_area p.area {
		width:calc(100% - 125px);
	}
	
	
	.post .post_head {
		margin-bottom:26px;
	}
	.post .post_head .title h1 {
		font-size:21px;
		padding:15px;
	}
	.post .post_head .date_area p {
		font-size:13px;
	}
	.post .post_head .date_area p.date {
		margin-right:15px;
	}
	.post #sns {
		margin-bottom:27px;
	}
	.post #sns li {
		width:calc((99.9% - 10px) / 2);
	}
	.post #sns li:not(:last-child) {
		margin-right:10px;
	}
	.post #sns li:nth-child(even) {
		margin-right:0;
	}
	.post #sns li:nth-child(1), .post #sns li:nth-child(2) {
		margin-bottom:10px;
	}
	
	.post .wys p:not(:last-child) {
		margin-bottom:15px;
	}
	
	.post .maintext {
		font-size:14px;
		padding:22px 23px;
	}
	.post #blklist {
		padding:22px 23px;
	}
	.post #blklist h2 img {
		width:26px;
		height:26px;
	}
	.post #blklist h2 span {
		font-size:15px;
		width:calc(100% - 26px);
	}
	
	.post .blk_body {
		padding:22px 23px;
	}
	.post .blk_body section:not(:last-child) {
		margin-bottom:38px;
	}
	.post .blk_body section h3 {
		font-size:18px;
		margin-bottom:18px;
	}
	.post .blk_body section .text p {
		font-size:14px;
	}
	.post .blk_body section .text p img {
		margin:17px 0;
	}
}
@media screen and (max-width:640px) {
	.page_iconttl {
		font-size:21px;
		margin-bottom:35px;
	}
	.page_iconttl img {
		width:66px;
	}
	
	
	.content {
		width:calc(100% - 0px);
		float:none;
		margin-bottom:80px;
	}
	.postlist li .text h3 {
		font-size:17px;
		margin-bottom:16px;
	}
	
	aside {
		width:100%;
		float:none;
	}
	aside #tags {
		margin-bottom:45px;
	}
	aside #tags li {
		width:auto;
	}
	aside #tags li:not(:last-child) {
		margin-right:8px;
	}
	
	
	.post .post_head {
		margin-bottom:25px;
	}
	.post .post_head .title h1 {
		font-size:20px;
	}
	.post #sns {
		margin-bottom:26px;
	}
	
	.post .maintext {
		font-size:13px;
		padding:20px 20px;
	}
	.post #blklist {
		padding:20px 20px;
	}
	.post #blklist h2 span {
		font-size:14px;
	}
	
	.post .blk_body {
		padding:20px 20px;
	}
	.post .blk_body section:not(:last-child) {
		margin-bottom:35px;
	}
	.post .blk_body section h3 {
		font-size:17px;
		margin-bottom:15px;
	}
	.post .blk_body section .text p {
		font-size:13px;
	}
	.post .blk_body section .text p img {
		margin:15px 0;
	}
}
@media screen and (max-width:480px) {
	.page_iconttl {
		font-size:20px;
		margin-bottom:30px;
	}
	.page_iconttl img {
		width:62px;
	}
	.page_iconttl span {
		font-size:13px;
	}
	
	
	.postlist li .text h3 {
		font-size:16px;
		margin-bottom:15px;
	}
	
	aside #tags {
		margin-bottom:40px;
	}
	aside #rank .left {
		width:100px;
	}
	aside #rank .right {
		width:calc(100% - 100px);
	}
	aside .date_area p.date {
		width:100px;
	}
	aside .date_area p.area {
		width:calc(100% - 115px);
	}
	
	
	.post .post_head .title h1 {
		font-size:19px;
	}
	.post #sns {
		margin-bottom:25px;
	}
	
	.post .blk_body section h3 {
		font-size:16px;
	}
}
@media screen and (max-width:400px) {
	.page_iconttl {
		font-size:19px;
	}
	.page_iconttl img {
		width:58px;
	}
	
	aside #tags {
		margin-bottom:35px;
	}
	aside #rank .left {
		width:90px;
	}
	aside #rank .right {
		width:calc(100% - 90px);
	}
	aside .date_area p.date {
		width:90px;
	}
	aside .date_area p.area {
		width:calc(100% - 105px);
	}
	
	
	.post .post_head .title h1 {
		font-size:18px;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}