@charset "UTF-8";

/* ---------------------------------------
  page_topics
-----------------------------------------*/
#page_topics {
	padding: 140px 0 70px;
}

#page_topics .contents_wrap {
	display: flex;
	justify-content: space-between;
}

#page_topics .contents_wrap .secttl {
	width: auto;
	margin: 0;
}

#page_topics .contents_wrap .main {
	width: 970px;
}

@media screen and (min-width: 769px) {
	#page_topics .secttl.is-show .border {
		height: 225px;
	}
}

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

	#page_topics {
		padding: 20vw 0 8vw;
	}

	#page_topics .contents_wrap {
		display: block;
	}

	#page_topics .contents_wrap .main {
		width: 100%;
	}

}



/* ---------------------------------------
  cate_search
-----------------------------------------*/
.cate_search {
	width: 420px;
	height: 60px;
	position: relative;
	margin-left: auto;
	margin-bottom: 70px;
}

.cate_search::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.cate_search select {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background-color: #fff;
	padding: .5em 3em .5em 1.5em;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	cursor: pointer;
	z-index: 2;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.cate_search {
		width: 100%;
		height: 12vw;
		margin-bottom: 13.33vw;
	}

	.cate_search::before {
		border-width: 2.2vw 1.1vw 0 1.1vw;
		right: 4.4vw;
	}

	.cate_search select {
		font-size: 3.6vw;
	}
}

/* ---------------------------------------
  topics_list
-----------------------------------------*/

.topics_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.topics_list .item {
	width: 306px;
	margin-bottom: 65px;
}

.topics_list .item a {
	display: block;
}

.topics_list .item a:hover {
	opacity: .8;
}

.topics_list .item .img {
	margin-bottom: 10px;
}

.topics_list .item .img,
.topics_list .item .img img {
	width: 100%;
}

.topics_list .item .cate {
	line-height: 1;
	margin: 0;
}

.topics_list .item .cate span {
	display: inline-block;
	font-size: 1.4rem;
	height: 23px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 .4em;
	margin-right: 10px;
	margin-bottom: 10px;
}

.topics_list .item .cate span.cate_p {
	background-color: #000;
}

.topics_list .item .cate span.cate_c {
	background-color: #cdb07c;
}

.topics_list .item .date {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: .6em;
}

.topics_list .item .topicsttl {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.04em;
	text-align: justify;
}

/*IE*/
.ie .topics_list .item .cate span:not(.en){
	line-height: 28px;
}


@media screen and (min-width: 769px) {

	.topics_list .item + .item {
		margin-left: 26px;
	}

	.topics_list .item:nth-child(3n + 1) {
		margin-left: 0;
	}
}

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

	.topics_list .item {
		width: 48%;
		margin-bottom: 9.33vw;
	}

	.topics_list .item:nth-child(even) {
		margin-left: 4%;
	}

	.topics_list .item .cate {
		margin: 3.2vw 0 2.6vw;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.topics_list .item .cate span {
		width: auto;
		font-size: 2.8vw;
		height: 4.6vw;
		line-height: 4.6vw;
		padding: 0 .4em;
		margin-right: 0;
		margin-bottom: 0;
	}

	.topics_list .item .cate span + span {
		margin-top: 2vw;
	}

	.topics_list .item .date {
		font-size: 3.2vw;
	}

	.topics_list .item .topicsttl {
		font-size: 3.06vw;
		letter-spacing: 0;
		text-align: left;
	}

}



/* ---------------------------------------
  pagenavi
-----------------------------------------*/
.wp-pagenavi {
	margin: 40px 0 0;
	display: flex;
	align-items: center;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-family: 'Jost', sans-serif;
	margin: 0 3px;
	font-size: 1.8rem;
	color: #000;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	background-color: transparent;
	transition: .3s all ease;
}

.wp-pagenavi span.extend {
	border: none;
	line-height: 1;
	letter-spacing: 0.2em;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #000;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 100px;
	height: 15px;
	position: relative;
	border: none;
	background-color: transparent;
	font-size: 0;
	border-radius: 0;
	background-repeat: no-repeat;
}

