@charset "UTF-8";
/*!
Theme Name: kameoka_column
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kameoka_column
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

kameoka_column 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/
*/
/*------------------------------------------------
	basic（変数・配列）
------------------------------------------------*/
/*------------------------------------------------
	汎用ミックスイン
------------------------------------------------*/
/*------------------------------------------------
	Style Extension（ミックスイン）
------------------------------------------------*/
/*Arrow*/
/*Shadow*/
/*------------------------------------------------
	Components（ミックスイン）
------------------------------------------------*/
/*Buttons*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(./boxsizing.htc);
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0em;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }

  .gutters .col:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15.0%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32.0%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49.0%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66.0%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83.0%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 401px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: 'Helvetica neue', Helvetica, Verdana, Hiragino Kaku Gothic ProN, YuGothic, Meiryo, MS P Gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  background: #FFF !important;
  color: #525252;
  line-height: 1.5;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #5a5959;
  text-decoration: none;
  outline: none;
}

a:hover {
  opacity: 0.8;
}

ul li {
  list-style: none;
}

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

p {
  line-height: 2em;
}

#wrapper {
	background: #EEEBE4;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding: 15px 0;
  }

  header .logo {
    margin-left: 15px;
  }
}
footer {
  background: #FFF;
}

ul.privacy li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

ul.privacy li:last-child {
  margin-right: 0;
}

ul.privacy {
  font-size: .7rem;
  margin: 0 auto;
  padding: 0 0 30px 11px;
}

footer img.logo {
  margin: 0;
}

.privacy a {
  position: relative;
  color: #fff;
}

.privacy li::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -12px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

li.here {
  opacity: 0.6;
}

#copyright {
  font-size: .7rem;
  line-height: 1.2;
  letter-spacing: .1rem;
}

.pagetop a span {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10000;
  border-radius: 10%;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  opacity: 0.8;
  background: #525252;
}

.pagetop a span:hover {
  opacity: 0.5;
}

.pagetop a span::after {
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 55%;
  left: 55%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -14%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 414px) {
  .pagetop a span {
    right: 20px;
    bottom: 30px;
    width: 35px;
    height: 35px;
  }

  .pagetop a span::after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 55%;
    left: 52%;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 -4px;
  }
}
#srchBox {
  width: 298px;
  _width: 296px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #EEEEEE;
  color: #000000;
  text-align: left;
}

#srchBox * {
  margin: 0;
  padding: 0;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

#srchBox a img {
  border: none;
}

#srchBox #srch {
  padding: 10px 10px 0 10px;
}

#srchBox #srch #srchForm {
  white-space: nowrap;
}

#srchBox #srchInput {
  width: 188px;
  margin-right: 6px;
  vertical-align: bottom;
}

#srchBox #srchBtn {
  width: 80px;
}

*:first-child + html #srchBox #srchBtn {
  padding-top: 2px;
}

#srchBox ul {
  margin-top: 6px;
  text-align: left;
}

#srchBox li {
  list-style-type: none;
  display: inline;
  zoom: 1;
  padding-right: 10px;
}

#srchBox li input {
  zoom: 1;
  margin-right: 2px;
  _margin: -4px 0 -4px -4px;
  vertical-align: middle;
  border: 0;
}

#srchBox #srchLogo {
  margin: 6px 6px 6px 0;
  text-align: right;
}

#srchBox #srchLogo a {
  color: #666666;
  text-decoration: none;
  font-size: 85%;
}

#srchBox #srchLogo a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.container2 {
  max-width: 1100px;
  margin: auto;
  padding: 30px 95px;
  text-align: center;
}

.container3 {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
}

.row {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 20px 10px 0 !important;
  }

  .container2 {
    padding: 30px 30px;
  }
  .single-main {
    border: 1px solid #ECE4D9;
    border-radius: 6px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 401px) {
  .container {
    padding: 0 15px;
  }

  .container2 {
    padding: 30px 15px;
  }

  .row {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
#news,
#intestine-mouth, #BacteriumTherapy,
#characteristic, #result,
#oral, #immune, #guts, #pylori, #childhealth, #carehealth {
  padding-top: 50px;
  margin-top: -50px;
}

.font_s {
  font-size: 0.85rem;
}

.font_xs {
  font-size: 0.7rem;
}

drawer.mindrawer.min.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

html, body {
  /*height: 100%;*/
}

