@charset "UTF-8";
/* = reset
----------------------------------------------- */
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;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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, main, menu, nav, section, summary {
  display: block;
}

/* = body
----------------------------------------------- */
body {
  min-width: 1100px;
  color: #333;
  background: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
}

/* = anchor
----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* = img
----------------------------------------------- */
img {
  vertical-align: top;
}

/* = button
----------------------------------------------- */
button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  outline: none;
  cursor: pointer;
}

/* = header
----------------------------------------------- */
#header {
  display: table;
  width: 100%;
  height: 77px;
}
#header div {
  display: table-cell;
}
#header .hdr_logo {
  width: 73px;
}
#header .hdr_ttl {
	width: 100%;
	padding: 0 1% 0 2%;
	color: #fff;
	background-image: url(../img/hdr_img_01.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #000;
	font-weight: bold;
	vertical-align: middle;
}
#header .hdr_ttl span {
  position: relative;
  margin-left: 20px;
  padding: 0 315px 0 23px;
  font-size: 26px;
}
#header .hdr_ttl span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background: #666;
}
#header .hdr_regist {
  width: 21.2%;
  vertical-align: middle;
  text-align: center;
}
#header .hdr_regist a {
  display: block;
  padding: 0 15px;
  color: #fff;
  background: #55b4c2;
  font-size: 16px;
  font-weight: bold;
  line-height: 77px;
  white-space: nowrap;
}
#header .hdr_regist a:hover {
  text-decoration: none;
  opacity: .8;
}

/* = g_nav
----------------------------------------------- */
#g_nav {
  display: none;
}

/* = contents
----------------------------------------------- */
#contents {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  padding: 0 0 80px;
  background: url(../img/bg/contents.gif) repeat-y 756px 0;
}

#main {
  float: left;
  width: 714px;
  padding: 24px 0 0;
}

#side {
  float: right;
  width: 224px;
  padding: 20px 0 0;
}

/* = footer
----------------------------------------------- */
#footer .ftr01 {
  padding: 25px 0 15px;
  color: #fff;
  background: #333;
}
#footer .ftr01 a {
  color: #fff;
}
#footer .ftr01_inner {
  position: relative;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
#footer .ftr01_inner > ul > li {
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
  padding-left: 16px;
}
#footer .ftr01_inner > ul > li:nth-child(1) {
  float: left;
  width: 159px;
}
#footer .ftr01_inner > ul > li:nth-child(2) {
  float: left;
  width: 278px;
}
#footer .ftr01_inner > ul > li:nth-child(3), #footer .ftr01_inner > ul > li:nth-child(4), #footer .ftr01_inner > ul > li:nth-child(5) {
  width: 257px;
}
#footer .ftr01_inner > ul > li:nth-child(6) {
  position: absolute;
  top: 0;
  right: 0;
  width: 262px;
}
#footer .ftr01_inner > ul > li:nth-child(7) {
	top: 50px;
	width: 262px;
	position: absolute;
	right: 0px;
}
#footer .ftr01_inner > ul > li:nth-child(8) {
	top: 90px;
	width: 262px;
	position: absolute;
	right: 0px;
}
#footer .ftr01_inner > ul > li:nth-child(9) {
	top: 140px;
	width: 262px;
	position: absolute;
	right: 0px;
}
#footer .ftr01_inner > ul > li:nth-child(10) {
	top: 170px;
	width: 262px;
	position: absolute;
	right: 0px;
}
#footer .ftr01_inner > ul > li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #900f06;
}
#footer .ftr01_inner > ul > li > ul > li {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}
#footer .ftr01_inner > ul > li > ul > li a {
  color: #adacac;
}
#footer .ftr02 {
  position: relative;
  max-width: 1150px;
  height: 68px;
  margin: 0 auto;
  padding: 25px;
}
#footer .ftr02 .mark {
  position: absolute;
  left: 290px;
  top: 25px;
}
#footer .ftr02 .mark div {
  padding: 0 5px;
  display: inline;
}
#footer .ftr02 ul {
  float: left;
  margin: 50px 0 0;
}
#footer .ftr02 ul li {
  padding: 0 7px 0 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
}
#footer .ftr02 ul li:first-child {
  border-right: 1px solid #cececd;
}
#footer .ftr02 small {
  float: right;
  margin: 50px 0 0;
  font-size: 10px;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 365px;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #900f06;
  cursor: pointer;
}
#pagetop:hover {
  opacity: .8;
}
#pagetop p {
  position: relative;
  text-indent: -9999px;
}
#pagetop p:before,
#pagetop p:after {
  position: absolute;
  left: 27px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#pagetop p:after {
  top: 30px;
}

/* = module
----------------------------------------------- */
.category_ttl {
  display: none;
}

.page_ttl {
  padding: 28px 0 27px;
  background: #f5f4ed;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
}
.page_ttl p {
  width: 930px;
  margin: 0 auto;
}
.page_ttl span {
  position: relative;
  margin-right: 23px;
  font-size: 24px;
  font-weight: bold;
}
.page_ttl span:before, .page_ttl span:after {
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -11px;
  background: #900f06;
}
.page_ttl span:before {
  left: -19px;
  margin-top: -4px;
  background: #f89490;
}

.heading01 {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  border-left: 6px solid #900f06;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.heading02 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

.heading03 {
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: bold;
}

p + .heading03 {
  margin-top: 30px;
}

#contents p {
	line-height: 1.7;
}

.block {
  overflow: hidden;
  margin: 0 0 60px;
}

.lead {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	line-height: 1.5;
}

.intro {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0px;
}
.intro .lead {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px;
}

.list01 li {
  margin: 0 0 20px 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.img_l {
	float: left;
	width: 300px;
	margin: 0 0px 0 0;
	padding-right: 24px;
	padding-bottom: 16px;
}

.img_l img {
	height: auto;
	width: 100%;
}

.img_r {
	float: right;
	margin: 0 0 0 35px;
	height: auto;
	width: 300px;
}
.img_r img {
	height: auto;
	width: 100%;
}

.caption {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.contact {
	margin: 0 0 60px;
	border: 1px solid #c9c8c7;
}
.contact > dt {
  margin: 1px;
  padding: 10px 24px;
  border-bottom: 1px solid #e7e7e7;
  background: #f5f4ed;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.contact > dd {
  padding: 20px 24px;
}
.contact > dd > dl > dt {
  padding: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.contact > dd > dl > dd {
  line-height: 1.5;
}

.tel {
  cursor: default;
}
.tel:hover {
  opacity: 1;
}

#regist {
  position: fixed;
  right: 0;
  top: 206px;
  width: 54px;
  height: 223px;
  z-index: 9999;
}
#regist a {
  display: block;
  position: relative;
  width: 54px;
  height: 223px;
  z-index: 9999;
  background: url(../img/btn_register.png) no-repeat;
  text-indent: -9999px;
}
#regist.fixed {
  top: 0;
}

