.c-button-black,
.c-button-ghost,
.c-button-orange,
.c-button-orange-newTab,
.c-button-yellow {
	width: 100%;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media print, screen and (max-width:1024px) {
	.c-button-black,
	.c-button-ghost,
	.c-button-orange,
	.c-button-orange-newTab,
	.c-button-yellow {
		border-radius: 2px
	}

}

.c-button-ghost {
	width: 320px;
	height: 60px;
	font-size: 14px;
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
	position: relative
}

@media print, screen and (max-width:1024px) {
	.c-button-ghost {
		width: 100%;
		height: 50px;
		font-size: 12px
	}

}

.c-button-ghost::after {
	margin: auto;
	width: 6px;
	height: 6px;
	content: "";
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media print, screen and (min-width:1025px) {
	.c-button-black,
	.c-button-ghost,
	.c-button-orange,
	.c-button-orange-newTab,
	.c-button-yellow {
		transition-property: color, background;
		transition-duration: .3s;
		transition-timing-function: ease-out
	}

	.c-button-black::after,
	.c-button-ghost::after,
	.c-button-orange-newTab::after,
	.c-button-orange::after,
	.c-button-yellow::after {
		transition: border .3s ease-out
	}

	.c-button-ghost:hover {
		color: #fff;
		background: #111
	}

	.c-button-ghost:hover::after {
		border-color: #fff
	}

}

.c-button-black {
	width: 100px;
	height: 40px;
	font-size: 12px;
	background-color: #111;
	border: 2px solid #111
}

@media print, screen and (min-width:1025px) {
	.c-button-black {
		transition: color .3s ease-out, background .3s ease-out
	}

	.c-button-black svg {
		transition: fill .3s ease-out
	}

	.c-button-black:hover {
		color: #111;
		background: 0 0
	}

	.c-button-black:hover svg {
		fill: #111
	}

}

@media print, screen and (max-width:1024px) {
	.c-button-black {
		width: 100%;
		font-size: 10px
	}

}

.c-button-orange,
.c-button-orange-newTab {
	width: 400px;
	height: 60px;
	font-size: 16px;
	background-color: #f56614;
	border: 2px solid #f56614
}

@media print, screen and (min-width:1025px) {
	.c-button-orange,
	.c-button-orange-newTab {
		transition: color .3s ease-out, background .3s ease-out
	}

	.c-button-orange svg,
	.c-button-orange-newTab svg {
		transition: fill .3s ease-out
	}

	.c-button-orange-newTab:hover,
	.c-button-orange:hover {
		color: #f56614;
		background: 0 0
	}

	.c-button-orange-newTab:hover svg,
	.c-button-orange:hover svg {
		fill: #f56614
	}

}

@media print, screen and (max-width:1024px) {
	.c-button-orange,
	.c-button-orange-newTab {
		width: 100%;
		height: 50px;
		font-size: 14px
	}

}

.c-button-yellow {
	width: 400px;
	height: 60px;
	font-size: 16px;
	background-color: #f90;
	border: 2px solid #f90
}

@media print, screen and (min-width:1025px) {
	.c-button-yellow {
		transition: color .3s ease-out, background .3s ease-out
	}

	.c-button-yellow svg {
		transition: fill .3s ease-out
	}

	.c-button-yellow:hover {
		color: #f90;
		background: 0 0
	}

	.c-button-yellow:hover svg {
		fill: #f90
	}

}

@media print, screen and (max-width:1024px) {
	.c-button-yellow {
		width: 100%;
		height: 50px;
		font-size: 14px
	}

}

.c-button-orange-newTab {
	position: relative
}

.c-button-orange-newTab:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../images/common/icon_new.png) no-repeat;
	background-size: cover;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-featureListPost_img::before,
.c-sidebarRankingNum::before,
.c-sidebarRanking_img::before,
.gallery_current::before,
.gallery_slider .slick-arrow::before {
	content: ''
}

@media print, screen and (min-width:1025px) {
	.c-button-orange-newTab:after {
		right: 25px;
		width: 16px;
		height: 16px
	}

}

@media print, screen and (max-width:1024px) {
	.c-button-orange-newTab:after {
		right: 20px;
		width: 15px;
		height: 15px
	}

}

.c-followButton {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 225px;
	height: 40px;
	border: 1px solid #ebe8e0;
	background: #fff;
	border-radius: 20px
}

.c-followButton .label {
	height: 20px;
	overflow: hidden
}

.c-followButton .label span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	transition: margin 150ms
}

.c-followButton_svg {
	fill: #f56614;
	width: 12px;
	height: 12px;
	margin-left: 16px
}

.c-followButton.followed {
	color: #fff;
	background: #f56614
}

.c-followButton.followed .label .line1 {
	margin-top: -20px
}

.c-followButton.followed .c-followButton_svg {
	fill: #fff;
	animation: follow 280ms .1s forwards
}

@keyframes follow {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(2.7)
	}

	70% {
		transform: scale(1.8)
	}

	100% {
		transform: scale(1.5)
	}

}

.gallery_slider .slick-arrow {
	border-radius: 50%;
	position: absolute;
	background: #d9d3c5;
	z-index: 2000
}

@media print, screen and (max-width:1024px) {
	.gallery_slider .slick-arrow {
		width: 30px;
		height: 30px;
		top: 175px
	}

}

@media print, screen and (min-width:1025px) {
	.gallery_slider .slick-arrow {
		width: 50px;
		height: 50px;
		top: 30px;
		cursor: pointer
	}

	.gallery_slider .slick-prev {
		left: 0
	}

}

.gallery_slider .slick-arrow::before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: calc(50% - 6px)
}

@media print, screen and (max-width:1024px) {
	.gallery_slider .slick-prev {
		left: -8px
	}

}

.gallery_slider .slick-prev::before {
	left: calc(50% - 3px);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media print, screen and (min-width:1025px) {
	.gallery_slider .slick-next {
		right: 0
	}

	.gallery_slider .slick-arrow:not(.slick-disabled) {
		transition: background .1s ease-out
	}

	.gallery_slider .slick-arrow:not(.slick-disabled):hover {
		background: #b8ad93
	}

}

.gallery_slider .slick-next::before {
	left: calc(50% - 5px);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.gallery_slider .slick-disabled {
	pointer-events: none
}

.gallery-icon {
	text-align: center
}

.gallery-icon img {
	max-width: 100%;
	height: auto
}

@media print, screen and (max-width:1024px) {
	.gallery_slider .slick-next {
		right: -8px
	}

	.gallery_control {
		margin-bottom: 20px
	}

	.gallery_control-item {
		width: 80px;
		height: 52px
	}

	.gallery_control-item.slick-current::before {
		border: 3px solid #f56614
	}

}

@media print, screen and (min-width:1025px) {
	.gallery_control {
		margin: 0 30px 20px
	}

	.gallery_control-item {
		width: 154px;
		height: 102px;
		cursor: pointer
	}

}

.gallery_control-item img {
	width: 100%;
	height: auto
}

.gallery_control-item.slick-current {
	position: relative
}

.gallery_control-item.slick-current::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

@media print, screen and (min-width:1025px) {
	.gallery_control-item.slick-current::before {
		border: 2px solid #f56614
	}

}

.wp-caption-text.gallery-caption {
	color: #000;
	font-size: 14px
}

.gallery_current {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	border: 1px solid #eee;
	border-radius: 15px;
	background: rgba(255, 255, 255, .7);
	z-index: 2000
}

.gallery_current span {
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.gallery_current {
		width: 60px;
		height: 25px;
		right: 0;
		top: 80px
	}

	.gallery_current span {
		font-size: 10px
	}

}

@media print, screen and (min-width:1025px) {
	.gallery_current {
		width: 80px;
		height: 30px;
		left: 30px;
		top: 130px
	}

	.gallery_current span {
		font-size: 12px
	}

}

.gallery_current span+span {
	margin-left: 14px
}

.gallery_current::before {
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 3px);
	background: #999
}

*+.c-sidebarRanking {
	margin-top: 50px
}

.c-sidebarRanking_title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .12em
}

