/*!
Theme Name: otokure
Theme URI: https://nobol.jp/
Author: Nobol Co., Ltd
Author URI: https://nobol.jp/
Description: オトクレオリジナルテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: otokure

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.

otokure is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 2.5rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ol li:before {
  content: none !important;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
}
caption {
    display: initial;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1rem;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #006953;
}

a:visited {
}

a:hover, a:focus, a:active {
  opacity: 0.8;
}

a:focus {
  outline: thin dotted;
  color: #000;
}

a:hover, a:active {
  outline: 0;
}

#page-top {
  position: fixed;
  content: url("img/page_top.jpg");
  width: 40px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top:hover {
  opacity: 0.8;
  cursor: pointer;
  z-index: 100;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  margin-top: 0;
  background: #FFF;
  overflow: hidden;
}

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

.main-navigation ul#sp-menu {
  display: none;
}

.mega-menus {
  display: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  transition: all .1s ease;
}

.main-navigation li:hover {
  position: relative;
  background: #FFF;
  top: 5px;
  transition: all .5s ease;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  border-right: none;
}

.main-navigation li:hover a {
  position: relative;
  color: #000;
  top: -5px;
  border: none;
  opacity: 1.0;
}

.main-navigation li:last-child:hover a {
  position: relative;
  color: inherit;
  top: 0;
  border: none;
}

.main-navigation li:last-child a {
  border: none;
}

.main-navigation li .search {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("img/search.png");
  width: 20px;
  height: 20px;
}

.sub-menu {
  background: green;
}

.sub-menu li {
  float: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px;
}

#sp-menu li a {
  text-align: left;
  font-weight: bold;
  top: 0;
}

#sp-menu li:hover {
  top: 0;
}

#sp-menu li::hover a {
  top: 0;
}

.sub-menu a {
  border-right: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul#sp-menu {
  display: block;
}

#sp-menu .sub-menu.on {
  display: block;
}

#sp-menu .sub-menu {
  position: relative;
  text-align: center;
  float: none;
  background: #FFF;
  width: 100%;
  box-shadow: none;
  left: 0;
  margin-top: 10px;
}

#sp-menu .sub-menu li {
  float: none;
  text-align: center;
  top: 0;
}

#sp-menu .sub-menu li:hover {
  position: relative;
  background: #FFF;
  top: 0;
}

#sp-menu .sub-menu li a {
  width: 100%;
  font-weight: normal;
  top: 0px;
}

#sp-menu .sub-menu li:hover a {
  position: relative;
  color: #006953;
  top: 0;
  border: none;
}

#sp-menu .sub-menu li:last-child {
  float: none;
  position: relative;
  width: 100%;
}

.main-navigation li {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}

.main-navigation li::before {
  content: "";
  border: solid 2px #006953;
  position: absolute;
  right: 0;
  width: 20px;
  top: 19px;
}

.main-navigation li::after {
  content: "";
  border: solid 2px #006953;
  position: absolute;
  right: 8px;
  height: 20px;
  top: 11px;
}

.main-navigation li.on::after {
  content: none;
}

#sp-menu .sub-menu li::before {
  content: none;
}

#sp-menu .sub-menu li::after {
  content: none;
}

.main-navigation li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #006953;
  border-right: 3px solid #006953;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 8px;
}

#sp-menu-icons {
  display: none;
}

#sp-menu-icons.on {
  display: block;
  width: 100%;
  margin-top: 30px;
  border-bottom: solid 1px #D3D3D3;
  padding-bottom: 20px;
}

#sp-menu-icons a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#sp-menu-icons img {
  margin-bottom: 10px;
}

#sp-menu-icons a span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #006953;
  border-right: 3px solid #006953;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 8px;
}

#sp-search {
  display: none;
}

#sp-search.on{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

#sp-search form {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#sp-search input {
  display: inline-block;
  float: left;
  width: 86%;
  height: 45px;
  border: 1px solid #006953;
  padding: 10px;
}

#sp-search button {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 0;
  vertical-align: bottom;
  background: #006953;
  border: none;
}

#sp-search button img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: auto;
}

#sp-tags {
  display: none;
  margin: 10px -10px;
}

#sp-tags.on {
  display: inline-block;
}

#sp-tags a {
  display: inline-block;
  color: #006953;
  border: solid 1px #D3D3D3;
  margin: 10px;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 200;
  cursor: pointer;
  width: 34px;
  height: 36px;
  background: #FFF;
  border: none;
}

.menu-toggle > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 34px;
  height: 4px;
  margin: 0 auto;
  background: #006953;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.menu-toggle > span:nth-child(1) {
  top: 8px;
}

.menu-toggle > span:nth-child(2) {
  top: 17px;
}

.menu-toggle > span:nth-child(3) {
  top: 26px;
}

.menu-toggle.on > span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.on > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-toggle.on > span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-toggle p {
  position: absolute;
  display: block;
  text-align: center;
  font-weight: bold;
  bottom: -16px;
  width: 100%;
  right: 0;
  left: 0;
  font-size: 10px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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

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

.pagination {
  text-align: center;
  margin-top: 30px;
}

.page-numbers {
  display: inline-block;
  font-weight: bold;
  color: #006953;
  font-size: 15px;
  font-size: 1.5rem;
  background: #FFF;
  border: solid 1px #D3D3D3;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin-right: 15px;
  text-decoration: none;
}

.page-numbers.current {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  border: solid 1px #D3D3D3;
  background: #A7A7A7;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin-right: 15px;
}

.next.page-numbers {
  width: 60px;
  border: solid 1px #006953;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 6.0em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  border-bottom: solid 1px #D3D3D3;
}

.header-inner {
  max-width: 1070px;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}

.site-title {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  width: 112px;
  margin: 10px 0;
}

.site-title a,.site-title img {
  display: inline-block;
}

.site-description {
  display: none;
}

.site-branding {
  width: 100%;
  float: left;
  margin-right: -58%;
  padding: 2px 0;
}

.right-menu {
  width: 45%;
  float: right;
  margin-top: 10px;
  margin-right: 13%;
}

.right-menu li {
  width: 50%;
}

.right-menu li:last-child {
  border: none;
}

.right-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}

.right-menu li a img {
  margin-bottom: 4px;
  width: 30px;
}

.menu-inner {
  max-width: 1070px;
  width: 89.5%;
  margin: 0 auto;
}

#breadcrumb {
  margin-top: 2rem;
}

#breadcrumb ul {
  display: none;
}

#breadcrumb li {
  display: inline;
  color: #006953;
  font-weight: bold;
}

#breadcrumb li span {
  display: inline;
  color: #666666;
  font-weight: normal;
}

#breadcrumb li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.header_bannar{
  display: block;
  margin: 0 auto;
  object-fit: cover;
  height: 60px;
}
/*--------------------------------------------------------------
## Common class
--------------------------------------------------------------*/
.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.aling-item-base {
  align-items: baseline;
}

.row:before,
.row:after {
  content:"";
  display:table;
}

.row:after {
  clear:both;
}

.row {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.btn {
  display: inline-block;
  font-weight: 400;
  width: 90%;
  max-width: 180px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn-primary {
  color: #000;
  background-color: #FFF;
  border-color: #D3D3D3;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 11px;
}

a.btn-primary:visited {
  color: #000 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ED6C00;
  border-color: #ED6C00;
}

.link-offical {
  position: relative;
  color: #FFF !important;
  background-color: #006953;
  border-color: #006953;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 11px;
}

a.link-offical:visited {
  color: #FFF !important;
}

.link-offical:hover {
  color: #fff !important;
  background-color: #ED6C00;
  border-color: #ED6C00;
}

.link-offical:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(img/foreign.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 2px;
  right: 14%;
  margin: auto;
}

.lg.link-offical:after {
  right: 12%;
}

.btn-orange {
  color: #FFF;
  background-color: #ED6C00;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 11px;
}

.btn-orange:hover {
  color: #ED6C00 !important;
  background-color: #FFF;
  border-color: #ED6C00;
}

.official-btn {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 22px 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #ED6C00;
  border-radius: 4px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.05s ease;
}

.official-btn span {
  font-size: 16px;
  font-weight: bold;
}

a.official-btn:visited {
  color: #FFF !important;
}

.official-btn:hover {
  color: #FFF !important;
  background-color: #ff7d12;
  text-decoration: none !important;
}

.official-btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  .official-btn {
    padding: 16px 10px;
    font-size: 20px;
  }
  .official-btn span {
    font-size: 13px;
  }
}

/* モッピー紹介ボックス（公式サイトボタン下） */
.moppy-box {
  width: 100%;
  max-width: 700px;
  margin: 16px auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 2px dashed #23c2b7;
  border-radius: 12px;
  padding: 16px 18px;
}

.moppy-box__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.moppy-box__icon {
  flex: none;
  width: 56px;
  height: 56px;
}

.entry-content .moppy-box p {
  margin: 0;
  padding: 0;
}

.moppy-box__lead {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a48;
}

.moppy-box__brand {
  font-weight: bold;
  color: #23c2b7;
}

.moppy-box__lead strong {
  color: #ED6C00;
  font-weight: bold;
}

.moppy-box__code {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  padding: 8px 12px;
  background: #f2fcfb;
  border-radius: 8px;
}

.moppy-box__code-label {
  font-size: 12px;
  color: #6b8a86;
}

.moppy-box__code-value {
  font-weight: bold;
  font-size: 16px;
  color: #23c2b7;
  letter-spacing: 0.06em;
}

.moppy-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 11px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
  background: #23c2b7;
  border-radius: 8px;
  transition: background-color 0.15s ease;
}

.moppy-box__btn:visited {
  color: #fff !important;
}

.moppy-box__btn:hover {
  color: #fff !important;
  background: #1faaa0;
  text-decoration: none !important;
}

.moppy-box__btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .moppy-box__icon {
    width: 48px;
    height: 48px;
  }
  .moppy-box__lead {
    font-size: 13px;
  }
}

/* ポイ活セクション（トップページ） */
#pointkatsu {
  position: relative;
  padding-bottom: 4rem;
}

#pointkatsu .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

.pointkatsu-lead {
  max-width: 700px;
  margin: 24px auto 0;
  padding: 0 1rem;
}

.pointkatsu-lead p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a4a48;
  letter-spacing: 0.02em;
}

.pointkatsu-lead strong {
  color: #23c2b7;
  font-weight: bold;
}

.moppy-box__head {
  margin-bottom: 14px;
}

