@charset "utf-8";
/*
Theme Name: 工務店
Theme URI: http://wordpress.org/
Description: 工務店
Author: 工務店
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Dentist
*/

/*
	main-color:#62b370;
	main-color-rgb: rgb(98, 0, 21);
	sub-color: #ebf6e8; 薄い背景色など
*/

:root {
  color: #6c6c6c;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
img {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka",
    "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 160%;
  font-size: 1.6rem;
}
.min {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.got {
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.gf {
  font-family: "Bitter", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-style: italic;
  letter-spacing: 0em;
}
.gftype1 {
  font-family: "Bitter", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  letter-spacing: 0em;
}
.jpt {
  letter-spacing: 0em;
}
::selection {
  background-color: #62b370;
  color: #fff;
}
::-moz-selection {
  background-color: #62b370;
  color: #fff;
}
.hover_o:hover {
  opacity: 0.7;
}
.background {
  background: #ebf6e8;
}
.background2 {
  background: #eaeaea;
}
/*****************************************************************************
icon
*****************************************************************************/
.social {
  padding: 0 1em;
  width: 150px;
}
.social a {
  color: #ffffff;
}
.social img {
  width: 35px;
}
/*****************************************************************************
common
*****************************************************************************/
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
li {
  list-style: none;
}
h1,
h2,
h3 {
  position: relative;
  text-align: center;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  letter-spacing: 0.1em;
}
hr {
  border: none;
  border-top: 1px solid #dedede;
}
address {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  padding: 1em 1em 1em 5em;
  max-width: 500px;
  width: 100%;
}
address div {
  margin-top: 1em;
  color: #383838;
  line-height: 100%;
}
.stress {
  color: #cfa972;
}
.shadow {
  box-shadow: 0px 1px 1px 1px rgba(30, 30, 30, 0.2);
}
.white {
  color: #ffffff;
}
.bg_gray {
  background-color: #ebf6e8;
}
.bg_center {
  background-color: #ebf6e8;
}
.bg_w {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 2em;
}
.col {
  width: 100%;
  height: auto;
}
.w50s {
  width: calc(50% - 1em);
}
.bold {
  font-weight: bold;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.ib {
  display: inline-block;
}
.f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.none {
  display: none;
}
.f_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
}
.d-border {
  border-bottom: 3px double #c9c9c9;
}
.lh100 {
  line-height: 100%;
}
.mr1 {
  margin-right: 1em;
}
.mr2 {
  margin-right: 2em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mt1 {
  margin-top: 1em;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
span.tri {
  display: block;
  -webkit-transform: scale(0.6) rotate(90deg);
  transform: scale(0.6) rotate(90deg);
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
  background: #62b370;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-top: 10px;
  padding: 10px 50px;
  position: relative;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.btn label {
  cursor: pointer;
}
.btn.type2 {
  border: none;
}
.btn.type3 {
  width: 210px;
  height: 37px;
  text-align: center;
  padding: 8px 0;
  background: #cbc04c;
  color: #fff;
  border: none;
}
.btn.type3:after {
  content: "";
}
.btn.type4 {
  width: 220px;
}
.btn.blog {
  margin-top: 0px;
  width: 200px;
  height: 44px;
}
.btn_cta {
  background-color: #eb776e;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  height: 3.5em;
  width: 95%;
  margin: 0 auto;
}

.btn_cta:hover {
  opacity: 0.7;
}
.btn.contact {
  font-weight: bold;
  height: 40px;
  background: #ffffff;
  color: #62523e;
  border-radius: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.btn.contact.tel {
  font-size: 20px;
  font-size: 2rem;
}

.toTop {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #999999;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  right: 20px;
  bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  z-index: 99999999999999;
  padding: 13px 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toTop.active {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  z-index: 99999999999999;
}

/*****************************************************************************
	logo
*****************************************************************************/
.logo img {
  max-width: 300px;
  height: auto;
}
.footerlogo img {
  max-width: 300px;
  height: auto;
}
#menu_bar .logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 0;
}
#menu_bar .logo a {
  padding: 0;
}
#menu_bar.active .logo {
  display: block;
}
/*****************************************************************************
	Header
*****************************************************************************/
header {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.home {
  height: auto;
  min-height: auto;
  position: relative;
}
header .headertopbox {
  height: 100px;
  padding: 0 1em;
}
/*****************************************************************************
	Navigation
*****************************************************************************/
#menu_bar {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  height: 86px;
  padding: 0px;
  line-height: 16px;
}
.menu_box {
  display: none !important;
}
#menu_bar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu_footer_bar {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  height: 86px;
  padding: 20px 0 0;
  line-height: 16px;
}
ul.dropmenu {
  width: 100%;
  height: 100%;
}
ul.dropmenu li {
  width: auto;
  flex: 1;
  text-align: center;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.dropmenu li:after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
ul.dropmenu li:before {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: transparent;
}
ul.dropmenu li:first-child:before {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
ul.dropmenu li a {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
ul.dropmenu li a.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #62b370;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#menu_bar {
  max-width: 1200px;
  height: 150px;
  padding: 0;
  line-height: 16px;
  margin: 0 auto;
  width: 100% !important;
}
#topmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ffffff;
  z-index: 99999999999;
}
@media screen and (min-width: 769px) {
  nav {
    max-width: 900px;
    min-width: 0;
    height: 30px;
    margin: 0 auto;
  }
  nav a {
    display: inline-block;
    width: auto;
    padding: 0px 0px 0;
    text-align: center;
    position: relative;
  }
}
/*****************************************************************************
	Key Visual
*****************************************************************************/
.kvtxt {
  color: #fff;
  font-size: 42px;
  z-index: 2000;
  position: absolute;
  bottom: 20%;
}
.kvtxt p {
  background: #62b370;
  display: block;
  height: auto;
  margin-bottom: 20px;
  padding: 5px 15px;
  line-height: 1.1;
}
.kvcontrol {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
#menu_bar {
  z-index: 9999999;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.box {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin-left: -100%;
  position: absolute;
}
/*******************************************************************************
	メインビジュアル（mainVisual）
*******************************************************************************/
#mainVis {
  background: #fff;
  height: calc(100vh - 150px);
  width: 100%;
  position: relative;
  margin-top: 150px;
}

/* スライダー
---------------------------------------*/
#mainVisImg {
  height: calc(100vh - 220px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide {
  height: calc(100vh - 220px);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-animation: slide_first 0.1s ease 0.76s 1;
  -ms-animation: slide_first 0.1s ease 0.76s 1;
  -webkit-animation: slide_first 0.1s ease 0.76s 1;
  animation: slide_first 0.1s ease 0.76s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 769px) {
  #mainVis {
    height: 227px;
  }
  #mainVisImg {
    height: 227px;
  }
  .slide {
    height: 227px;
  }
  #mainVisImg > .mask > .box {
    height: 227px;
  }
}
.slide img {
  display: block;
  position: absolute;
}
.slide_first {
  z-index: 100;
}
.slide_off {
  position: absolute;
  right: 0;
  width: 0;
  transition: width 0.5s ease;
  z-index: 1000;
}
.slide_on {
  position: absolute;
  z-index: 10;
}
@-moz-keyframes slide_first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes slide_first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide_first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide_first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainVisImg > .mask > .box {
  height: calc(100vh - 220px);
  position: absolute;
  z-index: 10000;
  background-color: #62b370 !important;
  -moz-animation: box 1.5s ease 0s 1;
  -ms-animation: box 1.5s ease 0s 1;
  -webkit-animation: box 1.5s ease 0s 1;
  animation: box 1.5s ease 0s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.kvtxt {
  position: absolute;
  left: 140px;
  margin-top: -3vh;
  z-index: 2000;
  overflow: hidden;
}
.kvtxt .kvtxt_p {
  height: auto;
}
.kvtxt .mask .box {
  background-color: #62b370;
  height: 132px;
  -moz-animation: box 1s ease 1s 1;
  -ms-animation: box 1s ease 1s 1;
  -webkit-animation: box 1s ease 1s 1;
  animation: box 1s ease 1s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.kvtxt .kvtxt_p {
  opacity: 0;
  -moz-animation: img 0.1s ease 1.5s 1;
  -ms-animation: img 0.1s ease 1.5s 1;
  -webkit-animation: img 0.1s ease 1.5s 1;
  animation: img 0.1s ease 1.5s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mainVisNavbox {
  background-color: #62b370;
}
.mainVisNav {
  line-height: 70px;
  height: 70px;
  width: 0;
  overflow: hidden;
}
.mainVisNav_active {
  background: #fff;
  transition-delay: 2s;
  transition-duration: 0.5s;
  width: 100%;
}
#mainVisNum {
  float: left;
  margin-left: 25px;
}
#mainVisNum > li {
  float: left;
  margin-right: 10px;
  color: #000;
  font-weight: 100;
  font-size: 12px;
}
#mainVisArrow {
  position: absolute;
  /*   bottom: 17.5px; */
  bottom: -50px;
  right: 95px;
}
#mainVisR,
#mainVisL {
  float: right;
  display: block;
  cursor: pointer;
}
#mainVisL {
  margin-right: -1px;
}
#mainVisArrow {
  height: 35px;
  overflow: hidden;
  z-index: 9999;
}
/*
.topMainLine {
  background: #fff;
  height: 0;
  width: 1px;
  margin: 10px 0 0 50%;
}

.topMainLine_active {
  height: 15vh;
  transition-delay: 3s;
  transition-duration: 0.5s;
}

.topMainTxtWap {
  line-height: 14px;
  margin-left: 28px;
  overflow: hidden;
  height: 215px;
  width: 14px;
}

.topMainTxt {
  margin-left: -14px;
}

.topMainTxt_active {
  margin-left: 0;
  transition-delay: 3.5s;
  transition-duration: 0.5s;
}
*/

