@charset "utf-8";

/* ==================================================
elements
================================================== */
body {
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  word-break: break-all;
}
/*body.headerFixed {
  padding-top: 160px;
}*/
a {
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}
.innerWrap {
  width: 1300px;
  margin: auto;
  padding: 0 10px;
  zoom: 1;
}
.innerWrap:after {
  content: "";
  display: block;
  clear: both;
}
.innerWrap.liquid {
  width: 100%;
}
.innerWrap.limitLiquid {
  width: 100%;
  max-width: 1300px;
}

#btnPageTop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#btnPageTop img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#btnPageTop:hover img {
  opacity: .7;
}
#spMenu_overlay {
  display: none;
}

/* ==================================================
header
================================================== */
#gHeader {
  width: 100%;
  background: #fff;
}

/* gSign
-------------------------------------------------- */
#gSign {
  width: 100%;
  border-bottom: 1px solid #F6F6F6;
}

#gSign .innerWrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
}
#gSign .innerWrap:after {
  display: none;
}
#gSign .innerWrap > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.gSign__num {
  text-align: left;
}
.gSign__num_in {
  display: table;
}
.gSign__num p {
  display: table-row;
  font-size: 16.5px;
  line-height: 1.4;
}
.gSign__num p:first-child {
  margin-right: 10px;
}
.gSign__num p > span {
    display: table-cell;
}
.gSign__num p span:nth-child(2) > span {
  font-size: 28px;
  font-weight: bold;
  color: #D7132A;
  margin: 0 3px;
  text-decoration: underline;
}
.gSign__num p > span:nth-child(2) {
    text-align: right;
}
.gSign__heading {
  text-align: center;
}

.gSign__inquiry {
position: relative;
top: 10px;
  text-align: right;
}
.gSign__inquiry a {
  font-weight: bold;
  color: #545454;
}
.gSign__inquiry a:hover {
  opacity: .7;
}
.gSign__inquiry a:after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(/assets/img/common/header_icon_inquiry.png) no-repeat center center;
}

#gSign .inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.gHeader__sns {
  position: absolute;
  top: -58px;
  right: 164px;
  float: left;
}
.gHeader__sns img {
  width: 34px;
  margin: 0 6px;
  -webkit-backface-visibility: hidden;
}

.gHaader__signNav {
  position: absolute;
  top: -85px;
  right: 10px;
  float: left;
  font-size: 0;
}
.gHaader__signNav li {
  display: inline-block;
  margin-left: 25px;
}
.gHaader__signNav li a {
  font-size: 12px;
  color: #555;
}
.gHaader__signNav li a:hover {
  opacity: .7;
}

.gSign__spMenu {
  display: none;
}



/* gNav
-------------------------------------------------- */
#gNav {
  width: 100%;
  height: 61px;
  background: #fff;
  z-index: 9;
border-bottom: solid 1px #F6F6F6;
}
.gNav__lists {
  position: relative;
  z-index: 10;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.gNav__list {
  position: relative;
  display: table-cell;
  height: 60px;
  vertical-align: top;
}
.gNav__list:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #F6F6F6;
}
.gNav__list:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #F6F6F6;
}

.gNav__list:nth-child(2):hover:before {
  background: #11335E;
}
.gNav__list:hover:after {
  background: #11335E;
}

.gNav__link {
  display: table;
  width: 100%;
  height: 60px;
  padding-right: 5px;
  font-weight: bold;
  color: #555;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}
.gNav__link:before {
  content: "";
  display: table-cell;
  width: 32.7%;
  min-width: 40px;
  height: 60px;
  vertical-align: middle;
  background: url(/assets/img/common/gnav_icon_01.png) no-repeat center center;
}

.gNav--no01 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_01.png);
}
.gNav--no02 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_02.png);
}
.gNav--no03 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_03.png);
}
.gNav--no04 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_04.png);
}
.gNav--no05 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_05.png);
}
.gNav--no06 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_06.png);
}
.gNav--no07 .gNav__link:before {
  background-image: url(/assets/img/common/gnav_icon_07.png);
}

.gNav__link:hover {
  color: #fff;
  background: #11335E;
}
.gNav__linkInner {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
}


.gNav--logo {
  display: none;
}
.gNav--logo .gNav__link:hover {
  background: #fff;
}

.gNav--logo img {
  width: 100%;
  max-width: 134px;
}
.gNav--logo .gNav__link:before {
  background: none;
}

.gNav--inquiry {
  display: none;
}
.gNav--inquiry .gNav__link {
  color: #545454;
}
.gNav--inquiry .gNav__link:before {
  background-image: url(/assets/img/common/header_icon_inquiry.png);
}



