@charset "UTF-8";


/********CSS STYLE*********/

/*   GENERAL
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  overflow-y: scroll;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #fff;
	background: #000;
}

body {
  background: #000;
  font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #fff;
  line-height: 1.8;
}

a,
a:link,
a:visited {
	color: #007edc;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #007edc;
	text-decoration: none;
}

a,
a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style: disc;
}

ul ul {
  margin: 0;
  list-style: circle;
  padding-left: 1em;
}

ol {
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}

dl {
  margin: 0 0 0.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 1em;
}

table {
  margin: 0 0 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
}

table ul,
table ol,
table dl {
  margin: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

p {
	margin: 10px 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

section {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}

.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.pt10 { padding-top: 10px !important; }

.clear { clear: both; }

.fl { float: left; margin: 0; }
.fr { float: right;  margin: 0; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.txt-red {
	color: #ca1905;
}
.txt-blue {
    color: #19418f;
}

.hide-txt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

small {
    font-size: 78%;
}

.opacity:hover,
.banners:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.wakuBox {
	width: 714px;
	margin: 0 auto;
	padding: 12px 0;
	color: #000;
	background: #ff0;
	text-align: center;
	border: 2px solid #fff;
}

.divider {
	clear: both;
	width: 100%;
	height: 17px;
	margin: 25px 0;
	background: url(../images/divider.png) 0 0 repeat-x;
	border: none;
}

.image {
	margin: 0 auto 30px;
}

.sub {
	width: auto;
	margin: 0 0 30px;
	padding: 3px 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #444444;
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.rollover a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/*   Layout
------------------------------------------------------------------ */
#wrapper{
	/*width: 1050px;*/
	width: 1100px;
	margin: 0 auto;
}

/*header {
	width: 1050px;
	height: 70px;
	margin: 0;
	background: #000;
	position: fixed;
	overflow: hidden;
	z-index: 1000;
}

header h1 {
	width: 75px;
	height: 64px;
	margin: 0;
	background: url(../images/logo-header.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header h1 a {
	width: 75px;
	height: 64px;
	display: block;
	overflow: hidden;
}*/

#main {
	/*width: 1050px;*/
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #000;
	position: relative;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 130px !important;
	position: relative;
}

#nakaMain {
	width: 714px;
	margin: 0;
	float: left;
}

#sidebar {
	width: 250px;
	margin: 0;
	float: right;
}
#sidebar ul.banCont {
	margin :0;
	padding: 0;
	list-style: none;
}
#sidebar ul.banCont li {
	margin :0 0 -8px 0;
	padding: 0 0 10px;
}
#sidebar ul.banCont li.shiroppuBox {
	margin :0 0 10px;
	padding: 8px 8px 0;
	text-align: center;
	background: #2158a3;
}

footer {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#logo-kentei {
	position: absolute;
	margin: 0;
	top: 13px;
	left: 13px;
	display: block;
	z-index: 100;
}


/* socialBox
---------------------- */
.socialBox {
	height: 20px;
}
.socialBox iframe {
	width: 110px !important;
}
.socialBox .twitter-share-button {
	height:25px !important;
}
.socialBox {
	position: absolute;
	margin: 0;
	right: 20px;
	top: -42px;
	z-index: 100;
}


/* ttl-contents
---------------------- */
#ttl-contents {
	/*width: 1050px;*/
	width: 1100px;
	height: 55px;
	margin: 70px 0 0;
	background: #1a418f;
	overflow: hidden;
}
#ttl-contents h2 {
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
}


/*   nav
------------------------------------------------------------------ */
ul.nav-main {
	width: 831px;
	height: 70px;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 70px;
	z-index: 20;
}