.mainVisRL {
  height: 35px;
  margin-top: 35px;
  overflow: hidden;
  transition-delay: 2.5s;
}
.mainVisRL img {
  margin: 0 20px;
}
.mainVisRL_active {
  margin-top: 0;
  transition-duration: 0.5s;
}

/*******************************************************************************
	CSS3アニメーション（主に共通で使っているもの）
*******************************************************************************/
/* 横移動のアニメーション
----------------------------------------*/
@-webkit-keyframes box {
  0% {
    margin-left: -100%;
  }
  50% {
    margin-left: 0%;
  }
  55% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes box {
  0% {
    margin-left: -100%;
  }
  50% {
    margin-left: 0%;
  }
  55% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*****************************************************************************
	Map
*****************************************************************************/
.accessmap_box {
  width: 100%;
}
.map_box {
  max-width: 700px;
  width: 100%;
}
.gmap {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
}
.gmap.index {
  border-radius: 1em;
}
.gmap.access {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.gmap + a {
  position: absolute;
  display: block;
  width: 152px;
  height: 32px;
  right: 2em;
  bottom: 1em;
  text-align: right;
  z-index: 10;
}
/*****************************************************************************
	table
*****************************************************************************/
/*
table.menu_details_table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin: 30px 0;
}
table.menu_details_table th {
	width: auto;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #868686;
	color: #fff;
	text-align: left;
	background-color: #afd7e1;
}
table.menu_details_table th:last-child{
	width: 150px;
}
table.menu_details_table td {
	width: auto;
	padding: 10px 20px;
	vertical-align: top;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	text-align: left;
}
table.menu_details_table td.price{
	text-align: right;
}
*/
/*
#access table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
#access .table_box{
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	margin: 20px 0;

}
#access table th {
	width: 140px;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#access table tr:last-child th,
#access table tr:last-child td{
	border-bottom: none;
}
#access table th:last-child{
	border-bottom: none;
}
#access table td:last-child{
	border-right: none;
}
#access table td {
	width: 40px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.accesstel{
	color: #43a9be;
}
*/

/*****************************************************************************
	ul / dl
*****************************************************************************/
/**会社概要**/
.aboutSection {
  background: url("./img/about/about_mainvisual.png") center center / cover
    no-repeat;
}
.about ul.intro {
  width: 100%;
}
.about ul.intro li:nth-child(1) span {
  color: #43a9be;
  font-size: 13px;
  font-size: 1.3rem;
}
.about ul.intro li:nth-child(2) {
  color: #43a9be;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 10px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
ul.blog li {
  margin-bottom: 40px;
}
/** ACCESS **/
#access ul li p:first-child {
  width: 100px;
  position: relative;
}
#access ul li p:first-child:before {
  content: "／";
  position: absolute;
  right: -20px;
  padding-right: 40px;
}
#access ul li p:last-child {
  max-width: 350px;
  position: relative;
}
/** 施工メニュー **/
.menuSection {
  background: url("./img/menu/menu_mainvisual.png") center center / cover
    no-repeat;
}
#menu ul {
  padding: 0px;
  color: #6c6c6c;
  max-width: 670px;
  font-size: 14px;
  font-size: 1.4rem;
}
#menu ul + p {
  margin-bottom: 30px;
}
#menu ul li:nth-child(3) {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 120%;
}
#menu ul li:nth-child(3) span {
  font-size: 24px;
  font-size: 2.4rem;
}
#menu ul li:nth-child(2) {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 5px;
  color: #000;
  min-height: 80px;
  margin-bottom: 20px;
}
#menu ul li:nth-child(2) span {
  font-size: 14px;
  color: #000;
}
#menu ul li:nth-child(1) {
  color: #000;
  padding-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px dashed #62b370;
}
.menu_img ul li {
  width: 210px;
  height: auto;
  margin: 20px;
}
#lightgallery a {
  width: 210px;
  height: auto;
  margin: 20px;
}
#lightgallery a img {
  width: 210px;
  height: auto;
}
.listoff {
  display: none;
}