.wp-pagenavi .nextpostslink {
	margin-left: auto;
	margin-right: 0;
	background-image: url(../img/topics/pager_nextpostslink.png);
	background-position: left center;
	background-size: 46px auto;
}

.wp-pagenavi .previouspostslink {
	margin-right: auto;
	margin-left: 0;
	background-image: url(../img/topics/pager_previouspostslink.png);
	background-position: right center;
	background-size: 45px auto;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: 18px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: width .3s ease;
}

.wp-pagenavi .nextpostslink::before {
	left: 66px;
}

.wp-pagenavi .previouspostslink::before {
	right: 66px;
}

.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: .3s ease;
}

.wp-pagenavi .nextpostslink::after {
	right: 10px;
}

.wp-pagenavi .previouspostslink::after {
	transform: rotate(135deg);
	left: 10px;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	background-color: transparent;
	color: #000;
}




@media screen and (min-width: 769px) {

	.wp-pagenavi .nextpostslink:hover::before,
	.wp-pagenavi .previouspostslink:hover::before {
		width: 28px;
	}


	.wp-pagenavi .nextpostslink:hover::after {
		right: 0;
	}

	.wp-pagenavi .previouspostslink:hover::after {
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin: 7vw 0 0;
		padding-bottom: 7.5vw;
		flex-wrap: wrap;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 .5vw 1vw;
		font-size: 3.6vw;
		width: 10vw;
		height: 10vw;
	}

	.wp-pagenavi span.extend {
		width: auto;
		margin: 0;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		position: absolute;
		bottom: 0;
		width: 18.6vw;
		height: 2.9vw;
		margin: 0;
	}

	.wp-pagenavi .nextpostslink {
		right: 0;
		background-size: 9.33vw auto;
	}

	.wp-pagenavi .previouspostslink {
		left: 0;
		background-size: 9.06vw auto;
	}

	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 3.8vw;
	}

	.wp-pagenavi .nextpostslink::before {
		left: auto;
		right: 2.4vw;
	}

	.wp-pagenavi .previouspostslink::before {
		right: auto;
		left: 2.4vw;
	}

	.wp-pagenavi .nextpostslink::after,
	.wp-pagenavi .previouspostslink::after {
		width: 1.8vw;
		height: 1.8vw;
	}

	.wp-pagenavi .nextpostslink::after {
		right: 1vw;
	}

	.wp-pagenavi .previouspostslink::after {
		left: 1vw;
	}
}


/* ------------------------------
    お知らせ詳細
------------------------------ */
.detail {
	max-width: 792px;
}

.detail .header {
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.detail .header .info {
	justify-content: flex-start;
	padding: 5px 0 0;
}

.detail .header .date {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-right: 1em;
	transition: .3s ease;
}

.detail .header .cate {
	line-height: 1;
}

.detail .header .cate span {
	display: inline-block;
	font-size: 1.4rem;
	height: 23px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 .4em;
	margin-right: 10px;
}

.detail .header .cate span.cate_p {
	background-color: #000;
}

.detail .header .cate span.cate_c {
	background-color: #cdb07c;
}

.detail .header .ttl {
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.26;
	letter-spacing: 0.15em;
	margin: 2em 0 1em;
}



/*contents*/
.mt0 {
	margin-top: 0 !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt100 {
	margin-top: 100px !important;
}


.detail .contents > *:first-child {
	margin-top: 0 !important;
}

.detail .contents h1 {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	padding: .67em .8em;
	margin: 60px 0 30px;
}

.detail .contents h2 {
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 2.2em;
	line-height: 1.5;
	letter-spacing: 0.15em;
	padding: .62em .2em;
	margin: 60px 0 30px;
}

.detail .contents h3 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	padding: 0 .2em .75em;
	margin: 60px 0 30px;
}

.detail .contents h4 {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin: 60px 0 20px;
}



.detail .contents p:not(.btn) {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.025em;
	text-align: justify;
}

.detail .contents .txt {
	margin: .625em 0 1.875em;
}

.detail .contents .txt p + p{
	margin-top: 1em;
}


.detail .contents p.midashi {
	font-size: 2rem;
	margin-bottom: .6em;
	line-height: 1.4;
	padding-bottom: .75em;
	position: relative;
}

.detail .contents p.midashi::before {
	content: "";
	width: 1.8em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}


.detail .contents p img {
	display: block;
}

.detail .contents figure.img {
	margin: 30px 0 60px;
}

.detail .contents figcaption {
	display: block;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 1em;
}



/*hr*/
.detail .contents hr {
	display: block;
	width: 100%;
	border: 1px solid #cdb07c;
	margin: 60px 0;
	background: #cdb07c;
}

/*col*/
.detail .contents .col2,
.detail .contents .col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0;
}

