@charset "utf-8";
/*ピックアップ*/
.local-pickUp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  padding: 40px 0;
}
.pickup-box{
	padding: 20px;
}
.pickup-box p{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 1em;
	padding-right: 40px;
	color:#000;
}
.pickUp-01{
    background-image: url("../img/pinkup-bg01.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-02{
    background-image: url("../img/pinkup-bg02.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-03{
    background-image: url("../img/pinkup-bg03.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-04{
    background-image: url("../img/pinkup-bg04.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-05{
    background-image: url("../img/pinkup-bg05.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-06{
    background-image: url("../img/pinkup-bg06.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.pickUp-07{
    background-image: url("../img/pinkup-bg07.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAFEE0;
	border:1px solid #ccc;
}
.local-pickUp h3,.local-pickUp-col2 h3{
	font-size:1.6rem;
	margin-top: 0;
}
.local-pickUp a,.local-pickUp-col2 a{
	color:#000;
}

.local-pickUp-col2{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  padding: 40px 0;	
}
.local-pickUp-col2 h3{
	font-size:1.6rem;
	margin-top: 0;
}

/* CSS Document */
th, td {
  vertical-align: top; }
.table-block h4{
	margin-top: 0!important;
}
.cf-note{
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 0.85em;
}
/*メニュー部分*/
.cf-menu-box{
}
.cf-menu-box td, .cf-menu-box th {
    padding: .5em .75em;
}
.cf-menu-box-col2 a{
	border:5px solid #d7d7d7;
	padding: 10px 30px 10px 20px;
	margin:10px 0;
	color: #222222;
	text-decoration: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.cf-menu-box-col2:hover{
	background-color: #F0F0F0;
}
.cf-menu-box-col{
	width: 48%;
	margin-top: auto;
}	
.cf-menu-box-col table{
	font-size: 13px;
}
.cf-txt span{
	border:2px solid #2EA7E0;
	padding:2px 10px;
	border-radius: 8px;
	margin-right: 5px;
}
.cf-txt{
	font-size: 0.9em;
	line-height: 1.7;
	margin-top:5px;
	margin-bottom: 10px;
}
.cf-box .cf-box-col{
	border:1px solid #ccc;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 49%;
}
.menu-box{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.menu-box td, .menu-box th {
    padding: .5em .75em;
}
.menu-box-col{
	align-items: stretch;
	border:5px solid #d7d7d7;
	padding: 10px 30px 10px 20px;
	margin:12px 0px;
	width: 48%;
	position: relative;
}
.menu-box-col a{
	color: #222222;
	text-decoration: none;
}
.menu-box-col:hover{
	background-color: #F0F0F0;
}
.menu-box-col table{
	font-size: 13px;
}
.menu-box-col table th{
	color: #030303;
	background-color: #F7F7F7;
	font-weight: 500;
	line-height: 1.1;
}
.menu-title{
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 20px;
	border-bottom: 3px solid #2EA7E0;
}
.menu-title::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 15px;
}
.menu-txt{
	font-size: 0.9em;
	line-height: 1.7;
	margin-top:5px;
	height: 110px;
}
.menu-txt span{
	border:2px solid #2EA7E0;
	padding:2px 10px;
	border-radius: 8px;
	margin-right: 10px;
}
.notice-box{
	display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  justify-content: space-between;
}
.notice-box-col{
	align-items: stretch;
	border:5px solid #d7d7d7;
	padding: 15px 20px;
	margin:12px 0px;
	width: 48%;
}
.notice-box-col p{
	margin-bottom: 5px;
}
.notice-title{
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.tbl-sticky div{
	line-height: 1.5;
}
#tbl-sticky h3{
	border-bottom:2px solid #2EA7E0;
}
#tbl-sticky h4{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 2em;	
	margin-top: 0;
}
#tbl-sticky h4::before {
  position: absolute;
  content: '●';
  left: 5px;
  font-size: 100%;
  color: #2EA7E0;
}

.tripartite-talk table,.tripartite-talk th,.tripartite-talk td{
	border: none;
	background: none;
}
.table_program {
font-weight: bold;
background-color: #5277A2!important;
color: #fff;
	text-align: left;
}
.table_program_time{
	background-color: #eee;
    text-align: center;
}
/*記述リスト 横並び*/
.dl_style01 dt, .dl_style01 dd {
	padding: 10px 0;
}
.dl_style01 dt {
	display: block;
	float: none;
	width: 100%;
	padding-right: 10px;
}
.dl_style01 dd {
	padding-left: 5%;
	border-bottom: 1px dotted #aaa;
}
.col4-wrap .col{
	margin-bottom: 10px;
}
/*リンク*/
.cf-box-col-conf-link a {
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
    line-height:100%;
    font-size: 1.4rem;
	background: url("../img/icon_next2.png") no-repeat 101% center;
	background-size: 30px;
	background-color: #1b698d;
	color:#fff;
	margin:10px 5px 5px 0;
	padding: 8px 30px 8px 10px;
	display: inline-block;
	text-decoration: none;
}


@media (max-width: 959px) {
	.local-pickUp {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		-webkit-column-gap: 17px;
		-moz-column-gap: 17px;
		column-gap: 17px;
		row-gap: 16px;
	}
	.local-pickUp-col2 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		-webkit-column-gap: 17px;
		-moz-column-gap: 17px;
		column-gap: 17px;
		row-gap: 16px;
	}
}
@media (min-width: 480px) {
	/*記述リスト 横並び*/
    .dl_style01 dt, .dl_style01 dd {
	    padding: 10px 0;
    }
    .dl_style01 dt {
	    display: block;
	    float: left;
	    width: 20%;
	    padding-right: 10px;
    }
    .dl_style01 dd {
	    padding-left: 20%;
	    border-bottom: 1px dotted #aaa;
    }
}
@media (min-width: 768px) {
.col2-wrap, .col4-wrap, .col5-wrap{
	display: flex;
	justify-content: space-between;
	gap: 1%;
}
.col5-wrap .col{
	width: 19%;
}
	/*追加*/
.table-block .table-w95{
	width: 95%;
}	
.table-block .table-w90{
	width: 90%;
}
.table-block .table-w85{
	width: 85%;
}
.table-block .table-w80{
	width: 80%;
}
.table-block .table-w75{
	width: 75%;
}
.table-block .table-w70{
	width: 70%;
}
.table-block .table-w65{
	width: 65%;
}
.table-block .table-w60{
	width: 60%;
}
.table-block .table-w55{
	width: 55%;
}
.table-block .table-w50{
	width: 50%;
}
.table-block .table-w45{
	width: 45%;
}
.table-block .table-w40{
	width: 40%;
}
.table-block .table-w35{
	width: 35%;
}
.table-block .table-w30{
	width: 30%;
}
.table-block .table-w25{
	width: 25%;
}
.table-block .table-w20{
	width: 20%;
}
.table-block .table-w15{
	width: 15%;
}
.table-block .table-w10{
	width: 10%;
}
	
.table-block .table-w05{
	width: 5%;

}
.table-block .table-w03{
	width: 3%;
	}
}

/**********************************************/
/*conference/20181205
/**********************************************/
/*アイテムボックス*/
.item-box {
	padding: 30px;
	background-color: #f0f0f0;
}
.item-box h3{
	margin-top: 0;
}
/*ステップ図*/
.step-chart_style01, .step-chart_style02 {
	margin-left: 0;
}
.step-chart_style02 {
	letter-spacing: -.5em;
}
.step-chart_style01 > li, .step-chart_style02 > li {
	position: relative;
	list-style: none;
	margin-bottom: 16px;
	padding: 20px 10px;
	background: #ccc;
}
.step-chart_style02 > li {
	padding: 20px;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.step-chart li > p:last-child {
	margin-bottom: 0;
}
.step-chart_style01 li::after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: solid transparent;
	border-width: 12px;
	border-top-color: #ccc;
	content: '';
}
.step-chart_style02 li::after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: solid transparent;
	border-width: 12px;
	border-top-color: #ccc;
	content: '';
}
.step-chart li:nth-child(1) {
	z-index: 40;
	background-color: #f0f0f0;
}
.step-chart_style01 li:nth-child(1)::after, .step-chart_style02 li:nth-child(1)::after {
	border-top-color: #f0f0f0;
}
.step-chart li:nth-child(2) {
	z-index: 30;
	background-color: #eff3f5;
}
.step-chart_style01 li:nth-child(2)::after, .step-chart_style02 li:nth-child(2)::after {
	border-top-color: #eff3f5;
}
.step-chart li:nth-child(3) {
	z-index: 20;
	background-color: #dbe5eb;
}
.step-chart_style01 li:nth-child(3)::after, .step-chart_style02 li:nth-child(3)::after {
	border-top-color: #dbe5eb;
}
.step-chart li:nth-child(4) {
	z-index: 10;
	background-color: #86aabe;
	color: #fff;
}
.step-chart_style01 li:nth-child(4)::after, .step-chart_style02 li:nth-child(4)::after {
	border-top-color: #86aabe;
}
.step-chart li:last-child::after {
	border-width: 0;
}
ul.work_nav {
    padding: 0;
	margin: 0;
    width: 100%;
}
ul.work_nav li {
    display: block;
    background: #999;
    width: 100%;
    text-align: center;
    font-weight: 700;
	line-height: 1.2em;
	box-sizing: border-box;
}
ul.work_nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 10px;
}
ul.work_nav li a:hover {
    color: #fff;
    background: #3897d3;
    text-decoration: none;
    font-size: 13px;
    display: block;
}
ul.work_nav li.active {
    display: block;
    background: #3897d3;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
ul.work_nav li.active a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 10px;
    background: #3897d3;
}
ul.work_nav li.active a:hover {
    color: #fff;
    background: #3897d3;
    text-decoration: none;
    font-size: 13px;
    display: block;
}
.btn_orange {
	background: #e69400;
	padding: 10px 20px;
	color: #fff;
	border-radius: 8px;
}
.btn_orange:hover {
	text-decoration: underline;
}
@media (min-width: 1170px) {
ul.work_nav li {
    display: inline-block;
    width: 24.5%;
}
	
ul.work_nav li.active {
    display: inline-block;
    width: 24.5%;
}
}

table.work01 {
    width: 100%;
    table-layout: fixed;
}
table.work01 th, table.work01 td {
    padding: 10px;
    border: 1px solid #ddd;
}
table.work01 tr.gray {
    background: #f4f4f4;
}
table.group {
    width: 100%;
    table-layout: fixed;
}
table.group th, table.group td {
    padding: 20px;
    border: 1px solid #ddd;
}
table.group tr.gray {
    background: #f4f4f4;
}
table.group td.con01 {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
    width: 80px;
}
table.group td.con02 {
    width: 50px;
}
table.group td.con03 {
    width: 200px;
	font-weight: bold;
	    color: #000;
}
table.group td.con04 {
    width: auto;
	    color: #000;
}
table.group2 {
    width: 100%;
    table-layout: fixed;
	margin-top: 20px;
}
table.group2 th, table.group2 td {
    padding: 20px;
    border: 1px solid #ddd;
}
table.group2 tr.gray {
    background: #f4f4f4;
}
table.group2 td.con01 {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
    width: 80px;
}
table.group2 td.con02 {
    width: 50px;
}
table.group2 td.con03 {
    width: 50%;
    font-weight: 700;
		    color: #000;
}
table.group2 td.con04 {
    width: auto;
    font-weight: 700;
		    color: #000;
}

.tab_wrap {
    width: 100%;
    margin: 10px auto;
}
input[type="radio"] {
    display: none;
}
.tab_area {
    font-size: 0;
margin: 0 auto;
text-align: center;
}
.tab_area label {
    width: 20%;
    margin: 2px;
    display: inline-block;
    padding: 12px 0;
    color: #000;
    background: #ddd;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.tab_area label:hover {
    opacity: 0.5;
}
.panel_area {
    background: #fff;
}
.tab_panel {
    width: 100%;
    padding: 30px 0 20px;
    display: none;
}
.tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
#tab1:checked ~ .tab_area .tab1_label {
    background: #000;
    color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
    display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
    background: #000;
    color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
    display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
    background: #000;
    color: #fff;
}
#tab3:checked ~ .panel_area #panel3 {
    display: block;
}
#tab4:checked ~ .tab_area .tab4_label {
    background: #000;
    color: #fff;
}
#tab4:checked ~ .panel_area #panel4 {
    display: block;
}
#tab5:checked ~ .tab_area .tab5_label {
    background: #000;
    color: #fff;
}
#tab5:checked ~ .panel_area #panel5 {
    display: block;
}
#tab6:checked ~ .tab_area .tab6_label {
    background: #000;
    color: #fff;
}
#tab6:checked ~ .panel_area #panel6 {
    display: block;
}
#tab7:checked ~ .tab_area .tab7_label {
    background: #000;
    color: #fff;
}
#tab7:checked ~ .panel_area #panel7 {
    display: block;
}
#tab8:checked ~ .tab_area .tab8_label {
    background: #000;
    color: #fff;
}
#tab8:checked ~ .panel_area #panel8 {
    display: block;
}
@media (min-width: 980px) {
.tab_area label {
    width: 80px;
}
}/*横幅980px以上*/

