@charset "utf-8";

/************ base ************/
html {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	-webkit-text-size-adjust:100%;
}
body {
	line-height:1.6;
	font-size: 13px;
	background:#FFF;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header {
	margin:0;
}
section {
	clear: both;
}
li {
	list-style: none;
}
address {
	font-style: normal;
	margin:0;
}
a{
	color:#333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img{
	vertical-align: text-bottom;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
div:after {/*for modern browser*/
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/************ /base ************/


/************ header ************/
#headerWrap{
	width:100%;
	height:50px;
	padding: 0 50px;
	position:fixed;
	background-color: rgba(50,50,50,0.95);
	z-index:100;
	/*border-top:3px solid #f7e022;*/
	border-bottom:1px solid #f7e022;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
header #logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
.btnNav{
	background: center center no-repeat transparent;
	background: url(../img/btn_nav.png) no-repeat;
	background-size:100%;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 5px;
}
/************ /header ************/

/************ nav ************/
.gnav li a {
	margin:0px 40px;
	padding:15px 0px;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:1.2;
	text-align: center;
	text-decoration:none;
	border-bottom:#474747 solid 1px;
	box-sizing:border-box;
}
.gnav li:last-child a {
	margin-bottom:20px;
	border-bottom:none;
}
nav button {
	padding:14px 28px;
	display:inline-block;
	color:#000;
	font-size:12px;
	font-weight:500;
	line-height:1.8;
	box-sizing:border-box;
	background:#f7e022;
}
/************ /nav ************/

/************ bread ************/
div.breadCrumb {
	margin:-180px 70px 0px 70px;
	padding:20px 0px;
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	line-height:1.8;
	text-align:left;
	position:relative;
	z-index:3;
}
div.breadCrumb a {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	line-height:1.8;
	}
div.breadCrumb span {
	margin:0px 10px;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:400;
	line-height:1.8;
}

@media screen and (max-width:740px) {
div.breadCrumb {
	margin:-55px 30px 0px 30px;
	padding:10px 0px;
	font-size:10px;
	color:#ffffff;
	font-weight:400;
	line-height:1.8;
	text-align:left;
	position:relative;
	z-index:3;
}
div.breadCrumb a {
	color:#ffffff;
	font-size:10px;
	font-weight:400;
	line-height:1.8;
}
div.breadCrumb span {
	margin:0px 5px;
	display:inline-block;
	color:#ffffff;
	font-size:9px;
	font-weight:400;
	line-height:1.8;
}
}
/************ /bread ************/

/************ side ************/
#cntSide{
	margin-top:30px;
	padding: 24px 15px 16px;
	background: #554562;
}
.side_bnr{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
.license_bnr {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack:start;
	-ms-flex-packstart;
	justify-content: flex-start;
	padding:0 7px 7px;
}
.license_bnr li {
	width: calc(100% / 4);
	box-sizing:border-box;
	padding: 1%;
}
@media screen and (max-width:740px) {
.license_bnr li {
	width: calc(100% / 2);
	box-sizing:border-box;
	padding: 1%;
}
}
/************ /side ************/

/************ footer ************/
footer{
	position:relative;
	width:100%;
  background:#FFF;
}
.btmContactArea {
	padding: 20px 25px 28px;
	background:url("../img/bg_btmcnt.gif") repeat;
}
.btmContactArea p{
	text-align: center;
}
.btmContact li {
  position: relative;
  background: #FFF;
	margin-top: 12px;
  padding: 0.65em 0.5em 0.6em;
	font-size: 14px;
  border: solid 1px #554562;
  border-left: solid 2.8em #554562;
}
.btmContact li.btmTel:before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  position: absolute;
  padding: 0em;
  color: #f7e022;
	font-size: 19px;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btmContact li.btmMail:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  position: absolute;
  padding: 0em;
  color: #f7e022;
	font-size: 19px;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ftLink {
	padding:10px;
}
.ftLink li {
	font-size: 11px;
	line-height: 3;
	border-top: solid 1px #e8e8e8;
}
.ftLink li:first-child {
	border-top: none;
}
.ftLink li a {
	display: block;
}
#copy{
	width:90%;
	margin:0 auto;
	padding:0px 0 14px;
}
footer address {
	clear: both;
	text-align: center;
	color:#b7b7b7;
	font-size: 10px;
}
/************ /footer ************/


/****** font ******/
.txt_c {
	text-align:center !important;
}
.bold {
	font-weight:bold !important;
}
.fs10 {
	font-size:10px !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;
}
.mgt35 {
	margin-top: 35px !important;
}
.mgt40 {
	margin-top: 40px !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;
}
.mgb35 {
	margin-bottom: 35px !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;
}
.mgl35 {
	margin-left: 35px !important;
}
.mgl40 {
	margin-left: 40px !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;
}
.mgr35 {
	margin-right: 35px !important;
}
.mgr40 {
	margin-right: 40px !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;
}
.pdt25 {
	padding-top: 30px !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;
}
.pdb35 {
	padding-bottom: 35px !important;
}
.pdb40 {
	padding-bottom: 40px !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;
}
.pdl35 {
	padding-left: 35px !important;
}
.pdl40 {
	padding-left: 40px !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;
}
.pdr35 {
	padding-right: 35px !important;
}
.pdr40 {
	padding-right: 40px !important;
}
/****** /padding ******/