.c-sidebarRanking_tabList {
	display: -ms-flexbox;
	display: flex
}

.c-sidebarRanking_tabList_node {
	width: 100%;
	color: #ccc;
	border-bottom: 1px solid #ccc
}

.c-sidebarRanking_tabList_node.active {
	color: #000;
	border-color: #000
}

.c-sidebarRanking_tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em
}

.c-sidebarRanking_content {
	margin-top: 30px
}

.c-sidebarRanking_postList_node {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.c-sidebarRanking_postList_node+.c-sidebarRanking_postList_node {
	margin-top: 15px
}

.c-sidebarRankingNum {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.c-sidebarRankingNum .num {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: relative;
	color: #fff;
	font-size: 12px;
	z-index: 2
}

.c-sidebarRankingNum::before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 16px solid #000;
	border-right: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #000;
	z-index: 1
}

.c-sidebarRankingNum[data-rank-index="1"]::before {
	border-top: 16px solid #b79346;
	border-left: 16px solid #b79346
}

.c-sidebarRankingNum[data-rank-index="2"]::before {
	border-top: 16px solid #999;
	border-left: 16px solid #999
}

.c-sidebarRankingNum[data-rank-index="3"]::before {
	border-top: 16px solid #825948;
	border-left: 16px solid #825948
}

.c-sidebarRanking_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	height: 80px;
	position: relative;
	margin-right: 20px;
	border: 1px solid #ddd;
	overflow: hidden
}

.c-sidebarRanking_img::before {
	display: block;
	padding-top: 65.6%
}

.c-sidebarRanking_img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}

.c-sidebarRanking_postList_title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.5
}

@media print, screen and (min-width:1025px) {
	.c-sidebarRanking_img {
		transition: border .3s ease-out
	}

	.c-sidebarRanking_img img {
		transition: transform .3s ease-out
	}

	.c-sidebarRanking_img:hover {
		border-color: #999
	}

	.c-sidebarRanking_img:hover img {
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	}

	.c-sidebarRanking_postList_title:hover {
		text-decoration: underline
	}

}

*+.c-sidebarTags {
	margin-top: 60px
}

.c-sidebarTags_title {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: 700
}

.c-sidebarTags_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px
}

.c-sidebarTags_list_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	padding: 0 16px;
	margin: 5px;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	border: 1px solid #999;
	border-radius: 15px
}

.c-sideBanner {
	display: block;
	border: 1px solid #ddd;
	overflow: hidden
}

*+.c-sideBanner {
	margin-top: 30px
}

@media print, screen and (min-width:768px) and (max-width:1024px) {
	.c-sideBanner {
		width: calc(50% - 6px)
	}

}

.c-featureListPost {
	margin: 0 auto
}

@media print, screen and (min-width:1025px) {
	.c-sidebarTags_list_link {
		transition: color .1s ease-out, background .1s ease-out
	}

	.c-sidebarTags_list_link:hover {
		color: #fff;
		background: #999
	}

	.c-sideBanner img {
		transition: transform .3s ease-out
	}

	.c-sideBanner:hover img {
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	}

	.c-featureListPost {
		width: 960px
	}

}

@media print, screen and (max-width:1024px) {
	.c-featureListPost {
		padding: 25px 0 5px;
		width: 89%;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee
	}

}

@media print, screen and (min-width:1025px) {
	.c-featureListPost_node {
		margin-bottom: 26px;
		padding-bottom: 29px;
		border-bottom: 1px solid #eee
	}

	.c-featureListPost_img {
		width: 21%
	}

}

.c-featureListPost_node_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.c-featureListPost_img {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden
}

.c-featureListPost_img::before {
	display: block;
	padding-top: 65.6%
}

@media print, screen and (max-width:1024px) {
	.c-featureListPost_node {
		margin-bottom: 19px
	}

	.c-featureListPost_img {
		width: 40%
	}

}

.c-featureListPost_img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}

@media print, screen and (min-width:1025px) {
	.c-featureListPost_info {
		width: 76%
	}

	.c-featureListPost_head {
		margin-bottom: 11px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

}

@media print, screen and (max-width:1024px) {
	.c-featureListPost_info {
		width: 55%
	}

}

.c-featureListPost_number {
	color: #094786;
	font-weight: 700;
	display: inline-block
}

@media print, screen and (min-width:1025px) {
	.c-featureListPost_number {
		padding-right: 10px;
		width: 85px;
		font-size: 20px
	}

}

.c-featureListPost_subtitle {
	display: block
}

@media print, screen and (max-width:1024px) {
	.c-featureListPost_number {
		font-size: 13px;
		margin-bottom: 5px
	}

	.c-featureListPost_subtitle {
		display: none
	}

}

.c-featureListPost_title {
	font-weight: 700;
	display: block
}

@media print, screen and (min-width:1025px) {
	.c-featureListPost_subtitle {
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: .08em
	}

	.c-featureListPost_title {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: .08em
	}

}

@media print, screen and (max-width:1024px) {
	.c-featureListPost_title {
		margin-bottom: 8px;
		line-height: 1.5
	}

	.c-featureListPost_text {
		display: none
	}

}

.c-featureListPost_date {
	color: #666;
	font-weight: 600
}

@media print, screen and (min-width:1025px) {
	.c-featureListPost_text {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.75;
		letter-spacing: .08em
	}

	.c-featureListPost_date {
		letter-spacing: .06em
	}

	.c-featureListPost_img {
		transition: border .3s ease-out
	}

	.c-featureListPost_img img {
		transition: transform .3s ease-out
	}

	.c-featureListPost_img:hover {
		border-color: #999
	}

	.c-featureListPost_img:hover img {
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	}

	.c-featureListPost_title:hover {
		text-decoration: underline
	}

}

@media print, screen and (max-width:1024px) {
	.c-featureListPost_date {
		font-size: 13px
	}

	.contents {
		padding: 0 0 60px
	}

}

.articleContent .c-button-ghost {
	width: auto;
	min-width: 320px;
	text-decoration: none;
	text-align: left;
	color: #000
}

.articleContent.standard .std_img_align_center,
.articleMainVisual {
	text-align: center
}

@media print, screen and (min-width:1025px) {
	.wrapper {
		margin-bottom: 0
	}

	.contents {
		padding: 40px 0 0;
		max-width: none
	}

	.articleColumn {
		max-width: 1200px;
		margin: 0 auto
	}

	.articleContent .c-button-ghost {
		padding: 0 50px
	}

	.articleContent .c-button-ghost:hover {
		color: #fff
	}

}

@media print, screen and (max-width:1024px) {
	.articleContent .c-button-ghost {
		padding: 30px 32px
	}

	.articleFeature {
		padding: 0 12px
	}

	.articleFeature .c-followButton {
		margin-top: 20px
	}

	.articleFeature .c-featureListPost_node {
		margin-bottom: 10px
	}

}

@font-face {
	font-family: GoogleSans;
	font-weight: 400;
	src: url(../fonts/GoogleSans-Regular.woff) format("woff"), url(../fonts/GoogleSans-Regular.ttf) format("truetype")
}

@font-face {
	font-family: GoogleSans;
	font-weight: 500;
	src: url(../fonts/GoogleSans-Medium.woff) format("woff"), url(../fonts/GoogleSans-Medium.ttf) format("truetype")
}

@font-face {
	font-family: GoogleSans;
	font-weight: 700;
	src: url(../fonts/GoogleSans-Bold.woff) format("woff"), url(../fonts/GoogleSans-Bold.ttf) format("truetype")
}

.postid-142651 .articleMain *,
.postid-144487 .articleMain *,
.postid-145267 .articleMain * {
	font-family: GoogleSans, MyYuGothicM, YuGothic, 'Yu Gothic', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}

@media print, screen and (min-width:1025px) {
	.articleFeature .c-featureListPost_node {
		margin-bottom: 15px;
		padding-bottom: 15px
	}

	.articleFeature .c-featureListPost_date {
		margin-left: 70px
	}

	.articleColumn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}

	.articleColumn_right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 300px;
		margin-left: 60px
	}

}

