@charset "UTF-8";
/* ------- 640px以上 ------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
/* print setting */
@media print {
body {
-webkit-print-color-adjust: exact;
top:0 !important;
left:0 !important;
width: 172mm!important;
height: 251mm!important;
	zoom: 80%; 
}
}
@page { 
size: A4 portrait;
page-break-before: always;
}
@media print, screen and (min-width:641px) {
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.win,
.mac {
  overflow-y: scroll;
}
/* Fonts
   ========================================================================== */
html {
  font-size: 0.625em;
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.4em;
}
dd dt,
dd dd,
dd li,
dd p,
dd caption,
dd col,
dd th,
dd td,
dd figcaption,
li dt,
li dd,
li li,
li p,
li caption,
li col,
li th,
li td,
li figcaption,
th dt,
th dd,
th li,
th p,
th caption,
th col,
th th,
th td,
th figcaption,
td dt,
td dd,
td li,
td p,
td caption,
td col,
td th,
td td,
td figcaption {
  font-size: 1.4em;
}
sup,
sub {
  font-size: 0.83em;
}
body,
input,
textarea,
select {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
.ie body,
.ie input,
.ie textarea,
.ie select {
  font-family: "Meiryo", "MS PGothic", sans-serif;
}
/* Style
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,
td {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
address {
  font-style: normal;
  font-weight: normal;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  margin: 0;
  line-height: normal;
}
input[type="image"] {
  cursor: pointer;
  vertical-align: top;
}
textarea {
  margin: 0;
  vertical-align: top;
  resize: vertical;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}
b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}
mark {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}
sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Clearfix
   ========================================================================== */
header,
footer,
main,
section,
article,
aside,
nav,
.page-container,
.page-header,
.page-footer,
.content,
.main-content,
.sub-content,
.article,
.section,
.row {
  zoom: 1;
}
header:before,
footer:before,
main:before,
section:before,
article:before,
aside:before,
nav:before,
.page-container:before,
.page-header:before,
.page-footer:before,
.content:before,
.main-content:before,
.sub-content:before,
.article:before,
.section:before,
.row:before,
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sub-content:after,
.article:after,
.section:after,
.row:after {
  content: '';
  display: table;
}
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sub-content:after,
.article:after,
.section:after,
.row:after {
  clear: both;
}
/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  min-width: 1200px;
  line-height: 1.4;
  color: #444444;
  background-color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dt,
body dd,
body li,
body caption,
body col,
body th,
body td,
body p,
body address,
body figcaption {
    font-size: 1.4em;
}
body dd dt,
body dd dd,
body dd li,
body dd p,
body dd caption,
body dd col,
body dd th,
body dd td,
body dd figcaption,
body li dt,
body li dd,
body li li,
body li p,
body li caption,
body li col,
body li th,
body li td,
body li figcaption,
body th dt,
body th dd,
body th li,
body th p,
body th caption,
body th col,
body th th,
body th td,
body th figcaption,
body td dt,
body td dd,
body td li,
body td p,
body td caption,
body td col,
body td th,
body td td,
body td figcaption {
  /*font-size: 1.4em;*/
  font-size: 1em;
}
body sup,
body sub {
  font-size: 1em;
}
/* Container
   ========================================================================== */
.page-container {
  background: #fff;
}
.page-container.category-index {
  background: #efefef;
}
.page-container figure > figcaption {
  margin-top: 7px;
}
.page-container figure > figcaption:first-child {
  margin-top: 0;
}
/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* Page header
   ========================================================================== */
.page-header {
  min-width: 1000px;
  height: 158px;
  padding: 0;
  background: #ffffff url(/common/img/layout/header_page-header_bg01.png) repeat-x left bottom;
}
.page-header > .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.page-header .site-id {
  float: left;
  margin: 25px 0 29px 1px;
}
.page-header .header-link {
  float: right;
}
.page-header .header-link .header-nav {
  overflow: hidden;
  margin-top: 18px;
}
.page-header .header-link .header-nav > li {
  float: left;
  margin: 5px 0 5px 20px;
  padding-left: 9px;
  background: url(/common/img/layout/header_header-nav_bg01.png) no-repeat left center;
  font-size: 1.2em;
}
.page-header .header-link .header-nav > li:first-child {
  margin-left: 0;
}
.page-header .header-link .header-nav > li a {
  color: #212121;
  text-decoration: none;
}
.page-header .header-link .header-nav > li a:hover {
  text-decoration: underline;
}
.page-header .header-link .header-nav .group-site {
  margin: 0 0 0 10px;
  background: none;
}
.page-header .header-link .header-nav .group-site > a {
  display: block;
  padding: 7px 20px 0;
  border: 1px dotted #949494;
}
.page-header .header-link .header-nav .group-site > a:hover {
  background: #ffcfbf;
  border: 1px solid #ed0600;
  text-decoration: none;
}
.page-header .global-nav {
  clear: both;
  height: 50px;
}
.page-header .global-nav li {
  float: left;
  width: 166px;
  text-align: center;
}
.page-header .global-nav li:last-child {
  width: 167px;
}
.page-header .global-nav a {
  display: block;
  overflow: hidden;
  height: 50px;
  padding: 0;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.temporary-frame .page-header {
  height: 100px;
  padding: 0;
  background: #fff;
  border-bottom: 3px solid #ea1000;
}
.temporary-frame .page-header > .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.temporary-frame .page-header .site-id {
  float: left;
  margin: 25px 0 29px 1px;
}
.global-nav_guide {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat 0 0;
}
.global-nav_guide:hover,
.category-course .global-nav_guide {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat 0 -50px;  
}
.global-nav_seminar {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -166px 0;
}
.global-nav_seminar:hover,
.category-seminar_event .global-nav_seminar {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -166px -50px;
}
.global-nav_test {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -333px 0;
}
.global-nav_test:hover,
.category-moshi .global-nav_test {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -333px -50px;
}
.global-nav_nyushi {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -499px 0;
}
.global-nav_nyushi:hover,
.category-nyushi .global-nav_nyushi {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -499px -50px;
}
.global-nav_kosya {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -666px 0;
}
.global-nav_kosya:hover,
.category-kosha_ryo .global-nav_kosya {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -666px -50px;
}
.global-nav_books {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -833px 0;
}
.global-nav_books:hover,
.category-books .global-nav_books {
  background: url(/common/img/layout/header_global-nav_bg01.png) no-repeat -833px -50px;
}
/* Search
   ========================================================================== */
.header-search {
  overflow: hidden;
  width: 215px;
  margin-top: 7px;
  margin-left: auto;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search .header-search_input {
  float: left;
  width: 162px;
  height: 22px;
  border: 1px solid #dbdbdb;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search .header-search_input:focus {
  background: #fff;
}
.header-search .header-search_button {
  float: right;
  width: 42px;
  height: 22px;
}
/* Google custom search Inportant */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}
.gsc-search-box .gsc-search-box-tools {
  margin: 0 !important;
}
.gsc-input {
  height: 24px !important;
  padding-right: 3px !important;
}
.gsc-input .gsc-input {
  height: 22px !important;
  padding: 0 !important;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-size: 12px !important;
}
.gsc-input-box {
  position: relative !important;
  display: block;
  height: 22px !important;
  border: 1px solid #dbdbdb !important;
  font-size: 1em !important;
}
.gsc-search-button {
  overflow: hidden !important;
  min-width: 42px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 3px !important;
  background: #777 !important;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1em !important;
  font-weight: normal !important;
  vertical-align: bottom;
}
.gsc-search-button .gsc-search-button {
  height: 20px !important;
  border: none !important;
  color: #fff !important;
  line-height: 20px !important;
}
.gsc-clear-button {
  display: none !important;
}
/* Google custom search Default */
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
input.gsc-input {
  border-color: #D9D9D9;
  font-size: 13px;
  padding: 1px 6px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 0 8px;
  height: 20px;
  min-width: 54px;
  background-color: #CECECE;
  border: 1px solid #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #FFFFFF;
  border-color: #336699;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #EEE;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}
/* Facet box css */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}
.gsc-context-box .gsc-col {
  padding: 1px 0;
  white-space: nowrap;
  vertical-align: middle;
}
.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15C;
  cursor: pointer;
}
.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #6A9CF3;
  border-right: 1px solid #6A9CF3;
}
.gsc-context-box .gsc-top {
  border-top: 1px solid #6A9CF3;
}
.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #6A9CF3;
}
.gsc-context-box .gsc-chart div {
  background: #6A9CF3;
  height: 9px;
}
.gsc-context-box .gsc-facet-result {
  color: #15C;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}
/* Universal one box css. */
.gsc-usr-group-thumbnail {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.gsc-usr-group-thumbnail img {
  max-height: 72px;
  overflow: hidden;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-heading {
  color: #15C;
  cursor: pointer;
}
.gsc-usr-group {
  min-height: 100px;
  zoom: 1;
  display: block;
  line-height: 1.24;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 20px;
}
.gsc-usr-group-content {
  padding-top: 1px;
  padding-bottom: 3px;
}
.gsc-usr-group-content-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.gsc-usr-group-head-result {
  display: inline-block;
  padding-left: 6px;
}
.gsc-usr-group-snippet {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
}
.gsc-usr-group-content-results {
  font-size: 12px;
  padding-left: 1px;
  width: 80%;
  padding-top: 7px;
}
.gsc-usr-group-head-results {
  display: inline-block;
  font-size: 13px;
  padding-left: 6px;
  width: 80%;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-all-results {
  font-size: 11px;
  line-height: 10px;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-all-results b {
  font-size: 14px;
  font-weight: 600;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-heading b {
  color: #15C;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #000 !important;
}
/* ==========================================================================
   Layout - Breadcrumbs
   ========================================================================== */
/* Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  width: 1200px;
  margin: 7px auto 0;
}
.breadcrumbs a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.breadcrumbs .arrow {
  display: inline-block;
  overflow: hidden;
  width: 5px;
  height: 8px;
  margin: 0 2px;
  background: url(/common/img/layout/index_breadcrumb_bg01.png) no-repeat left center;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
}
.breadcrumbs .arrow:last-child {
  display: none;
}
.breadcrumbs .current {
  color: #444444;
}
/* ==========================================================================
   Layout - Content
   ========================================================================== */
/* Content
   ========================================================================== */
.content {
  width: 1200px;
  margin: 41px auto 0;
}
.breadcrumbs + .content {
  margin-top: 17px;
}
.content p {
  line-height: 1.4;
}
.content a {
  display: inline;
}
/* Main content
   ========================================================================== */
.main-content {
  float: right;
  width: 774px;
}
.single-column .main-content {
  float: none;
  width: auto;
}
/* Sub content
   ========================================================================== */
.sub-content {
  float: left;
  width: 208px;
}
/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.page-footer {
  position: relative;
  min-width: 1200px;
  margin-top: 75px;
}
.page-footer a {
  display: inline;
}
.page-footer .footer-upper {
  padding: 15px 0 35px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.page-footer .footer-upper > .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.page-footer .footer-upper .footer-banner {
  overflow: hidden;
  margin-bottom: -8px;
}
.page-footer .footer-upper .footer-banner li {
  float: left;
  margin: 0 0 8px 12px;
}
.page-footer .footer-upper .footer-banner li:nth-child(5n+1) {
  margin-left: 1px;
}
.page-footer .return-top {
  position: absolute;
  margin-top: 0;
  top: -26px;
  left: 50%;
  margin-left: -26px;
  text-align: center;
}
.page-footer .footer-lower {
  zoom: 1;
  position: relative;
  padding-bottom: 28px;
  background: #ea1000;
}
.page-footer .footer-lower:before,
.page-footer .footer-lower:after {
  content: '';
  display: table;
}
.page-footer .footer-lower:after {
  clear: both;
}
.page-footer .footer-lower > .inner {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.page-footer .footer-lower .related-links {
  overflow: hidden;
  margin: 0 0 -13px 28px;
  padding-top: 21px;
}
.page-footer .footer-lower .related-links li {
  margin: 0 0 13px 25px;
  float: left;
}
.page-footer .footer-nav {
  float: left;
  width: 670px;
  margin-top: 35px;
}
.page-footer .footer-nav ul {
  zoom: 1;
  margin-top: 20px;
  text-align: center;
}
.page-footer .footer-nav ul:before,
.page-footer .footer-nav ul:after {
  content: '';
  display: table;
}
.page-footer .footer-nav ul:after {
  clear: both;
}
.page-footer .footer-nav ul:first-child {
  margin-top: 0;
}
.page-footer .footer-nav ul li {
  float: left;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ccc;
  line-height: 1.0;
  font-size: 1.2em;
}
.page-footer .footer-nav ul li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.page-footer .footer-nav ul li .mod-icon-window {
  background: url(/common/img/parts/icon_window_on.png) no-repeat left top !important;
}
.page-footer .footer-nav ul a {
  color: #fff;
  text-decoration: none;
}
.page-footer .footer-nav ul a:hover {
  text-decoration: underline;
}
.page-footer .footer-group-mark {
  float: right;
  margin-top: 35px;
}
.page-footer .copyright {
  clear: both;
  color: #fff;
  margin-top: 0;
  padding: 13px;
  border-top: 1px solid #bb0d00;
  font-size: 1.0em;
  text-align: center;
  background: #ea1000;
}
.page-footer .copyright > small {
  margin-right: 20px;
}
.temporary-frame .page-footer {
  padding-top: 20px;
  background: #ea1000;
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Section
   ========================================================================== */
section,
.mod-frame {
  margin-top: 20px;
}
section:first-child,
.mod-frame:first-child {
  margin-top: 0;
}
section section,
.mod-frame section,
section .mod-frame,
.mod-frame .mod-frame {
  margin-top: 20px;
}
section section:first-child,
.mod-frame section:first-child,
section .mod-frame:first-child,
.mod-frame .mod-frame:first-child {
  margin-top: 0;
}
.page-title + section,
.page-title + .mod-frame,
.section-title + section,
.section-title + .mod-frame,
.content-title + section,
.content-title + .mod-frame,
.local-title + section,
.local-title + .mod-frame {
  margin-top: 10px;
}
/* Heading
   ========================================================================== */
.page-title,
.section-title,
.content-title,
.local-title,
.decoration-title,
.attention-title,
.subhead {
  line-height: 1.2;
}
.page-title {
  margin-bottom: 20px;
  /*border-left: 7px solid #f00000;*/
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  /*display: inline-block;
  margin-left: -7px;
  padding: 2px 0 2px 25px;
  background: url(/common/img/module/page-title_bg01.png) no-repeat left bottom;
  font-size: 3.8em;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 5.0em;
	font-weight: 700;
	background: none;
	padding: 40px 0;
}
.page-title + section .section-title,
.page-title + .mod-frame .section-title {
  margin-top: 0;
}
.page-title span {
	font-size: 0.6em;
}
.page-title span.high_school {
	color: #23ac39;
}
.page-title span.daigakujukenka {
	color: #e50112;
}
.page-title span.toki {
	color: #ff5286;
}
.page-title span.sateline {
	color: #ee90a3;
}
.section-title {
  /*margin: 10px 0;
  border-top: 2px solid #ed0600;
  border-bottom: 1px solid #e1e1e1;
  background: url(/common/img/module/section-title_bg01.png) repeat-x left bottom;*/
	margin-bottom: 40px!important;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  /*display: block;
  margin-top: 1px;
  padding: 12px 15px 10px 28px;
  background: url(/common/img/module/section-title_bg02.png) no-repeat 9px center;
  font-size: 2em;*/
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.7em;
	font-weight: 400;
	background: none;
	padding: 12px 15px 10px 0;
	border-bottom: 5px solid #f7b2b7;
}
.section-title.opt-more-link {
  position: relative;
}
.section-title.opt-more-link h1,
.section-title.opt-more-link h2,
.section-title.opt-more-link h3,
.section-title.opt-more-link h4,
.section-title.opt-more-link h5,
.section-title.opt-more-link h6 {
  padding-right: 120px;
}
.section-title  span {
	font-size: 0.55em;
}
.section-title .section-title_more {
  position: absolute;
  right: 15px;
  bottom: 11px;
  margin-top: 0;
}
.section-title .mod-button-link-single > a {
  padding: 4px 13px 3px 23px !important;
}
.section-title .section-title_hit {
  float: left;
  margin: 10px 10px 0 9px;
  padding: 6px 8px 6px 8px;
  background: #ed0600;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.section-title .section-title_hit + h1,
.section-title .section-title_hit + h2,
.section-title .section-title_hit + h3,
.section-title .section-title_hit + h4,
.section-title .section-title_hit + h5,
.section-title .section-title_hit + h6 {
  overflow: hidden;
  padding-left: 0;
  background: none;
}
.section-title .section-title_repletion {
  font-size: .8em;
}
.section-title_line h1,
.section-title_line h2,
.section-title_line h3,
.section-title_line h4,
.section-title_line h5,
.section-title_line h6 {
  background: linear-gradient(transparent 60%, #f7b2b7 60%);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.7em;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 12px 0 5px 0;
  /*border-bottom: 5px solid #f7b2b7;*/
}
.content-title {
  /*border-bottom: 1px solid #ccc;*/
}
.content-title h1,
.content-title h2,
.content-title h3,
.content-title h4,
.content-title h5,
.content-title h6 {
  /*display: block;
  margin-bottom: -1px;
  padding: 10px 0 3px;
  background: url(/common/img/module/content-title_bg01.png) no-repeat left bottom;
  font-size: 1.8em;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: none;
  position: relative;
  padding-left: 30px;
}
.content-title h1::before,
.content-title h2::before,
.content-title h3::before,
.content-title h4::before,
.content-title h5::before,
.content-title h6::before {
  background: #e60012;
  content: "";
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
  position: absolute;
}
.page-title + section .content-title h1,
.page-title + section .content-title h2,
.page-title + section .content-title h3,
.page-title + section .content-title h4,
.page-title + section .content-title h5,
.page-title + section .content-title h6,
.section-title + section .content-title h1,
.section-title + section .content-title h2,
.section-title + section .content-title h3,
.section-title + section .content-title h4,
.section-title + section .content-title h5,
.section-title + section .content-title h6 {
  /*padding-top: 0;*/
}
.content-title.opt-more-link {
  position: relative;
}
.content-title.opt-more-link h1,
.content-title.opt-more-link h2,
.content-title.opt-more-link h3,
.content-title.opt-more-link h4,
.content-title.opt-more-link h5,
.content-title.opt-more-link h6 {
  padding-right: 120px;
}
.content-title .content-title_more {
  position: absolute;
  right: 0;
  bottom: 3px;
  margin-top: 0;
}
.content-title .mod-button-link-single > a {
  padding: 4px 13px 3px 23px !important;
}
.local-title {
  padding: 0 0 3px;
  /*border-bottom: 1px solid #ccc;*/
}
.local-title h1,
.local-title h2,
.local-title h3,
.local-title h4,
.local-title h5,
.local-title h6 {
  /*display: block;
  padding-left: 15px;
  background: url(/common/img/module/local-title_bg01.png) no-repeat left center;
  font-size: 1.4em;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0em;
  font-weight: 400;
  margin-bottom: 10px;
  background-image: none;
  position: relative;
  padding-left: 20px;
}
.local-title h1::before,
.local-title h2::before,
.local-title h3::before,
.local-title h4::before,
.local-title h5::before,
.local-title h6::before {
	background: #e60012;
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	top: 5px;
	left: 0;
	position: absolute;
}
.local-title.opt-more-link {
  position: relative;
}
.local-title.opt-more-link h1,
.local-title.opt-more-link h2,
.local-title.opt-more-link h3,
.local-title.opt-more-link h4,
.local-title.opt-more-link h5,
.local-title.opt-more-link h6 {
  padding-right: 120px;
}
.local-title .local-title_more {
  position: absolute;
  right: 0;
  bottom: 3px;
  margin-top: 0;
}
.local-title .mod-button-link-single > a {
  padding: 4px 13px 3px 23px !important;
}
.decoration-title {
  background: url(/common/img/module/decoration-title_bg01.png) repeat-x left center;
  border-left: 7px solid #f00000;
}
.decoration-title h1,
.decoration-title h2,
.decoration-title h3,
.decoration-title h4,
.decoration-title h5,
.decoration-title h6 {
  display: inline-block;
  padding: 0 12px 0 11px;
  font-size: 2.6em;
  font-weight: bold;
  background: #fff;
  color: #e90000;
}
.attention-title {
  background: url(/common/img/module/attention_title_bg01.png) repeat-x left center;
  text-align: center;
}
.attention-title h1,
.attention-title h2,
.attention-title h3,
.attention-title h4,
.attention-title h5,
.attention-title h6 {
  display: inline-block;
  padding: 0 7px;
  color: #f11500;
  font-size: 1.4em;
  background: #fff;
}
.subhead {
  padding: 10px;
  background: url(/common/img/parts/subhead_bg01.png) repeat 0 0;
  background-size: 3px auto;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.subhead br {
  display: none;
}
.subhead h1,
.subhead h2,
.subhead h3,
.subhead h4,
.subhead h5,
.subhead h6 {
  font-size: 1.4em;
}

/* Unordered list
   ========================================================================== */
/* Default */
.mod-ul {
  margin-top: 10px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-top: 7px;
  margin-left: 18px;
  list-style-type: disc;
}
.mod-ul > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-item-space-normal > li {
  margin-top: 10px;
}
.mod-ul.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-item-space-none > li {
  margin-top: 0 !important;
}
/* Notes */
.mod-ul-notes {
  margin-top: 10px;
  font-size: 1.4em;
}
.mod-ul-notes:first-child {
  margin-top: 0;
}
.mod-ul-notes > li {
  margin-top: 7px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  font-size: 1em;
}
.mod-ul-notes > li:first-child {
  margin-top: 0;
}
.mod-ul-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ul-notes.opt-item-space-normal > li {
  margin-top: 10px;
}
.mod-ul-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul-notes.opt-item-space-none > li {
  margin-top: 0;
}
.mod-ul-notes.opt-item-size-normal {
  font-size: 1.2em;
}
.mod-table .mod-ul-notes {
  /*font-size: 10px;*/
  font-size: 1em;
}
/* Button */
.mod-ul-button {
  overflow: hidden;
  margin: 0 0 -10px -10px;
  margin-top: 10px;
}
.mod-ul-button:first-child {
  margin-top: 0;
}
.mod-ul-button > li {
  float: left;
  margin: 0 0 10px 10px;
}
/* Ordered list
   ========================================================================== */
/* Default */
.mod-ol {
  margin-top: 10px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin-left: 2em;
  list-style-type: decimal;
}
.mod-ol.opt-item-space-normal > li {
  margin-top: 10px;
}
.mod-ol.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ol-notes {
  margin-top: 10px;
  font-size: 1.4em;
}
.mod-ol-notes:first-child {
  margin-top: 0;
}
.mod-ol-notes > li {
  margin-top: 7px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
  font-size: 1em;
}
.mod-ol-notes > li:first-child {
  margin-top: 0;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ol-notes.opt-item-space-normal > li {
  margin-top: 10px;
}
.mod-ol-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-notes.opt-item-space-none > li {
  margin-top: 0;
}
.mod-ol-notes.opt-item-size-normal {
  font-size: 1.2em;
}
.mod-table .mod-ol-notes {
  font-size: 10px;
}
/* Index */
.mod-ol-index {
  margin-top: 10px;
}
.mod-ol-index:first-child {
  margin-top: 0;
}
.mod-ol-index > li {
  margin-top: 7px;
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-ol-index > li:first-child {
  margin-top: 0;
}
.mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-ol-index.opt-item-space-normal > li {
  margin-top: 10px;
}
.mod-ol-index.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-index.opt-item-space-none > li {
  margin-top: 0;
}
/* Definition list
   ========================================================================== */
/* Default */
.mod-dl {
  margin-top: 10px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  font-weight: bold;
}
.mod-dl.opt-item-space-normal > dt {
  margin-top: 10px;
}
.mod-dl.opt-item-space-normal > dt:first-child {
  margin-top: 0;
}
/* Horizontal */
.mod-dl-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
}
.mod-dl-horizontal:first-child {
  margin-top: 0;
}
.mod-dl-horizontal > dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
.mod-dl-horizontal.opt-item-space-normal {
  margin-bottom: -10px;
}
.mod-dl-horizontal.opt-item-space-normal > dt {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.mod-dl-horizontal.opt-item-space-normal > dd {
  margin-bottom: 10px;
}
/* Paragraph
   ========================================================================== */
p {
  margin-top: 10px;
}
p:first-child {
  margin-top: 0;
}
/* Link
   ========================================================================== */
/* Base */
a:link {
  color: #0066aa;
}
a:visited {
  color: #0066aa;
}
a:hover {
  color: #d90000;
}
a:active {
  color: #d90000;
  text-decoration: none;
}
/* Default */
.mod-link {
  padding-left: 19px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 0 0.1em;
}
a.mod-link {
  margin-left: .2em;
}
/* Vertical list */
.mod-link-list {
  margin-top: 10px;
}
.mod-link-list:first-child {
  margin-top: 0;
}
.mod-link-list > li {
  margin-top: 7px;
  padding-left: 19px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 0 0.1em;
}
.mod-link-list > li:first-child {
  margin-top: 0;
}
/* Horizontal list */
.mod-link-list-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  margin-bottom: -10px;
}
.mod-link-list-horizontal:first-child {
  margin-top: 0;
}
.mod-link-list-horizontal > li {
  float: left;
  width: 33%;
  margin-bottom: 10px;
  padding: 0 19px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 0 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-link-list-horizontal > li:nth-child(3n+1) {
  clear: both;
}
.mod-link-list-horizontal > li mark {
  display: block;
  color: #555;
  font-size: 0.833em;
  font-weight: normal;
  word-wrap: break-word;
}
.mod-link-list-horizontal.opt-col-2 > li {
  width: 50%;
}
.mod-link-list-horizontal.opt-col-2 > li:nth-child(3n+1) {
  clear: none;
}
.mod-link-list-horizontal.opt-col-2 > li:nth-child(2n+1) {
  clear: both;
}
.mod-link-list-horizontal.opt-col-4 > li {
  width: 25%;
}
.mod-link-list-horizontal.opt-col-4 > li:nth-child(3n+1) {
  clear: none;
}
.mod-link-list-horizontal.opt-col-4 > li:nth-child(4n+1) {
  clear: both;
}
.mod-link-list-horizontal.opt-auto-width > li {
  width: auto;
  clear: none !important;
}
.mod-link-list-horizontal.opt-item-space-near > li {
  margin-bottom: 5px;
}
.mod-link-list-horizontal.opt-item-space-none > li {
  margin-bottom: 0;
}
/* Button link */
.mod-button-link {
  overflow: hidden;
  margin: 10px 0 -5px 0;
}
.mod-button-link:first-child {
  margin-top: 0;
}
.mod-button-box .mod-button-link {
  padding-right: 60px;
}
.mod-button-link + .mod-button-link {
  margin-top: 5px;
}
.mod-button-link.opt-large-button > li {
  font-size: 1.166em;
}
.mod-button-link.opt-large-button > li > a {
  padding: 8px 11px 7px 17px !important;
}
.mod-button-link > li {
  float: left;
}
.mod-button-link > li,
.mod-button-link-single {
  position: relative;
  z-index: 998;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 17px;
  vertical-align: top;
  font-weight: normal;
}
.mod-button-link > li:first-child,
.mod-button-link-single:first-child {
  margin-top: 0;
}
.mod-button-link > li:last-child,
.mod-button-link-single:last-child {
  margin-right: 0;
}
.mod-button-link > li > a:first-child,
.mod-button-link-single > a:first-child {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 6px 3px 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  background: url(/common/img/parts/button-link_bg01.png) repeat-x left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-button-link > li > a:first-child:hover,
.mod-button-link-single > a:first-child:hover,
.mod-button-link > li > a:first-child:active,
.mod-button-link-single > a:first-child:active {
  border: 1px solid #f00000;
  /*background: #ffe8e5 url(/common/img/parts/button-link_arrow01.png) no-repeat 6px center;*/
  background: #ffe8e5;
}
.mod-button-link > li > a:first-child:before,
.mod-button-link-single > a:first-child:before {
  display: block;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  content: "";
  background: url(/common/img/parts/button-link_arrow01.png) no-repeat 6px center;
}
.mod-button-link-single {
  margin: 0;
  vertical-align: baseline;
}
.mod-button-link-single a:first-child {
  margin-bottom: 0;
}
.mod-button-link_blank {
  border: 1px solid #ccc !important;
  background: #f5f5f5 !important;
  color: #aaa !important;
}
.mod-button-link_blank:hover,
.mod-button-link_blank:active {
  border: 1px solid #ccc !important;
  background: #f5f5f5 url(/common/img/parts/button-link_arrow02.png) no-repeat 5px center !important;
  color: #aaa !important;
}
.mod-button-link_blank:before {
  background: url(/common/img/parts/button-link_arrow02.png) no-repeat 5px center !important;
}
.mod-button-link_blank .mod-icon-pdf {
  background: url(/common/img/parts/icon_pdf_blank.png);
}
.mod-button-link_blank .mod-icon-window {
  background: url(/common/img/parts/icon_window_blank.png);
}
.mod-button-link_blank .mod-icon-download {
  background: url(/common/img/parts/icon_download_blank.png);
}
.mod-button-link_hit {
  display: block;
  overflow: hidden;
  float: right;
  position: relative;
  z-index: 999;
  width: 60px;
  height: 18px;
  margin: 0 auto 0 6px;
  padding: 3px 0 5px;
  background: url(/common/img/parts/hit_bg01.png) no-repeat 0 0;
  vertical-align: middle;
  color: #fff !important;
  font-size: 14px;
  text-indent: 19px;
  text-decoration: underline;
}
.mod-button-link_hit:hover {
  text-decoration: none;
}
/* Link wrap right */
.mod-link-wrap-right {
  margin-top: 10px;
  margin-left: 540px;
}
.mod-link-wrap-right:first-child {
  margin-top: 0;
}
/* Button link (x)large
   ========================================================================== */
.mod-button-link-large,
.mod-button-link-xlarge {
  margin: 0 -10px -10px 0;
  margin-top: 10px;
  overflow: hidden;
}
.mod-button-link-large:first-child,
.mod-button-link-xlarge:first-child {
  margin-top: 0;
}
.mod-button-link-large > li,
.mod-button-link-xlarge > li {
  float: left;
  position: relative;
  z-index: 1000;
  margin: 0 10px 10px 0;
  line-height: 1 !important;
  vertical-align: bottom;
}
.mod-button-link-large > li > a,
.mod-button-link-xlarge > li > a,
.mod-button-link-large > li > span,
.mod-button-link-xlarge > li > span {
  display: block;
  padding: 13px 10px 12px 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url(/common/img/parts/button-link_bg01.png) repeat-x left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-button-link-large > li > a:hover,
.mod-button-link-xlarge > li > a:hover,
.mod-button-link-large > li > span:hover,
.mod-button-link-xlarge > li > span:hover,
.mod-button-link-large > li > a:active,
.mod-button-link-xlarge > li > a:active,
.mod-button-link-large > li > span:active,
.mod-button-link-xlarge > li > span:active {
  border: 1px solid #f00000;
  background: #ffe8e5;
}
.mod-button-link-large > li > a:before,
.mod-button-link-xlarge > li > a:before,
.mod-button-link-large > li > span:before,
.mod-button-link-xlarge > li > span:before {
  display: block;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 11px center;
  content: "";
}
.mod-button-link-large.opt-w146 > li,
.mod-button-link-xlarge.opt-w146 > li {
  min-width: 146px;
}
.mod-button-link-large.opt-w186 > li,
.mod-button-link-xlarge.opt-w186 > li {
  min-width: 186px;
}
.mod-button-link-large.opt-w175 > li,
.mod-button-link-xlarge.opt-w175 > li {
  min-width: 176px;
}
.mod-button-link-large .is-current > a,
.mod-button-link-xlarge .is-current > a,
.mod-button-link-large .is-current > span,
.mod-button-link-xlarge .is-current > span {
  border: 1px solid #ed0600;
  background: #ed0600;
  color: #fff;
}
.mod-button-link-large .is-current > a:hover,
.mod-button-link-xlarge .is-current > a:hover,
.mod-button-link-large .is-current > span:hover,
.mod-button-link-xlarge .is-current > span:hover {
  border: 1px solid #ed0600;
  background: #ed0600;
  color: #fff;
}
.mod-button-link-large .is-current > a:before,
.mod-button-link-xlarge .is-current > a:before,
.mod-button-link-large .is-current > span:before,
.mod-button-link-xlarge .is-current > span:before {
  background: url(/common/img/parts/icon_arrow01_on.png) no-repeat 11px center;
}
.mod-button-link-xlarge > li > a {
  padding: 17px 20px 17px 30px;
}
.mod-button-link-large_blank,
.mod-button-link-xlarge_blank {
  border: 1px solid #ccc !important;
  background: #f5f5f5 url(/common/img/parts/icon_arrow_blank01.png) no-repeat 11px center !important;
  -webkit-background-size: 14px 14px !important;
          background-size: 14px 14px !important;
  color: #aaa !important;
}
.mod-button-link-large_blank:before,
.mod-button-link-xlarge_blank:before {
  background: none !important;
}
/* Subject box
   ========================================================================== */
.mod-subject-box {
  display: table;
  width: 100%;
  line-height: 26px;
}
.mod-subject-box .mod-subject-box_left {
  display: table-cell;
}
.mod-subject-box .mod-subject-box_left .mod-subject-box_left_text {
  float: left;
  margin-right: 10px;
}
.mod-subject-box .mod-subject-box_left .mod-button-link {
  display: inline;
}
.mod-subject-box .mod-subject-box_left .mod-button-link a {
  margin-bottom: 0;
}
.mod-subject-box .mod-subject-box_right {
  display: table-cell;
  vertical-align: middle;
}
.mod-subject-box .mod-subject-box_right .mod-button-link {
  float: right;
}
.mod-subject-box .mod-subject-box_right.opt-w90 {
  width: 90px;
}
.mod-subject-box .mod-subject-box_right.opt-w180 {
  width: 190px;
}
/* Table
   ========================================================================== */
/* Table default style */
.mod-table {
  margin-top: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid  #d2d2d2;
  border-left: 1px solid  #d2d2d2;
  /* Table type style */
  /* Table width size */
  /* Table sizing all cell */
  /* Table sizing group cell */
}
.mod-table:first-child {
  margin-top: 0;
}
.mod-table th,
.mod-table td {
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
  padding: 7px 10px 6px;
  border-right: 1px solid  #d2d2d2;
  border-bottom: 1px solid  #d2d2d2;
  font-size: 1.4em;
  line-height: 1.2;
  vertical-align: middle;
  color: #333;
}
.mod-table th .mod-link,
.mod-table td .mod-link,
.mod-table th .mod-link-list,
.mod-table td .mod-link-list,
.mod-table th .mod-link-list-horizontal,
.mod-table td .mod-link-list-horizontal {
  line-height: 1.4;
}
.mod-table tbody {
  text-align: left;
}
.mod-table tbody th {
  background: url(/common/img/module/table_th_bg01.png) repeat 0 0;
  color: #fff;
  text-align: left;
}
.mod-table tbody .mod-table_thin-bg {
  background: url(/common/img/module/table_th_bg04.png) repeat 0 0;
}
.mod-table tbody .mod-table_th-bg {
  background: #f6f6f6 !important;
  color: #333 !important;
}
.mod-table tbody .mod-table_td-bg {
  background: #fff !important;
  color: #333 !important;
}
.mod-table tbody .mod-table_th-colspan {
  padding: 6px 10px 5px;
  background: #d2d2d2;
  font-weight: bold;
}
.mod-table tbody .mod-table_subhead {
  background: url(/common/img/module/table_subhead_bg02.png) repeat-x 0 center;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.mod-table tbody .mod-table_subhead > span {
  display: inline-block;
  padding: 0 5px 0 9px;
  background: #ffffff url(/common/img/module/table_subhead_bg01.png) repeat-y 0 center;
}
.mod-table thead th {
  background: url(/common/img/module/table_th_bg01.png) repeat 0 0;
  color: #fff;
  text-align: center;
}
.mod-table thead th .mod-table_subject {
  max-width: 555px;
  padding: 3px 0;
  float: left;
}
.mod-table thead th .mod-table_subject .mod-button-link,
.mod-table thead th .mod-table_subject .mod-button-link-single {
  margin: -3px 0 -8px;
}
.mod-table thead + tbody th {
  background: #f6f6f6;
  color: #333;
  font-weight: normal;
}
.mod-table thead .mod-table_th-bg {
  background: url(/common/img/module/table_th_bg01.png) repeat 0 0;
  color: #fff;
}
.mod-table thead .mod-table_td-bg {
  background: #fff;
  color: #333;
}
.mod-table + .mod-table {
  margin-top: 10px;
}
.mod-table.theme-button-list tbody th {
  background: #d2d2d2;
  color: #444;
}
.mod-table.theme-button-list tbody .mod-table_th-bg {
  background: #f6f6f6;
  color: #444;
}
.mod-table.theme-table-type01 th,
.mod-table.theme-table-type02 th,
.mod-table.theme-table-type01 td,
.mod-table.theme-table-type02 td {
  padding: 5px 10px;
  vertical-align: middle;
}
.mod-table.theme-table-type01 > thead tr,
.mod-table.theme-table-type02 > thead tr {
  background: #d2d2d2 url(/common/img/module/table_th_bg03.png) no-repeat right center;
}
.mod-table.theme-table-type01 > thead tr th,
.mod-table.theme-table-type02 > thead tr th {
  padding: 5px 8px 5px 10px;
  background: none;
  color: #444;
  text-align: left;
  font-size: 1.4em;
  vertical-align: middle;
}
.mod-table.theme-table-type01 > thead tr th .mod-button-link,
.mod-table.theme-table-type02 > thead tr th .mod-button-link,
.mod-table.theme-table-type01 > thead tr th .mod-button-link-single,
.mod-table.theme-table-type02 > thead tr th .mod-button-link-single {
  font-size: 0.8566em;
}
.mod-table.theme-table-type01 > thead .mod-button-link,
.mod-table.theme-table-type02 > thead .mod-button-link {
  padding: 0;
}
.mod-table.theme-table-type01 > tbody th,
.mod-table.theme-table-type02 > tbody th {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.mod-table.theme-table-type02 > thead tr {
  background-image: none;
}
.mod-table.theme-table-type02 > thead tr > th {
  padding-right: 10px;
}
.mod-table.theme-table-block-a {
  border: 1px solid #d2d2d2;
}
.mod-table.theme-table-block-a thead th {
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  border-right: none;
}
.mod-table.theme-table-block-a tbody tr td {
  padding: 15px 15px 10px;
  border: none;
  border-top: 1px dotted #d2d2d2;
}
.mod-table.theme-table-block-a tbody tr:first-child td {
  border: none;
}
.mod-table.opt-w375 {
  width: 375px;
}
.mod-table.opt-w500 {
  width: 500px;
}
.mod-table.opt-w525 {
  width: 525px;
}
.mod-table.opt-wholly-xslim th,
.mod-table.opt-wholly-xslim td {
  padding: 5px;
}
.mod-table.opt-wholly-slim th,
.mod-table.opt-wholly-slim td {
  padding: 5px 10px;
}
.mod-table .mod-table_th-xslim th {
  padding: 10px;
}
.mod-table .mod-table_td-xslim td {
  padding: 5px;
}
.mod-table .mod-table_th-slim th {
  padding: 5px 10px;
}
.mod-table .mod-table_td-slim td {
  padding: 5px 10px;
}
.mod-table .mod-table_space-none {
  padding: 0 !important;
  border-top: none !important;
}
.mod-table .mod-table_space-none .mod-box-button > p {
  margin-top: 10px;
}
.mod-table .mod-table_space-none .mod-box-button > p:first-child {
  margin-top: 0;
}
/* table rayout */
.mod-table_space-normal {
  padding: 10px 19px !important;
}
.mod-table_slim {
  padding: 5px 10px !important;
}
.mod-table_xslim {
  padding: 5px 3px !important;
}
.mod-table_merge-top {
  border-top: none !important;
}
.mod-table_merge-right {
  border-right: none !important;
}
.mod-table_merge-bottom {
  border-bottom: none !important;
}
.mod-table_merge-left {
  border-left: none !important;
}
.mod-table_button-cell {
  padding: 3px 0 2px !important;
  text-align: center;
  vertical-align: middle;
}
/* Table unique style */
.mod-table_hit-bg {
  background: url(/common/img/module/table_th_bg02.png) repeat 0 0 !important;
  color: #fff;
}
.mod-table_bg-point {
  background: #fee5e5;
}
.mod-table_submit-cell {
  padding: 4px 5px 5px !important;
  background: #f6f6f6;
  text-align: center;
  border-top: none !important;
}
.mod-table_detail-button-cell {
  border-top: 1px dotted #d2d2d2 !important;
}
.mod-table_border-bottom-none {
  border-bottom: none !important;
}
.mod-table_border-right-none {
  border-right: none !important;
}
/* difficulty level */
.mod-table.opt-difficulty-level {
  width: 235px;
}
.mod-table.opt-difficulty-level > thead th {
  padding: 4px 5px;
  background: #f6f6f6;
  color: #333;
  font-size: 14px;
}
.mod-table.opt-difficulty-level > tbody td {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-table.opt-difficulty-level > tbody td:nth-child(odd) {
  border-right-style: dotted !important;
}
.mod-table.opt-difficulty-level > tbody td:nth-child(even) {
  border-left-style: dotted !important;
}
/* Option university */
.mod-table.opt-univ,
.mod-table.opt-univ02 {
  border: none;
  border-right: 1px solid  #d2d2d2;
  border-bottom: 1px solid  #d2d2d2;
}
.mod-table.opt-univ th,
.mod-table.opt-univ02 th,
.mod-table.opt-univ td,
.mod-table.opt-univ02 td {
  padding: 7px 10px 6px;
  border: none;
  border-top: 1px solid  #d2d2d2;
  border-left: 1px solid  #d2d2d2;
}
.mod-table.opt-univ td,
.mod-table.opt-univ02 td {
  padding: 7px 5px 6px;
}
.mod-table.opt-univ .is-merge,
.mod-table.opt-univ02 .is-merge {
  padding: 0;
  border-top: none !important;
  border-bottom: none !important;
}
.mod-table.opt-univ td {
  text-align: right;
}
.mod-table.opt-univ03 tbody th {
  border-bottom: 1px dotted #aaa;
}
.mod-table.opt-univ03 tbody td {
  border-top: none;
}
/* Colors */
.mod-table tbody .bg-gray {
  background: #e9e9e9 !important;
}
.mod-table tbody .bg-gray th,
.mod-table tbody .bg-gray td {
  background: #e9e9e9;
}
.mod-table tbody .bg-thin-gray {
  background: #f6f6f6 !important;
}
.mod-table tbody .bg-thin-gray th,
.mod-table tbody .bg-thin-gray td {
  background: #f6f6f6;
}
.mod-table tbody .bg-orange {
  background: #ffa48e !important;
}
.mod-table tbody .bg-orange th,
.mod-table tbody .bg-orange td {
  background: #ffa48e;
}
.mod-table tbody .bg-light-blue {
  background: #daf4f4 !important;
}
.mod-table tbody .bg-light-blue th,
.mod-table tbody .bg-light-blue td {
  background: #daf4f4;
}
.mod-table tbody .bg-light-yellow {
  background: #fff7bf !important;
}
.mod-table tbody .bg-light-yellow th,
.mod-table tbody .bg-light-yellow td {
  background: #fff7bf;
}
.mod-table tbody .bg-beige {
  background: #fff2e9 !important;
}
.mod-table tbody .bg-beige th,
.mod-table tbody .bg-beige td {
  background: #fff2e9;
}
/* Fixed thead style */
.floatyHead {
  max-width: 774px;
  margin-top: 0 !important;
}
/* Table cols
   ========================================================================== */
.mod-table-cols {
  margin-top: 10px;
  overflow: hidden;
}
.mod-table-cols:first-child {
  margin-top: 0;
}
.mod-table-cols > table,
.mod-table-cols .mod-table-cols_item {
  float: left;
  width: 380px;
}
.single-column .mod-table-cols > table,
.single-column .mod-table-cols .mod-table-cols_item {
  /*width: 492px;*/
	width: 592px;
}
.single-column .mod-table-cols > table:nth-child(even),
.single-column .mod-table-cols .mod-table-cols_item:nth-child(even) {
  margin-left: 16px;
}
.mod-table-cols > table:nth-child(2),
.mod-table-cols .mod-table-cols_item:nth-child(2) {
  margin-top: 0 !important;
}
.mod-table-cols > table:nth-child(odd),
.mod-table-cols .mod-table-cols_item:nth-child(odd) {
  clear: both;
}
.mod-table-cols > table:nth-child(even),
.mod-table-cols .mod-table-cols_item:nth-child(even) {
  margin-left: 14px;
}
/* Label
   ========================================================================== */
.mod-label .mod-label_image {
  display: table-cell;
  vertical-align: middle;
}
.mod-label .mod-label_image > img {
  display: block;
  height: 20px;
  margin-right: 12px;
  line-height: 20px;
}
.mod-label .mod-label_description {
  display: table-cell;
}
.mod-label .mod-label_description > p {
  margin-top: 4px;
  padding-left: 19px;
}
.mod-label .mod-label_description > p:first-child {
  margin-top: 0;
}
/* Media
   ========================================================================== */
.mod-media {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
}
.mod-media:first-child {
  margin-top: 0;
}
.mod-media.opt-wrap-around .mod-media_object {
  margin-bottom: 5px;
}
.mod-media.opt-wrap-around .mod-media_body {
  overflow: visible;
}
.mod-media_object {
  display: table;
}
.mod-media_object.opt-w250 {
  width: 250px;
}
.mod-media_object.opt-w420 {
  width: 420px;
}
.mod-media_object.opt-w503 {
  width: 503px;
}
.mod-media_object.opt-w565 {
  width: 565px;
}
.mod-media_caption {
  display: block;
  text-align: left;
}
.mod-media_body {
  overflow: hidden;
  zoom: 1;
}
.mod-media.opt-media-left .mod-media_object {
  float: left;
  margin-right: 15px;
}
.mod-media.opt-media-left .mod-media_object > img {
  margin-bottom: 5px;
}
.mod-media.opt-media-left .mod-media_body {
  margin-top: 0;
}
.mod-media.opt-media-right .mod-media_object {
  float: right;
  margin-left: 15px;
}
.mod-media.opt-media-right .mod-media_body {
  margin-top: 0;
}
.mod-media.opt-media-center .mod-media_object {
  margin: 0 auto;
  text-align: center;
}
.mod-media .mod-media_body {
  margin-top: 10px;
}
.mod-media .mod-media_body:first-child {
  margin-top: 0;
}
/* Button analysis
   ========================================================================== */
.mod-button-analysis {
  overflow: hidden;
}
.mod-button-analysis li {
  width: 50%;
  float: left;
  margin: 10px 0 0 -1px;
  border-left: 1px dotted #b0b0b0;
  font-size: 1em;
  text-align: center;
}
.mod-button-analysis li:first-child {
  margin-left: 0;
  border: none;
}
.mod-button-analysis li > a {
  display: block;
  padding: 7px 0;
  background: #ececec;
}
.mod-button-analysis li:nth-child(2n+1) > a {
  margin-right: 15px;
}
.mod-button-analysis li:nth-child(2n+2) > a {
  margin-left: 15px;
}
/* Content index
   ========================================================================== */
.mod-content-index > li {
  position: relative;
}
.opt-cols-2 .mod-content-index > li {
  width: 350px !important;
}
.opt-cols-3 .mod-content-index > li {
  width: 250px !important;
}
.mod-content-index .mod-content-index_text {
  position: relative;
  z-index: 998;
  margin: 0 0 10px;
  padding: 10px 12px 5px;
  background: url(/common/img/module/content-index_bg01.png) repeat left bottom;
}
.mod-content-index .mod-content-index_text:before {
  display: block;
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: -10px;
  width: 250px;
  height: 17px;
  background: url(/common/img/module/content-index_bg02.png) no-repeat left bottom;
  content: "";
}
.opt-cols-2 .mod-content-index .mod-content-index_text:before {
  width: 350px;
  background: url(/common/img/module/content-index_bg03.png) repeat left bottom;
}
.mod-content-index a {
  display: inline-block;
  position: relative;
  z-index: 1000;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.mod-content-index a:hover {
  text-decoration: underline;
  display: inline-block;
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
}
/* Combo text
   ========================================================================== */
.mod-combo-text {
  margin-top: 7px;
  position: relative;
  padding-left: 1.1em;
  color: #f00000;
}
.mod-combo-text:first-child {
  margin-top: 0;
}
.mod-combo-text > span {
  position: absolute;
  top: 0;
  left: 0;
}
/* Anchor
   ========================================================================== */
.mod-anchor {
  overflow: hidden;
  margin: 20px 0 -8px;
  background: url(/common/img/parts/anchor_bg01.png) repeat-y 0 0;
}
.mod-anchor:first-child {
  margin-top: 0;
}
.mod-anchor li {
  float: left;
  margin-bottom: 8px;
  border-right: 1px dotted #bbb;
}
.mod-anchor li a {
  display: block;
  padding: 2px 15px 1px 26px;
  background: url(/common/img/parts/anchor_arrow01.png) no-repeat 10px center;
}
.mod-attention-box_extension {
  padding: 8px 15px 6px;
  background: #fff;
  line-height: 1.2;
}
.mod-attention-box_extension > p {
  color: #f20000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* Box
   ========================================================================== */
.mod-box {
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #bbb;
}
.mod-box:first-child {
  margin-top: 0;
}
.mod-box.opt-border-black {
  border-color: #000;
}
.mod-box.opt-space-wide {
  padding: 20px;
}
.mod-box.opt-space-narrow {
  padding: 10px;
}
.mod-box-dotted {
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px dotted #bbb;
}
.mod-box-dotted:first-child {
  margin-top: 0;
}
.mod-box-dotted.opt-border-black {
  border-color: #000;
}
.mod-box-dotted.opt-space-wide {
  padding: 20px;
}
.mod-box-dotted.opt-space-narrow {
  padding: 10px;
}
.mod-box-dashed {
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px dashed #bbb;
}
.mod-box-dashed:first-child {
  margin-top: 0;
}
.mod-box-dashed.opt-border-black {
  border-color: #000;
}
.mod-box-dashed.opt-space-wide {
  padding: 20px;
}
.mod-box-dashed.opt-space-narrow {
  padding: 10px;
}
.mod-box-bold {
  margin-top: 10px;
  padding: 10px 15px;
  border: 3px solid #ededed;
}
.mod-box-bold:first-child {
  margin-top: 0;
}
.mod-box-bold.opt-border-black {
  border-color: #000;
}
.mod-box-bold.opt-space-wide {
  padding: 20px;
}
.mod-box-bold.opt-space-narrow {
  padding: 10px;
}
.mod-box-bg-gray {
  margin-top: 10px;
  background: #f6f6f6;
  padding: 10px 20px;
}
.mod-box-bg-gray:first-child {
  margin-top: 0;
}
.mod-box-bg-gray.opt-space-wide {
  padding: 20px;
}
.mod-box-bg-gray.opt-space-narrow {
  padding: 10px;
}
.mod-box-plaid {
  margin-top: 10px;
  padding: 5px;
  background: url(/common/img/module/plaid-gray_bg01.png) repeat 0 0;
}
.mod-box-plaid:first-child {
  margin-top: 0;
}
.mod-box-plaid > .mod-box-plaid_body {
  padding: 7px 15px;
  background: #eee;
}
.mod-box-plaid.opt-space-wide {
  padding: 20px;
}
.mod-box-plaid.opt-space-narrow {
  padding: 10px;
}
.mod-box-plaid_strong-text {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.mod-box-button {
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 25px;
  background: #f6f6f6;
  text-align: center;
}
.mod-box-button:first-child {
  margin-top: 0;
}
.mod-box-button > ul {
  zoom: 1;
  margin: 0 auto;
  width: 724px;
}
.mod-box-button > ul:before,
.mod-box-button > ul:after {
  content: '';
  display: table;
}
.mod-box-button > ul:after {
  clear: both;
}
.mod-box-button > ul > li {
  float: left;
}
.mod-box-button > ul > li:nth-child(2n) {
  float: right;
}
.mod-box-button > p {
  margin: 10px auto 0 auto;
}
.mod-box-button > p:first-child {
  margin-top: 0;
}
.mod-box-button > ul > li {
  width: 348px;
}
.mod-box-button > p {
  margin-top: 0;
}
.mod-box-button > ul > li,
.mod-box-button > p {
  display: inline-block;
  min-width: 348px;
  border-radius: 4px;
  background: url(/common/img/parts/button-link_bg01.png) repeat-x left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
}
.mod-box-button > ul > li > a,
.mod-box-button > p > a {
  display: block;
  padding: 14px 15px 12px 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 14px center;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.mod-box-button > ul > li:hover,
.mod-box-button > p:hover {
  background: #ffe8e5;
}
.mod-box-button > ul > li:hover > a,
.mod-box-button > p:hover > a {
  border: 1px solid #f00000;
}
.mod-box-button > ul > li.mod-box-button_image-button,
.mod-box-button > p.mod-box-button_image-button {
  display: inline-block;
  min-width: 0;
  text-align: center;
}
.mod-box-button > ul > li.mod-box-button_image-button > a,
.mod-box-button > p.mod-box-button_image-button > a {
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
}
.mod-box-button > ul > li.mod-box-button_image-button:hover,
.mod-box-button > p.mod-box-button_image-button:hover {
  background: none;
}
.mod-box-button > ul > li.mod-box-button_image-button.opt-type-shadow,
.mod-box-button > p.mod-box-button_image-button.opt-type-shadow {
  margin: -1px 0 -3px;
}
.mod-box-button > form {
  display: inline-block;
  width: 300px;
  background: url(/common/img/parts/button-link_bg01.png) repeat-x left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-box-button > form input[type="submit"] {
  display: block;
  width: 300px;
  padding: 12px 15px 10px 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(/common/img/parts/icon_arrow01.png) no-repeat 14px center;
  color: #444;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.mod-box-button > form:hover {
  background: #ffe8e5;
}
.mod-box-button > form:hover input[type="submit"] {
  border: 1px solid #f00000;
}
.mod-box-button .mod-box-button_text {
  background: none;
  color: #f20000;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.mod-box-button .mod-box-button_text:hover {
  background: none;
}
.mod-box-button .mod-box-button_text + .mod-box-button_image-button {
  margin-top: 5px !important;
}
.mod-box-button.opt-w176 > ul > li,
.mod-box-button.opt-w190 > ul > li,
.mod-box-button.opt-w238 > ul > li,
.mod-box-button.opt-w240 > ul > li,
.mod-box-button.opt-w300 > ul > li,
.mod-box-button.opt-w176 > p,
.mod-box-button.opt-w190 > p,
.mod-box-button.opt-w238 > p,
.mod-box-button.opt-w240 > p,
.mod-box-button.opt-w300 > p {
  display: inline-block;
  width: 190px;
  min-width: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-box-button.opt-w176 > ul > li > a,
.mod-box-button.opt-w190 > ul > li > a,
.mod-box-button.opt-w238 > ul > li > a,
.mod-box-button.opt-w240 > ul > li > a,
.mod-box-button.opt-w300 > ul > li > a,
.mod-box-button.opt-w176 > p > a,
.mod-box-button.opt-w190 > p > a,
.mod-box-button.opt-w238 > p > a,
.mod-box-button.opt-w240 > p > a,
.mod-box-button.opt-w300 > p > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-box-button.opt-w176 > ul,
.mod-box-button.opt-w190 > ul,
.mod-box-button.opt-w238 > ul,
.mod-box-button.opt-w240 > ul,
.mod-box-button.opt-w300 > ul {
  margin: 0 0 -10px -10px;
  margin-top: 10px;
  overflow: hidden;
}
.mod-box-button.opt-w176 > ul:first-child,
.mod-box-button.opt-w190 > ul:first-child,
.mod-box-button.opt-w238 > ul:first-child,
.mod-box-button.opt-w240 > ul:first-child,
.mod-box-button.opt-w300 > ul:first-child {
  margin-top: 0;
}
.mod-box-button.opt-w176 > ul > li,
.mod-box-button.opt-w190 > ul > li,
.mod-box-button.opt-w238 > ul > li,
.mod-box-button.opt-w240 > ul > li,
.mod-box-button.opt-w300 > ul > li {
  float: left;
  margin: 0 0 10px 10px;
}
.mod-box-button.opt-w176 {
  padding: 10px 20px;
}
.mod-box-button.opt-w176 > ul {
  width: 744px;
}
.mod-box-button.opt-w176 > ul > li,
.mod-box-button.opt-w176 > p {
  width: auto;
}
.mod-box-button.opt-w176 > ul > li > a,
.mod-box-button.opt-w176 > p > a {
  min-width: 176px;
  padding: 9px 15px 7px 32px;
}
.mod-box-button.opt-w190 > ul > li,
.mod-box-button.opt-w190 > p {
  width: auto;
}
.mod-box-button.opt-w190 > ul > li > a,
.mod-box-button.opt-w190 > p > a {
  min-width: 190px;
  padding: 9px 15px 7px 32px;
}
.mod-box-button.opt-w238 {
  padding: 10px 20px;
}
.mod-box-button.opt-w238 > ul {
  width: 744px;
}
.mod-box-button.opt-w238 > ul > li,
.mod-box-button.opt-w238 > p {
  width: auto;
}
.mod-box-button.opt-w238 > ul > li > a,
.mod-box-button.opt-w238 > p > a {
  min-width: 238px;
  padding: 9px 15px 7px 32px;
}
.mod-box-button.opt-w240 > ul > li,
.mod-box-button.opt-w240 > p {
  width: auto;
}
.mod-box-button.opt-w240 > ul > li > a,
.mod-box-button.opt-w240 > p > a {
  min-width: 240px;
  padding: 9px 15px 7px 32px;
}
.mod-box-button.opt-w300 > ul > li,
.mod-box-button.opt-w300 > p {
  width: auto;
}
.mod-box-button.opt-w300 > ul > li > a,
.mod-box-button.opt-w300 > p > a {
  min-width: 300px;
  padding: 9px 15px 7px 32px;
}
.mod-box-button.opt-large-button > ul > li,
.mod-box-button.opt-large-button > p {
  font-size: 2.3em;
}
.mod-box-button.opt-large-button > ul > li > a,
.mod-box-button.opt-large-button > p > a {
  padding: 19px 15px 18px 50px;
  text-align: center;
  background: url(/common/img/parts/icon_arrow02.png) no-repeat 19px center;
}
.mod-box-button.opt-space-wide {
  padding: 20px;
}
.mod-box-button.opt-item-small > ul > li {
  font-size: 1.4em;
}
.mod-table .mod-box-button > ul > li,
.mod-table .mod-box-button > p {
  min-width: 348px !important;
  font-size: 16px;
  white-space: nowrap;
}
/* Guide link(a-block)
   ========================================================================== */
.mod-guide-link {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  font-size: 1em;
}
.mod-guide-link > ul {
  overflow: hidden;
  margin-top: -4px;
}
.mod-guide-link > ul > li {
  display: table;
  float: left;
  width: 377px;
  margin-top: 4px;
  background: url(/common/img/module/oblique-gray_bg03.png) repeat 0 0;
  font-size: 1em;
}
.mod-guide-link > ul > li:nth-child(2n) {
  float: right;
}
.mod-guide-link > ul > li:nth-child(2n+1) {
  clear: both;
}
.mod-guide-link:first-child {
  margin-top: 0;
}
.mod-guide-link_title {
  display: table-cell;
  width: 154px;
  padding: 5px 9px;
  background: url(/common/img/module/hit-group_bg01.png) no-repeat right center;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-guide-link_body {
  display: table-cell;
  padding: 5px 9px;
  font-size: 1.2em;
  vertical-align: middle;
}
/* Floor box(a-block)
   ========================================================================== */
.mod-floor-box {
  margin-top: 10px;
  overflow: hidden;
}
.mod-floor-box:first-child {
  margin-top: 0;
}
p.mod-floor-box,
.mod-floor-box > li {
  width: 160px;
  height: 40px;
  padding: 3px 3px 3px 42px;
  background: url(/common/img/module/floor-box_bg01.png) no-repeat 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-floor-box > li {
  float: left;
  margin-left: 10px;
}
.mod-floor-box > li:first-child {
  margin-left: 0;
}
/* Pickup list(a-block)
   ========================================================================== */
.mod-pickup-list > li {
  padding: 1px 0 9px;
  border-top: 1px dotted #bbb;
  font-size: 1em;
}
.mod-pickup-list > li:first-child {
  padding-top: 0;
  border-top: none;
}
.mod-pickup-list > li p {
  font-size: 1.2em;
}
.mod-pickup-list_detail {
  display: table;
  width: 100%;
}
.mod-pickup-list_detail_taxonomy {
  display: table-cell;
  width: 150px;
  background: url(/common/img/module/oblique-gray_bg01.png) repeat 0 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.mod-pickup-list_detail_tag {
  display: table-cell;
  overflow: hidden;
  padding: 5px 8px;
  background: url(/common/img/module/oblique-gray_bg03.png) repeat 0 0;
}
.mod-pickup-list_detail_tag > li {
  float: left;
  min-width: 65px;
  margin: 3px 10px 3px 0;
  padding: 0 5px;
  background: #f30000;
  color: #fff;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-pickup-list_detail_date {
  display: table-cell;
  padding: 0 10px;
  background: url(/common/img/module/oblique-gray_bg03.png) repeat 0 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.mod-pickup-list_detail_date > span {
  margin-left: 3px;
  color: #f00;
  font-weight: bold;
}
/* Strong label(a-block)
   ========================================================================== */
.mod-strong-label {
  display: inline-block;
  min-width: 90px;
  min-height: 20px;
  margin-left: 5px;
  padding: 0 5px;
  background: #de0600;
  color: #fff;
  text-align: center;
  line-height: 20px;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-strong-label.opt-blue {
  background: #2693ff;
}
/* Tag list(a-block)
   ========================================================================== */
.mod-tag-list {
  margin-top: 10px;
}
.mod-tag-list:first-child {
  margin-top: 0;
}
.mod-tag-list ul {
  overflow: hidden;
  margin: 7px -10px -5px 0;
}
.mod-tag-list ul:first-child {
  margin-top: 0;
}
.mod-tag-list ul > li {
  margin: 0 10px 5px 0;
  float: left;
  line-height: 1;
}
.mod-tag-list .mod-tag-list_date {
  float: right;
}
.mod-tag-list .mod-tag-list_pattern01 > li {
  min-width: 120px;
  padding: 3px 5px;
  border: 1px solid #777;
  color: #f70000;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-tag-list .mod-tag-list_pattern02 > li {
  min-width: 65px;
  padding: 4px 5px;
  background: #f30000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-tag-list .mod-tag-list_bg-red {
  border: 1px solid #e90000 !important;
  background: #e90000 !important;
  color: #fff !important;
}
/* FAQ(a-block)
   ========================================================================== */
.mod-faq {
  margin-top: 10px;
}
.mod-faq:first-child {
  margin-top: 0;
}
.mod-faq > li {
  margin-top: 22px;
}
.mod-faq > li:first-child {
  margin-top: 0;
}
.mod-faq_question {
  background: url(/common/img/module/oblique-gray_bg03.png) repeat 0 0;
}
.mod-faq_question_inner {
  position: relative;
  overflow: hidden;
  padding: 7px 10px 6px 38px;
  background: url(/common/img/module/faq_bg01.png) repeat-y left top;
  font-weight: bold;
}
.mod-faq_question_inner:before {
  display: block;
  float: left;
  position: absolute;
  top: 8px;
  left: 9px;
  content: url(/common/img/module/faq_img01.png);
}
.mod-faq_answer {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 7px 10px 6px 38px;
  background: url(/common/img/module/faq_bg02.png) repeat-y left top;
}
.mod-faq_answer:before {
  display: block;
  float: left;
  position: absolute;
  top: 7px;
  left: 9px;
  content: url(/common/img/module/faq_img02.png);
}
/* News(a-block)
   ========================================================================== */
.mod-news li {
  padding: 12px 20px 12px 13px;
  border-bottom: 1px dotted #bbb;
}
.mod-news li:nth-child(2n+2) {
  background: #f7f7f7;
}
.mod-news_date {
  display: table-cell;
  padding-right: 20px;
  color: #666;
  white-space: nowrap;
}
.mod-news_icon {
  display: table-cell;
  padding-right: 20px;
}
.mod-news_icon > img {
  margin-top: 2px;
}
.mod-news_text {
  display: table-cell;
}
/* Partition list(a-block)
   ========================================================================== */
.mod-partition-list {
  margin-top: 10px;
  overflow: hidden;
}
.mod-partition-list:first-child {
  margin-top: 0;
}
.mod-partition-list > li {
  margin: 3px 10px 0 0;
  float: left;
  white-space: nowrap;
}
.mod-partition-list > li:after {
  margin-left: 10px;
  content: "/";
}
.mod-partition-list > li:last-child {
  margin-left: 0;
}
.mod-partition-list > li:last-child:after {
  margin: 0;
  content: "";
}
section:last-child .mod-partition-list {
  margin-bottom: 0;
}
.subhead + .mod-partition-list {
  margin: -3px 0 -10px !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bbb;
}
.mod-partition-list.opt-em > li:after {
  content: "�E�E;
}
.mod-partition-list.opt-em > li:last-child:after {
  content: "";
}
/* Paging(a-block)
   ========================================================================== */
.mod-paging {
  zoom: 1;
  float: left;
  position: relative;
  left: 50%;
}
.mod-paging:before,
.mod-paging:after {
  content: '';
  display: table;
}
.mod-paging:after {
  clear: both;
}
.mod-paging > li {
  float: left;
  position: relative;
  left: -50%;
  margin: 10px 10px 0 0;
}
.mod-paging > li > a {
  display: inline-block;
  min-width: 20px;
  padding: 4px 5px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/common/img/parts/button-link_bg01.png) repeat-x left center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-paging > li > a.is-current,
.mod-paging > li > a:hover {
  border: 1px solid #ed0600;
  background: #ed0600;
  color: #fff;
}
.mod-paging > li > a.is-blank,
.mod-paging > li > a.is-blank:hover {
  border: 1px solid #ccc;
  color: #aaa;
  background: #f5f5f5;
}
.mod-paging .mod-paging_next > a {
  padding-left: 10px;
}
.mod-paging .mod-paging_next > a:after {
  padding-right: 10px;
  background: url(/common/img/parts/button-link_arrow01.png) no-repeat right center;
  content: "";
}
.mod-paging .mod-paging_next > a.is-blank,
.mod-paging .mod-paging_next > a.is-blank:hover {
  border: 1px solid #ccc;
  color: #aaa;
  background: #f5f5f5;
}
.mod-paging .mod-paging_next > a.is-blank:after,
.mod-paging .mod-paging_next > a.is-blank:hover:after {
  background: url(/common/img/parts/button-link_arrow02.png) no-repeat right center !important;
}
.mod-paging .mod-paging_next:hover > a:after {
  background: url(/common/img/parts/button-link_arrow03.png) no-repeat right center;
}
.mod-paging .mod-paging_prev > a {
  padding-right: 10px;
}
.mod-paging .mod-paging_prev > a:before {
  padding-left: 10px;
  background: url(/common/img/parts/button-link-reverse_arrow01.png) no-repeat left center;
  content: "";
}
.mod-paging .mod-paging_prev > a.is-blank,
.mod-paging .mod-paging_prev > a.is-blank:hover {
  border: 1px solid #ccc;
  color: #aaa;
  background: #f5f5f5;
}
.mod-paging .mod-paging_prev > a.is-blank:before,
.mod-paging .mod-paging_prev > a.is-blank:hover:before {
  background: url(/common/img/parts/button-link-reverse_arrow02.png) no-repeat left center !important;
}
.mod-paging .mod-paging_prev:hover > a:before {
  background: url(/common/img/parts/button-link-reverse_arrow03.png) no-repeat left center;
}
/* Site index(d-block)
   ========================================================================== */
.mod-site-index {
  margin-top: 30px;
}
.mod-site-index:first-child {
  margin-top: 0;
}
.mod-site-index > section {
  margin-top: 10px;
}
.mod-site-index > section + section {
  margin-top: 20px;
}
.mod-site-index_section-title {
  margin-top: 10px;
}
.mod-site-index_section-title:first-child {
  margin-top: 0;
}
.mod-site-index_section-title h1,
.mod-site-index_section-title h2,
.mod-site-index_section-title h3,
.mod-site-index_section-title h4,
.mod-site-index_section-title h5,
.mod-site-index_section-title h6,
.mod-site-index_section-title p {
  /*padding: 13px 0;
  border-top: 2px solid #ed0600;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  background: none;
  padding: 12px 15px 10px 0;
  border-bottom: 5px solid #f7b2b7;
}
.mod-site-index_section-title h1 > a,
.mod-site-index_section-title h2 > a,
.mod-site-index_section-title h3 > a,
.mod-site-index_section-title h4 > a,
.mod-site-index_section-title h5 > a,
.mod-site-index_section-title h6 > a,
.mod-site-index_section-title p > a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
}
.mod-site-index_section-title h1 > a:hover,
.mod-site-index_section-title h2 > a:hover,
.mod-site-index_section-title h3 > a:hover,
.mod-site-index_section-title h4 > a:hover,
.mod-site-index_section-title h5 > a:hover,
.mod-site-index_section-title h6 > a:hover,
.mod-site-index_section-title p > a:hover {
  /*text-decoration: underline;*/
  color: #ed0600;
}
.mod-site-index_section-title h1 > a:before,
.mod-site-index_section-title h2 > a:before,
.mod-site-index_section-title h3 > a:before,
.mod-site-index_section-title h4 > a:before,
.mod-site-index_section-title h5 > a:before,
.mod-site-index_section-title h6 > a:before,
.mod-site-index_section-title p > a:before {
  position: absolute;
  top: .2em;
  left: 0;
  /*color: #f80000;
  font-size: 16px;
  content: "▶";*/
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #ed0600;
	font-size: 0.8em;
}
.mod-site-index_section-title h1 > a[target="_blank"]:after,
.mod-site-index_section-title h2 > a[target="_blank"]:after,
.mod-site-index_section-title h3 > a[target="_blank"]:after,
.mod-site-index_section-title h4 > a[target="_blank"]:after,
.mod-site-index_section-title h5 > a[target="_blank"]:after,
.mod-site-index_section-title h6 > a[target="_blank"]:after,
.mod-site-index_section-title p > a[target="_blank"]:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /*color: #f80000;
  font-size: 16px;
  content: "▶";*/
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 0.5em;
	color: #ed0600;
}
.mod-site-index_content-title {
  margin-top: 10px;
  /*background: url(/common/img/module/site-index_bg01.png) repeat 0 0;*/
	background-color: #EEEEEE;
}
.mod-site-index_content-title:first-child {
  margin-top: 0;
}
.mod-site-index_content-title h1,
.mod-site-index_content-title h2,
.mod-site-index_content-title h3,
.mod-site-index_content-title h4,
.mod-site-index_content-title h5,
.mod-site-index_content-title h6 {
  padding: 5px 9px 4px;
  font-size: 1.6em;
  line-height: 1.4;
}
.mod-site-index_link {
  overflow: hidden;
  margin: 17px 0 -15px 0;
}
.mod-site-index_link > li {
  float: left;
  position: relative;
  width: 290px;
  padding-left: 15px;
  margin: 0 0 15px 10px;
  font-size: 1.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-site-index_link > li > a {
  color: #333;
  text-decoration: none;
}
.mod-site-index_link > li > a:hover {
  text-decoration: underline;
}
.mod-site-index_link > li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.mod-site-index_link > li:before {
  position: absolute;
  top: 0;
  left: 0;
  /*color: #f80000;
  font-size: 10px;
  content: "▶";*/
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #ed0600;
}
.mod-site-index_link > li a[target="_blank"]:after {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
  /*right: 0;*/
  /*color: #f80000;
  font-size: 16px;
  content: "▶";*/
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 0.8em;
	color: #ed0600;
	margin-left: 5px;
}
/* Site index horizontal(d-block)
   ========================================================================== */
.mod-site-index-horizontal {
  zoom: 1;
  margin-top: 30px;
  list-style: none;
}
.mod-site-index-horizontal:before,
.mod-site-index-horizontal:after {
  content: '';
  display: table;
}
.mod-site-index-horizontal:after {
  clear: both;
}
.mod-site-index-horizontal:first-child {
  margin-top: 0;
}
.mod-site-index-horizontal .mod-site-index {
  float: left;
  width: 570px;
  margin: 20px 0 0 60px;
  font-size: 1em;
}
.mod-site-index-horizontal .mod-site-index:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.mod-site-index-horizontal .mod-site-index:first-child,
.mod-site-index-horizontal .mod-site-index:nth-child(2) {
  margin-top: 0;
}
/* Pickup content(d-block)
   ========================================================================== */
.mod-pickup-content {
  margin-top: 30px;
  padding: 20px 30px;
  background: #f6f6f6;
}
.mod-pickup-content:first-child {
  margin-top: 0;
}
.mod-pickup-content_title {
  font-size: 1.6em;
  font-weight: bold;
}
.mod-pickup-content_link {
  overflow: hidden;
  margin-top: 17px;
}
.mod-pickup-content_link > li {
  float: left;
  position: relative;
  width: 300px;
  padding-left: 15px;
  margin: 0 0 15px 15px;
  font-size: 1.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-pickup-content_link > li > a {
  color: #333;
  text-decoration: none;
}
.mod-pickup-content_link > li > a:hover {
  text-decoration: underline;
}
.mod-pickup-content_link > li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.mod-pickup-content_link > li:before {
  position: absolute;
  top: .2em;
  left: 0;
  color: #f80000;
  font-size: 10px;
  content: "▶";
}
/* Tel inquiry(e-block)
   ========================================================================== */
.mod-tel-inquiry {
  margin-top: 30px;
  overflow: hidden;
}
.mod-tel-inquiry:first-child {
  margin-top: 0;
}
.mod-tel-inquiry_title {
  padding: 11px;
  border: 1px solid #d1d2b7;
  border-radius: 4px 4px 0 0;
  background: #ffffff url(/common/img/module/tel-inquiry_bg01.png) repeat-x 0 0;
  text-align: center;
  vertical-align: middle;
}
.mod-tel-inquiry_body {
  margin-top: 1px;
  padding: 5px;
  background: url(/common/img/module/tel-inquiry_bg02.png) repeat 0 0;
}
.mod-tel-inquiry_body_inner {
  padding: 15px 18px;
  background: #fff;
}
.mod-tel-inquiry_tel img {
  vertical-align: bottom;
}
/* Important content(e-block)
   ========================================================================== */
.mod-important-content {
  margin-top: 30px;
  background: #f0f6fc;
}
.mod-important-content:first-child {
  margin-top: 0;
}
.mod-important-content_title {
  padding: 7px 5px 6px;
  background: url(/common/img/module/important-content_bg01.png) repeat 0 0;
  text-align: center;
}
.mod-important-content_title h2,
.mod-important-content_title h3,
.mod-important-content_title h4,
.mod-important-content_title h5,
.mod-important-content_title h6 {
  font-size: 1.6em;
  color: #fff;
}
.mod-important-content_title h2 > span,
.mod-important-content_title h3 > span,
.mod-important-content_title h4 > span,
.mod-important-content_title h5 > span,
.mod-important-content_title h6 > span {
  margin-left: 10px;
  font-size: 0.75em;
}
.mod-important-content_body {
  padding: 20px 22px;
}
.mod-important-content_body.opt-slim {
  padding: 13px 15px;
}
/* Flow section & block(e-block)
   ========================================================================== */
.mod-flow-block:after,
.mod-flow-section:after {
  display: block;
  width: 132px;
  height: 26px;
  margin: 10px auto 0;
  background: url(/common/img/module/flow-section_bg01.png) no-repeat center bottom;
  content: "";
}
/* Lecturers list(e-block)
   ========================================================================== */
.mod-lecturers-list {
  overflow: hidden;
  margin-right: -20px;
  margin-top: 30px;
}
.mod-lecturers-list:first-child {
  margin-top: 0;
}
.mod-lecturers-list > li {
  float: left;
  width: 100px;
  margin: 0 12px 20px 0;
  text-align: center;
}
.mod-lecturers-list > li:nth-child(10n+1) {
  clear: left;
}
/* In preparation(e-block)
   ========================================================================== */
.mod-in-preparation {
  width: 490px;
  margin: 70px auto 0;
}
.single-column .mod-in-preparation {
  margin-top: 80px;
}
.mod-in-preparation_image {
  text-align: center;
}
.mod-in-preparation_text {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.mod-in-preparation_schedule {
  margin-top: 38px;
  padding: 13px 0;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  font-size: 2em;
  text-align: center;
}

.mod-in-preparation_700 {
  width: 774px;
  margin: 70px auto 0;
}

/* Content banner(f-block)
   ========================================================================== */
.mod-content-banner {
  margin-top: 30px;
}
.mod-content-banner:first-child {
  margin-top: 0;
}
.mod-content-banner > p {
  text-align: center;
}
.mod-content-banner > .mod-content-banner_list {
  margin-top: 10px;
  overflow: hidden;
  clear: both;
}
.mod-content-banner > .mod-content-banner_list:first-child {
  margin-top: 0;
}
.mod-content-banner > .mod-content-banner_list > li {
  float: left;
}
.mod-content-banner > .mod-content-banner_list.opt-col-2 {
  margin-bottom: -10px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-2 > li {
  margin: 0 0 10px 14px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-2 > li:nth-child(2n+1) {
  margin-left: 0;
}
.mod-content-banner > .mod-content-banner_list.opt-col-3 {
  margin-bottom: -10px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-3 > li {
  margin: 0 0 10px 15px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-3 > li:nth-child(3n+1) {
  margin-left: 0;
}
.mod-content-banner > .mod-content-banner_list.opt-col-4 {
  margin-bottom: -10px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-4 > li {
  margin: 0 0 10px 14px;
}
.mod-content-banner > .mod-content-banner_list.opt-col-4 > li:nth-child(4n+1) {
  margin-left: 0;
}
.mod-content-banner a > img:hover {
  opacity: .7;
}
/* Separator
   ========================================================================== */
.mod-hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #bbb;
}
.mod-hr-dotted {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #bbb;
}
.mod-hr-dashed {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: none;
  border-top: 1px dashed #bbb;
}
/* Page top
   ========================================================================== */
.mod-page-top {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: right;
}
.mod-page-top > a {
  padding-left: 10px;
  background: url(/common/img/parts/page-top_bg01.png) no-repeat left center;
  color: #202020;
  text-decoration: none;
}
.mod-page-top > a:hover {
  text-decoration: underline;
}
.mod-page-top + section,
.mod-page-top + .mod-frame {
  margin-top: 10px;
}
.mod-page-top + section .section-title,
.mod-page-top + .mod-frame .section-title {
  margin: 0;
}
.mod-page-top + section .content-title h1,
.mod-page-top + .mod-frame .content-title h1,
.mod-page-top + section .content-title h2,
.mod-page-top + .mod-frame .content-title h2,
.mod-page-top + section .content-title h3,
.mod-page-top + .mod-frame .content-title h3,
.mod-page-top + section .content-title h4,
.mod-page-top + .mod-frame .content-title h4,
.mod-page-top + section .content-title h5,
.mod-page-top + .mod-frame .content-title h5,
.mod-page-top + section .content-title h6,
.mod-page-top + .mod-frame .content-title h6 {
  padding-top: 0;
}
/* Icon
   ========================================================================== */
.mod-icon-window {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 3px;
  background: url(/common/img/parts/icon_window.png) no-repeat left top;
  vertical-align: middle;
}
.mod-icon-pdf {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(/common/img/parts/icon_pdf.png) no-repeat left top;
  vertical-align: middle;
}
.mod-icon-download {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  width: 10px;

  height: 12px;
  margin-left: 3px;
  background: url(/common/img/parts/icon_download.png) no-repeat left top;
  vertical-align: middle;
}
/* Internet request(UA Sorting)
   ========================================================================== */
.js-internet-request {
  color: #0066aa;
  cursor: pointer;
  text-decoration: underline;
}
/* Lightbox
   ========================================================================== */
.mod-modal {
  display: table;
  width: 100%;
}
.mod-modal > li {
  display: table-cell;
  width: 25%;
  height: 193px;
  padding-left: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-modal > li:first-child {
  padding-left: 0;
}
.mod-modal > li .mod-modal_image {
  display: table-cell;
  height: 193px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-modal > li .mod-modal_image > img {
  max-width: 134px;
  padding: 1px;
  border: 1px solid #ccc;
  background: #fff;
}
.mod-modal > li .mod-modal_link {
  display: inline-block;
}
/* Plugin Style */
body:after {
  content: url(/common/img/module/lightbox/close.png) url(/common/img/module/lightbox/loading.gif) url(/common/img/module/lightbox/prev.png) url(/common/img/module/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/common/img/module/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/common/img/module/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/common/img/module/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/common/img/module/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Tab category
   ========================================================================== */
.tab-category {
  position: relative;
  margin-top: 55px;
  padding: 20px 20px 15px;
  border-top: 2px solid #585858;
}
.tab-category_handle {
  position: absolute;
  top: -43px;
  left: 0;
  overflow: hidden;
}
.tab-category_handle li {
  float: left;
  height: 40px;
  padding: 3px 3px 0 0;
  margin-left: -1px;
  font-size: 1.6em;
  font-weight: bold;
}
.tab-category_handle li:first-child {
  margin-left: 0;
}
.tab-category_handle li > a {
  display: inline-block;
  width: 200px;
  padding: 10px 0 5px;
  border-radius: 4px 4px 0 0;
  background: #b0b0b0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.tab-category_handle li > a > span {
  padding-left: 20px;
  background: url(/common/img/module/tab-category_bg01.png) no-repeat 0 0.15em;
}
.tab-category_handle li > a:hover {
  width: 196px;
  margin-top: 0;
  padding-top: 8px;
  border: 2px solid #585858;
  border-bottom: none;
  background: #fff;
  color: #ed0600;
}
.tab-category_handle li > a:hover > span {
  background: url(/common/img/module/tab-category_bg01_on.png) no-repeat 0 0.15em;
}
.tab-category_handle li .is-current {
  width: 196px;
  height: 40px;
  margin-top: 0;
  padding-top: 8px;
  border: 2px solid #585858;
  border-bottom: none;
  background: #fff;
  color: #ed0600;
}
.tab-category_handle li .is-current > span {
  background: url(/common/img/module/tab-category_bg01_on.png) no-repeat 0 0.15em;
}
/* Button box
   ========================================================================== */
.mod-button-box {
  margin-top: 10px;
  padding: 3px;
  background: url(/common/img/parts/button-box_bg01.png) repeat 0 0;
}
.mod-button-box:first-child {
  margin-top: 0;
}
.mod-button-box .mod-button-box_inner {
  padding: 14px 19px;
  background: #fff;
}
.mod-button-box_upper {
  overflow: hidden;
}
.mod-button-box_upper .mod-button-box_upper_left {
  display: table-cell;
  padding-right: 21px;
  vertical-align: middle;
}
.mod-button-box_upper .mod-button-box_upper_left > p {
  font-size: 1.6em;
}
.mod-button-box_upper .mod-button-box_upper_right {
  display: table-cell;
}
/* Multi box
   ========================================================================== */
.mod-multi-box {
  margin-top: 10px;
}
.mod-multi-box:first-child {
  margin-top: 0;
}
.mod-multi-box > ul {
  zoom: 1;
}
.mod-multi-box > ul:before,
.mod-multi-box > ul:after {
  content: '';
  display: table;
}
.mod-multi-box > ul:after {
  clear: both;
}
.mod-multi-box > ul > li {
  float: left;
}
.mod-multi-box.opt-cols-2 > ul {
  margin: -19px 20px 0 20px;
}
.mod-multi-box.opt-cols-2 > ul > li {
  margin-top: 19px;
}
.mod-multi-box.opt-cols-2 > ul > li:nth-child(2n) {
  margin-left: 34px;
}
.mod-multi-box.opt-cols-2 > ul > li:nth-child(2n+1) {
  clear: both;
}
.mod-multi-box.opt-cols-2 .mod-multi-box_left {
  float: left;
  width: 375px;
}
.mod-multi-box.opt-cols-2 .mod-multi-box_right {
  float: right;
  width: 375px;
}
.mod-multi-box.opt-cols-3 > ul {
  margin: -15px 0 0 -12px;
}
.mod-multi-box.opt-cols-3 > ul > li {
  width: 250px;
  margin: 15px 0 0 12px;
}
.mod-multi-box.opt-cols-3 > ul > li:nth-child(3n+1) {
  clear: both;
}
/* Adobe reader
   ========================================================================== */
.mod-adobe-reader {
  margin-top: 30px;
  overflow: hidden;
  padding: 10px;
  border: 4px solid #dedede;
}
.mod-adobe-reader:first-child {
  margin-top: 0;
}
.mod-button-box + .mod-adobe-reader {
  margin-top: 10px;
}
.mod-adobe-reader_object {
  float: left;
  margin-right: 25px;
}
.mod-adobe-reader_body {
  overflow: hidden;
}
/* Index list
   ========================================================================== */
.mod-index-list {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: -15px;
}
.mod-index-list:first-child {
  margin-top: 0;
}
.mod-index-list li {
  float: left;
  /*width: 372px;*/
  width: 45%;
  margin: 0 0 15px 30px;
  font-size: 1em;
}
.mod-index-list li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
/* Notice
   ========================================================================== */
.mod-notice {
  clear: both;
  margin-top: 20px;
  padding: 2px;
  border: 1px solid #fd0000;
  background: #fff;
}
.mod-notice_title {
  display: table-cell;
  padding: 0 10px 0 35px;
  background: #e8e8e8 url(/common/img/module/notice_bg01.png) no-repeat 7px center;
  color: #f70000;
  font-size: 1.4em;
  vertical-align: middle;
  white-space: nowrap;
}
.mod-notice_list {
  display: table-cell;
  padding: 8px;
}
.mod-notice_list > li {
  margin-top: 8px;
  font-size: 1.2em;
}
.mod-notice_list > li:first-child {
  margin-top: 0;
}
.mod-notice_list > li .mod-notice_list_date {
  display: table-cell;
  width: 6.5em;
  padding-left: 11px;
  background: url(/common/img/module/notice_bg02.png) no-repeat left 0.3em;
  font-size: 1em;
}
.mod-notice_list > li .mod-notice_list_description {
  display: table-cell;
  color: #f70000;
  font-size: 1em;
}
.mod-notice_list > li .mod-notice_list_description a {
  color: #f70000;
}
.mod-notice_list > li .mod-notice_list_description a:hover {
  text-decoration: none;
}
/* Attention Box
   ========================================================================== */
.mod-attention-box {
  margin-top: 12px;
  padding: 4px;
  background: url(/common/img/module/attention-box_bg01.png) repeat 0 0;
}
.mod-attention-box > .inner {
  display: table;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #ffbfbf;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-attention-box.opt-type-cell > .inner {
  padding: 10px 60px 10px 40px;
}
.mod-attention-box.opt-type-cell > .inner .mod-attention-box_list {
  display: table-cell;
  width: 50%;
  list-style: none;
  vertical-align: middle;
}
.mod-attention-box.opt-type-cell > .inner .mod-attention-box_list > li {
  margin: 0 auto;
  margin-top: 7px;
  float: none;
}
.mod-attention-box.opt-type-cell > .inner .mod-attention-box_list > li:first-child {
  margin-top: 0;
}
.mod-attention-box_list {
  display: inline-block;
}
.mod-attention-box_list > li {
  float: left;
  margin: 0 0 0 25px;
}
.mod-attention-box_list > li:first-child {
  margin-left: 0;
}
.mod-attention-box_list_shadow-image img {
  margin: -1px -3px -3px -1px;
}
/* Chart label
   ========================================================================== */
.mod-chart-label {
  overflow: hidden;
  /* label color */
}
.mod-chart-label > li {
  float: left;
  min-width: 108px;
  margin-left: 10px;
  padding: 0 5px;
  color: #fff;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}
.mod-chart-label > li:first-child {
  margin-left: 0;
}
.mod-chart-label .mod-chart-label_white {
  border: 1px solid #777;
  background: #fff;
  color: #444;
}
.mod-chart-label .mod-chart-label_green {
  border: 1px solid #accb54;
  background: #accb54;
}
.mod-chart-label .mod-chart-label_orange {
  border: 1px solid #ffa742;
  background: #ffa742;
}
.mod-chart-label .mod-chart-label_blue {
  border: 1px solid #68a2da;
  background: #68a2da;
}
p.mod-chart-label > span {
  display: inline-block;
  width: 88px;
  color: #fff;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
/* Hit group
   ========================================================================== */
.mod-hit-group {
  margin-top: 10px;
}
.mod-hit-group > li {
  margin-top: 20px;
}
.mod-hit-group > li:first-child {
  margin-top: 0;
}
.mod-hit-group_point {
  min-height: 20px;
  padding: 5px 0;
  background: #ededed url(/common/img/module/hit-group_bg01.png) no-repeat left center;
  font-size: 14px;
  font-weight: bold;
}
.mod-hit-group_point .mod-hit-group_point_left {
  display: table-cell;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.mod-hit-group_point .mod-hit-group_point_right {
  display: table-cell;
  padding: 0 14px;
  vertical-align: middle;
}
.mod-hit-group_list {
  margin: 5px 0 0 33px;
}
.mod-hit-group_list > li {
  margin-top: 8px;
}
.mod-hit-group_list > li .mod-hit-group_list_label {
  display: table-cell;
}
.mod-hit-group_list > li .mod-hit-group_list_link {
  display: table-cell;
  padding: 1px 0 0 19px;
}
.mod-hit-group_list > li .mod-hit-group_list_link > a {
  display: block;
}
.mod-hit-group_list > li:first-child {
  margin-top: 0;
}
/* Other hit
   ========================================================================== */
.mod-other-hit {
  margin-top: 10px;
  padding: 9px 0;
  background-color: #f6f6f6;
}
.mod-other-hit:first-child {
  margin-top: 0;
}
.mod-other-hit_title {
  background: url(/common/img/module/other-hit_bg01.png) repeat-x left center;
}
.mod-other-hit_title > img {
  padding: 0 6px 0 10px;
  background: #f6f6f6;
}
.mod-other-hit_body {
  margin-top: 10px;
  padding: 0 23px;
}
.mod-other-hit_body:first-child {
  margin-top: 0;
}
.mod-other-hit_list > li {
  margin-top: 6px;
}
.mod-other-hit_list > li:first-child {
  margin-top: 9px;
}
.mod-other-hit_list > li > a {
  display: table-cell;
}
.mod-other-hit_list > li > span {
  display: table-cell;
  padding-right: 16px;
  font-size: 1.14em;
  font-weight: bold;
}
/* Compare
   ========================================================================== */
.mod-compare .mod-compare_hit {
  margin-top: 10px;
  text-align: center;
}
.mod-compare .mod-compare_hit_image:after {
  display: block;
  height: 60px;
  padding-top: 10px;
  background: url(/common/img/module/compare_bg01.png) no-repeat center center;
  content: "";
}
.mod-compare .mod-compare_exam {
  margin-top: 10px;
}
.mod-compare .mod-compare_exam_header {
  display: table;
  width: 100%;
  font-weight: bold;
}
.mod-compare .mod-compare_exam_name {
  display: table-cell;
  width: 155px;
  padding: 9px 13px 8px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  border-radius: 5px 0 0 5px;
  background: #b0b0b0;
}
.mod-compare .mod-compare_exam_subject {
  display: table-cell;
  padding: 9px 18px 8px;
  font-size: 1.4em;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 0 5px 5px 0;
}
.mod-compare .mod-compare_exam_image {
  margin-top: 10px;
  text-align: center;
}
/* General remark
   ========================================================================== */
.mod-general-remark {
  margin-top: 20px;
  text-align: center;
}
.mod-general-remark:first-child {
  margin-top: 0;
}
/* Single section
   ========================================================================== */
.mod-single-section {
  min-height: 450px;
}
/* Image Slider(bxSlider)
   ========================================================================== */
.mod-image-slider {
  width: 100%;
  margin: 0 auto;
}
.mod-image-slider .slides li {
  text-align: center;
}
.mod-image-slider .image-slider-controls {
  overflow: hidden;
  width: 155px;
  margin: 10px auto;
}
.mod-image-slider .bx-prev,
.mod-image-slider .bx-prev_blank {
  display: block;
  float: left;
  width: 50px;
  height: 30px;
}
.mod-image-slider .bx-prev {
  background: url(/common/img/module/image-slider_control.png) no-repeat left top;
}
.mod-image-slider .bx-prev_blank {
  background: url(/common/img/module/image-slider_control.png) no-repeat left bottom;
}
.mod-image-slider .bx-prev_blank:hover {
  cursor: default;
}
.mod-image-slider .bx-next,
.mod-image-slider .bx-next_blank {
  display: block;
  float: right;
  width: 50px;
  height: 30px;
}
.mod-image-slider .bx-next {
  background: url(/common/img/module/image-slider_control.png) no-repeat right top;
}
.mod-image-slider .bx-next:hover {
  background-position: right top;
}
.mod-image-slider .bx-next_blank {
  background: url(/common/img/module/image-slider_control.png) no-repeat right bottom;
}
.mod-image-slider .bx-next_blank:hover {
  cursor: default;
}
.mod-image-slider + div {
  margin-top: 0;
}
.mod-image-slider .bx-wrapper {
  border: 1px solid #d2d2d2;
}
/* Image content(A-block)
   ========================================================================== */
.mod-image-content {
  margin-top: 16px;
  text-align: center;
}
.mod-image-content > ul {
  overflow: hidden;
  margin: -10px auto 0;
}
.mod-image-content > ul > li {
  float: left;
  width: 372px;
  margin-top: 10px;
  text-align: right;
}
.mod-image-content > ul > li > figure {
  display: inline-block;
  text-align: left;
}
.mod-image-content > ul > li:nth-child(2n) {
  margin-left: 30px;
  text-align: left;
}
.mod-image-content > figure {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.mod-image-content.opt-w165 {
  clear: both;
}
.mod-image-content.opt-w165 > ul {
  margin: 10px 0 -10px -38px;
}
.mod-image-content.opt-w165 > ul > li {
  float: left;
  width: 165px;
  margin: 0 0 10px 38px;
}
.mod-image-content > p {
  text-align: center;
}
/* picture list(a-block)
   ========================================================================== */
.mod-picture-list {
  margin-top: 10px;
  text-align: center;
}
.mod-picture-list:first-child {
  margin-top: 0;
}
.mod-picture-list > ul {
  overflow: hidden;
  margin: -10px auto 0;
}
.mod-picture-list > ul > li {
  float: left;
  width: 370px;
  margin-top: 10px;
  text-align: right;
}
.mod-picture-list > ul > li > figure {
  display: inline-block;
  text-align: left;
}
.mod-picture-list > ul > li:nth-child(2n) {
  margin-left: 34px;
  text-align: left;
}
.mod-picture-list > figure {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.mod-picture-list.opt-w230 {
  clear: both;
}
.mod-picture-list.opt-w230 > ul {
  margin: 10px 0 -10px 0;
}
.mod-picture-list.opt-w230 > ul > li {
  float: left;
  width: 230px;
  margin: 0 0 10px 41px;
}
.mod-picture-list.opt-w230 > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.mod-picture-list.opt-w164 {
  clear: both;
}
.mod-picture-list.opt-w164 > ul {
  margin: 10px 0 -10px 0;
}
.mod-picture-list.opt-w164 > ul > li {
  float: left;
  width: 164px;
  margin: 0 0 10px 39px;
}
.mod-picture-list.opt-w164 > ul > li:nth-child(4n+1) {
  margin-left: 0;
}
.mod-picture-list.opt-w134 {
  clear: both;
}
.mod-picture-list.opt-w134 > ul {
  margin: 10px 0 -10px 0;
}
.mod-picture-list.opt-w134 > ul > li {
  float: left;
  width: 134px;
  margin: 0 0 10px 26px;
}
.mod-picture-list.opt-w134 > ul > li:nth-child(5n+1) {
  margin-left: 0;
}
/* Cart confirm(B-block)
   ========================================================================== */
.mod-cart-confirm {
  margin-top: 10px;
  text-align: right;
}
.mod-cart-confirm:first-child {
  margin-top: 0;
}
.mod-cart-confirm.opt-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
/* Product list(B-block)
   ========================================================================== */
.mod-product-list {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: -30px;
}
.mod-product-list:first-child {
  margin-top: 0;
}
.mod-product-list > li {
  float: left;
  width: 365px;
  margin-bottom: 30px;
}
.mod-product-list > li:nth-child(even) {
  margin-left: 44px;
}
.mod-product-list > li:nth-child(2n+1) {
  clear: left;
}
.mod-product-list > li figure img {
  padding: 1px;
  border: 1px solid #ccc;
  background: #fff;
}
.mod-product-list.opt-item-partition > li {
  padding-bottom: 15px;
  border-bottom: 1px dotted #bbb;
}
.mod-product-list.opt-col-4 {
  margin: 10px 0 -15px 24px;
}
.mod-product-list.opt-col-4 > li {
  float: left !important;
  width: 134px;
  margin: 0 0 15px 50px;
}
.mod-product-list.opt-col-4 > li:nth-child(2n+1) {
  clear: none;
}
.mod-product-list.opt-col-4 > li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.mod-product-list.opt-col-4:first-child {
  margin-top: 0;
}
.mod-product-list.opt-col-5 {
  margin-bottom: -15px;
}
.mod-product-list.opt-col-5 > li {
  float: left !important;
  width: 134px;
  margin: 0 0 15px 26px;
}
.mod-product-list.opt-col-5 > li:nth-child(2n+1) {
  clear: none;
}
.mod-product-list.opt-col-5 > li:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.mod-product-list.opt-item-border > li {
  border: 1px solid #e1e1e1;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-product-list.opt-item-border > li .mod-media_body {
  margin-top: 10px;
}
/* Product detail(B-block)
   ========================================================================== */
.mod-product-detail {
  margin-top: 10px;
  overflow: hidden;
}
.mod-product-detail:first-child {
  margin-top: 0;
}
.mod-product-detail .mod-product-detail_image {
  float: left;
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-product-detail .mod-product-detail_image img {
  padding: 2px;
  border: 2px solid #ccc;
  background: #fff;
}
.mod-product-detail .mod-product-detail_body {
  float: right;
  /*width: 495px;*/
  width: 600px;
}
.mod-product-detail_body_description {
  overflow: hidden;
}
.mod-product-detail_body_description > dt {
  clear: both;
  float: left;
  /*width: 135px;*/
  width: 150px;
  font-weight: bold;
}
.mod-product-detail_body_description > dd {
  float: right;
  /*width: 330px;*/
  width: 420px;
}
/* Content nav(B-block)
   ========================================================================== */
.mod-content-nav {
  margin-top: 10px;
  display: table;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: url(/common/img/module/content-nav_bg01.png) repeat-x 0 0;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-content-nav:first-child {
  margin-top: 0;
}
.mod-content-nav > li {
  display: table-cell;
  border-left: 1px solid #e1e1e1;
  font-size: 1.6em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-content-nav > li > a {
  display: block;
  padding: 12px 0 11px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
.mod-content-nav > li > a:hover {
  background: #ed0600;
  color: #fff;
}
.mod-content-nav > li:first-child {
  border-left: none;
}
.mod-content-nav > li.is-current a {
  background: #ed0600;
  color: #fff;
}
.mod-content-nav.opt-col-2 > li {
  width: 50%;
}
.mod-content-nav.opt-col-5 > li {
  width: 20%;
}
.mod-content-nav.opt-col-6kyouka > li {
  width: 10%;
}
/* Adviser list(B-block)
   ========================================================================== */
.mod-adviser-list {
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
}
.mod-adviser-list:first-child {
  margin-top: 0;
}
.mod-adviser-list_item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mod-adviser-list_item_image {
  float: left;
  width: 134px;
  margin-right: 15px;
}
.mod-adviser-list_item_table {
  float: left;
  width: 252px;
}
.mod-adviser-list_item_message {
  float: right;
  width: 574px;
}
/* Accordion section(B-block)
   ========================================================================== */
.accordion-section .section-title {
  position: relative;
}
.accordion-section_handle {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 18px;
  height: 18px;
  margin: 0;
  text-indent: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accordion-section_handle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  color: #f22300;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  text-indent: 0;
}
.is-collapsed .accordion-section_handle:before {
  content: url(/common/img/parts/icon_accordion-plus_bg01.png);
}
.is-expanded .accordion-section_handle:before {
  content: url(/common/img/parts/icon_accordion-minus_bg01.png);
}
/* Lecturer list(B-block)
   ========================================================================== */
.mod-lecturer-list {
  zoom: 1;
  margin-top: 18px;
  border-top: 1px solid #e1e1e1;
}
.mod-lecturer-list:before,
.mod-lecturer-list:after {
  content: '';
  display: table;
}
.mod-lecturer-list:after {
  clear: both;
}
.mod-lecturer-list:first-child {
  margin-top: 0;
}
.mod-lecturer-list .mod-lecturer-list_item {
  float: left;
  clear: left;
  width: 370px;
  padding: 15px 0;
  border-bottom: 1px dotted #bbb;
}
.mod-lecturer-list .mod-lecturer-list_item:nth-child(2n) {
  margin-left: 34px;
  clear: right;
}
.mod-lecturer-list_item_image {
  float: left;
  width: 135px;
  margin-right: 15px;
}
.mod-lecturer-list_item_image > img {
  padding: 1px;
  border: 1px solid #ccc;
  background: #fff;
}
.mod-lecturer-list_item_body {
  overflow: hidden;
}
.mod-lecturer-list_item_body_name {
  margin-top: 10px;
}
.mod-lecturer-list_item_body_school {
  overflow: hidden;
  margin-top: 18px;
}
.mod-lecturer-list_item_body_school:first-child {
  margin-top: 0;
}
.mod-lecturer-list_item_body_school > li {
  display: inline-block;
  float: left;
  width: 65px;
  margin: 0 5px 5px 0;
  padding: 0 2px;
  border: 1px solid #585858;
  color: #444;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-lecturer-list_item_body_school > li:nth-child(2n+1) {
  clear: left;
}
/* Lecturer detail(B-block)
   ========================================================================== */
.mod-lecturer-detail {
  margin-top: 10px;
  overflow: hidden;
}
.mod-lecturer-detail:first-child {
  margin-top: 0;
}
.mod-lecturer-detail_image {
  float: left;
  width: 320px;
  margin-right: 15px;
}
.mod-lecturer-detail_image figure > img {
  padding: 1px;
  border: 1px solid #ccc;
  background: #fff;
}
.mod-lecturer-detail_status {
  overflow: hidden;
}
.mod-lecturer-detail_status_title {
  font-size: 1.6em;
  font-weight: bold;
}
/* Accordion link list(b-block)
   ========================================================================== */
.mod-accordion-link-list section {
  margin-top: auto;
}
.mod-accordion-link-list .section-title {
  margin-bottom: 0;
}
.mod-accordion-link-list .content-title {
  margin-top: 20px;
}
.mod-accordion-link-list .local-title {
  margin-top: 30px;
}
.mod-accordion-link-list .local-title + ul {
  margin-top: 15px;
}
.mod-accordion-link-list .section-title + .js-accordion-content section:first-child .local-title,
.mod-accordion-link-list .content-title + section .local-title {
  margin-top: 20px;
}
/* Calendar list(c-block)
   ========================================================================== */
.mod-calendar-list {
  margin-top: 18px;
  overflow: hidden;
  margin: 0 0 -15px -21px;
}
.mod-calendar-list:first-child {
  margin-top: 0;
}
.mod-calendar-list_item {
  float: left;
  width: 244px;
  margin: 0 0 15px 21px;
}
/* Calendar(c-block)
   ========================================================================== */
.mod-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.mod-calendar > caption {
  margin-bottom: 4px;
  background: url(/common/img/module/calendar_bg01.png) repeat 0 0;
  color: #f20000;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.mod-calendar > tbody td {
  height: 25px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.mod-calendar > tbody td:nth-child(7n+7) {
  color: #006dd9;
}
.mod-calendar > tbody td:nth-child(7n+7) > a {
  color: #006dd9;
}
.mod-calendar > tbody td:nth-child(7n+1) {
  color: #f30000;
}
.mod-calendar > tbody td:nth-child(7n+1) > a {
  color: #f30000;
}
.mod-calendar > tbody a {
  display: block;
  color: #444;
  text-decoration: none;
}
.mod-calendar > tbody a:hover {
  text-decoration: underline;
}
.mod-calendar .is-erase {
  border: #ccc !important;
  background: #ccc !important;
}
.mod-calendar .is-blank {
  background: #f5f5f5 !important;
  color: #ccc !important;
}
.mod-calendar .is-holiday > a {
  color: #f30000 !important;
}
.mod-calendar .is-active {
  border: 1px solid #f30000 !important;
  background: #f30000 !important;
  color: #fff !important;
}
.mod-calendar .is-active > a {
  color: #fff !important;
}
/* NOREN style
   ========================================================================== */
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* ==========================================================================
   Block module (in sub content)
   ========================================================================== */
/* Category nav
   ========================================================================== */
.aside-category {
  float: left;
  width: 208px;
}
.aside-category h1 + p {
  margin-top: 0;
  padding: 15px 12px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #1f1f1f;
  font-size: 1.6em;
  background: #f6f6f6;
}
.aside-category-nav {
  margin-top: -1px;
  border: 1px solid #ccc;
  border-top: none;
}
.aside-category-nav > li {
  border-top: 1px solid #ccc;
  background-image: url(/common/img/layout/side_category-nav_bg01.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  font-size: 1.4em;
  line-height: 1.2;
}
.aside-category-nav > li > a {
  display: block;
  padding: 10px 10px 9px 25px;
  background: url(/common/img/layout/side_category-nav_bg02.png) no-repeat 10px center;
  color: #1f1f1f;
  text-decoration: none;
}
.aside-category-nav > li > a:hover,
.aside-category-nav > li > .is-current,
.aside-category-nav > li.is-active {
  background: #ed0600 url(/common/img/layout/side_category-nav_bg02_on.png) no-repeat 10px center !important;
  color: #fff;
  font-weight: bold;
}
.aside-category-nav > li > a:hover .mod-icon-window {
  background: url(/common/img/parts/icon_window_on.png) no-repeat left top !important;
}
.aside-category-nav .is-collapsed {
  display: none;
}
.aside-category-nav.is-collapsed {
  display: none;
}
.aside-category-nav_group > li {
  border-top: 1px solid #ccc;
  position: relative;
  background-image: url(/common/img/layout/side_category-nav_bg01.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.aside-category-nav_group > li > a {
  display: block;
  padding: 10px 25px 9px 31px;
  background: url(/common/img/layout/side_category-nav_bg03.png) no-repeat 20px center;
  color: #1f1f1f;
  text-decoration: none;
}
.aside-category-nav_group > li > a:hover,
.aside-category-nav_group > li > .is-current,
.aside-category-nav_group > li.is-active {
  background: #ed0600 url(/common/img/layout/side_category-nav_bg03_on.png) no-repeat 20px center;
  color: #fff;
  font-weight: bold;
}
.aside-category-nav_group_list {
  position: relative;
  z-index: 1000;
  background: #ed0600;
}
.aside-category-nav_group_list > li {
  border-top: 1px solid #ccc;
  background-image: url(/common/img/layout/side_category-nav_bg01.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.aside-category-nav_group_list > li > a {
  display: block;
  padding: 7px 25px 7px 32px;
  color: #1f1f1f;
  text-decoration: none;
}
.aside-category-nav_group_list > li > a:hover,
.aside-category-nav_group_list > li > .is-current,
.aside-category-nav_group_list > li.is-active {
  background: #ed0600;
  color: #fff;
  font-weight: bold;
}
.toggle-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/common/img/layout/side_category-nav_bg04_on.png) no-repeat 185px 16px;
  z-index: 10;
  cursor: pointer;
}
.is-collapsed + .toggle-handle {
  background: url(/common/img/layout/side_category-nav_bg04.png) no-repeat 185px 16px;
}
/* Side nav wrapper
   ========================================================================== */
.aside-category_nav-wrapper {
  position: relative;
  background: #e3e3e3;
  border: 1px solid #ccc;
  border-top: none;
}
.aside-category_nav-wrapper > li {
  position: relative;
  padding-top: 2px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
  background: url(/common/img/layout/side_category-nav_bg05.png) repeat-x 0 0;
  font-size: 1em;
}
.aside-category_nav-wrapper > li:last-child {
  border-bottom: none;
}
.aside-category_nav-wrapper .aside-category_nav-wrapper_title {
  padding: 6px 8px;
  color: #1f1f1f;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
}
.aside-category_nav-wrapper > li > .toggle-handle {
  height: 30px;
  background-position: 192px 13px;
}
.aside-category_nav-wrapper > .is-collapsed + .toggle-handle {
  background-position: 192px 13px;
}
.aside-category_nav-wrapper .aside-category-nav {
  border-right: none;
  border-bottom: none;
}
.aside-category_nav-wrapper .aside-category-nav .aside-category-nav_group_list {
  padding-left: 0;
}
.aside-category_nav-wrapper .aside-category-nav .aside-category-nav_group_list > li .is-current {
  background-image: url(/common/img/layout/side_category-nav_bg01.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  color: #f30000;
}
.aside-category_nav-wrapper > .aside-category-nav {
  padding-top: 2px;
  background: #ffffff url(/common/img/layout/side_category-nav_bg06.png) repeat-x 0 0;
  border: none;
}
.aside-category_nav-wrapper .aside-category_nav-wrapper_single {
  padding-left: 0;
}
.aside-category_nav-wrapper .aside-category_nav-wrapper_single .aside-category-nav {
  border-left: none;
}
/* Side category title
   ========================================================================== */
.aside-category_title {
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.aside-category_title > a {
  display: block;
  width: 100%;
}
.aside-category_title.theme-center > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_center.png) no-repeat 0 0;
}
.aside-category_title.theme-center > a:hover,
.aside-category_title.theme-center > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_center_on.png) no-repeat 0 0;
}
.aside-category_title.theme-mondaitokaitou {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_mondaitokaitou.png) no-repeat 0 0;
}
.aside-category_title.theme-moshi > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_moshi.png) no-repeat 0 0;
}
.aside-category_title.theme-moshi > a:hover,
.aside-category_title.theme-moshi > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_moshi_on.png) no-repeat 0 0;
}
.aside-category_title.theme-seminar-event > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_seminar-event.png) no-repeat 0 0;
}
.aside-category_title.theme-seminar-event > a:hover,
.aside-category_title.theme-seminar-event > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_seminar-event_on.png) no-repeat 0 0;
}
.aside-category_title.theme-kosha_ryo > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_kosha_ryo.png) no-repeat 0 0;
}
.aside-category_title.theme-kosha_ryo > a:hover,
.aside-category_title.theme-kosha_ryo > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_kosha_ryo_on.png) no-repeat 0 0;
}
.aside-category_title.theme-news > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_news.png) no-repeat 0 0;
}
.aside-category_title.theme-news > a:hover,
.aside-category_title.theme-news > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_news_on.png) no-repeat 0 0;
}
.aside-category_title.theme-news-hokou > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_news-hokou.png) no-repeat 0 0;
}
.aside-category_title.theme-news-hokou > a:hover,
.aside-category_title.theme-news-hokou > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_news-hokou_on.png) no-repeat 0 0;
}
.aside-category_title.theme-news-sapixgroup > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_news-sapixgroup.png) no-repeat 0 0;
}
.aside-category_title.theme-news-sapixgroup > a:hover,
.aside-category_title.theme-news-sapixgroup > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_news-sapixgroup_on.png) no-repeat 0 0;
}
.aside-category_title.theme-daigaku > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_daigaku.png) no-repeat 0 0;
}
.aside-category_title.theme-daigaku > a:hover,
.aside-category_title.theme-daigaku > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_daigaku_on.png) no-repeat 0 0;
}
.aside-category_title.theme-koushi > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_koushi.png) no-repeat 0 0;
}
.aside-category_title.theme-koushi > a:hover,
.aside-category_title.theme-koushi > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_koushi_on.png) no-repeat 0 0;
}
.aside-category_title.theme-course > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_course.png) no-repeat 0 0;
}
.aside-category_title.theme-course > a:hover,
.aside-category_title.theme-course > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_course_on.png) no-repeat 0 0;
}
.aside-category_title.theme-books > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_books.png) no-repeat 0 0;
}
.aside-category_title.theme-books > a:hover,
.aside-category_title.theme-books > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_books_on.png) no-repeat 0 0;
}
.aside-category_title.theme-nyushi > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_nyushi.png) no-repeat 0 0;
}
.aside-category_title.theme-nyushi > a:hover,
.aside-category_title.theme-nyushi > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_nyushi_on.png) no-repeat 0 0;
}
.aside-category_title.theme-kobetsu > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_kobetsu.png) no-repeat 0 0;
}
.aside-category_title.theme-kobetsu > a:hover,
.aside-category_title.theme-kobetsu > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_kobetsu_on.png) no-repeat 0 0;
}
.aside-category_title.theme-jinzai > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_jinzai.png) no-repeat 0 0;
}
.aside-category_title.theme-jinzai > a:hover,
.aside-category_title.theme-jinzai > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_jinzai_on.png) no-repeat 0 0;
}
.aside-category_title.theme-teacher > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_teacher.png) no-repeat 0 0;
}
.aside-category_title.theme-teacher > a:hover,
.aside-category_title.theme-teacher > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_teacher_on.png) no-repeat 0 0;
}
.aside-category_title.theme-daigakujyukenka > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_daigakujyukenka.png) no-repeat 0 0;
}
.aside-category_title.theme-daigakujyukenka > a:hover,
.aside-category_title.theme-daigakujyukenka > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_daigakujyukenka_on.png) no-repeat 0 0;
}
.aside-category_title.theme-high_school > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_high_school.png) no-repeat 0 0;
}
.aside-category_title.theme-high_school > a:hover,
.aside-category_title.theme-high_school > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_high_school_on.png) no-repeat 0 0;
}
.aside-category_title.theme-newterm2 > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_newterm2.png) no-repeat 0 0;
}
.aside-category_title.theme-newterm2 > a:hover,
.aside-category_title.theme-newterm2 > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_newterm2_on.png) no-repeat 0 0;
}
.aside-category_title.theme-tankazemi > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_tankazemi.png) no-repeat 0 0;
}
.aside-category_title.theme-tankazemi > a:hover,
.aside-category_title.theme-tankazemi > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_tankazemi_on.png) no-repeat 0 0;
}
.aside-category_title.theme-koshukai > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_koshukai.png) no-repeat 0 0;
}
.aside-category_title.theme-koshukai > a:hover,
.aside-category_title.theme-koshukai > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_koshukai_on.png) no-repeat 0 0;
}
.aside-category_title.theme-sateline > a {
  height: 60px;
  background: url(/common/img/layout/side_category-nav_title_sateline.png) no-repeat 0 0;
}
.aside-category_title.theme-sateline > a:hover,
.aside-category_title.theme-sateline > a.is-current {
  background: url(/common/img/layout/side_category-nav_title_sateline_on.png) no-repeat 0 0;
}
/* Side banner
   ========================================================================== */
