@charset "UTF-8";
/* 既定設定 ------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  background: none;
  background-size: auto;
}
@media only screen and (max-width: 599px) {
  html {
    background: none;
    background-size: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  background-size: auto;
  line-height: 1.4;
  font-size: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  word-break: break-word;
}
@media only screen and (max-width: 599px) {
  body {
    background: #000;
    background-size: contain;
    font-size: 100%;
    line-height: 1.4;
  }
}

html[lang=en] body, .en,
html.translated-ltr body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

html[lang=de] body {
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

html[lang=ja] body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

*::-ms-backdrop, html[lang=ja] body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Verdana, sans-serif;
}

.container {
  position: relative;
  padding: 0 12px;
}
@media only screen and (max-width: 979px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    padding: 0 15px;
  }
}

/* フォーカス */
a:focus, button:focus, input:focus, select:focus, textarea:focus, .btn:focus {
  outline: 2px solid #09F;
}

a {
  color: #fff;
  transition: 0.1s;
}
a:link {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #ff9;
}
a:active {
  color: #ff9;
}

.en {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.serif {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media only screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  transition: opacity 0.12s ease-out, background-color 0.12s ease-out, color 0.12s ease-out, filter 0.12s ease-out;
}

a img {
  transition: opacity 0.12s ease-out, filter 0.12s ease-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.banner a[target=_blank], .image a[target=_blank], .icon a[target=_blank] {
  background-image: none;
}

a[target=_blank].banner, a[target=_blank].image, a[target=_blank].icon {
  background-image: none;
}

.btn-white {
  background: #FFF !important;
  color: #000 !important;
}

.btn-black {
  background: #000 !important;
  color: #FFF !important;
}

.btn-blue {
  background: #00F !important;
  color: #FFF !important;
}

.btn-yellow {
  background: #FF0 !important;
  color: #000 !important;
}

.nav a.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-top: 1.25em;
  border: 1px solid #fff;
  font-weight: normal;
  line-height: 1.6;
  text-decoration: none;
  color: #000;
}
.nav a.btn:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}
.nav a.btn[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 0.6em;
  background: url(/img/ico_blank.png) no-repeat center center;
  vertical-align: middle;
}
.nav a.btn[target=_blank]:hover:after {
  background-image: url(/img/ico_blank_on.png);
}

.banner a img {
  transition: opacity 0.1s ease-out;
}
.banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.row {
  margin: 0;
}

p, ul, ol, dl, figure {
  margin-bottom: 1em;
}

pre, blockquote {
  margin: 1.4em 0;
}

blockquote {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  font-style: normal;
  color: #fa3333;
}

input, textarea, select, button {
  font-size: 100%;
}

table, caption {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 400px) {
  br.br-sp {
    display: none;
  }
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 12px;
  padding-right: 12px;
}

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

/*
.btn.contact:before { content:"\f003" !important; }	// お問合せ
.btn.consult:before { content:"\f05a" !important; }	// 相談窓口
.btn.comment:before { content:"\f27b" !important; }	// 市民の声
.btn.council:before { content:"\f19c" !important; }	// 市議会

.btn.rss:before { content:"\f09e" !important; }	// RSS

//-- ファイルアイコン --//
a[href$=".pdf"]:before,
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".gif"]:before,
a[href$=".png"]:before,
a[href$=".bmp"]:before,
a[href$=".tiff"]:before,
a[href$=".txt"]:before,
a[href$=".csv"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".xlsm"]:before,
a[href$=".xlsb"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".lzh"]:before,
a[href$=".zip"]:before {
	content:"";
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:0.5em;
	background:url(/up/images/misato/../icon/unknown.png) no-repeat;
	background-size:100% auto;
	vertical-align:middle;
}

//a[href$=".htm"]:before,
//a[href$=".html"]:before {
//	background-image:url(/up/images/misato/../icon/html.png);
//	background-size:100% auto;
//}


a[href$=".pdf"]:before {
	background-image:url(/up/images/misato/../icon/pdf.png);
	background-size:100% auto;
}
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".gif"]:before,
a[href$=".png"]:before,
a[href$=".bmp"]:before,
a[href$=".tiff"]:before {
	background-image:url(/up/images/misato/../icon/image.png);
	background-size:100% auto;
}
a[href$=".txt"]:before {
	background-image:url(/up/images/misato/../icon/plain.png);
	background-size:100% auto;
}
a[href$=".csv"]:before {
	background-image:url(/up/images/misato/../icon/csv.png);
	background-size:100% auto;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
	background-image:url(/up/images/misato/../icon/msword.png);
	background-size:100% auto;
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".xlsm"]:before,
a[href$=".xlsb"]:before {
	background-image:url(/up/images/misato/../icon/excel.png);
	background-size:100% auto;
}
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
	background-image:url(/up/images/misato/../icon/powerpoint.png);
	background-size:100% auto;
}
a[href$=".lzh"]:before,
a[href$=".zip"]:before {
	background-image:url(/up/images/misato/../icon/zip.png);
	background-size:100% auto;
}
*/
.font-1 {
  font-size: x-small;
}

.font-2 {
  font-size: small;
}

.font-3 {
  font-size: medium;
}

.font-4 {
  font-size: large;
}

.font-5 {
  font-size: x-large;
}

.font-6 {
  font-size: xx-large;
}

.font-7 {
  font-size: xx-large;
  font-size: xxx-large;
}

/* テキストの折り返し設定 */
.wrap,
.wrap2 {
  word-break: keep-all;
}
.wrap span, .wrap small, .wrap a, .wrap b,
.wrap2 span,
.wrap2 small,
.wrap2 a,
.wrap2 b {
  display: inline-block;
  white-space: nowrap;
}
.wrap wbr + a, .wrap a:first-child,
.wrap2 wbr + a,
.wrap2 a:first-child {
  display: inline;
}
.wrap wbr,
.wrap2 wbr {
  display: inline-block;
}

a.wrap wbr + span, a.wrap span:first-child,
a.wrap wbr + small, a.wrap small:first-child,
a.wrap2 wbr + span,
a.wrap2 span:first-child,
a.wrap2 wbr + small,
a.wrap2 small:first-child {
  display: inline;
}

.not_ws {
  white-space: normal !important;
}

@media only screen and (max-width: 599px) {
  .wrap2,
  .not_ws_sp,
  html[lang=en] .wrap {
    word-break: normal !important;
    white-space: normal !important;
  }
  .wrap2 span, .wrap2 small, .wrap2 a, .wrap2 b,
  .not_ws_sp span,
  html[lang=en] .wrap span,
  .not_ws_sp small,
  html[lang=en] .wrap small,
  .not_ws_sp a,
  html[lang=en] .wrap a,
  .not_ws_sp b,
  html[lang=en] .wrap b {
    display: inline !important;
    white-space: normal !important;
  }
}

@media only screen and (max-width: 979px) {
  .not_ws_tab {
    word-break: normal !important;
    white-space: normal !important;
  }
  .not_ws_tab span, .not_ws_tab small, .not_ws_tab a, .not_ws_tab b {
    display: inline !important;
    white-space: normal !important;
  }
}

table {
  margin: 1.4em 0;
  border: 1px solid #999;
}
table thead {
  background: #e6e6e6;
}
table th {
  background: #f0f0f0;
}
table th, table td {
  padding: 0.5em 0.75em;
  border: 1px solid #999;
}

table[border="0"] {
  border: 0;
}
table[border="0"] > tr > th, table[border="0"] > tr > td, table[border="0"] > tbody > tr > th, table[border="0"] > tbody > tr > td {
  border: 0;
}

/* ヘッダー */
#header {
  padding-top: 8px;
}
#header .container {
  padding: 1.75em 6px 0;
  border-bottom: 0;
  background: #000;
  background-size: auto;
}
@media only screen and (max-width: 979px) {
  #header .container {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 599px) {
  #header .container {
    border-bottom: 1px solid #4A60AB;
    background: #000;
    background-size: auto;
  }
}
#header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#header h1 {
  float: left;
  width: 36%;
  margin: 0 5px 10px;
  font-size: 200%;
  line-height: 1.25;
}
@media only screen and (max-width: 599px) {
  #header h1 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 979px) {
  #header h1 {
    width: auto;
    margin-right: 100px;
  }
}
#header h1 img {
  width: auto;
  height: 3.75em;
  max-height: 160px;
}
@media only screen and (max-width: 979px) {
  #header h1 img {
    height: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 599px) {
  #header h1 img {
    height: 80px;
  }
}
@media only screen and (max-width: 979px) {
  #header img {
    max-width: 100%;
    height: auto;
  }
}

/* アクセシビリティ用ツール */
#header-app {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 6px;
  text-align: right;
  font-size: 87.5%;
  line-height: 1.143;
}
@media only screen and (max-width: 979px) {
  #header-app {
    position: relative;
    text-align: center;
  }
}
#header-app * {
  font-size: 100%;
  vertical-align: middle;
}
#header-app .form {
  margin-bottom: 10px;
}
#header-app .lbl {
  margin: 0;
  font-weight: normal;
}
#header-app .btn {
  padding: 2px 0.2em;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 1.1428571429;
  background: #000;
  color: #fff;
}
#header-app .btn:hover {
  background: #4A60AB;
  color: #FFF;
}
#header-app .btn.fontsize {
  padding: 2px;
  min-width: 2.8em;
}
#header-app .btn.fontsize.active {
  background: #4A60AB;
  color: #FFF;
}
#header-app .form {
  display: inline-block;
  margin-left: 1em;
}
#header-app .form.language {
  min-width: 135px;
  min-height: 30px;
  margin-left: 50px;
}
#header-app .form.language .goog-te-gadget-simple {
  padding: 4px;
}
#header-app .form.speaker a {
  position: relative;
  padding-left: 24px;
  color: #fff;
}
#header-app .form.speaker a:hover {
  color: #ff9;
}
#header-app .form.speaker a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_speaker.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#header-app .form.speaker a:hover:before {
  opacity: 0.7;
}

