@charset "UTF-8";
/* ============================================================
WTC_DEV-11000 Manegy＞会員登録ページ改修
============================================================== */
.top_main_container.one_column .top_main_area{
    width: 100%;
}
#regist{
    justify-content: space-between;
}
#regist .merit2 {
    width: 42%;
    max-width: 500px;
    padding: 0;
}
#regist .merit2:after {
    top: -40px;
}
#regist .bootstrap {
    flex: none;
    width: 56%;
}
#regist .merit2:after{
    animation: none;
}
#regist .merit2 .help a {
    position: relative;
    display: block;
    width: 85%;
    margin: 10px auto 0;
    background: #fff;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #d4dfea;
}
#regist .merit2 .help a::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    color: var(--primary_color);
    top: 50%;
    right: 2%;
    transform: translateY(-50%);

}
#regist .bootstrap form .box{
    background: none;
    padding: 0;
}
#regist .form_inner{
    border: 1px solid #eee;
    margin-top: 10px;
}
#regist .form_inner dl{
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
#regist .form_inner dl:last-child{
    border-bottom: none;
}
#regist .form_inner dl dt,
#regist .form_ftr dl#partnerCode dt#partnerCodeOpen.done{
    width: 35%;
    font-weight: 600;
    background: var(--light_color);
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
#regist .form_inner dl dt i{
    position: relative;
    top: unset;
    right: unset;
    margin-left: 5px;
    margin-top: 0;
}
#regist .form_inner dl dd,
#partnerCode dd{
    width: 63%;
    padding: 10px;
}
#regist input[type="text"],
#regist input[type="email"],
#regist input[type="tel"],
#regist input[type="password"],
#regist select{
    padding: 0.8rem 1.2rem;
}
#regist dd span.caution{
    margin-top: 5px;
    color: #555;
}
/* 紹介コードをお持ちの方はこちら */
#regist .form_ftr dl#partnerCode{
    border-bottom: none;
    display: flex;
    width: 100%;
    margin: 0;
    max-width: none;
}
#regist .form_ftr dl#partnerCode dt#partnerCodeOpen{
    background: none;
    width: auto;
    margin: 5px auto 0;
    color: var(--primary_color);
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
#regist .form_ftr dl#partnerCode dt#partnerCodeOpen:hover{
    opacity: 0.7;
}
#regist .form_ftr dl#partnerCode dt#partnerCodeOpen.done{
    color: var(--basic_color);
    text-decoration: none;
    cursor: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#partnerCodeOpen:after {
    content: "をお持ちの方はこちら";
}
#partnerCodeOpen.done:after {
    content: none;
}
#regist .form_ftr dl#partnerCode dd{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#regist .form_ftr dl{
    margin: 10px auto 0;
}
#regist .form_ftr dl p{
    text-align: center;
}
#regist .bootstrap .form_ftr dl p input[type=radio] + label,
#regist .bootstrap .form_ftr dl p input[type=checkbox] + label{
    margin: 0;
}
#regist .form_ftr dl p .btn_primary{
    margin: 15px auto 0;
}
.term::before,
.term span::before,
input[type=checkbox]:checked + .term::after{
    margin-top: -5px;
}
/* すでに会員の方はこちら */
#regist .form_ftr .help {
    text-align: center;
    margin: 0 auto;
    line-height: 2.0em;
}
#regist .form_ftr .help a {
    position: relative;
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 10px auto 0;
    background: #fff;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #d4dfea;
    color: var(--primary_color);
    box-sizing: border-box;
}
#regist .form_ftr .help a img {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
    vertical-align: middle;
}
#regist .form_ftr .help a::after {
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    color: var(--primary_color);
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

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

    #regist{
        margin: 0;
    }
    #regist .merit2,
    #regist .bootstrap{
        width: 100%;
    }
    #regist .merit2{
        margin: 0 auto;
    }
    #regist .merit2:after {
        top: -22px;
    }
    #regist .merit2 .help a {
        width: 90%;
        margin: 10px auto 0;
        padding: 5px 10px;
        font-size: 1.4rem;
    }
    #regist .merit2 .help img {
        width: 16px;
        margin-right: 2px;
        vertical-align: -3px;
    }
    #regist .bootstrap{
        margin-top: 20px;
    }
    #regist .form_inner dl,
    #regist .form_ftr dl#partnerCode{
        flex-direction: column;
    }
    #regist .form_inner dl dt,
    #regist .form_ftr dl#partnerCode dt#partnerCodeOpen.done {
        width: 100%;
        padding: 8px 15px;
        box-sizing: border-box;
    }
    #regist .form_inner dl dd,
    #partnerCode dd {
        width: 100%;
        box-sizing: border-box;
    }
    #regist .form_ftr dl#partnerCode dt#partnerCodeOpen:hover{
        opacity: 1;
    }
    #regist .form_ftr dl#partnerCode dd{
        border-left: 1px solid #eee;
    }
}

