@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;

}
article {
	line-height: 1.7;
}
.marker {
	background: #FF6;
}
/* リンク */
a {
	text-decoration: none;
	color: #0455a3;
}
a:hover {
	text-decoration: underline;
    color: #177ee1;
}
/* ボタン */
.btn-area {
    margin-top: 30px;
}
.btn {
    display: block;
    color: #FFF;
    background: #0455a3;
    width: 244px;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
	box-shadow: 0 4px rgb(0 0 0 / 15%);
}
a.btn:active  {
/*  	text-decoration:none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: none;*/
}
a.btn:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: none;
    color: #FFF;
}
@media (max-width: 600px) { 
.btn-area {
    margin-top: 15px;
}
.btn {
    width: 218px;
    padding: 10px 0;
}
a.btn:hover {
	filter: unset;
	-moz-opacity: unset;
	opacity: unset;
}
}
/* リンク画像 */
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
@media (max-width: 600px) { 
a:hover img {
	filter: unset;
	-moz-opacity: unset;
	opacity: unset;
}
}
/* 表示調整用 */
ul{
	letter-spacing: -.40em;
}
li{
	letter-spacing: normal;
}
/* float回避 */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* PC/SP切り替え */
@media (min-width: 601px) { 
.pc_none {
	display: none;
}
.sp_none {
}
}
@media (max-width: 600px) { 
.pc_none {

}
.sp_none {
	display: none;
}
}
/* テーブル1 */
.table-area1 {
	border: 1px solid #a7a7a7;
	background: #fff;
	padding: 5px 10px;
}
.table-area1 table {
    width: 100%;
}
.table-area1 table tr {
	border-bottom: 1px dotted #b6b6b6;
}
.table-area1 table tr:last-child {
	border-bottom: none;
}
.table-area1 table th,
.table-area1 table td {
    padding: 16px 0 16px 16px;
}
.table-area1 table th {
    text-align: left;
}
@media (max-width: 600px) {
#apply-pilot .table-area table th,
#apply-pilot .table-area table td {
    padding: 10px 0 10px 10px;
}
}
/* テーブル2 */
.table-area2 {
}
.table-area2 table {
    width: 100%;
}
.table-area2 table caption {
	background: #ccc;
    border: solid 1px #b2b2b2;
    border-bottom: none;
}
.table-area2 table th,
.table-area2 table td {
    padding: 16px;
	border: solid 1px #b2b2b2;
	word-break: break-word;
}
.table-area2 table th {
    text-align: left;
	background: #f7f7f7;
	font-weight: normal;
}
@media (max-width: 600px) {
.table-area2 table th,
.table-area2 table td {
    padding: 8px;
}
}
/* フォーム */
.top-btn-area {
	margin: 20px 0;
	text-align: right;
}
.top-btn-form,
.top-btn-close {
    display: inline-block;
    min-width: 100px;
	height: 45px;
    padding: 8px 16px;
    text-align: center;
	font-size: 18px;
	cursor: pointer;
	box-sizing: border-box;
	line-height: normal;
	color: #000;
	background: #fff;
	border: 1px solid #666;
	box-shadow: 0 3px rgb(0 0 0 / 15%);
}
.top-btn-form:active,
.top-btn-close:active {
  	text-decoration:none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.top-btn-form:hover,
.top-btn-close:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: none;
}
#form-area ul {
	width: 100%;
	margin-bottom: 25px;
	list-style: none;
}
@media (max-width: 600px) {
.top-btn-form,
.top-btn-close {
    font-size: 16px;
    min-width: 80px;
	height: 42px;
}
.top-btn-form:hover,
.top-btn-close:hover {
	filter: unset;
	-moz-opacity: unset;
	opacity: unset;
}
}
#form-area ul li {
display: flex;
align-content: space-between;
margin-bottom: 25px;
}
#form-area .heading,
#form-area .comment {
	padding: 0;
	align-self: center;
}
#form-area .multiple .heading {
	align-self: flex-start;
	padding-top: 5px;
}
#form-area .multiple .comment {
	align-self: flex-start;
}
#form-area .heading {
    width: 170px;
    flex-grow: 0;
}
#form-area .comment {
    flex-grow: 1;
}
#form-area .comment input[type="text"],
#form-area .comment input[type="tel"],
#form-area .comment input[type="email"],
#form-area .comment textarea {
	font-size: 16px;
	padding: 10px;
	width: 100%;
    height: 43px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}
