@charset "UTF-8";
/* CSS Document */

/*お役立ち資料一覧ページのボタン*/
.seminar .c-card02__btnLink::before{
	content: none;
}

/*-----------------------------------------

以下セミナーレポートページ

-----------------------------------------*/
@media screen and (min-width: 425px) {
	.sp-only {
		display: none!important;
	}
}
@media(max-width:426px){
    .pc-only{
        display: none!important;
    }
}
.l-lead01__title-sub{
	font-size: 3.2rem;
	display: block;
	margin-bottom: 10px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
    .l-lead01__title-sub{
		font-size: 1.4rem;
	}
}
.p-download-seminar-detail{
	padding: 64px 0 100px;
}
@media screen and (max-width: 768px) {
    .p-download-seminar-detail {
		padding: 64px 0 80px;
	}
}
.p-seminar-detailPic {
    margin-top: 40px;
}
.seminar-section+.seminar-section{
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .seminar-section+.seminar-section{
		margin-top: 80px;
	}
}
.seminar-section__inner{
	font-size: 1.8rem;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .seminar-section__inner{
		font-size: 1.4rem;
	}
}
.seminar-section__inner p{
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
   .seminar-section__inner p{
		margin-top: 24px;
	}
}
.seminar-section-block{
	background-color: #EEF1F3;
	padding: 40px 30px;
	margin-top: 40px;
}
.seminar-section-block p{
	margin-top: 0;
}
.seminar-section-block p+p{
	margin-top: 12px;
}
/*-----------------------------------------

目次

-----------------------------------------*/
.p-index{
	margin-top: 80px;
}
.p-index__item {
    position: relative;
	padding-left: 30px;
	transition: opacity .5s;
}
.p-index__item+.p-index__item{
	margin-top: 8px;
}
.p-index__item::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    content: "1.";
}
.p-index__item:nth-of-type(2)::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    content: "2.";
}
.p-index__item:nth-of-type(3)::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    content: "3.";
}
.p-index__item:nth-of-type(4)::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    content: "4.";
}
.p-index__item:nth-of-type(5)::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    content: "5.";
}
.p-index__item:hover{
	opacity: 0.5;
}
.p-index__label{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .p-index__label{
		font-size: 1.8rem;
	}
}
/*-----------------------------------------

セミナー資料ダウンロードボタン

-----------------------------------------*/
.seminar-download__btn {
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    .seminar-download__btn {
		margin-top: 48px;
	}
}
.l-container01>.seminar-download__btn {
    margin-bottom: 48px;
}
.seminar-download__btnLink {
    position: relative;
    display: block;
    height: 100%;
    padding: 14px 40px;
    border-radius: 3px;
    border: 1px solid #0276d6;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    -webkit-transition: border-color .5s, background-color .5s, color .5s;
    transition: border-color .5s, background-color .5s, color .5s;
    will-change: border-color, background-color, color;
    background: #0276d6;
    color: #fff;
    max-width: 576px;
    margin: 0 auto;
}
.seminar-download__btnLink::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(../../assets/img/common/icon_download01_white.svg) no-repeat center / contain;
    -webkit-transition: background-image .5s;
    transition: background-image .5s;
    will-change: background-image;
}
.seminar-download__btnLink:hover {
	border-color: #0276d6;
	background: #fff;
	color: #0276d6;
}
.seminar-download__btnLink:hover::before {
	background-image: url(../../assets/img/common/icon_download01_blue.svg);
}
/*-----------------------------------------

レポート内容　タイトル装飾

-----------------------------------------*/
.seminar-section h2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .seminar-section h2 {
		font-size: 2rem;
	}
}
.seminar-section h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
}
.seminar-section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: #003e70;
}
.h2-number{
	color: #003e70;
    font-family: "Frank Ruhl Libre", s58erif;
}
.seminar-section h3 {
	color: #003E70;
	font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    .seminar-section h3 {
		font-size: 1.8rem;
	}
}
.seminar-section h4{
	position: relative;
	padding-left: 16px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .seminar-section h4 {
		font-size: 1.4rem;
	}
}
.seminar-section h4::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f78600;
}
@media screen and (max-width: 768px) {
   .seminar-section h4::before{
		top: 8px;
	}
}


/*-----------------------------------------

お問い合わせ

-----------------------------------------*/
.p-targetPrice {
    padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
    .p-targetPrice {
		padding: 64px 0 80px;
	}
}
.p-targetPrice__list {
    display: inherit;
}
.c-card04 {
    max-width: 540px;
    margin: auto;
}
.c-card04__head--type02::before{
	content: none;
}
.p-targetPriceOption__listBodyItem{
	text-align: left;
}
.p-targetPriceOption__listBody {
    display: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-targetPriceOption__listLogoImg{
    max-width: 100%;
}
.c-card04__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px;
}
.c-card04__btn{
	width: 288px;
	margin: auto;
}
@media screen and (max-width: 768px) {
    .c-card04__btn{
		width: 100%;
	}
}
