/****************/
/*   レイアウト   */
/****************/
#inner-wrap {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.visual-my-page {
    width: 100%;
    min-height: 490px;
    position: relative;
}

.visual-header-capture {
    width: 100%;
    max-width: 1200px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-my-page .visual-icon {
    position: absolute;
    top: 235px;
    right: 168px;
    overflow: hidden;
    border-radius: 80px;
    border: 3px solid #fff;
}

.visual-my-page .visual-icon img {
    transform:scale(1.09,1.09);
    background-color: #fff;
}

.visual-sub {
    width: auto;
    margin: 20px 30px 20px 30px;
}
.visual-sub ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.visual-sub ul li{
    width: 50%;
    margin-bottom: 0.2rem;
}
.visual-sub ul li span.label{
    width: 20%;
    display: inline-block;
}
.visual-sub ul li span.content:before{
    content:"\0020\003a\0020";
    margin: 0 2rem 0 0;
}

.visual-content {
    width: 100%;
    padding: 80px 160px 40px 160px;
    margin-top: -40px;
    background-color: rgba(255,255,255,.85);
    color: #333;
    min-height: 150px;
    overflow: hidden;
    box-sizing: border-box;
}

.visual-title{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
	.visual-title {
		display: block;
	}
}

.visual-content .visual-title h1 {
    font-size: 22px;
    display: inline-block;
}

.visual-content .visual-detail {
    padding: 0 30px;
}

.visual-content .overview-title {
    font-size: 16px;
    font-weight: bold;
}
.visual-content .visual-overview {
    padding: 0 20px;
}

.table-contents {
    width: 100%;
    min-height: 100px;
    border-collapse: collapse
}
.table-contents th{
    width: 20%;
    text-align: center;
}
.table-contents td{
    padding: 5px 20px;
    width: 80%;
}
.visual-detail-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.my-page-contents {
    width: 100%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* 資料エリアタイト */
/* .border-header {
    font-size: 1rem;
    padding: 20px 30px 20px 40px;
    background: #eef1f2;
    margin-bottom: 20px;
    position: relative;
}

.border-header::before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: '';
    background: #71AF42;
} */

.my-page-contents .content{
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px 15px 30px 15px;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 0 2px gray;
    box-sizing: border-box;
}
.my-page-contents h2{
    padding: 30px 20px;
    font-size: 20px;
}

.content-capture {
    width: 235px;
}
.content-detail {
    width : calc(100% - 240px) ;
    padding: 0 10px;
    box-sizing: border-box;
}
.content-capture img {
    object-fit: contain;
}
.content-capture,
.content-detail {
    display: inline-block;
    vertical-align: middle;
}

.my-page-contents .content .title h3 a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
    line-height: 1.5;
}

.my-page-contents .content .text {
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    box-shadow: 0 0 10px #ccc inset;
    margin-bottom: 10px;
}
.my-page-contents .content .tags .tag{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 2px 8px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
}

.my-page-contents .content .title h3 a .fas {
    padding: 0 5px 0 0;
    color: #4ac;
}

.side-dl-btn{
    overflow: hidden;
}

.udate {
    color: #8c8c8c;
    font-weight: bold;
}

.tags .item:hover { opacity: 0.8; }
.tags .tcColor { background: #3d80b1; }
.tags .ampColor { background: #3d9eac; }
.tags .agpColor { background: #683ec0; }
.tags .pcColor { background: #3d5fb6; }

.contents-choice {
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    padding: 30px 0 0 0;
    width: 100%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
}
.contents-choice li{
    flex: 1;
    border-bottom: solid 6px rgba( 0,0,0,0.3 );
    color: rgba( 0,0,0,0.3 );
}
.contents-choice li a{
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: rgba( 0,0,0,0.3 );
    display: block;
    padding: 30px;
}
.contents-choice li:hover{
    background-color: rgba( 153,204,51,0.5 );
}
.now-page {
    border-color: #99cc33 !important;
}
.now-page a{
    color: #99cc33 !important;
}
.overview {
    padding: 3rem 1rem;
}
.overview .overview-title {
    font-size: 20px;
    font-weight: bold;
}

.overview h2 {
	margin: 0 0 30px;
    padding: 0;
    padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.overview .item {
	display: block;
	margin: 0 0 10px;
	padding: 15px;
	border: 2px solid #eee;
	text-decoration: none;
	color: #333;
	vertical-align: top;
}
.overview .item:hover {
	color: #333;
	border: 2px solid #71AF42;
}
.overview .item:hover .seminar_title {
	text-decoration: underline;
}
.overview .item .status {
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px 15px;
	color: #fff;
	background: #eee;
}
.overview .status0 .status { background: #333; }
.overview .status1 .status { background: #c00; }
.overview .item .seminar_title {
	margin: 0 0 10px;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}

.overview .item .status1 {
	display: inline-block;
	width: 100%;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.overview .item .seminar_title .online{
	margin:5px;
	padding:5px;
	background:#ff4500;
	color:#FFFFFF;
	font-size:10px;
	float:right;
}

.overview .item .seminar_title .offline{
	margin:5px;
	padding:5px;
	background:#0000cd;
	color:#FFFFFF;
	font-size:10px;
	float:right;
}
.overview .seminar_detail {
	white-space: nowrap;
	font-size: 0;
}
.overview .item .seminar_img {
	display: inline-block;
	max-width: 150px;
	max-height: 150px;
}
.overview .item .seminar_img img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px #ddd;
}
.overview .item .summary {
	display: inline-block;
	width: 450px;
	margin: 0 0 10px;
	color: #000000;
	font-size: 12px;
	padding-left: 10px;
}
.overview .item .summary span {
	display: inline-block;
	width: 70px;
	color: #999;
}
.overview .item .summary p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.overview .item .close_date {
	padding: 5px 10px;
	background: #eee;
	font-size: 12px;
}
.overview .status1 .close_date { color: #c00; }
.overview .item .close_date span {
	display: inline-block;
	width: 250px;
	color: #999;
}
.overview .seminar_entry {
	text-align: center;
}
.overview .seminar_entry .notice {
	text-align: center;
	margin: 10px auto;
	font-size: 0.8em;
}
.overview .seminar_entry form {
	text-align: center;
}
#seminar-modal-content {
	box-sizing: border-box;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	max-height: 95vh;
	overflow-y: hidden;
	padding: 0;
	width: 90vw !important;
}
.complete .recommend_seminar_header {
	color: #5ECBDB;
	font-size: 16px;
	color: gray;
    padding-top: 10px;
    margin: 10px 0px 10px 0px;
    margin-bottom: 0;
	border-top: 1px dashed #000000;
}
.complete h1, .complete_wrp h1 {
    margin: 1rem 0px 1rem 0px;
}

.complete h1 {
    font-size: 20px;
}

/**************/
/* スマホ対応 */
/**************/
@media screen and (max-width:480px) {
    .visual-header-capture {
        height: 300px;
        /* background-attachment: fixed;
        background-size: auto; */
    }
    .visual-my-page .visual-icon {
        top: 186px;
        right: 26px;
    }
    /* 資料 */
    .visual-content {
        padding: 80px 15px 40px 15px;
    }
    .border-header {
        font-size: 26px;
    }
    .my-page-contents .content {
        width: 95%;
        margin: 0 auto 20px auto;
    }
    .content-capture,
    .content-detail {
        display: block;
        margin: 0 auto;
    }
    .content-capture {
        width: 100%;
        text-align: center;
    }
    .content-capture img {
        width: 100%;
        height: 255px;
        object-fit: contain;
    }
    .content-detail {
        width : 100% ;
        padding: 0px;
    }
    .content-detail .title h3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* ダウンロードボタン */
    .dlLinkContainer .dl_wrap ul li a {
        padding: 10px 10px;
    }

    .visual-sub {
        width: auto;
        margin: 20px 20px 20px 20px;
    }
    .visual-sub ul li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .visual-sub ul li span.label{
        width: 30%;
        display: inline-block;
    }

    .contents-choice li a{
        font-size: 14px;
        padding: 10px 0;
    }
    .overview .item .seminar_img {
        max-width: 100%;
        max-height: initial;
    }
    .overview .item .summary {
        max-width: 100%;
        display: block;
        margin: 20px 0px 20px 0px;
        font-size: 1.4rem;
    }
    .overview .item .close_date span {
        width: auto;
        margin: 0px 10px 0px 0px;
    }
    .overview .item .seminar_title {
        display: flex;
    }
    .overview .item .seminar_title h3{
        font-size: 1.6rem;
    }

}

.recommend_seminar_wrap {
	width: 100%;
	overflow: scroll;
	overflow: hidden visible;
    max-height: calc(90vh - (5rem + 1em + 20px));
	background-color: #EEEEEE;
	padding:20px;
	box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    column-gap: 1%;
    row-gap: 1em;
}

.recommend_seminar {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	min-height: 230px;
	box-shadow: 0 0 10px #ddd;
	width: 24%;
	background: aliceblue;
}

.recommend_seminar .cap {
	box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    background: ghostwhite;
}

.recommend_seminar .cap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
#seminar_area .clear-margin {
	margin:0;
}
.recommend_seminar_caption{
	text-align: center;
	font-size: 12px;
	padding: 7px 5px 3px 5px;
    padding:left 10px;
    margin-top: 0px;
    /* border-bottom: 2px solid #5ECBDB; */
	background: aliceblue;
}

.recommend_seminar_caption label {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    box-sizing: border-box;
    width: calc(100% - 10px);
}

.recommend_seminar_caption div {
    width: 100%;
    padding: .5px 10px;
    box-sizing: border-box;
}

.recommend_seminar_all_check_wrap {
    width: 100%;
    text-align:center;
    padding: 0rem 0rem 1rem 0rem;
}

/* 元々のチェックボックス（非表示） */
.recommend_seminar_all_check_wrap input[type="checkbox"],
.recommend_seminar_caption input[type="checkbox"]{
    display: none;
}

.recommend_seminar_all_check_wrap input[type="checkbox"]+label{
    font-size: 1.1rem;
}

/* チェックボックスの代わりを成すラベル */
.recommend_seminar_all_check_wrap input[type="checkbox"]+label,
.recommend_seminar_caption input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}

/* チェックボックスの代わりを成すラベル */
.recommend_seminar_caption input[type="checkbox"]+label{
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	box-sizing: border-box;
}


/* ラベルの左に表示させる正方形のボックス□ */
.recommend_seminar_all_check_wrap input[type="checkbox"]+label::before,
.recommend_seminar_caption input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 2px solid;
    border-color: #5ECBDB;
    background-color: #FFF;
}
/* チェックが入った時のレ点 */
.recommend_seminar_all_check_wrap input[type="checkbox"]:checked+label::after,
.recommend_seminar_caption input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  red;
}

#disp_selected_num {
	position: absolute;
	top: 95px;
	right: 0;
	padding: 1rem 2rem;
}

#disp_selected_num div {
	text-align: center;
	font-weight: bold;
}

.selected_num_view {
	color: red;
	font-size: 2rem;
}

.margin-left22 {
    margin-left:22px;
}

.font-size75 {
    font-size: .75em;
}

.center-text {
    max-inline-size: max-content;
    margin-inline: auto;
}

.compfont {
    font-size: 0.8em;
}

#recommend_seminar_entry {
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	width: 100%;
	background-color: rgba(0, 0 , 0, 0.5);
	color: white;
	font-weight: bold;
}

@media screen and (max-width:480px) {
	.recommend_seminar_wrap {
		padding: 0;
		background: #FFF;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        padding-bottom: calc(20rem + 40px + 1em) !important;
	}
	.recommend_seminar {
		width: 100%;
	}
	.entry_button {
        padding: 10px 30px;
        font-size: 18px;
    }
    .recommend_seminar_caption{
        font-size: 16px;
    }

    .complete .recommend_seminar_header,
    .complete h1{
        font-size: 15px;
    padding-top: 10px;
    }

    .recommend_seminar_header {
        padding-top: 10px;
    }

    .margin_left10 {
        margin-left:0;
    }

    #seminar-modal-content {
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }
    #disp_selected_num {
        position: fixed;
        top: 140px;
        right: 0;
        padding: 1rem 0;
    }

    #disp_selected_num div {
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
    }

    .selected_num_view {
        color: red;
        font-size: 2rem !important;
    }

    #modal-close {
        display: inline-block;
        position: fixed;
        left: 1rem;
    }
    .mes_title {
        font-size: 15px !important;
    }
}

