@charset "UTF-8";
/*   
Theme Name: XeoryBase
Theme URI: https://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: https://lucy.ne.jp/bazubu/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
blockquote:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  mask: url(./lib/images/icon/quote.svg) no-repeat;
  mask-size: contain;
  background-color: #e7e7e7;
  left: 12px;
  width: 34px;
  height: 34px;
}
blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

dfn {
  font-style: italic;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  overflow-x: scroll;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* list
-------------------------------------------------- */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

/* embed
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

/* form
-------------------------------------------------- */
form {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* form
---------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}
form textarea {
  width: 80%;
}
form input[type="submit"] {
  padding: 12px 20px;
  border: none;
}
form button {
  border: none;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* search */
#searchform {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
#searchform div {
  position: relative;
  padding-right: 40px;
}
#searchform label {
  display: none;
}
#searchform input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
#searchform button {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  mask: url("./lib/images/icon/search.svg") no-repeat;
  mask-size: contain;
  width:18px;
  height:18px;
  background: #808080;
  transition: background .3s ease-in-out;
}
#searchform button:hover {
  cursor: pointer;
}

/* table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}

th, td {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */

  h1 {
    font-size: 22px;
    margin: 36px 0;
    clear: both;
  }
  .post-content h2{
    font-size: 18px;
    margin: 2em 0 1em;
    clear: both;
  }

  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: 16px;
    margin: 2em 0 1em;
  }

  /* phone end */
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

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

/* header */
#logo {
  margin: 0;
}

