
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ebf5fd;
  color: #333;
  font-size: 180%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 5px solid #0f67b1;
  padding: 16px 15px 4px 15px;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  line-height: 1;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #333;
}

h2.head-title a:hover {
  color: #333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 170%;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #0f67b1;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 6px 12px 5px 12px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 155%;
  border-bottom: 2px solid #006fd7;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  padding-bottom: 1px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  padding: 0 10px 3px;
  display: block;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 140%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #006fd7;
}

h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  padding: 0 10px 3px;
  display: block;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 130%;
  padding-left: 10px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
  line-height: 120%;
}

.wysiwyg th {
  background-color: #f2fbff;
  color: #002b33;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

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

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../image/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #d7e5f2;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme5 {
  border: 1px solid #0f67b1;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme8 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme9 {
  background-color: #ebf5fd;
  text-align: center;
}

.scheme10 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme11 {
  background-color: #0f67b1;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
  background-color: #fff !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #0f67b1 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    min-width: 194px;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    padding: 0 !important;
    border: 2px solid #0f67b1 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 508px;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
    font-size: 200% !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 40px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background: #0f67b1 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 92px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 50px !important;
    height: 50px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#honbun-area {
  height: 0px;
  font-size: 1px;
  text-align: center;
}

@media print {
  #honbun-area {
    display: none !important;
  }
}

#honbun-area a {
  display: block;
}

#honbun-area.show {
  font-size: 1em;
  height: 2em;
  width: 100%;
  display: block;
}

#honbun-area.show a {
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .visible-phone {
    display: inherit;
  }
  .goog-te-menu-frame {
    transform: scale(2, 2);
    transform-origin: right top;
    top: 160px !important;
    left: 430px !important;
  }
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #d7e5f2;
  border: 2px solid #1c6fb4;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #0f67b1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    font-family: "メイリオ", Meiryo, sans-serif;
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header a {
    color: inherit;
    font-weight: bold;
    display: block;
  }
  #header .header-basic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    gap: 0 30px;
    background: #0f67b1;
    color: #fff;
  }
  #header .header-basic .languages-link a {
    padding-left: 27px;
    background: url(../image/language_icon.png) no-repeat center left;
  }
  #header .header-basic .opinion-link a {
    padding-left: 30px;
    background: url(../image/mail_icon.png) no-repeat center left;
  }
  #header .header-basic .header-size, #header .header-basic .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-basic .header-size button, #header .header-basic .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-basic .header-size .title, #header .header-basic .header-color .title {
    margin-right: 10px;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 3px;
    font-size: 100%;
  }
  #header .header-basic .header-size dd, #header .header-basic .header-color dd {
    line-height: 1;
  }
  #header .header-basic .header-size dd img, #header .header-basic .header-color dd img {
    cursor: pointer;
  }
  #header .header-basic .header-size dd img:hover, #header .header-basic .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-basic .header-color dd + dd {
    margin-left: 5px;
  }
  #header .header-basic .header-color a {
    display: block;
  }
  #header .header-option {
    display: flex;
    align-items: end;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
  #header .header-option #header-logo {
    margin-right: 30px;
  }
  #header .header-option #header-logo a {
    display: inline-block;
  }
  #header .header-option #header-logo a:hover {
    opacity: .85;
  }
  #header .header-option .sns-list {
    display: flex;
    gap: 0 21px;
  }
  #header .header-option .sns-list img {
    height: 40px;
    width: 40px;
    background: #fff;
  }
  #header .header-option .header-lang {
    display: flex;
  }
  #header .header-option .header-lang .lang-select {
    padding: 3px 35px;
    border: solid 1px #0f67b1;
    background: url(../image/sp_language_icon.png) no-repeat center left 7px/21px, url(../image/lang_arrow.png) no-repeat center right 7px/10px 6px, #fff;
    appearance: none;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 90%;
  }
  #header .header-option .header-lang .btn-lang-select {
    color: #fff;
    min-height: 40px;
    min-width: 40px;
    padding: 3px 5px;
    font-weight: bold;
    border: solid 1px #0f67b1;
    background: #0f67b1;
    line-height: 1;
    cursor: pointer;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 90%;
  }
  #header .header-option .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-option .header-search p {
    font-size: 90%;
  }
  #header #header-nav {
    padding: 5px 0;
    background: #ebf5fd;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    position: relative;
  }
  #header #header-nav .list > li {
    width: 125px;
    text-align: center;
    border-left: 1px solid #919fab;
  }
  #header #header-nav .list > li:last-child {
    border-right: 1px solid #919fab;
  }
  #header #header-nav .list > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 60px;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    line-height: 120%;
    font-size: 125%;
    word-break: break-all;
  }
  #header #header-nav .list > li > a:hover {
    text-decoration: underline;
    background: #c2ddf3;
    transition: all  0.3s ease;
  }
  #header #header-nav .list > li > a p {
    line-height: 120%;
  }
  #header #header-nav .list > li:hover > a::before {
    content: "";
    position: absolute;
    background: url(../image/dropmenu_arrow.png) no-repeat;
    height: 20px;
    width: 40px;
    bottom: -20px;
    left: 50%;
    padding: 30px 50px 0;
    background-position-x: 50%;
    background-position-y: 100%;
    transform: translateX(-50%);
    transition: all  0.3s ease;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #0f67b1;
    padding: 25px 0 25px 20px;
    margin: 0;
    gap: 20px 13px;
    z-index: 110;
    width: 1000px;
    margin-top: 20px;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list li {
    background: #fff;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list .category-item-in {
    height: 100%;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 35px 10px 10px;
    width: 230px;
    background: url(../image/nav_link_arrow.png) no-repeat right 10px top 50%;
    box-sizing: border-box;
    text-align: start;
    font-weight: normal;
    color: #333;
    font-size: 90%;
    min-height: auto;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a:hover, #header #header-nav .list > li .dropmenu .dropmenu-list a:focus {
    text-decoration: none;
  }
  #header .header-option {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-option .box {
    padding: 10px 0 0 330px;
    box-sizing: border-box;
  }
  #header .header-option .box .unit, #header .header-option .box .unit2, #header .header-option .box .header-size, #header .header-option .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-option .box .unit li, #header .header-option .box .unit dt, #header .header-option .box .unit dd, #header .header-option .box .unit2 li, #header .header-option .box .unit2 dt, #header .header-option .box .unit2 dd, #header .header-option .box .header-size li, #header .header-option .box .header-size dt, #header .header-option .box .header-size dd, #header .header-option .box .header-color li, #header .header-option .box .header-color dt, #header .header-option .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-option .box .unit li img, #header .header-option .box .unit dt img, #header .header-option .box .unit dd img, #header .header-option .box .unit2 li img, #header .header-option .box .unit2 dt img, #header .header-option .box .unit2 dd img, #header .header-option .box .header-size li img, #header .header-option .box .header-size dt img, #header .header-option .box .header-size dd img, #header .header-option .box .header-color li img, #header .header-option .box .header-color dt img, #header .header-option .box .header-color dd img {
    vertical-align: middle;
  }
  #header .header-option .box .unit .list, #header .header-option .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-option .box .header-size button, #header .header-option .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-option .box .header-size .title, #header .header-option .box .header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-option .box .header-size .title span, #header .header-option .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-option .box .header-size dd img, #header .header-option .box .header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-option .box .unit, #header .header-option .box .header-size, #header .header-option .box .header-color {
    padding-left: 10px;
  }
  #header .header-option .box .unit2 li {
    padding-left: 10px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    font-family: "メイリオ", Meiryo, sans-serif;
    position: relative;
  }
  #sp-header #sp-header-logo {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 10;
  }
  #sp-header #sp-header-logo img {
    max-width: 100%;
    background: #fff;
  }
  #sp-header #sp-header-nav .list {
    display: none;
  }
  #sp-header #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10 !important;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-search a {
    display: block;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10 !important;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu a {
    display: block;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9;
    background: #333;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .menu-btn-menu-close,
  #sp-header .modal-menu .menu-btn-menu-close {
    position: absolute;
    top: -110px;
    left: 30px;
  }
  #sp-header .modal-search .menu-btn-search-close,
  #sp-header .modal-menu .menu-btn-search-close {
    position: absolute;
    top: -110px;
    right: 20px;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    padding: 0 0 35px 0;
    background-color: #ebf5fd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow-y: auto;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    padding-top: 5px;
    padding-left: 50px;
    font-weight: bold;
    cursor: pointer;
    font-size: 105%;
    background: url(../image/modal_menu_close.png) no-repeat top 50% left 0;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .in {
    margin-top: 20px;
    padding: 35px 73px 40px;
  }
  #sp-header .modal-search .in > div {
    margin-bottom: 40px;
  }
  #sp-header .modal-search .in .list {
    margin-bottom: 40px;
  }
  #sp-header .modal-search .title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search dd {
    margin: 0 auto 40px;
    border: 1px solid #0f67b1;
    height: 92px;
    width: 600px;
  }
  #sp-header .modal-menu .in {
    padding: 0 0 35px 0;
    background-color: #ebf5fd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow-y: auto;
    position: fixed;
    top: 150px;
    padding-bottom: 150px;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
  }
  #sp-header .modal-menu .sp-nav .nav-list {
    margin-top: 20px;
    color: #333;
  }
  #sp-header .modal-menu .sp-nav .list-item {
    display: block;
    border-bottom: 2px solid #919fab;
  }
  #sp-header .modal-menu .sp-nav li:first-child a {
    background: none;
  }
  #sp-header .modal-menu .sp-nav a {
    display: block;
    padding: 27px 90px 27px 40px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    font-size: 120%;
    background: url(../image/arrow.png) no-repeat right 30px top 50%;
  }
  #sp-header .modal-menu .sp-nav a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-menu .often-menu {
    margin: 50px 0 0;
  }
  #sp-header .modal-menu .often-menu .ttl {
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    font-family: monospace;
    font-size: 180%;
    font-weight: bold;
  }
  #sp-header .modal-menu .often-menu .ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 5px;
    width: 157px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  #sp-header .modal-menu .often-menu .menu-list {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 50px;
  }
  #sp-header .modal-menu .often-menu .menu-list li {
    width: 300px;
  }
  #sp-header .modal-menu .often-menu .menu-list li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img {
    position: relative;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    height: 240px;
    width: 300px;
    background: #fff;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 270px;
    height: 6px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img img {
    padding: 15px 0;
    object-fit: cover;
    width: 300px;
    height: 210px;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-txt {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
  }
  #sp-header .sns-list {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
  #sp-header .sns-list img {
    background: #fff;
  }
  #sp-header .support-block {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 30px;
  }
  #sp-header .support-block .support-list .header-size {
    margin-top: 40px;
  }
  #sp-header .support-block .support-list .opinion-link, #sp-header .support-block .support-list .languages-link, #sp-header .support-block .support-list .go-to-pc {
    border: 2px solid #0f67b1;
    background: #fff;
    text-align: center;
  }
  #sp-header .support-block .support-list .opinion-link a, #sp-header .support-block .support-list .languages-link a, #sp-header .support-block .support-list .go-to-pc a {
    font-size: 105%;
    display: inline-block;
    padding: 18px 0px 18px 60px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header .support-block .support-list .opinion-link a {
    background: url(../image/sp_mail_icon.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .support-list .languages-link {
    margin-bottom: 5px;
  }
  #sp-header .support-block .support-list .languages-link a {
    background: url(../image/sp_language_icon.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .support-list .go-to-pc {
    margin-top: 40px;
  }
  #sp-header .support-block .support-list .go-to-pc a {
    background: url(../image/go_to_pc.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    width: 167px;
  }
  #sp-header .support-block .header-color dd {
    margin-right: 10px;
  }
  #sp-header .support-block .header-color a {
    display: block;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #sp-header .support-block .header-lang .header-lang-title {
    padding: 15px 40px;
    padding-left: 0;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 20px;
    padding-left: 70px;
    border: 0;
    background: url(../image/sp_language_icon.png) no-repeat top 50% left 15px, url(../image/lang_arrow.png) no-repeat top 50% right 15px, #fff;
    font-size: 100%;
    border: 2px solid #0f67b1;
    appearance: none;
    text-decoration: underline;
    min-height: 80px;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 25px 11px;
    background: #0f67b1;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    border: 2px solid #0f67b1;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

/*container*/
/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
基本構造
==================================*/
@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin: 20px auto 0;
  }
  #contents {
    float: left;
    width: 700px;
  }
  #side-nav {
    float: right;
    width: 260px;
  }
  #contents-in {
    width: 700px;
    margin: 0 auto;
  }
  footer {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
    width: 100%;
  }
  #container {
    box-sizing: border-box;
    margin: 45px 20px 0;
  }
  #contents {
    width: 100%;
  }
}

