@charset "UTF-8";

/* ---------------------------------------
  topics
-----------------------------------------*/

/* contents_wrap
--------------------------------*/
.contents_wrap {
	padding: 60px 0 100px;
}

.contents_wrap .side .sidemenu {
	margin-bottom: 60px;
}

.contents_wrap .side .sidemenu .menuttl {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	padding: 10px;
	background-color: #f8f8f8;
	border-radius: 10px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	margin-bottom: 25px;
}

.contents_wrap .side .sidemenu.category ul li {
	display: inline-block;
}

.contents_wrap .side .sidemenu.category ul li + li {
	margin-top: 16px;
}

.contents_wrap .side .sidemenu.category ul li a {
	height: 36px;
	font-weight: 400;
	line-height: 1.5;
	min-width: inherit;
	height: auto;
	padding: 6px 1.8em;
}

.contents_wrap .side .sidemenu.category ul li a .txt {
	transition: .3s ease;
}

.contents_wrap .side .sidemenu.category ul li a .circle {
	right: 15px;
	top: 15.5px;
}

.contents_wrap .side .sidemenu.recommend .menuttl {
	margin-bottom: 0;
}

.contents_wrap .side .sidemenu.recommend ul li {
	position: relative;
	border-bottom: 1px solid #c1c1c1;
}

.contents_wrap .side .sidemenu.recommend ul li a {
	display: block;
	padding: 20px 0;
	transition: .3s ease;
}

.contents_wrap .side .sidemenu.recommend ul li a .date {
	color: #1e2886;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: .5em;
}

.contents_wrap .side .sidemenu.recommend ul li a .ttl {
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.07em;
}


@media screen and (min-width: 768px) {
	.contents_wrap {
		display: flex;
		justify-content: space-between;
	}

	.contents_wrap .main {
		width: 792px;
	}

	.contents_wrap .side {
		width: 237px;
	}

	.contents_wrap .side .sidemenu.recommend ul li a.is-fade {
		opacity: .3;
	}
}

@media screen and (max-width: 767px) {
	.contents_wrap {
		padding: 6rem 0 15rem;
	}

	.contents_wrap .main {
		padding-bottom: 15rem;
	}

	.contents_wrap .side .sidemenu {
		margin-bottom: 9rem;
	}

	.contents_wrap .side .sidemenu:last-child {
		margin-bottom: 0;
	}

	.contents_wrap .side .sidemenu .menuttl {
		font-size: 2.7rem;
		padding: 1.4rem;
		border-radius: 1.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin-bottom: 1.3rem;
	}

	.contents_wrap .side .sidemenu.category ul {
		margin-right: -2.5rem;
	}

	.contents_wrap .side .sidemenu.category ul li {
		margin-top: 2.3rem;
		margin-right: 2.5rem;
	}

	.contents_wrap .side .sidemenu.category ul li + li {
		margin-top: 2.3rem;
	}

	.contents_wrap .side .sidemenu.category ul li a {
		height: 5.4rem;
		padding: .9rem 1.8em;
	}

	.contents_wrap .side .sidemenu.category ul li a .circle {
		right: 2.2rem;
		top: 2.3rem;
	}

	.contents_wrap .side .sidemenu.recommend ul li {
		border-bottom: .2rem solid #c1c1c1;
	}

	.contents_wrap .side .sidemenu.recommend ul li a {
		padding: 3rem 0;
	}

	.contents_wrap .side .sidemenu.recommend ul li a .ttl {
		font-size: 2.7rem;
	}

}



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

#sec_topics .topics_list {
	justify-content: flex-start;
}

#sec_topics .topics_list .item {
	width: 372px;
}

#sec_topics .topics_list .item a {
	display: block;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	overflow: hidden;
	transform: scale(1);
	transition: .3s ease;
	will-change: transform;
}

#sec_topics .topics_list .item .thumb {
	position: relative;
	width: 100%;
	height: 247px;
	overflow: hidden;
}

