@charset "UTF-8";
/*default
-----------------------------------*/
body, h1, h2, h3, h4, h5, h6,
p, pre, blockquote, form, input, textarea, fieldset,
ul, ol, dl, li, dt, dd, address, caption {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

p {
  margin-bottom: 1em;
  /*margin-right:90px;*/
}

body {
  color: #333;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  padding: 40px 0;
}

address, em, caption, th {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

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

li {
  list-style-type: none;
}

small {
  font-size: 75%; /*12px*/
}

.url {
  -ms-word-break: break-all;
  word-break: break-all;
}

/*link
-----------------------------------*/
/*common style
-----------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a.arrow {
  padding: 0 0 0 14px;
  background: url(./img/icons.gif) left 6px no-repeat;
}

.pageTopText {
  padding: 0 0 0 12px;
  font-size: 87.5%; /*14px*/
  background: url(./img/icons.gif) left -117px no-repeat;
}

/*list*/
.basicList {
  margin: 0 0 1em 20px;
}

.basicList li {
  margin: 0 0 0.5em 0;
  list-style-type: disc;
}

.basicOl {
  margin: 0 0 1em 20px;
  padding: 0px 15px;
}

.basicOl li {
  margin: 0 0 0.5em 0;
  list-style-type: decimal;
}

ul.naviLarge {
  overflow: hidden;
  margin: 0 0 1em;
}

ul.naviLarge li {
  float: left;
  margin-right: 20px;
}

ul.naviLarge li a {
  padding: 4px 0 4px 14px;
  font-size: 125%;
  background: url(./img/icons.gif) left 14px no-repeat;
}

ul.naviBottom {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}

.red {
  color: #e50000;
}

/*fluid image*/
img {
  max-width: 100%;
  height: auto;
}

.ie img {
  max-width: none;
}

.mt30 {
  margin-top: 30px;
}

/*all
-----------------------------------*/
#all {
  margin: 0 auto;
  padding: 0 0;
  max-width: 1200px;
  width: 100%;
}

.ie #all {
  min-width: 850px;
}

* html #all {
  overflow: hidden;
  width: expression(document.body.clientWidth < 932? "930px" : "auto");
}

/*wrapper
-----------------------------------*/
#wrapper {
  margin: 40px 15px;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  behavior: url(/js/PIE.htc);
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

/*header
-----------------------------------*/
#header {
  background: url(./img/bg_header.png) left bottom no-repeat;
  position: relative;
  margin-top: -40px;
  padding-top: 20px;
  height: 180px;
}

#header.collabo {
  background-image: url(./img/collabo_bg_header.png);
}

* html #header {
  background: url(./img/bg_header.gif) left bottom no-repeat;
  height: 180px;
  width: 100%;
}

#header h1 {
  position: absolute;
  bottom: 30px;
}

#header h1 img.mobile {
  display: none;
}

#header #cityLogo {
  width: 216px;
  height: 48px;
  float: left;
  margin-bottom: 20px;
}

#header #cityLogo img {
  max-width: 216px;
  max-height: 48px;
  -webkit-transition: width 0.3s ease-out;
}

#headerRight {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#headerRight ul.language li {
  font-size: 90%;
  display: inline;
}

#headerRight ul.loginbar li {
  font-size: 90%;
  display: inline;
  margin-right: 5px;
}

/*form*/
#searchBtn {
  display: none;
}

#headerRight form {
  margin: 0 0 10px 0;
}

#headerRight form input {
  vertical-align: middle;
}

#headerRight form .word {
  padding: 5px 10px 5px 18px;
  width: 150px;
  border: 2px solid #008b45;
  background: #fff url(./img/bg_search.png) left center no-repeat;
  border-radius: 5px;
}

/*navi*/
#header ul.navi {
  padding-bottom: 10px;
  clear: right;
  text-align: right;
}

#header ul.navi li {
  display: inline;
  padding: 0 5px;
  font-size: 68%; /*11px*/
  border-right: 1px solid #000;
  line-height: 1.2;
  line-break: strict;
  word-bread: break-strict;
  white-space: nowrap;
}

#header ul.navi li.last {
  border-right: none;
}

#header ul.navi li a {
  color: #0071b5;
}

/*color*/
.black #header ul.navi li,
.blue #header ul.navi li a {
  color: #fff;
}

#topService {
  margin-top: 30px;
}

#topBanner {
  float: left;
}

#topBanner img {
  float: left;
}

#logo {
  clear: both;
  float: left;
}

.appbutton a {
  display: block;
  border-radius: 5px;
  border: solid 1px #c0c0c0;
  padding: 2px 5px;
  margin: 8px 8px 0px 8px;
  font-weight: bold;
  text-decoration: none;
}

/*navigation(メニュー)
-----------------------------------*/
#navi {
  margin: 20px 0 15px;
}

* html #navi {
  overflow: hidden;
}

#navi ul, #navi table {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  border-collapse: separate;
  border-spacing: 10px 0px;
}

#navi li, #navi td {
  display: table-cell;
  font-weight: bold;
  border-bottom: 3px solid #148644;
}

#navi li a, #navi td a {
  background-color: #ffffff;
  color: #147f42;
  display: block;
  padding: 70px 0 0 0;
  text-decoration: none;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center -5px;
}

#navi li a:hover, #navi td a:hover {
  background-position: center -155px;
}

#navi li a.selected, #navi td a.selected {
  background-color: #4cc176;
  color: #fff;
  background-position: center -305px;
}

a.navi-home {
  background-image: url(./img/navi-home.png);
}

a.navi-service {
  background-image: url(./img/navi-service.png);
}

a.navi-advice {
  background-image: url(./img/navi-advice.png);
}

a.navi-link {
  background-image: url(./img/navi-link.png);
}

a.navi-useful {
  background-image: url(./img/navi-useful.png);
}

a.navi-bbs {
  background-image: url(./img/navi-bbs.png);
}

a.navi-hospital {
  background-image: url(./img/navi-hospital.png);
}

a.navi-event {
  background-image: url(./img/navi-event.png);
}

* html #navi li a {
  padding: 75px 0 0 0;
}

/*container
-----------------------------------*/
#container {
  position: relative;
  margin: 0px;
}

* html #container {
  width: 100%;
}

#bread {
  margin: 0 0 10px 0;
}

#bread li {
  display: inline;
}

#bread li a {
  padding: 0 15px 0 0;
  background: url(./img/icons.gif) right -703px no-repeat;
}

.pageTopBottom {
  margin: 1em 0 10px;
  text-align: right;
}

/*content
-----------------------------------*/
#content {
  float: left;
  margin: 0 -330px 0.5em 0;
  width: 100%;
}

#contentInner {
  margin: 0 330px 0 0;
}

* html #content {
  height: 630px;
}

#content h2 {
  margin: 0 0 10px 0;
}

#contentAd {
  text-align: center;
}

#contentAd .sideAd {
  display: none;
}

#content .likeBox h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #00a73c;
  padding-left: 20px;
  color: #ffffff;
  font: 100%;
}

/*side
-----------------------------------*/
#side {
  float: right;
  margin: 0 0 35px 0;
  width: 300px;
}

#side h3 {
  margin: 0 0 10px 0;
}

#sideSocial {
  margin: 0 0 10px;
  padding: 10px;
  font-size: 85%; /*12px*/
  border: 1px solid #000;
}

#sideSocial ul {
  margin: 5px 0 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#sideSocial li {
  flex: 1 1 auto;
  /*display: inline;*/
}

* html #viewSource {
  display: none;
}

#sideBunner {
  margin: 0;
}

/*bottom banner
-----------------------------------*/
#bottomBanner {
  clear: both;
  margin: 10px 0 10px 0;
  padding: 5px 0 0 0;
  border-top: 1px dashed #5ab7d5;
}

#bottomBanner h3 {
  margin: 0 0 10px;
}

#localBanner {
  overflow: hidden;
}

#localBanner li {
  float: left;
  width: 16.6%; /*(120+4)/740*/
  text-align: center;
  padding: 15px 0px;
}

#localBannerText {
  display: none;
  margin-left: 20px;
}

#localBannerText li {
  margin: 0 5px;
  list-style-type: disc;
}

/*footer
-----------------------------------*/
#footerPagetop {
  margin: 10px 0;
  text-align: right;
}

#footer {
  position: relative;
  padding: 5px 0 0;
  font-size: 68%; /*11px*/
  border-top: 3px #0081cc solid;
  min-height: 78px;
}

* html #footer {
  width: 100%;
  height: 90px;
}

#footer .navi {
  color: #0071b5;
}

/*color*/
.black #footer .navi,
.blue #footer .navi {
  color: #fff;
}

#footer .navi a {
  color: #0071b5;
}

#footer .navi dt {
  float: left;
  width: 14.5em;
  margin: 0 0 0.5em;
}

#footer .navi dd {
  margin: 0 0 0.5em 9em;
}

#footer .navi ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #666;
}

#footer .navi ul li a {
  /*レスポンシブでフッターはみだしの原因となってたのでコメントアウト*/
  /*white-space: nowrap;*/
}

#footer .navi ul li:last-child {
  border-right: none;
}

#footerLogo {
  position: absolute;
  right: 0;
  top: 10px;
}

#footerLogo li {
  display: inline;
  padding-left: 5px;
}

#footerLogo li img {
  vertical-align: top;
}

#footer #copy {
  position: absolute;
  right: 0px;
  top: 7.5em;
  font-weight: bold;
  text-align: right;
}

/*sorce copy*/
#glayLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#getSourceLayer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -20;
  width: 450px;
  height: 240px;
  margin: -140px 0 0 -225px;
  padding: 30px 0 0;
  border: 5px solid #000;
  background-color: #fffef1;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

#getSourceLayer textarea {
  width: 400px;
  height: 4em;
  margin: 0 0 20px;
  padding: 10px;
  text-align: left;
}

/*IE6 hack*/
* html #getSourceLayer {
  display: none;
}

/*IE7 hack*/
*:first-child + html #getSourceLayer textarea {
  margin-left: 225px;
}

#copyBtn {
  display: inline-block;
  padding: 5px 10px;
  background: #f3f3f3;
  background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fff, #f3f3f3);
  background-image: -o-linear-gradient(top, #fff, #f3f3f3);
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #ccc;
}

#getSourceLayer .closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: url(./img/icons.gif) left -646px no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

/*===========================================================================*/
/*top
-----------------------------------*/
@media only screen and (min-width: 839px) {
  #topRecommend {
    margin: 2em 0 0;
  }
}
.recommend h3 {
  color: #00a73c;
}

.recommend .column {
  margin: 0 0 1em 0;
  overflow: hidden;
}

.recommend .column .tn {
  float: left;
  width: 150px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}

.recommend .column h3 {
  margin: 0 0 0 0;
}

.recommend .column br {
  display: none;
}

#topInfo {
  margin-bottom: 30px;
}

#topInfoTop {
  background: url(./img/bg_info_top.gif) right bottom no-repeat;
}

#topInfoBottom {
  background: url(./img/bg_info_bottom.gif) right bottom no-repeat;
}

* html #topInfoBottom img {
  position: relative;
  top: 3px;
}

#topInfo dl {
  margin: 0 0 0 15px;
}

#topInfo dl dd {
  margin: 0 0 0.5em;
}

#topInfo dl dd p {
  display: inline;
}

#topInfoArchive {
  margin: 0 0 0 15px;
}

/*service
-----------------------------------*/
#serviceListWrap {
  width: 100%;
}

#serviceHeader {
  overflow: hidden;
  margin: 0 0 10px;
  border-bottom: 1px dashed #009045;
}

#serviceHeader h2 {
  float: left;
}

#serviceHeader ul {
  margin: 0 0 0 150px;
}

#serviceHeader ul li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
  border-right: 1px solid #000;
}

* html #serviceHeader ul li {
  line-height: 1.5;
}

#serviceHeader ul li a {
  white-space: nowrap;
}

#serviceHeader ul li.last {
  border-right: none;
}

.serviceList {
  float: left;
  padding-right: 5%;
  width: 45%;
  min-width: 260px;
}

.serviceList h3 {
  margin: 0 0 5px;
  padding: 0 10px;
  color: #fff;
  font-size: 100%; /*16px*/
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

* html .serviceList h3 {
  padding: 5px 10px 0;
  width: 90%;
}

.serviceList .inner {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
}

.serviceItem.todokede h3 {
  background: #00ad8b;
}

.serviceItem.kenko h3 {
  background: #e55397;
}

.serviceItem.okane h3 {
  background: #ef8205;
}

.serviceItem.azukeru h3 {
  background: #12aeeb;
}

.serviceItem.manabu-dekakeru h3 {
  background: #874797;
}

.serviceItem.soudan h3 {
  background: #9bba1f;
}

.serviceItem.byoin-kyukyu h3 {
  background: #d74450;
}

.serviceItem.todokede .inner {
  border-left: 3px solid #00ad8b;
}

.serviceItem.kenko .inner {
  border-left: 3px solid #e55397;
}

.serviceItem.okane .inner {
  border-left: 3px solid #ef8205;
}

.serviceItem.azukeru .inner {
  border-left: 3px solid #12aeeb;
}

.serviceItem.manabu-dekakeru .inner {
  border-left: 3px solid #874797;
}

.serviceItem.soudan .inner {
  border-left: 3px solid #9bba1f;
}

.serviceItem.byoin-kyukyu .inner {
  border-left: 3px solid #d74450;
}

.serviceItem.kenko,
.serviceItem.okane,
.serviceItem.manabu-dekakeru,
.serviceItem.soudan,
.serviceItem.byoin-kyukyu {
  margin-top: 2em;
}

.serviceItem ul {
  margin: 0 0 1em 5px;
  padding: 0 0 0 20px;
}

.serviceItem ul li {
  margin: 0 0 0.5em 0;
  list-style-type: disc;
}

.serviceList .pageTop {
  font-size: 75%; /*12px*/
}

table.blue {
  width: 100%;
}

table.blue th {
  background-color: #64B2CB;
  color: #ffffff;
}

table.blue th, table.blue td {
  padding: 5px;
  border: 1px solid #C6E3EC;
  text-align: center;
  font-size: 85%;
}

table.blue td:first-child, table.blue th:first-child {
  text-align: left;
}

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

table.blue td.category {
  font-weight: bold;
  color: #ffffff;
}

table.blue td.category.todokede {
  background: #00ad8b;
}

table.blue td.category.kenko {
  background: #e55397;
}

table.blue td.category.okane {
  background: #ef8205;
}

table.blue td.category.azukeru {
  background: #12aeeb;
}

table.blue td.category.manabu-dekakeru {
  background: #874797;
}

table.blue td.subcategory {
  font-weight: bold;
}

/*serviceCategory
-----------------------------------*/
#taxonomyServiceCate h3 {
  margin: 0 0 5px;
  padding: 0 10px;
  color: #fff;
  font-size: 100%; /*16px*/
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

#taxonomyServiceCate .inner {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
}

#taxonomyServiceCate .serviceItem.kenko,
#taxonomyServiceCate .serviceItem.okane,
#taxonomyServiceCate .serviceItem.manabu-dekakeru,
#taxonomyServiceCate .serviceItem.soudan,
#taxonomyServiceCate .serviceItem.byoin-kyukyu {
  margin-top: 0;
}

/*page
-----------------------------------*/
#servicePage {
  background: url(./img/img_paper_right.gif) right top no-repeat;
  line-height: 1;
}

#servicePage .inner {
  padding: 0 20px 20px;
  line-height: 1.5;
  border-left: 2px solid #009045;
  border-right: 2px solid #009045;
  border-bottom: 2px solid #009045;
  border-radius: 0 0 10px 10px;
  behavior: url(/js/PIE.htc);
}

* html #servicePage .inner {
  border-radius: none;
  behavior: url(/);
}

#servicePage #serviceTop {
  margin: 0 0 2em;
  overflow: hidden;
}

#servicePage #serviceTop #servicePoint {
  float: right;
  width: 270px;
  background: url(./img/bg_service_point.gif) center bottom no-repeat;
}

#servicePage #serviceTop #servicePoint table {
  width: 100%;
  background: url(./img/bg_service_point_top.gif) center top no-repeat;
}

#servicePage #serviceTop #servicePoint th {
  padding: 5px;
  width: 30px;
  text-align: center;
}

#content.fixedPage #servicePage .inner h2 {
  padding: 2px 0 2px 25px;
  font-size: 137%; /*22px*/
  color: #009045;
  background: url(./img/img_check.gif) left 2px no-repeat;
  border: none;
}

* html #content.fixedPage #servicePage .inner h2 {
  padding: 6px 0 2px 25px;
}

/*color*/
.black #servicePage .inner h2,
.blue #servicePage .inner h2 {
  color: #fff;
}

#servicePage .inner .catch {
  font-size: 100%; /*16px*/
  font-weight: bold;
}

#servicePage th, #servicePage dt {
  padding: 0 0 1em 0;
  width: 11em;
  font-weight: bold;
  vertical-align: top;
  color: #009045;
}

#servicePage dt {
  float: left;
}

#servicePage dd {
  margin: 0px 0px 0px 11em;
}

/*color*/
.black #servicePage .inner #serviceContent th,
.blue #servicePage .inner #serviceContent th {
  color: #fff;
}

#servicePage .inner #serviceContent td {
  padding: 0 0 1em 0;
}

