@charset "UTF-8";
.blog #main .section .inner h2, .archive #main .section .inner h2, .search #main .section .inner h2{
	font-size: 36px;
	text-align: center;
}
.blog .column-box a, .archive .column-box, .search .column-box{
	margin-top: 30px;
}
.blog .column-box a, .archive .column-box a, .search .column-box a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background: #fffaf4;
    padding: 20px;
}
.blog .column-box a:hover h3, .archive .column-box a:hover h3, .search .column-box a:hover h3{
	text-decoration: underline;
}
.blog .column-box .thumbnail-box, .archive .column-box .thumbnail-box, .search .column-box .thumbnail-box{
	width: 30%;
	margin-right: 4%;
}
.blog .column-box .text-box, .archive .column-box .text-box, .search .column-box .text-box{
	width: 66%;
}
.blog .column-box .text-box h3, .archive .column-box .text-box h3, .search .column-box .text-box h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.single #main .section .column-box .text-box h3{
	font-size: 24px;
	padding: 0;
	margin: auto;
	margin-bottom: 15px;
	background: none;
}
.blog .column-box .text-box .time, .archive .column-box .text-box .time, .search .column-box .text-box .time{
	margin-bottom: 10px;
	line-height: 1;
}
.blog .column-box .text-box time, .archive .column-box .text-box time, .search .column-box .text-box time{
	color: #0645ad;
}
.blog .column-box .text-box .category span, .archive .column-box .text-box .category span, .search .column-box .text-box .category span{
	border: solid 1px #0645ad;
	line-height: 1;
	padding: 5px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #0645ad;
	border-radius: 3px;
	font-size: 14px;
}
.single #main .section .inner h2{
	font-size: 26px;
	padding: 10px 10px 10px 20px;
	background: #fffaf4;
	border-left: solid 5px #d76860;
	margin: 30px auto 20px;
}
.single #main .section .inner h3{
	color: #d76860;
	background: #eee;
	padding: 10px;
	font-size: 20px;
	margin: 20px auto 10px;
}
.single #main .section .inner h4{
	color: #d76860;
	font-size: 18px;
	margin: 10px 0;
}
.single #main .section .inner ul{
	margin-left: 25px;
	margin-bottom: 15px;
}
.single #main .section .inner ul li{
	list-style-type: circle;
}
.single #toc_container{
	width: 100%;
	margin: 30px auto;
	box-sizing: border-box;
}
.single #toc_container p.toc_title{
	background: #bfcbda;
}
.single #toc_container a{
	color: #0645ad;
	text-decoration: underline;
	font-weight: bold;
}
.single #toc_container a:hover{
	text-decoration: none;
}
.single #toc_container ul{
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
.single #toc_container li{
	margin-bottom: 5px;
	list-style-type: none !important;
}
.single #toc_container li:last-child{
	margin-bottom: 0;
}
.single #toc_container li li{
	margin-bottom: 0;
}
.single #toc_container ul ul{
	margin-left: 1.5em !important;
}
.single #toc_container li ul li{
	line-height: 1.8;
}
.single #toc_container li ul li a{
	text-decoration: none;
	font-weight: normal;
}
.single #toc_container li ul li a:hover{
	text-decoration: underline;
}
.single .post-img{
	margin-bottom: 15px;
}
.single .section-column p{
	line-height: 2;
}
.single .blog{
	background: #f6f6f6;
}
.single #main .section.related .related-title{
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	background: none;
	border: none;
}
.single .section-column .time{
	margin-top: 15px;
}
.single .section-column .category-box{
	margin-top: 15px;
}
.single .section-column .category-box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}

.single .section-column .category-box ul li{
	list-style-type: none !important;
	margin-right: 10px;
	margin-bottom: 10px;
}
.single .section-column .category-box ul li::marker {
	list-style-type:none;
	content: none;
}
.single .section-column .category-box ul li a{
	border: solid 1px #0645ad;
	background: #0645ad;
	line-height: 1;
	padding: 10px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}
