@charset "UTF-8";

/* ---------------------------------------
  news
-----------------------------------------*/


/* pagettl
--------------------------------*/

#pagettl::before {
	background-color: #ec7993;
}

#pagettl::after {
	background: url(../img/news/pagettl_bg02.png) no-repeat left bottom;
}

@media screen and (min-width: 769px) {
	#pagettl {
		background: url(../img/news/pagettl_bg01.png) no-repeat calc(50% - 568px) -24px;
	}
}

@media screen and (max-width: 768px) {
	#pagettl {
		background-image: url(../img/news/pagettl_bg_sp.png);
		background-position: center -4vw;
	}
	#pagettl .wrap {
		height: 24vw;
	}
}


/* contents_wrap
--------------------------------*/

.contents_wrap {
	padding: 90px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


/*main*/

.contents_wrap .main {
	width: 792px;
}

.detail .contents {
	padding-bottom: 70px;
}

/*side*/

.contents_wrap .side {
	position: relative;
	width: 306px;
	border: 4px solid #ec7993;
	border-radius: 30px;
	padding: 20px;
}

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

.contents_wrap .side .sidemenu .menuttl {
	font-weight: 700;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.14em;
	padding: .4em 1em;
	background-color: #ec7993;
	border-radius: 23px;
}

.contents_wrap .side .sidemenu.category ul {
	margin-top: 23px;
}

.contents_wrap .side .sidemenu.category ul li {
	margin-bottom: 15px;
	line-height: 1;
}

.contents_wrap .side .sidemenu.category ul li a {
	display: inline-block;
	line-height: 1.5;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 13px;
	transition: .3s ease;
}

.contents_wrap .side .sidemenu.recommend ul {
	margin-top: 6px;
}

.contents_wrap .side .sidemenu.recommend ul li {
	position: relative;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 4px);
	background-size: 4px 1px;
	background-position: left bottom;
}

.contents_wrap .side .sidemenu.recommend ul li:last-child {
	background: none;
}

.contents_wrap .side .sidemenu.recommend ul li a {
	display: block;
	padding: 16px 0 16px;
}

.contents_wrap .side .sidemenu.recommend ul li a .date {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 5px;
	transition: .3s ease;
}

.contents_wrap .side .sidemenu.recommend ul li a .ttl {
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: 0.14em;
	transition: .3s ease;
}

.contents_wrap .side .ufocatcher {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}

.contents_wrap .side .ufocatcher img {
	position: relative;
	left: 50%;
	margin-left: -38px;
	animation: moveToRight 5s infinite linear;
}

@keyframes moveToRight {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(100px);
	}
	50% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(-100px);
	}
	100% {
		transform: translateX(0);
	}
}

@media screen and (min-width: 769px) {
	.contents_wrap .side .sidemenu.category ul li a:hover,
	.contents_wrap .side .sidemenu.recommend ul li a:hover .date,
	.contents_wrap .side .sidemenu.recommend ul li a:hover .ttl {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.contents_wrap {
		padding: 13vw 0 30vw;
		display: block;
	}
	/*main*/
	.contents_wrap .main {
		width: 100%;
		padding-bottom: 13vw;
	}
	/*side*/
	.contents_wrap .side {
		width: 100%;
		border: 1.07vw solid #ec7993;
		border-radius: 8.27vw:
	}
	.contents_wrap .side .sidemenu {
		margin-bottom: 0;
	}
	.contents_wrap .side .sidemenu+.sidemenu {
		margin-top: 12vw;
	}
	.contents_wrap .side .sidemenu .menuttl {
		font-size: 5.6vw;
		margin-bottom: 2vw;
		border-radius: 6.4vw;
	}
	.contents_wrap .side .sidemenu.category ul {
		margin-top: 5.3vw;
	}
	.contents_wrap .side .sidemenu.category ul li {
		margin-bottom: 2.7vw;
	}
	.contents_wrap .side .sidemenu.category ul li a {
		font-size: 2.8vw;
		border-radius: 2.4vw;
	}
	.contents_wrap .side .sidemenu.recommend ul li {
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 1.2vw);
		background-size: 1.2vw 1px;
	}
	.contents_wrap .side .sidemenu.recommend ul li a {
		position: relative;
		display: block;
		padding: 5vw 0;
	}
	.contents_wrap .side .sidemenu.recommend ul li a .date {
		font-size: 3.6vw;
		margin-bottom: .5em;
	}
	.contents_wrap .side .sidemenu.recommend ul li a .ttl {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
	}
	.contents_wrap .side .ufocatcher {
		margin-top: 0;
	}
	.contents_wrap .side .ufocatcher img {
		width: 20vw;
		margin-left: -10vw;
		animation: moveToRight-sp 5s infinite linear;
	}
}