#servicePage .inner dl {
  margin-bottom: 1.5em;
}

#servicePage .inner dt {
  float: left;
  font-weight: bold;
  color: #009045;
}

/*color*/
.black #servicePage .inner dt,
.blue #servicePage .inner dt {
  color: #fff;
}

#servicePage .relativeLink {
  margin: 30px 20px;
}

#servicePage .relativeLink a {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 0 0 5px 14px;
  background: url(./img/icons.gif) left 5px no-repeat;
  border-bottom: 1px solid #ccc;
}

/*archive
-----------------------------------*/
.arichivePost {
  overflow: hidden;
  margin: 0 0 1em;
}

.arichivePost .tn {
  float: left;
  border: 1px solid #e6e6e6;
}

.arichivePost .inner {
  margin: 0 0 0 165px;
}

/*change color*/
.default #wrapper {
  background-color: #fff;
}

.black #wrapper {
  background-color: black;
}

.black #wrapper,
.black #wrapper a,
.blue #wrapper,
.blue #wrapper a {
  color: #fff;
}

.black #wrapper #navi a,
.blue #wrapper #navi a {
  color: #147f42;
}

.yellow #wrapper {
  background-color: yellow;
}

.blue #wrapper {
  background-color: blue;
}

#wrapper.search {
  margin-top: 70px;
}

/*固定ページ
-----------------------------------*/
#content.fixedPage h2 {
  margin: 0 0 20px;
  padding-bottom: 5px;
  line-height: 1.2;
  color: #EC5C97;
  font-size: 200%;
  font-weight: normal;
  background: url(./img/bg_h2_fixedpage.png) left bottom repeat-x;
}

* html #content.fixedPage h2 {
  background: url(./img/bg_h2_fixedpage.gif) left bottom repeat-x;
}

#content.fixedPage h3 {
  margin: 40px 0 15px;
  padding: 5px 10px;
  color: #fff;
  background: #5AB7D5;
  border-radius: 5px;
}

#content.fixedPage h4 {
  margin: 20px 0 10px;
  font-size: 125%;
  color: #009045;
}

/*オススメ情報*/
#content.fixedPage .tn {
  margin: 0 1em 1em 0;
  float: left;
}

/*ママフレ特集*/
#useful {
  /* 	background: url(img/pic_boy.gif) right no-repeat; */
}

#useful ul {
  margin-bottom: 2em;
}

#useful ul li {
  margin: 0 0 0.5em;
  padding: 0 0 0 15px;
  background: url(./img/icons.gif) left 8px no-repeat;
}

/*保育サービスナビ*/
#hoikuServiceNavi .advice {
  padding: 0 155px 0 0;
  background: url(img/bg_mother_advice02.gif) right bottom no-repeat;
}

#hoikuServiceNavi dl {
  margin: 0 0 1.5em 0;
}

#hoikuServiceNavi .section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px #0094c3 dashed;
}

#hoikuServiceNavi h5 {
  margin-bottom: 10px;
  padding: 3px;
  font-size: 112.5%; /*18px*/
  background: #e5f9ff;
}

.black #hoikuServiceNavi h5,
.blue #hoikuServiceNavi h5 {
  background: #333;
}

#hoikuServiceNavi dl dt {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(./img/icons.gif) left -255px no-repeat;
}

#hoikuServiceNavi dl dd {
  margin: 0 0 5px 15px;
}

#hoikuServiceNavi dl dd.link {
  margin-top: 10px;
}

#hoikuServiceNavi #hoikuServicePlace dl {
  padding: 10px;
  border: 1px #a1d5e5 solid;
  border-radius: 5px;
  behavior: url(/js/PIE.htc);
}

#hoikuServiceNavi .checkPoint {
  margin: 10px 10px 20px;
  padding: 10px;
  background: #fffdf3;
  border: 1px #ffc600 solid;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

.black #hoikuServiceNavi .checkPoint,
.blue #hoikuServiceNavi .checkPoint {
  background: none;
}

/*子育てがつらいと思ったら*/
.bgPicMother {
  padding: 0 150px 0 0;
  background: url(img/pic_mother.gif) right top no-repeat;
}

.adviceTelList {
  margin: 30px 0 0;
  padding: 10px;
  border: 2px solid #009045;
  border-radius: 10px;
}

#content.fixedPage .adviceTelList h4 {
  margin: 0 0 15px;
  text-align: center;
  background: #00a73c;
  border-radius: 5px;
}

.adviceTelList dl {
  margin-bottom: 1.5em;
}

.adviceTelList dl dt {
  padding: 0 0 0 1em;
  background: url(./img/icons_disc.gif) left -320px no-repeat;
}

.adviceTelList dl dd {
  margin: 0 0 5px;
  padding: 0 0 0 2.1em;
  background: url(./img/icons.gif) left -530px no-repeat;
}

/*救急*/
#hospital #section00 .inner img {
  float: right;
}

#hospital #section00 ul {
  float: left;
}

#hospital .arrow02 {
  padding: 0 0 0 15px;
  background: url(./img/icons.gif) left -57px no-repeat;
}

#hospital .section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px #0094c3 dashed;
}

#hospital h5 {
  margin: 20px 0 10px;
  padding: 3px;
  font-size: 112.5%; /*18px*/
  background: #e5f9ff;
}

#hospital dl {
  margin: 0 0 1.5em 0;
}

#hospital dl dt {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(./img/icons.gif) left -57px no-repeat;
}

#hospital dl dd {
  margin: 0 0 5px 15px;
}

#hospital dl dd.link {
  margin: 10px 0 0 15px;
}

#hospital dl dd.tel {
  margin: 0 0 5px 15px;
  padding: 0 0 0 18px;
  background: url(./img/icons.gif) left -530px no-repeat;
}

#hospital ul.links li {
  margin: 0 0 0.5em;
  padding: 0 0 0 24px;
  background: url(./img/icons.gif) left -596px no-repeat;
}

#hospital dl dd dl dt {
  background: url(./img/icons.gif) left -255px no-repeat;
}

#hospital dl dd table {
  margin-top: 10px;
}

#hospital dl dd table th,
#hospital dl dd table td {
  padding: 3px 5px;
  border: 1px #b7dc87 solid;
}

#hospital dl dd table th {
  text-align: center;
  background: #cee9ac;
}

#hospital dl dd table td.weekday {
  background: #f5eac0;
}

#hospital dl dd table td.saturday {
  background: #b7dce8;
}

#hospital dl dd table td.holiday {
  background: #f0b4c3;
}

#hospital .pageTopText {
  margin: 2.5em 0;
}

/*妊娠出産・子育てに関する相談先*/
#advice .section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px #0094c3 dashed;
}

#advice #section00 {
  background: url(img/pic_mother.gif) right bottom no-repeat;
}

#advice dl {
  margin: 0 0 1.5em 0;
}

#advice #section01 dl {
  margin: 0 0 2em 0;
}

#advice dl dt {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(./img/icons.gif) left -255px no-repeat;
}

#advice dl dd {
  margin: 5px 0 0 15px;
}

#advice dl dd em {
  font-weight: bold;
  color: #009045;
}

#advice dl dd.tel {
  margin: 5px 0 0 15px;
  padding: 0 0 0 18px;
  background: url(./img/icons.gif) left -530px no-repeat;
}

#advice #section01 dl.area dd.tel {
  margin-bottom: 1.2em;
}

/*妊娠出産・子育てに関する施設・窓口へのリンク*/
#links ul#sectionLink {
  padding: 15px 150px 15px 0;
  background: url(img/pic_boy.gif) right bottom no-repeat;
  min-height: 130px;
}

* html #links ul#sectionLink {
  background: #fff url(img/pic_boy.gif) right bottom no-repeat;
  min-height: 130px;
}

#links ul li {
  margin: 0 0 0.5em;
  padding: 0 0 0 24px;
  background: url(./img/icons.gif) left -596px no-repeat;
}

#links ul.basicList li {
  padding: 0;
  background: none;
}

#links h5 {
  margin-bottom: 10px;
  font-size: 112.5%; /*18px*/
}

#links .pageTopText {
  margin: 2em 0;
}

/*ママフレナビ*/
#content.fixedPage #mamafreNavi h2 {
  float: left;
  margin: 0;
  color: #ec5c97;
  font-size: 200%; /*32px*/
  font-weight: normal;
  border: none;
  background: none;
}

#mamafreNaviHeader {
  overflow: hidden;
  margin: 0 0 20px;
  background: url(img/bg_h2_fixedpage.png) left bottom repeat-x;
}

* html #mamafreNaviHeader {
  background: url(img/bg_h2_fixedpage.gif) left bottom repeat-x;
}

#mamafreNaviHeader ul {
  /*float: right;
  margin: 10px 0 0;*/
  margin: 10px 0 0 230px;
}

#mamafreNaviHeader ul li {
  display: inline;
  padding: 0 6px 0 2px;
  font-size: 87.5%; /*14px*/
  border-right: 1px solid #003fff;
}

#mamafreNaviHeader ul li.last {
  border: none;
}

#content.fixedPage #mamafreNavi h3 {
  margin: 0 0 0 14px;
  padding: 2px 0 2px 33px;
  font-size: 175%; /*28px*/
  font-weight: normal;
  color: #0093c2;
  background: url(./img/icons.gif) left -181px no-repeat;
}

#content.fixedPage #mamafreNavi h5 {
  margin: 18px 0 2em 0;
  font-size: 100%; /*16px*/
  font-weight: normal;
  text-align: center;
  color: #0093c2;
}

#content.fixedPage #mamafreNavi h5.marginBottom7em {
  /* margin-bottom: 7em; */
}

#content.fixedPage #mamafreNavi h5.marginBottom6em {
  margin-bottom: 6em;
}

#content.fixedPage #mamafreNavi h5.marginBottom5em {
  /* margin-bottom: 5em; */
}

#mamafreNavi .timeLine .sixmonth {
  position: absolute;
  top: 150px;
}

#mamafreNavi .timeLine {
  background: url(img/bg_timeline.gif) left top repeat-y;
}

#mamafreNavi .timeLine .period {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 0;
}

* html #mamafreNavi .timeLine .period {
  width: 100%;
}

#mamafreNavi .timeLine .period h4 {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
}

#mamafreNavi .timeLine .month {
  float: left;
  padding: 0 0 0 70px;
}

#mamafreNavi .timeLine .inner {
  margin: 0 0 0 180px;
  padding: 18px 0 0;
}

#mamafreNavi .timeLine dl {
  margin: 0 0 1em 0;
}

#mamafreNavi dl.topic {
  padding: 10px 15px;
  border: 1px solid #0093c2;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

#mamafreNavi dl.topic dt {
  margin: 0 0 10px;
  padding: 5px 0 5px 33px;
  color: #0093c2;
  background: url(./img/icons.gif) left -181px no-repeat;
}

#mamafreNavi .advice {
  padding-left: 85px;
  background: url(img/bg_mother_advice.gif) left top no-repeat;
}

#mamafreNavi .advice dl {
  padding: 10px 15px;
  border: 1px dashed #eb5b96;
  border-radius: 10px;
  behavior: url(/js/PIE.htc);
}

#mamafreNavi .advice dl dt {
  margin: 0 0 10px;
  color: #eb5b96;
}

/*小児救急電話相談*/
#content.fixedPage dl.contactTime {
  overflow: hidden;
  margin: 1em 0 2em 0;
  padding: 5px;
  border: 1px solid #c9e9f3;
  /*background: #f0f9fc;*/
}

#content.fixedPage dl.contactTime dt {
  float: left;
}

#content.fixedPage dl.contactTime dd {
  margin: 0 0 0 100px;
}

/*当サイトの利用について*/
#content.fixedPage #about h5 {
  margin: 10px 0;
  font-size: 112.5%; /*18px*/
}

#about .message {
  background: url(img/bg_mother_advice.gif) right bottom no-repeat;
}

* html #about .message {
  border: 1px #fff solid;
}

/*利用規約*/
#kiyaku .day {
  text-align: right;
}

#kiyaku ol {
  margin: 0 0 0 30px;
}

#kiyaku ol li {
  margin: 0 0 0.5em 0;
  list-style-type: decimal;
}

#kiyaku ol li ol {
  margin: 0.5em 0 0 1em;
}

#kiyaku ol li ol li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
}

#kiyaku #fusoku {
  margin-top: 30px;
  border-top: 3px #0094c3 dashed;
}

#content.fixedPage #fusoku h4 {
  margin-top: 10px;
}

/*お探しの情報が見つかりません*/
#notfound {
  padding: 20px 0 0;
  text-align: center;
  color: #ccc;
  height: 470px; /*490px*/
  background: url(img/bg_404.jpg) right top no-repeat;
}

#notfound h2 {
  color: #fff;
}

#notfoundInner {
  position: relative;
  height: 490px;
  background: url(img/bg_404_map.png) left bottom no-repeat;
}

* html #notfoundInner {
  background: url(img/bg_404_map.gif) left bottom no-repeat;
}

#notfoundInner ul {
  position: absolute;
  left: 62px;
  top: 190px;
  width: 300px;
  text-align: left;
}

#notfoundInner ul li {
  padding-left: 25px;
  margin: 0 0 12px;
}

#notfoundInner ul li.home {
  background: url(img/404/icons_404.gif) left top no-repeat;
}

#notfoundInner ul li.previous {
  background: url(img/404/icons_404.gif) left -80px no-repeat;
}

#notfoundInner ul li.sitemap {
  background: url(img/404/icons_404.gif) left -160px no-repeat;
}

#notfoundInner ul li.mail {
  background: url(img/404/icons_404.gif) left -240px no-repeat;
}

/*コメントアウトの調整*/
#links ul p,
#hoikuServiceNavi dl p {
  margin: 0;
}

/*更新関連
-----------------------------------*/
/*ファミリー・サポート・センター*/
#familySupport .section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px #0094c3 dashed;
}

#familySupport dl dt {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(img/icon_circle01.png) left center no-repeat;
}

* html #familySupport dl dt {
  background: url(img/icon_circle01.gif) left center no-repeat;
}

#familySupport dl dd {
  margin: 0 0 1.5em 15px;
}

/*-------------------------------------*/
/*法律講座*/
#lawcourse .law_arrow {
  font-size: small;
  margin: 0 0 0px 30px;
  padding: 0 0 0 13px;
  background: url(/wp-content/uploads/2013/08/law_arrow2.png) left center no-repeat;
}

#lawcourse .section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px #0094c3 dashed;
}

#lawcourse dl {
  margin: 0 0 1em 0;
}

#lawcourse dl dt {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(img/icon_circle01.png) left center no-repeat;
}

* html #lawcourse dl dt {
  background: url(img/icon_circle01.gif) left center no-repeat;
}

#lawcourse dl dd {
  margin: 0 0 10px 15px;
}

#lawcourse .annotation {
  font-size: small;
  padding: 15px 20px 15px 20px;
  color: #444444;
}

#lawcourse table {
  margin: 20px 0;
  font-size: 85%;
}

#lawcourse table td {
  border: thin #444444 solid;
  padding: 5px 5px 5px 5px;
  color: #444444;
}

#lawcourse table th {
  border: thin #444444 solid;
  background-color: #dceaf8;
  padding: 5px 5px 5px 5px;
  color: #444444;
  font-weight: bold;
}

#lawcourse .wmlinks {
  width: 100%;
  margin: 30px 0px 0px 0px;
  font-size: 85%;
  font-color: #444444;
  border: hidden;
}

#lawcourse .wmlinks td {
  border: hidden;
  width: 34%;
}

#lawcourse .wmlinks a {
  text-decoration: none;
}

/*------------------------------------------------
        施設情報
------------------------------------------------*/
#content #facility h2,
#content.fixedPage #facility h2 {
  margin: 0 0 10px;
  border-bottom: 1px dashed #009045;
  background: none;
  color: #009045;
  font-weight: bold;
  font-size: 137.5%;
}

#facility .areaList {
  margin-bottom: 1.5em;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

#facility .areaList span {
  display: block;
  float: left;
  margin-right: 10px;
}

#facility .areaList ul {
  float: left;
}

#facility .areaList li {
  display: inline;
}

#facility .areaList li a {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}

#facilityList {
  width: 100%;
  margin-bottom: 1em;
}

#facilityList th,
#facilityList td {
  padding: 5px;
  border: 1px solid #C6E3EC;
  text-align: center;
  font-size: 85%;
}

#facilityList th {
  background-color: #64B2CB;
  color: #fff;
}

#facilityList .facilityName {
  display: block;
}

#facilityList .facilityLink {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  padding: 0 0 0 12px;
  background: url(./img/icon_arrow01.gif) left 8px no-repeat;
}

#facilityList tr.even td {
  background-color: #EBF2D9;
}

#facilityList td a.have,
#facilityList td a.undefined,
#facilityList td a.none {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(./img/icon_ox.png) no-repeat;
}

#facilityList td a.have {
  background-position: left top;
}

#facilityList td a.none {
  background-position: -30px top;
}

#facilityList td a.undefined {
  background-position: -60px top;
}

#facilityList th.child1 {
  width: 100px;
}

#facilityList td:first-child {
  text-align: left;
}

#facilityList tbody td span {
  display: none;
}

#facility .pageTop {
  font-size: 75%;
}

