@charset "UTF-8";
/*
Template: emanon
Theme Name: emanon_child
Theme Name: Emanon
Theme URI: 
Author: 株式会社イノ・コード
Author URI: 
Description: Emanon for WordPress is a template of the blog format.
Version: 1.0
License:
License URI:
Tags: white,two-columns, right-sidebar, responsive-layout, custom-header, custom-menu,custom-colors, editor-style,theme-options
Text Domain: emanon
*/

/* Suggested order:
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset Stylesheet
 * 2.0 - grid system
 * 3.0 - Web fonts
 * 4.0 - Typography
 * 5.0 - Elements
 * 6.0 - Forms
 * 7.0 - widget
 *   7.1 - widget search form
 *   7.2 - widget calendar
 *   7.3 - widget tagcloud posts
 * 8.0 - Navigations
 *   8.1 - Anchor
 *   8.2 - Global navigation
 *   8.3 - Responsive global navigation
 *   8.4 - Pagination
 *   8.5 - Button
 * 9.0 - Alignments
 *    9.1 - Position
 *    9.2 - Wordpress css
 *    9.3 - Text align
 *    9.4 - display
 * 10.0 - Clearfix
 * 11.0 - Header
 * 12.0 - main content
 *    12.1 - Front page
 *    12.2 - Comments
 *    12.3 - CTA box
 *    12.4 - Related poste
 *    12.5 - Archive
 * 13.0 - sidebar
 * 14.0 - Footer
 *    14.1 - Contact-bo
 *    14.2 - Top scroll
 *    14.3 - footer bottom
 * 15.0 - Media
 * 16.0 - Media Queries
 */

/*------------------------------------------------------------------------------------
/* 1.0 Reset Stylesheet
/*----------------------------------------------------------------------------------*/

/* original
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol,ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Change colours to suit your needs */
address, cite {
  font-style: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  border: none;
}

/*------------------------------------------------------------------------------------
/* 2.0 Grid system
/*----------------------------------------------------------------------------------*/
.container {
  width: 1120px;
  margin: 0 auto;
}

.container:after {
  display: block;
  clear: both;
  content: "";
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
  float: left;
  margin-left: 2.8%;
}

.first {
  margin-left: 0;
}

.col1 {
  width: 5.7%;
}

.col2 {
  width: 14.3%;
}

.col3 {
  width: 22.9%;
}

.col4 {
  width: 31.4%;
}

.col5 {
  width: 40.0%;
}

.col6 {
  width: 48.6%;
}

.col7 {
  width: 57.1%;
}

.col8 {
  width: 65.7%;
}

.col9 {
  width: 74.3%;
}

.col10 {
  width: 82.9%;
}

.col11 {
  width: 91.4%;
}

.col12 {
  width: 100.0%;
}

/*------------------------------------------------------------------------------------
/* 3.0 Web fonts http://fontawesome.io
/*----------------------------------------------------------------------------------*/
.fa {
  margin: 0 4px;
/* color: #6c87a1; inline-styles*/
}

/*------------------------------------------------------------------------------------
/* 4.0 Typography
/*----------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka",sans-serif;
  background-color: #f9f9f9;
  color: #666;
  font-size: 1.6px;
  font-size: 1.6rem;
  word-wrap: break-word;
}

h1 {
  line-height: 1.21;
  margin: 32px 0;
  color: #333;
  font-size: 53px;
  font-size: 5.3rem;

}

h2 {
  line-height: 1.8;
  margin: 32px 0;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
}

h3 {
  line-height: 1.15;
  margin: 32px 0;
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
}

h4,h5,h6 {
  line-height: 1;
  margin: 16px 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}

blockquote {
  display: block;
  background-color: #fafafa;
  border: 1px solid #e2e5e8;
  quotes: "\201C""\2018";
}

blockquote p {
  padding: 0 32px 16px 32px;
}

blockquote:before {
  line-height: 0.1;
  vertical-align: -30px;
  color: #e2e5e8;
  font-size: 60px;
  font-size: 6.0rem;
  content: open-quote;
}

.small, small {
  font-size: 12px;
  font-size: 1.2rem;
}

.large {
  font-size: 18px;
  font-size: 1.8rem;
}

.big {
  font-size: 20px;
  font-size: 2.0rem;
}


/*------------------------------------------------------------------------------------
/* 5.0 Elements
/*----------------------------------------------------------------------------------*/
table {
  width: 100%;
}