.pointkatsu-cards__heading {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 0 1rem;
  text-align: center;
}

.pointkatsu-cards__heading span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
}

.pointkatsu-cards__heading span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #23c2b7;
  border-radius: 2px;
}

.pointkatsu-card {
  background: #fff;
  border: 2px solid #e4f6f4;
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.pointkatsu-card__name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 6px;
}

.pointkatsu-card__rate {
  font-size: 13px;
  color: #6b8a86;
  margin: 0;
}

.pointkatsu-card__rate strong {
  color: #ED6C00;
  font-size: 15px;
}

.pointkatsu-card__point {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 12px 0;
  padding: 12px 0;
  background: #fdf1e7;
  border-radius: 8px;
}

.pointkatsu-card__point-num {
  font-size: 30px;
  font-weight: bold;
  color: #ED6C00;
  line-height: 1;
}

.pointkatsu-card__point-unit {
  font-size: 16px;
  font-weight: bold;
  color: #ED6C00;
}

.pointkatsu-card__note {
  font-size: 12px;
  line-height: 1.6;
  color: #6b6b68;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #pointkatsu .row.pointkatsu-cards {
    max-width: 760px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    gap: 2.5%;
  }
  #pointkatsu .row.pointkatsu-cards .col {
    float: none;
    width: 31.6%;
    max-width: 240px;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #pointkatsu .row.pointkatsu-cards .col {
    max-width: 400px;
    width: 100%;
    margin: 16px auto 0;
  }
}

.section-mgt-sm {
  margin-top: 1rem;
}

.section-mgt {
  margin-top: 2rem;
}

.section-mgt-smd {
  margin-top: 3rem;
}

.section-mgt-md {
  margin-top: 4rem;
}

.section-mgt-lg {
  margin-top: 6rem;
}

.bg-gray {
  background-color: #FAFAFA;
}

.list-inline li {
  display: inline-block;
}

.sp-visible {
  display: block;
}

.sp-none {
  display: none;
}

.w-100 {
  width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  max-width: 1070px;
  width: 94.67%;
  margin: 0 auto;
}

.entry-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

.entry-meta {
  margin-top: 2.5rem;
}

.entry-meta:before, .entry-meta:after {
  display: table;
  content: " ";
}

.entry-meta:after {
  clear: both;
}
.entry-meta .published {
  margin-right: 10px
}
.entry-meta .posted,
.entry-meta .published,
.entry-meta .updated {
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 35px;
}

.entry-meta .published::before {
  content: "";
  display: inline-block;
  background: url('img/published.svg');
  background-repeat: no-repeat;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
}

.entry-meta .updated::before {
  content: "";
  display: inline-block;
  background: url('img/updated.svg');
  background-repeat: no-repeat;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
}

.sns-icons {
  float: right;
}

.sns-icons a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 17px;
}

.entry-content {
  line-height: 1.8;
}

.entry-header {
  display: flex;
  flex-direction: column;
}

.entry-title-pr {
  display: inline-block;
  margin-left: auto;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
  background: #e8e8eb;
  padding: 3px 7px;
}



.entry-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45;
  border-bottom: solid 2px #ED6C00;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.entry-content h3 {
  background: #ED6C001F;
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.45;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 12px 20px;
}

.entry-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: solid 10px #ED6C00;
  padding-left: 10px;
  margin-top: 3rem;
}

.entry-content h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-left: 5px;
}

.entry-content h5:before {
  content: "・";
  color: #ED6C00;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 20px 10px 0;
    margin: 2.0rem 1rem 0;
    line-height: 1.8;
}

.entry-content .subtitle{
  color:#FF4200;
  font-weight:bold;
  font-size: 20px;
  margin: 10px 0px;
}

.entry-content table,
.comment-content table {
  font-size: 0.9rem;
  color: #000;
  margin-top: 3rem;
}

.entry-content tr {
  border-top: 1px solid #D3D3D3;
}

.entry-content th,
.comment-content th {
  background: #F2F2F2;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  /*width: 30%;*/
  /* border-left: 1px solid #D3D3D3; */
  border-bottom: 1px solid #D3D3D3;
  padding: 10px;
}

.entry-content td,
.comment-content td {
  font-size: 14px;
  font-size: 1.4rem;
  /*width: 70%;*/
  /*border-left: 1px solid #D3D3D3;*/
  border-bottom: 1px solid #D3D3D3;
  padding: 10px;
}

.entry-content tr td:first-child,
.comment-content tr td:first-child,
.entry-content tr th:first-child,
.comment-content tr th:first-child {
  border-left: none;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content a:visited,
.comment-content a:visited {
  color: #216888;
}

.entry-content p a {
  text-decoration: underline;
  letter-spacing: 0.6px;
}

.entry-content > ul {
  margin: 1.714285714rem 0;
}

.entry-content li {
  line-height: 1.9;
  letter-spacing: 0.6px;
}

.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 1rem;
}

.entry-content li::before {
  content: "・";
}

.entry-content blockquote,
.comment-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 40px 20px;
  background-color: #efefef;
  font-style: normal;
}

.entry-content blockquote:before{
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 0px;
  vertical-align: middle;
  content: "“";
  color: #666666;
  font-size: 150px;
  line-height: 1;
}

.entry-content blockquote p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.entry-content .link-quote,
.entry-content .link-quote a{
  font-size: 11px;
  font-weight: bold;
  color: #a5a5a5;
}

.entry-content .sns_bottom-pc {
  display: none;
}

.entry-content .sns_bottom-sp {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.sns_bottom a {
  width: 30%;
  margin-right: 15px;
}

.my-post-date {
  display: block;
  text-align: right;
  color: #4c4c4c;
  font-size: 13px;
  margin: 7px 0;
}

time.enrty-date {
  color: #929292;
}

.pr {
  margin-left: 8px;
}

/* --記事内ブロック-- */
.block_merit,
.block_demerit,
.block_good,
.block_bad,
.block_point,
.block_comment {
  position: relative;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin: 2em 0;
  padding: 25px 15px 15px;
}

.block_merit{
  border: solid 1px #FFC107;
}

.block_demerit{
  border: solid 1px #555555;
}

.block_good{
  border: solid 1px #FFC107;
}

.block_bad{
  border: solid 1px #555555;
}

.block_point {
  box-shadow: 0px 2px 6px #00000033;
}

.block_comment{
  border: solid 1px #006953;
  background-color: #fff;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.block_merit p,
.block_demerit p,
.block_point p,
.block_good p,
.block_bad p,
.block_comment p {
  padding: 0;
  margin: 25px 0;
}

.block_merit ul,
.block_demerit ul,
.block_point ul,
.block_good ul,
.block_bad ul,
.block_comment ul{
  margin-bottom: 0px;
}

.block_merit ul li,
.block_demerit ul li,
.block_point ul li,
.block_good ul li,
.block_bad ul li,
.block_comment ul li{
  position: relative;
  font-weight: bold;
  margin: 6px 0;
  line-height: 1.5;
}

.block_merit ul li::before,
.block_demerit ul li::before,
.block_point ul li::before,
.block_good ul li::before,
.block_bad ul li::before,
.block_comment ul li::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 14px;
  height: 9px;
  border-left: 4px solid #555555;
  border-bottom: 4px solid #555555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: 4px;
  margin-right: 15px;
}

.block_merit ul li::before {
  border-left: 4px solid #ED6C00;
  border-bottom: 4px solid #ED6C00;
}

.block_point ul li::before {
  border-left: 4px solid #ED6C00;
  border-bottom: 4px solid #ED6C00;
}

.block_good ul li::before {
  border-left: 4px solid #ED6C00;
  border-bottom: 4px solid #ED6C00;
}

.block_break{
  margin: 20px 5px 20px;
  padding: 20px 5px 20px 25px;
  background-color: #FFFFF0;
  background-repeat: no-repeat;
  border: 1px dashed #b58505;
}

.block_relate {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #D3D3D3;
}

.block_relate b{
  margin-left: 20px;
}

.block_relate li{
  padding: 6px 0;
}

.block_relate ul {
  margin-bottom: 0px;
}

.merit-tit,
.demerit-tit,
.good-tit,
.bad-tit,
.camp-tit,
.point-tit,
.comment-tit{
  display: block;
  position: absolute;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  top: -1px;
  left: 0;
}

.merit-tit {
  background: #ED6C00;
  padding-left: 60px;
  line-height: 1.7;
}

.merit-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/tit-good.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -7px;
  left: 23px;
}

.good-tit {
  background: #ED6C00;
  padding-left: 60px;
  line-height: 1.7;
}

.good-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/tit-good.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -7px;
  left: 23px;
}

.demerit-tit {
  background: #555555;
  padding-left: 60px;
  line-height: 1.7;
}

.demerit-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/tit-bad.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -7px;
  left: 20px;
}

.bad-tit {
  background: #555555;
  padding-left: 60px;
  line-height: 1.7;
}

.bad-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/tit-bad.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -7px;
  left: 20px;
}

.camp-tit,
.point-tit {
  background: #ED6C00;
  padding-left: 6rem;
}

.camp-tit {
  display: inline-block;
  position: absolute;
  background: #006953;
  color: #FFF;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  width: auto;
  border-bottom: solid 1px #FFF;
  top: -5px;
  margin-left: -10px;
  padding: 3px 19px;
  z-index: 100;
}

.camp-tit:before {
  content: '';
  position: absolute;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 10px #006953;
  top: 100%;
  left: 0;
}

b.camp-tit:after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: solid 1px;
  left: 0;
  bottom: -1px;
}

.point-tit::before {
  content: url('img/point.svg');
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 20px;
}

.comment-tit {
  color: #FFF;
  background: #006953;
  width: 100.1%;
  padding-left: 20px;
  margin-left: -1px;
}

.camp-txt {
  color: #FF6200;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 4px;
}

