@charset "utf-8";

#wpadminbar{
	display: none;
}

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-family: "Noto Sans TC", "微軟正黑體", "PingHei", 'PMingLiU', STHeitiSC-Medium , sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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_16{
	font-size:16px !important;
	font-size:1.6rem !important;
}
.fw_b{
	font-weight:bold !important;
}
.fw_n{
	font-weight:normal !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;
}
.none-pc{
	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;
}

.p-0{
	padding: 0 !important;
}

.d_block{
	display: block;
}
.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", 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;
}
@-webkit-keyframes flash {
	50% {
		opacity: 0.6;
	}
}
@keyframes flash {
	50% {
		opacity: 0.6;
	}
}
.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%; 
}

@media only screen and (max-width: 1032px) {
	.t_underline {
		background-position: 0 calc(0.6em - 1px);
	}
}

.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 !important;;
}
.c_thin_red{
	color:#F5A2A2;
}
.c_thin_blue{
	color:#A5C2E6;
}
.bg_yellow{
	background-color: #ff9;
}
.page_wrap {
	padding: 60px 0 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	box-sizing: border-box;
	overflow-x: hidden;
}
.page_wrap .content{
	padding: 0 0 64px;
}
.page_wrap .content .inner{
	width:1040px;
	margin: -229px auto 0;
	padding:179px 0 0;
	position: relative;
}
.page_wrap .content .inner .content_top{
	display: none;
}
.page_wrap .content .content_wrap{
	width:100%;
}
.page_wrap .content .content_wrap.two_col{
	display:table;
}
.page_wrap .content .content_wrap.two_col{
	border-spacing:24px 0;
}
.page_wrap .content .content_wrap.two_col .l_content,
.page_wrap .content .content_wrap.two_col .r_content{
	display: table-cell;
	vertical-align: top;
}
.page_wrap .content .content_wrap.two_col .l_content{
	width:280px;
}
.page_wrap .content .content_wrap.two_col .r_content{
	max-width:680px;
}
.sec{
	margin-bottom:24px;
}
.sec .sec_ttl{
	color:#0390d5;
	font-size:21px;
	font-size:2.1rem;
	font-weight: bold;
	border-bottom:solid 2px #bad2de;
	margin:0 0 20px;
}

