@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: parts (title,list,table,etc)
4: header
5: gnav
6: contents
7: footer
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-weight: normal;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
li {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/* 2: setting
================================== */
/*強制的に背景色を印刷*/
* {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;/* 1rem = 10px */
  scroll-padding-top: 75px;
}
@media print, screen and (min-width: 768px) {
  html {
    overflow: auto;
    min-width: 1000px;
  }
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-feature-settings : "palt";
  font-weight: 500;
  color: #383737;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* safari_textBold*/
  -webkit-text-size-adjust: 100%;/* safari_textBold*/
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1000px;
  }
}
img {
  display: block;
  line-height: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
a {
  color: #0a75b8;
}
a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}
a img:hover {
  opacity:.7;
}
.tel {
  color: #383737;
  text-decoration: none;
}

/* 3: parts (title,list,table,etc)
================================== */
/* ------margin classes------ */
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt32 {
  margin-top: 32px;
}
.mr1em {
  margin-right: 1em;
}
.mb1em,
.boxmb1em p {
  margin-bottom: 1em;
}
.mb1em:last-child,
.boxmb1em p:last-child {
  margin-bottom: 0;
}
.txtIndent p,
.txtIndent {
  text-indent: 1em;
}

/* icon */
.blank {
  background: url(../img/icn_blank.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 20px;
}
.pdf {
  background: url(../img/pdf.svg) left center no-repeat;
  background-size: 14px;
  padding-left: 23px;
}

/* text-decoration */
.fB {font-weight: bold;}
.fS {font-size: 80%;}
.fBig {font-size: 130%;}
.fR {float:right;}
.tC {text-align: center;}
.tR {text-align: right;}
.tL {text-align: left;}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}

/* ------title classes------ */
.ttlDesign1 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #1c3d8d;
  text-align: center;
}
.ttlDesign2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 5px #0e8bb1;
  padding-left: 10px;
}
.ttlDesign3 {
  margin-bottom: 8px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #0e8bb1;
}
.ttlDesign4 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border:solid 1px #1c3d8d;
  color:#1c3d8d;
  background:white;
}
@media all and (min-width: 768px) {
  .ttlDesign4 {
    font-size: 2.4rem;
  }
}
.ttlDesign5 {
  display: flex;
  align-items: center;
  width: 100%;
  margin:0 auto 16px;
  color: #1c3d8d;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.ttlDesign5::before,
.ttlDesign5::after {
    border-top: 2px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}
.ttlDesign5::before {
  margin-right: 10px;
}
.ttlDesign5::after {
  margin-left: 10px;
}


/* 4: header
================================== */
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  #header {
    width: 100%;
    position: fixed;
    background-color: #FFF;
  }
  .header_inr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.logo {
  display: -webkit-flex;
  display: flex;
  max-width: 200px;
  margin: 12px 0 12px 20px;
}
.logo a {
  width:calc((100% / 2) - 10px);
  margin:0 5px;
}
.logo img {
  width: 100%;
  height: auto;
}
.hd_jst {
  display: none;
}
@media all and (min-width: 768px) {
  .hd_jst {
    display: block;
  }
  .hd_jst img {
    width: 180px;
    height: auto;
  }
}

/* 5: gnav
================================== */
/* 固定ヘッダーの高さが 70px の場合 */
:target {
  scroll-margin-top: 70px;
}
.menu {
  display: none;
  position: absolute;
  top: 69px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: #1c3d8d;
  z-index: 999;
}
@media all and (min-width: 768px) {
  .menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: none;
    font-size: 0;
  }
}
.menu a {
  display: block;
  padding: 24px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .menu a {
    position: relative;
    padding: 0 10px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .menu a:hover {
    color: #1c3d8d;
  }
  .menu a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #1c3d8d;
    transition: .3s;
  }
  .menu a:hover::after {
    width: 100%;
  }
  .menu li {
    font-size: 1.6rem;
  }
  .menu li:first-child {
    padding-left: 0;
  }
}
.menu_trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  background: #1c3d8d;
  border-radius : 18px;
  border: none;
  width: 110px;
  height: 36px;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
@media all and (min-width: 768px) {
  .menu_trigger {
    display: none;
  }
}
.menu_trigger img {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
}
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu_trigger span {
  position: absolute;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #FFF;
}
.menu_trigger span:nth-of-type(1) {
  top: 13px;
}
.menu_trigger span:nth-of-type(2) {
  top: 21px;
}
.menu_trigger.active span {
  background-color: #FFF;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.6;
  z-index: 200;
}

/* 6: contents
================================== */
.sp_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
.section_inr {
  padding: 32px 16px;
}
@media only screen and (min-width: 768px) {
  .section_inr {
    max-width: 1048px;
    margin: 0 auto;
    padding: 40px 24px;
  }
}
.bg_color {
  background: #f2f6ff;
}