@media only screen and (max-width: 700px) {
  #facilityList thead {
    display: none;
  }
  #facilityList tbody tr {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  #facilityList tbody td {
    display: list-item;
    width: auto;
    margin-left: 20px;
    padding: 2px;
    border: none;
    text-align: left;
  }
  #facilityList .facilityName {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #64B2CB;
    font-weight: bold;
    color: #fff;
  }
  #facilityList .facilityLink {
    display: block;
  }
  #facilityList tbody td:first-child,
  #facilityList tbody tr.even td:first-child {
    display: block;
    margin-left: 0;
    padding: 5px;
    background-color: none;
  }
  #facilityList tr.even td {
    background-color: transparent;
  }
  #facilityList tbody td span {
    display: inline;
  }
  #facilityList td a.have,
  #facilityList td a.undefined,
  #facilityList td a.none {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    background: none;
  }
  /*IE9*/
  .ie9 #facilityList tbody td {
    width: auto;
    margin-left: 0;
    padding: 5px;
    border: 1px solid #ccc;
  }
  .ie9 #facilityList tr.even td {
    background-color: #EBF2D9;
  }
  .ie9 #facilityList .facilityName {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    color: #333;
  }
  .ie9 #facilityList .facilityLink {
    display: none;
  }
}
/*single page*/
#content.fixedPage h2.facilityTtl {
  background: none;
  border-bottom: 1px dashed #009045;
  font-size: 150%;
  font-weight: bold;
}

#content.fixedPage .facilityInfo h4 {
  float: left;
  margin: 0;
  font-size: 112.5%;
}

.facilityInfo .inner {
  margin-left: 5em;
  padding-top: 2px;
}

.facilityTable {
  width: 100%;
  margin-bottom: 20px;
}

.facilityTable th,
.facilityTable td {
  padding: 5px;
  text-align: left;
}

.facilityTable th {
  width: 11em;
  vertical-align: top;
}

.facilityTable th.hasBg {
  border: 1px solid #C6E3EC;
  background-color: #64B2CB;
  color: #fff;
}

.facilityTable td.hasBorder {
  border: 1px solid #C6E3EC;
}

#content.fixedPage .facilityTable th h4 {
  margin: 0;
}

.facilityTable dl {
  overflow: hidden;
}

.facilityTable dl dt {
  float: left;
}

.facilityTable dl dd {
  margin: 0 0 5px 4.5em;
}

.linkMap {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}

.simplemap {
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ie #simplemap,
.ie .linkMap {
  display: none;
}

.historyback {
  margin-bottom: 1em;
  font-size: 87.5%;
}

.historyback a {
  padding: 0 0 0 20px;
  background: url(./img/icon_reverse.gif) left 4px no-repeat;
}

@media only screen and (max-width: 700px) {
  .facilityTable tbody tr {
    display: block;
    margin-bottom: 1em;
  }
  .facilityTable tbody tr.hasHeading {
    margin-bottom: 0;
  }
  .facilityTable tbody th {
    display: block;
    width: auto;
  }
  .facilityTable tbody th.hasBg {
    background-color: #64B2CB;
    border: none;
  }
  .facilityTable tbody td.hasBorder {
    border: none;
  }
}
#content #nursery h2,
#content.fixedPage #nursery h2 {
  margin: 0 0 10px;
  border-bottom: 1px dashed #009045;
  background: none;
  color: #009045;
  font-weight: bold;
  font-size: 137.5%;
}

#content.fixedPage #nursery h3 {
  margin-bottom: 0;
  padding: 0;
  background: none;
  color: #333;
}

#nursery .areaList {
  margin-bottom: 1.5em;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

#nursery .areaList span {
  display: block;
  float: left;
  margin-right: 10px;
}

#nursery .areaList ul {
  float: left;
}

#nursery .areaList li {
  display: inline;
}

#nursery .areaList li a {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}

#nursery .nurseryCaption {
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: right;
  font-size: 75%;
}

#nurseryList {
  width: 100%;
  /*margin-top: -5px;*/
  margin-bottom: 1em;
}

#nurseryList th,
#nurseryList td {
  padding: 5px;
  border: 1px solid #C6E3EC;
  text-align: center;
  font-size: 85%;
}

#nurseryList th {
  background-color: #64B2CB;
  color: #fff;
}

#nurseryList .nurseryArea {
  font-size: 87.5%;
}

#nurseryList .nurseryName {
  display: block;
}

#nurseryList .nurseryLnik {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  padding: 0 0 0 12px;
  background: url(./img/icon_arrow01.gif) left 8px no-repeat;
}

#nurseryList tr.even td {
  background-color: #EBF2D9;
}

#nurseryList td a.have {
  background-position: left top;
}

#nurseryList td a.none {
  background-position: -30px top;
}

#nurseryList th.child1 {
  width: 100px;
}

#nurseryList td:first-child {
  text-align: left;
}

#nurseryList tbody td span {
  display: none;
}

#nursery .pageTop {
  font-size: 75%;
}

@media only screen and (max-width: 700px) {
  #nurseryList thead {
    display: none;
  }
  #nurseryList tbody tr {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  #nurseryList tbody td {
    display: list-item;
    width: auto;
    margin-left: 20px;
    padding: 2px;
    border: none;
    text-align: left;
  }
  #nurseryList .nurseryName {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #64B2CB;
    font-weight: bold;
    color: #fff;
  }
  #nurseryList .nurseryLnik {
    display: block;
  }
  #nurseryList tbody td:first-child,
  #nurseryList tbody tr.even td:first-child {
    display: block;
    margin-left: 0;
    padding: 5px;
    background-color: none;
  }
  #nurseryList tr.even td {
    background-color: transparent;
  }
  #nurseryList tbody td span {
    display: inline;
  }
  #nurseryList td a.have,
  #nurseryList td a.none {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    background: none;
  }
  /*IE9*/
  .ie9 #nurseryList tbody td {
    width: auto;
    margin-left: 0;
    padding: 5px;
    border: 1px solid #ccc;
  }
  .ie9 #nurseryList tr.even td {
    background-color: #EBF2D9;
  }
  .ie9 #nurseryList .nurseryName {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    color: #333;
  }
  .ie9 #nurseryList .nurseryLnik {
    display: none;
  }
}
/*single page*/
#content.fixedPage h2.nurseryTtl {
  background: none;
  border-bottom: 1px dashed #009045;
  font-size: 150%;
  font-weight: bold;
}

#content.fixedPage .nurseryInfo h4 {
  float: left;
  margin: 0;
  font-size: 112.5%;
}

.nurseryInfo .inner {
  margin-left: 5em;
  padding-top: 2px;
}

.nurseryTable {
  width: 100%;
  margin-bottom: 20px;
}

.nurseryTable th,
.nurseryTable td {
  padding: 5px;
  text-align: left;
}

.nurseryTable th {
  width: 11em;
  vertical-align: top;
}

.nurseryTable th.hasBg {
  border: 1px solid #C6E3EC;
  background-color: #64B2CB;
  color: #fff;
}

.nurseryTable td.hasBorder {
  border: 1px solid #C6E3EC;
}

#content.fixedPage .nurseryTable th h4 {
  margin: 0;
}

.nurseryTable dl {
  overflow: hidden;
}

.nurseryTable dl dt {
  float: left;
}

.nurseryTable dl dd {
  margin: 0 0 5px 4.5em;
}

.nurseryTable .nurseryUrl {
  -ms-word-break: break-all;
  word-break: break-all;
}

.linkMap {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}

.simplemap {
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ie #simplemap,
.ie .linkMap {
  display: none;
}

.historyback {
  margin-bottom: 1em;
  font-size: 87.5%;
}

.historyback a {
  padding: 0 0 0 20px;
  background: url(./img/icon_reverse.gif) left 4px no-repeat;
}

@media only screen and (max-width: 700px) {
  .nurseryTable tbody tr {
    display: block;
    margin-bottom: 1em;
  }
  .nurseryTable tbody tr.hasHeading {
    margin-bottom: 0;
  }
  .nurseryTable tbody th {
    display: block;
    width: auto;
  }
  .nurseryTable tbody th.hasBg {
    background-color: #64B2CB;
    border: none;
  }
  .nurseryTable tbody td.hasBorder {
    border: none;
  }
}
#bbsrulebutton {
  color: white;
  line-height: 80px;
  text-align: center;
  background: #007DC9;
  border: solid 0px white;
  border-radius: 5px;
  padding: 10px 20px;
}

#usage ol {
  margin: 0 0 0 30px;
}

#usage ol li {
  margin: 0 0 0.5em 0;
  list-style-type: decimal;
}

#usage ol li ol {
  margin: 0.5em 0 0 1em;
}

#usage ol li ol li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
}

/*掲示版表示*/
.comment-body {
  width: 100%;
}

textarea {
  width: 90%;
}

.children {
  margin-left: 30px;
}

#baloon_wrapper {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  display: none;
}

#baloon_wrapper.hidden {
  animation: hide 0.3s both;
  opacity: 0;
}

#baloon_wrapper.showing {
  animation: show 0.3s both;
  opacity: 1;
  border-width: 1px;
  display: block;
  background-color: #FF8C00;
  z-index: 99999;
}

#baloon {
  font-weight: bold;
  color: #fff;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
form.input_form {
  margin: auto;
  text-align: center;
}

form.input_form div.line {
  padding: 0px;
  clear: both;
}

div.inline_block {
  display: inline-block;
}

.field {
  text-align: right;
  width: 170px;
  display: inline-block;
}

.field_label {
  font-size: 120%;
}

.field_input {
  text-align: left;
  width: 220px;
  display: inline-block;
}

form.input_form div.error {
  height: auto;
}

form.input_form div.error p {
  font-size: 80%;
  color: #ff0000;
  font-weight: bold;
  margin: 0px;
}

form.input_form input {
  font-size: 120%;
}

form.input_form div.submit input {
  font-size: 150%;
}

span.sunday {
  color: #ff0000;
}

span.saturday {
  color: #0000ff;
}

table.event td, table.event th {
  text-align: left;
}

span.required {
  color: #ff0000;
  font-size: 120%;
}

div.privacy_policy {
  max-width: 480px;
  margin: auto;
}

div.privacy_policy p {
  font-size: 80%;
  margin: 10px;
}

ul.disc {
  list-style-type: disc;
}

ul.decimal {
  list-style-type: decimal;
}

#content.fixedPage #side h2 span {
  color: #f04070;
  font-weight: bold;
  font-size: 80%;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
}

#content.fixedPage #side h2 {
  margin-bottom: 10px;
  background: #ffffff;
  font-size: 1.5em;
}

#side h2 span {
  color: #f04070;
  font-weight: bold;
  font-size: 80%;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
}

#side h2 {
  margin-bottom: 10px;
  background: #ffffff;
  font-size: 1.5em;
}

@media print {
  body {
    width: 1100px;
    -webkit-print-color-adjust: exact;
  }
}
dl.nursery-hours dd {
  margin: 0 0 5px 9.5em;
}

/*circle*/
#content.fixedPage .circle_list h2 {
  color: #f04070;
  font-size: 20pt;
  font-weight: bold;
  padding: 8px 0 8px 0;
  letter-spacing: 0.4px;
  margin: 0;
  background: none;
  border-bottom: 1px dashed #009045;
  margin-bottom: 20px;
}

#content.fixedPage .circle_list h3 {
  color: #333;
  font-size: 13pt;
  font-weight: bold;
  padding: 14px 0 4px 0;
  letter-spacing: 0.4px;
  margin: 0;
  background: none;
  text-decoration: underline;
}

.circle_abstract {
  width: 50%;
  float: left;
  min-height: 77px;
}

.circle_abstract p {
  font-size: 11pt;
}

.circle_abstract img {
  float: left;
  margin: 10px 10px 0 8px;
  width: 60px;
  height: 60px;
  border-radius: 48px;
}

#content.fixedPage .circle h3 {
  color: #f04070;
  font-size: 14pt;
  font-weight: bold;
  background: none;
  margin: 8px 0;
  padding: 0;
}

#content.fixedPage .circle_abstract h4 {
  color: #333;
  font-size: 13pt;
  font-weight: bold;
  padding: 8px 0 4px 0;
  letter-spacing: 0.4px;
  margin: 0;
  background: none;
  text-decoration: underline;
}

.circle_activity_pager {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}

.circle_detail img {
  float: left;
  margin: 10px 10px 0 8px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
}

#content.fixedPage .circle_detail h2 {
  color: #f04070;
  font-size: 20pt;
  font-weight: bold;
  padding: 8px 0 0 0;
  letter-spacing: 0.4px;
  margin: 0;
  background: none;
}

#content.fixedPage .circle_detail h3 {
  color: #f04070;
  font-size: 14pt;
  font-weight: bold;
  background: none;
  margin: 8px 0;
  padding: 0;
}

.circle_detail p {
  margin-top: 10px;
}

.circle_url {
  margin-bottom: 20px;
}

.circle_detail_explanation {
  border-bottom: 1px dashed #009045;
  margin-bottom: 20px;
  min-height: 140px;
}

.circle_activity_pager {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}

.circle_activity_pager a {
  margin-right: 20px;
}

.circle_page_menu {
  width: 100%;
  overflow: auto;
}

.circle_page_menu a {
  margin-right: 20px;
}

.circle_article {
  font-size: 13pt;
  line-height: 1.8;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
  padding: 0 10px;
}

.circle_blog {
  width: 100%;
  padding: 0 10px;
  overflow: auto;
  border-bottom: 1px dashed #009045;
  margin-bottom: 20px;
}

.circle_image_small {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  float: left;
  margin-left: 20px;
}

.circle_name {
  float: left;
  margin-top: 8px;
  font-weight: bold;
  margin-left: 12px;
  text-decoration: underline;
}

.circle_date {
  font-size: 12pt;
  float: left;
  margin-top: 8px;
}

#content.fixedPage h2#blog_top {
  color: #ec5c96;
  font-weight: bold;
  font-size: 20pt;
  background: none;
}

.get_circle_list {
  width: 100%;
  overflow: auto;
}

.get_circle_list a {
  float: right;
  background-color: #568bff;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .get_circle_list a {
    margin: 10px auto 20px;
  }
}
.circle_abstract_wrapper {
  width: 78%;
  overflow: auto;
}

.circle_img_wrapper {
  width: 20%;
  overflow: auto;
  float: left;
}

@media screen and (max-width: 768px) {
  .circle_abstract img {
    float: left;
    margin: 10px 5px 0 0px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .circle_abstract {
    width: 100%;
    border-bottom: solid #f7f7f7 1px;
  }
  #content.fixedPage .circle_list h3 {
    font-size: 11pt;
  }
  #content.fixedPage .circle_list h2 {
    font-size: 14pt;
  }
  .circle_abstract p {
    font-size: 11pt;
  }
  .circle_page_menu a {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .circle_page_menu {
    margin: 15px 0;
  }
  .circle_activity_pager {
    text-align: center;
    margin: 30px 0;
  }
  .circle_detail img {
    /*float: left;
    margin: 10px 10px 10px 0;*/
    width: 96px;
    height: 96px;
    border-radius: 48px;
    margin: auto;
    float: none;
  }
  .circle_detail p {
    clear: both;
    margin-top: 10px;
    font-size: 11pt;
  }
  #content.fixedPage .circle_detail h2 {
    font-size: 16pt;
    padding-top: 16px;
    text-align: center;
  }
  #content.fixedPage h2#blog_top {
    font-size: 14pt;
    margin-bottom: 0;
    margin-left: 0;
  }
  .circle_date {
    font-size: 10pt;
    width: 100%;
    text-align: right;
  }
  .circle_blog {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #009045;
    margin-bottom: 20px;
  }
  .circle_image_small {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-left: 0;
  }
  .circle_name {
    margin-top: 3px;
    font-size: 10pt;
    margin-bottom: 12px;
  }
  .circle_article {
    font-size: 11pt;
  }
  #content.fixedPage .circle_abstract h4 {
    font-size: 11pt;
    padding: 8px 0 4px 0;
  }
  .get_circle_list {
    padding: 15px 0;
  }
  #content.fixedPage .circle h2 {
    font-size: 18pt;
    font-weight: bold;
    background: none;
    margin: 0 0 5px;
  }
  .circle_abstract_wrapper {
    width: 75%;
  }
  .circle_img_wrapper {
    width: 24%;
  }
  .circle_detail_explanation > .circle_abstract_wrapper {
    width: 100%;
  }
  .circle_detail_explanation > .circle_img_wrapper {
    width: 100%;
    text-align: center;
    float: none;
  }
}
div.update-nag {
  display: none;
}

span#footer-thankyou {
  display: none;
}

p#footer-upgrade {
  display: none;
}

p#wp-version-message {
  display: none;
}

li#wp-admin-bar-updates {
  display: none;
}

li#wp-admin-bar-updates {
  display: none;
}

li#wp-admin-bar-wp-logo {
  display: none;
}

li#wp-admin-bar-customize {
  display: none;
}

.sns-plugin.sidebar {
  display: block;
}
.sns-plugin.sidebar > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 0 10px;
}

.sns-plugin {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sns-plugin > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  display: -ms-flexbox;
  -ms-flex-pack: flex-end;
}
.sns-plugin a {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 5px;
}
.sns-plugin a.twitter {
  background-image: url("/img/share_twitter_2x.png");
  background-size: 44px 44px;
}
.sns-plugin a.facebook {
  background-image: url("/img/share_facebook_2x.png");
  background-size: 44px 44px;
}
.sns-plugin a.line {
  background-image: url("/img/share_line_2x.png");
  background-size: 44px 44px;
}