/*****************************************************************************
	figure
*****************************************************************************/
figure {
  overflow: hidden;
}
figure a {
  height: 100%;
}

figure#headerImg {
  width: 100%;
}
figure.blog {
  max-width: 300px;
  max-height: 300px;
  width: 155px;
  height: auto;
  margin-right: 20px;
}
#menu figure {
  width: 100%;
}
.deco figure {
  background-image: url(./img/common/deco.png);
  background-size: 100% 100%;
  padding: 20px;
}

/*****************************************************************************
	background
*****************************************************************************/
.flowSection {
  background: url("./img/flow/flow_mainvisual.png") center center / cover
    no-repeat;
}
.fSection {
  background: url("./img/flow/flow_area.png") center center / cover no-repeat;
}
.blogSection {
  background: url("./img/blog/blog_mainvisual.png") center center / cover
    no-repeat;
}
.contactSection {
  background: url("./img/contact/contact_mainvisual.png") center center / cover
    no-repeat;
}
.newsSection {
  background: url("./img/blog/blog_mainvisual.png") center center / cover
    no-repeat;
}
.voiceSection {
  background: url("./img/voice/voice_mainvisual.png") center center / cover
    no-repeat;
}
.footerSection {
  background: url("./img/common/footer_bg.png") center center / cover no-repeat;
}

