@charset "utf-8";
/* sub
------------------------------------------------------------ */
.container {
  overflow: hidden;
}
#activities, #iinkai, #organization, #jyohokokai, #address, #access {
  padding-top: 100px;
  margin-top: -100px;
}
#contents_head {
  display: block;
  position: relative;
  background-image: url(../images/sub_photo.png);
  background-position: center center;
  background-size: cover;
  margin-top: 110px;
  height: 36vh;
  margin-bottom: 0;
}
#contents_head .ch_inner {
  background: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#contents_head .ch_inner h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
#contents_head .ch_inner h2 span {
  display: block;
  color: #EF7884;
  font-family: 'program', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
}
.ttl_area h3 {
  font-size: 3rem;
  color: #56c39a;
  text-align: center;
  padding: 2em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #F7FCFC, #F7FCFC 3px, #E1F4F2 3px, #E1F4F2 7px);
  background: repeating-linear-gradient(-45deg, #F7FCFC, #F7FCFC 3px, #E1F4F2 3px, #E1F4F2 7px);
}
h4.sub_ttl {
  color: #EF7884;
  font-size: 2.5rem;
  padding: .8rem 0 0.8rem 0rem;
  text-align: center;
  position: relative;
}
.anchor-link ul {
  display: flex;
  width: 100%;
  background: rgba(239, 120, 132, .6);
  justify-content: center;
  flex-wrap: wrap;
  padding: .5em 0;
}
.anchor-link ul li {
  margin-right: 1em;
  padding: .5em 0;
}
.anchor-link ul li:last-child {
  margin-right: 0;
}
.anchor-link ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.anchor-link ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg);
}
.anchor-link ul li a:hover {
  opacity: .7;
}
.br_sp {
  display: none;
}
section .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center;
}
.anc {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
/* パンくず
------------------------------------------------------------ */
.bread-crumb-list {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
}
.bread-crumb-list ul {
  padding: 1em 0;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
.bread-crumb-list ul li {
  position: relative;
  margin-left: 1.5em;
}
.bread-crumb-list ul li:first-child::before {
  display: none;
}
.bread-crumb-list ul li:first-child {
  margin-left: 0;
}
.bread-crumb-list ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #EF7884;
  border-right: 2px solid #EF7884;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ABOUT
------------------------------------------------------------ */
#greeting .inner p, #activities .inner p {
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
}
#greeting .inner p span {
  display: block;
  margin-bottom: .25em;
  color: #EF7884;
  font-weight: bold;
}
.greet_wrap img {
  float: right;
  padding: 0 0 16px 26px;
}
.caption_txt {
  text-align: right;
  line-height: 1.8;
}
#iinkai .inner {
  padding: 60px 0;
}
.iinkai_list_box {
  background: #EBDDAD;
  padding: 1em 2em;
  border-radius: 15px;
}
#iinkai dl .iinkai_list_item {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
}
#iinkai dl .iinkai_list_item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: #EF7884;
  font-weight: bold;
  font-size: 2rem;
  border-right: 1px solid #EF7884;
  box-sizing: border-box;
  margin-bottom: 1em;
  text-align: center;
}
#iinkai dl .iinkai_list_item dt:last-of-type {
  margin-bottom: 0;
}
#iinkai dl .iinkai_list_item dd {
  width: 75%;
  padding-left: 1em;
  box-sizing: border-box;
}
#iinkai dl .iinkai_list_item .group {
  width: 70%;
}
#iinkai dl .iinkai_list_item .group dd {
  width: 100%;
  display: block;
}
#iinkai dl .iinkai_list_item .group dd span {
  display: block;
  font-weight: bold;
}
#organization .inner {
  text-align: left;
}
.org_txt_box {
  margin: 0 0 30px;
}
.org_txt_box p {
  text-align: center;
  margin-top: 20px;
}
.org_btn a {
  margin: 20px auto 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  border: 1px solid #EF7884;
  border-radius: 1em;
  transition: .3s;
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: 700;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  display: block;
  background: #fff;
  color: #EF7884;
  width: 400px;
}
.org_btn a::before {
  content: url("../images/icon_pdf.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 0.3em 0.2em 0;
}
.org_btn a:hover {
  background: #FCDCDE;
}
#organization .inner {
  max-width: 900px;
}
.orgcaption_txt {
  text-align: right;
  margin-top: .5em;
}
#organization .member {
  width: 100%;
  border-right: 1px solid #EBDDAD;
  border-left: 1px solid #EBDDAD;
  border-top: 1px solid #EBDDAD;
  box-sizing: border-box;
  background: #FCFBF4;
  margin: 5px auto;
}
#organization .member div {
  display: flex;
  flex-wrap: wrap;
}
#organization .member div:first-of-type {
  background: #F7F2DF;
}
#organization .member dt {
  width: 22%;
  border-right: 1px solid #EBDDAD;
  border-bottom: 1px solid #EBDDAD;
  box-sizing: border-box;
  padding: 1em;
}
#organization .member dd {
  width: 39%;
  border-bottom: 1px solid #EBDDAD;
  box-sizing: border-box;
  padding: 1em;
}
#organization .member dd:nth-child(even) {
  border-right: 1px solid #EBDDAD;
}
#jyohokokai .inner {
  text-align: left;
  max-width: 900px;
}
#jyohokokai ul li {
  line-height: 1.8;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#jyohokokai ul li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