.camp-prd {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.merit-tit + p,
.demerit-tit + p,
.good-tit + p,
.bad-tit + p {
  margin: 25px 0 0 0;
}

.camp-tit + p,
.point-tit + p {
  margin: 25px 0 0 0;
}

.comment-prof{
  width: 100%;
  margin-right: 0;
  padding-top: 30px;
  text-align: center;
}

.comment-txt{
  flex:1;
}

.entry-content img.comment-img{
  border-radius: 100px;
}

/* -- 文字装飾 --*/
.mousikomi{
  font-size: 1.342857143rem;
  font-weight:bold;
  color:#0000FF;
  margin: 10px 0px;
        text-align: center;
}

.aka_futomoji{
  font-weight: bold;
  color: #FF6200;
}

.mark {
  background: linear-gradient(transparent 55%, #ED6C001F 0);
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #FF6200;
  font-weight: bold;
}

.img-left {
  display: inline;
  margin: 0 10px 10px 0;
  float: left;
}

.img-right {
  display: inline;
  float: right;
  margin: 0 20px 10px 20px;
}

.img-right:after {
  clear:both;
  content:"";
  display:block;
}

.link-right {
  float: right;
}

.entry-content .article{
  box-shadow: 3px 3px 20px -5px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .banner_top{
  box-shadow: 3px 3px 20px -5px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 2px solid green;
}

#imagecenter {
  width: 500px;
  display: table;
  margin-left: 1em;
}

#imagecenter p {
  margin: 0;
  padding: 0;
}

.image_center,
#text_center{
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  /display: inline;
  /zoom: 1;
}

/*--画像枠の削除--*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.user_good {
  font-size: 15px;
  padding: 10px 30px 12px 130px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-image: url(https://xn--u9jugla0b3c4ai9yif2582a27xa.jp/wp/wp-content/uploads/2015/06/button_good.jpg);
  background-color: #F8E7CE;
  background-position-x: 15px;
  background-position-y: 15px;
  border: 2px solid #F79708;
  _height:70px;
  _zoom: 1;
  overflow: hidden;
  border-radius: 10px;
}

.user_good li {
    margin: 10px 0 10px 36px;
}

.user_bad {
  font-size: 15px;
  padding: 10px 30px 12px 130px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-image: url(https://xn--u9jugla0b3c4ai9yif2582a27xa.jp/wp/wp-content/uploads/2015/06/button_bad.jpg);
  background-color: #CEE1F8;
  background-position-x: 15px;
  background-position-y: 15px;
  border: 2px solid #348FFF;
  min-height: 70px;
  _height:70px;
  _zoom: 1;
  overflow: hidden;
  border-radius: 10px;
}

.user_bad li {
    margin: 10px 0 10px 36px;
}
/*
 *box
*/
/* 角丸ボックス　追加　2015/07/03　*/
.rbox1 {
  background-color: #FFF;
  border: 2px solid #FF843F;
}

.rnd1{
  padding: 15px;
  margin: 15px auto 15px auto;
}

/* entry-content footer */
.post-tags {
  text-align: left;
  margin-top: 20px;
  padding: 0px 20px;
}

.post-tags ul{
  display: inline;
  list-style: none;
}

.post-tags li {
  display: inline-block;
  margin: 0 30px 5px 0px;
}

.post-tags h5 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  margin-left:0 !important;
}

.post-tags h5:before {
    content: none;
}

.post-tags li:before {
  content: none;
}

.post-tags li a {
  display: inline-block;
  color: #006953;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

.post-tags li a:before {
  content: "# ";
}

.widget-category-creditcard {
  margin-bottom: 50px;
  border-bottom: 1px solid #ededed;
}

.widget-category-creditcard .textwidget {
  margin: 20px 0;
}

.widget-category-creditcard .post-tags {
  margin: 15px 0 22px;
}

.widget-category-creditcard .post-tags ul{
  margin: 0;
}

.entry-content img.wp-image-width-long{
  width:90%;
}

.entry-content img.wp-image-height-long{
  width:50%;
}
/*--
ブログカード
--*/
.blog-card {
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 7px 8px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.content .blog-card a {
    border: none;
}
.blog-card a:hover {
  color: #333;
  background: rgba(247, 247, 247, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.content .blog-card-thumbnail img {
  border:none;
}
.blog-card-thumbnail img {
  padding: 8px;
  max-width: 100%;
  vertical-align: middle;
  height: 120px;
  object-fit: cover;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card-title:hover {
    color: #7d7d7d;
}
.blog-card-excerpt {
  display: none;/*消します*/
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .blog-card-title {
    font-size: .85em;
  }
  .blog-card-thumbnail {
    width: 160px;
  }
}
@media only screen and (min-width:768px) {
  .post-tags {
    text-align: left;
    padding: 0px 40px 0 40px;
  }

  .post-tags ul {
    display: block;
    margin-left: -30px;
  }

  .post-tags li {
    display: inline-block;
    margin: 0 0px 10px 30px;
    line-height: 1;
  }

  .block_merit ul li,
  .block_demerit ul li,
  .block_point ul li,
  .block_good ul li,
  .block_bad ul li,
  .block_comment ul li{
    position: relative;
    font-weight: bold;
    margin: 6px 15px 6px 15px;
    line-height: 1.5;
  }

  .comment-prof{
    width: 130px;
    margin-right: 16px;
    padding-top: 30px;
    text-align: left;
  }

}

/*---------
Flex-Box
-----------*/
.flex{
    display: flex;
}

.flex-wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width:769px) {
  .flex-sb-pc {
    justify-content: space-between;
  }
}
/*---------
ボタン
-----------*/
.entry-content
.bt-shadow{
    box-shadow: 3px 3px 6px #b2b2b2;
}

.entry-content .bt:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.bt-offical {
    margin: 0 auto;
    background-color: #ff632b;
    /* width: 100%; */
    display: table;
    width: auto;
    color: white;
    padding: 12px 24px;
    text-decoration: none !important;
}
a.bt-offical:visited{
    color:white;
}

/*----------------カード詳細説明スタイル　2015/6/28 修正版------------*/
table#card_detail2{
  width: 100%;
  border-collapse: collapse;
}

table#card_detail2 tr{
  margin:0;
  border-top: 1px solid #D3D3D3;
}

table#card_detail2 td{
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 10px;
}

table#card_detail2 tr td:first-child {
  border-left: none;
}

table#card_detail2 td.bg_img{
  width: 35%;
  background: #F2F2F2;
  border-collapse: collapse;
  padding: 15px 20px;
}

table#card_detail2 td p{
/*  font-size: 14px;*/
  line-height: 160%;
  vertical-align: top !important;
}

table#card_detail2 td a{
  text-decoration:underline;
}

table#card_detail2 td img{
  vertical-align: middle;
}

td img{
  vertical-align: middle;
}

/*--記事用テーブルスタイル--*/
table#article{
  width: 100%;
  border-collapse: collapse;
}

table#article tr{
  margin:0;
  border-top: 1px solid #D3D3D3;
}

table#article th{
  background:#F2F2F2;
  margin:0;
  padding: 15px 20px;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-size: 14px;
  text-align: center;
}

table#article th:first-child {
  border-left: none;
}

table#article td{
  margin:0;
  padding: 15px 20px;
  border-collapse: collapse;
  background-color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-size: 14px;
}

table#article td:first-child {
  border-left: none;
}

table#article td.bg_img{
  margin:0px auto;
  border-collapse: collapse;
  background: #008B8B;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-size: 16px;
  line-height: 50%;
  padding: 15px 10px 8px 10px;
  width: 20%;
        color: white;
  line-height: 140%;
}

table#article td p{
  font-size: 14px;
  line-height: 160%;
  vertical-align: top !important;
}

table#article td a{
  text-decoration:underline;
}

/*---------
　table scroll
---------*/
table {
  display:block;
  width: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

table tbody {
  width: 100%;
  display:table;
}

/*---------
　おすすめ用カード詳細
---------*/
.recommend_cd_wrapper{
    -webkit-justify-content: center;
    justify-content: flex-end;
}

.recommend_cd_container{
  border-top: solid 5px #006953;
  box-shadow: 0px 2px 6px #00000033;
  padding: 25px 30px;
  margin-top: 3rem;
  margin-bottom: 7px;
}

.entry-content .recommend_cd_container h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}

.entry-content .recommend_cd_container
p.catch{
    font-size: 18px;
    font-weight: bold;
    color: #FF6200;
    margin: 10px 0px;
    padding: 0;
}

.entry-content .recommend_cd_container
p{
    color: dimgray;
    padding: 0;
}

.entry-content .expert--image img {
  width: 70px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}

.entry-content .recommend_cd_container tr {
  border: 1px solid #D3D3D3;
}

.entry-content .recommend_cd_container th {
  width: 30%;
  padding: 1rem;
}

.entry-content .recommend_cd_container td {
  padding: 1rem;
}


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

.post,
.page {
  margin: 0 0 0;
}

/*.updated:not(.published) {
  display: none;
}*/

.page-content,
.entry-content,
.entry-summary {
  /*margin: 0 1rem;*/
}

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

#news {
  margin-top: 20px;
}

#news a {
  color: #000;
  text-decoration: none;
}

#news .first {
}

#news .first p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

#news .first .meta {
  text-align: left;
}


#news .first img {
  margin-bottom: 10px;
}

#news .second {
  float: none;
  margin-top: 2rem;
}

#news .second .row .col {
  margin-top: 18px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#news .second .row .col:nth-child(2n) {
  margin-right: 0;
}

#news .second .row .col:first-child, #news .second .row .col:nth-child(2) {
  margin-top: 0;
}

#news .second .row .col:nth-child(5), #news .second .row .col:nth-child(6) {
  border-bottom: none;
}

#news .date {
  color: #666;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

#news .date:before {
  content: "";
  display: inline-block;
  background-image: url("img/date.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: -1px;
}

#news .eyecatch {
  float: left;
  min-width: 108px;
  width: 17%;
  margin-right: 9px;
}

#news .eyecatch img {
  width: 100%;
}

#news .second .eyecatch img {
  width: 108px;
  height: 58px;
  object-fit: cover;
}

#news .excerpt {
  width: 80%;
  max-width: none;
}

#news .excerpt p {
  font-size: 14px;
  font-size: 1.4rem;
}

#news .btn-primary {
  letter-spacing: 0.56px;
  max-width: 295px;
  width: 100%;
}

#news .meta {
  margin-top: 5px;
}

#popular {
  position: relative;
  padding-bottom: 4rem;
}

#popular .row .col {
  background-color: #FFF;
  max-width: 315px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

#popular .article_box img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

#popular .excerpt {
  letter-spacing: 0.32px;
  padding: 18px 26px;
}

#popular a {
  color: #000;
  text-decoration: none;
}

#popular .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

#type h2 {
  margin-bottom: 30px;
}

#type .row .col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  background-color: #FFF;
  text-align: center;
  width: 47%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 2rem;
  margin-right: 6%;
  padding: 14px 20px;
}
#type .row .col:nth-child(2n) {
  margin-right: 0;
}