/*==================================
サイドナビが無い場合。
  *** カレンダー、notfoundページで使用。
  ***.no-sideを使用すると、700pxセンタリング。
==================================*/
@media print, screen and (min-width: 769px) {
  #container-in-wide {
    width: 1000px;
  }
  #container-in-wide #pankuzu {
    width: 1000px;
  }
  #container-in-wide #pankuzu .in {
    width: 885px;
  }
  #container-in-wide #contents {
    float: none;
    width: 100%;
  }
  #container-in-wide #contents-in {
    width: 100%;
  }
  #container-in-wide h1 {
    width: 1000px;
    margin: 0 auto;
  }
  #container-in-wide h1 img {
    width: 100%;
    height: auto;
  }
  #container-in-wide .no-side {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide h1 {
    width: 100%;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 100%;
  }
}

/*==================================
パンクズ
==================================*/
@media print, screen and (min-width: 769px) {
  #pankuzu {
    font-family: "メイリオ", Meiryo, sans-serif;
    display: flex;
    width: 1000px;
    margin: 20px auto 0;
    gap: 0 20px;
    font-size: 112%;
  }
  #pankuzu .title {
    width: 120px;
    padding: 3px 4px 2px;
    background-color: #0f67b1;
    color: #fff;
    text-align: center;
  }
  #pankuzu .title span {
    display: block;
  }
  #pankuzu .in {
    width: 885px;
    padding-top: 2px;
  }
  #pankuzu li {
    display: inline;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../image/pankuzu_arrow.png) no-repeat 5px 7px;
    display: inline-block;
    padding-left: 20px;
  }
  #pankuzu a {
    color: #333;
    text-decoration: none;
  }
  #pankuzu a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  #pankuzu {
    font-family: "メイリオ", Meiryo, sans-serif;
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 5px auto 0;
    margin-left: 25px;
    gap: 0 20px;
    font-size: 100%;
  }
  #pankuzu .title {
    width: 204px;
    background-color: #0f67b1;
    color: #fff;
    text-align: center;
  }
  #pankuzu .title span {
    display: block;
  }
  #pankuzu .in {
    padding: 8px 0;
    float: right;
  }
  #pankuzu .in .list {
    overflow-x: scroll;
    display: flex;
    width: 570px;
    white-space: nowrap;
  }
  #pankuzu li {
    display: inline;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../image/pankuzu_arrow.png) no-repeat 5px center;
    display: inline-block;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../image/pankuzu_arrow.png) no-repeat 20px center/15px auto;
    display: inline-block;
    padding-left: 65px;
  }
}

@media screen and (max-width: 768px) {
  #pankuzu a {
    color: #333;
    text-decoration: none;
  }
  #pankuzu a:hover {
    text-decoration: underline;
  }
}

/*==================================
見出し
==================================*/
/* h1（通常） */
h1.title {
  overflow: hidden;
  box-sizing: border-box;
  background-color: #0f67b1;
  color: #fff;
  font-weight: bold;
  font-size: 215%;
  font-family: "メイリオ", Meiryo, sans-serif;
}

h1.title .bg {
  display: block;
  padding: 13px 15px 10px 12px;
}

h1:not([class]):not([id]) {
  text-align: center;
}

h1 img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  h1, h1.title {
    width: 700px;
    margin: 0 auto;
  }
}

.calendar-title {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 4px 3px;
  border-radius: 2px;
  /*background: #73b2a1 url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg.png) repeat left top;*/
  color: #002b33;
  font-size: 150%;
}

.calendar-title .bg {
  display: block;
  padding: 6px 0;
  /*background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg02.png) repeat-y left top, url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg02.png) repeat-y right top;*/
  background-color: #eaf6f3;
}

.calendar-title .bg2 {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #eaf6f3;
}

.calendar-title .right-col {
  float: right;
  margin-top: 4px;
  text-align: center;
}

.calendar-title .right-col a {
  display: block;
  padding: 2px 20px 2px 30px;
  border-radius: 2px;
  background: #0f67b1 url(../image/arrow_white.png) no-repeat 15px center;
  color: #000;
  font-size: 60%;
  text-decoration: none;
}

/*==================================
 新着一覧
==================================*/
.news-area {
  margin-top: 20px;
  border: solid 1px #3d8dd8;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.news-area .title {
  overflow: hidden;
  box-sizing: border-box;
  padding: 7px 15px;
  background: #0f67b1;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
}

.news-area .in {
  padding: 25px 35px 10px;
  border-top: none;
}

.news-area .list li {
  margin: 15px 0;
}

.news-area .list li:first-child {
  margin-top: 0;
}

.news-area .list li .date {
  font-size: 110%;
  font-weight: bold;
  color: #0f67b1;
}

.news-area .list li .text {
  font-size: 110%;
  display: block;
}

.news-area .list li .text a {
  color: #333333;
}

@media print, screen and (min-width: 769px) {
  .news-area .list li {
    display: flex;
    overflow: hidden;
  }
  .news-area .list li .text {
    flex: 1;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .news-area .list li .date {
    display: block;
  }
}

/*==================================
 見出し目次
==================================*/
.anchor {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  border: 1px solid #eef0f3;
  font-size: 80%;
}

.anchor ul {
  letter-spacing: -.5em;
  padding: 10px;
}

.anchor ul > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 0px) / 2);
  width: calc((100% - 0px) / 2);
}

.anchor ul > li:nth-child(-n+2) {
  margin-top: 0;
}

.anchor ul > li:nth-child(2n+1) {
  margin-left: 0;
}

.anchor ul li a {
  display: inline-block;
  background-image: url(../image/anchor_arrow.png);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .anchor ul li a {
    padding-left: 10px;
    background-position: 0 0.4em;
  }
}

@media screen and (max-width: 768px) {
  .anchor ul li a {
    padding-left: 15px;
    background-position: 0 0.5em;
  }
}

/*==================================
 ファイルリンク
==================================*/
.file-link-item {
  margin: 10px 10px 0 10px;
}

.file-link-item .pdf {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_pdf.png) no-repeat left top;
}

.file-link-item .word {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_word.png) no-repeat left top;
}

.file-link-item .excel {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_excel.png) no-repeat left top;
}

.file-link-item .power {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_power.png) no-repeat left top;
}

.file-link-item .audio {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_audio.png) no-repeat left top;
}

.file-link-item .txt {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_txt.png) no-repeat left top;
}

.file-link-item .zip {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_zip.png) no-repeat left top;
}

.file-link-item .lzh {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_lzh.png) no-repeat left top;
}

.file-link-item .jpg {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_jpg.png) no-repeat left top;
}

.file-link-item .pic {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_pic.png) no-repeat left top;
}

.file-link-item .movie {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_movie.png) no-repeat left top;
}

.file-link-item .csv {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_csv.png) no-repeat left top;
}

.file-link-item .edit {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_edit.png) no-repeat left top;
}

/*==================================
 リンク
==================================*/
.link-item {
  margin: 10px 5px 0 5px;
  /* 内部リンク */
  /* 外部リンク */
  /* メールリンク */
}

.link-item a {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 110%;
  color: #333;
}

.link-item .icon {
  padding: 5px 0 5px 30px;
  background: url(../image/link_item_naibu.png) no-repeat left center;
}

.link-item .icon2 {
  padding: 5px 0px 5px 30px;
  background: url(../image/link_item_gaibu.png) no-repeat left center;
}

.link-item .icon3 a {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/link_item_mail.png) no-repeat left top;
}

/*==================================
 画像
==================================*/
.img-item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .img-item {
    width: 100%;
  }
  .img-item img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
 google map
==================================*/
.gmap {
  height: auto !important;
  margin-top: 10px;
}

.gmap .map-link {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100% !important;
  }
  .gmap > div:first-of-type {
    width: 100% !important;
  }
}

.map-link {
  margin-top: 10px;
  text-align: center;
}

.map-link a {
  padding-left: 15px;
  background: url(../image/arrow01.png) no-repeat 0 5px;
}

/*==================================
 目次ページ
==================================*/
/* 共通 */
.level1col1 .page, .level1col2 .page, .level2col1 .list .page, .level2col1 .list2 .page, .level2col1-mixed .list .page, .level2col1-mixed .list2 .page, .level2col2 .page, .level2col2-mixed .page, .level2col2-mixed-js .page {
  background: url(../image/list_icon_page.png) no-repeat 5px 0.2em;
}

@media screen and (max-width: 768px) {
  .level1col1 .page, .level1col2 .page, .level2col1 .list .page, .level2col1 .list2 .page, .level2col1-mixed .list .page, .level2col1-mixed .list2 .page, .level2col2 .page, .level2col2-mixed .page, .level2col2-mixed-js .page {
    background: url(../image/list_icon_page.png) no-repeat 5px 0.5em;
  }
}