.c__header{
	background: #fff;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
}
.c__header .inner {
	min-width: 1208px;
    height: inherit;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.c__header .inner .h_wrap{
	width:100%;
	display: flex;
	padding: 8px 0 5px;
	box-sizing: border-box;
}
.c__header .inner .h_wrap .h_left,
.c__header .inner .h_wrap .h_right{
	display: table-cell;
	vertical-align: middle;
}
.c__header .inner .h_wrap .h_left .h_logo{
	border-right: solid 2px #CCCCCC;
}
.c__header .inner .h_wrap .h_left .h_logo > a{
	display:block;
}
.c__header .inner .h_wrap .h_left .h_logo > a > img{
	width: 216px;
	height: auto;
    margin-right: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.c__header .inner .h_wrap .h_right{
	text-align: right;
	margin: 0 0 0 auto;
}

.c__header .inner .h_wrap .h_right .brand{
	float:right;
	margin-top: 4px;
}

.c__header .inner .h_wrap .h_right form {
    float: right;
}

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

.c__header .inner .h_wrap .h_right .brand .brand-box{
    background-color: #092846;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 14px;
    border-radius: 23px;
    position: relative;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c__header .inner .h_wrap .h_right .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 .brand .brand-box .text-logo-nc{
	font-weight: bold;
}
.c__header .inner .h_wrap .h_right .brand .brand-box span{
	vertical-align: middle;
}
.c__header .inner .h_wrap .h_right .brand .brand-box img{
	vertical-align: middle;
	width: 0.8rem;
	margin-left: 0.5rem
}
.c__header .inner .h_wrap .h_right .brand > a{
	display: block;
}
.c__header .inner .h_wrap .h_right .brand > a:hover{
	opacity: 0.6;
}
.c__header .inner .h_wrap .h_right .brand > a > img{
	display:block;
	margin:0 0 0 auto;
}

.nav{
	text-align: left;
	position: relative;
	margin-left: 2rem;}

.nav ul li{
	display:inline-block; 
	position:relative; 

}

.nav ul li:first-child{
	margin-left:0;
}

.nav ul li:last-child{
	margin-right:0;
}

.nav ul li:last-child:after{ 
	content:""; 
}

.nav ul li a{
	display: block;
    font-size: 13px;
    color: #404040;
    text-transform: uppercase;
    line-height: 1.75rem;
    padding: 10px 20px;
}

.nav ul li a:hover, 
.nav ul li a:active, 
.nav ul li.current_page_item > a, 
.nav ul li a:hover small, 
.nav ul li.current_page_item a small{
	color: #3DC8FF;
    background: #F0F0F0;
    border-radius: 5px;
}

.nav ul li:hover > ul { display: block; visibility: visible; }

.nav ul ul { 
	display:none;     
    position: absolute;
    width: max-content;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0 0 10px;
    box-shadow: rgb(0 0 0 / 16%) 0 0 10px;
    z-index: 999;
	padding: 35px 40px 35px 50px;
}

.nav ul ul ul { left:100%; top: 0; }

.nav ul ul li {
	padding: 10px;
    position: relative;
	display: block;
}

.nav ul ul li a {
	padding: 5px;
    display: inline-block;
    position: relative;
	font-size: 15px;
	color: #404040;
 }

.nav ul ul li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #cccccc;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav span{position: absolute; right: 0; top: 0; display: none; padding: 0; cursor: pointer; z-index: 9; color: #fff;height: 100%;text-align: center;width: 30px;}
nav span:before{width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 15px solid black; border-radius: 3px; transition: all 0.7s ease; content: ""; position: absolute;top: 18px;right: 5px;}
nav span.active:before{-webkit-transform: rotateX(-180deg); transform: rotateX(-180deg);}

.c__footer{
	background: #2e353e;
}
.c__footer .inner{
	width:1040px;
	margin: 0 auto;
	position: relative;
}
.c__footer .inner p{
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
}
.c__footer .inner .f_wrap{
	display: table;
	width:100%;
	padding: 25px 0 0px;
}
.c__footer .inner .f_wrap .f_left,
.c__footer .inner .f_wrap .f_right{
	display:table-cell;
	vertical-align: top;
}
.c__footer .inner .f_wrap .f_left .f_ttl{
	font-size:27px;
	font-size:2.7rem;
	font-weight:bold;
	margin-bottom:10px;
}
.c__footer .inner .f_wrap .brand > a{
	display: inline-block;
}
.c__footer .inner .f_wrap .brand .brand-box{
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #fff;
    padding: 0.4rem 0.5rem;
    display: inline-block;
}
.c__footer .inner .f_wrap .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__footer .inner .f_wrap .brand .brand-box span{
	vertical-align: middle;
}
.c__footer .inner .f_wrap .brand .brand-box img{
	vertical-align: middle;
	width: 0.8rem;
	margin-left: 0.5rem
}
.c__footer .inner .f_wrap .brand .brand-box .text-logo-nc{
	font-weight: bold;
	vertical-align: middle;
}
.c__footer .inner small{
	display: block;
	color:#fff;
	font-size: 1.2rem;
	text-align: left;
	padding: 0.5rem 0 1.5rem;
}
.c__footer .inner .f_wrap .f_left small{
	display: block;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
}
.c__footer .inner .f_wrap .f_left a > img{
	width: 31.5rem;
}
.c__footer .inner .f_wrap .f_right .brand{
	text-align:right;
}
.c__footer .inner .f_wrap .f_right .brand a:hover{
	opacity: 0.6;
}
.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;
}
.p__pagetop > a:after{
	content: "";
	display: block;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(45deg);
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 1.5rem;
	left: 0;
	right: 0;
	margin: auto;
}
.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;
	background:#ff568f !important;
}
.c__media{
	color:#fff;
	background:#00bd8e !important;
}
.c__study,
.c__grammar,
.c__pronunciation,
.c__listening,
.c__reading,
.c__teacher,
.c__textbook,
.c__course{
	color:#fff;
	background:#2196f3 !important;
}
.c__omoshiro{
	color:#fff;
	background:#f2c305 !important;
}
.c__camper{
	color:#fff;
	background:#ff7522 !important;
}
.c__pagination{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	padding:10px 0 0;
}
.c__pagination .page-numbers{
	color: #03C9A9;
	font-size: 0;
	box-sizing: border-box;
}
.c__pagination .page-numbers.current{
	color:#555555;
	border-bottom:solid 2px #555555;
}
.c__pagination .page-numbers > li{
	display:inline-block;
	vertical-align: middle;
	box-sizing: border-box;

}
.c__pagination .page-numbers .next,
.c__pagination .page-numbers .prev{
	font-size:48px;
	font-size:4.8rem;
	position: relative;
}
.c__pagination .next{
	right:-30px;
}
.c__pagination .prev{
	left:-30px;
}
.c__pagination .page-numbers > li span,
.c__pagination .page-numbers > li a{
	font-size:18px;
	font-size:1.8rem;
	width:50px;
	height:50px;
	line-height:50px;
	display: block;
}
.c__pagination .page-numbers > li a:hover {
	opacity: 0.6;
}
.c__list-box .c__list .post-info .post-categories{
	display: inline-block;
	position: absolute;
	bottom: 0;
}
.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 > a{
	display: block;
}
.post-categories li > span,
.post-categories li .btn-category{
	border: #727272 solid 1px;
	display:block;
	padding: 0.5rem 1rem;
	border-radius: 3rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
}
.post-categories li > a:hover {
	opacity: 0.6;
}
.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{
	height:340px;
	background:url(./images/main_bg.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.c__main .main_img img{
	width: 38rem;
}
.c__main .main_ttl_top{
	background: #f1890e;
	color: #fff;
	border-radius: 10px;
	padding: 1.2rem 3rem;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 2.4rem;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
}
.c__main .main_ttl_btm{
    margin: 1.2rem 0 0;
    font-size: 2rem;
    line-height: 1.7;
}
.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 a:hover {
	opacity: 0.6;
}
.title-bar{
	font-size:1.8rem;
	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__article_list .c__post-date{
	table-layout: fixed;
}
.c__list-box{
	width:100%;
	border-spacing: 14px;
	margin-bottom:16px;
	font-size:1.6rem;
	padding:2px;
	padding: 1.5rem 1rem;
	background:#fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.4);
}
.c__list-box.sticky .c__post-date{
	visibility: hidden;
}
.c__list-box > .c__list-lbox,
.c__list-box > .c__list-rbox{
	vertical-align: top;
}
.c__list-box > .c__list-lbox .date{
	float: right;
}
.c__list-box > .c__list-lbox .post-img{
	width:244px;
	height:124px;
	overflow: hidden;
	position: relative;
	background:#000;
}
.c__list-box > .c__list-lbox .post-img a{
	display: block;
}
.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: 100%;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.c__list-box > .c__list-lbox .post-img img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.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: 24rem;
	height: 12rem;
	border: 1px solid #D3D3D3;
	object-fit: cover;
}
.c__list-box .c__list .post-info{
	width: 100%;
	padding: 0 0.8rem 0 2rem;
	position: relative;
	min-height: 12.5rem;
}
.c__list-box .c__list .post-info .date{
	text-align: right;
}
.c__list-box .c__list .post-info .post-ttl{
	font-size: 2.5rem;
	font-weight: bold;
	height: 8rem;
}
.c__post-date{
	width:100%;
	display: table;
	border-spacing: 0;
}
.c__post-date.top{
	text-align: right;
}
.c__post-date .date,
.c__post-date .author{
}
.c__post-date .date{
}
.c__post-date .author{
	font-size:0;
	position: relative;
	top:-5px;
}
.c__post-date .author .thumbnail,
.c__post-date .author .name{
	display:inline-block;
	font-size:16px;
	font-size:1.6rem;
	vertical-align: middle;
}
.c__post-date .author .name a:hover{
	opacity: 0.6;
}
.c__post-date .author .thumbnail{
	width:44px;
	height:44px;
	border:solid 2px #ccc;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index:10;
}
.c__post-date .author .thumbnail img{
	display:block;
	position: absolute;
	z-index: 2;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	margin: auto;
}
.c__post-date .author .name{
	margin-left:10px;
}
.c__list-box > .c__list-rbox .post-ttl{
	color:#333333;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 4px 0 6px;
	line-height: 1.5;
	min-height: 6.6rem;
	box-sizing: border-box;
}
.c__list-box > .c__list-rbox .post-ttl a:hover {
	opacity: 0.6;
}
.c__post {
	width: 100%;
	font-size: 1.6rem;
	padding: 3rem;
	background: #fff;
	box-sizing: border-box;
}
.c__post .c__post-date .date{
	font-size: 1.5rem;
	color: #7A7A7A;
	margin: 0 0 1rem;
}
.c__post .post-thumbnail {
	margin: 2rem 0;
}
.c__post .post-thumbnail img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.c__error404{
	width: 100%;
	font-size: 1.6rem;
	padding: 32px 16px;
	padding: 3.2rem 1.6rem;
	background: #fff;
	box-sizing: border-box;
	margin-top: 110px;
}
.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;
}
.c__art-box{
	width: 100%;
	font-size: 1.6rem;
	padding: 0 0 4rem;
	background: #fff;
	box-sizing: border-box;
}
.c__art-head{
}
.c__art-head-ttl{
	line-height:1.2;
	padding:20px 10px;
	padding: 2rem 0.4rem;
	position: relative;
}
.c__art-head-ttl > .ttl{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -40px;
    background: #DDE5E8;
    padding: 0.5rem;
}
.c__art-head-ttl > .ruby{
	font-size:12px;
	font-size:1.2rem;
}
.c__art-body-ttl{
	font-size:32px;
	font-size:3.2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.c__art-pagination .pagination{
	font-size:0;
	text-align: center;
}
.c__art-pagination .pagination li{
	width:-webkit-calc(50% - 14px);
	width:calc(50% - 14px);
	font-size:15px;
	font-size:1.5rem;
	display:inline-block;
	vertical-align: middle;
	position: relative;
	height:6.3rem;
	line-height:6.3rem;
}
.c__art-pagination .pagination li + li{
	margin-left:14px;
}
.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;
}
.c__art-pagination .pagination li:hover > a{
	color:#fff;
	background:#e28d36;
}
.c__art-pagination .pagination li:hover > a:after,
.c__art-pagination .pagination li:hover > a:before{
	color:#fff;
}
.c__art-pagination .pagination .nav-previous > a{
	padding:0px 15px 0px 50px;
}
.c__art-pagination .pagination .nav-next > a{
	padding:0px 50px 0px 15px;
}
.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:38px;
	line-height:1;
}
.c__art-pagination .pagination .nav-previous > a:before{
	content:"\f104";
	left:15px;
}
.c__art-pagination .pagination .nav-next > a:after{
	content:"\f105";
	right:15px;
}
.c__art-body .ttl{
	text-align: left;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0F3675;
}
.c__profile{
	width:100%;
	margin-bottom:40px;
}
.c__prof_wrap{
	width:100%;
	display:table;
	border-spacing: 0;
}
.c__prof_wrap > .c__prof_left,
.c__prof_wrap > .c__prof_right{
	display:table-cell;
	vertical-align: top;
}
.c__prof_wrap > .c__prof_left{
	width:160px;
}
.c__prof_wrap > .c__prof_left .thumbnail{
	width:160px;
	height:160px;
	border:solid 2px #ccc;
	border-radius:50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10;
}
.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;
}
.c__prof_wrap > .c__prof_right{
	padding-left:14px;
	padding-left:1.4rem;
}
.c__prof_wrap > .c__prof_right .prof_head {
	font-size:0;
	margin-bottom:30px;
}
.c__prof_wrap > .c__prof_right .prof_head .nickname,
.c__prof_wrap > .c__prof_right .prof_head .articles{
	display:inline-block;
	vertical-align: middle;
}
.c__prof_wrap > .c__prof_right .prof_head .nickname{
	color:#333333;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
}
.c__prof_wrap > .c__prof_right .prof_head .articles{
	width:215px;
	line-height:42px;
	border:solid 2px #e28d36;
	font-size:15px;
	font-size:1.5rem;
	box-sizing: border-box;
	float:right;
}
.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:hover > a{
	color:#fff;
	background:#e28d36;
}
.c__prof_wrap > .c__prof_right .prof_head .articles:hover > a:after,
.c__prof_wrap > .c__prof_right .prof_head .articles:hover > a:before{
	color:#fff;
}
.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:28px;
	font-size:2.8rem;
}
.c__related_list{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.c__related_list .related_list-item{
	width: calc(32% - 1.3rem);
	border: 1px solid #D3D3D3;
}
.c__related_list .related_list-item + .related_list-item{
	margin-left: 2.8rem;
}
.c__related_list .related_list-item a:hover{
	opacity: 0.6;
}
.c__related_list .related_list-item .post-categories li > a{
	font-size: 1.2rem;
	line-height: 30px;
}
.c__related_list .related_list-item .thumbnail{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background:#000;
}
.c__related_list .related_list-item .thumbnail > img{
	display: inline-block;
	margin: auto;
	height: 100%;
	width: 100%;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	vertical-align: middle;
}
.c__related_list .related_list-item .thumbnail > img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.c__related_list .related_list-item .art_ttl{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}
.c__related_list .related_list-item .art_content{
	font-size: 1.5rem;
	padding: 1rem;
	border-top: 1px solid #D3D3D3;
}
.c__banner-list li a:hover{
	opacity: 0.6;
}
.c__banner-list li a,
.c__banner-list li img{
	display: block;
}
.c__banner-list li img{
	max-width: 100%;
}
.c__art-writer{
	border: 10px solid #DDE5E8;
	border-radius: 4px;
	padding: 1rem 4rem;
}
.c__art-writer .writer_info_wrap .writer_info_account .writer_info{
}
.c__art-writer .writer_info_wrap .writer_info_account .writer_info .company_name{
	margin-left: 1rem;
}
.c__art-writer .writer_info_wrap .writer_info_txt{
	font-size: 1.6rem;
	line-height: 1.8;
}
.c__art-writer .writer_info_wrap .writer_info_account .writer_info .icon_twitter{
	margin: 0.6rem 0 0;
}
.c__art-writer .writer_info_wrap .writer_info_account .writer_info .icon_twitter:before{
	margin-right: 0.5rem;
}

.widget{
	margin-bottom:24px;
	margin-bottom:2.4rem;
}
.sidebar .widget_ttl .ttl{
	font-size: 1.8rem;
	font-weight: bold;
}
.sidebar .widget_ttl .ruby{
	font-size: 1.2rem;
	margin: 0.6rem 0 0;
}
.widget-area .writer_info_wrap{
	background: #fff;
	border-radius: 4px;
	padding: 2rem 1.6rem;
}
.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 0 2rem;
}
.writer_info_wrap .writer_info_account{
	margin: 0 0 1.5rem;
}
.writer_info_wrap .writer_info_account .writer_image{
	text-align: center;
}
.writer_info_wrap .writer_info_account .writer_image img{
	width: 96px;
	height: 96px;
	border-radius: 50%;
}
.writer_info_wrap .writer_info_account .writer_info{
	font-size: 1.5rem;
	padding: 0.8rem 0 0;
	text-align: center;
}
.writer_info_wrap .writer_info_account .writer_info .writer_name{
	font-weight: bold;
}
.writer_info_wrap .writer_info_account .writer_info .company_name{
	margin: 0 0 1rem;
}
.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.8rem;
	color: #00AFF0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.6rem;
}
.writer_info_wrap .writer_info_account .writer_info .icon_twitter:hover {
	opacity: 0.6;
}
.writer_info_wrap .writer_info_txt{
	letter-spacing: 1px;
}
.writer_info_wrap .writer_info_title{
	font-weight: bold;
	margin: 0 0 1rem;
}
.p__category{
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.p__category > .widget_ttl{
	text-align: center;
	padding:15px;
	padding:1.5rem;
	border-bottom: solid 1px #cccccc;
	line-height:1.2;
}
.p__category ul{margin: 1.2rem 1rem;}
.p__category ul > li{
	font-size:16px;
	font-size:1.6rem;
	position:relative;
}
.p__category ul > li > a{
	display:block;
	line-height:40px;
	line-height: 3.4rem;
	position:relative;
	padding: 0;
}
.p__category ul > li > a:hover {
	opacity: 0.6;
}
.p__category ul > li:last-child > a{
	border-bottom: none;
}
.p__category ul > li ul li{
	font-size:14px;
	font-size:1.4rem;
}
.p__category ul > li ul .current-menu-item{

}
.p__category ul > li ul{
	padding:0;
}
.p__category ul li > a:before{
	display: inline-block;
	content: "・";
}
.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{
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.p__ranking > .widget_ttl{
	text-align: center;
	padding:15px;
	padding:1.5rem;
	border-bottom: solid 1px #cccccc;
	line-height:1.2;
}
.p__ranking > .widget_ttl .ttl{
	font-size: 1.8rem;
	font-weight: bold;
}
.p__ranking .ranking_list_wrap{
	counter-reset: number 0;
	margin: 1.2rem 1rem;
}
.p__ranking .ranking_list_wrap .ranking_list .articles_ttl{
    display: block;
    padding: 1rem 1rem 1rem 0rem;
}
.p__ranking .ranking_list_wrap .ranking_list{
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}
.p__ranking .ranking_list_wrap .ranking_list:last-child{
	border: none;
}
.p__ranking .ranking_list_wrap .ranking_list::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 6px;
    height: 1.5em;
    font-size: 22px;
    color: #818181;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(1)::before{
    content: "1";
    color: #E78619;
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(2)::before{
    content: "2";
    color: #E78619;
    font-weight: 700;
}
.p__ranking .ranking_list_wrap .ranking_list:nth-child(3)::before{
    content: "3";
    color: #E78619;
    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__follow{
	padding-top:68px;
	padding-top:6.8rem;
	background: url('./images/follow.png') center top no-repeat;
}
.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);
}
.sec__facebook iframe{
	display: block;
}

.p__entry-box{
	width:100%;
	display: table;
	table-layout: fixed;
	border-spacing: 0;
}
.p__entry-box .p__entry-lbox,
.p__entry-box .p__entry-rbox{
	display: table-cell;
	vertical-align: middle;
}
.p__entry-box .post-date{
	width:100%;
}
.p__author{
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	background:#fff;
	text-align: center;
	margin-bottom:16px;
	padding:16px 0;
}

.entry-title{
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
	margin-bottom:16px;
	margin-bottom:1.6rem;
}
.entry-content{
	font-size:15px;
	font-size:1.5rem;
	word-wrap: break-word;
	line-height:1.8;
	padding:0 8px;
}
.entry-content a{
	color: #00acee;
	text-decoration: underline;
}

.entry-content img{
	display: inline-block;
	max-width:100%;
	height: auto;
	vertical-align: middle;
}
.entry-content p{
	font-size:1.6rem;
	margin-bottom:2.4rem;
}
.entry-content p strong{
	font-weight:bold;
}
.entry-content p a{
	color:#00acee;
	text-decoration: underline;
}
.entry-content dl dd {
	font-size:1.5rem;
	margin-bottom:2.4rem;
}
.entry-content h1{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}
.entry-content p + h2{
	margin-top:3.2rem;
}

.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; 
    display: flex;
}
.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 > span {
        font-size: 16px;
    }
}