/* サイト内検索 */
#header-search {
  float: right;
  width: 39em;
  max-width: 60%;
  margin-top: 1px;
  padding: 20px 40px;
  background: none;
  background-size: auto;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #header-search {
    float: none;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  #header-search {
    background: none;
    background-size: auto;
  }
}
#header-search form.search {
  position: relative;
  padding: 10px 20px 12px 56px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #header-search form.search {
    padding: 10px 16px 10px 56px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 599px) {
  #header-search form.search {
    padding: 10px 10px 10px 45px;
  }
}
#header-search form.search:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_search.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  left: 16px;
  margin-top: 1em;
}
@media only screen and (max-width: 979px) {
  #header-search form.search:before {
    top: 14px;
    left: 16px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  #header-search form.search:before {
    left: 10px;
  }
}
#header-search form.search .wrapper {
  overflow: hidden;
  display: table;
  width: 100%;
}
#header-search form.search .wrapper .input-group {
  display: table-cell;
  width: 85%;
  max-width: 400px;
  vertical-align: middle;
}
#header-search form.search .wrapper button {
  display: table-cell;
}
#header-search form.search .lbl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.143;
}
@media only screen and (max-width: 979px) {
  #header-search form.search .lbl {
    display: none;
  }
}
#header-search form.search .input {
  width: 100%;
  height: 2em;
  padding: 1px 10px;
  border: 2px solid #4A60AB;
  background: #000;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.75;
}
#header-search form.search button {
  position: relative;
  left: -2px;
  height: 2em;
  padding: 1px 16px;
  border: 2px solid #4A60AB;
  border-radius: 0;
  font-weight: bold;
  background: #4A60AB;
  color: #FFF;
  white-space: nowrap;
  font-size: 112.5%;
  line-height: 1.75;
}
@media only screen and (max-width: 599px) {
  #header-search form.search button {
    padding: 1px 10px;
  }
}
#header-search form.search button:hover {
  background: #FFF;
  color: #4A60AB;
}

/* グロナビ */
#header-nav {
  clear: both;
  position: relative;
  z-index: 1020;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 140px;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}
#header-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@supports (display: flex) {
  #header-nav {
    display: flex;
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  #header-nav {
    display: block;
    width: auto;
    height: auto;
    letter-spacing: -0.4em;
    text-align: left;
  }
}
@media only screen and (max-width: 599px) {
  #header-nav {
    padding-top: 2%;
  }
}
#header-nav > * {
  display: table-cell;
  width: 13%;
  height: 100%;
  padding: 0 2px 0 10px;
  vertical-align: top;
}
@supports (display: flex) {
  #header-nav > * {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  #header-nav > * {
    display: inline-block;
    height: auto;
    text-align: center;
    letter-spacing: 0;
  }
}
#header-nav > *:first-child {
  width: 9%;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  #header-nav > *, #header-nav > *:first-child {
    width: 25%;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  #header-nav > *, #header-nav > *:first-child {
    width: 50%;
    padding: 2%;
  }
}
#header-nav img {
  max-width: 100%;
  height: auto;
}
#header-nav a {
  position: relative;
  display: block;
  font-weight: bold;
}
#header-nav a span {
  display: block;
  display: none;
}
#header-nav a.menu {
  height: 100%;
  min-height: 130px;
  padding: 12px 5% 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000 url(/img/misato/19/bg_nav_kanko.png) no-repeat left bottom;
  background-image: url(/img/misato/19/bg_nav_kanko.png), url(/img/misato/19/bdr_nav_kanko.png);
  background-position: left bottom, left top;
  font-size: 112.5%;
  line-height: 1.223;
}
@media only screen and (max-width: 599px) {
  #header-nav a.menu {
    font-size: 100%;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 979px) {
  #header-nav a.menu {
    min-height: 110px;
    padding: 12px 8px 6px;
    background-size: 100% 18px, 100% 4px;
  }
}
@media only screen and (max-width: 599px) {
  #header-nav a.menu {
    min-height: 5.5em;
    padding: 0.75em 8px 1px;
    background-size: 100% 13px, 100% 2px;
  }
}
#header-nav a.menu:hover {
  background-color: rgba(255, 255, 153, 0.1);
}
#header-nav a.menu b {
  display: block;
  white-space: normal;
}
@media only screen and (max-width: 979px) {
  #header-nav a.menu img {
    width: 44px;
    height: 44px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 599px) {
  #header-nav a.menu img {
    width: 33px;
    height: 33px;
  }
}
#header-nav > .home a.menu {
  border: 1px solid rgba(74, 96, 171, 0.8);
  background: #4A60AB;
  background: rgba(74, 96, 171, 0.8);
  color: #FFF;
}
#header-nav > .home a.menu:hover {
  background-color: #3f3685;
  color: #fff;
}
#header-nav > .kurasitetsuzuki a.menu {
  background-image: url(/img/misato/19/bg_nav_kurasitetsuzuki.png), url(/img/misato/19/bdr_nav_kurasitetsuzuki.png);
}
#header-nav > .kenko a.menu {
  background-image: url(/img/misato/19/bg_nav_kenko.png), url(/img/misato/19/bdr_nav_kenko.png);
}
#header-nav > .kosodate a.menu {
  background-image: url(/img/misato/19/bg_nav_kosodate.png), url(/img/misato/19/bdr_nav_kosodate.png);
}
#header-nav > .sanngyou a.menu {
  background-image: url(/img/misato/19/bg_nav_sanngyou.png), url(/img/misato/19/bdr_nav_sanngyou.png);
}
#header-nav > .machiannai a.menu {
  background-image: url(/img/misato/19/bg_nav_machiannai.png), url(/img/misato/19/bdr_nav_machiannai.png);
}
#header-nav > .chosei a.menu {
  background-image: url(/img/misato/19/bg_nav_chosei.png), url(/img/misato/19/bdr_nav_chosei.png);
}
#header-nav > .kanko a.menu {
  background-image: url(/img/misato/19/bg_nav_kanko.png), url(/img/misato/19/bdr_nav_kanko.png);
}
#header-nav .sub-nav {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 200;
  width: 51.2%;
  height: 0;
  margin-top: 16px;
  margin-left: -8.95%;
  padding: 15px 17px 12px;
  border: 1px solid transparent;
  border-width: 0 1px;
  text-align: left;
  background: #4A60AB;
  background: rgba(74, 96, 171, 0.84);
  color: #FFF;
  opacity: 0;
  animation: header-subnav-leave 0.25s ease-out forwards;
}
@media only screen and (max-width: 979px) {
  #header-nav .sub-nav {
    display: none !important;
  }
}
#header-nav .sub-nav:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25%;
  top: -32px;
  margin-left: -4px;
  border: 12px solid transparent;
  border-width: 16px 12px;
  border-bottom-color: #4A60AB;
  border-bottom-color: rgba(74, 96, 171, 0.84);
}
#header-nav .sub-nav h2 {
  margin: 0 0 12px;
  padding: 0 24px;
  font-weight: bold;
  font-size: 200%;
  line-height: 1.25;
}
#header-nav .sub-nav ul.nav {
  position: relative;
  z-index: 3;
  padding: 5px 5%;
  background: #FFF;
  color: #4A60AB;
  font-size: 112.5%;
  line-height: 1.4;
}
#header-nav .sub-nav ul.nav li {
  display: inline-block;
  width: 48%;
  padding: 5px 0;
}
#header-nav .sub-nav ul.nav a {
  height: auto;
  margin: 0;
  padding: 0.35em 5px 0.25em 1.8em;
  text-align: left;
  color: #4A60AB;
}
#header-nav .sub-nav ul.nav a:hover {
  color: #ff9;
}
#header-nav .sub-nav ul.nav a:after {
  content: none;
}
#header-nav .sub-nav ul.nav a:before {
  content: ">";
  position: static;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: -2.7em;
  margin-right: 0.7em;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
  font-size: 66.7%;
  line-height: 1.5;
  background: #4A60AB;
  color: #FFF;
}
#header-nav > *:nth-child(n+6) .sub-nav {
  left: auto;
  right: 0;
}
#header-nav > *:nth-child(n+6) .sub-nav:before {
  left: auto;
  right: 65%;
  margin-left: 0;
}
#header-nav > *:nth-child(7) .sub-nav:before {
  right: 40%;
}
#header-nav > *:nth-child(8) .sub-nav:before {
  right: 15%;
}
#header-nav > *.hover .sub-nav {
  display: block;
  height: auto;
  border-color: #999;
  opacity: 1;
  z-index: 255;
  animation: header-subnav-enter 0.35s ease-out forwards;
}

@keyframes header-subnav-enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header-subnav-leave {
  0% {
    opacity: 1;
    height: auto;
  }
  99% {
    opacity: 0;
    height: auto;
  }
  100% {
    height: 0;
  }
}
/* フッター */
#footer {
  padding: 16px 0 0;
  background: #5246AD;
  background-size: auto;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  #footer {
    background: #5246AD;
    background-size: auto;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
}
#footer .container {
  padding: 0 4.5%;
}
#footer h2 {
  float: left;
  margin: 0.2em 4.5% 0.4em 0;
  padding: 0;
  text-align: center;
  font-size: 225%;
  line-height: 1.1;
}
@media only screen and (max-width: 599px) {
  #footer h2 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 599px) {
  #footer h2 {
    float: none;
    margin: 0.2em 0;
    padding-right: 1.25em;
  }
}
#footer h2 a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
#footer h2 a:hover .en {
  color: #ff9;
}
#footer h2 b {
  display: inline-block;
  max-width: 5.5em;
  vertical-align: top;
}
#footer h2 img.logo {
  vertical-align: top;
}
@media only screen and (max-width: 599px) {
  #footer h2 img.logo {
    position: relative;
    top: -0.15em;
    width: 1.6666666667em;
    max-width: 64px;
  }
}
#footer h2 .en {
  display: block;
  margin-top: 0.4em;
  color: #fff;
  font-weight: normal;
  font-size: 50%;
}
@media only screen and (max-width: 979px) {
  #footer h2 .en {
    margin-top: 0.2em;
  }
}
#footer address {
  overflow: hidden;
  margin: 10px 0;
  line-height: 1.35;
  font-weight: bold;
  font-size: 93.8%;
  line-height: 1.667;
}
@media only screen and (max-width: 599px) {
  #footer address {
    font-size: 75%;
    line-height: 1.334;
  }
}
@media only screen and (max-width: 599px) {
  #footer address {
    overflow: visible;
    margin: 0.25em 0;
  }
}
#footer address p {
  margin-bottom: 0.5em;
}

/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  text-align: center;
  font-size: 87.5%;
  line-height: 1.143;
}
@media only screen and (max-width: 1267px) {
  #pagetop {
    right: 50%;
    margin-right: -604px;
  }
}
#pagetop a {
  display: block;
  width: 5.7142857143em;
  height: 5.7142857143em;
  padding: 2.75em 0.5em 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-weight: bold;
  text-decoration: none;
  background: #4A60AB url(/img/misato/19/icon_pagetop_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFF;
  transition: opacity 0.1s ease-out;
  opacity: 0.9;
}
#pagetop a:hover {
  opacity: 0.7;
}