.video_item_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.video_item{
	width: 45%;
	padding: 0;
	margin-bottom: 2%;
	margin-top: 3%;
}

.video_item .video_thumbnail{
	display: block;
	position:relative;
}

.video_item .video_thumbnail.show_description{
	width: 60%;
    float: left;
}

.video_item .video_thumbnail img{
	width: 100%;
	height: 181px;
	object-fit: cover;
	display: block;
}

.video_item .video_thumbnail .filter {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.05);
}
.video_item .video_thumbnail .filter:hover {
	background-color: rgba(255,255,255,0.3);
}

.video_item .video_thumbnail .play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1rem;
	border-radius: 50%;
	background: #000;
	padding: 0.4rem 0.7rem 0.4rem 0.8rem;
	color: #fff;
}

.video_item .video_title {
	font-size: 0.9rem;
	width: 95%;
	padding-left: 2%;
}
.video_item .video_title .agency_video_icon {
	width: 20%;
	float: left;
	margin: 5px;
	border-radius: 50%;
}
.video_item .agency {
	font-size: 0.8rem;
	text-align: bottom;
}

.video_item.show_description{
	width: 47%;
}

.video_item.show_description .video_thumbnail{
	width: 60%;
    float: left;
	margin-right: 0.5rem;
}

.video_item.show_description .video_description{
	width: 35%;
	float: right;
	display: -webkit-box !important;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	box-sizing: border-box;
}
.video_item.show_description .agency {
	font-size: 0.6rem;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}