#form-area .comment input[type="date"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding: 10px;
    height: 43px;
	box-sizing: border-box;
    border: 1px solid #d8d8d8;
	background: #fff;
	max-width: 180px;
}
#form-area .comment textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 140px;
	resize: none;
    border: 1px solid #d8d8d8;
}
#form-area .heading span {
    display: inline-block;
    width: 34px;
	height: 26px;
    line-height: 27px;
    font-size: 13px;
	border-radius: 2px;
	background: #ff2626;
    /*height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #f00;*/
    color: #fff;
    text-align: center;
    margin-left: 7px;
    vertical-align: top;
}
.form-btn-area {
	text-align: center;
}
.btn-sent,
.btn-close {
    display: inline-block;
    min-width: 100px;
	height: 45px;
    padding: 8px 16px;
    text-align: center;
	font-size: 18px;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 0 3px rgb(0 0 0 / 15%);
}
.btn-sent {
    color: #FFF;
	background: #0455a3;
	border: none;
}
.btn-close {
	color: #000;
	background: #fff;
	border: 1px solid #666;
}
.btn-sent:active,
.btn-close:active {
  	text-decoration:none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.btn-sent:hover,
.btn-close:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: none;
}
@media (max-width: 600px) {
#form-area ul li {
display: block;
margin-bottom: 10px;
}
#form-area .heading,
#form-area .comment {
	width: 100%;
}
#form-area .multiple .heading {
	padding-top: 0;
}
#form-area .heading span {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}	
#form-area .comment input[type="text"],
#form-area .comment input[type="tel"],
#form-area .comment input[type="email"] {
    width: 100%;
    box-sizing: border-box;
	padding: 8px 6px;
    height: 42px
}
#form-area .comment textarea {
    width: 100%;
    box-sizing: border-box;
	padding: 8px 6px;
}
#form-area .comment input[type="date"] {
    width: 46%;
    box-sizing: border-box;
	padding: 8px 6px;
	height: 42px
}
.btn-sent,
.btn-close {
	font-size: 16px;
    min-width: 82px;
    height: 42px;
}
.btn-sent:hover,
.btn-close:hover {
	filter: unset;
	-moz-opacity: unset;
	opacity: unset;
}
}
.reserve-page input[type="text"],
.reserve-page textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #666;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.reserve-page textarea {
  line-height: 1.4;
  max-width: 100%;
}
.reserve-page input[type="submit"],
.reserve-page input[type="button"],
.btn-base-style input[type="submit"],
.btn-base-style input[type="button"],
.btn-base-style a.btn {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
}
.reserve-page input[type="submit"].btn:hover,
.reserve-page input[type="button"].btn:hover,
.btn-base-style input[type="submit"].btn:hover,
.btn-base-style input[type="button"].btn:hover,
.btn-base-style a.btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.reserve-page .btn,
.btn-base-style .btn{
  border: none;
  width: 170px;
  font-size: 16px;
  line-height: 1.5;
}
.btn-base-style.btn-long .btn{
  width: 244px;
}
.btn-column-wrap .btn-base-style.btn-long .btn{
  width: 197px;
}
.reserve-page .btn:active,
.btn-base-style .btn:active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0 4px rgb(0 0 0 / 15%);
}
@media (max-width: 600px) {
.reserve-page .btn,
.btn-base-style .btn {
  padding: 12px 0;
}
.btn-base-style.btn-long .btn{
  width: 218px;
}
.btn-column-wrap .btn-base-style.btn-long .btn{
  width: 197px;
}
}
.btn-column-wrap {
  margin: 20px auto 0;
  padding:10px 40px;
  overflow: hidden;
  max-width: 420px;
}
.column-left {
  margin-top:0;
  float:left;
}
.column-right {
  margin-top:0;
  float:right;
}
@media (max-width: 600px) {
.column-left {
  float: none;
  margin-top: 15px;
}
.column-right {
  float: none;
}
}
.text-mark {
    display: inline-block;
    background-color: rgb(4,85,163);
    color: #fff;
    font-size: 14px;
    padding: 2px 10px 1px;
    margin: 0 2px;
}
.button-area-wrap {
	margin-bottom: 20px;
	text-align: center;
}
.button-area-wrap .btn-area {
    display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.inputarea-calculation {
   margin:0;
   padding:0;
   width:100%;
}
.result-calculation {
    margin:30px 0;
}

.inputarea-calculation table {
    border:1px solid gray;
}
.inputarea-calculation table tr:first-child th,
.inputarea-calculation table tr:first-child td {
    padding-top:10px;
}
.inputarea-calculation table tr:last-child th,
.inputarea-calculation table tr:last-child td {
    padding-bottom:10px;
}
.inputarea-calculation table td {
    padding: 4px 10px;
}
.inputarea-calculation select,
.inputarea-customer_data select {
  border: 1px solid #666;
  background: #fff;
  padding: 5px;
  cursor: pointer;
  height: 35px;
  box-sizing: border-box;
}
.result-calculation textarea {
    margin: 0;
    padding: 10px;
	line-height: 1.4;
}
@media (max-width: 400px) {
.result-calculation textarea {
    width: calc(100% - 20px);
}
}
.inputarea-customer_data {
    margin: 0;
	padding: 0;
	width: 100%;
}
.inputarea-customer_data table th {
    line-height: 1.5;
}
.inputarea-customer_data table td.input-tel select {
  display: inline-block;
}
.inputarea-customer_data table td input[type="text"] {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}
.inputarea-customer_data table td.input-tel input[type="text"]  {
  display: inline-block;
  width: calc(100% - 106px);
}
@media (max-width: 470px) {
.inputarea-customer_data table {
 width: 100%;
}
.inputarea-customer_data table th {
 display: block;
 text-align: left;
 padding: 5px 10px 0;
}
.inputarea-customer_data table td {
 display: block;
}
.inputarea-customer_data textarea,
.inputarea-customer_data input[type="text"] {
	width: 100%;
}
}
.reservation-info table {
  width: 100%;
  max-width: 550px;
  border:none;
}
.reservation-info table {
  max-width: 550px;
  border:none;
  margin: 0 auto;
}
.reservation-info table td span {
    display: block;
    padding: 5px 10px;
}
.reservation-info-hr {
 margin:10px auto;
 background-color:#aaa;
 max-width: 550px;
}
@media (max-width: 400px) {
.reservation-info table th {
  display: block;
  text-align: left;
}
.reservation-info table td {
  display: block;
}
}
@media (max-width: 374px) {
#form-area .comment input[type="date"] {
    width: 59%;
}
#form-area .comment input[type="date"]:first-child {
    margin-bottom: 10px;
}
}
/* フォーム確認画面・完了画面 */
#confirmation-Wrap,
#finish-form-Wrap {
    background: #393939;
	height: 100vh;
}
#confirmation-Wrap header,
#finish-form-Wrap header {
	background: #fff;
}
#section-confirmation,
#section-finish-form {
	min-height: 660px;
	padding: 0 0 55px;
	background: #fff;
}
#section-finish-form {
	background: #f5f5f5;
}
#section-confirmation h2,
#section-finish-form h2 {
	color: #fff;
    font-size: 24px;
    padding: 10px 0;
    font-weight: normal;
	text-align: center;
    margin-bottom: 40px;
    background: #666;
}
#section-confirmation h3,
#section-finish-form h3 {
    font-size: 18px;
    border: 1px solid #000;
    display: block;
    width: 92px;
    padding: 8px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: normal;
}
#section-finish-form h3 {
    width: 280px;
}
#section-finish-form .text-area {
    padding: 40px;
    background: #fff;
    box-shadow: 6px 6px #d8d8d8;
    margin-bottom: 30px;
}
#section-confirmation .text,
#section-finish-form .text {
	margin-bottom:10px;
	line-height:1.5;
}
#section-confirmation .table-area2 {
    margin-bottom: 30px;
}	
@media (max-width: 600px) {
#section-confirmation,
#section-finish-form {
	min-height: 510px;
    padding: 0 0 30px;
}
#section-confirmation h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
#section-finish-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
#section-confirmation h3 {
    font-size: 18px;
    width: 88px;
    padding: 5px;
    margin: 20px auto;
}
#section-finish-form h3 {
    font-size: 18px;
    width: 100%;
    padding: 5px;
    margin: 10px auto 20px;
    box-sizing: border-box;
}
#section-finish-form .text-area {
    padding: 14px;
    box-shadow: 4px 4px #d8d8d8;
}
}
/* 会社概要のリスト */
.company-list {
	width: 100%;
    list-style: none;
}
.company-list li:nth-child(odd) {
	background: #f5f5f5;
}
.company-list .heading,
.company-list .comment {
	padding: 16px 0;
}
.company-list .heading {
    float: left;
    width: 65px;
    margin:0 10px;
    font-weight: bold;
}
.company-list .comment {
	padding-left: 88px;
}
.company-list .comment dt {
	float: left;
	margin-right: 10px;
	width: 5em;
	text-align: right;
}
.company-list .comment .post-mark {
	margin-right: 0.5em;
}
@media (max-width: 600px) {
.company-list .heading,
.company-list .comment {
	padding: 10px 0;
}
.company-list .comment {
    padding-left: 85px;
}
.company-list .comment .post-mark {
    display: block;
    margin-right: 0;
}
}
.office-address {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/* 運送約款 */
.unso-yakkan-Wrap {
}
a.unso-yakkan {
    cursor: pointer;
    text-decoration: underline;
}
#popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 88%;
    max-width: 850px;
    min-width: 295px;
	/*max-height: 530px;*/
    margin: 0 auto;
    z-index: 1001;
    background: #fff;
    padding: 38px 10px;
    border-radius: 4px;
    border: solid 4px #474747;
	box-shadow: 2px 2px 4px 0px #0000007d;
}	
@media (max-width: 700px) {
#popup {
    left: 0;
    width: 90%;
    min-width: initial;
	/*max-height: 644px;*/
    padding: 38px 5px;
    box-sizing: border-box;
}
}
@media (max-width: 440px) { 
#popup {
	padding: 22px 0;
	top: 5%;
    bottom: 5%;
}
}
#popup div.popup-contents {
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0 20px;
	text-align: left;
}
@media (max-width: 440px) { 
#popup div.popup-contents {
    padding: 0 12px;
}
}
#popup h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0455a3;
    border-bottom: 3px solid;
	margin: 0 0 35px;
	text-align: center;
}
#popup h4 {
    font-size: 22px;
    font-weight: bold;
	margin: 35px 0 20px;
	text-align: center;
}
#popup div.chapter {
}
#popup div.chapter h5 {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}
#popup div.chapter p {
    margin: 0 0 15px;
}
#popup div.chapter ol {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
#popup div.chapter li {
    background: none;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
