/*
Theme Name: AVIX FACTORY
Description: アビックスサービスセンター
Author: Wintel
*/





/* Utility */


.nobreak {
  display: inline-block;
}


br.break-min769 {
  display: none;
}

@media screen and (min-width: 769px) {
  br.break-min769 {
    display: initial;
  }
}


p.indent1em, 
.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.5em;
}


footer p.indent1em {
  text-indent: -1em;
  padding: 0 0 0 calc( 1em + 5px );
  line-height: 1.5em;
}


ul.ulpp {
  margin: 0;
}


ul.ulpp-mb0 {
  margin-bottom: 0;
}


ul.ulpp-mb1 {
  margin-bottom: 1em;
}


ul.ulpp-mb2 {
  margin-bottom: 2em;
}


ul.ulpp-mb3 {
  margin-bottom: 3em;
}


ul.ulpp-ml1 {
  margin-left: 1em;
}


ul.ulpp-ml2 {
  margin-left: 2em;
}


ul.ulpp-ml3 {
  margin-left: 3em;
}


ul.ulpp li {
  list-style: disc;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}


.ml3 {
  margin-left: 3em;
}


.divider {
  margin-bottom: 2rem;
}


p.no-item {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #454545;
  margin: 0;
  padding: 5rem 0 5rem 0;
  float: none;
}


.go-archive {
  padding: 30px 0 0 0;
  text-align: center;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.map-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .map-container {
    height: 500px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


/*
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
*/


#topcontrol {
  bottom: 5px;
  right: 5px;
}


#topscroll {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #21285f;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  #topscroll {
    width: 40px;
    height: 40px;
  }
}


#topscroll:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}


#topscroll .fa {
	color: #fff;
	font-size: 30px;
  line-height: 1em;
  padding-bottom: 3px;
}

@media screen and (min-width: 769px) {
  #topscroll .fa {
    font-size: 40px;
    padding-bottom: 4px;
  }
}





/* Layout */


#mcwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  #mcwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
  }
}


#mcleft {
  width: 100%;
}

@media (min-width: 1025px) {
  #mcleft {
    width: 70%;
  }
}


#mcright {
  width: 100%;
  margin-top: 4rem;
}

@media (min-width: 1025px) {
  #mcright {
    width: 27%;
    margin-top: 0;
  }
}


#mcleft img, #mcright img {
  width: auto;
  max-width: 100%;
  height: auto;
}





/* Main */


article p, 
#msp article p {
  margin: 0 0 1.0rem 0;
}


article img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}


article img.alignleft {
  border: none;
  padding: 0;
  margin: 0.5rem 1.0rem 0.5rem 0;
  float: left;
}


article img.alignright {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.0rem;
  float: right;
}


article img.aligncenter {
  border: none;
  padding: 0;
  clear: both;
  display: block;
  margin: 1.0rem auto;
}


article img.alignnone {
  border: none;
  padding: 0;
  margin: 0;
}


@media (max-width: 599px) {
  article img.alignleft,  
  article img.alignright {
    float: none;
    margin: 1.0rem auto;
  }
}


.container-inner img.alignleft, 
.container-inner img.alignright {
  float: none;
  margin: 0;
}


article.post {
  background: #f5f5f5;
}


article.post .eyecatch {
  text-align: center;
}


article.post .eyecatch img {
  margin: 0 auto;
}


article.post .entry {
  padding: 15px;
}

@media (min-width: 481px) {
  article.post .entry {
    padding: 25px 30px;
  }
}


div.blog_info {
  padding: 0 0 0.3rem 0;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.0rem;
}


div.blog_info ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}


div.blog_info li {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0 0 0 1rem;
  text-align: right;
  /*color: #333;*/
}


div.blog_info li:last-of-type {
  margin: 0;
}


div.blog_info li a {
  display: inline-block;
  /*text-decoration: none;*/
  /*color: #333;*/
}


div.blog_info li a:hover {
  /*text-decoration: underline;*/
}


div.blog_info .dashicons {
  font-size: 16px;
}


.title {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.5em;
}


.title a {
  text-decoration: none;
}


.title a:hover {
  text-decoration: underline;
}





/* Side */


.widget-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
}


.widget-area ul li.widget-container {
  list-style: none;
  min-height: 60px;
  padding: 0;
  margin: 0 0 2rem 0;
  background: transparent;
}

@media (min-width: 481px) {
  .widget-area ul li.widget-container {
    margin: 0 0 3rem 0;
  }
}


.widget-area h3.widget-title {
  display: table-cell;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  color: #fff !important;
  background: #21285f;
  padding: 0 8px 0 0;
  margin: 0;
}


.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;
  margin: 0;
}


.widget-area ul li ul li {
  list-style: none;
  margin-top: 1px;
}


.widget-area ul li ul li.cat-item-none {
  display: none;
}


.widget-area ul li ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  margin: 0;
  color: #333;
  line-height: 1.25em;
  background: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li ul li a:hover {
  color: #fff;
  background: #a7abc8;
}