/* Footer ナビ */
#footer-nav {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0 0.333em;
  font-weight: bold;
  text-align: center;
}
#footer-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 599px) {
  #footer-nav {
    padding: 0;
  }
}
#footer-nav li {
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  #footer-nav li {
    display: block;
    margin: 1px 0;
  }
}
#footer-nav li + li {
  margin-left: 0.7em;
}
@media only screen and (max-width: 599px) {
  #footer-nav li + li {
    margin-left: 0;
  }
}
#footer-nav .nav a {
  display: inline-block;
  padding: 0;
  background: none;
  color: #fff;
}
#footer-nav .nav a:hover {
  color: #ff9;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  #footer-nav .nav a {
    display: block;
    padding: 0.6em 0;
    background: #4A60AB;
    color: #FFF;
    transition: opacity 0.12s ease-out, filter 0.12s ease-out;
  }
  #footer-nav .nav a:hover {
    opacity: 0.75;
  }
  @supports (filter: brightness(1)) {
    #footer-nav .nav a:hover {
      opacity: 1;
      filter: brightness(1.12);
    }
  }
}
#footer-nav .nav a:before {
  content: "> ";
}
@media only screen and (max-width: 599px) {
  #footer-nav .nav a:before {
    content: none;
  }
}

/* コピーライト */
#footer-copryright {
  margin-top: 0.5em;
  padding: 3px;
  background: #4A60AB;
  color: #FFF;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (max-width: 599px) {
  #footer-copryright {
    margin-top: 0;
    padding: 0;
    background: none;
    color: #fff;
  }
}
#footer-copryright p.copyright {
  margin: 0;
}
#footer-copryright p.copyright small {
  font-size: 87.5%;
}
@media only screen and (max-width: 599px) {
  #footer-copryright p.copyright small {
    font-size: 68.8%;
  }
}

#emergency {
  width: 95%;
  margin: 5px auto 25px;
  padding: 9px 17px;
  border: 9px solid #b6252b;
  border-radius: 10px;
  background: #5246AD;
  color: #fff;
}
#emergency:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 599px) {
  #emergency {
    width: auto;
    margin: 0 auto 1.5em;
    padding: 7px 8px 2px 9px;
    border: 4px solid #b6252b;
    border-radius: 6px;
    font-size: 93.8%;
  }
}
#emergency h2 {
  width: 7em;
  margin: 0 -8px 0.5em;
  padding: 5px;
  background: #C1272D;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #emergency h2 {
    margin: 0 -2px 0.4em;
  }
}
#emergency h2:before {
  content: none;
}
#emergency > p {
  display: table-cell;
  width: 33.33%;
  margin: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 599px) {
  #emergency > p {
    display: block;
    width: auto;
    margin-bottom: 1em;
    padding-right: 0;
  }
}
#emergency > ul {
  display: table-cell;
  margin: 0 0 1em;
  padding-left: 2.5em;
}
@media only screen and (max-width: 599px) {
  #emergency > ul {
    display: block;
    padding-left: 1.5em;
  }
}
#emergency > ul li {
  clear: left;
  margin-bottom: 0.2em;
}
#emergency > ul time:after {
  content: " ";
}
#emergency > p + ul {
  border-left: 1px dotted #fff;
}
@media only screen and (max-width: 599px) {
  #emergency > p + ul {
    border-left: 0;
  }
}
#emergency footer .nav.sub {
  padding: 0.4em 10px;
}

/* スマートフォン用メニュー */
#sp-header {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  #sp-header {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  #sp-header {
    top: 0;
    padding: 5px;
  }
}
#sp-header .btn {
  padding: 7px;
  text-decoration: none;
  background: none;
  color: #4A60AB;
  font-size: 100%;
  line-height: 1.25;
}
@media only screen and (max-width: 599px) {
  #sp-header .btn {
    font-size: 87.5%;
  }
}
#sp-header .btn img {
  width: 58px;
  height: 58px;
}
@media only screen and (max-width: 599px) {
  #sp-header .btn img {
    width: 48px;
    height: 48px;
  }
}
#sp-header .btn .text {
  display: block;
  margin-top: 0.25em;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #header {
    position: relative;
    z-index: 300;
  }
}

#header-menu {
  color: inherit;
  background: none;
}
#header-menu .footer {
  padding: 0;
}
#header-menu .footer .btn.closer {
  display: none;
}
@media only screen and (max-width: 979px) {
  #header-menu {
    display: none;
    position: absolute;
    top: 136px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #4A60AB;
    border-bottom: 5px solid #4A60AB;
    color: #fff;
    background: #000;
  }
  #header-menu .footer {
    clear: both;
    padding: 10px 0 5px;
    text-align: center;
  }
  #header-menu .footer .btn.closer {
    display: inline-block;
    min-width: 50%;
    border: 2px solid #ACACAC;
    border-radius: 6px;
    font-weight: bold;
    font-size: 87.5%;
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 599px) {
  #header-menu {
    top: 90px;
  }
  #header-menu .footer .btn.closer {
    width: 75%;
  }
}

#container {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000;
  background-size: auto;
}
@media only screen and (max-width: 599px) {
  #container {
    max-width: 100%;
    background: #000;
    background-size: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.container {
  width: 1248px;
}
@media only screen and (max-width: 1267px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 979px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    padding: 0 12px;
  }
}

.pc {
  display: block;
}

.sp, .tablet {
  display: none;
}

@media only screen and (max-width: 979px) {
  .tablet {
    display: block;
  }
  .sp, .pc {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc, .tablet {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
main {
  position: relative;
  padding: 0;
  line-height: 1.4;
}
main article, main section {
  margin: 2em auto;
  padding: 0 15px;
}
main article:after, main section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
main article:first-child, main section:first-child {
  margin-top: 0;
}
main article article, main article section, main section article, main section section {
  padding: 0;
}
main aside {
  margin: 0 0 30px;
  padding: 0 12px 10px;
  background: #000;
  color: #fff;
}
main header, main .blocktitle {
  width: auto;
  border: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6, main header, main .blocktitle {
  position: relative;
  font-weight: bold;
  line-height: 1.25;
}
main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a, main header a, main .blocktitle a {
  color: inherit;
}
main h1 {
  margin: 0 -15px 1.5em;
  padding: 0.5em;
  border-top: 5px solid #4A60AB;
  border-bottom: 1px solid #4A60AB;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  main h1 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 599px) {
  main h1 {
    margin: 0 -8px 20px;
    padding: 4px 2px 6px 38px;
    background-size: auto 32px;
  }
}
main h2, main header, main .blocktitle {
  margin: 2.5em -12px 1em;
  padding: 0.4em 12px;
  border-left: 10px solid #4A60AB;
  background: #3f3685;
  font-size: 125%;
}
@media only screen and (max-width: 599px) {
  main h2, main header, main .blocktitle {
    font-size: 125%;
  }
}
@media only screen and (max-width: 599px) {
  main h2, main header, main .blocktitle {
    margin: 1.5em -8px 10px;
  }
}
main h3 {
  margin: 1.4em -7px 1em;
  padding: 0.35em 12px;
  border-top: 3px double #4A60AB;
  border-bottom: 1px solid #4A60AB;
  background: #5246AD;
  font-size: 120%;
}
@media only screen and (max-width: 599px) {
  main h3 {
    font-size: 120%;
  }
}
main h4 {
  margin: 1.4em -7px 0.8em;
  padding: 0.4em 6px;
  border-bottom: 1px solid #4A60AB;
  font-size: 110%;
}
@media only screen and (max-width: 599px) {
  main h4 {
    font-size: 110%;
  }
}
main h5 {
  font-size: 100%;
}
@media only screen and (max-width: 599px) {
  main h5 {
    font-size: 100%;
  }
}
main h6 {
  font-size: 100%;
}
@media only screen and (max-width: 599px) {
  main h6 {
    font-size: 100%;
  }
}
main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}
main aside h2 {
  margin: 0 -12px 15px;
  padding: 0.75em 12px;
  background: #4A60AB;
  color: #FFF;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  main aside h2 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 599px) {
  main aside h2 {
    margin: 0 -8px 10px;
  }
}
main aside h2:before {
  content: "\f067";
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
  font-size: 1.6em;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
}
main aside h2 a {
  color: #FFF;
}
main aside h2 a:hover {
  color: #FFF;
}
main p, main ul, main ol {
  margin: 0 0 1.4em;
}
main pre, main blockquote {
  margin: 1.4em 0;
}
main ul, main ol {
  padding-left: 20px;
}
main header, main .blocktitle {
  font-size: 100%;
  line-height: 1.4;
}
main header p, main header ul, main header ol, main header pre, main header blockquote, main .blocktitle p, main .blocktitle ul, main .blocktitle ol, main .blocktitle pre, main .blocktitle blockquote {
  margin: 0.56em 0;
}
main header p:first-child, main header ul:first-child, main header ol:first-child, main header pre:first-child, main header blockquote:first-child, main .blocktitle p:first-child, main .blocktitle ul:first-child, main .blocktitle ol:first-child, main .blocktitle pre:first-child, main .blocktitle blockquote:first-child {
  margin-top: 0;
}
main header p:last-child, main header ul:last-child, main header ol:last-child, main header pre:last-child, main header blockquote:last-child, main .blocktitle p:last-child, main .blocktitle ul:last-child, main .blocktitle ol:last-child, main .blocktitle pre:last-child, main .blocktitle blockquote:last-child {
  margin-bottom: 0;
}
main pre {
  padding: 1em;
  background: #eee;
}
main footer {
  margin: 0;
  padding: 0 12px;
  background: none;
}
main aside footer .nav.sub {
  padding: 0.4em 10px;
}
main aside footer .nav.sub a {
  padding: 0 0.33em;
}
main aside footer .nav.sub a:hover {
  background: rgba(255, 255, 255, 0.3);
}
main ruby rt, main ruby rp {
  font-size: 50%;
}

#icatch {
  padding: 0;
}
#icatch a {
  display: block;
}
#icatch a:hover img {
  opacity: 0.75;
}
#icatch img {
  max-width: 100%;
  height: auto;
}
#icatch figure, #icatch figcaption {
  margin: 0;
  padding: 0;
}
#icatch figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}