.articleMainVisual img {
	width: 100%
}

.articleColumn_left.oldLayout.freeLayout p {
	display: block;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em
}

@media print, screen and (max-width:1024px) {
	.articleColumn_right {
		padding: 50px 12px 0
	}

	.articleColumn_left.oldLayout.freeLayout .articleInfo {
		padding-bottom: 60px
	}

	.articleColumn_left.oldLayout.freeLayout img {
		max-width: 100%
	}

	.articleInfo {
		padding: 40px 15px 20px;
		margin-bottom: 30px
	}

}

@media print, screen and (min-width:1025px) {
	.articleColumn_left {
		width: 840px
	}

	.articleColumn_left.oldLayout {
		width: 720px
	}

	.articleColumn_left.freeLayout {
		width: 1100px
	}

	.articleMainVisual+.articleMain {
		margin-top: 40px
	}

	.articleInfo {
		padding-bottom: 30px;
		margin-bottom: 50px;
		border-bottom: 1px solid #eee
	}

}

.articleLabel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.articleLabel_feature,
.articleLabel_tieup {
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-weight: 700
}

.articleLabel_feature {
	display: flex;
	align-items: center;
	color: #094786
}

@media print, screen and (max-width:1024px) {
	.articleLabel {
		margin-bottom: 10px
	}

	.articleLabel_feature {
		font-size: 11px;
		letter-spacing: .08em
	}

}

@media print, screen and (min-width:1025px) {
	.articleLabel {
		margin-bottom: 24px
	}

	.articleLabel_feature {
		font-size: 18px;
		letter-spacing: .16em
	}

}

.articleLabel_feature span {
	font-size: inherit
}

.articleLabel_tieup {
	display: flex;
	align-items: center;
	color: #999
}

@media print, screen and (max-width:1024px) {
	.articleLabel_tieup {
		font-size: 11px;
		letter-spacing: .08em
	}

	.articleLabel_featureNumber {
		height: 20px;
		padding-left: 15px;
		margin-left: 15px
	}

}

@media print, screen and (min-width:1025px) {
	.articleLabel_tieup {
		font-size: 18px;
		letter-spacing: .16em
	}

}

.articleLabel_tieup span {
	font-size: inherit
}

.articleLabel_featureNumber {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #094786
}

.articleLabel_date {
	display: block;
	font-weight: 700;
	color: #999
}

@media print, screen and (max-width:1024px) {
	.articleLabel_date {
		font-size: 10px;
		letter-spacing: .08em
	}

}

@media print, screen and (min-width:1025px) {
	.articleLabel_featureNumber {
		height: 16px;
		padding-left: 20px;
		margin-left: 20px
	}

	.articleLabel_date {
		letter-spacing: .16em
	}

}

.articleLabel_feature+.articleLabel_date,
.articleLabel_tieup+.articleLabel_date {
	margin-left: 20px
}

.articleSubtitle {
	line-height: 1.5
}

@media print, screen and (max-width:1024px) {
	.articleSubtitle {
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: .08em
	}

	.articleTitle {
		font-size: 22px
	}

}

@media print, screen and (min-width:1025px) {
	.articleSubtitle {
		margin: -6px 0 18px;
		font-size: 22px;
		letter-spacing: .16em
	}

}

.articleTitle {
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em
}

@media print, screen and (min-width:1025px) {
	.articleTitle {
		font-size: 32px
	}

}

.articleExcerpt {
	border-top: 1px solid #eee
}

@media print, screen and (max-width:1024px) {
	.articleExcerpt {
		padding: 36px 20px;
		margin-top: 30px;
		font-size: 15px;
		letter-spacing: .08em;
		line-height: 1.6;
		background: #f6f6f6
	}

}

@media print, screen and (min-width:1025px) {
	.articleExcerpt {
		padding: 20px 30px;
		margin: 30px 0 -30px;
		letter-spacing: .16em;
		line-height: 1.7
	}

}

.articleExcerpt_title {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6
}

.articleFeatureLink {
	display: block;
	color: #666;
	line-height: 1.7
}

.articleContent a,
.articleFeatureLink a {
	color: #0099d9;
	text-decoration: underline
}

@media print, screen and (max-width:1024px) {
	.articleFeatureLink {
		margin-top: 20px;
		font-size: 12px;
		letter-spacing: .08em
	}

	.articleContent {
		padding: 0 12px
	}

}

@media print, screen and (min-width:1025px) {
	.articleFeatureLink {
		margin-top: 8px;
		letter-spacing: .16em
	}

}

.articleFeatureLink a {
	font-size: inherit
}