#popup div.chapter .numbering {
    display: block;
    text-indent: -1.8em;
    padding-left: 1.8em;
}
#popup div.chapter .numbering:first-child {
    margin: 10px 0 0;
}
#popup div.chapter .numbering:last-child {
    margin:0 0 10px;
}
#popup div.chapter .numbering2 {
    display: block;
    padding-left: 3.1em;
}
#popup div.chapter .numbering2:first-child {
    margin: 10px 0 0;
}
#popup div.chapter .numbering2:last-child {
    margin:0 0 10px;
}
#popup div.chapter table {
	border:1px solid #333;
	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}
#popup div.chapter th,
#popup div.chapter td {
	border:1px solid #333;
    padding: 2px 10px;
	font-weight: normal;
}
#popup div.chapter tr:first-child th,
#popup div.chapter tr:first-child td {
	background: #f5f5f5;
}
@media (max-width: 440px) { 
#popup h3.popup-title {
    text-align: center;
    margin-bottom: 22px;
}
}
#popup .default-btn {
    background-image: none;
    padding: 6px 12px;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 10px auto 5px;
}
.close-btn {
    position: absolute;
    top: -17px;
    right: -17px;
	cursor: pointer;
}
a.close-btn:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#popup .btn {
    width: 100px;
    padding: 10px 0;
	cursor: pointer;
}
#layer-alert {
    display: none;
    position: fixed; 
    left: 0;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.3;
    z-index: 1000;
	cursor: pointer;
}
@media (max-width: 700px) {
#layer-alert {
    left: 0;
}
}
/* TOPへ戻るボタンー */
#pageTop {
	position: fixed;
	bottom: 18px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 99999;
	padding: 17px 0 0 0;
	border-radius: 50px;
	width: 67px;
	height: 47px;
	background-color: #676767;
	color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#pageTop a:hover {
	text-decoration: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#pageTop a span {
	display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: -3px;
}
@media (max-width: 640px) {
#pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
}
#pageTop a {
    display: block;
    z-index: 99999;
    padding: 8px 0 0;
    border-radius: 4px;
    width: 36px;
    height: 35px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
}
/*出発日指定ぺージのカレンダー*/
#calendar table td div {
	cursor: pointer;
}
#calendar table td.disabled div,
#calendar table td.today div {
	cursor: default;	
}
#calendar table tr.dayOfWeek th {
	text-align: center;
	font-size: 22px;
}

