@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
home
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.sp { display: none; }

#content.post {
	margin-top: 8px;
}
.article img {
	vertical-align: top;
}
.article_inr {
	margin-left: auto;
	margin-right: auto;
}
.article_logo {
	margin-bottom: 40px;
}
.article_logo img { vertical-align: bottom; }
.article_logo + .time {
	margin-top: 45px;
}
.time {
	text-align: left;
}
.time time {
	font-size: 20px;
	line-height: 32px;
}
.article_tit {
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 41px;
	text-align: left;
}
.text {
	font-size: 14px;
	line-height: 2;
}
.text .wp-video {
	max-width: 100%;
	position: relative;
	padding-top: 56.2%;
}
.text .wp-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.text .wp-video br {
	display: none;
}
.mt30	{
	margin-top: 30px;
}

.right_col, .article_col {
	float: right;
}
.right_col {
	margin-left: 49px;
}

#bn_btn,
#c_tit {
	width: 260px;
	padding: 21px 0 18px;
	border-radius: 12px 12px 0 0;
	text-align: center;
}
#bn_btn {
	cursor: pointer;
	background-color: #8daf41;
}
#bn_btn:hover {
	background: #6a872a;
}
#c_tit {
	background-color: #eae5e3;
	border-bottom: 1px #231815 solid;
}
#bn_btn img {
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
}

.right_col ul {
	width: 260px;
}
.right_col li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.right_col .backnumber li:nth-of-type(1) a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #8caf41 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
} 
.right_col .backnumber li a {
	padding: 7px 13px;
	background-color: #709b12;
	color: #fff;
	border-bottom: 1px #405e15 solid;
}
.right_col .backnumber + .category {
	margin-top: 39px;
}
.right_col .category li a {
	padding: 21px 20px 19px;
	border-bottom: 1px #231815 solid;
}
.right_col li a p {
	font-size: 15px;
	line-height: 24px;
	word-wrap: break-word;
}
.right_col .category li a p {
	line-height: 40px;
}
.right_col [class^="type"],
.right_col time {
	font-size: 13px;
}

.article_col {
	width: 700px;
}

.wp-pagenavi {
	width: 100%;
	position: relative;
	text-align: center;
}
.wp-pagenavi > .page,
.wp-pagenavi > .current {
	width: 2em;
	height: 2em;
	line-height: 2em;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin: 0 0.3em;
}
.wp-pagenavi > .page {
	background: #eae5e3;
}
.wp-pagenavi > .current {
	color: #fff;
	background: #013686;
}
.wp-pagenavi [rel='next'],
.wp-pagenavi [rel='prev'] {
	display: inline-block;
	width: 38px;
	height: 15px;
	background-repeat: no-repeat;
	font-size: 14px;
	position: absolute;
	top: 0;
	bottom: 8px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	z-index: 2;
}
.wp-pagenavi [rel='next'] {
	padding-right: 46px;
	right: 0;
}
.wp-pagenavi [rel='prev'] {
	padding-left: 46px;
	left: 0;
}
.wp-pagenavi [rel='next'] img,
.wp-pagenavi [rel='prev'] img {
	vertical-align: middle;
}
.wp-pagenavi [rel='next']:before,
.wp-pagenavi [rel='prev']:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: -2px;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='next']:before {
	transform: rotate(180deg );
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);
	right: 0;
}
.wp-pagenavi [rel='prev']:before {
	left: 0;
}
.wp-pagenavi [rel='next']:before,
.wp-pagenavi [rel='prev']:before {
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: -2px;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='next']:after,
.wp-pagenavi [rel='prev']:after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #000; 
	border-right: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: -2px;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='next']:after {
	transform: rotate(45deg );
	-webkit-transform: rotate(45deg);  
	-moz-transform: rotate(45deg);
	right: 12px;
}
.wp-pagenavi [rel='prev']:after {
	transform: rotate(-135deg );
	-webkit-transform: rotate(-135deg);  
	-moz-transform: rotate(-135deg);
	left: 12px;
}

.wp-pagenavi a.back  {
	padding: 6px 20px;
	border: 1px solid #000;
}


.wp-pagenavi {
	margin-top: 180px;
}






 /* +++ 関連記事プラグイン +++++ */


.wp-yarpp_kanren .yarpp-related {
	margin-top: 100px;
    padding: 0;
    border: 1px solid #000;
}
.wp-yarpp_kanren h3 {
    display: inline-block;
    padding: 5px 15px 7px;
    color: #FFF;
	font-size: 14px;
    font-weight: bold;
    background-color: #c6a933;
}