.video_item.show_description .video_title {
    font-size: 0.9rem;
    width: 75%;
    padding-left: 2%;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    box-sizing: border-box;
}

.video_item.show_description .video_detail_link {
    width: 100%;
    display: block;
    float: right;
    text-align: right;
	margin-bottom: -0.7rem;
}

#modal-wrp {
	height: 0;
}
#modal-content,
.modal-content {
	position: fixed;
	top: 0;
	width: 610px;
	margin: 0;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff;
	/* position: absolute; */
	display: none;
	z-index: 2 ;
}

#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}

.button-link {
	color: #00f;
	text-decoration: underline;
}

.button-link:hover {
	cursor: pointer;
	color: #f00;
}
#modal-content .dl_enq ul {
	margin: 17px;
	padding: 15px;
	border: 5px solid #eee;
}
#modal-content .dl_enq ul li {
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px dotted #ccc;
}
#modal-content .dl_enq ul li:last-child {
	border: none;
}
#modal-content .dl_enq ul li span {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}
#modal-content .dl_enq .caution{
	text-align: center;
	display: block;
}
#modal-content .dl_enq .caution p{
	text-align: left;
	border-left: initial;
    padding: 0;
    line-height: 1.6;
    display: block;
    margin: 0px;
	font-weight: normal;
    font-size: 1em;
	display: inline-block;
}