/*料金計算ぺージ*/
.calculation-wrap {
   margin: 0 auto;
   max-width: 418px;
   /*padding: 16px 30px;
   border: 1px solid gray;
   box-sizing: border-box;*/
}
.calculation-wrap table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%;
}
.calculation-wrap table th {
  text-align: left;
  padding: 0 15px;
  font-weight: normal;
  border: none;
  width: calc(100% - 150px);
  background: #d7e5ec;
  /* color: #fff; */
  height: 50px;
}
.calculation-wrap table th.entered {
  text-align: center;
  width: 100%;
}
.calculation-wrap table td {
  font-weight: bold;
  border: none;
  padding: 10px 15px;
  width: 150px;
  box-sizing: border-box;
  background: #d7e5ec;
}
.calculation-wrap table tr:first-child th.schedule-day {
  text-align: center;
  font-weight: bold;
  background: none;
}
.schedule-day span {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 7px;
}
.calculation-wrap select {
  border: 1px solid #666;
  background: #fff;
  padding: 5px;
  cursor: pointer;
  height: 35px;
  box-sizing: border-box;
  width: 120px;
  font-size: 100%;
}
.calculation-wrap.decided table th,
.calculation-wrap.decided table td {
 background: rgba(200, 0, 0, 0.1);
}