.entry-content h4{
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	margin-bottom:24px;
	margin-bottom:2.4rem;

}
.entry-content h4:before{
	content:"";
	width:2rem;
	height:2rem;
	background:#999;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-1px;
	margin-right:1rem;
}
.entry-content ul{
	font-size:1.5rem;
	margin-bottom:3.2rem;
}
.entry-content .tabs{
	font-size:0;
	border-bottom:solid 2px #cccccc;
	margin-bottom:30px;
}
.entry-content .tabs .tabs_item{
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	color:#fff;
	display:inline-block;
	line-height:60px;
	padding:0 30px;
	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;
}
.entry-content .item .item_h,
.entry-content .item .item_b{
	display: table-cell;
	vertical-align: middle;
}
.entry-content .item .item_h{
	width:120px;
	text-align: center;
	background:#cccccc;
	font-weight: bold;
}
.entry-content .item .item_b{
	border:solid 1px #ccc;
	padding:12px 15px;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin:0 auto 1.625em;
}
.entry-content .alignleft {
	display: block;
	margin:0 auto 1.625em 0;
	float: none;
}
.entry-content .alignright {
	display: block;
	margin:0 0 1.625em auto;
	float: none;
}

.entry-content table {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content tr th {
	border: none !important;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td {
	border: none !important;
	border-top: 1px solid #ddd !important;
	padding: 6px 10px 6px 0;
}

#searchform {
position: relative;
margin-bottom: 1rem;
}
.searchfield {font-size: 14px;width: 100%;padding: 10px;border: solid 1px #ccc;border-radius: 4px;background-color: #fff;box-sizing: border-box;}
.searchsubmit {font-family: FontAwesome;font-size: 1.4em;position: absolute;top: -0.2rem;bottom: 0;right: 4%;margin: auto;padding: 0;cursor: pointer;color: #062745;border: none;background: transparent;}
.searchsubmit:hover {
opacity: .6;
}

.entry-content .box_design.double_line {
	padding: 0.5em 1em;
	margin: 2em 0;
	border: double 5px #ffbc1e;
}
.entry-content .box_design.smart{
	padding: 0.5em 1em;
	margin: 2em 0;
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.entry-content .box_design.label {
	position: relative;
	margin: 4.5em 0 2em;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
}
.entry-content .box_design.label .box-ttl{
	position: absolute;
	display: inline-block;
	top: -28px;
	left: -3px;
	padding: 2px 9px 0;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.entry-content .box_design.label p{
	margin:0;
}
.entry-content .box_design.width {
	margin: 2em 0;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.entry-content .box_design.width .box-ttl {
	font-size: 1.2em;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.entry-content .box_design.width p {
	padding: 15px 20px;
	margin: 0;
}
.footer_breadcrumb{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	background:#ddd;
}
.footer_breadcrumb > .footer_breadcrumb_inner{
	padding: 1rem 150px 1rem 0;
	width: 890px;
	margin: 0 auto;
}
.footer_breadcrumb .footer_breadcrumb_inner > span:first-child{
	padding: 0 1rem 0 0;
}
.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{
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    background: #f1f1f1;
    border-bottom: solid 1px #dde4e8;
    margin: 0 !important;
}
#breadcrumb ul{
    width: 1040px;
    line-height: 28px;
    margin: 0 auto;
    display: flex;
}
#breadcrumb ul li a {
    color: #999999;
}
#breadcrumb ul li:first-child a {
    color: #f1890e;
}
#breadcrumb ul li a:hover {
    opacity: 0.6;
}
#breadcrumb ul li + li::before{
    content:"＞";
    margin:0 1rem;
}
.content .main .entry-content h4{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}
.content .main .entry-content h4:before{
	content: "";
    width: 20px;
    height: 20px;
    background: #999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.content .main .entry-content h5{
	padding: 16px;
    background-color: #f0f8ff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content .main .entry-content h6{
	padding: 16px;
    background-color: #f5f5f5;
	border: solid 3px #000;
	border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content .main .entry-content h6 strong {
    font-weight: bold;
}

.content .main .entry-content ul > li + li{
	margin-top:1.6rem;
}
.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; 
}

.content .main .entry-content .trivia{
	padding: 16px;
	border: solid 3px #d2691e;
	border-radius: 10px;
	background-color: #fffacd;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content .main .entry-content .question{
	margin:30px 0;
}
.content .main .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;
}
.content .main .entry-content .question .question_content{
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #ff8c00;
}
.content .main .entry-content .question .difficulty{
	text-decoration: underline;
	font-size: 16px;
}
.content .main .entry-content .question .answer{
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.content .main .entry-content .gray_area{
	padding: 16px;
	border: solid 3px #2e353e;
	border-radius: 10px;
	background-color: #f5f5f5;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content .main .entry-content .heading_underline{
	border-bottom: solid 5px #03c9a9;
}
.content .main .entry-content .table-of-contents{
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	padding: 3rem 5rem 3rem;
	border: solid 4px #ccc;
}
.content .main .entry-content .table-of-contents li{
	font-weight: bold;
}
.content .main .entry-content .table-of-contents li + li{
	margin-top: 24px;
	margin-top: 2.4rem;
}
.content .main .entry-content .table-of-contents li ul{
	font-weight: normal;
	margin:0;
	padding: 0 0 0 2rem;
}
.content .main .entry-content .table-of-contents li ul li{
	font-weight:normal;
	margin:0;
}
.content .main .entry-content .table-of-contents li ul li ul{
	margin-bottom: 1.6rem;
}
div#ez-toc-container ul.ez-toc-list a {
    line-height: 1.8;
}
div#ez-toc-container{
	padding: 3rem 0.5rem;
	border: 2px solid #AAA;
    border-radius: 4px;
}
.subscribe-button a {
	display: inline-block;
	width: 100%;
	max-width: 100px;
	text-align: center;
	color: #fff !important;
	background-color: #999; 
	border-radius: 3px;
	transition: all .3s;
}
.subscribe-button a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