.single .section-column .category-box ul li a:hover{
	background: #fff;
	color: #0645ad;
}
.single .section-column .sns-box ul{
	display: flex;
	margin: 30px 0 0 !important;
}
.single .section-column .sns-box ul li{
	width: 100%;
    text-align: center;
    list-style-type: none !important;
}
.single .section-column .sns-box ul li::marker {
	list-style-type:none;
	content: none;
}
.single .section-column .sns-box ul li a{
	color: #fff;
    padding: 0.5rem 0;
    display: block;
}
.single .section-column .sns-box ul li a:hover{
	opacity: 0.6;
}
.single .section-column .sns-box .sns-twitter{
	background: #55acee;
}
.single .section-column .sns-box .sns-facebook{
	background: #3b5998;
}
.single .section-column .sns-box .sns-hatena{
	background: #00a5de;
}
.pagination{
	margin-top: 30px;
	text-align: center;
}
.pagination .nav-links{
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    font-size: 14px;
	border: 1px solid #ddd;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 8px;  
    box-sizing: border-box;
    color: #0645ad;
}
.pagination .nav-links .page-numbers.current {
    color: #0645ad;
    border: 1px solid #0645ad;
    background-color: #0645ad;
	color :#fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 8px;
}
.pagination .nav-links .page-numbers:hover{
	border: 1px solid #0645ad;
	color: #0645ad;
}
.pagination .nav-links .page-numbers.current:hover{
	color: #fff;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev{
	background: none;
}
.single .supervision {
    background: #f0f0f0;
    padding: 20px;
    margin-top: 30px;
}
.single .supervision .supervision-title{
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom:  1px solid #d76860;
}
.single .supervision-box{
	display: flex;
	justify-content: center;
}
.single .supervision-box .supervision-img{
	width: 16%;
	margin-right: 4%;
}
.single .supervision-box .supervision-img img{
	border-radius: 50%;
}
.single .supervision-box .supervision-img p{
	text-align: center;
	font-size: 10px;
}
.single .supervision-box .supervision-text{
	width: calc(100% - 20%);
}
.single .supervision-box .company-name{
	margin-bottom: .5px;
}
.single .supervision-box p{
	font-size: 12px;
}
.single .supervision-box .supervision-name{
	color: #d76860;
	font-size: 20px;
	margin-bottom: .5px;
	line-height: 1;
}
.single .supervision-box .supervision-name .supervision-name-en{
	margin-left: 10px;
	font-size: 12px;
}
.single .campaign-box{
	margin-bottom: 20px;
}

.single .link-box{
	margin-top: 30px;
}
.single .link-box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	margin: 0 !important;
	/* flex-wrap: wrap; */
}
.single .link-box ul li{
	list-style-type: none !important;
}
.single .link-box ul li::marker {
	content: none;
}
.single .link-box ul li a{
	color: #fff;
	border-radius: 10px;
	padding: 20px 40px;
	display: block;
}
.single .link-box ul .buy-link{
	margin-right: 20px;
}
.single .link-box ul .buy-link a{
	background-color: #86b81c;
	border: 1px solid #86b81c;
}
.single .link-box ul .buy-link a:hover{
	color: #86b81c;
	background: none;
}
.single .link-box ul .sell-link a{
	background-color: #d76860;
	border: 1px solid #d76860;
}
.single .link-box ul .sell-link a:hover{
	color: #d76860;
	background: none;
}
.single .link-box .sp{
	display: none;
}

.post-type-archive-sell-corp .section-sell-corp{
	padding-top: 0;
}
.post-type-archive-sell-corp .section-sell-corp .heading__lead{
	font-size: 24px;
}
.post-type-archive-sell-corp .section-sell-corp .search-box{
	/* padding: 30px 0; */
	margin: 30px 0 60px;
	padding: 20px;
	background: #f7f2f2;
}
.post-type-archive-sell-corp .section-sell-corp .search-box .search-title{
	margin-bottom: 15px;
	font-size: 20px;
	color: #ff7800;
}
.post-type-archive-sell-corp .section-sell-corp .search-box label{
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	padding: 0px 0 0 25px;
	position: relative;
	width: auto;
	line-height: 1;
}
.post-type-archive-sell-corp .section-sell-corp .search-box label img{
	border-radius: 100%;
	width: 20px;
	margin-right: 3px;
}
.post-type-archive-sell-corp .section-sell-corp .search-box label:before {
	border: 2px solid #444444;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	width: 16px;
}
.post-type-archive-sell-corp .section-sell-corp .search-box label:after {
	border-right: 2px solid #d76860;
	border-bottom: 2px solid #d76860;
	content: '';
	display: block;
	width: 3px;
	height: 6px;
	left: 6px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%) rotate(45deg);
}
.post-type-archive-sell-corp .section-sell-corp .search-box input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.post-type-archive-sell-corp .section-sell-corp .search-box .genre-check{
	display: none;
}
.post-type-archive-sell-corp .section-sell-corp .search-box .submit-btn{
	display: block;
	margin: auto;
	width: 320px;
	margin-top: 15px;
	background-color: #ff7800;
	padding: 15px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border: none;
	border-bottom: 5px solid #d46909;
}
.post-type-archive-sell-corp .section-sell-corp .search-box .submit-btn:hover{
	margin-top: 18px;
	border-bottom: 2px solid #d46909;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item{
	width: 48%;
	margin-bottom: 4%;
	box-sizing: border-box;
	background: #fffaf4;
	transition: .3s;
	position: relative;
	padding: 20px 20px 60px;
}