#jyohokokai ul li h4 {
  margin-left: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  width: 30%;
}
.jhk_link a {
  color: #EF7884;
  text-decoration: none;
  line-height: 2.4;
}
.jhk_link a:hover {
  opacity: .7;
  text-decoration: underline;
}
.jhk_link a::before {
  content: url("../images/icon_pdf.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 0.3em 0.2em 0;
}
.address {
  line-height: 1.8;
  padding: 10px 0;
  max-width: 900px;
  margin: 0 auto;
}
.add_box {
  text-align: left;
  margin: 0 auto 5px;
  width: 530px;
}
.address p.tel {
  font-size: 2.5rem;
  font-weight: 700;
}
.address p.tel span {
  font-size: 1.3rem;
  background: #dedede;
  padding: 0 10px;
  border-radius: 6px;
  margin-right: .5em;
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
}
.address .fax {
  margin-left: 18px;
}
#access .gmap {
  padding: 5px;
  border: 1px solid #ccc;
}
#access .gmap {
  margin-bottom: 30px;
}
#access .gmap iframe {
  width: 100%;
}
.ac_flow_box ul {
  width: 350px;
  margin: 20px auto 0;
  text-align: justify;
}
.ac_flow_box ul li {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.ac_flow_box ul li p {
  display: inline-block;
  margin-left: 1em;
  line-height: 1.8;
}
.ac_flow_box ul li img {
  width: 60px;
}
.ac_flow_box ul li:first-child::before {
  content: '';
  background: url("../images/a_flow_arrows.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  font-size: 0;
  position: absolute;
  bottom: -40px;
  left: 15px;
}
.near_map_txt {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
/* NEWS
------------------------------------------------------------ */
#news .news_list {
  line-height: 2;
}
.pagebar {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pagebar li a {
  text-decoration: none;
  color: #EF7884;
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8em;
  border: #EF7884 1px solid;
  box-sizing: border-box;
  margin: 0 .25em;
}
.pagebar li.this-page {
  background: #EF7884;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8em;
  margin: 0 .25em;
}
.pagebar li.prev a, .pagebar li.next a {
  margin: 0 1em;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  font-weight: bold;
}
.pagebar li.prev a:hover, .pagebar li.next a:hover {
  background: none;
  color: #EF7884;
  opacity: .7;
}
.pagebar li a:hover {
  background: #EF7884;
  color: #fff;
}
.news_listttl{
font-weight:700;
font-size:1.5rem;
padding:.5rem 0;
margin-bottom: 1rem;
line-height:1.8;
border-bottom:2px dotted #EC606D;
}

.newsdt_link a {
  color: #EF7884;
  text-decoration: none;
  line-height: 1.8;
  text-align: right;

}
.newsdt_link a:hover {
  opacity: .7;
  text-decoration: underline;
}
.newsdt_link{
text-align: right;
padding:.5rem 0;
}

/* DETAIL
------------------------------------------------------------ */
#news .inner, #detail .inner {
  display: flex;
}
#detail {
  padding: 0px 0 15px;
}
#detail .news_listbtn {
  margin: 60px 0 40px;
}
.ditail_date {}
.content_left {
  text-align: left;
  width: 75%;
}
.content_right {
  width: 25%;
}
.press_header::before, .press_header::after {
  display: none;
}
.detail_ttl {
  font-size: 2.6rem;
  color: #EF7884;
  padding: 25px 0 30px;
  line-height: 1.4;
}
.detail_txt {
  line-height: 1.8;
}
.detail_txt img{
width:300px;
}
.detail_img {
  margin: 0 auto;
  text-align:center;
  padding: 0.3em;
  }

