/*---------------------------------------------
TOPページ　追加クラス
----------------------------------------------*/
body {
  color: #000 !important;
}
p {
  line-height: 1.6;
  color: #000 !important;
}
@font-face {
  font-family: 'D-DIN';
  src: url('fonts/D-DIN.woff') format('woff'), url(/fonts/D-DIN.ttf) format('truetype');
}
@font-face {
  font-family: 'D-DIN-Bold';
  src: url('fonts/D-DINCondensed-Bold.woff') format('woff'), url(/fonts/D-DINCondensed-Bold.ttf) format('truetype');
}
.din {
  font-family: "D-DIN";
}
.din-b {
  font-family: "D-DIN-Bold";
}
.sans-serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
#main-v {
  width: 100%;
  /*background: #E6E6E6;
  height: 500px;*/
}
.slider {
  position: relative;
}
.catch-title {
  position: absolute;
  max-width: 800px;
  width: 100%;
  top: 22%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.catch-title h2 {
  font-size: 32px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: bold;
  color: #006bb6;
}
.catch-title p {
  width: 80%;
  line-height: 1.6;
  margin: 0 auto;
  font-size: 24px;
}
.introduction-wrap {
  position: absolute;
  max-width: 1050px;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  bottom: -200px;
  margin: 0 auto;
  right: 0;
  left: 0;
  box-shadow: 0 0 20px #8080807a;
}
.introduction-wrap h3 {
  width: 80%;
  font-size: 34px;
  font-weight: bold;
  font-family: "D-DIN-Bold";
  color: #006BB6;
  text-align: center;
  letter-spacing: 0.5rem;
  transform: scaleX(1.4);
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 0;
}
.introduction-wrap p {
    width: 90%;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
.top-headline {
  text-align: center;
  text-shadow: none !important;
  color: #000 !important;
  letter-spacing: 0.5rem;
  transform: scaleX(1.4);
}
h3.sub-headline {
  margin-top: 10px;
  font-size: 25px;
  text-align: center;
  text-shadow: none !important;
  color: #000 !important;
}
h3.sub-headline.text-white {
  color: #fff !important;
}
.amore-divider {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
h3.title-blue {
  margin-bottom: 25px;
  color: #006BB6 !important;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .introduction-wrap p {
    text-align: left;
  }
  .top-headline {
    font-size: 30px;
  }
  h3.sub-headline {
    font-size: 20px;
  }
  .introduction-wrap h3 {
    transform: scaleX(1);
  }
  .pic {
    width: 100%;
    padding: 0 10px;
  }
  h3.title-blue {
    font-size: 19px;
    line-height: 1.6;
  }
  .introduction-wrap {
    position: absolute;
    max-width: 1050px;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    bottom: -350px;
    margin: 0 auto;
    right: 0;
    left: 0;
    box-shadow: 0 0 20px #8080807a;
  }
}
/*---------------------------------------------
ヘッダー　メニュー
----------------------------------------------*/
#header .container {
  max-width: 1980px;
  padding: 0 70px 0 50px;
  width: 100%;
}
.site-navigation {
  background-color: rgb(255, 255, 255) !important;
}
.main-menu2 {
  width: 100%;
}
ul#main-menu2 {
  width: 100%;
}
ul#main-menu2 li + li {
  border-left: 1px solid #000;
}
ul#main-menu2 li:first-child {
  border-left: 1px solid #000;
}
ul#main-menu2 li:last-child {
  border-right: 1px solid #000;
}
ul#main-menu2 li img {
  width: auto;
  height: 35px;
}
ul#main-menu2 li a {
  padding: 10px 25px;
  transition: 0.3s;
}
ul#main-menu2 li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
ul.m-list-wrap {
  width: 100%;
  display: inline-flex;
  list-style-type: none;
}
ul.m-list-wrap li {
  width: 100%;
  padding: 10px;
}
ul.m-list-wrap li + li {
  border-left: 2px solid #000;
}
ul.m-list-wrap li:first-child {
  border-left: 2px solid #000;
}
ul.m-list-wrap li:last-child {
  border-right: 2px solid #000;
}
ul.m-list-wrap li label {
  text-align: center;
  font-size: 18px;
  color: #006BB6;
  margin: 0px auto 15px;
  width: 100%;
}
@media only screen and (max-width: 1400px) and (min-width: 1141px) {
  ul#main-menu2 li a {
    padding: 10px 15px;
  }
}
@media (min-width: 1141px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
@media only screen and (max-width: 1140px) {
  ul#main-menu2 {
    display: none;
  }
  .navbar-header {
    float: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
}
@media only screen and (min-width: 1141px) {
  #main-menu {
    display: none;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  #header .container {
    padding: 0 40px 0 30px;
  }
}
@media only screen and (min-width: 991px) {
  .right-menu {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu-pc {
    display: none;
  }
  #header .container {
    padding: 0 15px 0 15px;
  }
  img.h_logo {
    width: 215px;
  }
  p {
    font-size: 14px !important;
    line-height: 2;
  }
  ul.m-list-wrap {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  ul.m-list-wrap li:last-child {
    border: 0;
  }
  ul.m-list-wrap li:first-child {
    border: 0;
  }
  .amore-divider {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
  .catch-title {
    position: absolute;
    top: 23%;
  }
  .catch-title h2 {
    font-size: 21px;
  }
  ul.m-list-wrap li + li {
    border-left: 0;
  }
}
/*---------------------------------------------
#fourth　お知らせ
----------------------------------------------*/
#fourth {
  background: #E6E6E6;
  width: 100%;
}
#fourth .container {
  margin: 0 auto;
}
.topics {
  padding: 10px 10px 10px 0px;
  background-color: white;
  box-shadow: 0 0 20px #8080807a;
}
.col-sm-57.mr50:nth-child(2n) {
  margin-right: 0 !important;
}
body.blog {
  background: #E6E6E6;
}
body.blog .container.amore-inner-container {}
div#blog-index {
  background: #fff;
}
#blog-index > div {
  margin-top: 40px;
  margin: 40px auto;
  max-width: 800px;
  width: 100%;
  padding: 80px 15px;
  margin: -90px auto 0px;
}
.news-c-wrap {
  width: 100%;
  display: inline-block;
}
.news-c-wrap .news-c {
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}
.news-c-wrap .news-c:nth-child(2) {
  width: 66%;
  margin-right: 0%;
  display: inline-block;
}
.news-time-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.timestamp {
  font-size: 18px;
}
.news-time.blog-list-timestamp {
  text-align: center;
  font-size: 22px;
}
.blog-list-title {
  font-size: 18px;
}
.hentry {
  margin: 0 0 60px;
}
.list-title {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .col-sm-57.mr50 {
    margin-right: 0 !important;
  }
}
/*---------------------------------------------
　製品紹介
----------------------------------------------*/
.fifth-banner-headline {
  font-size: 24px;
  text-align: center;
  color: #006BB6 !important;
  font-weight: bold;
}
.fifth-banner-copy {
  text-align: center !important;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
#third .button {
  text-align: center;
}
.button a {
  background: linear-gradient(90deg, #006BB6 0%, #000012 100%);
  color: #fff !important;
  font-weight: bold;
  transition: 0.3s !important;
  padding: 10px 30px !important;
}
.button a:hover {
  background-image: linear-gradient(90deg, #000012 0%, #000012 100%);
  transition: 0.3s !important;
}
#product ul {
  list-style-type: disc !important;
  font-size: 16px  !important;
}
section#product div {
    margin-top: -100px;
    padding-top: 100px;
}
td.bggray {
    background: #d0d0d0;
}
.product-title {
  border-top: solid 15px #E6E6E6;
  width: 100%;
  font-size: 26px !important;
  font-weight: bold !important;
  color: #006BB6;
  margin-bottom: 60px;
  box-shadow: 0 -1px 0px #000000;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  padding: 30px 0px 0px !important;
  border-bottom: none !important;
  position: relative;
}
.product-title::after {
  content: "";
  border-top: solid 15px #006BB6;
  position: absolute;
  width: 18%;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto
}
p.product-sub-title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 60px;
}
.product-contents {
  width: 100%;
  margin: 60px auto 100px;
}
.product-contents2 {
  width: 100%;
  margin: 0px auto 100px;
}
.product-contents .left, .product-contents2 .left {
  width: 18%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.product-contents .right, .product-contents2 .right {
  width: 79%;
  display: inline-block;
  vertical-align: top;
}
.product-title2 {
  width: 100%;
  font-size: 22px !important;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  color: #006BB6;
  border-bottom: none !important;
  margin: 0 auto 20px !important;
  padding-top: 0 !important;
}
.right .product-title2 {
  margin: 0 0 20px !important;
}
.product-title2::before {
  content: "";
  border-left: solid 3px #000;
  margin-right: 60px;
}
.product-title2::after {
  content: "";
  border-right: solid 3px #000;
  margin-left: 60px;
}
.product-title2 h3 {
  border-bottom: none !important;
  font-size: 20px !important;
  display: inline-block;
  width: 580px;
  text-align: center;
}
.moive-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.moive-wrap iframe {
  width: 100%;
  height: 40vh;
}
.product-c-l {
  text-align: center;
}
.product-c-l-wrap {
    width: 100%;
    background: #E6E6E6;
    padding: 20px 25px 30px;
    margin-bottom: 60px;
    margin-top: 0px !important;
    padding-top: 20px !important;
}
.product-c-l-wrap h5 {
  width: 100%;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  font-weight: normal;
}
.product-c-l > div.pic {
  display: inline-block;
  width: 17.5%;
  margin-right: 2%;
}
.product-c-l > div.pic:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-title2::before {
    content: "";
    margin-right: 30px;
  }
  .product-title2::after {
    content: "";
    margin-left: 30px;
  }
  .product-title2 h3 {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .product-title {
    font-size: 22px !important;
  }
  .product-title2 {
    font-size: 18px !important;
    text-align: center !important;
  }
  .right .product-title2 {
    margin: 0 auto 20px !important;
  }
  .product-title2::before {
    content: "";
    border-left: solid 3px #000;
    margin-right: 0px;
    padding-right: 10px;
    padding-top: 5px;
  }
  .product-title2::after {
    content: "";
    border-right: solid 3px #000;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .product-title2 h3 {
    width: 250px;
    margin: 0 auto;
    font-size: 17px !important;
  }
  .product-contents .left, .product-contents2 .left {
    width: 100%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-contents .left img, .product-contents2 .left img {
    width: 200px;
  }
  .product-contents .right, .product-contents2 .right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .product-c-l > div.pic {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 15px;
  }
  .product-c-l > div.pic img {
    width: 200px;
  }
}
/*---------------------------------------------
INFORMATION　会社概要
----------------------------------------------*/
.map-wrap-dark {
  background-color: #FFf !important;
  color: #000 !important;
  padding: 30px;
}
/*---------------------------------------------
共通クラス
----------------------------------------------*/
.text-white {
  color: #fff !important;
}
.sp-only {
  display: none !important;
}
.ip-only {
  display: none !important;
}
.ip-only-in {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only-in {
    display: inline-block !important;
  }
  .sp-w60-pic {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1140px) {
  .ip-only {
    display: block !important;
  }
  .ip-only-in {
    display: inline-block !important;
  }
  .pc-only-ip {
    display: none !important;
  }
}
/*---------------------------------------------
procedure　手順
----------------------------------------------*/
#procedure {
  padding-bottom: 70px;
}
#procedure p {
  margin-bottom: 0;
}
.step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  height: 31vh;
  display: inline-block;
}
div#pd-1,div#pd-2,div#pd-3,div#pd-4,div#pd-5,div#pd-6 {
    margin-top: -100px;
    padding-top: 100px;
}

