@charset "utf-8";
/*
Theme Name:株式会社エイジェックADプロモーション
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
固定ページ共通
============================*/
/*----- トップ画像 -----*/
.bl_mainVisual {
    text-align: center;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
}

.bl_mainVisual::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #1e413e8a;
}
.bl_mainVisual img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.bl_mainVisual_ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: .1em;
}

.bl_mainVisual_ttl h1 {
	margin: 50px 0 0;
}

.bl_mainVisual_ttl h1 span {
	font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
    letter-spacing: .1em;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }
  to {
    opacity:1;  
}
}

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

@media screen and (max-width: 1023px) {
	.bl_mainVisual img {
    	height: 400px;
	}
	.bl_mainVisual_ttl h1 {
    	margin: 0;
	}
	.bl_mainVisual_ttl h1 span {
    	font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.bl_mainVisual {
    	margin: 60px 0 0;
	}	
	.bl_mainVisual_ttl h1 span {
    	font-size: 1.125rem;
	}
	.bl_mainVisual img {
    	height: 240px;
	}
}

/*============================
PHR取組み紹介
============================*/
.bl_archive_case {
	padding: 0 0 100px;
}

.bl_archive_case .ly_wrap {
	max-width: 870px;
}

.bl_archive_case_post {
	padding: 100px 0 0;
}
.bl_archive_case_post h2 {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 1.375rem;
    letter-spacing: .1em;
	font-weight: 600;
    border-bottom: 1px solid #333;
}
.bl_paragraph {
	margin: 24px 0 0;
}
.bl_archive_case_txt {
	line-height: 1.8;
	margin: 20px 0 0;
}
.bl_archive_case_txt p {
    line-height: 2;
    letter-spacing: .075em;
    font-size: 1.0625rem;
}

.ly_youtube {
    overflow: hidden;
	max-width: 900px;
	margin: 0 auto;
}

.ly_youtube_inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.ly_youtube_inner iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#case13 .ly_youtube {
	margin: 30px auto 0;
}

@media screen and (max-width: 1023px) {
	.bl_archive_case_post {
    	padding: 60px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.bl_archive_case_post {
    	padding: 40px 0 0;
	}	
	.bl_archive_case_post h2 {
    	font-size: 1.125rem;
	}
	
	.bl_archive_case_txt p {
    	line-height: 1.8;
    	letter-spacing: .05em;
    	font-size: 1rem;
	}
	.bl_archive_case {
    	padding: 0 0 50px;
	}
}
/*============================
お問合せフォーム
============================*/
input[type="button"],input[type="email"],input[type="text"],input[type="submit"],input[type="image"],input[type="tel"],textarea,select,input[type="number"] {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}

.bl_contact_form {
    max-width: 600px;
    margin: 0 auto;
	letter-spacing: .1em;
}

.bl_contact_txt {
    width: 100%;
    padding: 8px 8px;
    font-size: 1rem;
    border: 1px solid#ddd !important;
	letter-spacing: .1em;
}

.bl_contact_box {
	margin: 0 0 24px;
}

.bl_contact_ttl span {
	display: inline-block;
	vertical-align: middle;
}

.bl_contact_ttl .title-contactform7 {
	font-weight: 600;
	font-size: .9375rem;
}

.bl_contact_input {
	margin: 12px 0 0;
}

.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 12px 6px 0;
}

.wpcf7-list-item-label,
.bl_contact_privacy {
	font-weight: 600;
	font-size: .9375rem;
}

.bl_contact_box.hp_pp input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0 7px 3px 0;
}

.bl_contact_box.hp_pp {
	text-align: center;
}

.bl_contact_box.hp_pp .wpcf7-list-item-label:hover {
	color: #005bac;
}

.bl_contact_input label {
    border: none !important;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 12px 6px 0;
}

.bl_contact_his,
.bl_contact_any {
	background: #ff6347;
    padding: 2px 4px 3px 5px;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: .1em;
}

.bl_contact_any {
	background: #ddd;
}