.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .item-box{
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-box{
	position: absolute;
	top: -15px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-icon{
	position: relative;
	display: inline-block;
	padding: 0 5px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: #508ed9;
	border-radius: 50%;
	box-sizing: border-box;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-icon:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #508ed9;
	z-index: 0;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-text{
	margin-left: 10px;
	font-size: 12px;
	padding: 5px;
	line-height: 1;
	max-width: calc(100% - 80px);
	display: inline-block;
	background: #f1f1f1;
	border-radius: 10px;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .genre li{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	background: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #f88072;
	color: #f88072;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .genre li img{
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	border-radius: 50%;
	line-height: 1;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .thumbnail-box{
	width: 30%;
	margin-right: 2%;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .text-box{
	width: 68%;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .text-box.thumbnail-none{
	width: 100%;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .text-box h3{
	color: #d76860;
	margin-bottom: 10px;
	font-weight: bold;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .text-box .genre-title{
	font-size: 14px;
	margin-bottom: 5px;
}

.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn-box{
	/* background: #fdf3f3; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}


/* .post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item a{
	background: #fffaf4;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item a:hover{
	background: #f1f1f1;
} */
/* .post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item a.recommend-on{
	padding-bottom: 10px;
} */
/* .post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item a:hover .btn span{
	background: #ffa398;
} */
/* .post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item a:hover .btn span::after {
	border-top-color: #f88072;
	border-right-color: #f88072;
} */


.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn{
	text-align: center;
	margin-top: 10px;
	/* width: 100%; */
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a{
	font-size: 11px;
	color: #fff;
	display: inline-block;
	background: #f88072;
	border-radius: 10px;
	padding: 5px 10px;
	padding-right: 20px;
	border: solid 1px #f88072;
	transition: .3s;
	position: relative;
	font-weight: bold;
}
.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a::after {
	content: "";
	position: absolute;
	right: 10px;
	width: 0.5em;
	height: 0.5em;
	top: 50%;
	margin-top: -0.35em;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	border-top-color: #fff;
	border-right-color: #fff;
	transform: rotate(45deg);
}

.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .esmart-item-btn{
	margin-right: 2%;
}

.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .esmart-item-btn a{
	background: #508ed9;
	border: solid 1px #508ed9;
}

.single-sell-corp .tab-content .company-item{
	margin-top: 0 !important;
}
.single-sell-corp .tab-content .company-item h3{
	margin-top: 0 !important;
}
.tab-content{
	margin-top: 30px;
}
.tab-content .tab-box .btn-area {
	margin:0 10px;
	display: -webkit-box;
	display: flex;
}
.tab-content .tab-box .tab-btn {
	width: 33%;
	padding: 8px 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
.tab-content .tab-box .tab-btn + .tab-btn {
	margin-left: 8px;
}
.tab-content .tab-box .tab-btn:hover {
	background-color: #dce1e4;
}
.tab-content .tab-box .tab-btn.active {
	background:#d76860;
	color:#fff;
}
.tab-content .tab-box .panel-area {
	border: solid 1px #e3ebf3;
	border-top: solid 5px #d76860;
	padding: 20px;
}
.tab-content .tab-box .tab-panel {
	display:none;
}
.tab-content .tab-box .tab-panel.active {
	display:block;
}
.tab-content .tab-box .tab-panel .img-box h3{
	margin-top: 0 !important;
}
.tab-content .tab-box .tab-panel .img-slider{
	display: none;
}
.tab-content .tab-box .tab-panel .img-slider .img-slider-item img{
	width: 100%;
}
.tab-content .tab-box .tab-panel .img-slider.slick-initialized{
	display: block;
}
.tab-content .tab-box .tab-panel .img-slider iframe{
	width: 100%;
	height: 33vw;
}

.tab-content .tab-box .tab-panel .flex{
	display: flex;
	justify-content: center;
}
.tab-content .tab-box .tab-panel .flex.col-3 .item{
	width: 32%;
	margin-right: 2%;
}

.tab-content .tab-box .tab-panel .flex.col-3 .item:last-child{
	margin-right: 0;
}

.tab-content .tab-box .tab-panel .flex.col-3 .item img{
	margin-bottom: 10px;
	width: 100%;
}

.tab-content .tab-box .tab-panel .flex.col-3 .item h4{
	margin-top: 0 !important;
}
.single-sell-corp #main .section .special-feature-corner h2{
	padding: 13px 10px 10px 20px;
}
.single-sell-corp .tab-content{
	margin-top: 60px;
}
.single-sell-corp .tab-panel .company-info{
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-sell-corp .tab-panel .company-info .company-img{
	border: 1px solid #ccc;
	width: 200px;
	margin-right: 20px;
	text-align: center;
}
.single-sell-corp .tab-panel .company-info .company-text{
	width: calc(100% - 220px);
}
.single-sell-corp #main .section .inner .tab-panel .company-info h3{
	margin: 0 0 10px;
	padding: 0 ;
	background: none ;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.single-sell-corp .tab-panel .company-info .company-text p{
	font-size: 14px;
	line-height: 1.5;
}
.single-sell-corp .company-table{
	width: 100%;
	margin-top: 30px;
}
.single-sell-corp .company-table th, .single-sell-corp .company-table td{
	font-size: 14px;
}
.single-sell-corp .company-table th{
	padding: 10px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	width: 30rem;
}
.single-sell-corp .company-table td{
	padding: 10px;
	border-bottom: 1px solid #eee;
	width: calc(100% - 30rem);
}
.single-sell-corp .company-table td a{
	color: #d76860;
	text-decoration: underline;
}
.single-sell-corp .tab-box .tab-panel .company-table td a:hover{
	text-decoration: none;
}
.single-sell-corp #main .section .inner .link-info{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 20px 0 0;
}
.single-sell-corp #main .section .inner .link-info li{
	list-style-type: none;
	margin-right: 3%;
	margin-bottom: 10px;
}
.single-sell-corp #main .section .inner .link-info li:last-child{
	margin-right: 0;
}
.single-sell-corp #main .section .inner .link-info li::marker {
/*	content: none;*/
}
.single-sell-corp #main .section .inner .link-info li a{
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.single-sell-corp #main .section .inner .link-info li a:hover{
	text-decoration: none;
	opacity: .7;
}
.single-sell-corp #main .section .inner .link-info li a::before{
	margin-right: 6px;
}
.single-sell-corp #main .section .inner .link-info li.corporate a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/top/ico06.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -3px;
}
.single-sell-corp #main .section .inner .link-info li.ec a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/top/ico01.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -3px;
}
.single-sell-corp #main .section .inner .link-info li.youtube a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/common/ico-youtube.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.single-sell-corp #main .section .inner .link-info li.twitter a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/common/square-x-twitter.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.single-sell-corp #main .section .inner .link-info li.facebook a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/common/facebook.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.single-sell-corp #main .section .inner .link-info li.insta a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/common/ico-insta.svg") no-repeat center ;
	background-size: 100%;
	vertical-align: middle;
    position: relative;
    top: -2px;
}

.single-sell-corp .tab-content .tab-box .btn-area{
	margin: 0;
}
.single-sell-corp .tab-content .tab-box .tab-btn{
	border-radius: 6px 6px 0 0;
}
.single-sell-corp .special-feature-corner .company-item .item .item-name{
	line-height: 1.35;
	font-size: 14px;
    font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	min-height: 38px;
}
.single-sell-corp #main .section .inner .tab-panel h3{
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.single-sell-corp #main .section .inner .tab-panel h3.num-2{
  background-color: #ffe9e9;
}
.single-sell-corp #main .section .inner .tab-panel h3.num-3{
  background-color: #e5f2ff;
}
.single-sell-corp #main .section .inner .tab-panel h3.st01{
	text-align: left;
	color: #000;
	font-size: 18px;
	background-color: transparent;
	border-bottom: 2px solid #d76860;
}