.m_h_logo, 
.m_brand, 
.header__sp.sp-head.u-desktop, 
.sp-banner, 
#sp-content-inner {
    display: none;
}

.banner-sec {
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bnr-list {
	font-size: 0;
}

.banner-sec .bnr-list .bnr-list-item:first-child {
	width: 49.861vw;
    height: 35vw;
    max-width: 718px;
    max-height: 504px;
    margin: 0;
    object-fit: cover;
    float: left;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    box-sizing: border-box;
}
.banner-sec .bnr-list .bnr-list-item:first-child .bnr-list-item-inner-title-head {
	font-size: 24px;
}
.banner-sec .bnr-list .bnr-list-item {
	width: 24.722vw;
	height: 17.361vw;
	max-width: 356px;
	max-height: 250px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
	border: 1px solid #fff;
}

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

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

.banner-sec .bnr-list .bnr-list-item::before {
	content: "NEW";
	position: absolute;
	top: 18px;
	left: 18px;
	font-size: 12px;
	padding: 0 10px;
	line-height: 1.5;
	color: #999999;
	background-color: rgba(255, 255, 255, .8);
	z-index: 10;
  }

  .banner-sec .bnr-list .bnr-list-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) 0% 0% no-repeat padding-box;
	pointer-events: none;
  }