.bl_recaptcha {
	text-align: center;
	font-size: .875rem;
	margin: 10px 0 0;
}

.bl_recaptcha span {
	display: block;
}

.bl_recaptcha a {
	margin: 0 5px;
	border-bottom: 1px solid #00a1e9;
	color: #00a1e9;
	padding-bottom: 2px;
}

.bl_recaptcha a:hover {
	border-bottom: 1px solid #005bac;
	color: #005bac;
}

.bl_contact_submit {
    text-align: center;
    margin: 50px auto 0;
}

.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ea3800;
    display: inline-block;
    width: 42%;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
	font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: #000;
}

.wpcf7-spinner {
	display: block !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}

div#wpcf7cpcnf table tr {
	border-bottom: 1px solid #ccc;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 1px solid #ccc;
	background: #f0f8ff;
}
div#wpcf7cpcnf table td {
	background: #fff;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.apply-title {
	margin: 0 0 30px;
}

.apply-title span {
	font-weight: bold;
}

.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}

input[type="date"] {
	padding: 6px 10px 8px 4px;
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	div#wpcf7cpcnf table th,
	div#wpcf7cpcnf table td {
    	width: 100%;
    	display: block;
	}
	
	div#wpcf7cpcnf table th {
    	border-right: none;
	}
	.wpcf7-list-item-label, .bl_contact_privacy,
	.bl_recaptcha {
    	text-align: left;
	}
	.bl_contact_submit {
    	margin: 30px auto 0;
	}
}

/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 1.9;
	text-align: center;
}

.completion .el_more {
	margin: 50px auto 0;
	max-width: 300px;
}

@media screen and (max-width: 767px){
	.bl_completion {
		text-align: left;
	}	
	.completion .el_more {
    	margin: 30px auto 0;
	}
}
/*============================
個人情報保護方針
============================*/
.bl_policyCont h2 {
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: .1em;
    margin: 0 0 8px;
}

.bl_policyCont p {
    line-height: 1.6em;
}

.bl_policy_item {
    padding: 30px 0 0 20px;
}

.bl_policy_item > li {
    list-style-type: decimal;
    margin: 0 0 22px;
}

.bl_policy_seitei {
	margin: 40px 0 0;
}

.bl_policy_seitei p {
	text-align: right;
}

.bl_ppMado_info {
	display: inline-block;
	margin: 20px 0 0;
	padding: 40px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.bl_policyCont p {
    	font-size: .875rem;
	}
	
	.bl_ppMado_info {
    	padding: 20px;
    	font-size: .875rem;
	}
}

/*============================
次世代ヘルスケア産業の共創と実装
============================*/
body.seminar-251210 .ly_footer {
    margin: -150px 0 0;
    padding: 200px 0 100px;
}
.el_lv2Heading.hp_lp {
	padding: 0;
}
.el_lv2Heading.hp_lp .ja{
	font-weight: 400;
	font-size: 1.125rem;
	letter-spacing: .075em;
}
.el_lv2Heading.hp_lp .en{
	font-weight: 200;
	font-size: 3.5rem;
}
.el_lv2Heading.hp_lp:before {
	content: none;
}
.bl_lp_mv {
	position: relative;
}
.bl_lp_mv img {
	display: block;
	width: 100%;
}
.bl_lp_mv .hp_pad,
.bl_lp_mv .hp_mo {
	display: none;
}
.bl_top_box {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	width: 90%;
	padding: 30px 0 0;
}
.bl_top_ttl_main,
.bl_top_ttl_sub {
	display: block;
}
.bl_top_ttl_main {
	font-size: 3.125rem;
	margin: 0 0 10px;
	font-weight: 800;
	color: #00A497;
}
.bl_top_ttl_sub {
	font-size: 1.625rem;
	font-weight: 600;
	color: #00A497;
}
.bl_top_ttl_sub span {
	position: relative;
	padding: 0 20px;
}

