@charset "utf-8";

*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

.fs_12{
	font-size:12px !important;
	font-size:1.2rem !important;
}
.fs_13{
	font-size:13px !important;
	font-size:1.3rem !important;
}
.fs_14{
	font-size:14px !important;
	font-size:1.4rem !important;
}
.fs_16{
	font-size:16px !important;
	font-size:1.6rem !important;
}

.fw_b{
	font-weight:bold !important;
}
.fw_n{
	font-weight:normal !important;
}

.t_center {
	text-align: center !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}

.v_auto {
	vertical-align: auto !important;
}
.v_top {
	vertical-align: text-top !important;
}
.v_middle {
	vertical-align: middle !important;
}
.v_bottom {
	vertical-align: bottom !important;
}
.v_baseline {
	vertical-align: baseline !important;
}

.t_link {
	color: #00acee;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.t_link:hover {
	color: #3dc8ff !important;
}
.hide{
	display:none !important;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
}

.m_t_10{
	margin-top: 10px;
}
.m_b_10{
	margin-bottom: 10px;
}

.svg-icon {
	width: 1em;
	height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
	fill: #4691f6;
}
.svg-icon circle {
	stroke: #4691f6;
	stroke-width: 1;
}

html {
	font-family: "Noto Sans TC", 'Segoe UI',SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 62.5%;
}