.bnr-list-item-inner-title-head,
.bnr-list-item-inner-title {
    position: absolute;
    bottom: 70px;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    z-index: 10;
}
.banner-sec .bnr-list .bnr-list-item:first-child .bnr-list-item-inner-title {
	font-size: 24px;
}

.bnr-list-item-inner-title {
	font-size: 16px;
}

.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-inner-categories {
    position: absolute;
    bottom: 44px;
    width: 100%;
    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;
}

.content {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    max-width: 1440px;
}

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

.cont-see-more a {
    color: #000;
    display: flex;
    justify-content: flex-end;
    border: solid 1px #808080;
    border-radius: 0.9375rem;
    padding: 3px 24px;
	font-weight: bold;
}

#content-inner {
    max-width: 1208px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 0 20px;
}
.content-pc {
    display: block !important;
}
.content-sp{
    display: none !important;
}

#main-inner, .main-inner {
    margin-bottom: 50px;
}

.cont-list-item-inner-box {
	padding: 15px 20px;
}
.cont-list-item:nth-child(4) .cont-list-item-inner-box,
.cont-list-item:nth-child(5) .cont-list-item-inner-box{
	flex: 1;
}

.cont-main-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 16px;
}

.cont-main-title a {
	font-size: 24px;
	display: flex;
    align-items: center;
}

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

