@charset "UTF-8";
/*
ニュース.css ----------------------------------------　*/

.wrap_news{
	padding: 0 0 120px 0;
	}

/*
リセット処理
*/
.wrap_news section .fdt_innner{
		margin: 0 auto 20px auto!important;
		padding: 0;
		}
.wrap_news section .fdt_innner h2,
.wrap_news section .fdt_innner h3{
	margin: 0 auto 20px auto;
	padding: 0;
	}
.wrap_news section .fdt_innner .fdt_ul_text,
.wrap_news section .fdt_innner .fdt_ul_text li,
.wrap_news section .fdt_innner .fdt_ul_text li strong,
.wrap_news section .fdt_innner .fdt_ul_text li div.wrap_text,
.wrap_news section .fdt_innner .fdt_ul_text li div.wrap_text p,
.wrap_news section .fdt_innner .fdt_ul_img,
.wrap_news section .fdt_innner .fdt_ul_img li{
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
	line-height: 2.6rem;
	}
.wrap_news section .fdt_innner .fdt_ul_text li:before{
	content: none;
	}
.wrap_news section .fdt_innner .fdt_ul_text li{
	margin-bottom: 20px;
	}
.wrap_news section .fdt_innner .fdt_ul_text li strong{
	margin-bottom: 5px;
	}
/*
インデックス
*/

.wrap_news_index_list{
	margin-top: 80px;
	}
.wrap_news_index_list ul.news_index{
	max-width: 750px;
	margin: 0 auto 40px auto;
	/* display: none; /* すべての年度を初期非表示に*/
	}	
.wrap_news_index_list ul.news_index.year_2023 { /* 例えば、2023年のみを初期表示にしたい場合*/
	/* display: block; */
	}

.wrap_news_index_list ul.news_index li{
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: left;
	vertical-align: top;
	display: flex;
	}
.wrap_news_index_list ul.news_index li a{
	display: flex;
	align-items: normal;
	text-decoration: none;
	width: 100%;
	}
.wrap_news_index_list ul.news_index li a.view_only{
	pointer-events: none;
	}
.wrap_news_index_list ul.news_index li a:hover{
	text-decoration: none;
	}
.wrap_news_index_list ul.news_index li a:hover .title_news{
	text-decoration: underline;
	}
.wrap_news_index_list ul.news_index li h2{
	border-bottom:2px solid #F6F6F6;
	padding: 0 0 5px 0;
	margin: 0 0 0 20px 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	}

.wrap_news_index_list .year-buttons{
	margin-bottom: 80px;
	}
.wrap_news_index_list .year-buttons a{
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: inline-block;
	margin: 10px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: 600;
	}
.wrap_news_index_list .year-buttons a.current{
	border-color: #393636;
	}
.wrap_news_index_list .year-buttons a:hover{
	text-decoration: none;
	border-color:  #F6F6F6;
	}




.wrap_news_index_list ul.news_index li span{
	display: inline-block;
	margin-bottom: 10px;
	}
.wrap_news_index_list ul.news_index li span.date_news{
	width: 120px;
	padding:10px;
	margin: 0;
	background: #F6F6F6;
	vertical-align: top;
	}
.wrap_news_index_list ul.news_index li span.date_category{
	display: inline-block;
	}
.wrap_news_index_list ul.news_index li span.news_category{
		display: block;
		}
.wrap_news_index_list ul.news_index li span.news_category .cat_name{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #EB5D3B;
	margin-right: 5px;
	}
.wrap_news_index_list ul.news_index li span.title_news{
	width:calc(100% - 200px);
	padding:10px;
	}
.wrap_news_index_list ul.news_index li span.tex_redirect{
	font-size: 1.4rem;
	line-height: 2.0rem;
	display: block;
	padding: 10px;
	}


/*
詳細ページ
*/
.wrap_news section.fdb_block:nth-child(2) .fdt_block_div1{
	border-top: 1px solid #393636;
	padding: 0;
	margin: 0 auto!important;
	padding-top: 40px!important;
	}




.wrap_news .wrap_summary{
	text-align: center;
	margin-bottom: 80px;
	background: #FDEDEC;
	padding: 50px 0;
	}
.wrap_news .pagetitle{
	margin-bottom: 50px;
	}