.voice-box {
	margin-bottom: 15px;
	padding: 15px;
}
.voice_styl01 {
	border: 1px solid #ccc;
}
.voice_styl02 {
	background-color: #f3f7f9;
}
.voice_styl03 {
	background-image: linear-gradient( -45deg, #fff 25%, #f3f7f9 25%, #f3f7f9 50%, #fff 50%, #fff 75%, #f3f7f9 75%, #f3f7f9);
	background-size: 4px 4px;
	background-repeat: repeat;
}
.voice-box .voice {
	margin: 0;
}
.voice-box .voice_headshot {
	float: left;
	display: block;
	width: 100px;
	height: auto;
	margin: auto;
	margin-bottom: 5px;
}
.voice-box .voice_title {
	float: right;
	width: calc(100% - 100px);
	min-height: 100px;
	margin-bottom: 10px;
	color: #819faf;
	font-size: 1.4rem;
}
.voice-box .voice_title span {
	display: block;
	font-weight: bold;
}
.voice-box .voice_title .voice_name {
	font-size: 1.8rem;
}
.voice-box .voice_headshot img {
	border-radius: 50%;
}
.voice-box dd {
	padding-left: 0;
}
.voice_cont {
	clear: both;
}
.voice-box .voice_cont p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
.voice-box .voice{
		position: relative;
		min-height: 100px;
		padding-left: 135px;
	}
	.voice-box .voice_title {
		float: none;
		width: auto;
		min-height: 0;
	}
.voice-box .voice_headshot{
		position: absolute;
		top: 0;
		left: 0;
	}
	.voice-box .voice_headshot {
		width: auto;
	}
	.voice-box .voice_headshot img {
		width: 80px;
	}
}
/**********************************************/
/*conference/20171101
/**********************************************/

.p_time{
    padding: 0;
	background-color: #eee;
    text-align: center;
}