@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Franklin Gothic', "Sawarabi Gothic",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #001a3e;
}

a:hover {
  color: #002b67;
}

.fixwidth {
  max-width: 979px;
  margin: auto;
}

* sup {
  font-size: 75%;
  vertical-align: super;
}

* sub {
  font-size: 75%;
  vertical-align: baseline;
}

.current {
  cursor: default;
  pointer-events: none;
}

#navbox {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 979px) {
  #wrap {
    padding: 0 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#header {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

#header h1 {
  padding: 20px 0;
  font-weight: normal;
  float: left;
}

#header h1 a {
  color: #333;
  text-decoration: none;
  font-size: 2.30769rem;
  line-height: 1;
}

#header h1 a:before {
  content: attr(data-text);
  line-height: 1;
  font-size: 0.84615rem;
  display: block;
  margin-bottom: 9px;
}

#header h1 a img {
  margin-right: 5px;
  vertical-align: bottom;
  height: 2.30769rem;
}

@media only screen and (max-width: 979px) {
  #header h1 {
    padding: 18px 0;
    max-width: calc(100% - 60px);
  }
  #header h1 a {
    font-size: 1.92308rem;
  }
  #header h1 a:before {
    content: none;
  }
  #header h1 a img {
    height: 1.92308rem;
    max-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  #header h1 a {
    font-size: 1.92308rem;
  }
  #header h1 a img {
    height: 1.92308rem;
  }
}

@media only screen and (max-width: 639px) {
  #header h1 a {
    font-size: 1.38462rem;
  }
  #header h1 a img {
    height: 1.38462rem;
  }
}

@media only screen and (max-width: 399px) {
  #header h1 a {
    font-size: 1.07692rem;
  }
  #header h1 a img {
    height: 1.07692rem;
  }
}

#header #gNav {
  width: 100%;
  clear: both;
  margin-bottom: 18px;
}

#header #gNav ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#header #gNav ul:before, #header #gNav ul:after {
  content: "";
  display: table;
}

#header #gNav ul:after {
  clear: both;
}

#header #gNav ul > * {
  float: left;
  margin: 0 9px 9px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header #gNav ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #header #gNav ul > * {
    width: calc((100% - 45px)/6);
  }
  .ua-safari #header #gNav ul > *,
  .ua-edge #header #gNav ul > * {
    width: calc((100% - 45px)/6 - 1px);
  }
  #header #gNav ul > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #header #gNav ul > * {
    width: calc((100% - 9px)/2);
  }
  .ua-safari #header #gNav ul > *,
  .ua-edge #header #gNav ul > * {
    width: calc((100% - 9px)/2 - 1px);
  }
  #header #gNav ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #header #gNav ul > * {
    width: calc((100% - 9px)/2);
  }
  .ua-safari #header #gNav ul > *,
  .ua-edge #header #gNav ul > * {
    width: calc((100% - 9px)/2 - 1px);
  }
  #header #gNav ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #header #gNav ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #header #gNav ul > *,
  .ua-edge #header #gNav ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #header #gNav ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #header #gNav ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #header #gNav ul > *,
  .ua-edge #header #gNav ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #header #gNav ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#header #gNav ul li {
  margin-bottom: 0;
}

#header #gNav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.76923rem;
  line-height: 1;
  background: #002b67;
  color: #fff;
  padding-bottom: 0.2em;
}

#header #gNav ul li a strong {
  display: block;
  background: #fff;
  color: #333;
  margin-bottom: 4px;
  font-size: 1.38462rem;
  font-weight: normal;
  letter-spacing: -0.07em;
}

#header #gNav ul li a:hover {
  color: #b3d3ff;
}

.recruit #header #gNav ul li.recruit a, #header #gNav ul li a.current {
  color: #b3d3ff;
}

.recruit #header #gNav ul li.recruit a strong, #header #gNav ul li a.current strong {
  border-bottom-color: #002b67;
}

@media only screen and (max-width: 639px) {
  #header #gNav ul li a {
    padding: 9px 0;
    border-bottom: #333 1px solid;
    text-align: left;
  }
  #header #gNav ul li a strong {
    border: none;
    display: inline;
    margin-right: 0.5em;
  }
}

@media only screen and (max-width: 639px) {
  #header #gNav ul li a {
    line-height: 0;
    border-bottom-width: 0;
    padding: 0;
    overflow: hidden;
  }
  #header #gNav ul li a strong {
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gnavactive #header #gNav ul li a {
    line-height: 1.2;
    border-bottom-width: 1px;
    padding: 9px 0;
  }
  .gnavactive #header #gNav ul li a strong {
    margin-bottom: 0;
    line-height: 0;
    font-size: 1.38462rem;
  }
}

#gNavbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  background: #000;
  z-index: 9999;
}

#gNavopener {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 18px;
  width: 40px;
  height: 6px;
  background: #bbb;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
  border: #fff 0 solid;
  display: none;
}

#gNavopener span {
  display: block;
  position: relative;
  top: -14px;
  width: 100%;
  height: 34px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#gNavopener span:before, #gNavopener span:after {
  display: block;
  content: "";
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 40px;
  height: 6px;
  border-radius: 6px;
  background: #bbb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#gNavopener span:before {
  top: 0;
}

#gNavopener span:after {
  bottom: 0;
}

.gnavactive #gNavopener {
  width: 34px;
  height: 34px;
  top: 10px;
  background: transparent;
  border-width: 3px;
  border-color: #bbb;
  border-radius: 20px;
}

.gnavactive #gNavopener:after {
  height: 0;
}

.gnavactive #gNavopener span {
  top: 0;
}

.gnavactive #gNavopener span:before, .gnavactive #gNavopener span:after {
  top: 50%;
  width: 30px;
  background: #bbb;
}