#type .row .col:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 6px;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #006953;
}

.icon_box h4 {
  margin-top: 20px;
  padding-bottom: 10px;
}

#type .explain {
  display: none;
}

#type .explain p{
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

#type a {
  color: #000;
  text-decoration: none;
}

#type h3 {
  position: relative;
  text-align: center;
}

#type h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
}

#type h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#recommend {
  position: relative;
  padding-bottom: 4rem;
}

#recommend .inner{
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

#recommend .row .first {
  display: inline-block;
  max-width: 172px;
  width: 36%;
  margin-right: 2%;
  text-align: center;
  margin-left: 13%;
}

#recommend .row .second {
  display: inline-block;
  width: 47%;
  vertical-align: bottom;
}

#recommend .row .third {
  display: inline-block;
  width: 100%;
}

#recommend .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

#recommend .row .col {
  background-color: #FFF;
  max-width: 315px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

#recommend .row .col .article_box {
  /*padding: 2rem;*/
}

#recommend .article_box .inner_padding {
  padding: 0 2rem 2rem;
}


#recommend .row .col .article_box img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

#recommend .excerpt {
  letter-spacing: 0.32px;
  padding: 16px 0 0;
}

#recommend a {
  color: #000;
  text-decoration: none;
}

#recommend .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#recommend .name {
  font-size: 23px;
  font-size: 2.3rem;
}

#recommend .kana {
  font-size: 12px;
  font-size: 1.2rem;
}

#recommend h3 {
  color: #006953;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #D3D3D3;
  padding: 0.7rem 0;
}

#recommend .third p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64;
  letter-spacing: 0.32px;
  padding-top: 1rem;
}

#recommend h4 {
  color: #ED6C00;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.top-selection-ad {
  background-color: #e2e2e2;
  color: #747373;
  padding: 3px 3px;
  font-size: 0.7em;
  margin-left: 7px;
  float: right;
}
#recommend-sub {
  padding-bottom: 4rem;
}

#recommend-sub table {
  overflow-x: auto;
  margin-top: 2rem;
}

#recommend-sub .row .col {
  background-color: #FFF;
  width: 100%;
  box-shadow: 0px 2px 6px #00000033;
}

#recommend-sub .article_box {
  border-top: solid 3px #006953;
  padding: 15px 20px;
}

#recommend-sub .article_box h3 {
  margin-top: 0;
  display: inline;
}

#recommend-sub .article_box .first {
  width: 100%;
  text-align: center;
}

#recommend-sub .article_box .second {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

#recommend-sub .campaign-txt {
  position: relative;
  background: #FDEFE4;
  color: #FF6200;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 35px 20px 10px;
}

#recommend-sub .article_box .second h4 {
  color: #FF6200;
  margin-top: 0;
}

#recommend-sub .article_box .second p {
  font-size: 14px;
  font-size: 1.4rem;
}

#recommend-sub .article_box tr {
  height: 40px;
  border-top: solid 1px #D3D3D3;
  border-bottom: solid 1px #D3D3D3;
}

#recommend-sub .article_box th {
  background-color: #F0F0F0;
  width: 33%;
  padding: 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

#recommend-sub .article_box td {
  width: 67%;
  padding: 0 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}

#recommend-sub .article_box td img {
  vertical-align: middle;
  max-height: 30px;
  width: auto;
  margin-right: 5px;
}

#recommend-sub .article_box td .highlight {
  color: #FF6200;
  font-weight: bold;
}

#recommend-sub .article_box td.emoney span:last-child {
  display: none;
}

#recommend-sub .link-offical {
  max-width: 180px;
  width: 47%;
}

#recommend-sub .btn-inner {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}

#recommend-sub .article_box .btn-primary {
  color: #666666;
  max-width: 180px;
  width: 47%;
  margin-right: 3%;
}

#recommend-sub .btn-primary {
  letter-spacing: 0.56px;
  max-width: 295px;
  width: 100%;
}

#beginner .row .col {
  background-color: #F8F8F8;
}

#beginner .article_box .row {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px 1px 1px #00000033;
  padding: 1rem;
}

#beginner .article_box .row:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 6px;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #006953;
}

#beginner .row .col:nth-child(2n) {
  margin-right: 0;
}

#beginner .article_box {
  padding: 40px 10px 20px;;
}

#beginner .article_box a {
  color: #000;
}

#beginner .article_box h3 {
  position: relative;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#beginner .article_box h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -8px;
  left: 0;
}

#beginner .article_box h3.guide::before {
  background-image: url("img/icon_guide.png");
}

#beginner .article_box h3.credit::before {
  background-image: url("img/icon_credit.png");
}

#beginner .article_box h3.basic::before {
  background-image: url("img/icon_basic.png");
}

#beginner .article_box h3.company::before {
  background-image: url("img/icon_company.png");
}

#beginner .article_box h3::after {
  content: "";
  display: block;
  border-bottom: solid 2px #006953;
  width: 40px;
  margin: 20px auto 0;
}

#beginner .article_box .first {
  float: left;
  width: 39.5%;
  /*max-width: 125px;*/
}

#beginner .article_box .second {
  float: left;
  width: 60.5%;
  /*max-width: 290px;*/
  padding: 0 1.0rem 0 1.4rem;
}

#beginner .article_box h4 {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

#beginner .article_box img {
  height: 80px;
  object-fit: cover;
}

#brand {
  padding: 3rem 1rem;
  background-color: #F8F8F8;
}

#brand h3 {
  position: relative;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#brand h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -8px;
  left: 0;
  background-image: url("img/icon_brand.png");
}

#brand h3::after {
   content: "";
  display: block;
  border-bottom: solid 2px #006953;
  width: 40px;
  margin: 20px auto 0;
}

#brand .row {
  max-width: 1006px;
  margin:0 auto;
}

#brand .row a {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  background-color: #FFF;
  width: 48%;
  margin-right: 4%;
  box-shadow: 0px 1px 1px #00000033;
  padding: 20px 0;
  color: #000;
  text-decoration: none;
}

#brand .row a:nth-child(2n) {
  margin-right: 0;
}

#brand .row a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 6px;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #006953;
}

#brand .article_box .infos {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}

#brand a {
  color: #000;
  text-decoration: none;
}

#column {
  position: relative;
  padding-bottom: 4rem;
}

#column .row .col {
  background-color: #FFF;
  max-width: 315px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

#column .row .col img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

#column .excerpt {
  letter-spacing: 0.32px;
  padding: 18px 26px;
}

#column a {
  color: #000;
  text-decoration: none;
}

#column .btn-primary {
  letter-spacing: 0.56px;
  max-width: 295px;
  width: 100%;
}

#interview {
  position: relative;
  padding-bottom: 4rem;
}

#interview .row .col {
  background-color: #FFF;
  max-width: 315px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

#interview .row .col img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

#interview .excerpt {
  letter-spacing: 0.32px;
  padding: 18px 26px;
}

#interview a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.56px;
}

#interview .btn-primary {
  max-width: 295px;
  width: 100%;
}

#advertisement p {
  font-size: 0.8em;
  text-align: center;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon .bg-gray {
  background: #FFF;
}

.footer_to_top {
  display: block;
  text-align: center;
  background: #006953;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
}

.footer_to_top:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: -4px;
  margin-right: 8px;
}

.site-footer {
  width: 89.3%;
  margin: 0 auto;
}

.site-footer .content-upper {
  padding: 3rem 0 1rem;
  border-bottom: solid 1px #DEDEDE;
}

.site-footer .content-upper .first {
  text-align: center;
  font-size: 15px;
}

.site-footer .content-upper .second {
  display: none;
}

.site-footer .content-upper .first .list-inline li {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 2rem;
}

.site-footer .content-upper .first .list-inline li:last-child {
  margin-right: 0;
}

.site-footer .content-upper .first .list-inline li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 2.5;
}

.site-footer .content-upper .second .list-inline li {
  text-align: center;
  margin-right: 2.5rem;
}

.site-footer .content-upper .second .list-inline li:last-child {
  margin-right: 0;
}

.site-footer .content-upper .second .list-inline li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 2.5;
}

.site-footer .list-inline li span {
  font-weight: bold;
}

.site-footer .list-inline li span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #006953;
  border-right: 3px solid #006953;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 8px;
}

.site-footer .content-lower {
  padding: 3rem 0 2rem;
}

.site-footer .content-lower .row .col {
}

.site-footer .content-lower .row .col:last-child {
  margin-right: 0;
}

.site-footer .content-lower h4 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 11px 0;
}

.site-footer .content-lower h4::before {
  content: "";
  border: solid 2px #006953;
  position: absolute;
  right: 0;
  width: 20px;
  top: 19px;
}

.site-footer .content-lower h4::after {
  content: "";
  border: solid 2px #006953;
  position: absolute;
  right: 8px;
  height: 20px;
  top: 11px;
}

.site-footer .content-lower h4.on::after {
  content: none;
}

.site-footer .content-lower ul {
  display: none;
}

.site-footer .content-lower ul.pages {
  display: block;
  margin-top: 2rem;
}

.site-footer .content-lower ul.on {
  display: block;
}

.site-footer .content-lower li {
  line-height: 1.2;
  margin-top: 2rem;
}

.site-footer .content-lower li:last-child {
  margin-bottom: 3rem;
}

.site-footer .content-lower ul.pages li:first-child {
  margin-top: 0;
}

.site-footer .content-lower ul.pages.unei {
  border-bottom: solid 1px #D3D3D3;
  padding-bottom: 3rem;
}

.site-footer .content-lower ul.pages.unei li {
  margin-top: 1rem;
}

.site-footer .content-lower li a {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

.site-footer .content-lower li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #006953;
  border-right: 3px solid #006953;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 8px;
}

.site-footer .content-lower .pages li a:before {
  content: none;
}

.site-footer .content-lower .pages h5 {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

.site-footer .content-bottom .row {
  margin-bottom: 15px;
}

.site-footer .content-bottom .first {
  text-align: center;
  margin-top: 3rem;
}

.site-footer .content-bottom .second {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 2rem;
}

.site-footer .content-bottom .third {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
  width: 88%;
  margin: 3rem auto 0;
}

.site-footer .content-bottom .sns-inline a {
  display: inline-block;
  margin: 0px 15px;
}

.site-info {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  background: #006953;
  padding: 14px 0;
}

.site-footer .content-lower .sns-inline a {
  display: inline-block;
  margin-right: 25px;
}


/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
#wp_rp_first h2 {
  text-align: center;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
}