.detail .contents .col2 h3,
.detail .contents .col3 h3 {
	margin: 35px 0 15px;
}

.detail .contents .col2 h4,
.detail .contents .col3 h4 {
	margin: 22px 0 12px;
}

.detail .contents .col2 figure + p {
	margin-top: 35px;
}
.detail .contents .col3 figure + .txtwrap {
	margin-top: 22px;
}

.detail .contents .col2 > * {
	display: block;
	width: 384px;
	margin: 0 !important;
}

.detail .contents .col3 > * {
	display: block;
	width: 248px;
}

.detail .contents .col2 figcaption,
.detail .contents .col3 figcaption {
	margin-top: .6em;
}

.detail .contents .col3 p {
	font-size: 1.4rem;
	line-height: 2.1;
}

.detail .contents .col2 .txtwrap p:last-child,
.detail .contents .col3 .txtwrap p:last-child {
	margin-bottom: 0;
}


/*slider*/
.detail .contents .slider_wrap {
	margin: 60px 0;
	padding: 60px 60px 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.detail .contents .slider_wrap p {
	font-size: 1.5rem;
	line-height: 1.73;
}

.detail .contents .slider {
	width: 100%;
	margin-bottom: 60px;
}

.detail .contents .slider .img {
	width: 100%;
	overflow: hidden;
}

.detail .contents .slider .img img {
	width: 100%;
}


.detail .contents .slider .slick-arrow {
	width: 42px;
	height: 42px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
	text-indent: -9999px;
	z-index: 1;
}

.detail .contents .slider .slick-prev {
	transform: scale(-1, 1) rotate(-45deg);
	left: -14px;
}

.detail .contents .slider .slick-next {
	right: -14px;
}

.detail .contents .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.detail .contents .slick-dots li {
	height: 6px;
	line-height: 1;
	font-size: 0;
	position: relative;
	margin: 0 15px;
}

.detail .contents .slick-dots li::before,
.detail .contents .slick-dots li::after {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.detail .contents .slick-dots li:last-child::before,
.detail .contents .slick-dots li:last-child::after {
	content: none;
}

.detail .contents .slick-dots li::before {
	background-color: #b2b2b2;
	z-index: 1;
}

.detail .contents .slick-dots li::after {
	background-color: #000;
	width: 0;
	z-index: -1;
}

.detail .contents .slick-dots li.slick-active::after {
	width: 30px;
	z-index: 2;
	transition: width 7s linear;
	-webkit-transition:width 7s linear;
}


.detail .contents .slick-dots button {
	text-indent: -1000px;
	overflow: hidden;
	height: 6px;
	width: 6px;
	background: #b2b2b2;
	border-radius: 50%;
}

.detail .contents .slick-dots li.slick-active button {
	background: #000;
}


/*box*/
.detail .contents .box {
	border: 1px solid #000;
	padding: 25px 28px 25px;
	position: relative;
	margin: 60px 0;
}

.detail .contents .box h1,
.detail .contents .box h2,
.detail .contents .box h3,
.detail .contents .box h4 {
	margin-top: 0;
	margin-bottom: 20px;
}


/*list*/
.detail .contents .list li {
	font-size: 1.8rem;
	padding-left: 1.5em;
	position: relative;
	line-height: 1.37;
}

.detail .contents .list li + li {
	margin-top: .8em;
}

.detail .contents .list li::before {
	content: "";
	width: .55em;
	height: 1px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: .58em;
}



/*profile_box*/
.detail .contents .profile_box {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
}

.detail .contents .profile_box + .profile_box {
	margin-top: 40px;
}

.detail .contents .profile_box .profile_img {
	margin: 0;
	width: 164px;
}

.detail .contents .profile_box .profile_txt {
	width: 586px;
	min-height: 164px;
	padding: 28px 30px;
	border: 1px solid #000;
	position: relative;
}

.detail .contents .profile_box .profile_txt p {
	font-size: 1.5rem;
	line-height: 1.733;
	letter-spacing: 0;
}

.detail .contents .profile_box .profile_txt::before {
	content: "";
	display: block;
	width: 23px;
	height: 22px;
	background: url(../img/topics/fukidasi.png) #fff no-repeat 0 0 / 100%;
	position: absolute;
	left: -23px;
	top: 50%;
	transform: translatey(-50%);
}

/*video_wrap*/
.detail .contents .video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 60px 0;
}

.detail .contents .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*blank*/
.blank {
	height: 1px;
	margin: 60px 0;
}

/*topicbox*/
.detail .contents .topicbox {
	margin: 60px 0;
}

.detail .contents .topicbox a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 20px 18px;
	position: relative;
}