.external:after {
  margin-left: 5px;
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: url(../img/icon/external.gif) no-repeat;
}

#s_nav dt {
  margin: 30px 0;
  padding: 0 0 0 15px;
  border-left: 6px solid #900f06;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}
#s_nav dd {
	border-top: 1px solid #c9c8c7;
}
#s_nav ul {
  padding: 0 0 0 19px;
}
#s_nav li {
  position: relative;
  margin: 16px 0;
  padding-left: 13px;
  font-size: 13px;
  line-height: 1.4;
}
#s_nav li:after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #484f4f;
  border-top: 1px solid #484F4F;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#s_nav li.sub:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#s_nav li.sub ul {
  padding: 0;
}
#s_nav li.sub li {
  margin: 10px 0;
  padding: 0;
}
#s_nav li.sub li:after {
  display: none;
}
#s_nav .current a {
  color: #fa3332;
}
#s_nav ul + ul {
	border-top: 1px solid #c9c8c7;
}
#s_nav dl.sub dt {
  margin: 0;
  padding: 15px 0 0 20px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  font-size: 14px;
}
#s_nav dl.sub dd {
  border-top: none;
}

#f_nav {
  width: 714px;
  clear: both;
}
#f_nav > dt {
  padding: 0 0 5px;
  border-bottom: 2px solid #900f06;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#f_nav > dd {
  margin: 0 0 25px;
  padding: 7px 0 0;
}
#f_nav > dd > ul {
  float: left;
  width: 334px;
  margin: 0 0 5px;
}
#f_nav > dd > ul:first-child {
  width: 380px;
}
#f_nav > dd > ul li {
  margin: 21px 0;
  font-size: 13px;
  line-height: 1.5;
}
#f_nav > dd dl {
  clear: both;
  border-top: 1px dotted #9d9d9d;
}
#f_nav > dd dt {
  padding: 25px 0 10px;
  font-weight: bold;
}
#f_nav > dd dd {
  overflow: hidden;
}
#f_nav > dd dd ul {
  overflow: hidden;
}
#f_nav > dd dd li {
  float: left;
  width: 169px;
  font-size: 13px;
  line-height: 1.5;
}
#f_nav > dd dd li:first-child {
  width: 152px;
}
#f_nav li {
  position: relative;
  padding-left: 13px;
}
#f_nav li:after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #484f4f;
  border-top: 1px solid #484F4F;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#f_nav li.sub:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#f_nav li.sub ul {
  margin-bottom: -5px;
}
#f_nav li.sub li {
  margin: 10px 0;
  padding: 0;
}
#f_nav li.sub li:after {
  display: none;
}

/* = form
----------------------------------------------- */
.security {
  float: right;
  margin: -50px 0 20px;
}
.security div {
  padding: 0 5px;
  display: inline;
}

.status {
  display: table;
  width: 100%;
  margin: 0 0 45px;
}
.status li {
  position: relative;
  display: table-cell;
  width: 240px;
  height: 51px;
  color: #fff;
  background: #cac9c8;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.status li.current {
  background: #900f06;
}
.status li:before, .status li:after {
  position: absolute;
  right: -17px;
  top: -2px;
  width: 36px;
  height: 36px;
  border-right: 20px solid #fff;
  border-top: 20px solid #fff;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.status li:before {
  left: -42px;
}
.status li:first-child {
  width: 220px;
  padding-right: 20px;
}
.status li:first-child:before {
  display: none;
}
.status li:last-child {
  width: 220px;
  padding-left: 20px;
}
.status li:last-child:after {
  display: none;
}

.box {
  margin: 0 0 45px;
}
.box > dt {
  padding: 13px 20px;
  font-size: 16px;
  font-weight: bold;
}
.box > dd {
  padding: 20px;
  border: 1px solid #e9e8e7;
  border-top: none;
  font-size: 12px;
  line-height: 1.8;
}

.box01 > dt {
  color: #fff;
  background: #333;
}
.box01 > dd dt {
  display: table-cell;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
.box01 > dd dd {
  display: table-cell;
}
.box01 > dd dd label {
  display: block;
  margin-left: 20px;
  text-indent: -20px;
}

.box02 dt {
  padding: 15px;
  border: 1px solid #e9e8e7;
  border-top: none;
  background: #f9f8f7;
  font-size: 14px;
  text-align: center;
}
.box02 dd {
  padding: 25px 30px 30px;
}
.box02 .privacy {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #e9e8e7;
  height: 180px;
  overflow: auto;
}
.box02 .agree {
  font-size: 14px;
  text-align: center;
}
.box02 .agree label {
  margin: 0 15px;
}

#box_add {
	cursor: pointer;	
}

.required {
  margin: 0 0 5px;
  color: #d52a20;
  font-size: 12px;
  text-align: right;
}

