@charset "utf-8";

/*----------------------------------------

コンテンツ部分スタイル

----------------------------------------*/

a {
  color: #005391;
}
.mgbtm {
  margin-bottom: 50px!important;
}
/*==============================

 トップページ

==============================*/

.topMain {
  padding: 20px 0;
}
.topMain_inner1 {
  background-image: url(../img/top-main-l.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: 10px;
}
.topMain_inner2 {
  background-image: url(../img/top-main-r.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 180px;
}
.topNews{
  background-color: #F7F0E6;
  background-image: url(../img/bg-top-news.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.topNews_inner{
  width: 940px;
  max-width: 98%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
}
.topNews_list{
  text-align: left;
  display: flex;
  align-items: center;
}
.topNews_list_title {
  background: #F7F0E6;
  border: 1px solid #0B8DE2;
  border-radius: 100px;
  width: 96px;
  height: 96px;
  margin: 0 30px 0 5px;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  padding: 2px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topNews_list_title h2 {
  margin: 0;
  padding: 0 0 3px;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px dashed #7B7B7B;
}
.topNews_data {
  margin: 0;
  padding: 0;
  width: 470px;
  max-width: 100%;
}
.topNews_data dt {
  line-height: 1;
  margin: 10px 0 0 0;
  float: left;
  clear: left;
  display: flex;
  align-items: center;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
}
.topNews_data dt:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  border-left: 11px solid #0B8DE2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

}
.topNews_data dt span {
  display: block;
  background-color: #0B8DE2;
  color: #fff;
  width: 10rem;
  text-align: center;
  padding: 3px;
}
.topNews_data dd {
  margin: 10px 0 0 12rem;
}
.topNews_data dd a {
  color: #000;
}
.topNews_banner{
  width: 245px;
}
.topNews_banner_list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.topNews_banner_list li {
  margin: 15px 0 10px;
}
.row-two {
  display: flex;
}
.row-two > div {
  width: 50%;
}

.row-two .col1 {
  display: flex;
  align-items: center;

  padding: 30px 0;
}
.row-two .col1 .titlecol {
  width: 450px;
  max-width: 100%;
  padding: 0 50px;
}
.col-title {
  font-size: 2.5rem;
  color: #092870;
  margin: 0;
  text-align: left;
  line-height: 1.3;
  padding: 0 3px 7px;
}
.col-title a {
  color: #092870;
  text-decoration: none;
  font-weight: normal;
}
.col-title a::after {
  font-family: "FontAwesome";
  margin-left: 14px;
  content: "\f18e";
  color: #FA9DA8;
}
.row-two .col-summary {
  text-align: left;
  border-top: 1px dashed #0B8DE2;
  line-height: 1.8;
}
.row-two .col-summary p {
  margin-bottom: 0;
}

.row-two.row-rvs {
  flex-direction: row-reverse;
}
.row-two.row-rvs .col1 {
    justify-content: flex-end;
}
.row-rvs .col-title {
  text-align: right;
}
.row-two .col2 {
  text-align: left;
  min-height: 200px;
  background-color: hsla(220,100%,22%,1.00);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-row-yakubutu .col2 {
  background-image: url(../img/bg-top-yakubutsu.png);
  background-position: right center;
  background-color: #0A8DE2;
}
.top-row-fusei .col2  {
  background-image: url(../img/bg-top-fusei.png);
  background-position: left center;
}


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



/*==============================

 コンテンツページ

==============================*/
.pageTitle {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  height: 180px;
  overflow: hidden;
}

.pageTitle_name {
  padding: 10px 10px 20px;
  background: rgba(0,0,0,0.54);
  float: left;
  min-width: 380px;
}
.pageTitle_name h2 {
  font-size: 3.1rem;
  border-bottom: 1px solid #fff;
  padding: 0 5px 4px;
  margin: 30px 0 10px;
}
.pageTitle_name p {
  font-size: 2.5rem;
  margin: 10px 7px 0
}

/* -------------------- メイン */

.main {
  width: 940px;
  max-width: 94%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
.breadcrumbList {
  list-style: none;
  color: #4A4A4A;
  font-size: 1.1rem;
  line-height: 1.1;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 15px 0 0;
}
.breadcrumbList li {
  float: left;
  margin: 2px 7px 2px 0;
}
.breadcrumbList li::before {
  content: "＞";
  margin-right: 7px;
}
.breadcrumbList li:first-child::before {
  content: ""
}
.breadcrumbList li a {
  color: #4A4A4A;
  text-decoration: none;
}
.contentTitle_a {
  font-size: 2.5rem;
  color: #092870;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: normal;
  border-bottom: 1px solid #E74458;
  padding: 0 2px 20px;
  margin: 30px 0 20px;
}
.contentTitle_a2 {
  font-size: 2.1rem;
  color: #092870;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: normal;
  border-bottom: 1px dashed#E74458;
  padding: 0 3px 10px;
  margin: 20px 0;
}

.row_col2 {
  display: flex;
  justify-content: space-between;
}
.row_col2 .col_left {
  flex: 1;
  margin: 0 40px 40px 0;
}
.row_col2 .col_right {
  width: 380px;
  margin-bottom: 50px;
}

.slanting {
  text-align: right;
  padding-right: 35px;
}
.slanting figure {
  margin: 0;
  display: inline-block;
  transform:skewX(-13deg);
  overflow:hidden;
  background-color: #DDE6F5;
  line-height: 0;
  width: 310px;
  height: 300px;
  padding-top: 60px;
  text-align: left;
}
.slanting figure img {
  transform:skewX(13deg);
  width:400px;
  max-width:500px;
  margin-left: -36px;
}
.sideMenu {
  list-style: none;
  padding: 0;
}
.sideMenu li {
  border-bottom: 1px dashed #979797;
  padding: 7px 5px 7px 1.8em;
  margin: 5px 0;
  line-height: 1.3;
  font-size: 1.5rem;
  text-indent: -1.3em;
}
.sideMenu li a {
  text-decoration: none;
  color: #4A4A4A;
}
.sideMenu li.active a {
  color: #E74458;
}
.sideMenu li a::before {
  font-family: "FontAwesome";
  margin-right: 0.3em;
  content: "\f18e";
  font-size: 1.7rem;
  color: #7FBFE8;
}
.sideMenu li.active a::before {
  color: #FA9DA8;;
}
.sideMenu_at_sairanyou {
  list-style: none;
  padding: 0;
	margin: 20px 0;
	width: 310px;
}
.sideMenu_at_sairanyou li {
	text-align: center;
	margin: 10px 0;
	border-bottom: 1px dashed #979797;
	padding: 5px 0;
}

/*===================================
　　　使命と役割
===================================*/

.pageShimei {
  background-image: url(../img/bg-page-shimei.png);
}
.shimei_row {
  margin-top: 40px;
  background-color: #F2F2F2;
  padding: 60px 0 40px;
}
.shimei_row_inner {
  width: 940px;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.shimei_row_inner > div {
  width: 31%;
}
.shimei_col {
  text-align: left;
}
.shimei_col figure {
  text-align: center;
}
.shimei_col h3 {
  color: #E74458;
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #0B8DE2;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.2;
  margin: 20px 0px 25px;
}
.shimei_col h3:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #0B8DE2;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: 5px;
  bottom: -6px;
}
.shimei_col p {
  margin: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.bnr_yakubutsu_fusei {
  display: flex;
}
.bnr_yakubutsu_fusei > div {
  width: 50%;
  padding: 20px 0 80px;
  background-repeat: no-repeat;
}
.bnr_yakubutsu {
  background-color: #008BE5;
  background-image: url(../img/bg-top-yakubutsu.png);
  background-position: right center;
  text-align: right;
}
.bnr_fusei {
  background-color: #002672;
  background-image: url(../img/bg-top-fusei.png);
  background-position: left center;
  text-align: left;
}
.bnr_yakubutsu_fusei a {
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 10px 5px;
  min-width: 350px;
  text-align: center;
}
.bnr_yakubutsu_fusei a:after {
  font-family: "FontAwesome";
  margin-left: 14px;
  content: "\f18e";
  color: #FA9DA8;
  font-size: 2.3rem;
}
.bnr_yakubutsu a {
  background-color: #002672;
}
.bnr_fusei a {
  background-color: #008BE5;
}

/*===================================
　　　薬物犯罪調査
===================================*/
.pageSousa {
  background-image: url(../img/bg-page-sousa.png);
}

.yakubutsukankeihou {
  background-color: #DDE6F5;
  border-radius: 7px;
  width: 940px;
  max-width: 98%;
  margin: 40px auto;
  text-align: left;
  padding: 20px 30px;
}
.yakubutsukankeihou h2 {
  font-size: 2.4rem;
  color: #156BA4;
  font-weight: normal;
  border-bottom: 2px dotted #33438D;
  margin: 0 0 20px;
}
.yakubutsukankeihou ul {
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
}
.yakubutsukankeihou ul li {
  margin: 0.4em 0 0.4em 1.3em;
  text-indent: -1.3em;
}
.yakubutsukankeihou ul li::before {
  content: "●";
  color: #fff;
  margin-right: 0.3em;
}

/*===================================
　　　情報収集
===================================*/
.pageJyoho {
  background-image: url(../img/bg-page-sousa.png);
}

/*===================================
　　　鑑定
===================================*/
.pageKantei {
  background-image: url(../img/bg-page-kantei.png);
}

/*===================================
　　　指導と監督
===================================*/
.pageShidou {
  background-image: url(../img/bg-page-shidou.png);
}

/*===================================
　　　その他の活動
===================================*/
.pageSonota {
  background-image: url(../img/bg-page-sonota.png);
}

/*===================================
　　　採用情報
===================================*/
.pageSaiyou {
  background-image: url(../img/bg-page-shimei.png);
}
.qaList {
  font-size: 1.4rem;
}

.qaList dt {
  background-image: url(../img/qa-q.png);
  padding: 15px 0 15px;
  border-bottom: 1px dashed #CDB3B6;
  background-position: 3px 14px;
  color: #D0021B;
}
.qaList dd {
  margin: 0 ;
  background-image: url(../img/qa-a.png);
  padding: 15px 0 15px;
  border-bottom: 1px solid #D9D7D3;
  background-position: 4px 22px;
}
.qaList dt,
.qaList dd {
  background-repeat: no-repeat;
  padding-left: 45px;
}
/*===================================
　　　薬物乱用の傾向と弊害
===================================*/
.pageRanyou {
  background-image: url(../img/bg-page-ranyou.png);
}
.ranyou1,
.ranyou2 {
  overflow: hidden;
}
.ranyou1 .main,
.ranyou2 .main {
  display: flex;
  justify-content: space-between;
}
.ranyou2 .main {
  flex-direction: row-reverse;
}
.ranyou1_inner {
  width: 600px;
}
.ranyou1_img {
  width: 300px;
}
.ranyou1_img img {
  width: 759px;
  max-width: 759px;
  margin-top: -100px;
}
.ranyou2_inner {
  width: 600px;
  margin-bottom: 50px;
}
.ranyou2_img {
  width: 300px;
  text-align: right;
  position: relative;
}
.ranyou2_img img {
  width: 742px;
  max-width: 742px;
  position: absolute;
  right: 0;
}
.bnr_ranyou_ranyou,
.bnr_ranyou_fusei {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 20px 10px;
}
.bnr_ranyou_fusei {
  background-color: #0A2A72;
  background-image: url(../img/bg-bnr-fusei.png);
}
.bnr_ranyou_ranyou {
  background-color: #0B8DE2;
  background-image: url(../img/bg-bnr-ranyou.png);
  border-top: 1px solid #fff;
}
.bnr_ranyou_ranyou a,
.bnr_ranyou_fusei a {
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
}
.bnr_ranyou_fusei a {
  background-color: #0B8DE2;
}
.bnr_ranyou_ranyou a {
  background-color: #092870;
}
.bnr_ranyou_ranyou a:after,
.bnr_ranyou_fusei a:after {
  font-family: "FontAwesome";
  margin-left: 14px;
  content: "\f18e";
  color: #FA9DA8;
  font-size: 2.3rem;
}
.ranyou_photo {
  float: left;
  margin: 0 20px 10px 0;
}

/*===================================
　　　不正流通する薬物
===================================*/
.pageFusei {
  background-image: url(../img/bg-page-fusei.png);
}
.fusei {
  display: flex;
}
.fusei_left {
  flex: 1;
}
.fusei_left .contentTitle_a {
  margin-top: 0;
}
.fusei_photo {
  width: 275px;
  margin-left: 40px;
}
.fusei_list {
  background-image: url(../img/bg-fusei-list.svg);
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.fusei_list_inner {
  width: 940px;
  max-width: 94%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.fusei_list_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fusei_list_inner ul li {
  margin: 20px 0;
  padding: 0;
  width: 24%;
}
.fusei_list_inner ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.fusei_list_inner ul li figure {}
.fusei_list_inner ul li h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
  border-bottom: 1px dashed #fff;
  margin: 5px 10px 0;
  padding: 0 0 4px;
}
/* -------------------- モーダルスタイル */
.fusei_modal {
  padding:0px; background:#fff;
  text-align: left;
}
.fusei_modal h2 {
  color: #fff;
  font-size: 3rem;
  background-color: #0A2A74;
  margin: 0;
  padding: 13px 20px;
  border-radius: 3px;
  line-height: 1.2;
  background-image: url(../img/bg-modal-title.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.fusei_modal h3 {
  font-size: 2.6rem;
  color: #E74458;
  font-weight: normal;
  border-bottom: 1px dashed #4A4A4A;
  padding: 0 5px 5px;
  margin: 20px;
}
.modal_contents {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}
.modal_contents .photo {
  width: 450px;
  margin-right: 30px;
}
.modal_contents .text {
  flex: 1;
  font-size: 1.5rem;
}
.modal_contents .text p {
  margin: 0 0 1em;
}
.modal_pagebtn {
  list-style: none;
  margin: 30px 20px 0;
  padding: 10px 10px 0;
  border-top: 1px dashed #4A4A4A;
  overflow: hidden;
  font-size: 1.6rem;
}
.modal_pagebtn li {
  margin: 0;
}
.modal_pagebtn a {
  text-decoration: none;
  color: #000;
}
.page_back {
  float: left;
}
.page_next {
  float: right;
}
.page_back a::before,
.page_next a::after {
  font-family: "FontAwesome";
  color: #0A2A74;
  font-size: 1.7rem;
}
.page_back a::before {
  margin-right: 5px;
  content: "\f190";
}
.page_next a::after {
  margin-left: 5px;
  content: "\f18e";
}
.linkbtn {
  display: inline-block;
  text-decoration: none;
  text-indent: -1.2em;
  padding: 6px 4px 6px 1.6em;
  border-radius: 8px;
  line-height: 1.2;
  color: #000;
  border: 1px solid #3387D6;
}
.linkbtn::before {
  font-family: "FontAwesome";
  content: "\f18e";
  margin-right: 0.3em;
}

/*===================================
　　　許可申請手続き 英語版も
===================================*/
.pageShinsei {
  height: 120px;
}
.row_menu {
  display: flex;
  justify-content: space-between;
}
.row_menu .col_left {
  width: 610px;
}
.row_menu .col_right {
  width: 300px;
  margin: 55px 0 40px;
}

.contentTitle_b {
  font-weight: normal;
  font-size: 2.5rem;
  color: #092870;
  line-height: 1.2;
  border: 1px solid #4A90E2;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 1.2em;
}

.contact_list1 {
  margin: 20px 10px 40px;
}
.contact_list1 dt {
  margin: 0;
  float: left;
  clear: left;
  width: 50%;
  padding: 5px 10px;
}
.contact_list1 dd {
  margin: 0;
  padding: 5px 5px 5px 55%;
  border-bottom: 1px dashed #979797;
}

.menu_list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.menu_list li {
  margin: 0 0 20px;
}
.menu_list a.menu_list_btn {
  display: flex;
  align-items: center;
  background-color: #FFF6E7;
  border: 1px solid #F5A623;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.9rem;
  color: #000;
  padding: 10px 10px 10px 34px;
  position: relative;
  height: 75px;
}
.menu_list a.menu_list_btn.active {
  background-color: #fff;
}
.menu_list a.menu_list_btn .btn_inner {
  display: block;
}
.menu_list a.menu_list_btn::before {
  font-family: "FontAwesome";
  content: "\f18e";
  display: block;
  position: absolute;
  left: 9px;
  color: #FE9616;
  font-size: 18px;
  top: 50%;
  margin-top: -0.5em;
}

.text_center {
  text-align: center;
}

.comment_Acrobat {
  margin: 0 0 1em;
  font-size: 1.2rem;
}

.btn_access {
  display: inline-block;
  background-color: #156BA4;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon_map.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  padding: 10px 30px 10px 40px;
}
.bottom_block {
  margin-bottom: 50px;
}

.dl_list {
  line-height: 1.2;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0 50px;
}
.dl_list thead tr th {
  font-weight: normal;
  border-bottom: 1px solid #000000;
  padding: 10px 2px;
}
.dl_list thead tr th.list_num {
  font-size: 1.8rem;
}
.dl_list thead tr th.list_title {
  font-size: 1.8rem;
}
.dl_list thead tr th.list_doc {
  text-align: center;
  background-color: #DEEBFB;
}
.dl_list tbody tr td {
  border-bottom: 1px dashed #979797;
  padding: 8px;
}
.dl_list tbody tr td.list_num {
  vertical-align: middle;
  text-align: center;
}
.dl_list tbody tr td.list_title {
  vertical-align: middle;
}
.dl_list tbody tr td.list_pdf {
  vertical-align: top;
  width: 95px;
  text-align: center;
}
.dl_list tbody tr td.list_doc {
  vertical-align: top;
  background-color: #DEEBFB;
  width: 95px;
  text-align: center
}
.dl_list a.btn_pdf,
.dl_list a.btn_doc {
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  width: 77px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
}
.dl_list a.btn_pdf {
  background-color: #D0021B;
}
.dl_list a.btn_doc {
  background-color: #156BA4;
}
.dl_list span.data_byte {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: 3px 0 0;
}

.contentTitle_b2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px solid #E74458;
  padding: 0 3px 10px;
  margin: 2em 0 1.2em;
}
.contentTitle_b3 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  background-color: #E8F2FF;
  border-radius: 4px;
  padding: 10px;
  margin: 2em 0 1.2em;
}
.contentTitle_b4 {
  padding-left: 1em;
}
.contentTitle_b5 {
  font-size: 2.5rem;
  color: #092870;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px solid #E74458;
  padding: 0 3px 10px;
  margin: 2em 0 1.2em;
}
.shinsei_content {
  margin-bottom: 50px;
}
.shinsei_content p {
  margin: 0 3px;
}
.shinsei_content h4 {
  margin: 1.3em 3px 0;
  font-weight: normal;
  font-size: 1.6rem;
}
.shinsei_content table {
  width: 100%;
}
.updated {
  font-size: 1.6rem;
  text-align: right;
  text-decoration: underline;
  color: #dc143c;

}
.link_arrow {
  margin: 0 3px 3px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.link_arrow li {
  margin: 0 1.5em 0 0;
  float: left;
}
.text_indent {
  margin-left: 100px!important;
}
.text_indent2{
  margin-left: 20px!important;
  text-indent: 20px;
}
.text_indent3{
    margin-left: 40px!important;
    text-indent: 40px;
}
.text_indent4{
    margin-left: 10px!important;
    text-indent: 10px;
}
.answer_Yes{
   font-size: 2.3rem;
   color: #0000FF;
}
.answer_No{
   font-size: 2.3rem;
   color: #FF0000;
}
.link_arrow a {}
.link_arrow li::before {
  font-family: "FontAwesome";
  content: "\f18e";
  color: #0B8DE2;
  font-size: 1.6rem;
  margin-right: 5px;
  vertical-align: middle;
}
hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

/*===================================
　　　薬物に関する情報提供
===================================*/

.contentTitle_c {
  font-weight: normal;
  font-size: 2.5rem;
  color: #092870;
  line-height: 1.2;
  border: 1px solid #4A90E2;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 1.2em;
}
.contentTitle_c_inner {
  display: block;
  border-left: 4px solid #F8E71C;
  padding-left: 8px;
}
.contact_list2 {
  margin: 20px 20px 40px;
}
.contact_list2 dt {
  margin: 0;
  font-size: 1.8rem;
  float: left;
  clear: left;
  width: 55%;
  padding: 12px 10px 5px 10%;
}
.contact_list2 dd {
  margin: 0;
  padding: 5px 5px 5px 60%;
  border-bottom: 1px dashed #979797;
}
.tel_num {
  font-size: 2.3rem;
  display: block;
  color: #E74458;
}
.tel_num::before {
  font-family: "FontAwesome";
  content: "\f098";
  color: #F98A98;
  font-size: 2.4rem;
  margin-right: 15px;
}

/*===================================
　　　所在地
===================================*/
.address_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.address_list_col {
  width: 48.5%;
  border: 1px solid #AADEFF;
  border-radius: 12px;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 20px 35px;
}
.address_list_col h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #092870;
  font-weight: normal;
  margin: 0 -20px 0.5em;
  padding: 0 25px 8px;
  border-bottom: 1px solid #4A90E2;
}
.address_list_col p {
  margin: 0.5em;
}
.address_list_col .waku {
  font-size: 1.3rem;
  border: 1px solid #979797;
  border-radius: 100px;
  padding: 2px 10px;
  margin-right: 7px;
}
.address_list_col .tel_num2 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 7px;
}
.address_list_col .tel_num3 {
  font-size:  2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 7px;
}

/*===================================
　　　麻薬五法
===================================*/

.contentTitle_d {
  font-weight: normal;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.2;
  border: 1px solid #4A90E2;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 1.2em;
  background-color: #092870;
}
.contentTitle_d_inner {
  display: block;
  border-left: 4px solid #fff;
  padding-left: 8px;
}
.lows_list {
  list-style: none;
  margin:20px 0 50px;
  line-height: 1.6;
  padding: 0;
}
.lows_list > li {
  margin: 1em 2em 1em 4em;
  background: url(../img/icon_low1.png) no-repeat left 4px;
  padding: 0 0 0 27px;
}
.lows_list > li > ul {
  list-style: none;
  margin:0;
  padding: 0;
  line-height: 1.6;
}
.lows_list > li > ul > li {
  margin: 0.3em 0 0.3em 1em;
  background: url(../img/icon_low2.png) no-repeat left 4px;
  padding: 0 0 0 25px;
}

/*===================================
　　　利用規約
===================================*/

.kiyaku_box {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 30px 0 50px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.kiyaku_box a {
  text-decoration: underline;
}
.kiyaku_box h2 {
  font-size: 1.8rem;
  margin-top: 2em;
}
.indent_kana {
  margin-left: 2.4em;
  text-indent: -2em;
}
.text_right {
  text-align: right;
}

/*===================================
　　　サイトマップ
===================================*/

.sitemap_box {
  line-height: 1;
  font-size: 1.4rem;
  background-color: #EDF5FF;
  border-radius: 10px;
  padding: 20px 40px;
  margin: 20px 50px 50px;
}
.sitemap_box a {
  text-decoration: none;
}
.sitemap_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap_list li {
  background: url(../img/icon-sitemap-list.png) no-repeat left 1px;
  margin: 1em 0;
  padding: 3px 0 3px 24px;
}

/*===================================
　　　お知らせ
===================================*/

.subwin .headerInfo {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 640px;
  max-width: 96%;
}
.subwin .headerInfo_logo {
  margin: 5px 0;
}
.subwin .headerInfo_logo a {
    width: 300px;
    height: 40px;
  background-size: contain;
}
.subwin .footer {
  width: 640px;
  max-width: 96%;
}
.subwin .footerBottom {
  padding: 2px 0 12px;
}
.subwin .main {
  width: 640px;
  max-width: 96%;
  margin-bottom: 40px;
}
.subwin .main strong {
  color: #CD0003;
}
.win_close {
  text-align: center;
  margin: 40px 0;
}
.btn_win_close {
  display: inline-block;
  background-color: #156BA4;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
}
.btn_win_close::before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #fff;
  margin-right: 5px;
}

/*===================================
　　　メールフォーム
===================================*/

.form_comm {
  margin-left: 20px;
  font-size: 1.6rem;
  margin: 2em 20px;
  line-height: 1.4;
}
.form_comm em {
  color: #D0021B;
  margin-left: 20px;
  font-size: 1.4rem;
  font-style: normal;
}
.form_table {
  border-top: 1px solid #D9D7D3;
  border-bottom: 1px solid #D9D7D3;
  font-size: 1.6rem;
  margin: 20px;
  border-collapse: collapse;
  width: 900px;
}
.form_table tr:nth-child(odd) {
  background-color: #F5F4F2;
}
.form_table tr th {
  font-weight: normal;
  padding: 15px 20px 15px 65px;
  position: relative;
  width: 280px;
}
.form_table tr td {
  padding: 15px 20px;
}
.form_required {
  display: inline-block;
  background-color: #E74458;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -10px 0 0 0;
}
.form_button {
  text-align: center;
  margin: 20px 0 50px;
}
.form_button input[type=submit],
.form_button input[type=reset] {
  background-color: #156BA4;
  border: 1px solid #156BA4;
  border-radius: 5px;
  font-size: 1.6rem;
  width: 180px;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  margin: 10px;
}
.form_button input[type=submit]{
  background-color: #156BA4;
  color: #fff;
}
.form_button input[type=reset]{
  background-color: #fff;
  color: #156BA4;
}
.form_parts {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 3px;
  font-size: 1.4rem;
}
input.form_parts,
textarea.form_parts{
  padding: 8px 10px;
  width: 80%;
}
select.form_parts {
  padding: 5px 10px;
  height: 2.3em;
}
/*===================================
　　　再乱用防止支援
===================================*/
.alignC {
	text-align: center;
}
.row_col_fixed {
	display: flex;
	justify-content: space-between;
}
.row_col_fixed > div {
	width: 48%;
}
.mainTitle_sairanyou {
	font-size: 2.4rem;
	color: #7b68ee;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px dashed #8A8A8A;
	border-top: 1px dashed #8A8A8A;
}
.contentTitle_sairanyou {
  font-size: 2rem;
  color: #092870;
  letter-spacing: 0;
  line-height: 1.2;
  border-bottom: 1px solid #E74458;
  padding: 0 0 15px;
  margin: 30px 0 20px;
	display: flex;
	align-items: center;
	min-height: 3.1em;
}
.contentTitle_sairanyou .inner {
	display: block;
	text-align: center;
	width: 100%;
}
.sairanyou_msg {
	border-radius: 30px;
	line-height: 1.2;
	padding: 15px 5px;
	text-align: center;
	background-color: #DCE1E7;
	margin: 30px 0;
	position: relative;
	margin-left: 4%;
}
.sairanyou_msg::after {
	content: "";
	display: block;
	width: 0px;
	border-top: 30px solid #DCE1E7;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: -18px;
	left: 90%;
	transform: rotate(-35deg);
}
.is_left.sairanyou_msg {
	margin-right: 4%;
	margin-left: 0;
}
.is_left.sairanyou_msg::after {
	left: 5%;
	transform: rotate(35deg);
}
.is_partner.sairanyou_msg {
	background-color: #DCE7DC;
}
.is_partner.sairanyou_msg::after {
	border-top: 30px solid #DCE7DC;
}
.sairanyou_bottom_banner1 {
	margin: 45px 5% 20px;
}
.sairanyou_bottom_banner2 {
	display: flex;
	justify-content: space-around;
	margin: 20px 5% 40px;
}
.sairanyou_bottom_banner2 > div {
	width: 50%;
	text-align: center;
	margin: 0 10px;
}
.sairanyou_summary {
  background-color: #f1f8ff;
  border: dashed 2px #668ad8;
  border-radius: 10px;
	margin: 20px 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
  font-size: 1.8rem;
  text-align: left;
}
.sairanyou_summary li {
	margin: 1.2em 0;
	line-height: 1.2;
}
.sairanyou_msg2 {
	margin-top: 3em;
	text-align: center;
}
.sairanyou_bottom_banner3 {
	margin: 40px 0;
}