@keyframes moveToRight-sp {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(32vw);
	}
	50% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(-32vw);
	}
	100% {
		transform: translateX(0);
	}
}


/* news_list
--------------------------------*/

.news_list {
	position: relative;
	z-index: 1;
}

.news_list .item {
	width: 378px;
	position: relative;
	z-index: 1;
}

.news_list .item::before {
	background-color: #fbc600;
	border-radius: 20px;
}

.news_list .item a {
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 26px;
}

.news_list .item .imgwrap {
	position: relative;
	width: 100%;
	height: 252px;
}

.news_list .item .imgwrap .img {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.news_list .item .imgwrap .img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.news_list .item .txtwrap {
	position: relative;
	padding: 14px 20px 20px;
}

.news_list .item .txtwrap .date {
	display: inline-block;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 9px 1em 6px;
	position: absolute;
	left: 0;
	top: -20px;
}

.news_list .item .txtwrap .ttl {
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: 0.05em;
	min-height: 3.25em;
}

.news_list .item .txtwrap .cate {
	display: inline-block;
	border: 1px solid #000000;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 1em;
	border-radius: 11.5px;
	margin-top: 5px;
	margin-right: 5px;
}

@media screen and (min-width: 769px) {
	.news_list .item:nth-child(n + 3) {
		margin-top: 86px;
	}
	.news_list.is-show .item:nth-child(4n + 3)::before,
	.news_list.is-show .item:nth-child(4n + 4)::before {
		transform: rotate(-5deg);
	}
}

@media screen and (max-width: 768px) {
	.news_list {
		padding: 0 4vw;
	}
	.news_list .item {
		width: 100%;
		margin: 0 auto;
	}
	.news_list .item+.item {
		margin-top: 10vw;
	}
	.news_list .item::before {
		border-radius: 5.33vw;
	}
	.news_list .item a {
		border-radius: 5.33vw;
	}
	.news_list .item .imgwrap {
		height: 50.67vw;
	}
	.news_list .item .imgwrap .img {
		border-radius: 5.33vw;
	}
	.news_list .item .txtwrap {
		padding: 2.8vw 3.73vw 4vw;
	}
	.news_list .item .txtwrap .date {
		border-radius: 1.73vw 1.73vw 0 0;
		font-size: 3.33vw;
		padding: 2.2vw 1em 1vw;
		top: -5vw;
	}
	.news_list .item .txtwrap .cate {
		font-size: 2.8vw;
		border-radius: 2.2vw;
		margin-top: 1vw;
	}
}


/* pagenavi
--------------------------------*/

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

.wp-pagenavi a,
.wp-pagenavi span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 10px;
	font-size: 1.8rem;
	color: #000;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.12em;
	;
	line-height: 1;
	background-color: transparent;
	transition: .3s ease;
	position: relative;
}

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

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

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

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

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

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../img/common/arw_btn.svg) no-repeat center / contain;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -6px;
	transition: .3s ease;
}

.wp-pagenavi .previouspostslink::before {
	transform: scale(-1, 1);
	right: 19px
}