.form {
  width: 100%;
}
.form th, .form td {
  padding: 15px 25px;
  border: 1px solid #e9e8e7;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}
.form th {
  background: #f9f8f7;
  font-weight: bold;
  text-align: right;
}
.form th span {
  margin-left: 5px;
  color: #d52a20;
  font-size: 12px;
}
.form td dt {
  padding: 10px 0 5px;
}
.form .pre {
  display: inline-block;
  padding: 0 15px 5px 0;
}
.form input, .form select {
  font-size: 14px;
}
.form .w100 {
  width: 100px;
  margin-right: 25px;
}
.form .w380 {
  width: 380px;
}
.form .auto {
  padding: 3px 14px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  font-size: 12px;
  cursor:pointer;
}
.form .note {
  margin: 5px 0 0;
  font-size: 10px;
}

.submit {
  width: 542px;
  margin: 50px auto 80px;
  text-align: center;
}
.submit button, .submit a {
  display: inline-block;
  width: 245px;
  margin: 0 11px;
  border-radius: 3px;
  color: #fff;
  background: #e4963b;
  font-size: 20px;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
}
.submit button:hover, .submit a:hover {
  background-color: rgba(228, 150, 59, 0.8);
}

/* other(modal) */
.page_other {
  min-width: 0;
}
.page_other h1 {
  padding: 15px;
  color: #fff;
  background: #fb3432;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.page_other p {
  margin: 30px 0 40px;
  text-align: center;
}
.page_other h2 {
  margin: 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #a09f9d;
  font-size: 16px;
  font-weight: bold;
}
.page_other ul {
  overflow: hidden;
  margin: 10px 30px 25px 40px;
}
.page_other li {
  position: relative;
  float: left;
  width: 140px;
  margin: 10px 0;
  padding-left: 13px;
  font-size: 12px;
  line-height: 1.3;
}
.page_other li:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #484f4f;
  border-top: 1px solid #484F4F;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* add(modal) */
.page_add {
  min-width: 0;
}
.page_add .msg {
  margin: 30px 0 40px;
  color: #c00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.page_add h2 {
  margin: 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #a09f9d;
  font-size: 16px;
  font-weight: bold;
}
.page_add table {
  margin: 10px 30px 30px;
}
.page_add th, .page_add td {
  padding: 10px;
  vertical-align: top;
  line-height: 1.3;
}
.page_add th {
  min-width: 160px;
  font-weight: bold;
  text-align: right;
}
.page_add label {
  display: block;
  margin-left: 20px;
  text-indent: -20px;
  font-size: 12px;
}
.page_add .submit {
  width: 267px;
  margin: 60px auto 40px;
}

/* modal */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.remodal {
  height: 90%;
  padding: 0;
  border-radius: 0;
}
.remodal iframe {
  width: 100%;
  height: 100%;
}

.remodal-close {
  top: -30px;
  left: auto;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 0;
}
.remodal-close:after {
  color: #fff;
  font-size: 38px;
}
.remodal-close:hover, .remodal-close:active {
  color: #fff;
  background: transparent;
}

/* error/confirm/complete */
.error {
  margin: 10px 0 0;
  color: #c00;
}
.error.msg {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.note + .error {
  margin: 0;
}

.msg {
  margin: 0 0 30px;
}
.msg.complete {
  margin: 110px 0 55px;
  color: #900f06;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.msg_sub {
  width: 85%;
  margin: 0 auto;
}

.back_btn {
  margin: 80px auto 100px;
  text-align: center;
}
.back_btn a {
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  color: #fff;
  background: #e4963b;
  font-size: 20px;
  font-weight: bold;
  line-height: 68px;
}

/* form(box) */
.page_clm1 #contents {
  background-image: none;
}
.page_clm1 #main {
  float: none;
  margin: 0 auto;
}
.page_clm1 #f_nav {
  margin: 0 auto;
}

.box03 > dt {
  color: #fff;
  background: #55b4c2;
}
.box03 h2 {
  padding: 0 0 5px;
  border-bottom: 1px dotted #a09f9d;
  font-weight: bold;
}
.box03 table {
  margin: 0 0 5px;
}
.box03 th, .box03 td {
  padding: 8px 10px;
  vertical-align: top;
  line-height: 1.3;
}
.box03 th {
  min-width: 130px;
  padding: 10px;
  font-weight: bold;
  text-align: right;
}
.box03 label {
  display: block;
  margin-left: 20px;
  text-indent: -20px;
  font-size: 12px;
}

/* form(all) */
.box03.all {
  padding: 20px;
  border: 1px solid #e9e8e7;
}
.box03.all th {
  min-width: 170px;
}