.level1col1 .page a, .level1col2 .page a, .level2col1 .list .page a, .level2col1 .list2 .page a, .level2col1-mixed .list .page a, .level2col1-mixed .list2 .page a, .level2col2 .page a, .level2col2-mixed .page a, .level2col2-mixed-js .page a {
  color: #333;
  font-size: 110%;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.level1col1 .dir, .level1col2 .dir, .level2col1 .list .dir, .level2col1 .list2 .dir, .level2col1-mixed .list .dir, .level2col1-mixed .list2 .dir, .level2col2 .dir, .level2col2-mixed .dir, .level2col2-mixed-js .dir {
  background: url(../image/list_icon_dir.png) no-repeat 2px 0.4em;
}

@media screen and (max-width: 768px) {
  .level1col1 .dir, .level1col2 .dir, .level2col1 .list .dir, .level2col1 .list2 .dir, .level2col1-mixed .list .dir, .level2col1-mixed .list2 .dir, .level2col2 .dir, .level2col2-mixed .dir, .level2col2-mixed-js .dir {
    background: url(../image/list_icon_dir.png) no-repeat 2px 0.5em;
  }
}

.level1col1 .dir a, .level1col2 .dir a, .level2col1 .list .dir a, .level2col1 .list2 .dir a, .level2col1-mixed .list .dir a, .level2col1-mixed .list2 .dir a, .level2col2 .dir a, .level2col2-mixed .dir a, .level2col2-mixed-js .dir a {
  color: #333;
  font-size: 110%;
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* 1階層1列表示 */
.level1col1 li {
  margin-top: 10px;
  padding: 5px 0 5px 35px;
  box-sizing: border-box;
  min-height: 24px;
}

/* 1階層2列表示 */
.level1col2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

@media print, screen and (min-width: 769px) {
  .level1col2 {
    width: 700px;
  }
  .level1col2 li {
    display: inline;
    margin-top: 10px;
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level1col2 li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
}

/* 2階層1列 */
.level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.level2col1 .item, .level2col1-mixed .item {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .level2col1 .list, .level2col1-mixed .list {
    width: 700px;
  }
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    display: inline;
    margin-top: 10px;
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
}

/* 2階層2列 */
.level2col2 .col, .level2col2-mixed .col {
  overflow: hidden;
}

.level2col2 .list li, .level2col2-mixed .list li {
  margin-top: 10px;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
  display: inline;
  float: right;
  margin-top: 10px;
  border-bottom: 1px dotted #bfbfbf;
}

.level2col2 .box2 .list li.first-left, .level2col2-mixed .box2 .list li.first-left {
  float: left;
}

@media print, screen and (min-width: 769px) {
  .level2col2, .level2col2-mixed {
    width: 700px;
  }
  .level2col2 .left-col, .level2col2-mixed .left-col {
    width: 340px;
  }
  .level2col2 .right-col, .level2col2-mixed .right-col {
    width: 340px;
  }
  .level2col2 .col, .level2col2-mixed .col {
    width: 700px;
  }
  .level2col2 .list li, .level2col2-mixed .list li {
    width: 310px;
  }
  .level2col2 .box2 .list, .level2col2-mixed .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2 .left-col, .level2col2 .right-col, .level2col2-mixed .left-col, .level2col2-mixed .right-col {
    box-sizing: border-box;
    width: 48%;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 42%;
  }
}

.border-top {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.border-bottom {
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

/* 大カテゴリ1階層2列表示 */
.level1-gaiyo .title {
  box-sizing: border-box;
  background-color: #cbe9eb;
  color: #333;
  font-size: 150%;
}

.level1-gaiyo .title .bg {
  display: block;
  padding: 10px 15px;
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg_top.png) repeat-x left top, url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg_btm.png) repeat-x left bottom; */
}

.level1-gaiyo .box {
  float: left;
}

.level1-gaiyo .description {
  margin-top: 10px;
}

.level1-gaiyo .detail {
  margin-top: 10px;
  text-align: right;
}

.level1-gaiyo .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #0f67b1 url(../image/arrow_white.png) no-repeat 15px center;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .level1-gaiyo, .level1col2-gaiyo {
    width: 700px;
  }
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    box-sizing: border-box;
    width: 48%;
    margin-left: 4%;
  }
}

/* 大カテゴリ2階層2列表示 */
/* 1階層2列概要表示 */
.level1col2-gaiyo .col, .level2col2js .col, .level2col2-mixed-js .col {
  overflow: hidden;
}

.level1col2-gaiyo .box, .level2col2js .box, .level2col2-mixed-js .box {
  margin-top: 20px;
}

.level1col2-gaiyo .list li, .level2col2js .list li, .level2col2-mixed-js .list li {
  margin-top: 10px;
  padding: 5px 0px 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.level1col2-gaiyo .page, .level2col2js .page, .level2col2-mixed-js .page {
  background: url(../image/list_icon_page.png) no-repeat 10px 8px;
}

.level1col2-gaiyo .dir, .level2col2js .dir, .level2col2-mixed-js .dir {
  background: url(../image/list_icon_dir.png) no-repeat 10px 8px;
}

.level1col2-gaiyo .detail, .level2col2js .detail, .level2col2-mixed-js .detail {
  margin-top: 15px;
  text-align: right;
}

.level1col2-gaiyo .detail a, .level2col2js .detail a, .level2col2-mixed-js .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #0f67b1 url(../image/arrow_white.png) no-repeat 15px center;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .level2col2js .col, .level2col2-mixed-js .col {
    width: 700px;
  }
  .level2col2js .left-col, .level2col2-mixed-js .left-col {
    width: 340px;
  }
  .level2col2js .right-col, .level2col2-mixed-js .right-col {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2js .left-col, .level2col2js .right-col {
    box-sizing: border-box;
    width: 48%;
  }
}

/* 2階層1列（混在） */
/* 2階層2列（混在） */
@media print, screen and (min-width: 769px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    float: left;
    width: 340px;
    margin-left: 20px;
  }
  .level2col2-mixed-js .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2-mixed-js .box2 .list li {
    float: right;
    width: 290px;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    float: right;
    width: 48%;
  }
  .level2col2-mixed .col .box.first-left, .level2col2-mixed-js .col .box.first-left {
    float: left;
  }
  .level2col2-mixed-js .box2 .list li {
    float: right;
    width: 42%;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

/*==================================
 カラム
==================================*/
.col-area {
  overflow: hidden;
  width: 700px;
  margin-top: 20px;
}

.col-area .left-col {
  float: left;
}

.col-area .right-col {
  float: left;
  margin-left: 10px;
}

.col-area .wysiwyg p {
  margin-top: 0;
}

.col-area .wysiwyg p:first-child {
  margin-top: 10px;
}

.col-area p:last-child {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .col-area {
    width: 100%;
  }
  .col-area .left-col {
    width: 49%;
  }
  .col-area .left-col img {
    max-width: 100%;
  }
  .col-area .right-col {
    width: 49%;
    margin-left: 2%;
  }
  .col-area .right-col img {
    max-width: 100%;
  }
}

/*==================================
 右画像+左テキスト 左画像+右テキスト
==================================*/
.img-text {
  overflow: hidden;
  margin-top: 20px;
}

.img-text .left-col, .img-text .left-wrap img {
  float: left;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 10px 10px 0;
}

.img-text .right-col, .img-text .right-wrap img {
  float: right;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 0 10px 10px;
}

@media print, screen and (min-width: 769px) {
  .img-text {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .img-text {
    width: 100%;
  }
}

/*==================================
 テーブル
==================================*/
.table-fix {
  table-layout: fixed;
}

.table {
  margin: 10px 0 0;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

.table caption {
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

.table td, .table th {
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  word-break: break-all;
}

.table th {
  background-color: #ebf5fd;
  color: #002b33;
  font-weight: bold;
  font-size: 110%;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.table th:first-child {
  width: 33%;
}

.table .wysiwyg p {
  padding: 0;
}

.table .file-link-item {
  margin: 10px 10px 0px 0;
}

.table .file-link-item .pdf, .table .file-link-item .word, .table .file-link-item .excel, .table .file-link-item .power, .table .file-link-item .audio, .table .file-link-item .txt, .table .file-link-item .zip, .table .file-link-item .csv, .table .file-link-item .edit {
  padding: 5px 0 5px 40px;
}

.table .link-item {
  margin: 10px 10px 0 0;
}

/*==================================
 お問い合わせ
==================================*/
.toiawase {
  position: relative;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #ccc;
}

.toiawase::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 680px;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: #0068b7;
}

.toiawase .title {
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 15px;
  color: #333;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.toiawase .in {
  margin: 0 13px 13px 13px;
  padding: 10px 15px 15px;
  border-top: none;
  background: #ebf5fd;
  font-size: 110%;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.toiawase .mail {
  display: block;
  margin-top: 10px;
  color: #333;
}

/*==================================
PDFダウンロード
==================================*/
#pdf-download {
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
}

#pdf-download img {
  display: inline;
  float: left;
  margin-right: 10px;
}

/*==================================
 1005:イベント検索ページ用
==================================*/
/* 注目のイベント･今日のイベントのスライダー */
#event-list-slider {
  margin-top: 20px;
}

#event-list-slider .title {
  padding: 0.5em 0 0.4em 1em;
  font-size: 130%;
}

#event-list-slider .bxslider {
  position: relative;
  /*-- コントロール位置 --*/
  /*-- start stop --*/
  /*--  next prev --*/
}

#event-list-slider .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#event-list-slider .bxslider .list li dl dt, #event-list-slider .bxslider .list li dl dd {
  float: left;
}

#event-list-slider .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#event-list-slider .bxslider .bx-controls-auto {
  position: absolute;
  right: 0;
  z-index: 3;
}

#event-list-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-list-slider .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#event-list-slider .bxslider .bx-controls-auto .bx-start:focus, #event-list-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-list-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-list-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-list-slider .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#event-list-slider .bxslider .bx-controls-direction .bx-prev {
  left: 0;
}

#event-list-slider .bxslider .bx-controls-direction .bx-next {
  right: 0;
}

#event-list-slider .bxslider .bx-controls-direction .bx-prev:focus, #event-list-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

#event-list-slider .event-pickup-area {
  border-bottom: 2px solid #0f67b1;
}

#event-list-slider .event-pickup-area .title {
  border-top: 2px solid #0f67b1;
  border-bottom: 1px solid #0f67b1;
  color: #000;
}

#event-list-slider .event-pickup-area .bxslider .bx-prev {
  background-image: url(../image/event_pickup_slider_back.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-next {
  background-image: url(../image/event_pickup_slider_next.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-stop {
  background-image: url(../image/event_slider_stop.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-start {
  background-image: url(../image/event_pickup_slider_start.png);
}

#event-list-slider .event-today-area {
  border-bottom: 2px solid #0f67b1;
}

#event-list-slider .event-today-area .title {
  border-top: 2px solid #0f67b1;
  border-bottom: 1px solid #0f67b1;
  color: #000;
}

#event-list-slider .event-today-area .bxslider .bx-prev {
  background-image: url(../image/event_today_slider_back.png);
}

#event-list-slider .event-today-area .bxslider .bx-next {
  background-image: url(../image/event_today_slider_next.png);
}

#event-list-slider .event-today-area .bxslider .bx-stop {
  background-image: url(../image/event_slider_stop.png);
}

#event-list-slider .event-today-area .bxslider .bx-start {
  background-image: url(../image/event_today_slider_start.png);
}

@media print, screen and (min-width: 769px) {
  #event-list-slider .bxslider {
    padding: 10px 25px 10px 12px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dl dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-list-slider .bxslider .list li dl dt img {
    max-width: 100%;
  }
  #event-list-slider .bxslider .list li dl dd {
    width: 183px;
  }
  #event-list-slider .bxslider .bx-controls-auto {
    bottom: 10px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    float: left;
    width: 340px;
  }
  #event-list-slider .event-today-area {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #event-list-slider .bxslider {
    padding: 20px 50px 20px 25px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dl dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-list-slider .bxslider .list li dl dt img {
    width: 100%;
  }
  #event-list-slider .bxslider .list li dl dd {
    width: 62%;
  }
  #event-list-slider .bxslider .bx-controls-auto {
    bottom: 20px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    width: 100%;
  }
  #event-list-slider .event-pickup-area .title {
    border-top: 2px solid #0f67b1;
    border-bottom: 1px solid #0f67b1;
    color: #000;
  }
  #event-list-slider .event-today-area {
    margin-top: 20px;
  }
  #event-list-slider .event-today-area .title {
    color: #000;
    border-top: 2px solid #0f67b1;
    border-bottom: 1px solid #0f67b1;
  }
}