.detail .contents .topicbox a::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -10px;
}

.detail .contents .topicbox a .thumb {
	width: 193px;
}

.detail .contents .topicbox a .txtwrap {
	width: 536px;
}

.detail .contents .topicbox a .date {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-right: 1em;
	transition: .3s ease;
}

.detail .contents .topicbox a .cate {
	display: inline-block;
	line-height: 1;
}

.detail .contents .topicbox a .cate span {
	display: inline-block;
	font-size: 1.4rem;
	height: 23px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 .4em;
	margin-right: 10px;
}

.detail .contents .topicbox a .cate span.cate_p {
	background-color: #000;
}

.detail .contents .topicbox a .cate span.cate_c {
	background-color: #cdb07c;
}

.detail .contents .topicbox a .ttl {
	font-size: 1.5rem;
	line-height: 1.26;
	letter-spacing: 0;
	margin: 1.5em 0 0;
}

.detail .contents .topicbox a:hover {
	opacity: .8;
}



/*link_blank*/
.detail .contents .link_blank {
	margin: 60px 0;
}

.detail .contents .link_blank h4 {
	margin-top: 0;
	margin-bottom: 16px;
}

.detail .contents .link_blank a {
	display: block;
	position: relative;
	border: 1px solid #000;
	padding: 18px 30px 18px 100px;
	background: #fff;
	transition: .3s ease;
}

.detail .contents .col2 .link_blank a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.detail .contents .link_blank a::before {
	content: "";
	width: 100px;
	height: 100%;
	display: block;
	background: url(../img/topics/ico_blank.png) no-repeat left 50% center;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s ease;
}

.detail .contents .link_blank a p {
	font-size: 2rem;
	line-height: 1.8;
	color: #000;
	transition: .3s ease;
}


.detail .contents .col2 .link_blank a p {
	font-size: 1.6rem;
	line-height: 2.125;
}

.detail .contents .link_blank a:hover {
	border: 1px solid #cdb07c;
}

.detail .contents .link_blank a:hover::before {
	background: url(../img/topics/ico_blank_hover.png) no-repeat left 50% center;
}

.detail .contents .link_blank a:hover p {
	color: #cdb07c;
}

.image-right > div {
	order: 1;
}

.image-right figure {
	order: 2;
}

/*pdf*/
.detail .contents p.txt_pdf {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin: 60px 0 16px;
}
	.detail .contents .btn_pdf{
		margin: 0!important;
	}
.detail .contents .btn_pdf a {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #cdb07c;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	padding: 0 4em;
	position: relative;
	transition: background-color .5s cubic-bezier(.4, .8, .74, 1) 0s;
}