/*****************************************************************************
	Title Decoration
*****************************************************************************/
h1 {
  line-height: 100%;
  text-align: left;
}
h2.title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  color: #333333;
  letter-spacing: 0.2em;
}
h2.title span {
  font-size: 70px;
  font-size: 7rem;
  font-weight: normal;
  text-align: center;
  line-height: 65px;
  display: block;
  letter-spacing: 0;
  color: #62b370;
}

section.bg_center > article h2,
section.bg_center > .article h2 {
  border-bottom: 1px solid #62b370;
  width: 100%;
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  section.bg_center > .article h2,
  .about_txt {
    width: 350px;
  }
}

section.bg_center > article h2 span,
section.bg_center > .article h2 span {
  text-align: left;
}
.bg_center_txt {
  margin-left: 0px;
  margin-right: 50px;
  width: 400px;
}
.index_menu section.bg_center:nth-child(odd) .bg_center_txt {
  margin-left: 50px;
  margin-right: 0px;
}
.index_menu section.bg_center:nth-child(even) > .article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about_menu section.bg_center:nth-child(even) .bg_center_txt {
  margin-left: 50px;
  margin-right: 0px;
}
.about_menu section.bg_center:nth-child(odd) > .article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

h2.kvtitle {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto 0px;
  padding: 10px 0px;
  color: #333;
  letter-spacing: 0.2em;
}
h2.kvtitle:first-letter {
  text-transform: uppercase;
}
h2.kvtitle span {
  font-size: 60px;
  color: #62b370;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  display: block;
  letter-spacing: 0;
  padding-bottom: 10px;
}
#contents .article {
  height: 100%;
  display: block;
}
#contents {
  min-height: 250px;
  position: relative;
}
h2.title.type2 span {
  padding-top: 5px;
  padding-bottom: 8px;
}
h2.title.type3 span {
  padding-bottom: 8px;
}
h2.title.type4 {
  font-size: 20px;
  color: #000;
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
h2.title.type4 + div {
  width: 400px;
}
h2.title.type4 + div ul {
  text-align: left;
}
h2.title.type4 + div ul li {
  margin-bottom: 10px;
}
h2.title.type4 + div ul li:before {
  content: "・";
  position: relative;
}
h2.title.type4 + div ul li a {
  text-decoration: underline;
}
h3.title {
  font-size: 26px;
  color: #000;
}
h3.title:before {
  content: "";
  width: 80px;
  margin: 0 auto;
  bottom: -5px;
  border-bottom: 2px solid #62b370;
  position: absolute;
  left: 0;
  right: 0;
}
h4.title {
  color: #62b370;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 30px;
}
h4.title + p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.title_sub {
  margin: 0 auto 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  width: 600px;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.blog_title {
  width: 860px;
  margin: 0 auto;
}
/*****************************************************************************
	Navigation　Tab
*****************************************************************************/
#post nav.post {
  width: 620px;
  min-width: 620px;
  height: auto;
  padding: 0;
  margin: 0 auto 50px;
  text-align: center;
}
#post nav.post a:first-child {
  margin-right: 5px;
}
#post nav.post a:last-child {
  margin-left: 5px;
}
#post nav.post a {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: black;
  width: 310px;
  height: 46px;
  padding: 12px 0;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#post nav.post a.select {
  background-color: #21c4d6;
  color: #fff;
  position: relative;
}
#post nav.post a:after {
  content: "";
}
#post nav.post a.select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 14.5px 0 14.5px;
  border-color: #21c4d6 transparent transparent transparent;
  line-height: 0px;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
}
/*****************************************************************************
	CTA
*****************************************************************************/
.ctabox {
  width: 500px;
}
header .ctabox {
  max-width: 500px;
  width: 100%;
}
.cta {
  color: #fff;
  padding: 50px 0;
  font-size: 16px;
}
.cta article {
  width: 900px;
}
#cta_box {
  position: fixed;
  bottom: 0;
  z-index: 999999999;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 0;
  opacity: 0;
}
#cta_box .cta {
  padding: 15px 0;
}
#cta_box.active {
  height: auto;
  opacity: 1;
}
.cta h2.title {
  color: #fff;
}
.cta h2.title span {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
}
.cta .ctabox {
  margin: 20px auto;
  color: #fff;
}
.cta .ctabox .tel,
.cta .ctabox .tel h3 {
  color: #fff;
}
.ctabox .ctatxt {
  display: none;
}