#sec_topics .topics_list .item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec_topics .topics_list .item .txtwrap {
	padding: 20px 24px 24px;
}

#sec_topics .topics_list .item .cate {
	line-height: 1;
	margin-top: 15px;
}

#sec_topics .topics_list .item .cate span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 2px 12px;
	border-radius: 13px;
	background-color: #1e2886;
	margin-right: 10px;
	margin-bottom: 5px;
}

#sec_topics .topics_list .item .date {
	color: #1e2886;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: .75em;
}

#sec_topics .topics_list .item .ttl {
	font-size: 1.8rem;
	line-height: 1.77;
	letter-spacing: 0.07em;
}


@media screen and (min-width: 768px) {
	#sec_topics .topics_list .item:nth-child(even) {
		margin-left: 48px;
	}

	#sec_topics .topics_list .item:nth-child(n + 3) {
		margin-top: 48px;
	}

	#sec_topics .topics_list .item a:hover {
		background-color: #fff;
		transform: scale(1.05);
	}
}

@media screen and (max-width: 767px) {
	#sec_topics .topics_list .item {
		width: 100%;
	}

	#sec_topics .topics_list .item + .item {
		margin-top: 6rem;
	}

	#sec_topics .topics_list .item a {
		border-radius: 3rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_topics .topics_list .item .thumb {
		height: 41.8rem;
	}

	#sec_topics .topics_list .item .txtwrap {
		padding: 3rem 4rem 3.5rem;
	}

	#sec_topics .topics_list .item .cate {
		margin-top: 2rem;
	}

	#sec_topics .topics_list .item .cate span {
		font-size: 2.1rem;
		padding: .4rem .75em;
		border-radius: 1.975rem;
		margin-right: 1rem;
		margin-bottom: .5rem;
	}

	#sec_topics .topics_list .item .ttl {
		font-size: 2.7rem;
	}

}

/* pagenavi
--------------------------------*/
.wp-pagenavi {
	margin: 70px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #1e2886;
	font-size: 1.6rem;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	border-radius: 50%;
	margin: 0 5px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	transition: .3s ease;
	position: relative;
}

.wp-pagenavi span.extend {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: none;
	background-color: transparent;
	color: transparent;
	position: relative;
	display: block;
	margin: 0;
	text-indent: -9999px;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #1e2886;
	border-right: 2px solid #1e2886;
	transform: rotate(45deg);
	position: absolute;
	left: 16px;
	top: 17px;
	transition: .3s ease;
}

.wp-pagenavi .nextpostslink {
	margin-left: 60px;
}

.wp-pagenavi .previouspostslink {
	margin-right: 60px;
}

.wp-pagenavi .previouspostslink::before {
	transform: rotate(-135deg);
	left: 18px;
	top: 17px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #f8f8f8;
	background-color: #1e2886;
}

.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .previouspostslink:hover::before {
	border-color: #fff;
}

@media screen and (min-width: 768px) {
	/*
	.wp-pagenavi .nextpostslink:hover {
		transform: translateX(4px);
	}

	.wp-pagenavi .previouspostslink:hover {
		transform: translateX(-4px) scale(-1, 1);
	}
*/
}

@media screen and (max-width: 767px) {
	.wp-pagenavi {
		margin: 13.5rem 0 -3rem;
		padding: 0 9rem;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 2.4rem;
		width: 6rem;
		height: 6rem;
		margin: 0 1.5rem 3rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}


	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		position: absolute;
		top: 0;
	}

	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 1.1rem;
		height: 1.1rem;
		border-top: .3rem solid #1e2886;
		border-right: .3rem solid #1e2886;
		left: 2.4rem;
		top: 2.6rem;
	}

	.wp-pagenavi .nextpostslink {
		margin-left: 0;
		right: 0;
	}

	.wp-pagenavi .previouspostslink {
		margin-right: 0;
		left: 0;
	}

}