@media screen and (max-width: 767px) {
  .sns-plugin {
    align-items: center;
    justify-content: center;
  }
  .sns-plugin a {
    width: 48px;
    height: 48px;
    margin: 0 10px;
  }
  .sns-plugin a.twitter {
    background-size: 48px 48px;
  }
  .sns-plugin a.facebook {
    background-size: 48px 48px;
  }
  .sns-plugin a.line {
    background-size: 48px 48px;
  }
}
/* なんかの共通 */
header {
  display: block;
  width: 1180px;
  margin: auto;
  overflow: hidden;
}
body.mobile header {
  position: fixed;
  z-index: 999;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  background-color: #c3ecc0;
  box-shadow: 0px 3px 6px rgba(29, 107, 165, 0.3);
}
@media screen and (orientation: portrait) {
  body.tablet header {
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    background-color: #c3ecc0;
    box-shadow: 0px 3px 6px rgba(29, 107, 165, 0.3);
  }
}
@media screen and (orientation: landscape) {
  body.tablet header {
    width: 990px;
    min-width: 990px;
  }
}

#headerLeft {
  flex: 1;
  display: flex;
  align-items: center;
}
body.mobile #headerLeft {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #headerLeft {
    display: none;
  }
}
#headerLeft a {
  display: block;
  width: 100%;
  height: 100%;
}

#city_logo {
  background: url("./img/city_logo@2x.png") center center no-repeat;
  background-size: 120px 42px;
  width: 120px;
  height: 42px;
  flex: none;
}

#main_logo {
  background: url("./img/bg_header@2x.png") center center no-repeat;
  background-size: 512px 132px;
  width: 512px;
  height: 132px;
  flex: none;
  align-self: flex-end;
}
@media screen and (orientation: landscape) {
  body.tablet #main_logo {
    width: 400px;
    height: 103px;
    background-size: 400px 103px;
  }
}

#newmama_header #header {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
  height: auto;
  display: flex;
}
body.mobile #newmama_header #header {
  background: url("./img/bg_header_mobile@2x.png") bottom no-repeat;
  background-size: 246px 48px;
  height: 48px;
  align-items: center;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama_header #header {
    background: url("./img/bg_header_mobile@2x.png") bottom no-repeat;
    background-size: 246px 48px;
    height: 48px;
    align-items: center;
  }
}
#newmama_header #header ul.navi {
  padding: 0;
  clear: none;
  margin: 6px;
}
#newmama_header #header .searchbox {
  width: 66%;
  align-self: flex-end;
  float: none;
}
#newmama_header #header ul.loginbar {
  padding: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#newmama_header #headerRight {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
body.mobile #newmama_header #headerRight {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama_header #headerRight {
    display: none;
  }
}
body.mobile #newmama_header #mobile_logo {
  width: 100%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama_header #mobile_logo {
    width: 100%;
    height: 100%;
  }
}
#newmama_header #mobile_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#newmama_header #logo {
  float: none;
  clear: none;
  flex: 1;
}
body.mobile #newmama_header #logo {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama_header #logo {
    display: none;
  }
}

body.mobile a#mamafreTopLinkPC {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet a#mamafreTopLinkPC {
    display: none;
  }
}

#utility_tools {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}

#accessibility_tools {
  flex: 1;
}
#accessibility_tools > div {
  display: flex;
  flex-direction: row;
  height: 28px;
  align-items: center;
  margin: 6px;
}
#accessibility_tools label {
  flex: 1;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}
#accessibility_tools ul {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#search_tool {
  position: relative;
  margin-right: 2px;
}
#search_tool input[type=image] {
  display: none;
}
#search_tool form {
  margin: 0;
}
#search_tool input.word {
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 0px 0px 0px 30px;
  font-size: 14px;
  height: 36px;
  background-image: none;
}
#search_tool input.word:focus {
  box-shadow: 0px 0px 0px 2px #22a8fc;
  outline: none;
  border-color: #22a8fc;
}
#search_tool form::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/img/search.svg");
  background-size: 24px 24px;
  position: absolute;
  top: 6px;
  left: 4px;
}

#bgChange a {
  display: block;
  width: 24px;
  height: 24px;
  border: solid 1px #333;
  border-radius: 50%;
  margin: 0 5px;
  box-sizing: border-box;
}
#bgChange .current a {
  border: solid 2px #22a8fc;
}
#bgChange .setDefault {
  background-color: #fff;
}
#bgChange .setBlue {
  background-color: #0000ff;
}
#bgChange .setYellow {
  background-color: #ffff00;
}
#bgChange .setBlack {
  background-color: #000;
}

#sizeChange a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#sizeChange .current a {
  background-color: #22a8fc;
  font-weight: bold;
  border: solid 2px #fff;
  color: #fff;
}
#sizeChange .setSmall {
  font-size: 12px;
}
#sizeChange .setMidium {
  font-size: 16px;
}
#sizeChange .setLarge {
  font-size: 20px;
}

#headerRight ul.loginbar li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  margin-top: 4px;
}
#headerRight ul.loginbar li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
#headerRight ul.loginbar li.setting::before {
  background-image: url("/img/mini_setting.svg");
  background-size: 20px 20px;
}
#headerRight ul.loginbar li.mail::before {
  background-image: url("/img/mini_mail.svg");
  background-size: 20px 20px;
}
#headerRight ul.loginbar li.logout::before {
  background-image: url("/img/mini_logout.svg");
  background-size: 20px 20px;
}
#headerRight ul.loginbar a {
  color: #383d42;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
}

body {
  background-color: #c3ecc0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

body.mobile {
  padding: 48px 0 0;
}

body.mobile.app {
  padding: 0;
  background-color: #fff;
}
body.mobile.app #newmama #contentInner {
  padding-bottom: 48px;
}

@media screen and (orientation: portrait) {
  body.tablet {
    padding: 48px 0 0;
  }
}

main {
  display: block;
  width: 1180px;
  min-width: 1180px;
  margin: auto;
}
body.mobile main {
  margin: 0;
  width: 100%;
  min-width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet main {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (orientation: landscape) {
  body.tablet main {
    width: 990px;
    min-width: 990px;
  }
}

body.mobile main#newmama.top #contentInner {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
@media screen and (orientation: portrait) {
  body.tablet main#newmama.top #contentInner {
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
}

/*行政サービス年齢別*/
body.mobile #content.service-target_age #contentInner > p {
  padding: 10px;
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #content.service-target_age #contentInner > p {
    padding: 10px;
    margin: 0;
  }
}

body.mobile main#newmama.top #content h2 {
  margin: 0;
  padding: 10px;
  background-color: #fff;
}
@media screen and (orientation: portrait) {
  body.tablet main#newmama.top #content h2 {
    margin: 0;
    padding: 10px;
    background-color: #fff;
  }
}
body.mobile main#newmama.top #content h2 a {
  color: #f75286;
}
@media screen and (orientation: portrait) {
  body.tablet main#newmama.top #content h2 a {
    color: #f75286;
  }
}

body.mobile #newmama #container.kiyaku footer {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #container.kiyaku footer {
    display: none;
  }
}
#newmama #container.kiyaku #bottomBanner {
  display: none;
}
#newmama #content {
  margin: 0;
  width: 72%;
}
body.desktop #newmama #content {
  margin: 0 0 10px;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #content {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 1025px) {
  #newmama #content {
    width: 100%;
  }
}
#newmama #content.kiyaku {
  width: 100%;
}
body.mobile #newmama #content.kiyaku {
  padding-bottom: 50px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.kiyaku {
    padding-bottom: 50px;
  }
}
#newmama #content.map {
  width: 100%;
}
#newmama #content h2 {
  border-bottom: solid 1px #eee;
  padding-bottom: 4px;
  background: none;
  font-size: 1.75rem;
  color: #EC5C97;
  font-weight: normal;
  line-height: 1.5;
}
body.mobile #newmama #content h2 {
  padding: 8px;
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content h2 {
    padding: 8px;
    font-size: 1.5rem;
  }
}
#newmama #content h2 a {
  display: block;
}
body.mobile #newmama #content h2 a {
  font-size: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content h2 a {
    font-size: 100%;
  }
}
#newmama #contentInner {
  margin: 0;
}
body.mobile #newmama #contentInner {
  background-color: #fff;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #contentInner {
    background-color: #fff;
  }
}
#newmama #contentInner > div {
  padding: 16px 8px;
  box-sizing: border-box;
}
#newmama #contentInner #servicePage {
  padding: 0;
}
#newmama #contentInner.service {
  padding: 16px;
}
#newmama #wrapper {
  box-shadow: 0px 3px 6px rgba(29, 107, 165, 0.2);
  border-radius: 15px;
  overflow: auto;
  margin: 10px 0 30px;
  padding: 25px 40px;
}
body.mobile #newmama #wrapper {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #wrapper {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

#newmama_header #headerRight {
  position: relative;
}
body.mobile #newmama_header #headerRight ul.navi {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama_header #headerRight ul.navi {
    display: none;
  }
}

.searchbox {
  width: 30%;
  float: right;
}
body.mobile .searchbox {
  width: 90%;
  margin: 0 5%;
  padding: 20px 0;
  float: none;
}
@media screen and (orientation: portrait) {
  body.tablet .searchbox {
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
    float: none;
  }
}

ul.loginbar {
  position: relative;
  padding: 20px 0;
  font-weight: bold;
}
ul.loginbar a {
  color: #0071b5;
}

#content h2 a {
  text-decoration: none;
  color: #EC5C97;
}

#pages {
  font-weight: bold;
  font-size: 112.5%;
  padding: 0 20px;
  margin: 30px 0;
  display: flex;
}
body.mobile #pages {
  padding: 20px;
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #pages {
    padding: 20px;
    margin: 0;
  }
}
#pages div {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#pages div:first-child {
  justify-content: flex-start;
}
#pages div a {
  color: #fff;
  background-color: #60bfeb;
  text-decoration: none;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
#pages div a:hover {
  background-color: #45b0e2;
}

#recommend_pagination {
  display: flex;
  flex-direction: row;
  margin: 20px auto;
  justify-content: center;
}
body.mobile #recommend_pagination {
  margin: 20px auto 0;
}
@media screen and (orientation: portrait) {
  body.tablet #recommend_pagination {
    margin: 20px auto 0;
  }
}
#recommend_pagination .page-numbers {
  background-color: #60bfeb;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 112.5%;
  border-radius: 50%;
  margin: 0 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.mobile #recommend_pagination .page-numbers {
  width: 36px;
  height: 36px;
  font-size: 80%;
}
@media screen and (orientation: portrait) {
  body.tablet #recommend_pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 80%;
  }
}
#recommend_pagination .page-numbers.current {
  background: #c9c9c9;
}
#recommend_pagination .page-numbers.next {
  width: 140px;
  border-radius: 10px;
}
body.mobile #recommend_pagination .page-numbers.next {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #recommend_pagination .page-numbers.next {
    display: none;
  }
}
#recommend_pagination .page-numbers.prev {
  width: 140px;
  border-radius: 10px;
}
body.mobile #recommend_pagination .page-numbers.prev {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #recommend_pagination .page-numbers.prev {
    display: none;
  }
}
#recommend_pagination .page-numbers.dots {
  background-color: transparent;
  color: #575757;
}

p {
  font-size: 93.75%;
}

body.mobile #newmama #content.fixedPage h2 {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.fixedPage h2 {
    margin: 0;
  }
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.fixedPage h2 {
    margin: 0;
  }
}

body.mobile #newmama #content h2 {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content h2 {
    margin: 0;
  }
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content h2 {
    margin: 0;
  }
}

body.mobile #newmama #content.fixedPage #contentInner #serviceTop h2 {
  font-size: 125%;
  padding: 2px 0 2px 25px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.fixedPage #contentInner #serviceTop h2 {
    font-size: 125%;
    padding: 2px 0 2px 25px;
  }
}

.arrow-link {
  margin: 20px 0 0 0;
}
body.mobile .arrow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (orientation: portrait) {
  body.tablet .arrow-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
body.mobile .arrow-link a.arrow {
  background: none;
  padding: 0;
  text-align: center;
  font-size: 87.5%;
  text-decoration: none;
  color: #018cff;
  font-weight: bold;
}
@media screen and (orientation: portrait) {
  body.tablet .arrow-link a.arrow {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 87.5%;
    text-decoration: none;
    color: #018cff;
    font-weight: bold;
  }
}

#content .service_notes h3,
#newmama #content .pickup h3 {
  color: #f04070;
  font-size: 112.5%;
  padding: 4px 0 0 0;
  letter-spacing: 0.4px;
  margin: 0;
  background: none;
}
body.mobile #content .service_notes h3,
body.mobile #newmama #content .pickup h3 {
  font-size: 93.75%;
}
@media screen and (orientation: portrait) {
  body.tablet #content .service_notes h3,
  body.tablet #newmama #content .pickup h3 {
    font-size: 93.75%;
  }
}

.pickup-link,
.service_notes-link {
  float: right;
  margin: 10px 10px 0 0;
  text-decoration: underline;
  font-weight: bold;
}
body.mobile .pickup-link,
body.mobile .service_notes-link {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .pickup-link,
  body.tablet .service_notes-link {
    display: none;
  }
}

.service_notes_article h1,
.pickup_article h1,
.recommend_article h1 {
  font-size: 162.5%;
  color: #535A60;
}
body.mobile .service_notes_article h1,
body.mobile .pickup_article h1,
body.mobile .recommend_article h1 {
  font-size: 1.625rem;
}
@media screen and (orientation: portrait) {
  body.tablet .service_notes_article h1,
  body.tablet .pickup_article h1,
  body.tablet .recommend_article h1 {
    font-size: 1.625rem;
  }
}
.service_notes_article time,
.pickup_article time,
.recommend_article time {
  padding: 10px 0;
  display: block;
}
.service_notes_article img,
.pickup_article img,
.recommend_article img {
  width: 95%;
}

body.mobile main#newmama.top #content h2 {
  font-size: 1.25rem;
}

/*card style */
body.desktop .cards {
  display: flex;
  flex-direction: row;
}
@media screen and (orientation: landscape) {
  body.tablet .cards {
    display: flex;
    flex-direction: row;
  }
}
.cards .hover-wrapper {
  width: 100%;
  height: 100%;
}
body.desktop .cards .hover-wrapper {
  flex: 0 1 240px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 3px 8px rgba(29, 107, 165, 0.2);
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper {
    flex: 0 1 240px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0px 3px 8px rgba(29, 107, 165, 0.2);
  }
}
body.mobile .cards .hover-wrapper {
  border-bottom: solid 1px #eee;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper {
    border-bottom: solid 1px #eee;
  }
}
.cards .hover-wrapper a {
  text-decoration: none;
}
body.desktop .cards .hover-wrapper a {
  display: flex;
  flex-direction: column;
  height: auto;
  border-bottom: 0;
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper a {
    display: flex;
    flex-direction: column;
    height: auto;
    border-bottom: 0;
  }
}
body.mobile .cards .hover-wrapper a {
  display: flex;
  flex-direction: row;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a {
    display: flex;
    flex-direction: row;
  }
}
.cards .hover-wrapper a p {
  margin: 4px 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.3px;
  color: #333;
}
body.desktop .cards .hover-wrapper a p {
  display: none;
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper a p {
    display: none;
  }
}
body.mobile .cards .hover-wrapper a p {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a p {
    display: none;
  }
}
body.desktop .cards .hover-wrapper a h3 {
  font-size: 93.75%;
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper a h3 {
    font-size: 93.75%;
  }
}
.cards .hover-wrapper a span.tag {
  font-size: 81.25%;
}
.cards .hover-wrapper a .image {
  width: 100%;
  height: 100%;
  flex: 1 0 auto;
}
body.mobile .cards .hover-wrapper a .image {
  width: 120px;
  flex: none;
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .image {
    width: 120px;
    flex: none;
    padding: 0;
  }
}
.cards .hover-wrapper a .content {
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  border: none;
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
}
body.desktop .cards .hover-wrapper a .content {
  height: 135px;
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper a .content {
    height: 135px;
  }
}
body.mobile .cards .hover-wrapper a .content {
  height: 120px;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .content {
    height: 120px;
  }
}
.cards .hover-wrapper a .content .time {
  color: #777;
  font-size: 87.5%;
  padding: 0;
  font-weight: normal;
}
.cards .hover-wrapper a .content h3 {
  font-size: 93.75%;
  color: #4b5e6c;
}
.cards .hover-wrapper a .content .continue-link {
  display: none;
}
.cards .hover-wrapper a .content .tag {
  margin-top: 4px;
  color: #45b0e2;
  font-size: 87.5%;
  font-weight: bold;
}
body.mobile .cards .hover-wrapper a .content .tag {
  font-size: 81.25%;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .content .tag {
    font-size: 81.25%;
  }
}
.cards .hover-wrapper a .content .title {
  color: #4b5e6c;
  font-size: 93.75%;
  font-weight: bold;
  margin-top: 4px;
}
.cards .hover-wrapper a .content .moonage {
  margin-top: 4px;
  color: #f27598;
  font-size: 87.5%;
  font-weight: bold;
}
body.mobile .cards .hover-wrapper a .content .moonage {
  font-size: 81.25%;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .content .moonage {
    font-size: 81.25%;
  }
}
.cards .hover-wrapper a .content .date {
  color: #777;
  font-size: 87.5%;
}
body.mobile .cards .hover-wrapper a .content .date {
  font-size: 75%;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .content .date {
    font-size: 75%;
  }
}
.cards .hover-wrapper a .content .text {
  margin-top: 4px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  font-size: 87.5%;
}
body.mobile .cards .hover-wrapper a .content .text {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a .content .text {
    display: none;
  }
}
.cards .hover-wrapper a img {
  margin: 0;
  width: 150px;
  height: 150px;
  background-size: auto 150px;
}
body.desktop .cards .hover-wrapper a img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: landscape) {
  body.tablet .cards .hover-wrapper a img {
    width: 100%;
    height: auto;
  }
}
body.mobile .cards .hover-wrapper a img {
  width: 120px;
  height: 120px;
  background-size: auto 120px;
}
@media screen and (orientation: portrait) {
  body.tablet .cards .hover-wrapper a img {
    width: 120px;
    height: 120px;
    background-size: auto 120px;
  }
}