th {
  padding: 8px;
  border: 1px solid #e2e5e8;
  vertical-align: middle;
  background-color: #fafafa;
  font-weight: normal;
}

td {
  padding: 8px;
  border: 1px solid #e2e5e8;
}

dl {
  margin: 32px 0;
}

dt {
  padding: 8px 0;
  font-weight: bold;
}

/*------------------------------------------------------------------------------------
/* 6.0 Forms
/*----------------------------------------------------------------------------------*/
textarea {
  width: 100%;
  overflow: auto;
  vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin-bottom: 8px;
  padding: 8px 0;
  border: 1px solid #e2e5e8;
  background-color: #fff;
}

input[type="submit"] {
  padding: 8px;
  border: none;
/* background-color: #6c87a1;inline-styles*/
  color: #fff;
}

.button input[type="submit"] {
  margin: 16px 0;
  padding: 8px 32px;
  border-radius: 4px;
}


input.trackback-field {
  height: 32px;
  width: 100%;
}

.wpcf7-radio .wpcf7-list-item { 
  display: block;
}

div.wpcf7-response-output {
  margin: 0 !important;
}


/*------------------------------------------------------------------------------------
/* 7.0 widget
/*----------------------------------------------------------------------------------*/
/* ------ 7.1 widget search form ------ */
.searchform Label {
  display: none;
}

.searchform input[type="text"] {
  width: 79%;
  background-color: #fff;
}

/* ------ 7.2 widget calendar ------ */
#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar caption {
  margin: 16px 0;
}

#wp-calendar tbody td {
  padding: 3px;
}

#wp-calendar tbody td a {
  /* color: #6c87a1; inline-styles*/
}

#wp-calendar #today {
  font-weight: bold;
}

/* ------ 7.3 widget tagcloud posts ------ */
.tagcloud a {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0px 4px 4px 0;
  padding: 6px;
  border: 1px solid #e2e5e8;
  font-size: 12px !important;
  font-size: 1.2rem;
  transition: 0.6s ease;
}

.tagcloud a:hover {
  border: 1px solid #a8a5cc;
}

/*------------------------------------------------------------------------------------
/* 8.0 Navigations
/*----------------------------------------------------------------------------------*/
/* ------ 8.1 Anchor ------ */
a {
  outline: none;
  text-decoration: none;
}

a {
 /* color: #6c87a1; inline-styles*/
}

a:hover {
 /* color: #a8a5cc; inline-styles*/
}

/* ------ 8.2 Global navigation ------ */
#nav-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #e2e5e8;
  line-height: 46px;
}

.global-nav a {
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.6s ease;
}

.global-nav a:hover {
  /* color: #a8a5cc; inline-styles*/
}

.global-nav .current-menu-item a {
  /* color: #a8a5cc !important; inline-styles*/
}

.global-nav li {
  position: relative;
  float: left;
  padding-right: 48px;
  text-align: center;
  text-transform: uppercase;
}

.global-nav li ul {
  position: absolute;
  top: 46px;
  background-color: #fff;
  border-left: 1px solid #e2e5e8;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
  z-index: 9999;
}

.global-nav li ul li {
  border-top: 1px solid #e2e5e8;
  padding: 0 8px;
  width: 200px;
  text-align: left;
}

.global-nav .menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

.global-nav .menu-item-has-children ul li ul {
  position: absolute;
  top: -1px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
}

.global-nav .menu-item-has-children ul li :hover ul {
  visibility: visible;
  opacity: 1;
}

/* ------ 8.3 Responsive global navigation ------ */
/* hide the link until viewport 768px size is reached */
.slicknav_menu {
  display:none;
}

/* ------ 8.4 Pagination ------ */
.screen-reader-text {
  display: none;
}

