/*
Theme Name: M3C
Theme URI: http://mama-marketing.co.jp/
Author: M3C
Author URI: http://mama-marketing.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain:
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  color: #fff;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

p {
  margin: 0 0 24px;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

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

li>ul, li>ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

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

button, input {
  line-height: normal;
}

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

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

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

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

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

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

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

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

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * 2.0 - PC style
 * ----------------------------------------------------------------------------
 */

html {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  font-family: "貂ｸ繧ｴ繧ｷ繝�け", "YuGothic", "Yu Gothic", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #424242;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

#main {
  padding-top: 30px;
  width: 100%;
  display: block;
}

#page {
  width: 100%;
  display: block;
  overflow: hidden;
}

#primary {
  width: 100%;
  display: block;
}

#content {
  width: 100%;
  display: block;
}

#masthead {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 90px;
  border-bottom: 3px solid #ececec;
  background-color: #fff;
  /*position: fixed; top: 0px; left: 0px; z-index: 9999;*/
}

#masthead a.home-link {
  float: left;
  width: 66px;
  height: 55px;
  overflow: hidden;
  display: block;
  margin-top: 16px;
  margin-left: 20px;
  margin-bottom: 0px;
}

#masthead a.home-link:before {
  content: "";
  width: 66px;
  height: 55px;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: cover;
}

#masthead a.home-link p {
  min-height: 0px;
  padding: 0px !important;
  margin: 0px !important;
}

#masthead:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#navbar {
  float: right;
  margin: 0px;
  padding: 0px;
  height: 80px;
}

#navbar ul li {
  display: inline-block;
  margin-top: 10px;
}

#navbar ul li:last-child {
  display: inline-block;
  border-right: none;
}

#navbar ul li a {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.3em;
  color: #424242;
  min-width: 80px;
  text-align: center;
}

#navbar ul li a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#primary-menu {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-right: 30px;
}

#slide {
  height: auto;
  background-color: #fff;
  /**/
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 150px;
  padding-top: 150px
}

#slide p#txt1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 265px;
  padding-left: 20px;
  color: #000;
}

#slide p {
  text-align: center;
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
  margin-top: 0px;
  color: #000;
}

#slide p.sub {
  font-size: 18px;
}

#slide #slidelogo {
  display: block;
  width: 524px;
  height: 155px;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 30px;
}

#slide #slidelogo:before {
  content: "";
  display: block;
  width: 524px;
  height: 155px;
  background-image: url(img/slide_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#slide .bx-controls {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

#slide .bx-pager-item {
  display: inline-block;
}

#slide .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #d8d8d8;
  margin: 5px;
}

#slide .bx-pager-item a.active {
  background-color: #ff6e40;
}

#colophon {
  text-align: center;
  background-color: #000;
  color: #fff;
}

#colophon .copyright {
  font-size: 0.9rem;
  padding-top: 20px;
  padding-bottom: 70px;
}

#pagetop {
  display: none;
  width: 83px;
  height: 83px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 83px;
}

#pagetop:before {
  content: "";
  display: block;
  width: 83px;
  height: 83px;
  overflow: hidden;
  background-image: url(img/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.contbox {
  padding: 100px 20px;
  text-align: center;
}

.contbox .entry-header {
  padding-top: 0px;
  padding-bottom: 60px;
}

.contbox article {
  width: auto;
  margin: 0px auto;
  display: block;
}

#top_column {
  background-color: #faf8f3;
}

#top_column>h1 {
  display: block;
  width: 259px;
  height: 50px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}

#top_column>h1:before {
  content: "";
  display: block;
  width: 259px;
  height: 51px;
  background-image: url(img/column_ttl.png);
  background-repeat: no-repeat;
}

#top_column.contbox .innerbx {
  text-align: center;
  vertical-align: top;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#top_column.contbox .innerbx .columnlist {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}

#top_column.contbox .innerbx .columnlist h1 {
  margin-bottom: 5px;
}

#top_column.contbox .innerbx .columnlist a {
  color: #424242;
}

#top_column.contbox .innerbx .columnlist a:hover {
  opacity: .9;
  text-decoration: none;
}

#top_column.contbox .innerbx .columnlist>a {
  margin-bottom: 10px;
  display: block;
}

#top_column.contbox .innerbx .columnlist p.date {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #ABABAB;
}

#top_column.contbox .innerbx .columnlist .entry-header {
  height: auto;
  padding-bottom: 0px !important;
}

#top_column.contbox .innerbx .columnlist .tags {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#top_column.contbox .innerbx .columnlist .tags .dashicons {
  margin-right: 3px;
  font-size: 1rem;
  height: 1rem;
  clear: both;
}

#top_column.contbox .innerbx .columnlist .tags a {
  font-size: 1rem;
  line-height: 1rem;
}

#top_column.contbox a.moreBtn {
  display: block;
  background-color: #1b1b1b;
  border-radius: 35px;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  width: 250px;
  margin: 0px auto;
}

#top_column.contbox a.moreBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}

#top_service {
  background-color: #faf8f3;
}

#top_service>h1 {
  display: block;
  width: 238px;
  height: 50px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}

#top_service>h1:before {
  content: "";
  display: block;
  width: 238px;
  height: 51px;
  background-image: url(img/service_ttl.png);
  background-repeat: no-repeat;
}

#top_service.contbox .innerbx {
  text-align: center;
  vertical-align: top;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#top_service.contbox .innerbx .columnlist {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}

#top_service.contbox .innerbx .columnlist h1 {
  margin-bottom: 5px;
}

#top_service.contbox .innerbx .columnlist a {
  color: #424242;
}

#top_service.contbox .innerbx .columnlist a:hover {
  opacity: .9;
  text-decoration: none;
}

#top_service.contbox .innerbx .columnlist>a {
  margin-bottom: 10px;
  display: block;
}

#top_service.contbox .innerbx .columnlist p.date {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #ABABAB;
}

#top_service.contbox .innerbx .columnlist .entry-header {
  height: auto;
  padding-bottom: 0px !important;
}

#top_service.contbox .innerbx .columnlist .tags {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#top_service.contbox .innerbx .columnlist .tags .dashicons {
  margin-right: 3px;
  font-size: 1rem;
  height: 1rem;
  clear: both;
}

#top_service.contbox .innerbx .columnlist .tags a {
  font-size: 1rem;
  line-height: 1rem;
}

#top_service.contbox a.moreBtn {
  display: block;
  background-color: #1b1b1b;
  border-radius: 35px;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  width: 250px;
  margin: 0px auto;
}

#top_service.contbox a.moreBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}

#company {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 230px;
}

#company h1.entry-title {
  display: block;
  width: 307px;
  height: 50px;
  overflow: hidden;
  margin: 0px auto;
}

#company h1.entry-title:before {
  content: "";
  display: block;
  width: 307px;
  height: 52px;
  background-image: url(img/company_ttl.png);
  background-repeat: no-repeat;
}

#company .table {
  display: table;
  width: 100%;
  height: 450px;
  border: none;
  background-color: #faf8f3;
  /*background-color:#fff; border-top:solid 1px #faf8f3;*/
}

#company .table .col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#company table {
  border: none;
  width: 430px;
  margin: 0px auto;
}

#company table tr th {
  border: none;
  font-size: 1.15rem;
  line-height: 1.8rem;
  width: 90px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: none;
  padding-bottom: 0.5rem;
}

#company table tr td {
  border: none;
  font-size: 1.15rem;
  line-height: 1.8rem;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: none;
  padding-bottom: 1rem;
}

#company table tr td a {
  display: inline-block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 5px 32px;
  border: none;
  text-decoration: none;
  margin-top: 3px;
}

#company table tr td a:hover {
  opacity: 0.8;
}

#company #map {
  height: 450px;
  width: 100%;
  background-color: #000;
  float: right;
}

.gm-style-iw {
  height: 20px;
}

#topics {
  background-color: #000;
  display: block;
  margin-bottom: 0px;
}

#topics .inner {
  width: 980px;
  margin: 0px auto;
  display: block;
  padding: 10px 0px;
}

#topics .inner .title {
  color: #fff;
  display: none;
  width: 95px;
  height: auto;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-right: dotted 1px #ccc;
  vertical-align: middle;
  padding-top: 4px;
}

#topics .inner .title p {
  display: inline-block;
  width: 65px;
  height: 20px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#topics .inner .title p:before {
  content: "";
  display: block;
  width: 65px;
  height: 20px;
  background-image: url(img/topics_ttl.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#topics .inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#topics ul {
  display: table-cell;
  padding: 5px 15px;
  margin: 0px;
  padding-top: 3px;
}

#topics ul li {
  color: #fff;
  display: block;
  font-size: 1.0rem;
  line-height: 1.6em;
  list-style: none;
}

#topics ul li>p {
  display: table-cell;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}

#topics ul li>p.date {
  padding-right: 15px;
}

#about {
  padding-top: 230px;
  padding-bottom: 230px;
  /*background-image: url(img/about_bg.jpg); background-repeat: no-repeat; background-position:center top; height:500px;*/
}

#about h1.entry-title {
  display: block;
  width: 196px;
  height: 50px;
  overflow: hidden;
  margin: 0px auto;
}

#about h1.entry-title:before {
  content: "";
  display: block;
  width: 196px;
  height: 55px;
  background-image: url(img/about_ttl.png);
  background-repeat: no-repeat;
}

#about p {
  font-size: 22px;
  line-height: 2.0em;
  font-weight: bold;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}

#about p span {
  display: inline;
  padding: 0px 3px;
  background-color: #f97e58;
  color: #fff;
}

#about p:before {
  content: "";
  display: none;
  width: 659px;
  height: 125px;
  background-image: url(img/about_txt.png);
  background-repeat: no-repeat;
}

#post-2 .cont-box {
  font-size: 1.2rem;
  line-height: 2rem;
}

#service {
  background-color: #faf8f3;
  padding-top: 230px;
  padding-bottom: 230px;
}

#service .cont-box {
  display: block;
  width: 960px;
  margin: 0px auto;
}

#service .cont-box h3 {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 1.2rem;
}

#service .cont-box ul.shisan {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  width: 950px;
  margin-bottom: 40px;
}

#service .cont-box ul.shisan li {
  list-style: none;
  display: inline-block;
  width: 290px;
  vertical-align: top;
  background-image: url(img/service_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 130px;
  font-weight: bold;
  font-size: 1.0rem;
  height: 430px;
  padding: 0px 0px;
  text-align: center;
}

#service .cont-box ul.shisan li#s0:before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  background-image: url(img/service_ico0.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px auto;
  margin-bottom: 25px;
}

#service .cont-box ul.shisan li#s1:before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  background-image: url(img/service_ico1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px auto;
  margin-bottom: 25px;
}

#service .cont-box ul.shisan li#s2:before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  background-image: url(img/service_ico2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px auto;
  margin-bottom: 25px;
}

#service .cont-box .mamamarke {
  width: 960px;
  margin: 0px auto;
  border-radius: 10px;
  border: solid 3px #1b1b1b;
  background-color: #fff;
}

#service .cont-box .mamamarke h3 {
  background-color: #1b1b1b;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  padding: 10px 0;
  margin-bottom: 0px;
  vertical-align: middle;
  text-align: center;
}

#service .cont-box ul.service {
  padding: 10px;
  padding-top: 0px;
}

#service .cont-box ul.service>li {
  display: inline-block;
  width: 460px;
  vertical-align: top;
  float: left;
}

#service .cont-box ul.service>li:nth-child(even) {
  display: inline-block;
  width: 460px;
  vertical-align: top;
  float: right;
}

#service .cont-box ul.service>li h4 {
  background-color: #1b1b1b;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 0px;
  border-radius: 6px;
  vertical-align: middle;
  display: table-cell;
  width: 460px;
}

#service .cont-box ul.service>li p {
  font-size: 1.0em;
  margin-bottom: 1rem;
}

#service .cont-box ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#service .cont-box ul.service li ul {
  width: auto;
  margin: 0px;
  padding: 10px 25px 10px 10px;
  clear: both;
}

#service .cont-box ul.service li ul li {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.4em;
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 5px;
}

#service .cont-box ul.service li ul li:before {
  content: "繝ｻ";
}

#service h1.entry-title {
  display: block;
  width: 242px;
  height: 50px;
  overflow: hidden;
  margin: 0px auto;
}

#service h1.entry-title:before {
  content: "";
  display: block;
  width: 242px;
  height: 52px;
  background-image: url(img/service_ttl.png);
  background-repeat: no-repeat;
}

#service p {}

#service p:before {
  content: "";
  display: none;
  width: 837px;
  height: 783px;
  background-image: url(img/service_img.png);
  background-repeat: no-repeat;
}

#formbtn {
  margin: 0px auto;
  padding-top: 50px;
}

#formbtn p {
  font-size: 1.1rem;
}