/* detail
--------------------------------*/

/*header*/

.detail .header {
	margin-bottom: 36px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
}

.detail .header .info {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.detail .header .info .date {
	flex: 0 0 auto;
	width: 7em;
	color: #1e2886;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-right: 18px;
	margin-top: 7px;
}

.detail .header .info .cate span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 2px 1em;
	border-radius: 13px;
	background-color: #1e2886;
	margin-right: 18px;
	margin-bottom: 5px;
}

.detail .header .ttl {
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}


/*contents*/
.detail .contents {
	/*	padding-bottom: 120px;*/
}

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

.detail .contents > *:last-child {
	margin-bottom: 0 !important;
}

.detail .contents h1,
.detail .contents h2,
.detail .contents h3,
.detail .contents h4 {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
}

.detail .contents h1 {
	color: #1e2886;
	font-size: 2.4rem;
	padding: 18.5px 32px;
	margin-top: 2.2em;
	margin-bottom: 1.5em;
	background-color: #f8f8f8;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

.detail .contents h2 {
	font-size: 2.2rem;
	padding: 18.5px 32px;
	margin-top: 2em;
	margin-bottom: 1.5em;
	background-color: #fff;
	border-radius: 10px;
}

.detail .contents h3 {
	font-size: 2rem;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.detail .contents h4 {
	font-size: 1.8rem;
	margin-top: 1em;
	margin-bottom: .5em;
}

.detail .contents p:not(.btn) {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0;
	/*	text-align: justify;*/
}

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

.detail .contents p:not(.btn) > a {
	text-decoration: underline;
	transition: .3s ease;
}

.detail .contents p img {
	display: block;
	border-radius: 20px;
}

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

.detail .contents figure.img img {
	border-radius: 20px;
}

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


/*hr*/

.detail .contents hr {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	margin: 60px 0;
	background-color: #c1c1c1;
}

/*blank*/

.detail .contents .blank {
	width: 100%;
	height: 30px;
	display: block;	
}

/*col*/

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

.detail .contents .col2.imgright,
.detail .contents .col3.imgright {
	flex-direction: row-reverse;
}

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

.detail .contents .col2 img {
	border-radius: 15px;
}

.detail .contents .col2 .txtwrap,
.detail .contents .col3 .txtwrap {
	margin-top: 26px;
}

.detail .contents .col2 .txtwrap > *:first-child,
.detail .contents .col3 .txtwrap > *:first-child {
	margin-top: 0;
}

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

.detail .contents .col3 img {
	border-radius: 10px;
}

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


/*profile_box*/

.detail .contents .profile_box {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

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

.detail .contents .profile_box .profile_img {
	position: relative;
	margin: 0;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	overflow: hidden;
}

.detail .contents .profile_box .profile_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: .3s ease;
}

.detail .contents .profile_box .profile_txt {
	position: relative;
	width: 586px;
	min-height: 164px;
	padding: 19px 34px;
	border-radius: 15px;
	background-color: #fff;
}

.detail .contents .profile_box .profile_txt::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 27px 28px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	right: 100%;
	top: 70px;
}

/*slider*/

.detail .contents .slider_wrap {
	margin: 60px 0;
	padding: 60px 73px 50px;
	position: relative;
	width: 100%;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	overflow: hidden;
}

.detail .contents .slider {
	width: 100%;
	margin: 0 -5px 55px;
}

.detail .contents .slider .img {
	width: 100%;
	margin: 0 5px;
	border-radius: 20px;
	overflow: hidden;
}

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

.detail .contents .slider .slick-arrow {
	font-size: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	overflow: visible;
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #1e2886;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(30, 40, 134, .2);
	position: absolute;
	top: 50%;
	margin-top: -20px;
	transition: .3s ease;
}


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

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

.detail .contents .slider .slick-arrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 16px;
	top: 17px;
}

