@charset "utf-8";

.pc {
	display: none;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}
/* interview1 */
/* -------------------------------------------------- */
#blogWrap {
	margin-bottom: 0;
}

#blogMain {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogSide {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.anno {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#blogTit {
	padding: 20px 0 30px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 500;
	color: #333333;
	text-align: left;
}

#eventTit {
	padding: 20px 0 30px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 500;
	color: #333333;
	text-align: left;
}


.blogEventDate {
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: right;
}

.blogDate {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.blogCat {
	display: inline-block;
	vertical-align: middle;
}

.blogCat li {
	display: inline-block;
	padding: 0 10px;
	background: #dcdcdc;
	font-size: 1.2rem;
}


#blogContent {
	padding: 40px;
	margin-bottom: 20px;
	border: 1px #DDDDDD solid;
	position: relative;
}

#snsTop {
	padding-bottom: 30px;
}

#blogContent h2 {
	padding: 20px 10px;
	margin: 40px 0 20px 0;
	font-size: 2.6rem;
/*	background: url(../img/common_tit_border.png) 0 bottom repeat-x #FFFFFF;*/
	line-height: 1.3;
	font-weight: bold;
	color: #2abc42;
	border: 1px #2abc42 solid;
}

#blogContent h3 {
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: 1px #333333 dotted;
}

#blogContent p {
	font-size: 1.6rem;
	padding-bottom: 1em;
	color: #444444;
}

#blogContent a {
	text-decoration: underline;
}

#blogContent a:hover {
	color: #2abc42;
}

#blogContent img {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogContent .marginnone img {
	margin-bottom: 0px;
}


#blogContent .interviewer {
	color: #222222;
	font-weight: bold;
}

#snsBottom {
	padding: 60px 0 30px;
}

#blogContent .movie {
	text-align: center;
	padding: 30px 0;
}

#blogContent .movie iframe {
	max-width: 100%;
	height: auto;
}

/* youtube埋め込み用　4/21更新*/
.youtube {
	text-align: center;
}

#blogContent iframe {
	display: inline-block;
	max-width: 100%!important;
/*	height: auto!important;*/
}


/* キャプション画像の調整 */
.wp-caption {
	max-width: 100%!important;
	height: auto;
}

/* -------------------------------------------------- */
/* SNS */
/* -------------------------------------------------- */

.snsIcon {
	display: inline-block;
}

.snsTop {
	text-align: right;
	padding-bottom: 30px;
}

.snsBottom {
	text-align: center;
	padding: 30px 0;
}

#blogContent p.announce {
	font-weight: bold;
	font-size: 1.2rem;
	color: #2abc42;
}

/* -------------------------------------------------- */
/* サイドバー */
/* -------------------------------------------------- */

.sideIn {
	padding: 20px 0 0;
	margin: 0 0 50px 0;
	border-top: solid 2px #2abc42;
	border-bottom: solid 2px #2abc42;
}

.sideParts {
	margin-bottom: 20px!important;
}

.sideTit1 {
	display: inline-block;
	width: 100%;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.050em;
	text-align: center;
	padding-bottom: 15px;
	color: #2abc42;
}

.sideTit2 {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

.sideTit3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.033;
	letter-spacing: 0.050em;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #2abc42;
}

.sideTit4 {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px #999999 dotted;
}

.sideTit5 {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #2abc42;
}

.blogNaviPulldown {
	width: 100%;
}

/* プルダウン */
.blogNaviPulldown select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	background: url(../../img/common/arrow_down_black.png) no-repeat right 15px center;
	background-size: 10px 6px;
	font-size: 1.7rem;
	color: #333333;
	height: 54px;
	line-height: 52px;
	padding: 0 15px;
	border: 1px solid #dcdcdc;
}
::-ms-expand {
	display: none;
}

/* 最新の記事 */
.blogBlock {
	border: none;
	margin-bottom: 0;
	padding: 10px 0;
}

.newBlog{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #999999 dotted;
	letter-spacing: -0.4em;
}

.blogSideImg {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blogSideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogCont {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 160px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blogHead {
	display: block;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 10px;
}

.blogLabel {
	display: inline-block;
	color: #403c35;
	border: none;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
	background: none;
	font-size: 1.5rem;

}

.blogCont {
	line-height: 1.3077;
	padding-left: 5px;
}

.sideDate {
	display: inline-block;
	padding: 0;
	font-size: 1rem;
	letter-spacing: 0em;
	color: #686767;
	margin-bottom: 2px;
	line-height: 1;
}

.blogTitle {
	font-size: 1.2rem;
	letter-spacing: 0.0em;
	line-height: 1;
}

.blogBlock a:hover,
.blogBlock a:hover .sideDate {
	color: #2abc42;
}

.blogNopost {
	color: #999;
}


/* サイドボタン */
#blogSide .gradationBtn {
	margin-bottom: 0;
	padding: 0 0 0 0;
}

#blogSide .gradationBtn a {
	letter-spacing: 0;
}

#blogSide .gradBar {
	width: 100%;
	margin: 0 0 5px 0;
}

#blogSide .gradBar:last-child {
	margin-bottom: 0;
}

/* -------------------------------------------------- */
/* ページャー */
/* -------------------------------------------------- */

#pageNavSingle {
	padding-bottom: 20px;
}

.prev {
	float: left;
	font-weight: bold;
	padding-left: 20px;
	background: url(../../img/common/icon_prev.png) left center no-repeat;
}

.next {
	float: right;
	font-weight: bold;
	padding-right: 20px;
	background: url(../../img/common/icon_next.png) right center no-repeat;
}


/* リンク */
/* -------------------------------------------------- */
.outLinkWrap {
	padding: 20px;
	margin-bottom: 20px;
	background: #F7F7F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outLinkLeft {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	text-align: center;
}

.outLinkLeft img {
	margin-bottom: 0!important;
}

.outLinkRight {
	display: inline-block;
	vertical-align: middle;
}


/* -------------------------------------------------- */
/* 人気のブログ記事をご紹介 */
/* -------------------------------------------------- */
#popularblog {
	width: 100%;
/* 	padding-top: 45px; */
	padding-top: 10px;
	padding-bottom: 30px;
}

#popularblogHead {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 15px;
}

#popularblogList {
	letter-spacing: -.4em;
	margin-left: -8px;
	margin-right: -8px;
}

#popularblogList li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: calc(25% - 8px*2);
	border: 1px #DDDDDD solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#popularblogList li a {
	transition: all 0.3s ease-in-out 0s;
	display: block;
	position: relative;
}

.popularblogImg img {
	width: 100%;
	height: auto;
}

.popularblogBody {
	padding: 10px;
	color: #333333;
}

#popularblogList li a:hover .popularblogBody {
	color: #2abc42;
}

.popularblogDate {
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 5px;
}

.popularblogTit {
	font-size: 1.2rem;
	line-height: 1.05;
	letter-spacing: 0.050em;
	margin-bottom: 15px;
}

.popularblogName {
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.050em;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #999;
}