/* ============================================================
WTC_DEV-11189 Manegy＞ログインページ改修
============================================================== */
#regist.login_area {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
#regist.login_area .bootstrap{
    width: 56%;
}
#regist.login_area .merit2{
    width: 42%;
    max-width: 500px;
    padding: 0;
    border: none;
}
#regist.login_area .merit2 .help{
    margin: 5px auto;
}
#regist.login_area .merit2 .help a::after{
    content: "";
}
#regist.login_area .merit2:after{
    top: 0px;
    right: -30px;
    width: 120px;
}
#regist.login_area h1{
    font-size: 2.0rem;
}
#regist.login_area .merit2 .inner .btn_primary{
    margin: 10px auto 15px;
    max-width: 100%;
}
#regist.login_area .merit2 .inner{
    padding: 0 0 20px;
}
/* フォームのデザイン */
#regist.login_area .form_inner{
    border: 1px solid #eee;
}
#regist.login_area form dl {
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
#regist.login_area form dt {
    width: 35%;
    font-weight: 600;
    background: var(--light_color);
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
#regist.login_area form dd {
    width: 63%;
    padding: 10px;
}
#regist.login_area .bootstrap form .btn_secondary{
    margin: 36px auto 15px;
}

@media screen and (max-width: 1024px){
    #regist.login_area .merit2:after{
        top: 14px;
        right: 0px;
        width: 80px;
    }
}
@media screen and (max-width: 768px) {
    #regist.login_area{
        width: 100%;
    }
    #regist.login_area .bootstrap{
        width: 100%;
        margin: 0 auto 35px;
    }
    #regist.login_area .merit2{
        width: 100%;
        margin: 10px auto 0;
    }
    #regist.login_area .merit2 .inner{
        padding: 10px 0;
    }
    #regist.login_area .merit2:after{
        top: 120px;
        right: 178px;
        width: 80px;
    }
    #regist.login_area .merit2 .help a{
        position: relative;
        display: block;
        width: 85%;
        margin: 10px auto 0;
        background: #fff;
        padding: 10px;
        text-decoration: none;
        border: 2px solid #d4dfea;
    }
    /* フォームのデザイン */
    #regist.login_area form dl {
        flex-direction: column;
    }
    #regist.login_area form dt {
        width: 100%;
        padding: 8px 15px;
        box-sizing: border-box;
        margin-bottom: 0 !important;
    }
    #regist.login_area form dd {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0 !important;
    }
    #regist.login_area .bootstrap form .btn_secondary{
        margin: 16px auto;
    }
}