.gnavactive #gNavopener span:before {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.gnavactive #gNavopener span:after {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 639px) {
  #gNavopener {
    display: inherit;
  }
}

#pageTitle,
#mainVisual {
  background: url(../../img/mainVisual/bg_photo.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin: 0;
  height: 245px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #pageTitle,
  #mainVisual {
    height: auto;
    padding: 18px;
  }
}

#pageTitle h2,
#mainVisual h2 {
  color: #d23636;
  line-height: 1;
  font-size: 2.15385rem;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#pageTitle h2 strong,
#mainVisual h2 strong {
  font-size: 3.07692rem;
  color: #484848;
}

@media only screen and (max-width: 767px) {
  #pageTitle h2,
  #mainVisual h2 {
    font-size: 1.53846rem;
    line-height: 1.3;
  }
  #pageTitle h2 strong,
  #mainVisual h2 strong {
    font-size: 1.92308rem;
  }
}

#pageTitle .message,
#mainVisual .message {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin: 18px 0;
}

@media only screen and (max-width: 767px) {
  #pageTitle .message,
  #mainVisual .message {
    font-size: 1.53846rem;
  }
}

@media only screen and (max-width: 639px) {
  #pageTitle .message,
  #mainVisual .message {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 399px) {
  #pageTitle .message,
  #mainVisual .message {
    font-size: 0.76923rem;
  }
}

#pageTitle .btn,
#mainVisual .btn {
  width: 66.6%;
  margin: auto;
}

#pageTitle .btn a,
#mainVisual .btn a {
  display: block;
  border: #a4caff 1px solid;
  line-height: 1;
  padding: 13px 0;
  text-decoration: none;
  color: #a4caff;
  font-size: 1.46154rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.33);
  position: relative;
}

#pageTitle .btn a:before, #pageTitle .btn a:after,
#mainVisual .btn a:before,
#mainVisual .btn a:after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background: #a4caff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#pageTitle .btn a:before,
#mainVisual .btn a:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pageTitle .btn a:after,
#mainVisual .btn a:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pageTitle .btn a:hover,
#mainVisual .btn a:hover {
  background: rgba(0, 0, 0, 0.8);
}

#pageTitle .btn a:hover:before, #pageTitle .btn a:hover:after,
#mainVisual .btn a:hover:before,
#mainVisual .btn a:hover:after {
  right: 9px;
}

@media only screen and (max-width: 767px) {
  #pageTitle .btn,
  #mainVisual .btn {
    width: 100%;
  }
  #pageTitle .btn a,
  #mainVisual .btn a {
    font-size: 1.38462rem;
  }
}

@media only screen and (max-width: 639px) {
  #pageTitle .btn a,
  #mainVisual .btn a {
    font-size: 1.07692rem;
  }
}

@media only screen and (max-width: 399px) {
  #pageTitle .btn a,
  #mainVisual .btn a {
    font-size: 0.92308rem;
  }
}

#pageTitle {
  height: 150px;
  margin-bottom: 36px;
}

#pageTitle h2 {
  color: #fff;
  line-height: 1;
  text-shadow: none;
}

#pageTitle h2 strong {
  color: #fff;
}

#subTitle {
  text-align: center;
  font-size: 1.92308rem;
  color: #002b67;
  margin: 18px 0 9px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #subTitle {
    font-size: 1.76923rem;
  }
}

@media only screen and (max-width: 639px) {
  #subTitle {
    font-size: 1.53846rem;
  }
}

@media only screen and (max-width: 399px) {
  #subTitle {
    font-size: 1.15385rem;
  }
}

#main {
  overflow: hidden;
}

#main {
  clear: both;
  overflow: hidden;
  margin-bottom: 36px;
}

#main .unit {
  margin-bottom: 36px;
}

#main .unit h3 {
  font-size: 1.38462rem;
  padding: 9px;
  border: #0045a4 0 solid;
  border-width: 4px 0 2px;
  color: #00050b;
  margin-bottom: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #main .unit h3 {
    font-size: 1.15385rem;
  }
}

#main .unit h4 {
  font-size: 1.23077rem;
  padding: 9px;
  border: #0045a4 0 solid;
  border-width: 0 0 2px;
  color: #00050b;
  margin-bottom: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #main .unit h4 {
    font-size: 0.92308rem;
  }
}

#main .unit p {
  font-size: 1.15385rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  #main .unit p {
    font-size: 0.84615rem;
  }
}

#main .unit p.tel {
  font-size: 1.92308rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #main .unit p.tel {
    font-size: 1.46154rem;
  }
}

#main .unit table {
  margin-bottom: 18px;
  font-size: 1.15385rem;
  line-height: 1.5;
  width: 100%;
  border: #00050b 0 solid;
  border-width: 1px 1px 0 0;
}

@media only screen and (max-width: 767px) {
  #main .unit table {
    font-size: 0.84615rem;
  }
}

#main .unit table td,
#main .unit table th {
  border: #00050b 0 solid;
  border-width: 0 0 1px 1px;
  padding: 9px;
  color: #333;
}

#main .unit table thead th {
  background: #002b67;
  color: #fff;
  white-space: nowrap;
  min-width: 15%;
}

#main .unit table tbody th {
  background: #0045a4;
  color: #fff;
  white-space: nowrap;
  min-width: 15%;
}

#main .unit ul,
#main .unit ol {
  font-size: 1.15385rem;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  #main .unit ul,
  #main .unit ol {
    font-size: 0.84615rem;
  }
}

#main .unit ul li {
  padding-left: 2em;
  position: relative;
}

#main .unit ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #002b67;
}

#main .unit ol.katakana {
  counter-reset: li;
  list-style: none;
}

#main .unit ol.katakana li:before {
  counter-increment: li;
  content: "" counter(li, katakana) "．";
}

#main .unit ol.katakana li {
  padding-left: 2em;
  position: relative;
  overflow: visible;
}