/* イベント検索エリア */
.event-search-area, .recruit-event-search-area {
  background: #ebf5fd;
  margin-top: 10px;
}

.event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
  display: block;
  text-align: center;
}

.event-search-area .event-search-month label, .event-search-area .event-search-place label, .event-search-area .event-search-category label, .recruit-event-search-area .event-search-month label, .recruit-event-search-area .event-search-place label, .recruit-event-search-area .event-search-category label {
  font-weight: bold;
}

.event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
  border: 2px solid #0f67b1;
  padding: 15px;
}

.event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
    width: 33.3%;
    float: left;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    width: 200px;
  }
  .event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
    padding: 10px 0 10px 0;
    height: 50px;
    margin-top: 50px;
  }
  .event-search-area .event-search-category.type2, .recruit-event-search-area .event-search-category.type2 {
    width: 250px;
    margin-top: 15px;
  }
  .event-search-area .event-search-category.type2 select, .recruit-event-search-area .event-search-category.type2 select {
    width: 100% !important;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
    width: 100%;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    margin-top: 18px;
    width: 60%;
  }
  .event-search-area .event-search-month select, .recruit-event-search-area .event-search-month select {
    margin-top: 0;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

.event-search-area .box2, .event-search-area .event-search-term, .recruit-event-search-area .box2, .recruit-event-search-area .event-search-term {
  padding: 10px;
}

.event-search-area .box2 dt, .event-search-area .event-search-term dt, .recruit-event-search-area .box2 dt, .recruit-event-search-area .event-search-term dt {
  font-weight: bold;
  border-left: 6px solid #0f67b1;
  padding-left: 10px;
}

.event-search-area .box2 dd, .event-search-area .event-search-term dd, .recruit-event-search-area .box2 dd, .recruit-event-search-area .event-search-term dd {
  margin-top: 10px;
  padding: 0 10px;
}

.event-search-area .box2 .space input, .event-search-area .event-search-term .space input, .recruit-event-search-area .box2 .space input, .recruit-event-search-area .event-search-term .space input {
  height: 1.2em;
  width: 1.2em;
}

.event-search-area .box2 .space, .event-search-area .event-search-term .space, .recruit-event-search-area .box2 .space, .recruit-event-search-area .event-search-term .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    padding: 5px;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 120%;
  }
  .event-search-area .event-search-term input[type=text]:first-child, .recruit-event-search-area .event-search-term input[type=text]:first-child {
    margin-top: 0;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
    height: auto;
  }
  .event-search-area .event-search-term label[for="syncro-calendar"], .recruit-event-search-area .event-search-term label[for="syncro-calendar"] {
    display: block;
    margin-top: 10px;
  }
}

.input-button {
  margin-top: 1px;
  text-align: center;
  background: #ebf5fd;
  padding: 17px 0;
}

@media print, screen and (min-width: 769px) {
  .input-button input {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .input-button input {
    width: 55%;
  }
}

/* イベント検索結果 */
.event-result-area {
  margin-top: 20px;
}

.event-result-area .title {
  padding-bottom: 2px;
  border-bottom: 2px solid #0f67b1;
  background: url(../image/arrow01.png) no-repeat 0.5em center;
}

.event-result-area .title .bg {
  display: block;
  padding: 10px 10px 10px 1.5em;
  border-bottom: 1px dashed #0f67b1;
}

.event-result-area .in {
  margin-top: 15px;
  border: 2px solid #0f67b1;
}

.event-result-area .in .left-col:first-child {
  text-align: center;
}

.event-result-area .in .left-col .summary {
  padding: 10px;
  background: #ebf5fd;
}

@media print, screen and (min-width: 769px) {
  .event-result-area .in {
    padding: 10px;
  }
  .event-result-area .in .left-col:first-child {
    width: 200px;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 455px;
    margin-left: 15px;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 0 0 10px 0;
  }
  .event-result-area .in2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-result-area .in {
    padding: 15px;
  }
  .event-result-area .in .left-col {
    float: none;
  }
  .event-result-area .in .left-col:first-child {
    width: 100%;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 100%;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 10px 0;
  }
  .event-result-area .in2 {
    padding: 20px 15px 5px 15px;
  }
}

/*==================================
写真ギャラリー
==================================*/
.gallery-area {
  width: 100%;
}

.gallery-area .subtxt {
  margin: 10px 10px 0 10px;
}

.gallery-area .list {
  width: 32%;
  float: left;
  margin: 20px 0 0 2%;
}

.gallery-area .list .thumb a img {
  border: 1px solid #BBB;
  padding: 2px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.gallery-area .first-left {
  margin-left: 0;
}

/*==================================
 0005:イベントページ用
==================================*/
.event-summary .left-col:last-child dl {
  overflow: hidden;
  border-bottom: 1px solid #0f67b1;
}

.event-summary .left-col:last-child dl dt {
  float: left;
  width: 40%;
  padding: 0.4em 0;
  font-weight: bold;
}

.event-summary .left-col:last-child dl dt span {
  padding: 0 0 0 10px;
  border-left: 8px solid #0f67b1;
}

.event-summary .left-col:last-child dl dd {
  float: right;
  width: 60%;
  padding: 0.4em 0;
}

.event-summary .left-col:last-child dl dd .txt {
  display: block;
  font-weight: bold;
}

.event-summary dl .inquiry-btn .list li a {
  display: block;
  padding: 5px 30px;
  border-radius: 2px;
  background: #0f67b1 url(../image/arrow_white.png) no-repeat 15px center;
  color: #fff;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .event-summary {
    margin-top: 10px;
  }
  .event-summary .left-col:first-child {
    width: 260px;
    margin-right: 15px;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:last-child {
    width: 425px;
  }
  .event-summary .left-col:last-child dl .inquiry-btn {
    float: none;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li img {
    width: 100%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .event-summary {
    margin-top: 20px;
  }
  .event-summary .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:first-child:not(p) {
    text-align: left;
  }
  .event-summary .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .event-summary dl .inquiry-btn .list {
    text-align: right;
  }
  .event-summary dl .inquiry-btn .list li {
    margin-top: 14px;
  }
  .event-summary dl .inquiry-btn .list li img {
    max-width: 100%;
  }
  .event-summary dl .inquiry-btn .list li:first-child {
    margin-top: 0px;
  }
}

.event-table {
  /*width: $contents-inner-width;*/
  width: 100%;
}

.event-table th {
  width: 150px;
}

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

/* イベント詳細 */
.img-col {
  margin-top: 10px;
}

.img-col .left-col {
  float: left;
}

.img-col .left-col:first-child {
  margin-left: 0px;
}

@media print, screen and (min-width: 769px) {
  .img-col {
    width: 700px;
  }
  .img-col .left-col {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .img-col {
    width: 100%;
  }
  .img-col .left-col {
    width: 49%;
    margin-left: 2%;
  }
  .img-col .left-col img {
    max-width: 100%;
  }
}

/* 関連イベント */
#event-page-slider {
  margin-top: 30px;
}

#event-page-slider .title {
  background: #d7e5f2;
  color: #333;
  font-size: 115%;
}

#event-page-slider .title .bg {
  overflow: hidden;
  display: block;
  padding: 13px 15px;
  line-height: 1;
}

#event-page-slider .bxslider {
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#event-page-slider .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#event-page-slider .bxslider .list li dl {
  overflow: hidden;
}

#event-page-slider .bxslider .list li dl dt, #event-page-slider .bxslider .list li dl dd {
  float: left;
}

#event-page-slider .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#event-page-slider .bxslider .bx-controls-auto {
  position: absolute;
  z-index: 3;
}

#event-page-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-page-slider .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#event-page-slider .bxslider .bx-controls-auto .bx-start:focus, #event-page-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-page-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-page-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-page-slider .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#event-page-slider .bxslider .bx-controls-direction .bx-prev:focus, #event-page-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #event-page-slider .bxslider {
    padding: 10px 30px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dl dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-page-slider .bxslider .list li dl dt img {
    max-width: 100%;
  }
  #event-page-slider .bxslider .list li dl dd {
    width: 190px;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    right: 5px;
    bottom: 10px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../image/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../image/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    left: 2px;
    background-image: url(../image/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    right: 2px;
    background-image: url(../image/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #event-page-slider .bxslider {
    padding: 20px 55px 20px 25px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dl dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-page-slider .bxslider .list li dl dt img {
    width: 100%;
  }
  #event-page-slider .bxslider .list li dl dd {
    width: 62%;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    right: 10px;
    bottom: 20px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../image/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../image/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    left: 2px;
    background-image: url(../image/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    right: 2px;
    background-image: url(../image/event_slider_next.png);
  }
}

/*==================================
gogleマップ
==================================*/
.gmap-area #iw_googlemap_1 {
  margin: 0 auto;
}

/*==================================
更新日掲載
==================================*/
.wysiwyg .btn {
  text-align: right;
}

.wysiwyg .btn a {
  padding-left: 18px;
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/level1row1_mod_dir.png) left 5px no-repeat; */
}

/*==================================
カレンダー
==================================*/
#container-in-wide #calendar .list {
  width: 100%;
}

#container-in-wide #calendar .col-area .left-col .list li:first-child {
  float: left;
}

#container-in-wide #calendar .col-area .left-col .list li:last-child {
  float: right;
}

#container-in-wide #calendar .col2-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col2-area .list li select {
  padding: 8px 15px;
  border-radius: 2px;
  border: 1px solid #0f67b1;
  background: #fff;
}

#container-in-wide #calendar .col2-area .right-col .list li a {
  display: block;
  padding: 7px 10px 7px 45px;
  border-radius: 2px;
  background: #f7f5f1 url(../image/calendar_change_icon.png) no-repeat 20px 9px;
  color: #333;
  text-decoration: none;
}

#container-in-wide #calendar .col3-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col3-area .left-col {
  width: 20%;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .left-col a {
  padding: 0 0 0 15px;
  background: url(../image/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .back {
  float: left;
  text-align: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .back a {
  padding: 0 0 0 15px;
  background: url(../image/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .next {
  float: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .next a {
  padding: 0 15px 0 0;
  background: url(../image/eventcalendar_icon_next.png) no-repeat right center;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide #calendar .view-sp {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 60%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    padding-right: 0px;
    float: right;
    width: 210px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 160px;
    padding-right: 0px;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide #calendar .view-pc {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 100%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 60%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 48%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .next {
    text-align: right;
  }
}

#container-in-wide .calendar-search-area {
  display: none;
  margin-top: 20px;
  background: #ebf5fd;
}

#container-in-wide .calendar-search-area .calendar-search-category {
  display: block;
}

#container-in-wide .calendar-search-area select {
  padding: 8px 15px;
  border-radius: 2px;
  border: 1px solid #0f67b1;
  background: #fff;
}

#container-in-wide .calendar-search-area option {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 230px;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 60%;
    min-width: 230px;
    margin: 0 auto;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

#container-in-wide .calendar-search-area .box dt,
#container-in-wide .calendar-search-area .box2 dt {
  font-weight: bold;
  border-left: 6px solid #0f67b1;
  padding-left: 10px;
}

#container-in-wide .calendar-search-area .box dd,
#container-in-wide .calendar-search-area .box2 dd {
  margin-top: 10px;
  padding: 0 10px;
}

