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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_txt, .con_flow, .con_request, .con_thanks {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_txt, .con_flow, .con_request, .con_thanks {
    width: 95%;
  }
}

.con_txt:after, .con_flow:after, .con_flow ul:after, .con_request:after, .con_thanks:after {
  content: "";
  display: table;
  clear: both;
}

/* Animation */
/* Fonts responsive */
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Setting gnav active (Change class and value below)
	map			camera		home		res			bicycle		bag			car
	#588fe3		#047e51		#ba3964		#f18e00		#d239ee 	#edd900		#02b7de
----------------------------------------------------------- */
.con_title {
  background: url(../copy/images/bg_title.jpg) center center no-repeat;
  background-size: cover;
}

/* -----------------------------------------------------------
	con_txt
----------------------------------------------------------- */
.con_txt {
  margin-top: 5em;
  margin-bottom: 50px;
  padding: 15px;
  border: 1px solid #ccc;
  *zoom: 1;
}
.con_txt:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .con_txt {
    margin-top: 2em;
  }
}
.con_txt .box_txt {
  padding: 2% 4%;
  text-align: left;
}
.con_txt .box_txt dt {
  color: #333;
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
  margin-bottom: 5px;
  font-size: 154%;
}
.con_txt .box_txt dd {
  margin-bottom: 1em;
}
.con_txt .box_txt dd:last-child {
  margin-bottom: 0;
}
.con_txt .box_txt dd .txt_tel {
  font-size: 124%;
}
.con_txt .box_txt dd .txt_tel span {
  font-size: 124%;
}
@media only screen and (max-width: 1024px) {
  .con_txt .box_txt {
    padding: 1em;
    width: 100%;
  }
}
.con_txt .box_txt span {
  color: #cc0000;
  padding-right: 0.3em;
}

/* -----------------------------------------------------------
	.con_flow
----------------------------------------------------------- */
.con_flow {
  margin-bottom: 40px;
}
.con_flow ul li {
  width: 28%;
  float: left;
  margin-left: 8%;
  text-align: center;
  background: #e3e3e3;
  font-size: 124%;
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
  font-weight: normal;
  padding: 10px;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li {
    font-size: 100%;
    padding: 10px 0;
    width: 30%;
    margin-left: 5%;
  }
}
.con_flow ul li:first-child {
  margin-left: 0;
}
.con_flow ul li.active {
  background: #333;
  color: #fff;
}
.con_flow ul li:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 124%;
  color: #e3e3e3;
  position: absolute;
  top: 50%;
  right: -16%;
  margin-top: -0.5em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li:after {
    font-size: 93%;
    right: -12%;
  }
}
.con_flow ul li:last-child:after {
  display: none;
}

