@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
  @media print, screen and (min-width: 1000px) {
    body {
      min-width: 1020px; } }

h1, h2, h3, h4, h5, h6, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%; }

img {
  border: none;
  display: inline-block;
  max-width: 100%;
  height: auto !important; }

a {
  color: #1DB0B3; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; }

.wrap {
  position: relative;
  width: 100%; }

br.pc {
  display: inline; }
  @media only screen and (max-width: 668px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media only screen and (max-width: 668px) {
    br.sp {
      display: inline; } }

@media only screen and (max-width: 668px) {
  #wpadminbar {
    top: -46px; } }

.err404-wrap {
  margin: 4em 0; }

.err404-title {
  font-weight: bold;
  font-size: 1.8rem; }

.err404-txt {
  margin-top: 5px; }

/*
Theme Name: Twenty Fourteen
Description: Used to style the TinyMCE editor..
*/
/**
 * Table of Contents:
 *
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - Galleries
 * 9.0 - Audio/Video
 * 10.0 - RTL
 * ----------------------------------------------------------------------------
 */
/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.entry_block h1, .entry_block h2, .entry_block h3, .entry_block h4, .entry_block h5, .entry_block h6 {
  margin-bottom: 1em;
  line-height: 1.2; }
.entry_block h1 {
  font-size: 3.4rem; }
.entry_block h2 {
  font-size: 3.0rem; }
.entry_block h3 {
  font-size: 1.6rem; }
.entry_block h4 {
  font-size: 1.4rem; }
.entry_block h5 {
  font-size: 1.2rem; }
.entry_block h6 {
  font-size: 1.0rem; }
.entry_block b,
.entry_block strong {
  font-weight: 700; }
.entry_block cite {
  border: 0; }
.entry_block cite,
.entry_block dfn,
.entry_block em,
.entry_block i {
  font-style: italic; }
.entry_block mark,
.entry_block ins {
  background: #fff9c0;
  border: 0;
  color: inherit;
  text-decoration: none; }
.entry_block p {
  margin: 0 0 1em; }
.entry_block code,
.entry_block kbd,
.entry_block tt,
.entry_block var,
.entry_block samp,
.entry_block pre {
  font-family: monospace, serif;
  font-size: 15px;
  line-height: 1.6; }
.entry_block pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }
.entry_block blockquote,
.entry_block q {
  quotes: none; }
.entry_block blockquote:before,
.entry_block blockquote:after,
.entry_block q:before,
.entry_block q:after {
  content: "";
  content: none; }
.entry_block blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin: 0 0 24px;
  padding-left: 20px;
  border-left: 2px solid #767676; }
.entry_block blockquote cite,
.entry_block blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
.entry_block blockquote em,
.entry_block blockquote i,
.entry_block blockquote cite {
  font-style: normal; }
.entry_block blockquote strong,
.entry_block blockquote b {
  font-weight: 400; }
.entry_block small {
  font-size: smaller; }
.entry_block big {
  font-size: 125%; }
.entry_block sup,
.entry_block sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
.entry_block sup {
  bottom: 1ex; }
.entry_block sub {
  top: .5ex; }
.entry_block dt {
  font-weight: bold; }
.entry_block ul,
.entry_block ol {
  list-style: none;
  margin: 0 0 24px 20px;
  padding-left: 0; }
.entry_block ul {
  list-style: disc; }
.entry_block ol {
  list-style: decimal; }
.entry_block li > ul,
.entry_block li > ol {
  margin: 0 0 0 20px; }
.entry_block del {
  color: #767676; }
.entry_block hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
.entry_block .alignleft {
  max-width: 45%;
  float: left;
  margin: 7px 24px 7px 0; }
  @media only screen and (max-width: 668px) {
    .entry_block .alignleft {
      max-width: 100%;
      float: none;
      margin: 0 0 24px 0; } }
.entry_block .alignright {
  max-width: 45%;
  float: right;
  margin: 7px 0 7px 24px; }
  @media only screen and (max-width: 668px) {
    .entry_block .alignright {
      max-width: 100%;
      float: none;
      margin: 0 0 24px 0; } }
.entry_block .aligncenter {
  max-width: 45%;
  clear: both;
  display: block;
  margin: 7px auto; }
  @media only screen and (max-width: 668px) {
    .entry_block .aligncenter {
      max-width: 100%;
      float: none;
      margin: 7px 0 24px 0; } }
.entry_block blockquote.alignleft,
.entry_block blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%; }
.entry_block blockquote.alignleft p,
.entry_block blockquote.alignright p {
  margin-bottom: 17px; }

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */
.entry_block .mceItemTable {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
  width: 100%; }
.entry_block .mceItemTable th,
.entry_block .mceItemTable caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: baseline; }
.entry_block .mceItemTable td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 8px;
  vertical-align: baseline; }

/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
.entry_block .wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 1em 0 0;
  max-width: 474px;
  padding: 0;
  text-align: left; }
