@charset "UTF-8";

/* header
================================================= */
header {
  width: 100%;
  padding: 0;

}
header h1 {
  width: 100%;
  max-width: 1230px;
	margin: 0 auto;	
}
header.small {
  padding: 5% 0;
}
header.small h1 {
  width: 60%;
}
@media print, screen and (min-width: 600px) {
  header {  }
  header h1 {  }
  header.small { padding: 3% 0; }
  header.small h1 { width: 45%; max-width: 500px; }
}
@media print, screen and (min-width: 960px) {
  header {  }
  header h1 {  }
  header.small { padding: 50px 0; }
  header.small h1 {  }
}


/* main
================================================= */
main {
  width: 90%;
  max-width: 1230px;
  margin: 10% auto;
  background: #fff;
}
.col-a > section,
.col-b > section {
  margin-top: 9vw;
  padding: 1px 0;
}
@media print, screen and (min-width: 600px) {
  main { margin: 7% auto; }
  main > div.wrap.flex { display: flex; justify-content: space-between; }
  main > div.wrap.flex > .col-a { width: 46.5%; }
  main > div.wrap.flex > .col-b { width: 46.5%; }
  .col-a > section, .col-b > section { margin-top: 4.5vw; }
  .col-a > section:first-child, .col-b > section:first-child { margin-top: 0; }
}
@media print, screen and (min-width: 960px) {
  main { margin: 50px auto; }
  .col-a > section, .col-b > section { margin-top: 50px; }
}

/* text decoration */
.text-small {
  font-size: 0.85em;
}
.text-large {
  font-size: 1.25em;
}
.text-bold {
  font-weight: bold;
}
.text-red {
  color: #C80028;
}
.text-center {
  text-align: center;
}

/* h2 & h3 & h4 & h5 & p */
h2 {
  margin-bottom: 0.5em;
	padding: 0.4em 0.8em;
	border-radius: 5px;
	background: #00516d;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
h3 {
  display: inline-block;
  margin: 2.0em 0 0.4em;
  padding: 0.2em 0.9em;
	border-radius: 2px;
	background: #1f85e3;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
}
h4 {
  margin: 0 0 0.4em;
  padding: 0.2em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
h5 {
	display: inline-block;
  margin: 0 0 0.4em;
  padding: 0.2em 0 0;
  font-size: 1.6rem;
  font-weight: bold;
	border-top: #00516d dotted 2px;
	border-bottom: #00516d dotted 2px;
}

h2 + h3 {
  margin-top: 0.5em;
}
p + h5 {
  margin-top: 0.9rem;
}
@media print, screen and (min-width: 960px) {
  h2 { font-size: 2.0rem; }
  h3 { font-size: 1.7rem; }
}
@media print, screen and (min-width: 1366px) {
  h2 { font-size: 2.3rem; }
  h3 { font-size: 1.9rem; }
}

/* button */
.btn {
  display: flex;
  align-items:center;
  justify-content: center;
  width: 90%;
  max-width: 300px;
  height: 65px;
  margin: 0.4em auto;
  padding: 0 1.6rem;
  border-radius: 100vh;
  background: #C60A34;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

.btn.close {
  border-color: #D6D6D6;
  background: #D6D6D6;
  color: #878787;
}


/* elements flex */
div.flex.col1,
div.flex.col2,
div.flex.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
	margin-bottom: -14px;
}
* + div.flex.col1,
* + div.flex.col2,
* + div.flex.col3 {
	margin-top: 14px;
}
div.flex.col1.small {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
div.flex.col2,
div.flex.col3 {
  justify-content: space-between;
}
div.flex.col1 > *,
div.flex.col2 > *,
div.flex.col3 > * {
  margin-bottom: 14px;
}
div.flex.col3 > * {
  width: 48%;
}
@media print, screen and (min-width: 960px) {
  div.flex.col1 > *, div.flex.col2 > *, div.flex.col3 > * { margin-bottom: 20px; }
  div.flex.col2 > * { width: 48%; }
  div.flex.col3 > * { width: 31%; }
  div.flex.col3 > *:nth-child(3n+2):last-child { margin-left: auto; margin-right: 34.5%; }
}

/* figure */
figure img {
  margin: 0.5em 0;
}
figcaption {
  margin-top: 3px;
  line-height: 1.4;
}
figcaption .name {
  display: block;
  margin-top: 5px;
  text-align: center;
}
figcaption .position {
  display: block;
  margin-top: 2px;
  font-size: 1.7rem;
  text-align: center;
}
figure + p.profile {
  margin-top: -14px;
  margin-bottom: 14px;
}

 /* add */
main section img {
  border: 1px solid #C9C9C9;
}
.add {
	margin-top: 4%;
	margin-bottom: 0;
}
.note {
	margin-bottom: 1.4em;
	padding: 4.5% 5%;
	border-radius: 8px;
	background: #ECECEC;
}
.note h3 {
	margin-top: -0.25em;
	color: #009a86;
	font-size: 1.2em;
}
.apply {
	margin-top: 7%;
}
p + .apply {
	margin-top: calc(7% - 0.4em);
}
.entry-btnStyle {
  display: flex;
  align-items:center;
  justify-content: center;
  width: 90%;
  max-width: 300px;
  height: 65px;
  margin: 0.4em auto;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 100vh;
  background: #C60A34;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}
.entry-btnStyle:hover{
  background: #666666;
}

@media print, screen and (min-width: 1366px) {
}


/* timetable */
table.timetable { font-size: 1.2rem; width: 100%; margin-bottom: 1.2rem}

table.timetable th, table.timetable td{
    font-weight: normal;
	line-height: 1.8;
   border: solid 1px #666666;
}

table.timetable td:first-child ,table.timetable th:first-child { background: #cccccc; }
table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n) { background: #ffffff; }

table.timetable td:first-child ,table.timetable th:first-child
{ text-align: center; padding: 5px 2px; width: 60px }

table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n) { padding: 5px; }

@media print, screen and (min-width: 960px) {
    table.timetable { font-size: 1.4rem; }
    
}
@media print, screen and (min-width: 1280px) {
    table.timetable { font-size: 1.6rem; }
}