.category {
  margin-left: 2em;
  margin-bottom: 1em;
  border: #679DD3 solid 1px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.category p {
  padding: 0.8em 0;
  border-radius: 4px 4px 0 0;
  background: #679DD3;
  color: #fff;
  border-bottom: 1px;
  box-sizing: border-box;
  font-weight: 700;
}
.category ul li a {
  display: inline-block;
  padding: 0.8em 0;
  width: 100%;
  color: #679DD3;
  text-decoration: none;
}
.category ul li a:hover {
  color: #EF7884;
}
.category ul li {
  display: block;
  border-top: #679DD3 1px solid;
}
.category ul li:first-child {
  border-top: none;
}
/* セミナー
------------------------------------------------------------ */
.content_seminar {
  text-align: left;
  width: 100%;
}
.sem_list {
  text-align: left;
}
.sem_list li {
  padding: 20px 0;
  border-bottom: solid 2px #dedede;
}
.sem_img {
  width: 22%;
  margin-right: 25px;
}
.sem_img img, .sem_img_dtl img {
  width: 100%;
}
.sem_cat {
  display: block;
  height: 26px;
  width: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}
.sem_img .cat1, .sem_img_dtl .cat1 {
  background: #F96262;
}
.sem_img .cat2, .sem_img_dtl .cat2 {
  background: #666;
}
.sem_list li {
  display: flex;
  margin: 15px 0;
}
.sem_ttl {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 700;
}
.sem_ttl a {
  text-decoration: none;
}
.sem_meta {
  width: 100%;
}
.sem_metabox {
  line-height: 2.6;
  border-radius: 10px;
  background: #FCFBF4;
  padding: 20px 30px;
  border: #EBDDAD 2px solid;
}
.sem_metabox dl {
  display: flex;
  flex-wrap: wrap;
}
.sem_metabox dt {
  background: #DAC067;
  padding: 3px 8px;
  border-radius: 3px;
  margin: 0 20px 10px 0;
  text-align: center;
  font-weight: 700;
  width: 14%;
  line-height: 2.4;
  height: 2.4em;
  font-size: 1.5rem;
}
.sem_metabox dd {
  width: 80%;
}
.sem_listbtn a {
  margin: 20px auto 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 1px solid #56C39A;
  border-radius: 1em;
  transition: .3s;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 700;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  display: block;
  background: #56C39A;
  color: #FFF;
  width: 300px;
}
.sem_listbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin-top: -5px;
}
.sem_listbtn a:hover {
  color: #56C39A;
  background: #fff;
}
.sem_pdflink{
margin-top:10px;
text-align:right;
}
.sem_img_dtl {
  width: 35%;
  margin-right: 25px;
}
.sem_infottl {
  font-weight: 700;
  padding: 3px 10px 3px 10px;
  color: #F96262;
  border-left: solid 5px #F96262;
  margin: 20px 0 10px 0;
}
.sem_info {
  line-height: 1.8;
}
.sem_formbox {
  border-radius: 10px;
  background: #FCFBF4;
  padding: 20px 60px;
  border: #EBDDAD 2px solid;
  margin: 0 auto;
  width: 80%;
}
.input_lbl {
  display: block;
  padding-bottom: 10px;
  line-height: 1.8;
}
.req {
  color: #fff;
  font-size: 1.3rem;
  background: red;
  padding: 2px 5px;
  margin-left: 6px;
  border-radius: 3px;
  font-weight: 700;
}
.req2 {
  color: #fff;
  font-size: 1.3rem;
  background: #666;
  padding: 2px 5px;
  margin-left: 6px;
  border-radius: 3px;
  font-weight: 700;
}
.input_elm {
  margin-bottom: 20px;
}
.input_mp {
  width: 100%;
  padding: 10px 0;
}
.input_mp2 {
  padding: 10px 0;
}
.sem_formttl {
  margin: 10px 0 40px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height:1.8;
}
.input_mp_area {
  padding: 10px 1%;
  width: 98%;
  height: calc(1.6em * 5);
  line-height: 1.6;
}
.input_mp_area2 {
  padding: 10px 1%;
  width: 98%;
  height: calc(1.6em * 3);
  line-height: 1.6;
}
.sem_formpra {
  text-align: center;
  margin: 30px 0;
}
.sem_formatt{
font-size:1.5rem;
line-height:1.7;
background:#fff;
padding:1rem;
border:2px solid #f00;
border-radius:1rem;
}
.conf_box{
border:1px solid #999;
background:#fff;
padding:1rem;
}