ul.nav-main li {
	float: left;
	margin: 0;
	height: 70px;
	background: url(../images/nav-main.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul.nav-main li a {
	display: block;
	overflow: hidden;
	height: 70px;
	background: url(../images/nav-main.png) 0 0 no-repeat;
}

ul.nav-main li.home a { width: 110px; background-position: 0 0; }
ul.nav-main li.about a { width: 120px; background-position: -110px 0; }
ul.nav-main li.messages a { width: 110px; background-position: -230px 0; }
ul.nav-main li.voice a { width: 110px; background-position: -340px 0; }
ul.nav-main li.benefits a { width: 110px; background-position: -450px 0; }
ul.nav-main li.books a { width: 120px; background-position: -560px 0; }
ul.nav-main li.outline a { width: 151px; background-position: -680px 0; }
ul.nav-main.end li.outline a { width: 151px; background-position: -830px 0; }

ul.nav-main li.home a:hover { background-position: 0 -70px; }
ul.nav-main li.about a:hover { background-position: -110px -70px; }
ul.nav-main li.messages a:hover { background-position: -230px -70px; }
ul.nav-main li.voice a:hover { background-position: -340px -70px; }
ul.nav-main li.benefits a:hover { background-position: -450px -70px; }
ul.nav-main li.books a:hover { background-position: -560px -70px; }
ul.nav-main li.outline a:hover { background-position: -680px -70px; }
ul.nav-main.end li.outline a:hover { background-position: -830px -70px; }

#home ul.nav-main li.home a { background-position: 0 -70px; }
#about ul.nav-main li.about a { background-position: -110px -70px; }
#messages ul.nav-main li.messages a { background-position: -230px -70px; }
#voice ul.nav-main li.voice a { background-position: -340px -70px; }
#benefits ul.nav-main li.benefits a { background-position: -450px -70px; }
#books ul.nav-main li.books a { background-position: -560px -70px; }


/*   btn
------------------------------------------------------------------ */
/*---------- btn-entry ----------*/
.btn-entry {
	width: 714px;
	height: 74px;
	margin: 40px auto;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/btn-entry.png) 0 0 no-repeat;
}
.btn-entry a {
	width: 714px;
	height: 74px;
	display: block;
	overflow: hidden;
	background: url(../images/btn-entry.png) 0 0 no-repeat;
}
.btn-entry a { background-position: 0 0; }
.btn-entry.end a { background-position: 0 -148px; }
.btn-entry.hayawari a { background-position: 0 -296px; }

.btn-entry a:hover { background-position: 0 -74px; }
.btn-entry.end a:hover { background-position: 0 -222px; }
.btn-entry.hayawari a:hover { background-position: 0 -370px; }

/*---------- btn-buy ----------*/
.btn-buy {
	width:640px;
	height:70px;
	margin: 35px auto 10px;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../../../shiro/common/images/btn-140403.png) 0 0 no-repeat;
}
.btn-buy a {
	width:640px;
	height:70px;
	display:block;
	overflow:hidden;
	background:url(../../../shiro/common/images/btn-140403.png) 0 0 no-repeat;
}
.btn-buy a { background-position:0 -360px; }
.btn-buy.end,.btn-buy.end a { background-position:0 -680px; }
.btn-buy.start,.btn-buy.start a { background:url(../../../shiro/common/images/btn-buy-start.png) 0 0 no-repeat; }

.btn-buy a:hover { background-position:0 -430px; }
.btn-buy.end a:hover { background-position:0 -750px; }
.btn-buy.start a:hover { background:url(../../../shiro/common/images/btn-buy-start.png) 0 0 no-repeat; }

/*---------- btn-answer ----------*/
.box-answerlist {
	width: auto;
	margin: 0 0 10px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:20px 20px 10px;
	position: relative;
}
.box-answerlist h2 {
	float:left;
	margin:0 0 10px;
	font-size:15px;
	font-weight:bold;
}
.box-answerlist h2.normal {
	float: none;
	text-align: center;
}
.box-answerlist .update {
	position: absolute;
	margin :0;
	top: 20px;
	right: 20px;
}
.box-answerlist .answerTxt {
	clear: both;
	text-align: left;
}

.answerlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.answerlist:before,
.answerlist:after{
	content:"";
	display:table;
}
.answerlist:after{
	clear:both;
}
.answerlist li.a-j1q a,
.answerlist li.a-2q a,
.answerlist li.a-3q a,
.answerlist li.a-4q a,
.answerlist li.a-1q a {
	background:url('../../../shiro/common/images/btn-140403.png') no-repeat;
}
.answerlist li {
	float:left;
	margin: 0 0 10px 30px;
}
.answerlist li a {
	width:290px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.answerlist li.a-j1q a{ background-position:0 -1368px; }
.answerlist li.a-j1q a:hover{ background-position:0 -1318px; }
.answerlist li.a-2q a{ background-position:0 -1154px; }
.answerlist li.a-2q a:hover{ background-position:0 -1054px; }
.answerlist li.a-3q a{ background-position:0 -1104px; }
.answerlist li.a-3q a:hover{ background-position:0 -1004px; }
.answerlist li.a-4q a{ background-position:0 -1828px; }
.answerlist li.a-4q a:hover{ background-position:0 -1778px; }
.answerlist li.a-1q a{ background-position:0 -1928px; }
.answerlist li.a-1q a:hover{ background-position:0 -1878px; }

.a-expo a {
    width:350px;
    height:50px;
    background:url('../../../shiro/common/images/btn-answer-expo.png') 0 0 no-repeat;
    display:block;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto 10px;
}
.a-expo a:hover {
    background-position:0 -50px;
}

/*---------- btn-honyaclub ----------*/
.btn-honyaclub a {
	background-image:-webkit-linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	background-image:-moz-linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	background-image:-ms-linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	background-image:-o-linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	background-image:linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNWJiMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTM5M2Q2Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxODZkYzQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDU1YjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size:100%;
	-pie-background:linear-gradient(top, #0e5bb3,#5393d6 50%,#186dc4 50%,#0455b3);
	behavior:url(/PIE.htc);
	position:relative;
	z-index:1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	border:1px solid #0051af;
	padding:2px 5px;
	color:#fff;
	font-size:85%;
	text-decoration:none;
}


/*   top page
------------------------------------------------------------------ */
#home #content {
	width: 990px;
}

#home #mainVisual {
	/*width: 1050px;*/
	width: 1100px;
	height: 550px;
	margin: 70px 0 0;
	overflow: hidden;
	position: relative;
}
#home #mainVisual .socialBox {
	left: 93px;
	top: 27px;
}
#home #mainVisual h2 {
	position: absolute;
	margin: 0;
	top: 22px;
	right: 92px;
	z-index: 100;
}
#home #mainVisual h3 {
	position: absolute;
	margin: 0 auto;
	bottom: 20px;
	left: 265px;
	z-index: 100;
}
#home #mainVisual .logo {
	position: absolute;
	margin: 0;
	bottom: 10px;
	right: 30px;
	z-index: 100;
}
#home #mainVisual ul.bxslider {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home footer {
	margin-top: 40px;
}

#home section {
	margin: 0 0 10px;
}

#home .btn-entry {
	margin: 12px auto 10px;
}

#home .ban-area {
    width: 960px;
    /*width: 640px;*/
    margin: 0 auto;
}
#home .ban-area div {
    float: left;
    margin: 20px 10px;
}


/*   messages page
------------------------------------------------------------------ */
#messages #content {
	/*width: 1050px;*/
	width: 1100px;
	padding-top: 0;
}

#messages .p-messages {
	margin: 0;
}

#messages .btn-entry {
	margin-bottom: 10px;
}


/*   about page
------------------------------------------------------------------ */
#about .txt-about {
	margin: 0 auto 35px;
	text-align: center;
}


/*   benefits page
------------------------------------------------------------------ */
#benefits section h2 {
	margin: 0 0 30px;
}

#benefits .sub-benefits {
    width: auto;
    height: 30px;
    line-height: 31px;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #444444;
}