#main .unit ol.katakana li:before {
  position: absolute;
  top: 0;
  left: 0em;
}

#main .splitbox {
  overflow: hidden;
}

#main .splitbox article {
  width: calc(66.6% - 9px);
  float: right;
}

#main .splitbox aside {
  width: calc(100% - 66.6% - 9px);
  float: left;
}

#main .splitbox aside figure img {
  width: 100%;
  margin-bottom: 9px;
}

#main .splitbox aside figure figcaption p {
  line-height: 1.4;
  font-size: 0.92308rem;
}

#main .splitbox aside figure figcaption p .name {
  font-size: 1.38462rem;
}

#main .splitbox.rev article {
  float: left;
}

#main .splitbox.rev aside {
  float: right;
}

#main #librarybox ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main #librarybox ul:before, #main #librarybox ul:after {
  content: "";
  display: table;
}

#main #librarybox ul:after {
  clear: both;
}

#main #librarybox ul > * {
  float: left;
  margin: 0 9px 9px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main #librarybox ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #main #librarybox ul > * {
    width: calc((100% - 27px)/4);
  }
  .ua-safari #main #librarybox ul > *,
  .ua-edge #main #librarybox ul > * {
    width: calc((100% - 27px)/4 - 1px);
  }
  #main #librarybox ul > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #main #librarybox ul > * {
    width: calc((100% - 18px)/3);
  }
  .ua-safari #main #librarybox ul > *,
  .ua-edge #main #librarybox ul > * {
    width: calc((100% - 18px)/3 - 1px);
  }
  #main #librarybox ul > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #main #librarybox ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #librarybox ul > *,
  .ua-edge #main #librarybox ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #librarybox ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #main #librarybox ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #librarybox ul > *,
  .ua-edge #main #librarybox ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #librarybox ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #main #librarybox ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #librarybox ul > *,
  .ua-edge #main #librarybox ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #librarybox ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#main #librarybox ul li {
  padding: 0;
}

#main #librarybox ul li h4 {
  margin-bottom: 9px;
  font-size: 0.92308rem;
  padding: 0 0 5px;
}

#main #topNav {
  margin-bottom: 36px;
}

#main #topNav > ul {
  margin-bottom: 9px;
}

#main #topNav > ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main #topNav > ul:before, #main #topNav > ul:after {
  content: "";
  display: table;
}

#main #topNav > ul:after {
  clear: both;
}

#main #topNav > ul > * {
  float: left;
  margin: 0 0px 0px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main #topNav > ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #main #topNav > ul > * {
    width: calc((100% - 0px)/4);
  }
  .ua-safari #main #topNav > ul > *,
  .ua-edge #main #topNav > ul > * {
    width: calc((100% - 0px)/4 - 1px);
  }
  #main #topNav > ul > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #main #topNav > ul > * {
    width: calc((100% - 0px)/3);
  }
  .ua-safari #main #topNav > ul > *,
  .ua-edge #main #topNav > ul > * {
    width: calc((100% - 0px)/3 - 1px);
  }
  #main #topNav > ul > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #main #topNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #topNav > ul > *,
  .ua-edge #main #topNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #topNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #main #topNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #topNav > ul > *,
  .ua-edge #main #topNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #topNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #main #topNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main #topNav > ul > *,
  .ua-edge #main #topNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main #topNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#main #topNav > ul li {
  position: relative;
  height: 245px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #main #topNav > ul li {
    height: auto;
    border-bottom: #0065f1 1px solid;
  }
}

#main #topNav > ul li.sangaku {
  background-image: url(../../img/mainVisual/mainVisual_sangaku.jpg);
}

#main #topNav > ul li.toshi {
  background-image: url(../../img/mainVisual/mainVisual_toshi.jpg);
}

#main #topNav > ul li.tobi {
  background-image: url(../../img/mainVisual/mainVisual_tobi.jpg);
}

#main #topNav > ul li.kata {
  background-image: url(../../img/mainVisual/mainVisual_kata.jpg);
}

#main #topNav > ul li.tekkin {
  background-image: url(../../img/mainVisual/mainVisual_tekkin.jpg);
}

#main #topNav > ul li.sakan {
  background-image: url(../../img/mainVisual/mainVisual_sakan.jpg);
}

#main #topNav > ul li.shiage {
  background-image: url(../../img/mainVisual/mainVisual_shiage.jpg);
}

#main #topNav > ul li.juki {
  background-image: url(../../img/mainVisual/mainVisual_juki.jpg);
}

#main #topNav > ul li .bgc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  background: #0045a4;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

#main #topNav > ul li .bgc:hover {
  background: rgba(0, 69, 164, 0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #main #topNav > ul li .bgc {
    position: static;
    padding: 18px 0;
  }
}

#main #topNav > ul li .bgc .txm {
  padding: 0 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 0 5px #001a3e;
}

#main #topNav > ul li .bgc .txm .small {
  display: block;
  font-size: 0.92308rem;
  line-height: 1;
}

#main #topNav > ul li .bgc .txm a {
  display: block;
  background: #002b67;
  margin-top: 9px;
  padding: 5px 0;
  font-size: 0.84615rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

#main #topNav > ul li .bgc .txm a:hover {
  background: #0065f1;
}

#main #topNav > ul .fa {
  display: none;
}

#main .topTeaser ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 18px;
}

#main .topTeaser ul li {
  width: calc((100% - 18px) / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../img/teaser/hogosha.jpg) 50% 100% no-repeat;
  background-color: #002b67;
  background-size: contain;
  min-height: 162px;
  margin-bottom: 9px;
  padding: 18px 9px 230px 9px;
  color: #fff;
}

#main .topTeaser ul li.long {
  width: 100%;
  min-height: 205px;
  background-size: calc((100% - 18px) / 3);
  background-position: 100% 50%;
  padding-right: calc((100% - 18px) / 3 + 18px);
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #main .topTeaser ul li.long {
    min-height: 97px;
    padding-bottom: 9px;
  }
}