#container-in-wide .calendar-search-area .box .space input,
#container-in-wide .calendar-search-area .box2 .space input {
  height: 1.2em;
  width: 1.2em;
}

#container-in-wide .calendar-search-area .box .space,
#container-in-wide .calendar-search-area .box2 .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

#container-in-wide .calendar-search-area .input-button input {
  margin: 0px auto;
  padding: 15px 0;
  background-color: #0f67b1;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 55%;
    min-width: 200px;
    margin-bottom: 18px;
  }
}

#container-in-wide .calendar-list-area table,
#container-in-wide .calendar-box-area table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

#container-in-wide .calendar-list-area table {
  margin: 10px 0 0 1px;
  width: 100%;
}

#container-in-wide .calendar-list-area table caption {
  text-align: left;
  font-weight: bold;
}

#container-in-wide .calendar-list-area table td, #container-in-wide .calendar-list-area table th {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  padding: 5px;
  background: none;
}

#container-in-wide .calendar-list-area table .date,
#container-in-wide .calendar-list-area table .day {
  font-weight: bold;
  text-align: center;
  width: 40px;
}

#container-in-wide .calendar-list-area table .sun,
#container-in-wide .calendar-list-area table .sun th {
  background-color: #ffe6e8;
  color: #E02729;
}

#container-in-wide .calendar-list-area table .sat,
#container-in-wide .calendar-list-area table .sat th {
  background-color: #cfe8f7;
  color: #008CD2;
}

#container-in-wide .calendar-list-area table em {
  font-style: normal;
  font-weight: bold;
  padding-right: 15px;
}

#container-in-wide .calendar-list-area table a {
  margin-left: 5px;
}

#container-in-wide .calendar-list-area table .calPageLink {
  margin-top: 5px;
}

#container-in-wide .calendar-list-area table .calPageLink:first-child {
  margin-top: 0;
}

#container-in-wide .calendar-list-area table .calPageLink .event_icon {
  font-size: 82%;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 10px;
  margin-left: 3px;
  color: #333;
}

#container-in-wide .calendar-list-area table .calPageLink .event_icon:first-child {
  margin-left: 0;
}

#container-in-wide .calendar-list-area table .calPageLink span[class*='event_field'] {
  color: #333;
  border-color: #B7C07B;
  background-color: #f3ffa4;
}

#container-in-wide .calendar-list-area table .calPageLink span[class*='event_area'] {
  color: #333;
  border-color: #D8C78E;
  background-color: #fee9a6;
}

#container-in-wide .calendar-box-area table {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  color: #333333;
  box-sizing: border-box;
  border-spacing: 0;
  border-left: none;
  background: url(../image/calendar_tbl_bg.png) repeat-y 0 0;
  background: url(../image/calendar_tbl_bg4.png) repeat-y 822px 0, url(../image/calendar_tbl_bg3.png) repeat-y 685px 0, url(../image/calendar_tbl_bg3.png) repeat-y 548px 0, url(../image/calendar_tbl_bg3.png) repeat-y 411px 0, url(../image/calendar_tbl_bg3.png) repeat-y 274px 0, url(../image/calendar_tbl_bg3.png) repeat-y 137px 0, url(../image/calendar_tbl_bg2.png) repeat-y 0 0;
}

#container-in-wide .calendar-box-area table .week-row th {
  background: url(../image/calendar_week_bg.png) repeat-y 1px 0;
  color: inherit;
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
  font-size: 110%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-box-area table .week-row th {
    width: 137px;
  }
  #container-in-wide .calendar-box-area table .week-row th.sat {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-box-area table .week-row th {
    width: 14%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
  }
  #container-in-wide .calendar-box-area table .week-row th:first-child, #container-in-wide .calendar-box-area table .week-row th:last-child {
    width: 15%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
  }
}

#container-in-wide .calendar-box-area table .week-row .sun {
  background: none;
  color: #E02729;
}

#container-in-wide .calendar-box-area table .week-row .sat {
  background: none;
  color: #008CD2;
}

#container-in-wide .calendar-box-area table td {
  vertical-align: top;
}

#container-in-wide .calendar-box-area table .col td {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#container-in-wide .calendar-box-area table .col .day-sun,
#container-in-wide .calendar-box-area table .col-day .day-sun {
  background: url(../image/calendar_holiday_bg.png) repeat-y 1px 0;
}

#container-in-wide .calendar-box-area table .col-day {
  border-top: 1px solid #bbb;
}

#container-in-wide .calendar-box-area table .col-day td {
  padding-bottom: 0;
  border-bottom: none;
  text-align: right;
}

#container-in-wide .calendar-box-area table .col-day td p {
  padding: 5px 10px 10px 5px;
}

#container-in-wide .calendar-box-area table .col-day .day-sat p {
  color: #0a6b70;
}

#container-in-wide .calendar-box-area table .col-day .day-sun p {
  color: #b91212;
}

#container-in-wide .calendar-box-area table p {
  padding: 0px 7px 10px 7px;
  margin: 0;
}

#container-in-wide .calendar-box-area table p a {
  display: block;
  padding: 7px 10px;
  background: #f6f7bf;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}

#container-in-wide .calendar-box-area table .step_over_next {
  padding-right: 0;
}

#container-in-wide .calendar-box-area table .step_over_next a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

#container-in-wide .calendar-box-area table .step_over_end {
  padding-left: 0;
}

#container-in-wide .calendar-box-area table .step_over_end a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*==================================
notfoundページ
==================================*/
.attention-area .in {
  background-color: #ebf5fd;
  margin-top: 20px;
  padding: 20px;
}

/*==================================
自由レイアウト
==================================*/
.free-layout-area .img-text .left-col img,
.free-layout-area .img-text .right-col img {
  max-width: 100%;
}

.free-layout-area .layout4 {
  margin-top: 20px;
}

.free-layout-area .layout4 .left-col {
  width: 32% !important;
  margin-left: 2%;
}

.free-layout-area .layout4 .left-col:first-child {
  margin-left: 0;
}

.free-layout-area .layout4 .right-col {
  width: 32%;
}

.free-layout-area .layout4 .left-col img,
.free-layout-area .layout4 .right-col img {
  max-width: 100%;
}

.free-layout-area .layout3 .left-col {
  width: 49% !important;
}

.free-layout-area .layout3 .right-col {
  width: 49% !important;
  margin-left: 2%;
}

.free-layout-area .layout3 .left-col img,
.free-layout-area .layout3 .right-col img {
  max-width: 100%;
}

/* パブリックコメント検索ページ */
.pubcom-list-area .in {
  margin-top: 10px;
}

.pubcom-list-area .title {
  padding-left: 15px;
  background: url(../image/arrow01.png) no-repeat left center;
  font-weight: bold;
}

.pubcom-list-area .txt {
  margin-top: 10px;
}

.pubcom-list-area .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #ebf5fd;
}

.pubcom-list-area .summary span {
  display: block;
}

/* パブリックコメント詳細ページ */
.pubcom-boshuchu-area .status,
.pubcom-kekka-area .status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #eed7e9;
}

.pubcom-table {
  width: 100%;
}

.pubcom-table th {
  width: 150px;
}

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

/* よくあるご質問トップページ */
.faq-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.faq-list-area .faq-recent-area .list,
.faq-list-area .faq-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.faq-list-area .faq-recent-area .list li,
.faq-list-area .faq-view-area .list li {
  margin: 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .faq-list-area {
    /* 1階層2列表示 */
    /* 2階層1列 */
    /* 2階層2列 */
  }
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    width: 340px;
  }
  .faq-list-area .level1col2 {
    width: 340px;
  }
  .faq-list-area .level1col2 li {
    width: 160px;
  }
  .faq-list-area .level2col1 .list,
  .faq-list-area .level2col1 .list2 {
    width: 340px;
  }
  .faq-list-area .level2col1 .list li,
  .faq-list-area .level2col1 .list2 li {
    width: 160px;
  }
  .faq-list-area .level2col2 {
    width: 340px;
  }
  .faq-list-area .level2col2 .left-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .right-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .col {
    width: 340px;
  }
  .faq-list-area .level2col2 .list li {
    width: 120px;
  }
  .faq-list-area .level2col2 .box2 .list {
    width: 325px;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    float: none;
    width: 100%;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 40%;
  }
}

/* よくあるご質問詳細ページ */
.faq-answer-area {
  margin-top: 20px;
  padding: 0 0 5px 45px;
  background: url(../image/h2_faq_title_icon.png) no-repeat 15px 3px;
}

/* よくあるご質問詳細ページ 0009_2 */
.faq-block {
  margin-top: 20px;
}

.faq-block .faq-q-title {
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 45px 5px 45px;
  background-image: url(../image/h1_faq_title_icon.png), url(../image/faq_icon_plus.png) !important;
  background-repeat: no-repeat;
  background-position: 10px center,right 10px center;
  background-color: #ebf5fd;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.faq-block .faq-q-title.on {
  background-image: url(../image/h1_faq_title_icon.png), url(../image/faq_icon_minus.png) !important;
}

.faq-block .faq-answer-area .wysiwyg p {
  margin-top: 0;
  padding-left: 0;
  font-size: 110%;
}

/* 大カテゴリトップページ 1008-2 1008-3 */
#contents-large-category h1 img {
  max-width: 100%;
}

#contents-large-category .news-area .more {
  margin-top: 15px;
  text-align: center;
}

#contents-large-category .news-area .more a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #0f67b1 url(../image/news_more_arrow.png) no-repeat 15px center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#contents-large-category .side-search-area {
  margin-bottom: 20px;
}

#contents-large-category .side-search-area dt {
  font-weight: bold;
}

#contents-large-category .side-search-area dd {
  margin-top: 5px;
}

#contents-large-category .side-search-area dd img {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}

#contents-large-category .side-nav-list {
  margin-bottom: 20px;
}

#contents-large-category .side-nav-list dl {
  margin: 20px 0 0;
}

#contents-large-category .side-nav-list dl:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .title {
  padding: 10px 15px;
  border-bottom: 2px solid #0f67b1;
  background: #ebf5fd;
  font-size: 100%;
}

#contents-large-category .side-nav-list .title a {
  color: #333;
}

#contents-large-category .side-nav-list .list {
  padding: 10px 15px;
}

#contents-large-category .side-nav-list .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../image/arrow01.png) no-repeat 0 0.5em;
}

#contents-large-category .side-nav-list .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .list li span {
  background: #ebf5fd;
}

#contents-large-category .side-bnr-area {
  margin-bottom: 20px;
}

#contents-large-category .side-bnr-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-bnr-area .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-bnr-area .list li img {
  width: 100%;
}

#contents-large-category .side-view-area {
  margin-bottom: 20px;
}

#contents-large-category .side-view-area .title {
  padding: 10px 15px;
  border-bottom: 2px solid #0f67b1;
  background: #ebf5fd;
  font-size: 100%;
}

#contents-large-category .side-view-area .list {
  padding-left: 2.5em;
  list-style-type: decimal;
}

#contents-large-category .side-view-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-view-area .list li span {
  background: #ebf5fd;
}

@media print, screen and (min-width: 769px) {
  #contents-large-category > .left-col {
    width: 700px;
  }
  #contents-large-category > .right-col {
    width: 270px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #contents-large-category > .left-col {
    float: none;
    width: 100%;
  }
  #contents-large-category > .right-col {
    display: none;
    float: none;
    width: 100%;
  }
}