.cta .ctabox .header {
  display: none;
}
.cta .ctabox .ctatxt {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  padding: 0.3em 0;
}
.cta .ctabox .mobile {
  background-image: url(./img/common/tel_w.png);
}
.tel {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-left: 5px;
  color: #000;
}
.tel h3 {
  font-size: 30px;
  letter-spacing: 0em;
}
.ctabox .tel h3 {
  color: #62b370;
  font-size: 26px;
  letter-spacing: 0em;
  height: 2.2em;
}
.mobile {
  background-image: url(./img/common/tel.png);
  width: 20px;
  height: 25px !important;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
}
.mail {
  background-image: url(./img/common/mail.png);
  width: 31px;
  height: 23px !important;
  display: block;
  margin-right: 5px;
}
.accesstelicon {
  background-image: url(./img/common/accesstel.png);
  width: 24px;
  height: 34px !important;
  display: block;
  margin-right: 5px;
}
.accesstel span {
  font-size: 36px;
  margin: 5px 0 0px;
}

/*****************************************************************************
	index
*****************************************************************************/
.date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
  font-weight: normal;
}
p .category {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  width: auto;
  text-align: center;
  font-weight: normal;
  margin: 0 10px;
}
p .category.type2 {
  width: auto;
}
#home #about {
  min-height: 360px;
  margin-bottom: 60px;
}
#watcbox_bg {
  margin-top: -150px;
}
#works ul {
  margin: 0px 0 0;
}
#works li {
  width: 30%;
  margin-right: 50px;
  margin-bottom: 20px;
}
#works li:nth-child(3n) {
  margin-right: 0;
}
.workbtn:hover,
.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
#works li figure + p {
  font-size: 16px;
  color: #62b370;
  padding: 10px 0;
}
/*****************************************************************************
	会社概要
*****************************************************************************/
#about ul li {
  border-bottom: 1px dashed #a0a0a0;
  padding: 6px 15px;
}
#about ul li:first-child {
  padding-top: 0;
}
#about ul li p:first-child {
  width: 150px;
}
.ba h4.title {
  margin-top: 0;
}
.ba div img {
  width: 300px;
  margin-right: 50px;
}
.ba.blank {
  margin-bottom: 50px;
}
.ba.blank.last {
  margin-bottom: 100px;
}
.staff ul {
  padding: 0 20px;
}
.staff ul li {
  word-break: break-all;
}
.staff ul li:first-child {
  color: #000;
  font-size: 20px;
  border-bottom: 1px dashed #a0a0a0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.staff ul li:nth-child(2) {
  margin-bottom: 20px;
}
.staff .jpt {
  font-size: 14px;
  margin: 20px 0 0 0;
  line-height: 1.5;
}
.about_txtbox {
  color: #6c6c6c;
  margin-right: 50px;
}
.about figure.type2 {
  /*
	width: 50%;
	height: auto;
*/
  padding: 0 30px 0 0px;
}
.about figure.type2 img {
  width: 100%;
  height: auto;
}
.about figure.type3 {
  width: 230px;
  height: auto;
  padding: 0;
}
.about figure.type3 img {
  width: 100%;
  height: auto;
}
#about figure img {
  /* 	width: 440px; */
  height: auto;
  z-index: 2;
  position: relative;
}
#about figure img.bg {
  position: absolute;
  width: 440px;
  height: auto;
  background: #fff;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.about_title {
  text-align: left;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 15px;
  color: #62b370;
}
.about_title + p {
  margin-bottom: 40px;
}
#about .about_txtbox .about_txt {
  line-height: 24px;
}

/*****************************************************************************
	ご依頼の流れ
*****************************************************************************/
.flow span {
  position: absolute;
  top: -15px;
  display: inline-block;
  background: #62b370;
  padding: 5px 20px;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #fff;
}
.flow .bg_center_txt {
  position: relative;
}
.flow .arrow {
  position: absolute;
  bottom: -100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.flow_area h3 {
  background: #62b370;
  padding: 6px 50px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
}
.flow_area ul {
  width: 800px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 50px;
  margin: 40px auto 0;
}
.flow_area ul li span {
  color: #62b370;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .flow_area .col.w50s:only-child {
    width: 100%;
  }
}

section#qa > article.sub,
section#qa > .article.sub {
  width: 800px;
}
#qa {
  background: #ebf6e8;
  position: relative;
}
#qa div {
  z-index: 2;
}
#qa div li {
  padding: 0px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px dashed #a0a0a0;
}
#qa div .faq {
  width: 100%;
}

#qa div .faq > div span.faq_q:first-child {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  background: #62b370;
}
#qa div .faq > div:first-child {
}
#qa div .faq > div {
  padding: 10px 0px 20px;
}

