/*
Theme Name: r-sdesignms
Description: r-sdesignms  テンプレート
Author: Wintel
*/
/* Utility
   ========================================================================== */
.nobreak {
  display: inline;
  white-space: nowrap;
}
.break {
  display: block;
}
@media (min-width: 769px) {
  .break {
    display: inline;
  }
}
.break-xxs {
  display: block;
}
@media (min-width: 481px) {
  .break-xxs {
    display: inline;
  }
}
.break-xs {
  display: block;
}
@media (min-width: 769px) {
  .break-xs {
    display: inline;
  }
}
.show-xxs {
  display: inline;
}
@media (min-width: 481px) {
  .show-xxs {
    display: none;
  }
}
.show-xs {
  display: inline;
}
@media (min-width: 769px) {
  .show-xs {
    display: none;
  }
}
.hide-xxs {
  display: none;
}
@media (min-width: 481px) {
  .hide-xxs {
    display: inline;
  }
}
.hide-xs {
  display: none;
}
@media (min-width: 769px) {
  .hide-xs {
    display: inline;
  }
}
.hide-all {
  display: none;
}
.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.divider {
  margin-bottom: 2rem;
}
p.no-item {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #333 !important;
  margin: 0;
  padding: 2rem 0;
}
@media (min-width: 1025px) {
  p.no-item {
    padding: 5rem 0;
    color: #333 !important;
  }
}
p.no-item02 {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #333 !important;
  margin: 0;
  padding: 2rem 0;
}
@media (min-width: 1025px) {
  p.no-item02 {
    padding: 5rem 0;
    color: #333 !important;
  }
}
/* Main
   ========================================================================== */