.wrap_news .pagetitle h2{
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	width: calc(100% - 40px);
	margin:0 auto;
	}

.wrap_news p.news_date{
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: 500;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
	}
.wrap_news p.subcopy {
	font-size: 1.8rem;
	line-height: 2.6rem;
	text-align: center;
	margin: 0 auto 10px auto;
	}
.wrap_news p.company_name {
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
	margin:0;
	padding: 0;
	}
.wrap_news p.company_name span{	
	display: inline-block;
	text-align: center;
	margin:0;
	padding: 0;
	}
.wrap_news p.text_summary {
	font-size: 1.8rem;
	line-height: 3.6rem;
	text-align: left;
	width: calc(100%  - 40px);
	max-width: 1080px;
	margin: 10px auto 10px auto;
	}
.wrap_news p.text_summary a{
	text-decoration: underline;
	}

.wrap_news a.btn_pdfdownload{
	display: inline-block;
	margin: 0; padding: 0 30px;
	text-align: center;
	margin: 20px auto;
	line-height: 50px!important;
	height: 50px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	border-radius: 40px;
	background: #393636;
	color: #fff;
	}
.wrap_news a.btn_pdfdownload:hover{
	text-decoration: none;
	background: #EB5D3B;
	}

.wrap_news section .fdt_innner h2{
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
	}
.wrap_news section .fdt_innner h3{
	font-size: 1.8rem;
	line-height: 2.4rem;
	color : #E23C34;
	}
.wrap_news section .fdt_innner h4{
	font-size: 1.6rem;
	line-height: 2.8rem;
	}

.wrap_news section.fdb_block .fdt_ul_caution{
	text-align: left;
	margin: 0 10px 40px 10px;
	margin: 0 0 40px 0;
	}
.wrap_news section.fdb_block div.tex{
	margin-bottom: 40px;
	width: auto;
	}


.wrap_news .fdt_ul_pdf li{
	border-bottom: 2px solid #F6F6F6;
	margin-bottom: 80px;
	}

.wrap_news .btn_detail .fdt_ul_text a{
	display: block;
	margin: 0; padding: 0;
	text-align: center;
	margin: 40px auto;
	width: 300px;
	line-height: 50px!important;
	height: 50px;
	font-size: 1.8rem;
	line-height: 2.6rem;
	border-radius: 40px;
	border: 1px solid #333333;
	background: #393636;
	color: #fff;
	text-decoration: none;
	}
.wrap_news .btn_detail .fdt_ul_text a:hover{
	text-decoration: none;
	color: #fff;
	background: #EB5D3B;
	border-color: #EB5D3B;
	}
.wrap_news .btn_detail.finished .fdt_ul_text a{
	pointer-events: none;
	background: #F5F5F5;
	color: #ccc;
	border: none;
	}
.wrap_news .btn_detail.finished .fdt_ul_text a:after{
	content: "本セミナーのお申し込みの受付は終了いたしました。";
	display: block;
	font-size: 1.1rem;
	line-height: 2.6rem;
	color: #666;
	margin-top: 10px;
	}


.wrap_news a.btn_back{
	display: block;
	margin: 0; padding: 0;
	text-align: center;
	margin: 80px auto;
	width: 200px;
	line-height: 50px!important;
	height: 50px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	border-radius: 40px;
	border: 1px solid #333333;
	}
.wrap_news a.btn_back:hover{
	text-decoration: none;
	color: #fff;
	background: #EB5D3B;
	border-color: #EB5D3B;
	}

.wrap_news section .fdt_innner.wrap_preamble .tex p{
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin-bottom: 40px;
	text-align: left;
	}
.wrap_news section .fdt_innner.wrap_preamble2 .tex{
	margin-bottom: 0;
	}
.wrap_news section .fdt_innner.wrap_preamble2 .tex p{
	margin-bottom: 20px;
	}

