/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-weight: bold;
  font-size: 90%;
  border-radius: 0.25em;
  overflow: hidden;
  color: #fdc900;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #fdc900;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover {
  background-color: #fdc900;
  color: #fff;
  text-decoration: none;
  border-color: #fdc900;
}
.l-yellow .btn {
  background-color: #fff;
  border-color: transparent;
}
.l-yellow .btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
}

.btn-light {
  border-color: #999;
  color: #444;
}
.btn-light:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.btn-primary {
  background-color: #fdc900;
  color: #444;
  border-color: #fdc900;
}
.btn-primary:hover {
  background-color: rgb(212.2, 168.585770751, 0);
  color: #fff;
  border-color: rgb(212.2, 168.585770751, 0);
}

.btn-large {
  padding: 0.7em 2em;
  font-size: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
}

.btn.btn-tw {
  color: #fff;
  background-color: #55acee;
  border-color: transparent;
}
.btn.btn-tw:hover {
  background-color: rgb(47.9090909091, 153.8909090909, 234.2909090909);
  color: #fff;
}

.btn.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: transparent;
}
.btn.btn-fb:hover {
  background-color: rgb(47.5914691943, 71.790521327, 122.6085308057);
  color: #fff;
}

.btn.btn-b {
  color: #fff;
  background-color: #008fde;
  border-color: transparent;
}
.btn.btn-b:hover {
  background-color: rgb(0, 116.7189189189, 181.2);
  color: #fff;
}

@font-face {
  font-family: "HalisGR";
  src: url("../fonts/2D219B_6_0.eot");
  src: url("../fonts/2D219B_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D219B_6_0.woff2") format("woff2"), url("../fonts/2D219B_6_0.woff") format("woff"), url("../fonts/2D219B_6_0.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "HalisGR";
  src: url("../fonts/2D219B_4_0.eot");
  src: url("../fonts/2D219B_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D219B_4_0.woff2") format("woff2"), url("../fonts/2D219B_4_0.woff") format("woff"), url("../fonts/2D219B_4_0.ttf") format("truetype");
  font-weight: bold;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, sans-serif;
  background: #fff;
  color: #444;
  line-height: 1.7;
}

a {
  color: #1c4fa1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: rgb(21.9555555556, 61.946031746, 126.2444444444);
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #444;
  text-decoration: none;
}

.badge {
  font-size: 85%;
  font-weight: normal;
  color: #55acee;
  border: 1px solid #55acee;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2em;
  margin-right: 0.3em;
}

.l-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.l-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.l-row:before, .l-row:after {
  display: table;
  content: " ";
}
.l-row:after {
  clear: both;
}
@media (max-width: 767px) {
  .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 480px) {
  .l-row {
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=l-span] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  [class*=l-span] {
    float: none;
    padding: 0;
    width: auto !important;
    margin-bottom: 1em;
  }
}
[class*=l-span] img {
  max-width: 100%;
}

.l-span1 {
  width: 8.33333333%;
}

.l-span2 {
  width: 16.66666667%;
}

.l-span3 {
  width: 25%;
}

.l-span4 {
  width: 33.33333333%;
}

.l-span5 {
  width: 41.66666667%;
}

.l-span6 {
  width: 50%;
}

.l-span7 {
  width: 58.33333333%;
}

.l-span8 {
  width: 66.66666667%;
}

.l-span9 {
  width: 75%;
}

.l-span10 {
  width: 83.33333333%;
}

.l-span11 {
  width: 91.66666667%;
}

@media (max-width: 767px) {
  br.touch {
    display: none;
  }
}

.l-globalheader {
  padding: 1em 0;
  border-bottom: 3px solid #fdc900;
  *zoom: 1;
}
.l-globalheader:before, .l-globalheader:after {
  display: table;
  content: " ";
}
.l-globalheader:after {
  clear: both;
}
.l-globalheader .left {
  float: left;
  margin-left: 1.3em;
  line-height: 25px;
}
.l-globalheader .left h1 {
  margin: 0;
  display: inline-block;
  font-size: 130%;
}
.l-globalheader .left img {
  vertical-align: middle;
  margin-bottom: 4px;
}
.l-globalheader .left span {
  color: #999;
  text-decoration: none;
  margin-right: 1.3em;
  font-size: 80%;
  margin-left: 0.5em;
}
.l-globalheader .right {
  float: right;
  margin-right: 1.3em;
  font-size: 80%;
  line-height: 25px;
}
@media (max-width: 480px) {
  .l-globalheader .right {
    display: none;
  }
}
.l-globalheader a {
  color: #999;
  text-decoration: none;
}

.l-section {
  padding: 2em 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-section {
    padding: 2em 0;
  }
}
.l-section h1 {
  text-align: center;
  font-size: 3em;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .l-section h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .l-section h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 480px) {
  .l-section h1 {
    font-size: 1.7em;
  }
}
.l-section .section-header {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .l-section .section-header {
    margin-bottom: 1.5em;
  }
}
.l-section .section-header h1 {
  margin: 0;
}
.l-section .section-header p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-section p {
    font-size: 0.95em;
  }
}