#benefits .box {
	width:620px;
	margin: 30px auto;
	background-color:#f2eee8;
	text-align:center;
	border: 1px solid #ccc;
	font-size: 12px;
}
#benefits .box h3 {
	font-weight: bold;
	font-size: 15px;
}

#benefits .benefits-kuroda {
	width: auto;
	height: 585px;
	background: url("../images/p-benefits-kuroda.png") bottom right no-repeat;
}

#benefits .benefits-clearfile {
	width: auto;
	height: 940px;
	background: url("../images/p-benefits-clearfile.png") bottom right no-repeat;
	margin-bottom: -20px;
}


/*   books page
------------------------------------------------------------------ */
#books #content {
	width: 850px;
}

#books .item {
	width: 50%;
	min-height: 255px;
	float: left;
}
#books .item .image {
	float: left;
	margin:0;
}
#books .item .txt {
	margin-left: 200px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 1.7;
}
#books .item .txt h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}


/*   character page
------------------------------------------------------------------ */
#character #content {
	width: 900px;
	margin-top: 70px;
	padding-bottom: 0 !important;
}
#character .socialBox {
	top: 90px;
}

#character .lead {
	margin-top:-40px;
}

#character .profile {
	float:left;
	width:393px;
}
#character .profile table {
	width:100%;
	margin: 0;
}
#character .profile table th,
#character .profile table td {
	border-bottom:1px dashed gray;
	padding:10px 0;
}
#character .profile table th {
	width:150px;
}

#character .btn-facebook {
	position:absolute;
	margin:-40px 0 0 590px;
}


/*   voice page
------------------------------------------------------------------ */
#voice #content {
	width: 1010px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

#voice .voice-inner {
	width: auto;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	background: #ffee33;
	position: relative;
}
#voice .voice-inner:last-of-type {
    margin-bottom: 50px;
}

#voice .voice-inner .fl-wrap {
    float: left;
    width: 650px;
}
#voice .voice-inner .fr-wrap {
    float: right;
    width: 300px;
}

#voice .voice-inner .box-cont {
    position: relative;
}

#voice .voice-inner .box {
    width: auto;
    background: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}
#voice .voice-inner .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 35px solid #fff;
	border-left: 35px solid #ffee33;
	width: 0;
	height: 0;
	z-index: 0;
}
#voice .voice-inner .box.border-none:before {
    border: none;
}

#voice .voice-inner .box-ttl {
    width: auto;
    height: 140px;
    background: #ede6d6;
    padding: 20px;
    margin: 0;
    position: relative;
}
#voice .voice-inner .box-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 35px solid #ede6d6;
    border-left: 35px solid #ffee33;
    width: 0;
    height: 0;
    z-index: 0;
}
#voice .voice-inner .box-ttl .p-voice {
    position: absolute;
    margin: 0;
    top: -24px;
    right: 40px;
}
#voice .voice-inner .box-ttl h2 {
    position: absolute;
    margin: 0;
    bottom: 10px;
    left: 20px;
    font-size: 17px;
}

#voice .voice-inner h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

#voice .voice-inner .icon {
    float: right;
    margin: 0 0 10px 10px;
}

#voice .voice-inner dl.faq {
    margin: 0;
    padding: 0;
}
#voice .voice-inner dl.faq dt {
    margin: 0;
    padding: 0 0 10px 40px;
    background: url(../images/icon-faq.png) 0 0 no-repeat;
    font-weight: bold;
}
#voice .voice-inner dl.faq dt span {
    display: inline-block;
    margin-top: 3px;
}
#voice .voice-inner dl.faq dd {
    margin-bottom: 10px;
}


/* Clearfix
*****************************************/
#wrapper:before,
#wrapper:after,
#main:before,
#main:after,
#content:before,
#content:after,
section:before,
section:after,
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

#wrapper:after,
#main:after,
#content:after,
section:after,
.cf:after {
    clear: both;
}