section.news ul {
  overflow: auto;
  width: 100%;
  height: 17em;
  margin: 1em 0;
  padding: 0.5em 150px 0.5em 30px;
  border: 1px solid #999;
  border-width: 1px 0;
}

section.objects .nav.group {
  margin: 1em 0;
  padding: 0;
}
section.objects .nav.group > * {
  float: left;
  width: 12.5%;
  padding: 0;
}
section.objects .nav.group a {
  position: relative;
  display: block;
  padding: 3px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
section.objects .nav.group a:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
section.objects .nav.group span.title {
  display: block;
  margin-top: 0.2em;
}

.nav a.btn {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.4em 12px 0.4em 16px;
  border: 1px solid #999;
  border-radius: 0;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 125%;
  line-height: 1.6;
}
@media only screen and (max-width: 599px) {
  .nav a.btn {
    font-size: 93.8%;
  }
}
.nav a.btn:hover {
  background: #5246AD;
}
.nav a.btn:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
  color: #4A60AB;
}
.nav a.btn.rss {
  margin-bottom: 0;
  padding: 0.25em 0.75em;
  border-color: #994d00;
  font-weight: bold;
  font-size: 100%;
  background: #FF8000;
  color: #fff;
}
.nav a.btn.rss:before {
  font-size: 100%;
  color: #fff;
  vertical-align: baseline;
}
.nav a.btn.rss:after {
  content: none;
}
.nav a.btn.rss:hover {
  background: #fff;
  color: #FF8000;
}
.nav li a:hover {
  background: #5246AD;
}

figure.left {
  float: left;
  margin: 0 30px 1em 0;
}

figure.right {
  float: right;
  margin: 0 0 1em 30px;
}

nav.breadcrumb {
  margin: 0 0 15px;
  padding: 10px 10px;
  border-bottom: 1px dashed #666;
  background: #000;
  color: #fff;
  font-size: 87.5%;
  line-height: 1.715;
}
@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    font-size: 62.5%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    padding: 0.5em 8px;
    text-align: left;
  }
}
nav.breadcrumb ul {
  margin: 0;
  padding: 0;
}
nav.breadcrumb ul li:first-child .fa {
  font-size: 150%;
  line-height: 1.2;
}
@media only screen and (max-width: 599px) {
  nav.breadcrumb ul li:first-child .fa {
    font-size: 93.8%;
    line-height: 1;
  }
}
nav.breadcrumb ul li + li:before {
  content: " > ";
  color: #999;
}

.sides {
  font-size: 87.5%;
}
@media only screen and (max-width: 599px) {
  .sides {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 599px) {
  .sides {
    margin-top: 50px;
    padding: 0 8px;
  }
}

#contents_page_info {
  margin-bottom: 0.75em;
  padding: 0.5em;
  background: #4A60AB;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.side {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 2px;
  border: 1px solid #aaa;
  background: #000;
  color: #fff;
  font-size: 87.5%;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  .side {
    font-size: 100%;
  }
}
.side h2 {
  margin: 0;
  padding: 0.65em 15px;
  text-align: center;
  font-weight: bold;
  background: #4A60AB;
  color: #FFF;
}
.side h2 a {
  color: #FFF;
  text-decoration: none;
}
.side h2 a:hover {
  text-decoration: underline;
}
.side h2:before {
  display: none;
  content: none;
}
.side .nav li {
  list-style: none;
}
.side .nav li + li,
.side .nav li li {
  border-top: 1px solid #3f3685;
}
.side .nav a {
  display: block;
  margin: 0;
  padding: 0.7em 10px 0.7em 38px;
}
.side .nav a:hover {
  text-decoration: none;
}
.side .nav a:before {
  content: "";
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -24px;
  margin-right: 8px;
  vertical-align: middle;
  color: #8080C0;
  background: url(/img/misato/ball_blue.png) no-repeat left center;
}
.side .nav a span.title {
  display: block;
}
.side .nav a time {
  font-weight: bold;
}
.side .nav a.nolink {
  color: #fff;
}
.side .nav a.nolink:hover {
  background: none !important;
}
.side .nav a.nolink time {
  font-weight: normal;
}
.side .nav .active > a {
  background: #5246AD;
  color: #fff;
}
.side .nav .active > a:hover {
  color: #ff9;
}
.side .nav ul {
  padding-left: 0;
}
.side .nav ul a {
  padding-left: 52px;
}
.side .nav ul a:before {
  background-image: url(/img/misato/ball_gray.png);
}

#side-category {
  font-size: 100%;
}
#side-category h2 {
  padding: 0;
  font-size: 114.3%;
}
#side-category h2 a {
  display: block;
  padding: 0.65em 15px;
  background: #4A60AB;
  color: #FFF;
  text-decoration: none;
}
#side-category h2 a:hover {
  background: #6a7dbe;
  text-decoration: underline;
}
#side-category .count {
  display: inline-block;
  margin-left: 0.33em;
  font-size: 93.75%;
}

#side-contact {
  padding: 0;
  border: 0;
  background: none;
}
#side-contact a.btn {
  width: 100%;
}

#side-events h2:before {
  content: "\f005";
}
#side-events .nav {
  overflow: auto;
  max-height: 33em;
  margin: 0 -12px;
  padding: 0 12px;
}

#side-faq h2:before {
  content: "\f128";
}

.sides .options {
  margin-top: 2.1em;
  padding: 0 20px;
}
.sides .options h2 {
  margin: 0 -20px 1em;
}
.sides .options:first-child {
  margin-top: 0;
}

.option-maps figcaption {
  display: block;
  margin: 0 0 10px;
  padding-left: 0.6em;
  border-left: 0.4em solid #4A60AB;
  font-weight: bold;
}
.option-maps .map iframe {
  max-width: 100%;
}
.option-maps .link {
  display: block;
}