#main {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #main {
    width: 72%;
    float: left;
    padding: 0 auto;
  }
}
#main p {
  margin: 0 0 1.0rem 0;
}
#main img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
#main img.alignleft {
  border: none;
  padding: 0;
  margin: 0.5rem 1.0rem 0.5rem 0;
  float: left;
}
#main img.alignright {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.0rem;
  float: right;
}
#main img.aligncenter {
  border: none;
  padding: 0;
  clear: both;
  display: block;
  margin: 1.0rem auto;
}
#main img.alignnone {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 599px) {
  #main img.alignleft, #main img.alignright {
    float: none;
    margin: 1.0rem auto;
  }
}
#main .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
}
#main .video-container iframe, #main .video-container object, #main .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.blog_info {
  padding: 0.3rem 0;
  margin: 0 0 1.0rem 0;
  font-size: 0.7rem;
  line-height: 1.0rem;
  border-top: 1px dotted #ddd;
}
@media (min-width: 481px) {
  div.blog_info {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
div.blog_info ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
div.blog_info li {
  float: left;
  padding: 0px;
  list-style: none;
  margin: 0 1rem 0 0;
  color: #3f4c6b;
}
div.blog_info li:last-of-type {
  margin: 0;
}
div.blog_info .dashicons {
  font-size: 16px;
}
@media (min-width: 481px) {
  div.blog_info .dashicons {
    font-size: 20px;
  }
}
.title {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em;
}
@media (min-width: 600px) {
  .title {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .title {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .title {
    font-size: 28px;
  }
}
/* Side
   ========================================================================== */
#side {
  margin: 3rem auto 0 auto;
}
@media (min-width: 1025px) {
  #side {
    width: 25%;
    float: right;
    padding: 0 auto;
    margin: 0 auto;
  }
}
.widget-area {
  margin: 5px;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget-area ul li.widget-container {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 10px 10px 5px 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 1px 10px #ccc;
}
@media (min-width: 481px) {
  .widget-area ul li.widget-container {
    margin: 0 0 3rem 0;
  }
}
.widget-area h3.widget-title {
  display: table-cell;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0 0 0.5rem;
  color: #222;
}
@media (min-width: 481px) {
  .widget-area h3.widget-title {
    font-size: 1rem;
  }
}
.widget-area > ul > li {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.widget-area > ul > li:last-of-type {
  margin: 0;
}
.widget-area ul li ul {
  padding: 0 0.5rem;
  margin: 0;
}
.widget-area ul li ul li {
  list-style: none;
}
.widget-area ul li ul li a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  list-style: none;
  text-indent: -1rem;
  padding-left: 1rem;
  margin: 0.5rem 0 0.5rem 0;
  display: block;
  text-decoration: none;
}
.widget-area ul li ul li a:hover {
  background-color: #f4f4f4;
  border-radius: 8px;
  text-decoration: none;
}
.widget-area ul li ul li a:before {
  content: "\f345";
  font-family: "Dashicons";
  font-size: 0.8rem;
  margin-right: 0.2rem;
}
@media (max-width: 481px) {
  .widget-area ul li ul li a {
    font-size: 0.8rem;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
  .widget-area ul li ul li a:before {
    font-size: 0.7rem;
  }
}
.widget-area ul li ul li.cat-item-none {
  display: none;
}
@media (max-width: 1024px) {
  .widget-area ul li.widget_archive ul {
    display: table;
    padding: 1rem 0;
    margin: 0;
  }
  .widget-area ul li.widget_archive ul li {
    list-style: none;
    display: block;
    margin: 1%;
    float: left;
  }
  .widget-area ul li.widget_archive ul li a {
    display: block;
    background-color: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0.35rem 0;
    margin: 0;
    position: relative;
    top: -1px;
    white-space: nowrap;
    font-size: 0.75rem;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .widget-area ul li.widget_archive ul li a:hover {
    background-color: rgba(40, 57, 134, 0.95);
    border: 1px solid rgba(40, 57, 134, 0.95);
    color: #fff;
  }
  .widget-area ul li.widget_archive ul li a:before {
    content: none;
    margin: 0;
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .widget-area ul li.widget_archive ul li {
    width: 10.5%;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .widget-area ul li.widget_archive ul li {
    width: 12.28%;
  }
}
@media (min-width: 661px) and (max-width: 768px) {
  .widget-area ul li.widget_archive ul li {
    width: 14.66%;
  }
}
@media (min-width: 551px) and (max-width: 660px) {
  .widget-area ul li.widget_archive ul li {
    width: 18%;
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  .widget-area ul li.widget_archive ul li {
    width: 23%;
  }
}
@media (max-width: 480px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}
.widget-area ul.children {
  padding: 0 0.5rem 0 1.2rem;
}
.widget-area .tagcloud {
  padding: 0.5rem;
}
/*** Sidebar Icons ***/
.widget_calendar:before {
  content: "\f508";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
.widget_archive:before {
  content: "\f145";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
.widget_recent_entries:before {
  content: "\f464";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
.widget_tag_cloud:before {
  content: "\f323";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
.widget_categories:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
.widget_text:before {
  content: "\f103";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: table-cell;
  color: #222;
}
@media (max-width: 480px) {
  .widget_calendar:before, .widget_archive:before, .widget_recent_entries:before, .widget_tag_cloud:before, .widget_categories:before, .widget_text:before {
    font-size: 1rem;
  }
}
/* Calendar
   ========================================================================== */
#calendar_wrap {
  padding: 0 0.5rem;
}
#wp-calendar {
  width: 100%;
}
table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.2rem;
}
#wp-calendar caption {
  color: #222;
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  #wp-calendar caption {
    font-size: 0.8rem;
  }
}
#wp-calendar thead {
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  #wp-calendar thead {
    font-size: 0.6rem;
  }
}
#wp-calendar thead th {
  text-align: center;
}
#wp-calendar tbody {
  color: #999;
}
#wp-calendar tbody td {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
}
@media (min-width: 769px) {
  #wp-calendar tbody td {
    padding: 0.1rem;
    font-size: 0.9rem;
  }
}
#wp-calendar tbody td a {}
#wp-calendar tbody .pad {
  background: none;
  border: none;
}
#wp-calendar tfoot td {
  padding: 0.2rem 0 0.5rem 0;
}
#wp-calendar tfoot #next {
  text-align: right;
}