#formbtn a {
  display: block;
  background-color: #1b1b1b;
  border-radius: 35px;
  color: #fff;
  padding: 20px;
  font-size: 1.7rem;
  width: 300px;
  margin: 0px auto;
}

#formbtn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#low .contbox .post, #low .contbox .page {
  width: 960px;
  margin: 0px auto;
  padding-bottom: 130px;
}

#low .entry-header h1.entry-title {
  font-size: 1.8rem;
  line-height: 1.6em;
  text-align: left;
  padding-bottom: 20px;
}

#low .entry-header {
  padding-bottom: 0px;
}

#low .contbox .post .cont-box p.date {
  font-size: 1rem;
  padding-top: 0px;
  color: #9D9D9D;
  text-align: right;
}

#low .contbox .post .cont-box p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7em;
}

#low .contbox .post .cont-box h2 {
  text-align: left;
  padding-bottom: 20px;
}

#low .contbox .page .entry-content h2 {
  text-align: left;
  margin-bottom: 5px;
}

#low .contbox .page .entry-content h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#low .contbox .page .entry-content h4 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

#low .contbox .page .entry-content h4 a {
  color: #1b1b1b;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  display: block;
}

#low .contbox .page .entry-content h5 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.0rem;
}

#low .contbox .page .entry-content h5 a {
  color: #1b1b1b;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  display: block;
}

#low .contbox .page .entry-content p {
  text-align: left;
}

#low .contbox .page .entry-content .pt30 {
  padding-top: 30px;
}

#low .contbox .page .entry-content .pt45 {
  padding-top: 45px;
}

#low .contbox .page .entry-content .pb10 {
  padding-bottom: 10px;
}

#low .contbox .page .entry-content .pb15 {
  padding-bottom: 15px;
}

#low .contbox .page .entry-content .pb30 {
  padding-bottom: 30px;
}

#low .contbox .page .entry-content .pb45 {
  padding-bottom: 45px;
}

#low .contbox .post, #low .contbox .page iframe {
  margin-top: 100px;
}

#low .contbox .post .cont-box p.title {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#low .contbox .post .cont-box table {
  width: 100%;
  border-right: 1px solid #9D9D9D !important;
  border-bottom: 1px solid #9D9D9D !important;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#low .contbox .post .cont-box table tr th, #low .contbox .post .cont-box table tr td {
  border-top: 1px solid #9D9D9D !important;
  border-left: 1px solid #9D9D9D !important;
  padding: 4px 15px 4px 15px;
  font-size: 1rem;
}

#low .contbox .post .cont-box table tr th {
  background-color: #424242;
  color: #fff;
}

#low .contbox .post .cont-box table tr th.w100 {
  width: 100px;
}

#low .contbox .post .cont-box a {
  color: #424242;
}

#low .contbox .post .cont-box a img {
  max-width: 940px;
}

#low .contbox .post .cont-box a img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#low #content.form2 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding: 0px;
}

#low #content.form2 #mailform {
  padding-top: 60px;
  padding-bottom: 20px;
}

#low #content .img {
  padding-top: 10px;
  width: 960px;
  margin: 0px auto;
  text-align: center;
}

#low #content .img a:hover img {
  opacity: .8;
}

#low #content .img:after {
  content: "";
  display: block;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#low #content .img.num2 .ri {
  float: right;
  width: 480px;
  text-align: center;
}

#low #content .img.num2 h3 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #content .img.num2 h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #content .img.num2 .bx {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 240px;
  text-align: center;
}

#low #content .img.num2 .bx a {
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
  display: block;
  margin: 0px auto;
}

#low #content .img.num2 .bx a img {
  width: 195px;
  height: auto;
}

#low #content .img.num2 .bx h3 {
  text-align: center;
  font-weight: normal;
}

#low #content .img.num2 .bx p {
  text-align: center;
}

#low #content .img.num1 .bx a {
  float: none;
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
}

#low #content.form2 {
  margin: 0px;
}

#low #content.form2 #post-131 {
  width: auto;
}

#low #content.form2 #post-131 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.6), 0px 2px 5px rgba(255, 255, 255, 0.6), -2px 0px 5px rgba(255, 255, 255, 0.6), 0px -2px 5px rgba(255, 255, 255, 0.6);
}

#low #content.form2 #post-131 .entry-header p {
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #content.form2 #post-131>.entry-header {
  padding-top: 170px;
  padding-bottom: 0px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-131.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 433px;
}

#low #content.form2 #post-131 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #content.form2 #post-131 .block .block-inner {
  width: 980px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #content.form2 #post-131 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #content.form2 #post-131 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #content.form2 #post-131 .block .block-inner>h2 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #content.form2 #post-131 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #content.form2 #post-131 .block .block-inner h4 {
  text-align: center;
}

#low #content.form2 #post-131 .block .block-inner h4 a {
  text-align: center;
}

#low #content.form2 #post-131 .block .block-inner h5 {
  text-align: center;
}

#low #content.form2 #post-131 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #content.form2 #post-131 .block .block-inner>p {
  width: 100%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #content.form2 #post-131 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #content.form2 #post-131 #p-131-1 .block-inner {
  text-align: left;
  position: relative;
}

#low #content.form2 #post-131 #p-131-1 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: left;
}

#low #content.form2 #post-131 #p-131-1 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: left;
}

#p-131-1 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #content.form2 #post-131 #p-131-1 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/drow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #content.form2 #post-131 #p-131-1 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #content.form2 #post-131 #p-131-2 .block-inner {
  text-align: left;
  position: relative;
}

#low #content.form2 #post-131 #p-131-2 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: right;
}

#low #content.form2 #post-131 #p-131-2 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: right;
}

#p-131-2 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #content.form2 #post-131 #p-131-2 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #content.form2 #post-131 #p-131-2 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #content.form2 #post-131 #p-131-3 .list {
  width: 920px;
  margin: 0px auto;
  clear: both;
  padding-top: 20px;
}

#low #content.form2 #post-131 #p-131-3 .list .kakomi {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

#low #content.form2 #post-131 #p-131-3 .list .kakomi p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#low #content.form2 #post-131 #p-131-3 .list h3 {
  padding-bottom: 15px;
  font-size: 20px;
}

#low #content.form2 #post-131 #p-131-3 .list ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#low #content.form2 #post-131 #p-131-3 .list ul li {
  width: 430px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  padding-right: 50px;
  padding-left: 0px;
}

#low #content.form2 #post-131 #p-131-3 .list ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #content.form2 #post-131 #p-131-3 .list:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .img {
  padding-top: 10px;
  width: 960px;
  margin: 0px auto;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img a:hover img {
  opacity: .8;
}

#low #main #post-278 #p-131-3 .img:after {
  content: "";
  display: block;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .img.num2 .ri {
  float: right;
  width: 480px;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num2 h3 {
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
}

#low #main #post-278 #p-131-3 .img.num2 h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #main #post-278 #p-131-3 .img.num2 .bx {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 240px;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num2 .bx a {
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
  display: block;
  margin: 0px auto;
}

#low #main #post-278 #p-131-3 .img.num2 .bx a img {
  width: 195px;
  height: auto;
}

#low #main #post-278 #p-131-3 .img.num2 .bx h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 0px;
}

#low #main #post-278 #p-131-3 .img.num2 .bx p {
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num1 .bx a {
  float: none;
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
}

#low #main #post-278 {
  width: auto;
}

#low #main #post-278 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.6), 0px 2px 5px rgba(255, 255, 255, 0.6), -2px 0px 5px rgba(255, 255, 255, 0.6), 0px -2px 5px rgba(255, 255, 255, 0.6);
}

#low #main #post-278 .entry-header p {
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#low #main #post-278>.entry-header {
  padding-top: 170px;
  padding-bottom: 0px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-131.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 433px;
}

#low #main #post-278 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-278 .block .block-inner {
  width: 980px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-278 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-278 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low #main #post-278 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-278 .block .block-inner>h2 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-278 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-278 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-278 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-278 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-278 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-278 .block .block-inner>p {
  width: 100%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-278 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-278 #p-131-1 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-278 #p-131-1 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: left;
}

#low #main #post-278 #p-131-1 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: left;
}

#p-131-1 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-278 #p-131-1 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/drow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-278 #p-131-1 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-2 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-278 #p-131-2 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: right;
}

#low #main #post-278 #p-131-2 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: right;
}

#p-131-2 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-278 #p-131-2 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-278 #p-131-2 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .list {
  width: 920px;
  margin: 0px auto;
  clear: both;
  padding-top: 20px;
}

#low #main #post-278 #p-131-3 .list .kakomi {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

#low #main #post-278 #p-131-3 .list .kakomi p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
}

#low #main #post-278 #p-131-3 .list h3 {
  padding-bottom: 15px;
  font-size: 20px;
}

#low #main #post-278 #p-131-3 .list ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#low #main #post-278 #p-131-3 .list ul li {
  width: 430px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  padding-right: 50px;
  padding-left: 0px;
}

#low #main #post-278 #p-131-3 .list ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .list:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .img {
  padding-top: 10px;
  width: 960px;
  margin: 0px auto;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img a:hover img {
  opacity: .8;
}

#low #main #post-278 #p-131-3 .img:after {
  content: "";
  display: block;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-131-3 .img.num2 .ri {
  float: right;
  width: 480px;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num2 h3 {
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
}

#low #main #post-278 #p-131-3 .img.num2 h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #main #post-278 #p-131-3 .img.num2 .bx {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 240px;
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num2 .bx a {
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
  display: block;
  margin: 0px auto;
}

#low #main #post-278 #p-131-3 .img.num2 .bx a img {
  width: 195px;
  height: auto;
}

#low #main #post-278 #p-131-3 .img.num2 .bx h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 0px;
}

#low #main #post-278 #p-131-3 .img.num2 .bx p {
  text-align: center;
}

#low #main #post-278 #p-131-3 .img.num1 .bx a {
  float: none;
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
}

#low #main #post-283 #p-131-3 .img {
  padding-top: 10px;
  width: 960px;
  margin: 0px auto;
  text-align: center;
}

#low #main #post-283 #p-131-3 .img a:hover img {
  opacity: .8;
}

#low #main #post-283 #p-131-3 .img:after {
  content: "";
  display: block;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#low #main #post-283 #p-131-3 .img.num2 .ri {
  float: right;
  width: 480px;
  text-align: center;
}

#low #main #post-283 #p-131-3 .img.num2 h3 {
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
}

#low #main #post-283 #p-131-3 .img.num2 h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #main #post-283 #p-131-3 .img.num2 .bx {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 240px;
  text-align: center;
}

#low #main #post-283 #p-131-3 .img.num2 .bx a {
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
  display: block;
  margin: 0px auto;
}

#low #main #post-283 #p-131-3 .img.num2 .bx a img {
  width: 195px;
  height: auto;
}

#low #main #post-283 #p-131-3 .img.num2 .bx h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 0px;
}

#low #main #post-283 #p-131-3 .img.num2 .bx p {
  text-align: center;
}

#low #main #post-283 #p-131-3 .img.num1 .bx a {
  float: none;
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
}

#low #main #post-283 {
  width: auto;
}

#low #main #post-283 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.6), 0px 2px 5px rgba(255, 255, 255, 0.6), -2px 0px 5px rgba(255, 255, 255, 0.6), 0px -2px 5px rgba(255, 255, 255, 0.6);
}

#low #main #post-283 .entry-header p {
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#low #main #post-283>.entry-header {
  padding-top: 170px;
  padding-bottom: 0px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-131.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 433px;
}

#low #main #post-283 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-283 .block .block-inner {
  width: 980px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-283 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-283 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low #main #post-283 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-283 .block .block-inner>h2 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-283 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-283 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-283 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-283 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-283 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-283 .block .block-inner>p {
  width: 100%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-283 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-283 #p-131-1 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-283 #p-131-1 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: left;
}

#low #main #post-283 #p-131-1 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: left;
}

#p-131-1 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-283 #p-131-1 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/drow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-283 #p-131-1 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-283 #p-131-2 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-283 #p-131-2 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: right;
}

#low #main #post-283 #p-131-2 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: right;
}

#p-131-2 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-283 #p-131-2 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-283 #p-131-2 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-283 #p-131-3 .list {
  width: 920px;
  margin: 0px auto;
  clear: both;
  padding-top: 20px;
}

#low #main #post-283 #p-131-3 .list .kakomi {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

#low #main #post-283 #p-131-3 .list .kakomi p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
}

#low #main #post-283 #p-131-3 .list h3 {
  padding-bottom: 15px;
  font-size: 20px;
}

#low #main #post-283 #p-131-3 .list ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#low #main #post-283 #p-131-3 .list ul li {
  width: 430px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  padding-right: 50px;
  padding-left: 0px;
}