.feed.hover-wrapper a {
  overflow: auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
.feed.hover-wrapper a p {
  margin: 4px 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.3px;
  color: #333;
}
body.mobile .feed.hover-wrapper a p {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a p {
    display: none;
  }
}
.feed.hover-wrapper a div {
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  border: none;
  flex: 1;
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
}
body.mobile .feed.hover-wrapper a div {
  height: 120px;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div {
    height: 120px;
  }
}
.feed.hover-wrapper a div .time {
  color: #777;
  font-size: 87.5%;
  padding: 0;
  font-weight: normal;
}
.feed.hover-wrapper a div h3 {
  font-size: 106.25%;
  padding: 5px 0;
  color: #4b5e6c;
}
body.mobile .feed.hover-wrapper a div h3 {
  color: #4b5e6c;
  font-size: 87.5%;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div h3 {
    color: #4b5e6c;
    font-size: 87.5%;
  }
}
.feed.hover-wrapper a div .pickup-link {
  display: none;
}
.feed.hover-wrapper a div .tag {
  margin-top: 4px;
  color: #45b0e2;
  font-size: 87.5%;
  font-weight: bold;
}
body.mobile .feed.hover-wrapper a div .tag {
  font-size: 81.25%;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div .tag {
    font-size: 81.25%;
  }
}
.feed.hover-wrapper a div .title {
  color: #f04070;
  font-size: 93.75%;
  font-weight: bold;
  margin-top: 4px;
}
.feed.hover-wrapper a div .moonage {
  margin-top: 4px;
  color: #45b0e2;
  font-size: 87.5%;
  font-weight: bold;
}
body.mobile .feed.hover-wrapper a div .moonage {
  font-size: 81.25%;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div .moonage {
    font-size: 81.25%;
  }
}
.feed.hover-wrapper a div .date {
  color: #777;
  font-size: 87.5%;
}
body.mobile .feed.hover-wrapper a div .date {
  font-size: 75%;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div .date {
    font-size: 75%;
  }
}
.feed.hover-wrapper a div .text {
  margin-top: 4px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  font-size: 87.5%;
}
body.mobile .feed.hover-wrapper a div .text {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a div .text {
    display: none;
  }
}
.feed.hover-wrapper a img {
  margin: 0;
  width: 150px;
  height: 150px;
}
body.mobile .feed.hover-wrapper a img {
  width: 120px;
  height: 120px;
}
@media screen and (orientation: portrait) {
  body.tablet .feed.hover-wrapper a img {
    width: 120px;
    height: 120px;
  }
}

#global_navigation {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: 0px 3px 8px rgba(29, 107, 165, 0.2);
  border-radius: 12px;
}
body.mobile #global_navigation {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation {
    display: none;
  }
}
#global_navigation ul {
  border-spacing: 0;
  display: flex;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
body.mobile #global_navigation ul {
  margin: 0;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation ul {
    margin: 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
  }
}
#global_navigation li {
  flex: 1;
  text-align: center;
  display: block;
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #eee;
  background-color: #fff;
}
body.mobile #global_navigation li {
  width: 33.3333333%;
  border-radius: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li {
    width: 33.3333333%;
    border-radius: 0;
  }
}
#global_navigation li:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 0px;
}
#global_navigation li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#global_navigation li:hover {
  background-color: #C1E0FF;
}
#global_navigation li.on {
  background-color: #A7D3FF;
}
#global_navigation li a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
body.mobile #global_navigation li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
#global_navigation li a span {
  font-size: 13px;
  color: #52606A;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 20px;
}
body.mobile #global_navigation li a span {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  height: auto;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a span {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body.mobile #global_navigation li a span {
    font-size: 10px;
    height: auto;
  }
}
#global_navigation li a div {
  padding-top: 10px;
  height: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.mobile #global_navigation li a div {
  height: 36px;
  width: 30px;
  padding-top: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div {
    height: 36px;
    width: 30px;
    padding-top: 0;
  }
}
#global_navigation li a div.home {
  background-image: url(img/n_global_home@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.home {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.home {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.service {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.service {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.service {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.service-dx {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.service-dx {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.service-dx {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.service-target_age {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.service-target_age {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.service-target_age {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.pickup {
  background-image: url(img/n_global_pickup@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.pickup {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.pickup {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.osusume {
  background-image: url(img/n_global_osusume@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.osusume {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.osusume {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.babyfood {
  background-image: url(img/n_global_babyfood@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.babyfood {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.babyfood {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.procedure {
  background-image: url(img/n_global_procedure@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.procedure {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.procedure {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.advice {
  background-image: url(img/n_global_advice@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.advice {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.advice {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.event {
  background-image: url(img/n_global_calendar@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.event {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.event {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.link {
  background-image: url(img/n_global_tel@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.link {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.link {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.useful {
  background-image: url(img/n_global_pickup@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.useful {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.useful {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.hospital {
  background-image: url(img/n_global_hospital@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.hospital {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.hospital {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.map {
  background-image: url(img/n_global_map@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.map {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.map {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#global_navigation li a div.faq {
  background-image: url(img/n_global_faq@2x.png);
  background-size: 60px 60px;
}
body.mobile #global_navigation li a div.faq {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #global_navigation li a div.faq {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}

/*news*/
#topInfo h2 {
  display: flex;
  align-items: center;
}
#topInfo h2::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("./img/hub_notify@2x.png");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
body.mobile #topInfo h2::before {
  background-size: 30px 30px;
  margin-right: 4px;
}
@media screen and (orientation: portrait) {
  body.tablet #topInfo h2::before {
    background-size: 30px 30px;
    margin-right: 4px;
  }
}

#newmama #topInfo {
  margin-top: 20px;
}
body.mobile #newmama #topInfo {
  background-color: #fff;
  padding-bottom: 10px;
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo {
    background-color: #fff;
    padding-bottom: 10px;
    margin: 0;
  }
}
#newmama #topInfo ul.topNews {
  width: 100%;
  margin: 10px 0 20px 20px;
}
body.mobile #newmama #topInfo ul.topNews {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo ul.topNews {
    margin: 0;
  }
}
#newmama #topInfo .topNews li {
  font-size: 93.75%;
  border-bottom: 1px solid #eee;
}
#newmama #topInfo .topNews li:hover a {
  color: #333;
}
#newmama #topInfo .topNews li:last-child {
  border: 0;
}
#newmama #topInfo .topNews a {
  margin: 0;
  text-decoration: none;
  color: #46505e;
  font-weight: bold;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.mobile #newmama #topInfo .topNews a {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo .topNews a {
    flex-direction: column;
    align-items: flex-start;
  }
}
#newmama #topInfo .topNews a div:first-child {
  width: 120px;
}
body.mobile #newmama #topInfo .topNews a div:first-child {
  width: auto;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo .topNews a div:first-child {
    width: auto;
  }
}
#newmama #topInfo .topNews a div:first-child p {
  font-weight: bold;
}
body.mobile #newmama #topInfo .topNews a div:first-child p {
  font-size: 62.5%;
  margin: 8px 0 0 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo .topNews a div:first-child p {
    font-size: 62.5%;
    margin: 8px 0 0 10px;
  }
}
#newmama #topInfo .topNews a div:last-child {
  flex: 1;
  margin-left: 20px;
}
body.mobile #newmama #topInfo .topNews a div:last-child {
  margin: 0 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo .topNews a div:last-child {
    margin: 0 10px;
  }
}
#newmama #topInfo .topNews a div:last-child p {
  font-size: 87.5%;
}
body.mobile #newmama #topInfo .topNews a div:last-child p {
  margin: 2px 0 8px;
  font-size: 75%;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #topInfo .topNews a div:last-child p {
    margin: 2px 0 8px;
    font-size: 75%;
  }
}
#newmama #topInfo .topNews a p {
  margin: 8px 0;
  line-height: 1.8;
  letter-spacing: 0.2px;
  white-space: 1;
  font-weight: normal;
  font-size: 81.25%;
}

/*scooch*/
.pickup_top_wrapper.m-item {
  margin: 0;
}

main .m-scooch-photos {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
body.desktop main .m-scooch-photos {
  margin-bottom: 20px;
}
@media screen and (orientation: landscape) {
  body.tablet main .m-scooch-photos {
    margin-bottom: 20px;
  }
}

main .m-scooch-controls {
  padding-bottom: 10px;
  padding-top: 0px;
}

body.mobile main .m-scooch-controls.m-scooch-hud {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet main .m-scooch-controls.m-scooch-hud {
    display: none;
  }
}

body.desktop main .m-scooch-controls.m-scooch-bulleted {
  display: none;
}
@media screen and (orientation: landscape) {
  body.tablet main .m-scooch-controls.m-scooch-bulleted {
    display: none;
  }
}

main .m-scooch-bulleted a.m-active {
  background: url("./img/hiyoko_bullet@2x.png") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

main .m-scooch-bulleted a {
  padding: 0;
  background: url("./img/bullet_none@2x.png") no-repeat;
  background-size: 12px 12px;
  background-position: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  width: 16px;
  height: 16px;
}

.m-scooch-bulleted a.m-active {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.desktop .m-scooch.m-fluid > .m-scooch-inner > * {
  width: 50%;
  margin-right: 0;
}
@media screen and (orientation: landscape) {
  body.tablet .m-scooch.m-fluid > .m-scooch-inner > * {
    width: 50%;
    margin-right: 0;
  }
}
body.mobile .m-scooch.m-fluid > .m-scooch-inner > * {
  width: 80%;
  padding: 0 0 0 10px;
}
@media screen and (orientation: portrait) {
  body.tablet .m-scooch.m-fluid > .m-scooch-inner > * {
    width: 80%;
    padding: 0 0 0 10px;
  }
}

#burger {
  width: 36px;
  height: 36px;
  background: url("/img/burger_w@2x.png") no-repeat center;
  background-size: 36px 36px;
  margin: 0 10px;
}
body.desktop #burger {
  display: none;
}
@media screen and (orientation: landscape) {
  body.tablet #burger {
    display: none;
  }
}
#burger.close {
  width: 36px;
  height: 36px;
  background: url("/img/close_w@2x.png") no-repeat center;
  background-size: 36px 36px;
}

nav#burgerMenu {
  position: fixed;
  z-index: 998;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  display: none;
  top: 48px;
}
nav#burgerMenu.hidden {
  display: none;
}
nav#burgerMenu.show {
  display: block;
  box-shadow: 10px 0 10px 100px rgba(0, 0, 0, 0.2);
  overflow: scroll;
}
nav#burgerMenu.preHidden {
  animation: hideGlobal 0.2s ease-in-out 0s;
  box-shadow: 10px 0 6px 10px rgba(0, 0, 0, 0.2);
}
body.mobile nav#burgerMenu ul.loginbar {
  display: flex;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.loginbar {
    display: flex;
  }
}
body.mobile nav#burgerMenu ul.loginbar li {
  flex: 1;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.loginbar li {
    flex: 1;
  }
}
body.mobile nav#burgerMenu ul.loginbar a {
  text-align: center;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.loginbar a {
    text-align: center;
  }
}
body.mobile nav#burgerMenu ul.navi {
  display: block;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.navi {
    display: block;
  }
}
body.mobile nav#burgerMenu ul.navi li {
  width: auto;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.navi li {
    width: auto;
  }
}
body.mobile nav#burgerMenu ul.navi a,
body.mobile nav#burgerMenu ul.loginbar a {
  display: block;
  padding: 8px 16px;
  font-size: 81.25%;
  color: #0366d6;
}
@media screen and (orientation: portrait) {
  body.tablet nav#burgerMenu ul.navi a,
  body.tablet nav#burgerMenu ul.loginbar a {
    display: block;
    padding: 8px 16px;
    font-size: 81.25%;
    color: #0366d6;
  }
}

#burgerMenu > div {
  height: calc(100% + 36px);
}
#burgerMenu ul {
  border-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: auto;
}
body.mobile #burgerMenu ul {
  padding: 10px 0;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul {
    padding: 10px 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
  }
}
#burgerMenu ul li {
  width: 46%;
  padding: 1% 2%;
}
#burgerMenu ul li a {
  margin: 0;
  padding: 0;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px #eee solid;
  box-sizing: border-box;
}
#burgerMenu ul li a span {
  font-size: 81.25%;
  color: #52606A;
  font-weight: normal;
  display: block;
  padding: 0;
  flex: 2;
  margin: 0;
}
@media only screen and (max-width: 320px) {
  body.mobile #burgerMenu ul li a span {
    font-size: 68.75%;
  }
}
#burgerMenu ul li a div {
  padding-top: 10px;
  height: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.mobile #burgerMenu ul li a div {
  height: 32px;
  width: 32px;
  margin: 0 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div {
    height: 32px;
    width: 32px;
    margin: 0 6px;
  }
}
#burgerMenu ul li a div.home {
  background-image: url(img/n_global_home@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.home {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.home {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.service {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.service {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.service {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.service-dx {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.service-dx {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.service-dx {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.service-target_age {
  background-image: url(img/n_global_service@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.service-target_age {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.service-target_age {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.pickup {
  background-image: url(img/n_global_pickup@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.pickup {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.pickup {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.osusume {
  background-image: url(img/n_global_osusume@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.osusume {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.osusume {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.babyfood {
  background-image: url(img/n_global_babyfood@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.babyfood {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.babyfood {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.procedure {
  background-image: url(img/n_global_procedure@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.procedure {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.procedure {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.advice {
  background-image: url(img/n_global_advice@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.advice {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.advice {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.event {
  background-image: url(img/n_global_calendar@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.event {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.event {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.link {
  background-image: url(img/n_global_tel@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.link {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.link {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.useful {
  background-image: url(img/n_global_pickup@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.useful {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.useful {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.hospital {
  background-image: url(img/n_global_hospital@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.hospital {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.hospital {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.map {
  background-image: url(img/n_global_map@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.map {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.map {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}
#burgerMenu ul li a div.faq {
  background-image: url(img/n_global_faq@2x.png);
  background-size: 60px 60px;
}
body.mobile #burgerMenu ul li a div.faq {
  background-size: 24px 24px;
  margin-right: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #burgerMenu ul li a div.faq {
    background-size: 24px 24px;
    margin-right: 6px;
  }
}

@keyframes showGlobal {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hideGlobal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes hideOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
footer {
  clear: both;
  background-color: #bbb3d5;
  overflow: auto;
}
body.desktop footer {
  display: none;
}
@media screen and (orientation: landscape) {
  body.tablet footer {
    display: none;
  }
}
footer ul {
  border-bottom: 1px solid #a59dbd;
}
footer ul li {
  height: 30px;
  padding: 10px 20px;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
}
body.mobile footer ul li a:link {
  color: #fff;
}
@media screen and (orientation: portrait) {
  body.tablet footer ul li a:link {
    color: #fff;
  }
}
footer .copyright {
  color: #fff;
  font-size: 75%;
  padding: 10px 20px;
  text-align: left;
  margin: 0;
}

#footer {
  clear: both;
}
body.mobile #footer {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet #footer {
    display: none;
  }
}

#topRecommend {
  margin: 0 0 20px 0;
  /* utilities */
}
body.mobile #topRecommend {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #topRecommend {
    margin: 0;
  }
}
body.desktop #topRecommend > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (orientation: landscape) {
  body.tablet #topRecommend > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#topRecommend .flex-wrapper {
  display: flex;
  flex-direction: row;
}

body.desktop .recommend-top-feed {
  flex: 0 1 48%;
  max-width: 48%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(29, 107, 165, 0.2);
  margin: 5px 1%;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed {
    flex: 0 1 48%;
    max-width: 48%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(29, 107, 165, 0.2);
    margin: 5px 1%;
  }
}
body.mobile .recommend-top-feed {
  border-bottom: 1px solid #eee;
}
@media screen and (orientation: portrait) {
  body.tablet .recommend-top-feed {
    border-bottom: 1px solid #eee;
  }
}
.recommend-top-feed a {
  overflow: auto;
  text-decoration: none;
  color: #333;
}
.recommend-top-feed .content {
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  border: none;
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}
body.mobile .recommend-top-feed .content {
  height: 120px;
}
@media screen and (orientation: portrait) {
  body.tablet .recommend-top-feed .content {
    height: 120px;
  }
}
.recommend-top-feed p {
  margin: 4px 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.3px;
  color: #333;
  display: none;
}
.recommend-top-feed .time {
  color: #777;
  font-size: 87.5%;
  padding: 0;
  font-weight: normal;
}
.recommend-top-feed h3 {
  font-size: 93.75%;
  padding: 5px 0;
  color: #4b5e6c;
}
body.mobile .recommend-top-feed h3 {
  color: #4b5e6c;
  font-size: 87.5%;
}
@media screen and (orientation: portrait) {
  body.tablet .recommend-top-feed h3 {
    color: #4b5e6c;
    font-size: 87.5%;
  }
}
.recommend-top-feed .image {
  height: 120px;
  width: 120px;
  padding: 0;
  overflow: hidden;
  flex: none;
}
.recommend-top-feed .thumbnail {
  width: 120px;
  height: 120px;
  flex: none;
  padding: 0;
  background-size: auto 120px;
  background-position: center;
  background-repeat: no-repeat;
}

body.desktop .recommend-top-feed:first-child {
  flex: 0 1 98%;
  max-width: 98%;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child {
    flex: 0 1 98%;
    max-width: 98%;
  }
}
body.desktop .recommend-top-feed:first-child .content {
  height: 200px;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child .content {
    height: 200px;
  }
}
body.desktop .recommend-top-feed:first-child h3 {
  font-size: 137.5%;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child h3 {
    font-size: 137.5%;
  }
}
body.desktop .recommend-top-feed:first-child p {
  font-size: 106.25%;
  display: inline-block;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child p {
    font-size: 106.25%;
    display: inline-block;
  }
}
body.desktop .recommend-top-feed:first-child .image {
  height: 200px;
  width: 200px;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child .image {
    height: 200px;
    width: 200px;
  }
}
body.desktop .recommend-top-feed:first-child .thumbnail {
  width: 200px;
  height: 200px;
  background-size: 200px auto;
}
@media screen and (orientation: landscape) {
  body.tablet .recommend-top-feed:first-child .thumbnail {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }
}

#recommend_single .hover-wrapper a div.thumbnail {
  flex: none;
  padding: 0;
  background-position: center;
}
body.desktop #recommend_single .hover-wrapper a div.thumbnail {
  background-size: auto 150px;
  width: 150px;
  height: 150px;
}
@media screen and (orientation: landscape) {
  body.tablet #recommend_single .hover-wrapper a div.thumbnail {
    background-size: auto 150px;
    width: 150px;
    height: 150px;
  }
}
body.mobile #recommend_single .hover-wrapper a div.thumbnail {
  background-size: auto 120px;
  width: 120px;
  height: 120px;
}
@media screen and (orientation: portrait) {
  body.tablet #recommend_single .hover-wrapper a div.thumbnail {
    background-size: auto 120px;
    width: 120px;
    height: 120px;
  }
}

#sidebar {
  width: 26%;
  overflow: auto;
  float: left;
  margin-left: 2%;
}
body.mobile #sidebar {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #sidebar {
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
  }
}
#sidebar h2 {
  margin-bottom: 10px;
}
#sidebar h2 span {
  color: #f04070;
  font-weight: bold;
  font-size: 81.25%;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
}
body.mobile #sidebar h2 span {
  padding: 10px;
  border: 0;
  color: #EC5C97;
  font-weight: normal;
}
@media screen and (orientation: portrait) {
  body.tablet #sidebar h2 span {
    padding: 10px;
    border: 0;
    color: #EC5C97;
    font-weight: normal;
  }
}
body.mobile #sidebar h2 {
  border-bottom: solid 1px #eee;
}
@media screen and (orientation: portrait) {
  body.tablet #sidebar h2 {
    border-bottom: solid 1px #eee;
  }
}
#sidebar a.hub-banner-link {
  display: block;
  text-decoration: none;
}
#sidebar div.hub-banner {
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 10px auto;
}
body.mobile #sidebar div.hub-banner {
  width: 80%;
  padding-bottom: 48%;
  margin: 30px auto 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #sidebar div.hub-banner {
    width: 80%;
    padding-bottom: 48%;
    margin: 30px auto 10px;
  }
}
#sidebar div.hub-banner.useful {
  background: url("./img/useful-banner-blue.png") no-repeat;
  background-size: 100% auto;
  border-radius: 0;
}
#sidebar div.hub-banner.app {
  background: url("./img/app-banner.png") no-repeat;
  background-size: 100% auto;
  border-radius: 0;
}

body.mobile #sideBunner span {
  border-bottom: solid 1px #ccc;
}
@media screen and (orientation: portrait) {
  body.tablet #sideBunner span {
    border-bottom: solid 1px #ccc;
  }
}

#ContactUs form {
  margin: 0;
}
#ContactUs form .line {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 10px;
}
body.mobile #ContactUs form .line {
  flex-direction: column;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form .line {
    flex-direction: column;
  }
}
#ContactUs form .field {
  margin-right: 20px;
}
body.mobile #ContactUs form .field {
  width: auto;
  text-align: left;
  margin-bottom: 2px;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form .field {
    width: auto;
    text-align: left;
    margin-bottom: 2px;
  }
}
#ContactUs form input[type=text], #ContactUs form input[type=email] {
  flex: 1;
}
body.mobile #ContactUs form input[type=text], body.mobile #ContactUs form input[type=email] {
  width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form input[type=text], body.tablet #ContactUs form input[type=email] {
    width: 100%;
  }
}
#ContactUs form textarea {
  flex: 1;
  min-height: 120px;
  border: solid 1px #ccc;
}
body.mobile #ContactUs form textarea {
  width: 100%;
  font-size: 18px;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form textarea {
    width: 100%;
    font-size: 18px;
  }
}
#ContactUs form input[type=submit] {
  width: 200px;
  background-color: #1d85fc;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 8px 16px;
  font-size: 93.75%;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}
#ContactUs form input[type=submit]:hover {
  background-color: #0366d6;
}
body.mobile #ContactUs form input[type=submit] {
  width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form input[type=submit] {
    width: 100%;
  }
}
#ContactUs form label {
  font-size: 87.5%;
  font-weight: bold;
  color: #333;
}
body.mobile #ContactUs form label {
  font-size: 75%;
}
@media screen and (orientation: portrait) {
  body.tablet #ContactUs form label {
    font-size: 75%;
  }
}

/*ママフレナビ*/
/*

https://kosodatetown.mamafre.jp/mamafre-navi-ninshin/

*/
body.mobile #mamafreNaviHeader ul {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNaviHeader ul {
    margin: 0;
  }
}
body.mobile #mamafreNaviHeader {
  background: none;
  margin-bottom: 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNaviHeader {
    background: none;
    margin-bottom: 10px;
  }
}

body.mobile #content.fixedPage #mamafreNavi h2 {
  float: none;
  border-bottom: solid 1px #eee;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage #mamafreNavi h2 {
    float: none;
    border-bottom: solid 1px #eee;
  }
}
body.mobile #content.fixedPage #mamafreNavi h5 {
  margin: 0;
  text-align: left;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage #mamafreNavi h5 {
    margin: 0;
    text-align: left;
  }
}
body.mobile #content.fixedPage #mamafreNavi h4 {
  position: static;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage #mamafreNavi h4 {
    position: static;
  }
}

body.mobile #mamafreNavi .timeLine {
  background: none;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNavi .timeLine {
    background: none;
  }
}
body.mobile #mamafreNavi .timeLine .month {
  float: none;
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNavi .timeLine .month {
    float: none;
    padding: 0;
  }
}
body.mobile #mamafreNavi .timeLine .month.sixmonth {
  position: static;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNavi .timeLine .month.sixmonth {
    position: static;
  }
}
body.mobile #mamafreNavi .timeLine .inner {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #mamafreNavi .timeLine .inner {
    margin: 0;
  }
}