.detail .contents .btn_pdf a span {
	color: #fff;
	position: relative;
	transition: .3s ease;
}

.detail .contents .btn_pdf a::after {
	content: "";
	width: .5em;
	height: .5em;
	display: inline-block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -.25em;
}

.detail .contents .btn_pdf a:hover {
	background: #000000;
}

/*最新の記事*/
.detail .latest {
	margin: 80px 0 0;
}

.detail .latest h2 {
	font-weight: bold;
	background-color: #66a8bf;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: .4em 1.25em;
	margin-top: 2.2em;
	margin-bottom: 2.4em;
	border-radius: 30px;
}


/*IE*/
.ie .detail .header .cate span:not(.en),
.ie .detail .contents .topicbox a .cate span:not(.en){
	line-height: 28px;
}
.ie .detail .contents h1 {
	padding: .8em 1.25em .54em;
}

.ie .detail .contents h2{
	padding: .74em .2em .5em;
}

.ie .detail .contents .list li::before {
	top: .4em;
}

.ie .detail .contents .btn_pdf a {
	line-height: 66px;
}

.ie .detail .contents .btnwrap .btn a {
	line-height: 70px;
}

.ie .detail .latest h2 {
	padding: .6em 1.25em .2em;
}

@media screen and (max-width: 768px) {
	.detail {
		max-width: inherit;
	}

	.detail .header {
		margin-bottom: 12vw;
		padding-bottom: 8vw;
	}

	.detail .header .info {
		padding: 0;
	}

	.detail .header .date {
		font-size: 3.2vw;
		margin-right: 1.5em;
	}

	.detail .header .cate span {
		font-size: 2.8vw;
		height: 4.6vw;
		line-height: 4.6vw;
		margin-right: 2vw;
	}

	.detail .header .ttl {
		font-size: 6vw;
		line-height: 1.44;
		margin: 2em 0 0;
	}



	/*contents*/

	.detail .contents h1 {
		font-size: 4.8vw;
		padding: .67em .2em .67em .8em;
		margin: 12vw 0 8vw;
	}

	.detail .contents h2 {
		font-size: 4.4vw;
		margin: 12vw 0 6vw;
	}

	.detail .contents h3 {
		font-size: 4vw;
		padding: 0 .2em .75em;
		margin: 12vw 0 6vw;
	}

	.detail .contents h4 {
		font-size: 3.6vw;
		margin: 12vw 0 6vw;
	}



	.detail .contents p:not(.btn) {
		font-size: 3.2vw;
	}

	.detail .contents > p:not(.btn) {
		margin: 4vw 0 6vw;
	}

	.detail .contents figure.img {
		margin: 12vw 0;
	}

	.detail .contents figcaption {
		font-size: 2.8vw;
	}



	/*hr*/
	.detail .contents hr {
		margin: 12vw 0;
	}

	/*col*/
	.detail .contents .col2,
	.detail .contents .col3 {
		display: block;
		margin: 12vw 0;
	}

	.detail .contents .col2 h3,
	.detail .contents .col3 h3 {
		margin: 8vw 0 4vw !important;
	}

	.detail .contents .col2 h4,
	.detail .contents .col3 h4 {
		margin: 0 0 3.6vw;
	}

	.detail .contents .col2 > * {
		width: 100%;
		margin-bottom: 12vw !important;
	}

	.detail .contents .col2 figure {
		margin-bottom: 0 !important;
	}

	.detail .contents .col3 > * {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 12vw;
	}

	.detail .contents .col3 figure {
		width: 40vw;
	}

	.detail .contents .col3 .txtwrap {
		width: 39vw;
	}

	.detail .contents .col3 .txtwrap h4 {
		margin-top: 0;
	}

	.detail .contents .col3 p {
		font-size: 2.9vwm;
		line-height: 1.77;
	}


	/*slider*/
	.detail .contents .slider_wrap {
		width: 100vw;
		margin: 12vw -8vw;
		padding: 10vw;
	}

	.detail .contents .slider_wrap p {
		font-size: 2.89vw;
	}

	.detail .contents .slider {
		width: 100%;
		margin-bottom: 11vw;
	}


	.detail .contents .slider .slick-arrow {
		width: 5vw;
		height: 5vw;
		margin-top: -2.5vw;
	}

	.detail .contents .slider .slick-prev {
		left: -1.2vw;
	}

	.detail .contents .slider .slick-next {
		right: -1.2vw;
	}

	.detail .contents .slick-dots {
		height: 6px;
		position: absolute;
		left: 0;
		bottom: -6vw;
	}

	.detail .contents .slick-dots li {
		height: 1.2vw;
		margin: 0 3vw;
	}

	.detail .contents .slick-dots li::before,
	.detail .contents .slick-dots li::after {
		width: 6vw;
		height: 1px;
		left: 1.2vw;
	}

	.detail .contents .slick-dots li::after {
		width: 0;
	}

	.detail .contents .slick-dots li.slick-active::after {
		width: 6vw;
	}


	.detail .contents .slick-dots button {
		height: 1.2vw;
		width: 1.2vw;
		border-radius: .6vw;
	}


	/*box*/
	.detail .contents .box {
		padding: 5vw 6vw;
		margin: 12vw 0;
	}

	.detail .contents .box h1,
	.detail .contents .box h2,
	.detail .contents .box h3,
	.detail .contents .box h4 {
		margin-top: 0;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}


	/*list*/
	.detail .contents .list li {
		font-size: 3.6vw;
		line-height: 1.37;
		padding-left: 1.2em;
	}

	.detail .contents .list li::before {
		top: .6em;
	}

	.detail .contents .list li + li {
		margin-top: 1em;
	}



	/*profile_box*/
	.detail .contents .profile_box {
		margin: 12vw 0;
	}

	.detail .contents .profile_box .profile_img {
		width: 22vw;
	}

	.detail .contents .profile_box .profile_txt {
		width: 54vw;
		min-height: inherit;
		padding: 5vw 4vw;
	}

	.detail .contents .profile_box .profile_txt p {
		font-size: 2.9vw;
		line-height: 1.733;
	}

	.detail .contents .profile_box .profile_txt::before {
		width: 4.6vw;
		height: 4.5vw;
		left: -4.6vw;
		top: 16vw;
	}

	/*video_wrap*/
	.detail .contents .video_wrap {
		margin: 12vw 0;
	}

	/*blank*/
	.blank {
		margin: 12vw 0;
	}

	/*topicbox*/
	.detail .contents .topicbox {
		margin: 12vw 0;
	}

	.detail .contents .topicbox a {
		display: block;
		padding: 3.2vw 7vw 3.2vw 3.2vw;
	}

	.detail .contents .topicbox a::after {
		width: 3.6vw;
		height: 3.6vw;
		right: 2.8vw;
		top: calc(50% + 3vw);
		margin-top: -1.8vw;
	}

	.detail .contents .topicbox a .thumb {
		width: 38.6vw;
		position: absolute;
		left: 3.2vw;
		bottom: 3.2vw;
	}

	.detail .contents .topicbox a .txtwrap {
		width: 100%;
	}

	.detail .contents .topicbox a .date {
		font-size: 3.2vw;
		margin-right: 1.2em;
	}

	.detail .contents .topicbox a .cate span {
		font-size: 2.8vw;
		height: 4.6vw;
		line-height: 4.6vw;
		margin-right: 2vw;
		margin-bottom: 1vw;
	}


	.detail .contents .topicbox a .ttl {
		width: 33vw;
		padding-top: 1.2em;
		font-size: 3vw;
		line-height: 1.7;
		margin: .5em 0 0 auto;
		min-height: 21.8vw;
		text-align: left;
	}



	/*link_blank*/
	.detail .contents .link_blank {
		margin: 12vw 0;
	}

	.detail .contents .link_blank h4 {
		margin-bottom: 3.4vw;
	}

	.detail .contents .link_blank a {
		padding: 4vw 5vw 4vw 17vw;
	}

	.detail .contents .col2 .link_blank {
		width: 91%;
		margin: 0 auto!important;
	}

	.detail .contents .col2 .link_blank + .link_blank {
		margin-top: 6vw!important;
	}

	.detail .contents .col2 .link_blank a {
		padding: 4vw 5vw 4vw 17vw;
	}

	.detail .contents .link_blank a::before {
		width: 17vw;
		background-size: 5vw auto;
	}

	.detail .contents .link_blank a p {
		font-size: 4vw;
	}


	.detail .contents .col2 .link_blank a p {
		font-size: 3.2vw;
	}



	/*pdf*/
	.detail .contents p.txt_pdf {
		font-size: 3.6vw;
		margin: 12vw 0 3.4vw;
	}

	.detail .contents .btn_pdf a {
		width: 100%;
		height: 12.4vw;
		line-height: 12.4vw;
		font-size: 3.6vw;
	}

}