#large-category-slider {
  margin-top: 20px;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#large-category-slider .bxslider {
  position: relative;
}

#large-category-slider .bxslider .bx-wrapper {
  position: relative;
}

#large-category-slider .bxslider .list li {
  overflow: hidden;
  width: 700px;
}

#large-category-slider .bxslider .list li img {
  max-width: 100%;
}

#large-category-slider .bx-controls {
  width: 100%;
  line-height: 1;
}

#large-category-slider .bx-controls-auto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

#large-category-slider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#large-category-slider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#large-category-slider .bx-controls-auto .bx-stop {
  background-image: url(../image/event_slider_stop.png);
}

#large-category-slider .bx-controls-auto .bx-start {
  background-image: url(../image/event_slider_start.png);
}

#large-category-slider .bx-controls-auto .bx-start:focus,
#large-category-slider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#large-category-slider .bx-controls-auto .active {
  display: none;
}

#large-category-slider .bx-controls-direction {
  width: 100%;
}

#large-category-slider .bx-controls-direction a {
  display: block;
  position: absolute;
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#large-category-slider .bx-controls-direction .bx-prev {
  bottom: 50%;
  left: 10px;
  background-image: url(../image/event_slider_back.png);
}

#large-category-slider .bx-controls-direction .bx-next {
  bottom: 50%;
  right: 10px;
  background-image: url(../image/event_slider_next.png);
}

#large-category-slider .bx-controls-direction .bx-prev:focus,
#large-category-slider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
}

/* サムネイル型目次ページ */
.thumbnail-list-area .list {
  width: 100%;
}

.thumbnail-list-area .list li {
  float: left;
  width: 32%;
  margin: 20px 0 0 2%;
}

.thumbnail-list-area .list li:first-child {
  margin-left: 0;
}

.thumbnail-list-area .list li a {
  color: #000;
  text-decoration: none;
}

.thumbnail-list-area .list li .thumb img {
  max-width: 100%;
  height: auto;
}

.thumbnail-list-area .list li .title {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.thumbnail-list-area .list li a .title {
  text-decoration: underline;
}

.thumbnail-list-area .list li a:hover .title {
  text-decoration: none;
}

.thumbnail-list-area .list li .txt {
  display: block;
}

/* ごみ分別検索ページ */
.garbage-search-area .unit {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .garbage-search-area .unit .left-col {
    width: 370px;
  }
  .garbage-search-area .unit .right-col {
    width: 610px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .unit .left-col, .garbage-search-area .unit .right-col {
    float: none;
    width: 100%;
  }
}

.garbage-search-area .unit .in {
  margin: 10px auto 0;
  padding: 4px 14px 14px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.garbage-search-area .unit .box {
  margin-top: 10px;
}

.garbage-search-area .input {
  box-sizing: border-box;
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input2 {
  box-sizing: border-box;
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input-box {
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .garbage-search-area .input-box input {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .input-box input {
    width: 50%;
  }
}

.garbage-search-area .wa50 {
  overflow: hidden;
}

.garbage-search-area .wa50 li {
  float: left;
  width: 35px;
  margin: 5px 2px 0;
  text-align: center;
}

.garbage-search-area .wa50 li a {
  display: block;
  background-color: #eee;
}

.garbage-search-area .wa50 li a:hover {
  background-color: #fff9b1;
}

.garbage-search-area .wa50 li a.on {
  display: block;
  background-color: #fff9b1;
}

.garbage-search-area .yayuyo {
  width: 61px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.garbage-search-area .desc {
  margin-top: 10px;
}

.garbage-search-area .list {
  overflow: hidden;
  width: 100%;
}

.garbage-search-area .list li {
  float: left;
  width: 12.5%;
  margin-top: 10px;
}

.garbage-search-area .list li a {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #ddd;
  text-align: center;
}

.garbage-search-area .list li a.on {
  background-color: #1a473b;
  color: #fff;
}

.garbage-search-area .list2 {
  margin-top: 10px;
  text-align: center;
}

.garbage-search-area .list2 li {
  display: inline;
  margin: 0 2px;
}

.garbage-search-area .list2 li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddd;
}

.garbage-search-area .garbage-table {
  width: 100%;
}

.garbage-search-area .garbage-table th:nth-child(1) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(2) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(3) {
  width: 30%;
}

.garbage-result-area {
  margin-top: 10px;
}

.garbage-result-area .count {
  color: #c00;
}

#garbage-result-table {
  width: 100%;
}

/* 通常 */
.level2col2js h3 {
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h3_headcom2_bg_mid.png) repeat-y left top; */
  font-size: 120%;
  margin-top: 20px;
  color: #333;
}

.level2col2js h3 .bg {
  display: block;
  padding-top: 8px;
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h3_headcom2_bg_top.png) no-repeat left top; */
}

.level2col2js h3 .bg2 {
  display: block;
  padding: 0 0 8px 10px;
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h3_headcom2_bg_btm.png) no-repeat left bottom; */
}

.level2col2js h3 .bg3 {
  display: block;
  border-left: solid 2px #4359a3;
  padding-left: 10px;
  line-height: 1.2;
}

.level2col2js .description,
.level1col2-gaiyo .description {
  margin-top: 10px;
}

/* 各課 */
.kakuka-area {
  margin-top: 20px;
  overflow: hidden;
  width: 700px;
}

.kakuka-area .left-col {
  float: left;
  width: 300px;
}

.kakuka-area .right-col {
  float: right;
  width: 380px;
}

.kakuka-area .right-col .title {
  margin-top: 20px;
  padding: 4px 3px;
  overflow: hidden;
  border-radius: 2px;
  /* background: #73b2a1 url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg.png) repeat left top; */
  color: #002b33;
  font-size: 150%;
  box-sizing: border-box;
}

.kakuka-area .right-col .title .bg {
  display: block;
  padding: 6px 0;
  /* background: url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg02.png) repeat-y left top, url(https://www.police.pref.osaka.lg.jp/theme/base/img_sub/h2_bg02.png) repeat-y right top; */
  background-color: #eaf6f3;
}

.kakuka-area .right-col .title .bg2 {
  display: block;
  padding: 0 20px;
  background-color: #eaf6f3;
}

@media screen and (max-width: 768px) {
  .kakuka-area {
    width: 100%;
  }
  .kakuka-area .left-col {
    float: left;
    width: 47%;
  }
  .kakuka-area .left-col img {
    width: 100%;
    height: auto;
  }
  .kakuka-area .right-col {
    float: right;
    width: 50%;
  }
  #keyword-area {
    display: none;
  }
}

/*==================================
申請書検索ページ（目次）
==================================*/
.shinseisyo-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.shinseisyo-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.shinseisyo-view-area .list li {
  margin: 10px 0 0 4%;
  width: 48%;
  float: left;
}

/*==================================
 概要パーツ（1013・1015-2で使用中）
==================================*/
.summary-parts .link-detaile dd {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .summary-parts {
    margin-top: 10px;
  }
  .summary-parts .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .summary-parts {
    margin-top: 20px;
  }
  .summary-parts .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

/*==================================
 スライダーパーツ 2カラム（1013で使用中）
==================================*/
#slider-parts .bxslider {
  position: relative;
  padding: 10px 30px;
  border: 1px solid #ccc;
  border-top: none;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#slider-parts .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#slider-parts .bxslider .list li dl {
  overflow: hidden;
}

#slider-parts .bxslider .list li dl dt, #slider-parts .bxslider .list li dl dd {
  float: left;
}

#slider-parts .bxslider .list li dl dd a {
  display: block;
}

#slider-parts .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#slider-parts .bxslider .bx-controls-auto {
  position: absolute;
  right: 10px;
  z-index: 3;
}

#slider-parts .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#slider-parts .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#slider-parts .bxslider .bx-controls-auto .bx-start:focus,
#slider-parts .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#slider-parts .bxslider .bx-controls-auto .active {
  display: none;
}

#slider-parts .bxslider .bx-controls-direction {
  width: 100%;
}

#slider-parts .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#slider-parts .bxslider .bx-controls-direction .bx-prev {
  left: 5px;
}

#slider-parts .bxslider .bx-controls-direction .bx-next {
  right: 5px;
}

#slider-parts .bxslider .bx-controls-direction .bx-prev:focus,
#slider-parts .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 110px;
    margin-right: 10px;
  }
  #slider-parts .bxslider .list li dt img {
    max-width: 100%;
  }
  #slider-parts .bxslider .list li dd {
    width: 183px;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 10px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../image/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../image/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    background-image: url(../image/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    background-image: url(../image/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 35%;
    margin-right: 3%;
  }
  #slider-parts .bxslider .list li dt img {
    width: 100%;
  }
  #slider-parts .bxslider .list li dd {
    width: 62%;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 20px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../image/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../image/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    background-image: url(../image/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    background-image: url(../image/event_slider_next.png);
  }
}

/*==================================
 タイトル+リストパーツ （1013で使用中）
==================================*/
.title-list-parts {
  margin-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
}

.title-list-parts .title {
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #42927c;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
}

.title-list-parts .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.title-list-parts .in {
  padding: 15px;
  border: 1px solid #42927c;
  border-top: none;
}

.title-list-parts .list {
  letter-spacing: -.5em;
}

.title-list-parts .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.title-list-parts .list > li:nth-child(-n+2) {
  margin-top: 0;
}

.title-list-parts .list > li:nth-child(2n+1) {
  margin-left: 0;
}

.title-list-parts .list li a {
  padding-left: 13px;
  background: url(../image/common_arrow.png) no-repeat 0 5px;
}

.title-list-parts .list li span {
  background: #ebf5fd;
}

/*==================================
 広報誌詳細専用 （0013で使用中）
==================================*/
#koho-block {
  margin-top: 20px;
}

#koho-block > .right-col .gaiyo {
  padding: 0 10px;
}

#koho-block > .right-col #kobetsu-downlod-area .box {
  margin: 20px 0 0 0;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .left-col.title span {
  display: block;
  padding: 10px;
  font-weight: bold;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .right-col {
  box-sizing: border-box;
  padding-bottom: 10px;
  border-left: 2px solid #ccc;
}

@media print, screen and (min-width: 769px) {
  #koho-block > .left-col {
    width: 150px;
  }
  #koho-block > .left-col .thumb .list .img-item:first-child {
    margin-top: 0;
  }
  #koho-block > .right-col {
    width: 530px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 20%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #koho-block > .left-col, #koho-block > .right-col {
    float: none;
  }
  #koho-block > .left-col .thumb li {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #koho-block > .left-col .thumb li:nth-child(2n+1) {
    margin-left: 0;
  }
  #koho-block > .right-col .gaiyo {
    margin-top: 20px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 25%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 75%;
  }
}

/* =========================================================
 SNSシェアボタン・更新日
========================================================= */
#social-update-area {
  margin-top: 20px;
}

#social-update-area #social {
  font-size: small;
}

#social-update-area #social #sns-list {
  overflow: hidden;
}

#social-update-area #social #sns-list li {
  float: left;
  margin-left: 10px;
}

#social-update-area #social #sns-list li:first-child {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  #social-update-area::after {
    clear: both;
    content: "";
    display: block;
  }
  #social-update-area #social, #social-update-area .update {
    width: 50%;
  }
  #social-update-area #social {
    float: left;
  }
  #social-update-area .update {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #social-update-area {
    text-align: right;
  }
  #social-update-area #social {
    display: inline-block;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    vertical-align: top;
  }
  #social-update-area .update {
    margin-top: 15px;
  }
}