.cont-main .cont-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 16px;
}

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

.cont-list-item:nth-child(1),
.cont-list-item:nth-child(2),
.cont-list-item:nth-child(3)  {
    display: block;
    width: 288px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
    background: #fff;
}

.cont-list-item-inner:nth-child(1), 
.cont-list-item-inner:nth-child(2), 
.cont-list-item-inner:nth-child(3) {
	display: flex;
	flex-direction: column;
}

.cont-list-item:nth-child(4), 
.cont-list-item:nth-child(5)  {
	display: block;
	width: 440px;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
	background: #fff;
	position: relative;
}

.cont-list-item-inner:nth-child(4), 
.cont-list-item-inner:nth-child(5) {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

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

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

.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-date {
    font-size: 10px;
    color: #999999;
}
.cont-list-item:nth-child(4) .cont-list-item-inner,
.cont-list-item:nth-child(5) .cont-list-item-inner{
	flex-direction: inherit;
}
.cont-list-item:nth-child(4) .cont-list-item-image, 
.cont-list-item:nth-child(5) .cont-list-item-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	flex-shrink: 0;
}

.cont-list-item:nth-child(4) .cont-list-item-inner-categories a, 
.cont-list-item:nth-child(5) .cont-list-item-inner-categories a {
	font-size: 10px;
}