/* Carousel (Slider) - slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 255;
  display: block;
  margin-top: -48px;
  width: 46px;
  height: 96px;
  padding: 0;
  border: 0;
  background: none no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
a.slick-arrow:hover {
  background-color: transparent;
}

a.slick-arrow.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.slick-arrow.prev {
  left: 0;
  background-image: url(/up/images/common/btn_prev.png);
}

a.slick-arrow.next {
  right: 0;
  background-image: url(/up/images/common/btn_next.png);
}

a.slick-arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .slick-dots {
    bottom: 5px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}
.slick-dots li button {
  box-sizing: border-box;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 75%;
  padding: 0;
  border: 2px solid #4A60AB;
  border-radius: 15px;
  background: #FFF;
  color: #4A60AB;
  cursor: pointer;
  text-indent: -9999px;
  transition: opacity 0.12s ease-out;
}
@media only screen and (max-width: 599px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dots li button:hover {
  opacity: 0.75;
}
.slick-dots li.slick-active button {
  border-color: #FFF;
  background: #4A60AB;
  color: #FFF;
}

.slick-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 599px) {
  .slick-controls {
    bottom: 5px;
    right: 5px;
  }
}
.slick-controls img {
  vertical-align: top;
}
.slick-controls .slick-play,
.slick-controls .slick-stop {
  position: static;
  top: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 1;
  font-size: 75%;
  margin: 0 0 0 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  background: #4A60AB;
  color: #FFF;
  transition: opacity 0.12s ease-out;
}
@media only screen and (max-width: 599px) {
  .slick-controls .slick-play,
  .slick-controls .slick-stop {
    width: 20px;
    height: 20px;
  }
}
.slick-controls .slick-play:hover,
.slick-controls .slick-stop:hover {
  opacity: 0.6;
}
.slick-controls .slick-play {
  opacity: 0.8;
}
.slick-controls .slick-stop {
  opacity: 1;
}
.slick-controls.slick-pausing .slick-play {
  opacity: 1;
}
.slick-controls.slick-pausing .slick-stop {
  opacity: 0.8;
}

#read-speaker-group {
  display: none;
  margin: 0;
}
#read-speaker-group #read-speaker.rsbtn.rsfloating {
  position: relative;
  top: -5px;
  display: table;
  margin-left: auto;
}

.options,
#nav-address {
  clear: both;
  padding: 0 30px;
  border: 1px solid rgba(74, 96, 171, 0.5);
  line-height: 1.6;
}
.options h2, .options h3,
#nav-address h2,
#nav-address h3 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.options h2,
#nav-address h2 {
  margin: 0 -30px 1em;
  padding: 0.65em 15px;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  background: #4A60AB;
  color: #FFF;
}
.options h2:after,
#nav-address h2:after {
  content: none;
}
.options ul, .options ol, .options figure, .options address,
#nav-address ul,
#nav-address ol,
#nav-address figure,
#nav-address address {
  margin-bottom: 1em;
}
.options ul, .options ol,
#nav-address ul,
#nav-address ol {
  list-style: disc;
  padding-left: 20px;
}

.options {
  margin-top: 4.2em;
  margin-bottom: 2.1em;
}
.options + .options {
  margin-top: 2.1em;
}
.options h2 {
  font-size: 100%;
}

.options:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.options.option-links ul, .options.option-files ul {
  display: inline-block;
}
.sides .options.option-links ul, .sides .options.option-files ul {
  display: block;
}
.options aside, .options .download {
  float: right;
  width: 18em;
  margin: 0 -12px 10px 12px;
  padding: 0;
  text-align: center;
  background: #eee;
  font-size: 75%;
  line-height: 1.25;
}
@media only screen and (max-width: 599px) {
  .options aside, .options .download {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 599px) {
  .options aside, .options .download {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 10px;
  }
}
.sides .options aside, .sides .options .download {
  float: none;
  width: auto;
  margin: 0 0 10px;
  padding: 0 10px;
}
.options aside a, .options .download a {
  display: block;
  padding: 5px 0;
}
.options aside a img, .options .download a img {
  margin: 5px;
}
.options aside a span, .options .download a span {
  display: block;
}

main aside.option-contents h2:before {
  content: "\f124";
}
main aside.option-files h2:before {
  content: "\f019";
}
main aside.option-links h2:before {
  content: "\f14c";
}
main aside.option-maps h2:before {
  content: "\f041";
}
main aside.option-facebook h2:before {
  content: "\f230";
}

.option-files .filesize:before {
  content: " : ";
}

.option-contents li .cat {
  overflow: hidden;
  display: inline-block;
  min-width: 6em;
  margin: 0 0.33em;
  padding: 0 0.5em;
  border-radius: 4px;
  font-size: 87.5%;
  background: #eee;
  text-align: center;
  vertical-align: middle;
}

.option-maps figcaption {
  display: block;
  margin: 0 0 1em;
  padding-left: 0.6em;
  border-left: 0.4em solid #4A60AB;
  font-weight: bold;
}
.option-maps .map iframe {
  max-width: 100%;
}

#nav-address {
  padding: 0;
  border: none;
}
#nav-address h2 {
  margin: 0;
  padding: 0.65em 15px;
  font-size: 100%;
}
#nav-address h2:before {
  content: none;
}
#nav-address h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
}
#nav-address h3:before, #nav-address h3:after {
  content: none;
}
#nav-address address {
  padding: 1em 20px 0;
  border: 1px solid rgba(74, 96, 171, 0.5);
}
#nav-address address .tel1 + .tel2:before,
#nav-address address .tel1 + .fax:before {
  content: " / ";
  margin: 0 0.33em;
}
#nav-address address .zip {
  margin-right: 0.33em;
}
#nav-address address .zip + br {
  display: none;
}
#nav-address address .nav {
  margin-top: 1em;
}
#nav-address .nav {
  margin: 0 -20px;
  text-align: left;
}
#nav-address .nav a {
  display: block;
  margin: 0;
  padding-left: 20px;
  border: 0;
  background: #f0f0f0;
  font-size: 100%;
}

main .free:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

section.standard:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
section.standard figure.images img {
  max-width: 100%;
  height: auto;
}
section.standard figure.images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.standard figure.images ul li {
  margin: 0 0 15px;
}
section.standard figure.images ul.images a:before {
  content: none;
}
section.standard figure.images.up, section.standard figure.images.down {
  text-align: center;
}
section.standard figure.images.up li, section.standard figure.images.down li {
  display: inline-block;
  margin: 0 5px 15px;
}
section.standard figure.images.up img, section.standard figure.images.down img {
  width: auto;
  max-height: 400px;
}
section.standard figure.images.down li {
  margin: 15px 5px 0;
}
section.standard figure.images.left {
  float: left;
  max-width: 33%;
  margin-right: 3%;
  text-align: left;
}
section.standard figure.images.right {
  float: right;
  max-width: 33%;
  margin-left: 3%;
  text-align: right;
}

/* トップページ アイキャッチ */
.Home {
  /* 		.link_kanko,
  		.link_AED {
      		margin: 0px auto 10px;
      		border: 2px solid #4a60ab;
      		padding: 5px;
      		width: 100%;
      		max-width: 100%;
      		display: flex;
      		justify-content: center;
      		align-items: center;
  		}

  		.link_kanko {
  			@include media(tablet) {
  				height: 50%;
  			}
  		}

  		.link_AED {
  			height: 100%;

  			@include media(tablet) {
  				img {
  					height:60px;
  					width: auto;
  				}

  				a {
  					display: flex;
      				flex-direction: column;
      				align-items: center;
  				}
  			}

  			@include media(sp) {
  				img {
  					height:50px;
  					width: auto;
  				}
  				a {
  					display: block;
  				}
  			}

  			.text {
  				font-size: 140%;

  				@include media(tablet) {
  					font-size: 100%;
  					text-align: center;
  				}
  			}
  		}

  		.link_bear {

  			img {
  				max-width: 100%;
      			height: auto;
  			}
  		}
  	}
   */
}
.Home main {
  padding-top: 3px;
}
.Home main h2, .Home main h3 {
  margin: 0 0 0.4em;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  text-align: center;
  font-size: 120%;
}
.Home main section, .Home main aside {
  margin: 0 auto 2.25em;
}
@media only screen and (max-width: 599px) {
  .Home main section, .Home main aside {
    margin-bottom: 1.5em;
  }
}
.Home #sample {
  margin-top: 150px;
}
.Home #covid-info-group {
  padding: 0;
  margin: 1em auto 2.25em;
}
@media only screen and (max-width: 979px) {
  .Home #covid-info-group {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group {
    margin-bottom: 1em;
  }
}
.Home #covid-info-group h2 {
  background: #5175C2;
  color: #fff;
  font-size: 150%;
  margin-bottom: 1em;
  padding: 18px 0;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group h2 {
    margin-bottom: 12px;
  }
}
.Home #covid-info-group h2.covid-title {
  background: #5175C2;
  color: #fff;
  padding: 18px 0;
  font-size: 150%;
  margin-bottom: 0.25em;
  padding: 0.5em;
  font-size: 140%;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group h2.covid-title {
    margin-bottom: 12px;
  }
}
.Home #covid-info-group .covid-link {
  border: solid 2px #5175C2;
  padding: 1em;
  display: flex;
  justify-content: center;
}
.Home #covid-info-group ul {
  margin: auto 0;
}
.Home #covid-info-group .row {
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row {
    display: block;
  }
}
.Home #covid-info-group .row .col {
  border: 2px solid #DD7622;
  padding: 1.5em 0;
  margin: 0 12px;
  display: flex;
  align-items: center;
  flex-direction: unset;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  .Home #covid-info-group .row .col {
    padding: 24px 20px;
    width: 50%;
    flex-direction: column;
    justify-content: unset;
  }
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .col {
    margin: 0 0 12px;
    flex-direction: unset;
    padding: 18px 0px;
    width: auto;
  }
}
.Home #covid-info-group .row .col p {
  font-weight: bold;
  text-align: center;
  margin: 0 1.5em 0 0;
  font-size: 150%;
}
@media only screen and (max-width: 979px) {
  .Home #covid-info-group .row .col p {
    margin: 0 0 3%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .col p {
    font-size: 112.5%;
    width: 35%;
    margin: 0 10px;
  }
}
.Home #covid-info-group .row .col p:before {
  margin-right: 0.25em;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .col p:before {
    margin-right: 0.15em;
  }
}
.Home #covid-info-group .row .col ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .col ul {
    width: 65%;
    margin-right: 10px;
  }
}
.Home #covid-info-group .row .col li {
  margin: 4px 0;
}
.Home #covid-info-group .row .col li a {
  font-weight: bold;
}
.Home #covid-info-group .row .virus p:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_virus.png") no-repeat center center;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .virus p:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.Home #covid-info-group .row .support p:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_support.png") no-repeat center center;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .support p:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.Home #covid-info-group .row .injection p:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_injection.png") no-repeat center center;
}
@media only screen and (max-width: 599px) {
  .Home #covid-info-group .row .injection p:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.Home #tax-info-group {
  border: solid 2px #5175C2;
  margin: 1em auto 2.25em;
  padding: 2em 0;
}
@media only screen and (max-width: 599px) {
  .Home #tax-info-group {
    padding: 1em 0;
  }
}
.Home #tax-info-group a {
  text-decoration: none;
}
.Home #tax-info-group h2 {
  font-size: 140%;
}
.Home #tax-info-group h2:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url(/up/images/misato/common/top/tax_info.png) no-repeat center center;
  margin-right: 0.5em;
}
.Home #tax-info-group p {
  text-align: center;
  margin: 0;
  padding: 0 1em;
}
.Home #info-group-top {
  display: flex;
  margin-bottom: 2em;
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top {
    display: block;
  }
}
.Home #info-group-top #covid-info-group {
  padding: 0;
  margin: 0;
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top #covid-info-group {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group {
    margin-bottom: 1em;
  }
}
.Home #info-group-top #covid-info-group h2 {
  background: #4a60ab;
  color: #fff;
  font-size: 150%;
  margin-bottom: 1em;
  padding: 18px 0;
  font-size: 150%;
}
.Home #info-group-top #covid-info-group h2.covid-title {
  background: #4a60ab;
  color: #fff;
  padding: 18px 0;
  font-size: 150%;
  margin-bottom: 0;
  padding: 0.5em;
  font-size: 140%;
  height: 30%;
}
.Home #info-group-top #covid-info-group .covid-link {
  border: solid 2px #4a60ab;
  padding: 1em;
  display: flex;
  justify-content: center;
  height: 70%;
}
.Home #info-group-top #covid-info-group ul {
  margin: auto 0;
}
.Home #info-group-top #covid-info-group .row {
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group .row {
    display: block;
  }
}
.Home #info-group-top #covid-info-group .row .col {
  border: 2px solid #DD7622;
  padding: 1.5em 0;
  margin: 0 12px;
  display: flex;
  align-items: center;
  flex-direction: unset;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top #covid-info-group .row .col {
    padding: 24px 20px;
    width: 50%;
    flex-direction: column;
    justify-content: unset;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group .row .col {
    margin: 0 0 12px;
    flex-direction: unset;
    padding: 18px 0px;
    width: auto;
  }
}
.Home #info-group-top #covid-info-group .row .col p {
  font-weight: bold;
  text-align: center;
  margin: 0 1.5em 0 0;
  font-size: 150%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top #covid-info-group .row .col p {
    margin: 0 0 3%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group .row .col p {
    font-size: 112.5%;
    width: 35%;
    margin: 0 10px;
  }
}
.Home #info-group-top #covid-info-group .row .col p:before {
  margin-right: 0.25em;
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group .row .col p:before {
    margin-right: 0.15em;
  }
}
.Home #info-group-top #covid-info-group .row .col ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top #covid-info-group .row .col ul {
    width: 65%;
    margin-right: 10px;
  }
}
.Home #info-group-top #covid-info-group .row .col li {
  margin: 4px 0;
}
.Home #info-group-top #covid-info-group .row .col li a {
  font-weight: bold;
}
.Home #info-group-top .link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link-block {
    height: 100%;
  }
}
.Home #info-group-top .link_20th {
  margin: 0px auto 5px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home #info-group-top .link_kanko,
.Home #info-group-top .link_AED {
  margin: 0px auto 5px;
  border: 2px solid #4a60ab;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home #info-group-top .link_bear {
  margin: 0px auto 5px;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home #info-group-top .link_mizumo-books,
.Home #info-group-top .link_tetsuzuki {
  margin: 0px auto 5px;
  border: 2px solid #4a60ab;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home #info-group-top .link_zeimu {
  margin: 0px auto 5px;
  border: 2px solid #4a60ab;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home #info-group-top .link_tetsuzuki,