ul.related_post.wp_rp {
  display: flex;
  flex-wrap: wrap;
}

ul.related_post li {
  width: 30% ;
}

ul.related_post li a.wp_rp_thumbnail img {
  float: none !important;
  margin-right: 0 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.entry-content .related_post li::before {
  content: none;
}

ul.related_post li a.wp_rp_thumbnail {
  display: block;
  width: 100%;
  float: none !important;
  margin-right: 0px !important;
  max-width: 130px;
  margin-bottom: 0 !important;
}

.widget-area h3 {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.widget-area h3:after {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  width: 40px;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px #006953;
}

.wpp-list {
  counter-reset: section;
}

.wpp-container,
.wpp-list li {
  position: relative;
  margin-bottom: 25px !important;
}

.wpp-list .wpp-container:before,
.wpp-list li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  background: #ED6C00;
  width: 20px;
  height: 20px;
  line-height: 1.3;
}

.wpp-list .wpp-container:nth-child(1):before,
.wpp-list li:nth-child(1):before {
  background: #ED6C00;
}

.wpp-list .wpp-container:nth-child(2):before,
.wpp-list li:nth-child(2):before {
  background: #EA720D;
}

.wpp-list .wpp-container:nth-child(3):before,
.wpp-list li:nth-child(3):before {
  background: #EA832D;
}

.wpp-list .wpp-container:nth-child(4):before,
.wpp-list li:nth-child(4):before {
  background: #E99C5C;
}

.wpp-list .wpp-container:nth-child(5):before,
.wpp-list li:nth-child(5):before {
  background: #EBB486;
}

.wpp-post-title {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.news-list li {
  display: flex;
  justify-content: space-between;
}

.news-list li p {
  width: 242px;
  margin-right: 5px;
}

.news-list li .wpp-img {
  width: 98px;
}

.news-list .wpp-img img {
  display: inline;
  float: none;
  margin: 0;
  border: none;
  min-width: 98px;
}

.news-list .wpp-img span {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}

.news-list .wpp-img span:before {
  content: "";
  display: inline-block;
  background-image: url("img/date.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: -1px;
}

/*.cpp-container .d-flex*/
.cpp-list a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.cpp-container {
  position: relative;
  padding: 20px;
  box-shadow: 0px 2px 6px #00000033;
  margin-bottom: 20px;
  margin-right: 4px;
  margin-left: 4px;
}

.cpp-container:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 6px;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #006953;
}

.cpp-container .first {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  margin-right: 15px;
}

.cpp-container .second {
  width: 167px;
}

.cpp-container .second p.name {
  font-size: 15px;
  font-weight: bold;
}

.cpp-container .second p.campaign {
  font-size: 14px;
  margin-top: 5px;
}

.cpp-container p.description {
  color: #006953;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

ul.related_post.wp_rp {
  display: block !important;
}

ul.related_post li {
  display: flex !important;
  width: 100% !important;
  margin-left: 1.869158878504%;
  box-shadow: 0px 2px 4px #00000033;
  margin-top: 30px !important;
}

ul.related_post li a.wp_rp_thumbnail img {
  /* object-fit: cover; */
  object-fit: contain;
  height: auto !important;
  max-height: 80px;
  min-width: 130px !important;
  width: 130px !important;
}

ul.related_post li a {
  display: block;
}

a.wp_rp_title {
  color: #000 !important;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  line-height: 1.6;
}

.post-tags li:before {
  content: none;
}

.author-info {
  border-top: solid 2px #006953;
  padding: 20px;
  border-right: solid 1px #D3D3D3;
  border-left: solid 1px #D3D3D3;
  border-bottom: solid 1px #D3D3D3;
}

.author-info .d-flex {
  display: block;
}

.author-info h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 27px;
}

.author-info .first {
  display: flex;
  width: 100%;
  min-width: 180px;
  margin-right: 1%;
  text-align: start;
  padding-bottom: 20px;
}

.inner_first {
  margin-right: 20px;
}

.inner_second {
  width: 65%;
}

.author-info .second {
  width: 100%;
}

.second.author-description {
  margin-top: -2rem;
}

.second.author-description p {
  font-size: 14px;
  font-size: 1.4rem;
}

.author-position {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 8px !important;
}

.author-name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0 !important;
}

.author_bottom {
  border-radius: 50% !important;
}

.twitter-margin {
  margin-top: 10px;
}

.link-quote.lower-right {
  position: absolute;
  top: 0;
  left: 10px;
  color: #404040;
}

#toc_container {
  margin-top: 3rem;
  padding: 1rem 3rem !important;
}

#toc_container p.toc_title {
  text-align: left !important;
}

#toc_container p.toc_title:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("img/list-solid.png");
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#secondary {
  margin-top: 50px;
}

.sidebar_related_credit {
  border-top: solid 2px #006953;
  box-shadow: 0px 2px 6px #00000033;
  margin-bottom: 20px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 30px 20px;
}

.sidebar_related_credit h3 {
  margin-bottom: 2rem;
}

.sidebar_related_credit h3:after {
  content: none;
}

.sidebar_related_credit img {
  max-width: 183px;
  width: 90%;
}

.sidebar_related_credit p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  text-align: left !important;
}

.sidebar_related_credit .mt-2 {
  margin-top: 20px;
}

.sidebar_related_credit .btn-orange {
  max-width: 210px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
  }

  .entry-meta {
    margin-top: 4rem;
  }

  .sns-icons a {
    width: 35px;
    margin-right: 8px;
  }

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

  .entry-content {
    line-height: 1.8;
  }

  .entry-content li,
  .comment-content li,
  .mu_register li {
    margin: 0 0 0 2rem;
  }

  .entry-content h2 {
    border-bottom: solid 2px #ED6C00;
    line-height: 2;
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .entry-content h3 {
    background: #ED6C001F;
    color: #000;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 2.25;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
  }

  .entry-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    border-left: solid 10px #ED6C00;
    padding-left: 10px;
    margin-top: 3rem;
  }

  .entry-content h5 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-left: 2rem;
  }

  .entry-content p,
  .entry-summary p,
  .comment-content p,
  .mu_register p {
      line-height: 1.8;
      margin: 20px 0 0;
      margin: 3rem 0 0;
      padding: 0 2rem;
  }

  .entry-content .subtitle{
    color:#FF4200;
    font-weight:bold;
    font-size: 20px;
    margin: 10px 0px;
  }

  .entry-content th,
  .comment-content th {
    background: #F2F2F2;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: none;
    /* border-left: 1px solid #D3D3D3; */
    border-bottom: 1px solid #D3D3D3;
    padding: 10px;
  }

  .entry-content td,
  .comment-content td {
    font-size: 14px;
    font-size: 1.4rem;
    /* border-left: 1px solid #D3D3D3; */
    border-bottom: 1px solid #D3D3D3;
    padding: 10px;
  }

  ul.related_post.wp_rp {
    display: flex !important;
    justify-content: space-around;
  }

  ul.related_post li {
    background-color: #FFF;
    margin-left: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    min-width: 30%;
    margin-top: 30px !important;
  }

  ul.related_post li a.wp_rp_thumbnail {
      display: block;
      width: 100%;
      float: none !important;
      margin-right: 0px !important;
      max-width: none;
      margin-bottom: 0 !important;
  }

  ul.related_post li a.wp_rp_thumbnail img {
    object-fit: contain;
    height: 137px !important;
    max-height: none;
    min-width: none !important;
    width: 100% !important;
  }

  ul.related_post li a {
    display: block;
  }

  a.wp_rp_title {
    color: #000 !important;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1rem;
  }

  .entry-content .sns_bottom-pc {
    display: block;
    margin-top: 60px;
  }

  .entry-content .sns_bottom-sp {
    display: none;
  }

  .sns_bottom-pc a {
      width: 30%;
      margin-right: 15px;
  }

  .author-info .d-flex {
    display: flex;
  }

  .author-info h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 27px;
  }

  .author-info .first {
    display: block;
    width: 24%;
    min-width: 180px;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 0;
  }

  .inner_first {
    width: 100%;
    margin-right: 0;
  }

  .inner_second {
    width: 100%;
  }

  .author-info .second {
    width: 75%;
  }

  .second.author-description {
    margin-top: -2rem;
  }

  .second.author-description p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .author-position {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 8px !important;
  }

  .author-name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0 !important;
  }

  .twitter-margin {
    margin-top: 10px;
  }
}
/*--------------------------------------------------------------
## Credit Archive
--------------------------------------------------------------*/
.archive h1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.credit_search {
  max-width: 827px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-message {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  padding: 0 1rem;
}

.form-message p {
  letter-spacing: 0.26px;
}

.form-message p:last-child {
  display: none;
}

.form-message span {
  color: #FF6200;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.48px;
  margin: 0 4px;
}

.credit_search h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 50px;
  margin-bottom: 20px;
}

.hidden-search-field {
  display: none;
}

.credit_search th {
  display: block;
  background: #F2F2F2;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  border: solid 1px #FFF;
  font-weight: bold;
  padding: 5px 10px;
}

.credit_search td {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #F8F8F8;
  padding: 1rem;
}

.credit_search label {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  width: 47%;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0px 1px 2px #00000033;
  padding: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}

.credit_search label:nth-child(2n) {
  margin-right: 0;
}

.credit_search label:hover {
  border: 1px solid #006953;
}

.credit_search label.active {
  border: 1px solid #006953;
}

.credit_search label span {
  vertical-align: middle;
}

.credit_search [type="checkbox"],
.credit_search [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5%;
  vertical-align: middle;
/*   width: auto; */
  width: 11%;
}

.credit_search label img {
/*   height: 25px; */
  height: 18px;
  width: auto;
}

span.checkbox-parts-b,
span.checkbox-parts-e {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  font-size: 9px !important;
}

span.icon-b {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  /*width: 100%;*/
  width: 37%;
  vertical-align: middle;
}

span.icon-b img {
    height: 13px;
}
.searchform-db.text-center {
  margin: 20px;
}

.credit_search .btn-primary {
  position: relative;
  max-width: 480px;
  width: 90%;
  background: #ED6C00;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  border-color: #ED6C00;
  border-radius: 23px;
  margin-bottom: 20px;
}