#low #main #post-283 #p-131-3 .list ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-283 #p-131-3 .list:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-131-3 .img {
  padding-top: 10px;
  width: 960px;
  margin: 0px auto;
  text-align: center;
}

#low #main #post-285 #p-131-3 .img a:hover img {
  opacity: .8;
}

#low #main #post-285 #p-131-3 .img:after {
  content: "";
  display: block;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-131-3 .img.num2 .ri {
  float: right;
  width: 480px;
  text-align: center;
}

#low #main #post-285 #p-131-3 .img.num2 h3 {
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
}

#low #main #post-285 #p-131-3 .img.num2 h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#low #main #post-285 #p-131-3 .img.num2 .bx {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 240px;
  text-align: center;
}

#low #main #post-285 #p-131-3 .img.num2 .bx a {
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
  display: block;
  margin: 0px auto;
}

#low #main #post-285 #p-131-3 .img.num2 .bx a img {
  width: 195px;
  height: auto;
}

#low #main #post-285 #p-131-3 .img.num2 .bx h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 0px;
}

#low #main #post-285 #p-131-3 .img.num2 .bx p {
  text-align: center;
}

#low #main #post-285 #p-131-3 .img.num1 .bx a {
  float: none;
  border-radius: 195px;
  overflow: hidden;
  width: 195px;
  height: 195px;
}

#low #main #post-285 {
  width: auto;
}

#low #main #post-285 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.6), 0px 2px 5px rgba(255, 255, 255, 0.6), -2px 0px 5px rgba(255, 255, 255, 0.6), 0px -2px 5px rgba(255, 255, 255, 0.6);
}

#low #main #post-285 .entry-header p {
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#low #main #post-285>.entry-header {
  padding-top: 170px;
  padding-bottom: 0px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-131.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 433px;
}

#low #main #post-285 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-285 .block .block-inner {
  width: 980px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-285 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-285 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low #main #post-285 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-285 .block .block-inner>h2 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-285 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-285 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-285 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-285 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-285 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-285 .block .block-inner>p {
  width: 100%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-285 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-285 #p-131-1 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-285 #p-131-1 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: left;
}

#low #main #post-285 #p-131-1 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: left;
}

#p-131-1 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-285 #p-131-1 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/drow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-285 #p-131-1 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-131-2 .block-inner {
  text-align: left;
  position: relative;
}

#low #main #post-285 #p-131-2 .block-inner h2 {
  position: relative;
  width: 600px;
  text-align: left;
  float: right;
}

#low #main #post-285 #p-131-2 .block-inner p {
  position: relative;
  width: 600px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  float: right;
}

#p-131-2 .block-inner:before {
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 340px;
  display: block;
  background-image: url(/img/post-131-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -170px;
}

#low #main #post-285 #p-131-2 .block-inner h2:before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-image: url(/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 20px;
}

#low #main #post-285 #p-131-2 .block-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-131-3 .list {
  width: 920px;
  margin: 0px auto;
  clear: both;
  padding-top: 20px;
}

#low #main #post-285 #p-131-3 .list .kakomi {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

#low #main #post-285 #p-131-3 .list .kakomi p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
}

#low #main #post-285 #p-131-3 .list h3 {
  padding-bottom: 15px;
  font-size: 20px;
}

#low #main #post-285 #p-131-3 .list ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}

#low #main #post-285 #p-131-3 .list ul li {
  width: 430px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  padding-right: 50px;
  padding-left: 0px;
}

#low #main #post-285 #p-131-3 .list ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-131-3 .list:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-164 {
  width: auto;
}

#low #main #post-164 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-164 .entry-header p {
  text-align: center;
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-164>.entry-header {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-164.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

#low #main #post-164 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-164 .block .block-inner {
  width: 960px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-164 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-164 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low .entry-content #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-164 .block .block-inner>h2 {
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-164 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-164 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-164 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-164 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-164 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-164 .block .block-inner>p {
  width: auto;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-164 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-164 #p-164-1 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-164 #p-164-1 .block-inner h2 {
  text-align: left;
}

#low #main #post-164 #p-164-1 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-1 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-164 #p-164-2 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-164 #p-164-2 .block-inner h2 {
  text-align: left;
}

#low #main #post-164 #p-164-2 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-2 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-left: 35px;
  background-image: url(/img/post-164-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-164 #p-164-3 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-164 #p-164-3 .block-inner h2 {
  text-align: left;
}

#low #main #post-164 #p-164-3 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-3 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-164 #p-164-4 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-164 #p-164-4 .block-inner h2 {
  text-align: left;
}

#low #main #post-164 #p-164-4 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-4 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-right: 35px;
  background-image: url(/img/post-164-4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-164 #p-164-5 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-164 #p-164-5 .block-inner h2 {
  text-align: left;
}

#low #main #post-164 #p-164-5 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-5 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-164 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-164 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-164 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-164 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-164 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-164 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-164 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-164 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-164 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-164 input.sendbtn {
  display: none;
}

#low #main #post-278 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-278 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-278 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-278 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-278 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-278 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-278 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-278 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-278 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-278 input.sendbtn {
  display: none;
}

#low #main #post-283 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-283 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-283 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-283 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-283 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-283 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-283 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-283 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-283 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-283 #mailform .policytxt {
  display: none;
}

/*#low #main #post-283 input.sendbtn{ display:block; }*/

#low #main #post-285 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-285 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-285 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-285 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-285 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-285 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-285 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-285 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-285 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-285 #mailform .policytxt {
  display: none;
}

#low #main #post-269 {
  width: auto;
}

#low #main #post-269 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-269 .entry-header p {
  text-align: center;
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-269>.entry-header {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-164.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

#low #main #post-269 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-269 .block .block-inner {
  width: 960px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-269 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-269 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low .entry-content #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-269 .block .block-inner>h2 {
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-269 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-269 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-269 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-269 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-269 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-269 .block .block-inner>p {
  width: auto;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-269 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-269 #p-164-1 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-269 #p-164-1 .block-inner h2 {
  text-align: left;
}

#low #main #post-269 #p-164-1 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-1 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-269 #p-164-2 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-269 #p-164-2 .block-inner h2 {
  text-align: left;
}

#low #main #post-269 #p-164-2 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-2 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-left: 35px;
  background-image: url(/img/post-164-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-269 #p-164-3 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-269 #p-164-3 .block-inner h2 {
  text-align: left;
}

#low #main #post-269 #p-164-3 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-3 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-269 #p-164-4 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-269 #p-164-4 .block-inner h2 {
  text-align: left;
}

#low #main #post-269 #p-164-4 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-4 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-right: 35px;
  background-image: url(/img/post-164-4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-269 #p-164-5 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-269 #p-164-5 .block-inner h2 {
  text-align: left;
}

#low #main #post-269 #p-164-5 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-5 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-269 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-269 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-269 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-269 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-269 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-269 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-269 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-269 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-269 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-269 .policytxt {
  display: none;
}

#low #main #post-271 {
  width: auto;
}

#low #main #post-271 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-271 .entry-header p {
  text-align: center;
  font-size: 22px;
  line-height: 2em;
  text-shadow: 2px 0px 5px rgba(255, 255, 255, 0.8), 0px 2px 5px rgba(255, 255, 255, 0.8), -2px 0px 5px rgba(255, 255, 255, 0.8), 0px -2px 5px rgba(255, 255, 255, 0.8);
}

#low #main #post-271>.entry-header {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-164.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

#low #main #post-271 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #main #post-271 .block .block-inner {
  width: 960px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #main #post-271 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #main #post-271 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low .entry-content #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #main #post-271 .block .block-inner>h2 {
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#low #main #post-271 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-271 .block .block-inner h4 {
  text-align: center;
}

#low #main #post-271 .block .block-inner h4 a {
  text-align: center;
}

#low #main #post-271 .block .block-inner h5 {
  text-align: center;
}

#low #main #post-271 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #main #post-271 .block .block-inner>p {
  width: auto;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #main #post-271 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#low #main #post-271 #p-164-1 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-271 #p-164-1 .block-inner h2 {
  text-align: left;
}

#low #main #post-271 #p-164-1 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-1 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-271 #p-164-2 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-271 #p-164-2 .block-inner h2 {
  text-align: left;
}

#low #main #post-271 #p-164-2 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-2 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-left: 35px;
  background-image: url(/img/post-164-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-271 #p-164-3 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-271 #p-164-3 .block-inner h2 {
  text-align: left;
}

#low #main #post-271 #p-164-3 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-3 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-271 #p-164-4 .block-inner {
  position: relative;
  padding-right: 250px;
}

#low #main #post-271 #p-164-4 .block-inner h2 {
  text-align: left;
}

#low #main #post-271 #p-164-4 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-4 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: right;
  margin-right: 35px;
  background-image: url(/img/post-164-4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-271 #p-164-5 .block-inner {
  position: relative;
  padding-left: 250px;
}

#low #main #post-271 #p-164-5 .block-inner h2 {
  text-align: left;
}

#low #main #post-271 #p-164-5 .block-inner p {
  padding-bottom: 40px;
  text-align: left;
}

#p-164-5 .block-inner:before {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-right: 35px;
  background-image: url(/img/post-164-5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -110px;
}

#low #main #post-271 #p-164-6 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

#low #main #post-271 #p-164-6 .block-inner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

#low #main #post-271 #p-164-6 .block-inner p {
  padding-bottom: 30px;
  text-align: left;
}

#low #main #post-271 #p-164-6 .block-inner>p {
  text-align: center;
}

#low #main #post-271 #p-164-6:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #main #post-271 #p-164-6 .block-inner:before {
  content: "";
  display: block;
  width: 350px;
  height: 120px;
  background-image: url(/img/post-164-6.png);
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}

#low #main #post-271 #p-164-6 .block-inner p a {
  background-color: #1b1b1b;
  border: medium none;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 250px;
  padding: 20px 45px;
}

#low #main #post-271 #p-164-6 .block-inner p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#low #main #post-271 #p-164-6 iframe {
  width: 600px;
  height: 230px;
  border: none;
}

#low #main #post-271 #mw_wp_form_mw-wp-form-244 {
  height: 500px;
  text-align: center;
}

#low #content.form2 #post-173 {
  width: auto;
}

#low #content.form2 #post-173 .entry-header h1.entry-title {
  text-align: center;
  font-size: 47px;
  max-width: 940px;
  margin: 0px auto;
}

#low #content.form2 #post-173 .entry-header p {
  font-size: 22px;
  line-height: 2em;
}

#low #content.form2 #post-173>.entry-header {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #faf8f3;
  background-color: #fff;
  display: block;
  background-image: url(/img/post-173.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#low #content.form2 #post-173 .block {
  padding: 0px 0px;
  text-align: center;
  border-bottom: solid 1px #faf8f3;
}

#low #content.form2 #post-173 .block .block-inner {
  width: 960px;
  margin: 0px auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

#low #content.form2 #post-173 .block .block-hd {
  padding: 200px 0px 170px 0px;
  width: 100%;
}

#low #content.form2 #post-173 .block .block-hd>h1 {
  font-size: 47px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 15px;
}

/*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/

#low #content.form2 #post-173 .block .block-inner>h2 {
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 30px;
}

#low #content.form2 #post-173 .block .block-inner>h3 {
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #content.form2 #post-173 .block .block-inner h4 {
  text-align: center;
}

#low #content.form2 #post-173 .block .block-inner h4 a {
  text-align: center;
}

#low #content.form2 #post-173 .block .block-inner h5 {
  text-align: center;
}

#low #content.form2 #post-173 .block .block-hd>p.read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0px;
}

#low #content.form2 #post-173 .block .block-inner>p {
  width: 850px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 100px;
}

#low #content.form2 #post-173 .block:nth-child(odd) {
  background-color: #faf8f3;
}

#s0 {
  background-color: #faf8f3;
}

#s0 .block-hd {
  background-color: #fff;
}

#s1 {
  background-color: #faf8f3;
}

/*-- form  --*/

#mailform {
  width: 930px;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

#mailform h2 {
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
}

#mailform h3 {
  font-size: 21px;
  padding-bottom: 15px;
}

#mailform>p {
  font-size: 1rem;
  text-align: left;
}

#mailform .section {
  padding-bottom: 60px;
}

#mailform .red {
  color: #E92528;
}

#mailform .error-box {
  border: solid 1px #E92528;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #faebf2;
  color: #E92528;
}

#mailform .error-box p {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#mailform .error-box ul {
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}

#mailform .error {
  color: #E92528;
  font-size: 0.9rem;
}

#mailform table tr th {
  font-size: 1.0rem;
  width: 200px;
}

#mailform table tr th, #mailform table tr td {
  border-top: 1px solid #ececec;
  padding: 6px 15px 6px 15px;
}

