@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Orbitron:wght@500&display=swap');

/**********************************************/
/* 科学情報出版株式会社
/* ソリューションフォーラム2018（概要）
/**********************************************/
html {
    line-height:100%;
    -webkit-text-size-adjust: 100%; /*スマホ文字対策*/
    -ms-text-size-adjust: 100%;
    width: 100%;
    position: relative;
    height:auto !important;
    height: 100%;
    min-height: 100%;
}

body {
	margin:0;
	padding:0;
    font-family: 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #000;
}

/*初期化*/
h1, h2, h3, h4 {
    margin: 20px 0;
    padding: 0;
    border-width: 0;
    background-image: none;
    background-color: transparent;
    text-shadow: none;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif;
}

h1 { font-size: 34px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

.section {
    background-color: #fff;
    padding: 20px;
}
.section h2 {
    border-left: 3px #339933 solid;
    padding-left: 10px;
}

/*注意事項*/
.notes {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}
.notes li {
    margin-bottom: 3px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 140%;
}
.notes li:before {
    display: inline;
    content: "※";
    padding-right: 3px;
}
.notes li~li {
    margin-top: 5px;
}

/*赤文字メモ*/
.remarks-red {
    color: red;
    font-size: 90%;
}
.remarks {
    font-size: 90%;
    line-height: 140%;
}

.red {
    color: red;
}
a.red {
    color: red !important;
}

/*上に戻る*/
.pagetop-in {
    text-align: right;
    margin-top: 20px;
}



/******************************/
/*テーマ*/
/******************************/
#theme-header {}

#theme {
    min-height: 350px;    
    position: relative;
    color:#fff;
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*動画*/
#theme .video {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:url("../EMC/forum/2025/img/cover_normal.jpg") no-repeat center top;
    background-size: contain;
}
#theme .video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}  
#theme .video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*イベント情報*/
#theme .event {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
#theme .event h1 {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 30px;
    color:palegreen;
    font-weight: normal;
}
#theme .event .solution-title {
    font-size: 28px;
    font-weight: 500;
}
#theme .event .solution-title~.solution-title {
    margin-top: 20px;
}
#theme .event .solution-cp {
    font-size: 18px;
    font-weight: 400;
    /* margin-top: 30px; */
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: 1px;
    color:rgb(255, 238, 0);
}
#theme .event .solution-cp span {
    font-size: 140%;
}

/*開催場所*/
#theme .venue {
    margin-top: 30px;
}
#theme .venue dl {
    display: flex;    
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
#theme .venue dt {
    width: 150px;
    margin-right: 15px;
    margin-bottom: 10px;
}
#theme .venue dt span {
    width: 65px;
    font-size:16px;
    font-weight: normal;
    background-color:palegreen;
    border-radius: 100px;
    line-height: 100%;
    padding: 5px 10px;
    color:#000;
    display: block;
    margin: 0 0 0 auto;
}
#theme .venue dd {
    flex: 1;
    margin:0;
    font-size: 20px;
    text-align: left;
    padding: 5px 0;
}
#theme .venue dd.event-date {
    font-size: 24px;
    font-weight: 400;
}


/*リード文*/
.read {
    background-color: #fff;
    padding: 20px 20px;
}
.read p {
    margin: 0;
    text-align: center;
    line-height: 160%;
}

/*メッセージ*/
.message {
    text-align: center;
    color: crimson;
    margin: 20px auto 20px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}

