@charset "utf-8";

body {
	font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	font-size: 13px;
	line-height: 1.7;
	color: #000;
	background: #FFF;
	box-sizing:border-box;
	overflow:hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/************ header ************/
header {
	width:100%;
	background:#FFF;
	position: fixed;
	z-index: 100;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#headerWrap {
	-js-display: flex;
	display: flex;
	width:1140px;
	margin:0 auto;
}
.hd_l {
	width:570px;
}
header h1 {
	margin: 5px 0;
}
.hd_r {
	-js-display: flex;
	display: flex;
	justify-content: flex-end;
	width:670px;
}
.hd_tel {
	width:230px;
	margin-top: 10px;
}
.hd_tel h4 {
	color: #FF7B00;
	text-align: center;
}
.hd_tel p {
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
}
.hd_tel p span {
	font-size: 22px;
}

/************ /header ************/

/***** main area *****/
#cntWrap section{
	width:100%;
}
.cntInner {
	width:920px;
	margin:0 auto;
	padding:100px 0;
}
.cntInner2 {
	width:1080px;
	margin:0 auto;
	padding:100px 0;
}
.cntInner3 {
	width:1080px;
	margin:0 auto;
	padding:30px 0;
}
/***** /main area *****/

/************ footer ************/
footer {
	width: 100%;
	padding-bottom: 110px;
}
#ft01 {
	width: 100%;
	padding: 35px 0 0;
	background:#FFF;
}
#ft01_inner {
	-js-display: flex;
	display: flex;
	width:1140px;
	margin:0 auto;
}
.ftLogo {
	width: 1000px;
}
.ftLogo a {
	font-size: 15px;
	color: #FFF;
}

.ftCompanyData {
	width: 600px;
}
.ftCompanyData dl {
	-js-display: flex;
	display: flex;
	justify-content:space-between;
}
.ftCompanyData dt {
	flex-basis: 30%;
	font-weight: bold;
	line-height: 1.4;
}
.ftCompanyData dd {
	flex-basis: 100%;
	line-height: 1.6;
}

#ft02 {
	width: 100%;
	padding: 15px 0;
}
address{
	margin-top: 8px;
	font-size: 11px;
	text-align: center;
}
/************ /footer ************/
.btn{
	width:340px;
	margin:0 auto;
}
.btn a , .btn button {
	width:340px;
	position: relative;
	display: inline-block;
	margin-top:25px;
	padding: 1em;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-size:16px;
	font-weight: bold;
	text-align:center;
	border: solid 2px #d27d00;
	box-sizing: border-box;
}

.btn a:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00a7d4;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/****** font ******/
.txt_c {
	text-align:center !important;
}
.txt_r {
	text-align:right !important;
}
.bold {
	font-weight:bold !important;
}
.fs11 {
	font-size:11px !important;
}
.fs12 {
	font-size:12px !important;
}
.fs13 {
	font-size:13px !important;
}
.fs14 {
	font-size:14px !important;
}
.fs16 {
	font-size:16px !important;
}
.fs18 {
	font-size:18px !important;
}
.fs20 {
	font-size:20px !important;
}
.fs22 {
	font-size:22px !important;
}
.fs24 {
	font-size:24px !important;
}
.fs26 {
	font-size:26px !important;
}
.fs28 {
	font-size:28px !important;
}
.fs30 {
	font-size:30px !important;
}
/****** /font ******/

/****** margin ******/
.m5{
	margin: 5px !important;
}
.m10{
	margin: 10px !important;
}
.m15{
	margin: 15px !important;
}
.m20{
	margin: 20px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt60 {
	margin-top: 60px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb25 {
	margin-bottom: 30px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgl5 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl25 {
	margin-left: 30px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
.mgr5 {
	margin-right:5px !important;
}
.mgr10 {
	margin-right: 10px !important;
}
.mgr15 {
	margin-right: 15px !important;
}
.mgr20 {
	margin-right: 20px !important;
}
.mgr25 {
	margin-right: 25px !important;
}
.mgr25 {
	margin-right: 30px !important;
}
.mgr30 {
	margin-right: 30px !important;
}
/****** /margin ******/

/****** padding ******/
.p5{
	padding: 5px !important;
}
.p10{
	padding: 10px !important;
}
.p15{
	padding: 15px !important;
}
.p20{
	padding: 20px !important;
}
.pdt5 {
	padding-top: 5px !important;
}
.pdt10 {
	padding-top: 10px !important;
}
.pdt15 {
	padding-top: 15px !important;
}
.pdt20 {
	padding-top: 20px !important;
}
.pdt25 {
	padding-top: 25px !important;
}
.pdt30 {
	padding-top: 30px !important;
}
.pdt35 {
	padding-top: 35px !important;
}
.pdt40 {
	padding-top: 40px !important;
}
.pdb5 {
	padding-bottom: 5px !important;
}
.pdb10 {
	padding-bottom: 10px !important;
}
.pdb15 {
	padding-bottom: 15px !important;
}
.pdb20 {
	padding-bottom: 20px !important;
}
.pdb25 {
	padding-bottom: 25px !important;
}
.pdb25 {
	padding-bottom: 30px !important;
}
.pdb30 {
	padding-bottom: 30px !important;
}
.pdl5 {
	padding-left: 5px !important;
}
.pdl10 {
	padding-left: 10px !important;
}
.pdl15 {
	padding-left: 15px !important;
}
.pdl20 {
	padding-left: 20px !important;
}
.pdl25 {
	padding-left: 25px !important;
}
.pdl25 {
	padding-left: 30px !important;
}
.pdl30 {
	padding-left: 30px !important;
}
.pdr5 {
	padding-right: 5px !important;
}
.pdr10 {
	padding-right: 10px !important;
}
.pdr15 {
	padding-right: 15px !important;
}
.pdr20 {
	padding-right: 20px !important;
}
.pdr25 {
	padding-right: 25px !important;
}
.pdr25 {
	padding-right: 30px !important;
}
.pdr30 {
	padding-right: 30px !important;
}
/****** /padding ******/