#mailform input.min {
  width: 50px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#mailform input.middle2 {
  width: 100px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#mailform input.middle {
  width: 400px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#mailform textarea {
  width: 600px;
  min-height: 100px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#mailform .idbox {
  padding-left: 30px;
  padding-bottom: 10px;
}

#mailform .idbox input.middle {
  margin-left: 10px;
}

#mailform .thanks {
  background-color: #F2F2F2;
  padding: 25px;
  margin-bottom: 100px;
}

#mailform .policytxt {
  background-color: #F2F2F2;
  padding: 25px;
  text-align: left;
}

#mailform .policytxt a {
  text-decoration: underline;
  color: #424242;
}

#mailform .policytxt a:hover {
  text-decoration: none;
  color: #424242;
}

#mailform .btns {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

#mailform .btns.mb {
  padding-bottom: 200px;
}

#mailform .btns form {
  display: inline;
}

#mailform .btns .btn {
  display: block;
  background-color: fdbd35;
  border-radius: 10px;
  color: #fff;
  padding: 16px;
  font-size: 1.5rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
}

#mailform .btns .btn:hover {
  opacity: 0.8;
}

#mailform .btns .btn2 {
  display: block;
  background-color: #666;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
}

#mailform .btns .btn2:hover {
  opacity: 0.8;
}

#mailform .btns a.btn {
  display: block;
  background-color: #1b1b1b;
  border-radius: 10px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
}

#mailform .btns a.btn:hover {
  opacity: 0.8;
}

#mailform .btns a.btn2 {
  display: block;
  background-color: #666;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

#mailform .btns a.btn2:hover {
  opacity: 0.8;
}

.arrow {
  margin-right: 5px;
}

.arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
}

#low #content.form2 #load {
  padding-top: 0px;
}

#low #content.form2 .page {
  padding-bottom: 50px;
}

#mw_wp_form_mw-wp-form-242>p>a {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

#mw_wp_form_mw-wp-form-242 p, #mw_wp_form_mw-wp-form-242 form p {
  text-align: center !important;
}

#mw_wp_form_mw-wp-form-242 dl {
  display: block;
  width: 500px;
  margin: 0px auto;
  padding-bottom: 20px;
}

#mw_wp_form_mw-wp-form-242 dl:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#mw_wp_form_mw-wp-form-242 dl dt {
  width: 165px;
  display: block;
  float: left;
  clear: both;
  text-align: right;
  padding-top: 3px;
  padding-right: 15px;
}

#mw_wp_form_mw-wp-form-242 dl dd {
  width: 300px;
  display: block;
  float: left;
  margin-bottom: 15px;
}

#mw_wp_form_mw-wp-form-242 dl dd span {
  text-align: left;
}

#mw_wp_form_mw-wp-form-242 input[type=text], #mw_wp_form_mw-wp-form-242 input[type=email] {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  padding: 5px;
  width: 300px;
}

#mw_wp_form_mw-wp-form-242 input[type=submit] {
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: block;
  text-decoration: none;
  margin: 0px auto;
}

#mw_wp_form_mw-wp-form-242 input[type=submit]:hover {
  opacity: 0.8;
}

#mw_wp_form_mw-wp-form-244 input.min {
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
  width: auto;
}

#mw_wp_form_mw-wp-form-244 input[type=submit] {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  margin: 0px 10px;
}

#mw_wp_form_mw-wp-form-244 input[type=submit].rewritebtn {
  background-color: #6F6F6F;
}

#mw_wp_form_mw-wp-form-244 a:hover {
  opacity: 0.8;
}

#mw_wp_form_mw-wp-form-281>p>a {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

#mw_wp_form_mw-wp-form-281 p, #mw_wp_form_mw-wp-form-281 form p {
  text-align: center !important;
}

#mw_wp_form_mw-wp-form-281 dl {
  display: block;
  width: 500px;
  margin: 0px auto;
  padding-bottom: 20px;
}

#mw_wp_form_mw-wp-form-281 dl:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#mw_wp_form_mw-wp-form-281 dl dt {
  width: 165px;
  display: block;
  float: left;
  clear: both;
  text-align: right;
  padding-top: 3px;
  padding-right: 15px;
}

#mw_wp_form_mw-wp-form-281 dl dd {
  width: 300px;
  display: block;
  float: left;
  margin-bottom: 15px;
}

#mw_wp_form_mw-wp-form-281 dl dd span {
  text-align: left;
}

#mw_wp_form_mw-wp-form-281 input[type=text], #mw_wp_form_mw-wp-form-281 input[type=email] {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  padding: 5px;
  width: 300px;
}

#mw_wp_form_mw-wp-form-281 input[type=submit] {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

#mw_wp_form_mw-wp-form-281 input[type=submit]:hover {
  opacity: 0.8;
}

#mw_wp_form_mw-wp-form-281 input.min {
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
  width: auto;
}

#mw_wp_form_mw-wp-form-281 input[type=submit] {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  margin: 0px 10px;
}

#mw_wp_form_mw-wp-form-281 input[type=submit].rewritebtn {
  background-color: #6F6F6F;
}

#mw_wp_form_mw-wp-form-281 a:hover {
  opacity: 0.8;
}

#mw_wp_form_mw-wp-form-281 .checkbox-set p {
  text-align: left !important;
}

#low .contbox #post-323 .entry-content>ol {
  text-align: left;
  padding-left: 25px;
}

#low .contbox #post-323 .entry-content>p {
  text-align: left;
  padding-left: 0px;
}

#low .contbox #post-314 .entry-content>ol {
  text-align: left;
  padding-left: 25px;
}

#low .contbox #post-314 .entry-content>dl {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
  margin: 0px;
  margin-left: 10px;
}

#low .contbox #post-314 .entry-content>dl dt {
  display: table-cell;
}

#low .contbox #post-314 .entry-content>dl dd {
  display: table-cell;
}

#low .contbox #post-314 .entry-content>p {
  text-align: left;
  padding-left: 0px;
}

#low #content .entry-content #post-323 .entry-content ol {
  text-align: left;
}

#low #content .entry-content #post-323 .entry-content ol li {
  text-align: left;
}

#low #content .entry-content ul {
  text-align: left;
}

#low .contbox #post-323.page .entry-content h2 {
  font-size: 1em;
  padding-bottom: 0.5em;
}

#low .contbox #post-323.page .entry-content h3 {
  font-size: 1em;
}

#menu-ft_nav {
  padding: 0;
  padding-top: 70px;
}

#menu-ft_nav li {
  display: inline-block !important;
}

#menu-ft_nav li:after {
  content: "/";
  margin: 0px 15px;
}

#menu-ft_nav li:last-child:after {
  display: none;
}

#post-sampling {
  padding-top: 100px;
}

#post-sampling .entry-header {}

#post-sampling .entry-header .inner {
  width: 1000px;
  margin: 0px auto;
}

#post-sampling .entry-content {
  width: 1000px;
  margin: 0px auto;
}

#column_inner {
  width: 1140px;
  margin: 0px auto;
  text-align: left;
}

#column_inner:after {
  content: "";
  display: block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

#column_inner #primary {
  width: 730px;
  float: left;
}

#column_inner #primary .contbox {
  padding-left: 0px;
  padding-right: 0px;
}

#column_inner #tertiary {
  float: right;
  width: 300px;
  padding-top: 200px;
}

#column_inner #tertiary a {
  color: #424242;
}

#column_inner #tertiary ul {
  padding-left: 20px;
  margin-left: 0px;
}

#column_inner #tertiary ul li {
  padding-bottom: .5rem;
}

#column_inner #tertiary aside {
  padding-bottom: 3rem;
}

#column_inner #tertiary aside p.ttl {
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
}

#column_inner #tertiary aside#tags {}

#column_inner #tertiary aside#tags ul {
  margin: 16px 0;
  padding: 0px;
}

#column_inner #tertiary aside#tags ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

#column_inner #tertiary aside#tags ul li:after {
  content: "縲";
}

#column_inner #tertiary aside#tags ul li:last-child:after {
  display: none;
}

#column_inner #tertiary aside#search-2 {}

#column_inner #tertiary aside#search-2 label .screen-reader-text {
  display: none;
}

#column_inner #tertiary aside#search-2 .search-field {
  padding: 5px;
  border: 1px solid #CECECE;
  width: 230px;
  border-radius: 3px;
}

#column_inner #tertiary aside#search-2 .search-submit {
  padding: 8px 5px;
  line-height: 1rem;
  width: 60px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 1.00);
  color: #fff;
  border: none;
}

#column_inner #tertiary aside#bnrs img {
  width: 100%;
  height: auto;
}

#column_inner #tertiary aside#bnrs a {
  display: block;
}

#column_inner #tertiary aside#bnrs ul {
  margin: 0px;
  padding: 0px;
}

#column_inner #tertiary aside#bnrs ul li {
  list-style: none;
}

#column_inner .contbox {
  padding-top: 30px;
}

#column {
  width: auto;
  margin: 0px auto;
  text-align: left;
}

#column .wp_social_bookmarking_light {
  padding-top: 5rem !important;
  padding-left: 1rem !important;
}

#column h2 {
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-indent: -1rem;
  margin-left: 1rem;
}

#column h3 {
  font-size: 1.3rem;
  line-height: 2.3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-indent: 0rem;
  margin-left: 1rem;
}

#column h4 {
  font-size: 1.1rem;
  line-height: 2.3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-indent: 0rem;
  margin-left: 1rem;
}

#column h2:before {
  content: "- ";
}

#column h3:before {
  content: "  ";
}

#column h4:before {
  content: "  ";
}

#low #column header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 1rem;
  padding-right: 0rem;
  text-align: left;
}

#low #column header.entry-header h1.entry-title {
  text-align: left;
}

#low #column header.entry-header p.date {
  margin-left: 0px;
  line-height: 1rem;
}

#low #column header.entry-header .tags a {
  color: #424242;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#low #column header.entry-header .tags .dashicons {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  float: left;
}

#low #column header.entry-header .tags .dashicons:first-child {
  margin-left: 0px;
}

#low #column header.entry-header .tags:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#low #column .main {
  padding-left: 1rem;
  padding-bottom: 3rem;
}

#low #column .main img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

#column p {
  margin-left: 1rem;
  font-size: 1.0rem;
  line-height: 2.0rem;
  display: block;
  clear: both;
}

#column p img {
  display: block;
  margin: 0px auto;
}

#column p a {
  color: #333;
}

#column .cont-box p {
  padding-left: 0;
  color: #ABABAB;
}

#column table {
  border: none;
  margin-left: 1rem;
  border-top: solid 1px #D6D6D6;
  border-left: solid 1px #D6D6D6;
}

#column table tr th {
  border: none;
  font-size: 1.0rem;
  line-height: 1.8rem;
  vertical-align: top;
  padding: .5rem;
  margin: 0px;
  border: none;
  border-bottom: solid 1px #D6D6D6;
  border-right: solid 1px #D6D6D6;
  text-align: center;
  background-color: #efefef;
}

#column table thead tr th {
  background-color: #BFBFBF;
}

#column table tbody tr td {
  border: none;
  font-size: 1.0rem;
  line-height: 1.8rem;
  vertical-align: top;
  padding: .5rem;
  margin: 0px;
  border: none;
  border-bottom: solid 1px #D6D6D6;
  border-right: solid 1px #D6D6D6;
}

#column_list {
  width: 980px;
  margin: 0px auto;
  text-align: left;
  min-height: 1000px;
}

#column_list a {
  color: #424242;
}

#column_list .column>a {
  display: block;
  float: left;
}

#column_list .archive-header {
  padding-bottom: 5rem;
  padding-top: 3rem;
}

#column_list .page-header {
  padding-bottom: 5rem;
  padding-top: 3rem;
}

#column_list .archive-header h1 {
  font-size: 1.5rem;
}

#column_list .column {
  padding-bottom: 50px;
}

#column_list .column a {
  display: block;
}

#column_list .column img {
  float: left;
  margin-right: 20px;
}

#column_list .column .entry-header h1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

#column_list .column .entry-header {
  display: inline-block;
  width: 620px;
}

#column_list .column .entry-header .cont-box {
  padding-top: 0.5rem;
}

#column_list .column .entry-header .cont-box p.date {
  color: #ABABAB;
  margin-bottom: 12px;
}

#column_list .column>p {
  margin-bottom: 5px;
}

#column_list .column .tags {
  padding-bottom: 2rem;
  padding-top: 1.0rem;
  clear: both;
}

#column_list .column .tags a {
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#column_list .column .tags .dashicons {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  float: left;
}

#column_list .column .tags .dashicons:first-child {
  margin-left: 0px;
}

#column_list .column .tags:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column_list .column:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column_list .service {
  padding-bottom: 50px;
}

#column_list .service a {
  display: block;
}

#column_list .service img {
  float: left;
  margin-right: 20px;
}

#column_list .service .entry-header h1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