#qa div .faq > div span:first-child {
  width: 41px;
  height: 41px;
  display: inline-table;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  color: #62b370;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Meiryo,
    "Lucida Grande", "segoe UI", Arial, sans-serif;
}
#qa div .faq > div:first-child h3 {
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #62b370;
}
#qa div .faq > div .faq_a + div {
  margin-top: 10px;
  padding-right: 50px;
}
#qa div .faq > div span:last-child {
  font-size: 30px;
  color: #62b370;
  display: none;
}
/*****************************************************************************
	お客様の声
*****************************************************************************/
section#vioce > article.sub,
section#vioce > .article.sub {
  width: 1000px;
  background: #fff;
  padding: 50px 70px;
}
#vioce span {
  background: #62b370;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
}
#vioce span + h4 {
  color: #62b370;
  font-weight: normal;
  padding-bottom: 10px;
}
#vioce .vioce_box {
  border-bottom: 1px dashed #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/*****************************************************************************
	アクセス
*****************************************************************************/
.access_box.access {
  width: 940px;
  margin: 0 auto;
}
.access_details {
  max-width: 426px;
  margin-right: 40px;
  width: 100%;
}
/*****************************************************************************
	メニュー詳細
*****************************************************************************/
ul.menutextbox {
  padding-left: 40px;
  max-width: 780px;
}
ul.menutextbox li:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
ul.menutextbox li:nth-child(1) {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #62b370;
  color: #000;
  line-height: 1.3;
}
ul.menutextbox li:nth-child(3) {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  color: #000;
  line-height: 1.2;
}
ul.menutextbox li:nth-child(3) span {
  font-size: 30px;
  font-size: 3rem;
}
ul.menutextbox li:nth-child(4) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  color: #000;
}
ul.menutextbox li:nth-child(4) b {
  font-weight: bold;
}
#menu h3 {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
  color: #cfa972;
  border-bottom: 2px solid #cfa972;
  margin-bottom: 0.5em;
}
#menu h3 span {
  font-size: 0.5em;
  padding-left: 0.5em;
}
#menu .col {
  margin-bottom: 30px;
  position: relative;
}
#menu .col:nth-child(3),
#menu .col:nth-child(4) {
  margin-bottom: 0px;
}
.menuimgbox {
  width: 324px;
}
.menu_details_title + ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a0a0a0;
}
.menu_details_title + ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.menu_details_title + ul li h4 {
  color: #62b370;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.menu_details_title + ul li h4:last-child {
  margin-bottom: 0;
}
.featureText p:not(:first-child) {
  margin-bottom: 1.5em;
}
.menu_details_title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #62b370;
  padding: 10px 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
}
ul + .menu_details_title {
  margin-top: 30px;
}
.menu_details_txt {
  padding: 30px 40px 60px;
}

.pager.f_box > div {
  width: calc(100% / 3 - 5px);
}

/*****************************************************************************
	footer
*****************************************************************************/
footer {
  background: #62b370;
}
footer.icon {
  padding: 1.5em 0;
  border-bottom: 1px solid #333333;
  margin-bottom: 1.5em;
}
footer.icon a {
  display: block;
  margin: 0 0.5em;
  line-height: 100%;
}
footer nav a {
  font-size: 20px;
  font-size: 2rem;
}
p.copy {
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
/******************************************************************************
	Post
******************************************************************************/
section#post > article.sub,
section#post > .article.sub {
  background: #fff;
  padding: 30px;
}
#post .category.type2 {
  background: #62b370;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