/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}
#header h1 {
  margin-bottom: 0;
}
h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.0rem;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}



/* Buttons
   ========================================================================== */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 481px) {
  .button {
    display: inline-block;
    font-size: 0.9rem;
  }
}
.button:hover, .button:focus {
  color: #fff;
  background-color: var(--color-black);
  text-decoration: none;
}
/* Pagination
   ========================================================================== */
.pagenationmm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .pagenationmm {
    display: block;
  }
}
.pagination {
  clear: both;
  padding: 2rem 0 0 0;
  margin: 0;
  position: relative;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
}
@media (min-width: 481px) {
  .pagination {
    padding: 4rem 0 0 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0px;
  padding: 0;
  text-decoration: none;
  min-width: 1.2rem;
  color: #fff;
  background-color: var(--color-1st);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination a.next, .pagination a.prev {
  width: 4em;
}
@media (min-width: 481px) {
  .pagination span, .pagination a {
    min-width: 1.6rem;
  }
}
.pagination a:hover {
  color: #fff;
  background-color: var(--color-black);
  border: none;
}
.pagination .current {
  padding: 0;
  background-color: var(--color-black);
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
}
a.more-link {
  display: block;
  float: left;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background-color: var(--color-1st);
  margin: 1em auto;
  text-align: center;
  width: 7.0rem;
  padding: 0 0.5rem;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.more-link:hover {
  color: #fff;
  background-color: var(--color-black);
}
div.nav-below {
  width: 16rem;
  margin: 2rem auto;
  overflow: auto;
  text-align: center;
}
@media (min-width: 769px) {
  div.nav-below {
    margin: 4rem auto;
  }
}
.nav-previous a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background-color: var(--color-1st);
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-next a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background-color: var(--color-1st);
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  float: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-previous a:hover, .nav-next a:hover {
  color: #fff;
  background-color: var(--color-black);
}
/* Comments
   ========================================================================== */
#comments {
  clear: both;
  border-top: 1px solid #e7e7e7;
  padding: 1rem 0 0 0;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 21px;
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist p {
  font-size: 0.9rem !important;
  line-height: 1.5em !important;
}
ol.commentlist {
  margin: 0;
  padding: 0;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-size: 0.8rem;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 10px 0;
}
.comment-meta a:link, .comment-meta a:visited {
  color: #888;
  text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
  color: #454545;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.commentlist .reply a {
  display: block;
  width: 3rem;
  padding: 0 0.5rem;
  background-color: var(--color-1st);
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.commentlist .reply a:hover {
  color: #fff;
  background-color: var(--color-black);
}
a.comment-edit-link {
  color: #888;
}
a.comment-edit-link:hover {
  color: #454545;
}
.commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword, .nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
/* Comments form
   ========================================================================== */
#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  padding: 0.5rem 0 0 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  display: block;
  font-size: 0.8rem;
  margin: 0;
  clear: both;
}
#respond input[type="text"], #respond textarea {
  font-size: 12px;
  line-height: 1.5em;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 0.5rem 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}
#respond .required {
  font-size: 85%;
  font-weight: 400;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
}
#respond label {
  color: #888;
  font-weight: 400;
  font-size: 85%;
  display: block;
  margin: 1.5rem 0 0 0;
}
#respond label small {
  display: inline-block;
  margin: 0 0 1rem 0;
  font-size: 85%;
}
.captchaSizeDivSmall {
  margin-top: 1.5rem;
}
label#captcha_code_label {
  display: inline;
}
#respond input {
  margin: 0 0 5px;
  width: 100%;
}
@media (min-width: 769px) {
  #respond input {
    width: 40%;
  }
}
#respond input[type="submit"] {
  width: 100%;
}
@media (min-width: 600px) {
  #respond input[type="submit"] {
    width: 100%;
    max-width: 16rem;
  }
}
#respond textarea {
  width: 100%;
}
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 1.5em;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 2rem 0 0 0;
}
#respond .form-submit input {
  font-size: 14px;
  /*width: auto;*/
}
/* Form Objects
   ========================================================================== */
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="file"], textarea, select {
  background-color: #f3f3f3;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-right-color: #fafafa;
  border-bottom-color: #fafafa;
  border-left-color: #999;
  width: 100%;
  font-size: 12px;
  line-height: 2.5em;
  padding: 5px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
  border: 1px solid rgba(40, 57, 134, 0.95);
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  font-size: 1.0rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-black);
  margin: 1em auto;
  padding: 0.7rem 1.5rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40%;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #fff;
  background-color: var(--color-1st);
  text-decoration: none;
}
textarea {
  height: 10rem;
}
@media (min-width: 481px) {
  textarea {
    height: 16rem;
  }
}
/* Search Unit
   ========================================================================== */