.bl_top_ttl_sub span:before,
.bl_top_ttl_sub span:after {
	content: "";
	width: 77px;
	height: 2px;
	background: #00A497;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bl_top_ttl_sub span:before {
	left: -77px;	
}
.bl_top_ttl_sub span:after {
	right: -77px;
}
.bl_top_date {
	display: inline-block;
	padding: 12px;
	background: #00A497;
	display: grid;
	 grid-template-columns: 150px 1fr;
	gap: 20px;
	align-items: center;
	max-width: 780px;
	margin: 40px auto;
	background: #00d9ff;
	background: linear-gradient(90deg, rgba(0, 217, 255, 1) 0%, rgba(255, 188, 98, 1) 100%);
	color: #fff;
}

.bl_top_date p:nth-of-type(1) {
	background: #fff;
	color: #00A497;	
	line-height: 1;
	padding: 8px 0 10px;
	font-weight: 600;
	font-size: 1.25rem;
}
.bl_top_date p:nth-of-type(2) {
	font-weight: 600;
	font-size: 1.625rem;
}
.bl_top_date p:nth-of-type(2) .hp_small {
	font-size: 1.25rem;
}
.bl_top_date p:nth-of-type(2) .hp_num {
    font-family: "Outfit", sans-serif;	
	letter-spacing: .1em;
}
.bl_top_txt {
	font-weight: 600;
	font-size: 1.125rem;	
	color: #00A497;
}
.bl_theme {
	background: #e6e7e8;
	background: linear-gradient(90deg, rgba(230, 231, 232, 1) 0%, rgba(245, 251, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(245, 251, 255, 1) 75%, rgba(230, 231, 232, 1) 100%);
}
.bl_theme h2 {
	font-size: 2rem;
	font-weight:800;
	line-height: 1.8;
	margin: 0 0 50px;
}
.bl_theme_desc {
	max-width: 780px;
	margin: 0 auto;
}
.bl_theme_desc p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: .07em;
}
.bl_theme_desc p:not(:last-of-type) {
	margin: 0 0 30px;
}
.bl_lp_schedule {
	position: relative;
    overflow: hidden;
    background: url(images/schedule.jpg) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}
.bl_lp_schedule .el_lv2Heading {
	text-align: center;
	color: #fff;
	padding: 0;
}
.bl_lp_schedule table {
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 1.0625rem;
}

.bl_lp_schedule table tr th:nth-of-type(1) {
	width: 270px;
}
.bl_lp_schedule table tr th:nth-of-type(2) {
	width: calc(100% - 270px);
}
.bl_lp_schedule table tr th,
.bl_lp_schedule table tr td {
	vertical-align: middle;
}
.bl_lp_schedule table tr th {
	background: #3590C5;
	color: #fff;
	font-weight: 600;
	padding: 12px 24px;
	border: transparent 1px solid;
	font-size: 1.125rem;
}
.bl_lp_schedule table tr th:nth-of-type(2) {
	padding: 12px 24px 12px 40px;	
}
.bl_lp_schedule table tr td {
	background: #fff;
	padding: 40px;
}
.bl_lp_schedule table tr th:nth-of-type(1),
.bl_lp_schedule table tr td:nth-of-type(1) {
	text-align: center;	
}
.bl_lp_schedule_time {
    font-family: "Outfit", sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
}
.bl_lp_schedule table h3 {
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0 0 14px;
}
.bl_lp_schedule_txt {
	font-weight: 600;
	margin: 0 0 0 6px;
}