.pagination {
  margin-top: 32px;
}

.pagination a {
  /* color: #a8a5cc; inline-styles*/
  transition: 0.6s ease;
}

.pagination a:hover {
  /* background-color: #a8a5cc; inline-styles*/
  color: #fff;
}

.pagination .current {
  /* background-color: #a8a5cc; inline-styles*/
  color: #fff;
}

.page-numbers {
  display: inline-block;
  margin-right: 4px;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #e2e5e8;
}

/* paginated posts <!--nextpage--> */
.next-page {
  padding: 32px 0;
}

.next-page span {
  padding: 8px 16px;
  border-radius: 4px;
  /* border: 1px solid #a8a5cc; inline-styles*/
  /* color: #a8a5cc; inline-styles*/
  transition: 0.6s ease;
}

.next-page a span {
  /* background-color: #a8a5cc; inline-styles*/
  color: #fff;
}

.next-page span:hover {
  background-color: #fff;
  border: 1px solid #e2e5e8;
  /* color: #a8a5cc; inline-styles*/
}

/* Post-navigation */
.post-navigation {
  border-top: 1px solid #e2e5e8;
  border-bottom: 1px solid #e2e5e8;
}

.post-navigation h3 {
  margin: 0;
  padding: 0 4px;
  font-size: 16px;
  font-size: 1.6rem;
}

.nav-previous {
  float: left;
  width: 49%;
  border-right: 1px solid #e2e5e8;
}