.detail .contents .slider .slick-dots {
	width: 100%;
	display: flex !important;
	justify-content: center;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.detail .contents .slider .slick-dots li {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	line-height: 1;
	margin: 0 6px;
}

.detail .contents .slider .slick-dots li button {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-color: #f8f8f8;
	/* box-shadow: 4px 4px 4px rgba(30, 40, 134, .2); */
	box-shadow: 1px 2px 5px rgba(30, 40, 134, .4);
	transition: .3s ease;
}

.detail .contents .slider .slick-dots li button:hover,
.detail .contents .slider .slick-dots li.slick-active button {
	background: #1e2886;
	box-shadow: 4px 4px 4px transparent;
}


/*box*/

.detail .contents .list_box {
	position: relative;
	padding: 25px 41px 20px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	overflow: hidden;
	margin: 60px 0;
}

.detail .contents .list_box .ttl {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333333;
}

/*list*/

.detail .contents .list li {
	position: relative;
	padding-left: 1.5em;
}

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

.detail .contents .list li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333333;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: .85em;
}

/*box_link*/
.detail .contents a.box_link {
	background-color: #f8f8f8;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	overflow: hidden;
	transition: .3s ease;
}

/*topics_box*/

.detail .contents .topics_box {
	margin: 60px 0;
	position: relative;
	display: block;
}

.detail .contents .topics_box a {
	position: relative;
	display: flex;
	align-items: stretch;
	border-radius: 20px;
	overflow: hidden;
	isolation: isolate;
}

.detail .contents .topics_box .thumb {
	flex: 0 0 auto;
	width: 224px;
	overflow: hidden;
	position: relative;
}

.detail .contents .topics_box .thumb img {
	width: 100%;
	height: 101%;
	object-fit: cover;
	transform: scale(1.0);
	transition: .3s ease;
	will-change: transform;
}

.detail .contents .topics_box .txtwrap {
	position: relative;
	width: calc(100% - 224px);
	padding: 21px 100px 21px 34px;
}

.detail .contents .topics_box .txtwrap .info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.detail .contents .topics_box .txtwrap .info .date {
	flex: 0 0 auto;
	width: 7em;
	color: #1e2886;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-right: 18px;
	margin-top: 7px;
}

.detail .contents .topics_box .txtwrap .info .cate {
	margin: 0;
}

.detail .contents .topics_box .txtwrap .info .cate span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 2px 1em;
	border-radius: 13px;
	background-color: #1e2886;
	margin-right: 18px;
	margin-bottom: 5px;
}

.detail .contents .topics_box .txtwrap .ttl {
	flex: 1 1 auto;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.07em;
}

.detail .contents .topics_box .txtwrap .ico {
	width: 40px;
	height: 40px;
	background-color: #1e2886;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(30, 40, 134, .2);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
	transition: .3s ease;
}

.detail .contents .topics_box .txtwrap .ico::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 16px;
	top: 17px;
}


/*link_blank*/

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

.detail .contents .link_blank .ttl {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: .75em;
}

.detail .contents .link_blank a {
	position: relative;
	display: block;
	padding: 23px 45px 23px 90px;
	border-radius: 15px;
}

.detail .contents .link_blank a p {
	color: #1e2886;
}

.detail .contents .link_blank a .ico {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../img/common/ico_blank.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease;
}

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

.detail .contents .pdf_btn p {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: .5em;
}

.detail .contents .pdf_btn .btn a {
	min-width: 306px;
}

.detail .contents .pdf_btn .btn a .ico {
	width: 16px;
	height: 16px;
	background-image: url(../img/common/ico_download_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease;
}

.detail .contents .pdf_btn .btn a .circle {
	right: 32px;
}

.detail .contents .pdf_btn .btn a .circle > span {
	background-color: transparent;
	transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1), background-color 0s .35s;
}


/*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;
}


/*gmap*/

.detail .contents .gmap {
	width: 100%;
	height: 527px;
	position: relative;
	margin: 60px 0;
}