.bl_lp_schedule table ul {
	margin: 36px 0 0;
}
.bl_lp_schedule table ul li {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.bl_lp_schedule table ul li h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #005bac;
    margin: 0 0 15px;
}
.bl_lp_schedule table ul li h4.hp_mb_none {
	margin: 0;
}
.bl_lp_speech h5 {
	font-weight: 600;
	margin: 0 0 6px;
	font-size: 1.125rem;
}
.bl_lp_speech_desc {
	letter-spacing: .08em;
}
.bl_lp_speech_box {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 20px;
	margin: 20px 0 0;
}
.bl_lp_speech_corp {
	margin: 10px 0 0;
}
.bl_lp_speech_corp,
.bl_lp_speech_position{
	color: #00A497;
	font-size: .9375rem;
}
.bl_lp_speech_name {
	font-weight: 600;
	margin: 5px 0 0;
	font-size: 1.125rem;	
}
.bl_lp_overview .el_lv2Heading {
	text-align: center;
	color: #00A497;
}
.bl_lp_overview table {
	max-width: 900px;
	margin: 50px auto 0;
	border-top: 1px solid #92A5BE;
	line-height: 1.8;
}
.bl_lp_overview table th {
	width: 170px;
}
.bl_lp_overview table td {
	width: calc(100%- 190px);
}
.bl_lp_overview table th,
.bl_lp_overview table td {
	padding: 24px 14px;
	border-bottom: 1px solid #92A5BE;
	vertical-align: top;
}
.bl_lp_overview table th {
	color: #00A497;
}
.bl_lp_contact {
	max-width: 90%;
	margin: 0 auto;
	border-radius: 30px;
	background: #00a497;
	position: relative;
	z-index:1;
	padding: 50px 0;
}
.bl_lp_contact .el_lv2Heading {
	margin: 0 0 40px;
	color: #fff;
	padding: 0;
}
.bl_lp_contact_txt {
	color: #fff;
	margin: 0 0 30px;
	line-height: 1.8;
	font-weight: bold;
}
.bl_lp_contact_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
	align-items: center;
	padding: 30px;
}
.bl_lp_contact_btn a,
.bl_lp_contact_btn span {
    position: relative;
    display: block;
    padding: 30px 10px;
    font-weight: bold;
    text-align: center;
    transition: .2s;
    color: #00a497;	
    background: #fff;
    border: 1px solid #fff;
	font-size: 1.125rem;
	letter-spacing: .1em;
	border-radius: 50px;
}
.bl_lp_contact_btn a:hover {
	background: transparent;
	color: #fff;
}
.bl_lp_contact_desc {
	color: #fff;
	line-height: 1.8;
	font-size: 1.0625rem;
	font-weight: 500;
}
.bl_lp_contact_item .bl_lp_contact_btn:nth-of-type(2) {
	margin: 30px 0 0;
}
.bl_lp_overview_logo {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: center;
}

