@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contact.css
 author     : Ability Consultant
 style info : お問い合わせ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_request, .con_thanks, .con_tel {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_request, .con_thanks, .con_tel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_request, .con_thanks, .con_tel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_request, .ie8 .con_thanks, .ie8 .con_tel {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_request, .con_thanks, .con_tel {
    width: 95%;
  }
}

.con_request:after, .con_confirm:after, .con_thanks:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/* -----------------------------------------------------------
    con_flow
----------------------------------------------------------- */
.con_flow {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 70px;
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    max-width: 360px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .con_flow {
    max-width: 400px;
  }
}
.con_flow ul {
  text-align: center;
  width: 100%;
}
.con_flow ul li {
  width: 30%;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li {
    width: 32%;
    min-width: 100px;
    font-size: 1.1em;
  }
}
.con_flow ul li span {
  font-family: "Cinzel", serif, sans-serif;
  color: #fff;
  font-size: 2em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li span {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li span {
    font-size: 1.5em;
  }
}
.con_flow ul li span::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li span::before {
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li span::before {
    top: -1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li span::before {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li span::before {
    width: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li span::before {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li span::before {
    height: 36px;
  }
}
.con_flow ul li.active span::before {
  background: #171717;
}
.con_flow ul li::after {
  content: "";
  position: absolute;
  border: .5px solid #000;
  width: 120px;
  top: 19px;
  left: 213px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li::after {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li::after {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li::after {
    left: 182px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li::after {
    left: 100px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .con_flow ul li::after {
    left: 110px;
    width: 40px;
  }
}
.con_flow ul li:last-child::after {
  display: none;
}
.con_flow ul li.active::before {
  background: #171717;
}

/* -----------------------------------------------------------
    con_request
----------------------------------------------------------- */
.con_request {
  max-width: 900px;
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request {
    margin-bottom: 1em;
  }
}
.con_request .tbl_primary {
  width: 100%;
}
.con_request .tbl_primary th, .con_request .tbl_primary td {
  padding: 1em 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary th, .con_request .tbl_primary td {
    padding: 0.9em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th, .con_request .tbl_primary td {
    padding: 0 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th, .con_request .tbl_primary td {
    width: 100%;
    display: block;
  }
}
.con_request .tbl_primary th input, .con_request .tbl_primary th textarea, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td textarea, .con_request .tbl_primary td select {
  padding: 0.9em 1em;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary th input, .con_request .tbl_primary th textarea, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td textarea, .con_request .tbl_primary td select {
    padding: 0.8em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th input, .con_request .tbl_primary th textarea, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td textarea, .con_request .tbl_primary td select {
    padding: 0.7em 0.8em;
  }
}
.con_request .tbl_primary th select, .con_request .tbl_primary td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.con_request .tbl_primary th select::-ms-expand, .con_request .tbl_primary td select::-ms-expand {
  display: none;
}
.con_request .tbl_primary th input[type="text"], .con_request .tbl_primary th input[type="tel"], .con_request .tbl_primary th input[type="email"], .con_request .tbl_primary th input[type="company"], .con_request .tbl_primary th textarea[name="content"], .con_request .tbl_primary th select[name="contact_type"], .con_request .tbl_primary th select[name="address1"], .con_request .tbl_primary td input[type="text"], .con_request .tbl_primary td input[type="tel"], .con_request .tbl_primary td input[type="email"], .con_request .tbl_primary td input[type="company"], .con_request .tbl_primary td textarea[name="content"], .con_request .tbl_primary td select[name="contact_type"], .con_request .tbl_primary td select[name="address1"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-bottom: 5px;
}
.con_request .tbl_primary th {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th {
    font-size: 1.1em;
  }
}
.con_request .tbl_primary th span {
  color: red;
  border: 1px solid red;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .con_request .tbl_primary th span {
    float: right;
  }
}
@media print {
  .con_request .tbl_primary th span {
    float: right;
  }
}
.ie8 .con_request .tbl_primary th span {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary td {
    margin-top: .3em;
    margin-bottom: 2em;
  }
}
.con_request .tbl_primary td .error {
  color: red;
}
.con_request .tbl_primary .name input, .con_request .tbl_primary .tel input, .con_request .tbl_primary .company input {
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .name input, .con_request .tbl_primary .tel input, .con_request .tbl_primary .company input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .name input, .con_request .tbl_primary .tel input, .con_request .tbl_primary .company input {
    width: 100%;
  }
}
.con_request .tbl_primary .address_pre label {
  position: relative;
  z-index: 2;
}
.con_request .tbl_primary .address_pre label select {
  width: 70%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .address_pre label select {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address_pre label select {
    width: 100%;
  }
}
.con_request .tbl_primary .address_pre label select::-ms-expand {
  display: none;
}
.con_request .tbl_primary .address_pre label:after {
  content: "";
  border: solid transparent;
  border-width: 8px 5px 0;
  border-top-color: #000;
  position: absolute;
  right: 27px;
  top: calc(50% - 4px);
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .address_pre label:after {
    right: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address_pre label:after {
    right: 15px;
  }
}
.con_request .tbl_primary .address_num input {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .address_num input {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address_num input {
    width: 60%;
  }
}
.con_request .tbl_primary .address_muni input, .con_request .tbl_primary .email input {
  width: 100%;
}
.con_request .tbl_primary .cate label {
  position: relative;
}
.con_request .tbl_primary .cate label select {
  width: 70%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .cate label select {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .cate label select {
    width: 100%;
  }
}
.con_request .tbl_primary .cate label select::-ms-expand {
  display: none;
}
.con_request .tbl_primary .cate label:after {
  content: "";
  border: solid transparent;
  border-width: 8px 5px 0;
  border-top-color: #000;
  position: absolute;
  right: 27px;
  top: calc(50% - 4px);
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .cate label:after {
    right: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .cate label:after {
    right: 15px;
  }
}
.con_request .tbl_primary .text textarea {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .text textarea {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .text textarea {
    height: 170px;
  }
}
.con_request .tbl_primary .radio {
  margin-left: 10px;
}
.con_request .tbl_primary .radio .radio02-input {
  display: none;
}
.con_request .tbl_primary .radio .radio02-input + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.con_request .tbl_primary .radio .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.con_request .tbl_primary .radio .radio02-input:checked + label {
  color: #000;
}
.con_request .tbl_primary .radio .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
}
.con_request .tbl_primary .tel_type {
  margin-left: 10px;
}
.con_request .tbl_primary .tel_type .radio01-input {
  display: none;
}
.con_request .tbl_primary .tel_type .radio01-input + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.con_request .tbl_primary .tel_type .radio01-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.con_request .tbl_primary .tel_type .radio01-input:checked + label {
  color: #000;
}
.con_request .tbl_primary .tel_type .radio01-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
}
.con_request .con_pri {
  margin-top: 2em;
  border-top: 1px solid #171717;
}
.con_request .con_pri .box_pri {
  margin: 40px auto 0;
  height: 200px;
  overflow-y: scroll;
  background: #f9f9f9;
  border: solid 1px #eaeaea;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri .box_pri {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_pri {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_pri {
    padding: 4%;
  }
}
.con_request .con_pri .box_pri h6 {
  margin: 1em 0 0 1.5em;
}
.con_request .con_pri .box_pri p {
  margin-left: 1.5em;
}
.con_request .con_pri .box_pri .decimal {
  margin: 1em 0 0 1.5em;
}
.con_request .con_pri .box_pri .decimal li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.con_request .con_pri .box_pri .decimal li .address {
  padding: 15px 0;
}
.con_request .con_pri .box_pri .decimal li a {
  text-decoration: underline;
  color: #006f67;
}
.con_request .con_pri .box_pri .disc {
  margin: 1em 0 0 1.5em;
}
.con_request .con_pri .box_pri .disc li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.con_request .con_pri .box_doui {
  margin-top: 40px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri .box_doui {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_doui {
    margin-top: 2em;
  }
}
.con_request .con_pri .box_doui .checkbox01-input {
  display: none;
}
.con_request .con_pri .box_doui .checkbox01-parts {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  margin: auto;
  max-width: 320px;
  display: inline-block;
}
.con_request .con_pri .box_doui .checkbox01-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_doui .checkbox01-parts:before {
    top: 0;
  }
}
.con_request .con_pri .box_doui .checkbox01-input:checked + .checkbox01-parts {
  color: #000;
}
.con_request .con_pri .box_doui .checkbox01-input:checked + .checkbox01-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_doui .checkbox01-input:checked + .checkbox01-parts:after {
    top: -4px;
  }
}
.con_request .con_pri .box_doui span {
  display: block;
}
.con_request .con_pri .box_doui span.cau {
  margin-top: .5em;
  color: red;
  font-size: 88%;
}
.con_request .con_pri .box_doui span a {
  text-decoration: underline;
}
.con_request .box_btn {
  text-align: center;
  margin: 4em 0 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_request .box_btn .btn_basic {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_basic {
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_request .box_btn .btn_basic a, .con_request .box_btn .btn_basic input {
  width: 320px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_basic a, .con_request .box_btn .btn_basic input {
    width: 100%;
    padding: 1em 1em;
  }
}

/* -----------------------------------------------------------
    con_confirm
----------------------------------------------------------- */
.con_confirm {
  margin: 0 auto 5em;
  max-width: 900px;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm {
    margin: 0 auto 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm {
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm {
    max-width: 100%;
  }
}
.con_confirm .tbl_primary {
  width: 100%;
}
.con_confirm .tbl_primary th, .con_confirm .tbl_primary td {
  padding: 1em 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm .tbl_primary th, .con_confirm .tbl_primary td {
    padding: 0.9em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .tbl_primary th, .con_confirm .tbl_primary td {
    padding: 0 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .tbl_primary th, .con_confirm .tbl_primary td {
    width: 100%;
    display: block;
  }
}
.con_confirm .tbl_primary th {
  width: 32%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm .tbl_primary th {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .tbl_primary th {
    width: 100%;
  }
}
.con_confirm .tbl_primary th span {
  color: red;
  border: 1px solid red;
  padding: 0 3px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .con_confirm .tbl_primary th span {
    float: right;
  }
}
@media print {
  .con_confirm .tbl_primary th span {
    float: right;
  }
}
.ie8 .con_confirm .tbl_primary th span {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_confirm .tbl_primary th span {
    margin-left: 10px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .tbl_primary td {
    padding-top: 5px;
    padding-bottom: 2em;
  }
}
.con_confirm .txt {
  text-align: center;
  border-top: 1px solid #171717;
  padding-top: 2em;
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm .txt {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .txt {
    padding-top: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm .txt {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .txt {
    margin-top: 0.5em;
  }
}
.con_confirm .box_btn02 {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_confirm .box_btn02 {
    margin: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_btn02 {
    margin: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_btn02 {
    display: block;
    text-align: center;
  }
}
.con_confirm .box_btn02 .btn_basic {
  margin: 0;
  margin-left: 1%;
  display: inline-block;
}
.con_confirm .box_btn02 .btn_basic:first-child {
  margin-left: 0;
}
.con_confirm .box_btn02 .btn_basic a, .con_confirm .box_btn02 .btn_basic input {
  width: 320px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_btn02 .btn_basic a, .con_confirm .box_btn02 .btn_basic input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_btn02 .btn_basic {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.con_confirm .box_btn02 .btn a {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_btn02 .btn a {
    font-size: 100%;
  }
}
.con_confirm .box_btn02 .green a {
  font-size: 100%;
  font-family: '游ゴシック';
}

/* -----------------------------------------------------------
 con_thanks
----------------------------------------------------------- */
.con_thanks {
  margin-bottom: 5em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-bottom: 1em;
  }
}
.con_thanks h3 {
  margin: 40px 0;
  font-size: 138%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks h3 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks h3 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks h3 {
    font-size: 1.3em;
  }
}
.con_thanks .txt_thanks {
  margin: 1em 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_thanks .txt_thanks {
    padding: 0 1em;
    text-align: left;
  }
}
.con_thanks .btn {
  margin: 0 auto;
  margin-top: 50px;
  width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks .btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    width: 230px;
  }
}

.con_tel {
  border: 1px solid #000;
  margin-bottom: 6em;
  max-width: 800px;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tel {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_tel {
    padding: 1.5rem;
  }
}
.con_tel .st {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 113%;
}
@media only screen and (min-width: 768px) {
  .con_tel .st {
    width: 60%;
    padding-right: 3%;
    text-align: right;
  }
}
@media print {
  .con_tel .st {
    width: 60%;
    padding-right: 3%;
    text-align: right;
  }
}
.ie8 .con_tel .st {
  width: 60%;
  padding-right: 3%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_tel .st {
    text-align: center;
    margin-bottom: 5px;
  }
}
.con_tel .box_tel {
  text-align: center;
  font-size: 88%;
}
@media only screen and (min-width: 768px) {
  .con_tel .box_tel {
    width: 55%;
    text-align: left;
  }
}
@media print {
  .con_tel .box_tel {
    width: 55%;
    text-align: left;
  }
}
.ie8 .con_tel .box_tel {
  width: 55%;
  text-align: left;
}
.con_tel .box_tel a,
.con_tel .box_tel .tel-link {
  font-family: "Cinzel", serif;
  font-size: 188%;
}
@media only screen and (max-width: 767px) {
  .con_tel .box_tel a,
  .con_tel .box_tel .tel-link {
    font-size: 1.5em;
  }
}