.nav-previous a {
  display: block;
  padding: 16px 16px 16px 0;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

.nav-next a {
  display: block;
  padding: 16px 0 16px 16px;
}

.nav-links:before,
.nav-links:after {
  display: block;
  clear: both;
  content: "";
}

.post-nav {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  color: #666;
}

/* ------8.5 Button ------ */
.button span {
  padding: 16px 32px;
  /* background-color: #a8a5cc; inline-styles*/
  border-radius: 4px;
  color: #fff;
  transition: 0.6s ease;
}

.button span:hover {
  background: none;
  border: 1px solid #fff;
}

.content-btn {
  margin: 64px 0;
}

.content-btn span {
  border-radius: 4px;
}

.content-btn span:hover {
  background: #fb7f12;
  border: 1px solid #fff;
}


.button .fa {
  color: #fff;
}

.btn_area {
  padding: 32px 0;
  text-align: center;
}

.btn_area input[type="submit"] {
  padding:8px 32px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}

.btn_area button {
  background-color: #fca355;
  padding:8px 32px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/*------------------------------------------------------------------------------------
/* 9.0 Alignments
/*----------------------------------------------------------------------------------*/
/* ------ 9.1 Position ------ */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* ------ 9.2 Wordpress css ------ */
.alignnone {
  display: block;
  margin: 16px 0;
}

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

.alignleft {
  display: inline;
  float: left;
  margin: 0 32px 16px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 16px 32px;
}

/* ------ 9.3 Text align ------ */
.text-center {
  text-align: center;
}

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

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

/* ------ 9.4 display ------ */
.hide {
  display:none;
}

.display {
  display:block;
}

/*------------------------------------------------------------------------------------
/* 10.0 Clearfix
/*----------------------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------------------------------
/* 11.0 Header
/*----------------------------------------------------------------------------------*/
.top-wrapper {
  margin: 0;
  /* background-color: #6c87a1; inline-styles*/
  font-weight: normal;
}

.top-wrapper h1 {
  line-height: 2;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.top-wrapper li {
  display: inline-block;
}

.top-wrapper .fa {
  width: 24px;
  height: 24px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  color: #fff;
  transition: 0.6s ease;
}

.top-wrapper a:hover .fa {
  /* color: #a8a5cc; inline-styles*/
}

.header-contact {
  float: right;
  margin-left: 6px;
}

.header-contact a {
  color: #fff;
  transition: 0.6s ease;
}

.header-contact a:hover {
  /* color: #a8a5cc; inline-styles*/
}

.header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e2e5e8;
}

.header-logo {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
}

.header-logo img {
  max-height: 56px;
}

.header-site-name {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.header-cta {
  display: table-cell;
  height: 96px;
  width: 22.9%; /* col3の幅 */
  vertical-align: middle;
  text-align: right;
}

.header-message {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.header-tel {
  color: #000c15;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.header-tel a {
  color: #000c15;
}

.header-time {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------------
/* 12.0 main content
/*----------------------------------------------------------------------------------*/
.content {
  margin: 64px 0;
}

.breadcrumb-wrapper {
  margin-top: -16px;
}

.breadcrumb-wrapper li {
  float: left;
  line-height: 2.7;
  padding-right: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

.main-inner {
  margin-bottom: 32px;
  background-color: #fff;
  border: 1px solid #e2e5e8;
}

.main-inner:after {
  display: block;
  clear: both;
  content: "";
}

.post-header {
  padding: 32px 51px 0 51px;
}

.post-meta li {
  float: left;
  padding-right: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-meta .fa {
  margin-left: 0;
}

.edit-link {
  font-size: 16px;
  font-size: 1.6rem;
}

.post-content {
  padding: 0 51px 32px 51px;
}

.post-content h3 {
  padding: 8px 0 8px 8px;
  background-color: #fafafa;
  /* border-left: 8px solid #6c87a1; inline-styles*/
}

.post-content h4, .post-content h5, .post-content h6 {
  margin: 40px 0 0 0;
}

.post-content ol {
  margin: 16px 0 16px 32px;
  list-style: decimal;
}

.post-content ul {
  margin: 16px 0 16px 32px;
  list-style: disc;
}

.post-content ul ul li {
  list-style: circle;
}

.post-content p {
  margin: 32px 0;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.supplement {
  margin: 0 16px 32px 16px;
  padding: 16px;
  border: 1px solid #e2e5e8;
}

.warning {
  margin: 0 16px 32px 16px;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #e2e5e8;
}

.supplement p:last-child, .warning p:last-child {
  margin-bottom: 0;
}

.supplement li:last-child, .warning li:last-child {
  margin-bottom: 0;
}

.bsupplement ul, .warning ul, .supplementol, .warning ol {
  margin-bottom: 0;
}

.point {
  color: #f00;
  font-weight: bold;
}

.must {
  color: #ff5e3a;
  font-size: 12px
}

.post-footer {
  padding: 0 51px 32px 51px;
}

/* color */
.green {
  color: #72da5c;
}

.red {
  color: #ff5e3a;
}

.pink {
  color: #fa6793;
}

.brown {
  color: #6d4c33;
}

.purple {
  color: #c643fc;
}

.orange {
  color: #fca355;
}

.blue {
  color: #25a4ed;
}

.lightblue {
  color: #9ddfff;
}

/* color border-left */
.border-left-green {
  border-left: solid 4px #72da5c;
}

.border-left-red {
  border-left: solid 4px #ff5e3a;
}

.border-left-pink {
  border-left: solid 4px #fa6793;
}

.border-left-brown {
  border-left: solid 4px #6d4c33;
}

.border-left-purple {
  border-left: solid 4px #c643fc;
}

.border-left-orange {
  border-left: solid 4px #fca355;
}

.border-left-blue {
  border-left: solid 4px #25a4ed;
}

.border-left-lightblue {
  border-left: solid 4px #9ddfff;
}

/* color background */
.background-green {
  background-color: #72da5c;
}

.background-red {
  background-color: #ff5e3a;
}

.background-pink {
  background-color: #fa6793;
}

.background-brown {
  background-color: #6d4c33;
}

.background-purple {
  background-color: #c643fc;
}

.background-orange {
  background-color: #fca355;
}

.background-blue {
  background-color: #25a4ed;
}

.background-lightblue {
  background-color: #9ddfff;
}

/* SNS share button */
.share-btn {
  text-align: center;
}

.share-btn .fa {
  color: #fff;
}

.share-btn ul {
  margin: 16px;
}

.share-btn li {
  display: inline-block;
  padding-right: 4px;
  width: 14%;
  list-style: none;
}

.share-btn li a {
  display: block;
  padding: 3px;
  font-size: 80%;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.share-btn li a:hover {
  opacity: 0.8;
}

/* Twitter */
.twitter a {
  background-color: #00acee;
}

/* Facebook */
.facebook a {
  background-color: #305097;
}

/* Googleplus */
.googleplus a {
  background-color: #db4a39;
}

/* Hatebu */
.hatebu a {
  background-color: #5d8ac1;
}

/* Pocket */
.pocket a {
  background-color: #f03e51;
}

/* Feedly */
.feedly a {
  background-color: #87c040;
}

/* ------ 12.1 Front page ------ */
/* Key-visual */
.key-visual {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.key-visual-message {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  bottom: 0;
  margin: auto;
  line-height: 2.0;
}

.header-title, .slider-title {
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.header-sub-title, .slider-sub-title {
  line-height: 1.78;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.key-visual-button {
  margin: 32px 0;
}

/* Focus wrapper */
.focus-wrapper {
  padding: 32px 0;
  background-color: #fff;
  border-bottom: 1px solid #e2e5e8;
}

.focus-heading {
  padding: 16px 0;
  text-align: center;
}

.focus-heading h2 {
  line-height: 1.15;
  margin: 0 0 32px 0;
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
}

.box-list {
  margin-bottom: 32px;
}

.box-list h3 {
  line-height: 1.6;
  margin: 16px 0;
  margin: 0 0 16px 0;
  font-size: 20px;
  font-size: 2.0rem;
}

.box-icon {
  float: left;
  margin-right: 16px;
}

.box-icon img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transition: 0.6s ease;
}

.box-list a:hover img {
	opacity: 0.8;
}

.box-detail {
  overflow: hidden;
}

/* Second focus wrapper */
.second-focus-wrapper {
  margin-bottom: 32px;
}


/* first box */
.first-box-list {
  margin-bottom: 32px;
}

.first-box-list h3 {
  margin: 0;
  padding: 8px 0;
  background-color: #25a4ed;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

/* second box */
.second-box-list {
  margin-bottom: 32px;
  min-height: 480px;
  border: 1px solid #e2e5e8;
  background-color: #fff;
}

.second-box-list h3 {
  margin: 0 0 16px 0;
  padding-top: 16px;
  text-align: center;
}

.second-box-list p {
  padding: 0 8px 16px 8px;
}

.second-box-list ul {
  padding: 16px;
}

.second-box-list li {
  padding: 4px 0;
}

.second-box-footer {
  padding: 16px 0;
  text-align: center;
}

.second-box-footer .button span {
  background-color: #72da5c;
  border: 1px solid #72da5c;
}

.second-box-footer .button span:hover {
  background-color: #25a4ed;
  border: 1px solid #25a4ed;
}

.second-point {
  padding: 16px 16px 8px 16px;
  background-image: url(./lib/images/point.jpg);
  background-size:cover;
  background-repeat: no-repeat;
}

/* Post wrapper */
.post-wrapper {
  margin: 0 0 32px 0;
  border-bottom: 1px solid #e2e5e8;
}

.sticky-post {
  padding:2px 4px;
  /* background-color: #6c87a1; inline-styles*/
  color: #fff;
}

.post-thumbnail {
  float: left;
  width: 24.03%;
  height: auto;
  margin-bottom: 32px;
}

.post-thumbnail img {
  border-radius: 4px;
  transition: 0.6s ease;
}

.post-thumbnail a:hover img {
	opacity: 0.8;
}

.post-date {
  float: right;
  width: 69.94%;
  height: auto;
  padding: 0 2.88%;
}

.post-date p {
  padding-bottom: 16px;
}

.front-list-title {
  line-height: 1.15;
  margin: 12px 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.category-title {
  margin-top: 0;
  padding: 8px;
  color: #fff;
}

.read-more-btn span {
  display: block;
  margin: 16px 0;
  letter-spacing: 2px;
}

/* Page */
.post-date .voice {
  margin: 16px 0;
}

/* ------ 12.2 Comments ------ */
#comment-area {
  margin: 32px 0;
  border-top: 1px solid #e2e5e8;
}

.comment-box {
  padding-bottom: 32px;
}

.avatar {
  float: left;
  margin-right: 8px;
}

.avatar img {
  border: 2px solid #e2e5e8;
  border-radius: 50%;
}

.comment-meta {
  padding-top: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}

.comment-text {
  margin-left: 82px;
}

.comment-reply {
  font-size: 12px;
  font-size: 1.2rem;
}

.children li {
  margin: 32px 0 0 82px;
  padding:16px 0 0 16px;
  background-color: #f8f8f8;
}

/* comment form */
.required {
  font-size: 12px;
  font-size: 1.2rem;
  /* color: #6c87a1; inline-styles*/
}

.form-submit {
  margin: 32px 0;
}

/* wordpress style */
.bypostauthor {
  background-color: #000;
}

/* ------ 12.3 CTA box ------ */
.cta-wrapper {
  margin-bottom: 32px;
  padding: 32px 51px;
  border: 1px solid #e2e5e8;
/*  background-color: #1b1b1b;inline-styles*/
}

.cta-heading {
  text-align: center;
}

.cta-heading h3 {
  margin: 0 0 32px 0;
  padding-bottom: 16px; 
  border-bottom: 1px solid #e2e5e8;
/*  color: #fff;inline-styles*/
}

.cta-content {
  padding-bottom: 32px;
}

.cta-footer {
  padding: 32px 0;
  text-align: center;
}

.cta-box-text {
  float: left;
  padding-right: 4%;
  width: 56%;
/*  color: #fff;inline-styles*/
}

.cta-box-image {
  float: right;
  width: 40%;
}

.cta-button span {
  padding: 16px 64px;
/*  background-color: #a8a5cc; inline-styles*/
  border-radius: 4px;
  color: #fff;
  transition: 0.6s ease;
}

.cta-button span:hover {
  opacity: 0.8;
}

/* ------ 12.4 Related poste ------ */
.related-inner {
    margin-bottom: 32px;
    padding: 32px 51px 0 51px;
    background-color: #fff;
    border: 1px solid #e2e5e8;
}

.related-post-title {
  margin: 32px 0 16px 0;
  padding-left: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

.related-post {
  float: left;
  width: 50%;
  margin-bottom: 32px;
}

.related-thumbnail {
  float: left;
  width: 32.96%;
  height: auto;
}

.related-thumbnail img {
  border-radius: 4px;
  transition: 0.6s ease;
}

.related-thumbnail a:hover img {
	opacity: 0.8;
}

.related-post-date {
  float: left;
  width: 58.25%;
  height: auto;
  margin: 0 4.39%;
}

.related-post-date h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ------ 12.5 Archive ------ */
.archive-title {
  line-height: 1.15;
  margin: 8px 0 16px 0;
  padding-left: 8px;
  /* border-left: 8px solid #6c87a1; inline-styles*/
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
}

.archive-description {
  margin: 16px 0;
}

/*------------------------------------------------------------------------------------
/* 13.0 Sidebar
/*----------------------------------------------------------------------------------*/
.side-box .current-menu-item a {
  /* color: #a8a5cc; inline-styles*/
}
.mail-mag input[type="text"] {
  width: 70%;
  margin: 4px 0;
}

.side-widget-box {
  border: 1px solid #e2e5e8;
  background-color: #fff;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.side-widget-box li:before {
  padding-right: 4px;
  color: #e2e5e8;
}

.side-widget-box, .menu li:before {
  font-family:"FontAwesome";
  content:"\f105";
}

.side-widget-box h3 {
  margin: 0;
  padding: 8px 0;
  background-color: #25a4ed;
  font-size: 16px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

.side-widget-box ol, .side-widget-box ul, .side-widget-box p, .side-widget-box .tagcloud {
  padding: 4px 8px;
}

.side-widget-box li{
  padding: 4px 0;
}

.side-widget-box a {
  color: #333;
}

.side-widget-box img {
  padding: 0 3px;
}

.side-widget-box .current-menu-item a {
  /* color: #a8a5cc !important; inline-styles*/
}

.side-widget-box a:hover {
  /* color: #a8a5cc; inline-styles*/
}

/* profile */
.profile {
  text-align: center;
  transition: 0.6s ease;
}

.profile-photo {
  margin-top: 16px;
}

.profile-photo img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  transition: 0.6s ease;
}

.profile-photo :hover img {
	opacity: 0.8;
}

.profile h4 {
  margin: 8px ;0
}

.profile p {
  text-align: left;
}

.profile-follow-btn {
  text-align: center;
}

.profile-follow-btn li {
  display: inline-block;
  margin-right: 4px;
  padding: 0; 
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #e2e5e8;
  border-radius: 50%;
}

.profile-follow-btn li .fa {
  transition: 0.6s ease;
}

.follow_twitter .fa:hover {
  color: #00acee;
}

.follow_facebook .fa:hover {
  color: #305097;
}

.follow_gfollow .fa:hover {
  color: #db4a39;
}

.follow_instagram .fa:hover {
  color: #3f729b;
}

author-box-text {
  margin-left: 92px;
}

.author-box-text p {
  margin: 8px 0;
}
/*------------------------------------------------------------------------------------
/* 14.0 Footer
/*----------------------------------------------------------------------------------*/
.media-coverage {
  padding: 16px 0;
  background-color: #fff;
  border-top: 1px solid #e2e5e8;
}

.media-coverage h3 {
  margin: 0;
  padding: 8px 0 8px 8px;
  line-height: 1;
  border-left: 4px solid #e2e5e8;
  font-size: 20px;
  font-size: 2.0rem;
}

.media-coverage h4 {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ------ 14.1 Contact-box ------ */
.footer-tel a {
  color: #fff;
}

.footer-cta {
  /* background-color: #6c87a1;inline-styles*/
  border-top: 1px solid #e2e5e8;
  color: #fff;
}

.footer-cta-title {
  margin: 15px 0;
}

.footer-cta-title .fa {
  /* color: #a8a5cc;inline-styles*/
}

.footer-cta-title p {
  float: left;
  margin: 0;
  padding-right: 16px;
}

.footer-cta-title h3 {
  margin: 6px 0;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
}

.footer-cta-btn {
  line-height: 96px;
  text-align: right;
}

/* ------ 14 2 Top scroll ------ */
.pagetop {
  display: none;
  position: fixed;
  right: 64px;
  /*bottom: 32px;*/
  bottom: 80px;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #a8a5cc; inline-styles*/
  text-align: center;
  opacity: 0.8;
}

.pagetop .fa {
  line-height: 48px;
  font-size: 16px;
  color: #fff;
}

/* ------ 14 3 footer bottom ------ */
.footer {
  color: #b4b4b4;
}

.footer a {
  color: #888;
}

.footer a:hover {
  color: #fff;
}

.sidebar-footer {
  padding: 40px 0;
  background-color: #31343a;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-logo img {
  max-height: 64px;
}

.footer-site-name {
  margin-bottom: 32px;
  line-height: 1.0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.footer-widget-box {
  margin-bottom: 16px;
}

.footer-widget-box h3 {
  margin: 0 0 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #b4b4b4;
  color: #b4b4b4;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.footer-widget-box #wp-calendar caption {
  margin: 0 0 8px 0;
}

.footer-widget-box #wp-calendar th {
  background: none;
}

.footer-widget-box #wp-calendar td {
  border: 1px solid #b4b4b4;
}

.footer-widget-box .tagcloud a {
  /* border: 1px solid #b4b4b4; inline-styles*/
}

.footer-widget-box .tagcloud a:hover {
  border: 1px solid #b4b4b4;
}

.copyright {
  padding: 8px 0;
  background-color: #1b1b1b;
  vertical-align: middle;
}

.copyright li {
  display: inline-block;
}

.footer-follow-btn {
  text-align: right;
}

.footer-follow-btn .fa {
  /* color: #6c87a1; inline-styles*/
  transition: 0.6s ease;
}

.footer-follow-btn a:hover .fa {
  /* color: #a8a5cc; inline-styles*/
}

/*------------------------------------------------------------------------------------
/* 15.0 Media
/*----------------------------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
}

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

/*------------------------------------------------------------------------------------
/* 16.0 Media Queries
/*----------------------------------------------------------------------------------*/
@media screen and ( max-width: 768px ) {

/* 初期スタイルをリセット */
input[type="submit"] ,input[type="text"],textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Typography*/
h1 {
  line-height: 1.7;
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  line-height: 1.14;
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
}

/* Video */
.video, .responsive-wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
}

.video iframe, .responsive-wrap iframe, .responsive-wrap object, .video object, .video embed .responsive-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Layout */
.container {
  width: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .focus-block {
  /*width: 100%;
  margin-left: 0;*/
  width: 97.2%;
  margin-left: 1%;
  margin-right: 0;
  overflow:hidden;
}

.top-wrapper h1 {
  margin: 0 8px;
  line-height: 2.67;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-follow-btn {
  display: none;
}

.header {
  padding: 0 8px;
}

.header-logo img {
  width: 85%
}

.header-cta {
  display: none;
}

.header-contact {
  display: none;
}

#nav-wrapper {
  display: none;
}

.archive-title {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
}

.slicknav_menu {
  display: block;
}

.key-visual-message {
  left: 1%;
  right: 1%;
}

.focus-wrapper {
  padding: 16px 0;
}

.focus-heading h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-size: 2.0rem;
}

.box-list {
  margin: 0 8px 32px 8px;
}

.read-more-btn span {
  position: relative;
  padding: 8px;
/*  background-color: #a8a5cc; inline-styles*/
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  transition: 0.6s ease;
}

.read-more-btn span:hover {
  opacity: 0.6;
}

.read-more-btn .fa {
  color: #fff;
}

.front-list-title {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
}

.content {
  margin: 32px 8px;
}

.main-inner {
  padding: 16px;
}

.post-header {
  padding: 0 0 16px 0;
}

.entry-title {
  margin: 16px 0;
}

.post-content {
  padding: 0;
}

.post-content p {
  margin: 16px 0;
}

.post-content ol {
  margin: 8px 0 8px 32px;
}

.post-content ul {
  margin: 8px 0 8px 32px;
}

.share-btn ul {
  margin: 8px;
}

.share-btn li {
  margin: 8px 0;
  width: 30%;
}

blockquote p {
  padding: 0px 16px;
}

.read-more-btn {
  text-align: center;
}

.large-thumbnail img {
  border-radius: 4px;
}

.post-footer {
  padding: 0;
}

.pagination {
  margin: 32px 0;
  text-align: center;
}

.page-numbers {
  margin-right: 4px;
  padding: 0 8px;
}

.cta-wrapper {
  padding: 16px;
}

.cta-box-text {
  width: 100%;
}

.cta-box-image {
  padding-bottom: 16px;
  width: 100%;
}

.cta-button span {
  padding: 16px;
}

.related-inner {
  padding: 16px 8px;
}

.pagetop {
  /*right: 16px;*/
  right: 6px;
}

.media-coverage-inner {
  padding: 0 8px;
}

.footer-cta {
  padding: 0 8px;
}

.footer-cta-title h3 {
  margin: 32px 0;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.footer-cta-title p {
  float: none;
  padding-right: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.footer-cta-btn {
  text-align: center;
}

.footer-logo, .footer-site-name {
  display: none;
}

.footer-widget-box {
  padding: 0 8px;
}

.copyright {
  text-align: center;
}

.footer-follow-btn {
  text-align: center;
}

.copyright .fa {
  color: #fff;
}

.copyright a:hover .fa {
  color: #a8a5cc;
}

.key-visual-title {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
}

.key-visual-sub-title {
  display:none;
}

.key-visual-button {
  display:none;
}

.profile p {
  text-align: center;
}

}

@media screen and (max-width: 567px) {
.key-visual-title {
  line-height: 1;
}

.related-post {
  width: 100%;
}

.share-btn li a {
  font-size: 68%;
}

}