@media only screen and (max-width: 480px) {
  .entry_block .wp-caption {
    max-width: 100%;
    height: auto; } }
.entry_block .html5-captions .wp-caption {
  padding: 0; }
.entry_block .wp-caption.alignleft {
  margin: 1em 14px 0 0; }
.entry_block .html5-captions .wp-caption.alignleft {
  margin-right: 24px; }
.entry_block .wp-caption.alignright {
  margin: 1em 0 0 14px; }
.entry_block .wp-caption.alignright img,
.entry_block .wp-caption.alignright .wp-caption-dd {
  padding-left: 10px; }
.entry_block .html5-captions .wp-caption.alignright {
  margin-left: 24px; }
.entry_block .html5-captions .wp-caption.alignright img,
.entry_block .html5-captions .wp-caption.alignright .wp-caption-dd {
  padding: 0; }
.entry_block .wp-caption.aligncenter {
  margin: 2em auto 0; }
.entry_block .wp-caption-dt {
  margin: 0; }
.entry_block .wp-caption .wp-caption-text,
.entry_block .wp-caption-dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding: 0 10px 0 0;
  /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
  text-align: left; }
.entry_block .mceTemp + ul,
.entry_block .mceTemp + ol {
  list-style-position: inside; }

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */
.entry_block .gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
.entry_block .gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto; }
.entry_block .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto; }
.entry_block .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto; }
.entry_block .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto; }
.entry_block .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto; }
.entry_block .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto; }
.entry_block .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto; }
.entry_block .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto; }
.entry_block .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto; }
.entry_block .gallery-columns-1 .gallery-item:nth-of-type(1n),
.entry_block .gallery-columns-2 .gallery-item:nth-of-type(2n),
.entry_block .gallery-columns-3 .gallery-item:nth-of-type(3n),
.entry_block .gallery-columns-4 .gallery-item:nth-of-type(4n),
.entry_block .gallery-columns-5 .gallery-item:nth-of-type(5n),
.entry_block .gallery-columns-6 .gallery-item:nth-of-type(6n),
.entry_block .gallery-columns-7 .gallery-item:nth-of-type(7n),
.entry_block .gallery-columns-8 .gallery-item:nth-of-type(8n),
.entry_block .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }
.entry_block .gallery-columns-1 .gallery-item:nth-of-type(1n),
.entry_block .gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.entry_block .gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.entry_block .gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.entry_block .gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.entry_block .gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.entry_block .gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.entry_block .gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.entry_block .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
  margin-left: 12px;
  /* Compensate for the default negative margin on .gallery, which can't be changed. */ }
.entry_block .gallery .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }
.entry_block .gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.entry_block .gallery-item:hover .gallery-caption {
  opacity: 1; }
.entry_block .gallery-columns-7 .gallery-caption,
.entry_block .gallery-columns-8 .gallery-caption,
.entry_block .gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.entry_block .mejs-mediaelement,
.entry_block .mejs-container .mejs-controls {
  background: #000; }
.entry_block .mejs-controls .mejs-time-rail .mejs-time-loaded,
.entry_block .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff; }
.entry_block .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d; }
.entry_block .mejs-controls .mejs-time-rail .mejs-time-total,
.entry_block .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33); }
.entry_block .mejs-controls .mejs-time-rail span,
.entry_block .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.entry_block .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0; }
.entry_block .mejs-overlay-loading {
  background: transparent; }

/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */
.entry_block html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed; }
.entry_block .rtl ol,
.entry_block .rtl ul {
  margin-left: 0;
  margin-right: 24px; }
.entry_block .rtl .wp-caption,
.entry_block .rtl tr th {
  text-align: right; }
.entry_block .rtl td {
  text-align: right; }