/* Not Found */
#newmama #notfound {
  background: none;
  height: auto;
  padding: 0;
}
body.mobile #newmama #notfound {
  background-size: 100% auto;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #notfound {
    background-size: 100% auto;
  }
}
#newmama #notfound ul {
  display: none;
}
#newmama #notfound #notfoundInner {
  background: none;
  height: auto;
  background-image: url("./img/error@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 400px;
}
body.mobile #newmama #notfound #notfoundInner {
  background-size: 205px 127px;
  height: 240px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #notfound #notfoundInner {
    background-size: 205px 127px;
    height: 240px;
  }
}
#newmama #notfound #notfoundInner h2 {
  text-align: left;
}
#newmama #notfound #notfoundInner p {
  color: #333;
  text-align: left;
}

/*hoikuserviceNavi


*/
body.mobile #hoikuServiceNavi .advice {
  padding: 0;
  background: none;
  font-size: 87.5%;
}
@media screen and (orientation: portrait) {
  body.tablet #hoikuServiceNavi .advice {
    padding: 0;
    background: none;
    font-size: 87.5%;
  }
}
body.mobile #hoikuServiceNavi .section:last-child {
  border: none;
}
@media screen and (orientation: portrait) {
  body.tablet #hoikuServiceNavi .section:last-child {
    border: none;
  }
}

/* common */
body.mobile #content.fixedPage h3 {
  margin: 0 0 15px;
  font-size: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage h3 {
    margin: 0 0 15px;
    font-size: 100%;
  }
}

body.mobile #content.fixedPage h4 {
  font-size: 93.75%;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage h4 {
    font-size: 93.75%;
  }
}

/*advice*/
body.mobile #advice #section00 {
  background: none;
}
@media screen and (orientation: portrait) {
  body.tablet #advice #section00 {
    background: none;
  }
}

body.mobile #advice .section:last-child {
  border: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #advice .section:last-child {
    border: 0;
  }
}

body.mobile .pageTopText {
  display: none;
}
@media screen and (orientation: portrait) {
  body.tablet .pageTopText {
    display: none;
  }
}

body.mobile #advice dl dt {
  background: none;
}
@media screen and (orientation: portrait) {
  body.tablet #advice dl dt {
    background: none;
  }
}
body.mobile #advice dl dt::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #186fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (orientation: portrait) {
  body.tablet #advice dl dt::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #186fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
  }
}

/*子育てがつらいと思ったら*/
div.bgPicMother {
  min-height: 150px;
}
body.mobile div.bgPicMother {
  background: none;
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet div.bgPicMother {
    background: none;
    padding: 0;
  }
}

div.bgPicMother > p {
  font-size: 17px;
}

body.mobile #global_announcement,
body.mobile #emergency_message {
  width: 100%;
  box-sizing: border-box;
  z-index: 997;
}

@media screen and (orientation: portrait) {
  body.tablet #global_announcement,
  body.tablet #emergency_message {
    width: 100%;
    box-sizing: border-box;
    z-index: 997;
  }
}

body.mobile #newmama #signup form.input_form {
  text-align: left;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup form.input_form {
    text-align: left;
  }
}
#newmama #signup form.input_form input[type=text].field_input {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 4px;
  flex: 3;
}
body.mobile #newmama #signup form.input_form input[type=text].field_input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup form.input_form input[type=text].field_input {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#newmama #signup form.input_form input[type=email].field_input {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 4px;
  flex: 3;
}
body.mobile #newmama #signup form.input_form input[type=email].field_input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup form.input_form input[type=email].field_input {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#newmama #signup form.input_form input[type=password].field_input {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 4px;
  flex: 3;
}
body.mobile #newmama #signup form.input_form input[type=password].field_input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup form.input_form input[type=password].field_input {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#newmama #signup form.input_form input[type=checkbox] {
  display: none;
}
#newmama #signup form.input_form input[type=checkbox] + label {
  padding: 12px;
  display: block;
  box-sizing: border-box;
  font-size: 100%;
  border-radius: 8px;
  border: 1px solid #aaa;
  cursor: pointer;
  margin: 20px auto 0;
  width: 60%;
}
body.mobile #newmama #signup form.input_form input[type=checkbox] + label {
  width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup form.input_form input[type=checkbox] + label {
    width: 100%;
  }
}
#newmama #signup form.input_form input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: text-bottom;
}
#newmama #signup form.input_form input[type=checkbox]:checked + label {
  background: #f0f8ff;
  border-color: #8bc5ff;
}
#newmama #signup form.input_form input[type=checkbox]:checked + label::before {
  background-image: url("/img/check.svg");
  background-color: #0089ff;
  border: 1px solid #0089ff;
  background-size: 13px 13px;
  background-position: 50%;
  background-repeat: no-repeat;
}
#newmama #signup form.input_form input[type=submit] {
  width: 60%;
  background: #0089ff;
  border-radius: 10px;
  padding: 16px 8px;
  margin: 40px auto;
  text-align: center;
  font-size: 112.5%;
  font-weight: 700;
  color: #fff;
  border: 0;
  display: block;
  cursor: pointer;
}
body.desktop #newmama #signup form.input_form input[type=submit]:hover {
  background-color: #0079e0;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #signup form.input_form input[type=submit]:hover {
    background-color: #0079e0;
  }
}
body.desktop #newmama #signup form.input_form input[type=submit] {
  width: 35%;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #signup form.input_form input[type=submit] {
    width: 35%;
  }
}
#newmama #signup div.line {
  width: 80%;
  margin: 24px auto;
  align-items: center;
}
body.mobile #newmama #signup div.line {
  text-align: left;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup div.line {
    text-align: left;
    margin-bottom: 16px;
    width: 100%;
  }
}
body.desktop #newmama #signup div.line {
  display: flex;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #signup div.line {
    display: flex;
  }
}
#newmama #signup div.field {
  /* width: 170px; */
  display: block;
  margin-right: 20px;
  /* display: flex; */
  flex: 1;
}
body.mobile #newmama #signup div.field {
  text-align: left;
  margin-bottom: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #signup div.field {
    text-align: left;
    margin-bottom: 6px;
  }
}
#newmama #signup div.field_input {
  flex: 3;
  /* width: 220px; */
  display: block;
  box-sizing: border-box;
}
#newmama #signup label.field_label {
  font-size: 93.75%;
  font-weight: bold;
}

/* 全国版ママフレRSS */
.roadRss .column {
  margin: 10px;
}
body.desktop .roadRss p {
  font-size: 100%;
}
@media screen and (orientation: landscape) {
  body.tablet .roadRss p {
    font-size: 100%;
  }
}
body.mobile .roadRss a.arrow {
  clear: both;
  display: block;
}
@media screen and (orientation: portrait) {
  body.tablet .roadRss a.arrow {
    clear: both;
    display: block;
  }
}
.roadRss .date {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 4px;
  color: #555;
  font-size: 100%;
}

/* 行政サービスTOP */
body.mobile #serviceHeader h2 {
  float: none;
}
@media screen and (orientation: portrait) {
  body.tablet #serviceHeader h2 {
    float: none;
  }
}

body.mobile #serviceHeader ul {
  margin: 8px;
  font-size: 112.5%;
}
@media screen and (orientation: portrait) {
  body.tablet #serviceHeader ul {
    margin: 8px;
    font-size: 112.5%;
  }
}

#newmama #content #serviceHeader {
  padding: 0;
  box-sizing: content-box;
}

body.desktop #newmama #contentInner .serviceList {
  box-sizing: content-box;
  padding: 0;
  padding-right: 5%;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #contentInner .serviceList {
    box-sizing: content-box;
    padding: 0;
    padding-right: 5%;
  }
}

body.desktop #newmama #content #serviceHeader h2 {
  border: none;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #content #serviceHeader h2 {
    border: none;
  }
}

body.mobile .serviceList {
  float: none;
  padding-right: 0;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  body.tablet .serviceList {
    float: none;
    padding-right: 0;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}

/*ボトムバナー*/
body.mobile #bottomBanner h3 {
  margin: 0 0 10px 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #bottomBanner h3 {
    margin: 0 0 10px 10px;
  }
}

body.mobile #bottomBanner ul {
  text-align: center;
}
@media screen and (orientation: portrait) {
  body.tablet #bottomBanner ul {
    text-align: center;
  }
}

body.mobile #localBanner li {
  display: inline-block;
  float: none;
  padding: 0px 5px 10px;
  width: auto;
}
@media screen and (orientation: portrait) {
  body.tablet #localBanner li {
    display: inline-block;
    float: none;
    padding: 0px 5px 10px;
    width: auto;
  }
}

/* マップ */
body.mobile #searchToolBox {
  padding: 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #searchToolBox {
    padding: 10px;
  }
}
body.mobile #searchToolBox > p {
  margin-bottom: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #searchToolBox > p {
    margin-bottom: 0;
  }
}

/* 行政サービス */
body.mobile #serviceContent tr {
  display: flex;
  flex-direction: column;
}
@media screen and (orientation: portrait) {
  body.tablet #serviceContent tr {
    display: flex;
    flex-direction: column;
  }
}
body.mobile #serviceContent th {
  width: 100%;
}
@media screen and (orientation: portrait) {
  body.tablet #serviceContent th {
    width: 100%;
  }
}

body.mobile #anchor-todokede {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (orientation: portrait) {
  body.tablet #anchor-todokede {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}

body.mobile #anchor-kenko,
body.mobile #anchor-azukeru,
body.mobile #anchor-okane,
body.mobile #anchor-manabu-dekakeru,
body.mobile #anchor-soudan,
body.mobile #anchor-byoin-kyukyu {
  display: block;
  padding-top: 60px;
  margin-top: -40px;
}
@media screen and (orientation: portrait) {
  body.tablet #anchor-kenko,
  body.tablet #anchor-azukeru,
  body.tablet #anchor-okane,
  body.tablet #anchor-manabu-dekakeru,
  body.tablet #anchor-soudan,
  body.tablet #anchor-byoin-kyukyu {
    display: block;
    padding-top: 60px;
    margin-top: -40px;
  }
}

