* {
    box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
    color: #04C;
	text-decoration: none;
	background-color: transparent;
    outline: none;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
dl,
dd {
    margin: 0;
}
*::before,
*::after {
    display: block;
    position: absolute;
    content: '';
}

/*-------------------------
	Hide
--------------------------*/
header ul,
.main-visual ul li:nth-child(2n+1),
.main-visual a,
.program dd:nth-of-type(1) br,
footer ul {
    display: none;
}

/*-------------------------
	Header
--------------------------*/
body {
    line-height: 150%;
    font-family: -apple-system, "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
b, h1, h2, h3 {
    font-weight: 500;
}
header {
    position: relative;
    height: 40px;
}
header::before {
    top: 10px;
    left: 3%;
    width: 110px;
    height: 20px;
    background-image: url(../img/logo.png);
    background-size: 199px 133px;
	background-position: 0 -29px;
}

/*-------------------------
	Main visual
--------------------------*/
.main-visual {
    position: relative;
    width: 100%;
    height: 80px;
    color: #fd0089;
    background-image: url(../img/bg.jpg);
    background-size: 100%;    
}
.main-visual::before {
    bottom: 0;
    right: calc(50% - 156px);
    width: 115px;
    height: 78px;
    background-image: url(../img/students.png);
    background-size: 115px 78px;
}
.main-visual li {
    position: absolute;
    top: 16px;
    left: 5%;
	line-height: 140%;
    font-family: "Rounded Mplus 1c";
    font-size: 16px;
	text-shadow: 
    #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}
.main-visual b {
    font-size: 20px;
}

/*-------------------------
	Sponsor
--------------------------*/
.sponsor {
    position: relative;
    height: 50px;
    font-size: 0;
	margin-bottom: 4px;
}
.sponsor li:nth-child(1)::before {
    top: calc(50% - 7px);
    left: 4%;
    width: 77px;
    height: 14px;
    background-image: url(../img/logo.png);
    background-size: 139px 93px;
    background-position: 0 -20px;
}
.sponsor li:nth-child(2)::before {
    top: calc(50% - 9px);
    left: 33%;
    width: 56px;
    height: 17px;
    background-image: url(../img/logo.png);
    background-size: 139px 93px;
    background-position: 0 -35px;
}
.sponsor li:nth-child(2)::after {
    top: calc(50% - 8px);
    right: 26%;
    width: 60px;
    height: 17px;
    background-image: url(../img/logo.png);
    background-size: 139px 93px;
    background-position: 0 -53px;
}
.sponsor li:nth-child(3)::before {
    top: calc(50% - 7px);
    right: 4%;
    width: 47px;
    height: 14px;
    background-image: url(../img/logo.png);
    background-size: 139px 93px;
    background-position: 0 -80px;
}

/*-------------------------
	Sub Message
--------------------------*/
.sub-message {
	padding-bottom: 20px;
    text-align: center;
}
.sub-message li:nth-child(1),
.sub-message li:nth-child(1) span {
    display: inline-block;
    position: relative;
}
.sub-message li:nth-child(1) b {
    display: inline-block;
    z-index: 99;
    position: relative;
    line-height: 34px;
    padding: 0 10px;
    font-size: 15px;
    color: #FFF;
    background-color: #12c5f0;
}
.sub-message li:nth-child(1)::before {
    z-index: 9;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #0d8caa transparent transparent;
}
.sub-message li:nth-child(1)::after {
    z-index: 9;
    bottom: -9px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #0d8caa transparent transparent transparent;
}
.sub-message li:nth-child(1) span::after,
.sub-message li:nth-child(1) span::before {
    z-index: 8;
    top: 9px;
    width: 24px;
    height: 34px;
    background-color: #11b1d7;
}
.sub-message li:nth-child(1) span::before { left: -15px; }
.sub-message li:nth-child(1) span::after { right: -15px; }
.sub-message li:nth-child(1) b::before {
    z-index: 9;
    top: 9px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 7px;
    border-color: transparent transparent transparent #FFF;
}
.sub-message li:nth-child(1) b::after {
    z-index: 9;
    top: 9px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 7px 17px 0;
    border-color: transparent #FFF transparent transparent;
}
.sub-message li:nth-child(2) {
    margin: 22px 0 4px 0;
    font-size: 14px;
	font-weight: bold;
    color: #12c5f0;
}
.sub-message li:nth-child(3) {
	margin-bottom: 16px;
    font-size: 14px;
}
.entry {
    display: block;
    position: relative;
    width: 90%;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    text-indent: 28px;
    font-size: 17px;
    color: #FFF;
    background-color: #E3AB30;
    border-radius: 6px;
}
.entry::before {
    top: 18px;
    left: calc(50% - 122px);
    width: 25px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(-60deg);
}
.entry::after {
    top: 24px;
    left: calc(50% - 125px);
    width: 15px;
    height: 7px;
    background-color: #FFF;
    transform: rotate(30deg);
}
.entry:hover {
    background-color: #89BD45;
}
.sub-message .close,
.outline .close {
    display: block;
    width: 80%;
    line-height: 36px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    color: #F16A70;
    background-color: #FFF;
    border: 3px solid #F16A70;
    border-radius: 6px;
}
.close-memo {
    margin-bottom: 12px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

/*-------------------------
	Outline
--------------------------*/
.outline {
    padding: 16px 3% 44px 3%;
    background-color: #FFF7EE;
}
.outline > div {
    margin-bottom: 20px;
    padding: 20px 14px 0 14px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.outline div > div {
    margin-bottom: 16px;
    border-bottom: 1px solid #CCC;
}
.outline div > div p {
    margin-bottom: 16px;
}
.outline dl {
    margin-bottom: 20px;
}
.outline dt {
    line-height: 110%;
    text-indent: 6px;
    font-size: 16px;
    border-left: 5px solid #333;
}
.outline dd {
    padding: 8px 0 4px 24px;
}
.outline span:nth-child(2) {
    font-size: 12.4px;
}
.outline iframe {
    width: calc(100% + 24px);
    height: 120px;
    margin: 16px 0 8px -24px;
    border: none;
}
.outline ul li {
    position: relative;
    margin-bottom: 12px;
    padding-top: 20px;
}
.outline ul li:nth-child(1)::before {
    top: 0;
    left: 0;
    width: 70px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    content: '\004A\0052';
    background-color: #0B8E0E;
    border-radius: 2px;
}
.outline ul li:nth-child(2)::before {
    top: 0;
    left: 0;
    width: 70px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    content: '\6771\4EAC\30E1\30C8\30ED';
    background-color: #00A3D9;
    border-radius: 2px;
}

/*-------------------------
	Program
--------------------------*/
.program {
    padding: 20px 3%;
    background-color: #fee6f0;
}
.program h3 {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: 20px;
    color: #FFF;
}
.program div {
    position: relative;
    padding: 50px 14px 26px 14px;
    background-color: #FFF;
    border-radius: 6px;
}
.program div::before {
    top: -8px;
    left: calc(50% - 40px);
    width: 80px;
    height: 40px;
    background-color: #fee6f0;
    border-radius: 0 0 150px 150px;
}
.program dl {
    position: relative;
}
.program dl:not(:last-child) {
	margin-bottom: 70px;
}
.program dt {
    height: 32px;
	margin-bottom: 12px;
    font-size: 16px;
    color: #ffa4ca;
}
.program dt b {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #ffa4ca;
    border-radius: 4px;
}
.program dd:nth-of-type(1) {
    float: right;
}
.program dd:nth-of-type(2) b {
    display: block;
    position: relative;
    left: 14px;
}
.program dd:nth-of-type(2) b::before {
    top: 4px;
    left: -14px;
    width: 10px;
    height: 10px;
    background-color: #ffa4ca;
    border-radius: 50%;
}
.program dd:nth-of-type(2) ul {
    margin-top: 4px;
    padding: 8px 10px;
    background-color: rgba(102,187,187,0.08);
    border-radius: 4px;
    clear: both;
}
.program dl:first-child dd:nth-of-type(2) ul {
    margin-bottom: 0;
}
.program dl:last-child dd:nth-of-type(2) ul {
    margin-bottom: 0;
}
.program dl:not(:last-child)::before {
    display: block;
    position: absolute;
    bottom: -46px;
    left: -2px;
    width: 100%;
    height: 15px;
    background-color:#FFF;
    background-size: 15px 15px;
    background-image:radial-gradient(#ffa4ca,#ffa4ca 4px,transparent 4px,transparent);
}
.program span {
    display: block;
    position: relative;
    margin: 20px 0 74px 0;
}
.program span img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.program span li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 70px;
}
.program span li:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 70px;
    line-height: 134%;
}
.program span li:nth-child(3) {
    margin-top: 26px;
    font-size: 12px;
}

/*-------------------------
	About
--------------------------*/
.about {
    padding: 40px 3% 60px 3%;
    text-align: center;
    background-color: #FFF7EE;
}
.about h3 {
    font-family: "Rounded Mplus 1c";
    font-size: 20px;
}
.about b {
    display: block;
    margin-top: 16px;
    font-size: 12px;
}
.about div {
    margin-top: 16px;
    padding: 20px 14px 0 14px;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.about div:not(:last-of-type) {
    margin-bottom: 46px;
}
.about dl {
    margin-bottom: 20px;
}
.about dt {
    line-height: 110%;
    text-indent: 6px;
    font-size: 16px;
    border-left: 5px solid #333;
}
.about dd {
    padding: 8px 0 4px 0;
    font-size: 11px;
}
.about dd p:not(:last-child) {
    margin-bottom: 14px;
}
.about dd small {
    display: block;
    margin-top: 8px;
}

/*-------------------------
	Footer
--------------------------*/
footer {
    position: relative;
    height: 100px;
    padding-top: 80px;
    text-align: center;
    background-color: #12c5f0;
}
footer::before {
    top: 28px;
    left: calc(50% - 98px);
    width: 197px;
    height: 24px;
    background-image: url(../img/logo.png);
    background-size: 398px 266px;
    background-position: 0 -200px;
}
footer small {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #CCDFDB;
    background-color: #0d8caa;
}