body {
	color:#333333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
a {
	color:#21282a;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.t_underline {
	background: repeating-linear-gradient(
		-75deg, 
		#FFECA0, 
		#FFECA0 0.1875rem,
		transparent 0.1875rem,
		transparent 0.375rem
	);
	background-position: bottom 3px left;
	background-size: auto 0.8rem;
	background-repeat: repeat-x;
	padding-bottom: 0.3125rem;
	line-height: 150%; 
}

.t_underline_red{
	text-decoration: underline red;
}
.t_line-through{
	text-decoration: line-through;
}
.t_italic{
	font-style: italic;
}
.t_link{
	color: #27b1ea;
	text-decoration: none;
}
.t_link:hover{
	text-decoration: underline;
}
.t_center{
	text-align: center !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.fs_large{
	font-size: 3rem !important;
}
.fs_medium{
	font-size: 2.2rem !important;
}
.fs_standard{
	font-size: 1.6rem !important;
}
.fs_small{
	font-size: 1.2rem !important;
}
.c_red{
	color:#ff0000;
}
.c_purple{
	color:#cc00cc;
}
.c_blue{
	color:#0000cc;
}
.c_blueGreen{
	color:#00cccc;
}
.c_green{
	color:#00cc00;
}
.c_yellow{
	color:#ffff00;
}
.c_black{
	color:#000000;
}
.c_black_2{
	color:#333333;
}
.c_gray{
	color:#666666;
}
.c_gray_2{
	color:#999999;
}
.c_gray_3{
	color:#cccccc;
}
.c_white{
	color:#ffffff;
}
.f_w{
	font-weight:bold;
}
.m_b_m{
	margin-bottom:6rem;
}
.mb-24{
	margin-bottom: 2.4rem;
}
.p-0{
	padding: 0;
}
.h-auto{
	height: auto;
}
.c_thin_red{
	color:#F5A2A2;
}
.c_thin_blue{
	color:#A5C2E6;
}
.bg_yellow{
	background-color: #ff9;
}
.page_wrap .content_top{
	margin: 2.4rem 0 1.4rem;
	padding: 0rem 1.5rem;
	text-align: center;
}
.page_wrap .content_top .content-ttl{
	font-size: 1.6rem;
	color: #fff;
	background: #092846;
	border-radius: 1.7rem;
	text-align: center;
	display: inline-block;
	padding: 0.4rem 1.5rem;
}
.page_wrap .content_top .content-txt{
	text-align: left;
	font-size: 14px;
	margin-top: 1.6rem;
}
.page_wrap .content .content_wrap.two_col{
	display:flex;
	flex-direction:column;
}
.sec{
	margin-bottom:2.4rem;
	padding: 1.2rem 1.5rem;
}
.sec.sec_writer_info{
	margin: 0 0 2.4rem;
	padding: 0 1.5rem;
}
.sec .sec_ttl{
	color:#0390d5;
	font-size:2.1rem;
	font-weight: bold;
	border-bottom:solid 2px #bad2de;
	margin:0 0 20px;
}
.c__display-pc{
	display:none;
}
.wp_social_bookmarking_light_clear{
	margin-bottom:1rem;
}

.c__header{
	background:#2e353e;
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav {
    display: none;
}

.c__header .inner{
	width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    color: #fff;
    background-color: #000;
}

.c__header .inner .h_wrap{
	width:100%;
	height:40px;
	display:table;
	table-layout: fixed;
	padding: 4px 0 3px;
	box-sizing: border-box;
}

.c__header .inner .h_wrap .h_left,
.c__header .inner .h_wrap .h_right{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.c__header .inner .h_wrap .h_left{
	text-align: center;
	padding:0 0.8rem;
}
.c__header .inner .h_wrap .h_left .h_logo > a > img{
	display:block;
	margin:0 auto;
	max-width: 100%;
}

.c__header .inner .h_wrap .h_right{
	padding:0 0.8rem;
}

.c__header .inner .h_wrap .h_right .m_brand{
	float:right;
}
.c__header .inner .h_wrap .h_right .m_brand .brand-box{
    color: #fff;
    font-size: 1.4rem;
    padding: 0.2rem 0.5rem;
}
.c__header .inner .h_wrap .h_right .m_brand .brand-box:after{
	content: "";
	display: inline-block;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c__header .inner .h_wrap .h_right .m_brand .brand-box .text-logo-nc{
	font-weight: bold;
}
.c__header .inner .h_wrap .h_right .m_brand > a{
	display: block;
}
.c__header .inner .h_wrap .h_right .m_brand > a > img{
	display:block;
	margin:0 0 0 auto;
	max-width: 100%;
}

.h_logo, .brand {
    display: none;
}

.c__header .inner .h_wrap .h_right form input {
	width: 100%;
    max-width: 180px;
    background: url(../images/search-icon.png) no-repeat 14px center/14px 14px;
    background-color: #262626;
    border-radius: 23px;
    padding: 4px 10px 4px 40px;
    font-size: 13px;
    border: 0px;
    height: 28px;
    margin: 6px 15px;
}

.c__footer{
	background: #2e353e;
}
.c__footer .inner{
	position: relative;
}
.c__footer .inner p{
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
}
.c__footer .inner .f_wrap{
	width:100%;
	padding: 1.5rem 0 1rem;
	text-align: center;
}
.c__footer .inner .f_wrap .f_left,
.c__footer .inner .f_wrap .f_right{
	padding:0 0.8rem;
	box-sizing: border-box;
}
.c__footer .inner .f_wrap a > img{
	vertical-align: middle;
}
.c__footer .inner .f_wrap .f_left .f_ttl{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align: center;
}
.c__footer .inner .f_wrap .brand .brand-box{
    color: #fff;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 0.4rem 0.5rem;
    display: inline-block;
}
.c__footer .inner .f_wrap .brand .brand-box .text-logo-nc{
	font-weight: bold;
}
.c__footer .inner small{
	display: block;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	margin: 1.2rem 1rem 0;
	border-top: solid 1px #fff;
	padding: 1rem 0;
}
.c__footer .inner .f_wrap .f_right .brand{
	padding-top: 1.5rem;
}
.c__footer .inner .f_wrap .f_right .brand img{
	vertical-align: middle;
	margin-left: 0.4rem;
}
.c__footer .inner .f_logo{
	display:block;
	margin-bottom:20px;
}
.p__pagetop{
	position:absolute;
	top:0;
	right:16px;
	margin-top:-52px;
	background: #2e353e;
	border-radius:10px 10px 0 0;
	display: none;
}
.p__pagetop > a{
	width:125px;
	height:52px;
	color:#fff;
	display:block;
	font-size:16px;
	font-size:1.6rem;
	text-align: center;
	line-height:1.2;
	position: relative;
	padding:5px 0 0;
}
.p__pagetop > a .fa{
	font-size:20px;
}

.c__notice,
.c__service,
.c__function{
	color:#fff;
}
.c__media{
	color:#fff;
}
.c__study,
.c__grammar,
.c__pronunciation,
.c__listening,
.c__reading,
.c__teacher,
.c__textbook,
.c__course{
	color:#fff;
}
.c__omoshiro{
	color:#fff;
}
.c__camper{
	color:#fff;
}

.c__pagination{
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}
.c__pagination .page-numbers{
	color:#03C9A9;
	padding:10px 0 10px;
	padding:1rem 0 1rem;
	border-bottom:solid 1px #ccc;
	font-size: 0;
}
.c__pagination > .page-numbers .page-numbers{
	border:0;
}
.c__pagination .page-numbers.current{
	color:#555555;
}
.c__pagination .page-numbers > li{
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.c__pagination .page-numbers > li + li{
	border-left: 1px solid #D3D3D3;
}
.c__pagination .page-numbers > li a,
.c__pagination .page-numbers > li span{
	display: block;
	width:2rem;
	line-height:2rem;
	font-size: 1.6rem;
	padding: 0.4rem 1rem;
}
.c__pagination .page-numbers .next,
.c__pagination .page-numbers .prev{
	display: none;
	font-size:24px;
	font-size:2.4rem;
	position: relative;
	border:solid 1px #f1890e;
	width:6rem;
	height:3rem;
	line-height:3rem;
	box-sizing: border-box;
}
.c__pagination .next{
	right:-2rem;
}
.c__pagination .prev{
	left:-2rem;
}

.post-categories{
	font-size:0;
	display: none;
}
.post-categories li{
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
	margin-right:10px;
	margin-right:1rem;
}
.post-categories li + li{
	margin-left:8px;
	margin-left:0.8rem;
}
.post-categories li{
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
	margin-right:4px;
	margin-right:0.4rem;
}
.post-categories li > a{
	display: block;
}
.post-categories li .service,
.post-categories li .notice,
.post-categories li .function{
	background:#ff568f;
}
.post-categories li .media{
	background:#00bd8e;
}
.post-categories li .study,
.post-categories li .grammar,
.post-categories li .pronunciation,
.post-categories li .listening,
.post-categories li .reading,
.post-categories li .teacher,
.post-categories li .textbook,
.post-categories li .course{
	background:#2196f3;
}
.post-categories li .omoshiro{
	background:#f2c305;
}
.post-categories li .camper{
	background:#ff7522;
}

.c__main{
    background: url(../images/main_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c__main .main_inner .main_ttl_top,
.c__main .main_inner .main_ttl_btm{
	display: none;
}
.c__main .main_inner .main_img{
	padding: 0.6rem 0 0;
}

.c__social-icon{
	font-size:0;
	text-align: center;
}
.c__social-icon > .social-icon{
	display:inline-block;
	font-size:16px;
	font-size:1.6rem;
	margin:0 12px;
	margin:0 1.2rem;
}
.c__social-icon > .social-icon img{
	width:5.5rem;
	height:5.5rem;
}

.title-bar{
	font-size: 1.4rem;
	color: #F1890E;
	margin-bottom:1.6rem;
	position: relative;
	padding-bottom: 0.3rem;
}
.title-bar:after{
	content:"";
	display:block;
	height:2px;
	width:100%;
	background: linear-gradient(to right, rgba(241,137,14,1) 0%, rgba(241,137,14,1) 40%, rgba(48,55,61,1) 40%, rgba(48,55,61,1) 100%);
	position: absolute;
	bottom: 0;
}
.c__list-box{
	width: 100%;
	padding: 1rem 0;
	font-size: 1.2rem;
	background: #fff;
	box-sizing: border-box;
}
.c__article_list + .c__article_list{
	border-top: solid 1px #E9EEF0;
}
.c__list-box > .c__list-lbox,
.c__list-box > .c__list-rbox{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	justify-content:flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.c__list-box > .c__list-lbox{
	width:11.5rem;
	padding-right:1rem;
	box-sizing: border-box;
}
.c__list-box > .c__list-lbox .post-img{
	width:10.5rem;
	height:5.3rem;
	overflow: hidden;
	position: relative;
	background:#000;
}
.c__list-box > .c__list-lbox .post-img img{
	position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
    display: inline-block;
    margin: auto;
    height: 100%;
    width: auto;
}
.c__list-box > .c__list-rbox{
	width: -webkit-calc(100% - 11.5rem);
	width: calc(100% - 11.5rem);
}
.c__list-box .c__list{
	display: flex;
	transition: 0.2s all linear;
}
.c__list-box a.c__list:hover{
	opacity: 0.6;
}
.c__list-box .c__list .post-thumbnail img{
	vertical-align: middle;
	width: 12rem;
	height: 6rem;
	border: 1px solid #D3D3D3;
	object-fit: cover;
}
.c__list-box .c__list .post-info{
	width: 100%;
	padding: 0 0 0 1rem;
	position: relative;
}
.c__list-box .c__list .post-info .date{
	font-size: 1rem;
}
.c__list-box .c__list .post-info .post-ttl{
	font-size: 1.5rem;
	font-weight: bold;
}
.c__post-date{
	width:100%;
	display: table;
	border-spacing: 0;
}
.c__post-date.top{
	order: 3;
}
.c__post-date.bottom{
	order: 1;
}
.c__post-date .date,
.c__post-date .author{
	display: table-cell;
	vertical-align: middle;
}
.c__post-date .date{
	font-size:12px;
	font-size:1.2rem;
	padding-right:1rem;
	width:11rem;
	box-sizing: border-box;
}
.c__post-date .author{
	font-size:0;
	position: relative;
}
.c__post-date .author .thumbnail,
.c__post-date .author .name{
	display:inline-block;
	font-size:12px;
	font-size:1.2rem;
	vertical-align: middle;
}
.c__post-date .author .thumbnail{
	width:28px;
	width:2.8rem;
	height:28px;
	height:2.8rem;
	border:solid 2px #ccc;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.c__post-date .author .thumbnail img{
	display:block;
	position: absolute;
	z-index: 2;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	margin: auto;
	width:28px;
	width:2.8rem;
	height:28px;
	height:2.8rem;
}
.c__post-date .author .name{
	margin-left:4px;
}
.c__list-box > .c__list-rbox .post-ttl{
	color:#333333;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
	overflow: hidden;
	min-height:3.6rem;
	order: 2;
	word-wrap: break-word;
    margin-bottom: 0.4rem;
}
.c__list-box.sticky .c__post-date{
	display: none;
}
.c__list-box > .c__list-rbox .post-ttl > a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.c__post {
	width: 100%;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 2px solid #E9EEF0;
	margin-bottom: 3rem;
}
.c__art-box{
	width: 100%;
	font-size: 1.6rem;
	padding: 1.6rem;
	box-sizing: border-box;
}
.c__art-head{
}
.c__art-head-ttl{
	text-align: center;
	line-height:1.2;
	padding:0rem 1rem 1rem;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 2rem;
}
.c__art-head-ttl > .ttl{
	font-size: 1.8rem;
	margin-bottom:0.4rem;
	font-weight: bold;
}
.c__art-head-ttl > .ruby{
	font-size:12px;
	font-size:1.2rem;
}
.c__art-body-ttl{
	text-align: center;
	margin-bottom: 1rem;
	padding: 0px 15px;
	padding: 0rem 1.5rem;
	line-height: 1.2;
	color: #2e353e;
}
.c__art-writer{
	border: 2px solid #E6E6E6;
	border-radius: 4px;
	padding: 2rem;
	margin: 2.5rem 0 0;
}
.c__art-writer .c__art-head-ttl{
	text-align: left;
	padding: 0;
	margin: 0 0 2rem;
}
.c__art-writer .c__art-body-ttl{
	text-align: left;
	font-size: 1.4rem;
	color: #0F3675;
	font-weight: bold;
	padding: 0;
	margin-bottom: 1.5rem;
}
.c__art-writer .related_list-item .art_content{
	padding: 0.6rem 0;
}
.c__art-pagination .pagination{
	font-size:0;
	text-align: center;
	padding:2rem 0;
}
.c__art-pagination .pagination li{
	width:50%;
	font-size:12px;
	font-size:1.2rem;
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
.c__art-pagination .pagination li > a{
	width:100%;
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    border: solid 1px #e28d36;
    height: 4rem;
    line-height: 4rem;
}
.c__art-pagination .pagination .nav-previous > a{
	padding:0px 1rem 0px 2rem;
}
.c__art-pagination .pagination .nav-next > a{
	padding:0px 2rem 0px 1rem;
}
.c__art-pagination .pagination li > a:before,
.c__art-pagination .pagination li > a:after{
	color:#e28d36;
	font-family: Fontawesome;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	font-size:2.4rem;
	line-height:1;
}
.c__art-pagination .pagination .nav-previous > a:before{
	content:"\f104";
	left:0.5rem;
}
.c__art-pagination .pagination .nav-next > a:after{
	content:"\f105";
	right:0.5rem;
}
.c__profile{
	width:100%;
	margin-bottom:40px;
}
.c__prof_wrap{
	width:100%;
}

.c__prof_wrap > .c__prof_left .thumbnail{
	width:6rem;
	height:6rem;
	border:solid 2px #ccc;
	border-radius:50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin:0 auto;
}
.c__prof_wrap > .c__prof_left .thumbnail img{
	display:block;
	position: absolute;
	z-index: 2;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	margin: auto;
	width:6rem;
	height:6rem;
}
.c__prof_wrap > .c__prof_right{
	font-size:14px;
	font-size:1.4rem;

}
.c__prof_wrap > .c__prof_right .prof_head {
	font-size:0;
	margin-bottom:2rem;
}

.c__prof_wrap > .c__prof_right .prof_head .nickname{
	color:#333333;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	text-align: center;
	margin-bottom:1rem;
}
.c__prof_wrap > .c__prof_right .prof_head .articles{
	width:215px;
	line-height:36px;
	border:solid 1px #e28d36;
	font-size:14px;
	font-size:1.4rem;
	box-sizing: border-box;
	margin:0 auto;
}
.c__prof_wrap > .c__prof_right .prof_head .articles > a{
	color:#e28d36;
	display:block;
	position: relative;
	padding:4px 10px 0;
	box-sizing: border-box;
}
.c__prof_wrap > .c__prof_right .prof_head .articles > a:after{
	content:"\f105";
	font-family: FontAwesome;
	position:absolute;
	right:1rem;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:24px;
	font-size:2.4rem;
}
.c__related_list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.c__related_list .related_list-item{
	width: 44%;
	border: 1px solid #D3D3D3;
}
.c__related_list .related_list-item:nth-child(n+3){
	display: none;	
}
.c__related_list .art_content{
	font-size: 1.2rem;
	background: #fff;
	padding: 0.8rem 1rem;
	overflow: hidden;
	height: 5.4rem;
	line-height: 1.6;
	border-top: 1px solid #D3D3D3;
	box-sizing: border-box;
}
.c__related_list .related_list-item .post-categories{
	margin-bottom:1rem;
}
.c__related_list .related_list-item .thumbnail{
	width: 100%;
	height: 7.5rem;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background:#000;
}
.c__related_list .related_list-item .thumbnail > img{
	width: 100%;
	height: 100%;
}
.c__related_list .related_list-item .art_ttl{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.c__banner-list li {
}
.c__banner-list li a,
.c__banner-list li img{
	display:block;
	width: 100%;
}
.c__banner-list li img{
	max-width: 100%;
}
.c__post .post-thumbnail {
	margin: 2rem 0;
}
.c__post .post-thumbnail img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border: 1px solid #D3D3D3;
}
.c__error404{
	width: 100%;
	font-size: 1.6rem;
	padding: 32px 16px;
	padding: 3.2rem 1.6rem;
	background: #fff;
	box-sizing: border-box;
}
.c__error404 .entry-header{
	text-align: center;
}
.c__error404 .entry-content{
	text-align: center;
}
.c__error404 .entry-content .btn_wrap{
	text-align: center;
	padding-top:20px;
}
.c__error404 .entry-content .btn_wrap li{
	display: inline-block;
}
.c__error404 .entry-content .btn_style{
	color: #e28d36;
	display: block;
	position: relative;
	padding: 4px 10px 0;
	border: solid 2px #e28d36;
	font-size: 15px;
	font-size: 1.5rem;
	box-sizing: border-box;
	width: 215px;
    line-height: 42px;
}
.c__error404 .entry-content .btn_style:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    font-size: 2.8rem;
}
.c__error404 .entry-content .btn_wrap li:hover .btn_style{
    color: #fff;
    background: #e28d36;
}
.c__error404 .entry-content .btn_wrap li:hover .btn_style:after{
	color:#fff;
}
.p__entry-box{
    width: 100%;
    display: flex;
    border-spacing: 0;
    margin-bottom: 1rem;
    flex-direction: column;
}
.p__entry-box .p__entry-lbox{
    margin-bottom: 1rem;
}
.p__entry-box .p__entry-lbox,
.p__entry-box .p__entry-rbox{
	vertical-align: middle;
}
.p__entry-box .p__entry-rbox{
	float:right;
}
.p__entry-box .post-date{
	width:100%;
}

.single-post .sidebar .sec_writer_info,
.single-post .sidebar #searchform,
.single-post .sidebar .p__category,
.single-post .sidebar .p__ranking{
	display: none;
}
.sidebar{
	display: flex;
	flex-direction: column;
	padding: 1rem 0 0;
}
.sidebar .p__facebook{
	order: 2;
}
.sidebar .p__category{
	order: 1;
	border: 1px solid #CCCCCC;
}
.sidebar .p__banner{
	order: 4;
}
.sidebar .p__follow{
	order: 5;
}
.widget{
	margin-bottom:24px;
	margin-bottom:2.4rem;
}
.widget-area .writer_info_wrap{
	background: #fff;
	border-radius: 4px;
	padding: 2rem 1.6rem;
	border: 1px solid #CCCCCC;
}
.widget-area writer_info_wrap{
	border: 1px solid #D3D3D3;
}
.widget-area .writer_info_wrap .writer_info_title{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0.5rem 0 1.5rem;
}
.writer_info_wrap .writer_info_account{
	margin: 0 0 1rem;
}
.writer_info_wrap .writer_info_account .writer_image{
	text-align: center;
	border-radius: 50%;
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	margin: auto;
}
.writer_info_wrap .writer_info_account .writer_image img{
	width: 100%;
	height: 100%;
}
.writer_info_wrap .writer_info_account .writer_info{
}
.writer_info_wrap .writer_info_account .writer_info .writer_name{
	font-weight: bold;
	font-size: 1.4rem;
}
.writer_info_wrap .writer_info_account .writer_info .company_name{
	display: block;
	font-size: 1.2rem;
}
.writer_info_wrap .writer_info_account .writer_info .icon_twitter{
	font-size: 1.2rem;
	vertical-align: middle;
}
.writer_info_wrap .writer_info_account .writer_info .writer_info_account {
	font-size: 1.3rem;
}
.writer_info_wrap .writer_info_account .writer_info .icon_twitter:before{
	font-family: "FontAwesome";
	content: '\f099';
	font-size: 2.6rem;
	color: #00AFF0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.6rem;
}
.writer_info_wrap .writer_info_txt{
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.writer_info_wrap .writer_info_title{
	font-weight: bold;
	margin: 0.5rem 0 0.5rem;
	text-align: center;
}

.widget_nav_menu{
	background: #fff;
	margin: 0 1.5rem 2.4rem;
}
.widget_nav_menu > .widget_ttl{
	text-align: center;
	padding: 2.4rem 1.5rem 1rem;
	line-height:1.2;
	color:#2e353e;
}
.widget_nav_menu > .widget_ttl .ttl{
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
}
.widget_nav_menu > .widget_ttl .ruby{
	font-size:12px;
	font-size:1.2rem;
}
.p__category ul{
	padding: 2rem 0rem;
	border-top: 1px solid #CCCCCC;
	margin: 0 1rem;
}
.p__category ul li > a:before{
	display: inline-block;
	content: "・";
}
.p__category ul > li{
	font-size:14px;
	font-size:1.4rem;
	position:relative;
}
.p__category ul > li:first-child{
}
.p__category ul > li ul li{
	border:none !important;
}
.p__category ul > li > a{
	display:block;
	line-height:40px;
	line-height:4rem;
	position:relative;
	padding:0 26px;
}
.p__category ul > li > a .count{padding-left: 0.5rem;}
.p__category ul > li > a:after{
	color:#555;
	font-family: FontAwesome;
	font-size:28px;
	font-size:2.8rem;
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p__category ul > li ul{
	padding:0;
}
.p__category ul li > a:before{
	display: block;
	position: absolute;
	left: 6px;
	top:50%;
	transform: translateY(-50%);
	line-height: 1;
}
.p__category ul li.omoshiro > a:before{
	content:url(../images/icon-omoshiro.png);
}
.p__category ul li.omoshiro .count{
	color:#f2c305;
}
.p__category ul li.service > a:before{
	content:url(../images/icon-notice.png);
}
.p__category ul li.service .count{
	color:#ff568f;
}
.p__category ul li.study > a:before{
	content:url(../images/icon-study.png);
}
.p__category ul li.study .count{
	color:#2196f3;
}
.p__category ul li.camper > a:before{
	content:url(../images/icon-camper.png);
}
.p__category ul li.camper .count{
	color:#ff7522;
}
.p__category ul li.media > a:before{
	content:url(../images/icon-media.png);
}
.p__category ul li.media .count{
	color:#00bd8e;
}
.p__category ul li.pr > a:before{
	content:url(../images/icon-pr.png);
}
.p__category ul li.pr .count{
	color:#13c3ce;
}
.p__ranking{
	order: 3;
	border: 1px solid #CCCCCC;
}
.p__ranking .menu-ranking{
	padding:0 10px;
	padding:0 1rem;
}
.p__ranking .menu-ranking > li{
	font-size:14px;
	font-size:1.4rem;
	position:relative;
	display: flex;
	border-bottom:solid 1px #ccc;
	padding:1rem 1.2rem;
}
.p__ranking .menu-ranking > li:first-child{
	border-top:solid 1px #ccc;
}
.p__ranking .menu-ranking > li ul li{
	border:none !important;
}
.p__ranking .menu-ranking > li .post-categories{
	text-align: right;
}
.p__ranking .menu-ranking > li .post-categories li{
	margin-top:0;
}
.p__ranking .menu-ranking > li .c__post-date{
	width:auto;
	vertical-align: middle;
	display: block;
}
.p__ranking .menu-ranking > li .c__post-date .date{
	display: block;
}
.p__ranking .menu-ranking > li .c__post-date .author{
	display: block;
}
.p__ranking .menu-ranking > li .art_link{
	display:block;
	font-weight: bold;
	position:relative;
}
.p__ranking .menu-ranking > li .art_link .eyecatch{
	display:none;
}
.p__ranking .menu-ranking > li .art_link .ttl{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}
.p__ranking .menu-ranking > li .l_box{
	width:11.5rem;
}
.p__ranking .menu-ranking > li .r_box{
	width:-webkit-calc(100% - 11.5rem);
	width:calc(100% - 11.5rem);
}
.p__ranking .menu-ranking > li ul{
	padding:0;
}
.p__ranking .menu-ranking > li:nth-child(1) .post-categories{
	background:url(../images/rank_1.png) no-repeat left center;
	background-size: contain;
	text-align: right;
}
.p__ranking .menu-ranking > li:nth-child(2) .post-categories{
	background:url(../images/rank_2.png) no-repeat left center;
	background-size: contain;
	padding-left: 3.5rem;
}
.p__ranking .menu-ranking > li:nth-child(3) .post-categories{
	background:url(../images/rank_3.png) no-repeat left center;
	background-size: contain;
	padding-left: 3.5rem;
}
.p__ranking .menu-ranking > li:nth-child(4) .post-categories{
	background:url(../images/rank_4.png) no-repeat left center;
	background-size: contain;
	padding-left: 3.5rem;
}
.p__ranking .menu-ranking > li:nth-child(5) .post-categories{
	background:url(../images/rank_5.png) no-repeat left center;
	background-size: contain;
	padding-left: 3.5rem;
}
.p__ranking .menu-ranking .menu-item > a:before{
	display: block;
	width:22px;
	height:22px;
	position: absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}
.p__ranking .menu-ranking .menu-item-47 > a:before{
	content:url(../images/icon-notice.png);
}
.p__ranking .menu-ranking .menu-item-52 > a:before{
	content:url(../images/icon-study.png);
}
.p__ranking .menu-ranking .menu-item-54 > a:before{
	content:url(../images/icon-omoshiro.png);
}
.p__ranking .menu-ranking .menu-item-55 > a:before{
	content:url(../images/icon-camper.png);
}
.p__ranking .menu-ranking .menu-item-56 > a:before{
	content:url(../images/icon-media.png);
}
.p__ranking .menu-ranking .menu-item-47 .count{
	color:#ff568f;
}
.p__ranking .menu-ranking .menu-item-52 .count{
	color:#2196f3;
}
.p__ranking .menu-ranking .menu-item-54 .count{
	color:#f2c305;
}
.p__ranking .menu-ranking .menu-item-55 .count{
	color:#ff7522;
}
.p__ranking .menu-ranking .menu-item-56 .count{
	color:#00bd8e;
}
.p__ranking .ranking_list_wrap{
    padding: 0.8rem 0rem 2rem;
    border-top: 1px solid #CCCCCC;
    margin: 0 1rem;
}
.p__ranking .ranking_list_wrap .ranking_list{
    padding: 1rem 0;
    line-height: 1.5;
    padding-left: 4.4rem;
    position: relative;
}
.p__ranking .ranking_list_wrap .ranking_list::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.6rem;
    height: 1.5em;
    font-size: 22px;
    color: #C1C1C1;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(1)::before{
    content: "1";
    color: #F1890E;
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(2)::before{
    content: "2";
    color: #F1890E;
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(3)::before{
    content: "3";
    color: #F1890E;
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(4)::before{
    content: "4";
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(5)::before{
    content: "5";
    font-weight: 700;
}
.p__facebook{
	text-align: center;
}
.p__author{
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
	background:#fff;
	text-align: center;
	padding:8px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

.p__follow{
	padding-top:42px;
	padding-top:4.2rem;
	background: url('../images/follow.png') center top no-repeat;
	background-size:26rem auto;
}

.sec__facebook{
	width:100%;
	margin-bottom:16px;
	font-size:1.6rem;
	padding:16px;
	padding:1.6rem;
	background:#fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.4);
	display: none;
}
.sec__facebook iframe{
	display: block;
}

.entry-title{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom: 1rem;
}
.entry-content{
	font-size:1.4rem;
	word-wrap: break-word;
}
.entry-content a{
	color: #00acee;
	text-decoration: underline;
}
.entry-header .post-categories{
	display: block;
	margin-bottom: 2rem;
}
.entry-header .post-categories li > span{
	border: #727272 solid 1px;
	display:block;
	padding: .3rem .8rem;
	border-radius: 3rem;
	line-height: 1.5rem;
	font-size: 1rem;
}
.entry-content img,
.entry-content iframe{
	display: block;
	max-width:100%;
	height: auto;
	margin:0 auto;
}
.entry-content p{
	margin-bottom:16px;
	margin-bottom:1.6rem;
}
.entry-content p strong{
	font-weight:bold;
}
.entry-content p a{
	color:#00acee;
	text-decoration: underline;
}
.entry-content .profile .thum{
	margin-bottom:0.5rem;
}
.entry-content .profile .name,
.entry-content .profile .ruby{
	text-align:center;
	display: block;
}

.entry-content h2 {
    margin: 16px 0 32px 0; 
    padding: 22px 20px;
    position: relative;
    background-color: #004E7C;
    color: #fff;
    border-top: 4px double #fff;
    border-bottom: 4px double #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .entry-content h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 18px;
    }
} 
.entry-content h3 {
    margin: 0 0 20px 0;
    padding: 22px 0 10px 0;
    position: relative;
    color: #2684AA;
    font-size: 20px; 
    font-weight: 700;
    line-height: 23px; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.entry-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4px; 
    background: repeating-linear-gradient(
        -45deg, 
        #2684AA, 
        #2684AA 3px, 
        transparent 3px, 
        transparent 7px 
    );
}

@media only screen and (max-width: 1032px) {
    .entry-content h3 {
        font-size: 16px;
    }
}

.entry-content h4{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	margin-bottom:16px;
	margin-bottom:1.6rem;

}
.entry-content h4:before{
	content:"";
	width:1rem;
	height:1rem;
	background:#999;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-1px;
	margin-right:1rem;
}

.entry-content ul{
	font-size:1.4rem;
	margin-bottom:2.4rem;
}

.entry-content .tabs{
	font-size:0;
	border-bottom:solid 2px #cccccc;
	margin-bottom:16px;
	margin-bottom:1.6rem;
}
.entry-content .tabs .tabs_item{
	width:-webkit-calc(50% - 4px);
	width:calc(50% - 4px);
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	color:#fff;
	display:inline-block;
	text-align: center;
	line-height:4rem;
	background: #03c9a9;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}
.entry-content .tabs .tabs_item.on{
	color:#333;
	font-weight: normal;
	border-left:solid 2px #ccc;
	border-top:solid 2px #ccc;
	border-right:solid 2px #ccc;
	cursor:auto;
	position: relative;
	top:2px;
	background: #fff;
}
.entry-content .tabs .tabs_item.on:after{
	content:"";
	width:90%;
	height:2px;
	display: inline-block;
	background:#ccc;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.entry-content .tabs .tabs_item + .tabs_item{
	margin-left:8px;
}
.entry-content .tab_cnt {
	margin-bottom:30px;
}
.entry-content .item_wrap{
	margin-bottom:30px;
}
.entry-content .item{
	width:100%;
	display:table;
	border-spacing: 1px;
	border-collapse: separate;
}
.entry-content .item p{
	margin:0;
}
.entry-content .item ul{
	padding-left:2rem;
	margin:0;
}
.entry-content .item .item_h{
	text-align: center;
	border:solid 1px #cccccc;
	padding:5px 0;
	padding:0.5rem 0;
}
.entry-content .item .item_b{
	padding:12px 0;
	padding:1.2rem 0;
}

.entry-content .example {
    background-color: #E6F5FB;
    border: none 3px #4169e1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.entry-content .example p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    font-size: 14px;
}

.entry-content .example p + p {
    margin-top: 4px;
}
.entry-content .trivia{
	padding: 16px;
	border: solid 3px #d2691e;
	border-radius: 10px;
	background-color: #fffacd;
	margin-top: 30px;
	margin-bottom: 30px;
}
.entry-content .question{
	margin:30px 0;
}
.entry-content .question .question_title span{
	padding: 6px 10px;
	border-radius: 10px 10px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	font-size: 20px;
	background: #ff8c00;
}
.entry-content .question .question_content{
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #ff8c00;
}
.entry-content .question .difficulty{
	text-decoration: underline;
	font-size: 16px;
}
.entry-content .question .answer{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-content .gray_area{
	padding: 16px;
	border: solid 3px #2e353e;
	border-radius: 10px;
	background-color: #f5f5f5;
	margin-top: 30px;
	margin-bottom: 30px;
}
.entry-content .heading_underline{
	border-bottom: solid 5px #03c9a9;
}

#searchform {
    position: relative;
    width: 100%;
    margin: 0 auto 2.4rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
}
.searchfield {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.2rem 1rem;
    border: solid 1px #bbb;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}
.searchsubmit {font-family: FontAwesome;font-size: 1.4em;position: absolute;top: -3px;bottom: 0;right: 7%;padding: 0;cursor: pointer;color: #163551;border: none;background: transparent;}
.searchsubmit:hover {
opacity: .6;
}

.footer_breadcrumb{
	background:#ddd;
}
.footer_breadcrumb{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333;
	background:#ddd;
}
.footer_breadcrumb > .footer_breadcrumb_inner{
	padding: 1rem;
}
.footer_breadcrumb .footer_breadcrumb_inner > span{
	padding: 0 1rem;
}
.footer_breadcrumb .footer_breadcrumb_inner > span + span:before{
	font-family: fontAwesome;
	content: '\f105';
	margin-right: 1.5rem;
}
.footer_breadcrumb a{
	color: #333;
}
.footer_breadcrumb a:hover{
	color: #333;
	text-decoration: underline;
}
#breadcrumb{
    display: none;
}
#breadcrumb{
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    background: #f1f1f1;
    border-bottom: solid 1px #dde4e8;
    margin: 0 !important;
}
#breadcrumb ul{
    line-height: 28px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#breadcrumb ul li a {
    color: #f1890e;
}
#breadcrumb ul li + li::before{
    content:"＞";
    margin:0 1rem;
}

.content-pc {
    display: none !important;
}
.content-sp{
    display: block !important;
}
.header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    z-index: 100;
}
.header .sp-head {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    color: #fff;
    background-color: #000;
}
.header .sp-head .sp-head__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0;
}
.header .sp-head .sp-head__top .sp-head__logo {
    width: 100%;
    max-width: 19.6rem;
    margin-right: 1.25rem;
}
.header .sp-head .sp-head__top .sp-head__logo img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.header .sp-head .sp-head__top .sp-head__logo .h1 {
    font-size: 1rem;
    color: #FFF;
}
.header .sp-head .sp-head__top .sp-head__nc-wrap {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.375rem 1.4375rem;
    border-radius: 0.9375rem;
    position: relative;
}
.header .sp-head .sp-head__top .sp-head__nc-wrap::after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    right: 0.8125rem;
    top: 50%;
    border: solid 0.0625rem;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.m_right form input {
	width: 100%;
    max-width: 109px;
    background: url(../images/search-icon.png) no-repeat 14px center/14px 14px;
    background-color: #262626;
    border-radius: 23px;
    padding: 4px 10px 4px 40px;
    font-size: 13px;
    border: 0px;
    height: 28px;
	color: #FFF;
}
.m_right form input.searchsubmit {
	display: none;
}

.header .sp-head .sp-head__bottom {
	width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding:5px 10px 10px;
	box-sizing: border-box;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap {
    color: #fff;
    display: flex;
	align-items: center;
	flex-shrink: 0;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__top{
    color: #fff;
    position: relative;
    padding: .5rem 1rem;
    font-size: 1.2rem;	
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__lead {
    display: flex;
	align-items: center;
    position: relative;
    padding: .5rem 1rem;
    font-size: 1.2rem;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__lead.js-sp-menu__active {
    color: #3DC8FF;
    background-color: #262626;
    border-radius: 0 0.3125rem 0 0;
    opacity: 1 !important;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__arrow::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
	margin-left: 20px;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #808080 transparent transparent transparent;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items {
    display: none;
    position: fixed;
    width: 100%;
	height: -webkit-calc(100% - 88px);
	height: calc(100% - 88px);
	overflow-y: scroll;
    background-color: #262626;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    padding: 2.4375rem 2.5rem;
    left: 0;
    top: 88px;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item {
	padding: 0.625rem 0;
    position: relative;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dt{
	display: flex;
	align-items: center;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dt::before {
	display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
	margin-right: 6px;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dt.open::before {
	transform: rotate(90deg);
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dd{
	display: none;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dd ul{
	margin-top: 10px;
	padding-left: 10px;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item dl dd ul li + li{
	margin-top: 10px;
}
.header .sp-head .sp-head__bottom .sp-head__category-wrap .sp-menu__items .sp-menu__item a{
	color: #fff;
}
.header .sp-head .sp-head__bottom .js-sp-head__bg {
    position: fixed;
    z-index: -1;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: none;
}
.header .sp-head .sp-head__bottom .js-sp-head__bg.js-sp-head__bg-active {
    display: block;
}
.header .sp-head .sp-head__bottom .sp-head__search-area {
	width: auto;
    display: block;
    margin: 0 0.625rem 0 0;
}
.header .sp-head .sp-head__bottom .sp-head__search-area .sp-head__search-input {
	width: 7.5rem;
	height: 2.5em;
	padding: 0 10px 0 30px;
	background-repeat: no-repeat;
	color: #fff;
	background-color: #262626;
	background-position: center left 10px;
	border-radius: 0.9375rem;
	font-size: 0.8125rem;
}

.c__header {
  display: block; 
  transition: transform 1s;
}

.hidden {
  transform: translateY(-100%);
}

.sp-head_category {
    position: relative;
    display: inline-block;
}

.sp-head_category .dropdown-content {
	display: none;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: calc(100% - 88px);
    overflow-y: scroll;
    background-color: #262626;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    padding: 2rem 5rem;
    left: 0;
}

.dropdown-sub .dropdown-submenu {
	display: none;
}

.sp-head_category button {
	padding: 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.sp-head_category:hover .dropdown-content {
	display: block;
}

.dropdown-sub:hover .dropdown-submenu {
	display: block;
}

.dropdown-content a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
}

.dropdown-content a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
    margin-right: 6px;
}

.dropdown-submenu a {
	padding: 10px 20px;
}

.dropdown-submenu a:before {
	border-color: unset;
	display: none;
}

.nav .menu-item .sub-menu{
	display: none;
}
.nav .menu-item:hover .sub-menu{
	display: block;
}
.nav .menu-item .sub-menu a:before {
	border-color: unset;
	display: none;
}
.sp-head_category:hover .nav {
	display: block;
}
.nav .menu:first-child > .menu-item:first-child{
	display: none;
}
.nav > .menu > .menu-item > a{
	pointer-events: none;
}

.sp-banner {
    padding-top: 99px;
}

.sp-banner .bnr-list .bnr-list-item:first-child {
	display: block !important;
    width: 100%;
    height: 245px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner-sec .bnr-list {
	display: flex;
    overflow-x: scroll;
	gap: 10px;
}

.banner-sec .bnr-list-item {
    width: 300px;
    flex-shrink: 0;
}

.banner-sec .bnr-main .bnr-list .bnr-list-item:first-child {
	display: none;
    width: 100%;
    height: 245px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.banner-sec .bnr-list .bnr-list-item:first-child:after,
.banner-sec .bnr-list .bnr-list-item:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
    pointer-events: none;
}

.banner-sec .bnr-list .bnr-list-item {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
	width: 300px;
	height: 202px;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-image {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-image:hover {
    transform: scale(1.5);
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-date {
	position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 0px 9px;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    z-index: 10;
}

.bnr-list-item-inner-title-head,
.bnr-list-item-inner-title {
    position: absolute;
    bottom: 70px;
    width: 100%;
    padding: 0 18px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    z-index: 10;
	box-sizing: border-box;
}

.bnr-list-item-inner-title {
	font-size: 14px;
	width: unset;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-inner-categories {
    position: absolute;
    bottom: 44px;
    padding: 0 18px;
    color: #fff;
    font-size: 10px;
    z-index: 10;
	display: flex;
	gap: 2px;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-inner-categories-link:first-child {
    color: #808080;
    background-color: #fff;
    border: solid 1px #fff;
    margin: 0;
    padding: 0 6px;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-inner-categories-link:not(:first-child) {
    border: solid 1px #fff;
    margin: 0;
    padding: 0 6px;
	color: #fff;
}

.cont-see-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px;
}

.cont-see-more a {
    color: #8E8E8E;
    display: flex;
    justify-content: flex-end;
    border: solid 1px #8E8E8E;
    border-radius: 0.9375rem;
    padding: 3px 24px;
	font-weight: bold;
}
.box2-main-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 16px;
	color: #fff;
	padding: 0 10px;
}

.box2-main .box2-list {
	display: flex;
	overflow-x: scroll;
	padding: 0 10px;
	gap: 10px;
	margin: 0 0 45px;
}
.box2-list-item-inner-box {
	padding: 10px 0 0;
}

.box2-list-item  {
	flex-shrink: 0;
    width: 225px;
    margin: 0;
    padding: 0;
    border: none;
	position: relative;
	counter-increment: ranking;
}

.box2-list-item-inner {
	position: relative;
	display: flex;
	flex-direction: column;
}

.box2-list-item-image {

}

.box2-list-item-link {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 156px;
}

.box2-list-item-image {
    display: block;
    object-fit: cover;
    z-index: 10;
    -webkit-transition-duration: 0.3s;
	transition: transform 0.3s ease;
	width: 100%;
	height: 100%;
}

.box2-list-item-image:hover {
    transform: scale(1.1);
}

.box2-list-item-inner-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color: #fff;
}

.box2-list-item-inner-categories {
    margin: 14px 0 12px;
	font-size: 1rem;
	display: flex;
	gap: 2px;
}

.box2-list-item-inner-categories-link:first-child {
	color: #fff;
    background-color: #B3B3B3;
    border: solid 1px #B3B3B3;
    margin: 0;
    padding: 0 6px;
}

.box2-list-item-inner-categories-link:not(:first-child) {
	border: solid 1px #B3B3B3;
    margin: 0;
    padding: 0 6px;
    color: #B3B3B3;
}

.box2-list-item-date {
    font-size: 12px;
    color: #999999;
}

.box2-list-item:before {
	color: #999;
	background: #f0f0f0;
	display: block;
	content: counter(ranking);
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: solid 2px #fff;
	text-align: center;
	z-index: 30; 
}

.box2-list-item:first-child::before {
    content: "";
    background: url(../images/rank1-icon.png);
    background-size: cover;
    border: none;
}

.box2-list-item:nth-child(2)::before {
	content: "";
	background: url(../images/rank2-icon.png);
    background-size: cover;
    border: none;
}

.box2-list-item:nth-child(3)::before {
	content: "";
    background: url(../images/rank3-icon.png);
    background-size: cover;
    border: none;
}

#main-inner, .main-inner {
    margin-bottom: 50px;
}
.content-non-home{
	padding-top: 100px;
}
.cont-list-item-inner-box {
	padding: 1rem;
}

.cont-main-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 16px;
	color: #fff;
}
.content-non-home .cont-main-title {
	padding: 0 10px;
}
.cont-main-title a {
	font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
}

.cont-main-title a:after {
	content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-arrow.png);
    background-size: cover;
    margin-left: 15px;
    margin-left: 0.9375rem;
}

.cont-main .cont-list {
    display: flex;
    overflow-x: scroll;
	padding: 0 10px;
	gap: 10px;
}
.content-non-home .cont-main .cont-list{
	overflow: inherit;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 10px;
}

.cont-list-item:first-child {
	margin-left: 0 !important;
}

.cont-list-item {
	flex-shrink: 0;
    width: 225px;
    margin: 0;
    padding: 0;
    border: none;
}

.cont-list-item-inner-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}

.cont-list-item-inner-categories {
    margin: 14px 0 12px;
	font-size: 9px;
	display: flex;
	gap: 2px;
}

.cont-list-item-date {
    font-size: 12px;
    color: #999999;
}

.cont-list-item-link {
	display: block;
	width: 225px;
	height: 156px;
	overflow: hidden;
}
.content-non-home .cont-list-item {
	width: 45.867vw;
}
.content-non-home .cont-list-item-link{
	width: 100%;
	height: 32vw;
}
.cont-list-item-inner-categories-link:first-child {
	color: #fff;
    background-color: #B3B3B3;
    border: solid 1px #B3B3B3;
    margin: 0;
    padding: 0 6px;
}

.cont-list-item-inner-categories-link:not(:first-child) {
	border: solid 1px #B3B3B3;
    margin: 0;
    padding: 0 6px;
    color: #B3B3B3;
}

.cont-list-item-image {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    -webkit-transition-duration: 0.3s;
	transition: transform 0.3s ease;
}

.cont-list-item-image:hover {
    transform: scale(1.2);
}

.footer {
    color: #fff;
    background-color: #2e353e;
    margin: 0;
    text-align: left;
}

.footer__blog-content.footer-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #4E5865 1px solid;
    flex-direction: column;
    padding: 0 1rem;
}

.footer-blog__logo-wrap {
    width: 100%;
    max-width: 199px;
    margin-right: auto;
    padding: 15px 10px;
}

.footer-blog__logo {
	width: 100%;
	height: auto;
    display: block;
}

.footer-blog-menu{
	width: 100%;
}

.footer-blog__category-wrap.footer-blog-menu .menu{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: stretch;
    margin-right: auto;
}

.footer-blog__category-wrap .menu-item {
    line-height: 1.5rem;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.footer-blog__category-wrap .menu-item a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 15px;
    border-top: solid 0.0625rem #4E5865;
    position: relative;
}

.footer-blog__category-wrap .menu-item a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    top: 50%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translateY(-60%);
    transform: rotate(45deg) translateY(-60%);
}

.footer .footer__nc-content {
    margin-top: 3rem;
    padding-left: 15px;
}

.footer .footer__nc-content .footer-nc__logo-wrap {
	width: 100%;
    max-width: 179px;
    height: 26px;
}

.footer  .footer__nc-content .footer-nc__logo-wrap img {
    width: 100%;
    display: block;
}

.footer .footer__nc-content .footer-nc__menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2rem;
}

.footer .footer__nc-content .footer-nc__menu-wrap .nc-menu {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
	margin-top: 1rem;
}

.nc-menu__icon-wrap {
    display: flex;
}

.nc-menu__icon {
    display: block;
    margin-right: 0.75rem;
    margin-top: 1rem;
	margin-bottom: 1rem;
}

.nc-menu__title {
	display: none;
}

.nc-menu_title_sp {
    font-size: 16px;
    font-weight: 600;
    padding: 1.25rem 0;
    margin-top: 0;
    margin-bottom: 0;
	display: block;
}

.nc-menu__item-wrap {
    width: 100%;
}

.nc-menu__icon-wrap {
    display: flex;
}

.footer .nc-menu__item {
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    margin-top: 0;
    border-top: solid 0.0625rem #4E5865;
    position: relative;
}

.footer .nc-menu__item a {
    color: #fff;
    display: block;
    padding: 11px 10px 11px 50px;
}

.footer .nc-menu__item a:after {
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    top: 50%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translateY(-60%);
    transform: rotate(45deg) translateY(-60%);
}

.footer .footer__copyright {
    background-color: #1A2129;
    text-align: center;
    padding: 30px 0;
    font-size: 10px;
}

.content-li li {
    font-size: 2rem;
    color: #404040;
    font-weight: bold;
}

.entry-content >#toc_container {
    margin: 0;
    width: 100%;	
    background: none;
    list-style: none;
    border-top: 4px solid #F0F0F0;
    border-bottom: 4px solid #F0F0F0;
    border-left: none;
    border-right: none;
    counter-reset: item;
}

.r_content.main article.c__post {
    padding-top: 115px;
}

.post-categories li > span, .post-categories li .btn-category {
    border: unset;
    display: block;
    padding: unset;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #00ACEE;
    position: relative;
    padding-left: 1.8rem;
}

.post-categories li > span, .post-categories li .btn-category::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	background: url('../images/icon.svg') no-repeat center / cover;
}

.border-gry {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.55;
    font-weight: bold;
    border-left: solid 6px #999999;
    padding: 1.4rem 1.6rem 1rem;
    margin: 6.4rem 0;
    box-sizing: border-box;
    color: #00CCCC;
}

.blg-inner-content {
    width: 400px;
    padding: 1rem;
}

.blg-inner-content-head figure, .blg-inner-content-head-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}

.blg-inner-content-head figure {
    margin-top: 1rem;
}

.blg-inner-content, .blg-inner-img {
    display: inline-block;
    vertical-align: middle;
}

.blog-content {
    border: 1px solid #E5E5E5;
}

.blg-inner-content-head-title a {
    color: #0E6ACE;
    font-size: 12px;
	margin-bottom: 1rem;
    font-weight: bold;
}

.blg-inner-content-head-title span {
    font-weight: normal;
    color: #6B7377;
	display: block;
	font-size: 12px;
}

.blg-inner-content-title h6 {
    font-size: 15px;
    font-weight: bold;
}

.blg-inner-content-title p {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 0;
}

.blg-inner-content-date {
    font-size: 11px;
    color: #6B7377;
}

.blg-inner-img .thumbnail img {
    width: 100px;
    height: 100px;
}
.art_content-p {
	color: #000000;
	font-size: 12px;
}

.art_content-date {
    font-size: 11px;
    color: #6B7377;
	margin-top: 0.5rem;
}

.content-li ul {
    padding-left: 2rem !important;
    color: #999999;
}

.content-li li {
    font-size: 2rem;
    color: #404040;
    font-weight: bold;
}

.decoration {
    padding: 16px;
    border: none 3px #4169e1;
    background-color: #f0f8ff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.decoration2 {
    padding: 16px;
    border: solid 3px #2e353e;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.decoration2 span {
	font-weight: bold;
}

.c__art-writer {

}

.nc-btn {
    padding: 2rem 0 1rem;
}

.nc-btn a {
    color: #27B1EA;
    font-size: 14px;
}

.soc_media {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.soc_media h2 {
    font-size: 16px;
	font-weight: bold;
}

.soc_media ul {
	display: inline-block;
    margin: 2rem auto;
    text-align: center;
    vertical-align: top;
}
.soc_media ul li {
    margin: 0 1rem;
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
	.c__post { max-width: 640px; margin: 0 auto; }
	.c__art-box { max-width: 640px; margin: 0 auto; }
}

@media only screen and (max-width: 556px) {
	.blg-inner-content {
		width: 300px;
		padding: 1rem;
		margin-right: 2rem;
	}
	.blg-inner-img .thumbnail img {
		width: 80px;
		height: 80px;
	}
}	

@media only screen and (max-width: 450px) {
	.blg-inner-content {
		width: 241px;
		padding: 1rem;
		margin-right: 1rem;
	}

}	

@media only screen and (max-width: 375px) {
	.blg-inner-content {
		width: 236px;
		padding: 5px;
		margin-right: 0;
	}
}	

.post-custom-top-banner {
    margin: 0 0 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
article.c__art-box .post-custom-top-banner { 
	margin-bottom: 0;
}
.post-custom-top-banner a {
	display: block;
	text-align: center;
}

.post-custom-top-banner img {
    width: calc(100% - 3.2rem);
    max-width: calc(64rem - 3.2rem);
	height: auto;
}

.post-custom-bottom-link-banner {
	position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    width: 280px;
    height: 120px;
    box-shadow: 0px 2px 16px #00000040;
    border-radius: 8px;
    opacity: 1;
	margin-bottom: 0;
}

.post-custom-bottom-link-banner .bottom_link_banner {
	display: block;
	width: 100%;
	cursor: text;
    height: 100%;
}

.post-custom-bottom-link-banner .bnr_link_float__close {
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    padding: 0;
    margin: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.sp_hide_img {
	display: none !important;
}

.conv-wrap{
	margin: 20px 0;
}
.conv-wrap .conv{
	display: flex;
	gap: 0 5px;
}
.conv-wrap .conv.conv-right{
	flex-direction: row-reverse;
	justify-content: end;
}
.conv-wrap .conv + .conv{
	margin-top: 20px;
}
.conv-wrap .conv .thumb-wrap > img{
	width: 60px;
	height: 60px;
}
.conv-wrap .conv .text-wrap .name{
	font-size: 12px;
	margin-bottom: 2px;
}
.conv-wrap .conv .text-wrap{
	flex: 1;
}
.conv-wrap .conv.conv-right .text-wrap{
	text-align: right;
}
.conv-wrap .conv.conv-right .text-wrap .name{
	text-align: right;
}
.conv-wrap .conv .text-wrap .baloon{
	position: relative;
    z-index: 2;
    padding: 6px 12px;
    background-color: #EEEEEE;
    border-radius: 15px;
    color: #333333;
	line-height: 1.5;
	font-size: 16px;
	display: inline-block;
	text-align: left;
}
.conv-wrap .conv-left .text-wrap .baloon{
	border-radius: 0 15px 15px 15px;
}
.conv-wrap .conv-left .text-wrap .baloon:before{
	position: absolute;
	top: 0;
	left: -8px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid none none solid;
	border-width: 8px;
	border-color: #EEEEEE transparent;
	content: "";
}
.conv-wrap .conv-right .text-wrap .baloon{
	background-color: #77DD66;
	border-color: #77DD66;
	border-radius: 15px 0 15px 15px;
	margin-left: auto;
}
.baloon> p:empty{display: none;}

.conv-wrap .conv-right .text-wrap .baloon:before{
	position: absolute;
	top: 0;
	right: -8px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 8px;
	border-color: #77DD66 transparent;
	content: "";
}
.conv-wrap .conv .text-wrap .baloon.bgc-1{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}
.conv-wrap .conv .text-wrap .baloon.bgc-1:before{
	border-color: #EEEEEE transparent;
}
.conv-wrap .conv .text-wrap .baloon.bgc-2{
	background-color: #E3F4E4;
	border-color: #E3F4E4;
}
.conv-wrap .conv .text-wrap .baloon.bgc-2:before{
	border-color: #D1F8C2 transparent;
}
.conv-wrap .conv .text-wrap .baloon.bgc-3{
	background-color: #FFEBEB;
	border-color: #FFEBEB;
}
.conv-wrap .conv .text-wrap .baloon.bgc-3:before{
	border-color: #FEF1FA transparent;
}
.conv-wrap .conv .text-wrap .baloon.bgc-4{
	background-color: #FFFCF1;
	border-color: #FFFCF1;
}
.conv-wrap .conv .text-wrap .baloon.bgc-4:before{
	border-color: #F9F7D2 transparent;
}
.conv-wrap .conv .text-wrap .baloon.bgc-5{
	background-color: #FFF5F0;
	border-color: #FFF5F0;
}
.conv-wrap .conv .text-wrap .baloon.bgc-5:before{
	border-color: #FFF5F0 transparent;
}
.conv-wrap .conv .text-wrap .baloon.bgc-6{
	background-color: #E2F6FF;
	border-color: #E2F6FF;
}
.conv-wrap .conv .text-wrap .baloon.bgc-6:before{
	border-color: #E2F6FF transparent;
}

.content .main .entry-content h5 {
	padding: 16px;
	background-color: #f0f8ff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.box, .light-box, .warning-box, .check-box {
	position: relative;
	padding: 40px 30px;
	border: 2px solid #D3D3D3;
	margin: 40px auto;
	min-height: 60px;
	box-sizing: border-box;
}

.light-box { border-color: #FFA537; }
.warning-box { border-color: #F7D82C; }
.check-box { border-color: #6AC1B7; }

.with-bg.light-box { background-color: #FDF9EE; }
.with-bg.warning-box { background-color: #FFFCF1; }
.with-bg.check-box { background-color: #DFEFED; }

.with-icon::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 14px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

.with-icon.light-box::before { background-image: url('../../images/blog/light.png'); }
.with-icon.warning-box::before { background-image: url('../../images/blog/warning.png'); }
.with-icon.check-box::before { background-image: url('../../images/blog/check.png'); }

.entry-content .light-box p,
.entry-content .warning-box p,
.entry-content .check-box p,
.entry-content .box p,
.page-entry .entry .entry-content .light-box p,
.page-entry .entry .entry-content .warning-box p,
.page-entry .entry .entry-content .check-box p {
	margin: 0 !important; 
	margin-bottom: 0 !important;
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
}

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

	.box, .light-box, .warning-box, .check-box {
		max-width: 720px;
	}
}

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

	.box, .light-box, .warning-box, .check-box {
		box-sizing: border-box;
	}

	.entry-content .light-box p,
	.entry-content .warning-box p,
	.entry-content .check-box p,
	.entry-content .box p,
	.page-entry .entry .entry-content .light-box p,
	.page-entry .entry .entry-content .warning-box p,
	.page-entry .entry .entry-content .check-box p {
		letter-spacing: -0.02em; 
		word-break: break-all; 
		word-wrap: break-word; 
	}
}

.toc_title {
	font-size: 16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toc_title::before {
	content: ""; 
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	width: 24px; 
	height: 24px; 
	margin-right: 8px; 

	background-image: url('../../images/blog/humberger_icon.png');
	background-repeat: no-repeat; 
	background-position: center;
    background-size: 20px 20px;
}

.toc_list {
	list-style: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
}

.toc_list > li {
	counter-increment: item;
	counter-reset: subitem;
	margin: 0 0 0.5rem;
	padding-left: 0;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}

.toc_list > li::before {
	content: counter(item) "\00a0\00a0|\00a0\00a0";
	color: #004E7C;
	flex-shrink: 0;
	display: inline-block;
	white-space: nowrap;
	align-self: center; 
}

.toc_list > li > a {
	color: #333333;
	flex: 1;
	white-space: normal;
	word-break: break-word;
	display: flex;
	align-items: center;
	min-height: 23.04px;
}

.toc_list > li > ul {
	width: 100%;
	margin: 0.25rem 0 0;
	padding-left: 1.5em;
	flex-basis: 100%;
}

.toc_list > li > ul > li {
	counter-increment: subitem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0;
	font-size: 12px;
}

.toc_list > li > ul > li::before {
	content: counter(item) "-" counter(subitem) "\00a0\00a0|\00a0\00a0";
	color: #2684AA;
	flex-shrink: 0;
	display: inline-block;
	white-space: nowrap;
	align-self: center; 
}

.toc_list > li > ul > li > a {
	color: #333333;
	flex: 1;
	white-space: normal;
	word-break: break-word;
	display: flex;
	align-items: center;
	min-height: 23.04px;
}

.toc-toggle-button {
	display: block;
	padding: 5px 10px;
	border-radius: 70px;
	border: 0.5px solid #CCCCCC;
	background: #F7F7F7;
	cursor: pointer;
	text-align: center;
	position: static; 
	margin: 14px auto 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.toc-toggle-button:hover {
	background-color: rgba(220, 220, 220, 0.95); 
}

.toc-toggle-button:focus {
	outline: none;
	color: #000000;
}

.toc-toggle-button span {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
}

.toc-faded {
	opacity: 0.3;
	position: relative;
}

.check-text {
	position: relative;
	padding-left: 24px; 
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	margin-left: 0; 
}

.check-text::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0; 
	width: 16px;
	height: 24px;
	background: url('../../images/blog/checmark.png') no-repeat center / contain;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}

.object-contain{
	object-fit:contain;
}

/*NJ-75697*/
.highlight-row {
	background: #F1890E;
	color: #FFFFFF;
}

article.c__post table tbody tr:first-child td{
   background: #F1890E;
    padding: 1.2rem 0.8rem;
	color: #FFFFFF;
}
article.c__post table tbody tr td{
    border: 1px solid #DDDDDD !important;
    padding: 1.2rem 0.8rem;
}

/* NJ-76017 */
.entry-content ul {
	list-style-type: disc;
}
.entry-content ul ul {
	list-style-type: circle;
}
.entry-content ul ul ul {
	list-style-type: square;
}
.entry-content ol {
	list-style-type: decimal;
	counter-reset: item;
}
.entry-content ol li {
	display: block;
	counter-increment: item;
}
.entry-content ol li::before {
	content: counters(item, ".") ". ";
	counter-increment: none;
}
.entry-content ul,
.entry-content ol {
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}
.entry-content ul {
	padding-left: 2rem;
}
.entry-content ul ul,
.entry-content ol ol {
	padding-left: 0;
}