@charset "UTF-8";

/* ===================================
reset css
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

a {
    text-decoration: none;
    color: #000;
}

/* ===================================
iosのボタンリセット
=================================== */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ===================================
input textarea reset
=================================== */
input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
 }

/* ===================================
共通
=================================== */

*{
letter-spacing: 0.1em;
}


html{
	font-size: 16px;
	color: #000;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
/*text-align: justify;
text-justify: inter-ideograph;*/
	overflow-x: hidden;
}

body{
	overflow-x: hidden;
}

.mincho{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Sawarabi Mincho", serif;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
  word-wrap: break-word; 
overflow-wrap: break-word; 
	color: #000;
}

main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1040px;
	width: 100%;
	margin:0 auto;
	padding: 0 20px 40px;
	box-sizing: border-box;
}


.btn_more{
	display: block;
	position: relative;
	width: 148px;
	height: 30px;
	padding-left: 15px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #6e968d;
	color: #6e968d;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	transition: 0.3s;
}

.btn_more.back{
  width: 180px;
}

.btn_more::after{
	content: "";
	position: absolute;
	width: 13px;
	height: 1px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #6e968d;
	transition: 0.3s;
}

.btn_more:hover{
	background: #6e968d;
	color: #fff;
	transition: 0.3s;
}

.btn_more:hover::after{
	background: #fff;
	transition: 0.3s;
}

.tb-sp,
.sp-only{
	display: none;
}

@media screen and (max-width: 900px) {

	.pc-tb{
		display: none;
	}
	
	.tb-sp{
		display: block;
	}
	
}


@media screen and (max-width: 600px) {
	
	.pc-only{
		display: none;
	}
	
	.sp-only{
		display: block;
	}
	
	main{
		padding: 0;
	}
	
	.btn_more{
		width: 168px;
		height: 40px;
		line-height: 40px;
	}
	
	
}


/* ===================================
2カラム
=================================== */

.contents .left{
	width: 66%;
}

.contents .right{
	width: 28%;
}

/* 左側
==============================　*/

/* 左側 見出しとボタン*/

.contents .left .c_title{
	position: relative;
	padding: 10px 185px 9px 20px;
	background: #f1f1f1;
}

.contents .left .c_title h2{
	font-size: 26px;
	line-height: 1.5;
}

.contents .left .c_title .btn_more{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 2;
}

/* 左側 記事一覧*/

.contents .left ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 48px;
}

.contents .left ul li{
	position: relative;
	margin: 30px 4.545% 0 0;
	width: 30.3%;
		transition: 0.3s;
}

.contents .left ul li:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.contents .left ul li:nth-child(3n){
	margin: 30px 0 0;
}

.contents .left ul li a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.contents .left ul li .thumbnail{
	width: 100%;
	padding-bottom: 75%;
}

.contents .left ul li h3{
padding-top: 8px;
	line-height: 1.75;
	font-weight: bold;
}

/* 右側
==============================　*/

.sidebar_box{
	border: 1px solid #6e968d;
}

.sidebar_box.profile{
	margin-bottom: 40px;
}

.sidebar_box .s_title{
	padding: 13px 14px;
	background: url("../img/bg_sankaku.png") no-repeat right center/contain , #f1f1f1;
	font-size: 18px;
}

.sidebar_box .s_inner{
	padding: 20px 25px 30px;
}

.sidebar_box .s_inner figure img{
	display: block;
	margin: 0 auto 20px;
	max-width: 112px;
	width: 100%;
}

.sidebar_box .s_inner figure figcaption{
	font-size: 18px;
	font-weight: bold;
  text-align: center;
}

.sidebar_box .s_inner p{
	padding: 10px 0 25px;
	font-size: 14px;
	line-height: 2.1;
  text-align: center;
}

.sidebar_box .s_inner .btn_more{
	margin: 0 auto;
}

.sidebar_box .s_inner ul li a{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.3s;
}

.sidebar_box .s_inner ul li a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

.sidebar_box .s_inner ul li a::before{
	content: ">";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	font-size: 15px;
	color: #ccc;
}

.sidebar_box .s_inner ul li:last-child a{
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	
	
	.contents .left,
	.contents .right{
	width: 100%;
}
	
/* 右側
==============================　*/
	
	.sidebar_box .s_inner figure figcaption{
		text-align: center;
	}

}


@media screen and (max-width: 600px) {
	

/* 2カラム
==============================　*/
	
/* 左側
==============================　*/
	
	.contents .left .c_title{
		    padding: 11px 10px;
	}
	
	.contents .left .c_title h2{
		font-size: 22px;
		text-align: center;
	}
	
	.contents .left .c_title+.btn_more{
		margin: 20px auto 0;
	}
	
	.contents .left ul li{
		    width: 100%;
    margin: 30px 0 0;
    border-bottom: 1px solid #ebebeb;
	}
	
	.contents .left ul li:last-child{
		border-bottom: none;
	}
	
	.contents .left ul li .thumbnail{
		width: 72%;
    padding-bottom: 52%;
    margin: 0 auto;
	}
	
	.contents .left ul li h3{
		    padding: 15px 20px;
	}
	
/* 右側
==============================　*/
	
	.contents .right{
		padding: 0 20px 50px;
	}
	
	.sidebar_box .s_inner{
		padding: 20px 20px 30px;
	}
	
}

/* ===================================
パンくず
=================================== */

.pankuzu{
	margin-bottom: 40px;
	padding: 19px 20px;
	border-bottom: 1px solid #ebebeb;
}