#post ul.list {
  max-width: 940px;
  margin: 0 auto;
}
#post ul.list li {
  width: 100%;
  padding: 8px 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #fff;
  border-left: 3px solid #36c9d9;
}
#post ul.list li span {
  margin-left: 40px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
}
#post .side {
  margin-bottom: 60px;
}
/* #post .side */
#post .side h3 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  background: #62b370;
  color: #fff;
  padding: 5px 15px;
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
}
#post .side li a:hover {
  background: rgba(98, 179, 112, 0.1);
}
#post .side li a {
  padding: 1em 1em;
}
#post .side li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  border-bottom: 1px solid #909090;
}
#post .side li:last-child {
  margin-bottom: 40px;
}
/* Category */
#category p.category {
  margin: 0 1em 0 0;
}
#category p.category span {
  padding: 0.2em 0.5em;
}
/* Recent */
#recent li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1.5em 0;
}
#recent p {
  line-height: 200%;
  color: #333;
}
/* Archive */
#post .side #archive li a {
  display: block;
  padding: 1em 0 1em 1.2em;
}
/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1em;
}
#post .content img {
  max-width: 100%;
  height: auto;
}
#post.single h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 140%;
  margin: 1em 0;
}
/************************************************************************************
	single paging
************************************************************************************/
.single_paging {
  width: 100%;
  border: 0px solid #b09d7c;
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.single_paging > div a {
  padding: 0.5em 1em;
  width: 130px;
  background: #ffffff;
  color: #666666;
}
.single_paging > div a .title {
  -webkit-line-clamp: 2;
}
.single_paging figure {
  text-align: center;
  min-width: 100px;
  width: 100px;
  height: 100px !important;
  margin-right: 1em;
  border-radius: 100px;
  overflow: hidden;
}
.single_paging .page-numbers.current {
  background-color: #e7f3e9;
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
  display: none;
}
#pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pager .wp-pagenavi * {
  padding: 0;
  min-width: 3em;
  height: 3em;
  margin: 0 1px;
  text-align: center;
  border: 1px solid #f2efeb;
  border-radius: 0;
  line-height: 3em;
  color: #62b370;
  font-size: 14px;
  font-size: 1.4rem;
}
#pager .wp-pagenavi .page.larger {
  border: 1px solid #eee;
  border-radius: 5px;
}
#pager .current,
.wp-pagenavi > *:hover,
#pager .wp-pagenavi a:hover {
  border: 1px solid #62b370;
  border-radius: 5px;
  background: #62b370;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  border: none;
  margin-right: 40px;
}
.wp-pagenavi .nextpostslink {
  border: none;
  margin-left: 40px;
}
#pager .wp-pagenavi a {
  display: block;
  line-height: 140%;
  padding: 0.8em;
  text-align: center;
  background: #ffffff;
  color: #62b370;
  margin-bottom: 0.2em;
  border-radius: 5px;
}
/*****************************************************************************
	footer
*****************************************************************************/
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 120%;
  z-index: 2;
  padding: 0;
  position: absolute;
  color: #62b370;
}
nav#bread ol {
  margin: 0 auto;
  padding: 1em 20px;
}
nav#bread ol li {
  padding-top: 0px;
  white-space: nowrap;
  min-height: 0;
  margin: 0;
}
nav#bread ol li:after {
  content: ">";
  padding-left: 1em;
  padding-right: 1em;
}
nav#bread ol li:first-child:before {
  content: "";
}
nav#bread ol li:nth-of-type(1):before {
  content: "";
}
nav#bread ol li:last-child:after {
  content: "";
  padding: 0;
}
nav#bread a {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
nav#bread a::after {
  content: "";
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 120%;
  color: #d7d7d7;
  font-weight: normal;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/