.single-sell-corp #more-btn .button--default:after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    top: 43%;
}

.single-sell-corp #main .section .inner ul.slick-slider{
	margin: 0;
}
.single-sell-corp .tab-panel .slick-slider .slick-prev, .single-sell-corp .tab-panel .slick-slider .slick-next{
	display: none!important;
}
.single-sell-corp #main .section .inner ul.thumbnail-slider{
	margin-top: 10px;
}
.single-sell-corp #main .section .inner ul.thumbnail-slider .slick-list{
	padding: 0!important;
}
.single-sell-corp #main .section .inner ul.thumbnail-slider .slick-list li{
	border: 2px solid #ffffff;
    box-sizing: border-box;
	float: none;
}
.single-sell-corp #main .section .inner ul.thumbnail-slider .slick-list .slick-current{
	border-color: #ccc;
}
.single-sell-corp #main .section .inner ul.thumbnail-slider .slick-track{
	display: flex;
	align-items: center;
	transform:unset!important;
}

.single-sell-corp .img-slider-item p{
	font-size: 14px;
	line-height: 1.35;
/*
	opacity: 0;
	transition: .5s;
	transition-delay:.5s;
*/
}
.single-sell-corp .active .img-slider-item p{
/*	opacity: 1;*/
}

.single-sell-corp #main .section .inner h4{
	
}