.pankuzu ol{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.pankuzu ol li{
	font-size: 11px;
}

.pankuzu ol li a{
	transition: 0.3s;
}

.pankuzu ol li a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.pankuzu ol li.p_link span{
	padding: 0 13px;
}

@media screen and (max-width: 768px) {

	.pankuzu ul{
		overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	}
	
}
@media screen and (max-width: 600px) {

	.pankuzu{
		margin-bottom: 0;
		padding-top: 80px;
	}
	
}





/* ===================================
トップ固有
=================================== */

.top{
	padding-top: 60px;
}


@media screen and (max-width: 600px) {

	.top{
		padding-top: 30px;
	}
	
}


/* ===================================
カテゴリー一覧
=================================== */

.c_pager .navigation{
	margin: 70px auto;
}

.c_pager .navigation h2{
	display: none;
}

.c_pager .navigation .nav-links{
	display: flex;
    justify-content: center;
	position: relative;
	font-size: 12px;
}

.c_pager .navigation .nav-links span.page-numbers.current{
	margin: 0 7px;
	padding: 0 3px 5px;
	border-bottom: 1px #000 solid;
	font-weight: bold;
	color: #000;
}
.c_pager .navigation .nav-links .page-numbers{
	display: block;
	margin: 0 7px;
	padding: 0 3px 5px;
	color: #bbb;
	transition: 0.3s;
}

.c_pager .navigation .nav-links a.page-numbers:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.c_pager .navigation .nav-links a.page-numbers.next{
	position: absolute;
	right: 0;
	color: #000;
}

.c_pager .navigation .nav-links a.page-numbers.prev{
	position: absolute;
	left: 0;
	color: #000;
}


@media screen and (max-width: 600px) {
	
	.c_pager .navigation{
		    margin: 0px 0 40px;
    padding: 0 20px;
	}
	
}

/* ===================================
詳細ページ
=================================== */

/* サムネイル
==============================　*/

.single_cont .inner .thumbnail{
	width: 100%;
	padding-bottom: 75%;
	margin-bottom: 25px;
}

/* 本文
==============================　*/

.single_cont .inner h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.single_cont .inner .date{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 18px 0 30px;
	padding: 17px 5px 12px;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	border-bottom:  1px solid #ebebeb;
	box-sizing: border-box;
}

.single_cont .inner .date .day{
	width: 120px;
}

.single_cont .inner .date .cat{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 120px);
}

.single_cont .inner .date .cat a{
	display: inline-block;
	    padding: 0 10px 5px 0;
	color: #396e62;
}

.single_cont .inner .box p{
	padding-bottom: 1rem;
line-height: 2.25;
}

.single_cont .inner .box p strong{
	font-weight: bold;
}

.single_cont .inner .box a{
	text-decoration: underline;
	color: #396e62;
	transition: 0.3s;
}

.single_cont .inner .box a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.single_cont .inner .box img{
  max-width: 100%;
	margin: 20px 0;
}

/*　見出し*/

.single_cont .inner .box h3{
	position: relative;
	margin: 40px 0 25px;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #396e62;
}

.single_cont .inner .box h3::after{
	content: "";
		position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c8e1db;
}

.single_cont .inner .box h4{
	position: relative;
	margin: 40px 0;
	padding: 10px 10px 10px 17px;
		font-weight: bold;
	line-height: 1.5;
	border-left: 9px solid #396e62;
}

.single_cont .inner .box h4::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: #c8e1db;
}


/* ページャー
==============================　*/

.paging{
	padding: 35px 0 60px;
}

.paging div{
	display: flex;
	justify-content: center;
	padding: 28px 10px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.paging div a{
	display: block;
	margin: 0 45px;
	font-size: 14px;
	transition: 0.3s;
}

.paging div a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

/* 関連記事
==============================　*/

.kanren_list{
	padding-bottom: 10px;
}


@media screen and (max-width: 600px) {
	
/* 本文
==============================　*/
	
	.single_cont{
		padding: 20px 20px 0;
	}
	
	.single_cont .inner .thumbnail{
		margin-bottom: 20px;
	}
	
	.single_cont .inner .date .cat{
		width: 100%;
		margin-top: 15px;
	}
	
/*　見出し*/
	
	.single_cont .inner .box h4{
		margin-bottom: 20px;
	}
	
/* ページャー
==============================　*/
	
	.paging{
		padding: 20px 0 40px;
	}
	
	.paging div a{
		margin: 0 20px;
	}
	
/* 関連記事
==============================　*/

	.contents .left .kanren_list ul li{
		display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
	}
	
	.contents .left .kanren_list ul li .thumbnail{
		width: 42%;
		padding-bottom: 29%;
	}
	
	.contents .left .kanren_list ul li h3{
		width: 58%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
	}
	
	
}

/* ===================================
プロフィールページ
=================================== */

.p_box h2{
	font-size: 26px;
	padding-bottom: 16px;
}

.p_box figure+p{
	display: block;
	padding: 32px 10px 13px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.p_box>div>p{
	line-height: 2.25;
}

.p_box .link{
	position: relative;
	margin: 30px 0 35px;
	padding: 2px 10px 0 17px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 9px solid #396e62;
}

.p_box .link::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: #c8e1db;
}

.p_box .link a{
	font-weight: normal;
	text-decoration: underline;
  transition: 0.3s;
}

.p_box .link a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.p_box .btn_more{
	margin-top: 25px;
}

/*　サイドバーのプロフィールの削除　*/

.profile .sidebar_box.profile{
	display: none;
}


@media screen and (max-width: 1000px) {

	.p_box .btn_more{
		margin: 25px auto 40px;
	}
	
}

@media screen and (max-width: 600px) {
	
	.p_box h2{
		padding: 17px 20px 20px;
	}
	
	.p_box figure+p{
		font-size: 20px 20px 30px;
	}
	
	.p_box>div{
		padding: 0 20px;
	}
	
	
	
	
}