*{
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.font_size_b{
	font-size: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.66em;
  line-height: 1.1;
  font-size: 1.6rem;
}

ul{
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer_ul {
  padding-left: 0;
  list-style: none;
}

.contents {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media (min-width: 992px) {
  .footer_div2 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .footer_div_titles {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
    .footer_div {
    margin-top: 0 !important;
  }
}

.footer_div{
	margin-top: 30px;
}

.n_menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.n_menu_ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin: 0 0 0 20%;
}
.footer_ul_b{
  margin-bottom: 0 !important;
}
.n_menu_logo_a {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.footer_div1, .footer_div2,  .footer_div_titles {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.footer {
  padding: 0.5rem 0;
  background: #fff;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  /*font-size: 0.875rem;*/
  font-size: 1.1rem;
  color: #392759;
  background-color: #F7ACCF;
}

.footer a:not(.btn) {
  color: #5B4D76;
}

.footer .title{
  color: #392759;
}

.contents_footer{
	margin-top: 60px;
	margin-bottom: 50px;
}

.footer_ul li a:hover{
  color: #392759;
}

a{
  color: #f37951;
  text-decoration: none;
  color: inherit; 
}

a:hover{
  color: #f37951;
}

.fixed-top {
    //position: fixed;
  position:absolute;
  right: 0;
  left: 0;
  z-index:1;
  
}

.header{
	background: #fff;
	box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
}

.n_menu li {
  position: relative;
  line-height: 1em;
  padding: 15px 15px;
}

section.package-content{
  padding: 130px 0 100px; 
}

@media (min-width: 1280px){
  .contents {
    max-width: 1140px;
  }
}

/*phone*/
@media (max-width: 768px){
	.n_menu_ul{
		margin:10px -35px 0px !important;
	}
  .n_menu .n_menu_ul li{
    line-height: 1em;
    padding: 8px 38px;
  }
}
/*user*/


.demo1 {
  position: relative;
  z-index: 1; 
  /*font-size: 16px; */
  font-size: 20px; 
  transition: color 0.3s ease; 
  font-weight: 600;
}


a:hover .demo1 {
  color: #f16334;
}

@media (min-width: 992px) {
	.demo1:hover::before {
		content: ""; 
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90px;
		height: 40px;
		border: 1px solid #ccc;
		border-radius: 50px;
		pointer-events: none; 
		z-index: -1; 
		text-decoration: none;
	}
}

.demo1:hover{
  text-decoration: none;
}

.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.n_menu_div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .n_menu_logo .n_menu_ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .n_menu_logo .n_menu_div {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
	.header__menu{
		display: none;
	}
}