#modal-content .dl_enq .submit,
.modal-content #dl_enq_recommend .submit {
	display: block;
	margin: 20px auto;
	padding: 8px 20px;
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
	border: none;
	background-color: #f18d05;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
	background: -webkit-linear-gradient(top, #fba42e, #d87e04);
	background: -moz-linear-gradient(top, #fba42e, #d87e04);
	background: -o-linear-gradient(top, #fba42e, #d87e04);
	background: linear-gradient(top, #fba42e, #d87e04);
	border-color: #bf7004;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#modal-content .dl_enq .submit:hover {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
	background: -webkit-linear-gradient(top, #fa9915, #d87e04);
	background: -moz-linear-gradient(top, #fa9915, #d87e04);
	background: -o-linear-gradient(top, #fa9915, #d87e04);
	background: linear-gradient(top, #fa9915, #d87e04);
	background-color: #f18d05;
}
#modal-content .dl_enq input, #modal-content .dl_enq select {
	padding: 5px;
}
#modal-content .dl_enq label, #modal-contents .dl_enq .submit:hover {
	cursor: pointer;
}
#modal-content .dl_enq h1, #modal-content .dl_enq p{
	margin: 20px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #71AF42;
}
#modal-content .dl_enq .disabled {
	color: #ccc;
}
.paging{
    transform: translateY(-10px);
}
.favorite-button{
    display: inline-block;
}
.company-favorite-button {
    background: none;
    border-radius: 8px;
    border: 1px solid #006DDB;
    color: #006DDB;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 40px;
}
.company-favorite-button:hover {
    opacity: 0.8;
}
.company-favorite-button .fa-plus {
    color: #006DDB;
    margin-right: 5px;
    font-weight: bold
}
.company-favorite-button-notice {
    font-size: 10px;
    color: #666;
}
.company-favorited-button {
    background: none;
    border-radius: 8px;
    border: 1px solid #666;
    color: #666;
    background-color: #f0f0f0;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 40px;
}
.company-favorited-button .fa-plus {
    color: #666;
    margin-right: 5px;
    font-weight: bold
}
.favorite-button-lead-add {
    background: none;
    border-radius: 8px;
    border: 1px solid #fba42e;
    color: #fba42e;
    padding: 5px 10px;
}
.favorite-button-lead-delete {
    background: none;
    border-radius: 8px;
    border: 1px solid #666;
    color: #666;
}
.favorite-button-lead-add-notice {
    font-size: 10px;
    color: #666;
}
.company-favorite-button {
    background: none;
    border-radius: 8px;
    border: 1px solid #006DDB;
    color: #006DDB;
    padding: 2px 10px;
    cursor: pointer;
    margin-left: 20px;
}
.company-favorite-button .fa-plus {
    color: #006DDB;
    margin-right: 5px;
    font-weight: bold
}
.company-favorite-button-notice {
    font-size: 10px;
    color: #666;
}
.company-favorited-button {
    background: none;
    border-radius: 8px;
    border: 1px solid #666;
    color: #666;
    background-color: #f0f0f0;
    padding: 2px 10px;
    cursor: pointer;
	margin-left: 20px;
}
.company-favorited-button .fa-plus {
    color: #666;
    margin-right: 5px;
    font-weight: bold
}
.favorite-button-lead-add {
    background: none;
    border-radius: 8px;
    border: 1px solid #fba42e;
    color: #fba42e;
    padding: 5px 10px;
}
.favorite-button-lead-delete {
    background: none;
    border-radius: 8px;
    border: 1px solid #666;
    color: #666;
    cursor: pointer;
    width: 200px;
    height: 60px;
    position: relative; /* 基点として設定 */
}
.favorite-button-lead-add-notice {
    font-size: 10px;
    color: #666;
}
.lead-fav{
	display:flex;
	justify-content:center;
}
.lead-fav button{
	width: 200px;	
	height: 60px;
	cursor: pointer;
	position: relative;
}
.lead-fav .fa-star{
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 18px;
}
.favorite-button-lead-delete .fa-star{
	font-size: 18px;
}
.lead-fav .favorite-button-lead-delete span{
	margin-left: 16px;
}
.favorite-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.favorite-overlay-text {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 30px 10px 10px;  /* 右側に閉じるボタンのスペースを確保 */
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    margin-bottom: 10px;
    position: relative;  /* 閉じるボタンの位置決めのため */
}
.favorite-message-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0 5px;
	align-items: center;
    border: 0.1em solid currentColor;
    border-radius: 50%;
}
.favorite-message-close:hover {
    opacity: 0.8;
}
.favorite-message-modal-content {
    background: rgba(255, 255, 255, 1);
	border: 1px solid black;
    /* color: white; */
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    text-align: center;
    min-width: 200px;
    max-width: 300px;
    position: relative;
    word-break: break-word;
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
	.favorite-message-modal-content {
		min-width: 100px;
		max-width: 200px;
	}
}
/* ボタンの親要素のスタイル */
.favorite-button-link {
    position: relative;
}
/* モーダルの親要素のスタイル */
.favorite-button {
    position: relative;
    z-index: 0;
}
/* ボタンを含む親要素のスタイル */
div[style*="display: flex; justify-content: center;"] {
    position: relative;
}
/* お気に入りボタン関連のコンテナ */
.favorite-button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
	z-index: 0;
}
/* モーダル基本設定 */
.favorite-message-modal,
.company-favorite-message-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: max-content;
}
/* モーダル内のメインテキスト */
.favorite-message-text {
    font-size: 14px;
	margin-left: 5px;
}
@media screen and (max-width: 480px) {
	.favorite-message-text {
		font-size: 13px;
	}
}
/* モーダル内の注釈部分 */
.favorite-message-note {
    margin-top: 10px;
    border-top: 1px dotted #aaa;
    padding-top: 10px;
    font-size: 11px;
}
/* お気に入りボタン */
.favorite-button-lead-delete {
    background: none;
    border-radius: 8px;
    border: 1px solid #666;
    color: #666;
    cursor: pointer;
    width: 200px;
    height: 60px;
    position: relative;
}
.favorite-message-close:hover {
    opacity: 0.8;
}
.agency-name-heading {
    border-left: 6px solid #71AF42;
    margin-left: -10px;
}
@media screen and (max-width: 480px) {
	.agency-name-heading {
		padding-left: 10px;
	}
}
.company-name-container {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px) {
	.company-name-container {
		display: block;
	}
}
.favorite-button-company-delete:hover{
	opacity: 0.8;
}