/*
section div.picture {
	position:relative;
}
section article.swap div.picture figure {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
section article.swap div.picture figure.active {
	opacity:1;
}
section article.swap div.thumb_list figure {
	cursor:pointer;
}
section article.swap div.thumb_list figure img {
	width:inherit;
}
*/
/************************************************************************************
 contact
************************************************************************************/
#contact {
  font-size: 14px;
  font-size: 1.4rem;
  width: 860px;
  margin: 0 auto;
  padding: 0 100x;
}
#contact dl {
  width: 655px;
  margin: 0 auto 30px;
}
#contact dt {
  min-width: 200px;
  padding: 0.5em 0;
  float: left;
}
#contact dt span.gray {
  color: #e0e0e0;
}
#contact dd {
  min-width: 100%;
  margin-bottom: 2em;
  margin-left: 0px;
}
#contact input[type="text"],
#contact input[type="email"] {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  height: 32px;
  padding: 0.5em;
  resize: none;
  border: 1px solid #e6e4e4;
  background: #fff;
}
#contact textarea {
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka",
    "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  padding: 0.5em;
  resize: none;
  border: 1px solid #e6e4e4;
  background: #fff;
}
#contact input:focus,
#contact textarea:focus {
  content: "";
  border: 1px solid #666666;
}
.description,
.preview_description {
  margin-bottom: 60px;
}
#contact .btn:first-child,
#contact .mw_wp_form_preview .description,
#contact .preview_description {
  display: none;
}
#contact .mw_wp_form_preview .contact_preview_btn {
  width: 550px;
  margin: 0 auto;
}
#contact .mw_wp_form_preview .btn:first-child {
  margin-right: 10px;
}
/*
#contact .mw_wp_form_preview .btn:first-child input[type="submit"] {
	padding: 8px 0;
}
*/
#contact .mw_wp_form_preview .btn:first-child:after {
  content: "";
}
#contact .mw_wp_form_preview .btn:last-child {
  margin-left: 10px;
}
#contact .mw_wp_form_preview .btn:last-child:hover {
  background-color: #000;
}
#contact .mw_wp_form_preview .btn:first-child,
#contact .mw_wp_form_preview .preview_description,
#contact .mw_wp_form_complete .btn {
  display: block;
}
#contact .mw_wp_form_preview dl dd span {
  display: none;
}
#contact .mw_wp_form_complete .btn {
  padding: 15px 30px;
  margin: 0 auto;
}
#contact input[type="submit"] {
  cursor: pointer;
  display: block;
  padding: 15px 30px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
}
#contact .btn {
  padding: 0;
}
#contact p {
  text-align: center;
  line-height: 1.5;
}
#contact span.key {
  width: 130px;
}
#contact .confirm,
.sending,
.backform {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  width: 200px;
  height: 45px;
  margin-top: 5px;
  border-radius: 5px;
  background: #888;
  border: 1px solid #666;
}
.mw_wp_form .error {
  display: initial !important;
}
.mw_wp_form_confirm .send {
  display: none;
}
p.label {
  margin-right: 0.5em;
}
p.label span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 100%;
  padding: 0.5em 1em;
  background: #62b370;
}
p.label span.noneed {
  background: #999999;
}
.privacy {
  margin: 20px 0 10px 0;
  display: block;
  height: 200px;
  overflow: auto;
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}
.privacy_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.modPCenter {
  text-align: center;
  margin-bottom: 1rem;
}
#contact .privacy dl {
  width: auto;
}
.privacy dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.privacy .num {
  font-style: normal;
  font-weight: bold;
  display: table-cell;
  padding-right: 10px;
  white-space: nowrap;
}
.privacy .content {
  display: table-cell;
}
.privacy,
.mw_wp_form .consent {
  width: 655px;
}
.mw_wp_form .consent {
  text-align: center;
  margin: 0 auto 30px;
}
.mw_wp_form .consent * {
  cursor: pointer;
}
.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .consent {
  display: none !important;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scrollup.action {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.scrollSlide {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scrollSlide.top {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.scrollSlide.left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.scrollSlide.right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.scrollSlide.action {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.scrollZoom {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, -1);
  transform: scale3d(0, 0, -1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scrollZoom.action {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.zoom {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.scrollup.deco figure {
  background-size: 1000% 1000%;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.scrollup.deco.action figure {
  background-size: 100% 100%;
}
.float {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}

.scroll {
  -webkit-animation: pop 2s infinite;
  animation: pop 2s infinite;
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/***********
horizon
************/
.f_h_start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.f_h_center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.f_h_end {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.f_h_sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/***********
vertical
************/
.f_column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.f_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.f_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div.reason {
  max-width: 610px;
  width: 100%;
}

/*****************************
	SNS ICON BASE
*****************************/
div.sns_icon {
  text-align: center;
  max-width: 150px;
  width: 100%;
  color: #ffffff;
  margin: 0 0 0 auto;
}
div.sns_icon > a {
  background: #62b370;
}
div.sns_icon > a {
  display: inline-block;
  margin: 10px 2px;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 33px;
}
div.sns_icon > a i.fa-line {
  font-size: 24px;
}
div.sns_icon > a img {
  position: relative;
  width: 56%;
  margin: auto;
}

ul.company {
  max-width: 540px;
  width: 100%;
}
ul.company li p {
  min-width: 120px;
  font-size: 14px;
  width: auto !important;
}
ul.company li {
  border-bottom: 1px dotted #cccccc;
  padding: 0.5em;
}

/*****************************
	blog 対応
*****************************/

.single .size-full {
  max-width: 100%;
  height: auto;
}

#post .content figure img {
  margin-bottom: 2em;
}

.single-post .blank {
  font-size: 16px;
  line-height: 2;
}

#post h1 {
  line-height: 1.4;
}
#post .content {
  font-size: 16px;
  line-height: 2;
}

.seoText,
.tableContents li a,
.blogDetail {
  font-size: 1.6rem;
  font-size: 16px !important;
  line-height: 2 !important;
}

.seoTtl02 {
  margin-top: 4em !important;
}

.seoTtl01 {
  margin-top: 2em !important;
  font-size: 2.8rem !important;
  font-size: 28px !important;
}

@media screen and (max-width: 768px) {
  .articleTtl {
    font-size: 2.6rem;
  }

  .seoTtl01 {
    font-size: 2.4rem !important;
    font-size: 24px !important;
  }

  .seoTtl02 {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  #contact dl dd span {
    display: inline !important;
  }
  input[type="radio"] {
    font-size: x-large;
    background: #666666;
  }
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  white-space: nowrap;
  margin-right: 5px !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: auto !important;
  margin-right: 10px !important;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 0 !important;
}
#contact select.date,
#contact input[type="text"].hasDatepicker {
  width: auto;
}

.blog h3.tl {
  font-weight: bold;
}
figure.obj {
  width: 100%;
}
figure.obj.index {
  max-width: 600px;
}
figure.obj.about {
  max-width: 570px;
}
figure.obj.flow {
  max-width: 540px;
}
figure.obj.access {
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  section.flow_title {
    margin-bottom: -5em;
  }
}
/***** SNS Share Button *****/
.snsWrap {
  display: none;
  padding: 30px;
  background: #f2f2f2;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.snsWrap .snsWrapTtl {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2em;
}
.snsWrap .snsWrapTtl span {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .snsWrap {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .snsWrap .snsWrapTtl {
    font-size: 13px;
    margin-bottom: 0.6em;
  }
  .snsWrap .snsWrapTtl span {
    font-size: 16px;
  }
}
/***** refusal *****/
.refusal {
  text-align: right;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
#about ul .refusal {
  border: none;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 270px;
  }
}