#main .topTeaser ul li h2 {
  line-height: 1;
  font-size: 1.07692rem;
  margin-bottom: 18px;
}

#main .topTeaser ul li p {
  font-size: 0.84615rem;
  line-height: 1.8;
  margin-bottom: 0;
}

#main .topTeaser ul li .more {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main .topTeaser ul {
    display: block;
  }
  #main .topTeaser ul li {
    width: 100%;
    min-height: 97px;
    background-size: calc((100% - 18px) / 3);
    background-position: 100% 50%;
    padding-right: calc((100% - 18px) / 3 + 18px);
    padding-bottom: 9px;
  }
}

#main .topTeaser .jieikan {
  background-image: url(../../img/teaser/jieikan.jpg);
}

#main .topTeaser .josei {
  background-image: url(../../img/teaser/josei.jpg);
}

#main .topTeaser .hogosha {
  background-image: url(../../img/teaser/hogosha.jpg);
}

#main .topTeaser .fuji {
  background-image: url(../../img/teaser/huji.jpg);
}

#main .topTeaser .akarui {
  background-image: url(../../img/teaser/akarui.jpg);
}

#main #website {
  margin-bottom: 18px;
}

#main #website a {
  display: block;
  font-size: 1.92308rem;
  text-decoration: none;
  background: #fff url(../../website-service/img/mainvisual.png) 100% 0% no-repeat;
  border: #0045a4 2px solid;
  border-radius: 5px;
  padding: 54px 18px;
}

#main #website a:hover {
  opacity: 0.6;
}

#main #topNews ul {
  border: #0045a4 2px solid;
  border-radius: 5px;
  padding: 9px 18px;
}

#main #topNews ul li {
  border-bottom: #0045a4 1px solid;
  padding: 9px 0;
  list-style: none;
}

#main #topNews ul li .date {
  color: #001a3e;
  margin-bottom: 5px;
  font-weight: bold;
}

#main #topNews ul li h3 {
  color: #001a3e;
  font-size: 1.15385rem;
  margin-bottom: 9px;
  line-height: 1.5;
}

#main #topNews ul li p {
  font-size: 0.84615rem;
  line-height: 1.5;
}

#main #topNews ul li.movie figure a {
  color: #001a3e;
  font-size: 1.15385rem;
  margin-bottom: 9px;
  line-height: 1.5;
}

#main #topNews ul li.movie figure a img {
  width: 100px;
  vertical-align: bottom;
  float: left;
  margin-right: 9px;
}

#main #topNews ul li.movie figure a > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  font-size: 1.23077rem;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#main #topNews ul li.movie figure a > span span > span {
  font-size: 0.84615rem;
}

#main #topNews ul li.movie figure a:hover > span {
  opacity: 0.6;
}

#main .indexNav > ul {
  padding: 0;
}

#main .indexNav > ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main .indexNav > ul:before, #main .indexNav > ul:after {
  content: "";
  display: table;
}

#main .indexNav > ul:after {
  clear: both;
}

#main .indexNav > ul > * {
  float: left;
  margin: 0 18px 18px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .indexNav > ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #main .indexNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .indexNav > ul > *,
  .ua-edge #main .indexNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .indexNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #main .indexNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .indexNav > ul > *,
  .ua-edge #main .indexNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .indexNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #main .indexNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .indexNav > ul > *,
  .ua-edge #main .indexNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .indexNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #main .indexNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .indexNav > ul > *,
  .ua-edge #main .indexNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .indexNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #main .indexNav > ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .indexNav > ul > *,
  .ua-edge #main .indexNav > ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .indexNav > ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#main .indexNav > ul > li {
  border: #283362 3px solid;
  padding: 0;
  border-radius: 10px;
  list-style: none;
}

#main .indexNav > ul > li:before {
  content: none;
}

#main .indexNav > ul > li h4 {
  background: #283362;
  padding: 9px 18px;
  border-bottom: none;
  color: #fff;
  font-size: 1.53846rem;
  margin-bottom: 0;
}

#main .indexNav > ul > li h4 + p {
  background: #283362;
  padding: 0 18px 9px;
  margin-bottom: 18px;
  color: #fff;
}

#main .indexNav > ul > li h4 + p.wating {
  color: #f00;
}

#main .indexNav > ul > li .youtube {
  margin: 18px;
}

#main .indexNav > ul > li p {
  padding: 0 18px;
}

#main .indexNav > ul > li .linklist {
  margin: 0 18px;
}

#main .indexNav > ul > li .linklist li {
  list-style: none !important;
}

#main .indexNav > ul > li .linklist li a {
  font-size: 0.92308rem;
}

#main .unit .reclist {
  padding: 0;
}

#main .unit .reclist > li {
  border-color: #db89ce;
  border-width: 2px;
  border-style: solid;
  background: #ffeefc;
  border-radius: 10px;
  margin-bottom: 9px;
}

#main .unit .reclist li {
  list-style: none;
  overflow: hidden;
  padding: 9px;
}

#main .unit .reclist li:before {
  content: none;
}

#main .unit .reclist li.doboku {
  border-color: #7fbc8a;
  background: #d8fade;
}

#main .unit .reclist li.kenchiku {
  border-color: #89b5db;
  background: #e3f2ff;
}

#main .unit .reclist li.other {
  border-color: #d3a939;
  background: #fff3d3;
}

#main .unit .reclist li ul {
  margin: 9px 0 0;
}

#main .unit .reclist li ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main .unit .reclist li ul:before, #main .unit .reclist li ul:after {
  content: "";
  display: table;
}

#main .unit .reclist li ul:after {
  clear: both;
}