.aside-banner {
  margin-top: 10px;
  padding: 9px;
  background: #eee;
}
.aside-banner > li {
  min-height: 1px;
  margin-top: 4px;
  line-height: 0 !important;
}
.aside-banner > li:first-child {
  margin-top: 0;
}
.aside-banner > li > a {
  display: block;
  background: #fff;
}
.aside-banner > li > img {
  display: block;
}
.aside-banner + .aside-banner {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
/* ==========================================================================
   Form module
   ========================================================================== */
/* Form
   ========================================================================== */
.mod-form .mod-table th,
.mod-form .mod-table td {
  position: relative;
  padding: 8px 10px;
}
.mod-form input[type=text],
.mod-form select,
.mod-form textarea {
  border: 1px solid #a4a4a4;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #f7f7f7;
}
.mod-form input[type=text]:focus,
.mod-form select:focus,
.mod-form textarea:focus {
  background: #fff;
}
/* Error cell
   ========================================================================== */
.is-error td {
  background: #fff3f2;
}
/* Input
   ========================================================================== */
.mod-form_input {
  margin-top: 7px;
}
.mod-form_input:first-child {
  margin-top: 0;
}
.mod-form_input input {
  width: 475px;
  height: 24px;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Radio & Checkbox
   ========================================================================== */
.mod-form_radio,
.mod-form_checkbox {
  overflow: hidden;
  margin-bottom: -10px;
  padding: 2px 0;
}
.mod-form_radio > li,
.mod-form_checkbox > li {
  display: table;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.mod-form_radio > li > input:first-child,
.mod-form_checkbox > li > input:first-child {
  display: table-cell;
  width: 20px;
  margin: 0 5px 0 0;
}
.mod-form_radio > li > input:first-child + label,
.mod-form_checkbox > li > input:first-child + label {
  width: 100%;
  display: table-cell;
}
.mod-form_radio.opt-col-2 > li,
.mod-form_checkbox.opt-col-2 > li {
  float: left;
  width: 50%;
}
.mod-form_radio.opt-col-2 > li:nth-child(2n+1),
.mod-form_checkbox.opt-col-2 > li:nth-child(2n+1) {
  clear: left;
}
.mod-form_radio.opt-col-3 > li,
.mod-form_checkbox.opt-col-3 > li {
  float: left;
  width: 33%;
  padding-right: 10px;
}
.mod-form_radio.opt-col-3 > li:nth-child(3n+1),
.mod-form_checkbox.opt-col-3 > li:nth-child(3n+1) {
  clear: left;
}
.mod-form_radio.opt-col-auto > li,
.mod-form_checkbox.opt-col-auto > li {
  display: block;
  float: left;
  margin-right: 25px;
  padding-right: 0;
}
.mod-form_radio.opt-col-auto > li > input,
.mod-form_checkbox.opt-col-auto > li > input {
  display: inline;
}
.mod-form_radio.opt-col-auto > li > input + label,
.mod-form_checkbox.opt-col-auto > li > input + label {
  width: auto;
  display: inline;
}
.mod-form_radio .mod-form_checkbox_in-input,
.mod-form_checkbox .mod-form_checkbox_in-input {
  display: table-cell;
  width: 125px;
  line-height: 1.2;
}
/* Select
   ========================================================================== */
/* Textarea
   ========================================================================== */
.mod-form_textarea {
  position: relative;
}
.mod-form_textarea textarea {
  margin-top: 7px;
  width: 475px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-form_textarea textarea:first-child {
  margin-top: 0;
}
.mod-form_textarea_maxlength {
  width: 475px;
  text-align: right;
}
.mod-form_textarea_length {
  display: inline;
  position: absolute;
  bottom: 0;
}
/* Name
   ========================================================================== */
.mod-form_name {
  margin-top: 7px;
  overflow: hidden;
}
.mod-form_name:first-child {
  margin-top: 0;
}
.mod-form_name .mod-form_name_family-name,
.mod-form_name .mod-form_name_first-name {
  float: left;
  width: 205px;
  margin: 0;
}
.mod-form_name input {
  width: 140px;
}
.mod-form_name label {
  display: inline-block;
  margin-right: 5px;
}
/* Phone number
   ========================================================================== */
.mod-form_phone-number {
  margin-top: 7px;
}
.mod-form_phone-number:first-child {
  margin-top: 0;
}
.mod-form_phone-number input[type=text] {
  width: 84px;
}
/* Birth
   ========================================================================== */
.mod-form_birth {
  display: inline-block;
  padding-right: 10px;
}
.mod-form_birth01 {
  width: 70px;
}
.mod-form_birth02,
.mod-form_birth03 {
  width: 50px;
  margin-left: 20px;
}
/* Academic background
   ========================================================================== */
.mod-form_academic-background input {
  width: 110px;
  margin-left: 20px;
}
.mod-form_academic-background input:first-child {
  margin-left: 0;
}
.mod-form_academic-background .mod-form_academic-background_graduation {
  margin-left: 20px;
}
.mod-form_academic-background .mod-form_academic-background_graduation > input {
  width: 50px;
  margin: 0 3px;
}
/* Experience
   ========================================================================== */
.mod-form_experience {
  margin-top: 10px;
}
.mod-form_experience:first-child {
  margin-top: 0;
}
.mod-form_experience > li {
  margin-top: 10px;
}
.mod-form_experience > li:first-child {
  margin-top: 0;
}
.mod-form_experience > li span {
  margin-right: 3px;
}
.mod-form_experience > li > select {
  margin-right: 20px;
}
.mod-form_experience .mod-form_experience_button {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
/* Require
   ========================================================================== */
.mod-form_require {
  display: block;
  position: relative;
  vertical-align: middle;
  background: url(/common/img/parts/icon_require.png) no-repeat right center;
  padding: 3px 40px 3px 0;
}
.mod-form_require:after {
  display: none;
  content: "忁E��E;
}
/* Guide
   ========================================================================== */
.mod-form_guide {
  margin-top: 7px;
}
.mod-form_guide:first-child {
  margin-top: 0;
}
.mod-form_guide + .mod-form_guide {
  margin-top: 0;
}
/* Example
   ========================================================================== */
.mod-form_example {
  display: inline-block;
  margin-left: 5px;
}
/* Supplement
   ========================================================================== */
.mod-form_supplement {
  margin-left: 5px;
}
/* Pipe(consolidated)
   ========================================================================== */
.mod-form_pipe {
  margin: 0 6px;
}
/* Error
   ========================================================================== */
.mod-form_error {
  margin-top: 7px;
  color: #f20000;
  font-weight: bold;
}
.mod-form_error:first-child {
  margin-top: 0;
}
/* Error text
   ========================================================================== */
.mod-form_error-text {
  margin-top: 30px;
  padding: 8px 9px;
  border: 2px solid #ed0600;
  background: #ffe8e5;
  color: #f20000;
  font-size: 1.4em;
  font-weight: bold;
}
/* Design checkbox
   ========================================================================== */
@media screen and (min-width: 1px) {
  .mod-form_design-checkbox input[type=checkbox] {
    display: none;
  }
  .mod-form_design-checkbox input[type=checkbox]:checked + label {
    background: url(/common/img/module/form_checkbox_bg01.png) no-repeat left top;
  }
  .mod-form_design-checkbox label {
    position: relative;
    height: 20px;
    padding-left: 30px;
    background: url(/common/img/module/form_checkbox_bg01.png) no-repeat left bottom;
    line-height: 20px;
  }
}
.mod-form_design-checkbox {
  overflow: hidden;
  margin: 10px -10px -10px 0;
}
.mod-form_design-checkbox input {
  vertical-align: middle;
}
.mod-form_design-checkbox label {
  display: inline-block;
  min-width: 92px;
  vertical-align: middle;
}
.mod-form_design-checkbox > li,
.mod-form_design-checkbox > p {
  margin: 0 10px 10px 0;
  float: left;
}
p.mod-form_design-checkbox {
  margin-bottom: 0;
}
/* Design select
   ========================================================================== */
.mod-form_design-select {
  margin-top: 7px;
}
.mod-form_design-select:first-child {
  margin-top: 0;
}
.mod-form_design-select .easy-select-box {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  color: #666;
  text-align: left;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4) inset;
          box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4) inset;
  outline: none;
}
.mod-form_design-select .easy-select-box .esb-displayer {
  width: 195px;
  height: 28px;
  padding: 0 35px 0 3px;
  cursor: default;
  background: url(/common/img/module/form_select_bg01.png) no-repeat right top;
  color: #666;
  line-height: 28px;
  text-indent: 5px;
}
.mod-form_design-select .easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.mod-form_design-select .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
.mod-form_design-select .easy-select-box.disabled .esb-displayer,
.mod-form_design-select .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
.mod-form_design-select .easy-select-box .esb-dropdown {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 999;
}
.mod-form_design-select .easy-select-box .esb-item {
  padding: 3px;
  cursor: default;
  background: #fff;
  color: #666;
}
.mod-form_design-select .easy-select-box .esb-item:hover {
  background: #d2d2d2;
  color: #fff;
  text-decoration: none;
}
/* Submit cell
   ========================================================================== */
.mod-form_submit {
  margin-top: 10px;
}
.mod-form_submit:first-child {
  margin-top: 0;
}
.mod-form_submit input {
  display: inline-block;
  padding: 2px 29px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: #f40000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.mod-form_submit input:hover {
  background: #b90000;
}
.mod-form_submit > li {
  display: inline-block;
  margin-left: 10px;
}
.mod-form_submit > li:first-child {
  margin-left: 0;
}
/* ==========================================================================
   Function module
   ========================================================================== */
/* Alpha rollover
   ========================================================================== */
.fn-alpha-rollover {
  opacity: 1;
  background: url(/common/img/parts/px.png) no-repeat;
}
.fn-alpha-rollover:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.fn-alpha-rollover-holder {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 0;
}
.fn-alpha-rollover-holder:hover {
  background-color: #fff;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Font size
   ========================================================================== */
/* Relative size */
.size-xsmall {
  font-size: 66.67% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 80% !important;
}
.size-large .size-xsmall {
  font-size: 57.14% !important;
}
.size-xlarge .size-xsmall {
  font-size: 50% !important;
}
.size-xxlarge .size-xsmall {
  font-size: 44.44% !important;
}
.size-xxxlarge .size-xsmall {
  font-size: 40% !important;
}
h1.size-xsmall,
h2.size-xsmall,
h3.size-xsmall,
h4.size-xsmall,
h5.size-xsmall,
h6.size-xsmall,
dt.size-xsmall,
dd.size-xsmall,
li.size-xsmall,
caption.size-xsmall,
col.size-xsmall,
th.size-xsmall,
td.size-xsmall,
p.size-xsmall,
address.size-xsmall,
figcaption.size-xsmall {
  font-size: 0.8em !important;
}
.size-small {
  font-size: 83.33% !important;
}
.size-xsmall .size-small {
  font-size: 125% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 71.43% !important;
}
.size-xlarge .size-small {
  font-size: 62.5% !important;
}
.size-xxlarge .size-small {
  font-size: 55.56% !important;
}
.size-xxxlarge .size-small {
  font-size: 50% !important;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
col.size-small,
th.size-small,
td.size-small,
p.size-small,
address.size-small,
figcaption.size-small {
  font-size: 1em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xsmall .size-medium {
  font-size: 150% !important;
}
.size-small .size-medium {
  font-size: 120% !important;
}
.size-large .size-medium {
  font-size: 85.71% !important;
}
.size-xlarge .size-medium {
  font-size: 75% !important;
}
.size-xxlarge .size-medium {
  font-size: 66.67% !important;
}
.size-xxxlarge .size-medium {
  font-size: 60% !important;
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
h5.size-medium,
h6.size-medium,
dt.size-medium,
dd.size-medium,
li.size-medium,
caption.size-medium,
col.size-medium,
th.size-medium,
td.size-medium,
p.size-medium,
address.size-medium,
figcaption.size-medium {
  font-size: 1.2em !important;
}
.size-large {
  font-size: 116.67% !important;
}
.size-xsmall .size-large {
  font-size: 175% !important;
}
.size-small .size-large {
  font-size: 140% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 87.5% !important;
}
.size-xxlarge .size-large {
  font-size: 77.78% !important;
}
.size-xxxlarge .size-large {
  font-size: 70% !important;
}
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
col.size-large,
th.size-large,
td.size-large,
p.size-large,
address.size-large,
figcaption.size-large {
  font-size: 1.4em !important;
}
.size-xlarge {
  font-size: 133.33% !important;
}
.size-xsmall .size-xlarge {
  font-size: 200% !important;
}
.size-small .size-xlarge {
  font-size: 160% !important;
}
.size-large .size-xlarge {
  font-size: 114.29% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 88.89% !important;
}
.size-xxxlarge .size-xlarge {
  font-size: 80% !important;
}
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
col.size-xlarge,
th.size-xlarge,
td.size-xlarge,
p.size-xlarge,
address.size-xlarge,
figcaption.size-xlarge {
  font-size: 1.6em !important;
}
.size-xxlarge {
  font-size: 150% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 225% !important;
}
.size-small .size-xxlarge {
  font-size: 180% !important;
}
.size-large .size-xxlarge {
  font-size: 128.57% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 112.5% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
.size-xxxlarge .size-xxlarge {
  font-size: 90% !important;
}
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
col.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge,
figcaption.size-xxlarge {
  font-size: 1.8em !important;
}
.size-xxxlarge {
  font-size: 166.67% !important;
}
.size-xsmall .size-xxxlarge {
  font-size: 250% !important;
}
.size-small .size-xxxlarge {
  font-size: 200% !important;
}
.size-large .size-xxxlarge {
  font-size: 142.86% !important;
}
.size-xlarge .size-xxxlarge {
  font-size: 125% !important;
}
.size-xxlarge .size-xxxlarge {
  font-size: 111.11% !important;
}
.size-xxxlarge .size-xxxlarge {
  font-size: 100% !important;
}
h1.size-xxxlarge,
h2.size-xxxlarge,
h3.size-xxxlarge,
h4.size-xxxlarge,
h5.size-xxxlarge,
h6.size-xxxlarge,
dt.size-xxxlarge,
dd.size-xxxlarge,
li.size-xxxlarge,
caption.size-xxxlarge,
col.size-xxxlarge,
th.size-xxxlarge,
td.size-xxxlarge,
p.size-xxxlarge,
address.size-xxxlarge,
figcaption.size-xxxlarge {
  font-size: 2em !important;
}
/* Absolute size */
.size-10px {
  font-size: 10px !important;
}
.size-12px {
  font-size: 12px !important;
}
.size-14px {
  font-size: 14px !important;
}
.size-16px {
  font-size: 16px !important;
}
.size-18px {
  font-size: 18px !important;
}
.size-20px {
  font-size: 20px !important;
}
.size-22px {
  font-size: 22px !important;
}
.size-24px {
  font-size: 24px !important;
}
.size-26px {
  font-size: 26px !important;
}
.size-28px {
  font-size: 28px !important;
}
.size-30px {
  font-size: 30px !important;
}
/* Font weight
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #444444 !important;
}
.color-strong {
  color: #f00000 !important;
}
.color-thin {
  color: #555555 !important;
}
.color-thick {
  color: #333333 !important;
}
.color-green {
  color: #00b200 !important;
}
.color-blue {
  color: #005bac !important;
}
.color-orange {
  color: #ff7f00 !important;
}
/* Font style
   ========================================================================== */
.style-lined {
  text-decoration: underline !important;
}
/* Float
   ========================================================================== */
.pull-none {
  float: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Space
   ========================================================================== */
.space-normal {
  margin-top: 10px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 7px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 18px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-section {
  margin-top: 20px;
}
.space-section:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font size */
.th-size-10px th,
.td-size-10px td {
  font-size: 10px;
}
.th-size-12px th,
.td-size-12px td {
  font-size: 12px;
}
.th-size-14px th,
.td-size-14px td {
  font-size: 14px;
}
.th-size-16px th,
.td-size-16px td {
  font-size: 16px;
}
.th-size-18px th,
.td-size-18px td {
  font-size: 18px;
}
.th-size-20px th,
.td-size-20px td {
  font-size: 20px;
}
.th-size-22px th,
.td-size-22px td {
  font-size: 22px;
}
.th-size-24px th,
.td-size-24px td {
  font-size: 24px;
}
.th-size-26px th,
.td-size-26px td {
  font-size: 26px;
}
.th-size-28px th,
.td-size-28px td {
  font-size: 28px;
}
.th-size-30px th,
.td-size-30px td {
  font-size: 30px;
}
/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left !important;
}
.th-align-center th,
.td-align-center td {
  text-align: center !important;
}
.th-align-right th,
.td-align-right td {
  text-align: right !important;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
}