.bl_lp_overview_logo img:hover {
	opacity: .85;
}
.bl_lp_overview_logo p {
	font-size: .75rem;
	text-align: center;
	margin: 5px 0 0;
}
.bl_lp_overview_logo img {
    display:block;	
	width: 90%;
	margin: 0 auto; 
}
.bl_lp_overview_logo .yume,
.bl_lp_overview_logo .fujitsu {
	width: 80%;
}
.bl_lp_overview_logo .ss {
	width: 84%;
}
@media screen and (max-width: 1500px) {
.bl_lp_contact {
    margin: 0 auto;
	}
}
@media screen and (max-width: 1279px) {
	.bl_lp_mv .hp_pc {
		display: none;
	}
	.bl_lp_mv .hp_pad {
		display: block;
	}
	.bl_lp_overview_logo {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_top_ttl_main {
    	font-size: 2.5rem;
	}
	.bl_top_date p:nth-of-type(1){
		font-size: 1rem;
	}
	.bl_top_date {
    	grid-template-columns: 100px 1fr;
	}
	.bl_top_date p:nth-of-type(2) {
    	font-size: 1.5rem;
	}
	.bl_top_ttl_sub {
    	font-size: 1.25rem;
	}
	.bl_top_txt {
    	font-size: 1.125rem;
    	line-height: 1.7;
	}
	.bl_lp_contact_cont {
    	display: block;
		padding: 0;
	}
	.bl_lp_contact_cont .bl_lp_contact_item:nth-child(2) {
		margin: 40px 0 0;
	}
	.bl_lp_contact {
    	padding: 42px 10px 50px;
	}
	.bl_lp_overview_logo {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}
}
@media screen and (max-width: 767px) {
	.bl_lp_mv .hp_pad {
		display: none;
	}
	.bl_lp_mv .hp_mo {
		display: block;
	}
	.el_lv2Heading.hp_lp .en {
    	font-size: 1.75rem;
	}
    .el_lv2Heading.hp_lp .ja {
        font-size: .9375rem;
        margin: 0;
	}
	.bl_top_ttl_main {
        font-size: 1.75rem;
    }
	.bl_top_ttl_sub {
        font-size: 1rem;
	}
	.bl_top_ttl_sub span {
		padding: 0;
	}
	.bl_top_ttl_sub span:before,
	.bl_top_ttl_sub span:after {
    	width: 20px;
	}
	.bl_top_ttl_sub span:before {
    	left: -40px;
	}
	.bl_top_ttl_sub span:after {
    	right: -70px;
	}
	.bl_top_date {
		display: block;
		margin: 20px auto;
	}
	.bl_top_date p:nth-of-type(1) {
		display: none;
	}
	.bl_top_date p:nth-of-type(2) {
        font-size: 1.25rem;
    }
	.bl_top_date p:nth-of-type(2) .hp_small {
		display: block;
    	font-size: 1rem;
	}
	.bl_top_txt {
        font-size: .875rem;
        line-height: 1.6;
    }
	.bl_theme h2 {
    	font-size: 1.25rem;
	}
	.bl_theme_desc p {
    	font-size: 1rem;
    	line-height: 1.7;
	}
	.bl_theme_desc p:not(:last-of-type) {
    	margin: 0 0 16px;
	}
	.bl_lp_schedule table tr td {
    	padding: 20px 14px 0;
	}
	.bl_lp_schedule table tr th:nth-of-type(1) {
        width: 66px;
    }
	.bl_lp_schedule table tr th {
    	padding: 12px 18px;
    	font-size: 1rem;
	}
	.bl_lp_schedule table tr th:nth-of-type(1) {
    	padding: 12px 8px;		
	}
	.bl_lp_schedule_time {
		font-size: 1rem;
	}
	.bl_lp_schedule table {
    	font-size: 1rem;
	}
	.bl_lp_schedule table h3 {
    	font-size: 1.0625rem;
	}
	.bl_lp_schedule_txt {
    	margin: 0 0 18px;
		font-size: 1rem;
	}
	.bl_lp_overview table  {
    	border: 1px solid #00A497;
	}
	 .bl_lp_overview table th,
	.bl_lp_overview table td {
		display: block;
		width: 100%;
		padding: 14px;
		border: none;
	}
	.bl_lp_overview table th {
   		background: #00A497;
		color: #fff;
	    line-height: 1.4;
	}
	.bl_lp_contact {
        padding: 30px 5px 50px;
    }
	.bl_lp_contact .el_lv2Heading {
    	margin: 0 0 30px;
	}
	.bl_lp_contact_desc {
    	line-height: 1.7;
    	font-size: 1rem;
	}
	.bl_lp_contact_btn a {
		font-size: 1rem;
    	padding: 20px 10px;
	}
	.bl_lp_contact_item .bl_contact_btn:nth-of-type(2) {
    	margin: 15px 0 0;
	}
	.bl_lp_overview_logo {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 20px 10px;
	}
	.bl_lp_schedule table ul li h4,
	.bl_lp_speech h5 {
    	font-size: 1rem;
	}
	.bl_lp_speech_desc {
    	letter-spacing: .05em;
    	font-size: .9375rem;
	}
	.bl_lp_speech_box {
    	grid-template-columns: 75px 1fr;
    	gap: 15px;
	}
	.bl_lp_speech_corp {
    	margin: 5px 0 0;
	}
	.bl_lp_speech_corp,
	.bl_lp_speech_position {
    	font-size: .875rem;
	}
	.bl_lp_schedule table tr th {
		display: none;
	}
	.bl_lp_schedule table tr td {
    	display: block;
		width: 100%;
	}
	.bl_lp_schedule table tr td:nth-of-type(1) {
		background: #3590C5;
    	color: #fff;
		padding: 18px 14px;
	}
	.bl_lp_schedule table ul {
    	margin: 20px 0 0;
	}
}