@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: #ffffff;
}

/* 画像全体 */
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: #375a6e;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 3px 8px 8px rgba(90, 100, 110, 0.9);
}

/* ヘッダー */
header {
  width: 960px;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
  display: flex;
}

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

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

/* メニュー */
nav {
  width: 218px;
}
ul.menu {
  width: 207px;
  margin: 0 11px;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  width: 207px;
  padding: 2px 16px 2px 8px;
  box-sizing: border-box;
  min-height: 38px;
  line-height: 1.2;
  font-size: 14px;
  color: #ffffff;
  background: #7896be;
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 12px;
  font-weight: 900;
  box-shadow: 0px 0px 8px 4px rgba(60, 63, 67, 1);
}
ul.menu > li a.on,
ul.menu > li a:hover {
  color: #FFFFFF;
  background: #e678e6;
}

.img_l{
  text-align: center;
  margin-top: 19px;
  margin-bottom: 10px;
}
.banner {
  margin:10px auto;
}
.banner img {
  width:220px;
}
/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 732px;
  background:#ffffff url(../images/bg_r.png) no-repeat left top;
}
#contents_r:not(.top) h2 {
  width: 670px;
  min-height: 52px;
  margin: 41px auto 14px;
  padding: 9px 16px;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 1;
  color: #FFFFFF;
  background: #e678e6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

/* 新着情報 */
#news {
  margin: 0 auto 20px;
  width: 688px;
  border: 1px solid #375a6e;
}
#news h3.news_title {
  width: 100%;
}
#news_frame {
  width: 100%;
  background: #FFFFFF;
  font-size: 14px;
  height: 177px;
  line-height: 1.5;
  padding: 0 11px 5px;
  box-sizing: border-box;
  overflow:auto;
}
#news_frame dl {
  overflow: hidden;
}
#news_frame dt ,#news_frame dd {
  padding-top: 0.5em;
}
#news_frame dt {
  float: left;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #e60012;
}
#news_frame dd {
  padding-left: 7em;
}

/* 事務局等 */
#info {
  width: 202px;
  margin: auto auto 20% auto;
  margin: 15px auto 5% auto;
  padding-bottom: 15px;
  color: #ffffff;
}
#info.top_info {
  margin: auto auto 5% auto;
}
#info a{
  color: #ffffff;
}
#info h4 {
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  margin-top: 1em;
}
#info address {
  font-style: normal;  
  font-size: 12px;
  line-height: 1.3;
}

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

/* サブページ内 */
main {
  width: 620px;
  padding: 25px 25px;
  min-height:860px;
  margin: 0 auto 24px;
  background: rgba(255,255,255,0.8);
  position:relative;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

/* サブページ大見出し */
main h3 {
  margin: 2em 0 0.75em;
  padding: 4px 0 4px 10px;
  border-left: 6px solid #008cd6;
  border-right: 6px solid #008cd6;
  border-top: 1px solid #008cd6;
  border-bottom: 1px solid #008cd6;
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  color: #008cd6;
  background: rgba(255,255,255,0.8);
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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: 1.5em 0 1em;
  padding: 0.4em 1em 0.2em;
   background-image: radial-gradient(circle, rgba(247, 210, 183, 0.9), rgba(232, 134, 60, 1));
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
}
/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.5em 0;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 2px dotted #666666;
}

/* サブページ段落 */
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.8;
  text-indent:1em;
  margin-top: 0;
}
main .wrapper_greet {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin: 0 0 30px;
}
main.greet p.greet_name {
  line-height: 1.6;
  text-indent: 0;
  margin-top: 0.75em;
}

/* 開催概要 */
table.iin {
  width: 100%;
  border: none;
}
table.iin th {
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
table.iin td {
  padding-left: 1em;
  text-indent: -1em;
}


/* endai */

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

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

/* 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: 48px;
  height: 46px;
}

/* 外部リンク */
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: #F2F3F7;
  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;
}