/*モバイルの検索ボタン*/
#mobile_search_button {
  display: none;
}
body.mobile #mobile_search_button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  background-image: url("/img/search_w.svg");
  background-position: center;
  background-size: 36px 36px;
  margin: 0 10px;
  outline: 0;
  border: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #mobile_search_button {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    background-image: url("/img/search_w.svg");
    background-position: center;
    background-size: 36px 36px;
    margin: 0 10px;
    outline: 0;
    border: 0;
  }
}

#mobile_search {
  display: none;
}
body.mobile #mobile_search.show {
  position: relative;
  margin-right: 2px;
  display: block;
  width: 100%;
  padding: 7px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
body.mobile #mobile_search.show input[type=image] {
  display: none;
}
body.mobile #mobile_search.show form {
  margin: 0;
}
body.mobile #mobile_search.show input.word {
  border: solid 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0px 0px 0px 38px;
  font-size: 14px;
  height: 36px;
  background-image: none;
}
body.mobile #mobile_search.show input.word:focus {
  box-shadow: 0px 0px 0px 2px #22a8fc;
  outline: none;
  border-color: #22a8fc;
}
body.mobile #mobile_search.show form::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/img/search.svg");
  background-size: 24px 24px;
  position: absolute;
  top: 12px;
  left: 7%;
}
@media screen and (orientation: portrait) {
  body.tablet #mobile_search.show {
    position: relative;
    margin-right: 2px;
    display: block;
    width: 100%;
    padding: 7px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  body.tablet #mobile_search.show input[type=image] {
    display: none;
  }
  body.tablet #mobile_search.show form {
    margin: 0;
  }
  body.tablet #mobile_search.show input.word {
    border: solid 1px rgba(0, 0, 0, 0.2);
    display: block;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0px 0px 0px 38px;
    font-size: 14px;
    height: 36px;
    background-image: none;
  }
  body.tablet #mobile_search.show input.word:focus {
    box-shadow: 0px 0px 0px 2px #22a8fc;
    outline: none;
    border-color: #22a8fc;
  }
  body.tablet #mobile_search.show form::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/img/search.svg");
    background-size: 24px 24px;
    position: absolute;
    top: 12px;
    left: 7%;
  }
}

/*トップニュース*/
#news {
  margin: 30px 0;
}
body.mobile #news {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #news {
    margin: 0;
  }
}
body.mobile #news ul {
  padding: 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #news ul {
    padding: 10px;
  }
}
body.mobile #news a.arrow {
  margin: 20px;
}
@media screen and (orientation: portrait) {
  body.tablet #news a.arrow {
    margin: 20px;
  }
}
#news li {
  padding: 16px 30px;
  border: solid 1px #eee;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  border-radius: 26px;
  margin-bottom: 14px;
  display: flex;
}
body.mobile #news li {
  flex-direction: column;
  padding: 16px 20px;
}
@media screen and (orientation: portrait) {
  body.tablet #news li {
    flex-direction: column;
    padding: 16px 20px;
  }
}
#news li a {
  margin: 0;
  color: #0071b5;
}
#news li time {
  display: inline-block;
  color: #656565;
  width: 20%;
}
body.mobile #news li time {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
@media screen and (orientation: portrait) {
  body.tablet #news li time {
    width: 100%;
    display: block;
    margin-bottom: 6px;
  }
}

/* ニュース一覧ページ */
.news #contentInner dl dt {
  padding: 10px 0 0;
}
.news #contentInner dl dt span {
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.news #contentInner dl dt a {
  font-size: 110%;
  color: #1554e8;
}
.news #contentInner dl dd {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.news #contentInner dl dd p {
  font-size: 100%;
  margin: 0;
}
.news #contentInner dl dd:last-child {
  border-bottom: 0;
}

/*マップ*/
#newmama #content.map #searchPanel .condition {
  flex: 1 1 auto;
}
#newmama #content.map #searchPanel #mapListTab {
  flex: 1 1 auto;
}
body.mobile #newmama #content.map .searchResultPager {
  margin: 20px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.map .searchResultPager {
    margin: 20px;
  }
}

/*イベントDX*/
#newmama #content.event {
  width: 100%;
}

body.mobile #container.event #side {
  float: none;
  margin: 10px;
  width: auto;
  clear: both;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  body.tablet #container.event #side {
    float: none;
    margin: 10px;
    width: auto;
    clear: both;
    box-sizing: border-box;
  }
}

#searchFilterButton {
  display: flex;
  align-items: center;
  border: solid 1px #d3d3d3;
  border-radius: 12px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  margin: 20px 0;
  justify-content: space-between;
}
#searchFilterButton::after {
  display: block;
  content: "";
  background-image: url("/img/sankaku_1@2x.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

#searchFilterButton.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #E3F3FF;
  font-weight: bold;
}
#searchFilterButton.on::after {
  transform: rotateZ(180deg);
}

#searchFilterButton.on + #searchAxis {
  display: block;
  margin-top: -20px;
}

#searchFilterButton + #searchAxis {
  display: none;
}

#newmama #content.event {
  width: 100%;
}
#newmama #content.event #side {
  display: none;
}
#newmama #content.event .description.closed {
  display: block;
  /* display: none; */
}
#newmama #content.event p.bullet::after {
  content: "";
}
#newmama #content.event .description {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  font-size: 95%;
  padding: 0;
  /* border-radius: 10px; */
  /* border: solid 1px #e0e000; */
  /* background-color: #ffffc0; */
  /* font-size: 80%; */
  /* padding: 7px; */
}
#newmama #content.event .searchAxis {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 0;
  border: 0;
}
#newmama #content.event .searchAxis.closed label {
  display: block;
}
#newmama #content.event .hasHelp p.help {
  display: block;
  display: none;
}
#newmama #content.event #searchToolBox h4 {
  color: #606060;
}
#newmama #content.event .searchWrapper {
  border: solid 1px #ccc;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-top: 0;
}
body.mobile #newmama #content.event #contentInner {
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.event #contentInner {
    padding: 0;
  }
}
#newmama #content.event #leftColumn {
  width: 100%;
}
#newmama #content.event .searchResultPager {
  margin: 20px 0;
}
body.mobile #newmama #content.event .searchResultPager {
  margin: 20px 10px;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.event .searchResultPager {
    margin: 20px 10px;
  }
}
#newmama #content.event #searchResultBox {
  padding: 0;
}
#newmama #content.event #searchResultBox a:link {
  color: #1554e8;
}
#newmama #content.event #searchResultBox h3 {
  color: #fff;
  font-size: 27px;
  padding: 0px 18px 16px;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #f1f1f1;
  color: #6e6e6e;
  margin: 0;
  border-radius: 0;
}
#newmama #content.event #searchResultTable h4 {
  font-size: 20px;
  background-color: #e3efff;
  font-weight: normal;
  color: #303030;
  padding: 10px 20px;
  margin: 0;
}
#newmama #content.event table.eventTable {
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  /* border-radius: 4px; */
}
body.mobile #newmama #content.event table.eventTable {
  margin: 0;
  box-shadow: none;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.event table.eventTable {
    margin: 0;
    box-shadow: none;
  }
}
#newmama #content.event table.eventTable th {
  color: #4e4e4e;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}
#newmama #content.event table.eventTable tr:nth-child(odd) {
  background-color: #f6f9ff;
}
#newmama #content.event table.eventTable tr:first-child {
  background-color: #f7f7f7;
}
#newmama #content.event table.eventTable tr {
  border: 0;
}
#newmama #content.event table.eventTable td.time {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.mobile #newmama #content.event table.eventTable td {
  text-align: left;
  padding: 10px;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama #content.event table.eventTable td {
    text-align: left;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
  }
}
#newmama #content.event .searchAxis label.checked {
  background-color: #22a8fc;
  border-color: #22a8fc;
  color: #fff;
}
#newmama #content.event .searchAxis label input {
  display: none;
}

/* 子育てがつらいと思ったら*/
.usefulkosodate-tsurai .adviceTelList dl dd {
  padding: 0 0 0 1em;
  background: none;
}

/*行政サービス詳細のリンク*/
#serviceContent table td a.arrow {
  display: block;
}

/*service-dx*/
#newmama #content.service-dx {
  width: 100%;
}

#newmama #content.service-target_age {
  width: 100%;
}

/* 特集 */
#useful h3:first-child {
  margin-top: 0;
}

body.mobile #content.fixedPage #useful h3 {
  margin: 40px 0 15px;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage #useful h3 {
    margin: 40px 0 15px;
  }
}

body.mobile #content.fixedPage #useful h3:first-child {
  margin-top: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage #useful h3:first-child {
    margin-top: 0;
  }
}

/* 子育てつらい */
body.desktop #newmama #contentInner div.bgPicMother {
  padding: 0 150px 0 0;
}
@media screen and (orientation: landscape) {
  body.tablet #newmama #contentInner div.bgPicMother {
    padding: 0 150px 0 0;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 148, 255, 0.15);
  -webkit-touch-callout: none;
}

.app-column article {
  width: 100%;
  height: 96px;
  border-bottom: 0.5px solid #e5e5ea;
  background-color: #fff;
  overflow: hidden;
}
.app-column article a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.app-column article a h1 {
  flex: 1;
  font-size: 93.75%;
  word-break: break-word;
  display: block;
  position: relative;
  padding: 10px 10px 10px 16px;
  box-sizing: border-box;
  background-color: transparent;
  border-bottom: none;
  color: #39434d;
}
.app-column article a img {
  width: 96px;
  height: 96px;
  background-size: 96px 96px;
  display: block;
  overflow: hidden;
}
.app-column article a .miniarrow {
  margin-right: 8px;
  width: 20px;
  background-size: 20px 20px;
  background-position: center;
  background-image: url("./img/miniarrow@2x.png");
  background-repeat: no-repeat;
}

/*行政サービスQA*/
.serviceNotes {
  width: 100%;
  height: 96px;
  border-bottom: 0.5px solid #e5e5ea;
  background-color: #fff;
  overflow: hidden;
}

.serviceNotes:first-child {
  border-top: 0.5px solid #e5e5ea;
}

.serviceNotesLink {
  text-decoration: none;
  font-size: 162.5%;
  color: #39434d;
  display: block;
  overflow: hidden;
  -webkit-touch-callout: none;
}

.serviceThumb {
  width: 96px;
  height: 96px;
  background-size: 96px 96px;
  float: left;
  display: block;
  overflow: hidden;
}

h1.serviceNotesH1 {
  width: 60%;
  font-size: 93.75%;
  float: left;
  margin-left: 20px;
  word-break: break-word;
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  color: #39434d;
}

nav.pager {
  display: block;
  width: 100%;
  overflow: auto;
}

.button {
  width: 100%;
  height: 60px;
  display: block;
  background-color: #fff;
  border-bottom: 0.5px solid #e5e5ea;
}

.button a {
  color: #018cff;
  text-decoration: none;
  display: block;
  line-height: 3.5;
  text-align: center;
}

body.app a.service_notes_back {
  display: none;
}

/*背景色対応*/
#newmama.blue,
#newmama.black {
  /*map*/
  /*施設詳細*/
  /*facility*/
  /*event*/
  /*eventdx*/
  /*sidebar*/
  /*行政サービスDX*/
}
body.mobile #newmama.blue #contentInner,
body.mobile #newmama.black #contentInner {
  background-color: transparent;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama.blue #contentInner,
  body.tablet #newmama.black #contentInner {
    background-color: transparent;
  }
}
#newmama.blue #content h2,
#newmama.black #content h2 {
  color: #fff;
}
#newmama.blue #advice dl dd em,
#newmama.black #advice dl dd em {
  color: #fff;
}
#newmama.blue .recommend-top-feed,
#newmama.black .recommend-top-feed {
  border: solid 1px #fff;
  box-sizing: border-box;
}
#newmama.blue .recommend-top-feed a,
#newmama.blue .recommend-top-feed p,
#newmama.blue .recommend-top-feed .time,
#newmama.blue .recommend-top-feed h3,
#newmama.black .recommend-top-feed a,
#newmama.black .recommend-top-feed p,
#newmama.black .recommend-top-feed .time,
#newmama.black .recommend-top-feed h3 {
  color: #fff;
}
#newmama.blue .roadRss p,
#newmama.blue .roadRss .date,
#newmama.blue .roadRss h3,
#newmama.black .roadRss p,
#newmama.black .roadRss .date,
#newmama.black .roadRss h3 {
  color: #fff;
}
#newmama.blue .roadRss .column,
#newmama.black .roadRss .column {
  border-bottom: solid 1px #fff;
}
#newmama.blue #news li time,
#newmama.black #news li time {
  color: #fff;
}
#newmama.blue p.headline,
#newmama.black p.headline {
  color: #fff;
}
#newmama.blue #searchPanel .condition label,
#newmama.black #searchPanel .condition label {
  color: #fff;
}
#newmama.blue #searchPanel .condition input:checked + label,
#newmama.black #searchPanel .condition input:checked + label {
  background-color: rgba(255, 255, 255, 0.3);
}
#newmama.blue #searchConditionBox,
#newmama.black #searchConditionBox {
  background-color: transparent;
}
#newmama.blue #searchConditionBox .searchAxis h4,
#newmama.black #searchConditionBox .searchAxis h4 {
  color: #fff;
}
#newmama.blue #searchConditionBox .searchAxis p.description,
#newmama.black #searchConditionBox .searchAxis p.description {
  color: #fff;
}
#newmama.blue #searchConditionBox .searchAxis label.checked,
#newmama.black #searchConditionBox .searchAxis label.checked {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  font-weight: bold;
}
#newmama.blue .searchAxis label,
#newmama.black .searchAxis label {
  background-color: transparent;
  border-color: #fff;
}
#newmama.blue #searchPanel #mapListTab input:checked + label,
#newmama.black #searchPanel #mapListTab input:checked + label {
  background-color: rgba(255, 255, 255, 0.3);
}
#newmama.blue #searchPanel #mapListTab label,
#newmama.black #searchPanel #mapListTab label {
  color: #fff;
}
#newmama.blue ul#searchResultTable li:nth-child(1),
#newmama.blue ul#facilityList li:nth-child(1),
#newmama.black ul#searchResultTable li:nth-child(1),
#newmama.black ul#facilityList li:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-top: solid 1px #fff;
}
#newmama.blue ul#searchResultTable li, #newmama.blue ul#facilityList li,
#newmama.black ul#searchResultTable li,
#newmama.black ul#facilityList li {
  color: #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
