@charset "utf-8";

/*============================
#　PC画面サイズ
============================*/

@media screen and (max-width:1090px) {
  .topMain_inner1,
  .topMain_inner2 {
    background-size: 50% auto;
  }
}

@media screen and (min-width:940px) {
  .headerNavi_list a:hover {
    background-color: #2B3953;
    color: #fff!important;
    opacity: 1;
  }
  .globalNavi_menu {
    display: flex!important;
  }
  a:hover {
    opacity: 0.7;
  }
}

/*============================
#　スマートフォン画面サイズ
============================*/
@media screen and (max-width:939px) {
  .headerWrapper {
    background-position: center top;
  }
  /* -------------------- グローバルナビメニュー */
  .globalNavi_spmenu_btn {
    display: block;
    position: absolute;
    top: 40px;
    right: 5px;
    width: 40px;
    text-align: center;
    line-height: 1.1;
  }
  .globalNavi_spmenu_btn::before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 2.8rem;
  }
  .globalNavi_spmenu_btn span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
  }
  .globalNavi {
    border: none;
    position: relative;
    margin: 0;
  }
  .globalNavi_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.30);
  }
  .globalNavi_menu li {
    border-top: 1px solid #ccc;
    border-left: 4px solid #fff;
    padding: 4px 4px 4px 10px;
    color: #000;
  }
  .globalNavi_menu .active {
    border-bottom: none;
    border-left: 4px solid #E74458;
  }
  .globalNavi_menu li a {
    color: #000;
    width: 100%;
    text-align: left;
  }
  .globalNavi_menu li a::before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 10px;
    font-size: 1.3rem;
    color: #559DE8;
  }
  .header {
    padding-bottom: 10px;
    background-image: linear-gradient(-180deg, #000000 0%, rgba(0,0,0,0.30) 100%);
  }
  .headerInfo {
    display: block;
    height: 80px;
  }
  .headerInfo_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .headerInfo_menu_fontsize {
    display: none;
  }
  .headerInfo_menu_contact {
    width: 100%;
    justify-content: space-around;
    font-size: 1.3rem;
  }
  .headerInfo_logo {
    width: 270px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 7px;
  }
  .headerInfo_logo a{
    background-size: contain;
    width: 96%;
  }
  .language_list {
    display: none;
  }
  .globalNavi_menu .lang_li {
    display: flex;
  }
  /* フッター */
  .footerBottomMenu {
    flex-wrap: wrap;
  }
  .footerBottomMenu li {
    margin: 10px 0;
  }
  .footerBottomMenu li:first-child {
    border-left: none;
  }
  .topMain {
    padding: 20px 0;
  }
  .topMain_inner1 {
    background-image: none;
    margin-top: 10px;
  }
  .topMain_inner2 {
    background-image: url(../img/top-main-lr.png);
    background-size: auto 170px;
    background-position: center bottom;
    height: 180px;
  }
  /* -------------------- お知らせ */
  .topNews_inner {
    display: block;
  }
  .topNews_list {
    align-items: flex-start;
  }
  .topNews_data {
    width: auto;
    flex: 1;
  }
  .topNews_data dt {
    float: none;
  }
  .topNews_data dt:after {
    display: none;
  }
  .topNews_data dd {
    margin: 5px;
  }
  .topNews_list_title {
    width: 70px;
    height: 70px;
    margin: 10px 10px 0 5px;
    padding: 2px 5px 5px;
  }
  .topNews_list_title h2 {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 4px;
  }
  .topNews_banner{
    width: 100%;
    border-top: 1px solid #898989;
    margin-top: 30px;
    padding-top: 20px;
  }
  .row-two {
    display: block;
  }
  .row-two > div {
    width: 100%;
  }
  .row-two .col1 .titlecol {
    padding: 0 5%;
    width: 100%;
  }
  .col-title {
    font-size: 2.3rem;
  }
  .row-rvs .col-title {
    text-align: left;
  }
  .row-two .col2 {
    min-height: 150px;
    background-size: cover;
  }
  /* -------------------- コンテンツページ */
  .pageTitle {
    height: auto;
    border-top: 1px solid #fff;
  }
  .pageTitle_name {
    min-width: 100%;
    padding: 10px 10px 10px;
  }
  .pageTitle_name h2 {
    font-size: 2.4rem;
    border-bottom: 1px solid #fff;
    padding: 0 5px 4px;
    margin: 10px 0 10px;
  }
  .pageTitle_name p {
    font-size: 2rem;
    margin: 10px 7px 0
  }
  /* -------------------- メイン */
  .row_col2 {
    display: block;
  }
  .row_col2 .col_left {
    flex: 1;
    margin: 0 0 30px;
  }
  .row_col2 .col_right {
    width: 100%;
    margin-bottom: 0;
  }
  .slanting {
    text-align: center;
    padding-right: 0;
    margin: 0 -4%;
  }
  .slanting figure {
    margin: 0;
    display: block;
    transform:skewX(0deg);
    width: 100%;
    height: auto;
    padding-top:0;
    text-align: center;
  }
  .slanting figure img {
    transform:skewX(0deg);
    width:auto;
    max-width:500px;
    margin-left: 0;
  }
  /* -------------------- 使命と役割 */
  .contentTitle_a {
    font-size: 2rem;
  }
  .contentTitle_a2 {
    font-size: 1.9rem;
  }
  .shimei_row_inner {
    display: block;
  }
  .shimei_row_inner > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .shimei_col h3 {
    font-size: 1.9rem;
  }
  .bnr_yakubutsu_fusei {
    display: block;
  }
  .bnr_yakubutsu_fusei > div {
    width: 100%;
    padding: 40px 0 40px;
  }
  .bnr_yakubutsu_fusei a {
    font-size: 2rem;
    min-width: 320px;
    text-align: center;
  }
  /* -------------------- 薬物乱用の傾向と弊害 */
  .ranyou1 .main,
  .ranyou2 .main {
    display: block;
  }
  .ranyou1_inner {
    width: auto;
  }
  .ranyou1_img {
    width: 106%;
    margin-left: -3%;
    background-image:url(../img/ranyou-img1.png);
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ranyou1_img img {
    display: none;
  }
  .ranyou2_inner {
    width: 100%;
    margin-bottom: 0;
  }
  .ranyou2_img {
    position: relative;
    width: 106%;
    margin-left: -3%;
    background-image:url(../img/ranyou-img2.png);
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }
  .ranyou2_img img {
    display: none;
  }
  .bnr_ranyou_ranyou,
  .bnr_ranyou_fusei {
    background-size: cover;
  }
  /*　--------------------　不正流通する薬物 */
  .fusei {
    display: block;
  }
  .fusei_photo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .fusei_list_inner ul li {
    margin: 20px 0;
    padding: 0;
    width: 46%;
  }
/* -------------------- モーダルスタイル */
  .fusei_modal h2 {
    font-size: 1.8rem;
    padding: 6px 10px;
    background-image: none;
  }
  .fusei_modal h3 {
    font-size: 1.6rem;
    color: #E74458;
    font-weight: normal;
    border-bottom: 1px dashed #4A4A4A;
    padding: 0 5px 5px;
    margin: 10px 5px;
  }
  .modal_contents {
    margin: 15px 5px;
    display: block;
  }
  .modal_contents .photo {
    width: 100%;
    margin-right:0;
  }
  .modal_contents .text {
    flex: 1;
    font-size: 1.3rem;
  }
  .modal_pagebtn {
    margin: 10px 5px 0;
    padding: 10px 5px 0;
    font-size: 1.4rem;
  }
  /* -------------------- 許可申請手続き */
  .pageShinsei {
    height: auto;
  }
  .row_menu {
    display: block;
  }
  .row_menu .col_left {
    width: 100%;
  }
  .row_menu .col_right {
    width: 100%;
  }
  .contentTitle_b {
    font-size: 2rem;
  }
  .contact_list1 {
    margin: 20px 10px 40px;
  }
  .contact_list1 dt {
    margin: 0;
    float: none;
    width: 100%;
    padding: 10px 5px 3px;
  }
  .contact_list1 dd {
    margin: 0;
    padding: 0 5px 10px 20px;
    border-bottom: 1px dashed #979797;
  }
  .dl_list tbody tr:nth-child(even) {
    background: #eee;
  }
  .dl_list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_list th,
  .dl_list td {
    display: block;
  }
  .dl_list thead tr th.list_num,
  .dl_list thead tr th.list_pdf,
  .dl_list thead tr th.list_doc {
    display: none;
  }
  .dl_list thead tr th.list_title {
    font-size: 1.6rem;
    width: 100%;
  }
  .dl_list tbody tr td.list_num {
    text-align: center;
    width: 30px;
    border-bottom: none;
    padding-top: 15px;
  }
  .dl_list tbody tr td.list_title {
    width: 90%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .dl_list tbody tr td.list_pdf {
    width: 55%;
    text-align: left;
    padding-left: 30px;
  }
  .dl_list tbody tr td.list_doc {
    width: 45%;
    background-color: #fff;
    text-align: left;
  }
  .dl_list tbody tr:nth-child(even) td.list_doc {
    background: #eee;
  }
  .dl_list tbody tr td.list_doc a.btn_doc::before {
    content: "届出用紙";
    font-size: 1rem;
    display: block;
    margin-bottom: 2px;
  }
  .list_none {
    width: 45%;
  }
  .dl_list span.data_byte {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    margin: 3px 0 0 5px;
  }
  .text_indent {
    margin-left: 20px!important;
  }
  .shinsei_content table td {
    display: block;
    width: 100%;
  }
  /* -------------------- 薬物に関する情報提供 */
  .contentTitle_c {
    font-size: 2rem;
  }
  .contact_list2 {
    margin: 20px 0 40px;
  }
  .contact_list2 dt {
    margin: 0;
    float: none;
    width: 100%;
    padding: 10px 5px 0;
  }
  .contact_list2 dd {
    padding: 0 5px 5px;
  }
  .tel_num {
    font-size: 2.2rem;
    margin-left: 30px;
  }
  /* -------------------- 所在地 */
  .address_list_col {
    margin: 0 0 20px;
    padding: 10px 15px;
  }
  .address_list_col h2 {
    font-size: 1.8rem;
    margin: 0 -10px 0.5em;
    padding: 0 14px 8px;
  }
  /* -------------------- 麻薬五法 */
  .contentTitle_d {
    font-size: 2rem;
  }
  .lows_list {
    font-size: 1.4rem;
  }
  .lows_list > li {
    margin: 1em 0.3em;
  }
  .lows_list > li > ul > li {
    margin: 0.3em 0 0.3em 0;
  }
  /* -------------------- サイトマップ */
  .sitemap_box {
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 20px 0 50px;
  }
  .sitemap_box a {
    text-decoration: none;
  }
  .sitemap_list_space1 {
    font-size: 0rem;
  }
  /* -------------------- お知らせ */
  .subwin .headerInfo {
    height: 40px;
  }
  .subwin .headerInfo_logo{
    top: 0;
  }
  /* -------------------- メールフォーム */
  .form_comm {
    margin-left: 0;
    margin-right: 0;
  }
  .form_comm em {
    display: block;
    margin: 6px 0 0;
  }
  .form_table {
    font-size: 1.4rem;
    margin: 20px 0;
    width: 100%;
  }
  .form_table tr:nth-child(odd) {
    background-color: #F5F4F2;
  }
  .form_table tr th {
    padding: 15px 10px 5px;
    display: block;
    width: 100%;
  }
  .form_table tr td {
    padding: 0 10px 15px;
    display: block;
    width: 100%;
  }
  .form_required {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 10px 0 0;
  }
  input.form_parts,
  textarea.form_parts{
    width: 100%;
  }
  select.form_parts {
    height: auto;
  }
}

/*============================
#　スマートフォン画面サイズ 幅狭1
============================*/
@media screen and (max-width:767px) {
  .address_list {
    display: block;
  }
  .address_list_col {
    width: 100%;
  }
  .address_list_col .tel_num2 {
    display: block;
    margin-left: 10px;
    margin-top: 5px;
  }
}

/*============================
#　スマートフォン画面サイズ 幅狭2
============================*/
@media screen and (max-width:600px) {
  .ranyou_photo {
    float: none;
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
}