.single-sell-corp .tab-content .tab-box .tab-panel .img-slider iframe{
	width: 100%;
	height: 260px;
}

.single-sell-corp .cmt-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.single-sell-corp .img-slider-wrap{
	width: 45%;
}
.single-sell-corp .cmt-txt{
	width: 53%;
}
.single-sell-corp .cmt-txt p{
	font-size: 14px;
}
.single-sell-corp .cmt-txt-box{
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	padding: 20px 15px;
	overflow: hidden;
	margin-top: 10px;
}
.single-sell-corp .cmt-txt-box-ttl{
	display: inline-block;
	position: relative;
	padding: 10px 30px 10px 0;
	font-size: 16px!important;
	background: #af9d51;
	color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 15px;
	line-height: 1.35!important;
}
.single-sell-corp .cmt-txt-box-ttl::after {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%,
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
}
.single-sell-corp .cmt-txt-box-ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #af9d51;
}
.single-sell-corp #main .section .cmt-recipe{
	margin-top: 15px;
}
.single-sell-corp #main .section .cmt-recipe .item h4{
	font-size: 16px;
	line-height: 1.35;
}
.single-sell-corp .cmt-recipe .item p{
	font-size: 14px;
	line-height: 1.5;
}

.single-sell-corp .cmt-recipe .item a{
  font-size: 14px;
	line-height: 1.5;
}

.single .right-column{
	margin-top: 0;
}

