@charset "utf-8";

/* ==================================================
device
================================================== */
.pc {
  display: none !important;
}


/* ==================================================
elements
================================================== */
body {
  -webkit-text-size-adjust: 100%;
}

.innerWrap {
  width: 100%;
}
.innerWrap.liquid {
  width: 100%;
}
.innerWrap.limitLiquid {
  width: 100%;
  max-width: none;
}
#spMenu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}




/* ==================================================
header
================================================== */
#gHeader {
  position: relative;
}

/* gSign
-------------------------------------------------- */
#gSign {
  position: relative;
  width: 100%;
  margin-bottom: 34px;
  background: #fff;
  z-index: 9;
}

#gSign .innerWrap {
  table-layout: auto;
  width: 100%;
  height: 50px;
  padding: 0;
}

.gSign__num {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 10px;
  background: #fff;
}
.gSign__num_in {
  display: block;
}
#gHeader .gSign__num p {
  display: inline;
  font-size: 11px;
  line-height: 1;
}
.gSign__num p:first-child {
  margin-right: 5px;
}
#gHeader .gSign__num p > span:first-child {
  font-size: 11px;
}
#gHeader .gSign__num p span {
  font-size: 14px;
  text-decoration: none;
}
.gSign__num p > span:nth-child(2) {
  width: auto;
  text-align: left;
}

.gSign__heading {
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.gSign__heading img {
  width: 113px;
}

.gSign__inquiry {
  display: none !important;
}

#gSign .inner {
  display: none;
}

.gSine__sns {
  position: absolute;
  top: 8px;
  right: 58px;
}

.gSine__sns img {
  width: 32px;
  margin: 0 4px;
  -webkit-backface-visibility: hidden;
}


.gSign__spMenu {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/assets/img/common/sp_menu_btn.png) no-repeat center center;
  background-size: 50px 50px;
}
.gSign__spMenu:active {
  opacity: 0.7;
}
.gSign__spMenu img {
  width: 100%;
}

.gSign__spMenu.active {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/assets/img/common/sp_menu_close.png) no-repeat center center;
  background-size: 50px 50px;
}
.gSign__spMenu.active:active {
  opacity: 0.7;
}
.gSign__spMenu.active img {
  width: 100%;
}



/* gNav
-------------------------------------------------- */
#gNav {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  z-index: 9;
}
#gNav .innerWrap {
  width: 100%;
  padding: 0;
}
.gNav__lists {
  display: table;
  table-layout: auto;
}
.gNav__list {
  display: table-row;
  height: 58px;
}
.gNav__list:nth-child(2):before {
  display: none;
}
.gNav__list:after {
  display: none;
}


.gNav__link {
  display: table;
  width: 100%;
  height: 58px;
  padding-right: 10px;
  font-weight: normal;
  color: #555;
  line-height: 1.3;
  background: #fff;
  border-bottom: 1px solid #F6F6F6;
}
.gNav__link:before {
  display: table-cell;
  width: 60px;
  min-width: 60px;
  height: 58px;
}

.gNav__link:hover {
  color: #555;
  background: #fff;
}
.gNav__linkInner {
  display: table-cell;
  width: auto;
  height: 58px;
}

.gNav--logo {
  display: none;
}

.gNav--inquiry {
  display: table-row;
}
.gNav--inquiry .gNav__link {
  color: #545454;
}
.gNav--inquiry .gNav__link:before {
  background-size: 30px 30px;
}


/* 固定切り替え時 */
#gNav {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.gNav__link {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#gNav.fixed .gNav__link:before {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#gNav.fixed .gNav__linkInner {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}



/* Breadcrumb
-------------------------------------------------- */
#breadcrumb {
  display: none;
}



/* ==================================================
footer
================================================== */
#gFooter {
	border-top: solid 1px #ddd;
}

/* #gFooter__sign */
#gFooter__sign {
	padding: 10px 0 5px 0;
	text-align: center;
}
#gFooter__sign .gFooter__signCopy {
	float: none;
	font-size: 9px;
}
#gFooter__sign .gFooter_logo_aacd {
	position: static;
	margin: 20px 0;
	padding: 10px 0;
}
#gFooter__sign .gFooter_logo_aacd_sp {
	background: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 20px;
	padding: 10px 0;
}
#gFooter__sign .gFooter_logo_aacd img{
	max-width: 210px;
}
#licensing {
	position: relative;
	width: auto;
	color: #545454;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	top: -27px;
	bottom: 0;
	margin-left: 0;
	left: 0;
}



/*Add ShareStyle ---------------------*/

/*Headline*/
#headline {
  z-index: 2;
  position: relative;
  top: 50px;
  width: 60px;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
#headline img {
  width: 60px;
  margin: 0 0 5px;
}
#headline span {}

#headline2 {
  z-index: 2;
  position: relative;
  top: 50px;
  width: 60px;
  color: #525252;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
#headline2 img {
  width: 60px;
  margin: 0 0 5px;
}
#headline2 span {}

.headlines {
  color: #525252;
  font-size: 17px;
  text-align: center;
  padding: 30px 0 0;
}
.headlines:after {
  content: "";
  display: block;
  width: 40px;
  text-align: center;
  border-bottom: solid 1px #525252;
  margin: 15px auto 30px;
}

.sublines {
  color: #545454;
  font-size: 14px;
  font-weight: bold;
  border-left: solid 1px #555;
  padding: 5px 0 4px 15px;
  margin: 20px 0 15px;
}
.sublines span {
  font-size: 12px;
}

/*List*/
.ulist {
  list-style-type: disc;
  color: #525252;
  font-size: 12px;
  text-indent: 0;
  line-height: 1.75em;
  margin: 0 0 0 1.2em;
}
.ulist2 {
  list-style-type: none;
  color: #525252;
  font-size: 12px;
  text-indent: 0;
  line-height: 1.75em;
  margin: 0 0 20px;
}

.dlist {
  margin: 5px 0 10px;
}
.dlist dt {
  font-size: 12px;
  line-height: 1.75em;
}
.dlist dd {
  font-size: 12px;
  line-height: 1.75em;
  margin: 0 0 0 15px;
}

/*Search*/
#search {
  padding: 30px 0;
  text-align: center;
}
#search h2 {
  color: #535353;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
#search .freeword {
  height: 40px;
  width: 250px;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}
#search .submit {
  position: relative;
  top: 15px;
  width: 40px;
}
#search .submit:active {
  opacity: 0.75;
}

/*Search2*/
#search {
  width: auto;
  padding: 0 0 10px;
  margin: 0 10px 0;
  text-align: center;
}
#search h2 {
  color: #535353;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
#search .freeword {
  position: relative;
  top: -2px;
  height: 40px;
  width: 230px;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}
#search .submit {
  position: relative;
  top: 13px;
  width: 40px;
}
#search .submit:active {
  opacity: 0.75;
}

.results_utxt {
  margin: 0;
  padding: 0 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.6;
}


.error-404 {
	width: 100% !important;
	margin: 100px auto 60px;
}

.error-404 h1{
	font-size: 22px;
	padding: 10px;
}
.error-404 p{
	font-size: 14px;
	padding: 10px;
	line-height: 1.2;
}