/* -----------------------------------------------------------
	con_request
----------------------------------------------------------- */
.con_request {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_request {
    margin-top: 20px;
  }
}
.con_request .tbl_primary {
  margin-bottom: 20px;
}
.con_request .tbl_primary th, .con_request .tbl_primary td {
  padding: 0.8em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th, .con_request .tbl_primary td {
    padding: 0.8em 1em;
  }
}
.con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
  border: 1px solid #acacac;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
    width: 100%;
    padding: 0.5em 0.8em;
  }
}
.con_request .tbl_primary th {
  width: 25%;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th {
    width: 100%;
  }
}
.con_request .tbl_primary th span {
  float: right;
  color: #cc0000;
  padding-left: 0.5em;
}
.con_request .tbl_primary .item td {
  font-size: 120%;
  padding: 0.8em 1.2em;
}
.con_request .tbl_primary .price th {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .price th {
    height: 0;
  }
}
.con_request .tbl_primary .price td {
  text-align: right;
}
.con_request .tbl_primary .price td span {
  color: #C00;
  font-size: 147%;
  margin-left: 0.5em;
}
.con_request .tbl_primary .number select {
  width: 20% !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .number select {
    width: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .number select {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .number select {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.con_request .tbl_primary .name input {
  width: 20%;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .name input {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .name input {
    width: 100%;
    margin: 0.3em 0;
  }
}
.con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
  width: 45%;
  border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
    width: 100%;
  }
}
.con_request .tbl_primary .sex label, .con_request .tbl_primary .time label, .con_request .tbl_primary .free_item_checkbox label, .con_request .tbl_primary .free_item_radio label {
  display: inline-block;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  padding: 10px;
  cursor: pointer;
}
.con_request .tbl_primary .sex label:hover, .con_request .tbl_primary .time label:hover, .con_request .tbl_primary .free_item_checkbox label:hover, .con_request .tbl_primary .free_item_radio label:hover {
  background: #e3e3e3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .sex label, .con_request .tbl_primary .time label, .con_request .tbl_primary .free_item_checkbox label, .con_request .tbl_primary .free_item_radio label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .sex label, .con_request .tbl_primary .time label, .con_request .tbl_primary .free_item_checkbox label, .con_request .tbl_primary .free_item_radio label {
    display: block;
    margin-bottom: 10px;
  }
}
.con_request .tbl_primary .sex label input, .con_request .tbl_primary .time label input, .con_request .tbl_primary .free_item_checkbox label input, .con_request .tbl_primary .free_item_radio label input {
  margin: 5px 0.25em 0 0;
  vertical-align: -2px;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .sex label input, .con_request .tbl_primary .time label input, .con_request .tbl_primary .free_item_checkbox label input, .con_request .tbl_primary .free_item_radio label input {
    width: 20px;
  }
}
.con_request .tbl_primary .sex label span, .con_request .tbl_primary .time label span, .con_request .tbl_primary .free_item_checkbox label span, .con_request .tbl_primary .free_item_radio label span {
  position: relative;
  font-weight: bold;
  font-size: 154%;
  top: 2px;
  margin: 0 0.25em;
}
.con_request .tbl_primary .sex label span.ok, .con_request .tbl_primary .time label span.ok, .con_request .tbl_primary .free_item_checkbox label span.ok, .con_request .tbl_primary .free_item_radio label span.ok {
  color: #09f;
}
.con_request .tbl_primary .sex label span.few, .con_request .tbl_primary .time label span.few, .con_request .tbl_primary .free_item_checkbox label span.few, .con_request .tbl_primary .free_item_radio label span.few {
  color: #f90;
}
.con_request .tbl_primary .sex label span.ng, .con_request .tbl_primary .time label span.ng, .con_request .tbl_primary .free_item_checkbox label span.ng, .con_request .tbl_primary .free_item_radio label span.ng {
  color: #c00;
}
.con_request .tbl_primary .sex label span.num, .con_request .tbl_primary .time label span.num, .con_request .tbl_primary .free_item_checkbox label span.num, .con_request .tbl_primary .free_item_radio label span.num {
  font-size: 124%;
  color: #c00;
  margin: 0 0.3em;
}
.con_request .tbl_primary .address input {
  width: 90%;
  border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .address input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address input {
    width: 100%;
  }
}
.con_request .tbl_primary .text textarea {
  width: 95%;
  height: 150px;
  border: 1px solid #acacac;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .text textarea {
    width: 100%;
  }
}
.con_request .tbl_primary .free_item_free_text textarea {
  width: 95%;
  height: 65px;
  border: 1px solid #acacac;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .free_item_free_text textarea {
    width: 100%;
  }
}
.con_request .tbl_primary .attention {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.con_txt .box_txt .attention {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.con_request .box_btn {
  text-align: center;
  margin-bottom: 10px;
}
.con_request .box_btn .btn {
  display: inline-block;
  min-width: 500px;
  margin-right: 10px;
}
.con_request .box_btn .btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_btn .btn {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn {
    min-width: 95%;
    margin: 0 0 15px 0;
  }
}

/* -----------------------------------------------------------
	con_thanks
----------------------------------------------------------- */
.con_thanks {
  text-align: center;
  margin: 100px auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin: 50px auto 30px;
  }
}
.con_thanks h3 {
  font-weight: normal;
  font-size: 162%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_thanks h3 {
    margin-top: 30px;
    font-size: 147%;
  }
}
.con_thanks p {
  margin: 2em 0 0.5em;
}
.con_thanks .box_btn {
  text-align: center;
  margin-bottom: 10px;
}
.con_thanks .box_btn .btn {
  display: inline-block;
  min-width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks .box_btn .btn {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .box_btn .btn {
    min-width: 95%;
    margin: 0 0 15px 0;
  }
}

/*----------------------------------------------------
	Additional by Kakihara Tatsunori
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .btn_black a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_orange a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .item td {
    font-size: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .price td span {
    font-size: 110%;
  }
}
.attention-error {
    background: #ff0000b8;
    padding: 10px;
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}