/*==================================
 募集ページ用 （0016で使用中）
==================================*/
#boshu-area .boshu-table {
  width: 100%;
}

#boshu-area .status {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}

#boshu-area .status.boshuchu {
  background: #952411;
}

#boshu-area .status.boshumae {
  background: #d93600;
}

#boshu-area .status.boshushuryo {
  background: #555;
}

/*==================================
 募集一覧ページ用 （1016で使用中）
==================================*/
#boshu-list-area .anchor {
  padding: 10px;
  letter-spacing: -.5em;
}

#boshu-list-area .anchor > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 0px) / 2);
  width: calc((100% - 0px) / 2);
}

#boshu-list-area .anchor > li:nth-child(-n+2) {
  margin-top: 0;
}

#boshu-list-area .anchor > li:nth-child(2n+1) {
  margin-left: 0;
}

#boshu-list-area .anchor li a {
  display: inline-block;
  background-image: url(../image/anchor_arrow.png);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  #boshu-list-area .anchor li a {
    padding-left: 10px;
    background-position: 0 0.4em;
  }
}

@media screen and (max-width: 768px) {
  #boshu-list-area .anchor li a {
    padding-left: 15px;
    background-position: 0 0.5em;
  }
}

#boshu-list-area .boshu-list .in, #boshu-list-area .boshu-list-other .in {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #0f67b1;
}

#boshu-list-area .boshu-list .in .title, #boshu-list-area .boshu-list-other .in .title {
  padding-left: 15px;
  background: url(../image/arrow01.png) no-repeat left 0.5em;
  font-weight: bold;
}

#boshu-list-area .boshu-list .in .summary, #boshu-list-area .boshu-list-other .in .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #ebf5fd;
}

#boshu-list-area .boshu-list .status, #boshu-list-area .boshu-list-other .status {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}

#boshu-list-area .boshu-list .status.boshuchu, #boshu-list-area .boshu-list-other .status.boshuchu {
  background: #952411;
}

#boshu-list-area .boshu-list .status.boshumae, #boshu-list-area .boshu-list-other .status.boshumae {
  background: #d93600;
}

#boshu-list-area .boshu-list .status.boshushuryo, #boshu-list-area .boshu-list-other .status.boshushuryo {
  background: #555;
}

/*==================================
 夜間休日当番医ページ用（O/D連携）
==================================*/
.yakankyujitsutobani-table {
  width: 100%;
}

.yakankyujitsutobani-table th {
  width: 15%;
}

.yakankyujitsutobani-table th:first-child {
  width: 15%;
}

.yakankyujitsutobani-table th:last-child {
  width: 55%;
}

.yakankyujitsutobani-table dl {
  overflow: hidden;
  margin: 5px 0 0;
}

.yakankyujitsutobani-table dl dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  border-radius: 3px;
  background: #ebf5fd;
  font-weight: bold;
  text-align: center;
}

.yakankyujitsutobani-table dl dd {
  padding: 2px 0 2px 6em;
}

.yakankyujitsutobani-table dl:first-child {
  margin-top: 0;
}

/*==================================
 入札ページ用 （0017で使用中）
==================================*/
.nyusatsu-table {
  width: 100%;
}

.nyusatsu-result-table {
  width: 100%;
}

.hatchu-area .status {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #952411;
  color: #fff;
}

.past-dir-list .level1col2 li {
  background: url(../image/list_icon_page.png) no-repeat 10px 0.5em;
}

/*==================================
ローディング
==================================*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#loading:before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: -15px;
  background: white;
}

#loading:after {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px solid #555555;
  border-right: 4px solid white;
  animation: rotate 1s infinite linear;
}

@media screen and (max-width: 768px) {
  #loading {
    z-index: 21;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*==================================
 広報誌トップページ用 （1015-2で使用中）
==================================*/
.backnumber-area .this-year-block {
  margin-top: 10px;
}

.backnumber-area .this-year-block .list li dl dd {
  margin-top: 5px;
}

@media print, screen and (min-width: 769px) {
  .backnumber-area .this-year-block .list {
    letter-spacing: -.5em;
  }
  .backnumber-area .this-year-block .list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .backnumber-area .this-year-block .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 150px;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
  }
}

@media screen and (max-width: 768px) {
  .backnumber-area .this-year-block .list li {
    margin-top: 10px;
  }
  .backnumber-area .this-year-block .list li:first-child {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 35%;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: 61%;
  }
}

.backnumber-area .last-year-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #42927c;
}

.backnumber-area .last-year-block .list {
  letter-spacing: -.5em;
}

.backnumber-area .last-year-block .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.backnumber-area .last-year-block .list > li:nth-child(-n+2) {
  margin-top: 0;
}

.backnumber-area .last-year-block .list > li:nth-child(2n+1) {
  margin-left: 0;
}

.backnumber-area .last-year-block .list li a {
  padding-left: 13px;
  background: url(../image/common_arrow.png) no-repeat 0 5px;
}

.backnumber-area .last-year-block .list li span {
  background: #ebf5fd;
}

/*==================================
 入札目次ページ用 （1017で使用中）
==================================*/
.past-list-area {
  margin-top: 20px;
  padding: 0 9px 9px;
  border: 1px solid #eef0f3;
}

@media print, screen and (min-width: 769px) {
  .past-list-area .level1col2 {
    width: 680px;
  }
  .past-list-area .level1col2 li {
    width: 330px;
  }
}

/*==================================
 施設詳細ページ用（0052で使用中）
==================================*/
.facility-info-area {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .facility-info-area .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-info-area .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-info-area .facility-image-box + .facility-info-box {
    width: 57%;
  }
}

@media screen and (max-width: 768px) {
  .facility-info-area .facility-image-box {
    text-align: center;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}

.facility-info-area .facility-action .link-btn {
  display: inline-block;
  background-color: #bb6699;
  border: 1px solid #cc99bd;
  border-radius: 2px;
}

.facility-info-area .facility-action a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
}

.facility-info-area .facility-action a:before,
.facility-info-area .facility-action a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../image/arrow_white.png) no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}

.facility-info-area .facility-action .link-btn:hover {
  background-color: #dd99bd;
  border: 1px solid #dd99bd;
}

@media screen and (max-width: 768px) {
  .facility-info-area .facility-action {
    text-align: center;
    margin: 20px auto;
  }
}

.facility-info-area .facility-info {
  display: table;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.facility-info-area .facility-info dl {
  display: table-row;
}

.facility-info-area .facility-info dl dt {
  display: table-cell;
}

.facility-info-area .facility-info dl dt .bg {
  display: block;
  background-color: #eee;
  color: #333;
  white-space: nowrap;
  padding: 5px;
}

.facility-info-area .facility-info dl dd {
  display: table-cell;
  padding: 5px;
}

.facility-guide-area .introduction {
  margin: 10px auto;
}

@media print, screen and (min-width: 769px) {
  .facility-guide-area .introduction .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-guide-area .introduction .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box + .facility-info-box {
    width: 57%;
  }
}

@media screen and (max-width: 768px) {
  .facility-guide-area .introduction .facility-image-box {
    text-align: center;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
 簡易オープンデータ検索用 （1020で使用中）
==================================*/
.simple-od-counter-area {
  margin-top: 1em;
}

.simple-od-counter-area dl {
  border-bottom: 1px solid #0f67b1;
  display: table;
}

.simple-od-counter-area dl .title {
  display: table-cell;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
}

.simple-od-counter-area dl .title span {
  padding-left: 10px;
  border-left: 6px solid #0f67b1;
}

.simple-od-counter-area dl .count {
  display: table-cell;
  font-size: 250%;
  padding: .1em .5em;
  color: #073053;
  background-color: #fff;
  font-weight: bold;
}

.simple-od-search-box {
  background: #ebf5fd;
  padding: 10px;
  margin-top: 1em;
}

.simple-od-search-box dt {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #0f67b1;
  margin: 1em 0 .8em;
}

.simple-od-search-box dd label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5em;
}

.simple-od-search-box dd .input-container {
  padding: 0 1em 1em;
}

.simple-od-search-box dd .input-button {
  border-top: 1px solid #fff;
}

.simple-od-search-result {
  margin: 1em 0 2em;
}

.simple-od-search-result caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #0f67b1;
  margin: 1em 0 .8em;
}

.simple-od-search-result .simple-od-search-no-result {
  padding: 2em 1em 2em 1.2em;
  border: 1px solid #0f67b1;
  background: #ebf5fd;
}

/*==================================
 簡易オープンデータ詳細用 （0020で使用中）
==================================*/
.simple-od-addinfo-area {
  margin: 1em 0 2em;
}

.simple-od-addinfo-area caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #0f67b1;
  margin: 1em 0 .8em;
}

/*==================================
 簡易アンケートフォーム用　（詳細ページ）
==================================*/
.simple-enquete {
  padding-top: 2em;
}

.simple-enquete .col-area {
  width: 100%;
}

.simple-enquete .title {
  font-size: 125%;
  font-weight: bold;
  color: #333;
  padding: 17px 20px 17px 17px;
  background: #ccc;
}

.simple-enquete form {
  padding: 1em;
}

.simple-enquete form .box {
  margin-bottom: 1.8em;
}

.simple-enquete form .box .question {
  font-weight: bold;
  margin-bottom: .3em;
}

.simple-enquete form input[type="radio"] {
  vertical-align: middle;
}

.simple-enquete form label {
  margin-right: 1em;
}

.simple-enquete form textarea {
  width: 100%;
  min-height: 100px;
}

.simple-enquete form input[type="submit"] {
  display: block;
  padding: .8em .5em;
  width: 130px;
  margin: 3em auto 0;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}

.simple-enquete form input[type="submit"]:hover, .simple-enquete form input[type="submit"]:active, .simple-enquete form input[type="submit"]:focus {
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .simple-enquete form input[type="submit"] {
    width: 100%;
    padding: .6em 0;
    margin: 4em 0 0;
    font-size: 100%;
  }
}

.req-auth-form-area {
  box-sizing: border-box;
  background: #eee;
}

