@charset "UTF-8";

/*問合せcss上書き mailformpro*/
.optionally_ex {
	display: block;
	background-color: #fff;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #C00;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.mfp_element_textarea {
  resize: vertical !important;
}
form#mailformpro label.mfp_checked {
    padding: 3px;
    /* border: solid 1px #CCC; */
    /* background-color: #E8EEF9; */
    /* box-shadow: 0px 1px 3px #ccc inset; */
    border: none !important;
    background-color: #fff !important;
    box-shadow: none;
}
form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: none !important;
}
body {
  background-color: #fff !important;
}
form#mailformpro dl dt  {
  font-size: 1.5em !important;
  border-top: none !important;
  width: auto !important;
}
form#mailformpro dl dd {
  border-top: none !important;
}
form#mailformpro .mfp  {
  padding: 4px 4px !important;
}
form#mailformpro {
  padding-top: 0px !important;
}
form#mailformpro .mfp_rows {
  width: 100%;
}
.input-font-size {
  font-size: 1.5em;
}
.input-font-size-sm {
  font-size: 1.1em;
}
.mfp_colored {
   background-color: #fff !important;
}
.row-5 {
/*  height: 120px !important;*/
}
.sm-header-ex {
  padding: 0 11px !important;
}

/*拡張*/
.col-md-9 {
  width: 100% !important;
}
.policy-img {
 margin-top: 8px;
 margin-buttom: 8px;
}

.text-red {
  color: red;
  font-weight: bold;
}

.policy {
  text-align: center;
  margin-top: 4px;
}
.lead-title {
  font-weight: bold;
  padding-top: 8px;
  font-size: 1.8rem;
}
.padding16 {
  padding-left:16px;
  padding-right:16px;
}

/*
.ancx{
   display: block;
   margin-top:-55px;
   padding-top:55px;
}
*/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
  body {
    font-size: 1.3rem;
  }

*, *:after, *:before {
  box-sizing: border-box;
}

.xtitle {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

a {
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.anchor {
  padding-top: 9px;
  margin-top: 0px;
}

  .anchor {
    padding-top: 8px;
    margin-top: 0px;
  }

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 350px;
  margin: 32px auto;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
}

  .btn-01, .btn-02 {
    min-width: 80%;
  }

.btn-01 a, .btn-02 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.4rem;
  color: #fff;
  background-color: #3c3f3f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn-01 a {
  background-color: #ffc90d !important;
  color: blue;
}
.btn-02 a {
  background-color: #CD3139 !important;
}

  .btn-01 a, .btn-02 a {
    font-size: 1.8rem;
  }

.xservice {
/*  padding-left: 0px !important;*/
}

.mail {
  position: relative;
}

header {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 104px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: height .1s ease;
}

  header {
    position: fixed;
  }

header .header-logo {
  display: flex;
  align-items: center;
  height: 104px;
  margin: 0;
  font-size: 1.2rem;
  transition: height .2s ease;
}
header .row {
  position: relative;
}
header .nav {
  display: flex;
  justify-content: center;
}
header .nav li {
  color: #333;
  font-size: 1.6rem;
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 112px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s ease;
}
header .nav li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header .nav li a span.focus {
  border-bottom-color: #3c3f3f;
  color: #3c3f3f;
}
header .nav li.contact-btn {
  width: auto;
  text-align: right;
}
header .nav li.contact-btn .contact-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px 0;
  border-radius: 4px;
  background-color: #3c3f3f;
  color: #fff;
  transition: opacity .2s ease;
}
header .nav li.contact-btn a {
  padding-bottom: 6px;
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}

  .main {
    padding-top: 54px;
  }

  header {
    height: 54px;
    transition: all .2s ease;
  }
  header .container {
    width: 100%;
    padding: 0;
  }

  .sm-header {
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
  }

  header .header-logo {
    height: 50px;
  }

  .header-logo img {
    width: auto;
    height: 40px;
  }

  ul.nav {
    display: none;
    padding: 28px;
  }

  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 19px;
    cursor: pointer;
  }
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
/*    background-color: #3c3f3f;*/
    background-color: #666666;
    transition: all .4s;
  }

  .drawer-menu span:nth-of-type(1) {
    top: 0;
  }
  .drawer-menu span:nth-of-type(2) {
    top: 8px;
  }
  .drawer-menu span:nth-of-type(3) {
    bottom: 0;
  }

  header.open {
/*    height: 100%;*/
    height: auto;
/*    overflow: scroll;*/
/*    background: rgba(30, 30, 30, 0.95);*/
/*    background: #E6E6E6;*/
    transition: all .2s ease;
  }
  header.open .drawer-menu span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  header.open .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  header.open .drawer-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  header.open ul.nav {
    display: block;
  }
  header.open ul.nav li {
    display: block;
    /*opacity: 0;*/
    width: 100%;
/*    border-bottom: dotted 1px #999;*/
    border-bottom: solid 1px #666666;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;

  }
  header.open ul.nav li a {
    position: relative;
    height: auto;
    padding: 16px 10px;
/*    color: #fff;*/
    color: #666666;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  header.open ul.nav li a span {
    padding: 0;
  }
  header.open ul.nav li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-width: 10px;