/*   nav NEW 190305
------------------------------------------------------------------ */
ul.nav-main {
	width: 890px;
}
ul.nav-main li {
	background: url(../images/nav-main-190305.png) 0 0 no-repeat;
}
ul.nav-main li a {
	background: url(../images/nav-main-190305.png) 0 0 no-repeat;
}

ul.nav-main li.home a { width: 111px; background-position: 0 0; }
ul.nav-main li.about a { width: 120px; background-position: -111px 0; }
ul.nav-main li.practice a { width: 110px; background-position: -231px 0; }
ul.nav-main li.benefits a { width: 110px; background-position: -341px 0; }
ul.nav-main li.voice a { width: 179px; background-position: -451px 0; }
ul.nav-main li.outline a { width: 150px; background-position: -630px 0; }
ul.nav-main.end li.outline a { width: 110px; background-position: -780px 0; }

ul.nav-main li.home a:hover { background-position: 0 -70px; }
ul.nav-main li.about a:hover { background-position: -111px -70px; }
ul.nav-main li.practice a:hover { background-position: -231px -70px; }
ul.nav-main li.benefits a:hover { background-position: -341px -70px; }
ul.nav-main li.voice a:hover { background-position: -451px -70px; }
ul.nav-main li.outline a:hover { background-position: -630px -70px; }
ul.nav-main.end li.outline a:hover { background-position: -780px -70px; }

#home ul.nav-main li.home a { background-position: 0 -70px; }
#about ul.nav-main li.about a { background-position: -111px -70px; }
#benefits ul.nav-main li.benefits a { background-position: -341px -70px; }
#voice ul.nav-main li.voice a { background-position: -451px -70px; }

/*   footer NEW 190305
------------------------------------------------------------------ */
.txt-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    font-family: '游明朝', YuMincho, serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
.txt-list li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.txt-list li span {
    font-size: 14px;
}

/*   nav NEW (試験について 追加) 190820
------------------------------------------------------------------ */
ul.nav-main {
	width: 1000px;
}
ul.nav-main li {
	background: url(../images/nav-main-190820.png) 0 0 no-repeat;
}
ul.nav-main li a {
	background: url(../images/nav-main-190820.png) 0 0 no-repeat;
}

ul.nav-main li.shiken a { width: 110px; background-position: -890px 0; }
ul.nav-main li.shiken a:hover { background-position: -890px -70px; }

/*   Header NEW 190828
------------------------------------------------------------------ */
header {
    width: 1100px;
    height: 125px;
    margin: 0 auto;
    padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	z-index: 1000;
	font-family: '游ゴシック', YuGothic, sans-serif !important;
	font-size: 16px;
}

header .icon-kentei {
    position: absolute;
    top: 21px;
    right: 21px;
    margin: 0;
    z-index: 2000;
}

.navbar {
    margin: 0;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-header {
    width: 100%;
    margin: 0;
    position: relative;
}

.navbar-brand {
    width: 100px;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2000;
    overflow: visible;
}
.navbar-brand img {
    width: 100px;
    height: auto;
    display: block;
    position: absolute;
    top: -38px;
    left: 0;
}

/* Main Nav
 * ------------------------------*/
#main-nav {
    width: 1100px;
    height: 95px;
    margin: 0;
    padding: 0;
    overflow: visible;
}
#main-nav a {
    color: #fff;
    text-decoration: none;
}
#main-nav a:hover {
    color: #fff;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}