#main .unit .reclist li ul > * {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .unit .reclist li ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #main .unit .reclist li ul > * {
    width: calc((100% - 50px)/6);
  }
  .ua-safari #main .unit .reclist li ul > *,
  .ua-edge #main .unit .reclist li ul > * {
    width: calc((100% - 50px)/6 - 1px);
  }
  #main .unit .reclist li ul > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #main .unit .reclist li ul > * {
    width: calc((100% - 30px)/4);
  }
  .ua-safari #main .unit .reclist li ul > *,
  .ua-edge #main .unit .reclist li ul > * {
    width: calc((100% - 30px)/4 - 1px);
  }
  #main .unit .reclist li ul > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #main .unit .reclist li ul > * {
    width: calc((100% - 20px)/3);
  }
  .ua-safari #main .unit .reclist li ul > *,
  .ua-edge #main .unit .reclist li ul > * {
    width: calc((100% - 20px)/3 - 1px);
  }
  #main .unit .reclist li ul > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #main .unit .reclist li ul > * {
    width: calc((100% - 10px)/2);
  }
  .ua-safari #main .unit .reclist li ul > *,
  .ua-edge #main .unit .reclist li ul > * {
    width: calc((100% - 10px)/2 - 1px);
  }
  #main .unit .reclist li ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #main .unit .reclist li ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #main .unit .reclist li ul > *,
  .ua-edge #main .unit .reclist li ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #main .unit .reclist li ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#main .unit .reclist li ul li {
  padding: 0;
}

#main .unit .reclist li ul li.no_data {
  display: none;
}

#main .unit .reclist li ul li a {
  display: block;
  text-align: center;
  padding: 13px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: #bbb 3px solid;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  text-decoration: none;
  color: #333;
}

#main .unit .reclist li ul li a:hover {
  background: #eee;
}

#main .kiyaku {
  width: 80%;
  height: 20em;
  overflow-y: scroll;
  padding: 1.5em;
  border: #ccc 1px solid;
  margin: 0 auto 18px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.15385rem;
  font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

#main .kiyaku h4 {
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 1.15385rem;
}

#main .kiyaku h5 {
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 18px;
}

#main .kiyaku h6 {
  font-weight: bold;
  font-size: 0.84615rem;
  margin-bottom: 18px;
}

#main .kiyaku p {
  font-size: 0.84615rem;
  margin-bottom: 18px;
}

#main .kiyaku ol, #main .kiyaku ul {
  padding-left: 1.2em;
  font-size: 0.84615rem;
}

#main .kiyaku ol li, #main .kiyaku ul li {
  padding: 0;
}

#main .kiyaku ol li:before, #main .kiyaku ul li:before {
  content: none;
}

#main .kiyakubtn {
  position: relative;
  padding: 18px;
}

#main .kiyakubtn .doi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: auto;
  width: 50%;
  padding: 0.8em 0;
  text-align: center;
  background: #31c16e;
  color: #fff;
  font-size: 1.15385rem;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
}

#main .kiyakubtn .doi i {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 1em;
}

#main .kiyakubtn .doi:hover i {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

#main .kiyakubtn .doi.checked {
  -webkit-animation: checked 1.5s ease;
  animation: checked 1.5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#main .kiyakubtn .doi.checked i {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-animation: checkedi 1.5s ease;
  animation: checkedi 1.5s ease;
}

@-webkit-keyframes checked {
  0% {
    background: #31c16e;
    -webkit-box-shadow: #31c16e 0 0 200px inset;
    box-shadow: #31c16e 0 0 200px inset;
    color: #fff;
  }
  75% {
    background: #fff;
    -webkit-box-shadow: #31c16e 0 0 0 inset;
    box-shadow: #31c16e 0 0 0 inset;
    color: #31c16e;
    opacity: 1;
  }
  99% {
    z-index: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}

@keyframes checked {
  0% {
    background: #31c16e;
    -webkit-box-shadow: #31c16e 0 0 200px inset;
    box-shadow: #31c16e 0 0 200px inset;
    color: #fff;
  }
  75% {
    background: #fff;
    -webkit-box-shadow: #31c16e 0 0 0 inset;
    box-shadow: #31c16e 0 0 0 inset;
    color: #31c16e;
    opacity: 1;
  }
  99% {
    z-index: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}

@-webkit-keyframes checkedi {
  0% {
    color: #fff;
  }
  75% {
    color: #31c16e;
  }
}

@keyframes checkedi {
  0% {
    color: #fff;
  }
  75% {
    color: #31c16e;
  }
}

#main .kiyakubtn .app {
  display: block;
  margin: auto;
  width: 50%;
  padding: 0.8em 0;
  text-align: center;
  background: #c13131;
  color: #fff;
  font-size: 1.15385rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}

#main #appform ul {
  padding: 0;
  margin-bottom: 18px;
}

#main #appform ul li {
  margin-top: 1.5em;
  font-size: 1.53846rem;
  padding: 0;
  position: relative;
}

#main #appform ul li:before {
  content: none;
}

#main #appform ul li input,
#main #appform ul li textarea {
  padding: 0 20px;
  margin: 0;
  width: 100%;
  height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #666 1px solid;
  background: #eee;
  font-size: 1.38462rem;
  border-radius: 0.76923rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

#main #appform ul li textarea {
  height: 10em;
  padding-top: 0.5em;
}

#main #appform ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.38462rem;
  line-height: 1.53846rem;
  padding: 9px 20px;
  color: #999;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}

#main #appform ul li span.invisible {
  color: #237b45;
  top: calc(-10px - 1.5em);
  font-size: 20px;
  opacity: 0;
}

#main #appform ul li input:hover,
#main #appform ul li textarea:hover {
  background: #ccc;
}

#main #appform ul li input:hover + span,
#main #appform ul li textarea:hover + span {
  color: #666;
}

