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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Animation */
/* Fonts responsive */
/* -----------------------------------------------------------
	slick
----------------------------------------------------------- */
.slick-dots {
	margin-top: 30px;
	text-align: center;
	line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-dots {
		margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-dots {
		margin-top: 15px;
  }
}
.slick-dots li {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
}
.slick-dots li button {
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #cbdbef;
}
@media only screen and (max-width: 1024px) {
  .slick-dots li button {
		width: 10px;
		height: 10px;
  }
}
.slick-dots li.slick-active button {
	background: #f06316;
}

.slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 50;
	font-size: 0;
	padding: 0;
	background: none;
	border: 0;
}
.slick-arrow:before {
	cursor: pointer;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #dc6727;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:before {
	content: '\f360';
}
@media only screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
		left: 0;
  }
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:before {
	content: '\f362';
}
@media only screen and (max-width: 767px) {
  .slick-arrow.slick-next {
		right: 0;
  }
}

/* -----------------------------------------------------------
	box_st
----------------------------------------------------------- */
.box_st {
	text-align: center;
	padding: 60px 0 40px;
	border-top: 1px solid #ccc;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_st {
		padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_st {
		padding: 30px 0 20px;
  }
}
.box_st:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 2px;
	left: 50%;
	top: 0;
	margin-left: -60px;
	background: #f06316;
}
.box_st h3 {
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	font-size: 262%;
	line-height: 100%;
	margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .box_st h3 {
		font-size: 216%;
  }
}
@media only screen and (max-width: 767px) {
  .box_st h3 {
		font-size: 154%;
  }
}
.box_st .txt {
	color: #333;
	font-size: 100%;
}

.st_icon_bd {
	font-size: 185%;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	padding-left: 1.3em;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .st_icon_bd {
		font-size: 124%;
		font-weight: bold;
  }
}
.st_icon_bd:before {
	content: "\f26b";
	font-family: "ionicons";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	color: #F06316;
	line-height: 1;
	font-weight: normal;
	font-size: 146%;
}

.st_icon {
	font-size: 170%;
	font-weight: normal;
	padding-left: 1.5em;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .st_icon {
		font-size: 108%;
		font-weight: bold;
  }
}
.st_icon:before {
	content: "\f409";
	font-family: "ionicons";
	position: absolute;
	left: 0;
	top: 43%;
	margin-top: -0.5em;
	color: #F06316;
	line-height: 1;
	font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .st_icon:before {
		font-weight: normal;
  }
}

.st_color {
	font-size: 139%;
	color: #F06316;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .st_color {
		font-size: 116%;
  }
}

/* -----------------------------------------------------------
	button
----------------------------------------------------------- */
.btn_basic {
	text-align: center;
}
.btn_basic a {
	display: block;
	text-decoration: none !important;
}
.btn_basic a span {
	display: block;
	background: #fff;
	border: 1px solid #333;
	color: #222;
	font-size: 124%;
	padding: .8em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_basic a:hover span {
	color: #fff;
	background: #000;
}

.btn_black {
	text-align: center;
}
.btn_black a {
	display: block;
	text-decoration: none !important;
}
.btn_black a span {
	display: block;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 124%;
	padding: 1.35em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_black a:hover span {
	color: #000;
	background: #fff;
}

.btn_orange {
	text-align: center;
}
.btn_orange a {
	display: block;
	text-decoration: none !important;
}
.btn_orange a span {
	display: block;
	background: #F06316;
	border: 2px solid #F06316;
	color: #fff;
	font-size: 124%;
	padding: .8em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_orange a:hover span {
	color: #F06316;
	background: #fff;
}

.btn_gray {
	text-align: center;
}
.btn_gray a {
	display: block;
	text-decoration: none !important;
}
.btn_gray a span {
	display: block;
	background: #eee;
	border: 1px solid #eee;
	color: #222;
	font-size: 124%;
	padding: .8em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_gray a:hover span {
	color: #000;
	background: #fff;
}

/* -----------------------------------------------------------
	table
----------------------------------------------------------- */
table.tbl_primary {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 108%;
}
table.tbl_primary th, table.tbl_primary td {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	word-break: break-all;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th, table.tbl_primary td {
		width: 100% !important;
		float: left;
  }
}
table.tbl_primary th {
	font-weight: normal;
	width: 20%;
	background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th {
		font-weight: bold;
		width: 100%;
  }
}
table.tbl_primary td {
	text-align: left;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary td {
		border-top: none;
  }
}

table.tbl_secondary {
	width: 100%;
}
table.tbl_secondary tr th, table.tbl_secondary tr td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px 10px;
}
table.tbl_secondary tr th {
	font-weight: normal;
	background: #f1f1f1;
	width: 40%;
}

/* -----------------------------------------------------------
	edit by Kakihara Tatsunori
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
.btn_orange a span {
    font-size: 100%;
}
}
@media only screen and (max-width: 767px) {
.btn_basic a span {
    font-size: 100%;
}
}
table.tbl_primary {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}