@media print, screen and (min-width: 769px) {
  .req-auth-form-area {
    width: 400px;
    margin: 20px auto 0;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .req-auth-form-area {
    margin-top: 20px;
    padding: 30px;
  }
}

.req-auth-form-area .form-item {
  display: block;
  margin-top: 15px;
}

.req-auth-form-area .form-item:first-child {
  margin-top: 0;
}

.req-auth-form-area .reminder {
  margin-top: 10px;
  text-align: center;
}

.req-auth-form-area input, .req-auth-form-area button[type="submit"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.req-auth-form-area input[type="text"],
.req-auth-form-area input[type="password"] {
  margin-top: 5px;
  background: #fff;
  border-color: #bbb;
  color: #555;
}

.req-auth-form-area input[type="text"]:focus,
.req-auth-form-area input[type="password"]:focus {
  border-color: #888;
}

.req-auth-form-area button[type="submit"] {
  margin-top: 15px;
  background: #0a4f9f;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.req-auth-form-area button[type="submit"]:hover {
  background: #006fd7;
}

.req-auth-form-area button[type="submit"]:focus {
  border-color: #05a;
}

@media print, screen and (min-width: 769px) {
  .missing-person-area .missing-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .missing-person-area .missing-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.missing-person-area .missing-header .list li {
  display: inline-block;
  margin-left: 1em;
}

.missing-person-area .missing-header .list li:nth-child(1) {
  margin-left: 0;
  padding: 2px 10px;
  background-color: #0a4f9f;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .missing-person-area .missing-profile {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .missing-person-area .missing-profile .image {
    text-align: center;
  }
}

.missing-person-area .missing-profile .image img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .missing-person-area .data {
    display: inline-block;
    width: 72%;
    margin-left: 2%;
    vertical-align: top;
  }
  .missing-person-area .data .table {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .missing-person-area .data {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .missing-person-area .additional-infomation {
    margin-top: 30px;
  }
}

.missing-person-area .additional-infomation .in {
  border-bottom: 1px dotted #ccc;
}

.missing-person-area .additional-infomation .in::after {
  clear: both;
  content: "";
  display: block;
}

@media print, screen and (min-width: 769px) {
  .missing-person-area .additional-infomation .in {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .missing-person-area .additional-infomation .in {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .missing-person-area .additional-infomation .image {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
}

.missing-person-area .additional-infomation .image img {
  max-width: 100%;
  height: auto;
}

.file-name .pdf {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_pdf.png) no-repeat left top;
}

.file-name .word {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_word.png) no-repeat left top;
}

.file-name .excel {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_excel.png) no-repeat left top;
}

.file-name .power {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_power.png) no-repeat left top;
}

.file-name .audio {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_audio.png) no-repeat left top;
}

.file-name .txt {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_txt.png) no-repeat left top;
}

.file-name .zip {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_zip.png) no-repeat left top;
}

.file-name .lzh {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_lzh.png) no-repeat left top;
}

.file-name .jpg {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_jpg.png) no-repeat left top;
}

.file-name .pic {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_pic.png) no-repeat left top;
}

.file-name .movie {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_movie.png) no-repeat left top;
}

.file-name .csv {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_csv.png) no-repeat left top;
}

.file-name .edit {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../image/file_link_item_edit.png) no-repeat left top;
}

.csv-list-area {
  margin-top: 20px;
}

#slide-images {
  position: relative;
  margin-top: 20px;
}

#slide-images .list li {
  text-align: center;
}

#slide-images .list li img {
  max-width: 100%;
  height: auto;
}

#slide-images .bx-controls {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls {
    margin-top: 20px;
  }
}

#slide-images .bx-controls .bx-pager {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.1;
}

#slide-images .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-pager .bx-pager-item {
    margin: 5px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-pager .bx-pager-item {
    margin: 10px;
  }
}

#slide-images .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  border-radius: 50%;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 10px;
    height: 10px;
    border: 1px solid #0a4f9f;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 20px;
    height: 20px;
    border: 2px solid #0a4f9f;
  }
}

#slide-images .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover, #slide-images .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #0a4f9f;
}

#slide-images .bx-controls .bx-controls-auto {
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item {
    margin: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item {
    margin: 0 10px;
  }
}

#slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item a {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 44px;
    height: 44px;
  }
}

#slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background: url(../image/slide_control_stop.png) no-repeat 0 0;
  background-size: 100% 100%;
}

#slide-images .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start {
  background: url(../image/slide_control_start.png) no-repeat 0 0;
  background-size: 100% 100%;
}

#slide-images .bx-controls .bx-controls-direction {
  position: absolute;
  top: 50%;
  width: 100%;
}

#slide-images .bx-controls .bx-controls-direction a {
  display: block;
  position: absolute;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-controls-direction a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  #slide-images .bx-controls .bx-controls-direction a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-controls-direction a {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
}

#slide-images .bx-controls .bx-controls-direction a.bx-prev {
  background: url(../image/slide_control_prev.png) no-repeat 0 0;
  background-size: 100% 100%;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-controls-direction a.bx-prev {
    left: 5px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-controls-direction a.bx-prev {
    left: -20px;
  }
}

#slide-images .bx-controls .bx-controls-direction a.bx-next {
  background: url(../image/slide_control_next.png) no-repeat 0 0;
  background-size: 100% 100%;
}

@media print, screen and (min-width: 769px) {
  #slide-images .bx-controls .bx-controls-direction a.bx-next {
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  #slide-images .bx-controls .bx-controls-direction a.bx-next {
    right: -20px;
  }
}

.movie-frame {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 56.25% 0 0 0;
}

.movie-frame iframe, .movie-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-frame video {
  max-width: 100%;
}

.movie-first-area {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .movie-first-area .movie-frame {
    margin-top: 0;
  }
}

.movie-first-area .first-movie-info .title {
  padding-left: 10px;
  border-left: 4px solid #006fd7;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .movie-first-area .first-movie-info .title {
    margin-top: 10px;
  }
}

.movie-other-area {
  border-top: 1px dotted #ccc;
}

@media print, screen and (min-width: 769px) {
  .movie-other-area {
    margin-top: 20px;
    padding-top: 20px;
    letter-spacing: -.5em;
  }
}

@media screen and (max-width: 768px) {
  .movie-other-area {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .movie-other-area .movie-item {
    display: inline-block;
    width: 32%;
    margin: 20px 0 0 2%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .movie-other-area .movie-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .movie-other-area .movie-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .movie-other-area .movie-item {
    margin-top: 30px;
  }
  .movie-other-area .movie-item:first-child {
    margin-top: 0;
  }
}

.movie-other-area .movie-item .movie-thumail {
  display: block;
}

.movie-other-area .movie-item .movie-thumail img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .movie-other-area .movie-item .movie-thumail img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .movie-other-area .movie-item .movie-thumail {
    text-align: center;
  }
  .movie-other-area .movie-item .movie-thumail img {
    width: 100%;
  }
}

.movie-other-area .movie-item .movie-info .title {
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .movie-other-area .movie-item .movie-info .title {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .movie-other-area .movie-item .movie-info .wysiwyg p {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #side-nav {
    margin-top: 50px;
  }
}

#side-nav .side-nav-list {
  padding-bottom: 15px;
  background-color: #fff;
}

#side-nav .side-nav-list .title {
  background: #d7e5f2;
  border-top: 5px solid #0068b7;
  color: #333;
  font-size: 140%;
  font-weight: bold;
  padding: 15px 20px 10px;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .title {
    border-top: 8px solid #0068b7;
    font-size: 120%;
  }
}

#side-nav .side-nav-list .title a {
  display: block;
  color: #333;
}

#side-nav .side-nav-list .title a:hover {
  text-decoration: underline;
}

#side-nav .side-nav-list .title a:focus {
  color: #2d5f92;
}

#side-nav .side-nav-list .list {
  border-bottom: 1px solid #ccc;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .list {
    font-size: 105%;
  }
}

#side-nav .side-nav-list .list li > span, #side-nav .side-nav-list .list .title-text {
  padding: 13px 15px 13px 37px;
  display: block;
  background-image: url(../image/common_arrow.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 10px 17px;
}

@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .list li > span, #side-nav .side-nav-list .list .title-text {
    padding: 20px 15px 20px 60px;
    background-position: 30px 28px;
    background-size: 15px auto;
  }
}

#side-nav .side-nav-list .list li > span:hover, #side-nav .side-nav-list .list .title-text:hover {
  background-color: #f2fbff;
}

#side-nav .side-nav-list .list li > span {
  display: block;
  background-color: #ebf5fd;
}

#side-nav .side-nav-list li {
  border-top: 1px solid #cccccc;
}

#side-nav .side-nav-list li:first-child {
  border-top: none;
}

#side-nav .side-nav-list li a {
  color: inherit;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  position: relative;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 200px;
  }
}

footer .in {
  background: #0f67b1;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .in {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}

footer .in .address {
  text-align: center;
  font-size: 160%;
  margin: 0 auto;
  font-weight: bold;
}

footer .in .address span {
  display: block;
}

footer .in .address span a:link {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  footer .in .address {
    width: 530px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .address {
    width: 700px;
    font-size: 110%;
  }
  footer .in .address span {
    line-height: 200%;
  }
}

footer .in .address a {
  color: inherit;
  text-decoration: none;
}

footer .in .footer-link {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link {
    margin-top: 50px;
    flex-wrap: wrap;
    font-size: 80%;
    gap: 5px 0;
  }
}

footer .in .footer-link li {
  position: relative;
}

footer .in .footer-link li::before {
  content: "|";
  color: #90aed2;
}

footer .in .footer-link li:first-child::before {
  content: "";
}

@media screen and (max-width: 768px) {
  footer .in .footer-link li:nth-child(3)::before {
    content: "";
  }
}

footer .in .footer-link a {
  color: inherit;
  text-decoration-color: #90aed2;
}

footer .in .footer-link a:focus, footer .in .footer-link a:focus-visible {
  color: #333;
  margin-right: 4px;
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-link a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-link a {
    padding: 0 28px;
  }
}

footer .copyright {
  padding: 13px 0;
  background-color: #d7e5f2;
  color: #333;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 14px 0;
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 22px 0;
    font-size: 75%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer #pagetop {
    width: 100px;
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 130px;
  }
  footer #pagetop img {
    height: 130px;
    width: 100px;
  }
  footer #pagetop a {
    background-color: transparent !important;
    display: block;
    height: 130px;
    width: 100px;
  }
  footer #pagetop a:focus, footer #pagetop a:focus-visible {
    background-color: transparent !important;
    border: 2px solid #333;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
  footer #pagetop {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
    height: 204px;
  }
  footer #pagetop a {
    background-color: transparent !important;
    display: block;
    height: 204px;
    width: 170px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * SMART ALERT履歴画面
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/**
  色の設定
  現時点では、ベタで記載しています。
  すみません、変数格納などの効率化はお願いします。
*/
[class|="alert-history"] {
  /**
  共通で使いそうなボタン
  ラッパーには.backを付与しているが今のところ戻る以外に使い道はない
  aをラップするpは別に要らないかも
*/
  /**
  ページネーション、ie9対応を求められる可能性がまだあるので
  floatでつくってます
*/
}

[class|="alert-history"] .history-button {
  margin-top: 50px;
}

[class|="alert-history"] .history-button > * {
  display: inline-block;
}

[class|="alert-history"] .history-button > * a {
  border-radius: 7px;
  display: inline-block;
  border: solid 1px #ccc;
  padding: 5px 10px;
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

[class|="alert-history"] .history-button > * a:hover {
  background-color: #fff;
  color: #999;
}

[class|="alert-history"] .history-pagenate {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

[class|="alert-history"] .history-pagenate > .pager {
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 5px;
}

[class|="alert-history"] .history-pagenate > .pager li {
  float: left;
  display: inline-block;
  border-left: solid 1px #ccc;
}

[class|="alert-history"] .history-pagenate > .pager li a, [class|="alert-history"] .history-pagenate > .pager li span {
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  color: #666;
}

[class|="alert-history"] .history-pagenate > .pager li.pager-item-first {
  border-left: none;
}

[class|="alert-history"] .history-pagenate > .pager li.pager-item.current span {
  background-color: #196ff0;
  color: #fff;
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.97;
  }
  #wrapper, #wrapper-in, #wrapper-in2 {
    border: none;
    background: none;
  }
  #header-print, #pankuzu, #side-nav, #pagetop, #footer-print {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
  }
  h1.title {
    width: 100%;
  }
  #contents-in {
    width: 100%;
  }
}