#main #appform ul li input:focus,
#main #appform ul li textarea:focus,
#main #appform ul li input.done,
#main #appform ul li textarea.done {
  background: #fff;
}

#main #appform ul li input:focus + span,
#main #appform ul li textarea:focus + span {
  color: #237b45;
  top: calc(-10px - 1.5em);
  font-size: 20px;
}

#main .backseachbox {
  top: 0;
  right: 0;
}

#main .backseachbox a {
  margin: 0 0 18px;
  font-size: 0.92308rem;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px;
  height: 26px;
  line-height: 26px;
  background: #001d95;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  float: left;
  float: left;
}

#main .backseachbox a:first-child {
  margin-right: 5px;
}

#main .seachresulttable a {
  display: block;
  margin: 0;
  font-size: 0.92308rem;
  font-weight: bold;
  padding: 5px 0 5px 5px;
  height: 26px;
  line-height: 26px;
  background: #001d95;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #main .seachresult {
    margin-bottom: 68px;
  }
  #main .backseachbox {
    top: 45px;
    right: auto;
    left: 0;
  }
}

#main .detail th {
  white-space: nowrap;
}

#footer {
  padding: 0 0 36px;
}

#footer #pamphletdownload {
  display: none;
  /*20180905 パンフレットは表示しないことになった*/
  background: url(../../img/pamphlet.jpg) 100% 50% no-repeat;
  width: 90%;
  min-height: 254px;
  margin: 0 auto 60px;
}

#footer #pamphletdownload div {
  width: calc(100% - 440px);
  text-align: center;
  padding-top: 8px;
}

#footer #pamphletdownload div h2 {
  font-size: 1.61538rem;
  color: #04a6e1;
}

#footer #pamphletdownload div p {
  font-size: 0.92308rem;
  margin-bottom: 18px;
}

#footer #pamphletdownload div ul {
  width: 80%;
  margin: auto;
}

#footer #pamphletdownload div ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#footer #pamphletdownload div ul:before, #footer #pamphletdownload div ul:after {
  content: "";
  display: table;
}

#footer #pamphletdownload div ul:after {
  clear: both;
}

#footer #pamphletdownload div ul > * {
  float: left;
  margin: 0 18px 18px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer #pamphletdownload div ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #footer #pamphletdownload div ul > * {
    width: calc((100% - 18px)/2);
  }
  .ua-safari #footer #pamphletdownload div ul > *,
  .ua-edge #footer #pamphletdownload div ul > * {
    width: calc((100% - 18px)/2 - 1px);
  }
  #footer #pamphletdownload div ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer #pamphletdownload div ul > * {
    width: calc((100% - 18px)/2);
  }
  .ua-safari #footer #pamphletdownload div ul > *,
  .ua-edge #footer #pamphletdownload div ul > * {
    width: calc((100% - 18px)/2 - 1px);
  }
  #footer #pamphletdownload div ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #footer #pamphletdownload div ul > *,
  .ua-edge #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #footer #pamphletdownload div ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #footer #pamphletdownload div ul > *,
  .ua-edge #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #footer #pamphletdownload div ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #footer #pamphletdownload div ul > *,
  .ua-edge #footer #pamphletdownload div ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #footer #pamphletdownload div ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#footer #pamphletdownload div ul li {
  list-style: none;
  margin-bottom: 9px;
}

#footer #pamphletdownload div ul li a {
  font-size: 0.84615rem;
  text-decoration: none;
  background: #002b67;
  display: block;
  border-radius: 20px;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
}

#footer #pamphletdownload div ul li a:hover {
  background: #0045a4;
}

#footer #pamphletdownload div ul li.kajima a {
  background: #037aa5;
}

#footer #pamphletdownload div ul li.kajima a:hover {
  background: #04a6e1;
}

#footer #info {
  padding: 0 14px;
}

#footer #info h2 {
  font-size: 1.07692rem;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-right: 0.5em;
  float: left;
}

#footer #info h2 img {
  height: 1.15385rem;
  margin-right: 2px;
  vertical-align: text-top;
}

#footer #info p {
  font-size: 0.69231rem;
  margin-top: 9px;
  line-height: 1.8;
  margin-bottom: 36px;
}

#footer #fNav {
  width: 100%;
}

#footer #fNav {
  margin-bottom: 18px;
}

#footer #fNav ul {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#footer #fNav ul:before, #footer #fNav ul:after {
  content: "";
  display: table;
}

#footer #fNav ul:after {
  clear: both;
}

#footer #fNav ul > * {
  float: left;
  margin: 0 9px 9px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer #fNav ul > li:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  #footer #fNav ul > * {
    width: calc((100% - 45px)/6);
  }
  .ua-safari #footer #fNav ul > *,
  .ua-edge #footer #fNav ul > * {
    width: calc((100% - 45px)/6 - 1px);
  }
  #footer #fNav ul > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer #fNav ul > * {
    width: calc((100% - 9px)/2);
  }
  .ua-safari #footer #fNav ul > *,
  .ua-edge #footer #fNav ul > * {
    width: calc((100% - 9px)/2 - 1px);
  }
  #footer #fNav ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #footer #fNav ul > * {
    width: calc((100% - 9px)/2);
  }
  .ua-safari #footer #fNav ul > *,
  .ua-edge #footer #fNav ul > * {
    width: calc((100% - 9px)/2 - 1px);
  }
  #footer #fNav ul > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  #footer #fNav ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #footer #fNav ul > *,
  .ua-edge #footer #fNav ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #footer #fNav ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  #footer #fNav ul > * {
    width: calc((100% - 0px)/1);
  }
  .ua-safari #footer #fNav ul > *,
  .ua-edge #footer #fNav ul > * {
    width: calc((100% - 0px)/1 - 1px);
  }
  #footer #fNav ul > *:nth-child(1n) {
    margin-right: 0;
  }
}

#footer #fNav ul li {
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