.Home #info-group-top .link_kanko,
.Home #info-group-top .link_AED {
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_tetsuzuki img,
  .Home #info-group-top .link_kanko img,
  .Home #info-group-top .link_AED img {
    height: 60px;
    width: auto;
  }
  .Home #info-group-top .link_tetsuzuki a,
  .Home #info-group-top .link_kanko a,
  .Home #info-group-top .link_AED a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top .link_tetsuzuki img,
  .Home #info-group-top .link_kanko img,
  .Home #info-group-top .link_AED img {
    height: 50px;
    width: auto;
  }
  .Home #info-group-top .link_tetsuzuki a,
  .Home #info-group-top .link_kanko a,
  .Home #info-group-top .link_AED a {
    display: block;
  }
}
.Home #info-group-top .link_tetsuzuki .text,
.Home #info-group-top .link_kanko .text,
.Home #info-group-top .link_AED .text {
  font-size: 180%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_tetsuzuki .text,
  .Home #info-group-top .link_kanko .text,
  .Home #info-group-top .link_AED .text {
    font-size: 100%;
    text-align: center;
  }
}
.Home #info-group-top .link_mizumo-books {
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_mizumo-books img {
    height: 60px;
    width: auto;
  }
  .Home #info-group-top .link_mizumo-books a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top .link_mizumo-books img {
    height: 50px;
    width: auto;
  }
  .Home #info-group-top .link_mizumo-books a {
    display: block;
  }
}
.Home #info-group-top .link_mizumo-books .text {
  font-size: 180%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_mizumo-books .text {
    font-size: 100%;
    text-align: center;
  }
}
.Home #info-group-top .link_bear {
  height: 100%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_bear img {
    height: 60px;
    width: auto;
  }
  .Home #info-group-top .link_bear a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 599px) {
  .Home #info-group-top .link_bear img {
    height: 50px;
    width: auto;
  }
  .Home #info-group-top .link_bear a {
    display: block;
  }
}
.Home #info-group-top .link_bear .text {
  font-size: 140%;
}
@media only screen and (max-width: 979px) {
  .Home #info-group-top .link_bear .text {
    font-size: 100%;
    text-align: center;
  }
}
.Home #purpose {
  padding: 0;
}
.Home #purpose h2 {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1.25em;
  border: 0;
  border-radius: 7px 7px 0 0;
  color: #fff;
  background: #5246AD;
  background-size: auto;
}
.Home #purpose .group {
  margin: 0;
  padding: 16px 3.3333333333% 8px;
  border-radius: 0 10px 10px 10px;
  background: #5246AD;
  color: #fff;
  letter-spacing: -0.4em;
}
.Home #purpose .group a {
  float: none;
  display: inline-block;
  width: 20%;
  margin-bottom: 10px;
  padding: 2px;
  text-align: center;
  color: #fff;
  vertical-align: top;
  letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
  .Home #purpose .group a {
    width: 50%;
  }
}
.Home #purpose .group a:hover {
  color: #ff9;
}
.Home #purpose .group a img {
  width: 83.3333333333%;
  height: auto;
}
@media only screen and (max-width: 599px) {
  .Home #purpose .group a img {
    width: auto;
    max-width: 110px;
  }
}
.Home #purpose .group a span.title {
  line-height: 1.25;
  height: 2.5em;
}
@media only screen and (max-width: 599px) {
  .Home #purpose .group a span.title {
    height: auto;
  }
}
.Home #bousai-links {
  padding: 0;
}
.Home #bousai-links h2 {
  font-size: 150%;
}
.Home #bousai-links h2:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_bousai_links.png") no-repeat center center;
  margin-right: 0.667em;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links h2:before {
    width: 33.75px;
    height: 33.75px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links h2:before {
    margin-right: 0.2em;
    vertical-align: bottom;
  }
}
.Home #bousai-links .row {
  display: flex;
  margin: 0 -6px;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links .row {
    display: block;
  }
}
.Home #bousai-links .col {
  overflow: hidden;
  padding: 2px 6px;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links .col {
    float: none;
    width: auto;
  }
}
.Home #bousai-links a.btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 135px;
  padding: 10px 15px 10px 48px;
  text-align: left;
  text-decoration: none;
  background: #fff;
  color: #000;
  white-space: normal;
  font-size: 112.5%;
  line-height: 2;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links a.btn {
    min-height: 48px;
    padding: 5px 5px 5px 26px;
    line-height: 1.5;
  }
}
.Home #bousai-links a.btn#bousai-info {
  background: #C1272D;
  color: #fff;
}
.Home #bousai-links a.btn[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/img/misato/19/ico_link_blank.png") no-repeat center center;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links a.btn[target=_blank]:after {
    top: 50%;
    margin-top: -8px;
  }
}
.Home #bousai-links a.btn:hover {
  opacity: 0.7;
}
.Home #bousai-links a.btn:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_bousai_info.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -21px;
  border-radius: 25px;
  background-color: #000;
  background-position: 16px center;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links a.btn:before {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links a.btn:before {
    left: -11px;
    margin-top: -11px;
    border-radius: 13px;
    background-position: 10px center;
    background-size: 21px 21px;
  }
}
.Home #bousai-links a.btn#bousai-medic:before {
  background-image: url("/img/misato/19/icon_bousai_medic.png");
}
.Home #bousai-links a.btn#bousai-info:before {
  background-image: url("/img/misato/19/icon_bousai_info.png");
}
.Home #bousai-links a.btn#bousai-weather:before {
  background-image: url("/img/misato/19/icon_bousai_weather.png");
}
@media only screen and (max-width: 599px) {
  .Home #bousai-links a.btn br {
    display: none;
  }
}
.Home #icatch-group #bousai-links {
  margin-bottom: 1.75em;
}
.Home #icatch-group #bousai-links .col {
  padding: 0 8px;
}
@media only screen and (max-width: 599px) {
  .Home #icatch-group #bousai-links a.btn {
    margin-bottom: 5px;
  }
}
.Home #bousai-musen {
  padding: 0;
}
.Home #bousai-musen h2 {
  min-height: 42px;
  padding: 3px 0;
  color: #C1272D;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen h2 {
    min-height: 0;
  }
}
.Home #bousai-musen h2:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_bousai_musen_left.png") no-repeat center center;
  margin-right: 0.6em;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen h2:before {
    width: 21px;
    height: 21px;
    background-size: contain;
  }
}
.Home #bousai-musen h2:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_bousai_musen_right.png") no-repeat center center;
  margin-left: 0.6em;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen h2:after {
    width: 21px;
    height: 21px;
    background-size: contain;
  }
}
.Home #bousai-musen .wrapper {
  min-height: 135px;
  padding: 10px 10px 9px;
  border: 4px solid #C1272D;
  border-radius: 10px;
  background: #5246AD;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .wrapper {
    padding: 10px 15px 12px;
    border-width: 2px;
  }
}
.Home #bousai-musen p {
  padding: 5px;
}
.Home #bousai-musen .hoso-table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  background: none;
  font-size: 112.5%;
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .hoso-table {
    font-size: 100%;
  }
}
.Home #bousai-musen .hoso-table td {
  padding: 5px;
  border: 0;
  vertical-align: top;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .hoso-table td {
    display: block;
    padding: 0;
    vertical-align: baseline;
  }
}
.Home #bousai-musen .hoso-table .hoso-date {
  padding-left: 35px;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .hoso-table .hoso-date {
    padding-left: 26px;
  }
}
.Home #bousai-musen .hoso-table .hoso-date:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_bosai_speaker.png") no-repeat center center;
  top: -0.4em;
  margin-right: 6px;
  margin-left: -30px;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .hoso-table .hoso-date:before {
    margin-right: 5px;
    margin-left: -29px;
  }
}
.Home #bousai-musen .hoso-table .hoso-time {
  display: none;
}
@media only screen and (max-width: 599px) {
  .Home #bousai-musen .hoso-table .hoso-text {
    font-weight: normal;
  }
}
.Home #bousai-musen .hoso-table .hoso-text a {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 5.6em;
}
@media only screen and (max-width: 979px) {
  .Home #bousai-musen .hoso-table .hoso-text a {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
  }
}
.Home #icatch-group #bousai-musen h2 {
  min-height: 0;
}
.Home #news-group {
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .Home #news-group {
    margin-bottom: 0;
  }
}
.Home #news-group h2 {
  margin-bottom: 1em;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  .Home #news-group h2 {
    margin-bottom: 0.4em;
  }
}
.Home #news-group h2:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 64px;
  height: 32px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_news.png") no-repeat center center;
  margin-right: 0.5em;
}
@media only screen and (max-width: 599px) {
  .Home #news-group h2:before {
    width: 48px;
    height: 24px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home #news-group h2:before {
    margin-right: 0.15em;
  }
}
.Home #news-group h3 {
  display: inline-block;
  width: 11.5em;
  margin: 0;
  padding: 1em 1em 0.9em;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .Home #news-group h3 {
    width: 9.5em;
    padding: 0.7em 0.5em 0.55em;
  }
}
.Home section.news {
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .Home section.news {
    margin-bottom: 1.5em;
  }
}
.Home section.news h3 {
  background: #6B6B6B;
}
.Home section.news ul {
  list-style: none;
  box-sizing: content-box;
  width: auto;
  height: 22.5em;
  margin: 0;
  padding: 20px 5px 10px 15px;
  border: 5px solid #6B6B6B;
  line-height: 1.25;
  color: #fff;
  background: #6B6B6B;
}
@media only screen and (max-width: 979px) {
  .Home section.news ul {
    height: auto;
    max-height: 22.5em;
    max-height: 48vh;
  }
}
@media only screen and (max-width: 599px) {
  .Home section.news ul {
    padding: 5px 0 5px 5px;
  }
}
.Home section.news ul li {
  clear: left;
  padding: 6px 0;
}
@media only screen and (max-width: 599px) {
  .Home section.news ul li {
    padding: 3px 0;
  }
}
.Home section.news ul a {
  display: block;
  padding: 9px 10px;
}
@media only screen and (max-width: 599px) {
  .Home section.news ul a {
    padding: 3px 5px;
  }
}
.Home section.news ul a:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #ff9;
}
.Home section.news ul .nodata {
  display: inline-block;
  padding: 0 10px;
}
.Home section.news .ctgr {
  display: none;
}
.Home section.news time {
  float: left;
  display: inline-block;
  width: 35%;
  padding: 0 20px 0 25px;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .Home section.news time {
    width: 10.5em;
  }
}
@media only screen and (max-width: 599px) {
  .Home section.news time {
    float: none;
    width: auto;
    padding: 0;
  }
}
.Home section.news time:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_news_date.png") no-repeat center center;
  margin-right: 10px;
  margin-left: -25px;
}
@media only screen and (max-width: 599px) {
  .Home section.news time:before {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home section.news time:before {
    margin-right: 6px;
    margin-left: 0;
  }
}
.Home section.news .title {
  overflow: hidden;
  display: block;
  width: 65%;
}
@media only screen and (max-width: 979px) {
  .Home section.news .title {
    overflow: visible;
    width: auto;
    margin-left: 11em;
  }
}
@media only screen and (max-width: 599px) {
  .Home section.news .title {
    margin-top: 0.2em;
    margin-left: 0;
    padding-left: 20px;
  }
}
.Home section.news#topics h3 {
  color: #fff;
  background: #727212;
}
.Home section.news#topics ul {
  border-color: #727212;
  color: #fff;
  background: #727212;
}
.Home section.news footer {
  font-size: 93.8%;
  line-height: 1.25;
}
.Home section.news footer p.nav {
  position: absolute;
  top: 1.6666666667em;
  right: 4px;
}
@media only screen and (max-width: 599px) {
  .Home section.news footer p.nav {
    top: 0.924em;
  }
}
.Home section.news footer p.nav a:before {
  content: "> ";
}
.Home section.news footer .rss {
  display: none;
  margin: 0;
}
.Home #about {
  margin-right: 4.5%;
  padding: 22px 8px 13px 12px;
  border-radius: 10px;
  color: #fff;
  background: #5246AD;
  background-size: auto;
}
@media only screen and (max-width: 1267px) {
  .Home #about {
    margin-right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .Home #about {
    margin-left: -12px;
    margin-right: -12px;
    padding: 20px 24px;
    border-radius: 0;
  }
}
.Home #about h2 {
  margin-bottom: 0.6666666667em;
  text-shadow: 0 0 5px #000;
}
@media only screen and (max-width: 599px) {
  .Home #about h2 {
    margin-bottom: 0.5em;
  }
}
.Home #about h2:before, .Home #about h2:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_about.png") no-repeat center center;
}
@media only screen and (max-width: 599px) {
  .Home #about h2:before, .Home #about h2:after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
.Home #about h2:before {
  margin-right: 0.6666666667em;
}
.Home #about h2:after {
  margin-left: 0.6666666667em;
}
.Home #about .group {
  letter-spacing: -0.4em;
  text-align: center;
}
.Home #about .group a {
  float: none;
  display: inline-block;
  width: 44%;
  max-width: 330px;
  margin: 0 2.6666666667% 13px;
  border: 4px solid #A6C5FF;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  background: #000;
  color: #fff;
  font-size: 131.3%;
  line-height: 1.2;
}
@media only screen and (max-width: 599px) {
  .Home #about .group a {
    font-size: 118.8%;
  }
}
@media only screen and (max-width: 1267px) {
  .Home #about .group a {
    max-width: none;
    margin: 0 2% 13px;
  }
}
@media only screen and (max-width: 599px) {
  .Home #about .group a {
    display: block;
    width: auto;
    max-width: none;
    margin: 0 0 0.5em;
    border-width: 2px;
  }
}
.Home #about .group a:hover {
  color: #ff9;
}
.Home #about .group a img {
  max-width: 46%;
  vertical-align: middle;
  letter-spacing: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .Home #about .group a img {
    min-height: 2.75em;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1267px) {
  .Home #about .group a img {
    max-width: 40%;
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  .Home #about .group a img {
    max-width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .Home #about .group a img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #about .group a img {
    max-width: 30%;
    min-height: 0;
  }
}
.Home #about .group a span.title {
  overflow: hidden;
  display: inline-block;
  max-width: 54%;
  padding: 0 2.5%;
  vertical-align: middle;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .Home #about .group a span.title {
    max-width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #about .group a span.title {
    max-width: 70%;
    font-weight: bold;
  }
}
.Home #koho {
  position: relative;
  min-height: 440px;
  margin-right: 5.55%;
  margin-left: 7px;
  padding: 40px 14px 60px;
  border: 10px solid #5246AD;
  color: #fff;
  background: #3f3685;
  background-size: auto;
  text-align: center;
  font-size: 112.5%;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .Home #koho {
    font-size: 93.8%;
  }
}
@media only screen and (max-width: 1267px) {
  .Home #koho {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 599px) {
  .Home #koho {
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: 0;
    background: none;
    background-size: auto;
  }
}
.Home #koho:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 6px double #5246AD;
}
@media only screen and (max-width: 599px) {
  .Home #koho:before {
    content: none;
  }
}
.Home #koho .wrapper {
  position: relative;
  min-height: 340px;
  padding: 10px 2.5% 0 52.5%;
}
@media only screen and (max-width: 599px) {
  .Home #koho .wrapper {
    min-height: 0;
    padding: 0 0 0 50%;
  }
}
.Home #koho .wrapper > :last-child {
  margin-bottom: 0;
}
.Home #koho h2 {
  font-size: 144.5%;
}
@media only screen and (max-width: 599px) {
  .Home #koho h2 {
    font-size: 111.2%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #koho h2 {
    margin-left: -100%;
  }
}
.Home #koho p {
  margin: 0.75em auto;
}
.Home #koho ul {
  list-style: none;
  display: table;
  margin: 0.75em auto;
  padding: 0;
  text-align: left;
}
.Home #koho .image {
  position: absolute;
  top: -5px;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 30px 20px 15px;
}
@media only screen and (max-width: 599px) {
  .Home #koho .image {
    position: static;
    top: 0;
    float: left;
    width: 100%;
    height: auto;
    margin-left: -100%;
    padding: 0 10% 0 12px;
  }
}
.Home #koho .image img {
  width: auto;
  max-height: 320px;
}
.Home #koho .logo {
  margin: 12px 0;
}
.Home #koho .logo img {
  width: auto;
  max-height: 180px;
}
@media only screen and (max-width: 599px) {
  .Home #koho .logo img {
    max-height: none;
  }
}
.Home #sns-group:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 979px) {
  .Home #sns-group {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (max-width: 599px) {
  .Home #sns-group {
    margin-left: 0;
    margin-right: 0;
  }
}
.Home aside.sns {
  position: relative;
  margin-bottom: 0.75em;
  padding: 20px 20px 10px;
  text-align: center;
  background: #5246AD;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .Home aside.sns {
    float: left;
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media only screen and (max-width: 599px) {
  .Home aside.sns {
    float: none;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 1.25em;
    padding: 12px;
  }
}
.Home aside.sns:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 68px;
  height: 40px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_sns_left.png") no-repeat center center;
  left: 20px;
}
@media only screen and (max-width: 599px) {
  .Home aside.sns:before {
    width: 51px;
    height: 30px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home aside.sns:before {
    left: auto;
    right: 50%;
    margin-right: 6.5em;
  }
}
.Home aside.sns:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 68px;
  height: 40px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_sns_right.png") no-repeat center center;
  right: 20px;
}
@media only screen and (max-width: 599px) {
  .Home aside.sns:after {
    width: 51px;
    height: 30px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home aside.sns:after {
    right: auto;
    left: 50%;
    margin-left: 6.5em;
  }
}
.Home aside.sns:before, .Home aside.sns:after {
  position: absolute;
  top: 5px;
  z-index: 0;
}
.Home aside.sns h2 {
  position: relative;
  z-index: 10;
  margin-bottom: 1em;
  font-size: 93.8%;
}
.Home aside.sns h2:before {
  content: none;
  display: none;
}
.Home aside.sns h2 img {
  margin-right: 6px;
  vertical-align: bottom;
}
.Home aside.sns .timeline {
  background: #000;
  color: #fff;
}
.Home aside.sns .timeline iframe {
  width: 100%;
}
.Home aside.sns .timeline blockquote {
  margin: 0;
}
.Home aside.sns figure.logo {
  margin: 0;
  padding: 8px 8px 0;
  text-align: left;
}
.Home aside.sns figure.logo a {
  display: block;
}
.Home aside.sns figure.logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 60px;
}
@media only screen and (max-width: 599px) {
  .Home aside.sns figure.logo a img {
    min-height: 0;
  }
}
.Home #jinko {
  margin: 2.25em 0 1.5em;
  padding: 35px 10%;
  text-align: center;
  background: url(/img/misato/19/bdr_jinko_top.png) no-repeat center top, url(/img/misato/19/bdr_jinko_bottom.png) no-repeat center bottom;
}
@media only screen and (max-width: 979px) {
  .Home #jinko {
    margin: 1.5em 5% 2.25em;
    padding: 35px 5%;
    background-size: 100% 8px;
  }
}
@media only screen and (max-width: 599px) {
  .Home #jinko {
    margin: 1.5em 5%;
    padding: 15px 0;
  }
}
.Home #jinko > :last-child {
  margin-bottom: 0;
}
.Home #jinko h2 {
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 599px) {
  .Home #jinko h2 {
    margin-bottom: 0.5em;
  }
}
.Home #jinko h2:before {
  content: none;
  display: none;
}
.Home #jinko table {
  list-style: none;
  display: block;
  margin: 0 -0.8em 0.7em;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1.2;
}
@media only screen and (max-width: 599px) {
  .Home #jinko table {
    margin-bottom: 0;
  }
}
.Home #jinko table tbody {
  display: block;
}
.Home #jinko table tr {
  display: inline-block;
  margin: 0 0.625em 1em;
}
@media only screen and (max-width: 599px) {
  .Home #jinko table tr {
    margin: 0 0.8em 0.4em;
  }
}
.Home #jinko table th, .Home #jinko table td {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  font-weight: normal;
  white-space: nowrap;
}
.Home #jinko table th {
  margin-right: 0.333em;
}
@media only screen and (max-width: 599px) {
  .Home #jinko table th {
    margin-right: 0.2em;
  }
}
.Home #jinko table tr th:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_jinko_total.png") no-repeat center center;
  margin-right: 2px;
  vertical-align: bottom;
}
.Home #jinko table tr.houses th:before {
  background-image: url("/img/misato/19/icon_jinko_house.png");
}
.Home #jinko table tr.men th:before {
  background-image: url("/img/misato/19/icon_jinko_men.png");
}
.Home #jinko table tr.women th:before {
  background-image: url("/img/misato/19/icon_jinko_women.png");
}
.Home #jinko small {
  font-size: 87.5%;
}
.Home #service {
  padding: 1.25em 62px 0;
  background: #3f3685;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .Home #service {
    margin-left: -12px;
    margin-right: -12px;
    padding: 1em 5%;
  }
}
.Home #service h2 {
  margin: 0 -32px 0.75em;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .Home #service h2 {
    margin: 0 -2.5% 0.8333333333em;
    text-align: center;
  }
}
.Home #service h2:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 52px;
  height: 24px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_service.png") no-repeat center center;
  margin-right: 16px;
}
@media only screen and (max-width: 599px) {
  .Home #service h2:before {
    width: 39px;
    height: 18px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home #service h2:before {
    margin-right: 8px;
  }
}
.Home #service h2 .en {
  margin-left: 1.3888888889em;
}
@media only screen and (max-width: 599px) {
  .Home #service h2 .en {
    display: none;
    margin-left: 0.3333333333em;
    font-weight: normal;
  }
}
.Home #service .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.Home #service .col {
  height: 8.5em;
  padding: 0 8px;
  font-size: 93.8%;
  line-height: 1.25;
}
@media only screen and (min-width: 980px) {
  .Home #service .col {
    width: 20%;
  }
}
@supports (display: flex) or (display: -webkit-box) {
  .Home #service .col {
    height: auto;
    padding-bottom: 10px;
  }
}
.Home #service .col a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.Home #service .col a:hover {
  color: #ff9;
}
.Home #service .col a span.title {
  overflow: hidden;
  display: block;
  max-height: 2.5em;
  margin: 0.5em 6px;
}
@supports (display: flex) or (display: -webkit-box) {
  .Home #service .col a span.title {
    max-height: none;
  }
}
.Home #service .col a img {
  max-width: 100%;
  max-height: 5em;
  width: auto;
  height: auto;
}
.Home #contact {
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 599px) {
  .Home #contact {
    margin: 20px -12px;
  }
}
.Home #contact * {
  margin: 0;
}
.Home #contact .wrapper {
  position: relative;
  padding: 13px 34px 13px 64px;
  border-radius: 8px;
  background: #3f3685 url(/img/misato/19/bg_contact.png) repeat center center;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper {
    padding: 10px 7.5% 13px;
    border-radius: 0;
  }
}
.Home #contact .wrapper a {
  position: relative;
  display: block;
  padding: 0.8em 10px 0.7em 60px;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  white-space: normal;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper a {
    padding: 0.6em 8px 0.3em 48px;
  }
}
.Home #contact .wrapper a * {
  display: inline-block;
  vertical-align: middle;
}
.Home #contact .wrapper a strong {
  margin-right: 0.7em;
  color: #fff;
  font-size: 150%;
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper a strong {
    font-size: 118.8%;
  }
}
.Home #contact .wrapper a:hover, .Home #contact .wrapper a:hover strong {
  color: #ff9;
}
.Home #contact .wrapper a .email {
  margin-right: 1em;
  white-space: nowrap;
  font-size: 125%;
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper a .email {
    font-size: 112.5%;
  }
}
.Home #contact .wrapper a small {
  white-space: nowrap;
  color: #fff;
  font-size: 87.5%;
}
.Home #contact .wrapper a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 120px;
  height: 96px;
  vertical-align: middle;
  background: url("/img/misato/19/icon_email.png") no-repeat center center;
  position: absolute;
  left: -70px;
  top: -43px;
  z-index: 10;
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper a:before {
    width: 60px;
    height: 48px;
    background-size: contain;
  }
}
@media only screen and (max-width: 599px) {
  .Home #contact .wrapper a:before {
    left: -16px;
    top: -15px;
  }
}
.Home #contact p.note {
  margin-top: 2px;
  margin-left: 64px;
  padding-left: 64px;
  font-size: 100%;
}
@media only screen and (max-width: 599px) {
  .Home #contact p.note {
    font-size: 93.8%;
  }
}
@media only screen and (max-width: 599px) {
  .Home #contact p.note {
    margin: 0.3em 7.5%;
    padding-left: 52px;
  }
}
.Home #radio img {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .Home #radio {
    display: none;
  }
}
.Home #radio_sp {
  display: none;
}
@media only screen and (max-width: 599px) {
  .Home #radio_sp {
    display: block;
  }
}
.Home #lavender {
  margin-right: 4.5%;
}
@media only screen and (max-width: 1267px) {
  .Home #lavender {
    margin-right: auto;
  }
}

