@charset "utf-8";
/*
Theme Name: M's PLACEテーマ
Description: M's PLACE様専用テンプレート
Version: 1.0.1
Author: CREATE
*/

@import url("/wp/wp-content/themes/place/css/pure-drawer.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 14px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #494645;
  background: #fff;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

/* リンク設定 */
a {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
}

.mintyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

li{
list-style: none;
}

/* ヘッダー
*********************************************************/
@media print,screen and (min-width: 769px) {
  header {
    min-width: 1300px;
    background: #8a898a;
  }
  header ul {
    margin: 0 auto;
    width: 1300px;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    border: 1px solid #fff;
    border-top: 0;
    box-sizing: border-box;
  }
  header li {
    width: 120px;
    height: 75px;
    text-align: center;
  }
  header li:first-child, header li:last-child {
    width: 350px;
  }
  header li:first-child a {
    padding: 0;
  }
  header li:last-child img {
    margin-left: 20px;
  }
  header li:not(:last-child) {
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  header li p {
    width: 100%;
    height: 100%;
  }
  header li a {
    padding: 35px 0 20px;
    height: 100%;
    display: block;
    box-sizing: border-box;
  }
  header input[type="checkbox"] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header ul {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #fff;
  }
  header li {
    border-bottom: 1px solid #fff;
  }
  header li a {
    display: block;
  }
  header li:not(:first-child) a {
    padding: 10px 0;
  }
  header li:first-child img {
    width: 100%;
  }
  header li:last-child img {
    margin: auto;
    width: 70%;
  }
}
/* メイン
*********************************************************/
.top-list h2 {
  margin-bottom: 20px;
  text-align: center;
}
.top-list li:first-child {
  background: #b8e8fa;
}
.top-list li:nth-child(2) {
  background: #e3eecc;
}
.top-list li:nth-child(3) {
  background: #d2dbed;
}
.top-list li img {
  height: auto;
}

#container h2 {
  text-align: center;
}

.contH2 dl {
  border: 3px solid #edc198;
  border-radius: 10px;
}
.contH2 dl:not(:last-child) {
  margin-bottom: 20px;
}

.question dt, .question dd {
  display: table;
}
.question dt p, .question dd p {
  display: table-cell;
}
.question dt:before, .question dd:before {
  content: "";
  margin-right: 20px;
  width: 60px;
  height: 60px;
  display: block;
  vertical-align: middle;
}
.question dt {
  margin-bottom: 10px;
  color: #cb82a4;
}
.question dt p {
  vertical-align: middle;
}
.question dt:before {
  background: url(/wp/wp-content/themes/place/images/q-icon.png) no-repeat;
  background-size: cover;
}
.question dd p {
  vertical-align: top;
}
.question dd:before {
  background: url(/wp/wp-content/themes/place/images/a-icon.png) no-repeat;
  background-size: cover;
}

.voice dt {
  display: table;
}
.voice dt p {
  display: table-cell;
  vertical-align: middle;
}
.voice dt:before {
  content: "";
  margin-right: 20px;
  width: 85px;
  height: 85px;
  background: url(/wp/wp-content/themes/place/images/voice-icon.png) no-repeat;
  background-size: cover;
  display: block;
}

.chara-boxV2 {
  position: relative;
  box-sizing: border-box;
}
.chara-boxV2:before {
  content: "";
  position: absolute;
}
.characteristic li p {
  text-align: justify;
}
.chara-boxH1{
  background: #4dcdf3;
}
.chara-boxH2{
  background: #a1ca74;
}
.chara-boxH3{
  background: #98a6d2;
}
.chara-boxH4{
  background: #ECA772;
}
.characteristic li:first-child .chara-boxV2:before {
  background: url(/wp/wp-content/themes/place/images/toku-icon1.png) no-repeat;
  background-size: cover;
}
.characteristic li:nth-child(2) .chara-boxV2:before {
  background: url(/wp/wp-content/themes/place/images/toku-icon2.png) no-repeat;
  background-size: cover;
}
.characteristic li:nth-child(3) .chara-boxV2:before {
  background: url(/wp/wp-content/themes/place/images/toku-icon3.png) no-repeat;
  background-size: cover;
}

.characteristic li:nth-child(4) .chara-boxV2:before {
  background: url(/wp/wp-content/themes/place/images/toku-icon4.png) no-repeat;
  background-size: cover;
}

.business h3 {
  color: #00a0e9;
  text-align: center;
}

.businessV1 dt {
  color: #fff;
  background: #00a0e9;
  text-align: center;
}
.businessV1 dd {
  border: 1px solid #00a0e9;
  box-sizing: border-box;
}

.businessV2, .businessV4 {
  background: -webkit-gradient(radial, center center, 0, center center, 100, from(#fff), to(#dbdbdb));
  background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: -moz-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: -o-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: radial-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
}
.businessV2 section > p, .businessV4 section > p {
  text-align: justify;
}
.businessV2 li, .businessV4 li {
  width: 120px;
  height: 75px;
  line-height: 75px;
  border: 1px solid #949495;
  background: #fff;
  text-align: center;
}
.businessV2 li p, .businessV4 li p {
  color: #00a0e9;
  line-height: 1.7;
  display: inline-block;
  vertical-align: middle;
}
.businessV5 p.mintyo {
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #00a0e9;
  width: 200px;
  text-align: center;
}
.businessV5 p:not(.mintyo) {
  margin-bottom: 30px;
}
.businessV5 a {
  color: #00a0e9;
  display: block;
}

.company h3 {
  color: #00a0e9;
}
.company h4 {
  margin-bottom: 20px;
  font-size: 17px;
  border-bottom: 1px solid #807F80;
}
.companyV1H1 img{
  margin-bottom:10px;
  display:block;
}
.companyV2H1 dt, .companyV2H1 dd {
  display: inline-block;
  vertical-align: top;
}
.companyV2H1 dl {
  font-size: 0;
}
.inquiry p{
  margin-bottom:10px;
}
.inquiry strong{
  margin-bottom:10px;
  display:block;
  color: #8aba29;
  text-align:center;
}
.inquiry dt {
  background: #d7d7d8;
}
.inquiry input[type="submit"], .inquiry input[type="reset"],.inquiry input[type="button"] {
  color: #fff;
  background: #8aba29;
  border: 0;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.inquiry textarea {
  height: 200px;
}

.com-rigth {
  text-align: right;
}

.space1 {
  letter-spacing: 0.33em;
}

.space2 {
  letter-spacing: 1em;
}

.space2-5 {
  letter-spacing: 1.5em;
}

.space3 {
  letter-spacing: 3em;
}

.reform h3 {
  color: #00a0e9;
  text-align: center;
}
.reform h4 {
  color: #fff;
  background: #00a0e9;
}

.reformV2, .reformV4 {
  background: -webkit-gradient(radial, center center, 0, center center, 100, from(#fff), to(#dbdbdb));
  background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: -moz-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: -o-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.6) 0, rgba(218, 218, 218, 0.6) 100%);
  background: radial-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
}

.reformV2 p, .reformV3 p, .reformV4 p {
  margin-bottom: 20px;
}

.reformV2 div {
  font-size: 0;
}
.reformV2 div img, .reformV2 div ul {
  display: inline-block;
}
.reformV2 div img, .reformV2 div li {
  font-size: 14px;
}

.reformV3 ul, .reformV4 ul {
  font-size: 0;
}
.reformV3 li, .reformV4 li {
  font-size: 14px;
  display: inline-block;
}

.reformV5 {
  background: -webkit-gradient(radial, center center, 0, center center, 100, from(#fff), to(#fffde6));
  background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.9) 0, rgba(255, 253, 230, 0.9) 100%);
  background: -moz-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.9) 0, rgba(255, 253, 230, 0.9) 100%);
  background: -o-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.9) 0, rgba(255, 253, 230, 0.9) 100%);
  background: radial-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 253, 230, 0.9) 100%);
}
.reformV5 > div {
  background: #fff;
  box-sizing: border-box;
}
.reformV5 > div p {
  font-size: 14px;
}
.reformV5 h4 {
  padding: 5px 10px;
  font-size: 16px;
}
.reformV5 li:not(:last-child) {
  margin-bottom: 5%;
}
.reformV5 p {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .d-none-sp {
    display: none;
  }

  #main {
    min-width: 1300px;
  }

  .top-img {
    margin-bottom: 40px;
    background: #8a898a;
    background: -moz-linear-gradient(top, #8a898a 0%, #817f80 100%);
    background: -webkit-linear-gradient(top, #8a898a 0%,#817f80 100%);
    background: linear-gradient(to bottom, #8a898a 0%,#817f80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a898a', endColorstr='#817f80',GradientType=0 );
  }
  .top-img img{
    margin:auto;
    width:1300px;
    height:auto;
    display:block;
  }
  .top-list {
    margin-bottom: 70px;
  }
  .top-list div {
    background: #d7d7d8;
  }
  .top-list ul {
    margin: 0 auto;
    width: 1080px;
  }
  .top-list li {
    -webkit-width: calc(100% / 3);
    -ms-width: calc(100% / 3);
    -moz-width: calc(100% / 3);
    -o-width: calc(100% / 3);
    width: calc(100% / 3);
    display: table-cell;
  }
  .top-list p {
    padding: 20px;
    font-size: 15px;
  }

  #container {
    background: url(/wp/wp-content/themes/place/images/base1.png) no-repeat center top 180px;
  }
  #container:before {
    content: "";
    margin: 0 auto 50px;
    height: 40px;
    background: #8a898a url(/wp/wp-content/themes/place/images/nav-bg2.jpg) no-repeat;
    display: block;
  }
  #container h2 {
    margin-bottom: 50px;
    font-size: 26px;
    position: relative;
  }
  #container h2 span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
  }

  .contH2 {
    margin: 0 auto;
    width: 1085px;
    margin-bottom: 40px;
  }
  .contH2 dl {
    padding: 25px 40px;
  }

  .question dt {
    font-size: 19px;
  }
  .chara-boxV2 {
    margin: 0 auto;
    width: 1085px;
  }
  .characteristic li {
    margin-bottom: 90px;
  }
  .characteristic li img {
    margin:0 auto 50px;
    display: block;
  }
  .characteristic li .chara-boxV2 {
    padding-left: 255px;
  }
  .characteristic li .chara-boxV2:before {
    width: 170px;
    height: 170px;
    left: 0;
  }
  .characteristic li p {
    font-size: 17px;
  }

  .business {
    margin-bottom: 70px;
  }
  .business section {
    margin: 0 auto;
    width: 1085px;
  }
  .business h3 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .businessV1 {
    margin: 0 auto;
    width: 1085px;
    margin-bottom: 60px;
  }
  .businessV1 p {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .businessV1 dl {
    font-size: 0;
  }
  .businessV1 dt, .businessV1 dd {
    height: 45px;
    line-height: 45px;
    display: inline-block;
  }
  .businessV1 dt {
    font-size: 22px;
    width: 270px;
  }
  .businessV1 dd {
    padding: 0 30px;
    font-size: 20px;
    width: 815px;
  }

  .businessV2, .businessV4 {
    padding: 50px 0;
  }
  .businessV2 section > p, .businessV4 section > p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .businessV2 ul, .businessV4 ul {
    font-size: 0;
  }
  .businessV2 li, .businessV4 li {
    font-size: 14px;
    display: inline-block;
  }
  .businessV2 li:not(:last-child), .businessV4 li:not(:last-child) {
    margin-right: 15px;
    position: relative;
  }
  .businessV2 li:not(:last-child):after, .businessV4 li:not(:last-child):after {
    content: "";
    margin: auto;
    background: url(/wp/wp-content/themes/place/images/arrow-min.png) no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
  }

  .businessV3 {
    padding: 80px 0;
  }
  .businessV3 p {
    font-size: 16px;
  }

  .businessV4 {
    padding: 50px 0;
  }
  .businessV4 p {
    font-size: 16px;
  }
  .businessV5 {
    padding-top: 50px;
  }
  .businessV5 p:not(.mintyo) {
    font-size: 16px;
  }

  .company {
    margin: 0 auto;
    width: 1085px;
  }
  .company h3 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .companyV1 {
    margin-bottom: 100px;
    font-size: 0;
  }

  .companyV1H1, .companyV1H2 {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }

  .companyV1H1 {
    margin-right: 30px;
    width: 260px;
  }

  .companyV1H2 {
    width: 795px;
  }
  .companyV1H2 p:not(.com-rigth) {
    margin-bottom: 20px;
    text-align: justify;
  }

  .companyV2 {
    margin-bottom: 90px;
    font-size: 0;
  }

  .companyV2H1, .companyV2H2 {
    font-size: 15px;
    width: 530px;
    display: inline-block;
    vertical-align: top;
  }

  .companyV2H1 {
    margin-right: 25px;
  }
  .companyV2H1 dt, .companyV2H1 dd {
    font-size: 15px;
  }
  .companyV2H1 dt {
    margin: 0 4% 5px 0;
    width: 16%;
  }
  .companyV2H1 dd {
    width: 80%;
  }
  .companyV2H1 strong {
    font-size: 19px;
  }

  .companyV2H2 iframe {
    margin-left: auto;
    display: block;
  }

  .companyV3 {
    margin-bottom: 40px;
    font-size: 0;
  }
  .companyV3 img {
    font-size: 14px;
    display: inline-block;
  }

  .inquiry {
    margin: 0 auto;
    width: 800px;
    margin-bottom: 80px;
  }
  .inquiry strong{
    font-size:40px;
  }
  .inquiry strong img{
     vertical-align: baseline;
  }
  .inquiry dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border: 1px solid #494645;
  }
  .inquiry dt, .inquiry dd {
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .inquiry dt {
    width: 30%;
    border-right: 1px solid #494645;
    border-bottom: 1px solid #494645;
  }
  .inquiry dt:nth-last-child(2) {
    border-bottom: 0;
  }
  .inquiry dd {
    width: 70%;
  }
  .inquiry dd input {
    width: 50%;
  }
  .inquiry dd.inquiry-text input, .inquiry dd.inquiry-text textarea {
    width: 100%;
  }
  .inquiry dd:not(:last-child) {
    border-bottom: 1px solid #494645;
  }
  .inquiry div {
    text-align: center;
  }
  .inquiry div input {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
  }

  #container.reform h2 {
    line-height: 1.2;
  }
  #container.reform h2 span {
    top: -20px;
    left: 40px;
    right: 0;
  }

  .reform h3 {
    margin-bottom: 20px;
    font-size: 38px;
  }
  .reform p {
    font-size: 18px;
  }
  .reform section {
    margin: 0 auto;
    width: 1080px;
  }

  .reformV1 {
    margin: 0 auto;
    width: 1080px;
    margin-bottom: 60px;
  }

  .reformV2, .reformV4, .reformV5 {
    padding: 50px 0;
  }

  .reformV2 ul {
    margin-left: 15px;
    font-size: 0;
    width: 715px;
  }
  .reformV2 li {
    font-size: 14px;
    display: inline-block;
  }
  .reformV2 li:nth-child(odd) {
    margin-right: 15px;
  }
  .reformV2 li:nth-child(-n+2) {
    margin-bottom: 10px;
  }

  .reformV3 li:not(:nth-child(3n)), .reformV4 li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .reformV3 li:nth-child(-n+3), .reformV4 li:nth-child(-n+3) {
    margin-bottom: 10px;
  }

  .reformV3 {
    padding: 80px 0;
  }

  .reformV4 {
    margin-bottom: 90px;
  }

  .reformV5 {
    margin-bottom: 130px;
  }
  .reformV5 > div {
    margin: 0 auto;
    width: 1080px;
    padding: 40px;
  }
  .reformV5 li {
    font-size: 0;
  }

  .reformV5H1, .reformV5H2 {
    display: inline-block;
  }

  .reformV5H1 {
    margin-right: 25px;
    width: 265px;
  }
  .reformV5H1 div {
    height: 180px;
  }

  .reformV5H2 img:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .d-none-pc {
    display: none;
  }

  .top-img {
    margin-bottom: 20px;
  }
  .top-img img {
    width: 100%;
    height: auto;
  }

  .top-list {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .top-list h2 {
    margin: 0 auto 20px;
    max-width: 270px;
  }
  .top-list h2 img {
    width: 70%;
  }
  .top-list li {
    margin: 0 auto 10px;
    max-width: 360px;
  }
  .top-list li img{
    width:100%;
    height:auto;
  }
  .top-list p {
    padding: 10px;
  }

  #container {
    margin: 0 10px 30px;
  }
  #container h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #container h2 img {
    max-width: 100%;
  }

  .contH2 dl {
    padding: 10px;
  }

  .question dt {
    font-size: 16px;
  }

  .characteristic li {
    margin-bottom: 30px;
  }
  .characteristic li img {
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .chara-boxV2 {
    padding-left: 120px;
  }
  .chara-boxV2:before {
    width: 100px;
    height: 100px;
    left: 0;
  }

  .businessV1 {
    margin-bottom: 20px;
  }
  .businessV1 p {
    margin-bottom: 10px;
  }
  .businessV1 dt, .businessV1 dd {
    padding: 5px;
  }

  .businessV2, .businessV4 {
    padding: 20px 10px;
  }
  .businessV2 section > p, .businessV4 section > p {
    margin-bottom: 10px;
  }
  .businessV2 h3, .businessV4 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .businessV2 li, .businessV4 li {
    margin: 0 auto 15px;
  }
  .businessV2 li:last-child, .businessV4 li:last-child {
    margin-bottom: 0;
  }
  .businessV2 li:not(:last-child), .businessV4 li:not(:last-child) {
    position: relative;
  }
  .businessV2 li:not(:last-child):after, .businessV4 li:not(:last-child):after {
    content: "";
    margin: auto;
    background: url(/wp/wp-content/themes/place/images/sp-arrow-min.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }

  .businessV3 {
    padding: 30px 10px;
  }
  .businessV3 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .businessV4 {
    padding: 20px 10px;
  }
  .businessV4 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .businessV5 {
    padding: 20px 10px;
  }
  .businessV5 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .companyV1 {
    margin-bottom: 30px;
  }
  .companyV1 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .companyV1 p:not(:last-child) {
    margin-bottom: 10px;
  }

  .companyV1H1 {
    margin-bottom: 20px;
  }
  .companyV1H1 img {
    max-width: 50%;
  }

  .companyV2 {
    margin-bottom: 20px;
  }

  .companyV2H1,.companyV2H2 {
    margin-bottom: 20px;
  }
  .companyV2H1 dt, .companyV2H1 dd {
    font-size: 12px;
  }
  .companyV2H1 dt {
    margin: 0 4% 5px 0;
    width: 21%;
  }
  .companyV2H1 dd {
    width: 75%;
  }
  .companyV2H1 strong {
    font-size: 16px;
  }

  .companyV2H2 iframe {
    width: 100%;
  }

  .companyV3 {
    text-align: center;
  }
  .companyV3 img {
    max-width: 100%;
  }

  .inquiry {
    margin-bottom: 60px;
  }
  .inquiry strong{
    font-size:20px;
  }
  .inquiry strong img{
    max-width:100%;
    width:60%;
    vertical-align: middle;
  }
  .inquiry dl {
    margin-bottom: 30px;
    border: 1px solid #494645;
  }
  .inquiry dt, .inquiry dd {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #494645;
    box-sizing: border-box;
  }
  .inquiry dd input, .inquiry dd textarea {
    width: 100%;
  }
  .inquiry td label{
    display:block;
  }
  .inquiry dd:last-child {
    border-bottom: 0;
  }
  .inquiry div {
    text-align: center;
  }
  .inquiry div input:first-child {
    margin-bottom: 10px;
  }
  .inquiry input[type="submit"], .inquiry input[type="reset"],.inquiry input[type="button"] {
    margin:auto;
    display:block;
  }

  .reform h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .reform img {
    max-width: 100%;
  }

  .reformV1 {
    margin-bottom: 20px;
  }

  .reformV2, .reformV4, .reformV5 {
    padding: 30px 10px;
  }

  .reformV2 div > img {
    width: 66%;
  }
  .reformV2 div ul {
    margin-left: 2%;
    width: 32%;
  }
  .reformV2 div li:not(:last-child) {
    margin-bottom: 5%;
  }

  .reformV3 li, .reformV4 li {
    width: 49%;
  }
  .reformV3 li:nth-child(odd), .reformV4 li:nth-child(odd) {
    margin-right: 2%;
  }
  .reformV3 li:not(:last-child), .reformV4 li:not(:last-child) {
    margin-bottom: 2%;
  }

  .reformV3 {
    padding: 20px 10px;
  }

  .reformV4 {
    margin-bottom: 20px;
  }

  .reformV5 > div {
    padding: 20px 10px;
  }
  .reformV5 li:first-child .reformV5H2 {
    font-size: 0;
  }
  .reformV5 li:first-child .reformV5H2 img {
    width: 49%;
  }
  .reformV5 li:first-child .reformV5H2 img:nth-child(2) {
    margin-left: 2%;
  }

  .reformV5H1 {
    margin-bottom: 2%;
  }
  .reformV5H1 div {
    margin-bottom: 20px;
  }
}
/* フッター
*********************************************************/
footer nav a {
  color: #6a6969;
  display: block;
}
footer nav > p {
  color: #8aba29;
  text-align: center;
}
footer ul {
  font-size: 0;
}
footer li {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
footer li:not(:last-child) {
  border-right: 1px solid #bbb;
}
footer li img {
  margin-bottom: 5px;
  display: block;
}

.fot {
  background: #d7d7d8;
  text-align: center;
  position: relative;
}
.fot img {
  margin: 0 auto 10px;
  display: block;
}
.fot strong {
  font-size: 19px;
}
.fot .copy {
  font-size: 11px;
}
.fot:before {
  content: "";
  margin: auto;
  background: url(/wp/wp-content/themes/place/images/fot-img.png) no-repeat center;
  background-size: cover;
  width: 180px;
  height: 67px;
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
}

/*--202308樋上追記--*/
footer .bnr_img{
  margin: 0 0 20px 0;
}
footer .bnr_img img{
    max-width: 566px;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

@media print,screen and (min-width: 769px) {
  footer {
    min-width: 1300px;
  }
  footer nav {
    margin: 0 auto;
    width: 1085px;
    margin-bottom: 100px;
  }
  footer nav > p {
    font-size: 19px;
  }
  footer nav > p a {
    margin-left: 30px;
    display: inline-block;
    cursor: default;
  }
  footer ul {
    margin-bottom: 60px;
  }
  footer li {
    padding: 10px 47px;
    font-size: 16px;
  }
  footer li:first-child {
    padding-left: 0;
  }
  footer li:last-child {
    padding-right: 0;
  }
  footer li img {
    width: 140px;
    height: auto;
  }

  .fot {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer nav {
    margin: 0 10px 85px;
  }
  footer nav > p {
    font-size: 14px;
  }
  footer ul {
    margin-bottom: 20px;
    text-align: center;
  }
  footer li {
    margin-top: 10px;
    padding: 5px;
    width: 33%;
    font-size: 12px;
  }
  footer li:nth-child(3n+3) {
    border-right: 0;
  }
  footer li img {
    max-width: 100%;
  }

  .fot {
    padding: 20px 0 10px;
  }
  .fot p {
    font-size: 11px;
  }
}

/***** コンタクトフォーム *****/
.div_container {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1000px;
    margin-left: -500px; /* MUST be half the width */
}

.table-bordered{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #eceeef;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered th,
  .table-bordered td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ddd !important;
  }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media print,screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
/* add */
.works .companyV2H1,.works .companyV2H2{
  border:1px solid #00a0e9;
  background-color:#fff;
  padding:.5em;
  box-sizing:border-box;
  margin-bottom:15px;
}
.jiseki_img{
    height:25px;
  }
.sec{
    margin-bottom:5px;
    padding-left:9px;
  }
.ttl{
    font-size:18px!important;
    font-weight:600;
}
.img_left{
    padding-left:5px;
}
@media screen and (max-width: 768px) {
.ttl{
    font-size:15px!important;
 }
}