h3.step-title {
  width: 100%;
  height: 146px;
  line-height: 146px;
  padding-left: 15%;
  font-size: 24px !important;
  font-weight: bold;
  color: #006BB6;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  border-bottom: none !important;
  margin-bottom: 40px !important;
  padding-top: 4px;
}
.step-1 h3.step-title {
  background: url('img/procedure/procedure-step1.png') 100%;
  background-size: cover;
  background-position: left;
}
.step-2 h3.step-title {
  background: url('img/procedure/procedure-step2.png') 100%;
  background-size: cover;
  background-position: left;
}
.step-3 h3.step-title {
  background: url('img/procedure/procedure-step3.png') 100%;
  background-size: cover;
  background-position: left;
}
.step-4 h3.step-title {
  background: url('img/procedure/procedure-step4.png') 100%;
  background-size: cover;
  background-position: left;
}
.step-5 h3.step-title {
  background: url('img/procedure/procedure-step5.png') 100%;
  background-size: cover;
  background-position: left;
}
.step-6 h3.step-title {
  background: url('img/procedure/procedure-step6.png') 100%;
  background-size: cover;
  background-position: left;
}
.right-pic img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .right-pic {
    position: absolute;
    top: 26%;
    right: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
    height: auto;
    margin-bottom: 20px !important;
    margin-bottom: 40px;
  }
  .step-1 h3.step-title, .step-2 h3.step-title, .step-3 h3.step-title, .step-4 h3.step-title, .step-5 h3.step-title, .step-6 h3.step-title {
    height: 60px;
  }
  h3.step-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 4%;
    font-size: 18px !important;
    text-align: center;
    padding-top: 4px;
  }
  .step-2 h3.step-title {
    padding-left: 10%;
  }
  .right-pic {
    width: 100%;
    margin-top: 15px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
  }
  .right-pic img {
    width: 70%;
  }
  #procedure p {
    margin-bottom: 0;
    display: block;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .step-1 h3.step-title, .step-2 h3.step-title, .step-3 h3.step-title, .step-4 h3.step-title, .step-5 h3.step-title, .step-6 h3.step-title {
    background-position: left top;
  }
  h3.step-title {
    height: 100px;
    line-height: 100px;
    padding-left: 15%;
    font-size: 24px !important;
    font-weight: bold;
    color: #006BB6;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
    border-bottom: none !important;
    margin-bottom: 40px !important;
    padding-top: 0px;
  }
  #procedure p {
    margin-bottom: 0;
    width: 70%;
    font-size: 14px;
  }
  .right-pic {
    position: absolute;
    top: 30%;
    right: 0;
    display: inline-block;
  }
  .right-pic img {
    width: 200px;
  }
}
/*---------------------------------------------
question　よくある質問
----------------------------------------------*/
#question {
  padding-bottom: 70px;
}
#question p {
  margin: 0 0 20px 0;
}
.question-title {
  width: 100%;
  font-size: 26px !important;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  color: #006BB6;
  border-bottom: none !important;
  margin: 0 auto 50px !important;
}
.question-title::before {
  content: "";
  border-left: solid 3px #000;
  margin-right: 60px;
}
.question-title::after {
  content: "";
  border-right: solid 3px #000;
  margin-left: 60px;
}
.question-sub-title {
  border-top: solid 8px #006BB6;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
  box-shadow: 0 -1px 0px #000000;
}
.question-sub-title .q-right {
  display: inline-block;
  background: #006BB6;
  width: 6%;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.question-sub-title .q-left {
  display: inline-block;
  background: #CCCCCC;
  width: 94%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 62px;
  height: 60px;
  color: #006BB6;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

section#question h3.question-title {
  margin-top: -100px !important ;
  padding-top: 100px ;
}

#q-1 {
  max-width: 1050px;
  width: 100%;
}
#q-2, #q-3, #q-4, #q-5 {
  max-width: 1050px;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .question-title {
    font-size: 20px !important;
    margin: 0 auto 30px !important;
  }
  .question-sub-title {
    border-top: solid 0px #006BB6;
  }
  .question-sub-title .q-right {
    display: inline-block;
    background: #006BB6;
    width: 100%;
    font-size: 20px;
    line-height: 2.1;
    height: auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .question-sub-title .q-left {
    display: inline-block;
    background: #CCCCCC;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.6;
    height: auto;
    color: #006BB6;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  }
  #q-2, #q-3, #q-4, #q-5 {
    margin-top: 60px;
  }
}
/*---------------------------------------------
INFORMATION　インフォメーション
----------------------------------------------*/
.info-logo {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.info-logo img {
  width: 250px;
  margin: 0 auto;
}
.info-text {
  text-align: center;
  line-height: 1.6;
  font-size: 22px;
  letter-spacing: 0.2rem;
}
.info-text.mb20 {
  margin-bottom: 20px;
}
.info-text.mt40 {
  margin-top: 40px;
}
.map-wrap-dark {
  padding: 30px 30px 45px;
}
.map-wrap-dark p {
  font-size: 18px;
}
.map-wrap-dark .button a {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .info-logo img {
    width: 150px;
    margin: 0 auto;
  }
  .info-text {
    font-size: 18px;
  }
  .info-text.mb20 {
    margin-bottom: 10px;
  }
  .info-text.mt40 {
    margin-top: 20px;
  }
}
/*---------------------------------------------
CONTACT　お問合せ
----------------------------------------------*/
.cost-t-wrap {
  width: 100%;
}
.cost-t {
  width: 100%;
}
.cost-t tr {
  width: 100%;
  margin-bottom: 30px;
  border: none;
  display: flex;
}
.cost-t tr th {
  display: inline-block;
  width: 20%;
  background: #006BB6;
  color: #fff;
  position: relative;
  border: none;
  padding: 15px;
}
.cost-t tr th label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2;
  padding-left: 10px;
  margin: 0;
}
.cost-t tr th label.required::after {
  content: "必須";
  color: #fff;
  background: #00A0E9;
  padding: 1px 10px;
  font-size: 11px;
  position: absolute;
  right: 15px;
  line-height: 1.6;
  top: 22px;
}
.cost-t tr td {
  display: inline-block;
  width: 80%;
  background: #CCCCCC;
  border: none;
  padding: 15px;
}
.form-button-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.form-button-wrap .form-button {
  background: linear-gradient(90deg, #006BB6 0%, #000012 100%);
  color: #fff !important;
  font-weight: bold;
  transition: 0.3s !important;
  padding: 10px 30px !important;
  border: none;
  width: 150px;
}
.form-button-wrap .form-button:hover {
  background-image: linear-gradient(90deg, #000012 0%, #000012 100%);
  transition: 0.3s !important;
}
.cost-t-wrap input[type="text"] {
  line-height: 2.2;
  font-size: 16px;
  border: none;
  background: #ccc;
  width: 100%;
  padding: 0 10px;
  border-radius: 5px;
}
.cost-t-wrap input[type="text"]:focus {
  border: 2px solid #fff;
  background: #fff;
  z-index: 10;
  outline: 0;
}
.cost-t-wrap textarea {
  padding: 5px 10px;
  width: 100%;
  line-height: 1.6;
  border: none;
  background: #ccc;
  border-radius: 5px;
}
.cost-t-wrap textarea:focus {
  border: 2px solid #fff;
  background: #fff;
  z-index: 10;
  outline: 0;
}
@media only screen and (max-width: 991px) {
  .cost-t tr {
    display: inline-block;
  }
  .cost-t tr th {
    display: inline-block;
    width: 100%;
    background: #006BB6;
    color: #fff;
    position: relative;
    border: none;
    padding: 15px;
  }
  .cost-t tr td {
    display: inline-block;
    width: 100%;
    background: #ccc;
    color: #fff;
    position: relative;
    border: none;
    padding: 15px;
  }
  .cost-t-wrap input[type="text"] {
    line-height: 2.2;
    font-size: 14px;
    border: solid 1px #fff;
    color: #000;
  }
  .cost-t-wrap input[type="text"]:focus {
    background: #fff;
    z-index: 10;
    outline: 0;
  }
  .cost-t-wrap textarea {
    line-height: 2.2;
    font-size: 14px;
    border: solid 1px #fff;
    color: #000;
  }
  .cost-t-wrap textarea:focus {
    background: #fff;
    z-index: 10;
    outline: 0;
  }
}
/*---------------------------------------------
price　価格
----------------------------------------------*/
.price-title {
  border-top: solid 15px #006BB6;
  width: 100%;
  font-size: 26px !important;
  font-weight: bold !important;
  color: #006BB6;
  margin-bottom: 60px;
  box-shadow: 0 -1px 0px #000000;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  padding: 30px 0px !important;
  border-bottom: none !important;
}
.price-title2 {
  border-top: solid 15px #006BB6;
  width: 100%;
  font-size: 26px !important;
  font-weight: bold !important;
  color: #006BB6;
  margin-bottom: 60px;
  box-shadow: 0 -1px 0px #000000;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  padding: 30px 0px !important;
  border-bottom: none !important;
  margin-top: 100px !important;
}
.price-t table {
  width: 100%;
  font-size: 16px;
}
.price-t tr th {
  border: none;
  border-top: solid 1px #000;
  background: #666666;
  font-weight: bold;
  color: #fff;
  width: 27%;
}
.price-t tr th:first-child {
  width: 45%;
  padding-left: 5%;
}
.price-t tr td.bggray {
  padding-left: 5%;
}
.price-t tbody tr td {
  border: none;
}
.price-t tbody tr {
  background: #E6E6E6;
  border-bottom: 1px solid #9a9a9a;
}
.price-t tbody tr:nth-child(2n) {
  background: #fff;
}
section#price div {
    margin-top: -100px;
    padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .price-title {
    font-size: 20px !important;
  }
  .price-title2 {
    font-size: 20px !important;
  }
  .price-t {
    overflow: auto;
    white-space: nowrap;
  }
  .price-t table {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
    border: none;
  }
  #pr-2 {
    margin-bottom: 10px;
  }
}
/*---------------------------------------------
footer　フッター
----------------------------------------------*/
.footer_description {
  display: none;
}
#footer-amo .amore-section {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #000;
}
.footer-menu-wrap ul {
  display: inline-flex;
  list-style-type: none;
  color: #fff !important;
  width: 100%;
}
.footer-menu-wrap ul li {
  width: 100%;
  padding: 5px 12px;
}
.footer-menu-wrap ul.line {
  margin-bottom: 15px;
}
.footer-menu-wrap ul.line li + li {
  border-left: 2px solid #fff;
}
.footer-menu-wrap ul.line li:first-child {
  border-left: 2px solid #fff;
}
.footer-menu-wrap ul.line li:last-child {
  border-right: 2px solid #fff;
}
.footer-menu-wrap ul li laber {
  font-size: 18px;
  font-weight: bold;
  font-family: "D-DIN-Bold";
  display: inline-block;
  width: 100%;
  letter-spacing: 0.2rem;
}
.footer-menu-wrap ul li span {
  font-size: 10px;
  display: inline-block;
  width: 100%;
}
.footer-menu-wrap ul li a {
  line-height: 1.6;
  font-size: 11px;
  color: #fff !important;
}
h3#footer_logo {
  margin: 0;
  padding: 0;
  margin-bottom: 30px !important;
}
img.f_logo {
  width: 250px;
}
.scrolltotop {
  display: none;
}