.l-yellow {
  background-color: #fdc900;
}
.l-yellow a {
  color: #444;
}

.l-gray {
  background-color: #e9eef0;
}

.l-hero {
  height: 250px;
  background: #fdc900 url("../images/konel-cover.png") repeat-x center 150px;
}
@media (max-width: 767px) {
  .l-hero {
    height: 150px;
    background-size: 600px auto;
    background-position: center 100px;
  }
  .l-hero img {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l-hero {
    height: 100px;
    background-size: 500px auto;
    background-position: center 80px;
  }
  .l-hero img {
    width: 40%;
  }
}
.l-hero h1 {
  margin: 0;
}
.l-hero img {
  max-width: 150px;
}

.header-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .header-nav .l-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.header-nav ul li {
  display: table-cell;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header-nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  font-size: 130%;
  line-height: 1.2em;
}
.header-nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .header-nav ul li a {
    padding: 1em 2px;
    font-size: 90%;
  }
}

.l-intro h2 {
  color: #fdc900;
  border-bottom: 1px solid #fdc900;
  display: inline-block;
  margin: 0.5em 0;
  letter-spacing: 0.5em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .l-intro h2 {
    font-size: 85%;
  }
}
.l-intro h1 {
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .l-intro p {
    text-align: left;
  }
  .l-intro br {
    display: none;
  }
}

.l-members img {
  max-width: 40%;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .l-members .l-span6:first-child {
    margin-bottom: 3em;
  }
}

.l-mission .l-row {
  text-align: left;
}
.l-mission .l-row h2 {
  font-size: 2.3em;
  line-height: 2.3;
  margin: 0;
}
@media (max-width: 767px) {
  .l-mission .l-row h2 {
    font-size: 2em;
  }
}
.l-mission .l-row h2 > span {
  border: 2px solid #444;
  border-radius: 50%;
  width: 1.3em;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  margin-right: 0.2em;
}

.l-faq .q {
  background-color: #fff;
  border-radius: 6px;
  font-style: 300%;
  padding: 6px;
  color: #fdc900;
  margin-right: 0.3em;
}
.l-faq .faq-box {
  margin: 0 0 4em;
}
@media (max-width: 767px) {
  .l-faq p {
    text-align: left;
  }
  .l-faq br {
    display: none;
  }
}

.l-social .btn {
  margin: 0.2em;
}

.social-share-units {
  list-style: none;
  padding: 0;
}
.social-share-units li {
  display: inline-block;
  margin: 0 0.5em;
}
.social-share-units li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.social-share-units li a img {
  vertical-align: middle;
}

.l-footer {
  background-color: #e9eef0;
}

@media (max-width: 767px) {
  .l-special-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-special {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #622151), color-stop(80%, #12486F));
  background: linear-gradient(90deg, #622151 20%, #12486F 80%);
  padding: 1em;
  margin: 2em auto;
  color: #fff;
  overflow: hidden;
}
.l-special h2 {
  margin-top: 0;
  font-size: 300%;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .l-special h2 {
    font-size: 200%;
    margin-bottom: 1em;
  }
}
.l-special h3 {
  color: #fff;
  font-size: 160%;
  line-height: 1.3;
}
.l-special .br-pc {
  display: inline;
}
@media (max-width: 767px) {
  .l-special .br-pc {
    display: none;
  }
}
.l-special .backnumber-wrapper {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-special .backnumber-wrapper {
    margin-left: -10%;
    margin-right: -10%;
  }
}
.l-special .backnumber {
  max-width: 80%;
}
@media (max-width: 767px) {
  .l-special .backnumber {
    max-width: 100%;
  }
}

.l-offer {
  border: 1px solid #ddd;
  padding: 2em;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .l-offer {
    padding: 1em 0.7em;
  }
}
.l-offer img {
  max-width: 100%;
}
.l-offer h2 {
  margin-top: 0;
  font-size: 200%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .l-offer h2 {
    font-size: 170%;
  }
}
.l-offer h3 {
  font-size: 160%;
  line-height: 1.3;
}
.l-offer p {
  text-align: left;
}

.books-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.books-wrapper .books-item {
  width: 31%;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .books-wrapper .books-item {
    width: 48%;
  }
}
.books-wrapper .backnumber {
  -webkit-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.2);
  max-width: 80%;
}
@media (max-width: 767px) {
  .books-wrapper .backnumber {
    max-width: 100%;
  }
}
.books-wrapper .backnumber-yoko {
  max-width: 100%;
}

.goods-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods-wrapper .goods-item {
  width: 23%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .goods-wrapper .goods-item {
    width: 48%;
  }
}
.goods-wrapper img {
  width: 100%;
  height: auto;
}