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

/*================ common ================*/

body {
	font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
	background: #e2e2e2;
	height: 100%;
	margin: 0;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.read-wrap,
.summary-wrap,
.moderator-wrap,
.program-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
}
.read-wrap h2,
.summary-wrap h2,
.moderator-wrap h2,
.program-wrap h2{
    color: #41335d;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
}

/*---------- btn ----------*/
.btn-wrap {
    text-align: center;
}
.btn-wrap a {
    background-color: #df0a1f;
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 16px 0 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
	border-bottom: 3px solid #bc0113;
}
.btn-wrap p {
    padding-top: 16px;
    color: #df0a1f;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
}
.btn-wrap p span {
    color: #333333;
    font-size: 0.9rem;
    font-weight: normal;
}
.btn-wrap a:hover {
    border-bottom: 0;
    transform: translateY(3px);
	margin-bottom: 3px;
	background-color: #ee1b30;
}
.btn-close {
    background: #989898;
    text-align: center;
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 16px 0 14px;
    font-size: 1.4rem;
    border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


/*================ header ================*/

header {
	background: url("../img/bg_main.png") center top repeat-x;
	width: 100%;
	background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    text-align: center;
    padding: 70px 0 80px;
}
header .logo {
    padding-bottom: 54px;
}
header .logo img {
    margin: 0 auto;
}
header h1 {
    font-size: 3.2rem;
    padding: 0 20px 40px;
	line-height: 1.2;
}
header h1 span {
    display: block;
    font-size: 2rem;
	padding-top: 14px;
}
header p {
    font-size: 1.8rem;
    font-weight: bold;
}
header p span {
    font-size: 1.5rem;
}
header p:last-of-type {
    padding-bottom: 30px;
}


/*================ main ================*/

/*---------- read ----------*/
.read-wrap p {
    max-width: 820px;
    margin: 0 auto;
}

/*---------- summary ----------*/
.summary-wrap .summary-box,
.program-wrap .program-box {
    max-width: 900px;
    margin: 0 auto 40px;
    position: relative;
    box-sizing: border-box;
}

.summary-wrap .summary-box table,
.program-wrap .program-box table {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
}	  
.summary-wrap .summary-box th,
.program-wrap .program-box th {
    color: #ffffff;
    padding: 20px 0;
    border-top: solid 1px #e2e2e2;
    width: 15%;
    background-color: #292239;
    vertical-align: middle;
    text-align: center;
}
.summary-wrap .summary-box td,
.program-wrap .program-box td {
    overflow: hidden;
    padding: 20px 20px;
    border-top: solid 1px #e2e2e2;
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
    font-feature-settings: "palt";
}
.summary-wrap .summary-box td span {
    font-size: 0.8rem;
}

/*---------- moderator ----------*/
.moderator-wrap .moderator-area {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding-top: 40px;
    background-color: #ffffff;
}
.moderator-wrap .moderator-area h3 {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}
.moderator-wrap .moderator-area .moderator-box {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.moderator-box .moderator-list {
    padding: 30px 20px 40px;
    max-width: 480px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.moderator-box .moderator-list:nth-child(3),
.moderator-box .moderator-list:nth-child(4),
.sponsor-box .moderator-list {
    border: none;
}
.moderator-box .moderator-list .position-area {
    font-weight: bold;
}
.moderator-box .moderator-list .position-area .position {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 14px;
    line-height: 1.3;
}
.moderator-box .moderator-list .position-area .name {
    font-size: 1.1rem;
    margin-bottom: 6px;
}
.moderator-box .moderator-list .profile-area {
    display: flex;
    justify-content: flex-start;
}
.moderator-box .moderator-list .profile-area p {
    margin-left: 10px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.moderator-box .moderator-list .profile-area p span {
    font-style: italic;
}
.moderator-box .moderator-list .profile-area img {
	max-width: 100%;
    height: 194px;
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .moderator-box .moderator-list .profile-area img {
    max-width: 160px;
    height: 194px;
  }
}

/*---------- program ----------*/
.program-wrap {
    border: none;
}
.program-wrap .program-box th span {
    display: block;
}
.program-wrap .program-box td h3 {
    font-size: 1.1rem;
    font-weight: normal;
    padding-bottom: 10px;
}
.program-wrap .program-box td .dot {
    color: #997c07;
}
.program-wrap .program-box td p  {
    font-weight: bold;
}
.program-wrap .program-box td p span {
    font-weight: normal;
	font-size: 0.9rem;
}
.program-wrap .program-box td .session-list {
    padding-top: 12px;
}
.program-wrap .program-box .company {
    display: flex;
    justify-content: flex-start;
}
.program-wrap .program-box .company .two-line {
    font-weight: normal;
	font-size: 0.9rem;
}


/*================ footer ================*/
footer {
    width: 100%;
    color: #ffffff;
    background-color: #292239;
    padding: 40px 0 10px;
    text-align: center;
}
footer h4 {
    font-size: 1.2rem;
}
footer .mail-link a {
    display: block;
    padding: 16px 0;
	color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    width: 40%;
    margin: 12px auto 30px;
}
footer .mail-link a:hover {
    background-color: #161024;
}
footer .mail-link a img{ 
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
}






/* @media ================================================================*/

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

.read-wrap,
.summary-wrap,
.moderator-wrap,
.program-wrap {
    padding: 0 12px 20px;
}
.read-wrap h2,
.summary-wrap h2,
.moderator-wrap h2,
.program-wrap h2{
    padding: 30px 0 20px;
}
.btn-wrap a {
	width: 90%;
    font-size: 1.2rem;
}
.btn-wrap p {
    font-size: 1rem;
}
header {
    padding: 20px 0 30px;
}
header .logo {
	width: 24%;
	margin: 0 auto;
    padding-bottom: 20px;
}
header h1 {
    font-size: 2rem;
    padding-bottom: 20px;
	padding: 0 10px;
}
header h1 span {
    font-size: 1.4rem;
}
header p {
    font-size: 1.4rem;
}
header p span {
    font-size: 1.2rem;
}
header p:last-of-type {
    padding-bottom: 20px;
}
.read-wrap p {
    font-size: 0.9rem;
}
.summary-wrap .summary-box {
    font-size: 0.9rem;
}
.summary-wrap .summary-box th,
.program-wrap .program-box th {
	display: block;
    width: 100%;
	line-height: 1.3;
	padding: 10px 0;
}
.summary-wrap .summary-box td,
.program-wrap .program-box td {
	display: block;
    width: 100%;
}
.moderator-box .moderator-list {
    padding: 20px;
}
.moderator-box .moderator-list .profile-area {
    display: block;
	margin-top: 10px;
}
.moderator-box .moderator-list .position-area .position {
    font-size: 0.8rem;
}
.moderator-box .moderator-list .profile-area img {
    margin:  0 auto;
}
.moderator-box .moderator-list .profile-area p {
    margin: 10px 0;
}
.program-wrap .program-box th span {
    display: inline;
}
.program-wrap .program-box td .space {
    display: none;
}
.program-wrap .program-box td .program-position {
    display: block;
	padding-bottom: 6px;
}
.program-wrap .program-box .company {
    display: block;
}
footer h4 {
    font-size: 1rem;
	padding: 0 12px;
}
footer .mail-link a {
    width: 90%;
    padding: 10px 0;
	margin: 10px auto 20px;
}
}

