@charset "utf-8";
/* popup window unique style */

/* common style */
* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "Droid Sans", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	width: 100%;
}

body {
	position: relative;
	margin: auto;
	height: 100%;
	font-size: 16px;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

	body.fixed{
		position: fixed;
		height: 100%;
		width: 100%;
	}

@media (max-width: 767px) {
	body {
		-webkit-overflow-scrolling: touch;
	}
}

html,body {
	width: 100%;
}

p, h1, h2, h3, h4,
.normal-font-style,
input,
textarea,
select,
table,
dt,
dd {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
}

img {
	width: 100%;
	border: none;
}
.title-logo > img {
	vertical-align: top;
}

#base-cont {}
#contentsWrapper {
	position: relative;
	margin: auto;
	height: 100%;
}


/* header style */

.logo-area {
	padding: 10px 20px 0;
	line-height: 50px;
	height: 50px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#local-nav {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #f3f3f3;
	border-bottom: 1px solid #d1d1d1;
}

	#local-nav.scrolled{
		position: fixed;
		width: 100%;
		top:0;
		z-index:20;
	}

	#local-nav > .title {
		padding:9px 0 9px 10px;
		margin:auto auto auto 46px;
		line-height:1.5;
		font-size: 17px;
	}

		#local-nav > .title .title-logo{
		    width: 192px;
		    display: inline-block;
		    margin-right: 1.96%;
		    vertical-align: top;
		}

		#local-nav  > .title a {
			color:#000;
			text-decoration: none;
		}

@media (max-width: 979px) {
	.logo-area {
		text-align: center;
	}
}
.logo-area a {
	display: inline-block;
	width: 80px;
	margin: 0;
	line-height: 1;
	vertical-align: top;
}

.logo-area a:hover {
	opacity: 0.8;
}

.logo-area .close-btn {
	width: 24px;
	padding: 4px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
}

.logo-area .close-btn:hover {
	opacity: 0.8;
}

.menu {
  position:absolute;
  left:0;
  top:0;
  height: 46px;
  width: 46px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  /*z-index:40;*/
}
.menu-trigger span {
  position: absolute;
  left: 0;
  right:0;
  width: 75%;
  height: 4px;
  margin:auto;
  background-color: #555;
  border-radius: 4px;
}

.menu-trigger span.menu_label {
	position: absolute;
	bottom: 5%;
	height: 10px;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 10px;
	background:transparent;
}

.menu-trigger span:nth-of-type(1) {
  top: 15%;
}
.menu-trigger span:nth-of-type(2) {
  top: 35%;
}
.menu-trigger span:nth-of-type(3) {
  top: 55%;
}
.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  margin: auto;
  bottom: 25%;
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

/* main contents style */

.main-inner {
    padding-left: 1.96%;
    padding-right: 1.96%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* footer style*/

.auFooter a:hover {
	opacity: 0.6;
}

.footerSiteMap {
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f3f3f3;
}

.footerLogo {
	padding: 1em 0;
}

.footerLogo .footerLogo-logo {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.footerCopyright {
	margin: 0 auto;
	text-align: center;
	font-size: 62.50%;
	line-height: 1.4;
}

.footerSiteMap-link {
 position:relative;
 display: inline-block;
 width: auto;
 padding: 0 2em 0 1em;
 font-size: 14px;
 line-height: 1.5;
 color: #333 !important;
 letter-spacing: normal;
 text-decoration: none;
}
.footerSiteMap-link:after{
 position:absolute;
 top:50%;
 right:10px;
 display: inline-block;
 content: "";
 width: 9px;
 height: 9px;
 margin-top: -4.5px;
 background-image: url(https://www.au.com/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
 background-position: -11.5px -100px;
 background-size: 121px 118px;
 background-repeat: no-repeat;

}
.footerSiteMap-list{
 text-align: center;
 padding-top: 15px !important;
 padding-bottom: 16px !important;
 box-sizing: border-box;
 font-size: 16px;
 line-height: 1.4;
 color: #333;
}
.footerSiteMap{
 margin-top:0px !important;
/* padding-top:10px !important;*/
        padding: 20px 3% 15px!important;
}
@media (max-width: 767px){
 .footerSiteMap-container{
  padding: 0 0 15px;
  width: 100%;
  background: #f3f3f3;
 }
 .footerSiteMap-list{
  padding-top: 5px !important;
  padding-bottom: 1px !important;
  text-align: left;

 }
 .footerSiteMap-link{
  font-size: 12px !important;
  width:100%;
 }
 .footerSiteMap-link:hover{
  opacity: .6;
 }
  .footerSiteMap-link:hover:after {
      background-position: -92.5px -83px;
  }

 .footerLogo-logo{
  width:100px !important;
 }
}
.footerSiteMap-container .footerSiteMap-link{
    width:50%;float:left;
    line-height:3.14;
    padding:0 10px
}
@media(min-width:768px){
        .footerSiteMap-container .footerSiteMap-list{
            text-align:center;
            letter-spacing:-0.4em;
            margin-top:16px
        }
        .footerSiteMap-container .footerSiteMap-link{
            width:auto;
            line-height:1.5;
            letter-spacing:normal;
            padding:0 1em;
            float:none;
            border-left:1px solid #d1d1d1
        }
        .footerSiteMap-container .footerSiteMap-link:last-child{
            border-right:1px solid #d1d1d1
        }
        .footerSiteMap-container .footerSiteMap-link.link-window{
            padding-right:2em
        }
        .footerSiteMap-container .footerSiteMap-link.link-window:after{
            right:12px
        }
        .footerSiteMap-container .footerSiteMap-link.link-window:hover:after{
            background-image:url(common/images/icon/icon_sprite.png);
            background-position:-9px -78px;
            width:9px;
            height:9px;
            background-size:101px 93px
        }
        .footerSiteMap-container .footerSiteMap-link.contact{
            display:none
        }
        .footerSiteMap-container .footerSiteMap-list-aboutUs{
            border-top:0
        }
        .footerSiteMap-container .footerSiteMap-list-aboutUs .footerSiteMap-link{
            width:auto
        }
        .footerSiteMap-container .footerSiteMap-list-corp .footerSiteMap-link:nth-last-child(2){
            border-right:1px solid #d1d1d1
        }
}

.footerSiteMap-container .footerSiteMap-list-aboutUs{
    border-top:1px solid #d1d1d1
}
.footerSiteMap-container .footerSiteMap-list-aboutUs .footerSiteMap-link{
    width:100%;float:none
}
@media(min-width:768px){
        .footerSiteMap-container .footerSiteMap-list-aboutUs{
            border-top:0
        }
        .footerSiteMap-container .footerSiteMap-list-aboutUs .footerSiteMap-link{
            width:auto
        }
}