@charset "UTF-8";
.mf-col-full {
  width: 100% !important;
  max-width: 100% !important;
}

/*============================================

■ヘッダー

============================================*/
.header {
  background-color: #FFFFFF;
}
.header .header-inner {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1% 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .header-inner .header-logo {
  line-height: 1;
  font-size: 0;
}
.header .header-inner .header-logo img {
  width: 100%;
  max-width: 100%;
  max-height: 100px;
}
.header .header-inner .header-detail a {
  text-decoration: none;
  color: #f19210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.header .header-inner .header-detail a p {
  font-size: 1.4rem;
  color: #f19210;
}
.header .header-inner .header-detail a p:first-child {
  background-color: #f19210;
  color: #fff;
  padding: 0.2rem 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: normal;
}