/* 会員ページ
------------------------------------------------------------ */
.mem_link {
  margin: 10px 0;
}
.mem_link a {
  color: #EF7884;
  text-decoration: none;
  line-height: 1.8;
}
.mem_link a:hover {
  opacity: .7;
  text-decoration: underline;
}
.pdf_ico a::before {
  content: url("../images/icon_pdf.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 0.3em 0.2em 0;
}
.word_ico a::before {
  content: url("../images/icon_word.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 0.3em 0.2em 0;
}
.excel_ico a::before {
  content: url("../images/icon_excel.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 0.3em 0.2em 0;
}
.mem_ttl {
  font-weight: 700;
  margin: 8px 0 2px 0;
  font-size: 1.5rem;
  padding: 5px;
  border: #888 solid 1px;
  display: inline-block;
}
.mem_newico{
color:#fff;
font-weight:700;
background:#F44336;
font-size:1.1rem;
padding:.1rem .5rem;
border-radius:.3rem;
margin-left:.5rem;
}
/* 県民の皆さまへ
------------------------------------------------------------ */
.pref_headline {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 50px auto 60px;
  color: #EF7884;
}
#pref .inner {
  line-height: 2;
  margin-bottom: 1em;
  text-align: left;
}
#pref .inner ul {
  padding: 0;
  position: relative;
  margin: 10px 0 20px;
}
#pref .inner ul li {
  border-left: solid 6px #EF7884;
  margin: 0 0 8px 1.8em;
  line-height: 1.5;
  padding: 0.5em;
}
#pref .inner ul li.pref_care{
margin: 0 0 2px 1.8em;
}
.pref_wrap {
  background: url(../images/pref_img02.png) top 20px right no-repeat;
}
.pref_act_ttl {
  font-weight: 700;
  font-size: 2rem;
}
.pref_act_small{
font-size:1.6rem;
margin:0 0 1.5rem 2.5rem;
background:#dedede;
display:inline-block;
padding:0 0.5rem;
}
.pref_act_liwrap{
font-size:1.5rem;
line-height:1.6;
margin-left:3rem;
}
.pref_ct_ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.area_link dd.area_blog a::after {
  display: none;
}
.area_link dd.area_blog a {
  font-size: 1.5rem;
  line-height: 1.8;
}
.area_link dl.area_jyoetsu dd.area_blog a {
  background: #fff;
  color: #EF7884;
  border: 2px solid #EF7884;
}
.area_link dl.area_sado dd.area_blog a {
  background: #fff;
  color: #DC9E61;
  border: 2px solid #E1AC76;
}
.area_link dl.area_cyuetsu dd.area_blog a {
  background: #fff;
  color: #46BD91;
  border: 2px solid #56C39A;
}
.area_link dl.area_kaetsu dd.area_blog a {
  background: #fff;
  color: #679DD3;
  border: 2px solid #679DD3;
}
.pref_link{
padding:5px 0 0 40px;
}