/* ------メインビジュアル------ */
.mainimg_bg {
  padding: 40px 24px;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #main {
    padding-top: 69px;
  }
  .mainimg_bg {
    height: calc(100svh - 69px);
    max-height: 600px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.mainTxt {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mainTxt {
    max-width:980px;
    margin: 0 auto;
    padding: 40px;
  }
}
.mainTxt h1 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .mainTxt h1 {
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
.mainTxt h1 span {
  display: block;
  font-weight: bold;
}
.mainttl03 {
  color: #1c3d8d;
}
.mainttl03 span {
  font-size: 80%;;
  font-weight: bold;
}
.mainttl01 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .mainttl01 {
    font-size: 1.8rem;
  }
}
.mainttl02 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .mainttl02 {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
.ttl-eventday {
  max-width: 18em;
  margin: 0 auto 16px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  background-color: #1c3d8d;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .ttl-eventday {
    margin: 0 auto 24px;
    padding: 16px;
    font-size: 2.4rem;
  }
}
.ttl-eventday span {
  font-size: 140%;
  font-weight: bold;
}
.ttl-place {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .ttl-place {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
  }
}

/* ------開催概要------ */
#outline dl {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  #outline dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
#outline dt {
  width: 9em;
  margin-bottom: 8px;
  padding: 3px;
  background: #1c3d8d;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
@media all and (min-width: 768px) {
  #outline dt {
    margin-right: 2em;
  }
  #outline dd {
    width: calc(100% - 11em);
    padding: 3px;
  }
}

/* ------メッセージ------ */
@media all and (min-width: 768px) {
  #message ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#message ul li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media all and (min-width: 768px) {
  #message ul li {
    width: calc((100% - 40px) / 2);
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
#message ul li:not(:first-child) {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  #message ul li:not(:first-child) {
    margin-top: 0;
  }
}
#message img {
  margin-right: 16px;
}
@media all and (min-width: 768px) {
  #message img {
    margin-right: 0;
  }
}
#message ul li p {
  width: calc(100% - 176px);
  font-size: 1.8rem;
  font-weight: bold;
}
#message ul li p span {
  display: block;
  font-size: 1.5rem;
}
.photoList img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
/* ------プログラム------ */
.programList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .programList {
    font-size: 1.8rem;
  }
}
.programList > dt {
  width: 4em;
  font-size: 1.6rem;
  font-weight:  bold;
}
@media all and (min-width: 768px) {
  .programList > dt {
    width: 4em;
    margin-right: 2em;
    font-size: 1.8rem;
  }
}
.programList > dd {
  width: calc(100% - 5em);
  border-left: 2px solid #cccccc;
  padding-left: 15px;
}
@media all and (min-width: 768px) {
  .programList > dd {
    width: calc(100% - 6em);
  }
}
.programList .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1c3d8d;
}
@media all and (min-width: 768px) {
  .programList .ttl {
    font-size: 2.1rem;
  }
}
.programList .f_box{
  display: -webkit-flex;
  display:flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .dllDesign1 {
    display: -webkit-flex;
    display: flex;
  }
  .dllDesign1 dt {
    width: 5em;
  }
}
.break {
  margin-bottom: 16px;
  padding: 16px;
  border-top: 1px solid #1c3d8d;
  border-bottom: 1px solid #1c3d8d;
  color: #1c3d8d;
  font-weight: bold;
  text-align: center;
}
.line {
  border-top: 2px solid #1c3d8d;
}
.btn a {
  display: block;
  width: 300px;
  margin: 0 auto 24px;
  padding: 16px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #de6234;
  color: #FFF;
  border-radius: 16px;
  box-shadow : 0px 2px 2px rgba(152, 152, 152, 0.4);
  transition: all 0.2s ease;
}
.btn a:hover {
  opacity: 0.7;
  box-shadow : none;
}
.more {
  position: relative;
  padding-left: 22px;
}
.more:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.more:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 9px;
  left: 6px;
  margin: auto;
}
/* ------参加登録------ */
@media all and (min-width: 768px) {
  #entry p {
    text-align: center;
  }
}

/* 7: footer
================================== */
#footer {
  padding: 30px 20px;
  background: #3e3a39;
}
.footer_logo {
  max-width: 140px;
  margin: 0 auto 24px;
}
.footer_jst {
  width: 165px;
  margin: 0 auto 24px;
}
.footer_logo img,
.footer_jst img {
  width: 100%;
  height: auto;
}
.copy {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .footer_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_logo,
  .footer_jst {
    margin: 0 24px 24px;
  }
}
/* go topボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-weight: bold;
  font-size: 80%;
  z-index: 5;
  text-align: center;
}
@media all and (min-width: 768px) {
  #page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
}
#page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(28, 61, 141, 0.8);
  color: #fff;
  opacity: 0.7;
}
@media all and (min-width: 768px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a:active {
  opacity: 1;
}
#page-top a:after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content:"";
  width:10px;
  height:10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  #page-top a:after {
    position: absolute;
    right: 21px;
    width:17px;
    height:17px;
  }
}