.cont-list-item-link {
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.cont-list-item:nth-child(4) .cont-list-item-link,
.cont-list-item:nth-child(5) .cont-list-item-link {
	width: 220px;
    height: 130px;
	overflow: hidden;
}

.cont-list-item-image {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: auto;
    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);
}

#content-inner #box2 {
    width: 272px;
    flex-shrink: 0;
    margin-left: 39px;
}

.box2-main-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 16px;
}

.box2-main .box2-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box2-list-item-inner-box {
	margin-top: 15px;
}

.box2-list-item  {
    display: block;
    width: 272px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
    background: #fff;
    margin-bottom: 16px;
	position: relative;
    counter-increment: ranking;
}

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

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

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

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

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

.box2-list-item-inner-categories {
	margin: 14px 0 12px;
	font-size: 10px;
	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: 10px;
    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/blog/rank1-icon.png);
    background-size: cover;
    border: none;
}

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

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

.footer {
    background-color: #2e353e;
    color: #fff;
	margin-top: auto;
}
.footer .footer__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 49px 20px 55px;
    padding: 3.0625rem 1.25rem 3.4375rem;
	box-sizing: border-box;
}
.footer .footer__inner .footer__blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 48px;
    padding: 0 0 3rem;
    border-bottom: #4E5865 1px solid;
}
.footer .footer__inner .footer__blog-content .footer-blog__logo-wrap {
    width: 100%;
    max-width: 180px;
}
.footer .footer__inner .footer__blog-content .footer-blog__logo-wrap img {
    display: block;
	width: 100%;
	height: auto;
}

.footer .footer__inner .footer__blog-content .footer-blog__category-wrap .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__inner .footer__blog-content .footer-blog__category-wrap .menu-item {
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    border-right: solid 1px #fff;
}

.footer .footer__inner .footer__blog-content .footer-blog__category-wrap .menu-item a {
    display: block;
    padding: 0 15px;
	color: #fff;
}

.footer .footer__inner .footer__blog-content .footer-blog__category-wrap .menu-item a:hover {
    text-decoration: underline;
}

.footer .footer__inner .footer__nc-content {
    margin-top: 48px;
    margin-top: 3rem;
}

.footer .footer__inner .footer__nc-content .footer-nc__logo-wrap {
    width: 100%;
    max-width: 195px;
    height: 42px;
}

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

.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__icon-wrap .nc-menu__icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
}

.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__item-wrap .nc-menu__title {
    font-size: 18px;
    font-weight: 600;
}

.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__item-wrap .nc-menu__items .nc-menu__item {
    margin-top: 10px;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__item-wrap .nc-menu__items .nc-menu__item a {
	color: #fff;
}

.footer .footer__inner .footer__nc-content .footer-nc__menu-wrap .nc-menu .nc-menu__item-wrap .nc-menu__items .nc-menu__item a:hover {
	text-decoration: underline;
}

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

.nc-menu_title_sp {
	display: none;
}

.content-non-home {
    margin: 2rem 0;
}
.content-non-home .cont-main-title{
	font-size: 24px;
}
.content-non-home .cont-list-item:first-child {
	margin-left: 0 !important;
}

.content-non-home .cont-list-item  {
    display: block;
    width: 288px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
    background: #fff;
}

.content-non-home .cont-list-item-inner,
.content-non-home .cont-list-item:nth-child(4) .cont-list-item-inner,
.content-non-home .cont-list-item:nth-child(5) .cont-list-item-inner {
	display: flex;
	flex-direction: column;
}
.content-non-home .cont-list-item:nth-child(4) .cont-list-item-link,
.content-non-home .cont-list-item:nth-child(5) .cont-list-item-link{
	width: 100%;
    height: 202px;
}
.content-non-home .cont-list-item-inner-box {
	padding: 20px !important;
}

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

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

.content-non-home .cont-main .cont-list {
    justify-content: flex-start;
}

.content-non-home .nh-buttons {
    text-align: center;
    margin: 2rem 0 0;
}

.nh-buttons a {
    display: inline-block;
    width: 210px;
    font-size: 16px;
    border: 1px solid #808080;
    border-radius: 25px;
    height: 48px;
    line-height: 48px;
}

.nh-buttons a:hover {
	background-color: #808080;
	color: #fff;
}

.r_content.main article {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.r_content.main article.c__post{
	padding: 80px 0 0;
	margin-top: 20px;
}

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

.c__post { 
	background: unset !important;
}

.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;
}
.blog-content.other-post{
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 10px;
}
.blog-content.other-post .blg-inner-content{
	flex: 1;
	padding: 0;
}
.blog-content.other-post .blg-inner-content .blg-inner-content-head{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.blog-content.other-post .blg-inner-content .blg-inner-content-head figure{
	margin: 0;
}
.blog-content.other-post .blg-inner-content .blg-inner-content-head figure > img{
	vertical-align: middle;
}
.blog-content.other-post .blg-inner-content .blg-inner-content-head .blg-inner-content-head-title{
	margin-left: 8px;
}
.blog-content.other-post .blg-inner-img{
	width: 100px;
	margin: 0 auto;
}

.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: 17px;
    font-weight: bold;
}

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

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

.blg-inner-img .thumbnail {
	overflow: hidden;
}

.blg-inner-img .thumbnail img {
    height: 100px;
	right: 20px;
    position: relative;
}

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

.decoration3 {
	padding: 16px;
    border: solid 3px #d2691e;
    border-radius: 10px;
    background-color: #fffacd;
    margin-top: 30px;
    margin-bottom: 30px;
}

samp {
	padding: 16px;
    border: solid 3px #d2691e;
    border-radius: 10px;
    background-color: #fffacd;
    margin-top: 30px;
    margin-bottom: 30px;
	display: block;
}

#toc_container ul ul ul ul li a, #toc_container ul ul ul ul ul li a {
    display: none;
}

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

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