#main-nav ul.nav {
    width: 1070px;
    height: 64px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
    font-weight: 600;
    top: 46px;
    left: 0;
    position: absolute;
    z-index: 20;
    font-size: 18px;
    border-bottom: 16px solid #565656;
    padding-right: 30px;
    list-style-type: none;
}
#main-nav ul.nav li a {
    display: block;
    height: 95px;
    padding: 0;
    text-align: center;
    /*border-bottom: 16px solid #565656;*/
    line-height: 1.5;
    position: relative;
    z-index: 0;
}
#main-nav ul.nav li.home {
    /*padding-right: 20px;*/
    padding-right: 50px;
}
#main-nav ul.nav li.home a div::after {
    width: 80%;
}
#main-nav ul.nav li a div {
    display: block;
    height: 64px;
    /*padding: 0 28px;*/
    padding: 0 45px;
    position: relative;
    z-index: 40;
}
#main-nav ul.nav li a div::after {
    display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 16px;
  background: url(../v1/img/pc/bg-yellow.png) bottom left repeat;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 30;
}
#main-nav ul.nav li a:hover div::after,
#main-nav ul.nav li.current a div::after {
    transform: scale(1, 1);
}

/* Cate Title
 *------------------------------*/
#cate-ttl {
    margin: 0 auto;
    padding: 126px 0 0;
}
#cate-ttl .container {
    height: 65px;
    margin: 0 auto;
    padding: 11px 10px 0;
    background: url(../v1/img/pc/bg-yellow.png) bottom left repeat;
    box-sizing: border-box;
    color: #000;
}
#cate-ttl .ttl {
    margin: 0;
    font-family: '游明朝', YuMincho, serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}

/* etc
 * ------------------------------*/
.f16 {
    font-size: 16px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#character #main {
    margin-top: 60px;
}

/*   Footer NEW 200123
------------------------------------------------------------------ */
footer {
    width: 100%;
    height: 100px;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center;
    background: #000;
    z-index: 100;
}
footer .container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

footer .entry-box {
    display: block;
    width: 640px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    font-family: '游ゴシック', YuGothic, sans-serif !important;
    font-size: 23px;
    font-weight: 600;
    box-sizing: border-box;
    color: #000;
    background: url(../v1/img/pc/bg-yellow.png) bottom left repeat;
    text-align: center;
    position: relative;
    line-height: 1.45;
}
footer .entry-box a {
    display: block;
    width: 640px;
    height: 90px;
    padding: 14px 10px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
}
footer .entry-box a:hover {
    text-decoration: none;
    opacity: 0.8;
}
footer .entry-box .f17 {
    font-size: 17px;
}
footer .entry-box .icon-btn {
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 35px;
    border-radius: 35px 35px 0 0;
    background: url(../v1/img/pc/bg-yellow.png) 0 0 repeat;
    z-index: 0;
}
footer .entry-box .icon-btn span {
    display: block;
    width: 27px;
    height: 23px;
    margin: 6px auto 0;
    background: url(../v1/img/pc/icon-btn-under.png) 0 0 no-repeat;
    background-size: 27px 23px;
}

#pagetop {
    display: block;
    position: absolute;
    top: -35px;
    right: -40px;
    margin: 0;
    width: 22px;
    height: 123px;
    background: url(../v1/img/pc/pagetop.png) 0 0 no-repeat;
    background-size: 22px 123px;
    z-index: 10;
    text-indent: 100% !important;
	white-space: nowrap;
    overflow: hidden;
}

/*   notivebar
------------------------------------------------------------------ */
.notice{border-width:3px;border-style:solid;padding:10px 0}.notice>.inner{margin:0 10px}.notice h3{font-weight:bold}.notice div{margin:10px 0}.notice em{font-style:normal;font-weight:normal;text-decoration:underline}.notice-attention{border-color:#e60000}.notice-info{border-color:#004389}.box{background-color:#e5e5e5;padding:10px}p.sup{text-align:right}ul.sup{padding-left:1em;text-indent:-1em;list-style-type:none}.topic{text-align:center}.ttl-attention{font-weight:bold;font-size:22px;text-align:center}#notice-bar{background-color:#FFF;width:100%}#notice-bar .inner{margin:0 auto;width:950px}#notice-bar .inner p{font-size:12px;;margin:0;line-height:16px;text-align:left;background:url("../images/i-attention.gif") 25px center no-repeat;padding:10px 0 5px 50px;text-align:left;color:#000}
#notice-bar {
	position: fixed;
    z-index: 1000;
}