/* ---------------------------------------
  topics
-----------------------------------------*/
#sec_topics .secttl {
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
	margin-bottom: -.38em;
}

#sec_topics .secttl .ttl {
	font-weight: bold;
	padding: 0;
	padding-right: 20px;
	font-size: 3rem;
	white-space: nowrap;
	line-height: 1;
}

#sec_topics .secttl .border {
	width: 100px;
	height: 1px;
	min-height: inherit;
}

#sec_topics .secttl .border:after {
	left: calc(100% - 3px);
	bottom: -3px;
}

#sec_topics .secttl.is-show .border {
	width: 100%;
}

#sec_topics .bg {
	padding: 90px 0 120px;
}


#sec_topics .topics_list {
	/* justify-content: space-between; */
	justify-content: flex-start;
}

#sec_topics .topics_list .item {
	width: 282px;
	margin-bottom: 65px;
}

#sec_topics .btn a {
	width: 353px;
}

#sec_topics .btn a::before {
	width: 100px;
}

#sec_topics .btn a::after {
	left: 100px;
}

#sec_topics .btn a > span {
	padding: 0 20px;
}

#sec_topics .cate_search {
	margin: 70px auto 0;
}

/*IE*/
.ie #sec_topics .secttl .ttl{
	bottom: -.23em;
}

