@charset "UTF-8";

/* ==========================================
  市長ページ
========================================== */

.html5_header {
    border: none;
}

@media print, screen and (min-width: 737px) {
    /* ===========================================
    BASE
  =========================================== */
    a, a:hover {
        color: #2e6d9c;
    }
    .page {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 2px;
        margin: 0 auto;
        padding: 0;
        width: 960px;
        background-color: #FFF;
    }
    /* ===========================================
      HEADER
    =========================================== */
    #page-block {
        background: url(/images/mayor-shared-bg_back.gif) repeat-x #fff;
        padding-top: 30px;
    }
    .information {
    }
    /* ===========================================
    Sub Navi
  =========================================== */
    #sub-navi ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .navi-area {
        min-width: 100%;
        height: auto;
        position: relative;
        z-index: 100;
        width: 100%;
        border-bottom: 1px solid #c5e4f8;
    }
    #sub-navi {
        border-top: 1px solid #c5e4f8;
        background-color: #EDF7FF;
    }
    #sub-navi li {
        font-size: 1.6rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        position: relative;
        text-align: center;
    }
    #sub-navi li:last-child a span {
        border-right: none;
    }
    #sub-navi .sub-current a {
        border-right: #1a4d74;
        background: url("/images/shared-bg-active.gif") repeat-x scroll center 0;
    }
    #sub-navi li a {
        color: #364c8b;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #sub-navi li a span {
        display: block;
        padding: 12px 5px;
        font-size: 1.5rem;
    }
    #sub-navi li:first-child::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -1px;
        content: '';
        width: 1px;
        height: calc(100% - 1.5em);
        background-color: #cbd3df;
        z-index: 9999;
    }
    #sub-navi li::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -1px;
        content: '';
        width: 1px;
        height: calc(100% - 1.5em);
        background-color: #cbd3df;
        z-index: 9999;
    }
    #sub-navi li.active a {
        color: #ffffff;
        background: #1C356C;
    }
    #sub-navi li:last-child span {
        border-right: none;
    }
    #sub-navi ul.kurashi-navi li a span {
        padding: 12px 10px;
    }
    .navi-area {
        background: #316ba5;
        background: -webkit-linear-gradient(top, #316ba5 0%, #144e8a 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#316ba5), to(#144e8a));
        background: -o-linear-gradient(top, #316ba5 0%, #144e8a 100%);
        background: linear-gradient(to bottom, #316ba5 0%, #144e8a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316ba5', endColorstr='#144e8a', GradientType=0);
        padding: 3px 0;
        margin-top: 26px;
    }
    #sub-navi {
        border: none;
        background: none;
        border-top: 1px solid #658DB8;
        border-bottom: 1px solid #658DB8;
    }
    #sub-navi .inner {
        padding: 0;
        width: 740px;
    }
    #sub-navi .inner ul li {
        text-shadow: 1px 1px 0px black;
    }
    #sub-navi .inner ul li a {
        color: #fff;
    }
    #sub-navi .inner ul li a:hover {
        text-shadow: none;
        color: #001e73;
        background-color: #FFF;
        margin-top: -4px;
        margin-bottom: -4px;
        border-bottom: 4px solid #008EDF;
        -webkit-box-shadow: 0px 4px 1px -1px #d4dfe9 inset;
        box-shadow: 0px 4px 1px -1px #d4dfe9 inset;
    }
    #sub-navi .inner ul li.sub-current {
        text-shadow: none;
    }
    #sub-navi .inner ul li.sub-current a {
        background: none;
        text-shadow: none;
        color: #001e73;
        background-color: #FFF;
        margin-top: -4px;
        margin-bottom: -4px;
        border-bottom: 4px solid #008EDF;
        -webkit-box-shadow: 0px 4px 1px -1px #d4dfe9 inset;
        box-shadow: 0px 4px 1px -1px #d4dfe9 inset;
    }
    #sub-navi .inner ul li.sub-current a span, #sub-navi .inner ul li a:hover span {
        margin-bottom: -4px;
    }
    /* ===========================================
    Pankz area
  =========================================== */
    .pankz-area .inner {
        margin: 0px auto;
        overflow: hidden;
        padding: 20px 45px 0 45px;
        background: #fff;
    }
    .pankz-area .inner ul {
        float: none;
    }
    /* ===========================================
    市長 見出し
  =========================================== */
    .message {
        background: #ffffff;
        padding: 26px 0 0 0;
    }
    .message .mayorTitle {
        background-image: url(/images/mayor-shared-mayor_h2top_hr.png), url(/images/mayor-shared-mayor_h2bottom_hr.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left top, left bottom;
        margin: 0;
        font-size: 2.6rem;
        font-family: "ＭＳ 明朝", serif;
        letter-spacing: 1px;
        padding: 3px 45px 2px;
        font-weight: normal;
        color: #00003c;
        vertical-align: super;
    }
    .message .mayorTitle span {
        font-size: 3.7rem;
        margin-left: 9px;
        letter-spacing: 0;
    }
    .message .mayorTitle span:last-child {
        font-size: 2.5rem;
        margin-left: 100px;
        color: #3e3a39;
        vertical-align: 4px;
        letter-spacing: 3px;
    }
    /* ===========================================
    市長トップ
  =========================================== */
p.mayor_topics_link a {
    color: #001464;
}
    p.mayor_topics_link {
        font-size: 1.8rem;
        background-image: url(/images/mayor_topics_link_line.png);
        background-repeat: no-repeat;
        background-position: 0 100%;
        padding-bottom: 1em;
    }
    .main-topics .topics-box .topics-left h2 {
        font-weight: normal;
        color: #333333;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .main-topics .topics-box .topics-left {
        background-color: #DCE7F0;
        float: none;
    }
    .main-topics {
        margin-bottom: 20px;
    }
    .mayor_topics_wp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px 20px 20px;
    }
    .mayor_topics_left {
        margin-right: 30px;
    }
    /* 重要なお知らせ */
    .con_important-area {
        margin: 20px 10px 40px 10px;
        width: auto;
    }
    /* ===========================================
    CONTENTS
  =========================================== */
    #contents {
        margin: 0 auto;
        width: 960px;
        border: none;
    }
    #contents .contents-inner {
        padding: 30px 30px 0 30px;
        background-color: #F9FAFA;
        background: #f9fafa url(/images/mayor-top-bg-topix-bottom.png) repeat-x center -1px;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame {
        background: url(/images/mayor-top-bg-mayor.png) no-repeat -5px 0;
        clear: both;
        overflow: hidden;
        padding: 20px 20px 10px 20px;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-right {
        float: right;
        width: 65%;
        margin-right: 15px;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-right ul li:first-child a {
        display: block;
        background-image: url(/images/mayor-top-bg-mayor-menutop.png), url(/images/mayor-top-bg-mayor-menubottom.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top, bottom;
    }
    .mayor-right-link {
        list-style: none;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-right ul li a {
        color: #001464;
        padding: 25px 90px;
        background: url(/images/mayor-top-bg-mayor-menubottom.png) no-repeat bottom center #fff;
        font-size: 1.8rem;
        color: #001464;
        display: block;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-right ul li a:hover {
        opacity: 0.8;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-left {
        float: left;
        width: 252px;
        margin-right: 2px;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-left .mayor-image {
        background: #efefef;
        padding: 5px;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-left .mayor-image img {
        border: #fff 1px solid;
    }
    #contents .contents-inner .html5_section .mayor .mayor-frame .mayor-left .mayor-image p {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 5px;
        margin-bottom: 0;
    }
    #contents .contents-inner .html5_section .mayor-news h2 {
        font-size: 1.9rem;
        color: #3e3a39;
        padding: 2px 30px 20px;
        font-weight: normal;
        background: url(/images/mayor-shared-bg-news-title.png) no-repeat 0 bottom;
        letter-spacing: 1px;
        margin: 0;
    }
    #contents .contents-inner .html5_section .mayor-news .mayor-news-list {
        padding: 15px 30px 30px;
    }
    #contents .contents-inner .html5_section .mayor-news dl,#contents .contents-inner .html5_section .mayor-news ul {
        overflow: hidden;
        padding: 7px 0;
    }
    #contents .contents-inner .html5_section .mayor-news dl dt {
        float: left;
        width: 17%;
        font-size: 1.5rem;
        color: #00003c;
    }
    #contents .contents-inner .html5_section .mayor-news dl dd {
        float: left;
        width: 83%;
        font-size: 1.5rem;
    }
    .html5_section {
        clear: both;
    }
    .bg-grd {
        background-color: #FFF;
        padding: 20px 0 0 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
        box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
        margin-bottom: 20px;
    }
    .bg-grd h3 {
        background: url(/images/mayor-shared-bg-news-title.png) no-repeat -5px bottom;
        letter-spacing: 1px;
    }
    .bg-grd .bg-grd-body {}
    /* ===========================================
    PC 下層
  =========================================== */
    h2 {
        background: url(/images/mayor-shared-h3_hr.gif) no-repeat bottom left;
        margin-bottom: 25px;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        color: #004181;
    }
    .contents-area h3 {
        color: #004181;
        font-weight: bold;
        padding-left: 25px;
        background: url(/images/mayor-shared-hr_h3_680.png) no-repeat bottom left;
        margin-bottom: 20px;
    }
    .contents-area h4 {
        border-left: 4px solid #98b4d1;
        margin: 0 0 10px 0;
        padding: 0 0 0 21px;
        color: #537aa1;
        font-weight: bold;
    }
    .contents-area h5 {
        margin: 0 0 10px 0;
        color: #537aa1;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .contents-area h5 span {
        border: 1px solid #4e6c9c;
        padding: 0 24px;
    }
    .contents-area h6 {
        margin: 0 0 5px 0;
        padding: 0 0 0 25px;
        color: #595757;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
    }
    .contents-area h6:before {
        left: 0;
        position: absolute;
        top: 5px;
        width: 14px;
        background: #595757;
        content: "";
    }
    /* ===========================================
    PC次階層以下 見出し
  =========================================== */
    .main-title {
        float: left;
    }
    .main-title h1 {
        margin-bottom: 0;
        letter-spacing: 0;
        margin-top: 5px;
        font-weight: bold;
    }
    .main-title p {
        letter-spacing: 0;
        padding: 0;
    }
    /* ===========================================
    PC次階層以下 基本情報エリア
  =========================================== */
    .icon {
        margin: 10px 0 20px;
        float: right;
    }
    .icon p {
        text-align: right;
        margin-top: -10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .icon ul li {
        float: right;
        margin: 0 5px 0 0;
        font-size: 1%;
        line-height: 0;
        position: relative;
    }
    .icon ul li:last-child {
        margin: 0;
    }
    .icon ul li a {
        display: block;
    }
    .icon .fb-share-button {
        padding-bottom: 2px;
        background-color: #c4cce3;
        border-radius: 4px;
    }
    .icon .twitter-share-button {
        padding-bottom: 2px;
        background-color: #bddff6;
        border-radius: 4px;
    }
    /* ===========================================
    PC プロフィール
  =========================================== */
    .html5_section .profile .profile-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .html5_section .profile .profile-frame .profile-left {
        float: left;
        width: 690px;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area p.bg {
        background-image: url(/images/mayor-shared-bg_contents_top.png);
        background-repeat: no-repeat;
        background-position: -5px -4px;
        padding: 0;
        height: 20px;
        margin: 0;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area .contents-box {
        background-image: url(/images/mayor-shared-bg_contents_footer.png);
        background-repeat: no-repeat;
        background-position: -5px top;
        margin: 0 auto 30px;
        padding: 0 50px;
    }
    .profile-left .contents-area {
        padding-top: 30px;
        background-image: url(/images/mayor-shared-bg_contents_top.png);
        background-repeat: no-repeat;
        background-position: -5px -4px;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area h4 {
        font-size: 1.6rem;
        color: #1b1464;
        font-weight: bold;
        padding: 0px 0px 15px 30px;
        border-left: none;
        border-bottom: none;
        margin: 0;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area p {
        font-size: 1.6rem;
        margin: 0 0 25px 0;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area .sign {
        text-align: right;
        padding: 0px 0px 40px 0;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area .sign img {
        width: 45%;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl {
        overflow: hidden;
        font-size: 1.6rem;
        background: url(/images/mayor-shared-hr_mayor.png) no-repeat center bottom;
        clear: both;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl dt {
        color: #1b5591;
        width: 100%;
        background: url(/images/mayor-shared-hr_mayor.png) no-repeat center top;
        padding-top: 15px;
        font-weight: bold;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl dd {
        padding-bottom: 15px;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl dd dl {
        background: none;
        padding: 0px;
    }
    .html5_section .profile .profile-frame .profile-right {
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .html5_section .profile .profile-frame .profile-right p {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 10px;
    }
    /* ===========================================
    PC お問い合わせ
  =========================================== */
    .article-contact {
        padding: 20px 0 0;
        margin-bottom: 20px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
        box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
    }
    .article-contact h2 {
        color: #3e3a39;
        font-weight: normal;
        padding: 0px 30px 14px;
        letter-spacing: 1px;
        background: url(/images/mayor-shared-bg-news-title.png) no-repeat 0 bottom;
        margin: 0;
    }
    .contact-block {
        position: relative;
        padding: 15px 0 40px;
        overflow: hidden;
    }
    .contact-infomation {
        padding: 0 0 0 30px;
    }
    .contact-infomation dd, .contact-infomation dt {
        margin: 0;
    }
    .contact-infomation .margin-left-20 {
        margin-left: 20px;
    }
    p.fl-left.fax {
        margin-left: 30px;
    }
    /* ローカルナビ
============================== */
    #losubnavi {
        border-top: 1px solid #87A6BF;
        background-color: #F0F4F7;
    }
    /* ===========================================
    PC FOOTER
  =========================================== */
    .footer-link {
        padding-bottom: 20px;
    }
    .footer-contents {
        background-size: cover;
        background: url(/images/mayor-shared-bg_footer.jpg) repeat-x center 0 #023F75;
        overflow: hidden;
        text-align: center;
        clear: both;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 2px;
        padding-top: 20px;
    }
    .footer-contents ul {
        color: #fff;
        display: inline-block;
    }
    .footer-contents ul li {
        float: left;
        display: block;
        font-size: 1.4rem;
        padding: 15px 30px 0 0;
        text-align: center;
    }
    .footer-contents ul li a {
        color: #fff;
    }
    .footer-contents ul li:last-child {
        padding: 15px 0 0;
    }
    .footer-contents .copyright {
        color: #fff;
        font-size: 1.3rem;
        padding: 7px 0 11px;
        text-align: center;
        line-height: 1;
    }
}


/* インデックスメニュー */

.acd01_bt {
    top: 7px;
}


/* ======================================================================================
  SP　幅736pxまで
====================================================================================== */

@media screen and (max-width: 736px) {
    /* ===========================================
    BASE
  =========================================== */
    nav {
        border-bottom: none;
    }
    .page {
        margin-bottom: 0 !important;
    }
    #page-block {
        margin: 20px 0 0;
    }
    .container.padding-20.margin-bottom-40 {
        margin: 0 0 20px;
        padding: 0;
    }
    .container.padding-20.margin-bottom-40 h2 {
        margin: 0;
        padding: 10px;
    }
    .padding-20, .padding-top-30, .padding-30, .padding-left-30, .padding-right-30, .padding-bottom-20, .padding-left-50, .padding-right-50 {
        padding: 0;
    }
    .padding-20-sp {
        padding: 20px;
    }
    .margin-top-20 {
        margin: 0;
    }
    .margin-left-20 {
        margin: 0;
    }
    .container {
        padding-top: 20px;
        border: none;
    }
    .con_important-area {
        border: 1px solid #B43308;
        padding: 0;
        margin: 20px 10px 40px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
    }
    .main-title {
        margin: 0 10px 10px 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .main-title h1 {
        margin-bottom: 0;
        letter-spacing: 0;
        margin-top: 5px;
        font-weight: bold;
    }
    .main-title p {
        margin: 0;
        padding: 0 0 10px;
    }
    /* ===========================================
    SP Sub Navi
  =========================================== */
    .navi_wrap nav ul li dl dt.navi-active {
        background: #1c356c;
        padding: 15px 0 15px 10px;
    }
    .navi_wrap nav ul li dl dt.navi-active span:last-child {
        margin-left: 0;
    }
    /* ===========================================
    SP 市長トップ 見出し
  =========================================== */
    .message {
        background: #ffffff;
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ecf4fa));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #ecf4fa 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #ecf4fa 100%);
        /* Opera 11.10+ */
        /* IE10+ */
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4fa));
        background: linear-gradient(to bottom, #ffffff 0%, #ecf4fa 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf4fa', GradientType=0);
        /* IE6-8 */
        padding: 0 0 20px 0;
        margin: 0 -10px;
        width: auto;
    }
    .message .mayorTitle {
        background-image: url(/images/mayor-shared-mayor-h2top-hr-sp.png), url(/images/mayor-shared-mayor-h2bottom-hr-sp.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left top, left bottom;
        background-size: 100% 4%;
        margin: 0;
        font-size: 1.8rem;
        font-family: "ＭＳ 明朝", serif;
        padding: 10px 25px;
        font-weight: normal;
        color: #00003c;
        vertical-align: super;
        letter-spacing: 1px;
    }
    .message .mayorTitle span {
        font-weight: bold;
        font-size: 2.6rem;
        margin-left: 8px;
    }
    .message .mayorTitle span:last-child {
        font-size: 1.6rem;
        color: #3e3a39;
        vertical-align: text-bottom;
        display: block;
        font-weight: normal;
        margin-left: 0px;
    }
    /* ===========================================
    SP 市長トップ area
  =========================================== */
    /* トピックス */
    .main-topics {
        margin-bottom: 30px;
        background-color: #DCE7F0;
        padding: 20px;
    }
    .mayor {
        margin-bottom: 30px;
    }
    .main-topics .topics-box .topics-left h2 {
        font-weight: normal;
        color: #333333;
        margin-bottom: 5px;
        padding-bottom: 10px;
        background: none;
    }
    .mayor_topics_img {
        text-align: center;
    }
    .mayor_topics_img img {
        max-width: 100%;
    }
p.mayor_topics_link a {
    color: #001464;
}


    
    /* プロフィール */
    .mayor .mayor-frame {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mayor .mayor-frame .mayor-right h2 {
        padding: 10px 0 10px 10px;
        background: #ffffff;
        margin: 0;
        font-size: 1.8rem;
        color: #00214e;
        font-weight: bold;
        font-family: "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, 'Lucida Grande', 'Lucida Sans Unicode', "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    }
    .mayor .mayor-frame .mayor-right ul li {
        background-image: url(/images/mayor-top-bg-mayor-menubottom-sp.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 75px;
    }
    .mayor .mayor-frame .mayor-right ul li a {
        padding: 12px;
        background-image: url(/images/shared/arrow-right-sp.png);
        background-repeat: no-repeat;
        background-position: 94% 50%;
        color: #001464;
        display: block;
        background-size: 11px 21px;
        text-decoration: none;
    }
    .mayor .mayor-frame .mayor-right ul li:first-child {
        background-image: url(/images/mayor-top-bg-mayor-menutop-sp.png), url(/images/mayor-top-bg-mayor-menubottom-sp.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top left, bottom left;
        background-size: 100% 3px, 100% 75px;
    }
    .mayor .mayor-frame .mayor-left {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .mayor .mayor-frame .mayor-right {
        width: 100%;
    }
    .mayor-right-link {
        margin: 0 0 0 10px;
        padding: 0;
        list-style: none;
    }
    .mayor .mayor-frame .mayor-left .mayor-image {
        background: #efefef;
        padding: 5px;
        text-align: center;
    }
    .mayor .mayor-frame .mayor-left .mayor-image img {
        border: #fff 1px solid;
    }
    .mayor .mayor-frame .mayor-left .mayor-image p {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 5px;
    }
    .mayor-news {
    }
    .mayor-news h2 {
        font-size: 1.8rem;
        background: #fff;
        color: #00214e;
        padding: 10px 0 10px 10px;
        border-bottom: #4daeef 4px double;
        font-weight: bold;
        margin: 0;
    }
    #news_mid h2 {
        background-image: none;
    }
    .mayor-news .mayor-news-list {
        padding: 15px 10px 15px;
    }
    .mayor-news dl,.mayor-news ul {
        border-bottom: #b5b5b6 1px solid;
    }
    .mayor-news dl {
        padding: 15px;
    }
    .mayor-news a {
        display: block;
        padding: 12px 34px 12px 12px;
        background-image: url(/images/shared-arrow-right-sp.png);
        background-repeat: no-repeat;
        background-position: 96% 50%;
        background-size: 11px 21px;
        text-decoration: none;
    }
    .mayor-news dl {
        padding: 0;
    }
    /* ===========================================
    SP MAIN area
  =========================================== */
    #main-area {
        background-color: #062238;
        padding: 5px 0;
    }
    #main-area .btn-list li {
        background: url(/images/shared/arrow-right-white-sp.png) no-repeat 96% 50% #1a4c73;
        background-size: 11px 21px;
        margin: 0 0 5px;
        padding: 4px;
        border: 1px solid #265378;
    }
    #main-area .btn-list a {
        border: 1px solid #487191;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        padding: 10px 18px;
        text-decoration: none;
    }
    .contents-inner {
        padding: 0px 0 0;
    }
    .topics-list-sp {
        background-color: #f5f5f5;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
        border: 1px solid #fff;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 0 15px;
    }
    .topics-list-sp .day, .topics-list-sp h2 {
        border-top: 3px solid #2e6d9c;
        color: #2e6d9c;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0;
        padding: 10px;
    }
    .topics-list-sp ul {
        padding: 0 5px;
    }
    .topics-list-sp ul li {
        background: url(/images/shared/arrow-right-sp.png) no-repeat 96% 50%;
        background-size: 11px 21px;
        border-top: 1px solid #2e6d9c;
        color: #606060;
        font-size: 1.2rem;
        padding: 12px 34px 12px 5px;
    }
    .topics-list-sp ul li a {
        font-size: 1.5rem;
        text-decoration: none;
    }
    .topics-list-sp .category-label {
        display: none;
    }
    .topics-list-sp .color-red {
        font-size: 1.5rem;
    }
    .group-list {
        margin: 0 0 20px;
    }
    .group-list dt {
        background: url(/images/shared/icon-plus-white.png) no-repeat 96% 50% #1a4d74;
        background-size: 30px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 15px 10px;
    }
    .group-list dd {
        display: none;
    }
    /* ===========================================
    SP 下層共通
  =========================================== */
    h2 {
        background: url(/images/mayor-shared-h3_hr.gif) no-repeat bottom left;
        color: #004181;
        font-weight: bold;
        margin: 0 0 20px 0;
        padding: 5px 10px 5px 10px;
    }
    .in .contents-inner {
        padding: 20px 0 0;
        width: 100%;
    }
    .contents-area h3 {
        color: #004181;
        font-weight: bold;
        padding: 0 0 0 13px;
        background: url(/images/mayor-shared-hr_h3_680.png) no-repeat bottom left;
        margin-bottom: 10px;
        line-height: 1.7;
    }
    .contents-area h4 {
        border-left: 4px solid #98b4d1;
        margin: 0 10px 10px 0;
        padding: 0 0 0 11px;
        color: #537aa1;
        font-weight: bold;
    }
    .contents-area h5 {
        margin: 0 10px 10px 0;
        color: #537aa1;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .contents-area h5 span {
        border: 1px solid #98b4d1;
        padding: 0 14px;
    }
    .contents-area h6 {
        margin: 0 10px 10px 0;
        padding: 0 0 0 15px;
        color: #595757;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
    }
    .contents-area h6:before {
        left: 0;
        position: absolute;
        top: 6px;
        width: 8px;
        background: #595757;
        content: "";
    }
    .contents-area p {}
    p.acd01_bt {
        padding: 0;
        margin: 0;
    }
    /* ===========================================
    SP プロフィール
  =========================================== */
    .html5_section .profile .contents-area .profile-right, .html5_section .profile .contents-area .contents-box {
      background-repeat: repeat-y;
      background-position: -2px 0px;
      padding: 0 25px 30px 25px;
      overflow: hidden;
      background-size: contain;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl {
        overflow: hidden;
        background: url(/images/mayor-shared-hr_mayor.png) no-repeat center bottom;
        clear: both;
        width: 90%;
        margin: 0 auto;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl dt {
        color: #1b5591;
        background: url(/images/mayor-shared-hr_mayor.png) no-repeat center top;
        padding-top: 15px;
        font-weight: bold;
        margin: 0 !important;
    }
    .html5_section .profile .profile-frame .profile-left .contents-area dl dd {
        padding-bottom: 15px;
        margin-left: 1em !important;
    }
    .profile-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .profile-right {
        text-align: center;
    }
    .profile-left {
        padding-top: 30px;
        background-repeat: no-repeat;
        background-position: -2px -3px;
        background-size: 100% 37px;
    }
    /* ===========================================
    SP 問い合わせ
  =========================================== */
    .article-contact {
        background-color: #FFF;
        padding: 10px 0 0 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
        box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
        margin-bottom: 20px;
    }
    .article-contact h2 {
        position: relative;
        background: none;
        min-height: 25px;
        padding: 10px 15px 10px;
        color: #333;
        font-weight: normal;
        margin: 0;
    }
    .article-contact h2:before {
        position: absolute;
        left: 3%;
        bottom: 0;
        content: '';
        width: 95%;
        height: 1px;
        background: #D3E4F1;
        background: -webkit-linear-gradient(-45deg, transparent, #D3E4F1 80%, #D3E4F1 100%, transparent);
        background: -webkit-linear-gradient(135deg, transparent, #D3E4F1 80%, #D3E4F1 100%, transparent);
        background: -o-linear-gradient(135deg, transparent, #D3E4F1 80%, #D3E4F1 100%, transparent);
        background: linear-gradient(-45deg, transparent, #D3E4F1 80%, #D3E4F1 100%, transparent);
    }
    .contact-block {
        padding: 15px 0 15px;
        overflow: hidden;
        background-size: contain;
        position: relative;
    }
    .contact-infomation dd {
        display: block;
        padding-right: 0px;
        margin: 0;
        margin-left: 0;
        float: none;
    }
    .contact-infomation {
        margin: 0 30px;
    }
    .contact-infomation dt {
        margin: 0;
    }
    .contact-block+.contact-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 90%;
        height: 1px;
        margin: 0 auto;
        text-align: center;
        background-image: -webkit-linear-gradient(left, transparent, #ccc 30%, #ccc 75%, transparent);
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #ccc), color-stop(75%, #ccc), to(transparent));
        background-image: -o-linear-gradient(left, transparent, #ccc 30%, #ccc 75%, transparent);
        background-image: linear-gradient(to right, transparent, #ccc 30%, #ccc 75%, transparent);
        background-position: center;
        background-repeat: no-repeat;
    }
    #losubnavi {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* ===========================================
    SP FOOTER
  =========================================== */
    .footer-copy .html5_small {
        clear: both;
        display: block;
        padding: 0 0 10px;
        text-align: center;
    }
    #footer {
        margin: 0 -10px;
    }

.profile {
    background-color: #FFF;
    padding: 10px 0 0 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
    box-shadow: 0px 0px 3px 0px rgba(43, 43, 43, 0.28);
    margin-bottom: 20px;
}

}

/*============================== 
  追加スタイル
============================== */


/* 更新情報 */

.mayor-news ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mayor-news li,.mayor-news dt, .mayor-news dd {
    padding: 0;
    margin: 0;
}


/* 更新情報一覧 */

.ichiran-all {
    text-align: right;
}

.ichiran-link a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
}

.ichiran-link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    content: '';
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #0d497f;
    border-right: 1px solid #0d497f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (max-width: 736px) {
    .ichiran-link, .rss-link {
        margin: 10px 10px 0 0;
    }
    .ichiran-link a, .rss-link a {
        position: relative;
        display: inline-block;
        padding: 10px 25px 10px 32px;
        border: 1px solid #dcdddd;
    }
    .rss-link a {
        background-position: 5px .82em;
    }
    .ichiran-link a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        vertical-align: middle;
        content: '';
        left: 17px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #0d497f;
        border-right: 1px solid #0d497f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* menuエリア */
    .mayor-side-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mayor-side-nav dl, .mayor-side-nav dd {
        margin: 0;
        padding: 0;
    }
}


/* お問い合わせ見出し変更 */

ul.mayor-left-link {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}


/* お問い合わせ複数 */

.page-contact-inner+.page-contact-inner {
    position: relative;
}

.page-contact-inner+.page-contact-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #ccc 30%, #ccc 75%, transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #ccc), color-stop(75%, #ccc), to(transparent));
    background-image: -o-linear-gradient(left, transparent, #ccc 30%, #ccc 75%, transparent);
    background-image: linear-gradient(to right, transparent, #ccc 30%, #ccc 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}


/* 大見出し */

.title-line {
    position: relative;
    padding: 0 0 1em 0;
    border: none;
    margin: 0 0 30px 0;
}

.title-line::before, .title-line::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title-line::after {
    bottom: 0;
    border-top: 2px solid #C6DCEC;
    border-bottom: 1px solid #80B3D9;
}


/* コンテンツエリア */

h2.newinfo-title {
    position: relative;
    background: #144e8a;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #144e8a 0%, #3972ac 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#144e8a), to(#3972ac));
    background: -o-linear-gradient(left, #144e8a 0%, #3972ac 100%);
    background: linear-gradient(to right, #144e8a 0%, #3972ac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144e8a', endColorstr='#3972ac', GradientType=1);
    /* IE6-9 */
}

h2.newinfo-title::before {
    position: absolute;
    bottom: -3px;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    background: -webkit-linear-gradient(-45deg, transparent, #77B3DB 10%, #77B3DB 90%);
    background: -webkit-linear-gradient(135deg, transparent, #77B3DB 10%, #77B3DB 90%);
    background: -o-linear-gradient(135deg, transparent, #77B3DB 10%, #77B3DB 90%);
    background: linear-gradient(-45deg, transparent, #77B3DB 10%, #77B3DB 90%);
    left: 0;
}


/* インデックスメニュー */

.detail.bg-grd-body {
    padding: 0;
}

.m-title {
    background: url(/images/mayor-shared-h3_hr.gif) no-repeat top left;
    background-color: #eaf5fe;
    margin: 0;
}

.m-title a {
    padding: 5px 0;
}