#newmama.blue #searchPanel .condition label::before,
#newmama.black #searchPanel .condition label::before {
  background-image: url("/img/sankaku_1w@2x.png");
}
#newmama.blue .markerContent a,
#newmama.black .markerContent a {
  color: #0364b6;
}
#newmama.blue .markerContent a:visited,
#newmama.black .markerContent a:visited {
  color: rgb(85, 26, 139);
}
#newmama.blue #content.fixedPage h4,
#newmama.black #content.fixedPage h4 {
  color: #fff;
}
#newmama.blue #facility .areaList,
#newmama.black #facility .areaList {
  background-color: transparent;
}
#newmama.blue #facilityList th,
#newmama.black #facilityList th {
  background-color: rgba(255, 255, 255, 0.3);
}
#newmama.blue #facilityList tr.even td,
#newmama.black #facilityList tr.even td {
  background-color: rgba(255, 255, 255, 0.1);
}
#newmama.blue table.event th,
#newmama.black table.event th {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
#newmama.blue span.saturday, #newmama.blue span.sunday,
#newmama.black span.saturday,
#newmama.black span.sunday {
  color: #fff;
  font-weight: bold;
}
#newmama.blue table.event td,
#newmama.black table.event td {
  border-color: #fff;
}
#newmama.blue #content.event #searchResultBox h3#calendarHeader,
#newmama.black #content.event #searchResultBox h3#calendarHeader {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
#newmama.blue #content.event table.eventTable tr:first-child,
#newmama.black #content.event table.eventTable tr:first-child {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px #fff;
}
#newmama.blue #content.event table.eventTable tr:nth-child(odd),
#newmama.black #content.event table.eventTable tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
#newmama.blue #content.event #searchResultTable h4,
#newmama.black #content.event #searchResultTable h4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: solid 1px #fff;
  border-bottom: 0;
}
#newmama.blue #content.event .searchAxis label.checked,
#newmama.black #content.event .searchAxis label.checked {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  font-weight: bold;
}
#newmama.blue #content.event #searchToolBox h4,
#newmama.black #content.event #searchToolBox h4 {
  color: #fff;
}
#newmama.blue #searchFilterButton,
#newmama.black #searchFilterButton {
  background-color: transparent;
  border: solid 2px #fff;
}
#newmama.blue #searchFilterButton.on,
#newmama.black #searchFilterButton.on {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
#newmama.blue #searchFilterButton::before,
#newmama.black #searchFilterButton::before {
  background-image: url("/img/sankaku_1w@2x.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#newmama.blue #content.event .searchWrapper,
#newmama.black #content.event .searchWrapper {
  border-color: #fff;
}
#newmama.blue #content.event table.eventTable th,
#newmama.black #content.event table.eventTable th {
  color: #fff;
}
#newmama.blue #content.event table.eventTable,
#newmama.black #content.event table.eventTable {
  border: solid 1px #fff;
}
#newmama.blue #content.event #searchResultBox a:link,
#newmama.black #content.event #searchResultBox a:link {
  color: #fff;
}
#newmama.blue #sidebar h2 span,
#newmama.black #sidebar h2 span {
  color: #fff;
}
#newmama.blue #sideSocial,
#newmama.black #sideSocial {
  border-color: #fff;
}
#newmama.blue .sideAd,
#newmama.black .sideAd {
  background-color: transparent;
}
#newmama.blue .sideAd:hover,
#newmama.black .sideAd:hover {
  background-color: transparent;
}
#newmama.blue #content.fixedPage h3,
#newmama.black #content.fixedPage h3 {
  background-color: rgba(255, 255, 255, 0.2);
}
#newmama.blue #hospital dl dd table th,
#newmama.black #hospital dl dd table th {
  background-color: rgba(255, 255, 255, 0.3);
}
#newmama.blue #hospital dl dd table td.weekday,
#newmama.black #hospital dl dd table td.weekday {
  background-color: rgba(255, 255, 255, 0.2);
}
#newmama.blue #hoikuServiceNavi h5,
#newmama.black #hoikuServiceNavi h5 {
  background-color: rgba(255, 255, 255, 0.3);
}
#newmama.blue #content.fixedPage #servicePage .inner h2,
#newmama.black #content.fixedPage #servicePage .inner h2 {
  color: #fff;
}
#newmama.blue #servicePage,
#newmama.black #servicePage {
  background: none;
}
#newmama.blue #servicePage > img,
#newmama.black #servicePage > img {
  display: none;
}
#newmama.blue #servicePage .inner,
#newmama.black #servicePage .inner {
  border: 2px solid #fff;
  padding-top: 24px;
  border-radius: 10px;
}
#newmama.blue #leftColumn.leftColumnService.service-dx #searchToolBox h4,
#newmama.black #leftColumn.leftColumnService.service-dx #searchToolBox h4 {
  color: #fff;
}
#newmama.blue #content #searchResultBox h4,
#newmama.black #content #searchResultBox h4 {
  color: #fff;
}
#newmama.blue #leftColumn.leftColumnService.service-dx .searchAxis label.checked,
#newmama.black #leftColumn.leftColumnService.service-dx .searchAxis label.checked {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  color: #fff;
  box-sizing: border-box;
  border-width: 2px;
  font-weight: bold;
}
#newmama.blue #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet,
#newmama.black #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet {
  color: #ffffff;
}
#newmama.blue #ContactUs form label,
#newmama.black #ContactUs form label {
  color: #fff;
}
#newmama.blue #ContactUs form input[type=text], #newmama.blue #ContactUs form input[type=email],
#newmama.black #ContactUs form input[type=text],
#newmama.black #ContactUs form input[type=email] {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}
#newmama.blue #ContactUs form textarea,
#newmama.black #ContactUs form textarea {
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
}
#newmama.blue #ContactUs form input[type=submit],
#newmama.black #ContactUs form input[type=submit] {
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
}
#newmama.blue #ContactUs form input[type=submit]:hover,
#newmama.black #ContactUs form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#newmama.blue .news #contentInner dl dt span,
#newmama.black .news #contentInner dl dt span {
  color: #fff;
}
#newmama.blue .news #contentInner dl dt a,
#newmama.black .news #contentInner dl dt a {
  color: #fff;
}
#newmama.blue .feed.hover-wrapper a div .time,
#newmama.black .feed.hover-wrapper a div .time {
  color: #fff;
}
#newmama.blue .feed.hover-wrapper a div h3,
#newmama.black .feed.hover-wrapper a div h3 {
  color: #fff;
}
#newmama.blue .feed.hover-wrapper a p,
#newmama.black .feed.hover-wrapper a p {
  color: #fff;
}
#newmama.blue .facilityTable th.hasBg,
#newmama.black .facilityTable th.hasBg {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
#newmama.blue .facilityTable td.hasBorder,
#newmama.black .facilityTable td.hasBorder {
  border: 1px solid #fff;
}

body.mobile #newmama.black #searchConditionBox {
  background-color: #000;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama.black #searchConditionBox {
    background-color: #000;
  }
}

body.mobile #newmama.blue #searchConditionBox {
  background-color: blue;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama.blue #searchConditionBox {
    background-color: blue;
  }
}

#newmama.yellow {
  /*map*/
  /*施設詳細*/
  /*facility*/
  /*event*/
  /*eventdx*/
  /*sidebar*/
  /*行政サービスDX*/
}
body.mobile #newmama.yellow #contentInner {
  background-color: transparent;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama.yellow #contentInner {
    background-color: transparent;
  }
}
#newmama.yellow #content h2 {
  color: #000;
  border-bottom: solid 1px #000;
}
#newmama.yellow #content h2 a {
  color: #000;
}
#newmama.yellow #advice dl dd em {
  color: #000;
}
#newmama.yellow .recommend-top-feed {
  border: solid 1px #000;
  box-sizing: border-box;
}
#newmama.yellow .recommend-top-feed a, #newmama.yellow .recommend-top-feed p, #newmama.yellow .recommend-top-feed .time, #newmama.yellow .recommend-top-feed h3 {
  color: #000;
}
#newmama.yellow .roadRss p, #newmama.yellow .roadRss .date, #newmama.yellow .roadRss h3 {
  color: #000;
}
#newmama.yellow .roadRss .column {
  border-bottom: solid 1px #000;
}
#newmama.yellow #news li {
  border: solid 1px #000;
}
#newmama.yellow #news li time {
  color: #000;
}
#newmama.yellow p.headline {
  color: #000;
}
#newmama.yellow #searchPanel .condition label {
  color: #000;
  border: solid 1px #000;
}
#newmama.yellow #searchPanel #mapListTab label {
  border: solid 1px #000;
}
#newmama.yellow #searchPanel .condition input:checked + label {
  background-color: #000;
  color: #fff;
}
#newmama.yellow #searchConditionBox {
  background-color: transparent;
  border: solid 1px #000;
}
body.mobile #newmama.yellow #searchConditionBox {
  background-color: yellow;
}
@media screen and (orientation: portrait) {
  body.tablet #newmama.yellow #searchConditionBox {
    background-color: yellow;
  }
}
#newmama.yellow #searchConditionBox .searchAxis h4 {
  color: #000;
}
#newmama.yellow #searchConditionBox .searchAxis p.description {
  color: #000;
}
#newmama.yellow #searchConditionBox .searchAxis label.checked {
  background-color: #000;
  border-color: #000;
  font-weight: bold;
}
#newmama.yellow .searchAxis label {
  background-color: transparent;
  border-color: #000;
}
#newmama.yellow #searchPanel #mapListTab input:checked + label {
  background-color: #000;
  color: #fff;
}
#newmama.yellow #searchPanel #mapListTab label {
  color: #000;
}
#newmama.yellow ul#searchResultTable li:nth-child(1),
#newmama.yellow ul#facilityList li:nth-child(1) {
  background-color: #000;
  color: #fff;
  border-top: solid 1px #000;
}
#newmama.yellow ul#searchResultTable li, #newmama.yellow ul#facilityList li {
  color: #000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
#newmama.yellow #searchPanel .condition label::before {
  background-image: url("/img/sankaku_1b@2x.png");
}
#newmama.yellow #searchPanel .condition input:checked + label::before {
  background-image: url("/img/sankaku_1w@2x.png");
}
#newmama.yellow #content.fixedPage h4 {
  color: #000;
}
#newmama.yellow #facility .areaList {
  background-color: transparent;
  border-color: #000;
}
#newmama.yellow #facilityList th, #newmama.yellow #facilityList td {
  border-color: #000;
}
#newmama.yellow #facilityList th {
  background-color: #000;
}
#newmama.yellow #facilityList tr.even td {
  background-color: rgba(0, 0, 0, 0.1);
}
#newmama.yellow table.blue th {
  background-color: #000;
}
#newmama.yellow table.blue th,
#newmama.yellow table.blue td {
  border-color: #000;
}
#newmama.yellow #content.event #searchResultBox h3#calendarHeader {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
#newmama.yellow #content.event table.eventTable tr:first-child {
  background-color: rgba(0, 0, 0, 0.1);
}
#newmama.yellow #content.event table.eventTable tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
#newmama.yellow #content.event #searchResultTable h4 {
  background-color: #000;
  color: #fff;
}
#newmama.yellow #content.event .searchAxis label.checked {
  background-color: #000;
  border-color: #000;
  font-weight: bold;
}
#newmama.yellow #content.event #searchToolBox h4 {
  color: #000;
}
#newmama.yellow #searchFilterButton {
  background-color: transparent;
  border: solid 2px #000;
}
#newmama.yellow #searchFilterButton.on {
  background-color: #000;
  color: #fff;
}
#newmama.yellow #searchFilterButton::before {
  background-image: url("/img/sankaku_1b@2x.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#newmama.yellow #searchFilterButton.on::before {
  background-image: url("/img/sankaku_1w@2x.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#newmama.yellow #content.event .searchWrapper {
  border-color: #000;
}
#newmama.yellow #sidebar h2 span {
  color: #000;
}
#newmama.yellow #sideSocial {
  border-color: #000;
}
#newmama.yellow .sideAd {
  background-color: transparent;
}
#newmama.yellow .sideAd:hover {
  background-color: transparent;
}
#newmama.yellow #content.fixedPage h3 {
  background-color: #000;
}
#newmama.yellow #hospital dl dd table th {
  background-color: #000;
  color: #fff;
}
#newmama.yellow #hoikuServiceNavi h5 {
  background-color: #000;
}
#newmama.yellow #content.fixedPage #servicePage .inner h2 {
  color: #000;
}
#newmama.yellow #servicePage {
  background: none;
}
#newmama.yellow #servicePage > img {
  display: none;
}
#newmama.yellow #servicePage .inner {
  border: 2px solid #000;
  padding-top: 24px;
  border-radius: 10px;
}
#newmama.yellow #servicePage th, #newmama.yellow #servicePage dt {
  color: #000;
}
#newmama.yellow #mamafreNavi h2 {
  border-bottom: 0;
}
#newmama.yellow #content.fixedPage #mamafreNavi h3 {
  background-color: transparent;
  color: #000;
}
#newmama.yellow #content.fixedPage #mamafreNavi h5 {
  color: #000000;
}
#newmama.yellow #mamafreNavi dl.topic {
  border: 1px solid #000000;
}
#newmama.yellow #mamafreNavi dl.topic dt {
  color: #000000;
}
#newmama.yellow #mamafreNavi .advice dl {
  border-color: #000;
}
#newmama.yellow #mamafreNavi .advice dl dt {
  color: #000;
}
#newmama.yellow #leftColumn.leftColumnService.service-dx #searchToolBox h4 {
  color: #000;
}
#newmama.yellow #content #searchResultBox h4 {
  color: #000;
}
#newmama.yellow #leftColumn.leftColumnService.service-dx .searchAxis label.checked {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}
#newmama.yellow #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet {
  color: #000;
}
#newmama.yellow #ContactUs form input[type=text], #newmama.yellow #ContactUs form input[type=email] {
  background: transparent;
  border: solid 2px #000;
}
#newmama.yellow #ContactUs form textarea {
  border: solid 2px #000;
  background-color: transparent;
}
#newmama.yellow #ContactUs form input[type=submit] {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 2px #000;
  color: #000;
  font-weight: bold;
}
#newmama.yellow #ContactUs form input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#newmama.yellow .feed.hover-wrapper a div .time {
  color: #000;
}
#newmama.yellow .feed.hover-wrapper a div h3 {
  color: #000;
}
#newmama.yellow .feed.hover-wrapper a p {
  color: #000;
}
#newmama.yellow .feed.hover-wrapper a {
  border-color: #000;
}
#newmama.yellow .facilityTable th.hasBg {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
#newmama.yellow .facilityTable td.hasBorder {
  border: 1px solid #000;
}

#footer {
  clear: both;
}

#footer .navi dt {
  width: 21.5em;
}

#footer #copy {
  top: 9em;
}

/* scooch */
/**scooch**/
.m-scooch.m-fluid > .m-scooch-inner > * {
  width: 50%;
}

.m-scooch-bulleted {
  display: none;
}

.m-scooch-inner a.m-item {
  margin-right: 0px;
}

div.m-scooch-photos {
  margin: 0;
  padding: 0;
}

main .m-scooch-bulleted a.m-active {
  background: url("./img/bullet@2x.png") no-repeat;
  background-size: 12px 12px;
  background-position: center;
}

body.mobile main .m-scooch.m-fluid > .m-scooch-inner > * {
  width: 100%;
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet main .m-scooch.m-fluid > .m-scooch-inner > * {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .m-scooch.m-fluid > .m-scooch-inner > * {
    width: 100%;
  }
  .m-scooch-hud {
    display: none;
  }
  .m-scooch-bulleted {
    display: block;
    padding: 0;
  }
}
ul.language {
  display: inline-block;
  background-color: #fff;
  margin: 5px;
  padding: 3px 15px;
  border-radius: 6px;
}
body.mobile ul.language {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: auto;
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet ul.language {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: auto;
    margin: 0;
  }
}
ul.language li {
  margin-right: 5px;
  margin: 0 8px;
}
body.mobile ul.language li {
  margin: 0;
}
@media screen and (orientation: portrait) {
  body.tablet ul.language li {
    margin: 0;
  }
}
ul.language li a {
  color: #0071b5;
}
body.mobile ul.language li a {
  font-size: 81.25%;
  color: #0366d6;
  text-align: center;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  body.tablet ul.language li a {
    font-size: 81.25%;
    color: #0366d6;
    text-align: center;
    justify-content: center;
  }
}

#child_place #searchAxis #child_place_service {
  display: none;
}

#city_logo {
  background: url("./img/city_logo@2x.png") center center no-repeat;
  background-size: 170px 60.5084745763px;
  width: 170px;
  height: 60.5084745763px;
  flex: none;
}

#main_logo {
  background: url("./img/bg_header@2x.png") center center no-repeat;
  background-size: 512px 132px;
  width: 570px;
  height: 132px;
  flex: none;
  align-self: flex-end;
}
@media screen and (orientation: landscape) {
  body.tablet #main_logo {
    width: 400px;
    height: 103px;
    background-size: 400px 103px;
  }
}

/* ヘッダーの右側を固定化 */
#accessibility_tools {
  flex: none;
  width: 250px;
}

#accessibility_tools ul {
  flex: none;
  width: 160px;
}

#search_tool {
  margin-left: 10px;
}

#utility_tools {
  align-self: flex-end;
}

#content.fixedPage div.ota_cplace h3 {
  background-color: transparent;
  color: #333;
  text-align: center;
  font-size: 28px;
  margin: 20px auto;
}
body.mobile #content.fixedPage div.ota_cplace h3 {
  margin: 20px 0;
  font-size: 24px;
}
@media screen and (orientation: portrait) {
  body.tablet #content.fixedPage div.ota_cplace h3 {
    margin: 20px 0;
    font-size: 24px;
  }
}

#child_place div.ota_cplace {
  padding: 20px;
}
body.mobile #child_place div.ota_cplace {
  padding: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #child_place div.ota_cplace {
    padding: 0;
  }
}
#child_place div.ota_cplace p.supplement {
  font-size: 15px;
  color: #555555;
  text-align: center;
  margin: 20px 0;
  text-indent: 0;
}
body.mobile #child_place div.ota_cplace p.supplement {
  font-size: 13px;
  text-align: left;
  text-indent: 0;
}
@media screen and (orientation: portrait) {
  body.tablet #child_place div.ota_cplace p.supplement {
    font-size: 13px;
    text-align: left;
    text-indent: 0;
  }
}
#child_place div.ota_cplace p {
  font-size: 17px;
  margin: 30px 80px;
}
body.mobile #child_place div.ota_cplace p {
  margin: 10px;
  font-size: 17px;
}
@media screen and (orientation: portrait) {
  body.tablet #child_place div.ota_cplace p {
    margin: 10px;
    font-size: 17px;
  }
}

.tokyo-ota-city #child_place_cover {
  background-image: url(./child_place/child_place_header@2x.jpg);
  border-radius: 10px;
  width: 1020px;
  height: 360px;
  background-size: 1020px 360px;
  background-repeat: no-repeat;
}

body.tokyo-ota-city.mobile #child_place_cover {
  background-image: url(./child_place/child_place_header_mobile@2x.jpg);
  background-size: 100% auto;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
}

body.mobile #child_place header {
  position: relative;
  z-index: auto;
  background-color: transparent;
  box-shadow: none;
}

body.mobile #child_place_cover {
  width: 100%;
  height: auto;
}

body.mobile #search_bar .button {
  width: auto;
  height: auto;
}

body.mobile #child_place #searchAxis {
  border-radius: 0;
  border: 0;
}

#links ul li {
  margin: 0 0 0.5em;
  padding: 0 0 0 24px;
  background: url(/img/icon_window.gif) left top no-repeat;
}

#hospital ul.links li {
  margin: 0 0 0.5em;
  padding: 0 0 0 24px;
  background: url(/img/icon_window.gif) left top no-repeat;
}