/* Custom Menu */

.widget-area ul li.widget_nav_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.widget-area ul li.widget_nav_menu ul li {
  width: calc( 100% - 2px );
  height: auto;
  margin: 1px;
  font-size: 11px;
}

@media (min-width: 769px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 50% - 2px );
  }
}

@media (min-width: 1025px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 100% - 2px );
  }
}


/* Monthly Archive */

.widget-area ul li.widget_archive ul {
  display: table;
  padding: 10px 1%;
  margin: 1px 0 0 0;
  background: #f0f0f0;
}


.widget-area ul li.widget_archive ul li {
  list-style: none;
  border: none;
  display: block;
  margin: 1%;
  float: left;
}


.widget-area ul li.widget_archive ul li a {
  display: block;
  color: #666;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0.35rem 0;
  margin: 0;
  position: relative;
  top: -1px;
  white-space: nowrap;
  font-size: 0.7rem;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li.widget_archive ul li a:hover {
  color: #fff;
  border: 1px solid #a7abc8;
  background-color: #a7abc8;
}


.widget-area ul li.widget_archive ul li a:before {
  content: none;
  margin: 0;
}


@media (min-width: 1025px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}

@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, 
.widget-area ul.sub-menu {
  padding: 0;
}


.widget-area ul li ul.children li a, 
.widget-area ul li ul.sub-menu li a {
  padding: 10px 10px 10px 25px;
}


.widget-area .tagcloud {
  padding: 0.5rem;
}


/* Sidebar Icons */

.widget_calendar:before {
  content: "\f508";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_archive:before {
  content: "\f145";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_recent_entries:before {
  content: "\f464";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_tag_cloud:before {
  content: "\f323";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_categories:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_nav_menu:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_text:before {
  content: "\f103";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #21285f;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 480px) {
  .widget_calendar:before, 
  .widget_archive:before, 
  .widget_recent_entries:before, 
  .widget_tag_cloud:before, 
  .widget_categories:before, 
  .widget_nav_menu:before, 
  .widget_text:before {
    font-size: 1rem;
  }
}





/* Calendar */


#calendar_wrap {
  padding: 10px 1% 5px 1%;
  margin-top: 1px;
  background: #f5f5f5;
}


#wp-calendar {
  width: 100%;
}


table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.2rem;
}


#wp-calendar caption {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.0em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}


#wp-calendar thead {
  font-size: 0.6rem;
  color: #666;
}


#wp-calendar thead th {
  text-align: center;
}


#wp-calendar tbody {
  color: #454545;
}


#wp-calendar tbody td {
  background: rgba(255,255,255,0.75);
  border: 1px solid #e7e7e7;
  padding: 0.2rem;
  text-align: center;
}


#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#wp-calendar tfoot td {
  padding: 0.2rem 5px;
}


#wp-calendar tfoot #next {
  text-align: right;
}


#wp-calendar tbody td a, 
#wp-calendar tfoot td a {
}


#wp-calendar tbody td a:hover, 
#wp-calendar tfoot td a:hover {
}





/* Article */


article {
  text-align: left;
  padding: 0;
  margin: 0 0 2rem 0;
}

@media (min-width: 481px) {
  article {
    margin: 0 0 4rem 0;
  }
}





/* Typography */


/*h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
}


h1 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}


h2 {
  font-size: 1.1rem;
}


h3 {
  font-size: 1.0rem;
}


h4 {
  font-size: 0.9rem;
}


h5 {
  font-size: 0.8rem;
}


p {
  margin: 0 auto;
  line-height: 1.5rem;
}


blockquote {
  margin: 0;
}


blockquote p {
  color: #bbb;
  font-style: italic;
  margin-bottom: 1.5rem;
}


cite {
  color: #bbb;
}*/





/* Buttons */


.button, 
a.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #21285f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem 0;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 481px) {
  .button, 
  a.button {
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
  }
}


.button:hover, 
.button:focus, 
a.button:hover, 
a.button:focus {
  background: #00a197;
  color: #fff;
  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: 1rem 0 0 0;
  margin: 0;
  position: relative;
  font-size: 0.7rem;
  line-height: 1.4rem;
  text-align: center;
}