/*メニュー*/
.forummenu {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.forummenu li {
    padding: 0;
    margin: 0 1%;
    text-align: center;
}
.forummenu li:nth-child(1) {
    width: 20%;
}
.forummenu li:nth-child(2) {
    width: 32%;
}
.forummenu li:nth-child(3) {
    width: 20%;
}
.forummenu li:nth-child(4) {
    width: 20%;
}
.forummenu li a {
    background:url("../img/icon_ba.png") no-repeat 95% center;
    background-size: 14px;
    background-color:#006658;
    color:#fff;
    display:block;
    padding: 10px;
    text-decoration: none;
}
.forummenu li a:hover {
    background-color: #bbb;
    transition: all .5s;
}



/******************************/
/*開催概要*/
/******************************/
.tbl-overview {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.tbl-overview th {
    width: 20%;
    border:1px #ddd solid;
    padding:5px 10px;
}
.tbl-overview td {
    width: 80%;
    border:1px #ddd solid;
    padding:8px 10px;
    line-height: 160%;
}
.tbl-overview td ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tbl-overview td li {
    line-height: 120%;
}
.tbl-overview td ul li~li {
    margin-top: 5px;
}
.tbl-overview td ol li~li {
    margin-top: 10px;
}
.tbl-overview caption {
    padding: 10px;
    background-color: #f5f5f5;
    border:1px #ddd solid;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}
.tbl-overview caption span.type1 {
    margin-left: 15px;
}
.tbl-overview td .remarks {
    margin-top: 10px;
}
.tbl-overview a {
    color: rgb(16, 16, 163);
    /* text-decoration: none; */
}
.tbl-overview a:hover {
    text-decoration: none;
}


/******************************/
/*セッション一覧*/
/******************************/
.sessionbox {
    margin-bottom: 30px;
}

.sessionbox h3 {
    background-color: #f5f5f5;
    font-size: 18px;
    margin: 10px 0;
    padding: 5px;
}

.sessionbox .program {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
}

.sessionbox .program-number {
    width: 90px;
    margin-right: 20px;
    font-size: 90%;
}

.sessionbox .program-photo {
    width: 80px;
    margin-left: 20px;
}
.sessionbox .program-photo img {
    display: block;
    width: 100%;
} 

.sessionbox dl {
    flex: 1;
    margin: 0;
}
.sessionbox dt {
    font-size: 110%;
    font-weight: bold;
    line-height: 140%;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif;
}
.sessionbox dd {
    margin: 5px 0 0 0;
}
.sessionbox dd span {
    font-size: 90%;
    margin-left: 5px;
}


/*注意書き*/
.marks {
    margin-top: 10px;
    /* background-color: #fff9f9; */
    font-size: 90%;
    line-height: 140%;
    font-weight: normal;
    padding: 10px 10px 20px;
    text-align: center;
    margin-bottom: 40px;
    color: red;
    border-bottom: 1px #ddd solid;
}
.marks .type1 {
    margin-right: 5px;
    background-color: #b6005b;
}

/*会場のみアイコン*/
.program-number span {
    margin-top: 5px;
}

/*会場のみアイコン*/
span.type1 {
    display: inline-block;
    width: 55px;
    line-height: 100%;
    font-size: 11px;
    border-radius: 50px;
    text-align: center;
    font-weight: normal;
    padding: 3px 4px;
    background-color: #b6005b;
    color: #fff;
}

/*総合写真*/
.sougou-img {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sougou-img dt {
    flex: 1;
}
.sougou-img dd {
    margin: 0;
    width: 80px;
    margin-left: 20px;
}
.sougou-img dd img {
    width: 80px;
}


/******************************/
/*フォーラム詳細*/
/******************************/
#forumlist {
    margin-top: 30px;
}

/*セッション*/
.session {
    padding: 20px 0;
}
.session~.session {
    margin-top: 20px;
}

/*大見出し*/
.session-header {
    margin-bottom: 20px;
}
.session-header h3 {
    margin: 0;
    font-weight: bold;
    background-color: #006658;
    color: #fff;
    padding: 10px 20px;
    line-height: 140%;
    border-radius: 3px;
}
.session-header .notes {
    margin: 20px 0;
}

/*タイムテーブル*/
.timetable {
    line-height: 140%;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif;
}
.timetable~.timetable {
    margin-top: 50px;
}

/*セッション名と時間*/
.timetable-header {
    margin-bottom: 0px;
    padding: 12px 20px 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.timetable-header dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.timetable-header dd {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.timetable-header span.type1 {
    background-color: #fff;
    color: #000;
    margin-left: 10px;
}


/*セッションtheme*/
.session-theme {
    margin-bottom: 30px;
    padding: 5px 20px 15px;
    background-color:#f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.session-theme h4 {
    font-size: 19px;
    line-height: 140%;
    margin: 10px 0;
}
/*チェアパーソン*/
.session-theme .chairperson {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.session-theme .chairperson .position {
    margin-right: 15px;
}
/*概要*/
.session-theme .summary p {
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

/*写真*/
.session-theme .program-photo {
    float: right;
    margin: 20px 0 20px 30px;
}
.session-theme .program-photo img {
    width: 100px;
}

/*講演*/
.speech~.speech {
    margin-top: 40px;
}
.speech .speech-part {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.speech dl {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
}
.speech dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.speech dd {
    margin: 0;
    text-align: justify;
}
.speech dd~dd {
    margin-top: 10px;
}

.speech dd.mokuji {
    display: flex;
    flex-wrap: wrap;
}
.speech dd.mokuji b {
    width: 50px;
}
.speech dd.mokuji .chapter {
    flex: 1;
}
.speech dd.mokuji .chapter ol,
.speech dd.mokuji .chapter ul {
    margin-left: 20px;
    padding-left: 0;
}
.speech dd.mokuji .chapter ol li > ul{
    list-style-type: disc;
}

/*総合セッションの写真*/
.speech-in {
    display: flex;
    flex-wrap: wrap;
}
.speech-in .speech-photo {
    width: 120px;
    margin-left: 20px;
    margin-right: 10px;
    order: 2;
}
.speech-in .speech-photo img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.speech-in dl {
    flex: 1;
    order: 1;
}





/**************************/
/*お申込み*/
/**************************/
.apply {
    border-radius: 5px;
    background-color: beige;
    padding: 5px 20px 10px;
    margin-top: 40px;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif;
}

.apply h4 {
    margin: 20px 0 20px;
    background:url("../EMC/forum/2025/img/image.png") no-repeat center top;
    background-size: 48px;
    padding-top: 42px;
    text-align: center;
}

.attend-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.attend-select b {
    font-size: 18px;
}

.attend-btn {
    margin: 20px 0;
    text-align: center;
}

.attend-text {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.attend-text a {
    background:url("../img/icon_naviright.png") no-repeat left center;
    padding-left: 20px;
}

/*注意書き*/
.apply .notes {
    margin: 0;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px rgb(228, 228, 175) solid;
    line-height: 120%;
}
.apply .notes li~li {
    margin-top: 0;
}


/*チェックボックス*/
.apply input[type="checkbox"] {
    width: 16px;
    height: 16px;
	transform: scale(1.2);
    margin-right: 10px;
}

/*使わないチェックボックス非表示*/
.apply label.none {
    display: none;
}
.apply label {
    font-size: 17px;
    line-height: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    min-width: 140px;
    cursor: pointer;
    font-weight: bold;
    border: 1px rgb(228, 228, 175) solid;
}
.apply label~label {
    margin-left: 15px;
}


/*お申込みボタン*/
.attend-btn input[type="submit"] {
    font-size: 16px;
    background:url("../EMC/forum/2025/img/btn.png") repeat-x left bottom;
    background-size: contain;
    background-color:#fff;
    border:1px #003366 solid;
    cursor:pointer;
    color:#003366;    
    width: 160px;
    padding: 3px 0;
	border-radius: 4px;
}
.attend-btn input[type="submit"]:hover {
    background-image: none;
    background-color:#003366;
    color:#fff;
}

/*セレクトボックス*/
.attend-select select {
    width: 100px;
    display: inline-block;
    margin-left: 10px;
    font-size: 1em;
    padding: 3px;
}




/**********************/
/*追加テキスト*/
/**********************/
#forumtext {
    margin-top: 30px;
}


/**********************/
/*受講料・流れ*/
/**********************/
#flow {
    margin-top: 30px;
}

/*受講料*/
.tbl-fee {
    width: 100%;
    border-collapse: collapse;
    border: 2px #ddd solid;
    margin-bottom: 30px;
}
.tbl-fee th {
    border: 1px #ddd solid;
    line-height: 120%;
    padding: 5px;
    color:#fff;
}
.tbl-fee th:nth-child(1) {
    width: 29%;
}
.tbl-fee th:nth-child(2) {
    width: 23%;
    background-color: #0099cc;
}
.tbl-fee th:nth-child(3) {
    width: 23%;
    background-color: #3d8beb;
}
.tbl-fee th:nth-child(4) {
    width: 25%;
    background-color: #cc3333;
}

.tbl-fee td {
    border: 1px #ddd solid;
    padding: 5px;
    text-align: center;
    line-height: 140%;
}
.tbl-fee td span {
    margin-left: 5px;
    color: red;
}
.tbl-fee td.type {
    text-align: left;
    font-weight: bold;
    line-height: 120%;
    background-color: #f9f9f9;
}
.tbl-fee td.blue {
    background-color: #eaf2fd;
}
.tbl-fee td.red {
    background-color: #ffede8;
}

#flow ol span {
    display: block;
    margin-top: 3px;
    margin-left: 20px;
}
#flow ol li {
    line-height: 140%;
}
#flow ol li~li {
    margin-top: 5px;
}


/**********************/
/*注意事項など*/
/**********************/
#information {
    margin-top: 50px;
    line-height: 140%;
}
#information h2 {
    line-height: 120%;
}
#information h2 span {
    font-size: 16px;
    margin-left: 5px;
}

#information h3 {
    margin: 30px 0 10px;
}
#information h4 {
    background:url("../EMC/forum/2025/img/icon.png") no-repeat 10px center;
    background-size: 30px;

    font-size: 18px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 15px 10px 15px 45px;
    color: red;
}
#information h4 span {
    font-size: 16px;
    margin-left: 5px;
}