.pref_listbtn a{
margin:0px 0 15px 30px;
position:relative;
text-align:center;
text-decoration:none;
padding:5px 0;
border:1px solid #EF7884;
border-radius:1em;
transition:.3s;
font-size:1.5rem;
line-height:1.6;
font-weight:700;
display:block;
background:#fff;
color:#EF7884;
width:400px;
}
.pref_listbtn a::after{
content: "";
position:absolute;
top:50%;
right:4%;
width: 7px;
height: 7px;
border-top: 2px solid #EF7884;
border-right: 2px solid #EF7884;
transform:rotate(45deg);
margin-top: -5px;
}
.pref_listbtn a:hover{
color:#fff;
background:#EF7884;
}
/* 助産師の皆さまへ
------------------------------------------------------------ */
.tbl_join dl, .tbl_join dt, .tbl_join dd {
  box-sizing: border-box;
}
.tbl_join dt, .tbl_join dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #EBDDAD;
  line-height: 1.8;
}
.tbl_join dl {
  background: #FCFBF4;
  border-right: 1px solid #EBDDAD;
  border-bottom: 1px solid #EBDDAD;
  border-left: 1px solid #EBDDAD;
}
.tbl_join dt {
  width: 20%;
  float: left;
  text-align: center;
}
.tbl_join .d_ttl {
  font-weight: 700;
}
.tbl_join dd {
  margin-left: 20%;
  text-align: left;
  padding-bottom: 10px;
  border-left: 1px solid #EBDDAD;
  background-color: #FCFBF4;
}
.tbl_join dd:after {
  content: '';
  display: block;
  clear: both;
}
.tbl_join ul li {
  border-left: solid 6px #EF7884;
  margin: 0 0 8px 0.5em;
  line-height: 1.5;
  padding: 0.3em;
}
.tbl_join ul li span {
  font-size: 1.4rem;
}
.tbl_join ol {
  margin: 8px 0;
}
.tbl_join ol li {
  list-style-type: decimal;
  margin-left: 30px;
}
#midwives .inner p {
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
}
.kifu_wrap {
  text-align: left;
  line-height: 1.8;
  margin: 10px auto;
}
.mid_hl {
  font-weight: 700;
  position: relative;
  padding: 0.8rem;
  border-bottom: 3px solid #3EAE84;
  margin-bottom: 18px;
}
.mid_hl:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #4BD694;
}
.mid_list1_ul {
  margin: 0 0 1.2em 1.2em;
}
.mid_list1 {
  font-weight: 700;
}
.mid_list1:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #009944;
  margin-right: 5px;
}
.mid_list2, .mid_list3 {
  margin: 0 0 15px 0;
}
.mid_list2 li, .mid_list3 li {
  margin-left: 1.2em;
  font-weight: normal;
}
.mid_list2 li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #F44336;
  border-radius: 50%;
  margin-right: 5px;
}

.red_cat{
font-size:1.4rem;
color:#F44336;
font-weight:bold;
}
.cat_txt{
font-size:1.5rem;
line-height:1.6;
text-align:justify;
background:#ededed;
padding:.8rem;
margin:0 0 20px 0;
}
.care_right{
text-align:right;
font-size:1.5rem;
line-height:1.3;
padding:.8rem 0 .5rem 0;
}
.tbl_care{
background: #eee;
font-weight:700;
}

.mid_list_flow_ul li{
  list-style-type: none !important;
  margin-left: 10px !important;
}
.mid_list_flow2_ul{
  margin: 0 0 1.2em 1.2em;
}
.mid_list_flow2_ul li{
  border-left: none !important;
  }

.mid_list_flow2_ul .mid_list3 li{
  margin-left: 0;
}
.mid_list1_cost:before {

  background-color: #679DD3;

}
.red_txt{
  color:#F44336;
  font-weight:bold;
  }

.area_linkbnr a{

  margin:20px auto 0px;
  position:relative;
  text-align:center;
  text-decoration:none;
  padding:2px 0;
  border:1px solid #EF7884;
  border-radius:1em;
  transition:.3s;
  font-size:1.6rem;
  line-height:1.8;
  font-weight:700;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  display:block;
  background:#EF7884;
  color:#fff;
  width:300px;
  }
  .area_linkbnr a::after{
  content: "";
  position:absolute;
  top:50%;
  right:5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform:rotate(45deg);
  margin-top: -5px;
  }
  .area_linkbnr a:hover{
 opacity:.8;    
  }


/* 助産師へご相談
------------------------------------------------------------ */
.cs_soudan {
  background: #fff;
  margin: 50px 0;
}
/* 助産師を探す
------------------------------------------------------------ */
.tbl_search {
  width: 100%;
  line-height: 1.4;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.tbl_search th, .tbl_search td {
  padding: 1rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.tbl_search th {
  font-weight: 700;
  background: #eee;
  text-align: center;
}
.tbl_search td.tbl_wkind {
  text-align: center;
}
.tbl_name{
}
.tbl_namelink{
display:flex;
align-items:center;
}
.tbl_webicon{
margin-left:14px;
}
.tbl_search .tbl_webicon img{
width:20px;
padding:2px 0 0 0;
}

#top_soudan .inner p {
  margin-top: 1rem;
  text-align: left;
  line-height: 1.8;
}
.tbl_small {
  font-size: 1.4rem;
}
td.nowrap {
  white-space: nowrap;
}
.bnr_nmin{
width:500px;
margin:0 auto;
}