.wrap_news section .fdt_innner p.caption{
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
.wrap_news section .fdt_innner table.fdt_tables,
.wrap_news section .fdt_innner table.fdt_tables tr,
.wrap_news section .fdt_innner table.fdt_tables th,
.wrap_news section .fdt_innner table.fdt_tables td{
	border: none;
	}

.wrap_news section .fdt_innner table.fdt_tables{
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	}
.wrap_news section .fdt_innner table.fdt_tables th,
.wrap_news section .fdt_innner table.fdt_tables td{
	font-size: 1.6rem;
	line-height: 2.8rem;
	padding: 10px 30px;
	vertical-align: top;
	border-top: 1px solid #C6C6C6;
	}
.wrap_news section .fdt_innner table.fdt_tables tr:nth-child(1) th,
.wrap_news section .fdt_innner table.fdt_tables tr:nth-child(1) td{
	border-top:none;
	}
.wrap_news section .fdt_innner table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner table.fdt_tables td:nth-child(1){
	min-width: 100px;
	border-right: 1px solid #8D8D8D;
	}
.wrap_news section .fdt_innner table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner table.fdt_tables th{
	background: #ccc;
	}
.wrap_news section .fdt_innner .fdt_ul_img{}
.wrap_news section .fdt_innner .fdt_ul_img img{
	margin-bottom: 20px;
	}

/*テーブルの一つ目の横幅調整*/
.wrap_news section .fdt_innner.td1_auto table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner.td1_auto table.fdt_tables td:nth-child(1){
	min-width: auto;
	}
.wrap_news section .fdt_innner.td1_150px table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner.td1_150px table.fdt_tables td:nth-child(1){
	min-width: 150px;
	}
.wrap_news section .fdt_innner.td1_200px table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner.td1_200px table.fdt_tables td:nth-child(1){
	min-width: 200px;
	}
.wrap_news section .fdt_innner.td1_300px table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner.td1_300px table.fdt_tables td:nth-child(1){
	min-width: 300px;
	}

.wrap_news section.wrap_survey,
.wrap_news section.wrap_report{
	margin-bottom: 120px;
	}

.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text{
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text li strong{
	font-weight: normal;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text li{
	position: relative;
	padding-left: 40px;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text > li:before{
	content: "Q";
	font-size: 1.4rem;
	line-height: 3.0rem;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #393636;
	color: #fff;
	display: block;
	position: absolute;
	top: -5px;
	left: 30px;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text li > a{
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_text li a:hover{
	text-decoration: none;
	border-bottom: 2px solid #F5F5F5;
	padding-bottom: 5px;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_img{
	margin: 20px auto;
	max-width: 650px;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_img li{
	padding: 0;
	}
.wrap_news section.wrap_survey .fdt_innner .fdt_ul_img img{
	max-width: 100%;
	}

.wrap_news section.wrap_survey .fdt_innner.survey2column{

	}
.wrap_news section.wrap_survey .fdt_innner.survey2column .fdt_ul_text{
	display: flex;
	gap:20px;
	}
.wrap_news section.wrap_survey .fdt_innner.survey2column .fdt_ul_text img{
	max-width: 100%;
	}
.wrap_news section.wrap_survey .fdt_innner.wrap_survey_text .fdt_ul_text > li:before{
	content: none;
	}
.wrap_news section.wrap_survey .fdt_innner.wrap_survey_text .fdt_ul_text > li strong{
	margin-bottom: 10px;
	}

.wrap_news section.wrap_survey .fdt_innner .fdt_ul_img li strong{
	display: block;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: right;
	}

.wrap_news section.wrap_survey .fdt_innner.answer .fdt_tables thead th{
	border: none;
	}
.wrap_news section .fdt_innner.answer table.fdt_tables{
	max-width: 650px;
	margin: 0 auto;
	}

.wrap_news section .fdt_innner.answer table.fdt_tables,
.wrap_news section .fdt_innner.answer table.fdt_tables tr,
.wrap_news section .fdt_innner.answer table.fdt_tables ths,
.wrap_news section .fdt_innner.answer table.fdt_tables td{
	border: none;
	border-bottom: 1px solid #F5F5F5;
	}
.wrap_news section .fdt_innner.answer table.fdt_tables td:nth-child(1){
	background: none;
	}
.wrap_news section .fdt_innner.answer table.fdt_tables td:nth-child(2){
	width: 100px;
	}
.wrap_news section .fdt_innner.answer table.fdt_tables tr:nth-child(2n){
	background: #F5F5F5;
	}
.wrap_news section .fdt_innner.answer.red3row table.fdt_tables tr:nth-child(3){
	color: #EB5D3B;
	}
.wrap_news section .fdt_innner.answer p.caption{
	max-width: 650px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: right;
	}

.wrap_news section .fdt_innner.wrap_press_info{
	max-width: 650px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #F6F6F6;
	margin: 60px auto!important;
	}
.wrap_news section .fdt_innner.wrap_press_info h3{
	border-bottom: #ccc 2px solid;
	}
.wrap_news section .fdt_innner.wrap_parallel p.caption{
	background: #EB5D3B;
	text-align:center;
	color: #fff;
	padding: 5px 0;
	font-weight: 600;
	margin: 0 auto;
	}
.wrap_news section .fdt_innner.wrap_parallel .fdt_tables{}
.wrap_news section .fdt_innner.wrap_parallel .fdt_tables td:nth-child(1){
	background: none;
	}
.wrap_news section .fdt_innner.wrap_parallel .fdt_tables td{
	padding: 20px;
	}
.wrap_news section .fdt_innner.wrap_parallel .fdt_tables tr,
.wrap_news section .fdt_innner.wrap_parallel .fdt_tables td{
	border: 1px solid #EB5D3B;
	}

.wrap_news section .fdt_innner.wrap_talkshow{}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text > li{
	width: calc((100% - 40px) / 2);
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li .wrap_text span{
	display: block;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li .wrap_text span.spk_sub1,
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li .wrap_text span.spk_sub2{
	font-size: 1.4rem;
	line-height: 2.2rem;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li .wrap_text span.spk_name{
	font-size: 2.2rem;
	line-height: 3.2rem;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li .wrap_text span.spk_sub2{
	color: #999;
	margin-bottom: 20px;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text  li .fdt_ul_img img{
	width: 150px;
	}

.wrap_news section .fdt_innner.wrap_release_info{
	background: #E8E8E8;
	max-width: none;
	padding: 40px 0;
	}
.wrap_news section .fdt_innner.wrap_release_info .fdt_ul_text li a{
	text-decoration: none;
    padding: 0 20px;
    text-align: center;
    margin: 20px auto;
    min-width: 200px;
    line-height: 50px!important;
    height: 50px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    border-radius: 40px;
    background: #393636;
    color: #fff;
    gap: 10px;
	display: inline-block;
	}
.wrap_news section .fdt_innner.wrap_release_info .fdt_ul_text li a strong{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	}
.wrap_news section .fdt_innner.wrap_release_info .fdt_ul_text li a strong:before{
	content: " ";
	display: block;
	position: absolute;
	background-image: url("/media/icon_mail.png");
	background-size:contain;
	width: 30px;
	height: 30px;
	top:3px;
	bottom:0;
	left: 0;
	margin: auto;
	}
.wrap_news section .fdt_innner.wrap_release_info .fdt_ul_text li a:hover{
	background: #EA5446;
	}


/*
------------------------------------------------------------------------------------------------- SmartPhone
*/
@media (max-width: 768px) {

#page_news{

	}
#page_news section.fdb_block h2.pagetitle{
	margin: 80px 0 160px 0;
	}

.wrap_news{
	padding: 0 0 120px 0;
	}
section.wrap_news_index{

	}
section.wrap_news_index .fdt_innner{
	padding: 0 20px;
	}

.wrap_news .wrap_summary{
	
	}


.wrap_news section.fdb_block:nth-child(2) .fdt_block_div1{
	border: none;
	padding-top: 0!important;
	}
.wrap_news section .fdt_innner{
		margin: 0 auto 20px auto!important;
		padding: 0;
		}
.wrap_news section .fdt_innner h2,
.wrap_news section .fdt_innner h3{
	margin: 0 auto 20px auto;
	padding: 0;
	}
.wrap_news section .fdt_innner .fdt_ul_text,
.wrap_news section .fdt_innner .fdt_ul_text li,
.wrap_news section .fdt_innner .fdt_ul_text li strong,
.wrap_news section .fdt_innner .fdt_ul_text li div.wrap_text,
.wrap_news section .fdt_innner .fdt_ul_text li div.wrap_text p,
.wrap_news section .fdt_innner .fdt_ul_img,
.wrap_news section .fdt_innner .fdt_ul_img li{
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 1.6rem;
	line-height: 2.6rem;
	width: auto;
	}
.wrap_news section .fdt_innner.prefixed_list .fdt_ul_text{

	}
.wrap_news section .fdt_innner.prefixed_list .fdt_ul_text .wrap_text ul li{
	padding-left: 1.3em!important;
	}

.wrap_news section .fdt_innner h2{
	border: none;
	margin: 30px 0 20px 0;
	padding: 30px 0 0 0;
	border-top: #393636 1px solid;
	}
.wrap_news p.subcopy,
.wrap_news h2.pagetitle{
	width: calc(100% - 40px)!important;
	}
.wrap_news section .fdt_innner{
	width: calc(100% - 40px)!important;
	margin: 0 auto!important;
	padding: 0!important;
	}
section.fdb_block .column_1st{
	margin-bottom: 20px!important;
	}

.wrap_news p.subcopy,
.wrap_news .pagetitle h2,
.wrap_news p.text_summary,
.wrap_news section .fdt_innner.wrap_preamble .tex p{
	text-align: left;
	}

.wrap_news section .fdt_innner .fdt_ul_text li:before{
	content: none;
	}
.wrap_news section .fdt_innner .fdt_ul_text li{
	margin-bottom: 20px!important;
	}
.wrap_news section .fdt_innner .fdt_ul_text li strong{
	margin-bottom: 5px!important;
	}

.wrap_news_index_list ul.news_index li a{
	display: block;
	}
.wrap_news_index_list ul.news_index li span.date_news,
.wrap_news_index_list ul.news_index li span.title_news{
	direction: block;
	width: calc(100% - 20px);
	}

.wrap_news_index_list .year-buttons{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	}
.wrap_news_index_list .year-buttons a{
	font-size: 1.6rem;
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	text-align: center;
	width:calc((100% - 30px) / 4)
	}
.wrap_news_index_list .year-buttons a:nth-child(5n){
	margin-right: 0;
	}
.wrap_news p.company_name,
.wrap_news p.subcopy{
	padding-left:20px;
	padding-right:20px;
	}
.wrap_news p.subcopy{
	font-size: 1.6rem;
	line-height: 2.4rem;
	}
.wrap_news p.subcopy.under{
	font-size: 1.8rem;
	line-height: 2.6rem;
	}
.wrap_news p.text_summary{
	font-size: 1.6rem;
	line-height: 3.0rem;
	}
.wrap_news section .fdt_innner table.fdt_tables,
.wrap_news section .fdt_innner table.fdt_tables tr,
.wrap_news section .fdt_innner table.fdt_tables th,
.wrap_news section .fdt_innner table.fdt_tables td,
.wrap_news section .fdt_innner table.fdt_tables th:nth-child(1),
.wrap_news section .fdt_innner table.fdt_tables td:nth-child(1){
	//border: none;
	}
.wrap_news section .fdt_innner table.fdt_tables th,
.wrap_news section .fdt_innner table.fdt_tables td{
	padding: 0 0 10px 0;
	}
.wrap_news section .fdt_innner table.fdt_tables td:nth-child(1){
	border-top: #393636 1px solid;
	font-weight: 600;
	padding-top: 20px;
	}
.wrap_news section .fdt_innner table.fdt_tables td:last-child{
	padding-bottom: 20px;
	}
.wrap_news section .fdt_innner table.fdt_tables tr:last-child{
	border-bottom: #393636 1px solid;
	}
.wrap_news section .fdt_innner.wrap_release_info{
	width: auto!important;
	padding:40px 20px!important;
	}
.wrap_news section .fdt_innner.wrap_release_info .fdt_ul_text li a strong{
	padding-left: 40px!important;
	}
.wrap_news section .fdt_innner.wrap_release_info h2{
	border: none;
	}

section.fdb_block table.fdt_tables{
	display: table;
	}
section.fdb_block table.fdt_tables tr{
	display: table-row;
	}
section.fdb_block table.fdt_tables th,
section.fdb_block table.fdt_tables td{
    display: table-cell;
	}
.wrap_news section .fdt_innner table.fdt_tables th,
.wrap_news section .fdt_innner table.fdt_tables td{
	font-size: 1.1rem;
	line-height: 1.8rem;
	padding: 5px!important;;
	vertical-align: top;
	}




.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text{
	display: block;
	}
.wrap_news section .fdt_innner.wrap_talkshow .fdt_ul_text li{
	width: auto;
	}