/* --------------------------------------------------------- */
/* reset
------------------------------------------------------------ */
/* reset */
body, div, dl, dt, dd, ul, ol, li, p, figure, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  font-size: 1em;
}
li {
  list-style: none;
}
/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  -webkit-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
  overflow-x: hidden;
}
body {
  /*min-width: 1180px;*/
  font-size: 100%;
  line-height: 1.5;
  /*color: #221714;*/
  /*letter-spacing: .15rem;*/
  font-weight: 400;
  /*overflow-x: hidden;*/
	word-wrap: break-word;
    overflow-wrap: break-word;
}
html, body {
  width: 100%;
}
img {
  vertical-align: top;
  border: 0;
  height: auto;
  max-width: 100%;
}
a img {
  border: 0;
}
a img:hover {
  /*opacity: 0.8;*/
	
}
.hover_zoom img {
	transition: .3s;
}
.hover_zoom img:hover {
	transform:scale(1.2,1.2);
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
  color: #00889E;
}
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button, [type=button], [type=reset], [type=submit], [role=button] {
  color: inherit;
  cursor: pointer;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
    letter-spacing: normal;
    /*line-height: 2;*/
    font-size: 86%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------------- */
/* common parts
------------------------------------------------------------ */
.allWrap {
  background-color: #F9FBFC;
  width: 100%;
  text-align: center;
}
.side_padding {
	padding: 0 14px;
}
.icon_ti {
	font-size: 26px;
	margin-bottom: 20px;
}
.icon_ti span {
	padding-left: 40px;
	position: relative;
}
.icon_ti span:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.btn {
	    width: 100%;
    max-width: 272px;
    margin: 0 auto;
}
a.btn_link {
	padding: 14px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #323b54;
    border-radius: 8px;
	display: block;
	transition: .3s;
}
a.btn_link:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	.icon_ti {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.icon_ti span {
		padding-left: 30px;
	}
	.icon_ti span:before {
		width: 24px;
		height: 24px;
		left: 0;
	}
	.btn {
		max-width: 250px;
	}
	a.btn_link {
		padding: 12px 0;
	}
}
/* --------------------------------------------------------- */
/* header
------------------------------------------------------------ */
header {
	position: sticky;
	top:0;
	width: 100%;
	height: 140px;
	border-bottom: solid 1px #C6C6C6;
	padding-bottom: 20px;
	background-color: #fff;
	z-index: 10;
	transition: .3s;
}
.is-animation {
	height: 78px;
	padding-bottom: 0;
}
.header {
	
}
.header_box {
	display: flex;
	max-width: 1148px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 36px 0 20px 0;
	align-items: center;
	transition: .3s;
}
.is-animation .header_box {
	padding: 20px 0 20px 0;
	
}
.header_menu_wrap {
	transition: .3s;
}
.header_logo_wrap {
	max-width: 360px;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	transition: .3s;
}
.is-animation .header_logo_wrap {
	max-width: 260px;
}
.header_sch_wrap {
	/*max-width: 210px;
	margin-right: 20px;*/
	position: relative;
}
.hamburger-menu {
  display: flex;
  align-items: center;
  width: 26px;
  height: 22px;
  cursor: pointer;
  z-index: 10;
	
}
.hamburger-menu__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  position: relative;
  transition: all 0.5s;
}
.hamburger-menu__line::before, .hamburger-menu__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu__line::before {
  transform: translateY(-8px);
}
.hamburger-menu__line::after {
  transform: translateY(8px);
}
.hamburger-menu.open .hamburger-menu__line {
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before {
  transform: rotate(45deg);
  background-color: #000;
}
.hamburger-menu.open .hamburger-menu__line::after {
  transform: rotate(-45deg);
  background-color: #000;
}
.silde_navi_wrap {
	position: fixed;
	top:0;
	left: -100%;
	width: 400px;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 2px 100px 0 #111111;
	padding: 60px 20px 20px 20px;
	overflow-x: scroll;
	transition: all .5s;
}
.silde_navi_wrap.open {
	left: 0;
}
.silde_navi_wrap::-webkit-scrollbar {
	display: none;
}
.silde_navi_logo {
	max-width: 200px;
	margin: 0 auto 30px auto;
}
.silde_navi {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 60px;
}
.silde_navi li {
	margin-bottom: 20px;
}
.silde_sns_ul {
	display: flex;
	width: 70%;
	align-items: center;
	column-gap: 20px;
	margin: 0 auto 40px auto;
}
.sns_li {
	
}
.silde_footer_link_ul {
	
}
.silde_footer_link_li {
	margin-bottom: 20px;
}
.btn_close {
	position: absolute;
	top:55px;
	right: 20px;
}
.btn_close__line {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.btn_close__line:before, .btn_close__line:after {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #333;
}
.btn_close__line:before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.btn_close__line:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.slide_under_cnt {
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: fixed;
	z-index: 998;
	display: none;
}
.slide_under_cnt.open {
	display: block;
}
.slide_search {
	/*max-width: 210px;*/
	margin: 0 auto 30px auto;
	position: relative;
}
.search_form {
  position: relative;
  /*max-width: 210px;*/
}
.search_form_input {
	padding: 6px 20px;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  outline: none;
	width: 100%;
}
.search_form_button {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  outline: none;
  transform: translateY(-50%);
}
.header_sch_wrap:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
  content: "";
}
.slide_search:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
  content: "";
}
.header_navi {
	display: flex;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
}
nav {
	transition: .2s;
}
.is-animation nav {
	opacity: 0;
	height: 0;
}
.header_navi_animation {
	
}
.header_navi li {
    display: flex;
    margin: 0;
	letter-spacing: .1rem;
}
.header_navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0 20px;
	font-weight: 600;
}
.header_navi li+li {
    position: relative;
}
.header_navi li+li:before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 900px) {
	.header_sch_wrap {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 70px;
		padding-bottom: 0;
	}
	.is-animation {
		height: 70px;
		padding-bottom: 0;
	}
	.header {
		padding: 0 10px;
	}
	.header_box {
		height: 70px;
		padding: 0;
	}
	.is-animation .header_box {
		padding: 0;
	}
	.header_logo_wrap {
		max-width: 200px;
		line-height: 1;
	}
	.is-animation .header_logo_wrap {
		max-width: 200px;
	}
	.hamburger-menu {
		width: 22px;
	}
	.silde_navi_wrap {
		width: 100%;
		box-shadow: none;
	}
	.silde_navi {
		margin-bottom: 40px;
	}
	.silde_sns_ul {
		width: 50%;
	}
	.sns_li {

	}
	.silde_footer_link_ul {

	}
	.silde_footer_link_li {
		margin-bottom: 14px;
	}
	.slide_search {
		max-width:inherit;
		width: 80%;
	}
	.search_form {
		max-width:inherit;
		width: 80%;
	}
	.search_form_input {
		width: 80%;
	}
	.search_form_button {
		right: 26%;
	}
	.search_form:after {
		right: 26%;
	}
	.slide_search:after {
		right: 14%;
	}
	.header_navi {
		display: none;
	}
}
/* --------------------------------------------------------- */
/* ad
------------------------------------------------------------ */
.ad {
	background-color: #f8f9f9;
	padding: 14px;
}
/* --------------------------------------------------------- */
/* slider
------------------------------------------------------------ */
.slider_wrap {
	background-image: linear-gradient(135deg, #EE3C72 37%, #EE3CB2 91%);
	padding: 30px 0 0 0;
	height: 400px;
}
.slider_box {
	max-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
.slider_card {
	/*max-width: 1100px;*/
	width: 100%;
	text-align: left;
	
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
	transition: .3s;
	margin-bottom: 10px;
	border-radius: 8px;
	
}
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.slider_card:hover {
	box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.slider_card_link {
	display: flex;
}
.slider_card_img {
	width: 60%;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
	height: 400px;
}
.slider_card_img img {
	height: 400px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.slider_card_txt {
	width: 40%;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 0 8px 8px 0;
}
.slider_card_txt .inner {
	width: 100%;
	padding: 20px 50px;
}
.slider_card_cat {
	color: #EE3C72;
	font-weight: 600;
	margin-bottom: 10px;
}
.slider_card_ti {
	font-size: 30px;
	/*color: #000;*/
	line-height: 1.4;
	margin-bottom: 20px;
}
.slider_card_overview {
	color: #949494;
	font-size: 14px;
}
.slider_card_tag {
	
}
@media screen and (max-width: 1100px) {
	.slider {
		padding: 0 14px;
	}
}
@media screen and (max-width: 768px) {
	.slider {
		padding: 0;
	}
	.slider_wrap {
		padding: 30px 0 0 0;
		height: auto;
		padding-bottom: 20px;
	}
	.slick-slide{
		margin: 0 5px;
	}
	.slider_card_link {
		display: block;
	}
	.slider_card_img {
		width: 100%;
		height: 50vw;
		border-radius: 8px 8px 0 0;
	}
	.slider_card_img img {
		height: 50vw;
	}
	.slider_card_txt {
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
	.slider_card_txt .inner {
		padding: 14px 20px;
	}
	.slider_card_cat {
		margin-bottom: 4px;
	}
	.slider_card_ti {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.slick-dots li.slick-active button:before {
		color: #fff;
	}
}
/* --------------------------------------------------------- */
/* pickup
------------------------------------------------------------ */
.pickup_wrap {
	text-align: left;
}
.pickup_wrap .icon_ti span:before {
	background-image: url("../images/ico_pickup.svg");
}
.pickup_box {
	max-width: 1100px;
	margin: 100px auto 60px auto;
}
.pickup_ul {
	display: flex;
	column-gap: 20px;
}
.pickup_li {
	width: 33.3%;
}
.pickup_card_link {
	
}
.pickup_li_box {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
	transition: .3s;
}
.pickup_li_box:hover {
	box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.pickup_img {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.pickup_img img {
	height: 200px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.pickup_txt {
	padding: 20px 24px 34px 24px;
}
.list_cat {
	color: #EE3C72;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 12px;
}
.list_ti {
	margin-bottom: 10px;
}
.list_date {
	color: #949494;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.pickup_box {
		margin: 40px auto 30px auto;
	}
	.pickup_ul {
		display: block;
	}
	.pickup_li {
		width: 100%;
		margin-bottom: 20px;
	}
	.pickup_img img {
		height: 50vw;
	}
	.pickup_txt {
		padding: 14px 20px 26px 20px;
	}
}
/* --------------------------------------------------------- */
/* under_cnt
------------------------------------------------------------ */
.under_cnt_wrap {
	text-align: left;
	padding-bottom: 100px;
}
.under_cnt_box .icon_ti span:before,
.detail_under_list .icon_ti span:before {
	background-image: url("../images/ico_latest.svg");
}
.under_cnt_box {
	max-width: 1100px;
	margin: 0 auto 0 auto;
	display: flex;
	align-items: flex-start;
	column-gap: 40px;
}
.article_list {
	width: 100%;
	flex: 1;
}
.side_cnt {
	width: 300px;
}
.article_list_ul {
	margin-bottom: 40px;
}
.article_list_li {
	border-bottom: solid 1px #E6ECF0;
}
.article_list_box {
	display: flex;
	align-items: center;
	padding: 20px;
	transition: .3s;
	background-color: inherit;
	box-shadow: none;
}
.article_list_box:hover {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.article_list_img {
	border-radius: 8px;
	width: 200px;
	overflow: hidden;
}
.article_list_img img {
	height: 150px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.article_list_txt {
	width: 100%;
	flex: 1;
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
	.under_cnt_wrap {
		padding-bottom: 50px;
	}
	.under_cnt_box {
		display: block;
	}
	.article_list {
		margin-bottom: 40px;
	}
	.side_cnt {
		width: 100%;
	}
	.article_list_ul {
		margin-bottom: 20px;
	}
	.article_list_li {
		padding-bottom: 14px;
		margin-top: 14px;
	}
	.article_list_box {
		padding: 0;
	}
	.article_list_box:hover {
		background-color: inherit;
		box-shadow: none;
	}
	.article_list_img {
		border-radius: 4px;
		width: 150px;
	}
	.article_list_img img {
		height: 100px;
	}
	.article_list_txt {
		padding-left: 20px;
		position: relative;
	}
	.article_list_txt .list_cat {
		margin-bottom: 6px;
		line-height: 1;
	}
	.article_list_txt .list_ti {
		line-height: 1.5;
		margin-bottom: 0;
	}
	.article_list_txt .list_date {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 1;
	}
}
/* --------------------------------------------------------- */
/* under_cnt side
------------------------------------------------------------ */
.popular_box {
	margin-bottom: 40px;
}
.popular_box .icon_ti span:before {
	background-image: url("../images/ico_popular.svg");
}
.popular_box_ul {
	background-color: #EDF2F5;
	counter-reset: count 0;
	padding: 20px;
	border-radius: 8px;
}
.popular_box_li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.popular_box_li:last-child {
	margin-bottom: 0;
}
.popular_box_li:before {
	position: absolute;
	top:0;
	left: 0;
	content: counter(count);
	counter-increment: count 1;
	font-size: 22px;
	line-height: 1;
	color: #EE3C72;
	font-weight: 700;
}
.video_box {
	
}
.video_box .icon_ti span:before {
	background-image: url("../images/ico_video.svg");
}
.video_box_ul {
	background-color: #EDF2F5;
	padding: 20px;
	border-radius: 8px;
}
.video_box_li {
	margin-bottom: 20px;
	font-weight: 600;
}
.video_box_li:last-child {
	margin-bottom: 0;
}
.video_box_img {
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.video_box_img img {
	height: 126px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.video_box_txt {
	
}
@media screen and (max-width: 768px) {
	.video_box .icon_ti span:before {
		/*top:8px;*/
	}
	.video_box_img img {
		height: 50vw;
	}
	.video_box_txt {

	}
}
/* --------------------------------------------------------- */
/* footer
------------------------------------------------------------ */
.footer_wrap {
	background-color: #3F3F3F;
	color: #fff;
}
.footer_wrap a {
	color: #fff;
}
.footer_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.footer_logo {
	max-width: 150px;
	margin: 0 auto 20px auto;
}
.sns {
	
}
.sns_ul {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin: 0 auto 20px auto;
	max-width: 220px;
}
.sns_li {
	
}
.footer_link {
	margin-bottom: 40px;
}
.footer_link_ul {
	
}
.footer_link_li {
	display: inline-block;
	padding: 0 20px;
}
.under_copyright {
	padding: 20px 0;
	background-color: #363636;
	font-size: 12px;
}
address {
	font-style: normal;
}
.footer_ico_link {
	
}
@media screen and (max-width: 768px) {
	.footer_box {
		padding: 20px 0 0 0;
	}
	.footer_logo {
		margin-bottom: 10px;
	}
	.sns {

	}
	.sns_ul {
		margin-bottom: 10px;
	}
	.sns_li {

	}
	.footer_link {
		margin-bottom: 20px;
	}
	.footer_link_ul {

	}
	.footer_link_li {
		padding: 0 10px;
	}
	.under_copyright {
		padding: 10px 0;
	}
	.footer_ico_link {

	}
}
/* --------------------------------------------------------- */
/* list page
------------------------------------------------------------ */
.list_page {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.list_page {
		margin-top: 40px;
	}
}
/* --------------------------------------------------------- */
/* detail page
------------------------------------------------------------ */
.detail_wrap {
	margin: 50px 0 80px 0;
	text-align: left;
}
.detail_box {
	max-width: 980px;
	border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
	background-color: #fff;
	margin: 0 auto;
	padding: 60px 150px;
}
.detail_under_list {
	text-align: left;
	max-width: 800px;
	margin: 0 auto 140px auto;
}
.detail_under_list .icon_ti {
	border-bottom: 2px solid #E6ECF0;
	padding-bottom: 6px;
}
.detail_box h1 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.detail_box .list_cat {
	margin-bottom: 10px;
}
.detail_date {
	color: #949494;
	margin-bottom: 40px;
}
.detail_box img {
	/*margin-bottom: 30px;*/
}
.detail_box p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.detail_box ul {
	margin-bottom: 30px;
	list-style: circle;
	padding-left: 20px;
}
.detail_box li {
	list-style: disc;
	margin-bottom: 8px;
}
.detail_box .note_box {
	background: #f2f5f7;
  border-radius: 8px;
	padding: 40px;
	margin-bottom: 30px;
}
.detail_box .quote_box {
	position: relative;
	background: #f2f5f7;
  border-radius: 8px;
	padding: 40px;
	margin-bottom: 30px;
}
.detail_box .quote_box:before {
	position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 16px;
    height: 13px;
    background: url(../images/icon_quote.svg) center center no-repeat;
    content: "";
}
.detail_box .quote_box:after {
	position: absolute;
    right: 16px;
    bottom: 16px;
    display: block;
    width: 16px;
    height: 13px;
    background: url(../images/icon_quote.svg) center center no-repeat;
    transform: rotate(180deg);
    content: "";
}
.detail_box p:has(iframe) {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.detail_box p iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.detail_box a {
  color: #00889E;
}
.img_quote {
    font-size: 12px;
    margin-top: -20px;
    color: #6e7780;
}
.img_quote a {
    color: #6e7780;
}
.detail_box h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.tag_item {
	margin-top: 40px;
}
.tag_item span a {
	display: inline-block;
	margin-top: 10px;
	margin-right: 6px;
	background: #edf2f5;
  border-radius: 6px;
	padding: 4px 10px;
	font-size: 14px;
	transition: .2s;
}
.tag_item span a:hover {
	background: #DCE4EB;
	color: #000;
}
@media screen and (max-width: 768px) {
	.detail_wrap {
		margin: 30px 0 40px 0;
	}
	.detail_wrap.side_padding {
		padding: 0;
	}
	.detail_box {
		border-radius: 0;
		box-shadow: none;
		padding: 30px 20px;
	}
	.detail_under_list {
		margin: 0 auto 80px auto;
	}
	.detail_under_list .icon_ti {
		padding-bottom: 4px;
	}
	.detail_box h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.detail_box .list_cat {
		margin-bottom: 4px;
	}
	.detail_date {
		margin-bottom: 20px;
	}
	.detail_box img {
		/*margin-bottom: 20px;*/
	}
	.detail_box p {
		margin-bottom: 20px;
	}
	.detail_box ul {
		margin-bottom: 20px;
	}
	.detail_box .note_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.detail_box .quote_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.detail_box .quote_box:before {
		top: 8px;
			left: 8px;
	}
	.detail_box .quote_box:after {
		right: 8px;
			bottom: 8px;
	}
    .detail_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
}