.yarpp-thumbnails-horizontal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: calc( 100%/4 - 5px );
    font-size: 13px;
    margin-bottom: 20px;
}
.yarpp-thumbnail-default img,
.attachment-yarpp-thumbnail {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center center;
}
.yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center center;
}
.yarpp-thumbnail-title {
    display: block;
    margin-top: 10px;
    padding: 0 5px;
}


.wp-yarpp_kanren .yarpp-related .none_article {
	padding: 30px;
}



 /* +++ 関連記事プラグイン写真なし +++++ */


.wp-yarpp_kanren li {
    font-size: 16px;
	padding: 20px 0 20px 20px;
    border-bottom: 1px dashed #c0c0c0;
    position: relative;
}
.wp-yarpp_kanren li:first-child {
    border-top: 1px dashed #c0c0c0;
}
.wp-yarpp_kanren li:before {
    position: absolute;
	content: "";
    top: 27px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #c6a933;
    border-radius: 50%;
}



@media screen and (max-width: 768px) {
    .wp-yarpp_kanren .yarpp-related {
	   margin: 100px 20px 20px 20px;
    }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail {
        width: calc( 100%/2 - 5px );
    }
    .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
        height: 100px;
    }
}




@media screen and (min-width: 768px) {
	.right_col .backnumber ul {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#content.post {
		margin-top: 0;
	}
	.article_logo {
    margin-bottom: 0px;
	}
	.article_logo img {
		width: 100%;
		box-shadow:0px -5px 15px -2px #505050;
	}
	.right_col, .article_col {
    float: none;
	}
	.right_col {
		font-size: 0;
		margin-left: 0;
	}
	.right_col .backnumber + .category {
    margin-top: 0px;
	}
	.right_col .backnumber,
	.right_col .category {
		width: 50%;
		display: inline-block;
		vertical-align: top;	
	}
	#bn_btn, #c_tit {
		width: 100%;
		border-radius: 0;
	}
	#c_tit {
    border-bottom: 0;
	}
	.right_col ul {
    width: 200%;
		position: relative;
	}
	.right_col .backnumber ul,
	.right_col .category ul {
		display: none;
	}
	.right_col .backnumber ul li {
		font-size: 9px;
	}
	.right_col .category ul {
    right: 50vw;
	}

	.article_col {
    width: 100%;
    margin-top: 14px;
	}

	.article_inr {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.time {
		padding: 0 20px;
	}
	.time time {
    font-size: 14px;
    line-height: 20px;
	}
	.article_tit {
		font-size: 20px;
    line-height: 28px;
  	margin-bottom: 14px;
  	padding: 0 20px;
	}

	.article_inr img {
		width: 100%;
	}
	.text {
		font-size: 14px !important;
		line-height: 28px !important;
	}

	.wp-pagenavi [rel='prev'] {
    left: 20px;
	}
	.wp-pagenavi [rel='next'] {
    right: 20px;
	}

	.wp-pagenavi {
		margin-top: 0;
    padding-top: 70px;
	}

	#bn_btn, #c_tit {
		padding: 11px 0 9px;
	}

	#bn_btn img {
		width: 76px;
	}
	#c_tit img {
		width: 53px;
	}
	.right_col .backnumber li:nth-of-type(1) a:before {
		display: none;
	}
	.right_col .category li:nth-of-type(1) {
		position: relative;
	}
	.right_col .category li:nth-of-type(1) a:before {
		content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #eae5e3 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: calc(75vw - 4px);
    right: auto;
    margin-left: auto;
    margin-right: auto;
	}
	.right_col li a p {
		font-size: 9px;
		line-height: 14px;
	}

	.right_col .category li a p {
		line-height: 24px;
	}
	.right_col .category li a p span img {
		width: 24px;
	}
	.right_col .category li a p span {
		margin-right: 4px;
	}
	.right_col [class^="type"], .right_col time {
		font-size: 9px;
	}

}



/*一覧ページ*/
	.itiran .article_logo {
		margin-bottom: 0;
	}
	.itiran .right_col {
		margin-top: 30px;
	}
	.itiran .article_col .pic {
		width: 254px;
		display: inline-block;
	}
	.itiran .article_col .cnt {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: calc( 100% - 254px );
		padding-right: 20px;
	}
	.itiran .article_col .cnt div {
    word-wrap: break-word;
		font-size: 18px;
		margin-top: 11px;
	}
	.itiran .article_col .cnt time {
		font-size: 16px;
	}

	.itiran .article_col .cnt [class^=type] {
    display: inline-block;
    min-width: 85px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    margin-right: 9px;
    position: relative;
    top: -1px;
    padding: 0 10px;
	}
		.itiran .article_col .type_news {
		background-color: #b04b22;
	}
	.itiran .article_col ul li a{
		padding-bottom: 0;
    border-bottom: 1px solid #727171;
    vertical-align: middle;
	}
	.itiran .article_col ul li a:after {
		content: "";
		width: 0;
		height: 180px;
		display: inline-block;
		vertical-align: middle;
	}
	.itiran .article_col ul li a {
		font-size: 0;
		 display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    vertical-align: top;
	}
	.itiran .article_col [class^=type] span {
    height: 24px;
    line-height: 24px;
    font-size: 15px;
	}
	.itiran .article_col .pic,
	.itiran .article_col .cnt {
		vertical-align: middle;
	}
	.itiran .article_col .pic img {
		display: inline-block;
	}