/* 固定切り替え時 */
#gNav {
  -webkit-transition: height .2s linear;
  -moz-transition: height .2s linear;
  -o-transition: height .2s linear;
  -ms-transition: height .2s linear;
  transition: height .2s linear;
}
.gNav__link {
  -webkit-transition: height .2s linear;
  -moz-transition: height .2s linear;
  -o-transition: height .2s linear;
  -ms-transition: height .2s linear;
  transition: height .2s linear;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  -o-transition: background .1s linear;
  -ms-transition: background .1s linear;
  transition: background .1s linear;
}
#gNav.fixed .gNav__link:before {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}
#gNav.fixed .gNav__linkInner {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}



/* 固定時 */
#gNav.fixed {
  position: fixed;
  top: 0;
  height: auto;
  min-height: 80px;
  box-shadow:0px 3px 6px -1px #b3b3b3;
  -moz-box-shadow:0px 3px 6px -1px #b3b3b3;
  -webkit-box-shadow:0px 3px 6px -1px #b3b3b3;
}

#gNav.fixed .gNav__list {
  height: auto;
  min-height: 80px;
}
#gNav.fixed .gNav__list:nth-child(2):before {
  display: none;
}
#gNav.fixed .gNav__list:after {
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
#gNav.fixed .gNav__list:nth-child(1):hover:after {
  background: #F6F6F6;
}

#gNav.fixed .gNav--logo {
  display: table-cell;
}
#gNav.fixed .gNav--inquiry {
  display: table-cell;
}

#gNav.fixed .gNav__link {
  height: auto;
  min-height: 80px;
  padding-right: 0;
}
#gNav.fixed .gNav--logo .gNav__link:before {
  display: none;
}
#gNav.fixed .gNav__link:before {
  display: block;
  width: 100%;
  height: 40px;
  margin: auto;
  background-size: 30px 30px;
  background-position: center bottom;
}
#gNav.fixed .gNav__linkInner {
  display: block;
  height: auto;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
}
#gNav.fixed .gNav--logo {
  width: 160px;
}
#gNav.fixed .gNav--logo .gNav__linkInner {
  display: table-cell;
  padding-left: 0;
  vertical-align: middle;
}
#gNav.fixed .gNav--inquiry .gNav__link:hover {
  color: #fff;
}



#gNav .current a,
#gNav.fixed .current a {
  background: #11335E;
  color: #fff;
}
#gNav.fixed .gNav__list.current:after {
  background: #11335E;
}


/* ==================================================
footer
================================================== */
footer {
	width: 100%;
	margin-top: 50px;
	padding: 0;
}
footer a{
	text-decoration: none;
}
#gFooter a.deco-off:hover {
	opacity: 1;
}

/* #gFooter__nav */
#gFooter__nav {
	border-top: solid 1px #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
#gFooter .innerWrap {
	max-width: 1300px;
	margin: 0 auto;
}
.gFooter__navLists--lv1 {
	width: 94%;
	display: table;
	table-layout: fixed;
}
.gFooter__navList--lv1 {
	width: 100%;
	display: table-cell;
	border-left: solid 1px #ddd;
	padding: 0 10px;
}
.gFooter__navList--lv1 > a {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	display: block;
}
.gFooter__navLists--lv2 {
	margin: -5px 0 0;
	padding-left: 0;
}
.gFooter__navList--lv2 {
	list-style-type: disc;
	margin: 15px 0 0 15px;
}
.gFooter__navList--lv2 a {
	font-size: 12px;
	color: #555;
	line-height: 1.4;
}
.gFooter__navList--lv2 a span {
	font-size: 10px;
}
#gFooter__nav a:hover {
	opacity: .7;
}

/* #gFooter__sign */
#gFooter__sign {
	padding: 30px 0;
}
#gFooter__sign .gFooter__signCopy {
	font-size: 10px;
	color: #333;
}
#gFooter__sign .gFooter_logo_aacd {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}
#gFooter__sign .gFooter_logo_aacd img{
	width: 100%;
	max-width: 280px;
}

#licensing {
  width: 450px;
  color: #545454;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
}

.results_utxt {
  margin: -20px 0 30px;
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.error-404 {
	width: 1000px;
	margin: 100px auto;
}

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

.toppage_btn {
  margin: 70px auto 50px;
}

.toppage_btn p {
  display: table;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #545454;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.toppage_btn a {
  position: relative;
  display: table-cell;
  color: #535353;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.toppage_btn a:before {
  position: absolute;
  content: '';
  background: url(/assets/img/column/toppage_btn_icon.png) 0 0 no-repeat;
  background-size: 7px auto;
  width: 7px;
  height: 13px;
  top: 50%;
  margin-top: -7px;
  left: 25px;
}