#footer #fNav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.76923rem;
  line-height: 1;
  background: #002b67;
  color: #fff;
  padding-bottom: 0.2em;
}

#footer #fNav ul li a strong {
  display: block;
  background: #fff;
  color: #333;
  margin-bottom: 4px;
  font-size: 1.38462rem;
  font-weight: normal;
  letter-spacing: -0.07em;
}

#footer #fNav ul li a:hover {
  color: #b3d3ff;
}

.recruit #header #gNav ul li.recruit a, #footer #fNav ul li a.current {
  color: #b3d3ff;
}

.recruit #header #gNav ul li.recruit a strong, #footer #fNav ul li a.current strong {
  border-bottom-color: #002b67;
}

@media only screen and (max-width: 639px) {
  #footer #fNav ul li a {
    padding: 9px 0;
    border-bottom: #333 1px solid;
    text-align: left;
  }
  #footer #fNav ul li a strong {
    border: none;
    display: inline;
    margin-right: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  #footer #fNav {
    float: none;
    clear: both;
    width: 100%;
  }
}

.ouxs {
  display: inherit !important;
}

.olxs {
  display: none !important;
}

@media only screen and (max-width: 399px) {
  .ouxs {
    display: none !important;
  }
  .olxs {
    display: inherit !important;
  }
}

.ouxs-s {
  display: inherit !important;
}

.olxs-s {
  display: none !important;
}

@media only screen and (min-width: 400px) and (max-width: 639px) {
  .ouxs-s {
    display: none !important;
  }
  .olxs-s {
    display: inherit !important;
  }
}

.ous {
  display: inherit !important;
}

.ols {
  display: none !important;
}

@media only screen and (max-width: 639px) {
  .ous {
    display: none !important;
  }
  .ols {
    display: inherit !important;
  }
}

.ous-m {
  display: inherit !important;
}

.ols-m {
  display: none !important;
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .ous-m {
    display: none !important;
  }
  .ols-m {
    display: inherit !important;
  }
}

.oum {
  display: inherit !important;
}

.olm {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .oum {
    display: none !important;
  }
  .olm {
    display: inherit !important;
  }
}

.oum-l {
  display: inherit !important;
}

.olm-l {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .oum-l {
    display: none !important;
  }
  .olm-l {
    display: inherit !important;
  }
}

.oul {
  display: inherit !important;
}

.oll {
  display: none !important;
}

@media only screen and (max-width: 979px) {
  .oul {
    display: none !important;
  }
  .oll {
    display: inherit !important;
  }
}

.ouul {
  display: inherit !important;
}

.olul {
  display: none !important;
}

@media only screen and (min-width: 980px) {
  .ouul {
    display: none !important;
  }
  .olul {
    display: inherit !important;
  }
}

.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.displaynone {
  display: none;
}

.wating {
  color: #f00;
  font-weight: bold;
}

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex,
.flexbasic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ua-safari .flex,
.no-flexbox .flex, .ua-safari
.flexbasic,
.no-flexbox
.flexbasic {
  display: block;
  overflow: hidden;
}

.flex2x > * {
  width: 48%;
  width: calc(50% - 18px);
}

.flex2x > *:first-child, .flex2x > *:nth-child(2) {
  margin-top: 0 !important;
}

.ua-safari .flex2x,
.no-flexbox .flex2x {
  overflow: hidden;
}

.ua-safari .flex2x > *,
.no-flexbox .flex2x > * {
  float: left;
}

.ua-safari .flex2x > *:nth-child(2n),
.no-flexbox .flex2x > *:nth-child(2n) {
  float: right;
}

@media only screen and (max-width: 767px) {
  .flex2x {
    display: block;
  }
  .flex2x > * {
    width: 100%;
  }
  .flex2x > *:nth-child(2) {
    margin-top: 36px !important;
  }
}

.jcsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.jcar {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.aic {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acsb {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.fdcu {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.fdrr {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flwp, .flexbasic {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbasic {
  padding: 0;
}

#mainVisual .flexbasic > *,
#main .flexbasic > *,
#footer .flexbasic > * {
  float: left;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mainVisual .flexbasic > * > *:before,
#main .flexbasic > * > *:before,
#footer .flexbasic > * > *:before {
  content: none;
}

#mainVisual .flexbasic > .leftend,
#main .flexbasic > .leftend,
#footer .flexbasic > .leftend {
  clear: left;
}

#mainVisual .flexbasic > .rightend,
#main .flexbasic > .rightend,
#footer .flexbasic > .rightend {
  margin-right: 0 !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.tablebreaker.breaking,
.tablebreaker.breaking tbody, .tablebreaker.breaking tr, .tablebreaker.breaking th, .tablebreaker.breaking td, .tablebreaker.breaking caption {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  font-size: 100%;
  line-height: 1.5;
}

.tablebreaker.breaking {
  margin-bottom: 18px;
}

.tablebreaker.breaking thead {
  display: none;
}

.tablebreaker.breaking tr {
  margin-bottom: 18px;
}

.tablebreaker.breaking tr:last-child {
  margin-bottom: 0;
}

.tablebreaker.breaking caption {
  font-size: 83.3%;
}

#navbox {
  display: none;
}

.btnsHoverList > *,
.btnsHover {
  cursor: pointer !important;
}

#main .px8 {
  font-size: 0.61538rem;
}

#main .px9 {
  font-size: 0.69231rem;
}

#main .px10 {
  font-size: 0.76923rem;
}

#main .px11 {
  font-size: 0.84615rem;
}

#main .px12 {
  font-size: 0.92308rem;
}

#main .px13 {
  font-size: 1rem;
}

#main .px14 {
  font-size: 1.07692rem;
}

#main .px15 {
  font-size: 1.15385rem;
}

#main .px16 {
  font-size: 1.23077rem;
}

#main .px17 {
  font-size: 1.30769rem;
}