.calculation-wrap2 table {
  width: 100%;
  margin: 0 auto -1px;
  max-width: 385px;
  border: 1px solid #333;
}
.calculation-wrap2 table th {
  width: 60px;
  padding: 16px;
}
.calculation-wrap2 table td {
  padding: 16px;
}
/*.calculation-wrap select:invalid {
  color: #aaa;
}*/
/*コンテンツが少ない時（フッター下の余白）の対策*/
.footer-fixed {
  background: #eaf6fb;
  /*height: 100vh;*/
}
.footer-fixed header {
  background:#fff;
}
/*トライアル会員申込ぺージ*/
.application-form.trialmember select {
  background: #fff;
  color: inherit;
  border: 1px solid #666;
  padding: 5px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 3px;
}
.application-form.trialmember table .desired-airport1 td,
.application-form.trialmember table .desired-airport2 td {
    box-sizing: border-box;
}

/*セレクトボックス グループ*/
form.optgroup {
  background: #fff;
}
optgroup.grp1 {
  background: #fdd;
}
optgroup.grp2 {
  background: #ddf;
}
optgroup.grp3 {
  background: #dfd;
}
optgroup.grp4 {
  background: #eea;
}
optgroup.grp5 {
  background: #ffa;
}
optgroup.grp6 {
  background: #fdf;
}
optgroup.grp7 {
  background: #fd9;
}
optgroup.grp8 {
  background: #daa;
}
optgroup.grp9 {
  background: #dda;

}
optgroup.grp10 {
  background: #ffd900;

}
optgroup.grp11 {
  background: #a0d8ef;

}
optgroup.grp12 {
  background: #f6ad49;

}

/*
.footerFixed {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 123.5px;
  background:#eaf6fb;
}
.footerFixed header {
  background:#fff;
}
.footerFixed footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 123.5px;
}
@media (max-width: 600px) {
.footerFixed {
  padding-bottom: 190.28px;
}
.footerFixed footer {
  height: 190.28px;
}
}*/