
@charset "UTF-8";
/*
Theme Name: cnt_rem
Theme URI: http://cnt_rem.blog.cntlog.net/
Author: the conti
Author URI: http://blog.cntlog.net/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu
Text Domain: cnt_rem
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*---------------------------------------------------------------------
# assets
-----------------------------------------------------------------------*/
/* mixIn
   ---------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
SASS mixin
*/
@-webkit-keyframes cnt-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes cnt-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cnt-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cnt-horizontal {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes cnt-horizontal {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cnt-horizontal {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes cnt-vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes cnt-vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes cnt-vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Base
   ---------------------------------------------------------- */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1b9cc5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

/* Modules */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* SASS Variables */
/* Background colors */
/* ==========================================================================
   Foundation 
   ========================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/NotoSansCJKjp-Regular.eot");
  src: url("assets/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("assets/font/NotoSansCJKjp-Regular.woff") format("woff"), url("assets/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("assets/font/NotoSansCJKjp-Bold.eot");
  src: url("assets/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("assets/font/NotoSansCJKjp-Bold.woff") format("woff"), url("assets/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

body, html {
  color: #222;
  font-family: "Noto Sans", "Noto Sans CJK JP","Noto Sans Japanese", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", "Noto Sans CJK JP","Noto Sans Japanese", sans-serif;
}

html, body {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}

p {
  line-height: 1.6;
}

a {
  color: #1565C0;
}

a:hover {
  color: #1565C0;
  text-decoration: none;
}

a:not(.no_hover):hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: 0.5s;
}

ul, li, dl, dd, dt {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

figure {
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*---------------------------------------------------------------------
# Header
-----------------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 0;
}

.site-header .site-branding {
  overflow: hidden;
  text-align: center;
}

.site-header .site-title {
  margin-top: 2rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.site-branding, .main-navigation .menu {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .site-branding, .main-navigation .menu {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.custom_header {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.custom_header .site-description, .custom_header .site-title {
  color: #FFF;
}

.custom_header .site-description a, .custom_header .site-title a {
  color: #FFF;
}

.custom_header .site-branding {
  padding-top: 6em;
  margin-bottom: 6em;
}

.custom_header .site-title {
  margin-bottom: 0;
}

.custom_header .bg-alpha {
  position: absolute;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: -1;
}

.custom_header .main-navigation {
  background: rgba(255, 255, 255, 0.8);
}

/* navigation
   ----------------------------------------------------------------- */
.menu-toggle {
  float: right;
  margin-top: 10px;
}

.menu-toggle.toggled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.main-navigation {
  font-size: 0.9rem;
}

.main-navigation:after {
  content: '';
  clear: both;
}

@media screen and (min-width: 480px) {
  .main-navigation {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    text-transform: uppercase;
  }
}

.main-navigation .menu ul > li {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .main-navigation .menu {
    display: none;
    margin-bottom: 30px;
  }
  .main-navigation .menu .page_item_has_children a, .main-navigation .menu .page_item a {
    border-bottom: 1px solid #EEEEEE;
  }
  .main-navigation .menu .page_item {
    margin-bottom: 0;
  }
  .main-navigation.toggled .menu {
    display: block;
  }
  .main-navigation .children li {
    padding-left: 1em;
  }
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media screen and (min-width: 480px) {
  .main-navigation li {
    float: left;
    position: relative;
  }
}

.main-navigation a {
  display: block;
  padding: 1.3em 1em;
  text-decoration: none;
  line-height: 1.3em;
}

@media screen and (min-width: 480px) {
  .main-navigation ul ul {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/*---------------------------------------------------------------------
# Main
-----------------------------------------------------------------------*/
.site-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.site-content::after {
  clear: both;
  content: "";
  display: table;
}

.content-area {
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .content-area:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .site-main {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.single .site-content, .page .site-content {
  max-width: 100%;
}

.single .content-area, .page .content-area {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}

.single_column .site-main {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.entry-meta, .entry-footer {
  font-size: 0.8rem;
}

.entry-meta {
  color: #E0E0E0;
}

.entry-meta a {
  color: #E0E0E0;
}

.more-link {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.more-link a {
  background: #1565C0;
  padding: 5px;
  display: block;
  color: #FFF;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* pager
   ----------------------------------------------------------------- */
.nav-links {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  padding: 3%;
  background: #FAFAFA;
  font-size: 0.9rem;
}

.nav-links .nav-previous {
  text-align: left;
}

.nav-links .nav-previous:before {
  content: '\f053';
  font-family: FontAwesome;
  margin-right: 1rem;
}

.nav-links .nav-next {
  text-align: right;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #EEEEEE;
}

.nav-links .nav-next:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 1rem;
}

.posts-navigation:before {
  content: '';
  clear: both;
}

/* comment
   ----------------------------------------------------------------- */
.comments-area {
  padding: 3%;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

/* Noimage
   ----------------------------------------------------------------- */
.no-image {
  padding: 28.5% 0 28.5% 0;
  background: #78909C;
}

.no-image:before {
  text-align: center;
  content: "No Image";
  display: block;
  color: #FFF;
  opacity: 0.7;
  font-size: 0.8rem;
}

/*---------------------------------------------------------------------
# Sideber
-----------------------------------------------------------------------*/
.widget-area {
  border-left: 1px solid #EEEEEE;
  padding: 10px 0;
}

@media screen and (min-width: 480px) {
  .widget-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.widget-area .widget-area-in {
  padding: 20px;
  background: #FAFAFA;
}

@media screen and (min-width: 480px) {
  .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .widget-area:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .widget-area {
    padding-right: 2%;
    padding-left: 2%;
  }
}

/*---------------------------------------------------------------------
# Footer
-----------------------------------------------------------------------*/
.footer-widget {
  background: #F5F5F5;
  padding: 2.35765%;
}

.footer-widget .widget-area-in {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-widget .widget-area-in::after {
  clear: both;
  content: "";
  display: table;
}

.footer-widget .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.footer-widget .widget:last-child {
  margin-right: 0;
}

.footer-widget .widget:nth-child(4n) {
  margin-right: 0;
}

.footer-widget .widget:nth-child(4n+1) {
  clear: left;
}

.footer-widget .widget ul {
  max-height: 400px;
  overflow-y: auto;
}

.footer-widget .widget ul::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer-widget .widget ul::-webkit-scrollbar:horizontal {
  height: 5px;
}

.footer-widget .widget ul::-webkit-scrollbar-button {
  display: none;
}

.footer-widget .widget ul::-webkit-scrollbar-piece {
  background: #eee;
}

.footer-widget .widget ul::-webkit-scrollbar-piece:start {
  background: #eee;
}

.footer-widget .widget ul::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #333;
}

.footer-widget .widget ul::-webkit-scrollbar-corner {
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #333;
}

.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: #424242;
  color: #FFF;
  font-size: 0.8rem;
}

.site-footer a {
  color: #FFF;
}

/* ==========================================================================
   Object
   ========================================================================== */
/*---------------------------------------------------------------------
# Component 
-----------------------------------------------------------------------*/
.c-archive-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.c-archive-list:last-child {
  margin-right: 0;
}

.c-archive-list:nth-child(2n) {
  margin-right: 0;
}

.c-archive-list:nth-child(2n+1) {
  clear: left;
}

.c-archive-list .inner {
  padding: 10px;
}

.c-archive-list .post-thum {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.c-archive-list .post-thum .no-image, .c-archive-list .post-thum img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.c-archive-list .post-thum .no-image {
  height: 200px;
}

.c-archive-list .entry-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.c-archive-list .entry-title {
  font-size: 1.5rem;
}

.c-archive-list .entry-meta {
  font-size: 0.8rem;
  color: #222;
}

.c-archive-list .entry-meta a {
  color: #222;
}

.c-archive-list .entry-content {
  color: #E0E0E0;
}

.c-archive-list .entry-footer .cat-links, .c-archive-list .entry-footer .tags-links {
  font-size: 0.8rem;
  display: block;
}

.c-single-content {
  padding: 3%;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.c-single-content .entry-meta {
  margin-bottom: 20px;
}

.c-single-content .entry-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}

.c-wiget .widget .widget-title {
  font-size: 1.3rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-wiget .widget .widget-title:after {
  content: '';
  height: 2px;
  width: 150px;
  background: #E0E0E0;
  display: block;
  margin-top: 20px;
}

.c-wiget .widget ul {
  padding-left: 1rem;
}

@media screen and (max-width: 480px) {
  .c-wiget .widget li {
    margin-bottom: 0;
  }
  .c-wiget .widget li a {
    display: block;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #EEEEEE;
  }
}

/*---------------------------------------------------------------------
# Project 
-----------------------------------------------------------------------*/
.p-single-post .post-title, .p-page-post .post-title {
  text-align: center;
  background: #1565C0;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .p-single-post .post-title, .p-page-post .post-title {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.p-single-post .entry-title, .p-page-post .entry-title {
  color: #FFF;
  font-size: 1.5rem;
}

.p-single-post .post-thum-wrap, .p-page-post .post-thum-wrap {
  margin-top: -40px;
}

.p-single-post .post-thum-wrap img, .p-page-post .post-thum-wrap img {
  width: 100%;
}

.p-page-post .entry-footer {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

/*---------------------------------------------------------------------
# Utility 
-----------------------------------------------------------------------*/
.screen-reader-text {
  display: none;
}

/* Small menu. */
@media screen and (min-width: 480px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation .menu {
    text-align: center;
  }
  .main-navigation .menu > ul {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-navigation ul {
    display: block;
    text-align: left;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.cnt-post_btn {
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background: #1565C0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
}

.cnt-post_btn:hover {
  color: #FFF;
}

.cnt-post_btn:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: 0.5s;
}

.cnt-post_font_size_l {
  font-size: 1.8rem;
  line-height: 1.5;
}

.cnt-post_font_size_s {
  font-size: 0.8rem;
  line-height: 1.2;
}

.cnt-post_title {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-left: 6px solid #1565C0;
  position: relative;
  left: -30px;
}

.cnt-post_marker {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: linear-gradient(transparent 50%, #d9e9fb 50%);
  font-weight: bold;
}

.cnt-post_line {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 1px;
  border: none;
  background: #eeeeee;
}

.cnt-post_alignwrap {
  overflow: hidden;
}

.cnt-post_alignwrap p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 480px) {
  .cnt-post_alignwrap img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 480px) {
  .cnt-post_alignwrap .cnt-post_alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
}

@media screen and (min-width: 480px) {
  .cnt-post_alignwrap .cnt-post_alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
}

/*.clearfix{
  content: "";
  clear: both;
  display: block;
}*/
.cnt-post_aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cnt-post_sp_iframe_content {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}

.cnt-post_sp_iframe_content.cnt-post_ratio4-3 {
  padding: 75% 0 0 0;
}

.cnt-post_sp_iframe_content.cnt-post_ratio16-9 {
  padding: 56.25% 0 0 0;
}

.cnt-post_sp_iframe_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cnt-post_row {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .cnt-post_row .cnt-post_columns {
    text-align: center;
  }
}

.cnt-post_row:after {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}

.cnt-post_column,
.cnt-post_columns {
  box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .cnt-post_column,
  .cnt-post_columns {
    float: left;
  }
}

@media screen and (max-width: 480px) {
  .cnt-post_column img,
  .cnt-post_columns img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 480px) {
  .cnt-post_column,
  .cnt-post_columns {
    margin-left: 4%;
  }
  .cnt-post_column:first-child,
  .cnt-post_columns:first-child {
    margin-left: 0;
  }
  .cnt-post_1.cnt-post_column,
  .cnt-post_1.cnt-post_columns {
    width: 4.66666666667%;
  }
  .cnt-post_2.cnt-post_columns {
    width: 13.3333333333%;
  }
  .cnt-post_3.cnt-post_columns {
    width: 22%;
  }
  .cnt-post_4.cnt-post_columns {
    width: 30.6666666667%;
  }
  .cnt-post_5.cnt-post_columns {
    width: 39.3333333333%;
  }
  .cnt-post_6.cnt-post_columns {
    width: 48%;
  }
  .cnt-post_7.cnt-post_columns {
    width: 56.6666666667%;
  }
  .cnt-post_8.cnt-post_columns {
    width: 65.3333333333%;
  }
  .cnt-post_9.cnt-post_columns {
    width: 74.0%;
  }
  .cnt-post_10.cnt-post_columns {
    width: 82.6666666667%;
  }
  .cnt-post_11.cnt-post_columns {
    width: 91.3333333333%;
  }
  .cnt-post_12.cnt-post_columns {
    width: 100%;
    margin-left: 0;
  }
  .cnt-post_one-third.cnt-post_column {
    width: 30.6666666667%;
  }
  .cnt-post_two-thirds.cnt-post_column {
    width: 65.3333333333%;
  }
  .cnt-post_one-half.cnt-post_column {
    width: 48%;
  }
  /* Offsets */
  .cnt-post_offset-by-one.cnt-post_column,
  .cnt-post_offset-by-one.cnt-post_columns {
    margin-left: 8.66666666667%;
  }
  .cnt-post_offset-by-two.cnt-post_column,
  .cnt-post_offset-by-two.cnt-post_columns {
    margin-left: 17.3333333333%;
  }
  .cnt-post_offset-by-three.cnt-post_column,
  .cnt-post_offset-by-three.cnt-post_columns {
    margin-left: 26%;
  }
  .cnt-post_offset-by-four.cnt-post_column,
  .cnt-post_offset-by-four.cnt-post_columns {
    margin-left: 34.6666666667%;
  }
  .cnt-post_offset-by-five.cnt-post_column,
  .cnt-post_offset-by-five.cnt-post_columns {
    margin-left: 43.3333333333%;
  }
  .cnt-post_offset-by-six.cnt-post_column,
  .cnt-post_offset-by-six.cnt-post_columns {
    margin-left: 52%;
  }
  .cnt-post_offset-by-seven.cnt-post_column,
  .cnt-post_offset-by-seven.cnt-post_columns {
    margin-left: 60.6666666667%;
  }
  .cnt-post_offset-by-eight.cnt-post_column,
  .cnt-post_offset-by-eight.cnt-post_columns {
    margin-left: 69.3333333333%;
  }
  .cnt-post_offset-by-nine.cnt-post_column,
  .cnt-post_offset-by-nine.cnt-post_columns {
    margin-left: 78.0%;
  }
  .cnt-post_offset-by-ten.cnt-post_column,
  .cnt-post_offset-by-ten.cnt-post_columns {
    margin-left: 86.6666666667%;
  }
  .cnt-post_offset-by-eleven.cnt-post_column,
  .cnt-post_offset-by-eleven.cnt-post_columns {
    margin-left: 95.3333333333%;
  }
  .cnt-post_offset-by-one-third.cnt-post_column,
  .cnt-post_offset-by-one-third.cnt-post_columns {
    margin-left: 34.6666666667%;
  }
  .cnt-post_offset-by-two-thirds.cnt-post_column,
  .cnt-post_offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .cnt-post_offset-by-one-half.cnt-post_column,
  .cnt-post_offset-by-one-half.cnt-post_columns {
    margin-left: 52%;
  }
}

@media screen and (min-width: 480px) {
  .cnt-post_pc_visible {
    display: block !important;
  }
  .cnt-post_pc_hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  img {
    float: none;
  }
  .cnt-post_sp_visible {
    display: block !important;
  }
  .cnt-post_sp_hidden {
    display: none !important;
  }
  a, span, small {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
    display: inline-block;
  }
}

/*---------------------------------------------------------------------
# RESET
-----------------------------------------------------------------------*/
.u-reset-wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.u-reset {
  margin: 0;
  padding: 0;
}

.u-reset-lh, .u-lh0 {
  line-height: 0;
}

.u-no-list {
  list-style: none;
}

.u-lh1 {
  line-height: 1;
}

.u-lh-nomal {
  line-height: 1.5em;
}

.u-bg-none {
  background: none;
}

.u-w-auto {
  width: auto;
}

.u-bold {
  font-weight: bold;
}

.u-ovh {
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .u-sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-pc-hidden {
    display: none;
  }
}

/*---------------------------------------------------------------------
# LAYOUT
-----------------------------------------------------------------------*/
/* LAYOUT
   ---------------------------------------------------------- */
.u-d-table {
  display: table;
}

.u-table-midlle {
  display: table-cell;
  vertical-align: middle;
}

.u-table-fix {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.u-table-fix li {
  display: table-cell;
  vertical-align: middle;
}

.u-table-lyt {
  display: table-row-group;
}

.u-table-lyt dl {
  display: table-row;
  margin: 0;
}

.u-table-lyt dl dt,
.u-table-lyt dl dd {
  display: table-cell;
}

.u-t-center {
  text-align: center;
}

.u-t-left {
  text-align: left;
}

.u-t-right {
  text-align: right;
}

.u-fl-list {
  overflow: hidden;
  list-style: none;
}

.u-fl-list li {
  float: left;
}

.u-fl-left {
  float: left;
}

.u-fl-right {
  float: right;
}

.u-pointer {
  cursor: pointer;
}

.u-relative, pos-r {
  position: relative;
}

.u-absolute, pos-a {
  position: absolute;
}

.u-fixed, pos-f {
  position: fixed;
}

.u-pos-left {
  left: 0;
}

.u-pos-right {
  right: 0;
}

.u-pos-top {
  top: 0;
}

.u-pos-bottom {
  bottom: 0;
}

.u-pos-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.u-clearfix, .entry-content, .posts-navigation:before {
  display: block;
  *zoom: 1;
}

.u-clearfix:after, .entry-content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

/* SPACE
   ---------------------------------------------------------- */
.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-m-bottom {
  margin-bottom: 15px;
}

.u-m-top {
  margin-top: 15px;
}

.u-m-left {
  margin-left: 15px;
}

.u-m-right {
  margin-right: 15px;
}

.u-m-0 {
  margin: 0;
}

.u-m-bottom0 {
  margin-bottom: 0;
}

.u-m-top0 {
  margin-top: 0;
}

.u-m-left0 {
  margin-left: 0;
}

.u-m-right0 {
  margin-right: 0;
}

.u-p-0 {
  padding: 0;
}

.u-p-bottom {
  padding-bottom: 15px;
}

.u-p-top {
  padding-top: 15px;
}

.u-p-left {
  padding-left: 15px;
}

.u-p-right {
  padding-right: 15px;
}

.u-m-space {
  margin: 15px;
}

.u-p-space {
  padding: 15px;
}

.u-side-space {
  padding-left: 10px;
  padding-right: 10px;
}

/* BORDER
   ---------------------------------------------------------- */
.u-border {
  border: 1px solid #EEEEEE;
}

.u-border-top {
  border-top: 1px solid #EEEEEE;
}

.u-border-bottom {
  border-bottom: 1px solid #EEEEEE;
}

.u-border-left {
  border-left: 1px solid #EEEEEE;
}

.u-border-radiusright {
  border-right: 1px solid #EEEEEE;
}

.u-border-bold {
  border: 2px solid #EEEEEE;
}

.u-border-bold-top {
  border-top: 2px solid #EEEEEE;
}

.u-border-bold-bottom {
  border-bottom: 2px solid #EEEEEE;
}

.u-border-bold-left {
  border-left: 2px solid #EEEEEE;
}

.u-border-bold-right {
  border-right: 2px solid #EEEEEE;
}

/* FONTS
   ---------------------------------------------------------- */
.u-font-xxlrg {
  font-size: 2.7rem;
}

.u-font-xlrg {
  font-size: 1.8rem;
}

.u-font-lrg {
  font-size: 1.4rem;
}

.u-font-nml {
  font-size: 1rem;
}

.u-font-sml {
  font-size: 0.8rem;
}

.u-font-xsml {
  font-size: 0.5rem;
}

.u-font-xxsml {
  font-size: 0.75rem;
}

.u-web_font {
  font-family: 'Inika', serif;
}

/* OTHER
   ---------------------------------------------------------- */
.u-img-w100, .u-w100 {
  width: 100%;
}

.u-img-wmax {
  max-width: 100%;
}

.u-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.u-ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.u-indent, .u-notes > li {
  text-indent: 1rem;
  padding-left: -1rem;
}

.u-notes {
  font-size: 0.5rem;
  line-height: 1.3em;
  color: #555;
}

.u-hover:hover,
.u-hover:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: 0.5s;
}

/*---------------------------------------------------------------------
# COLOR
-----------------------------------------------------------------------*/
/* TEXT
   ---------------------------------------------------------- */
.u-text-main,
.u-text-main a {
  color: #66CC99;
}

.u-text-main:hover,
.u-text-main a:hover {
  color: #66CC99;
}

.u-text-accent,
.u-text-accent a {
  color: #66CC99;
}

.u-text-accent:hover,
.u-text-accent a:hover {
  color: #66CC99;
}

.u-text-notice,
.u-text-notice a {
  color: #9d261d;
}

.u-text-notice:hover,
.u-text-notice a:hover {
  color: #9d261d;
}

.u-text-black, .u-bg-white {
  color: #000;
}

.u-text-black a, .u-bg-white a, .u-text-black a:hover, .u-bg-white a:hover {
  color: #000;
}

.u-text-white, .u-bg-black {
  color: #fff;
}

.u-text-white a, .u-bg-black a, .u-text-white a:hover, .u-bg-black a:hover {
  color: #fff;
}

.u-text-white, .u-bg-black {
  color: #fff;
}

.u-text-white a, .u-bg-black a, .u-text-white a:hover, .u-bg-black a:hover {
  color: #fff;
}

.u-text-gray-light {
  color: #999;
}

.u-text-gray-light a, .u-text-gray-light a:hover {
  color: #999;
}

.u-text-gray {
  color: #555;
}

.u-text-gray a, .u-text-gray a:hover {
  color: #555;
}

.u-text-blue {
  color: #049cdb;
}

.u-text-blue a, .u-text-blue a:hover {
  color: #049cdb;
}

.u-text-green {
  color: #46a546;
}

.u-text-green a, .u-text-green a:hover {
  color: #46a546;
}

.u-text-red {
  color: #9d261d;
}

.u-text-red a, .u-text-red a:hover {
  color: #9d261d;
}

.u-text-yellow {
  color: #ffc40d;
}

.u-text-yellow a, .u-text-yellow a:hover {
  color: #ffc40d;
}

.u-text-orange {
  color: #f89406;
}

.u-text-orange a, .u-text-orange a:hover {
  color: #f89406;
}

.u-text-pink {
  color: #c3325f;
}

.u-text-pink a, .u-text-pink a:hover {
  color: #c3325f;
}

.u-text-purple {
  color: #7a43b6;
}

.u-text-purple a, .u-text-purple a:hover {
  color: #7a43b6;
}

/* BACKGROUND
   ---------------------------------------------------------- */
.u-bg-color {
  background: #1565C0;
}

.u-bg-main {
  background: #66CC99;
}

.u-bg-accent {
  background: #66CC99;
}

.u-bg-black {
  background: #fff;
}

.u-bg-white {
  background: #fff;
}

.u-bg-gray {
  background: #555;
}

.u-bg-gray-light {
  background: #999;
}

/*---------------------------------------------------------------------
# JACASCRIPT
-----------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .js-device-text-change:after {
    content: attr(data-label);
  }
  .js-device-text-change img {
    display: none;
  }
}