.Home #icatch {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  max-height: 326px;
  padding: 0;
  border: 10px solid #4A60AB;
  background: #4A60AB;
  color: #FFF;
}
@media only screen and (max-width: 979px) {
  .Home #icatch {
    max-height: 540px;
  }
}
@media only screen and (max-width: 599px) {
  .Home #icatch {
    margin-top: 0;
    border-width: 7px;
  }
}
@media only screen and (max-width: 399px) {
  .Home #icatch {
    margin-bottom: 50px;
  }
}
.Home #icatch.slick-initialized {
  overflow: visible;
}
.Home #icatch a:focus, .Home #icatch button:focus {
  outline-color: #FFF;
}
.Home #icatch .image a {
  display: block;
}
@supports (filter: brightness(1)) {
  .Home #icatch .image a:hover img {
    opacity: 1;
    filter: brightness(1.15);
  }
}
.Home #icatch figcaption {
  overflow: hidden;
  padding: 10px 180px 1px 0.5em;
  background: #4A60AB;
  background: rgba(74, 96, 171, 0.85);
  color: #FFF;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 599px) {
  .Home #icatch figcaption {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 399px) {
  .Home #icatch figcaption {
    padding-right: 32px;
  }
}
.Home #icatch .slick-controls {
  bottom: 0;
  right: 4px;
}
@media only screen and (max-width: 599px) {
  .Home #icatch .slick-controls {
    bottom: 2px;
  }
}
.Home #icatch .slick-dots {
  left: auto;
  right: 36px;
  bottom: 2px;
  width: auto;
  text-align: right;
}
@media only screen and (max-width: 599px) {
  .Home #icatch .slick-dots {
    right: 32px;
  }
}
@media only screen and (max-width: 399px) {
  .Home #icatch .slick-dots {
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .Home #icatch .slick-dots .slick-active button {
    border-color: #4A60AB;
  }
}
@media only screen and (max-width: 599px) {
  .Home .col #icatch {
    margin-left: -12px;
    margin-right: -12px;
  }
}