/* ===============================================================================
WTC_DEV-11232 Manegy＞会員登録完了ページ改修：静的
================================================================================= */
.detail_title{
    margin: 0;
}
.detail_title p {
    margin-bottom: 10px;
}
.regist_complete h1 {
    margin-top: 0;
}
.regist_complete .point_merit_Box{
    position: relative;
    background: var(--water_color);
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.regist_complete .point_merit_Box .inner{
    width: 40%;
}
.regist_complete .point_merit_Box h2{
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--primary_color);
    border-bottom: none;
    margin-bottom: 10px;
}
.regist_complete .point_merit_Box .txt{
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
.regist_complete .point_merit_Box .complete_img{
    width: 58%;
    max-width: 800px;
}
.regist_complete .point_merit_Box .coffee_fukidashi {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid var(--primary_color);
    background: var(--primary_color);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 15px 10px;
    box-sizing: border-box;
    transition: 0.3s;
}
.regist_complete .point_merit_Box .coffee_fukidashi::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    transition: 0.3s;
}
.regist_complete .point_merit_Box .coffee_fukidashi:hover{
    opacity: 1;
    background: #fff;
    color: var(--primary_color);
}
.regist_complete .point_merit_Box .coffee_fukidashi:hover::after{
    border-color: var(--primary_color);
}
/* ↓コーヒー復活後に適用 */
/* .regist_complete .point_merit_Box .coffee_fukidashi {
    position: absolute;
    width: 20%;
    max-width: 200px;
    top: -2%;
    right: calc(300px - 14%);
    background: var(--primary_color);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.regist_complete .point_merit_Box .coffee_fukidashi::after{
    position: absolute;
    content: "";
    border-top: 15px solid var(--primary_color);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.regist_complete .point_merit_Box .coffee_fukidashi .coffee_img{
    position: absolute;
    width: 30%;
    max-width: 50px;
    top: -5px;
    right: -15px;
}
.regist_complete .point_merit_Box .coffee_fukidashi p{
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5px;
}
.regist_complete .point_merit_Box .coffee_fukidashi .coffee_link{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    padding: 12px 10px;
    color: var(--primary_color);
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
}
.regist_complete .point_merit_Box .coffee_fukidashi .coffee_link::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--primary_color);
    border-right: 2px solid var(--primary_color);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 12px;
} */
.regist_complete .point_merit_Box .point_item_link{
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.regist_complete .point_merit_Box .point_item_link a{
    position: relative;
    text-decoration: underline;
    color: var(--primary_color);
    font-size: inherit;
    line-height: 1;
}
.regist_complete .point_merit_Box .point_item_link a::after{
    position: absolute;
    content: "";
    border-left: 10px solid var(--primary_color);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 52%;
    right: -1em;
    transform: translateY(-50%);
}
.regist_complete .txt_link{
    margin: 10px auto 0;
    text-align: center;
}
.regist_complete .txt_link a{
    position: relative;
    display: inline-block;
    padding-left: 0.8em;
    color: var(--primary_color);
    font-size: 1.6rem;
    line-height: 1.2;
    border-bottom: 1px solid var(--primary_color);
}
.regist_complete .txt_link a::before{
    position: absolute;
    content: "";
    border-right: 8px solid var(--primary_color);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ranking_Area{
    margin-top: 50px;
}
.ranking_ttl{
    text-align: center;
}
.ranking_ttl .sub_ttl{
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}
.ranking_ttl .sub_ttl::before,
.ranking_ttl .sub_ttl::after{
    position: absolute;
    content: "";
    background: #333;
    width: 2px;
    height: 20px;
    top: 50%;
}
.ranking_ttl .sub_ttl::before{
    left: -1em;
    transform: translateY(-50%) rotate(-30deg);
}
.ranking_ttl .sub_ttl::after{
    right: -1em;
    transform: translateY(-50%) rotate(30deg);
}
.ranking_ttl h3{
    display: block;
    border-bottom: none;
    font-size: 2.4rem;
    font-weight: 600;
    background: var(--water_color);
    color: var(--primary_color);
    margin: 5px 0 35px;
    padding: 10px;
}
.ranking_ttl h3 span.oswald {
    font-family: "Oswald", sans-serif;
    font-size: 2.8rem;
    font-style: italic;
    color: #097edd;
    padding-left: 4px;
}
.ranking_ttl.mt50{
    margin-top: 50px;
}
.link_Btn{
    display: block;
    position: relative;
    background: var(--primary_color);
    color: #fff;
    padding: 15px 0;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 100px;
}
.link_Btn::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

/* サービス資料・お役立ち資料 */
label.box,
.dl-label{
	width: 100%;
	height: 100%;
	position:relative;
	background: white;
	display: inline-block;
	margin-bottom: 1rem;
	border-radius: 5px;
	border:1px solid #ddd;
	box-sizing: border-box;
	padding: 3.5rem 0.8rem 2.8rem;
	/* cursor: pointer; */
}
label.box::before,
.dl-label::before {
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 0 2px 0 0;
	background:#ddd;
	border: 1px solid #ddd;
	z-index: 5;
}
label.box::after,
.dl-label::after {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: '';
	display: block;
	height: 18px;
    top: 1px;
    right: 9px;
	opacity: 0;
	position: absolute;
	transform: rotate(45deg);
	width: 8px;
	z-index:10;
}
.chk:checked + label.box,
.dl-input:checked + .dl-label{
	border:2px solid var(--primary_color);
}
.chk:checked + label.box::before,
.dl-input:checked + .dl-label::before {
	background: var(--primary_color);
	border-color: var(--primary_color);
	z-index:5;
}
.chk:checked + label.box::after,
.dl-input:checked + .dl-label::after {
	opacity: 1;
}
label.box .chkbox img,
.dl-label .thumb {
	margin-bottom: 1rem;
}
label.box .chkbox img,
.dl-label .thumb img {
	width: 100%;
	height: 96px;
	object-fit: contain;
	object-position: 50% 50%;
	display: block;
	border:1px solid #ddd;
	background: #ddd;
	border-radius:2px;
	font-size: 5px;
	overflow: hidden;
	aspect-ratio: 6 / 4;
}
label.box p.title,
.dl-label h4{
    font-size: 14px;
    line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.01em;
	/* height: 54px; */
}
label.box .corp,
.c-name{
	font-size: 12px;
    line-height: 1.2;
	/* height: 30px; */
	margin-bottom: 1rem;
}
.dl-Btn{
	position: absolute;
    display: flex;
    justify-content: space-between;
	width: 95%;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	/* margin-top: auto; */
}
.dl-Btn .wp_modal-open,
.dl-Btn .modal-open{
    display: block;
	/* position: absolute; */
	width: 49%;
    height: 30px;
	margin: 0;
    /* bottom: 1rem;
	left: 10px; */
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    line-height: 2;
    border-style: none;
	border-radius: 3px;
	background: #999;
	transition: 0.3s;
	cursor: pointer;
}
.dl-Btn .wp_modal-open:hover,
.dl-Btn .modal-open:hover{
	filter: brightness(0.8);
}
.dl-Btn .dl-select{
	width: 48%;
	text-align: center;
	border: 1px solid var(--primary_color);
	border-radius: 3px;
	font-size: 13px;
	line-height: 2;
	background: #fff;
	color: var(--primary_color);
	transition: .3s;
	cursor: pointer;
}
.dl-Btn .dl-select:hover{
	background: var(--primary_color);
	color: #fff;
}
.chk:checked + .dl-Btn .dl-select{
	background: var(--primary_color);
	color: #fff;
}

/* お役立ち資料 */
input[type=checkbox].chk {
    display: none;
}
.ranking_Area .dl-li li::before{
	position: absolute;
	content: "";
    top: -25px;
    left: -18px;
    width: 60px;
    height: 60px;
	z-index: 1;
}
.ranking_Area .dl-li li:nth-child(1):before{ background: url(../img/regist/icon-1st.png) no-repeat center center / contain;}
.ranking_Area .dl-li li:nth-child(2):before{ background: url(../img/regist/icon-2nd.png) no-repeat center center / contain;}
.ranking_Area .dl-li li:nth-child(3):before{ background: url(../img/regist/icon-3rd.png) no-repeat center center / contain;}
.ranking_Area .dl-li li:nth-child(n+4):before{
	position: absolute;
    content: none;
    top: -10px;
    left: -5px;
    width: 35px;
    height: 35px;
    background: #032f6b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Oswald", sans-serif;
    line-height: 1.35;
    z-index: 1;
}
.ranking_Area .dl-li li:nth-child(4):before{ content: "4";}
.ranking_Area .dl-li li:nth-child(5):before{ content: "5";}
.ranking_Area .dl-li li:nth-child(6):before{ content: "6";}
.ranking_Area .dl-li li:nth-child(7):before{ content: "7";}
.ranking_Area .dl-li li:nth-child(8):before{ content: "8";}
.ranking_Area .dl-li li:nth-child(9):before{ content: "9";}
.ranking_Area .dl-li li:nth-child(10):before{ content: "10";}
.ranking_Area .campaign_target{
	left: 33px;
}

/* サービス資料 */
.dl-li {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
    margin: 24px auto;
}
.dl-li li{
    position: relative;
}
.dl-li .done {
  order: 1;
  position: relative;
}
.dl-li .done label {
  opacity: 0.2;
  cursor: inherit;
}
.dl-li .done:after {
  content: "ダウンロード済み";
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
}
.dl-li::after {
  order: 2;
}
.campaign_target{
    display: inline-block;
	background: var(--primary_color);
    padding: 0.4rem 0.6rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: 0.8rem;
    left: 8px;
    letter-spacing: 0.05em;
}
.dl-label .thumb {
	margin-bottom: 1rem;
}
.dl-label .thumb img {
	width: 100%;
	height: 96px;
	object-fit: contain;
	object-position: 50% 50%;
	display: block;
	border:1px solid #ddd;
	background: #ddd;
	border-radius:2px;
	font-size: 5px;
	overflow: hidden;
	aspect-ratio: 6 / 4;
}
.dl-label .tag{
	border:1px solid var(--primary_color);
	color:var(--primary_color);
	font-size: 12px;
	line-height: 1.1;
	border-radius:999px;
	display: inline-block;
	padding: 0.3rem 0.8rem 0.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.dl-label h4{
    font-size: 14px;
    line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.01em;
	/* height: 54px; */
}
.c-name{
	font-size: 12px;
    line-height: 1.2;
	/* height: 30px; */
	margin-bottom: 1rem;
	letter-spacing: 0.01em;
}

/* セミナー */
.seminar_Box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.seminar_Box .seminar_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 49%;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    box-sizing: border-box;
}
.seminar_Box .seminar_item .inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.seminar_Box .seminar_item figure{
    width: 40%;
    aspect-ratio: 3 / 2;
    border: 1px solid #eee;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seminar_Box .seminar_item .txt_Box{
    width: 58%;
}
.seminar_Box .seminar_item .txt_Box h4{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin-bottom: 8px;
}
.seminar_Box .seminar_item .txt_Box .time{
    position: relative;
    display: inline-block;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 1.3em;
}
.seminar_Box .seminar_item .txt_Box .time::before{
    position: absolute;
    content: "\e8b5";
    font-family: "Material Symbols Outlined";
    font-size: 1.6rem;
    color: #888;
    font-variation-settings: 'FILL' 1;
    top: 0;
    left: 0;
}
.seminar_Box .seminar_item .more{
    width: 100%;
    background: var(--primary_color);
    border-radius: 3px;
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.last_txt{
    margin: 30px auto 0;
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    text-align: center;
}

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

    .regist_complete .point_merit_Box .point_item_link {
        text-align: left;
        width: 90%;
        max-width: 1000px;
        margin: 20px auto 0;
    }
}

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

    .regist_complete .point_merit_Box{
        flex-wrap: wrap;
    }
    .regist_complete .point_merit_Box .inner {
        width: 100%;
        text-align: center;
    }
    .regist_complete .point_merit_Box .coffee_fukidashi {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .regist_complete .point_merit_Box .complete_img {
        width: 100%;
        margin: 0 auto;
    }
}

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

    .regist_complete .point_merit_Box {
        padding: 20px 15px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .regist_complete .point_merit_Box h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .regist_complete .point_merit_Box .txt{
        text-align: justify;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .regist_complete .point_merit_Box .inner{
        flex-wrap: wrap;
    }
    .regist_complete .point_merit_Box .txt_Box {
        width: 100%;
    }
    .regist_complete .point_merit_Box .complete_img {
        width: 75%;
    }
    .regist_complete .point_merit_Box .coffee_fukidashi{
        position: relative;
        width: 100%;
        max-width: none;
        top: unset;
        right: unset;
        bottom: unset;
        margin: 0 auto 20px;
        box-sizing: border-box;
        border-radius: 5px;
    }
    /* .regist_complete .point_merit_Box .coffee_fukidashi::after{
        content: none;
    } */
    .regist_complete .point_merit_Box .coffee_fukidashi .coffee_img {
        top: -20px;
        right: -27px;
        z-index: 1;
    }
    .regist_complete .point_merit_Box .coffee_fukidashi p{
        font-size: 1.6rem;
    }
    .regist_complete .point_merit_Box .point_item_link {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .regist_complete .point_merit_Box .point_item_link a{
        display: inline-block;
    }

    .ranking_Area {
        margin-top: 40px;
    }
    .ranking_Area .dl-li li::before {
		top: -20px;
		left: -12px;
		width: 50px;
		height: 50px;
	}
    .ranking_ttl .sub_ttl {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .ranking_ttl .sub_ttl::before,
    .ranking_ttl .sub_ttl::after{
        height: 70%;
        top: unset;
        bottom: 0;
    }
    .ranking_ttl .sub_ttl::before{
        transform: rotate(-30deg);
    }
    .ranking_ttl .sub_ttl::after{
        transform: rotate(30deg);
    }
    .ranking_ttl h3 {
        font-size: 2rem;
        line-height: 1.3;
        margin: 5px 0 25px;
        padding: 10px 5px;
    }
    .dl-li {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* セミナー */
    .seminar_Box{
        margin-bottom: 10px;
    }
    .seminar_Box .seminar_item {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 10px;
    }
    .seminar_Box .seminar_item .inner{
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .seminar_Box .seminar_item figure {
        width: 100%;
    }
    .seminar_Box .seminar_item .txt_Box {
        width: 100%;
    }
    .seminar_Box .seminar_item .txt_Box h4 {
        margin-top: 5px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .seminar_Box .seminar_item .txt_Box .time{
        font-size: 1.2rem;
    }
    .seminar_Box .seminar_item .txt_Box .time::before{
        font-size: 1.4rem;
    }
    .seminar_Box .seminar_item .more {
        padding: 5px;
        font-size: 1.4rem;
    }
    .last_txt{
        font-size: 1.6rem;
    }
}

/* --------------------------------
MODAL
----------------------------------- */
.dn-headerfooter header, .dn-headerfooter footer {
    display: none;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.modal_bg {
    background: rgba(3, 11, 41, 0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modalScroll {
    background: #fff;
    height: 700px;
    width: 80vw;
    max-width: 1000px;
    max-height: 800px;
    border-radius: 8px;
    overflow: hidden;
}

.modal-open {
    margin: auto;
    width: 100px;
    height: 30px;
    display: block;
    background: rgba(0,0,0,.4);
    border-radius: 4px;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    line-height: 2;
    border-style: none;
}

/* Modal Window */
.wp_modal-overlay,
.modal-overlay,
.wp_modal,
.modal {
    display: none;
}

.wp_modal-overlay,
.modal-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
}
.wp_modal,
.modal {
    padding: 30px;
    width: 90%;
    max-width: 530px;
    background-color: #fff;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    color: #555;
    font-size: 16px;
    text-align: left;
    z-index: 10020;
    max-height: 70%;
    overflow-y: auto;
}
.wp_modal-close,
.modal-close {
    margin: 40px auto 0;
    width: 200px;
    height: 40px;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
    color: #555;
}

.modal-head-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.modal-name {
    font-weight: bold;
    font-size: 21px;
}
.modal-company {
    margin: 20px 0;
}
.modal-logo {
    margin-right: 26px;
    border: solid 1px #e9eef3;
    width: 150px;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
    overflow: hidden;
    aspect-ratio: 6 / 4;
}

.modal-note {
    margin: 40px 0;
    line-height: 1.8;
}

.modal-price-box {
    margin: 0 auto 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.modal-price-box th,
.modal-price-box td {
    padding: 10px 30px;
    border: solid 1px #e9eef3;
}
.modal-price-box th {
    background: #678AB1;
    color: #fff;
}
.modal-price-box td {
    text-align: left;
}

.modal-contents > * {
    /* display: none; */
}
.modal-contents > .js-show {
    display: block;
}

@media screen and (max-width: 750px) {
    .wp_modal,
    .modal {
        padding: 10px 14px;
        width: 84%;
        max-height: 80vh;
        overflow-y: scroll;
    }
    .modal-name {
        font-size: 19px;
    }
    .modal-logo {
        width: 100px;
        height: 100px;
    }
    .modal-note {
        margin: 10px 0;
    }
    .modal-price-box {
        margin: 0 auto 20px;
        width: 100%;
        font-size: 14px;
    }
    .modal-price-box th,
    .modal-price-box td {
        padding: 10px;
    }
    .wp_modal-close,
    .modal-close {
        margin: 20px auto 0;
    }
}

/* ===============================================================================
WTC_DEV-11317 Manegy＞toB資料申込完了ページ改修：静的
================================================================================= */
.column2_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.topics_Area,.quiz_Area{
    width: 49%;
    background: none;
    margin: 0;
    padding-bottom: 0;
}
.topics_Area .ranking_ttl h3{
    margin-bottom: 16px;
}
.topics_Area .news_contents{
    margin-bottom: 20px;
}
.topics_Area .news_contents ul {
    margin: 0;
}
.topics_Area .news_contents .thumb{
    margin-right: 20px;
}
.topics_Area .news_contents li:last-child a{
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 16px;
}
.category_contents.quiz_Area.quiz .ranking_ttl h3{
    margin-bottom: 10px;
}
.category_contents.quiz_Area.quiz .box{
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
.category_contents.quiz_Area.quiz .box .quiz_title{
    width: 75%;
    margin-bottom: 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.category_contents.quiz_Area.quiz .box .link_Btn{
    width: 23%;
    min-width: 250px;
    margin: 0;
}

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

    .topics_Area, .quiz_Area{
        width: 100%;
    }
    .quiz_Area{
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {

    .category_contents.quiz_Area.quiz .box{
        flex-wrap: wrap;
    }
    .category_contents.quiz_Area.quiz .box .quiz_title{
        width: 100%;
    }
    .category_contents.quiz_Area.quiz .box .link_Btn{
        width: 100%;
        margin: 5px auto 0;
    }
}

/* ============================================================
WTC_DEV-11449 Manegy＞toB資料申込完了ページ改修
============================================================== */
#download_complete .no_login h1{
    margin-bottom: 5px;
    margin-top: 0;
    font-size: var(--font_size_m);
}
#download_complete .no_login h1.check::before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/regist/check.svg") no-repeat center/contain;
    margin: 0 auto;
}
#download_complete .no_login .point_merit_Box .txt{
    margin-bottom: 20px;
}
#download_complete .no_login .point_merit_Box h2{
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--primary_color);
    border-bottom: none;
    margin-bottom: 10px;
    margin: 0;
}
.no_login_box {
    margin: 15px 0;
    border: solid 5px #e4ecf3;
  }
  .member_box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
  }
  .no_login_box .member,
  .no_login_box .non-member {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  .no_login_box .member {
    width: 50%;
  }
  .divider {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .divider::before {
    content: "";
    width: 1px;
    background-color: #e4ecf3;
    height: 80%;
    align-self: center;
  }
  .no_login_box .non-member {
    width: 50%;
  }
  .no_login_box dt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--primary_color);
    font-weight: bold;
    margin: 0 0 6px;
    height: 18px;
  }
  .no_login_box dl {
    padding: 13px 0;
  }
  .no_login_box dd {
    text-align: center;
    font-size: 1.4rem;
  }
  .no_login_box dd strong {
    font-weight: bold;
  }
  .no_login_box .member dt::before,
  .no_login_box .non-member dt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(1px);
  }
  .no_login_box .member dt::before {
    background-image: url("../img/regist/member.svg");
    width: 13px;
    height: 18px;
    margin-right: 4px;
  }
  .no_login_box .non-member dt::before {
    background-image: url("../img/regist/non-member.svg");
    width: 14px;
    height: 17px;
    margin-right: 7px;
  }
  #download_complete .no_login .no_login_box a.btn_secondary {
    margin: 10px auto 0;
  }
  @media screen and (max-width: 768px) {
    .no_login_box {
      border: solid 3px #e4ecf3;
    }
    .member_box {
      display: block;
    }
    .divider {
      display: none;
    }
    .no_login_box .member,
    .no_login_box .non-member {
      width: 90%;
      margin: auto;
      padding: 10px 0;
    }
    .no_login_box .member {
      margin-bottom: 10px;
      border-bottom: 1px solid #e4ecf3;
      padding-bottom: 15px;
    }
    .no_login_box dd {
      text-align: left;
    }
    #download_complete .no_login .no_login_box a.btn_secondary {
        width: 100%;
        padding: 16px;
    }
  }
  


  .no_login_box .member,
.no_login_box .non-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上下に分ける */
}
.no_login_box .btn_secondary {
    margin-top: auto;
    display: block;
    text-align: center;
  }
  