@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.7;  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background:#3cbee1;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  width:960px;
  height:auto !important;
  height:100%;
  background:#F7EFD1 url(../images/bg_contents.png) repeat-y left top;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
}

/* ヘッダー */
header {
  width: 100%;
  text-align:center;
 }

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 100%;
  display: flex;
  background:url(../images/bg_repeat.png) no-repeat left top;
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ */
#contents_l {
  width: 220px;
  display: flex;
  flex-direction: column;
}

/* メニュー */
nav {
  width: 100%;
  margin:0 auto;
}
ul.menu {
  width: 100%;
}
ul.menu > li > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 40px;
  color: #FFFFFF;
  background: linear-gradient(to right, rgba(0,130,175,1) 15%,rgba(110,190,255,1) 100%);
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-decoration: none;
  position: relative;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: linear-gradient(to right, rgba(255,40,100,1) 15%,rgba(255,135,190,1) 100%);
}
ul.menu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #91b4dc;
  border-right: 0;
}
ul.menu > li a.on::before,
ul.menu > li a:hover::before {
border-left: 12px solid #FFFFFF;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 740px;
}

/* 新着情報 */
#news {
  margin: 0 auto;
  width:706px;
  background:#FFFFFF;
}

h2.news_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, rgba(255,40,100,1) 0%,rgba(255,135,190,1) 45%,rgba(255,135,190,1) 55%,rgba(255,40,100,1) 100%);
  font-size: 28px;
  /* font-weight: bold; */
  padding: 2px 0 2px 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  text-shadow:
    0 0 2px #000000,
    0 0 3px #000000,
    0 0 4px #000000,
    0 0 5px #000000,
    0 0 6px #283264;
}
#news_frame {
  width: 100%;
  margin:0 auto 15px;
  font-size: 13px;
  height:160px;
  padding: 10px 20px 0;
  overflow:auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
}
#news_frame dt {
  color: #2832b4;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#news_frame dd {
  padding-left: 1em;
}
#news_frame dt,
#news_frame dd {
  margin-bottom: 1em;
}

/* 事務局等 */
#info {
  width:100%;
  margin:0 auto;
  text-align:left;
}
#info.top {
  margin:auto auto 0;
  text-align:left;
}
#info h3 {
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  background: #FFFFFF;
  color: #ff2864;
  padding: 2px 0 0 10px;
}
#info address {
  font-style: normal;
  font-size: 11px;
  padding: 8px 0 10px 10px;
  line-height: 1.6;
}

/* フッター */
footer {
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  margin: 0 auto;
  width: 100%;
  background: #000000;
  color: #FFFFFF;
}

/* サブページ内 */
#contents_r.page h2 {
  width: 700px;
  margin: 0 auto 6px;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  min-height: 50px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to right, rgba(255,40,100,1) 15%,rgba(255,135,190,1) 85%);
  color: #FFFFFF;
  letter-spacing: 1px;
}

main {
  width: 700px;
  margin: auto;
  padding:30px 35px;
  box-sizing: border-box;
  position:relative;
  min-height:650px;
  background: #FFFFFF;
}

/* サブページ大見出し */
main h3 {
  font-size: 120%;
  font-weight: bold;
  padding:8px 12px 8px 1em;
  margin:2em 0 1em;
  background: #66B9F8;
  color:#FFFFFF;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 8px;
  font-size: 105%;
  font-weight: bold;
  color: #66B9F8;
  border: 2px solid #66B9F8;
  padding: 0.25em 15px;
}
/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.5em 0;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 3px dotted #AAAAAA;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.aki li {
  padding-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.aki li {
  padding-bottom: 0.5em;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}


/* 挨拶 */
main.greet p {
  line-height: 1.9;
}
main .wrapper_greet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  text-indent: 0;
  /* text-align: right; */
}
main .wrapper_greet > p:last-child {
  margin-left: 15px;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
  border:1px solid #BBBBBB;
}
table.hyou_info th{
  background: #EAF0BC;
  border-right:1px solid #BBBBBB;
  border-bottom:1px solid #BBBBBB;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
  width:10%;
}
table.hyou_info td{
  border-bottom:1px solid #BBBBBB;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}

/* 企業の皆様へ */
table.hyou_sponsor{
  border-collapse:collapse;
  width:100%;
  border:1px solid #BBBBBB;
  table-layout: fixed;
}
table.hyou_sponsor th{
  background: #EAF0BC;
  border-right:1px solid #BBBBBB;
  border-bottom:1px solid #BBBBBB;
  padding:1em 1.5em 1em 1em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
}
table.hyou_sponsor td{
  border-right:1px solid #BBBBBB;
  border-bottom:1px solid #BBBBBB;
  padding:1em 0 1em 1em;
  vertical-align:top;
  text-align:left;
}

/* 会場アクセス */
p.access_ico{
  position: relative;
  padding-left: 20px;
}
p.access_ico::before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background:url(../images/icon_link.png) no-repeat;
  position: absolute;
  top:4px;
  left: 0;
}
.map_wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.map_wrapper iframe {
  width: 95%;
  height: 100%;
  display: block;
  margin: 4em auto 0;
}

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:20px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
  z-index: 3;
  }
.pagetop a {
  display: block;
  width:52px;
  height:52px;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #DDF6F6;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

/* ボタン */
.button {
  width: 270px;
  border-radius: 9999px;
  text-align: center;
  background-color: #e3ecfa;
  border: 2px solid #033787;
  cursor: pointer;
  font-size:18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #033787;
  text-decoration: none;
  font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #033787;
}
.button:hover a {
  color: #FFFFFF;
}
.button_400 {
  width: 400px;
}
.button_190 {
  width: 190px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 9999px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 9999px;/*長円形作成*/
  text-align: center;
  background-color: #BBBBBB;
  font-size:18px;
  font-weight: bold;
  color:#FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height:60px;
}

/* ボタン  アイコン */
.pdf_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_pdf-25px.png') no-repeat;
  width:25px;
  height:25px;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:1em 0;
}
.dl_item {
  margin: 10px;
}