/* = Law school top(/l/index.thml)
----------------------------------------------- */
.heading_law {
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.heading_law span {
  display: block;
  font-size: 18px;
}

/* news */
.news {
  margin: 0 0 45px;
}
.news dt {
  margin: 0 0 8px;
  padding: 0 0 0 15px;
  border-left: 6px solid #900f06;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.news dd {
  border-top: 1px solid #e4e3e2;
}
.news li {
  padding: 12px 0 13px;
  border-top: 1px dotted #cfcfcf;
}
.news li:first-child {
  padding: 20px 0 13px;
  border-top: none;
}
.news a {
  display: table;
  width: 100%;
  font-size: 12px;
}
.news time, .news p {
  display: table-cell;
}
.news time {
  width: 124px;
}
.news .icn_new {
  display: inline-block;
  margin-left: 15px;
  padding: 0 5px;
  color: #fff;
  background: #900f06;
  font-size: 10px;
}

.block + .news {
  margin-top: -20px;
}

/* graduate_school_list */
.graduate_school_list {
  margin: 0 0 50px;
}
.graduate_school_list h2 {
  padding: 10px 25px;
  color: #fff;
  background: #900f06;
  font-size: 18px;
  font-weight: bold;
}
.graduate_school_list .list_inner {
  padding: 25px 0 0 25px;
  border: 1px solid #e4e3e2;
  border-top: none;
}
.graduate_school_list h3 {
  margin: 0 25px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px dotted #a09f9d;
  font-size: 16px;
  font-weight: bold;
}
.graduate_school_list ul {
  overflow: hidden;
  margin: 10px -20px 20px 10px;
}
.graduate_school_list li {
	position: relative;
	float: left;
	width: 154px;
	margin: 10px 0;
	padding-left: 13px;
	line-height: 1.3;
	font-size: 12px;
}
.graduate_school_list li:after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #484f4f;
  border-top: 1px solid #484F4F;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* = Basic understanding course(/l/kiji/kisorikai_01.html)
----------------------------------------------- */
.heading_basic_courses {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.heading_basic_courses span {
	margin-right: 10px;
	padding: 6px 8px;
	color: #fff;
	background: #900f06;
	font-size: 20px;
}

.basic_courses {
  overflow: hidden;
  margin: 0 0 20px;
}
.basic_courses .img_r {
  width: 255px;
  margin: 0 0 20px 25px;
}

.basic_courses_index {
  overflow: hidden;
  margin: 0 -9px 40px;
}
.basic_courses_index li {
  float: left;
  width: 226px;
  min-height: 89px;
  margin: 0 9px 16px;
}
.basic_courses_index a {
  display: block;
}
.basic_courses_index .num {
  display: block;
  padding: 5px;
  color: #fff;
  background: #900f06;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.basic_courses_index .ttl {
	display: table-cell;
	width: 206px;
	height: 58px;
	padding: 0 10px;
	border-top: 1px none #B79090;
	line-height: 1.5;
	vertical-align: middle;
	border-right: 1px solid #B79090;
	border-bottom: 1px solid #B79090;
	border-left: 1px solid #B79090;
}
.basic_courses_index .current .ttl {
  background: #ffeaea;
}

/* = How to learn in law school(/l/kiji/kotsu.html)
----------------------------------------------- */
.howto {
  overflow: hidden;
  margin: 0 0 40px;
}
.howto .img_r {
  width: 220px;
  margin: 0 0 0 25px;
}

.howto_list {
  margin: 0 0 60px;
}
.howto_list h2 {
  padding: 15px 25px;
  color: #fff;
  background: #900f06;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.howto_list .list_inner {
  padding: 10px 30px;
  border: 1px solid #e4e3e2;
  border-top: none;
}
.howto_list li {
  padding: 12px 0 13px;
  border-top: 1px dotted #999;
}
.howto_list li:first-child {
  border-top: none;
}
.howto_list li .num, .howto_list li .txt {
  display: table-cell;
  vertical-align: middle;
}
.howto_list li .num {
	min-width: 83px;
	color: #900F06;
	border: 1px solid #900F06;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
}
.howto_list li .txt {
  padding-left: 25px;
  line-height: 1.4;
}

/* = ABC of the law school entrance exam break(/l/kiji/01_abc.html)
----------------------------------------------- */
.abc_step {
  margin: 35px -3px 65px 0;
  overflow: hidden;
}
.abc_step li {
  float: left;
  width: 105px;
  margin: 0 -3px 0 0;
}

.heading_abc {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.heading_abc span {
	margin-right: 10px;
	padding: 8px;
	color: #fff;
	background: #900f06;
	font-size: 20px;
}

.abc {
  margin: 0 0 80px;
}
.abc p {
	margin-top: 0px;
	padding-top: 0px;
}
.abc .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 6px;
	margin-top: 24px;
}
.abc p .title2 {
	font-weight: bold;
	display: block;
	padding-top: 16px;
	padding-bottom: 5px;
}

/* = Aptitude test(/l/kiji/tekiseishiken.html)
----------------------------------------------- */
.aptitude {
  margin: 0 0 70px;
}
.aptitude .lead {
  margin: 10px 0 30px;
  font-size: 20px;
}
.aptitude .heading01 {
  margin-bottom: 15px;
}
.aptitude p + dl {
  margin-top: 40px;
}
.aptitude dl {
  position: relative;
  margin: 50px 0;
  border: 1px solid #e3e3e3;
}
.aptitude dl:after {
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: -25px;
  content: "";
  height: 0;
  width: 0;
  border: 25px solid #e1e1e0;
  border-color: transparent;
  border-top-color: #e1e1e0;
}
.aptitude dl.last {
  margin-bottom: 60px;
}
.aptitude dl.last:after {
  display: none;
}
.aptitude dt {
  padding: 14px 20px 13px;
  background: #f5f4ed;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.aptitude dd {
  padding: 20px 25px;
  line-height: 1.6;
}
.aptitude dd ul {
  margin: 0 0 -10px;
}
.aptitude dd li p {
  margin: 15px 0 0;
  text-indent: 0;
}
.aptitude ul {
  margin: 25px 0 0;
}
.aptitude li {
  margin: 0 0 10px 15px;
  text-indent: -15px;
  line-height: 1.6;
}

/* = interview list(/l/kiji/gokakusha.html)
----------------------------------------------- */
.interview_list {
  overflow: hidden;
  margin: 30px -7px 90px;
}
.interview_list dl {
  float: left;
  width: 348px;
  margin: 7px;
  border: 1px solid #e3e3e3;
}
.interview_list dt {
  margin: 10px 0;
  padding: 3px 7px;
  border-left: 7px solid #900f06;
  font-size: 16px;
  font-weight: bold;
}
.interview_list dd {
  overflow: hidden;
  padding: 2px 20px 13px 13px;
}
.interview_list dd .thm {
  float: left;
  width: 118px;
}
.interview_list dd p {
  margin-left: 118px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5 !important;
}
.interview_list dd .name {
  font-size: 12px;
}
.interview_list dd .name span {
  font-size: 14px;
  font-weight: bold;
}
.interview_list dd .more {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}
.interview_list dd .more:after {
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-right: 2px solid #484f50;
  border-top: 2px solid #484f50;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* = Scholarship(/l/kiji/shogakukin.html)
----------------------------------------------- */
.scholarship {
  margin: 0 0 70px;
}
.scholarship .box_wrap {
  overflow: hidden;
  margin: 0 -35px 50px;
}
.scholarship .box {
  float: left;
  width: 320px;
  margin: 0 35px;
}
.scholarship .heading01 {
  margin-bottom: 25px;
}
.scholarship dl {
  position: relative;
  margin: 0 0 50px;
  border: 1px solid #e3e3e3;
}
.scholarship dt {
  padding: 14px 20px 13px;
  background: #f5f4ed;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.scholarship dt:first-child {
  border-top: none;
}
.scholarship dd {
  line-height: 1.6;
}
.scholarship dd li {
  padding: 10px 20px;
  border-top: 1px solid #e3e3e3;
}
.scholarship dd li:first-child {
  border-top: none;
}
.scholarship dd li span {
  font-weight: bold;
}

/* = sp only
----------------------------------------------- */
.sp {
  display: none;
}

/* = HomePage(/index.thml)
----------------------------------------------- */
.top_main {
  padding: 39px 0 0;
}
.top_main .lead {
  display: table-cell;
  height: 74px;
  padding: 0 0 0 98px;
  background: url(../img/top/lead.png) no-repeat;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  vertical-align: middle;
}
.top_main .bnr {
  overflow: hidden;
  margin: 35px -30px 50px;
}
.top_main .bnr li {
  float: left;
  margin: 0 30px;
}
.top_main .block {
  overflow: hidden;
  margin: 0 -10px;
}
.top_main .block .menu, .top_main .block .topics {
  float: left;
  width: 480px;
  margin: 0 10px;
}
.top_main .menu_ttl {
  margin: 0 0 15px;
  padding: 14px 0 1px;
  font-size: 12px;
  font-weight: bold;
}
.top_main .menu_ttl span {
  font-size: 26px;
  line-height: 1.7;
}
.top_main .menu_ttl.guide {
  border-top: 3px solid #1183da;
  border-bottom: 3px solid #1183da;
  color: #1183da;
}
.top_main .menu_ttl.admission {
  border-top: 3px solid #ebab2e;
  border-bottom: 3px solid #ebab2e;
  color: #ebab2e;
}
.top_main .menu_ttl.communication {
  border-top: 3px solid #6c9f24;
  border-bottom: 3px solid #6c9f24;
  color: #6c9f24;
}
.top_main .menu_ttl.advice {
  border-top: 3px solid #cc5454;
  border-bottom: 3px solid #cc5454;
  color: #cc5454;
}
.top_main .area_ttl {
  margin: 24px 0 20px;
  padding-left: 8px;
  border-left: 6px solid #1183da;
  font-size: 18px;
  font-weight: bold;
}
.top_main .area_btn a {
  display: block;
  color: #fff;
  background: #1183da;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.top_main .request_btn a {
  display: block;
  position: relative;
  padding-left: 8px;
  color: #666;
  background: #f1f1f0;
  border: 2px solid #eceeed;
  border-radius: 5px;
  text-align: center;
}
.top_main .request_btn a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 10;
}
.top_main .area01 {
  overflow: hidden;
  margin: 0 0 14px;
}
.top_main .area01 .area_btn {
  float: left;
}
.top_main .area01 .area_btn a {
  position: relative;
  width: 352px;
  height: 60px;
  padding-left: 8px;
  line-height: 60px;
}
.top_main .area01 .area_btn a:before {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 10;
}
.top_main .area01 .request_btn {
  float: right;
}
.top_main .area01 .request_btn a {
  width: 88px;
  height: 56px;
  line-height: 56px;
}
.top_main .area01 .request_btn a:before {
  left: 10px;
}
.top_main .area02 {
  overflow: hidden;
  margin: 0 -6px 27px;
}
.top_main .area02 li {
  float: left;
  width: 70px;
  margin: 0 6px;
}
.top_main .area02 .area_btn {
  margin: 0 0 7px;
}
.top_main .area02 .area_btn a {
  display: table-cell;
  width: 70px;
  height: 77px;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}
.top_main .area02 .request_btn a {
  height: 28px;
  font-size: 12px;
  line-height: 28px;
}
.top_main .area02 .request_btn a:before {
  width: 5px;
  height: 5px;
  left: 3px;
  margin-top: -4px;
}
.top_main .special_ttl {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
}
.top_main .special_ttl.guide {
  background: #1183da;
}
.top_main .special_ttl.admission {
  background: #ebab2e;
}
.top_main .special_ttl.communication {
  background: #aac471;
}
.top_main .special_ttl.advice {
  background: #cc5454;
}
.top_main .special {
  margin: -3px 0 30px;
}
.top_main .special li {
  overflow: hidden;
  padding: 14px 0 15px;
  border-top: 1px dotted #999;
}
.top_main .special li:first-child {
  border-top: none;
}
.top_main .special li a {
  display: block;
}
.top_main .special li .thm {
  float: left;
}
.top_main .special li .ttl {
  margin-left: 120px;
  color: #999;
  font-weight: bold;
}
.top_main .special li .ttl span {
  font-size: 20px;
  line-height: 1.3;
}
.top_main .special li .request_btn {
  margin-top: 10px;
  margin-left: 120px;
}
.top_main .special li .request_btn a {
  width: 66px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
}
.top_main .special li .request_btn a:before {
  width: 5px;
  height: 5px;
  left: 3px;
  margin-top: -4px;
}
.top_main .special.guide .ttl span {
  color: #1183da;
}
.top_main .special.admission .ttl span {
  color: #ebab2e;
}
.top_main .special.communication .ttl span {
  color: #6c9f24;
}
.top_main .special.advice .ttl span {
  color: #cc5454;
}
.top_main .special.advice {
  margin-bottom: 0;
  border-bottom: 1px dotted #999;
}
.top_main .topics .news {
  margin: 0;
  border: 2px solid #f0efed;
}
.top_main .topics .news dt {
  margin: 0;
  padding: 15px 25px;
  border: none;
  background: #fafaf9;
}
.top_main .topics .news dd {
  padding: 0 25px;
  border-top: 2px solid #f0efed;
}
.top_main .topics .news time {
  width: 92px;
}

/* = for smartphone
----------------------------------------------- */
@media screen and (max-width: 640px) {
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    min-width: 320px;
    font-size: 13px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  a:hover {
    opacity: 1;
  }

  /* header */
  #header {
    display: block;
    width: auto;
    height: 41px;
    padding-right: 41px;
    background: #000;
  }
  #header div {
    display: block;
  }
  #header .hdr_logo {
    float: left;
    width: 41px;
  }
  #header .hdr_logo img {
    width: 41px;
    height: 41px;
  }
  #header .hdr_ttl {
	float: left;
	width: auto;
	padding: 0 0 0 12px;
	background-image: none;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	line-height: 41px;
  }
  #header .hdr_ttl span {
    display: none;
  }
  #header .hdr_regist {
    float: right;
    width: 110px;
  }
  #header .hdr_regist a {
    display: table-cell;
    width: 110px;
    height: 41px;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }

  /* g_nav */
  #g_nav {
    display: block;
  }
  #g_nav ul {
    display: none;
  }
  #g_nav ul > li {
    border-bottom: 1px solid #222;
  }
  #g_nav ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 15px;
    color: #fff;
    background: #333;
    border-top: 1px solid #444;
  }
  #g_nav ul > li > a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #g_nav ul > li > a.close:after {
    right: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #g_nav ul > li > a.open:after {
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #g_nav ul > li > ul {
    display: none;
  }
  #g_nav ul > li > ul li {
    border-bottom: 1px solid #eeedec;
  }
  #g_nav ul > li > ul li > a {
    color: #333;
    background: #fbfbfb;
    border-top: 1px solid #fff;
  }

  .nav_btn {
    position: relative;
    float: right;
    margin: -41px 0 0;
    width: 41px;
    height: 41px;
    border-left: 1px solid #000;
    text-indent: -9999px;
    background: #fff;
  }
  .nav_btn span, .nav_btn:before, .nav_btn:after {
    display: block;
    position: absolute;
    top: 14px;
    left: 12px;
    content: "";
    width: 18px;
    height: 2px;
    background: #3a3a3a;
  }
  .nav_btn:before {
    top: 19px;
  }
  .nav_btn:after {
    top: 24px;
  }

  /* contents */
  #contents {
    width: auto;
    padding: 0;
    background-image: none;
  }

  #main {
    float: none;
    width: auto;
    padding: 20px 10px;
  }

  #side {
    float: none;
    width: auto;
    padding: 0;
  }

  /* footer */
  #footer .ftr01 {
    padding: 0;
    color: #fff;
    background: #333;
  }
  #footer .ftr01 a {
    display: block;
    padding: 10px 15px;
  }
  #footer .ftr01_inner {
    width: auto;
  }
  #footer .ftr01_inner > ul > li {
    float: none !important;
    width: auto !important;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px solid #222;
  }
  #footer .ftr01_inner > ul > li:nth-child(6) {
    position: static;
  }
    #footer .ftr01_inner > ul > li:nth-child(7) {
    position: static;
  }
    #footer .ftr01_inner > ul > li:nth-child(8) {
    position: static;
  }
    #footer .ftr01_inner > ul > li:nth-child(9) {
    position: static;
  }
    #footer .ftr01_inner > ul > li:nth-child(10) {
    position: static;
  }
  #footer .ftr01_inner > ul > li:before {
    display: none;
  }
  #footer .ftr01_inner > ul > li a {
    position: relative;
    color: #fff;
    padding: 10px 20px 10px 15px;
    background: #333;
    border-top: 1px solid #444;
  }
  #footer .ftr01_inner > ul > li a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #footer .ftr01_inner > ul > li a.close:after {
    right: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #footer .ftr01_inner > ul > li a.open:after {
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #footer .ftr01_inner > ul > li > ul {
    display: none;
  }
  #footer .ftr01_inner > ul > li > ul li {
    margin: 0;
    border-bottom: 1px solid #eeedec;
    font-size: 13px;
    line-height: 1.3;
  }
  #footer .ftr01_inner > ul > li > ul li a {
    color: #333;
    background: #fff;
    border-top: 1px solid #fff;
  }
  #footer .ftr02 {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  #footer .ftr02 .mark {
    position: static;
    margin: 0 auto 10px;
  }
  #footer .ftr02 ul {
    float: none;
    margin: 15px auto 10px;
  }
  #footer .ftr02 ul li {
    font-size: 13px;
    line-height: 1.3;
  }
  #footer .ftr02 small {
    float: none;
    margin: 10px auto;
  }

  #pagetop {
    right: 15px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
  #pagetop p:before,
  #pagetop p:after {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 8px;
    height: 8px;
  }
  #pagetop p:after {
    top: 18px;
  }

  /* module */
  .category_ttl {
    display: block;
    padding: 13px 0;
    color: #fff;
    background: #333;
    font-size: 16px;
    text-align: center;
  }

  .page_ttl {
    padding: 7px 0 5px;
    font-size: 11px;
    line-height: 1.5;
  }
  .page_ttl p {
    width: auto;
    padding: 0 10px 0 28px;
  }
  .page_ttl span {
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
  }
  .page_ttl span:before, .page_ttl span:after {
    left: -18px;
    top: 2px;
    width: 8px;
    height: 8px;
    margin-top: 0;
  }
  .page_ttl span:before {
    left: -14px;
    top: 6px;
    margin-top: 0;
  }

  .heading01 {
    margin: 0 0 15px;
    padding: 0 0 0 8px;
    border-left: 4px solid #900f06;
    font-size: 15px;
  }

  .heading02 {
    font-size: 15px;
    line-height: 1.3;
  }

  .heading03 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.3;
  }

  p + .heading03 {
    margin-top: 15px;
  }

  #contents p {
    line-height: 1.8;
  }

  .block {
    margin: 0 0 15px;
    padding: 15px 0 0;
    border-top: 1px dotted #999;
  }
  .block:first-child {
    border: none;
  }

  h1 + .block {
    border-top: none;
    padding: 0;
  }

  .lead {
    font-size: 14px;
  }

  .intro .lead {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }

  .list01 li {
    margin: 0 0 5px 1em;
  }

  .img_l, .img_r {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
  .img_l img, .img_r img {
    width: 100%;
  }

  .caption {
    font-size: 11px;
    line-height: 1.2;
  }

  .contact {
    margin: 0 0 15px;
  }
  .contact > dt {
    padding: 5px 12px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 1.3;
  }
  .contact > dd {
    padding: 10px 12px;
  }
  .contact > dd > dl > dt {
    padding: 0 0 2px;
    font-size: 13px;
    line-height: 1.3;
  }
  .contact > dd > dl > dd {
    line-height: 1.3;
  }

  #regist {
    position: static;
    width: auto;
    height: auto;
  }
  #regist a {
    width: auto;
    height: auto;
    background-image: none;
    text-indent: 0;
    width: 200px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    background-color: #55b4c2;
    text-align: center;
  }

  #s_nav dt {
	position: relative;
	margin: 0;
	padding: 10px 20px 10px 15px;
	color: #fff;
	background: #900f06;
	border-left: none;
	border-bottom: 1px solid #700001;
	font-size: 13px;
	font-weight: normal;
  }
  #s_nav dt:after {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #s_nav dt.close:after {
    right: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #s_nav dt.open:after {
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #s_nav dd {
	border-top: 1px solid #9B0004;
  }
  #s_nav .trigger + dd {
    display: none;
  }
  #s_nav ul {
    padding: 0;
  }
  #s_nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eeedec;
    font-size: 13px;
  }
  #s_nav li:after {
    display: none;
  }
  #s_nav li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    background: #fbfbfb;
    border-top: 1px solid #fff;
  }
  #s_nav ul + ul {
    border-top: none;
  }
  #s_nav dl.sub {
    display: none;
  }
  #s_nav .link {
    border-top: none;
  }
  #s_nav .link li {
	border-bottom: 1px solid #660000;
  }
  #s_nav .link li a {
	position: relative;
	padding: 10px 20px 10px 15px;
	color: #fff;
	background: #900f06;
	border-top: none;
	border-bottom: 1px solid #9B0004;
  }
  #s_nav .link li a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #s_nav .link li a.close:after {
    right: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #s_nav .link li a.open:after {
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #f_nav {
    width: auto;
  }
  #f_nav > dt {
	position: relative;
	padding: 10px 20px 10px 15px;
	color: #fff;
	background: #900f06;
	border-bottom: 1px solid #9B0004;
	font-size: 13px;
	font-weight: normal;
  }
  #f_nav > dt:after {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #f_nav > dt.close:after {
    right: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #f_nav > dt.open:after {
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #f_nav > dd {
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ce1717;
  }
  #f_nav > dd > ul {
    float: none;
    width: auto;
    margin: 0;
  }
  #f_nav > dd > ul:first-child {
    width: auto;
  }
  #f_nav > dd > ul li {
    margin: 0;
  }
  #f_nav > dd dl {
    border-top: none;
  }
  #f_nav > dd dt {
    padding: 10px 15px;
    color: #fff;
    background: #a7a7a7;
    border-bottom: 1px solid #aeaeae;
  }
  #f_nav > dd dd {
    border-top: 1px solid #949393;
  }
  #f_nav > dd dd li {
    float: none;
    width: auto;
    font-size: 13px;
    line-height: 1.3;
  }
  #f_nav > dd dd li:first-child {
    width: auto;
  }
  #f_nav li {
    padding: 0;
    border-bottom: 1px solid #eeedec;
  }
  #f_nav li a, #f_nav li span {
    display: block;
    padding: 10px 15px;
    color: #333;
    background: #fbfbfb;
    border-top: 1px solid #fff;
  }
  #f_nav li:after {
    display: none;
  }
  #f_nav li.sub {
    border-bottom: none;
  }
  #f_nav li.sub > a, #f_nav li.sub > span {
    border-bottom: 1px solid #eeedec;
  }
  #f_nav li.sub ul {
    margin: 0;
  }
  #f_nav li.sub li {
    margin: 0;
  }
  #f_nav li.sub li a {
    padding-left: 35px;
  }

  /* form */
  .security {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }

  .status {
    margin: 0 0 15px;
  }
  .status li {
    width: 100px;
    height: 25px;
    font-size: 13px;
  }
  .status li:before, .status li:after {
    right: -17px;
    top: -2px;
    width: 18px;
    height: 18px;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
  }
  .status li:before {
    left: -21px;
  }
  .status li:first-child {
    width: 90px;
    padding-right: 10px;
  }
  .status li:last-child {
    width: 90px;
    padding-left: 10px;
  }

  .box {
    margin: 0 0 15px;
  }
  .box > dt {
    padding: 7px 10px;
    font-size: 14px;
  }
  .box > dd {
    padding: 10px;
    line-height: 1.8;
  }

  .box01 > dd dt {
    display: block;
    padding: 0 0 5px;
    font-size: 13px;
  }
  .box01 > dd dd {
    font-size: 13px;
    line-height: 1.3;
  }

  .box02 dt {
    padding: 10px;
    font-size: 14px;
  }
  .box02 dd {
    padding: 10px 15px 15px;
  }
  .box02 .privacy {
    margin: 10px 0;
    padding: 10px;
    height: 180px;
  }

  .required {
    font-size: 10px;
    text-align: right;
  }

  .form {
    border-bottom: 1px solid #e9e8e7;
  }
  .form th, .form td {
    display: list-item;
    list-style-type: none;
    padding: 10px;
    border-bottom: none;
    font-size: 13px;
    text-align: left;
  }
  .form .pre {
    padding: 0 5px 5px 0;
  }
  .form input[type=text] {
    margin-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .form select {
    font-size: 16px;
  }
  .form .w100 {
    width: 180px;
    margin-right: 5px;
  }
  .form .w380 {
    width: 95%;
  }
  .form .auto {
    padding: 3px 5px;
    font-size: 13px;
  }
  .form .note {
    font-size: 11px;
  }

  .submit {
    width: auto;
    margin: 20px auto 0;
  }
  .submit button, .submit a {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 40px;
  }

  /* other(modal) */
  .page_other {
    min-width: 320px;
  }
  .page_other h1 {
    padding: 10px;
    font-size: 16px;
  }
  .page_other p {
    margin: 15px 0 20px;
  }
  .page_other h2 {
    margin: 0 10px;
    font-size: 14px;
  }
  .page_other ul {
    margin: 10px 10px 20px;
  }
  .page_other li {
    float: left;
    width: 45%;
    margin: 10px 0;
  }
  .page_other a {
    position: relative;
    z-index: 9999;
  }

  /* add(modal) */
  .page_add {
    min-width: 320px;
  }
  .page_add .msg {
    margin: 15px 0 20px;
    font-size: 14px;
  }
  .page_add h2 {
    margin: 0 10px;
    font-size: 14px;
  }
  .page_add table {
    margin: 10px 10px 20px;
  }
  .page_add th, .page_add td {
    display: list-item;
    list-style-type: none;
  }
  .page_add th {
    min-width: 0;
    padding: 0 0 10px;
    text-align: left;
  }
  .page_add td {
    padding: 0 0 20px;
  }
  .page_add label {
    position: relative;
    z-index: 9999;
  }
  .page_add .submit {
    margin: 20px auto;
  }

  /* modal */
  .remodal {
    height: 100%;
    margin: 0;
    border-radius: 0;
  }

  .remodal-close {
    top: 3px;
    right: 0;
    width: 42px;
    height: 42px;
  }
  .remodal-close:after {
    color: #ccc;
    font-size: 42px;
  }
  .remodal-close:hover, .remodal-close:active {
    color: #ccc;
  }

  .error {
    margin: 5px 0 0;
  }
  .error.msg {
    margin: 0 0 15px;
    font-size: 16px;
  }

  .msg {
    margin: 0 0 15px;
  }
  .msg.complete {
    margin: 20px 0;
    font-size: 16px;
  }

  .back_btn {
    margin: 40px auto 20px;
  }
  .back_btn a {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 40px;
  }

  /* form(box) */
  .box03 h2 {
    padding: 0 0 5px;
    border-bottom: 1px dotted #a09f9d;
    font-weight: bold;
  }
  .box03 table {
    margin: 0 0 20px;
  }
  .box03 th, .box03 td {
    display: list-item;
    list-style-type: none;
    padding: 8px 0 0;
  }
  .box03 th {
    min-width: 0;
    text-align: left;
  }

  /* form(all) */
  .box03.all {
    padding: 10px;
  }

  /* Law school top(/l/index.thml) */
  .heading_law {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .heading_law span {
    font-size: 14px;
  }

  /* news */
  .news {
    margin: 0 0 20px;
  }
  .news dt {
    margin: 0 0 15px;
    padding: 0 0 0 8px;
    border-left: 4px solid #900f06;
    font-size: 15px;
  }
  .news li:first-child {
    padding: 12px 0 13px;
  }
  .news time, .news p {
    display: block;
    line-height: 1.2;
  }
  .news time {
    width: auto;
  }
  .news .icn_new {
    margin-left: 5px;
  }

  .block + .news {
    margin-top: 30px;
  }

  /* graduate_school_list */
  .graduate_school_list {
    margin: 0;
  }
  .graduate_school_list h2 {
    padding: 5px 10px;
    font-size: 15px;
  }
  .graduate_school_list .list_inner {
    padding: 10px 0 0 10px;
  }
  .graduate_school_list h3 {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .graduate_school_list ul {
    margin: 10px 0;
  }
  .graduate_school_list li {
    width: 40%;
  }

  /* Basic understanding course(/l/kiji/kisorikai_01.html) */
  .heading_basic_courses {
    position: relative;
    margin: 0 0 18px;
    padding-left: 28px;
    font-size: 16px;
  }
  .heading_basic_courses span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    margin-right: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
  }

  .basic_courses .img_r {
    width: 100%;
    margin: 0 0 10px;
  }
  .basic_courses .img_r img {
    width: 100%;
  }

  .basic_courses_index {
    margin: 0;
  }
  .basic_courses_index li {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0 0 5px;
  }
  .basic_courses_index .num {
    padding: 7px 3px;
    font-size: 13px;
  }
  .basic_courses_index .ttl {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 5px;
    font-size: 13px;
  }

  /* How to learn in law school(/l/kiji/kotsu.html) */
  .howto {
    margin: 0 0 15px;
  }
  .howto .img_r {
    width: 100%;
    margin: 0 0 10px;
  }
  .howto .img_r img {
    width: 100%;
  }

  .howto_list {
    margin: 0;
  }
  .howto_list h2 {
    padding: 5px 0;
    font-size: 15px;
  }
  .howto_list .list_inner {
    padding: 0 10px;
  }
  .howto_list li {
    padding: 10px 0 11px;
  }
  .howto_list li .num {
    min-width: 60px;
    font-size: 13px;
    line-height: 38px;
  }
  .howto_list li .txt {
    font-size: 13px;
    padding-left: 10px;
    line-height: 1.4;
  }

  /* ABC of the law school entrance exam break(/l/kiji/01_abc.html) */
  .heading_abc {
	position: relative;
	margin: 0 0 10px;
	padding-left: 55px;
	font-size: 16px;
  }
  .heading_abc span {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	margin-right: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
  }

  .abc {
    margin: 0 0 30px;
  }

  .abc_step {
	width: 150px;
	margin: 0 auto;
  }
  .abc_step li {
	float: none;
	width: 150px;
	margin: 0;
  }
  .abc_step li a {
	display: block;
	width: 150px;
	height: 61px;
	margin: 0 0 8px;
	background: url(../img/l/kiji/abc/step_sp.png) no-repeat;
	background-size: 300px auto;
	text-indent: -9999px;
  }
  .abc_step .abc_step01 a {
    background-position: 0 0;
  }
  .abc_step .abc_step01.current a {
	background-position: -150px 0;
  }
  .abc_step .abc_step02 a {
    background-position: 0 -70px;
  }
  .abc_step .abc_step02.current a {
    background-position: -150px -70px;
  }
  .abc_step .abc_step03 a {
    background-position: 0 -140px;
  }
  .abc_step .abc_step03.current a {
    background-position: -150px -140px;
  }
  .abc_step .abc_step04 a {
    background-position: 0 -210px;
  }
  .abc_step .abc_step04.current a {
    background-position: -150px -210px;
  }
  .abc_step .abc_step05 a {
    background-position: 0 -280px;
  }
  .abc_step .abc_step05.current a {
    background-position: -150px -280px;
  }
  .abc_step .abc_step06 a {
    background-position: 0 -350px;
  }
  .abc_step .abc_step06.current a {
    background-position: -150px -350px;
  }
  .abc_step .abc_step07 a {
    background-position: 0 -420px;
  }
  .abc_step .abc_step07.current a {
    background-position: -150px -420px;
  }

  /* Aptitude test(/l/kiji/tekiseishiken.html) */
  .aptitude {
    margin: 0;
  }
  .aptitude .lead {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .aptitude p + dl {
    margin-top: 20px;
  }
  .aptitude dl {
    margin: 20px 0;
  }
  .aptitude dl:after {
    position: absolute;
    left: 50%;
    bottom: -31px;
    margin-left: -13px;
    content: "";
    height: 0;
    width: 0;
    border: 13px solid #e1e1e0;
    border-color: transparent;
    border-top-color: #e1e1e0;
  }
  .aptitude dl.last {
    margin-bottom: 30px;
  }
  .aptitude dt {
    padding: 10px 5px 10px 40px;
    font-size: 14px;
    text-indent: -35px;
  }
  .aptitude dd {
    padding: 10px;
  }
  .aptitude dd ul {
    margin: 0 0 -10px;
  }
  .aptitude dd li p {
    margin: 5px 0 0;
  }
  .aptitude ul {
    margin: 15px 0 0;
  }
  .aptitude li {
    margin: 0 0 5px 15px;
  }

  /* interview list(/l/kiji/gokakusha.html) */
  .interview_list {
    overflow: hidden;
    margin: 15px 0 0;
  }
  .interview_list dl {
    float: none;
    width: auto;
    margin: 10px 0 0;
  }
  .interview_list dt {
    margin: 5px 0;
    padding: 3px 5px;
    border-left: 4px solid #900f06;
    font-size: 14px;
  }
  .interview_list dd {
    padding: 2px 10px 10px 10px;
  }
  .interview_list dd .thm {
    width: 60px;
  }
  .interview_list dd p {
    margin-left: 75px;
    font-size: 13px;
  }
  .interview_list dd .more {
    margin-top: 0;
  }

  /* Scholarship(/l/kiji/shogakukin.html) */
  .scholarship {
    margin: 0;
  }
  .scholarship .box_wrap {
    margin: 0 0 10px;
  }
  .scholarship .box {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .scholarship .heading01 {
    margin-bottom: 15px;
  }
  .scholarship dl {
    margin: 0;
  }
  .scholarship dt {
    padding: 10px;
    font-size: 14px;
  }
  .scholarship dd li {
    padding: 5px 10px;
  }

  /* HomePage(/index.thml) */
  .top_main {
    padding: 15px 0 0;
  }
  .top_main .lead {
    padding: 0 10px 0 52px;
    background: url(../img/top/lead.png) no-repeat 10px 0;
    background-size: 37px 37px;
    line-height: 1.3;
  }
  .top_main .bnr {
	width: 300px;
	margin: 15px auto 10px;
  }
  .top_main .bnr li {
    margin: 0 5px 10px;
  }
  .top_main .bnr li img {
	width: 140px;
  }
  .top_main .block {
    border: none;
    margin: 0 10px;
    padding: 0;
  }
  .top_main .block .menu, .top_main .block .topics {
    float: none;
    width: 100%;
    margin: 0;
  }
  .top_main .menu_ttl {
    margin: 0 0 15px;
    padding: 10px 0 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .top_main .menu_ttl span {
    font-size: 20px;
    line-height: 1.3;
  }
  .top_main .area01 {
    margin: 0 0 14px;
  }
  .top_main .area01 .area_btn {
    float: none;
    margin: 0 0 7px;
  }
  .top_main .area01 .area_btn a {
    width: auto;
  }
  .top_main .area01 .area_btn a:before {
    left: 3.5%;
  }
  .top_main .area01 .request_btn {
    float: none;
  }
  .top_main .area01 .request_btn a {
    width: auto;
    height: 28px;
    line-height: 28px;
  }
  .top_main .area01 .request_btn a:before {
    left: 38%;
  }
  .top_main .area02 {
    width: 270px;
    margin: 0 auto 10px;
  }
  .top_main .area02 li {
    margin: 0 10px;
  }
  .top_main .area02 .area_btn {
    margin: 0 0 7px;
  }
  .top_main .area02 .request_btn {
    margin: 0 0 14px;
  }
  .top_main .special_ttl {
    display: block;
    text-align: center;
  }
  .top_main .special {
    margin: -3px 0 10px;
  }
  .top_main .special li .thm {
	width: 100px;
  }
  .top_main .special li .ttl {
	margin-left: 100px;
  }
  .top_main .special li .ttl span {
    font-size: 18px;
  }
  .top_main .special li .request_btn {
	margin-top: 5px;
	margin-left: 100px;
  }
  .top_main .special.advice {
    margin-bottom: 10px;
    border-bottom: none;
  }
  .top_main .topics .news {
    margin: 0 0 20px;
  }
  .top_main .topics .news dt {
    padding: 10px;
  }
  .top_main .topics .news dd {
    padding: 0 10px;
  }

}