/*
    border-top: 1px solid #999;
    border-right: 1px solid #999;
*/
    border-top: 3px solid #666666;
    border-right: 3px solid #666666;
    content: '';
  }
  @-webkit-keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }

.contents-ttl {
  position: relative;
  font-weight: bold;
  font-size: 4rem;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;
  line-height: 1.25;
  color: #5555AA;
}

  .contents-ttl {
    font-size: 2rem;
  }

footer section {
  margin: 0;
  color: black;
  background-color: #E6E6E6;
  font-weight: bold;
  border-top: 3px solid #CD3139;
}

.font-verdana {
  font-family: Verdana;
}

.copyright {
/*  margin: 16px 0;*/
  margin: 4px 0;
  text-align: center;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}

section {
  position: relative;
  padding: 10px 0;
}

  section {
    padding: 2px 0;
  }

section p {
  line-height: 1.5;
}

section .tel-number {
  font-size: 2.8rem;
  font-weight: normal;
  vertical-align: middle;
}
section .contact-info {
  margin: 8px auto;
}
section .mini-section {
  padding-top: 104px;
}

section .mini-section {
  padding-top: 0;
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding-left: 8px;
  padding-right: 8px;
}

.m-b-md {
/*  margin-left: 16px;*/
/*  margin-right: 16px;*/
  margin-top: 8px;
  overflow-wrap : break-word;
}

.font-size-xs {
  font-size: 1.2rem;
}

  .font-size-xs {
    font-size: 1rem;
  }

.lead {
  line-height: 1.7;
  text-indent: 1em;
/*  margin-top: 8px;*/
}

.valign-m {
  vertical-align: middle;
}

.emphasis-boldcolored {
  font-weight: bold;
  color: #3c3f3f;
  text-align: left;
}

.text-center {
  text-align: center;
}

.blockquote {
  position: relative;
  padding: 0;
  z-index: 1;
}
.blockquote p {
  position: relative;
  padding-top: 8px;
  font-size: 3rem;
  color: #3c3f3f;
  z-index: 3;
}

  .blockquote p {
    font-size: 1.8rem;
  }

.bg-white {
  background-color: #fff;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 4px;
  margin-top: 8px;
}

.table-head {
  border-left: 5px solid #777777;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-size: 1.5rem;
  background-color: #e6e6e6;
}

.table-head td{
  padding-left: 8px;
  font-weight: bold;
  color: #777777;
}

.table-list-ex {
  margin-top: 8px;
}

  .table-list-ex th, .table-list-ex td {
    padding: 8px;
  }
  .table-list-ex th {
/*    background-color: #eeeeff;*/
    white-space: nowrap;
    width: 100px;
  }
  .table-list-ex td {
    padding-bottom: 8px;
  }


.col-md-10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}


.td-link {
  text-align: right;
  padding: 0px !important;
}

.pcHdn {
  display: block;
}

.spHdn {
  display: none;
}

.text-line {
  text-align: left;
  margin-top: 8px;
  line-height: 1.7;
}