@media screen and (max-width: 768px) {
	.itiran .right_col {
		margin-top: 0;
	}
	.itiran .article_col {
		margin-top: 0;
	}
	.itiran .article_col .cnt,
	.itiran .article_col .pic {
		display: block;
	}
	.itiran .article_col .cnt div, .itiran .article_col .cnt time {
    font-size: 11px;
	}
	.itiran .article_col .cnt div {
		margin-bottom: 5px;
	}
	.itiran .article_col [class^=type] span {
    height: 12px;
    line-height: 12px;
    font-size: 11px;
	}
	.itiran .article_col .cnt [class^=type] {
    height: 14px;
    line-height: 14px;
	}
	.itiran .article_col .cnt {
    width: 100%;
    margin-top: 0;
  }
  .itiran .article_col ul li a {
    padding: 20px 10px;
	}
	.itiran .article_col .pic {
		width: 100%;
	}
	.itiran .article_col .pic img {
		width: 100%;
		height: auto;
	}

	.itiran .article_logo img {
		box-shadow: none;
	}

	.itiran .article_col ul li a:after {
		display: none;
	}
}

.itiran .article_col .cnt.w100p {
	width: 100%;
}

.minori .article_logo {
	position: relative;
}
.minori .article_logo p {
	position: absolute;
	font-size: 18px;
	left: 31px;
	bottom: 12px;
}

.double {
	margin: 20px 0;
}
.double img {
	height: auto;
	max-width: 100%;
}
.article_inr > .double:first-child {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.double:after {
		content: "";
		display: block;
		clear: both;
	}
	.double > div {
		width: calc(50% - 20px);
	}
	.double .left {
		float: left;
	}
	.double .right {
		float: right;
	}
}
@media screen and (max-width: 768px) {}


/* 閲覧制限 */
.moreBtn {
	height: 53px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	max-width: 367px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	background: #0b3685;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}
.moreBtn.open {
	opacity: 0;
	cursor: default;
}
.moreBtn:after {
	/*content: "";*/
	left: -500px;
	right: -500px;
	width: 700px;
	height: 388px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 100%;
	background: url(../images/more_grade.png) repeat-x center bottom;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: height;
	-moz-transition-property: height;
	-webkit-transition-property: height;
}
.moreBtn.open:after {
	height: 0;
}
.moreCont {
	display: none;
}
@media print {
	.moreCont {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.moreBtn {
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
	}
	.moreBtn:after {
		height: 194px;
	}
}

#onlyMembers {
	margin-top: 15px;
	text-align: center;
	background: #eae5e2;
	padding: 25px 25px 38px;
}
#onlyMembers > p {
	font-size: 20px;
	margin-bottom: 20px;
}
#onlyMembers a {
	height: 49px;
	display: block;
	margin: 0 auto;
	max-width: 363px;
	line-height: 49px;
	border: 2px solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
#onlyMembers a.login {
	color: #fff;
	font-weight: bold;
	background: #0b3685;
	border-color: #0b3685;
}
#onlyMembers a.admission {
	background: #fff;
	border-color: #cfcecd;
}
#onlyMembers div p {
	margin: 5px 0;
}
@media screen and (max-width: 768px) {
	#onlyMembers {
		padding: 30px 16px;
		margin: 20px -10px 0;
	}
	#onlyMembers > p {
		font-size: 15px;
	}
	#onlyMembers a {
		height: 34px;
		border-width: 1px;
		line-height: 34px;
		border-radius: 17px;
		-moz-border-radius: 17px;
		-webkit-border-radius: 17px;
	}
}

/*メルマガ*/
#content #mailmagazine td {
	text-align: left;
}
#content #mailmagazine header {
	min-height: 154px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	background: url(../images/mailmaga/title.gif) repeat-y;
	background-size: 100% auto;
}
#content #mailmagazine header h2 {
	font-size: 30px;
}
#content #mailmagazine .article_col {
	float: none;
	margin: 0 auto;
}
#content #mailmagazine .article_col .hide {
	display: none;
}
#content #mailmagazine a {
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	#content #mailmagazine .article_inr img {
		width: auto;
		max-width: 100%;
	}
}