.no-post h3 {
	font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
	#sec_topics .topics_list .item + .item {
		margin-left: 24px;
	}
}

@media screen and (max-width: 768px) {
	#sec_topics .topics_list {
		justify-content: space-between;
	}
	#sec_topics .topics_list .item + .item {
		margin-left: 0;
	}
	#sec_topics {
		padding: 13.33vw 0 0;
		margin-top: 4vw;
	}

	#sec_topics .secttl .ttl {
		padding-right: 2vw;
		font-size: 4.4vw;
		/* white-space: unset; */
	}

	#sec_topics .secttl .border {
		width: 100px;
		height: 1px;
		min-height: inherit;
	}

	#sec_topics .secttl .border:after {
		left: calc(100% - 1.4vw);
		bottom: 0;
		margin-top: -.7vw;
	}

	#sec_topics .secttl.is-show .border {
		width: 100%;
	}

	#sec_topics .bg {
		padding: 12vw 0 16vw;
	}

	#sec_topics .topics_list .item {
		width: 48%;
		margin-bottom: 9.33vw;
	}


	#sec_topics .btn a {
		width: 70.6vw;
	}

	#sec_topics .btn a::before {
		width: 21vw;
	}

	#sec_topics .btn a::after {
		left: 21vw;
	}

	#sec_topics .btn a > span {
		padding: 0 4.6vw;
	}

	#sec_topics .cate_search{
		margin-top: 13.33vw;
	}

	.detail .contents .col2 figure + p {
		margin-top: 6vw;
	}

	.detail .contents .col3 figure + .txtwrap {
		margin-top: 0;
	}

	.detail .contents .image-txt .txtwrap {
		margin-top: 8vw !important;
	}

	.detail .contents .image-txt .txtwrap h3 {
		margin-top: 0 !important;
	}

}