.search_unit {
  display: block;
  padding: 0;
}
.search_unit input[type="submit"] {
  margin: 0;
  padding: 0;
}
.search_unit p {
  margin: 50px 0px 5px 0px !important;
}
h2.search {
  font-size: 1.1rem !important;
  line-height: 1.8rem !important;
  margin: 0px !important;
}
h2.result {
  font-size: 1.1rem !important;
  line-height: 1.8rem !important;
  margin: 50px 0 5px 0 !important;
}
p.search {
  font-size: 0.8rem !important;
}
@media (min-width: 600px) {
  p.search {
    font-size: 0.9rem !important;
  }
}
.search_word {
  color: rgba(40, 57, 134, 0.95) !important;
}
#s {
  width: 200px;
  margin-bottom: 30px;
  padding: 5px 30px 5px 5px;
}
#searchsubmit {
  display: inline-block;
  margin-left: -33px;
  box-shadow: none;
  background-image: url(none);
  background-color: transparent;
  width: 25px;
  border: none;
  text-indent: -100px;
  cursor: pointer;
  position: relative;
}
#searchform {
  margin-top: -20px;
}
#searchform:before {
  content: "\f179";
  font-family: "Dashicons";
  font-size: 1.8rem;
  line-height: 1.0rem;
  color: rgba(40, 57, 134, 0.95);
  top: 40px;
  left: 170px;
  position: relative;
}
.screen-reader-text {
  display: none;
}
/* ContactForm 7
   ========================================================================== */
.formbox-mini {
  max-width: 100px;
}
.formbox-short {
  max-width: 200px;
}
.formbox-middle {
  width: 100%;
}
.formbox-long {
  width: 100%;
}
@media (min-width: 481px) {
  .formbox-middle {
    max-width: 480px;
  }
}
.hissu {
  /*color: #fff;*/
  font-family: Verdana, Geneva, sans-serif;
  margin: 0 0.3rem;
}
.tdsubmit {
  text-align: center;
  padding: 0;
}
@media (min-width: 481px) {
  .tdsubmit {
    padding: 2rem 0 0 0;
  }
}
.formInner {
  padding: 0;
}
.formInner label {
  font-weight: 400;
}
.sent .formInner {
  display: none;
}
.complete-display {
  display: none;
}
.sent .complete-display {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 6rem 0;
  display: block;
  text-align: center;
}
.sent .complete-display h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
span.wpcf7-not-valid-tip {
  top: 0px;
  left: 1rem;
}
/*span.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 1rem;
}*/
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 1rem auto;
  width: auto;
}
.formInner input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  input[type="submit"] {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  input[type="submit"] {
    width: 100% !important;
  }
}
select {
  height: 40px !important;
  padding: 0 10px !important;
}