@media (min-width: 481px) {
  .pagination {
    padding: 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.4rem;
  color: #fff;
  background: #21285f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 481px) {
  .pagination span,  .pagination a {
    min-width: 1.6rem;
  }
}


.pagination a:hover {
  color: #fff;
  background: #00a197;
}


.pagination .current {
  padding: 0;
  background: ##de4904;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}


a.more-link {
  display: block;
  float: left;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #21285f;
  margin: 0 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;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.more-link:hover {
  color: #fff;
  background: #00a197;
}


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: #21285f;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-next a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #21285f;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-previous a:hover, 
.nav-next a:hover {
  color: #fff;
  background: #00a197;
}





/* Comments */


#comments {
  clear: both;
  border-top: 1px solid #e7e7e7;
  padding: 0.5rem 0 0 0;
}


#comments .navigation {
  padding: 0 0 18px 0;
}


h3#comments-title, 
h3#reply-title {
  font-size: 1.0rem;
  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.7rem !important;
  line-height: 1.5em !important;
  margin-bottom: 0.5rem !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 {
  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: #000;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
  font-size: 12px;
  padding: 0 0 1.5rem 0;
}


.commentlist .reply a {
  display: block;
  width: 3rem;
  padding: 0 0.5rem;
  background: #21285f;
  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;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.commentlist .reply a:hover {
  color: #fff;
  background: #00a197;
}


a.comment-edit-link {
  color: #888;
}


.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.7rem;
  line-height: 1.5em !important;
  margin: 0;
  clear: both;
}


#respond .comment-notes {
  margin-bottom: 1em;
}


.form-allowed-tags {
  line-height: 1em;
}


.children #respond {
  margin: 0 48px 0 0;
}


h3#reply-title {
  margin: 0 0 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: 18px;
}


#respond input {
  margin: 0;
  width: 100%;
}

@media (min-width: 769px) {
  #respond input {
    width: 480px;
  }
}


#respond input[type="submit"] {
  cursor: pointer;
}


#respond textarea {
  width: 100%;
}


#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}


#respond .form-allowed-tags code {
  font-size: 11px;
}


#respond .form-submit {
  margin: 2rem 0 0 0;
}


#respond .form-submit input {
  font-size: 1rem;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url, 
#respond p.comment-form-cookies-consent {
  margin-top: 1.5rem;
}

#respond p.comment-form-cookies-consent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.25em;
}

#respond p.comment-form-cookies-consent input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  margin: 3px 0 0 0;
}


#respond p.comment-form-cookies-consent label {
  display: inline-block;
  width: calc( 100% - 16px );
  padding: 2px 0 0 4px;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  vertical-align: middle;
  color: #de4904;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}





/* Form Objects */


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
textarea, 
select {
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
}

@media (min-width: 481px) {
  input[type="text"], 
  input[type="tel"], 
  input[type="email"], 
  input[type="number"], 
  input[type="file"], 
  textarea, 
  select {
    font-size: 14px;
  }
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  display: block;
  font-size: 16px;
  line-height: 1.6rem;
  color: #fff;
  background: #21285f;
  margin: 1em auto;
  padding: 0.7rem 1.5rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 100%;cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 481px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    max-width: 18rem;
    font-size: 1.0rem;
  }
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  background: #00a197;
  color: #fff;
  text-decoration: none;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}





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


h2.result a {
}


h2.result a:hover {
}


p.search {
  margin-bottom: 0 !important;
}


.search_word {
  color: #00a197 !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: #00a197;
  top: 34px;
  left: 170px;
  position: relative;
}


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





/* ContactForm 7 */

 
.form-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.formbox-mini {
  width: 110px;
}


.formbox-short {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-short {
    max-width: 240px;
  }
}


.formbox-middle {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-middle {
    max-width: 480px;
  }
}


.formbox-long {
  width: 100%;
}


.hissu {
  color: #de4904;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  vertical-align: middle;
  margin: 0 0.3rem;
}


.tdsubmit {
  text-align: center;
  padding: 0;
}

@media (min-width: 481px) {
  .tdsubmit {
    padding: 2rem 0 0 0;
  }
}


#inquiry-patrs img {
  max-width: 320px;
  background: #fff;
}


#inquiry-parts.inquiry-complete {
  display: none;
}


.formInner {
  padding: 0;
}


.formInner label {
  font-weight: 400;
  border: none;
}


.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;
  line-height: 1.4em;
  font-weight: bold;
}


.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}


span.wpcf7-not-valid-tip {
  top: 0px;
  left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

@media (min-width: 481px) {
  span.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0;
  }
}


@media (min-width: 769px) {
  span.wpcf7-checkbox .last {
    margin: 0;
  }
}


div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 1rem auto;
  width: auto;
  max-width: 100%;
  height: auto;
}





/* Gallery Content */


.gallery-post {
	display: block;
	width: 100%;
	max-width: 1160px;
	padding: 0 5%;
	margin: 0 auto 60px auto;
}


.gallery-post h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25em;
	margin-bottom: 25px;
	color: #666;
}

@media (min-width: 481px) {
	.gallery-post h2 {
		font-size: 36px;
	}
}

@media (min-width: 769px) {
	.gallery-post h2 {
		font-size: 48px;
	}
}


.gallery-img-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}


.gallery-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1px 0;
}


.gallery-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.gallery-wrap a {
  display: block;
  width: calc( 20% - 2px );
  height: auto;
  margin: 1px;
}

.gallery-wrap a:first-of-type {
  width: calc( 100% - 2px );
}





/* Fancybox Override */


#fancybox-title {
  display: none !important;
}