#column_list .service .entry-header {
  display: inline-block;
  width: 620px;
}

#column_list .service .entry-header .cont-box {
  padding-top: 0.5rem;
}

#column_list .service .entry-header .cont-box p.date {
  color: #ABABAB;
  margin-bottom: 12px;
}

#column_list .service>p {
  margin-bottom: 5px;
}

#column_list .service .tags {
  padding-bottom: 2rem;
  padding-top: 1.0rem;
  clear: both;
}

#column_list .service .tags a {
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#column_list .service .tags .dashicons {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  float: left;
}

#column_list .service .tags .dashicons:first-child {
  margin-left: 0px;
}

#column_list .service .tags:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column_list .service:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column_list .works {
  padding-bottom: 50px;
}

#column_list .works a {
  display: block;
}

#column_list .works img {
  float: left;
  margin-right: 20px;
}

#column_list .works .entry-header h1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

#column_list .works .entry-header {
  display: inline-block;
  width: 620px;
}

#column_list .works .entry-header .cont-box {
  padding-top: 0.5rem;
}

#column_list .works .entry-header .cont-box p.date {
  color: #ABABAB;
  margin-bottom: 12px;
}

#column_list .works>p {
  margin-bottom: 5px;
}

#column_list .works .tags {
  padding-bottom: 2rem;
  padding-top: 1.0rem;
  clear: both;
}

#column_list .works .tags a {
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#column_list .works .tags .dashicons {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  float: left;
}

#column_list .works .tags .dashicons:first-child {
  margin-left: 0px;
}

#column_list .works .tags:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column_list .works:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  clear: both;
}

#column .kanrenbox {
  padding-bottom: 50px;
  padding-top: 30px;
  padding-left: 1rem;
}

#column .kanrenbox h2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-indent: 0px;
  margin-left: 0px;
}

#column .kanrenbox h2:before {
  display: none;
}

#column .kanrenbox .columnlist {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0px;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
}

#column .kanrenbox .columnlist:nth-child(3) {
  margin-left: 10px;
  margin-right: 10px;
}

#column .kanrenbox .columnlist h3 {
  margin-bottom: 5px;
  text-indent: 0px;
  margin-left: 0px;
}

#column .kanrenbox .columnlist a {
  color: #424242;
}

#column .kanrenbox .columnlist h3 {
  padding: 0px;
  margin: 0px;
  font-size: 1.0rem;
  line-height: 1.5rem;
}

#column .kanrenbox .columnlist h3 a {
  font-size: 1.1rem;
}

#column .kanrenbox .columnlist a:hover {
  opacity: .9;
  text-decoration: none;
}

#column .kanrenbox .columnlist>a {
  margin-bottom: 10px;
  display: block;
}

#column .kanrenbox .columnlist p.date {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #ABABAB;
}

#column .kanrenbox .columnlist .entry-header {
  height: auto;
  padding-bottom: 0px !important;
}

#column .kanrenbox .columnlist .tags {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#column .kanrenbox .columnlist .tags .dashicons {
  margin-right: 3px;
  font-size: 1rem;
  height: 1rem;
  clear: both;
}

#column .kanrenbox .columnlist .tags a {
  font-size: 1rem;
  line-height: 1rem;
}

.entry-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.entry-footer ul {
  margin: 0px;
  padding: 0px;
  background-color: #000;
}

.entry-footer ul li {
  color: #fff;
  width: 365px;
  display: inline-block;
  float: left;
  height: 80px;
  background-color: #000;
}

.entry-footer ul li a {
  display: block;
}

.entry-footer ul li a:hover {
  text-decoration: none;
  opacity: .8;
}

.entry-footer ul li a img {
  width: 80px;
  height: 80px;
}

.entry-footer ul li span {
  display: table-cell;
  width: 309px;
  height: 80px;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.entry-footer ul li:first-child a img {
  width: 80px;
  height: 80px;
  float: left;
}

.entry-footer ul li:last-child a img {
  width: 80px;
  height: 80px;
  float: right;
}

.entry-footer ul li:last-child {
  float: right;
  width: 365px;
  border-left: 1px solid #fff;
}

.wp-pagenavi>a {
  display: inline-block;
  width: 2rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

.wp-pagenavi>a:hover {
  text-decoration: none;
}

.wp-pagenavi>span {
  display: inline-block;
  width: 2rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

.breadcrumbs {
  padding-left: 1rem;
}

.breadcrumbs a {
  color: #424242;
}

#toiawase {
  margin-left: 1rem;
  padding-top: 3rem;
}

#toiawase .favbox {
  border: solid 2px #E4E4E4;
  background-color: #E9E9E9;
  border-radius: 0.3rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

#toiawase .favbox img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#toiawase .favbox p {
  margin: 0px;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  float: left;
  clear: none;
  width: 340px;
  text-align: left;
}

#toiawase .favbox .entryBnt {
  clear: both;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: auto;
  display: block;
  /*background-color: #EF287F;*/
  background-color: #33cc33;
  border-radius: 0.4rem;
  position: relative;
}

#toiawase .favbox .entryBnt i {
  margin-right: 0.8rem;
}

#toiawase .favbox .entryBnt:hover {
  text-decoration: none;
  opacity: .8;
}

#post-493 {
  width: 930px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 150px;
}

#post-493 h1 {
  margin-left: 13px;
}

#post-493 h2 {
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
}

#post-493 h3 {
  font-size: 21px;
  padding-bottom: 15px;
}

#post-493>p {
  font-size: 1rem;
  text-align: left;
}

#post-493 .section {
  padding-bottom: 60px;
}

#post-493 .red {
  color: #E92528;
}

#post-493 .error-box {
  border: solid 1px #E92528;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #faebf2;
  color: #E92528;
}

#post-493 .error-box p {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#post-493 .error-box ul {
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}

#post-493 .error {
  color: #E92528;
  font-size: 0.9rem;
}

#post-493 table tr th {
  font-size: 1.0rem;
}

#post-493 table tr th, #post-493 table tr td {
  border-top: 1px solid #ececec;
  padding: 6px 15px 6px 15px;
}

#post-493 input.mini {
  width: 350px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#post-493 input.middle {
  width: 400px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#post-493 textarea {
  width: 600px;
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
}

#post-493 .idbox {
  padding-left: 30px;
  padding-bottom: 10px;
}

#post-493 .idbox input.middle {
  margin-left: 10px;
}

#post-493 .thanks {
  background-color: #F2F2F2;
  padding: 25px;
  margin-bottom: 100px;
}

#post-493 .policytxt {
  background-color: #F2F2F2;
  padding: 25px;
  text-align: left;
}

#post-493 .policytxt a {
  text-decoration: underline;
  color: #424242;
}

#post-493 .policytxt a:hover {
  text-decoration: none;
  color: #424242;
}

#post-493 .btns {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

#post-493 .btns.mb {
  padding-bottom: 200px;
}

#post-493 .btns form {
  display: inline;
}

#post-493 .btns input.btn {
  display: block;
  background-color: fdbd35;
  border-radius: 10px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
}

#post-493 .btns input.btn:hover {
  opacity: 0.8;
}

#post-493 .btns input.btn2 {
  display: block;
  background-color: #666;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
}

#post-493 .btns input.btn2:hover {
  opacity: 0.8;
}

#post-493 .btns a.btn {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
}

#post-493 .btns a.btn:hover {
  opacity: 0.8;
}

#post-493 .btns a.btn2 {
  display: block;
  background-color: #666;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

#post-493 .btns a.btn2:hover {
  opacity: 0.8;
}

#post-493 input.min {
  padding: 5px 5px;
  border: solid 1px #dfdfdf;
  background-color: #F1F1F1;
  width: auto;
}

#post-493 input[type=submit] {
  display: block;
  background-color: #1b1b1b;
  border-radius: 40px;
  color: #fff;
  padding: 16px;
  font-size: 1.7rem;
  padding: 20px 45px;
  border: none;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  margin: 0px 10px;
}

#post-493 input.sendbtn {
  display: none;
}

blockquote {
  background-color: rgba(245, 245, 245, 1.00);
  font-style: normal;
  margin: 10px;
  margin-left: 1.5rem;
  margin-bottom: 20px;
  padding: 25px 45px;
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

blockquote p {
  padding: 0px !important;
  margin: 0px !important;
}

blockquote:before {
  content: "窶";
  font-size: 80px;
  line-height: 0.8em;
  color: #CCCCCC;
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 2;
}

blockquote:after {
  content: "窶";
  font-size: 80px;
  line-height: 0em;
  color: #CCCCCC;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 2;
}

.breadcrumbs {
  padding-top: 50px;
}

#notfound {
  text-align: left;
  max-width: 800px;
  margin: 0px auto;
}

#notfound h1.page-title {
  padding-bottom: 5px;
}

#notfound .sitemap {
  max-width: 800px;
  text-align: left;
  padding-top: 40px;
  min-height: 400px;
}

#notfound .sitemap a {
  color: #424242;
}

#notfound .sitemap ul {
  margin-left: 20px;
}

#notfound .sitemap ul ul {
  margin-left: -20px;
  list-style: circle;
}

#notfound label .screen-reader-text {
  display: none;
}

#notfound .search-field {
  padding: 5px;
  border: 1px solid #CECECE;
  width: 300px;
  border-radius: 3px;
}

#notfound .search-submit {
  padding: 8px 5px;
  line-height: 1rem;
  width: 60px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 1.00);
  color: #fff;
  border: none;
}

#photos {
  width: 100%;
  margin-left: 1rem;
  padding-bottom: 30px;
}

#photos .photo {
  display: inline-block;
  width: calc(50% - 20px);
  background-color: rgba(235, 235, 235, 1.00);
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
}

#photos .photo img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

#photos .photo p {
  margin: 0px !important;
  font-size: 12px;
  line-height: 1.4em;
}

dl.platform {
  background-image: url(/wp/wp-content/uploads/2016/09/sankaku.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding-bottom: 20px;
}

dl.platform dt {
  padding-top: 20px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.18);
}

dl.platform dd {
  border-bottom: solid 1px #fff;
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.18);
}

dl.platform dd:last-child {
  border-bottom: none;
}

#low .partner {
  padding-bottom: 30px;
  margin-left: 1rem;
}

#low .partner img {
  height: 45px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #E5E5E5;
}



.c-mainvisual{ text-align: center; }
.c-mainvisual img{ max-width: 100%; display: block; margin-left: auto; margin-right: auto; }