.important-read {
    padding: 0 20px;
}
.important-points {
    margin-top: 50px;
    padding: 0 14px;
}
.important-points .enclose {
    margin-left: 40px;
}
.important-points .enclose li~li {
    margin-top: 10px;
}
/* .important-points .enclose span {
    display: block;
    margin-top: 3px;
    margin-left: 20px;
} */
#information .notes {
    margin-left: 20px;
}


/*①など*/
.enclose {
    position: relative;
    margin:0;
    padding: 0;
    list-style-type: none;
}
.enclose li  {
    word-break: break-all;
    list-style-position: outside;
    margin: 0;
    padding-left: 0px;
}
.enclose li span {
    position: absolute;
    left: 0;
    margin: 0 0 0 -20px;
}
/* .enclose li~li {
    margin-top: 5px;
} */


/*1)*/
/*
ol.parentheses-s li {
    word-break: break-all;
	list-style-type: none;
	counter-increment: cnt;
    line-height: 140%;
}
ol.parentheses-s li::before {
	content: counter(cnt) ")";
	display:inline-block;
	margin-left: -1em;
	width: 1.35em;
}
ol.parentheses-s li~li {
    margin-top: 10px;
}
*/


/*********************/
/*色設定*/
/*********************/
/*総合セッション*/
#sougou .session-header h3 {
    background-color: #003366;
}
#sougou .timetable-header {
    background-color:#2766a5;
    color:#fff;
}
#sougou .session-theme {
    background-color:#e8f4ff;
}