.single #main .right-column .side-category-nav ul{
	margin-left: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 959px) {
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .esmart-item-btn{
		margin-right: 1%;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a{
		font-size: 10px;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item{
		padding: 20px 10px 40px;
		width: 49%;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn-box{
		bottom: 10px
	}
}
@media screen and (max-width: 870px) {
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .esmart-item-btn{
		margin-right: .5%;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a{
		font-size: 9px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 767px) {
	.blog .column-box a, .archive .column-box a, .search .column-box a{
		padding: 10px;
	}
	.blog .column-box .text-box h3, .archive .column-box .text-box h3, .search .column-box .text-box h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.post-type-archive-sell-corp .section-sell-corp .heading__lead{
		font-size: 16px;
	}
	
	.post-type-archive-sell-corp .section-sell-corp .search-box .submit-btn{
		width: 100%;
	}
	
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item{
		width: 100%;
		margin: 0;
		margin-bottom: 4%;
		padding: 10px 10px 50px;
	}

	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-box{
		position: static;
		margin-top: -10px;
	}	
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .text-box h3{
		margin-bottom: 5px;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .esmart-item-btn{
		margin-right: 2%;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn{
		margin-top: 5px;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a{
		font-size: 12px;
		padding: 5px 10px;
		padding-right: 20px;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .recommend-on{
		margin-top: 10px;
	}
	.single #main .section .column-box .text-box h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.single .supervision-box{
		align-items: inherit;
	}
	.single .supervision-box p.supervision-comment{
		font-size: 11px;
	}
	.single .link-box ul li{
		width: 49%;
		margin-right: 2% !important;
	}
	.single .link-box ul li:last-child{
		margin-right: 0 !important;
	}
	.single .link-box ul li a{
		font-size: 16px;
		padding: 10px;
	}
	.single .link-box .sp{
		display: block;
	}
	.single .link-box .button{
		min-width: inherit;
		font-size: 10px;
	}
	.single .link-box .button {
		
	}
	.single .link-box .button:after{
		right: 7px;
		border-right-width: 1px;
		border-top-width: 1px;
		width: 3px;
		height: 3px;
	}
	.tab-content .tab-box .tab-panel .img-slider iframe{
		height: 48vw;
	}
	
	.single-sell-corp .cmt-flex{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.single-sell-corp .img-slider-wrap{
		width: 100%;
	}
	.single-sell-corp .cmt-txt{
		width: 100%;
	}
	.single-sell-corp .cmt-txt-box{
		margin-top: 15px;
	}
	.single-sell-corp .tab-content .tab-box .tab-panel .img-slider iframe{
		height: 52vw;
	}
	
	
}
@media screen and (max-width: 640px) {
	.single .supervision{
		padding: 10px;
	}
	.single .supervision-box .supervision-name{
		font-size: 18px;
	}
	.single .supervision-box p.supervision-comment{
		margin-left: -24%;
		margin-top: 30px;
	}
	
	.single-sell-corp .tab-content .tab-box .tab-btn{
		font-size: 14px;
		padding: 4px 0;
	}
	.single-sell-corp .tab-content .tab-box .tab-btn + .tab-btn{
		margin-left: 3px;
	}
	.single-sell-corp .tab-content .tab-box .panel-area{
		padding: 20px 10px;
		border-top: solid 2px #d76860;
	}
	.single-sell-corp .panel-area .button{
		min-width: inherit;
		font-size: 14px;
		padding: 8px 0;
	}
	.single-sell-corp #more-btn .button--default:after{
		top: 40%;
	}
	
	.single-sell-corp #main .section .inner .tab-panel h3{
		font-size: 16px!important;
	}
	.single-sell-corp .tab-content .tab-box .tab-panel .flex.col-3{
		flex-wrap: wrap;
	}
	.single-sell-corp .tab-content .tab-box .tab-panel .flex.col-3 .item{
		width: 100%;
		margin: 0 0 15px;
	}
	.single-sell-corp .tab-content .tab-box .tab-panel .flex.col-3 .item:last-child{
		margin-bottom: 0;
	}
	
	.single-sell-corp .tab-panel .company-info{
		flex-wrap: wrap;
	}
	.single-sell-corp .tab-panel .company-info .company-img{
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.single-sell-corp .tab-panel .company-info .company-img img{
		max-width: 200px;
	}
	.single-sell-corp .tab-panel .company-info .company-text{
		width: 100%;
	}
	
	.single-sell-corp .company-table th{
		display: block;
		width: 100%;
		box-sizing: border-box;
		background-color: #f8f8f8;
	}
	.single-sell-corp .company-table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.single-sell-corp #main .section .inner .link-info{
		justify-content: flex-start;
	}
	
}
@media screen and (max-width: 500px) {
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item{
		padding-bottom: 10px;
	}
	/* .post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item.esmart-btn-on{
		padding-bottom: 85px;
	} */
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn-box{
		display: block;
		/* padding: 0 10px; */
		/* box-sizing: border-box; */
		position: static;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn{
		margin-right: 0;
		margin-top: 10px;
	}
	.post-type-archive-sell-corp .section-sell-corp .sell-corp-box .item .btn a{
		width: 100%;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width: 480px) {
	.blog .column-box .text-box h3, .archive .column-box .text-box h3, .search .column-box .text-box h3{
		font-size: 16px;
	}
	.single #main .section .column-box .text-box h3{
		font-size: 16px;
	}
	.blog .column-box .text-box time, .archive .column-box .text-box time, .search .column-box .text-box time{
		font-size: 12px;
	}
	.blog .column-box .text-box .category span, .archive .column-box .text-box .category span, .search .column-box .text-box .category span{
		font-size: 12px;
	}
	.single .supervision-box .supervision-name .supervision-name-en{
		display: block;
		margin-left: 0;
	}
	.single .supervision .supervision-title{
		font-size: 18px;
	}
	.single .supervision-box .supervision-name{
		font-size: 16px;
	}
	.single .supervision-box p.supervision-comment{
		margin-top: 10px;
	}
}
@media screen and (max-width: 380px) {
	.single .supervision-box .supervision-img{
		width: 24%;
		margin-right: 2%;
	}
	.single .supervision-box .supervision-text{
		width: calc(100% - 26%);
	}
	.single .supervision-box p.supervision-comment{
		margin-left: -34%;
	}
}