@media print, screen and (max-width:1024px) {
	.articleContent * {
		font-size: 14px;
		letter-spacing: .04em;
		line-height: 1.6
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent * {
		font-size: 16px;
		letter-spacing: .08em;
		line-height: 1.8
	}

	.freeLayout .articleContent * {
		font-size: 14px;
		letter-spacing: .05em
	}

	.articleContent a:hover {
		text-decoration: none
	}

}

.articleContent a {
	line-height: 1.8;
	letter-spacing: .08em
}

.articleContent rb,
.articleContent ruby {
	font-size: inherit
}

.articleContent rt {
	font-size: 10px
}

.articleContent big {
	font-size: larger
}

.articleContent small {
	font-size: smaller
}

.articleContent h2 {
	font-weight: 700;
	letter-spacing: .08em
}

@media print, screen and (max-width:1024px) {
	.articleContent h2 {
		line-height: 1.6;
		font-size: 18px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent h2 {
		line-height: 1.8;
		font-size: 20px
	}

}

.articleContent h3 {
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .08em
}

.articleContent>hr {
	width: 100%;
	height: 1px;
	background-color: #000
}

.articleContent>figure {
	max-width: 100%
}

@media print, screen and (max-width:1024px) {
	.articleContent h3 {
		font-size: 14px
	}

	.articleContent>* {
		margin-bottom: 15px
	}

	.articleContent>figure+p,
	.articleContent>p+figure,
	.articleContent>p+p {
		margin-top: 15px
	}

	.articleContent>p img.size-full {
		max-width: 100%;
		height: auto
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent h3 {
		font-size: 16px
	}

	.articleContent>* {
		margin-bottom: 30px
	}

	.articleContent>figure+p,
	.articleContent>p+figure,
	.articleContent>p+p {
		margin-top: 18px
	}

}

.articleContent>p>strong,
.articleContent>strong {
	font-weight: 700
}

.articleContent img {
	max-width: 100%;
	height: auto
}

.ie .articleContent img {
	width: 100%
}

.articleContent img.aligncenter {
	display: block;
	margin: 0 auto
}

@media print, screen and (min-width:1025px) {
	.articleContent img.alignleft {
		padding-top: calc(((14px * 1.8) - 14px)/ 2);
		margin: 0 20px 20px 0;
		float: left
	}

	.articleContent img.alignright {
		padding-top: calc(((14px * 1.8) - 14px)/ 2);
		margin: 0 0 20px 20px;
		float: right
	}

}

.articleContent .bgColor-blue p:last-child,
.articleContent .quotation p:last-child {
	margin-bottom: 0
}

.articleContent .wp-caption-text {
	margin-top: 10px;
	color: #999;
	line-height: 1.4
}

.articleContent .bgColor-blue p:first-child,
.articleContent .quotation p:first-child {
	margin-top: 0
}

.articleContent .quotation {
	position: relative
}

.articleContent .quotation:after,
.articleContent .quotation:before {
	content: "";
	display: block;
	position: absolute
}

.articleContent .quotation:before {
	top: 0;
	left: 0
}

.articleContent .quotation:after {
	bottom: 0;
	right: 0
}

@media print, screen and (max-width:1024px) {
	.articleContent .wp-caption-text {
		font-size: 10px
	}

	.articleContent .quotation {
		padding: 10px
	}

	.articleContent .quotation:after,
	.articleContent .quotation:before {
		width: 12px;
		height: 12px
	}

	.articleContent .quotation:before {
		border-top: 1px solid #000;
		border-left: 1px solid #000
	}

	.articleContent .quotation:after {
		border-bottom: 1px solid #000;
		border-right: 1px solid #000
	}

	.articleContent .quotation p {
		font-size: 12px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .wp-caption-text {
		font-size: 12px
	}

	.articleContent .quotation {
		padding: 20px
	}

	.articleContent .quotation:after,
	.articleContent .quotation:before {
		width: 25px;
		height: 25px
	}

	.articleContent .quotation:before {
		border-top: 1px solid #000;
		border-left: 1px solid #000
	}

	.articleContent .quotation:after {
		border-bottom: 1px solid #000;
		border-right: 1px solid #000
	}

	.articleContent .quotation p {
		font-size: 14px
	}

}

.articleContent .bgColor-blue {
	background-color: #e0e7ef
}

@media print, screen and (max-width:1024px) {
	.articleContent .bgColor-blue {
		padding: 11px 15px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .bgColor-blue {
		padding: 22px 20px
	}

}

.articleContent .title-balloon1 {
	position: relative;
	font-weight: 700
}

.articleContent .title-balloon1:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background-color: #d3a357;
	border-left: 2px solid #000;
	top: 0;
	left: 0
}

@media print, screen and (max-width:1024px) {
	.articleContent .title-balloon1 {
		padding: 10px 0 10px 18px;
		margin: 25px 0 15px;
		font-size: 17px;
		line-height: 1.5
	}

	.articleContent .title-balloon1:before {
		width: 6px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .title-balloon1 {
		padding: 10px 0 10px 29px;
		margin: 60px 0 40px;
		font-size: 24px;
		line-height: 1.4
	}

	.articleContent .title-balloon1:before {
		width: 11px
	}

}

.articleContent .title-balloon2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media print, screen and (max-width:1024px) {
	.articleContent .title-balloon2 {
		margin: 25px 0 15px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .title-balloon2 {
		margin: 30px 0 18px
	}

}

.articleContent .title-balloon2 span {
	display: block;
	position: relative;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 2px solid #000
}

@media print, screen and (max-width:1024px) {
	.articleContent .title-balloon2 span {
		margin-bottom: 11px;
		font-size: 16px;
		padding: 0 8px 8px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .title-balloon2 span {
		margin-bottom: 14px;
		font-size: 20px;
		padding: 0 10px 10px
	}

}

.articleContent .title-balloon2 span::after,
.articleContent .title-balloon2 span::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 13px solid #000;
	border-bottom: 13px solid transparent;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent
}

.articleContent .title-balloon2 span:after {
	content: "";
	display: block;
	border-top: 13px solid #fff;
	margin-top: -3px
}

.articleContent .title-balloon3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.articleContent .title-balloon3 span {
	display: block;
	position: relative;
	font-weight: 700;
	line-height: 1.5
}

@media print, screen and (max-width:1024px) {
	.articleContent .title-balloon3 {
		margin: 25px 0 15px
	}

	.articleContent .title-balloon3 span {
		padding: 0 40px;
		font-size: 17px
	}

	.articleContent .title-balloon3 span:before {
		left: 10px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .title-balloon3 {
		margin: 30px 0 18px
	}

	.articleContent .title-balloon3 span {
		padding: 0 60px;
		font-size: 20px
	}

}

.articleContent .title-balloon3 span:after,
.articleContent .title-balloon3 span:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	min-height: auto;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.articleContent .title-balloon3 span:before {
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg)
}

.articleContent .title-balloon3 span:after {
	-ms-transform: rotate(15deg);
	transform: rotate(15deg)
}

.articleContent .title-border1 {
	font-weight: 700;
	line-height: 1.5
}

@media print, screen and (max-width:1024px) {
	.articleContent .title-balloon3 span:after {
		right: 10px
	}

	.articleContent .title-border1 {
		padding: 0 14px 10px;
		margin: 25px 0 15px;
		font-size: 17px;
		border-bottom: 5px solid #f6b2b1
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .title-balloon3 span:before {
		left: 15px
	}

	.articleContent .title-balloon3 span:after {
		right: 15px
	}

	.articleContent .title-border1 {
		padding: 0 34px 20px;
		margin: 60px 0 40px;
		font-size: 22px;
		border-bottom: 10px solid #f6b2b1
	}

}

.articleDetect h2,
.articleContent .title-border2 {
	position: relative;
	line-height: 1.6
}

.articleDetect h2 a,
.articleContent .title-border2 a {
	color: #000;
	text-decoration: none;
}

.articleDetect h2 a:hover,
.articleContent .title-border2 a:hover {
	text-decoration: underline;
}

@media print, screen and (max-width:1024px) {
    .articleDetect h2,
	.articleContent .title-border2 {
		margin: 25px 0 15px;
		padding-left: 14px;
		border-left: 3px solid #000
	}

}

@media print, screen and (min-width:1025px) {
    .articleDetect h2,
	.articleContent .title-border2 {
		padding-left: 26px;
		margin: 60px 0 40px;
		border-left: 6px solid #000
	}

}

.articleDetect h2 strong,
.articleContent .title-border2 strong {
	display: inline;
	background-color: #f6b2b1;
	line-height: 1.7
}

@media print, screen and (max-width:1024px) {
    .articleDetect h2 strong,
	.articleContent .title-border2 strong {
		margin-right: 4px;
		font-size: 22px
	}

}

@media print, screen and (min-width:1025px) {
    .articleDetect h2 strong,
	.articleContent .title-border2 strong {
		margin-right: 6px;
		font-size: 26px
	}

}

.articleDetect h2:before,
.articleContent .title-border2:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #000
}

@media print, screen and (max-width:1024px) {
    .articleDetect h2 span,
	.articleContent .title-border2 span {
		line-height: 1.5;
		font-size: 14px;
		display: block;
		margin-top: 5px
	}

    .articleDetect h2:before,
	.articleContent .title-border2:before {
		width: 1px;
		left: 2px
	}

}

@media print, screen and (min-width:1025px) {
    .articleDetect h2 span,
	.articleContent .title-border2 span {
		display: block;
		margin-top: 8px;
		font-size: 18px;
		line-height: 1.5
	}

    .articleDetect h2:before,
	.articleContent .title-border2:before {
		width: 2px;
		left: 6px
	}

	.articleContent .twoColContainer {
		margin: 0 -10px 30px
	}

}

.articleContent .twoColContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.articleContent .twoColContainer.right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.articleContent .twoCol_img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%
}

@media print, screen and (max-width:1024px) {
	.articleContent .twoCol_img {
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 5px
	}

	.articleContent .twoCol_img img {
		max-width: 100%;
		height: auto
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .twoCol_img {
		padding: 0 10px
	}

}

.articleContent .twoCol_info {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.articleContent .twoCol_title {
	font-size: 17px;
	line-height: 1.5;
	margin: 0 auto 3px
}

.articleContent .twoCol_cpation {
	line-height: 2
}

@media print, screen and (max-width:1024px) {
	.articleContent .twoCol_info {
		padding: 5px
	}

	.articleContent .pictureBox_imgList_node {
		margin-bottom: 15px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .twoCol_info {
		width: 50%;
		padding: 0 10px
	}

	.articleContent .pictureBox_imgList {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.articleContent .pictureBox_imgList_node {
		width: calc((100% - 40px)/ 3)
	}

	.articleContent .pictureBox.twoColumn .pictureBox_imgList_node {
		width: calc((100% - 20px)/ 2)
	}

}

.articleContent .pictureBox_imgList_node img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleContent .pictureBox_info {
	margin-top: 0
}

.articleContent .pictureBox_title {
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0 0
}

.articleContent .pictureBox_cpation {
	line-height: 2;
	margin: 8px 0 0
}

.articleContent .itemBox {
	background: #f6f6f6
}

@media print, screen and (max-width:1024px) {
	.articleContent .itemBox {
		padding: 20px;
		margin: 0 20px 15px;
		border: 5px solid #eee
	}

	.articleContent .itemBox_img {
		margin-bottom: 14px
	}

}

.articleContent .itemBox_img {
	overflow: hidden;
	border: 1px solid #eee
}

@media print, screen and (min-width:1025px) {
	.articleContent .itemBox {
		display: -ms-flexbox;
		display: flex;
		padding: 26px;
		border: 1px solid #eee
	}

	.articleContent .itemBox_img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 120px;
		height: 120px;
		margin-right: 45px
	}

	.articleContent .itemBrand {
		font-size: 16px
	}

}

.articleContent .itemBox_img img {
	width: 100%;
	height: auto
}

.articleContent .itemBrand {
	line-height: 1;
	margin-bottom: 10px
}

.articleContent .itemName {
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleContent .itemName {
		font-size: 16px
	}

}

.articleContent .itemPrice {
	margin-top: 10px;
	line-height: 1
}

.articleContent .itemLink {
	display: block;
	margin-top: 18px;
	line-height: 1
}

.articleContent .hukidashi_text::after,
.articleContent .reverse .hukidashi_text::after {
	margin-top: 2px
}

.articleContent .hukidashiBox {
	display: -ms-flexbox;
	display: flex
}

.articleContent .hukidashi_img {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media print, screen and (min-width:1025px) {
	.articleContent .itemName {
		font-size: 18px
	}

	.articleContent .hukidashi_img {
		max-width: 100px
	}

}

@media print, screen and (max-width:1024px) {
	.articleContent .hukidashi_img {
		max-width: 70px
	}

	.articleContent .hukidashi_text {
		padding: 20px;
		margin-left: 10px
	}

}

.articleContent.standard .right_img_small img,
.articleContent.standard .std_img_align_center img,
.articleSidebar img {
	max-width: 100%
}

.articleContent .hukidashi_img img {
	width: 100%
}

.articleContent .hukidashi_text {
	position: relative;
	font-weight: 700;
	line-height: 1.6;
	border-radius: 10px;
	border: 2px solid #ddd
}

.articleContent .hukidashi_text::after,
.articleContent .hukidashi_text::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 100%
}

@media print, screen and (max-width:1024px) {
	.articleContent .hukidashi_text::after,
	.articleContent .hukidashi_text::before {
		top: 30px
	}

	.articleContent .hukidashi_text::before {
		border-top: 5px transparent solid;
		border-bottom: 5px transparent solid;
		border-right: 10px #ddd solid;
		border-left: 10px transparent solid
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .hukidashi_text {
		padding: 30px;
		margin-left: 40px
	}

	.articleContent .hukidashi_text::after,
	.articleContent .hukidashi_text::before {
		top: 40px
	}

	.articleContent .hukidashi_text::before {
		border-top: 10px transparent solid;
		border-bottom: 10px transparent solid;
		border-right: 20px #ddd solid;
		border-left: 20px transparent solid
	}

}

.articleContent .reverse.hukidashiBox {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media print, screen and (max-width:1024px) {
	.articleContent .hukidashi_text::after {
		border-top: 3px transparent solid;
		border-bottom: 3px transparent solid;
		border-right: 8px #fff solid;
		border-left: 8px transparent solid
	}

	.articleContent .reverse .hukidashi_text {
		margin-right: 10px;
		margin-left: 0
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .hukidashi_text::after {
		border-top: 8px transparent solid;
		border-bottom: 8px transparent solid;
		border-right: 18px #fff solid;
		border-left: 18px transparent solid
	}

	.articleContent .reverse .hukidashi_text {
		margin-right: 40px;
		margin-left: 0
	}

}

.articleContent .reverse .hukidashi_text::after,
.articleContent .reverse .hukidashi_text::before {
	right: auto;
	left: 100%
}

@media print, screen and (max-width:1024px) {
	.articleContent .reverse .hukidashi_text::before {
		border-top: 5px transparent solid;
		border-bottom: 5px transparent solid;
		border-right: 10px transparent solid;
		border-left: 10px #ddd solid
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .reverse .hukidashi_text::before {
		border-top: 10px transparent solid;
		border-bottom: 10px transparent solid;
		border-right: 20px transparent solid;
		border-left: 20px #ddd solid
	}

}

@media print, screen and (max-width:1024px) {
	.articleContent .reverse .hukidashi_text::after {
		border-top: 3px transparent solid;
		border-bottom: 3px transparent solid;
		border-right: 8px transparent solid;
		border-left: 8px #fff solid
	}

	.articleContent .profileBox_name {
		font-size: 16px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent .reverse .hukidashi_text::after {
		border-top: 8px transparent solid;
		border-bottom: 8px transparent solid;
		border-right: 18px transparent solid;
		border-left: 18px #fff solid
	}

}

.articleContent .profileBox {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

@media print, screen and (max-width:767px) {
	.articleContent .profileBox {
		-ms-grid-columns: 60px 1fr;
		grid-template-columns: 60px 1fr;
		grid-column-gap: 24px;
		padding: 25px 5px
	}

	.articleContent .profileBox+.profileBox {
		margin-top: -15px;
		border-top: none
	}

}

@media print, screen and (min-width:768px) {
	.articleContent .profileBox {
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		grid-column-gap: 50px;
		padding: 30px 20px
	}

	.articleContent .profileBox+.profileBox {
		margin-top: -30px;
		border-top: none
	}

}

.articleContent .profileBox_img {
	border: 1px solid #eee;
	overflow: hidden
}

.articleContent .profileBox_img img {
	width: 100%;
	height: auto
}

@media print, screen and (min-width:768px) {
	.articleContent .profileBox_img {
		grid-row: 1/3;
		-ms-grid-column: 1;
		grid-column: 1;
		width: 100px;
		height: 100px
	}

}

.articleContent .profileBox_name {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
	font-weight: 700;
	letter-spacing: .1em
}

.articleContent .profileBox_text {
	font-size: 13px
}

@media print, screen and (max-width:767px) {
	.articleContent .profileBox_text {
		padding-top: 12px;
		-ms-grid-row: 2;
		grid-row: 2;
		grid-column: 1/3
	}

}

@media print, screen and (min-width:768px) {
	.articleContent .profileBox_text {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 2;
		grid-column: 2
	}

}

.articleContent .v-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.articleContent .v-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

.articleContent.standard .standardCategory {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid #000 1px
}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_img_align_center {
		margin-top: 30px
	}

	.articleContent.standard .txt_con {
		margin-bottom: 20px
	}

}

.articleContent.standard .txt_con {
	background: no-repeat #eee
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .txt_con_h4 {
		width: 220px;
		position: relative;
		top: 0;
		margin: 0 auto;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.3;
		border-bottom: 3px solid #000;
		z-index: 10
	}

	.articleContent.standard .txt_con {
		margin-top: -10px;
		padding: 25px 12px 15px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .txt_con_h4 {
		width: 366px;
		position: absolute;
		top: -27px;
		left: calc(50% - 183px);
		text-align: center;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: 2px;
		border-bottom: solid #000 6px
	}

	.articleContent.standard .txt_con {
		padding: 0 30px 30px
	}

}

.articleContent.standard .txt_con_top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.articleContent.standard .con02 {
	position: relative;
	margin-top: 50px
}

.articleContent.standard .con02 h5 {
	letter-spacing: 2px
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .txt_con_top {
		padding-bottom: 12px
	}

	.articleContent.standard .con02 h5 {
		font-size: 17px;
		line-height: 26px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .txt_con_top {
		padding: 80px 0 35px
	}

	.articleContent.standard .con02 h5 {
		font-size: 34px;
		font-weight: 700;
		line-height: 1
	}

}

.articleContent.standard .con02 span.std_h5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	border: 3px solid #000;
	background: #FFF
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .con02 span.std_h5 {
		font-size: 10px;
		padding: 1px 6px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .con02 span.std_h5 {
		min-width: 37px;
		height: 37px;
		padding: 0 8px;
		font-size: 16px
	}

}

.articleContent.standard .con02 .txt_con_read {
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .con02 .txt_con_read {
		padding: 10px 0;
		font-size: 14px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF
	}

	.articleContent.standard .con02 .txt_con_read br {
		display: none
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .con02 .txt_con_read {
		padding: 26px 10px;
		margin-bottom: 26px;
		font-size: 17px;
		line-height: 1.8;
		letter-spacing: 2px;
		border-top: #FFF solid 3px;
		border-bottom: #FFF solid 3px
	}

}

.articleContent.standard .std_has_flag_h4 {
	font-weight: 700;
	position: relative;
	line-height: 32px;
	border-bottom: 1px solid #000
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_has_flag_h4 {
		padding: 0 0 5px 30px;
		margin-bottom: 14px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_has_flag_h4 {
		width: 100%;
		padding: 0 0 10px 60px;
		margin-bottom: 25px;
		font-size: 18px
	}

}

.articleContent.standard .std_cap_flag {
	position: absolute;
	top: 0;
	left: 0
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_has_flag_h4 small {
		display: block;
		font-size: 12px;
		padding: 0;
		line-height: normal
	}

	.articleContent.standard .std_cap_flag {
		width: 23px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_has_flag_h4 small {
		font-size: 15px;
		font-weight: 400;
		padding-left: 20px
	}

	.articleContent.standard .std_cap_flag {
		line-height: 32px
	}

}

.articleContent.standard .std_cap_flag img {
	width: 100%
}

.articleContent.standard .std_caption_box {
	background: #eee;
	zoom: 1
}

.articleContent.standard .std_caption_box:after,
.articleContent.standard .std_caption_box:before {
	position: static;
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020"
}

.articleContent.standard .std_caption_box:after {
	clear: both
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_caption_box {
		padding: 12px;
		margin: 10px 0 0
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_caption_box {
		padding: 30px;
		margin: 20px 0 0
	}

	.articleContent.standard .std_caption_box .caption_ttl {
		width: 100%
	}

}

.articleContent.standard .std_caption_box .caption_ttl {
	font-weight: 700;
	margin-bottom: 8px
}

.articleContent.standard .std_caption_box ul {
	padding: 0;
	list-style-type: none
}

.articleContent.standard .std_caption_box li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	margin-top: 15px;
	line-height: 1.7;
	border-top: 1px solid #FFF
}

.articleContent.standard .std_caption_box li:first-child {
	padding: 0;
	margin: 0;
	border: none
}

.articleContent.standard .std_caption_box+.std_caption_box {
	margin-top: 0
}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_caption_box p {
		font-size: 16px
	}

	.articleContent.standard .caption_col_3 {
		font-size: 14px;
		width: calc((100% - 30px)/ 3)
	}

	.articleContent.standard .std_one_column_box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
		line-height: 1.7
	}

	.articleContent.standard .has_img_text {
		width: 460px;
		float: left
	}

}

.articleContent.standard .std_caption_box .has_img_text {
	width: 340px
}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .has_small_img_text {
		width: 550px;
		float: left
	}

}

.articleContent.standard .has_small_img_text img {
	width: 100%;
	margin: 10px 0
}

.articleContent.standard .std_caption_box .has_small_img_text {
	width: 490px
}

.articleContent.standard .std_faq_box .has_small_img_text {
	width: 430px
}

.articleContent.standard .right_img img {
	width: 100%
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .right_img {
		margin-top: 10px;
		text-align: center
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .right_img {
		width: 260px;
		padding-left: 10px;
		float: right;
		margin: 0
	}

}

.articleContent.standard .right_img_small {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-order: 2;
	order: 2
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .right_img_small {
		margin-top: 10px;
		text-align: center
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .right_img_small {
		width: 160px;
		padding-left: 10px;
		float: right;
		margin: 0
	}

	.articleContent.standard .std_one_column_box_ttl {
		font-size: 18px
	}

}

.articleContent.standard .std_one_column_box_ttl {
	display: block;
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_one_column_box_ttl {
		margin-bottom: 8px
	}

}

.articleContent.standard .std_no_flag_h4 {
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: 1px solid #000
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_no_flag_h4 {
		font-size: 14px;
		line-height: 20px
	}

	.articleContent.standard .std_no_flag_h4 small {
		display: block;
		font-size: 12px;
		padding: 0;
		line-height: normal
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_no_flag_h4 {
		font-size: 22px;
		line-height: 32px
	}

	.articleContent.standard .std_no_flag_h4 small {
		font-size: 15px;
		font-weight: 400;
		padding-left: 20px
	}

	.articleContent.standard .std_faq_box {
		margin-bottom: 50px
	}

	*+.articleContent.standard .std_faq_box {
		margin-top: 30px
	}

}

.articleContent.standard .std_faq_box dd,
.articleContent.standard .std_faq_box dt {
	position: relative
}

.articleContent.standard .std_faq_box dd span,
.articleContent.standard .std_faq_box dt span {
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_faq_box dd,
	.articleContent.standard .std_faq_box dt {
		min-height: 20px;
		padding-left: 27px
	}

	.articleContent.standard .std_faq_box dd span,
	.articleContent.standard .std_faq_box dt span {
		width: 20px;
		height: 20px
	}

	.articleContent.standard .std_faq_box dt {
		font-size: 15px;
		margin-bottom: 6px;
		padding-bottom: 6px;
		line-height: 24px
	}

}

.articleContent.standard .std_faq_box dd span img,
.articleContent.standard .std_faq_box dt span img {
	width: 100%
}

.articleContent.standard .std_faq_box dt {
	font-weight: 700;
	border-bottom: 1px solid #eee
}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_faq_box dd,
	.articleContent.standard .std_faq_box dt {
		min-height: 40px;
		padding-left: 60px
	}

	.articleContent.standard .std_faq_box dt {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 22px
	}

}

.articleContent.standard .std_orange_h4 {
	color: #f96502;
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_orange_h4 {
		font-size: 16px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_orange_h4 {
		font-size: 24px
	}

}

.articleContent.standard .std_has_num_h4 {
	width: 100%;
	position: relative;
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleContent.standard .std_has_num_h4 {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 5px 30px
	}

	.articleContent.standard .std_has_num_h4 .std_cap_flag {
		width: 20px
	}

	.articleContent.standard .note {
		text-align: left
	}

	.articleContent.standard .standardPager {
		margin-top: 40px
	}

}

@media print, screen and (min-width:1025px) {
	.articleContent.standard .std_has_num_h4 {
		padding: 0 0 10px 60px;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 40px;
		border-bottom: 1px solid #000
	}

	.articleContent.standard .std_has_num_h4 small {
		font-size: 15px;
		font-weight: 400;
		padding-left: 20px
	}

	.articleContent.standard .note {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 2px;
		font-weight: 300
	}

	.articleContent.standard .standardPager {
		margin-top: 80px
	}

	.articlePager {
		width: 100%
	}

}

.articleContent.standard .standardPager_head {
	font-weight: 700;
	font-size: 20px
}

.articleContent .gallery {
	position: relative
}

.articlePager {
	margin-top: 80px;
	text-align: center
}

.articlePager .page-links {
	margin-bottom: 10px;
	font-weight: 700;
	text-align: left
}

.articlePager .page-links a {
	display: inline-block;
	color: #f56614;
	margin-left: 5px
}

.articlePager_inner {
	display: inline-block;
	min-width: 320px
}

@media print, screen and (max-width:1024px) {
	.articleTag {
		margin: 40px 12px 0
	}

	.articleShare {
		position: fixed;
		bottom: 15px;
		left: 15px;
		z-index: 2000
	}

}

@media print, screen and (min-width:1025px) {
	.articleTag {
		margin-top: 50px
	}

}

.articleTag_head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #999;
	font-weight: 700;
	letter-spacing: .16em;
	border-bottom: 1px solid #eee
}

.articleTagList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px
}

.articleTagList_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	padding: 0 16px;
	margin: 5px;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	border: 1px solid #999;
	border-radius: 15px
}

.articleShare_list {
	display: -ms-flexbox;
	display: flex
}

.articleShare_list_node-facebook,
.articleShare_list_node-line,
.articleShare_list_node-twitter {
	width: 100%
}

.articleShare_list_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media print, screen and (max-width:1024px) {
	.articleShare_list_node-facebook+li,
	.articleShare_list_node-line+li,
	.articleShare_list_node-twitter+li {
		margin-left: 20px
	}

	.articleShare_list_link {
		height: 44px;
		width: 44px;
		border-radius: 50%
	}

}

@media print, screen and (min-width:1025px) {
	.articleTagList_link {
		transition: color .1s ease-out, background .1s ease-out
	}

	.articleTagList_link:hover {
		color: #fff;
		background: #999
	}

	.articleShare {
		margin-top: 60px
	}

	.articleShare_list_link {
		height: 50px;
		transition: opacity .3s ease-out
	}

	.articleShare_list_link:hover {
		opacity: .7
	}

}

.articleShare_list_link svg {
	fill: #fff;
	width: 20px;
	height: 20px
}

.articleShare_list_node-facebook .articleShare_list_link {
	background: #3a559f
}

.articleShare_list_node-twitter .articleShare_list_link {
	background: #009dda
}

.articleShare_list_node-line .articleShare_list_link {
	background: #00c200
}

@media print, screen and (min-width:768px) and (max-width:1024px) {
	.articleSidebar {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

}

@media print, screen and (max-width:1024px) {
	.articleFeature {
		margin-top: 50px
	}

}

@media print, screen and (min-width:1025px) {
	.articleFeature {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1140px;
		margin: 80px auto 0
	}

}

.articleFeature_title {
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleFeature_title {
		margin-bottom: 22px;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: .12em
	}

}

@media print, screen and (min-width:1025px) {
	.articleFeature_title {
		width: 100%;
		font-size: 24px;
		margin-bottom: 50px
	}

	.articleFeature_thumbnail {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 360px
	}

}

.articleFeature_title a {
	color: #0099d9;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline
}

@media print, screen and (max-width:767px) {
	.articleFeature_thumbnail {
		margin-bottom: 20px
	}

}

@media print, screen and (min-width:768px) and (max-width:1024px) {
	.articleFeature_thumbnail {
		max-width: 500px;
		margin: 0 auto 20px
	}

}

.articleFeature_thumbnail img {
	width: 100%
}

.articleMarket {
	background: #f5f3ef;
	border-top: 1px solid #f0ede7;
	border-bottom: 1px solid #f0ede7
}

.articleMarket_title {
	display: -ms-flexbox;
	display: flex
}

@media print, screen and (max-width:1024px) {
	.articleMarket {
		padding: 38px 12px;
		margin-top: 40px
	}

	.articleMarket_title {
		margin-bottom: 25px
	}

}

@media print, screen and (min-width:1025px) {
	.articleRelated_list {
		width: 700px
	}

	.articleMarket {
		padding: 80px 0;
		margin-top: 80px
	}

	.articleMarket_title {
		width: 845px;
		margin: 0 auto 40px
	}

}

.articleMarket_title_svg {
	fill: #f56614;
	margin-right: 15px
}

.articleMarket_title_label {
	font-weight: 700;
	letter-spacing: .04em
}

@media print, screen and (max-width:1024px) {
	.articleMarket_title_svg {
		width: 28px;
		height: 28px
	}

	.articleMarket_title_label {
		font-size: 28px
	}

}

.articleMarket_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media print, screen and (min-width:1025px) {
	.articleMarket_title_svg {
		width: 34px;
		height: 34px
	}

	.articleMarket_title_label {
		font-size: 34px
	}

	.articleMarket_list {
		width: 845px;
		margin: 0 auto
	}

}

.articleMarket_list_node {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media print, screen and (max-width:1024px) {
	.articleMarket_list_node {
		width: calc((100% - 24px)/ 3);
		margin-top: 10px
	}

	.articleMarket_list_node:nth-child(-n+3) {
		margin-top: 0
	}

	.articleMarket_list_node:nth-child(10) {
		display: none
	}

}

.articleMarket_list_img {
	border: 1px solid #eee;
	overflow: hidden
}

@media print, screen and (min-width:1025px) {
	.articleMarket_list_node {
		width: calc((100% - 80px)/ 5);
		margin-top: 35px
	}

	.articleMarket_list_node:nth-child(-n+5) {
		margin-top: 0
	}

	.articleMarket_list_img {
		margin-bottom: 12px
	}

}

.articleMarket_list_img img {
	width: 100%
}

.articleMarket_list_name {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6
}

.articleMarket_list_price {
	margin-top: 10px;
	font-size: 12px
}

@media print, screen and (max-width:1024px) {
	.articleMarket_link {
		margin-top: 25px
	}

}

@media print, screen and (min-width:1025px) {
	.articleMarket_link {
		width: 480px;
		margin: 50px auto 0
	}

	.articleMarket_list_img {
		transition: border .3s ease-out
	}

	.articleMarket_list_img img {
		transition: transform .3s ease-out
	}

	.articleMarket_list_node:hover {
		border-color: #999
	}

	.articleMarket_list_node:hover img {
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	}

	.articleMarket_list_node:hover .articleMarket_list_name {
		text-decoration: underline
	}

}

.articleFooter_banner,
.articleFooter_ranking {
	padding: 0 12px;
	margin-top: 50px
}

@media print, screen and (min-width:768px) and (max-width:1024px) {
	.articleFooter_banner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

.articleFooter_banner img {
	max-width: 100%
}

@media print, screen and (max-width:1024px) {
	.articleRecommend {
		padding: 0 12px;
		margin-top: 40px
	}

}

@media print, screen and (min-width:1025px) {
	.articleRecommend {
		max-width: 1200px;
		margin: 80px auto 0
	}

}

.articleRecommend_title {
	font-weight: 700
}

@media print, screen and (max-width:1024px) {
	.articleRecommend_title {
		font-size: 18px;
		letter-spacing: .12em;
		margin-bottom: 20px
	}

}

@media print, screen and (min-width:1025px) {
	.articleRecommend_title {
		font-size: 28px;
		letter-spacing: .08em;
		margin-bottom: 40px
	}

	.articleRecommend_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.articleRecommend_list_node {
		width: calc((100% - 40px)/ 3);
		margin-right: 20px
	}

	.articleRecommend_list_node:nth-child(3n) {
		margin-right: 0
	}

}

@media print, screen and (max-width:1024px) {
	.articleRecommend_list_node {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid #eee
	}

	.articleRecommend_list_img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 130px;
		margin-right: 15px
	}

}

.articleRecommend_list_img {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden
}

.articleRecommend_list_img::before {
	content: '';
	display: block;
	padding-top: 65.6%
}

.articleRecommend_list_img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}

.articleRecommend_list_title a {
	display: block;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .08em
}

@media print, screen and (min-width:1025px) {
	.articleRecommend_list_img {
		margin-bottom: 15px;
		transition: border .3s ease-out
	}

	.articleRecommend_list_title a {
		font-size: 16px
	}

	.articleRecommend_list_img img {
		transition: transform .3s ease-out
	}

	.articleRecommend_list_img:hover {
		border-color: #999
	}

	.articleRecommend_list_img:hover img {
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	}

	.articleRecommend_list_title:hover {
		text-decoration: underline
	}

}

@media print, screen and (max-width:1024px) {
	.articleRecommend_list_title a {
		font-size: 14px
	}

}

.articleRecommend_list_date {
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin-top: 9px;
	letter-spacing: .08em
}



/* Custom embed content */
#article_detail_page .articleColumn_left .articleContent div.shop_refer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .refer_img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 15px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .refer_img img {
	width: 25%;
	height: auto;
	padding: 0 1px 1px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .s_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #52c2d0;
	color: #fff;
	margin-bottom: 1px;
	font-size: 12px;
	min-height: 39px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .s_item .s_item_title {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	min-height: 39px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .s_item .s_item_content {
	width: 70%;
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	background-color: #eee;
	color: #000;
	font-size: 13px;
	min-height: 39px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .s_item .s_item_content span {
	text-align: center;
	font-size: 12px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .s_item .s_item_title::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: calc(50% - 8px);
	right: -8px;
	border-left: 8px solid #52c2d0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/*#article_detail_page .articleColumn_left .articleContent div.shop_refer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .refer_img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer .refer_img img {
    width: 25%;
    height: auto;
    padding: 0 1px 1px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer > span {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer > span > span {
    display: inline-block;
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    font-size: 12px;
    height: 40px;
    line-height: 42px;
    float: left;
    margin-bottom: 1px;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer > span > span:nth-child(1) {
    width: 30%;
    background-color: #52c2d0;
    color: #fff;
    position: relative;
}

#article_detail_page .articleColumn_left .articleContent div.shop_refer > span > span:nth-child(1)::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 8px);
    right: -8px;
    border-left: 8px solid #52c2d0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}*/

.teller_info {
	margin-bottom: 20px;
}

.teller_info .teller_profile {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border: 1px dotted #3972b7;
	padding: 30px 20px 10px;
	margin: 34px auto 10px;
}

.teller_profile::before {
	content: url(../images/staff_staffimg_profile.png);
	width: 95px;
	height: 36px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -15px;
	left: 10px;
}

.teller_info .teller_profile .avatar {
	display: block;
	position: absolute;
	right: -30px;
	top: -115px;
	width: 150px;
	height: 150px;
}

.teller_info .teller_profile .avatar img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.teller_info .teller_profile table {
	width: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	border-spacing: 0;
	margin-bottom: 15px;
}

.teller_info .teller_profile table tr,
.teller_info .teller_profile table tr th,
.teller_info .teller_profile table tr td {
	border-bottom: 1px solid #ededed;
}

.teller_info .teller_profile table tr {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

.teller_info .teller_profile table tr th,
.teller_info .teller_profile table tr td {
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1rem;
	color: #666666;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 8px;
}

.teller_info .teller_profile table tr th {
	width: 40%;
	padding-right: 10px;
}


.teller_info .teller_meta {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 10px;
}

.teller_info .teller_meta h3 {
	position: relative;
	text-align: center;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
	padding: 10px 0;
}

.teller_info .teller_meta h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	margin: auto;
	width: 100%;
	height: 1px;
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.teller_info .teller_meta h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	text-align: center;
	color: #191919;
	font-family: "Noto Serif JP";
	font-size: 16px;
	font-weight: bold;
}

.teller_info .teller_meta table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
}

.teller_info .teller_meta table tbody tr,
.teller_info .teller_meta table tbody {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

.teller_info .teller_meta table tbody tr td,
.teller_info .teller_meta table tbody tr th {
	font-family: Lato,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #191919;
	font-size: 12px;
	padding: 5px 10px;
}

.teller_info .teller_meta table,
.teller_info .teller_meta table tbody,
.teller_info .teller_meta table tbody tr,
.teller_info .teller_meta table tbody tr th,
.teller_info .teller_meta table tbody tr td {
	border: 1px solid #ededed;
}

.teller_info .teller_meta table tbody tr td:first-child {
	background-color: #f2f2f2;
	min-width: 200px;
	width: 40%;
}


.teller_info .teller_number {
	display: flex;
	width: calc(100% - 140px);
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.teller_info .teller_number .t_n_num {
	margin-right: 30px;
	width: 70px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	border: 1px solid #CACACA;
	text-align: center;
	display: block;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.12rem;
	color: #666666;
	margin-bottom: 10px;
}

.teller_info .teller_number .t_n_name {
	margin-right: 20px;
	margin-bottom: 10px;
}

.teller_info .teller_number .t_n_price p,
.teller_info .teller_number .t_n_name p {
	color: #666666;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.teller_info .teller_number .t_n_name p:last-child {
	font-weight: normal;
	font-size: 14px;
	color: #bebebe;
}

.teller_info .teller_number .t_n_price p {
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #595960;
}

.teller_info .teller_number .t_n_price p i {
	color: #fff;
	background-color: #36b8bf;
	font-size: 10px;
	border-radius: 2px;
	padding: 0 3px;
	margin-right: 2px;
}


@media only screen and (max-width: 992px) {
	.teller_info .teller_profile {
		padding: 30px 10px 0px;
	}

	.teller_info .teller_meta table tbody tr td:first-child {
		min-width: auto;
	}

	.teller_info .teller_number .t_n_num {
		margin-right: 20px;
		width: 60px;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
	}

	.teller_info .teller_number .t_n_name {
		margin-right: 10px;
	}

	.teller_info .teller_number .t_n_name p {
		font-size: 14px;
	}

	.teller_info .teller_number .t_n_name p:last-child {
		font-size: 12px;
	}

	.teller_info .teller_number .t_n_price p {
		font-size: 10px;
		padding-left: 5px;
	}
}


@media only screen and (max-width: 515px) {
	.teller_info .teller_number .t_n_num {
		margin-right: 10px;
	}

	.teller_info .teller_number .t_n_name p {
		font-size: 12px;
	}

	.teller_info .teller_number .t_n_name p:last-child {
		font-size: 11px;
	}

	.teller_info .teller_number .t_n_name {
		margin-right: 5px;
	}

	.teller_info .teller_number .t_n_price p {
		font-size: 10px;
		padding-left: 0px;
	}
}


/* Short effect */
#cp02 {
	display: none;
}

.teller_meta > label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #da3c41;
	border: 2px solid #da3c41;
	border-radius: 3px;
	margin: 15px auto 0;
	line-height: 25px;
}

.teller_meta > label::after {
	box-sizing: border-box;
	content: '+';
	color: #da3c41;
	margin-left: 5px;
	font-size: 20px;
	line-height: 10px;
}

.teller_meta > label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #da3c41;
}

.teller_meta > label:hover::after {
	color: #ffffff;
}

.teller_meta.active > label::after {
	content: '-';
}

.teller_info .teller_meta .more_info_meta {
	max-height: 0;
	transition: max-height 0.5s ease-in-out,box-shadow 0.6s linear;
	overflow: hidden;
}

.teller_meta.active .more_info_meta {
	max-height: 1000px;
	transition: max-height 0.8s ease-in-out,box-shadow 0.1s linear;
}