.credit_search .btn-primary:after {
  content: "";
  display: inline-block;
  vertical-align: initial;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("img/search.png");
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.credit_search .btn-primary:hover {
  background: #E99C5C;
  border-color: #E99C5C;
}

.clear-button {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}

.result_contents {
  margin-top: 40px;
}

.search-list {
  border-top: solid 3px #006953;
  padding: 18px 20px 25px;
  margin-top: 35px;
  box-shadow: 0px 2px 6px #00000033;
}

.search-list .card-name {
  font-size: 20px;
  font-size: 2.0rem;
}

.search-list .card-copy {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}

.l-header {
  margin-bottom: 15px;
}

.search-list .row {
  position: relative;
  margin-top: 15px;
}

.search-list .first {
  float: none;
  max-width: none;
  width: 100%;
  margin-right: 0;
}

.search-list .first .icon-card {
  text-align: center;
}

.search-list .first .icon-card img {
  max-width: 190px;
  width: 100%;
}

.icon-brand {
  margin-top: 15px;
}

.icon-brand li {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.icon-brand li img {
  width: auto;
  height: 30px;
}

.search-list .second {
  position: relative;
  float: none;
  max-width: none;
  width: 100%;
  margin-top: 30px;
}

.search-list .btn-inner {
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.search-list .btn-primary {
  width: 45%;
  max-width: 300px;
  margin-right: 5%;
}

.search-list .link-offical {
  width: 45%;
  max-width: 300px;
}

.campaign-ttl {
  position: absolute;
  display: inline-block;
  background: #FF6200;
  color: #FFF;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: -10px;
  padding: 1px 19px;
  border-bottom: solid 1px #FFF;
  z-index: 100;
  top: -5px;
}

.campaign-ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 10px #FF6200;
}

.campaign-ttl:after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: solid 1px;
  left: 0;
  bottom: -1px;
}

.search-list .campaign-txt {
  position: relative;
  background: #FDEFE4;
  color: #FF6200;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 35px 20px 10px;
}

table.card-table {
  overflow: auto;
  margin-bottom: -1px;
}

.search-list tr {
  height: 40px;
  border-top: solid 1px #D3D3D3;
  border-bottom: solid 1px #D3D3D3;
}

.search-list th {
  background-color: #F0F0F0;
  width: 28%;
  padding: 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.search-list td {
  width: 73%;
  padding: 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.search-list .second .col {
  width: 100%;
}

.search-list .second .col:last-child {
  margin-right: 0;
}

ul.card-charas li {
  display: inline-block;
  background: #F2F7F6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-right: 10px;
  padding: 8px 10px;
}

.l-footer.clearfix {
  margin-top: 30px;
}

.result-message {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  align-items: baseline;
}

.result-message p.title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
}

.result-message span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF6200;
}

.conditions {
  background: #F8F8F8;
  padding: 1rem 1rem 2rem;
  margin-top: 15px;
}

.conditions span {
  display: inline-block;
  position: relative;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #006953;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 22px;
  padding-right: 15px;
}

.conditions span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #006953;
  border-bottom: 2px solid #006953;
}

.change_condition {
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}

.gray-back {
  background: #F8F8F8;
  text-align: center;
  margin-top: 60px;
  padding: 3rem 0;
}

.gray-back.btm-1rem {
  background: #F8F8F8;
  text-align: center;
  margin-top: 60px;
  padding: 3rem 0 1rem;
}

.gray-back h3 {
  margin-top: -40px;
  margin-bottom: 20px;
}

.gray-back .col {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.gray-back input {
  display: inline-block;
  float: left;
  font-size: 14px;
  width: 87.3%;
  height: 45px;
  border: 1px solid #006953;
  padding: 10px;
}

.gray-back button {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: bottom;
  background: #006953;
  border: none;
  padding: 0;
  cursor: pointer;
}

.gray-back button img {
  width: 24px;
}

#search-form table {
  overflow: auto;
}