@media screen and (min-width: 769px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #000;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		background-color: #fbc600;
	}
	.wp-pagenavi .nextpostslink:hover::before {
		transform: translateX(5px);
	}
	.wp-pagenavi .previouspostslink:hover::before {
		transform: scale(-1, 1) translateX(5px);
	}
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin: 16vw -6vw 0;
		padding-bottom: 12vw;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 7.73vw;
		height: 7.73vw;
		margin: 0 1vw;
		font-size: 3.2vw;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 8vw;
		height: 8vw;
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	.wp-pagenavi .nextpostslink {
		right: 6vw;
	}
	.wp-pagenavi .previouspostslink {
		left: 6vw;
	}
	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 1.33vw;
		height: 2.27vw;
		top: 4.4vw;
	}
	.wp-pagenavi .nextpostslink::before {
		right: 3.2vw;
	}
	.wp-pagenavi .previouspostslink::before {
		right: 3.4vw;
	}
}


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


/*header*/

.detail .header {
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.detail .header::after {
	content: "";
	width: 101%;
	height: 9px;
	background: url(../img/news/header_bg.png) repeat-x left top / auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.detail .header .info {
	display: flex;
	justify-content: flex-start;
}

.detail .header .info .date {
	width: 7em;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

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

.detail .header .info .cate span {
	display: inline-block;
	border: 1px solid #000000;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0.7em;
	border-radius: 11.5px;
	margin-right: 5px;
}

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


/*contents*/

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

.mb0 {
	margin-bottom: 0 !important;
}

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

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

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

.detail .contents h1 {
	position: relative;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 0 0 .5em 0;
	margin-top: 2.2em;
	margin-bottom: 1.5em;
}

.detail .contents h1::after {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #ec7993 43px, #00b7de 0, #00b7de 86px, #fbc600 0);
	border-radius: 2.5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.detail .contents h2 {
	position: relative;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 0 0 0 1.2em;
	margin-top: 2.2em;
	margin-bottom: 1.5em;
}

.detail .contents h2::before {
	content: "";
	width: 7px;
	height: 85%;
	background-color: #ec7993;
	border-radius: 3.5px;
	position: absolute;
	left: 0;
	top: .15em;
}

.detail .contents h3 {
	position: relative;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 0 0 0 1.3em;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

.detail .contents h3::before {
	content: "";
	width: 17px;
	height: 17px;
	background-color: #ec7993;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .3em;
}

.detail .contents h4 {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: .5em;
}

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

.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;
}

.detail .contents figure.img {
	margin: 40px 0 50px;
}

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

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

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


/*hr*/

.detail .contents hr {
	display: block;
	width: 100%;
	height: 2px;
	border: none;
  margin: 44px 0 58px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
	background-position: left bottom;
}


/*col*/

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

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

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

.detail .contents .col2 p {
	line-height: 2.2;
}

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

.detail .contents .col3 figcaption {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	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;
}

/*blank*/

.detail .contents .blank {
	display: block;
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.detail .contents .blank {
		padding-top: 6vw;
	}
}


/*box*/

.detail .contents .box {
	background-color: #fff;
	background: url();
	padding: 30px 44px;
	position: relative;
	margin: 60px 0;
	border-radius: 16px;
	border: 4px solid #ec7993;
	position: relative;
}

.detail .contents .box::before {
	display: block;
	content: "";
	width: 100px;
	height: 4px;
	background: url('../img/news/list_bg.svg') no-repeat 0;
	position: absolute;
	left: 40px;
	top: -4px;
}

.detail .contents .box .ttl {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: .8em;
}


/*list*/

.detail .contents .list li {
	font-size: 1.6rem;
	padding-left: 1.2em;
	position: relative;
	line-height: 2;
	font-feature-settings: "palt";
}

.detail .contents .list li::before {
	content: "";
	width: .8125em;
	height: .8125em;
	background-color: #fff;
	border: 2px solid #ec7993;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .55em;
}

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


/*slider*/

.detail .contents .slider_wrap {
	margin: 60px 0;
	padding: 60px 102px 30px;
	position: relative;
	width: 100%;
	background-color: #00b7de;
	border-radius: 30px;
	overflow: hidden;
}

.detail .contents .slider_wrap>p {
	font-size: 1.4rem;
	line-height: 2.14;
	letter-spacing: 0.05em;
}

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

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

.detail .contents .slider .img img {
	width: 100%;
	border-radius: 20px;
}

.detail .contents .slider .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fbc600;
	font-size: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
	border-radius: 50%;
	z-index: 1;
}

.detail .contents .slider .slick-arrow::before {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../img/common/arw_btn.svg) no-repeat center / contain;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	transition: .3s ease;
}

.detail .contents .slider .slick-prev {
	left: -20px;
}

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

.detail .contents .slider .slick-prev::before {
	transform: scale(-1, 1);
	right: 19px;
}

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

.detail .contents .slider .slick-dots li {
	margin: 0 14px;
	line-height: 1;
	font-size: 0;
}

.detail .contents .slider .slick-dots li button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: 100%;
	overflow: hidden;
	width: 14px;
	height: 14px;
	background-color: #e8e8e8;
	border-radius: 50%;
	line-height: 1;
}

.detail .contents .slider .slick-dots li.slick-active button {
	background-color: #fbc600;
}


/*profile_box*/

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

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

.detail .contents .profile_box .profile_img {
	margin: 0;
	width: 146px;
	height: 146px;
	border-radius: 20px;
	overflow: hidden;
	background: url(../img/news/fukidashi_bg.svg) no-repeat -33px center;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.detail .contents .profile_box .profile_txt {
	width: 590px;
	min-height: 166px;
	padding: 26px 32px;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	border: 4px solid #ec7993;
}

.detail .contents .profile_box .profile_txt p {
	font-size: 1.4rem;
	line-height: 2;
	margin: 0;
}

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

.detail .contents .profile_box .profile_txt::before {
	content: "";
	background: url(../img/news/fukidashi_parts.svg) no-repeat center top;
	width: 32px;
	height: 28px;
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -14px;
}

@media screen and (max-width: 768px) {
	.detail .contents .profile_box .profile_img img {
		width: calc(22vw - 20px);
		height: calc(22vw - 20px);
	}
}

/*news_box*/

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

.detail .contents .news_box a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 90px 0 0;
	border: 2px solid #00b7de;
	border-radius: 20px;
	position: relative;
}

.detail .contents .news_box .img {
	width: 240px;
	height: 160px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

.detail .contents .news_box .txtwrap {
	width: 420px;
	padding: 20px 0 10px;
}

.detail .contents .news_box .date {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 5px;
	transition: .3s ease;
}

.detail .contents .news_box p.ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-top: .5em;
	min-height: 2.5em;
	transition: .3s ease;
}

.detail .contents .news_box .cate {
	line-height: 1;
	margin-top: 7px;
}

.detail .contents .news_box .cate span {
	display: inline-block;
	font-size: 1.4rem;
	padding: 3px 0.8em;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detail .contents .news_box .ico_arw {
	content: "";
	width: 44px;
	height: 44px;
	background: #00b7de url(../img/common/arw_btn.svg) no-repeat center;
	position: absolute;
	right: 20px;
	top: 50%;
	transition: .3s ease;
	border-radius: 50%;
	transform: translateY(-50%);
}

.detail .contents .link_blank .ico_arw {
	right: 30px;
	width: 14px;
	height: 14px;
	width: 44px;
	height: 44px;
	background: #ffc93c url(../img/common/ico_blank.svg) no-repeat center;
	transition: .3s ease;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}


/*link_blank*/

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

.detail .contents .link_blank a {
	display: flex;
	position: relative;
	background-color: #fff;
	border: 2px solid #ffc93c;
	border-radius: 20px;
	padding: 14px 90px 14px 25px;
	transition: .3s ease;
}

.detail .contents .link_blank a:hover .ico_arw {
  background-position: 60%;
}

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

.detail .contents .link_blank a p {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.9;
	position: relative;
	z-index: 1;
}

.detail .contents .col2 .link_blank a p {
	font-size: 1.7rem;
}

.detail .contents .link_blank + .col2 {
	margin-top: -20px;
}

@media screen and (max-width: 768px) {
	.detail .contents .link_blank a:hover .ico_arw {
		width: 6vw;
		height: 6vw;
	}
}

/*pdf*/

.detail .contents p.txt_pdf {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 4em;
	line-height: 1.4;
	margin-bottom: 1em;
}


.detail .contents .col2 + p.txt_pdf {
	margin-top: -5px;
}

.detail .contents .btn_pdf {
	margin-bottom: 60px;
}

.detail .contents .btn_pdf a {
	width: 400px;
	height: 66px;
	font-weight: 700;
	font-size: 2.1rem;
	border-radius: 33px;
}

.detail .contents .btn_pdf a::before {
	right: 24px;
}

.detail .contents .btn_pdf a::after {
	right: 32px;
}


/*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: 519px;
	position: relative;
	margin: 60px 0;
}

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

.detail .contents .gmap .map-inner {
	height: 519px;
}

.detail .contents .gmap .mapbtn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.detail .contents .gmap .mapbtn a {
	width: 250px;
	height: 44px;
	background-color: #fbc600;
	border-radius: 20px 0px 0px 0px;
	padding: .15em 3em 0 2em;
}

.detail .contents .gmap .mapbtn a::before {
	width: 14px;
	height: 14px;
	background-image: url(../img/common/ico_blank.svg);
	margin-top: -8px;
	transition: none;
}


/*最新の記事*/

.main .other h2,
.main .tax-title h2 {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: .53em 1.5em;
	margin-bottom: 50px;
	border-radius: 30px;
	border: 2px solid #000;
}

.main .other h2 a,
.main .tax-title h2 a {
	pointer-events: none;
}

.main .other .btn {
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.pcmt0 {
		margin-top: 0 !important;
	}
	.detail .contents p:not(.btn)>a:hover {
		opacity: .8;
	}
	.detail .contents .gmap .mapbtn a:hover::before {
		transform: none;
		background-image: url(../img/common/ico_blank_on.svg);
	}
	.detail .contents .slider .slick-next:hover::before {
		transform: translateX(5px);
	}
	.detail .contents .slider .slick-prev:hover::before {
		transform: scale(-1, 1) translateX(5px);
	}
	.detail .contents .news_box a:hover .img img {
		transform: scale(1.1);
	}
	.detail .contents .news_box a:hover .date,
	.detail .contents .news_box a:hover p.ttl {
		opacity: .7;
	}
	.detail .contents .news_box a:hover .ico_arw {
		background-position: 60%;
	}
	.main .other .news_list .item:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.detail .header {
		margin-bottom: 8vw;
	}
	.detail .header .info {
		padding-bottom: 2vw;
		background-size: .7vw 1px;
	}
	.detail .header .info .date {
		font-size: 3.6vw;
		margin-top: .6vw;
	}
	.detail .header .info .cate span {
		font-size: 3.2vw;
		padding: 0.5vw 3.5vw;
		border-radius: 3.34vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	.detail .header .ttl {
		font-size: 4.5vw;
	}
	/*contents*/
	.mt50 {
		margin-top: 6.5vw !important;
	}
	.mt100 {
		margin-top: 13vw !important;
	}
	.mb30 {
		margin-bottom: 5vw !important;
	}
	.detail .contents {
		padding-bottom: 17vw;
	}
	.detail .contents h1 {
		font-size: 4.5vw;
		padding: .5em 0;
	}
	.detail .contents h2 {
		font-size: 4.2vw;
		padding: .5em 1em;
	}
	.detail .contents h3 {
		font-size: 4vw;
		margin-top: 1em;
	}
	.detail .contents h4 {
		font-size: 3.4vw;
	}
	.detail .contents p:not(.btn) {
		font-size: 3.2vw;
		line-height: 2.125;
	}
	.detail .contents figure.img {
		margin: 6vw 0 8vw;
	}
	.detail .contents figcaption {
		font-size: 2.8vw;
	}
	/*hr*/
	.detail .contents hr {
		margin: 9vw 0;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	/*col*/
	.detail .contents .col2 {
		display: block;
		margin: 8vw 0 !important;
	}
	.detail .contents .col3 {
		margin: 8vw 0 !important;
	}
	.detail .contents .col2>* {
		width: 100%;
	}
	.detail .contents .col3>* {
		width: 100%;
	}
	.detail .contents .col2>*+*,
	.detail .contents .col3>*+* {
		margin-top: 8vw !important;
	}
	.detail .contents .col2>figure+div {
		margin-top: 0 !important;
	}
	.detail .contents .col3>div {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.detail .contents .col3 figure {
		width: 44%;
	}
	.detail .contents .col3 figcaption {
		font-size: 2.8vw;
	}
	.detail .contents .col3 p {
		font-size: 3.2vw;
	}
	.detail .contents .col3 .txtwrap {
		width: 50%;
	}
	.detail .contents .col3 .txtwrap h4 {
		margin-top: 0;
	}
	/*box*/
	.detail .contents .box {
		padding: 5vw;
		margin: 8vw 0;
		border-radius: 2.67vw;
	}
	.detail .contents .box .ttl {
		font-size: 4vw;
		background-size: .7vw 1px;
	}
	/*list*/
	.detail .contents .list li {
		font-size: 3.2vw;
		line-height: 1.66;
	}
	.detail .contents .list li::before {
		border: 2px solid #ec7993;
		top: .35em;
	}
	.detail .contents .list li+li {
		margin-top: 1em;
	}
	/*slider*/
	.detail .contents .slider_wrap {
		width: 100vw;
		margin: 9vw -8vw;
		padding: 8vw;
		border-radius: 2.67vw;
	}
	.detail .contents .slider_wrap>p {
		font-size: 3.2vw;
		line-height: 2;
	}
	.detail .contents .slider {
		margin-bottom: 10vw;
	}
	.detail .contents .slider .slick-arrow {
		width: 8vw;
		height: 8vw;
	}
	.detail .contents .slider .slick-arrow::before {
		width: 2vw;
		height: 2vw;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
	}
	.detail .contents .slider .slick-prev {
		left: -4vw;
	}
	.detail .contents .slider .slick-next {
		right: -4vw;
	}
	.detail .contents .slider .slick-prev::before {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(180deg);
		margin-top: 0;
	}
	.detail .contents .slider .slick-dots {
		bottom: -8vw;
	}
	.detail .contents .slider .slick-dots li {
		margin: 0 2vw;
		line-height: 1;
		font-size: 0;
	}
	.detail .contents .slider .slick-dots li button {
		width: 3vw;
		height: 3vw;
	}
	/*profile_box*/
	.detail .contents .profile_box {
		margin: 8vw 0;
		padding: 0;
	}
	.detail .contents .profile_box+.profile_box {
		margin-top: 8vw;
	}
	.detail .contents .profile_box .profile_img {
		width: 25vw;
		height: 25vw;
		background-size: 103%;
		background-position: -3.1vw -2.8vw;
	}
	.detail .contents .profile_box .profile_txt {
		width: 66%;
		min-height: inherit;
		padding: 2vw 3vw 3vw;
		border-radius: 2.67vw;
	}
	.detail .contents .profile_box .profile_txt p {
		font-size: 3.2vw;
		letter-spacing: 0;
	}
	.detail .contents .profile_box .profile_txt::before {
		border-width: 0 4vw 4vw 0;
		top: 9.33vw;
		margin-top: 0;
	}
	/*news_box*/
	.detail .contents .news_box {
		margin: 8vw 0;
	}
	.detail .contents .news_box a {
		/*		display: block;*/
		align-items: flex-start;
		padding: 2vw 9vw 2vw 2vw;
		border-radius: 2.67vw;
	}
	.detail .contents .news_box .img {
		width: 30vw;
		height: 20vw;
		border-radius: 2.67vw;
	}
	.detail .contents .news_box .txtwrap {
		width: 54%;
		padding: 0;
	}
	.detail .contents .news_box .date {
		font-size: 3.6vw;
		margin-bottom: 1vw;
	}
	.detail .contents .news_box p.ttl {
		font-size: 3.2vw;
		min-height: inherit;
	}
	.detail .contents .news_box .cate {
		line-height: 1;
		margin-top: 3vw;
	}
	.detail .contents .news_box .cate span {
		font-size: 3.2vw;
		padding: 0.735vw 2.5vw;
		border-radius: 3.34vw;
		margin-right: 2vw;
		margin-bottom: 1vw;
	}
	.detail .contents .news_box .ico_arw {
		right: 2vw;
		width: 6vw;
		height: 6vw;
	}
	/*link_blank*/
	.detail .contents .link_blank {
		margin: 9.33vw 0;
	}
	.detail .contents .col2 .link_blank {
		display: block;
		margin: 8vw auto !important;
	}
	.detail .contents .link_blank a {
		border: 2px solid #ffc93c;
		border-radius: 2.67vw;
		padding: 2.4vw 14vw 2.4vw 4vw;
	}
	.detail .contents .col2 .link_blank a {
		padding-top: 3.6vw;
		padding-bottom: 3.6vw;
	}
	.detail .contents .link_blank a::before {
		width: 5vw;
		height: 5vw;
		right: 4vw;
	}
	.detail .contents .link_blank a p {
		font-size: 3.2vw;
	}
	.detail .contents .col2 .link_blank a p {
		font-size: 3.2vw;
	}
	.detail .contents .link_blank .ico_arw {
		right: 2vw;
		width: 6vw;
		height: 6vw;
		background: #ffc93c url(../img/common/ico_blank.svg) no-repeat 60% 47%;
		background-size: 3vw;
	}
	/*pdf*/
	.detail .contents p.txt_pdf {
		font-size: 3.2vw;
		margin-top: 3em;
	}
	.detail .contents .btn_pdf {
		margin-bottom: 8vw;
	}
	.detail .contents .btn_pdf a {
		width: 100%;
		height: 12vw;
		font-size: 3.4vw;
		border-radius: 6vw;
	}
	.detail .contents .btn_pdf a::before {
		right: 4.2vw;
	}
	.detail .contents .btn_pdf a::after {
		right: 5.9vw;
	}
	/*video_wrap*/
	.detail .contents .video_wrap {
		margin: 9vw 0;
	}
	/*gmap*/
	.detail .contents .gmap {
		height: 90vw;
		margin: 9vw 0;
	}
	.detail .contents .gmap .mapbtn {
		width: 52vw;
	}
	.detail .contents .gmap .map-inner {
		height: 100%;
	}
	.detail .contents .gmap .mapbtn a {
		height: 8.8vw;
		border-radius: 4vw 0px 0px 0px;
		justify-content: flex-start;
		padding-left: 2.2em;
		width: 100%;
	}
	.detail .contents .gmap .mapbtn a::before {
		width: 2.7vw;
		height: 2.7vw;
		left: auto;
		right: 4vw;
		margin-top: -1.4vw;
		background-size: 100% auto;
	}
	/*最新の記事*/
	.main .other h2,
	.main .tax-title h2 {
		font-size: 4.2vw;
		padding: .5em 1em;
		margin-bottom: 6vw;
		border-radius: 100vh;
	}
	.main .other .btn {
		margin-top: 5vw;
	}
}

@media screen and (max-width: 340px) {
	.detail .contents .list li::before {
		top: .4em;
	}
}