.soc_media {
	display: none;
}

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

.c__header .inner {
	min-width: 100%;
}

.c__header .inner .h_wrap .h_right form input {
	padding-right: 0 !important;
    margin-right: 0;
}

.c__header .inner .h_wrap .h_right {
	text-align: right;
    padding-right: 3rem;
}

.c__header .inner .h_wrap .h_right form {
    float: none;
}

.nav {
	margin-top: 2rem;
	margin-left: 20rem;
}

.nav ul li a {
	padding: 10px 10px;
}

}

@media only screen and (max-width: 1460px) {
	.banner-sec .bnr-list .bnr-list-item { width: 23.722vw; }
}

@media only screen and (max-width: 1100px) {
	.page_wrap .content .inner { width: 100%; }
}

@media only screen and (max-width: 1000px) {
	.nav { margin-left: 17rem; }
	.nav ul li a { font-size: 11px; padding: 10px 5px; }
	.c__header .inner .h_wrap .h_left .h_logo > a > img { width: 180px; margin-right: 20px; padding-right: 10px; }
	.c__header .inner .h_wrap .h_left .h_logo .h1{font-size: .75rem;}
	.nav { margin-left: 12rem; }	
}

@media only screen and (max-width: 900px) { 
	.banner-sec {margin-top: 30px;}
}

@media only screen and (max-width: 850px) { 
	.banner-sec { margin-top: 55px; }
	.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-date { bottom: 5px; }
	.banner-sec .bnr-list .bnr-list-item .bnr-list-item-inner .bnr-list-item-inner-categories { bottom: 32px; }
	.bnr-list-item-inner-title-head, .bnr-list-item-inner-title { bottom: 53px; }
}

@media only screen and (max-width: 800px) {
	.c__header .inner .h_wrap .h_left .h_logo > a > img { width: 150px; }
	.nav { margin-left: 9rem; }	
}
.entry-header .post-custom-top-banner {
	margin-bottom: 30px;
}
.entry-header .post-custom-top-banner img {
	width: 100%;
}
.post-custom-bottom-link-banner {
	position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    width: 280px;
    height: 120px;
    box-shadow: 0px 2px 16px #00000040;
    border-radius: 8px;
    opacity: 1;
}

.post-custom-bottom-link-banner img{
	width: 100%;
	height: auto
}

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

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

.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; 
	line-height: 26px; 
	font-size: 14px;
	font-weight: 500;
}

@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_container> .toc_title {
	font-size: 20px;
}
.toc_title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.toc_title::before {
	content: ""; 
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	width: 24px; 
	height: 24px; 
	margin-bottom: 4px;
	margin-right: 8px; 
	background-image: url('images/blog/humberger_icon.png');
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center; 
}

#toc_container > .toc_list > li {
    counter-increment: item;
    counter-reset: subitem;
    position: relative;
    padding-left: 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 8px; 
}

.toc_list {
	width: 100%;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
}

.toc_list > li:before {
    content: counter(item) "\00a0\00a0" "|" "\00a0\00a0";
    color: #004E7C;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    white-space: nowrap;
    margin-right: 4px;
    flex-shrink: 0;
}
.toc_list > li > a {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    white-space: normal;
}

.toc_list > li > ul {
    list-style: none;
    margin: 4px 0 0 0;
    padding-left: 17.5px;
    margin-bottom: 8px;

    width: 100%;
    flex-basis: 100%;
	display: flex;
	flex-direction: column;
}

.toc_list > li > ul > li {
    counter-increment: subitem;
    position: relative;
    padding-left: 0;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: normal;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
}

.toc_list > li > ul > li:before {
    content: counter(item) "-" counter(subitem) "\00a0\00a0" "|" "\00a0\00a0";
    color: #2684AA;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    display: inline-block;
    margin-right: 4px;
    flex-shrink: 0;
    top: -12em;
}
.toc_list > li > ul > li > a {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 14px; 
    line-height: 1.5;
    white-space: normal;
    display: inline-block;
    flex: 1;
}
.toc_list li + li {
    margin-top: 4px;
}
.toc-faded {
    opacity: 0.3;
    position: relative; 
}
.toc-toggle-button {
    display: block;
	min-width: 9rem;
    padding: 0.5rem 0.625rem; 
    border-radius: 10rem;
    border: 0.5px solid #CCCCCC; 
    background: #F7F7F7; 
    cursor: pointer;
    text-align: center; 
    position: static; 
    margin: 1.25rem auto 0.688rem; 
    transform: none;
    color: #000000;
    font-weight: 400; 
    font-size: 14px;
    letter-spacing: 0; 
    vertical-align: middle; 
}

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

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

.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-image: url('images/blog/checkmark.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

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

.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;
}
#toc_container{
    display: inherit !important;
}
.entry-content >#toc_container {
    padding: 1rem 0;
}

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