.card_keyword {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card-search {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.card-search h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: -3.2rem;
}

.card-search .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

.card-search .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-search .row article {
  display: flex;
  flex-direction: column;

  text-align: center;
  background-color: #FFF;
  max-width: 340px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-right: 1.9%;
  margin-top: 3rem;
  padding: 2rem;
}

.card-search .row article:nth-child(3n) {
    margin-right: 0;
}

.card-search img {
  max-width: 215px;
}

.card-search h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.32px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.card-search a {
  text-decoration: none;
  color: inherit;
}

.card-search .parent-link-offical {
  display: block;
  width: 100%;
  margin-top: auto;
  bottom: 20px;
}

.category-right {
  text-align: right;
  font-size: 13px;
  color: #666666;
  margin-top: auto;
}

.archive-description {
  max-width: 800px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.archive-contents {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.archive-contents h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.32px;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.archive-contents h2 a {
  text-decoration: none;
  color: #000000;
}

.archive-contents .post_date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
  text-align: right;
  margin-top: auto;
}


.archive-contents .post_date:before {
  content: "";
  display: inline-block;
  background-image: url("img/date.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  vertical-align: -1px;
}

.archive-contents .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

.archive-contents .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.archive-contents .row article {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFF;
  max-width: 340px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-right: 1.9%;
  margin-top: 1rem;
  padding: 2rem;
}

.archive-contents .row article:nth-child(3n) {
    margin-right: 0;
}

.archive-contents img {
  max-width: 215px;
}

.archive-contents .entry-summary {
  text-align: left;
  margin-bottom: 3rem;
}

.archive-contents .entry-summary p {
  line-height: 1.3;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .form-message {
    display: flex;
    font-size: 13px;
    font-size: 1.3rem;
    align-items: baseline;
    padding: 0;
  }

  .form-message p:last-child {
    display: block;
  }

  .form-message span {
    color: #FF6200;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.48px;
    margin: 0 4px;
  }

  .result-message {
    display: flex;
    font-size: 13px;
    font-size: 1.3rem;
    align-items: baseline;
    margin-top: 50px;
  }

  .result-message p.title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .result-message p:last-child {
    display: block;
  }

  .result-message span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FF6200;
  }

  span.checkbox-parts-b,
  span.checkbox-parts-e {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    line-height: 1;
  }

  span.icon-b {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50px;
    vertical-align: middle;
  }

  .credit_search th {
    display: table-cell;
    background: #F2F2F2;
    width: 159px;
    height: 70px;
    border: solid 1px #FFF;
    font-size: 15px;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
  }

  .credit_search td {
    display: flex;
    width: 668px;
    background: #F8F8F8;
    padding: 13.5px;
    padding-right: 0;
    padding-left: 19px;
  }

  .credit_search label {
    display: flex;
    background: #FFF;
    box-shadow: 0px 1px 2px #00000033;
    width: 190px;
    font-size: 14px;
    margin-right: 20px;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
  }

  .credit_search label:nth-child(2n) {
      margin-right: 20px;
  }

  .credit_search .btn-primary:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("img/search.png");
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }

  .search-list .first .icon-card img {
    max-width: 280px;
    width: 100%;
  }

  .icon-brand {
    margin-top: 30px;
  }

  .icon-brand li {
    display: inline-block;
    margin-right: 10px;
  }

  .result_contents {
    margin-top: 70px;
  }

  .search-list {
    border-top: solid 3px #006953;
    padding: 30px 40px 25px;
    margin-top: 35px;
    box-shadow: 0px 2px 6px #00000033;
  }

  .search-list .card-name {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .search-list .card-copy {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
  }

  .l-header {
    margin-bottom: 30px;
  }

  .search-list .first {
    float: left;
    max-width: 280px;
    width: 28%;
    margin-right: 6%;
  }

  .search-list .second {
    position: relative;
    float: left;
    max-width: 670px;
    width: 66%;
    margin-top: 0;
  }

  .search-list .second .col {
    float: left;
    max-width: 300px;
    width: 47.75%;
    margin-right: 4.5%;
  }

  .search-list .btn-inner {
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
  }

  .search-list .btn-primary {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .search-list .link-offical {
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }

  table.card-table {
    overflow: auto;
    margin-bottom: 10px;
  }

  .lg.link-offical:after {
    right: 28%;
  }

  .conditions {
    background: #F8F8F8;
    padding: 2rem 3rem 3rem;
    margin-top: 15px;
  }

  .conditions span {
    display: inline-block;
    position: relative;
    background: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #006953;
    margin-top: 10px;
    margin-right: 15px;
    padding-left: 22px;
    padding-right: 15px;
  }

  .conditions span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #006953;
    border-bottom: 2px solid #006953;
  }

  .gray-back {
    background: #F8F8F8;
    text-align: center;
    margin: 70px auto 0;
    padding: 3rem 0;
    max-width: 824px;
  }

  .gray-back h3 {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .gray-back .col {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }

  .gray-back input {
    display: inline-block;
    float: left;
    width: 90%;
    height: 50px;
    border: 1px solid #006953;
    padding: 10px;
  }

  .gray-back button {
    display: inline-block;
    width: 10%;
    height: 50px;
    vertical-align: bottom;
    background: #006953;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  #search-form table {
    overflow: auto;
  }

  .card-search {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card-search h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: -3.2rem;
  }

  .message-cat-1 {
      margin-top: 40px;
  }

  .card-search .layer-gray {
    position: absolute;
    background: #F8F8F8;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: -10;
  }

  .card-search .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card-search .row article {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #FFF;
    max-width: 340px;
    width: 32%;
    box-shadow: 0px 2px 4px #00000033;
    margin-right: 1.9%;
    margin-top: 3rem;
    padding: 2rem;
  }

  .card-search .row article:nth-child(3n) {
      margin-right: 0;
  }

  .card-search img {
    max-width: 215px;
    width: 100%;
  }

  .card-search h3 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal;
      text-align: left;
      letter-spacing: 0.32px;
      margin-top: 20px;
      margin-bottom: 40px;
  }

  .card-search h3 a {
    text-decoration: none;
    color: inherit;
  }

  .card-search .parent-link-offical {
    display: block;
    width: 100%;
    margin-top: auto;
    bottom: 20px;
  }

  .category-right {
    text-align: right;
    font-size: 13px;
    color: #666666;
    margin-top: auto;
  }

  .archive-contents {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .archive-contents h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.32px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .archive-contents h2 a {
    text-decoration: none;
    color: #000000;
  }

  .archive-contents .layer-gray {
    position: absolute;
    background: #F8F8F8;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: -10;
  }

  .archive-contents .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .archive-contents .row article {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #FFF;
    max-width: 340px;
    width: 32%;
    box-shadow: 0px 2px 4px #00000033;
    margin-right: 1.9%;
    margin-top: 3rem;
    padding: 2.2rem 2.8rem;
  }

  .archive-contents .row article:nth-child(3n) {
      margin-right: 0;
  }

  .archive-contents img {
    max-width: 215px;
    height: 136px;
    object-fit: cover;
    width: 100%;
  }

  .archive-contents .entry-summary {
    text-align: left;
    margin-bottom: 3rem;
  }

  .archive-contents .entry-summary p {
    line-height: 1.3;
  }

}
/*--------------------------------------------------------------
## Credit Archive
--------------------------------------------------------------*/
.page-template-newposts h1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search h1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.article-search {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.article-search h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: -3.2rem;
}

.article-search h2 a {
  text-decoration: none;
  color: #000000;
}

.article-search .layer-gray {
  position: absolute;
  background: #F8F8F8;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -10;
}

.article-search .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-search .row article {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFF;
  max-width: 340px;
  width: 100%;
  box-shadow: 0px 2px 4px #00000033;
  margin-right: 1.9%;
  margin-top: 3rem;
  padding: 2rem;
}

.article-search .row article:nth-child(3n) {
    margin-right: 0;
}

.article-search img {
  max-width: 215px;
  height: 136px;
  object-fit: cover;
  width: 100%;
}

.article-search h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.32px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.article-search a {
  text-decoration: none;
  color: inherit;
}

.article-cats {
  text-align: left;
  padding: 0 3%;
}

.article-cats li {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 40px;
}

.article-cats li a {
  color: #000 ;
  text-decoration: none;
}

.article-cats li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #006953;
  border-right: 3px solid #006953;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 8px;
}

.not_found_width {
  max-width: 680px;
  margin: 50px auto;
  text-align: center;
}

.not_found_head {
  font-size: 24px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .article-search {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .article-search h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: -3.2rem;
  }

  .article-search h2 a {
    text-decoration: none;
    color: #000000;
  }

  .article-search .layer-gray {
    position: absolute;
    background: #F8F8F8;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: -10;
  }

  .article-search .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .article-search .row article {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #FFF;
    max-width: 340px;
    width: 32%;
    box-shadow: 0px 2px 4px #00000033;
    margin-right: 1.9%;
    margin-top: 3rem;
    padding: 2rem;
  }

  .article-search .row article:nth-child(3n) {
      margin-right: 0;
  }

  .article-search img {
    max-width: 215px;
    height: 136px;
    object-fit: cover;
    width: 100%;
  }

  .article-search h3 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal;
      text-align: left;
      letter-spacing: 0.32px;
      margin-top: 20px;
      margin-bottom: 40px;
  }

  .article-search h3 a {
    text-decoration: none;
    color: inherit;
  }

  .article-cats {
    text-align: left;
    padding: 0 14%;
  }

  .article-cats li {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 40px;
  }

  .article-cats li a {
    color: #000 ;
    text-decoration: none;
  }

  .article-cats li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 3px solid #006953;
    border-right: 3px solid #006953;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-right: 8px;
  }
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.entry-content.contact-page {
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.entry-content.contact-page p {
  text-align: center;
}

h1.entry-title.contact-page {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.contact-page .wpcf7 {
  background: #F8F8F8;
}

.contact-page .wpcf7 input[type="submit"] {
  border-radius: 23px;
}

.contact-page form.wpcf7-form {
  display: block;
  width: 77%;
  max-width: 462px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 3rem;
}

.contact-page h2 {
  border: none !important;
  font-size: 20px !important;
  text-align: center;
  margin-top: -5.5rem !important;
}

.contact-page .wpcf7 p {
  text-align: left;
  font-weight: bold;
}

.contact-page .wpcf7 p .require {
  color: #FFF;
  background: #ED6C00;
  font-size: 12px;
  font-weight: normal;
  margin-left: 1.3rem;
  padding: 2px 10px;
  border-radius: 2px;
}

.contact-page .wpcf7 input {
  width: 100%;
}

.contact-page .wpcf7 input {
  width: 100%;
  max-width: 470px;
}
.wpcf7-mail-sent-ok {
    border: 2px solid #FF6200;
    color: #FF6200;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-page form.wpcf7-form {
    display: block;
    max-width: 462px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-top: 40px;
  }
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 h1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

/*--------------------------------------------------------------
## Media query
--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }

  .sp-none {
    display: block;
  }

  #masthead {
    border-bottom: none;
  }

  .site-branding {
    width: 100%;
    float: left;
    margin-right: -28%;
  }

  .site-title {
    display: inline-block;
    vertical-align: middle;
    width: 173px;
    margin: 15px 13px 0 0;
  }

  .right-menu {
    width: 28%;
    float: right;
    margin-top: 16px;
    margin-right: 0;
  }

  .right-menu li {
    border-right: solid 1px #EDEDED;
    width: 33.33%;
  }

  .right-menu li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .right-menu li a img {
    width: 38px;
  }

  .site-description {
    display: inline-block;
    width: 252px;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 15px 0 0 0;
  }

  #breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 1.6rem;
  }

  #breadcrumb ul {
    display: block;
  }

  .menu-inner {
    max-width: 1070px;
    width: 95%;
    margin: 0 auto;
  }

  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #006953;
    overflow: hidden;
  }

  .main-navigation li {
    float: left;
    position: relative;
    width: 19.2%;
    text-align: center;
    padding: 11px 0;
  }

  .main-navigation li::before {
    content: none;
  }

  .main-navigation li::after {
    content: none;
  }

  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    border-right: solid 1px #5A998C;
  }

  .main-navigation li:hover a {
    position: relative;
    color: #006953;
    top: -5px;
    border: none;
  }

  .mega-menus {
    display: block;
    position: absolute;
    width: 100%;
    background: #F8F8F8;
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 3rem;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
  }

  /*.mega-menus.hover {*/
  .mega-menus.hover {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
    transition-delay: 0.3s;
  }

  .mega-menus .inner {
    max-width: 1070px;
    width: 95%;
    margin: 0 auto;
  }

  .mega-menus:hover {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
  }

  #menu-1.mega-menus:hover {
    display: block;
  }

  #menu-1.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 2rem;
    margin-top: 0;
  }

  #menu-1.mega-menus .row .col {
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #menu-1.mega-menus .row .col:last-child {
    margin-right: 0;
  }

  #menu-1.mega-menus .excerpt {
    padding: 0px 25px;
  }

  #menu-1.mega-menus a {
    color: #000;
    text-decoration: none;
  }

  #menu-1.mega-menus .third p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
    padding-top: 1rem;
  }

  #menu-1.mega-menus p {
    color: #ED6C00;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  #menu-1.mega-menus .excerpt p {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
  }

  #menu-1.mega-menus img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }


  #menu-2.mega-menus:hover{
    display: block;
  }

  #menu-2.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 2rem;
    margin-top: 0;
  }

  #menu-2.mega-menus .row .col {
    position: relative;
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #menu-2.mega-menus .row .col:nth-child(4n) {
    margin-right: 0;
  }

  #menu-2.mega-menus .row .col .article_box {
    text-align: center;
    padding: 20px 0;
  }

  #menu-2.mega-menus .row .col .article_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 6px;
    bottom: 6px;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #006953;
  }

  #menu-2.mega-menus a {
    color: #000;
    text-decoration: none;
  }

  #menu-2.mega-menus p {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px;
  }

  #menu-3.mega-menus:hover{
    display: block;
  }

  #menu-3.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 2rem;
    margin-top: 0;
  }

  #menu-3.mega-menus .row .first {
    float: left;
    max-width: 546px;
    width: 51%;
  }

  #menu-3.mega-menus .row .first .col {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-top: 3rem;
  }

  #menu-3.mega-menus .row .first .col:nth-child(-n+3) {
    margin-top: 2rem;
  }

  #menu-3.mega-menus .row .first .col:nth-child(3n) {
    margin-right: 0;
  }

  #menu-3.mega-menus .row .second {
    float: right;
    max-width: 396px;
    width: 37%;
  }

  #menu-3.mega-menus .row .second .col {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 3rem;
  }

  #menu-3.mega-menus .row .second .col:nth-child(-n+2) {
    margin-top: 2rem;
  }

  #menu-3.mega-menus .row .second .col:nth-child(2n) {
    margin-right: 0;
  }

  #menu-3.mega-menus h5 {
    position: relative;
    margin-top: 3rem;
  }

  #menu-3.mega-menus h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #F8F8F8;
    padding-right: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #menu-3.mega-menus h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }

  #menu-3.mega-menus a {
    color: #000;
    text-decoration: none;
  }

  #menu-3.mega-menus p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
  }

  #menu-3.mega-menus img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
  }

  #menu-4.mega-menus:hover{
    display: block;
  }

  #menu-4.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 2rem;
    margin-top: 0;
  }

  #menu-4.mega-menus .row .col {
    position: relative;
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #menu-4.mega-menus .row .col a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #menu-4.mega-menus .row .col:nth-child(4n) {
    margin-right: 0;
  }

  #menu-4.mega-menus .row .col .article_box {
    text-align: center;
    padding: 20px 0;
  }

  #menu-4.mega-menus .row .col .article_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 6px;
    bottom: 6px;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #006953;
  }

  #menu-5.mega-menus:hover{
    display: block;
  }

  #menu-5.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 2rem;
    margin-top: 0;
  }

  #menu-5.mega-menus h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
  }

  #menu-5.mega-menus h5::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 30px;
    height: 30px;
    margin-right: 17px;
  }

  #menu-5.mega-menus h5.sub-1::before {
    background-image: url("img/icon_guide.png");
  }

  #menu-5.mega-menus h5.sub-2::before {
    background-image: url("img/icon_credit.png");
  }

  #menu-5.mega-menus h5.sub-3::before {
    background-image: url("img/icon_basic.png");
  }

  #menu-5.mega-menus h5.sub-4::before {
    background-image: url("img/icon_company.png");
  }

  #menu-5.mega-menus h5.sub-5::before {
    background-image: url("img/icon_brand.png");
  }

  #menu-5.mega-menus .row .col {
    float: left;
    max-width: 331.7px;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3rem;
  }

  #menu-5.mega-menus .row .col:nth-child(3n) {
    margin-right: 0;
  }

  #menu-5.mega-menus li {
    line-height: 1.6;
    margin-top: 1rem;
  }

  #menu-5.mega-menus li a {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
  }

  #menu-5.mega-menus li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 3px solid #006953;
    border-right: 3px solid #006953;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-right: 8px;
  }

  #menu-search.mega-menus:hover{
    display: block;
  }

  #menu-search.mega-menus .row .col {
    float: left;
    max-width: 513.6px;
    width: 48%;
    margin-right: 4%;
    margin-top: 3rem;
  }

  #menu-search.mega-menus .row .col:nth-child(2n) {
    margin-right: 0;
  }

  #menu-search.mega-menus h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 0;
    margin-top: 0;
  }

  #menu-search.mega-menus li {
    display: inline-block;
    line-height: 1.6;
    margin-top: 1rem;
    margin-right: 2rem;
  }

  #menu-search.mega-menus li a {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
  }

  #menu-search.mega-menus li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 3px solid #006953;
    border-right: 3px solid #006953;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-right: 8px;
  }

  #menu-search.mega-menus .tags li {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
  }

  #menu-search.mega-menus .tags li a {
    color: #006953;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 1rem;
    text-decoration: none;
  }

  #menu-search.mega-menus .tags li a:before {
    content: none;
  }

  #menu-search.mega-menus form {
    margin-top: 1rem;
  }

  #menu-search.mega-menus input {
    display: inline-block;
    float: left;
    width: 90%;
    height: 50px;
    border: 1px solid #006953;
    padding: 10px;
  }

  #menu-search.mega-menus button {
    display: inline-block;
    width: 10%;
    height: 50px;
    vertical-align: bottom;
    background: #006953;
    border: none;
  }

  .main-navigation li:last-child {
    float: left;
    position: relative;
    width: 4%;
    text-align: center;
  }

  .main-navigation li:hover {
    position: relative;
    background: #FFF;
    top: 5px;
  }

  .main-navigation li:last-child:hover {
    position: relative;
    background: inherit;
    top: 0;
  }

  .content-area {
    float: left;
    margin: 0 -40.67796610169492% 0 0;
    width: 100%;
    margin-top: 35px;
  }

  .single .content-area {
    margin-top: 60px;
  }

  #secondary {
    margin-top: 60px;
  }

  .site-main {
/*    width: 65.5%;
    max-width: 700px;*/
    margin: 0 34.5% 0 0;
  }

  .site-content .widget-area {
    float: right;
    overflow: hidden;
    /*max-width: 320px;*/
    width: 29.9%;
    margin-top: 60px;
  }

  .site-footer {
    clear: both;
    max-width: 1070px;
    width: 95%;
    margin: 0 auto;
  }

  .page-template-no-sidebar .content-area,
  .page-template-newposts .content-area,
  .archive .content-area,
  .search .content-area,
  .error404 .content-area
   {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-no-sidebar .site-main,
  .page-template-newposts .site-main,
  .archive .site-main,
  .search .site-main,
  .error404 .site-main
   {
    margin-right: 0;
  }

  #news {
    margin-top: 40px;
  }

  #news .first {
    float: left;
    width: 35.5%;
    max-width: 380px;
    margin-right: 5%;
  }

  #news .first .meta {
    text-align: right;
  }

  #news .first img {
    margin-bottom: 10px;
  }

  #news .second {
    float: left;
    width: 59.5%;
    max-width: 635px;
    margin-top: 0rem;
  }

  #news .second .row .col {
    float: left;
    max-width: 300px;
    width: 47%;
    margin-top: 18px;
    margin-right: 5.6%;
    border-bottom: solid 1px #D3D3D3;
    padding-bottom: 1rem;
  }

  #news .second .row .col:nth-child(2n) {
    margin-right: 0;
  }

  #news .second .row .col:first-child, #news .second .row .col:nth-child(2) {
    margin-top: 0;
  }

  #news .second .row .col:nth-child(5), #news .second .row .col:nth-child(6) {
    border-bottom: none;
  }

  #news .excerpt {
    width: 80%;
    max-width: 200px;
  }

  #news .btn-primary {
    letter-spacing: 0.56px;
    max-width: 368px;
    width: 100%;
  }

  #popular .row .col {
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #popular .row .col:last-child {
    margin-right: 0;
  }

  #type h3 {
    text-align: left;
  }

  #type .row .col {
    float: left;
    background-color: #FFF;
    text-align: center;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
    padding: 14px 20px;
  }

  #type .row .col a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #type .row .col:nth-child(2n) {
      margin-right: 1.869158878504%;
  }

  #type .row .col:nth-child(4n) {
    margin-right: 0;
  }

  #type .explain {
    display: block;
  }

  #recommend .inner{
    max-width: 742px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #recommend .row .first {
    display: inline-block;
    max-width: 172px;
    width: 24%;
    margin-right: 2%;
    margin-left: 0;
  }

  #recommend .row .second {
    display: inline-block;
    max-width: 100px;
    width: 14%;
    margin-right: 5%;
    vertical-align: bottom;
  }

  #recommend .row .third {
    display: inline-block;
    max-width: 413px;
    width: 55%;
    vertical-align: bottom;
  }

  #recommend .row .col {
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #recommend .row .col:last-child {
    margin-right: 0;
  }

  #recommend-sub .row .col {
    float: left;
    background-color: #FFF;
    max-width: 530px;
    width: 49%;
    margin-right: 2%;
    box-shadow: 0px 2px 6px #00000033;
  }

  #recommend-sub .row .col:nth-child(2n) {
    margin-right: 0;
  }

  #recommend .row .col .article_box {
      padding: 0;
  }

  #recommend-sub .article_box {
    border-top: solid 3px #006953;
    padding: 27px 25px;
  }

  #recommend-sub .article_box .first {
    float: left;
    max-width: 190px;
    width: 40%;
    margin-right: 5%;
  }

  #recommend-sub .article_box .second {
    position: relative;
    float: left;
    max-width: 260px;
    width: 55%;
    margin-top: 0;
  }

  #recommend-sub .article_box .btn-primary {
    color: #666666;
    max-width: 180px;
    width: 47%;
    margin-right: 3%;
  }

  #recommend-sub .article_box .link-offical {
    max-width: 180px;
    width: 47%;
  }

  #recommend-sub .btn-primary {
    max-width: 368px;
    width: 100%;
  }

  #beginner .row .col {
    float: left;
    background-color: #F8F8F8;
    max-width: 530px;
    width: 49%;
    margin-right: 2%;
  }

  #beginner .article_box .first {
    float: left;
    width: 35.5%;
    max-width: 160px;
  }

  #beginner .article_box .second {
    float: left;
    width: 64.5%;
    max-width: 290px;
    padding: 1.4rem;
  }

  #beginner .article_box h3 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  #beginner .article_box h3::before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 40px;
    height: 40px;
    margin-right: 35px;
  }

  #beginner .article_box h3::after {
    margin: 10px auto 0;
  }

  #brand h3::before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 40px;
    height: 40px;
    margin-right: 35px;
  }

  #brand h3::after {
    margin: 10px auto 0;
  }

  #beginner .article_box {
    padding: 40px;
  }

  #beginner .article_box .row {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0px 1px 1px #00000033;
    padding: 0;
  }

  #beginner .article_box img {
    height: 102px;
    object-fit: cover;
  }

  #brand {
    padding: 3rem 0;
    background-color: #F8F8F8;
  }

  #brand .row a {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    background-color: #FFF;
    max-width: 156px;
    width: 15.5%;
    margin-right: 1.4%;
    box-shadow: 0px 1px 1px #00000033;
    padding: 20px 0;
    color: #000;
    text-decoration: none;
  }

  #brand .row a:nth-child(2n) {
    margin-right: 1.4%;
  }

  #brand .row a:nth-child(6) {
    margin-right: 0;
  }

  #column .row .col {
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #column .row .col:last-child {
    margin-right: 0;
  }

  #column .btn-primary {
    letter-spacing: 0.56px;
    max-width: 368px;
    width: 100%;
  }

  #interview .row .col {
    float: left;
    background-color: #FFF;
    max-width: 250px;
    width: 23.36448598130841%;
    margin-right: 1.869158878504%;
    box-shadow: 0px 2px 4px #00000033;
    margin-top: 2rem;
  }

  #interview .row .col:last-child {
    margin-right: 0;
  }

  #interview .btn-primary {
    max-width: 368px;
    width: 100%;
  }

  .entry-content .recommend_cd_container th {
    width: 25%;
    padding: 1rem 2rem;
  }

  .entry-content .recommend_cd_container td {
    padding: 1rem 2rem;
  }

  #colophon .bg-gray {
    background: #FAFAFA;
  }

  .footer_to_top {
    display: none;
  }

  .site-footer .content-upper {
    padding: 4rem 0 2rem;
    border-bottom: solid 1px #DEDEDE;
  }

  .site-footer .content-upper .first {
    float: left;
    max-width: 400px;
    width: 90%;
    font-size: 15px;
  }

  .site-footer .content-upper .first .list-inline li {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 6rem;
  }

  .site-footer .content-upper .second {
    display: block;
    float: right;
    max-width: 125px;
    width: 90%;
  }

  .site-footer .content-lower {
    padding: 3rem 0 4rem;
  }

  .site-footer .content-lower h4 {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
  }

  .site-footer .content-lower h4::before {
    content: none;
  }

  .site-footer .content-lower h4::after {
    content: none;
  }

  .site-footer .content-lower ul {
    display: block;
  }

  .site-footer .content-lower li {
    line-height: 1.2;
    margin-top: 1.8rem;
  }

  .site-footer .content-lower .row .col {
    float: left;
    max-width: 194px;
    width: 18%;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 2%;
  }

  .site-footer .content-lower .row .col.footer-kanren {
    max-width: 409px;
    width: 48%;
  }

  .site-footer .content-lower .row .col.footer-kanren ul {
    float: left;
    width: 47%;
    margin-right: 5%;
  }

  .site-footer .content-lower .row .col.footer-kanren ul:last-child {
    margin-right: 0;
  }

  .site-footer .content-lower .row .col:last-child {
    margin-right: 0;
  }

  .site-footer .content-lower ul.pages {
    display: block;
    margin-top: 0;
  }

  .site-footer .content-lower ul.pages.unei {
    border-bottom: none;
    padding-bottom: 0;
  }

  .site-footer .content-bottom .row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .site-footer .content-bottom .first {
    width: 214px;
    margin-top: 0;
    margin-right: 19px;
  }

  .site-footer .content-bottom .second {
    text-align: left;
    width: 252px;
    margin-top: 0;
    margin-right: 55px;
  }

  .site-footer .content-bottom .third {
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    width: auto;
    margin-top: 3rem;
  }

  #page-top a {
    background: #f79708;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
}