.detail .contents .gmap iframe,
.detail .contents .gmap .gmap-inner {
	width: 100%;
	height: 100%;
}

.detail .contents .gmap .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.detail .contents .gmap .btn a {
	border-radius: 30px 0 0 30px;
	box-shadow: none;
}



/*最新の記事*/
.main .other_topics {
	margin-top: 120px
}

.main .other_topics h2 {
	color: #1e2886;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 18.5px 32px;
	margin-bottom: 50px;
	background-color: #f8f8f8;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

.main .other_topics .btn.back {
	margin-top: 80px;
}

.main .other_topics .btn.back a {
	padding: 0 0 1em 2.375em;
}

.main .other_topics .btn a .arw {
	transform: scale(-1, 1);
	right: auto;
	left: 0;
}

/*pager*/
.main .pager {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.main .pager .btn a,
.main .pager .btn_blank {
	min-width: inherit;
	width: 153px;
	padding: 0.5em 1.5em;
	margin: 0;
	transform: none;
}

.main .pager .btn.prev a,
.main .pager .btn.next a {
	color: #1e2886;
	background-color: #fff;
}

.main .pager .btn.prev a {
	padding-left: 2em;
}

.main .pager .btn.next a {
	padding-right: 2em;
}

.main .pager .btn.prev a .circle {
	left: 25px;
}

.main .pager .btn.next a .circle {
	right: 25px;
}

.main .pager .btn.prev a .circle > span,
.main .pager .btn.next a .circle > span {
	background-color: #1e2886;
}

.main .pager .btn.back a {
	width: 200px;
}

.main .pager .btn.back a .circle {
	left: 25px;
}


@media screen and (min-width: 768px) {
	.detail .contents .topics_box a:hover .thumb img {
		transform: scale(1.05);
	}

	.detail .contents .slider .slick-prev:hover {
		transform: scale(-1, 1) translateX(5px);
	}

	.detail .contents .slider .slick-next:hover {
		transform: translateX(5px);
	}

	.detail .contents a.box_link:hover {
		background-color: #fff;
	}

	.detail .contents .link_blank a:hover .ico {
		background-color: #1e2886;
		background-image: url(../img/common/ico_blank_w.svg);
	}

	.detail .contents .pdf_btn .btn a:hover .circle > span {
		background-color: #f8f8f8;
		transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1), background-color 0s 0s;
	}

	.detail .contents .pdf_btn .btn a:hover .ico {
		background-image: url(../img/common/ico_download.svg);
	}

	.main .pager .btn.prev a:hover,
	.main .pager .btn.next a:hover {
		color: #fff;
	}
}

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

	/*header*/
	.detail .header {
		margin-bottom: 5.6rem;
		padding-bottom: 3.6rem;
	}

	.detail .header .info {
		margin-bottom: 3rem;
	}

	.detail .header .info .date {
		margin-right: 2.5rem;
		margin-top: 1.1rem;
	}

	.detail .header .info .cate span {
		font-size: 2.1rem;
		padding: .4rem 1em;
		border-radius: 1.975rem;
		margin-right: 1rem;
		margin-bottom: .5rem;
	}

	.detail .header .ttl {
		font-size: 4.2rem;
	}

	/*contents*/
	.detail .contents {
		/*	padding-bottom: 120px;*/
	}

	.detail .contents h1 {
		font-size: 3.6rem;
		padding: 2.8rem 5rem;
		border-radius: 2.2rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	.detail .contents h2 {
		font-size: 3.3rem;
		padding: 2.025rem 5rem;
		border-radius: 1.5rem;
	}

	.detail .contents h3 {
		font-size: 3rem;
	}

	.detail .contents h4 {
		font-size: 2.7rem;
	}

	.detail .contents p:not(.btn) {
		font-size: 2.4rem;
	}

	.detail .contents p img {
		border-radius: 1.6rem;
	}

	.detail .contents figure.img {
		margin: 9rem auto;
	}

	.detail .contents figure.img img {
		border-radius: 1.6rem;
	}

	.detail .contents figcaption {
		font-size: 2.1rem;
	}


	/*hr*/
	.detail .contents hr {
		margin: 9rem 0;
	}

	.detail .contents .blank {
		height: 1rem;
	}


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

	.detail .contents .col2.imgright,
	.detail .contents .col3.imgright {
		flex-direction: row-reverse;
	}

	.detail .contents .col2 > * {
		width: 100%;
		margin: 9rem 0 !important;
	}

	.detail .contents .col2 img {
		border-radius: 1.6rem;
	}

	.detail .contents .col2 .txtwrap,
	.detail .contents .col3 .txtwrap {
		margin-top: 3.9rem;
	}

	.detail .contents .col3 > * {
		width: 100%;
		margin: 9rem 0 !important;
	}

	.detail .contents .col3 > div {
		display: flex;
		justify-content: space-between;
	}

	.detail .contents .col3 figure {
		width: 44%;
	}

	.detail .contents .col3 figure figcaption {

		margin-top: .5em;
	}

	.detail .contents .col3 img {
		border-radius: 1.6rem;
	}

	.detail .contents .col3 .txtwrap {
		width: 52%;
		margin-top: 0;
	}

	/*profile_box*/
	.detail .contents .profile_box {
		margin: 9rem 0;
	}

	.detail .contents .profile_box + .profile_box {
		margin-top: 9rem;
	}

	.detail .contents .profile_box .profile_img {
		width: 20rem;
		height: 20rem;
	}

	.detail .contents .profile_box .profile_txt {
		width: calc(100% - 25rem);
		min-height: inherit;
		padding: 3rem 3.5rem;
		border-radius: 1.6rem;
	}

	.detail .contents .profile_box .profile_txt::before {
		border-width: 0 4rem 4.2rem 0;
		top: 9rem;
	}

	/*slider*/
	.detail .contents .slider_wrap {
		width: 75rem;
		margin: 9rem -8vw;
		padding: 9rem 6rem 8rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	.detail .contents .slider {
		margin: 0 0 8rem;
	}

	.detail .contents .slider .img {
		border-radius: 3rem;
		margin: 0;
	}

	.detail .contents .slider .slick-arrow {
		width: 6rem;
		height: 6rem;
		box-shadow: 0px 0px 1.2rem rgba(30, 40, 134, .2);
		margin-top: -3rem;
	}

	.detail .contents .slider .slick-prev {
		left: -3rem;
	}

	.detail .contents .slider .slick-next {
		right: -3rem;
	}

	.detail .contents .slider .slick-arrow::before {
		width: 1.1rem;
		height: 1.1rem;
		border-top: .3rem solid #fff;
		border-right: .3rem solid #fff;
		left: 2.4rem;
		top: 2.6rem;
	}

	.detail .contents .slider .slick-dots {
		bottom: -4.5rem;
	}

	.detail .contents .slider .slick-dots li {
		width: 1.35rem;
		height: 1.35rem;
		margin: 0 .9rem;
	}

	.detail .contents .slider .slick-dots li button {
		box-shadow: .2rem .2rem .8rem rgba(30, 40, 134, .4);
	}

	.detail .contents .slider .slick-dots li button:hover,
	.detail .contents .slider .slick-dots li.slick-active button {
		box-shadow: .6rem .6rem .6rem transparent;
	}

	/*box*/
	.detail .contents .list_box {
		padding: 3.75rem 6rem 3rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin: 9rem 0;
	} 

	.detail .contents .list_box .ttl {
		font-size: 3rem;
	}

	/*list*/

	.detail .contents .list li::before {
		width: .9rem;
		height: .9rem;
		left: .45rem;
	}

	/*box_link*/
	.detail .contents a.box_link {
		border-radius: 2.2rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	/*topics_box*/
	.detail .contents .topics_box {
		margin: 9rem 0;
	}

	.detail .contents .topics_box a {
		display: block;
		border-radius: 1.6rem;
	}

	.detail .contents .topics_box .thumb {
		width: 100%;
		height: 41.8rem;
	}

	.detail .contents .topics_box .txtwrap {
		width: 100%;
		padding: 3rem 9rem 3.5rem 4rem;
	}

	.detail .contents .topics_box .txtwrap .info {
		margin-bottom: 1.5rem;
	}

	.detail .contents .topics_box .txtwrap .info .date {
		margin-right: 2.5rem;
		margin-top: 1.1rem;
	}

	.detail .contents .topics_box .txtwrap .info .cate {
		margin: 0;
	}

	.detail .contents .topics_box .txtwrap .info .cate span {
		font-size: 2.1rem;
		padding: .4rem .75em;
		border-radius: 1.975rem;
		margin-right: 1rem;
		margin-bottom: .5rem;
	}

	.detail .contents .topics_box .txtwrap .ttl {
		font-size: 2.7rem;
	}

	.detail .contents .topics_box .txtwrap .ico {
		width: 6rem;
		height: 6rem;
		box-shadow: 0px 0px 1.2rem rgba(30, 40, 134, .2);
		margin-top: -3rem;
		right: 1.75rem
	}

	.detail .contents .topics_box .txtwrap .ico::before {
		width: 1.1rem;
		height: 1.1rem;
		border-top: .3rem solid #fff;
		border-right: .3rem solid #fff;
		left: 2.4rem;
		top: 2.6rem;
	}

	/*link_blank*/
	.detail .contents .link_blank {
		margin: 9rem 0;
	}

	.detail .contents .link_blank .ttl {
		font-size: 2.7rem;
	}

	.detail .contents .link_blank a {
		padding: 3rem 4rem 3rem 10rem;
		border-radius: 2rem;
	}

	.detail .contents .link_blank a .ico {
		width: 6rem;
		height: 6rem;
		left: 2rem;
		background-size: 2rem auto;
	}

	/*pdf*/
	.detail .contents .pdf_btn {
		margin: 9rem 0;
	}

	.detail .contents .pdf_btn p {
		font-size: 2.7rem;
	}

	.detail .contents .pdf_btn .btn a {
		min-width: inherit;
		width: 50rem;
	}

	.detail .contents .pdf_btn .btn a .ico {
		width: 2.4rem;
		height: 2.4rem;
		background-size: 100% auto;
		right: 4rem;
	}

	.detail .contents .pdf_btn .btn a .circle {
		right: 4.25rem;
	}

	/*video_wrap*/
	.detail .contents .video_wrap {
		margin: 9rem 0;
	}
	/*gmap*/
	.detail .contents .gmap {
		height: 50rem;
		margin: 9rem 0;
	}

	.detail .contents .gmap .btn a {
		border-radius: 4.5rem 0 0 4.5rem;
	}

	/*最新の記事*/
	.main .other_topics {
		margin-top: 20rem;
	}

	.main .other_topics h2 {
		font-size: 3.6rem;
		padding: 2.8rem 5rem;
		border-radius: 2.2rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin-bottom: 7rem;
	}

	/*pager*/
	.main .pager {
		flex-wrap: wrap;
		margin-top: 12rem;
	}

	.main .pager .btn a {
		width: 23rem;
	}

	.main .pager .btn.prev{
		order: 1;
	}

	.main .pager .btn.next{
		order: 2;
	}

	.main .pager .btn.prev a .circle {
		left: 3.8rem;
	}

	.main .pager .btn.next a .circle {
		right: 3.8rem;
	}

	.main .pager .btn.back{
		order: 3;
		margin: 6rem auto 0;
	}

	.main .pager .btn.back a {
		width: 30rem;
	}

	.main .pager .btn.back a .circle {
		left: 3.8rem;
	}
}