@charset "UTF-8";

main {
  margin: 10px 15px;
}
img{display:block;max-width:100%;height:auto}

#toggle {
  display: block;
  background: #042F78;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 28px;
  height: 19px;
}
.trigger p{
	margin: 14px 0 0;
font-size: 10px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.trigger span:nth-of-type(1) {
  top: -6px;
}
.trigger span:nth-of-type(2) {
  top: 1px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 7px;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.toggleWrap {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 15px 100px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
z-index: 99;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.toggleWrapin {
    height:100vh;
      overflow-y:scroll;
      -webkit-overflow-scrolling:touch;
    transform: translateZ(0); 
}

.single {
  list-style-type: none;
	border-bottom:#ddd 1px solid;
	margin: 0 2%;
	clear: both;
	overflow: hidden;
}
.double {
  list-style-type: none;
	width: 46%;
	margin: 0 2%;
	float: left;
	border-bottom:#ddd 1px solid;
}

dl#acMenu{
	padding: 0;
	margin: 0;
}
#acMenu dt{
	display:block;
	font-weight: normal;
}
#acMenu dd{
	display:none;
}

.navItem {
position: relative;
  display: block;
  text-decoration: none;
  color: #666;
  text-align: left;
  font-size: 13px;
	line-height: 50px;
	letter-spacing: 1px;
}
.navItem::after {
position: absolute;
content: "";
border-top: 2px solid #ccc;
border-right: 2px solid #ccc;
width: 8px;
height: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 10px;
top: 20px;
}
.navItemi {
  display: block;
  padding: 10px;
}

.navItem2 {
position: relative;
  display: block;
  text-decoration: none;
  color: #2F2F2F;
  text-align: left;
  font-size: 13px;
	line-height: 50px;
	letter-spacing: 1px;
}
.navItem2:before,.navItem2:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ccc;
  transform: translateX(-50%);
}
.navItem2:before {
  position: absolute;
right: 4px;
top: 24px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ccc;
  transform: translateX(-50%);
}
.navItem2:after {
right: 16px;
top: 18px;
  transform: rotate(90deg);
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-scroll {
  overflow: hidden;
}

#mtel{
	font-size: 24px;
	margin: 0 auto 10px;
	text-align: center;
}
#mtel a{
	text-decoration: none;
	font-weight: normal;
}

#madd{
	font-size: 13px;
	line-height: 22px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 1100px) {
  #toggle {
    display: none;
  }
  .toggleWrap {
    display: none;
    background: none;
    position: fixed;
    padding: 0;
    margin-bottom: 20px;
  }
  .toggleWrapin {
    display: none;
    height: 100vh;
      overflow-y:scroll;
      -webkit-overflow-scrolling:touch;
    transform: translateZ(0); 
  }
  .mainNav {
    display: block;
    max-width: 815px;
    margin: 0 auto;
	  overflow: auto;
  }
  .navItem:hover {
    border-color: #3696da;
  }
	
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
	
}

@media screen and (min-width: 690px) {
#toggle {
  display: block;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
	
}