@charset "utf-8";
.hidden-tabsp{
	display:block;
}
.visible-tab{
	display:none;
}	
/**=会社概要==*/
h2.seminar_page_ttl{
	font-size: 24px;
    border-left: 4px solid #C21C29;
    padding-left: 20px;
    font-weight: 500;
	position:relative;
	line-height:1.6;
	margin-bottom:40px;
}
h2.seminar_page_ttl:before {
    position: absolute;
    bottom: -15px;
    left: -4px;
    width: calc(100% + 4px);
    height: 0.5px;
    content: '';
    background: #6B707C;
}
.seminar_about {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 50px;
    width: 100%;
}

.company_profile_area {
    width: calc(100% - 320px);
    margin: 0 auto;
}
.seminar_about_banner_area {
    width: auto;
}
.seminar_about_banner {
    margin: 0 0 30px;
}
.customer_list > p:first-of-type {
    margin-bottom: 24px;
}
span.excerpt{
	font-size: 14px;
    padding-left: 4px;
}
dl.flbox.about_companyname {
    border: none;
}
dl.flbox.bottom_dl dt {
    padding: 16px 0 16px 16px;
}
/*==会社概要ここまで*/

/**=個人情報保護方針==*/
.seminar_privacy_block {
	margin: 40px auto;
}
/*==個人情報保護方針ここまで*/

/**=サイトマップ==*/
.block_sm{
	margin-bottom:20px;
}
h2.sitemap_item a {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #D7D9DD;
    padding: 10px 40px;
    position: relative;
    box-shadow: 0px 10px 10px -11px rgba(0, 0, 0, 0.2);
}
h2.sitemap_item a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #C21C29;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
/*==サイトマップここまで*/
/**=特定商==*/
.tradelaw_dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tradelaw_dl dt {
    width: 30%;
    font-size: 16px;
    line-height: 32px;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
    word-break: auto-phrase;
}
.tradelaw_dl dt:nth-of-type(8) {
    padding: 68px 0;
}
.tradelaw_dl dt:nth-of-type(12) {
    padding: 52px 0;
}
.tradelaw_dl dd {
    width: 70%;
    font-size: 14px;
    line-height: 32px;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
/*==特定商ここまで*/
/** tablet
===================================*/
@media screen and (max-width: 972px) {
.hidden-tabsp{
	display:none;
}
.visible-tab{
	display:block;
}
/**=特定商==*/	
.tradelaw_dl dt {
	width: 22%;
    font-size: 1.4rem;
}
.tradelaw_dl dt:nth-of-type(12) {
    padding: 52px 0;
}	
.tradelaw_dl dd {
	width: 78%;
}
.tradelaw_dl dd:nth-of-type(6) {
    padding: 36px 0;
}
/*==特定商ここまで*/	
.tradelaw_dl dd:nth-of-type(9) {
    padding: 36px 0;
}	
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.hidden-tabsp{
	display:none;
}	
.visible-tab{
	display:none;
}	
/**=会社概要==*/
h2.seminar_page_ttl {
    font-size: 18px;
	padding-left: 14px;
}
	
.seminar_about {
    flex-direction: column;
    width: 100%;
}
.company_profile_area {
    width: 100%;
    margin: 20px auto 60px;
}	
.seminar_about_banner_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*==会社概要ここまで*/	
/**=サイトマップ==*/	
h2.sitemap_item a {
    font-size: 16px;
}
/*==サイトマップここまで*/
/**=特定商==*/
.tradelaw_dl {
    flex-direction: column;
    align-items: start;
}
.tradelaw_dl dt {
     width: 100%;
     border-bottom: none;
     padding: 26px 0 0 5px;
}
.tradelaw_dl dt:nth-of-type(8) {
    padding: 26px 0 0 5px;
}
.tradelaw_dl dt:nth-of-type(12) {
    padding: 26px 0 0 5px;
}	
.tradelaw_dl dd {
    line-height: 2;
    width: 100%;
    padding: 5px 0 30px 5px;
}
.tradelaw_dl dd:nth-of-type(6) {
     padding: 5px 0 30px 5px;
}
.tradelaw_dl dd:nth-of-type(9) {
     padding: 5px 0 30px 5px;
}
/*==特定商ここまで*/
}	
/**=個人情報保護方針==*/
h2.seminar_page_ttl.ttl_long {
    font-size: 16px;
}

.policy_exp {
    max-width: 1020px;
    margin: auto;
}
/*==個人情報保護方針ここまで*/