body.Sitemap nav.sub-category {
  margin: 20px;
}
body.Sitemap main nav {
  padding: 0;
  border: 0;
}
body.Sitemap main nav ul {
  margin-bottom: 0;
}
body.Sitemap main nav > ul.subs li:before {
  content: "\f115";
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 125%;
  color: #8390B9;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .table-responsive {
    border: none;
  }
  .table-responsive tr, .table-responsive td {
    height: 100%;
    overflow-y: hidden;
  }
}
body.Category main h1 {
  margin-left: 0;
  margin-right: 0;
}
body.Category main > header {
  margin: 0;
  padding: 0 30px;
  border: 0;
  background: #4A60AB;
  color: #FFF;
}
body.Category main > header h1 {
  margin: 0 -30px;
  border: 0;
}
body.Category main header + p.description {
  margin: 1.4em 0;
}
body.Category main h2, body.Category main h3 {
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
body.Category main nav {
  margin: 1em 0;
  padding: 0;
  border: 1px solid #aaa;
  background: #000;
  color: #fff;
}
body.Category main nav h2 {
  margin: 0;
  padding: 0.5em 20px 0.4em;
  background: #3f3685;
  color: #fff;
  font-weight: normal;
  font-size: 120%;
}
body.Category main nav h2 a {
  color: #fff;
}
body.Category main nav h2 a:hover {
  color: #ff9;
}
body.Category main nav h2:before {
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #8080C0;
}
body.Category main nav h2:after {
  content: none;
}
body.Category main nav > ul {
  list-style: none;
  margin: 0.7em 0.5em;
  padding: 0 20px 0 45px;
}
body.Category main nav > ul li {
  text-indent: -20px;
  padding: 0.1em 0;
}
body.Category main nav > ul li:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #8390B9;
}
body.Category main nav > ul.subs li:before {
  content: "\f115";
  margin-right: 0.25em;
}
body.Category main nav > ul.pagination {
  margin-top: 1.5em;
}
body.Category main nav > ul.pagination li {
  text-indent: 0;
}
body.Category main nav > ul.pagination li:before {
  content: none !important;
}
body.Category main nav.contents > ul {
  padding: 0.35em 20px 0.35em 40px;
  background: none;
}
body.Category main nav.contents > ul li:before {
  content: "\f15c";
}

body.Category.News main nav {
  padding: 0;
  border: 0;
}
body.Category.News main nav.contents > ul {
  padding: 0 0 0 30px;
}
body.Category.News main nav.news time {
  display: inline-block;
}
body.Category.News main nav.news > ul {
  clear: both;
  padding: 0;
}
body.Category.News main nav.news > ul li {
  padding: 0.25em 0;
  text-indent: 0;
}
body.Category.News main nav.news > ul li:before {
  content: none;
}
body.Category.News main nav.news > ul a {
  display: block;
}
body.Category.News main nav.news > ul a .date {
  float: left;
  margin: 0 0.66em 0 0.33em;
  color: #fff;
}
body.Category.News main nav.news > ul a .ctgr {
  float: left;
  background: #4A60AB;
  color: #000;
}
body.Category.News main nav.news > ul a .icon {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
body.Category.News main nav.news > ul a .icon img {
  max-width: 200px;
  max-height: 4.5em;
  border-radius: 6px;
}
@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul a .icon img {
    max-width: 40%;
  }
}
body.Category.News main nav.news > ul a .icon.new {
  display: none;
}
body.Category.News main nav.news > ul a.nolink {
  color: #fff;
}
body.Category.News main nav.news > ul a.nolink:hover {
  background: none;
  text-decoration: none;
}
body.Category.News main nav.news > ul a.nolink time {
  font-weight: normal;
}
body.Category.News main nav.news > ul a.nolink .ctgr {
  background: #eee;
  color: #fff;
}
body.Category.News main nav.news > ul a .title {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul a .title {
    display: block;
    clear: both;
    padding: 0.4em 0;
  }
}
body.Category.News main nav.news > ul a[href]:hover {
  background: #5246AD;
}
body.Category.News main nav.news > ul a[href]:hover .title {
  text-decoration: underline;
}
body.Category.News main nav.news > ul .ctgr,
body.Category.News main nav.news > ul .no-ctgr {
  float: left;
  overflow: hidden;
  display: inline-block;
  width: 7em;
  height: 1.8em;
  line-height: 1.8;
  margin: 0 0.33em;
  padding: 0 0.5em;
  border-radius: 4px;
  background: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 87.5%;
}
@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul .ctgr,
  body.Category.News main nav.news > ul .no-ctgr {
    margin: 0;
  }
}/*# sourceMappingURL=common19_black.css.map */