@charset "UTF-8";
/* ------------------------------------------------------------------------------
	Template Name: AND PROJECT 2nd
	Author: tanaka
	 ------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:700");
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
/* layout
============================================== */
html {
  font-size: 62.5%;
  /* 1rem=10px, 1.1rem=11px ...*/
  min-height: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #273523;
}

.main-section {
  min-height: 500px;
}

/* page style
============================================== */
a {
  outline: 0;
  transition-duration: .2s;
  transition-timing-function: ease;
}
a:link {
  color: #E84545;
}
a:visited {
  color: #E84545;
}
a:active {
  color: #23527C;
  text-decoration: none;
}
a:hover {
  color: #23527C;
  text-decoration: none;
}

.uk-navbar-nav li a:link,
.uk-nav li a:link {
  color: #273523;
}
.uk-navbar-nav li a:visited,
.uk-nav li a:visited {
  color: #273523;
}
.uk-navbar-nav li a:active,
.uk-nav li a:active {
  color: #999999;
  text-decoration: none;
}
.uk-navbar-nav li a:hover,
.uk-nav li a:hover {
  color: #999999;
  text-decoration: none;
}
.uk-navbar-nav .uk-navbar-dropdown a:link,
.uk-nav .uk-navbar-dropdown a:link {
  color: #999999;
}
.uk-navbar-nav .uk-navbar-dropdown a:visited,
.uk-nav .uk-navbar-dropdown a:visited {
  color: #999999;
}
.uk-navbar-nav .uk-navbar-dropdown a:active,
.uk-nav .uk-navbar-dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.uk-navbar-nav .uk-navbar-dropdown a:hover,
.uk-nav .uk-navbar-dropdown a:hover {
  color: #333333;
  text-decoration: none;
}

.uk-navbar-toggle:link {
  color: #273523;
}
.uk-navbar-toggle:visited {
  color: #273523;
}
.uk-navbar-toggle:active {
  color: #999999;
  text-decoration: none;
}
.uk-navbar-toggle:hover {
  color: #999999;
  text-decoration: none;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Mplus 1p", -apple-system, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, Sans-Serif;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2.1rem;
}

:not(a) > i.uk-icon {
  cursor: default;
}

.uk-text-large {
  font-size: 1.7rem;
}

.uk-table th {
  font-size: 1.2rem;
  max-width: 200px;
}

#whatsnew {
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  max-width: 600px;
  height: 10rem;
  resize: none;
}

.uk-description-list dt {
  font-size: 1.2rem;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#totop {
  background-color: #EFFC93;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.faq {
  line-height: 1.8em;
  overflow: hidden;
  _zoom: 1;
}
.faq dd, .faq dt {
  padding-left: 30px;
  font-size: 1.4rem;
  text-indent: -15px;
}
.faq dt {
  margin: 15px 0;
  color: #000000;
}
.faq dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.faq dd::before,
.faq dt::before {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.faq dt::before {
  content: "Q. ";
  width: 15px;
  color: #0F78E1;
  display: inline-block;
}
.faq dd::before {
  content: "A. ";
  width: 15px;
  color: #FF6767;
  display: inline-block;
}

/* headline style
============================================== */
.content-headline-wrap {
  text-align: center;
}
.content-headline-wrap .content-headline {
  margin: 0;
  display: inline-block;
}

/* header style
============================================== */
.site_logo {
  position: relative;
}
.site_logo h1 {
  height: 100%;
  display: flex;
  align-items: center;
}

.uk-navbar-nav > li a span[itemprop="name"] {
  font-family: 'Josefin Slab', serif;
  font-size: 1.6rem;
}

.uk-nav > li a span[itemprop="name"] {
  font-family: 'Josefin Slab', serif;
  font-size: 1.4rem;
}

.uk-offcanvas-bar {
  background-color: #EFFC93;
}

/* main style
============================================== */
/* footer style
============================================== */
footer {
  background-color: #123940;
  color: #6C7279;
}

/* IE ~7 bug fix */
br {
  letter-spacing: 0;
}