#sougou .speech-part {
    color: #003366;
}
#sougou .chairperson .position {
    margin: 0;
    font-size: 90%;
}
#sougou .apply .notes {
    margin-top: 30px;
}
#sougou dd .position {
    margin-left: 40px;
    font-weight: bold;
}

/*技術セッション*/
#technology .session-header h3 {
    background-color: #0b6161;
}
#technology .speech-part {
    color: #009393;
}
#technology .timetable-header {
    background-color:#009393;
    color: #fff;
}
#technology .session-theme {
    background-color:#deecec;
}



/*技術セッション（スマート）*/
#smart .session-header h3 {
    background-color: #8d1a33;
}
#smart .speech-part {
    color: #c92b4d;
}
#smart .timetable-header {
    background-color:#c92b4d;
    color: #fff;
}
#smart .session-theme {
    background-color:#fcebef;
}



/*************************************/
/*お申し込みフォーム
/*************************************/
/*請求書送付用枠*/
.deliverybox {
    display: none;
    margin:20px auto;
    padding: 10px 20px 20px;
    background-color: #eff7f5;
}
/*チェックボックス*/
.addresscheck label {
    font-weight:bold;
    margin-left: 2em;
}
.addresscheck p {
    margin-left: 2em;
}

/*送付先住所欄*/
.send-addressbox {
    display: none;
    margin-top:20px;
}




/*******************************/
/*申込ボタン（固定式）
/*******************************/
#entrybox {
    position: fixed;
    bottom: 0;
    width: 100%;    
    height: 125px;
    padding: 0px 0;
    z-index: 9999;
    display:none;    
    border-top:5px #003366 solid;
    background-color:rgba(255,255,255,0.5);    
    margin:0 auto;
}

#entrybox .entryin {
    width:100%;
    max-width: 1000px;
    padding: 10px 20px;
    text-align: left;
    background-color: #eee;
    overflow: hidden;
    position: fixed;
}

#entrybox input[type="submit"] {
    /*padding:6px 70px;*/
    font-size: 1.4em;
    background:url("../EMC/forum/2017/img/btn.png") repeat-x left bottom;
    -moz-background-size: contain;
    background-size: contain;
    background-color:#fff;
    border:1px #003366 solid;
    cursor:pointer;
    color:#003366;
    font-weight: bold;
    
    width:100%;
    padding:6px 0;
	border-radius: 4px;
    box-shadow: 1px 1px 3px 1px #b3b3b3;
    margin-top:8px;
}
#entrybox input[type="submit"]:hover {
    box-shadow: none;   
}