#main .px18 {
  font-size: 1.38462rem;
}

#main .px19 {
  font-size: 1.46154rem;
}

#main .px20 {
  font-size: 1.53846rem;
}

#main .px21 {
  font-size: 1.61538rem;
}

#main .px22 {
  font-size: 1.69231rem;
}

#main .px23 {
  font-size: 1.76923rem;
}

#main .px24 {
  font-size: 1.84615rem;
}

#main .mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

#main .red {
  color: red;
}

#main strong {
  font-weight: bold;
}

#main a.btn {
  display: block;
  background: #002b67;
  border-radius: 5px;
  padding: 0.3em;
  list-style: 1.5;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.07692rem;
}

#main a.btn:hover {
  background: #0045a4;
}

#main .clear {
  clear: both;
}

#main .txtAlignC,
#main .allTxtAlignC th,
#main .allTxtAlignC td {
  text-align: center;
}

#main .txtAlignL {
  text-align: left;
}

#main .txtAlignR {
  text-align: right;
}

#main .vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px;
}

#main .more {
  text-align: right;
  font-size: 0.84615rem;
}

#main .more a {
  position: relative;
}

#main .more a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: transparent 5px solid;
  border-left-color: currentColor;
  border-right: 0;
}

#main .linklist {
  margin-bottom: 18px;
  padding-left: 10px;
  font-size: 94%;
}

#main .linklist li {
  font-size: 83.3%;
  padding-left: 30px;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.4;
  list-style: none;
}

#main .linklist li a {
  font-size: 120.04802%;
}

#main .linklist li a:hover {
  color: #0045a4;
}

#main .linklist li a:hover span {
  color: inherit;
}

#main .linklist li:before, #main .linklist li:after {
  position: absolute;
  content: "" !important;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: transparent 5px solid;
  border-right: none;
  border-left: transparent 10px solid;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#main .linklist li:before {
  left: 0px;
  border-left-color: #001a3e;
}

#main .linklist li:hover:before {
  left: 5px;
}

#main .linklist li:after {
  left: 10px;
  border-left-color: #002b67;
}

#main .linklist li:hover:after {
  left: 15px;
}

#main td #main .linklist {
  margin: 0;
}

#main td #main .linklist li {
  padding-left: 26px;
  font-size: 0.84615rem;
}

#main td #main .linklist li a {
  font-size: 0.92308rem;
}

#main td #main .linklist li a .fa {
  display: inline;
}

#main td #main .linklist li:before, #main td #main .linklist li:after {
  border-width: 4.5px;
  border-left-width: 9px;
  border-right: none;
}

#main td #main .linklist li:before {
  left: 0px;
}

#main td #main .linklist li:after {
  left: 9px;
}

#main td #main .linklist li:hover:before {
  left: 3px;
}

#main td #main .linklist li:hover:after {
  left: 12px;
}

#main .floatContentsR {
  float: right;
  margin-bottom: 18px;
  margin-left: 9px;
}

#main .floatContentsL {
  float: left;
  margin-bottom: 18px;
  margin-right: 9px;
}

#main .floatContentsR,
#main .floatContentsL {
  max-width: 49%;
  max-width: calc(50% - 10px);
}

#main .floatContentsR img,
#main .floatContentsL img {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  #main .floatContentsR,
  #main .floatContentsL {
    width: 200px;
    max-width: 49%;
    max-width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 639px) {
  #main .floatContentsR,
  #main .floatContentsL {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #main .floatContentsR img,
  #main .floatContentsL img {
    vertical-align: bottom;
  }
}

#main ol.zengokakko {
  counter-reset: li;
  padding-left: 0;
}

#main ol.zengokakko li:before {
  counter-increment: li;
  content: "（" counter(li, decimal) "）";
}

#main ol.zengokakko > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}

#main ol.zengokakko > li:before {
  position: absolute;
  left: 0;
  color: #333 !important;
}

#main ul.comelist {
  padding-left: 0;
  margin-top: 9px;
}

#main ul.comelist > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

#main ul.comelist > li:before {
  position: absolute;
  left: 0;
  color: #333 !important;
}

#main ul.comelist > li {
  margin-top: 0;
  font-size: 0.76923rem;
}

#main ul.comelist > li:before {
  content: "※";
}

#main .tabledl {
  overflow: hidden;
}

#main .tabledl dt {
  float: left;
}

#main .tabledl dd {
  margin-bottom: 0.5em;
}

#main .tabledl.tdl1em dt {
  width: "1em";
}

#main .tabledl.tdl1em dd {
  margin-left: "1.5em";
}

#main .tabledl.tdl2em dt {
  width: "2em";
}

#main .tabledl.tdl2em dd {
  margin-left: "2.5em";
}

#main .tabledl.tdl3em dt {
  width: "3em";
}

#main .tabledl.tdl3em dd {
  margin-left: "3.5em";
}

#main .tabledl.tdl4em dt {
  width: "4em";
}

#main .tabledl.tdl4em dd {
  margin-left: "4.5em";
}

#main .tabledl.tdl5em dt {
  width: "5em";
}

#main .tabledl.tdl5em dd {
  margin-left: "5.5em";
}

#main .widthbox-1-harf {
  width: 50%;
  margin: auto;
}

#main .widthbox-3-quarter {
  width: 75%;
  margin: auto;
}

#main em {
  color: #c00;
}

#main img[src=""] {
  background: #f00;
}

#main .icon i {
  margin-left: 5px;
}

#main .fa-file-pdf {
  color: #f21d1d;
}

#main .fa-file-word {
  color: #121b83;
}

#main .fa-file-excel {
  color: #0e9a2f;
}

#main .fa-file-powerpoint {
  color: #ff9300;
}

#main .fa-envelope {
  color: #f00;
}

#main .fa-clone {
  color: #0045a4;
}
