@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
#powerupdays #kv img { max-width: 100%; }

#powerupdays .lead h3 { text-align: center; font-size: 24px; margin: 1em 0; background: #f5f5f5; }

#powerupdays .lead h3 span { font-size: inherit; background: #ff4a43; color: #fff; display: block; padding: 0.5em 1em; }

#powerupdays .lead p { text-align: center; font-weight: bold; font-size: 18px; padding: 0 0 2em; }

@media screen and (max-width: 768px) { #powerupdays .lead { margin-bottom: 0; }
  #powerupdays .lead h3 { font-size: 4vw; }
  #powerupdays .lead p { font-size: 3.5vw; text-align: left; margin-bottom: 0; }
  #powerupdays .lead p br { display: none; } }

#powerupdays #seminar { margin-bottom: 80px; }

#powerupdays #seminar.nomb { margin-bottom: 0; }

#powerupdays #seminar h3 { background: #f5f5f5; }

#powerupdays #seminar h3 span { display: inline-block; background: #ff4a43; font-size: 26px; color: #fff; line-height: 1em; padding: 0.2em; }

#powerupdays #seminar ul { border-top: solid 1px #000; }

#powerupdays #seminar ul li { border-bottom: solid 1px #000; padding: 10px 0; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

#powerupdays #seminar ul li .day { background: #ffb700; width: 235px; text-align: center; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 10px 0; color: #000; font-weight: bold; font-size: 24px; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

#powerupdays #seminar ul li .day span { background: #ff4a43; display: inline-block; color: #fff; font-size: 20px; line-height: 1em; padding: 0.2em 0.4em; border-radius: 0.2em; }

#powerupdays #seminar ul li .day img { vertical-align: top; margin-bottom: 10px; width: 70%; }

#powerupdays #seminar ul li .date { width: 360px; border-right: solid 1px #000; font-size: 19px; padding: 0 20px; font-weight: bold; display: -webkit-flex; -webkit-justify-content: flex-start; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#powerupdays #seminar ul li .date small { font-size: 14px; font-weight: normal; line-height: 1.4em; display: inline-block; }

#powerupdays #seminar ul li .title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 18px; padding: 0 20px; display: -webkit-flex; -webkit-justify-content: flex-start; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

#powerupdays #seminar ul li .title > div strong { font-size: 24px; }

#powerupdays #seminar ul li .title > div small { padding-top: 0.5em; display: inline-block; line-height: 1.4em; font-weight: normal; }

#powerupdays #seminar ul li .title > div .line { padding-top: 10px; }

#powerupdays #seminar ul li .title > div .line a { display: inline-block; padding: 0.5em 2em; background: #06c755; color: #fff; border-radius: 100px; font-size: 14px; }

#powerupdays #seminar ul li .register { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#powerupdays #seminar ul li .register a { padding-left: 2em; padding-right: 2.5em; height: 5em; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; color: #fff; font-weight: bold; background: #ff4a43; border-radius: 0.4em; position: relative; }

#powerupdays #seminar ul li .register a:after { content: "\e5e1"; font-family: "Material Icons"; color: #fff; font-size: inherit; position: absolute; right: 0.6em; top: calc(50% - 0.6em); -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#powerupdays #seminar ul li .register a:hover:after { right: 0.2em; }

@media screen and (max-width: 768px) { #powerupdays #seminar { margin-bottom: 10vw; }
  #powerupdays #seminar h3 span { font-size: 5vw; }
  #powerupdays #seminar ul li { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 2vw 0; }
  #powerupdays #seminar ul li .day { width: 25%; padding-bottom: 2vw; font-size: 4vw; }
  #powerupdays #seminar ul li .day span { font-size: 2.8vw; }
  #powerupdays #seminar ul li .day img { width: 100%; }
  #powerupdays #seminar ul li .date { width: 75%; font-size: 4vw; border-right: 0; padding-bottom: 2vw; }
  #powerupdays #seminar ul li .date small { font-size: 3.2vw; }
  #powerupdays #seminar ul li .title { width: 70%; border-top: dashed 1px #000; padding-top: 2vw; margin-top: 2vw; padding-left: 0.5em; font-size: 4vw; }
  #powerupdays #seminar ul li .title > div strong { font-size: 6vw; }
  #powerupdays #seminar ul li .title > div small { font-size: 3.2vw; }
  #powerupdays #seminar ul li .title > div .line a { font-size: 3.3vw; }
  #powerupdays #seminar ul li .register { width: 30%; border-top: dashed 1px #000; padding-top: 2vw; margin-top: 2vw; }
  #powerupdays #seminar ul li .register a { font-size: 3.5vw; white-space: nowrap; } }

#powerupdays #officehour { border: solid 1px #ccc; border-radius: 20px; background: #fff; padding: 10px; margin-bottom: 60px; }

#powerupdays #officehour h4 { background: #ffb700; line-height: 1em; margin: 0; text-align: center; border-radius: 100px; padding: 10px 0; font-size: 22px; font-weight: bold; }

#powerupdays #officehour h4 img { height: 1.5em; margin-right: 0.5em; }

#powerupdays #officehour .officehour h5 { font-size: 24px; text-align: center; padding: 1.5em 0 1em; font-weight: bold; width: 80%; margin: auto; }

#powerupdays #officehour .officehour ul { list-style: none; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 70%; margin: 0 auto 20px; }

#powerupdays #officehour .officehour ul li { width: 48%; background: #ffb700; font-weight: bold; font-size: 20px; border-radius: 3em; text-align: center; padding: 0.5em 2em; }

#powerupdays #officehour .officehour .txt { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#powerupdays #officehour .officehour .txt p { font-size: 16px; font-weight: bold; }

#powerupdays #officehour .officehour .register { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#powerupdays #officehour .officehour .register a { padding-left: 2em; padding-right: 2.5em; height: 5em; min-width: 300px; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; color: #fff; font-weight: bold; background: #ff4a43; border-radius: 0.4em; position: relative; font-weight: bold; }

#powerupdays #officehour .officehour .register a:after { content: "\e5e1"; font-family: "Material Icons"; color: #fff; font-size: inherit; position: absolute; right: 0.6em; top: calc(50% - 0.6em); -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#powerupdays #officehour .officehour .register a:hover:after { right: 0.2em; }

#powerupdays #officehour .officehour small { display: block; text-align: center; padding: 1em 0; font-size: 14px; }

#powerupdays #officehour .officehour .line { padding-top: 10px; text-align: center; }

#powerupdays #officehour .officehour .line a { display: inline-block; padding: 0.5em 2em; background: #06c755; color: #fff; border-radius: 100px; font-size: 20px; font-weight: bold; }

@media screen and (max-width: 768px) { #powerupdays #officehour { max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 5vw; border-radius: 4vw; }
  #powerupdays #officehour h4 { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 4vw; padding-left: 1em; padding-right: 1em; border-radius: 3vw; line-height: 1.4em; }
  #powerupdays #officehour h4 img { display: block; margin-bottom: 2vw; }
  #powerupdays #officehour .officehour h5 { font-size: 4vw; }
  #powerupdays #officehour .officehour ul { display: block; width: 100%; }
  #powerupdays #officehour .officehour ul li { width: 100%; font-size: 4vw; margin-bottom: 3vw; }
  #powerupdays #officehour .officehour .txt p { font-size: 3.5vw; }
  #powerupdays #officehour .officehour .register a { font-size: 4vw; }
  #powerupdays #officehour .officehour small { font-size: 3.4vw; }
  #powerupdays #officehour .officehour .line a { font-size: 4vw; } }

#powerupdays #company h3 { background: #f5f5f5; text-align: center; margin-bottom: 50px; }

#powerupdays #company h3 span { display: inline-block; background: #ff4a43; color: #fff; font-size: 24px; font-weight: bold; text-align: center; padding: 0.4em 2em; border-radius: 2em; -webkit-transform: translateY(0.8em); -ms-transform: translateY(0.8em); transform: translateY(0.8em); }

#powerupdays #company .schedule { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

#powerupdays #company .schedule a { display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); background: #081f90; font-weight: bold; font-size: 28px; border-radius: 1000px; padding: 1em 0; width: 90%; color: #000; position: relative; -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); color: #fff; }

#powerupdays #company .schedule a:after { content: "\e5e1"; font-family: "Material Icons"; color: #fff; font-size: inherit; position: absolute; right: 0.6em; top: calc(50% - 0.7em); -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }

#powerupdays #company .schedule a:hover { background-color: #1f37ae; color: #fff; }

#powerupdays #company .schedule a:hover:after { color: #fff; right: 0.2em; }

#powerupdays #company strong { font-size: 30px; color: #f00; text-align: center; display: block; }

#powerupdays #company .company { padding-bottom: 20px; }

#powerupdays #company .company ul { display: -webkit-flex; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; }

#powerupdays #company .company ul li { width: 20%; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 0; }

#powerupdays #company .company ul li img { width: 174px; }

#powerupdays #company .company p { font-weight: bold; text-align: right; font-size: 20px; padding-right: 2em; }

@media screen and (max-width: 768px) { #powerupdays #company h3 { margin-bottom: 10vw; }
  #powerupdays #company h3 span { font-size: 4vw; width: 90%; margin: auto; }
  #powerupdays #company .schedule { margin-bottom: 4vw; }
  #powerupdays #company .schedule a { font-size: 4vw; padding-left: 1.5em; padding-right: 2em; }
  #powerupdays #company strong { font-size: 5vw; }
  #powerupdays #company .company { padding-bottom: 5vw; }
  #powerupdays #company .company ul { background: none; }
  #powerupdays #company .company ul li { width: 33.3%; padding: 2vw 0; }
  #powerupdays #company .company ul li img { width: 90%; }
  #powerupdays #company .company p { font-size: 4vw; } }