/* post */
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
  line-height: 1.4;
}
.post-content h1 {
  font-size: 36px;
  margin: 1em 0;
  clear: both;
}
.post-content h2 {
  font-size: 28px;
  margin: 2em 0 1em;
  clear: both;
}
.post-content h3 {
  font-size: 24px;
  margin: 2em 0 1em;
}
.post-content h4 {
  font-size: 18px;
  margin: 2em 0 1em;
}
.post-content h5 {
  font-size: 16px;
  margin: 2em 0 1em;
}
.post-content h6 {
  font-size: 14px;
  margin: 2em 0 1em;
}
.post-content p,
.post-content pre {
  margin: 0 0 1.6em;
  line-height: 1.6;
}
.post-content dl,
.post-content menu,
.post-content ol,
.post-content ul {
  margin: 0 0 2em;
}
.post-content li {
  margin: 6px 0;
}
.post-content dd {
  margin: 0 0 20px 0;
}
.post-content ol,
.post-content ul {
  padding: 0 0 0 20px;
}
.post-content ol ol,
.post-content ol ul,
.post-content ul ol,
.post-content ul ul {
  margin: 0;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #eee solid;
}
.post-content blockquote:before {
  content: '';
  top: 20px;
  left: 12px;
  mask: url(./lib/images/icon/quote.svg) no-repeat;
  mask-size: contain;
  background-color: #e7e7e7;
  width: 34px;
  height: 34px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content blockquote *:last-child {
  margin-bottom: 0;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
  margin-bottom: 48px;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #333;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}

.post-title {
  margin: 0 0 36px;
  font-size: 28px;
  clear: both;
  font-weight: bold;
}
body.page .post-title {
  margin-bottom: 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  /* optional rounded corners for browsers that support it */
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption.aligncenter {
  margin: 10px auto;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* ----------------------------------------
* content-none
---------------------------------------- */
.content-none #searchform {
  max-width: 400px;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 24px;
  right: 24px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
}
.pagetop span i {
  color: #fff;
}
.pagetop.show {
  visibility: visible;
  opacity: .8;
}

@media screen and (max-width: 991px) {
  /* tablet */
  .pagetop {
    right: 8px;
    bottom: 8px;
  }
  .pagetop span {
    width: 40px;
    height: 40px;
  }
  .pagetop .fa-angle-up:before{
    width:16px;
    height:16px;
    top:14px;
    right:-8px;
  }
  /* tablet end */
}

.row:before {
  display: inline-table;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.gr1,
.gr2,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12,
.gld-sub,
.gld-main,
.gr1-5 {
  float: left;
  box-sizing: border-box;
}

.gr1 {
  width: 8.33%;
}

.gr2 {
  width: 16.66%;
}

.gr3 {
  width: 25%;
}

.gr4 {
  width: 33.33%;
}

.gr5 {
  width: 41.66%;
}

.gr6 {
  width: 50%;
}

.gr7 {
  width: 58.33%;
}

.gr8 {
  width: 66.66%;
}

.gr9 {
  width: 75%;
}

.gr10 {
  width: 83.33%;
}

.gr11 {
  width: 91.33%;
}

.gr12 {
  width: 100%;
}

.gr1-5 {
  width: 20%;
}

.gld-sub {
  width: 37.31%;
}

.gld-main {
  width: 62.68%;
}

@media screen and (max-width: 1200px) {
  /* laptop */
  .gr1.lt-flat,
  .gr2.lt-flat,
  .gr3.lt-flat,
  .gr4.lt-flat,
  .gr5.lt-flat,
  .gr6.lt-flat,
  .gr7.lt-flat,
  .gr8.lt-flat,
  .gr9.lt-flat,
  .gr10.lt-flat,
  .gr11.lt-flat,
  .gr12.lt-flat,
  .gld-sub.lt-flat,
  .gld-main.lt-flat,
  .gr1-5.lt-flat {
    width: 100% !important;
  }

  /* laptop end */
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* laptop only */
  .gr1-lt {
    width: 8.33% !important;
  }

  .gr2-lt {
    width: 16.66% !important;
  }

  .gr3-lt {
    width: 25% !important;
  }

  .gr4-lt {
    width: 33.33% !important;
  }

  .gr5-lt {
    width: 41.66% !important;
  }

  .gr6-lt {
    width: 50% !important;
  }

  .gr7-lt {
    width: 58.33% !important;
  }

  .gr8-lt {
    width: 66.66% !important;
  }

  .gr9-lt {
    width: 75% !important;
  }

  .gr10-lt {
    width: 83.33% !important;
  }

  .gr11-lt {
    width: 91.33% !important;
  }

  .gr12-lt {
    width: 100% !important;
  }

  .gr1-5-lt {
    width: 20% !important;
  }

  .gld-sub-lt {
    width: 37.31% !important;
  }

  .gld-main-lt {
    width: 62.68% !important;
  }

  /* laptop only end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .gr1.tb-flat,
  .gr2.tb-flat,
  .gr3.tb-flat,
  .gr4.tb-flat,
  .gr5.tb-flat,
  .gr6.tb-flat,
  .gr7.tb-flat,
  .gr8.tb-flat,
  .gr9.tb-flat,
  .gr10.tb-flat,
  .gr11.tb-flat,
  .gr12.tb-flat,
  .gld-sub.tb-flat,
  .gld-main.tb-flat,
  .gr1-5.tb-flat {
    width: 100% !important;
  }

  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet end */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* tablet only */
  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet only end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .gr1,
  .gr2,
  .gr3,
  .gr4,
  .gr5,
  .gr6,
  .gr7,
  .gr8,
  .gr9,
  .gr10,
  .gr11,
  .gr12,
  .gr1-5,
  .gld-sub,
  .gld-main {
    width: 100%;
  }

  .gr1-sp {
    width: 8.33% !important;
  }

  .gr2-sp {
    width: 16.66% !important;
  }

  .gr3-sp {
    width: 25% !important;
  }

  .gr4-sp {
    width: 33.33% !important;
  }

  .gr5-sp {
    width: 41.66% !important;
  }

  .gr6-sp {
    width: 50% !important;
  }

  .gr7-sp {
    width: 58.33% !important;
  }

  .gr8-sp {
    width: 66.66% !important;
  }

  .gr9-sp {
    width: 75% !important;
  }

  .gr10-sp {
    width: 83.33% !important;
  }

  .gr11-sp {
    width: 91.33% !important;
  }

  .gr12-sp {
    width: 100% !important;
  }

  .gr1-5-sp {
    width: 20% !important;
  }

  .gld-sub-sp {
    width: 37.31% !important;
  }

  .gld-main-sp {
    width: 62.68% !important;
  }
  .post-content table{
    width: 100%;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 0;
  }

  /* phone end */
}








@charset "UTF-8";
.blog {
  /* 共通設定
  ---------------------------------------------------- */
  /* 20141111追加
  ---------------------------------------------------- */
  /* 20150112追加
  ---------------------------------------------------- */
  /* 20161026追加
  ---------------------------------------------------- */
	
  /* 20201213追加 youtube
  ---------------------------------------------------- */
}
.blog body {
  font: 13px /1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  *font-size: small;
  *font: x-small;
  color: #333;
}
.blog .font10 {
  font-size: 77%;
  -webkit-text-size-adjust: none;
}
.blog .font11 {
  font-size: 85%;
  -webkit-text-size-adjust: none;
}
.blog .font12 {
  font-size: 93%;
}
.blog .font13 {
  font-size: 100%;
}
.blog .font14 {
  font-size: 108%;
}
.blog .font15 {
  font-size: 116%;
}
.blog .font16 {
  font-size: 123.1%;
}
.blog .font17 {
  font-size: 131%;
}
.blog .font18 {
  font-size: 138.5%;
}
.blog .font19 {
  font-size: 146.5%;
}
.blog .font20 {
  font-size: 153.9%;
}
.blog a {
  text-decoration: none;
  color: #333;
}
.blog a:hover {
  color: #9e9d80;
}
.blog img {
  border: none;
}
.blog a img {
  background: #fff !important;
}
.blog a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff !important;
}
.blog a:hover .rollover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff !important;
}
.blog .f_left {
  float: left;
}
.blog .f_right {
  float: right;
}
.blog .clearfix:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.blog .clearfix {
  zoom: 1;
  /*for IE 5.5-7*/
}
.blog .line {
  padding: 15px 0;
}
.blog .cont_text p {
  margin: 0 0 15px 10px;
}
.blog .cont_text em {
  font-size: 110%;
  font-weight: bold;
  color: #5e8941;
}
.blog .cont_text .mgn_bottom5 {
  margin: 0 0 5px 10px;
}
.blog .cont_text .mgn_bottom20 {
  margin-bottom: 20px;
}
.blog .cont_text .mgn_bottom0 {
  margin-bottom: 0;
}
.blog .cont_text .mgn_left80 {
  margin-left: 80px;
}
.blog .cont_text .mgn_left20 {
  margin-left: 20px;
}
.blog .cont_text .mgn_left0 {
  margin-left: 0;
}
.blog .cont_text .pdg_bottom5 {
  padding-bottom: 5px;
}
.blog .cont_text .pdg_top20 {
  padding-top: 20px;
}
.blog .cont_text .pdg_left20 {
  padding-left: 20px;
}
.blog .cont_text .attention {
  font-weight: bold;
  color: #4a593a;
}
.blog .cont_text .attention2 {
  font-weight: bold;
  color: #d55f10;
}
.blog .cont_text .attention3 {
  font-weight: bold;
  color: #5e8941;
}
.blog .cont_text .attention4 {
  padding: 0 2px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.2;
  border-bottom: 2px dotted #f1830f;
}
.blog .cont_text .text_link {
  text-decoration: underline;
}
.blog .cont_text ul, .blog .cont_text ol {
  margin-bottom: 15px;
}
.blog .cont_text .point li {
  padding-left: 18px;
  background: url(images/base/list_mark.gif) no-repeat left top;
}
.blog .cont_text .point2 li {
  padding-left: 18px;
  background: url(images/base/list_mark2.gif) no-repeat left top;
}
.blog .cont_text .li_ind li {
  padding-left: 1em;
  text-indent: -1em;
}
.blog .caution01 {
  color: #F00;
}
.blog .caution02 {
  color: #F90;
}
.blog .caution03 {
  color: #F60;
}
.blog .green01 {
  color: #5F8A42;
}
.blog .boxsytle01 {
  margin: 0 0 0 0;
  padding: 0 10px;
}
.blog .boxsytle02 {
  border: 3px solid #ccc;
  margin: 0 20px 10px 10px;
  padding: 20px 10px 10px 10px;
}
.blog .boxsytle03 {
  background-color: #feffe4;
  margin: 0 20px 30px 10px;
  padding: 10px 10px 5px;
}
.blog .borderbox01 {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #CCCCCC;
}
.blog .borderbox01 p {
  margin: 0;
  padding: 20px 0 0 0;
}
.blog a.linkstyle01 {
  color: #5E8A41;
  text-decoration: underline;
}
.blog a.linkstyle01:hover {
  color: #DDD;
  text-decoration: none;
}
.blog .underline {
  text-decoration: underline;
}
.blog img.big {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blog img.big:hover {
  -webkit-transform: scale(4, 4);
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -o-transform: scale(4, 4);
  transform: scale(4, 4);
}
.blog .mb10 {
  margin-bottom: 10px;
}
.blog a.link_style01 {
  color: #0645ad;
  text-decoration: none;
}
.blog a.link_style01:hover {
  text-decoration: underline;
}
.blog .mf_area {
  text-align: center;
}
.blog h4.mfcloud {
  padding-left: 0.5em;
  margin: 15px 0 10px 10px;
  border-left: 0.5em solid #85ac58;
  letter-spacing: 0.1em;
  color: #222;
}
.blog ul.mfcloud_list {
  margin-left: 30px;
  margin-bottom: 30px;
}
.blog ul.mfcloud_list li {
  list-style: disc inside;
  margin-bottom: 5px;
  list-style-position: outside;
}
.blog .gnavi ul li ul {
  display: none;
}
.blog .gnavi ul li:hover ul {
  display: block;
}
.blog .info_area {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.blog .info_area table {
  border: 2px #000 solid;
  border-collapse: collapse;
  vertical-align: middle;
  max-width: 640px;
  width: 100%;
}
.blog .info_area table tr,
.blog .info_area table th,
.blog .info_area table td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 3px;
}
.blog .info_area table li {
  list-style-type: disc;
  list-style-position: inside;
}
.blog .staff_left {
  float: left;
  margin-left: 15px;
}
.blog .staff_right {
  float: left;
  max-width: 400px;
  width: 100%;
  margin-left: 10px;
}
.blog ul.mame_list {
  max-width: 670px;
  width: 100%;
  background-color: #E9E0D5;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.blog ul.mame_list li {
  display: inline-block;
  padding: 7px 15px;
  border-right: 1px solid #ccbca3;
  color: #254d33;
  font-size: 95%;
}
.blog ul.mame_list li:last-child {
  border: none;
}
.blog ul.mame_list li a {
  text-decoration: none;
  color: #254d33;
  font-weight: bold;
}
.blog ul.mame_list li a:hover {
  color: #54917f;
  text-decoration: underline;
  cursor: pointer;
}

/* 20170215追加
---------------------------------------------------- */
@media screen and (max-width: 700px) {
  .blog {
    /* 20170526追加
    ---------------------------------------------------- */
    /* 20171207追加
    ---------------------------------------------------- */
  }
  .blog .cont_text .attention4 {
    padding: 0 2px;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 150%;
    line-height: 1.2;
    border-bottom: 2px dotted #f1830f;
  }
  .blog a {
    color: #004EFF;
  }
  .blog .kakomi01 {
    border: 3px solid #333;
    padding: 20px;
    text-align: left;
    margin: 0 0 20px 32px !important;
    background-color: #F5F5F5;
  }
}
@media screen and (min-width: 701px) {
  .blog {
    /*div.category-trivia{
    	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.63) 75%, rgba(246,243,162,0.5) 100%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,0.63)), color-stop(100%,rgba(246,243,162,0.5)));
    	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80f6f3a2',GradientType=0 );
    }*/
    /*.photo{
    	margin:0 20px;
    	float:right;
    }*/
    /* 新着情報
    ---------------------------------------------------- */
    /* 税金の豆知識
    ---------------------------------------------------- */
    /*h3 span.title_h3{
    	font-size: 24px;
    }*/
    /* お客様の声
    ---------------------------------------------------- */
    		/*.category-feedback{
    			width:500px;
    			float:left;
    		}
    
    		.category-feedback h3{
    			width:490px;
    			heihgt:38px;
    			padding:4px 0 0 30px;
    			margin:10px 0 10px 10px;
    			background:url(../images/base/h3_bg2.gif) no-repeat left center;
    			line-height:38px;
    			font-size:18px;
    			letter-spacing:0.1em;
    			color:#555;
    			text-shadow: 1px 1px 0px #fff;
    		}
    
    		.widget{
    			height:100px;
    			width:100px;
    			float:right;
    			background:#ccc;
    		}*/
    /* 404
    ---------------------------------------------------- */
  }
  .blog div.caution {
    color: #FF0004;
    display: inline;
  }
  .blog span.caution {
    color: #FF0004;
    display: inline;
  }
  .blog .archive {
    width: 645px;
    height: 42px;
    padding-left: 25px;
    margin-bottom: 15px;
    background: url(../images/base/h2_bg.gif) no-repeat left center;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #222;
    text-shadow: 1px 1px 0px #ccc;
  }
  .blog form {
    padding: 2px 100px 2px 0;
    background-color: #E9E0D5;
    text-align: right;
  }
  .blog form select,
  .blog form input {
    font-size: 13px;
    vertical-align: middle;
  }
  .blog:not(.fBack) div {
    margin-bottom: 30px;
    word-wrap: break-word;
  }
  .blog .okotowari {
    margin-right: 10px;
    padding: 10px 5px 7px 10px;
    background-color: #f9fbba;
    border: solid 1px #f9f9fc;
    font-size: 11px;
  }
  .blog:not(.fBack) h3 {
    width: 630px;
    heihgt: 38px;
    padding: 4px 0 0 30px;
    margin: 10px 0 10px 10px;
    background: url(../images/base/h3_bg.gif) no-repeat left bottom;
    line-height: 38px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    color: #555;
    text-shadow: 1px 1px 0px #fff;
  }
  .blog:not(.fBack) h4 {
    padding: 3px 0 0 0.5em;
    margin: 15px 0 15px 200px;
    /*	margin:15px 200px 15px 10px;*/
    border-left: 0.5em solid #85ac58;
    background: #EEE;
    letter-spacing: 0.1em;
    color: #222;
  }
  .blog:not(.fBack) h4.subtitle {
    margin: 40px 10px 25px 10px;
  }
  .blog:not(.fBack) h4.blog_h4_01 {
    padding: 3px 0 5px 12px;
    margin: 15px 0 25px 12px;
    /*	margin:15px 200px 15px 10px;*/
    border-left: 6px solid #85ac58;
    background: #FFF;
    letter-spacing: 0.1em;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #EEE;
    /*border-bottom: 1px dotted #CCC;*/
  }
  .blog h5.blog_h5_01 {
    margin: 0 0 15px 21px;
    font-size: 1.125rem;
	font-weight: bold;
  }
  .blog .li_kakko {
    margin: 0 0 10px 20px;
    padding-left: 3em;
    text-indent: -3em;
  }
  .blog .li_malu {
    margin-left: 40px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .blog p {
    margin: 0 0 15px 10px;
  }
  .blog p.text_style01 {
    margin: 0 0 15px 32px;
	  line-height: 160%;
  }
  .blog strong {
    padding: 1px 3px;
    background: url(../images/base/strong_bg.gif);
    color: #113;
  }
  .blog table {
    margin: 30px;
    border-top: solid 1px #999;
    border-collapse: collapse;
  }
  .blog table tr {
    border-bottom: solid 1px #999;
  }
  .blog table tr:nth-child(2n+1) {
    background-color: #E9F3DF;
  }
  .blog table td {
    padding: 5px 15px;
  }
  .blog table.table_style_new01 {
    margin: 30px 30px 30px 30px;
    border-top: dotted 1px #999;
    border-collapse: collapse;
  }
  .blog table.table_style_new01 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new01 th {
    padding: 5px 10px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-top: solid 1px #999;
  }
  .blog table.table_style_new01 td {
    padding: 5px 10px;
    text-align: left;
    border-left: solid 1px #999;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #999;
  }
  .blog table.table_style_new01 td.fee {
    text-align: right;
    border-left: none;
    border-right: solid 1px #999;
    border-top: none;
  }
  .blog table.table_style_new01 td.none {
    text-align: right;
    border: none;
    padding-right: 0;
  }
  .blog table.table_style_new01 th.fee {
    text-align: right;
    border-left: none;
  }
  .blog table.table_style_new02 {
    margin: 30px 0 30px 0;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
  }
  .blog table.table_style_new02 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new02 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td table {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: 100%;
  }
  .blog table.table_style_new02 td table th {
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    border: none;
    background: none;
    font-weight: normal;
  }
  .blog table.table_style_new02 td table td {
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    border: none;
    background: none;
  }
  .blog table.table_style_new03 {
    margin: 30px 0 10px 30px;
    border-collapse: collapse;
    width: 620px;
  }
  .blog table.table_style_new03 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new03 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new03 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new03 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new04 {
    margin: 10px 0 30px 30px;
    border-collapse: collapse;
  }
  .blog table.table_style_new04 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new04 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
	  font-weight: bold;
  }
  .blog table.table_style_new04 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new04 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog .font10 {
    font-size: 10px;
  }
  .blog p.address {
    padding-right: 30px;
    clear: both;
    text-align: right;
    color: #111;
  }
  .blog p.address a {
    margin-left: 20px;
  }
  .blog p.site a {
    margin-left: 20px;
  }
  .blog .photo {
    margin: 0 20px;
    float: left;
  }
  .blog .photo img {
    padding: 5px;
    border: 1px solid #e9e0d5;
  }
  .blog .post:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  .blog .page-nav {
    margin-left: 250px;
  }
  .blog .page-nav li {
    padding: 5px 8px;
    margin-right: 2px;
    border: 1px solid #e9e0d5;
    float: left;
  }
  .blog .page-nav .current {
    font-weight: bold;
  }
  .blog .page-nav li a {
    color: #5e8941;
    font-weight: bold;
  }
  .blog .page-nav .after a {
    text-decoration: underline;
  }
  .blog .page-nav li a:hover {
    color: #f1830f;
  }
  .blog .attention5 {
    padding: 0 2px;
    /*display:inline-block;*/
    display: inline;
    color: #333;
    font-weight: bold;
    font-size: 100%;
    line-height: 200%;
    border-bottom: 2px dotted #f1830f;
  }
  .blog a {
    text-decoration: underline;
  }
  .blog .img_right {
    float: right;
    margin-left: 15px;
  }
  .blog .img_left {
    float: left;
    margin-right: 15px;
  }
  .blog .pager {
    margin: 100px 0 0;
  }
  .blog span.pre {
    margin-left: 160px;
  }
  .blog span.next {
    margin-left: 100px;
  }
  .blog span.pre a,
  .blog span.next a {
    text-decoration: none;
    color: #5e8941;
  }
  .blog span.pre a:hover,
  .blog span.next a:hover {
    text-decoration: underline;
    color: #4a593a;
  }
  .blog .cattitle_h3 {
    margin-top: 10px;
    padding: 5px 5px 2px;
    border: solid 1px #ccc7ae;
    border-bottom: none;
    background-color: #f4efea;
  }
  .blog .cattitle_nav {
    padding: 10px 5px 5px;
    border: solid 1px #ccc7ae;
  }
  .blog .cattitle_nav li {
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: solid 6px #ccc7ae;
    font-size: 11px;
  }
  .blog .cattitle_nav li a:hover {
    text-decoration: underline;
  }
  .blog .category-trivia h3 {
    position: relative;
    font-size: 16px;
  }
  .blog .tax_tag {
    position: absolute;
    right: 40px;
    top: 12px;
  }
  .blog .tax_tag img {
    padding-left: 3px;
    float: right;
  }
  .blog .mb30 {
    margin-bottom: 30px;
  }
  .blog .f_404 .content h2 {
    width: 645px;
    height: 42px;
    padding-left: 25px;
    margin-bottom: 15px;
    background: url(../images/base/h2_bg.gif) no-repeat left center;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #222;
    text-shadow: 1px 1px 0px #ccc;
  }
}
@media screen and (max-width: 700px) and (min-width: 0px) {
  .blog {
    /*div.category-trivia{
    	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.63) 75%, rgba(246,243,162,0.5) 100%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,0.63)), color-stop(100%,rgba(246,243,162,0.5)));
    	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.63) 75%,rgba(246,243,162,0.5) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80f6f3a2',GradientType=0 );
    }*/
    /*.photo{
    	margin:0 20px;
    	float:right;
    }*/
    /* 新着情報
    ---------------------------------------------------- */
    /* 税金の豆知識
    ---------------------------------------------------- */
    /*h3 span.title_h3{
    	font-size: 24px;
    }*/
    /* お客様の声
    ---------------------------------------------------- */
    		/*.category-feedback{
    			width:500px;
    			float:left;
    		}
    
    		.category-feedback h3{
    			width:490px;
    			heihgt:38px;
    			padding:4px 0 0 30px;
    			margin:10px 0 10px 10px;
    			background:url(../images/base/h3_bg2.gif) no-repeat left center;
    			line-height:38px;
    			font-size:18px;
    			letter-spacing:0.1em;
    			color:#555;
    			text-shadow: 1px 1px 0px #fff;
    		}
    
    		.widget{
    			height:100px;
    			width:100px;
    			float:right;
    			background:#ccc;
    		}*/
    /* 404
    ---------------------------------------------------- */
  }
  .blog div.caution {
    color: #FF0004;
    display: inline;
  }
  .blog span.caution {
    color: #FF0004;
    display: inline;
  }
  .blog .archive {
    width: 645px;
    height: 42px;
    padding-left: 25px;
    margin-bottom: 15px;
    background: url(../images/base/h2_bg.gif) no-repeat left center;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #222;
    text-shadow: 1px 1px 0px #ccc;
  }
  .blog form {
    padding: 2px 100px 2px 0;
    background-color: #E9E0D5;
    text-align: right;
  }
  .blog form select,
  .blog form input {
    font-size: 13px;
    vertical-align: middle;
  }
  .blog:not(.fBack) div {
    margin-bottom: 30px;
    word-wrap: break-word;
  }
  .blog .okotowari {
    margin-right: 10px;
    padding: 10px 5px 7px 10px;
    background-color: #f9fbba;
    border: solid 1px #f9f9fc;
    font-size: 11px;
  }
  .blog:not(.fBack) h3 {
    width: 630px;
    heihgt: 38px;
    padding: 4px 0 0 30px;
    margin: 10px 0 10px 10px;
    background: url(../images/base/h3_bg.gif) no-repeat left bottom;
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #555;
    text-shadow: 1px 1px 0px #fff;
  }
  .blog:not(.fBack) h4 {
    padding: 3px 0 0 0.5em;
    margin: 15px 0 15px 200px;
    /*	margin:15px 200px 15px 10px;*/
    border-left: 0.5em solid #85ac58;
    background: #EEE;
    letter-spacing: 0.1em;
    color: #222;
  }
  .blog:not(.fBack) h4.subtitle {
    margin: 40px 10px 25px 10px;
  }
  .blog:not(.fBack) h4.blog_h4_01 {
    padding: 3px 0 5px 12px;
    margin: 15px 0 25px 12px;
    /*	margin:15px 200px 15px 10px;*/
    border-left: 6px solid #85ac58;
    background: #FFF;
    letter-spacing: 0.1em;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #EEE;
    /*border-bottom: 1px dotted #CCC;*/
  }
  .blog h5.blog_h5_01 {
    margin: 0 0 15px 21px;
    font-size: 1.125rem;
  }
  .blog .li_kakko {
    margin: 0 0 10px 20px;
    padding-left: 3em;
    text-indent: -3em;
  }
  .blog .li_malu {
    margin-left: 40px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .blog p {
    margin: 0 0 15px 10px;
  }
  .blog p.text_style01 {
    margin: 0 0 15px 32px;
  }
  .blog strong {
    padding: 1px 3px;
    background: url(../images/base/strong_bg.gif);
    color: #113;
  }
  .blog table {
    margin: 30px;
    border-top: solid 1px #999;
    border-collapse: collapse;
  }
  .blog table tr {
    border-bottom: solid 1px #999;
  }
  .blog table tr:nth-child(2n+1) {
    background-color: #E9F3DF;
  }
  .blog table td {
    padding: 5px 15px;
  }
  .blog table.table_style_new01 {
    margin: 30px 30px 30px 30px;
    border-top: dotted 1px #999;
    border-collapse: collapse;
  }
  .blog table.table_style_new01 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new01 th {
    padding: 5px 10px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-top: solid 1px #999;
  }
  .blog table.table_style_new01 td {
    padding: 5px 10px;
    text-align: left;
    border-left: solid 1px #999;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #999;
  }
  .blog table.table_style_new01 td.fee {
    text-align: right;
    border-left: none;
    border-right: solid 1px #999;
    border-top: none;
  }
  .blog table.table_style_new01 td.none {
    text-align: right;
    border: none;
    padding-right: 0;
  }
  .blog table.table_style_new01 th.fee {
    text-align: right;
    border-left: none;
  }
  .blog table.table_style_new02 {
    margin: 30px 30px 30px 30px;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
  }
  .blog table.table_style_new02 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new02 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new02 td table {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: 100%;
  }
  .blog table.table_style_new02 td table th {
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    border: none;
    background: none;
    font-weight: normal;
  }
  .blog table.table_style_new02 td table td {
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    border: none;
    background: none;
  }
  .blog table.table_style_new03 {
    margin: 30px 0 10px 30px;
    border-collapse: collapse;
    width: 620px;
  }
  .blog table.table_style_new03 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new03 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new03 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new03 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new04 {
    margin: 10px 0 30px 30px;
    border-collapse: collapse;
  }
  .blog table.table_style_new04 tr {
    border: none;
    background-color: #FFF;
  }
  .blog table.table_style_new04 th {
    padding: 5px;
    background-color: #E9F3DF;
    text-align: center;
    white-space: pre;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new04 td {
    padding: 5px;
    text-align: left;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog table.table_style_new04 td.fee {
    padding: 5px;
    text-align: right;
    border: solid 1px #999;
    vertical-align: top;
  }
  .blog .font10 {
    font-size: 10px;
  }
  .blog p.address {
    padding-right: 30px;
    clear: both;
    text-align: right;
    color: #111;
  }
  .blog p.address a {
    margin-left: 20px;
  }
  .blog p.site a {
    margin-left: 20px;
  }
  .blog .photo {
    margin: 0 20px;
    float: left;
  }
  .blog .photo img {
    padding: 5px;
    border: 1px solid #e9e0d5;
  }
  .blog .post:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  .blog .page-nav {
    margin-left: 250px;
  }
  .blog .page-nav li {
    padding: 5px 8px;
    margin-right: 2px;
    border: 1px solid #e9e0d5;
    float: left;
  }
  .blog .page-nav .current {
    font-weight: bold;
  }
  .blog .page-nav li a {
    color: #5e8941;
    font-weight: bold;
  }
  .blog .page-nav .after a {
    text-decoration: underline;
  }
  .blog .page-nav li a:hover {
    color: #f1830f;
  }
  .blog .attention5 {
    padding: 0 2px;
    /*display:inline-block;*/
    display: inline;
    color: #333;
    font-weight: bold;
    font-size: 100%;
    line-height: 200%;
    border-bottom: 2px dotted #f1830f;
  }
  .blog a {
    text-decoration: underline;
  }
  .blog .img_right {
    float: right;
    margin-left: 15px;
  }
  .blog .img_left {
    float: left;
    margin-right: 15px;
  }
  .blog .pager {
    margin: 100px 0 0;
  }
  .blog span.pre {
    margin-left: 160px;
  }
  .blog span.next {
    margin-left: 100px;
  }
  .blog span.pre a,
  .blog span.next a {
    text-decoration: none;
    color: #5e8941;
  }
  .blog span.pre a:hover,
  .blog span.next a:hover {
    text-decoration: underline;
    color: #4a593a;
  }
  .blog .cattitle_h3 {
    margin-top: 10px;
    padding: 5px 5px 2px;
    border: solid 1px #ccc7ae;
    border-bottom: none;
    background-color: #f4efea;
  }
  .blog .cattitle_nav {
    padding: 10px 5px 5px;
    border: solid 1px #ccc7ae;
  }
  .blog .cattitle_nav li {
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: solid 6px #ccc7ae;
    font-size: 11px;
  }
  .blog .cattitle_nav li a:hover {
    text-decoration: underline;
  }
  .blog .category-trivia h3 {
    position: relative;
    font-size: 16px;
  }
  .blog .tax_tag {
    position: absolute;
    right: 40px;
    top: 12px;
  }
  .blog .tax_tag img {
    padding-left: 3px;
    float: right;
  }
  .blog .mb30 {
    margin-bottom: 30px;
  }
  .blog .f_404 .content h2 {
    width: 645px;
    height: 42px;
    padding-left: 25px;
    margin-bottom: 15px;
    background: url(../images/base/h2_bg.gif) no-repeat left center;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #222;
    text-shadow: 1px 1px 0px #ccc;
  }
}
.blog a {
  color: #004EFF;
  word-break: break-all;
}

.kakomi01{
	border:3px solid #333;
	padding: 20px;
	text-align: left;
	margin: 0 0 20px 32px !important;
	background-color: #F5F5F5;
}


/* 20201213追加 youtube
---------------------------------------------------- */

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
display: block;
margin:auto;
text-align:center;
width: 80%;
height:100%;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
}