header {
  position: relative;
  z-index: 999; }
  header .header_search {
    padding: 5px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #E3E3E3; }
    @media only screen and (max-width: 668px) {
      header .header_search {
        padding: 10px; } }
    header .header_search .header_search_main {
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      text-align: right; }
      @media print, screen and (min-width: 1000px) {
        header .header_search .header_search_main {
          width: 1000px; } }
      @media only screen and (max-width: 668px) {
        header .header_search .header_search_main {
          text-align: left; } }
      header .header_search .header_search_main .search-lead {
        font-size: 1.2rem;
        margin-right: 10px; }
        @media only screen and (max-width: 668px) {
          header .header_search .header_search_main .search-lead {
            display: none; } }
      header .header_search .header_search_main #search {
        width: 195px;
        font-size: 1.2rem;
        padding: 0 3px; }
        @media only screen and (max-width: 668px) {
          header .header_search .header_search_main #search {
            box-sizing: border-box;
            width: 75%;
            font-size: 1.8rem; } }
      header .header_search .header_search_main .search-submit {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-left: 10px;
        padding: 7px 5px 7px 25px;
        background-color: #868686;
        background-image: url(../img/search_icon.png);
        background-position: 3px 50%;
        background-repeat: no-repeat;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.0; }
        @media only screen and (max-width: 668px) {
          header .header_search .header_search_main .search-submit {
            padding: 7px 1% 7px 5%;
            width: 20%;
            font-size: 1.4rem; } }
  header .header_cnt {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto; }
    @media print, screen and (min-width: 1000px) {
      header .header_cnt {
        width: 1000px;
        padding: 20px 0 12px 1px;
        background-repeat: no-repeat;
        background-position: right top; } }
    @media only screen and (max-width: 668px) {
      header .header_cnt {
        border-bottom: #fff 2px solid;
        padding: 10px; } }
    header .header_cnt .glogo {
      width: 458px; }
      @media only screen and (max-width: 668px) {
        header .header_cnt .glogo {
          width: 200px; } }
    header .header_cnt .header_text {
      position: absolute;
      max-width: 420px;
      left: 332px;
      top: 60px; }
      @media only screen and (max-width: 668px) {
        header .header_cnt .header_text {
          display: none; } }
    header .header_cnt .service_nav {
      position: absolute;
      right: 10px;
      top: 7px;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right;
      letter-spacing: -.40em;
      white-space: nowrap; }
      @media print, screen and (min-width: 1000px) {
        header .header_cnt .service_nav {
          right: 0; } }
      @media only screen and (max-width: 668px) {
        header .header_cnt .service_nav {
          display: none; } }
      header .header_cnt .service_nav li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        margin-left: 15px; }
        header .header_cnt .service_nav li:before {
          display: none; }
        header .header_cnt .service_nav li:before {
          font-family: "Font Awesome 5 Solid";
          content: "\f138"; }
        header .header_cnt .service_nav li svg {
          margin-right: 0.2em;
          color: #570bc7; }
        header .header_cnt .service_nav li a {
          /*display: block;*/
          padding: 2px;
          color: #003366;
          text-decoration: none; }
          header .header_cnt .service_nav li a:hover {
            text-decoration: underline; }
    header .header_cnt .header_login {
      position: absolute;
      min-width: 180px;
      right: 10px;
      top: 45px; }
      @media print, screen and (min-width: 1000px) {
        header .header_cnt .header_login {
          right: 0; } }
      header .header_cnt .header_login a {
        display: block;
        border-radius: 2px;
        background: #de528c url(../img/header_login.svg) 15px center no-repeat;
        background-size: 27px auto;
        font-family: 'Noto Sans Japanese', serif;
        font-size: 1.6rem;
        font-weight: 500;
        color: #FFF;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        padding: 8px 10px 7px 50px; }
        header .header_cnt .header_login a:hover {
          opacity: 0.7; }
    header .header_cnt #sp_head_menu {
      display: none; }
      @media only screen and (max-width: 668px) {
        header .header_cnt #sp_head_menu {
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          top: 50%;
          right: 1%;
          margin-top: -20px;
          transition: all 0.4s;
          cursor: pointer;
          z-index: 9999; }
          header .header_cnt #sp_head_menu div {
            position: relative;
            width: 40px;
            height: 40px; }
          header .header_cnt #sp_head_menu span {
            display: block;
            transition: all 0.6s;
            position: absolute;
            width: 24px;
            height: 2px;
            left: 8px;
            background-color: #570bc7; }
            header .header_cnt #sp_head_menu span:first-child {
              top: 10px; }
            header .header_cnt #sp_head_menu span:nth-child(2) {
              top: 19px; }
            header .header_cnt #sp_head_menu span:last-child {
              bottom: 10px; }
          header .header_cnt #sp_head_menu.open span:first-child {
            transform: translateY(9px) rotate(45deg); }
          header .header_cnt #sp_head_menu.open span:nth-child(2) {
            background-color: transparent; }
          header .header_cnt #sp_head_menu.open span:last-child {
            transform: translateY(-9px) rotate(-45deg); } }
  header .header_gnav {
    background-color: #570bc7;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 1.6rem;
    font-weight: 300; }
    @media only screen and (min-width: 668px) and (max-width: 1000px) {
      header .header_gnav {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 668px) {
      header .header_gnav {
        display: none;
        position: absolute;
        width: 100%;
        top: 68px;
        left: 0;
        font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-weight: bold; }
        header .header_gnav .header_login a {
          display: block;
          font-size: 1.8rem;
          text-align: center;
          text-decoration: none;
          color: #FFF;
          padding: 10px 25px 10px 10px;
          position: relative;
          background: #f7529d; }
          header .header_gnav .header_login a:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 27px;
            height: 22px;
            background: url(../img/header_login.svg) 0 0 no-repeat;
            background-size: 27px auto;
            margin-right: 10px; }
          header .header_gnav .header_login a:after {
            display: block;
            position: absolute;
            top: 50%;
            right: 15px;
            width: 7px;
            height: 7px;
            margin-top: -4px;
            border-top: solid 2px #FFF;
            border-right: solid 2px #FFF;
            transform: rotate(45deg);
            content: ""; } }
    header .header_gnav ul {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: table;
      width: 100%; }
      @media print, screen and (min-width: 1000px) {
        header .header_gnav ul {
          width: 1000px;
          padding: 0; } }
      header .header_gnav ul li {
        display: table-cell;
        box-sizing: border-box;
        border-left: #EFE2F5 1px solid;
        border-right: #8036A6 1px solid;
        /* one item */
        /* two items */
        /* three items */
        /* four items */
        /* five items */
        /* six items */
        /* sven items */ }
        @media only screen and (max-width: 668px) {
          header .header_gnav ul li {
            display: block;
            width: auto;
            border-left: none;
            border-right: none;
            border-top: #A0D8ED 1px solid; } }
        header .header_gnav ul li:first-child:nth-last-child(1) {
          width: 100%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(1) {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(2), header .header_gnav ul li:first-child:nth-last-child(2) ~ li {
          width: 50%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(2), header .header_gnav ul li:first-child:nth-last-child(2) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(3), header .header_gnav ul li:first-child:nth-last-child(3) ~ li {
          width: 33.3%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(3), header .header_gnav ul li:first-child:nth-last-child(3) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(4), header .header_gnav ul li:first-child:nth-last-child(4) ~ li {
          width: 25%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(4), header .header_gnav ul li:first-child:nth-last-child(4) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(5), header .header_gnav ul li:first-child:nth-last-child(5) ~ li {
          width: 20%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(5), header .header_gnav ul li:first-child:nth-last-child(5) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(6), header .header_gnav ul li:first-child:nth-last-child(6) ~ li {
          width: 15.66%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(6), header .header_gnav ul li:first-child:nth-last-child(6) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(7), header .header_gnav ul li:first-child:nth-last-child(7) ~ li {
          width: 10.66%; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li:first-child:nth-last-child(7), header .header_gnav ul li:first-child:nth-last-child(7) ~ li {
              width: auto; } }
        header .header_gnav ul li a {
          display: block;
          text-align: center;
          text-decoration: none;
          color: #FFF;
          padding: 12px 0px; }
          @media only screen and (max-width: 668px) {
            header .header_gnav ul li a {
              padding: 10px 25px 10px 10px;
              position: relative; }
              header .header_gnav ul li a:after {
                display: block;
                position: absolute;
                top: 50%;
                right: 15px;
                width: 7px;
                height: 7px;
                margin-top: -4px;
                border-top: solid 2px #FFF;
                border-right: solid 2px #FFF;
                transform: rotate(45deg);
                content: ""; } }
          header .header_gnav ul li a:hover {
            background-color: #FFF;
            color: #570bc7; }
            @media only screen and (max-width: 668px) {
              header .header_gnav ul li a:hover {
                background-color: transparent;
                color: #FFF; } }
      header .header_gnav ul .current-menu-item a,
      header .header_gnav ul .current-page-ancestor a,
      header .header_gnav ul .current-category-ancestor a,
      header .header_gnav ul .current-post-ancestor a {
        background-color: #FFF;
        color: #834AB9; }

footer {
  background-color: #F5F5F5;
  font-size: 1.2rem;
  padding: 15px 0; }
  footer .foot_nav {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px 15px;
    letter-spacing: -.40em; }
    @media print, screen and (min-width: 1000px) {
      footer .foot_nav {
        width: 1000px;
        padding: 0 0 15px; } }
    @media only screen and (max-width: 668px) {
      footer .foot_nav {
        display: none; } }
    footer .foot_nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap; }
      footer .foot_nav ul li {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        border-right: #333 1px solid;
        line-height: 1.2; }
        footer .foot_nav ul li:first-child {
          border-left: #333 1px solid; }
        footer .foot_nav ul li a {
          display: block;
          padding: 0 0.5em;
          color: #333;
          text-decoration: none; }
          footer .foot_nav ul li a:hover {
            text-decoration: underline; }
    footer .foot_nav .btn_admin {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal;
      padding-left: 15px;
      line-height: 1.2; }
      footer .foot_nav .btn_admin a {
        display: block;
        border: #878787 1px solid;
        padding: 2px 5px 1px 11px;
        color: #333;
        text-decoration: none;
        background: url("../img/header_delta.svg") 6px center no-repeat;
        background-size: 3px auto; }
        footer .foot_nav .btn_admin a:hover {
          background-color: #FFF; }
  footer .copyright {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right; }
    @media print, screen and (min-width: 1000px) {
      footer .copyright {
        width: 1000px;
        padding: 0; } }
    @media only screen and (max-width: 668px) {
      footer .copyright {
        text-align: center;
        font-size: 1.0rem; } }

.ps_footer_b {
  padding: 0 10px; }
  @media print, screen and (min-width: 1000px) {
    .ps_footer_b {
      width: 1000px;
      padding: 0;
      margin: 0px auto; } }
  @media only screen and (max-width: 668px) {
    .ps_footer_b {
      text-align: center; } }
  .ps_footer_b .address {
    max-width: 300px; }
    @media only screen and (max-width: 668px) {
      .ps_footer_b .address {
        margin: 0px auto; } }
    .ps_footer_b .address strong {
      font-size: 1.35rem; }

.pagetop {
  display: none; }
  .pagetop a {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 38px;
    border-radius: 50%;
    line-height: 1.0;
    background-color: rgba(217, 157, 231, 0.5);
    color: #fff;
    cursor: pointer; }
    @media only screen and (max-width: 668px) {
      .pagetop a {
        bottom: 10px;
        right: 10px;
        padding: 20px; } }
    .pagetop a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 25px;
      width: 20px;
      height: 20px;
      margin-top: -6px;
      border-top: solid 5px #fff;
      border-right: solid 5px #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ""; }
      @media only screen and (max-width: 668px) {
        .pagetop a:after {
          right: 12px;
          width: 12px;
          height: 12px;
          margin-top: -5px;
          border-top: solid 4px #fff;
          border-right: solid 4px #fff; } }
    .pagetop a:hover {
      opacity: 0.8; }

.login_btn {
  font-size: 1.2rem;
  text-align: center;
  width: 235px;
  margin-bottom: 10px; }
  .login_btn a {
    text-decoration: none; }
  @media only screen and (max-width: 668px) {
    .login_btn {
      display: none; } }

.tit_img {
  background-color: #F0F0F0; }
  .tit_img p {
    width: 100%;
    height: 0;
    padding-bottom: 13.3%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media print, screen and (min-width: 1000px) {
      .tit_img p {
        margin: 0 auto;
        padding-bottom: 120px;
        width: 1000px; } }
    @media only screen and (max-width: 668px) {
      .tit_img p {
        text-indent: inherit;
        white-space: inherit;
        overflow: inherit;
        width: auto;
        height: auto;
        padding: 10px;
        font-size: 1.8rem;
        font-weight: bold;
        background-image: none !important; } }

.breadcrumb ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 7px 10px 35px;
  list-style: none;
  letter-spacing: -.40em;
  font-size: 1.2rem;
  color: #000; }
  @media only screen and (max-width: 668px) {
    .breadcrumb ul {
      padding-bottom: 20px; } }
  .breadcrumb ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 0.5em; }
    .breadcrumb ul li:before {
      content: ">";
      padding-right: 0.5em; }
    .breadcrumb ul li:first-child:before {
      content: "";
      padding-right: 0px; }
    .breadcrumb ul li a {
      color: #000;
      text-decoration: none; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
  @media print, screen and (min-width: 1000px) {
    .breadcrumb ul {
      width: 1000px;
      padding: 7px 0 35px; } }

.contents {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 50px;
  *zoom: 1; }
  .contents:after {
    content: "";
    display: table;
    clear: both; }
  @media print, screen and (min-width: 1000px) {
    .contents {
      width: 1000px;
      padding: 0 0 80px; } }
  @media only screen and (max-width: 668px) {
    .contents {
      padding: 0 10px 20px; } }

.l_nav {
  box-sizing: border-box;
  float: left;
  width: 26%;
  padding: 1px; }
  @media print, screen and (min-width: 1000px) {
    .l_nav {
      width: 235px; } }
  @media only screen and (max-width: 668px) {
    .l_nav {
      float: none;
      width: 100%;
      margin-top: 20px; } }
  .l_nav nav {
    border: #C8C8C8 1px solid; }
  .l_nav .l_nav_tit {
    background-color: #F4E6F9;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
    color: #834AB9;
    padding: 22px 0.5em; }
    @media only screen and (max-width: 668px) {
      .l_nav .l_nav_tit {
        font-size: 1.6rem;
        padding: 10px 0.5em; } }
  .l_nav .l_nav_tit_l_space {
    letter-spacing: 0.5em; }
  .l_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem; }
    @media only screen and (max-width: 668px) {
      .l_nav ul {
        font-size: 1.4rem; } }
    .l_nav ul li {
      border-top: #FFF 1px solid; }
      @media only screen and (max-width: 668px) {
        .l_nav ul li {
          border-top: #C8C8C8 1px solid; } }
      .l_nav ul li a {
        display: block;
        background-color: #F4E6F9;
        /*background-image: url(../img/header_delta.svg);
        background-position: 7.4% 20px;
        background-repeat: no-repeat;
        background-size: 3px auto;
        padding: 12px 10px 12px 12.2%;*/
        padding: 12px 10px;
        color: #333;
        text-decoration: none; }
        .l_nav ul li a:before {
          display: none; }
        .l_nav ul li a:before {
          font-family: "Font Awesome 5 Solid";
          content: "\f101"; }
        .l_nav ul li a svg {
          margin-right: 0.5em;
          color: #999; }
        @media only screen and (max-width: 668px) {
          .l_nav ul li a {
            background-image: none;
            position: relative;
            padding: 10px 25px 10px 10px; }
            .l_nav ul li a:after {
              display: block;
              position: absolute;
              top: 50%;
              right: 10px;
              width: 7px;
              height: 7px;
              margin-top: -4px;
              border-top: solid 2px #570bc7;
              border-right: solid 2px #570bc7;
              transform: rotate(45deg);
              content: ""; } }
        .l_nav ul li a:hover {
          background-color: #93C6E7; }
    .l_nav ul .current-cat > a,
    .l_nav ul .current_page_item > a {
      background-color: #BD7ADB;
      color: #ffffff; }
      .l_nav ul .current-cat > a svg,
      .l_nav ul .current_page_item > a svg {
        color: #fff; }

.r_contents {
  box-sizing: border-box;
  float: right;
  width: 70.2%; }
  @media print, screen and (min-width: 1000px) {
    .r_contents {
      width: 702px; } }
  @media only screen and (max-width: 668px) {
    .r_contents {
      float: none;
      width: 100%; } }

.contents_tit {
  border-bottom: #93C6E7 5px solid;
  margin: 0 0 24px; }
  .contents_tit .entry-title {
    margin: 0;
    padding: 0 12px 10px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.2;
    color: #000; }
    @media only screen and (max-width: 668px) {
      .contents_tit .entry-title {
        font-size: 2.0rem;
        padding: 0 0 10px; } }

.entry_contents .entry_block:first-child,
.r_contents .entry_block:first-child {
  margin-top: 0; }

.entry_block {
  *zoom: 1;
  margin-top: 50px; }
  .entry_block:after {
    content: "";
    display: table;
    clear: both; }
  .entry_block .entry-date {
    margin-bottom: 0;
    text-align: right;
    color: #570bc7; }
  .entry_block .entry-main-title-wrap {
    margin-bottom: 15px;
    padding: 1px;
    border-width: 1px;
    border-style: solid; }
  .entry_block .entry-main-title-main {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem; }
    .entry_block .entry-main-title-main a {
      color: #fff;
      text-decoration: none; }
  .entry_block .gallery-image {
    *zoom: 1;
    margin: 50px 0 0;
    padding: 0;
    list-style: none; }
    .entry_block .gallery-image:after {
      content: "";
      display: table;
      clear: both; }
    .entry_block .gallery-image li {
      float: left;
      width: 31%;
      margin-left: 2%;
      margin-top: 2%; }
      .entry_block .gallery-image li:nth-child(3n+1) {
        margin-left: 0; }

.pagination .page-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .pagination .page-list li {
    display: inline-block;
    font-size: 1.2rem; }
    .pagination .page-list li a, .pagination .page-list li span {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 5px;
      border: 1px solid #570bc7;
      text-decoration: none; }
      .pagination .page-list li a:hover, .pagination .page-list li span:hover {
        background-color: #BD7ADB; }
    .pagination .page-list li .current {
      background-color: #BD7ADB; }
    .pagination .page-list li .prev,
    .pagination .page-list li .next {
      border: none; }
.pagination .page-num {
  text-align: center;
  margin-top: 10px; }

.main_img_wrap {
  background-color: #F7F7F7; }

.main_img_contents {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 1000px) {
    .main_img_contents {
      margin: 0 auto 30px;
      width: 1000px; } }

.main_img_main {
  margin: 0;
  padding: 0;
  list-style: none; }

.main_img_main　 li {
  display: none; }
  .main_img_main　 li:first-child {
    display: block; }

.bx-viewport .main_img_main li {
  display: block !important; }

.top_contents {
  margin-bottom: 30px; }

.topics_wrap {
  box-sizing: border-box;
  float: left;
  width: 70.2%; }
  @media print, screen and (min-width: 1000px) {
    .topics_wrap {
      width: 702px; } }
  @media only screen and (max-width: 668px) {
    .topics_wrap {
      float: none;
      width: 100%; } }

.topics_title {
  font-size: 2.4rem;
  color: #93C6E7;
  background-color: #fff;
  border-bottom: #93C6E7 5px solid;
  padding-left: 0.3em; }

.topics_main {
  *zoom: 1;
  padding: 0 10px 10px;
  background-color: #F5F5F5; }
  .topics_main:after {
    content: "";
    display: table;
    clear: both; }
  @media print, screen and (min-width: 1000px) {
    .topics_main {
      padding: 0 16px 16px; } }
  @media only screen and (max-width: 668px) {
    .topics_main {
      padding: 0;
      background-color: transparent; } }

.topics_block {
  float: left; }
  @media print, screen and (min-width: 1000px) {
    .topics_block {
      width: 23.5%;
      margin-left: 2%;
      margin-top: 20px; } }
  @media only screen and (min-width: 668px) and (max-width: 1000px) {
    .topics_block {
      width: 48%;
      margin-left: 2%;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1000px) {
    .topics_block:nth-child(4n+1) {
      margin-left: 0; } }
  @media only screen and (min-width: 668px) and (max-width: 1000px) {
    .topics_block:nth-child(2n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 668px) {
    .topics_block {
      margin-top: 10px;
      width: 100%; } }
  .topics_block a {
    color: #333;
    text-decoration: none; }
    @media only screen and (max-width: 668px) {
      .topics_block a {
        *zoom: 1;
        display: block;
        padding: 5px;
        background-color: #F5F5F5; }
        .topics_block a:after {
          content: "";
          display: table;
          clear: both; } }
    .topics_block a:hover {
      text-decoration: underline; }

.topics_img img {
  border: 1px solid #ccc; }
@media only screen and (max-width: 668px) {
  .topics_img {
    width: 20%;
    float: left; } }

@media only screen and (max-width: 668px) {
  .topics_detail {
    width: 78%;
    float: right; } }

.topics_lead {
  font-size: 1.4rem; }

.comments_wrap {
  margin-top: 20px; }
  .comments_wrap ul.comments_list {
    list-style: none;
    padding: 0;
    height: 300px;
    overflow: auto; }
    @media only screen and (max-width: 668px) {
      .comments_wrap ul.comments_list {
        height: auto; } }
    .comments_wrap ul.comments_list li {
      border-bottom: 1px solid #ccc;
      padding: 0.5em 0px; }

.whats_new_wrap {
  float: right;
  width: 26%; }
  @media print, screen and (min-width: 1000px) {
    .whats_new_wrap {
      width: 234px; } }
  @media only screen and (max-width: 668px) {
    .whats_new_wrap {
      float: none;
      width: 100%;
      margin-top: 20px; } }

.whats_new_title {
  font-size: 2.4rem;
  color: #93C6E7;
  background-color: #fff;
  border-bottom: #93C6E7 5px solid;
  padding-left: 0.3em; }

.whats_new_contents {
  padding: 10px;
  background-color: #F4E6F9;
  border: 1px solid #C8C8C8; }

.whats_new_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .whats_new_list li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D5D5D5; }
    .whats_new_list li:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
  .whats_new_list a {
    color: #333;
    text-decoration: none; }

.whats_new_date {
  display: inline-block;
  margin-right: 10px; }

.whats_new_cat {
  display: inline-block;
  padding: 2px 8px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem; }

.side_bnr_main {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (max-width: 668px) {
    .side_bnr_main {
      *zoom: 1; }
      .side_bnr_main:after {
        content: "";
        display: table;
        clear: both; } }
  .side_bnr_main li {
    margin-top: 10px; }
    @media only screen and (max-width: 668px) {
      .side_bnr_main li {
        float: left;
        width: 49%;
        margin-left: 2%; } }
    @media only screen and (max-width: 668px) {
      .side_bnr_main li:nth-child(2n+1) {
        margin-left: 0; } }

.index_college_spec_wrap {
  clear: both;
  padding-top: 20px;
  color: #666; }
  .index_college_spec_wrap address {
    font-style: normal; }

.index_college_spec_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold; }

#comments {
  margin-top: 40px;
  padding: 10px;
  background-color: #f5f5f5; }
  #comments ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #comments ol ol {
      margin-left: 56px; }
      @media only screen and (max-width: 668px) {
        #comments ol ol {
          margin-left: 20px; } }
  #comments .comment {
    margin-top: 10px; }
  #comments .depth-1 {
    padding: 10px;
    background-color: #fff; }
  #comments .comments-title {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 0; }
  #comments .comment-body {
    *zoom: 1;
    padding: 10px;
    background-color: #f5f5f5; }
    #comments .comment-body:after {
      content: "";
      display: table;
      clear: both; }
  #comments .comment-author img {
    float: left;
    clear: left;
    max-width: 56px;
    display: inline;
    margin-right: 1.5em;
    vertical-align: top; }
    @media only screen and (max-width: 668px) {
      #comments .comment-author img {
        float: none;
        margin-right: 0; } }
  @media only screen and (max-width: 668px) {
    #comments .comment-author cite {
      margin-left: 10px;
      text-align: left;
      display: inline-block; } }
  @media only screen and (max-width: 668px) {
    #comments .comment-meta {
      margin-top: 10px; } }
  #comments .commentmetadata + p {
    clear: both;
    padding-top: 15px;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 668px) {
      #comments .commentmetadata + p {
        padding-top: 5px; } }
  #comments .reply a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #036;
    line-height: 1.0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none; }
  #comments .comment-respond {
    margin-top: 50px;
    padding: 10px;
    background-color: #fff; }
    #comments .comment-respond label {
      width: 10em;
      float: left;
      clear: left;
      padding: 5px 0; }
    #comments .comment-respond .required {
      color: #ff0000; }
  #comments .comment-reply-title {
    font-size: 2.0rem; }
  #comments input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #comments textarea,
  #comments input[type="text"] {
    padding: 5px;
    font-size: 1.6rem;
    width: 95%; }
  #comments .form-submit {
    text-align: center; }
  #comments #submit {
    display: inline-block;
    margin-top: 5px;
    background-color: #570bc7;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff; }
  @media only screen and (max-width: 668px) {
    #comments #comment,
    #comments input[type="text"] {
      box-sizing: border-box;
      width: 100%; } }

.search-wrap {
  margin-top: 50px; }

.search-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold; }

.search-list li {
  margin-bottom: 15px; }

.search-pagination {
  *zoom: 1;
  margin: 50px 0 0;
  padding: 0;
  list-style: none; }
  .search-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .search-pagination .prev {
    float: left; }
  .search-pagination .next {
    float: right; }

.ajax-loader {
  display: inline-block;
  width: 16px; }

.wpcf7-form p {
  margin-bottom: 2em; }
  @media only screen and (max-width: 668px) {
    .wpcf7-form p {
      padding-bottom: 1em;
      border-bottom: 1px dotted #ccc; } }

.wpcf7-text,
.wpcf7-textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem; }

.wpcf7-textarea {
  height: 200px; }

span .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap; }
  @media only screen and (max-width: 668px) {
    span .wpcf7-list-item {
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
      span .wpcf7-list-item:last-child {
        margin-bottom: 0; } }

.wpcf7-form .submit-wrap {
  text-align: center;
  border-bottom: none; }

.wpcf7-submit {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 50px;
  background-color: #834AB9;
  color: #fff;
  letter-spacing: .5em; }

.link-organization-title {
  font-weight: bold;
  padding: 9px 0 9px 12px;
  background-color: #EBEBEB; }

.link-organization-content {
  overflow: hidden;
  margin: 20px 0 20px; }
  @media print, screen and (min-width: 1000px) {
    .link-organization-content {
      margin: 20px 0 41px; } }
  @media only screen and (max-width: 668px) {
    .link-organization-content {
      margin: 10px 0 20px; } }

.link-organization-oft {
  overflow: hidden; }

.entry_block .link-organization-list {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 72%; }
  @media only screen and (max-width: 668px) {
    .entry_block .link-organization-list {
      width: auto;
      margin: 0;
      padding: 0 0 0 10px;
      font-size: 1.6rem; } }
  .entry_block .link-organization-list li {
    float: left;
    margin: 0 0 0 8%;
    width: 40%;
    line-height: 2.2; }
    .entry_block .link-organization-list li:nth-child(2n+1) {
      margin: 0; }
    .entry_block .link-organization-list li:before {
      content: '●';
      color: #BD7ADB; }
    @media only screen and (max-width: 668px) {
      .entry_block .link-organization-list li {
        margin: 0;
        float: none;
        width: auto; } }

.link-organization-list-type {
  color: #BD7ADB; }

.link-organization-map {
  float: right;
  width: 20%;
  margin: 20px 0 20px 0; }
  @media print, screen and (min-width: 1000px) {
    .link-organization-map {
      margin: 0 24px 0 0; } }
  @media only screen and (max-width: 668px) {
    .link-organization-map {
      float: none;
      display: none; } }

.link-organization-atoher-wrap {
  padding: 0 16px; }
  @media only screen and (max-width: 668px) {
    .link-organization-atoher-wrap {
      padding: 0 10px; } }

.link-organization-atoher-list ul {
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0; }
  .link-organization-atoher-list ul li {
    border-bottom: 1px solid #999999;
    padding: 15px 0 5px; }

.link-organization-detail a {
  font-size: 1.8rem;
  color: #003366;
  text-decoration: none;
  background: url(../img/list_icon_img02.gif) right center no-repeat;
  background-size: 11px auto;
  padding: 0 15px 0 0; }
  .link-organization-detail a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 668px) {
    .link-organization-detail a {
      font-size: 1.6rem; } }
.link-organization-detail p {
  padding: 0 0 0 0.7em;
  margin: 0; }

.link-organization-style {
  background: url(../img/list_icon_img01.gif) left center no-repeat;
  background-size: 3px auto;
  padding: 0 0 0 0.5em; }

.link-other-wrap {
  overflow: hidden; }
  .link-other-wrap a {
    color: #003366;
    text-decoration: none; }
    .link-other-wrap a:hover {
      text-decoration: underline; }

.link-other-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px; }

.link-other-mb20 {
  margin: 0 0 20px; }

.link-other-txt-area {
  margin: 0 0 40px; }
  @media only screen and (max-width: 668px) {
    .link-other-txt-area {
      margin: 0 0 20px; } }

.link-other-list-wrap {
  padding: 0 10px; }
  @media print, screen and (min-width: 1000px) {
    .link-other-list-wrap {
      padding: 0 30px; } }
  @media only screen and (max-width: 668px) {
    .link-other-list-wrap {
      padding: 0; } }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper {
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */ }
  .bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000; }
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px; }
  .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px; }
  .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  .bx-wrapper .bx-next:hover {
    background-position: -43px 0; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
      background-position: -86px 0; }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
      background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