.cd-header {
}
header.flexbox .header-logo_column a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}
@media screen and (min-width: 768px) {
	header.flexbox {
		padding: 10px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header.flexbox .header_shop_name_block {
		margin-right: 0;
		padding-top: 0;
	}
	header.flexbox .header-logo_column {
		color: #333;
		font-size: 20px;
		font-weight: bold;
		margin-left: 5%;
		margin-right: auto;
	}
	header.flexbox .header-logo_column a {
		background: url(./img/cmn/logo_column_pc.png) no-repeat 0 0;
		width: 393px;
		height: 20px;
	}
  .cd-header {
  }
}
@media only screen and (max-width: 1099px) {
	header .header_shop_name_block h1.logo_text {font-size: 1.1rem !important;}
  .cd-header {
  }
  .cd-header.is-fixed {
  }
  .cd-header.is-visible {
  }
}
.cd-logo {
}
.cd-logo img {
}

@media only screen and (min-width: 768px) {
  .cd-logo {
  }
}
.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
    right: 60px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
	.drawer-menu {
		display: none;
	}
  .drawer-nav { display: none !important; }
}
@media screen and (max-width: 767px) {
	.drawer-open {
	  overflow: hidden !important;
	}

	.drawer-nav {
	  position: fixed;
	  z-index: 101;
	  top: 0;
	  overflow: hidden;
	  width: 85%;
	  height: 100%;
	  color: #fff;
	  background-color: #EEEBE4;
	  padding: 20px 15px;
	}

	.drawer-menu {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.drawer-menu ul {
	}

	.drawer-menu li {
		background: #FFF;
	  font-size: 12px;
	  letter-spacing: 0.03em;
	  line-height: 1.4;
	}
	.drawer-menu li + li {
		margin-top: 1px;
	}
	.drawer-menu li:first-child { border-radius: 5px 5px 0 0; }
	.drawer-menu li:last-child { border-radius: 0 0 5px 5px; }

	.drawer-menu li a {
	  color: #212121;
		display: block;
		padding: 15px;
	}

	.drawer-menu li a:hover {
	  opacity: 0.6;
	}

	.drawer-nav .widget_search {
	  margin: 20px 0;
	}
	.drawer-nav .widget_search .search-field {
	  background: #FFF;
	  border-radius: 5px;
	}

	.drawer-menu .cd-label {
	  display: inline-block;
	  color: #568eda;
	  font-weight: 400;
	  font-size: 1.1rem;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}

	.drawer-menu .here {
	  opacity: 0.6;
	}


.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
/*
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  left: 0;
}
*/
.drawer--left .drawer-nav {
  left: -90%;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav/*,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger*/ {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: auto;
	right: 0;
}




.drawer-hamburger {
  position: absolute;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 1.5rem;
  padding: 0;
  padding-top: 15px;
  padding-right: 1rem;
  padding-bottom: 23px;
  padding-left: 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
	.drawer-hamburger {
		position: absolute;
		display: block;
		background: none;
		color: #333;
		width: 50px;
		height: 44px;
		border: none;
		padding: 0 0 0 5%;
		cursor: pointer;
		top: 50%;
		left: -5%;
		z-index: 1520;
		outline: none;
		margin-top: -22px;
	}
	.drawer-hamburger .humberger_bar {
		display: block;
		background: #E95517;
		width: 20px;
		height: 2px;
		margin: 4px auto 0;
		transition: all 0.2s;
		transform-origin: 1px 1px;
		border-radius: 2px;
	}
	.drawer-open .humberger_button {
		position:fixed;
		height: 50px;
		top:0px;
		left: 85%;
	}
	.drawer-open .drawer-hamburger .humberger_bar1 {transform: translateY(13px) rotate(-45deg);}
	.drawer-open .drawer-hamburger .humberger_bar2 {opacity: 0;}
	.drawer-open .drawer-hamburger .humberger_bar3 {transform: translateY(-13px) rotate(45deg);}
	.drawer-open .humberger_bar{width: 22px;}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #FF8300;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.home {
  width: 100%;
}
  .blog_index {
    background: url(./img/bg_index_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 190px;
    overflow-y: hidden;
    width: 100%;
  }
  .blog_index_title {
    background: url(./img/title_index_sp.png) no-repeat 50% 0;
    background-size: contain;
    width: 300px;
    height: 158px;
    margin: 17px auto;
    text-indent: -9999px;
    overflow: hidden;
  }

.archive {
  width: 100%;
}

.page, .single {
  width: 100%;
  text-align: left;
}

.single-main {
  background: #FFF;
}
  .single .single-main img {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

.page h1, .single h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
  h1.cat-001:before { background-image: url( ./img/cmn/icon_cat-001.png); }
  h1.cat-002:before { background-image: url( ./img/cmn/icon_cat-002.png); }
  h1.cat-003:before { background-image: url( ./img/cmn/icon_cat-003.png); }
  h1.cat-004:before { background-image: url( ./img/cmn/icon_cat-004.png); }
  h1.cat-005:before { background-image: url( ./img/cmn/icon_cat-005.png); }
  h1.cat-search:before { background-image: url( ./img/cmn/icon_cat-search.png); }
  h1.cat-tag:before { background-image: url( ./img/cmn/icon_cat-tag.png); }
  h1.cat-error:before { background-image: url( ./img/cmn/icon_cat-error.png); }

.page h2, .single-main h2 {
	border-top: 4px solid #eed077;
	border-bottom: 1px solid #ccc;
	color: #222;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 18px 18px;
	margin-top: 1em;
	margin-bottom: 24px;
}
.page h3, .single .single-main h3 {
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 12px;
	margin-top: 1.25em;
	margin-bottom: 22px;
	width: 100%;
}
.page h4, .single h4 {
	border-bottom: 1px solid #ccc;
	color: #EC7A00;
	font-size: 16px;
	margin-top: 1.5em;
	padding-bottom: .5em;
	position: relative;
}
.page h5, .single h5 {
  margin-top: 1.5em;
  font-size: 15px;
  color: #EC7A00;
}
.page h6, .single h6 {
  margin-top: 1.5em;
  font-size: 15px;
  font-weight: bold;
}
.page p, .single p {
  margin-top: 1.5em;
  line-height: 2.0;
}
.page p.facebook_lead, .page p.facebook_text, .single p.facebook_lead, .single p.facebook_text {
  margin-top: 1em;
  line-height: 1.5;
}
.page p.cat_icon_text, .single p.cat_icon_text {
  margin-top: 0;
  line-height: 1.0;
}
.page ul, .single ul {
  list-style-position: inside;
}
.page ul li, .single ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page ul li:first-child, .single ul li:first-child {
  margin-top: 0;
}
.page ul li::before, .single ul li::before {
  content: "\30FB";
  color: #EC7A00;
}
.page ol, .single ol {
  list-style-position: inside;
}
.page ol li, .single ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.page ol li:first-child, .single ol li:first-child {
  margin-top: 0;
}
.page a, .single a {
  color: #6ba1d2;
  text-decoration: underline;
}

.single h1 {
  margin-top: .5em;
}

.custom {
  width: 100%;
  text-align: left;
}
.custom h1 {
  font-size: 20px;
  font-weight: bold;
}
.custom h2 {
  margin-top: 3em;
  padding-bottom: 1.5em;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
.custom h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #6ba1d2;
  transform: translate3d(-50%, 100%, 0);
}
.custom h3 {
  margin-top: 3em;
  font-size: 16px;
  text-align: center;
  padding: 16px;
  background: #e2efff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.custom h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-top: 12px solid #e2efff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translate3d(-50%, 100%, 0);
}
.custom h4 {
  margin-top: 3em;
  font-size: 16px;
  color: #6ba1d2;
  border-bottom: solid 3px #cccccc;
  position: relative;
}
.custom h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6ba1d2;
  bottom: -3px;
  width: 30%;
}
.custom h5 {
  margin-top: 3em;
  font-size: 14px;
  color: #6ba1d2;
  position: relative;
  z-index: 1;
}
.custom h5::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #6ba1d2;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.custom h6 {
  margin-top: 3em;
  font-size: 14px;
  font-weight: bold;
}
.custom p {
  margin-top: 3em;
  line-height: 2.0;
}
.custom p.facebook_lead, .custom p.facebook_text {
  margin-top: 1em;
  line-height: 1.5;
}
.custom p.cat_icon_text {
  margin-top: 0;
  padding: 0;
  line-height: 1.0;
}
.custom ul {
  margin-top: 3em;
  list-style-position: inside;
}
.custom ul li {
  margin-top: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.custom ul li:first-child {
  margin-top: 0;
}
.custom ul li::before {
  content: "\30FB";
  color: #d7588f;
}
.custom ol {
  margin-top: 3em;
  list-style-position: inside;
}
.custom ol li {
  margin-top: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.custom ol li:first-child {
  margin-top: 0;
}
.custom a {
  color: #6ba1d2;
  text-decoration: underline;
}
.custom h1, .custom p, .custom ul, .custom ol {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.custom h2, .custom h3, .custom h4, .custom h5, .custom h6, .custom .main_image_area, .custom .custom_cover {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cd-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cd-logo .img-logo-site {
  display: none;
}
.cd-logo .img-logo-blog {
  width: 240px;
}

.site_upper_area {
  background: #FFF;
}

.child_nav {
  display: none;
}

.breadcrumbs {
  border-top: 1px solid #E3D8C9;
  border-bottom: 1px solid #E3D8C9;
  width: -moz-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  font-size: 12px;
  text-align: left;
}

.breadcrumb_cover {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb_inner {
  list-style: none;
  padding: 0 15px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  display: -webkit-flex;
  display: flex;
  width: auto !important;
}

.breadcrumb_list:first-child .breadcrumb_text {
  padding-left: 0;
}
.breadcrumb_list:first-child .breadcrumb_text::before {
  display: none;
}
.breadcrumb_text::before {
  display: none;
}

.breadcrumb_text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}
.breadcrumb_text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #dadbdc;
  border-right: 1px solid #dadbdc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
}

.blog_container.container {
  padding-top: 24px;
  padding-bottom: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
	padding: 24px 0 60px;
}
.blog_container .yarpp-related {
  margin-top: 16px;
  border-top: 5px solid #d7588f;
}
.blog_container .yarpp-related h3 {
  font-size: 18px;
  line-height: 1.0;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #dadbdc;
  border-right: 1px solid #dadbdc;
  background: none;
}
.blog_container .yarpp-related h3::before {
  content: "\30FB";
  color: #d7588f;
}
.blog_container .yarpp-related h3::after {
  display: none;
}
.blog_container .yarpp-related .yarpp-related-none-post {
  border-top: 1px solid #dadbdc;
  border-bottom: 1px solid #dadbdc;
  border-left: 1px solid #dadbdc;
  border-right: 1px solid #dadbdc;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.blog_container .yarpp-related .yarpp-thumbnails-horizontal {
  border-top: 1px solid #dadbdc;
  border-left: 1px solid #dadbdc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_container .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border-right: 1px solid #dadbdc;
  border-bottom: 1px solid #dadbdc;
  border-top: none;
  border-left: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.blog_container .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: 0;
}
.blog_container .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
  color: #6ba1d2;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 16px;
  width: -moz-calc(100% - 96px);
  width: -o-calc(100% - 96px);
  width: -webkit-calc(100% - 96px);
  width: calc(100% - 96px);
}
.blog_container .wp_rp_wrap {
  margin-top: 16px;
}
.blog_container .wp_rp_wrap .related_post_title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.0;
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: .5em;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  position: relative;
}
.blog_container .wp_rp_wrap .related_post_title::before {
  background: #FF8300;
  content: "";
  display: inline-block;
  height: 4px;
  width: 10px;
  margin-right: .5em;
  vertical-align: middle;
}
.blog_container .wp_rp_wrap .related_post_title::after {
  display: none;
}
.blog_container .wp_rp_wrap .related_post {
  background: #FFF;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_container .wp_rp_wrap .related_post li {
  text-indent: 0;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border-top: none;
  border-left: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.blog_container .wp_rp_wrap .related_post li::before {
  display: none;
}
.blog_container .wp_rp_wrap .related_post li a {
  width: -moz-calc(100% - 96px);
  width: -o-calc(100% - 96px);
  width: -webkit-calc(100% - 96px);
  width: calc(100% - 96px);
  height: 100%;
  margin: 0 !important;
  padding: 16px !important;
  font-size: 14px;
  float: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
}
.blog_container .wp_rp_wrap .related_post li a:first-child {
  width: 96px !important;
  /*height: 112px !important;*/
  padding-right: 0 !important;
}
.blog_container .wp_rp_wrap .related_post li img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.blog_container .rand_post_content {
  margin-top: 16px;
  border-top: 5px solid #d7588f;
}
.blog_container .rand_post_content .rand_post_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  text-align: left;
  margin-top: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-left: 1px solid #dadbdc !important;
  border-right: 1px solid #dadbdc !important;
  border-bottom: none !important;
  background: none !important;
}
.blog_container .rand_post_content .rand_post_title::before {
  content: "\30FB";
  color: #d7588f;
}
.blog_container .rand_post_content .rand_post_title::after {
  display: none;
}
.blog_container .rand_post_content .rand_post {
  margin-top: 0;
  border-top: 1px solid #dadbdc;
  border-left: 1px solid #dadbdc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_container .rand_post_content .rand_post .rand_post_list {
  text-indent: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-right: 1px solid #dadbdc;
  border-bottom: 1px solid #dadbdc;
  border-top: none;
  border-left: none;
}
.blog_container .rand_post_content .rand_post .rand_post_list::before {
  display: none;
}
.blog_container .rand_post_content .rand_post .rand_post_list .rand_post_link {
  font-size: 14px;
  padding: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.blog_container .rand_post_content .rand_post .rand_post_list .rand_post_link .rand_post_figure {
  margin-top: 0;
}
.blog_container .rand_post_content .rand_post .rand_post_list .rand_post_link .rand_post_figure img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.blog_container .rand_post_content .rand_post .rand_post_list .rand_post_link .rand_post_info {
  margin-top: 0;
  padding-left: 16px;
  line-height: 1.5;
}

.side {
  margin-top: 24px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.side .contents_title {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}
.side .contents_text {
  margin-top: 5px;
  font-size: 14px;
}
.side .contents_text p {
  line-height: 1.5;
}
.side .contents_time {
  margin-top: 10px;
}
.side .list_box {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side .list_figure {
  width: 60px;
}
.side .list_info,
.side .wpp-post-title {
  width: -moz-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-left: 10px;
}

.blog_cat_main {
  position: relative;
  z-index: 1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.blog_cat_main_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.blog_cat_main_title:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: .25em;
}

.widget {
  background: #FFF;
  border-radius: 6px;
  margin-top: 20px;
  padding: 15px;
}
.widget:first-child {
  margin-top: 0;
}

.widget-title {
  border-bottom: 1px solid #E95517;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: .75em;
}

.widget_search {
  position: relative;
  text-align: left;
}
.widget_search .search-field {
  background: #EEE;
  width: 100%;
/*  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);*/
  height: 36px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 40px;
}
.widget_search .search-submit {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  color: #999;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_search label {
	display: block;
	margin-bottom: 0;
}

.screen-reader-text {
  display: none;
}

.btnCover {
  margin-top: 20px;
}

.defaultBtn {
  text-align: center;
  color: #ffffff;
  display: block;
  background: #6ba1d2;
  padding: 1em !important;
}

.submitBtn {
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: block;
  background: #6ba1d2;
  padding: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tbl {
  width: 100%;
  border: 1px solid #dadbdc;
  border-collapse: separate;
  border-spacing: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.tbl th {
  width: 100%;
  white-space: nowrap;
  padding: 8px 16px;
  border-bottom: 1px solid #dadbdc;
  font-weight: normal;
  display: list-item;
  list-style: none;
  background: #f7f7f7;
}
.tbl td {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #dadbdc;
  display: list-item;
  list-style: none;
}
.tbl input, .tbl select, .tbl textarea {
  width: 100%;
  border: 1px solid #dadbdc;
  padding: .5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.card {
  margin-top: -5px;
  margin-left: -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card_box {
  background: #FFF;
  border: 1px solid #ECE4D9; 
  border-radius: 6px;
  margin-top: 5px;
  margin-left: 5px;
  width: -moz-calc(50% - 5px);
  width: -o-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  position: relative;
}
.card_box a {
  display: block;
}

.card_figure {
  background: #FFF;
  border-radius: 6px 6px 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card_figure a > img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.card_info {
  padding: 8px 10px 16px;
  text-align: left;
}
.card_box .tag_area {
  display: none;
}


.list_box {
  background: #FFF;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.list.list-article li + li {
  margin-top: 10px;
}
.list-article .list_box {
  display: block;
  padding: 25px;  
}
.list-article .list_box:after {
  clear: both;
  content: "";
  display: block;
}
.list-article .list_box .list_figure {
  float: left;
}
.list-article .list_box .list_info,
.list-article .contents_excerpt,
.list-article .tag_area {
  line-height: 1.75;
  margin-left: 20px;
  padding-left: 37%;
  text-align: left;
  width: auto;
}
.list-article .contents_excerpt {
  margin-top: 1em;
}
.list-article .tag_area {
  margin-left: 12px;
}

.list_figure {
  width: 37%;
  position: relative;
  z-index: 1;
  max-height: 166px;
  overflow: hidden;
}
.list_figure img {
  width: 100%;
  height: auto;
}

.list_info,
.wpp-post-title {
  width: -moz-calc(100% - 272px);
  width: -o-calc(100% - 272px);
  width: -webkit-calc(100% - 272px);
  width: calc(100% - 272px);
  margin-left: 20px;
  text-align: left;
}

.wpp-thumbnail {
  width: 80px;
  height: auto;
}

.contents_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.contents_text {
  margin-top: 10px;
  font-size: 14px;
}
.contents_text p {
  line-height: 1.75;
}

.contents_time {
  color: #666;
  font-size: 11px;
  display: block;
  margin-top: 1em;
  line-height: 1.0;
  font-family: Font Awesome\ 5 Free;
}
.contents_time::before {
  content: "\f017";
  margin-right: 4px;
	font-weight: normal;
}

.cat_icon {
  padding: 4px 8px;
  font-size: 10px;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
  background: rgba(93,74,60,.8);
  color: #ffffff;
  line-height: 1.0;
}

.cat_icon-archive {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  line-height: 1;
}
.cat_icon-archive .cat_icon {
  margin-top: 4px;
  margin-right: 4px;
  line-height: 1.0;
}
/*
.cat_icon_text {
  font-family: Font Awesome\ 5 Free;
  color: #ffffff;
}
.cat_icon_text::before {
  font-weight: bold;
  content: "\f02c";
  margin-right: 4px;
}
*/
.new_icon-archive {
  max-width: 30px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}

.marker {
  color: #d7588f;
  font-weight: bold;
  background-color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFF66');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #ffff66));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

.nothing_area {
  line-height: 1.35;
  margin-top: 1.5em;
  text-align: left;
}
.nothing_title {
  font-size: 19px;
}

.nothing_text {
  margin-top: 12px;
  margin-bottom: 24px;
}
.nothing_area .widget_search {
  background: #FFF;
  border-radius: 6px;
  padding: 15px;
  width: 75%;
  margin: 40px auto;
}

.wp-pagenavi {
  margin-top: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #FFF;
  color: #000;
  width: 35px;
  height: 35px;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.wp-pagenavi .current {
  color: #ffffff;
  background: #5D4A3C;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.wpcf7-response-output {
  padding: 1em;
  text-align: center;
}

.single_info_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.single_info_area .contents_time {
/*  width: 100%;*/
  margin-top: 10px;
  padding-right: 1em;
  line-height: 1.0;
}
.single_info_area .single_info_category_area {
/*  width: 100%;
  margin-left: -4px;*/
}
.single_info_area .single_info_category_area .cat_icon {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  line-height: 1.0;
}

div#ez-toc-container {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 0 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
  div#ez-toc-container .ez-toc-title, .ez-toc-title-toggle {
	  padding: 10px 10px 0;
  }

div#ez-toc-container h2.ez-toc-title {
  border: none;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #FF8300;
  line-height: 1.0;
  font-weight: bold;
}

#ez-toc-container a.ez-toc-toggle {
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ez-toc-icon-toggle:before {
  font-size: 18px;
  color: #6d6d6d;
}

#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
  border-top: 1px solid #dadbdc;
  margin: 0;
}

#ez-toc-container ul li {
  text-indent: 0;
  padding-left: 0;
}
#ez-toc-container ul li::before {
  display: none;
}
div#ez-toc-container ul.ez-toc-list h3 {
	background: none;
	border: none;
	font-size: inherit !important;
	margin: 0;
	padding: 0;
}
div#ez-toc-container ul.ez-toc-list a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 16px;
  text-decoration: underline;
  text-indent: -16px;
}
div#ez-toc-container ul.ez-toc-list a:before {
  background: #999;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0;
}

div#ez-toc-container ul.ez-toc-list ul a {
  font-size: 14px;
  color: #434343;
  text-decoration: none;
  padding-left: -moz-calc(16px + 1.5em);
  padding-left: -o-calc(16px + 1.5em);
  padding-left: -webkit-calc(16px + 1.5em);
  padding-left: calc(16px + 1.5em);
}
div#ez-toc-container ul.ez-toc-list ul a:visited {
  color: #434343;
}

.ez-toc-icon-toggle {
  font-family: Font Awesome\ 5 Free !important;
  font-weight: bold;
}

.ez-toc-icon-toggle:before {
  content: "\f0c9";
}

.main_image_area {
  width: 100%;
  margin-top: .5em !important;
}

.main_image {
  width: 100%;
}

.text_area {
  margin-top: 1.5em;
}
.text_area p:first-child {
  margin-top: 0;
}
.movie iframe {
	width: 100%;
}

.full_image_area {
  margin-top: 3em;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  background: #f7f7f7;
  text-align: center;
}
.full_image_area img {
  max-width: 100%;
}

.cta {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cta_area {
  margin-top: 32px;
  text-align: center;
}

.cta_link {
  display: block;
}

.cta_image {
  max-width: 100%;
}

.cat_area {
  margin-top: 24px;
  margin-left: -8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat_area .cat_icon {
	color: #FFF;
  margin-top: 8px;
  margin-left: 8px;
  line-height: 1.0;
  text-decoration: none;
}
.wrap-sns {
  margin-top: 32px;
  background: #FFF;
  border-radius: 6px;
  padding: 15px 10px;  
}
.share_list a {
  color: #FFF !important;  
}

.facebook_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facebook_list {
  background: #F6F6F6;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facebook_main_image {
  width: 100%;
}

.facebook_text_area {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

.facebook_text {
  font-size: 12px;
}

.share_top {
  margin-top: 0 !important;
  margin-left: -8px !important;
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.share_top .share_list {
  text-indent: 0;
  padding-left: 0;
  width: -moz-calc((100% / 3) - 8px);
  width: -o-calc((100% / 3) - 8px);
  width: -webkit-calc((100% / 3) - 8px);
  width: calc((100% / 3) - 8px);
}
.share_top .share_list::before {
  display: none;
}
.share_top .share_list a {
  height: 38px;
}

.share_bottom {
  margin-top: 0 !important;
  margin-left: -8px !important;
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.share_bottom .share_list {
  text-indent: 0;
  padding-left: 0;
  width: -moz-calc((100% / 2) - 8px);
  width: -o-calc((100% / 2) - 8px);
  width: -webkit-calc((100% / 2) - 8px);
  width: calc((100% / 2) - 8px);
}
.share_bottom .share_list::before {
  display: none;
}
.share_bottom .share_list a {
  height: 44px;
}

.share_list {
  margin-top: 13px !important;
  margin-left: 8px;
}
.share_list a {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;h3
  -webkit-justify-content: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.share_list i {
  margin-right: 4px;
}

.twitter a {
  background: #55acee;
  box-shadow: 0 5px 0 #0092ca;
}

.facebook a {
  background: #315096;
  box-shadow: 0 5px 0 #2c4373;
}

.hatebu a {
  background: #008fde;
  box-shadow: 0 5px 0 #43638b;
}

.googleplus a {
  background: #dd4b39;
  box-shadow: 0 5px 0 #ad3a2d;
}

.pocket a {
  background: #f03e51;
  box-shadow: 0 5px 0 #c0392b;
}

.feedly a {
  background: #6cc655;
  box-shadow: 0 5px 0 #74a436;
}

.line a {
  background: #00c300;
  box-shadow: 0 5px 0 #219900;
}

.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.post-navigation {
  margin-top: 16px !important;
}
.post-navigation ol {
  list-style: none;
}

.single-nav-list {
  background-color: #FFF;
  border-radius: 6px;
  margin: 5px 0 0 !important;
  padding: 10px !important;
  background-size: auto 80px;
  position: relative;
  z-index: 1;
}
.single-nav-list::before {
  content: "";
  width: 18px;
  height: -moz-calc(100% - 20px);
  height: -o-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background: #CCC;
  position: absolute;
  z-index: 1;
  top: 50%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-nav-list::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
  transform: translateX(0) translateY(-50%) translateZ(0) rotate(45deg);
}
.single-nav-list a {
  width: 100%;
  height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-indent: 0;
}

.nav-previous {
  background-position: 40px 50%;
  padding-left: 40px !important;
}
.nav-previous::before {
  left: 10px;
}
.nav-previous::after {
  left: 17px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.nav-next {
  background-position-x: -moz-calc(100% - 40px);
  background-position-x: -o-calc(100% - 40px);
  background-position-x: -webkit-calc(100% - 40px);
  background-position-x: calc(100% - 40px);
  background-position-y: 50%;
  padding-right: 40px !important;
}
.nav-next::before {
  right: 10px;
}
.nav-next::after {
  right: 17px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.nav-previous a {
  padding-left: 100px;
}

.nav-next a {
  padding-right: 95px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .single .single-main {
    font-size: 15px;
    line-height: 1.6;
  }
  .custom h1, .custom p, .custom ul, .custom ol, .custom .custom_cover {
    padding: 0 30px;
  }
  .custom h2 {
    padding: 20px 30px;
  }
  .custom h3, .custom h4, .custom h5, .custom h6 {
    padding: 15px 30px;
  }
  .custom .full_image_area {
    padding: 30px;
  }
}
@media screen and (max-width: 401px) {
  .custom h1, .custom p, .custom ul, .custom ol, .custom .custom_cover {
    padding: 0 15px;
  }
  .custom h2 {
    padding: 20px;
  }
  .custom h3, .custom h4, .custom h5, .custom h6 {
    padding: 10px 15px;
  }
  .custom .full_image_area {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .blog_index {
    background: url(./img/bg_index_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 210px;
    line-height: 1;
    margin: 0 auto;
  }
  .blog_index_title {
    background: url(./img/title_index_pc.png) no-repeat 50% 0;
    width: 641px;
    height: 210px;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }
  .home {
    max-width: 815px;
    width: 74%;
    margin-right: auto;
  }

  .archive {
    max-width: 815px;
    margin-right: auto;
    width: 74%;
  }

  .page, .single {
    max-width: 815px;
    margin-right: auto;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.625;
    width: 74%;
  }
  .page h1, .single h1 {
    font-size: 2.5rem;
  }
  .page h2, .single-main h2,
  .single-main .h3.c-green,
  .page h3, .single .single-main h3 {
    font-size: 1.8rem;
  }
  .page h3, .single h3 {
    font-size: 1.7rem;
  }
  .page h4, .single h4 {
    font-size: 1.6rem;
  }
  .page h5, .single h5 {
    font-size: 1.4rem;
  }
  .page h6, .single h6 {
    font-size: 1.4rem;
  }
  .page ul, .single ul {
    margin-top: 1.5em;
  }
  .page ul li, .single ul li {
    margin-top: .5em;
  }
  .page ol, .single ol {
    margin-top: 1.5em;
  }
  .page ol li, .single ol li {
    margin-top: .5em;
  }

  .custom h1 {
    font-size: 32px;
  }
  .custom h2 {
    font-size: 28px;
  }
  .custom h3 {
    max-width: 980px;
    font-size: 20px;
  }
  .custom h4 {
    max-width: 980px;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom h5 {
    font-size: 18px;
  }
  .custom h6 {
    font-size: 18px;
  }

  .cd-logo a .img-logo-site {
    display: block;
    width: 170px;
    margin-right: 24px;
  }
  .cd-logo a .img-logo-blog {
    width: 360px;
  }

  .breadcrumb_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0;
  }

  .blog_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog_container .yarpp-related {
    margin-top: 24px;
  }
  .blog_container .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 50%;
  }
  .blog_container .wp_rp_wrap {
    margin-top: 32px;
  }
  .blog_container .wp_rp_wrap .related_post {
    padding: 23px; 
  }
  .blog_container .wp_rp_wrap .related_post_title {
    font-size: 26px;
    font-weight: normal;
  }
  .blog_container .wp_rp_wrap .related_post li {
    width: 50%;
  }
  .blog_container .wp_rp_wrap .related_post li:nth-child(even) {
    border-left: 1px solid #EEE;
  }
  .blog_container .wp_rp_wrap .related_post li:nth-child(n+3) {
    border-top: 1px solid #EEE;
  }
  .blog_container .wp_rp_wrap .related_post li:nth-child(-n+2) a {
    padding-top: 0 !important;
  }
  .blog_container .rand_post_content {
    margin-top: 24px;
  }
  .blog_container .rand_post_content .rand_post_title {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .blog_container .rand_post_content .rand_post .rand_post_list {
    width: 50%;
  }

  .side {
    margin-top: 0;
    max-width: 245px;
    width: 22%;
    margin-left: auto;
  }
  .side .contents_text {
    font-size: 12px;
  }
  .side .cta_link {
    max-width: 245px;
  }

  .blog_cat_main {
	  background: url(./img/cmn/cat-000.jpg) no-repeat 0 0;
    margin-bottom: 24px;
	  width: 100%;
	  height: 210px;
  }

  .blog_cat_main_title {
    font-size: 3.6rem;
    left: 80px;
  }
  .blog_cat_main_title:before {
    width: 40px;
    height: 40px;
  }

  .btnCover {
    max-width: 320px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .defaultBtn {
    padding: 24px 12px;
  }
  .defaultBtn:hover {
    color: #ffffff;
  }

  .submitBtn {
    padding: 24px 12px;
  }

  .tbl_cover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tbl th {
    width: 20%;
    padding: 2em 1.4em;
    display: table-cell;
  }
  .tbl td {
    padding: 2em;
    display: table-cell;
    border-left: 1px solid #dadbdc;
  }

  .card {
    margin-top: -10px;
    margin-left: -10px;
  }

  .card_box {
    border: none;
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
    padding: 23px;
  }
  .card_figure {
	border-radius: 0;
	overflow: hidden;
    height: 200px;
  }
  /*.card_figure a > img {
    max-height: 200px;
  }*/
  .card_box .tag_area {
    display: block;  
  }
  .card_info {
    padding-right: 0;
    padding-left: 0;
  }

  .contents_title {
    font-size: 1.6rem;
  }

  .contents_text {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .contents_time {
    font-size: 1.2rem;
    margin-top: 1.75em;
  }
  .list_box .contents_time,
  .list_box .tag_area {
    margin-top: .75em;
  }
  .new_icon-archive {
      max-width: 46px;
      top: 13px;
      left: 13px;
  }
  .cat_icon {
    padding: 8px 16px;
    font-size: 14px;
  }

  .cat_icon-archive .cat_icon {
  }

  .nothing_area {
    margin-top: 60px;
    text-align: center;
  }
  .nothing_title {
    font-size: 24px;
  }
  .wp-pagenavi {
    margin-top: 44px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }

  .single_info_area {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .single_info_area .contents_time {
    width: 8.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 1em;
    margin-top: 0;
  }
  .single_info_area .single_info_category_area {
    width: -moz-calc(100% - 8.5em);
    width: -o-calc(100% - 8.5em);
    width: -webkit-calc(100% - 8.5em);
    width: calc(100% - 8.5em);
    margin-top: -8px;
    margin-left: -8px;
  }
  .single_info_area .single_info_category_area .cat_icon {
    margin-top: 8px;
    margin-left: 8px;
  }
  .single-main {
    padding: 23px; 
  }
  .single-main .tag_area {
    text-align: right;
  }
  div#ez-toc-container .ez-toc-title, .ez-toc-title-toggle {
	  padding: 10px;
  }

  .cta_fixed {
    max-width: 245px;
    width: 22%;
    position: fixed;
    top: 66px;
  }

  .facebook_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .facebook_list {
    width: 50%;
  }

  .facebook_main_image {
    height: 215px;
    width: 100%;
    object-fit: cover;
  }

  .facebook_text_area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .share_top .share_list {
    width: -moz-calc((100% / 5) - 8px);
    width: -o-calc((100% / 5) - 8px);
    width: -webkit-calc((100% / 5) - 8px);
    width: calc((100% / 5) - 8px);
  }
  .share_top .share_list a {
    height: 40px;
  }

  .share_bottom .share_list {
    width: -moz-calc((100% / 6) - 8px);
    width: -o-calc((100% / 6) - 8px);
    width: -webkit-calc((100% / 6) - 8px);
    width: calc((100% / 6) - 8px);
  }
  .share_bottom .share_list a {
    height: 56px;
  }

  .share_list a:hover {
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    -o-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow: none;
  }

  .post-navigation ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-navigation ol li {
    width: 49.5%;
  }
	.single .single-main .text_area img {
		width: auto;
	}
	.single .single-main .text_area img.fl-r {
		float: right;
		width: auto;
		margin-left: 30px !important;
		margin-bottom: 20px !important;
		max-width: 50%;
	}
}
@media screen and (min-width: 950px) {
  .side .list {
    margin-bottom: -15px;
  }
  .side .list li + li {
    border-top: 1px solid #EEE;
  }
  .side .list_box {
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
  .side .list_figure {
    width: 64px;
  }
  .side .list_info,
  .side .wpp-post-title {
    width: -moz-calc(100% - 75px);
    width: -o-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    margin-top: 0;
    margin-left: 11px;
  }
}
@media screen and (min-width: 768px) {
  .child_nav {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
	border-left: 1px solid #FFF;
  }

  .child_nav_list {
	width: 50%;
	position: relative;
	z-index: 1;
    border-right: 1px solid #FFF;
  }
  .child_nav_link {
	color: #FFF;
	display: block;
	height: 100%;
	padding: 20px 0;
	text-align: center;
	  text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
  }
	.child_nav_link:hover {
		color: #FFF;
	}
  .breadcrumbs {
    background: #EEEBE4;
	  color: #000;
    border-top: none;
    border-bottom: 1px solid #CCC;
  }
  .breadcrumb_list {
    margin-right: .5em;
  }
  .breadcrumb_list + .breadcrumb_list .breadcrumb_text::before {
    border-top-color: #000;
    border-right-color: #000;
    display: block !important;
  }
}

/* tags */
.tag_area a,
.tagcloud a {
  display: inline-block;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}
.tag_area a:before,
.tagcloud a:before {
  content: "#";
  color: #CCC;
  font-weight: bold;
  margin-right: .25em;
  vertical-align: middle;
 }
.tag_area {
  margin-top: 15px;
  margin-left: -8px;
  position: relative;
}
.tag_area a {
  border: 1px solid #DDD;
  border-radius: 4px;
  color: #666;
  font-size: 1.2rem;
  margin-left: 8px;
  padding: .5em .75em .5em .5em;
 }
.tag_area a:before {
  font-size: 12px;
 }
.tagcloud {
  margin-left: -1em;
  text-align: left;
  position: relative;
}
.tagcloud a {
  font-size: 13px !important;
  margin-top: 15px;
  margin-left: 1em;
}
.tagcloud a:before {
  font-size: 15px;
}
.single .tag_area {
  border-top: 1px solid #EEE;
  padding-top: 1em;
}
.widget_recent_entries .contents_text { display: none; }

/* column links */
.single .link-wrap {
  background: #F6F6F6;
  border-radius: 4px;
  line-height: 1.5;
  margin-top: 1.5em;
  padding: 15px 20px 15px 10px;
}
.single .link-wrap ul li + li {
  margin-top: 1em;
}
.single .link-wrap ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FF8300;
  border-right: 2px solid #FF8300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* for sp */
@media screen and (max-width: 767px) {
  header.flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .header_shop_name_block {
    width: 24%;
  }
	header.flexbox .header_shop_name_block .logo,
	header.flexbox .header_shop_name_block .logo img {
		display: block;
	}
  .header_shop_pr { margin-left: 2% !important; }
  .header-logo_column {
	  font-size: 6px;
	  font-weight: bold;
    margin-left: 5%;
    width: 42%;
  }
	.header-logo_column a {
		background: url(./img/cmn/logo_column_sp.png) no-repeat 0 0 / contain;
		width: 99px;
		height: 22px;
	}
  .footer-wrap .infomation.unit {
    margin-bottom: 0;
  }
  .footer-navigation_list {
    margin: 0 !important;
  }
  .footer-navigation_list li a::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
	.breadcrumbs {
		background: #FFF;
		color: #000;
	}
	.breadcrumb_inner {
		overflow-y: hidden;
	}
	.breadcrumbs li {
		margin: 0 .5em 0 .75em;
	}
	.breadcrumbs .breadcrumb_text {
		background: #FFF;
		color: #000;
		display: block;
		padding: .7em 1em;
	}
	.breadcrumbs a {
		display: block;
		position: relative;
		text-decoration: none;
	}
	.breadcrumbs a::after,
	.breadcrumbs a::before{
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -1.5em;
		border-top: 1.5em solid transparent;
		border-bottom: 1.5em solid transparent;
		border-left: 1em solid;
		right: -1em;
	}
	.breadcrumbs a::after{
		z-index: 2;
		border-left-color: #FFF;
	}

	.breadcrumbs a::before{
		border-left-color: #E3D8C9;
		right: -1.1em;
		z-index: 1;
	}
  .blog_cat_main {
	  background: url(./img/cmn/cat-000_sp.jpg) no-repeat 0 0 / cover;
	  width: 100%;
	  padding-top: 30%;
  }	
  .list-article {
    margin-top: 20px;
  }
  .list-article .list_box {
    border: 1px solid #ECE4D9;
    display: block;
    padding: 10px;
  }
  .list-article .list_box .list_info {
    margin-left: 10px;
  }
  .list-article .contents_excerpt,
  .list-article .tag_area {
    margin-left: 0;
    padding-left: 0;
  }
  .list-article .contents_excerpt {
    color: #666;
    clear: left;
    font-size: 11px;
    text-align: left;
  }
  .list-article .tag_area {
    display: none;
  }
  .blog_container .wp_rp_wrap .related_post li + li {
    border-top: 1px solid #EEE;
  }
  .blog_container .wp_rp_wrap .related_post,
  .wrap-sns,
  .single-nav-list {
    border: 1px solid #ECE4D9;
  }
  .side {
    background: #FFF;
    margin: 30px -10px 0;
    position: relative;
    width: 100vw
  }
  .side .widget {
    border-radius: 0;
    padding: 10px;
  }
  .side .list li {
    border-bottom: 1px solid #EEE;
  }
  .side .list_box {
    padding: 10px 0
  }
  .tagcloud a {
    font-size: 12px !important;
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    border-radius: 4px;
    margin-top: 8px;
    padding: .5em .75em .5em .5em;
  }
  .nothing_area .widget_search {
    display: none;
  }
}
.box.delta ul+ul {
	margin-top: 30px;
}

/* table style */
.text_area table { border-collapse: collapse; }
.text_area th, .text_area td { border: 1px solid #DDD; padding: .5em .75em; }
.text_area th { background: #F5F5F5; }
.text_area th p:first-child, .text_area p ul:first-child,
.text_area th ul:first-child, .text_area td ul:first-child,
.text_area th ol:first-child, .text_area td ol:first-child { margin-top: 0; }
.text_area th p:last-child, .text_area p ul:last-child,
.text_area th ul:last-child, .text_area td ul:last-child,
.text_area th ol:last-child, .text_area td ol:last-child { margin-bottom: 0; }