@media screen and (min-device-width: 641px) and (max-width: 768px) {
  #masthead {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    border-bottom: 3px solid #ececec;
    background-color: #fff;
  }
  #pagetop {
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 60px;
  }
  #pagetop:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-image: url(img/pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  #colophon {
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  #colophon .copyright {
    font-size: 0.9rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #low .contbox {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 700px;
  }
  #low .contbox .post {
    width: auto;
    margin: 0px 20px;
    padding-bottom: 30px;
  }
  #low .entry-header h1.entry-title {
    font-size: 2.0rem;
    line-height: 1.4em;
    text-align: left;
  }
  #low .entry-header {
    padding-bottom: 30px;
  }
  #low .contbox .post .cont-box p.date {
    font-size: 1rem;
    padding-top: 20px;
    color: #9D9D9D;
  }
  #low .contbox .post .cont-box p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6em;
  }
  #low #content.form2 {
    margin: 0px;
  }
  #low #content.form2 #post-131 {
    width: auto;
  }
  #low #content.form2 #post-131 .entry-header h1.entry-title {
    text-align: center;
    font-size: 47px;
    max-width: 940px;
    margin: 0px auto;
  }
  #low #content.form2 #post-131 .entry-header p {
    font-size: 22px;
    line-height: 2em;
  }
  #low #content.form2 #post-131>.entry-header {
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    background-image: url(/img/post-131.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
  }
  #low #content.form2 #post-131 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #content.form2 #post-131 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #content.form2 #post-131 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #content.form2 #post-131 .block .block-hd>h1 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #content.form2 #post-131 .block .block-inner>h2 {
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner h4 {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-inner h4 a {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-inner h5 {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #content.form2 #post-131 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner {
    text-align: left;
    position: relative;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner h2 {
    position: relative;
    width: 600px;
    text-align: left;
    float: left;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner p {
    position: relative;
    width: 600px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: left;
  }
  #p-131-1 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: block;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/drow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 20px;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner {
    text-align: left;
    position: relative;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner h2 {
    position: relative;
    width: 600px;
    text-align: left;
    float: right;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner p {
    position: relative;
    width: 600px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: right;
  }
  #p-131-2 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: block;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 20px;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-3 .list {
    width: 920px;
    margin: 0px auto;
    clear: both;
    padding-top: 20px;
  }
  #low #content.form2 #post-131 #p-131-3 .list .kakomi {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #low #content.form2 #post-131 #p-131-3 .list .kakomi p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #low #content.form2 #post-131 #p-131-3 .list h3 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul li {
    width: 430px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
    padding-right: 50px;
    padding-left: 0px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-3 .list:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }


  .c-mainvisual{ margin-left: 20px; margin-right: 20px; }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
  }
  #main {
    padding-top: 15px;
  }
  #masthead {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #ececec;
    background-color: #fff;
  }
  #masthead a.home-link {
    float: left;
    width: 66px;
    height: 55px;
    overflow: hidden;
    display: block;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  #masthead a.home-link:before {
    content: "";
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 55px;
    background-size: 100%;
    display: block;
    background-position: cover;
  }
  #masthead:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #navbar {
    float: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0px;
    border-bottom: 2px solid #ececec;
    z-index: 100;
  }
  #navbar ul {
    display: block;
    width: 100%;
  }
  #navbar ul li {
    display: inline-block;
    float: left;
    background-color: #fff;
  }
  #navbar ul li:last-child {
    display: inline-block;
  }
  #navbar ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.3em;
    color: #424242;
    min-width: auto;
    text-align: center;
    background-color: #fff;
  }
  #navbar ul li a:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  #primary-menu {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
  #slide {
    background-color: #fff;
    padding: 80px 0px 80px 0px;
    height: auto;
  }
  #slide ul {
    width: 100%;
    height: 300px;
    margin: 0px auto;
    padding: 0px;
  }
  #slide ul li {
    width: 100%;
    height: 300px;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  #slide p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #slide ul li p#txt2 {
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    font-weight: bold;
    margin-top: 30px;
    text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
  }
  #slide #slidelogo {
    display: block;
    width: 250px;
    height: 74px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #slide #slidelogo:before {
    content: "";
    display: block;
    width: 250px;
    height: 74px;
    background-image: url(img/slide_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /*#slide ul li.slide1{ background-image: url(img/sp/bg1.jpg); background-repeat: no-repeat; background-position:center top;  background-size:cover; }
    #slide ul li.slide2{ background-image: url(img/sp/bg2.jpg); background-repeat: no-repeat; background-position:center top;  background-size:cover; }*/
  #topics {
    background-color: #000;
    display: block;
    margin-bottom: 0px;
  }
  #topics .inner {
    margin: 0px 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
  }
  #topics .inner .title {
    color: #fff;
    display: none;
    width: 65px;
    height: auto;
    margin: 0px;
    padding-bottom: 0px;
    border-right: dotted 1px #ccc;
    overflow: hidden;
    vertical-align: middle;
  }
  #topics .inner .title p {
    display: inline-block;
    width: 56px;
    height: 15px;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 3px;
  }
  #topics .inner .title p:before {
    content: "";
    display: block;
    width: 56px;
    height: 15px;
    background-image: url(img/topics_ttl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
  }
  #topics .inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #topics ul {
    display: table-cell;
    padding: 0px 0px 0px 0px;
    margin: 0px;
  }
  #topics ul li {
    color: #fff;
    display: table;
    font-size: 1.0rem;
    line-height: 1.1em;
    list-style: none;
    margin: 0px;
    margin-bottom: 2px;
  }
  #topics ul li>p {
    display: table-cell;
    padding: 0px;
    margin: 0px;
  }
  #topics ul li>p {
    display: table-cell;
    font-size: 1rem;
    line-height: 1.6em;
  }
  #topics ul li>p.date {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
  }
  #topics ul li>p.txt {
    padding-left: 10px;
    padding-right: 10px;
  }
  #top_column.contbox {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #top_column>h1 {
    display: block;
    width: 130px;
    height: 25px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #top_column>h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 26px;
    background-image: url(img/column_ttl.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #top_column.contbox .innerbx .columnlist {
    margin: 0px;
    margin-bottom: 15px;
  }
  #about {
    padding-top: 70px;
    padding-bottom: 65px;
    height: auto;
  }
  #about.contbox .entry-header {
    padding-bottom: 40px;
  }
  #about h1.entry-title {
    display: block;
    width: 115px;
    height: 30px;
    overflow: hidden;
    margin: 0px auto;
  }
  #about h1.entry-title:before {
    content: "";
    display: block;
    width: 115px;
    height: 30px;
    background-image: url(img/about_ttl.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #about p {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.8em;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px 0px;
  }
  #about p span {
    display: inline;
    padding: 0px 3px;
    background-color: #f97e58;
    color: #fff;
  }
  #about p:before {
    content: "";
    display: none;
    width: 659px;
    height: 125px;
    background-image: url(img/about_txt.png);
    background-repeat: no-repeat;
  }
  #service {
    background-color: #faf8f3;
    padding-top: 70px;
    padding-bottom: 65px;
  }
  #service.contbox .entry-header {
    padding-bottom: 40px;
  }
  #service h1.entry-title {
    display: block;
    width: 145px;
    height: 30px;
    overflow: hidden;
    margin: 0px auto;
  }
  #service h1.entry-title:before {
    content: "";
    display: block;
    width: 145px;
    height: 30px;
    background-image: url(img/service_ttl.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #service .cont-box {
    display: block;
    width: auto;
    margin: 0px 0px;
  }
  #service .cont-box h3 {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1.2rem;
  }
  #service .cont-box ul.shisan {
    width: 300px;
    margin: 0px auto;
    padding: 0px;
    margin-bottom: 20px;
  }
  #service .cont-box ul.shisan li {
    list-style: none;
    display: inline-block;
    width: 95px;
    vertical-align: top;
    background-image: url(img/service_arrow.png);
    background-size: 40px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 60px;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.4em;
    height: 220px;
    padding: 0px 0px;
    text-align: center;
  }
  #service .cont-box ul.shisan li#s0:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(img/service_ico0.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  #service .cont-box ul.shisan li#s1:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(img/service_ico1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  #service .cont-box ul.shisan li#s2:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(img/service_ico2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  #service .cont-box .mamamarke {
    width: 100%;
  }
  #service .cont-box ul.service {
    width: 100%;
    padding: 5px;
    margin-top: 0px;
  }
  #service .cont-box ul.service li {
    display: inline-block;
    width: 100%;
    float: none;
  }
  #service .cont-box ul.service li:nth-child(even) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: none;
  }
  #service .cont-box ul.service li h4 {
    background-color: #1b1b1b;
    color: #fff;
    font-size: 1.1rem;
    padding: 7px 10px;
    border-radius: 6px;
    margin: 5px;
    width: auto;
    display: block;
  }
  #service .cont-box ul.service li p {
    font-size: 0.8rem;
    margin-bottom: 0px;
  }
  #service .cont-box ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #company {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
  }
  #company h1.entry-title {
    display: block;
    width: 184px;
    height: 30px;
    overflow: hidden;
    margin: 0px auto;
  }
  #company h1.entry-title:before {
    content: "";
    display: block;
    width: 184px;
    height: 30px;
    background-image: url(img/company_ttl.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #company.contbox .entry-header {
    padding-bottom: 20px;
  }
  #company .table {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background-color: #fff;
  }
  #company .table:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #company .table .col {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #company .table .col:last-child {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #company .table .col:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #company table {
    border: none;
    width: auto;
    margin: 0px 30px;
    display: block;
  }
  #company table tr th {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.0rem;
    line-height: 1.8rem;
    width: 90px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: none;
    padding-bottom: 0.5rem;
  }
  #company table tr td {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.15rem;
    line-height: 1.8rem;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: none;
    padding-bottom: 1rem;
  }
  #company #map {
    height: 400px;
    width: 100%;
    background-color: #000;
    float: none;
  }
  #colophon {
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  #colophon .copyright {
    font-size: 0.9rem;
    padding-top: 15px;
    padding-bottom: 35px;
  }
  #pagetop {
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 23px;
    border-radius: 40px;
  }
  #pagetop:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(img/pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #low .contbox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #low .contbox .post {
    width: auto;
    margin: 0px 20px;
    padding-bottom: 30px;
  }
  #low .entry-header h1.entry-title {
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: left;
  }
  #low .entry-header {
    padding-bottom: 30px;
  }
  #low .contbox .post .cont-box p.date {
    font-size: 1rem;
    padding-top: 20px;
    color: #9D9D9D;
  }
  #low .contbox .post .cont-box p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6em;
  }
  #formbtn {
    width: 100%;
    margin: 0px auto;
    padding-top: 30px;
  }
  #formbtn a {
    display: block;
    background-color: #1b1b1b;
    border-radius: 35px;
    color: #fff;
    padding: 15px;
    font-size: 1.3em;
  }
  #formbtn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .arrow {
    margin-right: 3px;
  }
  .arrow:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
  }
  #low .contbox .page {
    width: auto;
    margin: 0px auto;
    padding-bottom: 130px;
  }
  #low .contbox .page .entry-header {
    padding-bottom: 0px;
  }
  #low .contbox .page .entry-content p img {
    width: 100%;
    height: auto;
  }
  #low .contbox .post, #low .contbox .page iframe {
    margin-top: 100px;
    width: 100%;
  }
  #low .contbox .post {
    margin-top: 20px;
    width: 100%;
  }
  #low .entry-header {
    padding-bottom: 0px;
  }
  #low #content .img {
    padding-top: 20px;
    width: auto;
    margin: 0px 10px;
  }
  #low #content .img a img {
    border: solid 1px #E2E2E2;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #low #content .img a:hover img {
    opacity: .8;
  }
  #low #content .img:after {
    content: "";
    display: block;
    height: auto;
    visibility: hidden;
    overflow: hidden;
    clear: both;
  }
  #low #content .img.num2 a {
    display: block;
  }
  #low #content .img.num2 .lf {
    float: none;
  }
  #low #content .img.num2 .ri {
    float: none;
  }
  #low #content .img.num1 a {
    float: none;
  }
  /*-- form  --*/
  #mailform {
    width: auto;
    margin: 0px 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #mailform h2 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 1.4em;
  }
  #mailform h3 {
    font-size: 21px;
    padding-bottom: 15px;
    line-height: 1.4em;
  }
  #mailform>p {
    font-size: 1rem;
    text-align: left;
  }
  #mailform .section {
    padding-bottom: 60px;
  }
  #mailform .red {
    color: #E92528;
  }
  #mailform .error-box {
    border: solid 1px #E92528;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #faebf2;
    color: #E92528;
  }
  #mailform .error-box p {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  #mailform .error-box ul {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
  }
  #mailform .error {
    color: #E92528;
    font-size: 0.9rem;
  }
  #mailform table, #mailform table tr {
    width: 280px !important;
    margin: 0px auto;
    display: block;
  }
  #mailform table tr th {
    font-size: 1.0rem;
    display: block;
    border-top: 1px solid #ececec;
    display: block;

  }
  #mailform table tr th, #mailform table tr td {
    border-top: 1px solid #ececec;
    padding: 6px 0px 6px 0px;
    display: block;
    width: 100%;
    display: block;
  }
  #post-269 #mailform table tr th {
    border-top: 1px solid #ececec;
    padding: 6px 0px 0px 0px;
    display: block;
    width: 100%;
    display: block;
  }
  #post-269 #mailform table tr td {
    padding: 0px 0px 6px 0px;
    display: block;
    width: 100%;
    display: block;
  }
  #post-269 #mw_wp_form_mw-wp-form-244 input[type=submit].rewritebtn {
    margin-bottom: 10px;
  }
  #mailform table tr td {
    border: none;
  }
  #mailform input.mini {
    width: auto;
    padding: 5px 5px;
    border: solid 1px #dfdfdf;
    background-color: #F1F1F1;
  }
  #mailform input.middle {
    width: auto;
    padding: 5px 5px;
    border: solid 1px #dfdfdf;
    background-color: #F1F1F1;
  }
  #mailform textarea {
    width: 100%;
    padding: 5px 5px;
    border: solid 1px #dfdfdf;
    background-color: #F1F1F1;
  }
  #mailform .idbox {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  #mailform .idbox input.middle {
    margin-left: 10px;
  }
  #mailform .thanks {
    background-color: #F2F2F2;
    padding: 25px;
    margin-bottom: 100px;
  }
  #mailform .policytxt {
    background-color: #F2F2F2;
    padding: 25px;
    text-align: left;
  }
  #mailform .policytxt a {
    text-decoration: underline;
    color: #424242;
  }
  #mailform .policytxt a:hover {
    text-decoration: none;
    color: #424242;
  }
  #mailform .btns {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
  }
  #mailform .btns.mb {
    padding-bottom: 200px;
  }
  #mailform .btns form {
    display: inline;
  }
  #mailform .btns input.btn {
    display: block;
    background-color: fdbd35;
    border-radius: 10px;
    color: #fff;
    padding: 16px;
    font-size: 1.7rem;
    padding: 20px 45px;
    border: none;
    display: inline-block;
    min-width: 250px;
  }
  #mailform .btns input.btn:hover {
    opacity: 0.8;
  }
  #mailform .btns input.btn2 {
    display: block;
    background-color: #666;
    border-radius: 40px;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
    padding: 15px 40px;
    border: none;
    display: inline-block;
  }
  #mailform .btns input.btn2:hover {
    opacity: 0.8;
  }
  #mailform .btns a.btn {
    display: block;
    background-color: #1b1b1b;
    border-radius: 40px;
    color: #fff;
    padding: 16px;
    font-size: 1.7rem;
    padding: 20px 45px;
    border: none;
    display: inline-block;
    min-width: 250px;
    text-decoration: none;
  }
  #mailform .btns a.btn:hover {
    opacity: 0.8;
  }
  #mailform .btns a.btn2 {
    display: block;
    background-color: #666;
    border-radius: 40px;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
    padding: 15px 40px;
    border: none;
    display: inline-block;
    text-decoration: none;
  }
  #mailform .btns a.btn2:hover {
    opacity: 0.8;
  }
  .arrow {
    margin-right: 5px;
  }
  .arrow:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
  }
  #low #content.form2 {
    margin: 0px;
  }
  #low #content.form2 #post-131 {
    width: auto;
  }
  #low #content.form2 #post-131 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #content.form2 #post-131 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #content.form2 #post-131>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    background-image: url(/img/post-131.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
  #low #content.form2 #post-131 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #content.form2 #post-131 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #content.form2 #post-131 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #content.form2 #post-131 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #content.form2 #post-131 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner h4 {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-inner h4 a {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-inner h5 {
    text-align: center;
  }
  #low #content.form2 #post-131 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #content.form2 #post-131 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #content.form2 #post-131 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-1 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin-top: 0px;
  }
  #p-131-1 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/drow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #content.form2 #post-131 #p-131-1 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-2 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #p-131-2 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #content.form2 #post-131 #p-131-2 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-3 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #content .img.num2 .bx {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    width: 150px;
    text-align: center;
  }
  #low #content .img.num2 .bx a {
    border-radius: 135px;
    overflow: hidden;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0px auto;
  }
  #low #content .img.num2 .bx a img {
    width: 135px;
    height: auto;
  }
  #low #content .img.num2 .bx h3 {
    text-align: center;
    font-weight: normal;
  }
  #low #content .img.num2 .bx p {
    text-align: center;
  }
  #low #content .img.num1 .bx a {
    float: none;
    border-radius: 195px;
    overflow: hidden;
    width: 195px;
    height: 195px;
  }
  #low #content.form2 #post-131 #p-131-3 .list {
    width: auto;
    margin: 0px 0px;
    clear: both;
    padding-top: 20px;
  }
  #low #content.form2 #post-131 #p-131-3 .list .kakomi {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #low #content.form2 #post-131 #p-131-3 .list .kakomi p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #low #content.form2 #post-131 #p-131-3 .list h3 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul li {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
  #low #content.form2 #post-131 #p-131-3 .list ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 #post-131 #p-131-3 .list:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #content.form2 {
    margin: 0px;
  }
  #low #main #post-278 {
    width: auto;
  }
  #low #main #post-278 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-278 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-278>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    background-image: url(/img/post-131.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
  #low #main #post-278 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-278 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-278 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-278 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #main #post-278 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-278 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-278 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-278 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-278 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-278 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-278 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-278 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-278 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-278 #p-131-1 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-278 #p-131-1 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-278 #p-131-1 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-1 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin-top: 0px;
  }
  #p-131-1 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-278 #p-131-1 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/drow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-278 #p-131-1 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-278 #p-131-2 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-278 #p-131-2 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-278 #p-131-2 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-2 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #p-131-2 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-278 #p-131-2 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-278 #p-131-2 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-278 #p-131-3 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-278 #p-131-3 .img.num2 .bx {
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    width: 150px;
    text-align: center;
  }
  #low #main #post-278 #p-131-3 .img.num2 .bx a {
    border-radius: 135px;
    overflow: hidden;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0px auto;
  }
  #low #main #post-278 #p-131-3 .img.num2 .bx a img {
    width: 135px;
    height: auto;
  }
  #low #main #post-278 #p-131-3 .img.num2 .bx h3 {
    text-align: center;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
  }
  #low #main #post-278 #p-131-3 .img.num2 .bx p {
    text-align: center;
  }
  #low #main #post-278 #p-131-3 .img {
    margin: 0 0px;
    padding-top: 20px;
    width: auto;
  }
  #low #main #post-278 #p-131-3 .img.num1 .bx a {
    float: none;
    border-radius: 195px;
    overflow: hidden;
    width: 195px;
    height: 195px;
  }
  #low #main #post-278 #p-131-3 .list {
    width: auto;
    margin: 0px 0px;
    clear: both;
    padding-top: 20px;
  }
  #low #main #post-278 #p-131-3 .list .kakomi {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #low #main #post-278 #p-131-3 .list .kakomi p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #low #main #post-278 #p-131-3 .list h3 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #low #main #post-278 #p-131-3 .list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #low #main #post-278 #p-131-3 .list ul li {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
  #low #main #post-278 #p-131-3 .list ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-278 #p-131-3 .list:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-283 {
    width: auto;
  }
  #low #main #post-283 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-283 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-283>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    background-image: url(/img/post-131.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
  #low #main #post-283 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-283 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-283 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-283 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #main #post-283 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-283 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-283 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-283 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-283 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-283 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-283 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-283 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-283 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-283 #p-131-1 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-283 #p-131-1 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-283 #p-131-1 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-1 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin-top: 0px;
  }
  #p-131-1 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-283 #p-131-1 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/drow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-283 #p-131-1 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-283 #p-131-2 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-283 #p-131-2 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-283 #p-131-2 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-2 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #p-131-2 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-283 #p-131-2 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-283 #p-131-2 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-283 #p-131-3 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-283 #p-131-3 .img.num2 .bx {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    width: 150px;
    text-align: center;
  }
  #low #main #post-283 #p-131-3 .img.num2 .bx a {
    border-radius: 135px;
    overflow: hidden;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0px auto;
  }
  #low #main #post-283 #p-131-3 .img.num2 .bx a img {
    width: 135px;
    height: auto;
  }
  #low #main #post-283 #p-131-3 .img.num2 .bx h3 {
    text-align: center;
    font-weight: normal;
  }
  #low #main #post-283 #p-131-3 .img.num2 .bx p {
    text-align: center;
  }
  #low #main #post-283 #p-131-3 .img {
    margin: 0 10px;
    padding-top: 20px;
    width: auto;
  }
  #low #main #post-283 #p-131-3 .img.num1 .bx a {
    float: none;
    border-radius: 195px;
    overflow: hidden;
    width: 195px;
    height: 195px;
  }
  #low #main #post-283 #p-131-3 .list {
    width: auto;
    margin: 0px 0px;
    clear: both;
    padding-top: 20px;
  }
  #low #main #post-283 #p-131-3 .list .kakomi {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #low #main #post-283 #p-131-3 .list .kakomi p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #low #main #post-283 #p-131-3 .list h3 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #low #main #post-283 #p-131-3 .list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #low #main #post-283 #p-131-3 .list ul li {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
  #low #main #post-283 #p-131-3 .list ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-283 #p-131-3 .list:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-285 {
    width: auto;
  }
  #low #main #post-285 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-285 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-285>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    background-image: url(/img/post-131.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
  #low #main #post-285 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-285 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-285 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-285 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #main #post-285 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-285 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-285 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-285 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-285 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-285 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-285 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-285 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-285 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-285 #p-131-1 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-285 #p-131-1 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-285 #p-131-1 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-1 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin-top: 0px;
  }
  #p-131-1 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-285 #p-131-1 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/drow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-285 #p-131-1 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-285 #p-131-2 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-285 #p-131-2 .block-inner h2 {
    position: relative;
    width: auto;
    text-align: center;
    float: none;
    font-size: 22px;
  }
  #low #main #post-285 #p-131-2 .block-inner p {
    position: relative;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
    float: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  #p-131-2 .block-inner:before {
    content: "";
    width: 340px;
    height: 340px;
    border-radius: 340px;
    display: none;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -170px;
  }
  #p-131-2 .block-inner p:after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 280px;
    display: block;
    background-image: url(/img/post-131-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
  #low #main #post-285 #p-131-2 .block-inner h2:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #low #main #post-285 #p-131-2 .block-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-285 #p-131-3 .block-inner {
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-285 #p-131-3 .img.num2 .bx {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    width: 150px;
    text-align: center;
  }
  #low #main #post-285 #p-131-3 .img.num2 .bx a {
    border-radius: 135px;
    overflow: hidden;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0px auto;
  }
  #low #main #post-285 #p-131-3 .img.num2 .bx a img {
    width: 135px;
    height: auto;
  }
  #low #main #post-285 #p-131-3 .img.num2 .bx h3 {
    text-align: center;
    font-weight: normal;
  }
  #low #main #post-285 #p-131-3 .img.num2 .bx p {
    text-align: center;
  }
  #low #main #post-285 #p-131-3 .img {
    margin: 0 10px;
    padding-top: 20px;
    width: auto;
  }
  #low #main #post-285 #p-131-3 .img.num1 .bx a {
    float: none;
    border-radius: 195px;
    overflow: hidden;
    width: 195px;
    height: 195px;
  }
  #low #main #post-285 #p-131-3 .list {
    width: auto;
    margin: 0px 0px;
    clear: both;
    padding-top: 20px;
  }
  #low #main #post-285 #p-131-3 .list .kakomi {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #low #main #post-285 #p-131-3 .list .kakomi p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #low #main #post-285 #p-131-3 .list h3 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #low #main #post-285 #p-131-3 .list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #low #main #post-285 #p-131-3 .list ul li {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
  #low #main #post-285 #p-131-3 .list ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-285 #p-131-3 .list:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #main #post-164 {
    width: auto;
  }
  #low #main #post-164 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-164 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-164>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
  #low #main #post-164 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-164 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-164 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-164 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-164 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-164 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-164 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-164 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-164 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-164 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-164 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-164 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-164 #p-164-1 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-164 #p-164-1 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-164 #p-164-1 .block-inner p {
    padding-bottom: 40px;
  }
  #p-164-1 .block-inner:before {
    content: "";
    width: 220px;
    height: 220px;
    display: none;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #p-164-1 .block-inner:after {
    content: "";
    width: 220px;
    height: 220px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #low #main #post-164 #p-164-2 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-164 #p-164-2 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-164 #p-164-2 .block-inner p {
    padding-bottom: 40px;
  }
  #p-164-2 .block-inner:before {
    content: "";
    width: 220px;
    height: 220px;
    display: none;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #p-164-2 .block-inner:after {
    content: "";
    width: 220px;
    height: 220px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #low #main #post-164 #p-164-3 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-164 #p-164-3 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-164 #p-164-3 .block-inner p {
    padding-bottom: 40px;
  }
  #p-164-3 .block-inner:before {
    content: "";
    width: 220px;
    height: 220px;
    display: none;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #p-164-3 .block-inner:after {
    content: "";
    width: 220px;
    height: 220px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #low #main #post-164 #p-164-4 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-164 #p-164-4 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-164 #p-164-4 .block-inner p {
    padding-bottom: 40px;
  }
  #p-164-4 .block-inner:before {
    content: "";
    width: 220px;
    height: 220px;
    display: none;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #p-164-4 .block-inner:after {
    content: "";
    width: 220px;
    height: 220px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #low #main #post-164 #p-164-5 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-164 #p-164-5 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-164 #p-164-5 .block-inner p {
    padding-bottom: 40px;
  }
  #p-164-5 .block-inner:before {
    content: "";
    width: 220px;
    height: 220px;
    display: none;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #p-164-5 .block-inner:after {
    content: "";
    width: 220px;
    height: 220px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/img/post-164-5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: static;
  }
  #low #main #post-269 {
    width: auto;
  }
  #low #main #post-269 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-269 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-269>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #low #main #post-269 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-269 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-269 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-269 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-269 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-269 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-269 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-269 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-269 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-269 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-269 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-269 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-269 #p-164-1 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-1 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-269 #p-164-1 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-2 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-2 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-269 #p-164-2 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-3 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-3 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-269 #p-164-3 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-4 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-4 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-269 #p-164-4 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-5 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-269 #p-164-5 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-269 #p-164-5 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-271 {
    width: auto;
  }
  #low #main #post-271 .entry-header h1.entry-title {
    text-align: center;
    font-size: 30px;
    max-width: auto;
    margin: 0px auto;
  }
  #low #main #post-271 .entry-header p {
    font-size: 18px;
    line-height: 1.6em;
  }
  #low #main #post-271>.entry-header {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #faf8f3;
    background-color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #low #main #post-271 .block {
    padding: 0px 0px;
    text-align: center;
    border-bottom: solid 1px #faf8f3;
  }
  #low #main #post-271 .block .block-inner {
    width: auto;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  #low #main #post-271 .block .block-hd {
    padding: 200px 0px 170px 0px;
    width: 100%;
  }
  #low #main #post-271 .block .block-hd>h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  /*#low #content.form2 #post-131 .block .block-inner>h2{ font-size:38px; text-align:center; padding-bottom:30px; }*/
  #low #main #post-271 .block .block-inner>h2 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  #low #main #post-271 .block .block-inner>h3 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-271 .block .block-inner h4 {
    text-align: center;
  }
  #low #main #post-271 .block .block-inner h4 a {
    text-align: center;
  }
  #low #main #post-271 .block .block-inner h5 {
    text-align: center;
  }
  #low #main #post-271 .block .block-hd>p.read {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0px;
  }
  #low #main #post-271 .block .block-inner>p {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 100px;
  }
  #low #main #post-271 .block:nth-child(odd) {
    background-color: #faf8f3;
  }
  #low #main #post-271 #p-164-1 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-1 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-271 #p-164-1 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-2 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-2 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-271 #p-164-2 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-3 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-3 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-271 #p-164-3 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-4 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-4 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-271 #p-164-4 .block-inner p {
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-5 .block-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #low #main #post-271 #p-164-5 .block-inner h2 {
    text-align: left;
  }
  #low #main #post-271 #p-164-5 .block-inner p {
    padding-bottom: 40px;
  }
  #mw_wp_form_mw-wp-form-242>p>a {
    display: block;
    background-color: #1b1b1b;
    border-radius: 40px;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
    padding: 15px 40px;
    border: none;
    display: inline-block;
    text-decoration: none;
  }
  #mw_wp_form_mw-wp-form-242 p, #mw_wp_form_mw-wp-form-242 form p {
    text-align: center !important;
  }
  #mw_wp_form_mw-wp-form-242 dl {
    display: block;
    width: 300px;
    margin: 0px auto;
    padding-bottom: 20px;
  }
  #mw_wp_form_mw-wp-form-242 dl:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #mw_wp_form_mw-wp-form-242 dl dt {
    width: 300px;
    display: block;
    float: none;
    clear: both;
    text-align: left;
    padding-top: 3px;
    padding-right: 15px;
  }
  #mw_wp_form_mw-wp-form-242 dl dd {
    width: 300px;
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  #low #main #post-164 #p-164-6 .block-inner>p {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #low #main #post-164 #p-164-6 iframe {
    width: 100%;
  }
  #low #main #post-269 #p-164-6 .block-inner>p {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #low #main #post-269 #p-164-6 iframe {
    width: 100%;
  }
  #low #main #post-271 #p-164-6 .block-inner>p {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #low #main #post-271 #p-164-6 iframe {
    width: 100%;
  }
  #post-283 #mw_wp_form_mw-wp-form-281 input[type="submit"] {
    margin-bottom: 10px;
  }
  #low .contbox .post {
    margin-left: 0px;
    margin-right: 0px;
  }
  #low .contbox .post .cont-box a img {
    max-width: 100%;
    width: 100%;
  }
  #low .contbox .post .cont-box a img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #menu-ft_nav {
    padding: 0;
    padding-top: 30px;
  }
  #menu-ft_nav li {
    display: block !important;
  }
  #menu-ft_nav li:after {
    content: "/";
    margin: 0px 15px;
    display: none;
  }
  #menu-ft_nav li:last-child:after {
    display: none;
  }
  #column_inner {
    width: auto;
    margin: 0px 20px;
    text-align: left;
    padding-right: 0rem;
  }
  #column_inner:after {
    content: "";
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    clear: both;
  }
  #column_inner #primary {
    width: auto;
    float: none;
  }
  #column_inner #primary .contbox {
    padding-left: 0px;
    padding-right: 0px;
  }
  #column_inner #tertiary {
    float: none;
    width: auto;
    padding-top: 0px;
  }
  #column_inner #tertiary a {
    color: #424242;
  }
  #column_inner #tertiary ul {
    padding-left: 20px;
    margin-left: 0px;
  }
  #column_inner .contbox {
    padding-top: 30px;
  }
  #column {
    width: auto;
    margin: 0px auto;
    text-align: left;
  }
  #column article {
    padding-right: 0rem;
  }
  #column .wp_social_bookmarking_light {
    padding-top: 5rem !important;
  }
  #column h2 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.2rem;
    text-indent: -1rem;
    margin-left: 1rem;
  }
  #column h3 {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.2rem;
    text-indent: 0rem;
    margin-left: 0rem;
    padding-left: 1rem;
  }
  #column h4 {
    font-size: 1.0rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.2rem;
    text-indent: 0rem;
    margin-left: 0rem;
    padding-left: 1rem;
  }
  #column h2:before {
    content: "- ";
  }
  #column h3:before, #column h4:before {}
  #low #column header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }
  #low #column header.entry-header h1.entry-title {
    text-align: left;
  }
  #low #column header.entry-header .tags a {
    color: #424242;
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  #low #column header.entry-header .tags .dashicons {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    float: left;
  }
  #low #column header.entry-header .tags .dashicons:first-child {
    margin-left: 0px;
  }
  #low #column header.entry-header .tags:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #column .main {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0px;
  }
  #low #column .main img {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
  }
  #low #column img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #column p {
    margin-left: 1rem;
    display: block;
    clear: both;
  }
  #column p a {
    color: #333;
  }
  #low #column .column_cont {
    padding-right: 1rem;
  }
  #low #column .column_cont p img {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
  }
  #low #column .column_cont p a {
    color: #333;
  }
  #photos {
    width: 100%;
    margin-left: 1rem;
    padding-bottom: 30px;
  }
  #photos .photo {
    display: inline-block;
    width: calc(100% - 20px);
    background-color: rgba(235, 235, 235, 1.00);
    border-radius: 3px;
    padding: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #photos .photo img {
    margin-bottom: 5px !important;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
  }
  #photos .photo p {
    margin: 0px !important;
    font-size: 10px;
    line-height: 1.5em;
  }
  #column .cont-box p {
    padding-left: 0;
    color: #ABABAB;
  }
  #column .cont-box p.date {
    margin-left: 0px;
  }
  #column table {
    border: none;
    margin-left: 1rem;
    border-top: solid 1px #D6D6D6;
    border-left: solid 1px #D6D6D6;
    width: 97% !important;
  }
  #column table tr th {
    border: none;
    font-size: 1.0rem;
    line-height: 1.8rem;
    vertical-align: top;
    padding: .5rem;
    margin: 0px;
    border: none;
    border-bottom: solid 1px #D6D6D6;
    border-right: solid 1px #D6D6D6;
    text-align: center;
    background-color: #efefef;
  }
  #column table thead tr th {
    background-color: #BFBFBF;
  }
  #column table tbody tr td {
    border: none;
    font-size: 1.0rem;
    line-height: 1.8rem;
    vertical-align: top;
    padding: .5rem;
    margin: 0px;
    border: none;
    border-bottom: solid 1px #D6D6D6;
    border-right: solid 1px #D6D6D6;
  }
  #column_list {
    width: auto;
    margin: 0px 30px;
    text-align: left;
    min-height: 1000px;
    padding-bottom: 3rem;
  }
  #column_list a {
    color: #424242;
  }
  #column_list .archive-header {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  #column_list .page-header {
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
  #column_list .archive-header h1 {
    font-size: 1.5rem;
  }
  #column_list .column img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  #column_list .column .entry-header {
    display: inline-block;
    width: auto;
  }
  #column_list .column .entry-header .cont-box {
    padding-top: 0.5rem;
  }
  #column_list .column .entry-header .cont-box p.date {
    color: #ABABAB;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-left: 0px;
  }
  #column_list .column>p {
    margin-bottom: 5px;
  }
  #column_list .column .tags {
    padding-bottom: 2rem;
    padding-top: 0.5rem;
  }
  #column_list .column .tags a {
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  #column_list .column .tags .dashicons {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    float: left;
  }
  #column_list .column .tags .dashicons:first-child {
    margin-left: 0px;
  }
  #column_list .column .tags:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #column_list .column:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #column .entry-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #low #column .entry-footer ul {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
  }
  #low #column .entry-footer ul li {
    color: #fff;
    width: auto;
    display: inline-block;
    float: none;
    margin-bottom: 1px;
    height: auto;
  }
  #low #column .entry-footer ul li a {
    display: block;
    background-color: #000;
  }
  #low #column .entry-footer ul li a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #low #column .entry-footer ul li a img {
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 0px !important;
  }
  #low #column .entry-footer ul li a:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    clear: both;
  }
  #low #column .entry-footer ul li span {
    display: table-cell;
    width: 309px;
    height: 80px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
  }
  #low #column .entry-footer ul li:first-child a img {
    width: 80px;
    height: 80px;
    float: left;
  }
  #low #column .entry-footer ul li:last-child a img {
    width: 80px;
    height: 80px;
    float: left;
  }
  #low #column .entry-footer ul li:last-child {
    float: none;
    width: auto;
    border: none !important;
  }
  .wp-pagenavi>a {
    display: inline-block;
    width: 2rem;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }
  .wp-pagenavi>a:hover {
    text-decoration: none;
  }
  .wp-pagenavi>span {
    display: inline-block;
    width: 2rem;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }
  blockquote {
    background-color: rgba(245, 245, 245, 1.00);
    font-style: normal;
    margin: 10px;
    margin-left: 1.5rem;
    margin-bottom: 20px;
    padding: 14px 20px;
    border-radius: 4px;
  }
  blockquote p {
    padding: 0px !important;
    margin: 0px !important;
  }
  #low #column header.entry-header {
    padding-top: 0px !important;
    margin-top: 0px;
  }
  #low #column .column_cont p img {
    margin: 0px !important;
  }
  #low #column .contbox {
    padding-top: 0px !important;
  }
  .breadcrumbs {
    padding-top: 20px;
  }
  #column .kanrenbox {
    padding-bottom: 50px;
    padding-top: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #column .kanrenbox h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-indent: 0px;
    margin-left: 0px;
  }
  #column .kanrenbox h2:before {
    display: none;
  }
  #column .kanrenbox .columnlist {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0px;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #column .kanrenbox .columnlist:nth-child(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
  #column .kanrenbox .columnlist h3 {
    margin-bottom: 5px;
    text-indent: 0px;
    margin-left: 0px;
  }
  #column .kanrenbox .columnlist img {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    height: auto;
  }
  #column .kanrenbox .columnlist a {
    color: #424242;
  }
  #column .kanrenbox .columnlist h3 {
    padding: 0px;
    margin: 0px;
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
  #column .kanrenbox .columnlist h3 a {
    font-size: 1.1rem;
  }
  #column .kanrenbox .columnlist a:hover {
    opacity: .9;
    text-decoration: none;
  }
  #column .kanrenbox .columnlist>a {
    margin-bottom: 10px;
    display: block;
  }
  #column .kanrenbox .columnlist p.date {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ABABAB;
  }
  #column .kanrenbox .columnlist .entry-header {
    height: auto;
    padding-bottom: 0px !important;
  }
  #column .kanrenbox .columnlist .tags {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  #column .kanrenbox .columnlist .tags .dashicons {
    margin-right: 3px;
    font-size: 1rem;
    height: 1rem;
    clear: both;
  }
  #column .kanrenbox .columnlist .tags a {
    font-size: 1rem;
    line-height: 1rem;
  }
  #toiawase {
    margin-left: 0rem;
    padding-top: 3rem;
  }
  #toiawase .favbox {
    border: solid 2px #E4E4E4;
    background-color: #E9E9E9;
    border-radius: 0.3rem;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
  }
  #toiawase .favbox img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
  }
  #toiawase .favbox p {
    margin: 0px;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  #toiawase .favbox .entryBnt {
    clear: both;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    width: auto;
    display: block;
    /*background-color: #EF287F;*/
    background-color: #33cc33;
    border-radius: 0.4rem;
    position: relative;
  }
  #toiawase .favbox .entryBnt i {
    margin-right: 0.8rem;
  }
  #toiawase .favbox .entryBnt:hover {
    text-decoration: none;
    opacity: .8;
  }
  dl.platform {
    background-image: url(/wp/wp-content/uploads/2016/09/sankaku.jpg);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-bottom: 20px;
  }
  dl.platform dt {
    padding-top: 20px;
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.18);
  }
  dl.platform dd {
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.18);
  }
  #low #column .partner {
    padding-bottom: 30px;
    margin-left: 1rem;
  }
  #low #column .partner>img {
    height: 40px !important;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #E5E5E5;
  }

  .c-mainvisual{ margin-left: 15px; margin-right: 15px; }
  .c-mainvisual img{ max-width: 100%; display: block; margin-left: auto; margin-right: auto; }
}
